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
Signed-off-by: Ashwin P Chandran <[email protected]>
  • Loading branch information
ashwin-pc committed Sep 19, 2023
1 parent c4e9b5a commit b3d8443
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 439 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 b3d8443

Please sign in to comment.