@toolbox-web/grid-angular 0.7.1 → 0.8.0
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 +71 -0
- package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-editing.mjs +33 -0
- package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs +29 -0
- package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +29 -0
- package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs +40 -0
- package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -0
- package/{features/pinned-columns.d.ts → fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs} +11 -2
- package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +25 -0
- package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-tree.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -0
- package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs +28 -0
- package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -0
- package/fesm2022/toolbox-web-grid-angular.mjs +3376 -0
- package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -0
- package/package.json +109 -35
- package/types/toolbox-web-grid-angular-features-clipboard.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-clipboard.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-context-menu.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-context-menu.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-editing.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-editing.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-export.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-filtering.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-master-detail.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-master-detail.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-multi-sort.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-pivot.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-pivot.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-print.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-reorder.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-responsive.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-responsive.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-selection.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-server-side.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-server-side.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-sorting.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-sorting.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-tree.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-tree.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular-features-visibility.d.ts +3 -0
- package/types/toolbox-web-grid-angular-features-visibility.d.ts.map +1 -0
- package/types/toolbox-web-grid-angular.d.ts +2468 -0
- package/types/toolbox-web-grid-angular.d.ts.map +1 -0
- package/feature-registry-C-cKloXB.js +0 -45
- package/features/clipboard.d.ts +0 -18
- package/features/clipboard.d.ts.map +0 -1
- package/features/clipboard.js +0 -3
- package/features/column-virtualization.d.ts +0 -16
- package/features/column-virtualization.d.ts.map +0 -1
- package/features/column-virtualization.js +0 -3
- package/features/context-menu.d.ts +0 -16
- package/features/context-menu.d.ts.map +0 -1
- package/features/context-menu.js +0 -3
- package/features/editing.d.ts +0 -16
- package/features/editing.d.ts.map +0 -1
- package/features/editing.js +0 -3
- package/features/export.d.ts +0 -17
- package/features/export.d.ts.map +0 -1
- package/features/export.js +0 -3
- package/features/filtering.d.ts +0 -17
- package/features/filtering.d.ts.map +0 -1
- package/features/filtering.js +0 -3
- package/features/grouping-columns.d.ts +0 -16
- package/features/grouping-columns.d.ts.map +0 -1
- package/features/grouping-columns.js +0 -3
- package/features/grouping-rows.d.ts +0 -16
- package/features/grouping-rows.d.ts.map +0 -1
- package/features/grouping-rows.js +0 -3
- package/features/index.d.ts +0 -1
- package/features/index.d.ts.map +0 -1
- package/features/index.js +0 -22
- package/features/master-detail.d.ts +0 -16
- package/features/master-detail.d.ts.map +0 -1
- package/features/master-detail.js +0 -3
- package/features/multi-sort.d.ts +0 -22
- package/features/multi-sort.d.ts.map +0 -1
- package/features/multi-sort.js +0 -3
- package/features/pinned-columns.d.ts.map +0 -1
- package/features/pinned-columns.js +0 -3
- package/features/pinned-rows.d.ts +0 -16
- package/features/pinned-rows.d.ts.map +0 -1
- package/features/pinned-rows.js +0 -3
- package/features/pivot.d.ts +0 -16
- package/features/pivot.d.ts.map +0 -1
- package/features/pivot.js +0 -3
- package/features/print.d.ts +0 -16
- package/features/print.d.ts.map +0 -1
- package/features/print.js +0 -3
- package/features/reorder.d.ts +0 -16
- package/features/reorder.d.ts.map +0 -1
- package/features/reorder.js +0 -3
- package/features/responsive.d.ts +0 -16
- package/features/responsive.d.ts.map +0 -1
- package/features/responsive.js +0 -3
- package/features/row-reorder.d.ts +0 -16
- package/features/row-reorder.d.ts.map +0 -1
- package/features/row-reorder.js +0 -3
- package/features/selection.d.ts +0 -16
- package/features/selection.d.ts.map +0 -1
- package/features/selection.js +0 -3
- package/features/server-side.d.ts +0 -16
- package/features/server-side.d.ts.map +0 -1
- package/features/server-side.js +0 -3
- package/features/sorting.d.ts +0 -1
- package/features/sorting.d.ts.map +0 -1
- package/features/sorting.js +0 -1
- package/features/tree.d.ts +0 -16
- package/features/tree.d.ts.map +0 -1
- package/features/tree.js +0 -3
- package/features/undo-redo.d.ts +0 -18
- package/features/undo-redo.d.ts.map +0 -1
- package/features/undo-redo.js +0 -3
- package/features/visibility.d.ts +0 -16
- package/features/visibility.d.ts.map +0 -1
- package/features/visibility.js +0 -3
- package/index.d.ts +0 -34
- package/index.d.ts.map +0 -1
- package/index.js +0 -1916
- package/lib/angular-column-config.d.ts +0 -140
- package/lib/angular-column-config.d.ts.map +0 -1
- package/lib/angular-grid-adapter.d.ts +0 -220
- package/lib/angular-grid-adapter.d.ts.map +0 -1
- package/lib/base-grid-editor.d.ts +0 -145
- package/lib/base-grid-editor.d.ts.map +0 -1
- package/lib/component-registry.d.ts +0 -63
- package/lib/component-registry.d.ts.map +0 -1
- package/lib/directives/grid-column-editor.directive.d.ts +0 -113
- package/lib/directives/grid-column-editor.directive.d.ts.map +0 -1
- package/lib/directives/grid-column-view.directive.d.ts +0 -69
- package/lib/directives/grid-column-view.directive.d.ts.map +0 -1
- package/lib/directives/grid-detail-view.directive.d.ts +0 -75
- package/lib/directives/grid-detail-view.directive.d.ts.map +0 -1
- package/lib/directives/grid-form-array.directive.d.ts +0 -141
- package/lib/directives/grid-form-array.directive.d.ts.map +0 -1
- package/lib/directives/grid-responsive-card.directive.d.ts +0 -92
- package/lib/directives/grid-responsive-card.directive.d.ts.map +0 -1
- package/lib/directives/grid-tool-panel.directive.d.ts +0 -91
- package/lib/directives/grid-tool-panel.directive.d.ts.map +0 -1
- package/lib/directives/grid.directive.d.ts +0 -808
- package/lib/directives/grid.directive.d.ts.map +0 -1
- package/lib/directives/index.d.ts +0 -9
- package/lib/directives/index.d.ts.map +0 -1
- package/lib/directives/structural-directives.d.ts +0 -174
- package/lib/directives/structural-directives.d.ts.map +0 -1
- package/lib/feature-registry.d.ts +0 -72
- package/lib/feature-registry.d.ts.map +0 -1
- package/lib/grid-type-registry.d.ts +0 -110
- package/lib/grid-type-registry.d.ts.map +0 -1
- package/lib/inject-grid.d.ts +0 -109
- package/lib/inject-grid.d.ts.map +0 -1
- package/lib/interfaces/grid-cell-editor.d.ts +0 -85
- package/lib/interfaces/grid-cell-editor.d.ts.map +0 -1
- package/lib/interfaces/grid-cell-renderer.d.ts +0 -63
- package/lib/interfaces/grid-cell-renderer.d.ts.map +0 -1
- package/lib/interfaces/index.d.ts +0 -5
- package/lib/interfaces/index.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,29 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolbox-web/grid-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "Angular adapter for @toolbox-web/grid data grid component",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"main": "./index.js",
|
|
7
|
-
"module": "./index.js",
|
|
8
|
-
"types": "./index.d.ts",
|
|
9
|
-
"exports": {
|
|
10
|
-
"./package.json": "./package.json",
|
|
11
|
-
".": {
|
|
12
|
-
"types": "./index.d.ts",
|
|
13
|
-
"import": "./index.js",
|
|
14
|
-
"default": "./index.js"
|
|
15
|
-
},
|
|
16
|
-
"./features": {
|
|
17
|
-
"types": "./features/index.d.ts",
|
|
18
|
-
"import": "./features/index.js",
|
|
19
|
-
"default": "./features/index.js"
|
|
20
|
-
},
|
|
21
|
-
"./features/*": {
|
|
22
|
-
"types": "./features/*.d.ts",
|
|
23
|
-
"import": "./features/*.js",
|
|
24
|
-
"default": "./features/*.js"
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
6
|
"keywords": [
|
|
28
7
|
"angular",
|
|
29
8
|
"data-grid",
|
|
@@ -44,20 +23,115 @@
|
|
|
44
23
|
"publishConfig": {
|
|
45
24
|
"access": "public"
|
|
46
25
|
},
|
|
47
|
-
"dependencies": {
|
|
48
|
-
|
|
49
|
-
"@angular/common": "^21.0.0",
|
|
50
|
-
"@angular/compiler": "^21.0.0",
|
|
51
|
-
"@angular/core": "^21.0.0",
|
|
52
|
-
"@angular/forms": "^21.0.0",
|
|
53
|
-
"@angular/platform-browser": "^21.0.0",
|
|
54
|
-
"@angular/build": "^21.0.4",
|
|
55
|
-
"@angular/cli": "^21.0.4",
|
|
56
|
-
"@angular/compiler-cli": "^21.0.0",
|
|
57
|
-
"@toolbox-web/grid": ">=0.4.0"
|
|
26
|
+
"dependencies": {
|
|
27
|
+
"tslib": "^2.3.0"
|
|
58
28
|
},
|
|
59
29
|
"peerDependencies": {
|
|
60
30
|
"@angular/core": ">=17.0.0",
|
|
61
31
|
"@toolbox-web/grid": ">=1.0.0"
|
|
62
|
-
}
|
|
63
|
-
|
|
32
|
+
},
|
|
33
|
+
"module": "fesm2022/toolbox-web-grid-angular.mjs",
|
|
34
|
+
"typings": "types/toolbox-web-grid-angular.d.ts",
|
|
35
|
+
"exports": {
|
|
36
|
+
"./package.json": {
|
|
37
|
+
"default": "./package.json"
|
|
38
|
+
},
|
|
39
|
+
".": {
|
|
40
|
+
"types": "./types/toolbox-web-grid-angular.d.ts",
|
|
41
|
+
"default": "./fesm2022/toolbox-web-grid-angular.mjs"
|
|
42
|
+
},
|
|
43
|
+
"./features/clipboard": {
|
|
44
|
+
"types": "./types/toolbox-web-grid-angular-features-clipboard.d.ts",
|
|
45
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-clipboard.mjs"
|
|
46
|
+
},
|
|
47
|
+
"./features/column-virtualization": {
|
|
48
|
+
"types": "./types/toolbox-web-grid-angular-features-column-virtualization.d.ts",
|
|
49
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs"
|
|
50
|
+
},
|
|
51
|
+
"./features/context-menu": {
|
|
52
|
+
"types": "./types/toolbox-web-grid-angular-features-context-menu.d.ts",
|
|
53
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-context-menu.mjs"
|
|
54
|
+
},
|
|
55
|
+
"./features/editing": {
|
|
56
|
+
"types": "./types/toolbox-web-grid-angular-features-editing.d.ts",
|
|
57
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-editing.mjs"
|
|
58
|
+
},
|
|
59
|
+
"./features/export": {
|
|
60
|
+
"types": "./types/toolbox-web-grid-angular-features-export.d.ts",
|
|
61
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-export.mjs"
|
|
62
|
+
},
|
|
63
|
+
"./features/filtering": {
|
|
64
|
+
"types": "./types/toolbox-web-grid-angular-features-filtering.d.ts",
|
|
65
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-filtering.mjs"
|
|
66
|
+
},
|
|
67
|
+
"./features/grouping-columns": {
|
|
68
|
+
"types": "./types/toolbox-web-grid-angular-features-grouping-columns.d.ts",
|
|
69
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs"
|
|
70
|
+
},
|
|
71
|
+
"./features/grouping-rows": {
|
|
72
|
+
"types": "./types/toolbox-web-grid-angular-features-grouping-rows.d.ts",
|
|
73
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs"
|
|
74
|
+
},
|
|
75
|
+
"./features/master-detail": {
|
|
76
|
+
"types": "./types/toolbox-web-grid-angular-features-master-detail.d.ts",
|
|
77
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-master-detail.mjs"
|
|
78
|
+
},
|
|
79
|
+
"./features/multi-sort": {
|
|
80
|
+
"types": "./types/toolbox-web-grid-angular-features-multi-sort.d.ts",
|
|
81
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs"
|
|
82
|
+
},
|
|
83
|
+
"./features/pinned-columns": {
|
|
84
|
+
"types": "./types/toolbox-web-grid-angular-features-pinned-columns.d.ts",
|
|
85
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs"
|
|
86
|
+
},
|
|
87
|
+
"./features/pinned-rows": {
|
|
88
|
+
"types": "./types/toolbox-web-grid-angular-features-pinned-rows.d.ts",
|
|
89
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs"
|
|
90
|
+
},
|
|
91
|
+
"./features/pivot": {
|
|
92
|
+
"types": "./types/toolbox-web-grid-angular-features-pivot.d.ts",
|
|
93
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-pivot.mjs"
|
|
94
|
+
},
|
|
95
|
+
"./features/print": {
|
|
96
|
+
"types": "./types/toolbox-web-grid-angular-features-print.d.ts",
|
|
97
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-print.mjs"
|
|
98
|
+
},
|
|
99
|
+
"./features/reorder": {
|
|
100
|
+
"types": "./types/toolbox-web-grid-angular-features-reorder.d.ts",
|
|
101
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-reorder.mjs"
|
|
102
|
+
},
|
|
103
|
+
"./features/responsive": {
|
|
104
|
+
"types": "./types/toolbox-web-grid-angular-features-responsive.d.ts",
|
|
105
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-responsive.mjs"
|
|
106
|
+
},
|
|
107
|
+
"./features/row-reorder": {
|
|
108
|
+
"types": "./types/toolbox-web-grid-angular-features-row-reorder.d.ts",
|
|
109
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs"
|
|
110
|
+
},
|
|
111
|
+
"./features/selection": {
|
|
112
|
+
"types": "./types/toolbox-web-grid-angular-features-selection.d.ts",
|
|
113
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-selection.mjs"
|
|
114
|
+
},
|
|
115
|
+
"./features/server-side": {
|
|
116
|
+
"types": "./types/toolbox-web-grid-angular-features-server-side.d.ts",
|
|
117
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-server-side.mjs"
|
|
118
|
+
},
|
|
119
|
+
"./features/sorting": {
|
|
120
|
+
"types": "./types/toolbox-web-grid-angular-features-sorting.d.ts",
|
|
121
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-sorting.mjs"
|
|
122
|
+
},
|
|
123
|
+
"./features/tree": {
|
|
124
|
+
"types": "./types/toolbox-web-grid-angular-features-tree.d.ts",
|
|
125
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-tree.mjs"
|
|
126
|
+
},
|
|
127
|
+
"./features/undo-redo": {
|
|
128
|
+
"types": "./types/toolbox-web-grid-angular-features-undo-redo.d.ts",
|
|
129
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs"
|
|
130
|
+
},
|
|
131
|
+
"./features/visibility": {
|
|
132
|
+
"types": "./types/toolbox-web-grid-angular-features-visibility.d.ts",
|
|
133
|
+
"default": "./fesm2022/toolbox-web-grid-angular-features-visibility.mjs"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"sideEffects": false
|
|
137
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-clipboard.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-column-virtualization.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-context-menu.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-editing.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-export.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-filtering.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-grouping-columns.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-grouping-rows.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-master-detail.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-multi-sort.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-pinned-columns.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-pinned-rows.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-pivot.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-print.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-reorder.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-responsive.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-row-reorder.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-selection.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-server-side.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-sorting.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-tree.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-undo-redo.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toolbox-web-grid-angular-features-visibility.d.ts","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|