Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Deangular] Removes angular paginate, cleanup data plugin and tilemap #5060

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plugins/data/common/search/aggs/utils/prop_filter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type FilterFunc<P extends keyof T, T> = (item: T[P]) => boolean;
* - fieldType filters a list of fields by their type property
* - aggFilter filters a list of aggs by their name property
*
* @returns the filter function which can be registered with angular
* @returns the filter function
*/
export function propFilter<P extends string>(prop: P) {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
* https://github.com/angular/angular.js/blob/master/src/Angular.js#L1312
*
* @internal
* @deprecated This function will be removed in the next major version.
*/
export function toAngularJSON(obj: any, pretty?: any): string {
if (obj === undefined) return '';
Expand Down
1 change: 0 additions & 1 deletion src/plugins/opensearch_dashboards_legacy/public/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,5 @@ export const plugin = (initializerContext: PluginInitializerContext) =>

export * from './plugin';

export { PaginateDirectiveProvider, PaginateControlsDirectiveProvider } from './paginate/paginate';
export * from './notify';
export * from './utils';

This file was deleted.

This file was deleted.

242 changes: 0 additions & 242 deletions src/plugins/opensearch_dashboards_legacy/public/paginate/paginate.js

This file was deleted.

Loading