@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.
- package/README.md +28 -27
- package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs +14 -3
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +18 -3
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs +14 -3
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-reorder-columns.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-reorder-rows.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +32 -6
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-tooltip.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -5
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -1
- package/fesm2022/toolbox-web-grid-angular.mjs +89 -161
- package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -1
- package/package.json +1 -13
- package/types/toolbox-web-grid-angular-features-clipboard.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-context-menu.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-editing.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-export.d.ts +6 -1
- package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -1
- package/types/toolbox-web-grid-angular-features-filtering.d.ts +6 -1
- package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -1
- package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-master-detail.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-pivot.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-print.d.ts +6 -1
- package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -1
- package/types/toolbox-web-grid-angular-features-reorder-columns.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-reorder-rows.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-responsive.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-selection.d.ts +6 -1
- package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -1
- package/types/toolbox-web-grid-angular-features-server-side.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-tooltip.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-tree.d.ts +1 -2
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +6 -1
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -1
- package/types/toolbox-web-grid-angular-features-visibility.d.ts +1 -2
- package/types/toolbox-web-grid-angular.d.ts +84 -167
- package/types/toolbox-web-grid-angular.d.ts.map +1 -1
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +0 -11
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +0 -1
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +0 -11
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +0 -1
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +0 -25
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +0 -1
- package/types/toolbox-web-grid-angular-features-reorder.d.ts +0 -3
- package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +0 -1
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +0 -3
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +0 -1
- package/types/toolbox-web-grid-angular-features-sorting.d.ts +0 -3
- 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.
|
|
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,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":"
|
|
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":"
|
|
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,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":"
|
|
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,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":"
|
|
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,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":"
|
|
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":[]}
|