@toolbox-web/grid-angular 0.19.2 → 1.0.0-alpha

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 (74) hide show
  1. package/README.md +28 -27
  2. package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -1
  3. package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -1
  4. package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -1
  5. package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -1
  6. package/fesm2022/toolbox-web-grid-angular-features-export.mjs +14 -3
  7. package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -1
  8. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +18 -3
  9. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -1
  10. package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -1
  11. package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -1
  12. package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -1
  13. package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -1
  14. package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -1
  15. package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -1
  16. package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -1
  17. package/fesm2022/toolbox-web-grid-angular-features-print.mjs +14 -3
  18. package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -1
  19. package/fesm2022/toolbox-web-grid-angular-features-reorder-columns.mjs.map +1 -1
  20. package/fesm2022/toolbox-web-grid-angular-features-reorder-rows.mjs.map +1 -1
  21. package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -1
  22. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +32 -6
  23. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -1
  24. package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -1
  25. package/fesm2022/toolbox-web-grid-angular-features-tooltip.mjs.map +1 -1
  26. package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -1
  27. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -5
  28. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -1
  29. package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -1
  30. package/fesm2022/toolbox-web-grid-angular.mjs +89 -161
  31. package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -1
  32. package/package.json +1 -13
  33. package/types/toolbox-web-grid-angular-features-clipboard.d.ts +1 -2
  34. package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +1 -2
  35. package/types/toolbox-web-grid-angular-features-context-menu.d.ts +1 -2
  36. package/types/toolbox-web-grid-angular-features-editing.d.ts +1 -2
  37. package/types/toolbox-web-grid-angular-features-export.d.ts +6 -1
  38. package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -1
  39. package/types/toolbox-web-grid-angular-features-filtering.d.ts +6 -1
  40. package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -1
  41. package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +1 -2
  42. package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +1 -2
  43. package/types/toolbox-web-grid-angular-features-master-detail.d.ts +1 -2
  44. package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +1 -2
  45. package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +1 -2
  46. package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +1 -2
  47. package/types/toolbox-web-grid-angular-features-pivot.d.ts +1 -2
  48. package/types/toolbox-web-grid-angular-features-print.d.ts +6 -1
  49. package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -1
  50. package/types/toolbox-web-grid-angular-features-reorder-columns.d.ts +1 -2
  51. package/types/toolbox-web-grid-angular-features-reorder-rows.d.ts +1 -2
  52. package/types/toolbox-web-grid-angular-features-responsive.d.ts +1 -2
  53. package/types/toolbox-web-grid-angular-features-selection.d.ts +6 -1
  54. package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -1
  55. package/types/toolbox-web-grid-angular-features-server-side.d.ts +1 -2
  56. package/types/toolbox-web-grid-angular-features-tooltip.d.ts +1 -2
  57. package/types/toolbox-web-grid-angular-features-tree.d.ts +1 -2
  58. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +6 -1
  59. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -1
  60. package/types/toolbox-web-grid-angular-features-visibility.d.ts +1 -2
  61. package/types/toolbox-web-grid-angular.d.ts +84 -167
  62. package/types/toolbox-web-grid-angular.d.ts.map +1 -1
  63. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +0 -11
  64. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +0 -1
  65. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +0 -11
  66. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +0 -1
  67. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +0 -25
  68. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +0 -1
  69. package/types/toolbox-web-grid-angular-features-reorder.d.ts +0 -3
  70. package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +0 -1
  71. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +0 -3
  72. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +0 -1
  73. package/types/toolbox-web-grid-angular-features-sorting.d.ts +0 -3
  74. package/types/toolbox-web-grid-angular-features-sorting.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolbox-web/grid-angular",
3
- "version": "0.19.2",
3
+ "version": "1.0.0-alpha",
4
4
  "description": "Angular adapter for @toolbox-web/grid data grid component",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -107,10 +107,6 @@
107
107
  "types": "./types/toolbox-web-grid-angular-features-print.d.ts",
108
108
  "default": "./fesm2022/toolbox-web-grid-angular-features-print.mjs"
109
109
  },
110
- "./features/reorder": {
111
- "types": "./types/toolbox-web-grid-angular-features-reorder.d.ts",
112
- "default": "./fesm2022/toolbox-web-grid-angular-features-reorder.mjs"
113
- },
114
110
  "./features/reorder-columns": {
115
111
  "types": "./types/toolbox-web-grid-angular-features-reorder-columns.d.ts",
116
112
  "default": "./fesm2022/toolbox-web-grid-angular-features-reorder-columns.mjs"
@@ -123,10 +119,6 @@
123
119
  "types": "./types/toolbox-web-grid-angular-features-responsive.d.ts",
124
120
  "default": "./fesm2022/toolbox-web-grid-angular-features-responsive.mjs"
125
121
  },
126
- "./features/row-reorder": {
127
- "types": "./types/toolbox-web-grid-angular-features-row-reorder.d.ts",
128
- "default": "./fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs"
129
- },
130
122
  "./features/selection": {
131
123
  "types": "./types/toolbox-web-grid-angular-features-selection.d.ts",
132
124
  "default": "./fesm2022/toolbox-web-grid-angular-features-selection.mjs"
@@ -135,10 +127,6 @@
135
127
  "types": "./types/toolbox-web-grid-angular-features-server-side.d.ts",
136
128
  "default": "./fesm2022/toolbox-web-grid-angular-features-server-side.mjs"
137
129
  },
138
- "./features/sorting": {
139
- "types": "./types/toolbox-web-grid-angular-features-sorting.d.ts",
140
- "default": "./fesm2022/toolbox-web-grid-angular-features-sorting.mjs"
141
- },
142
130
  "./features/tooltip": {
143
131
  "types": "./types/toolbox-web-grid-angular-features-tooltip.d.ts",
144
132
  "default": "./fesm2022/toolbox-web-grid-angular-features-tooltip.mjs"
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ClipboardAugmentation } from '@toolbox-web/grid/features/clipboard';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-clipboard.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ColumnVirtualizationAugmentation } from '@toolbox-web/grid/features/column-virtualization';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-column-virtualization.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ContextMenuAugmentation } from '@toolbox-web/grid/features/context-menu';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-context-menu.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _EditingAugmentation } from '@toolbox-web/grid/features/editing';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-editing.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import { ExportParams, ExportFormat } from '@toolbox-web/grid/plugins/export';
3
+ export { _Augmentation as _ExportAugmentation } from '@toolbox-web/grid/features/export';
3
4
 
4
5
  /**
5
6
  * Export feature for @toolbox-web/grid-angular
@@ -106,8 +107,12 @@ interface ExportMethods {
106
107
  * }
107
108
  * }
108
109
  * ```
110
+ *
111
+ * @param selector - Optional CSS selector to target a specific grid element.
112
+ * Defaults to `'tbw-grid'` (first grid in the component). Use when the
113
+ * component contains multiple grids, e.g. `'tbw-grid.primary'` or `'#my-grid'`.
109
114
  */
110
- declare function injectGridExport(): ExportMethods;
115
+ declare function injectGridExport(selector?: string): ExportMethods;
111
116
 
112
117
  export { injectGridExport };
113
118
  export type { ExportMethods };
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-web-grid-angular-features-export.d.ts","sources":["../../../../libs/grid-angular/features/export/src/index.ts"],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAOH;;;;;AAKG;UACc,aAAa;AAC5B;;;;AAIG;AACH,8CAA0C,OAAO,CAAC,YAAY;AAE9D;;;;AAIG;AACH,gDAA4C,OAAO,CAAC,YAAY;AAEhE;;;;AAIG;AACH,+CAA2C,OAAO,CAAC,YAAY;AAE/D;;AAEG;;AAGH;;AAEG;AACH;gBAA+B,YAAY;mBAAa,IAAI;AAAE;AAE9D;;;AAGG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;AACH,iBAAgB,gBAAgB,IAAI,aAAa;;;;","names":[]}
1
+ {"version":3,"file":"toolbox-web-grid-angular-features-export.d.ts","sources":["../../../../libs/grid-angular/features/export/src/index.ts"],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAQH;;;;;AAKG;UACc,aAAa;AAC5B;;;;AAIG;AACH,8CAA0C,OAAO,CAAC,YAAY;AAE9D;;;;AAIG;AACH,gDAA4C,OAAO,CAAC,YAAY;AAEhE;;;;AAIG;AACH,+CAA2C,OAAO,CAAC,YAAY;AAE/D;;AAEG;;AAGH;;AAEG;AACH;gBAA+B,YAAY;mBAAa,IAAI;AAAE;AAE9D;;;AAGG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCG;AACH,iBAAgB,gBAAgB,qBAAyB,aAAa;;;;","names":[]}
@@ -1,5 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import { FilterModel, BlankMode } from '@toolbox-web/grid/plugins/filtering';
3
+ export { _Augmentation as _FilteringAugmentation } from '@toolbox-web/grid/features/filtering';
3
4
 
4
5
  /**
5
6
  * Filtering feature for @toolbox-web/grid-angular
@@ -137,8 +138,12 @@ interface FilteringMethods {
137
138
  * }
138
139
  * }
139
140
  * ```
141
+ *
142
+ * @param selector - Optional CSS selector to target a specific grid element.
143
+ * Defaults to `'tbw-grid'` (first grid in the component). Use when the
144
+ * component contains multiple grids, e.g. `'tbw-grid.primary'` or `'#my-grid'`.
140
145
  */
141
- declare function injectGridFiltering(): FilteringMethods;
146
+ declare function injectGridFiltering(selector?: string): FilteringMethods;
142
147
 
143
148
  export { injectGridFiltering };
144
149
  export type { FilteringMethods };
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-web-grid-angular-features-filtering.d.ts","sources":["../../../../libs/grid-angular/features/filtering/src/index.ts"],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAOH;;;;AAIG;UACc,gBAAgB;AAC/B;;;;;AAKG;AACH,uCAAmC,IAAI,CAAC,WAAW;;AAAiD;AAEpG;;AAEG;kCAC2B,WAAW;AAEzC;;AAEG;AACH,sBAAkB,WAAW;AAE7B;;;AAGG;8BACuB,WAAW;;AAAkC;AAEvE;;;AAGG;AACH;;AAAgD;AAEhD;;;AAGG;;;AAC6D;AAEhE;;AAEG;AACH;AAEA;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AACH,2BAAuB,WAAW;AAElC;;AAEG;AACH,qCAAiC,SAAS;AAE1C;;AAEG;6CACsC,SAAS;AAElD;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;AACH,iBAAgB,mBAAmB,IAAI,gBAAgB;;;;","names":[]}
1
+ {"version":3,"file":"toolbox-web-grid-angular-features-filtering.d.ts","sources":["../../../../libs/grid-angular/features/filtering/src/index.ts"],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAQH;;;;AAIG;UACc,gBAAgB;AAC/B;;;;;AAKG;AACH,uCAAmC,IAAI,CAAC,WAAW;;AAAiD;AAEpG;;AAEG;kCAC2B,WAAW;AAEzC;;AAEG;AACH,sBAAkB,WAAW;AAE7B;;;AAGG;8BACuB,WAAW;;AAAkC;AAEvE;;;AAGG;AACH;;AAAgD;AAEhD;;;AAGG;;;AAC6D;AAEhE;;AAEG;AACH;AAEA;;AAEG;;AAGH;;AAEG;;AAGH;;AAEG;AACH,2BAAuB,WAAW;AAElC;;AAEG;AACH,qCAAiC,SAAS;AAE1C;;AAEG;6CACsC,SAAS;AAElD;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCG;AACH,iBAAgB,mBAAmB,qBAAyB,gBAAgB;;;;","names":[]}
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _GroupingColumnsAugmentation } from '@toolbox-web/grid/features/grouping-columns';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-grouping-columns.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _GroupingRowsAugmentation } from '@toolbox-web/grid/features/grouping-rows';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-grouping-rows.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _MasterDetailAugmentation } from '@toolbox-web/grid/features/master-detail';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-master-detail.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _MultiSortAugmentation } from '@toolbox-web/grid/features/multi-sort';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-multi-sort.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _PinnedColumnsAugmentation } from '@toolbox-web/grid/features/pinned-columns';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-pinned-columns.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _PinnedRowsAugmentation } from '@toolbox-web/grid/features/pinned-rows';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-pinned-rows.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _PivotAugmentation } from '@toolbox-web/grid/features/pivot';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-pivot.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import { PrintParams } from '@toolbox-web/grid/plugins/print';
3
+ export { _Augmentation as _PrintAugmentation } from '@toolbox-web/grid/features/print';
3
4
 
4
5
  /**
5
6
  * Print feature for @toolbox-web/grid-angular
@@ -84,8 +85,12 @@ interface PrintMethods {
84
85
  * }
85
86
  * }
86
87
  * ```
88
+ *
89
+ * @param selector - Optional CSS selector to target a specific grid element.
90
+ * Defaults to `'tbw-grid'` (first grid in the component). Use when the
91
+ * component contains multiple grids, e.g. `'tbw-grid.primary'` or `'#my-grid'`.
87
92
  */
88
- declare function injectGridPrint(): PrintMethods;
93
+ declare function injectGridPrint(selector?: string): PrintMethods;
89
94
 
90
95
  export { injectGridPrint };
91
96
  export type { PrintMethods };
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-web-grid-angular-features-print.d.ts","sources":["../../../../libs/grid-angular/features/print/src/index.ts"],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BG;;AAOH;;;;AAIG;UACc,YAAY;AAC3B;;;;AAIG;qBACc,WAAW,KAAK,OAAO;AAExC;;AAEG;;AAGH;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;AACH,iBAAgB,eAAe,IAAI,YAAY;;;;","names":[]}
1
+ {"version":3,"file":"toolbox-web-grid-angular-features-print.d.ts","sources":["../../../../libs/grid-angular/features/print/src/index.ts"],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4BG;;AAQH;;;;AAIG;UACc,YAAY;AAC3B;;;;AAIG;qBACc,WAAW,KAAK,OAAO;AAExC;;AAEG;;AAGH;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoCG;AACH,iBAAgB,eAAe,qBAAyB,YAAY;;;;","names":[]}
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ReorderColumnsAugmentation } from '@toolbox-web/grid/features/reorder-columns';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-reorder-columns.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ReorderRowsAugmentation } from '@toolbox-web/grid/features/reorder-rows';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-reorder-rows.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ResponsiveAugmentation } from '@toolbox-web/grid/features/responsive';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-responsive.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import { SelectionResult, CellRange } from '@toolbox-web/grid/plugins/selection';
3
+ export { _Augmentation as _SelectionAugmentation } from '@toolbox-web/grid/features/selection';
3
4
 
4
5
  /**
5
6
  * Selection feature for @toolbox-web/grid-angular
@@ -160,8 +161,12 @@ interface SelectionMethods<TRow = unknown> {
160
161
  * }
161
162
  * }
162
163
  * ```
164
+ *
165
+ * @param selector - Optional CSS selector to target a specific grid element.
166
+ * Defaults to `'tbw-grid'` (first grid in the component). Use when the
167
+ * component contains multiple grids, e.g. `'tbw-grid.primary'` or `'#my-grid'`.
163
168
  */
164
- declare function injectGridSelection<TRow = unknown>(): SelectionMethods<TRow>;
169
+ declare function injectGridSelection<TRow = unknown>(selector?: string): SelectionMethods<TRow>;
165
170
 
166
171
  export { injectGridSelection };
167
172
  export type { SelectionMethods };
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-web-grid-angular-features-selection.d.ts","sources":["../../../../libs/grid-angular/features/selection/src/index.ts"],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;;AAYH;;;;;AAKG;AACG,UAAW,gBAAgB;AAC/B;;AAEG;;AAGH;;AAEG;;AAGH;;;AAGG;AACH,wBAAoB,eAAe;AAEnC;;AAEG;;AAGH;;AAEG;wBACiB,SAAS;AAE7B;;;;;;;;;;;;;;AAcG;AACH,eAAW,MAAM,CAAC,eAAe;AAEjC;;;;;;;;;;;;;;;AAeG;AACH,wBAAoB,MAAM;AAE1B;;;;;;;;;;;;;;;;;;AAkBG;AACH,kBAAc,MAAM;AAEpB;;;AAGG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCG;AACH,iBAAgB,mBAAmB,oBAAoB,gBAAgB;;;;","names":[]}
1
+ {"version":3,"file":"toolbox-web-grid-angular-features-selection.d.ts","sources":["../../../../libs/grid-angular/features/selection/src/index.ts"],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgCG;;AAaH;;;;;AAKG;AACG,UAAW,gBAAgB;AAC/B;;AAEG;;AAGH;;AAEG;;AAGH;;;AAGG;AACH,wBAAoB,eAAe;AAEnC;;AAEG;;AAGH;;AAEG;wBACiB,SAAS;AAE7B;;;;;;;;;;;;;;AAcG;AACH,eAAW,MAAM,CAAC,eAAe;AAEjC;;;;;;;;;;;;;;;AAeG;AACH,wBAAoB,MAAM;AAE1B;;;;;;;;;;;;;;;;;;AAkBG;AACH,kBAAc,MAAM;AAEpB;;;AAGG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CG;AACH,iBAAgB,mBAAmB,qCAAyC,gBAAgB;;;;","names":[]}
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _ServerSideAugmentation } from '@toolbox-web/grid/features/server-side';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-server-side.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _TooltipAugmentation } from '@toolbox-web/grid/features/tooltip';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-tooltip.d.ts.map
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _TreeAugmentation } from '@toolbox-web/grid/features/tree';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-tree.d.ts.map
@@ -1,5 +1,6 @@
1
1
  import { Signal } from '@angular/core';
2
2
  import { UndoRedoAction } from '@toolbox-web/grid/plugins/undo-redo';
3
+ export { _Augmentation as _UndoRedoAugmentation } from '@toolbox-web/grid/features/undo-redo';
3
4
 
4
5
  /**
5
6
  * Undo/Redo feature for @toolbox-web/grid-angular
@@ -138,8 +139,12 @@ interface UndoRedoMethods {
138
139
  * undoRedo = injectGridUndoRedo();
139
140
  * }
140
141
  * ```
142
+ *
143
+ * @param selector - Optional CSS selector to target a specific grid element.
144
+ * Defaults to `'tbw-grid'` (first grid in the component). Use when the
145
+ * component contains multiple grids, e.g. `'tbw-grid.primary'` or `'#my-grid'`.
141
146
  */
142
- declare function injectGridUndoRedo(): UndoRedoMethods;
147
+ declare function injectGridUndoRedo(selector?: string): UndoRedoMethods;
143
148
 
144
149
  export { injectGridUndoRedo };
145
150
  export type { UndoRedoMethods };
@@ -1 +1 @@
1
- {"version":3,"file":"toolbox-web-grid-angular-features-undo-redo.d.ts","sources":["../../../../libs/grid-angular/features/undo-redo/src/index.ts"],"mappings":";;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAOH;;;;AAIG;UACc,eAAe;AAC9B;;;AAGG;AACH,gBAAY,cAAc;AAE1B;;;AAGG;AACH,gBAAY,cAAc;AAE1B;;;;;;;;;;;;AAYG;AACH,aAAS,MAAM;AAEf;;;;;;;;;;;;AAYG;AACH,aAAS,MAAM;AAEf;;AAEG;;AAGH;;AAEG;AACH,wBAAoB,cAAc;AAElC;;AAEG;AACH,wBAAoB,cAAc;AAElC;;;AAGG;AACH;AAEA;;;;AAIG;;AAGH;;;;;AAKG;;AAGH;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BG;AACH,iBAAgB,kBAAkB,IAAI,eAAe;;;;","names":[]}
1
+ {"version":3,"file":"toolbox-web-grid-angular-features-undo-redo.d.ts","sources":["../../../../libs/grid-angular/features/undo-redo/src/index.ts"],"mappings":";;;;AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6BG;;AAQH;;;;AAIG;UACc,eAAe;AAC9B;;;AAGG;AACH,gBAAY,cAAc;AAE1B;;;AAGG;AACH,gBAAY,cAAc;AAE1B;;;;;;;;;;;;AAYG;AACH,aAAS,MAAM;AAEf;;;;;;;;;;;;AAYG;AACH,aAAS,MAAM;AAEf;;AAEG;;AAGH;;AAEG;AACH,wBAAoB,cAAc;AAElC;;AAEG;AACH,wBAAoB,cAAc;AAElC;;;AAGG;AACH;AAEA;;;;AAIG;;AAGH;;;;;AAKG;;AAGH;;AAEG;AACH,aAAS,MAAM;AAChB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+BG;AACH,iBAAgB,kBAAkB,qBAAyB,eAAe;;;;","names":[]}
@@ -1,3 +1,2 @@
1
-
2
- export { };
1
+ export { _Augmentation as _VisibilityAugmentation } from '@toolbox-web/grid/features/visibility';
3
2
  //# sourceMappingURL=toolbox-web-grid-angular-features-visibility.d.ts.map