@den4ik92/ng2-smart-table 3.0.3 → 18.2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. package/esm2022/lib/components/cell/cell-edit-mode/custom-edit.component.mjs +3 -3
  2. package/esm2022/lib/components/cell/cell-edit-mode/default-edit.component.mjs +3 -3
  3. package/esm2022/lib/components/cell/cell-edit-mode/edit-cell-default.mjs +3 -3
  4. package/esm2022/lib/components/cell/cell-edit-mode/edit-cell.component.mjs +3 -3
  5. package/esm2022/lib/components/cell/cell-editors/checkbox-editor.component.mjs +3 -3
  6. package/esm2022/lib/components/cell/cell-editors/default-editor.mjs +3 -3
  7. package/esm2022/lib/components/cell/cell-editors/input-editor.component.mjs +3 -3
  8. package/esm2022/lib/components/cell/cell-editors/select-editor.component.mjs +3 -3
  9. package/esm2022/lib/components/cell/cell-editors/textarea-editor.component.mjs +3 -3
  10. package/esm2022/lib/components/cell/cell-view-mode/custom-view.component.mjs +3 -3
  11. package/esm2022/lib/components/cell/cell-view-mode/view-cell.component.mjs +3 -3
  12. package/esm2022/lib/components/cell/cell.component.mjs +3 -3
  13. package/esm2022/lib/components/cell/cell.module.mjs +4 -4
  14. package/esm2022/lib/components/filter/custom-filter.component.mjs +3 -3
  15. package/esm2022/lib/components/filter/default-filter.component.mjs +3 -3
  16. package/esm2022/lib/components/filter/filter-default.mjs +3 -3
  17. package/esm2022/lib/components/filter/filter-types/checkbox-filter.component.mjs +3 -3
  18. package/esm2022/lib/components/filter/filter-types/default-filter.mjs +3 -3
  19. package/esm2022/lib/components/filter/filter-types/input-filter.component.mjs +3 -3
  20. package/esm2022/lib/components/filter/filter-types/select-filter.component.mjs +3 -3
  21. package/esm2022/lib/components/filter/filter.component.mjs +3 -3
  22. package/esm2022/lib/components/filter/filter.module.mjs +4 -4
  23. package/esm2022/lib/components/pager/pager.component.mjs +3 -3
  24. package/esm2022/lib/components/pager/pager.module.mjs +4 -4
  25. package/esm2022/lib/components/tbody/cells/create-cancel.component.mjs +3 -3
  26. package/esm2022/lib/components/tbody/cells/custom.component.mjs +6 -6
  27. package/esm2022/lib/components/tbody/cells/edit-delete.component.mjs +3 -3
  28. package/esm2022/lib/components/tbody/tbody.component.mjs +5 -5
  29. package/esm2022/lib/components/tbody/tbody.module.mjs +4 -4
  30. package/esm2022/lib/components/thead/cells/actions-title.component.mjs +3 -3
  31. package/esm2022/lib/components/thead/cells/actions.component.mjs +3 -3
  32. package/esm2022/lib/components/thead/cells/add-button.component.mjs +3 -3
  33. package/esm2022/lib/components/thead/cells/checkbox-select-all.component.mjs +3 -3
  34. package/esm2022/lib/components/thead/cells/column-title.component.mjs +3 -3
  35. package/esm2022/lib/components/thead/cells/title/title.component.mjs +3 -3
  36. package/esm2022/lib/components/thead/rows/thead-filters-row.component.mjs +52 -58
  37. package/esm2022/lib/components/thead/rows/thead-form-row.component.mjs +6 -6
  38. package/esm2022/lib/components/thead/rows/thead-titles-row.component.mjs +8 -8
  39. package/esm2022/lib/components/thead/thead.component.mjs +3 -3
  40. package/esm2022/lib/components/thead/thead.module.mjs +4 -4
  41. package/esm2022/lib/ng2-smart-table.component.mjs +3 -3
  42. package/esm2022/lib/ng2-smart-table.module.mjs +4 -4
  43. package/fesm2022/den4ik92-ng2-smart-table.mjs +185 -191
  44. package/fesm2022/den4ik92-ng2-smart-table.mjs.map +1 -1
  45. package/lib/components/thead/rows/thead-filters-row.component.d.ts +3 -3
  46. package/lib/components/thead/rows/thead-titles-row.component.d.ts +1 -1
  47. package/package.json +5 -5
@@ -1,7 +1,7 @@
1
- import { EventEmitter, OnChanges } from '@angular/core';
2
- import { Grid } from '../../../lib/grid';
1
+ import { EventEmitter, OnChanges } from "@angular/core";
3
2
  import { Column } from "../../../lib/data-set/column";
4
- import { LocalDataSource } from '../../../lib/data-source/local/local.data-source';
3
+ import { LocalDataSource } from "../../../lib/data-source/local/local.data-source";
4
+ import { Grid } from "../../../lib/grid";
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class TheadFitlersRowComponent implements OnChanges {
7
7
  grid: Grid;
@@ -1,7 +1,7 @@
1
1
  import { EventEmitter, OnChanges } from '@angular/core';
2
- import { Grid } from '../../../lib/grid';
3
2
  import { Column } from "../../../lib/data-set/column";
4
3
  import { LocalDataSource } from '../../../lib/data-source/local/local.data-source';
4
+ import { Grid } from '../../../lib/grid';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class TheadTitlesRowComponent implements OnChanges {
7
7
  grid: Grid;
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@den4ik92/ng2-smart-table",
3
- "version": "3.0.3",
3
+ "version": "18.2.13",
4
4
  "description": "Angular Smart Table",
5
5
  "author": "Den4ik92",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
- "tslib": "^2.6.1"
8
+ "tslib": "^2.4.1"
9
9
  },
10
10
  "peerDependencies": {
11
- "@angular/common": "^17.3.12",
12
- "@angular/core": "^17.3.12",
13
- "@angular/forms": "^17.3.12"
11
+ "@angular/common": "^18.2.13",
12
+ "@angular/core": "^18.2.13",
13
+ "@angular/forms": "^18.2.13"
14
14
  },
15
15
  "module": "fesm2022/den4ik92-ng2-smart-table.mjs",
16
16
  "typings": "index.d.ts",