Skip to content

Commit

Permalink
Deangular: removes angular paginate, cleanup data plugin and tilemap (#…
Browse files Browse the repository at this point in the history
…5060)

Signed-off-by: Ashwin P Chandran <ashwinpc@amazon.com>
  • Loading branch information
ashwin-pc authored and abbyhu2000 committed Sep 22, 2023
1 parent a081e2f commit 9e6cb52
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 434 deletions.
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

0 comments on commit 9e6cb52

Please sign in to comment.