Skip to content

Commit

Permalink
refactor: remove useless utils
Browse files Browse the repository at this point in the history
BREAKING CHANGE: removed polyfill for `elementsFromPoint` since `elementsFromPoint` is now supported by all major browsers.
  • Loading branch information
chintankavathia authored and spike-rabbit committed Dec 16, 2024
1 parent 1ac4dcc commit b16e6a3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 103 deletions.
8 changes: 0 additions & 8 deletions projects/ngx-datatable/src/lib/events.ts

This file was deleted.

45 changes: 0 additions & 45 deletions projects/ngx-datatable/src/lib/utils/elm-from-point.ts

This file was deleted.

25 changes: 0 additions & 25 deletions projects/ngx-datatable/src/lib/utils/facade/browser.ts

This file was deleted.

24 changes: 0 additions & 24 deletions projects/ngx-datatable/src/lib/utils/visibility-observer.ts

This file was deleted.

1 change: 0 additions & 1 deletion projects/ngx-datatable/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ export * from './lib/utils/throttle';
export * from './lib/utils/sort';
export * from './lib/utils/row-height-cache';
export * from './lib/utils/column-helper';
export * from './lib/utils/elm-from-point';
export * from './lib/utils/tree';

0 comments on commit b16e6a3

Please sign in to comment.