@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.
Files changed (211) hide show
  1. package/README.md +71 -0
  2. package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs +30 -0
  3. package/fesm2022/toolbox-web-grid-angular-features-clipboard.mjs.map +1 -0
  4. package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs +28 -0
  5. package/fesm2022/toolbox-web-grid-angular-features-column-virtualization.mjs.map +1 -0
  6. package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs +28 -0
  7. package/fesm2022/toolbox-web-grid-angular-features-context-menu.mjs.map +1 -0
  8. package/fesm2022/toolbox-web-grid-angular-features-editing.mjs +33 -0
  9. package/fesm2022/toolbox-web-grid-angular-features-editing.mjs.map +1 -0
  10. package/fesm2022/toolbox-web-grid-angular-features-export.mjs +29 -0
  11. package/fesm2022/toolbox-web-grid-angular-features-export.mjs.map +1 -0
  12. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs +29 -0
  13. package/fesm2022/toolbox-web-grid-angular-features-filtering.mjs.map +1 -0
  14. package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs +28 -0
  15. package/fesm2022/toolbox-web-grid-angular-features-grouping-columns.mjs.map +1 -0
  16. package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs +25 -0
  17. package/fesm2022/toolbox-web-grid-angular-features-grouping-rows.mjs.map +1 -0
  18. package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs +25 -0
  19. package/fesm2022/toolbox-web-grid-angular-features-master-detail.mjs.map +1 -0
  20. package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs +40 -0
  21. package/fesm2022/toolbox-web-grid-angular-features-multi-sort.mjs.map +1 -0
  22. package/{features/pinned-columns.d.ts → fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs} +11 -2
  23. package/fesm2022/toolbox-web-grid-angular-features-pinned-columns.mjs.map +1 -0
  24. package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs +28 -0
  25. package/fesm2022/toolbox-web-grid-angular-features-pinned-rows.mjs.map +1 -0
  26. package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs +25 -0
  27. package/fesm2022/toolbox-web-grid-angular-features-pivot.mjs.map +1 -0
  28. package/fesm2022/toolbox-web-grid-angular-features-print.mjs +28 -0
  29. package/fesm2022/toolbox-web-grid-angular-features-print.mjs.map +1 -0
  30. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs +28 -0
  31. package/fesm2022/toolbox-web-grid-angular-features-reorder.mjs.map +1 -0
  32. package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs +28 -0
  33. package/fesm2022/toolbox-web-grid-angular-features-responsive.mjs.map +1 -0
  34. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs +28 -0
  35. package/fesm2022/toolbox-web-grid-angular-features-row-reorder.mjs.map +1 -0
  36. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs +30 -0
  37. package/fesm2022/toolbox-web-grid-angular-features-selection.mjs.map +1 -0
  38. package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs +25 -0
  39. package/fesm2022/toolbox-web-grid-angular-features-server-side.mjs.map +1 -0
  40. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs +25 -0
  41. package/fesm2022/toolbox-web-grid-angular-features-sorting.mjs.map +1 -0
  42. package/fesm2022/toolbox-web-grid-angular-features-tree.mjs +28 -0
  43. package/fesm2022/toolbox-web-grid-angular-features-tree.mjs.map +1 -0
  44. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs +30 -0
  45. package/fesm2022/toolbox-web-grid-angular-features-undo-redo.mjs.map +1 -0
  46. package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs +28 -0
  47. package/fesm2022/toolbox-web-grid-angular-features-visibility.mjs.map +1 -0
  48. package/fesm2022/toolbox-web-grid-angular.mjs +3376 -0
  49. package/fesm2022/toolbox-web-grid-angular.mjs.map +1 -0
  50. package/package.json +109 -35
  51. package/types/toolbox-web-grid-angular-features-clipboard.d.ts +3 -0
  52. package/types/toolbox-web-grid-angular-features-clipboard.d.ts.map +1 -0
  53. package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts +3 -0
  54. package/types/toolbox-web-grid-angular-features-column-virtualization.d.ts.map +1 -0
  55. package/types/toolbox-web-grid-angular-features-context-menu.d.ts +3 -0
  56. package/types/toolbox-web-grid-angular-features-context-menu.d.ts.map +1 -0
  57. package/types/toolbox-web-grid-angular-features-editing.d.ts +3 -0
  58. package/types/toolbox-web-grid-angular-features-editing.d.ts.map +1 -0
  59. package/types/toolbox-web-grid-angular-features-export.d.ts +3 -0
  60. package/types/toolbox-web-grid-angular-features-export.d.ts.map +1 -0
  61. package/types/toolbox-web-grid-angular-features-filtering.d.ts +3 -0
  62. package/types/toolbox-web-grid-angular-features-filtering.d.ts.map +1 -0
  63. package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts +3 -0
  64. package/types/toolbox-web-grid-angular-features-grouping-columns.d.ts.map +1 -0
  65. package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts +3 -0
  66. package/types/toolbox-web-grid-angular-features-grouping-rows.d.ts.map +1 -0
  67. package/types/toolbox-web-grid-angular-features-master-detail.d.ts +3 -0
  68. package/types/toolbox-web-grid-angular-features-master-detail.d.ts.map +1 -0
  69. package/types/toolbox-web-grid-angular-features-multi-sort.d.ts +3 -0
  70. package/types/toolbox-web-grid-angular-features-multi-sort.d.ts.map +1 -0
  71. package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts +3 -0
  72. package/types/toolbox-web-grid-angular-features-pinned-columns.d.ts.map +1 -0
  73. package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts +3 -0
  74. package/types/toolbox-web-grid-angular-features-pinned-rows.d.ts.map +1 -0
  75. package/types/toolbox-web-grid-angular-features-pivot.d.ts +3 -0
  76. package/types/toolbox-web-grid-angular-features-pivot.d.ts.map +1 -0
  77. package/types/toolbox-web-grid-angular-features-print.d.ts +3 -0
  78. package/types/toolbox-web-grid-angular-features-print.d.ts.map +1 -0
  79. package/types/toolbox-web-grid-angular-features-reorder.d.ts +3 -0
  80. package/types/toolbox-web-grid-angular-features-reorder.d.ts.map +1 -0
  81. package/types/toolbox-web-grid-angular-features-responsive.d.ts +3 -0
  82. package/types/toolbox-web-grid-angular-features-responsive.d.ts.map +1 -0
  83. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts +3 -0
  84. package/types/toolbox-web-grid-angular-features-row-reorder.d.ts.map +1 -0
  85. package/types/toolbox-web-grid-angular-features-selection.d.ts +3 -0
  86. package/types/toolbox-web-grid-angular-features-selection.d.ts.map +1 -0
  87. package/types/toolbox-web-grid-angular-features-server-side.d.ts +3 -0
  88. package/types/toolbox-web-grid-angular-features-server-side.d.ts.map +1 -0
  89. package/types/toolbox-web-grid-angular-features-sorting.d.ts +3 -0
  90. package/types/toolbox-web-grid-angular-features-sorting.d.ts.map +1 -0
  91. package/types/toolbox-web-grid-angular-features-tree.d.ts +3 -0
  92. package/types/toolbox-web-grid-angular-features-tree.d.ts.map +1 -0
  93. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts +3 -0
  94. package/types/toolbox-web-grid-angular-features-undo-redo.d.ts.map +1 -0
  95. package/types/toolbox-web-grid-angular-features-visibility.d.ts +3 -0
  96. package/types/toolbox-web-grid-angular-features-visibility.d.ts.map +1 -0
  97. package/types/toolbox-web-grid-angular.d.ts +2468 -0
  98. package/types/toolbox-web-grid-angular.d.ts.map +1 -0
  99. package/feature-registry-C-cKloXB.js +0 -45
  100. package/features/clipboard.d.ts +0 -18
  101. package/features/clipboard.d.ts.map +0 -1
  102. package/features/clipboard.js +0 -3
  103. package/features/column-virtualization.d.ts +0 -16
  104. package/features/column-virtualization.d.ts.map +0 -1
  105. package/features/column-virtualization.js +0 -3
  106. package/features/context-menu.d.ts +0 -16
  107. package/features/context-menu.d.ts.map +0 -1
  108. package/features/context-menu.js +0 -3
  109. package/features/editing.d.ts +0 -16
  110. package/features/editing.d.ts.map +0 -1
  111. package/features/editing.js +0 -3
  112. package/features/export.d.ts +0 -17
  113. package/features/export.d.ts.map +0 -1
  114. package/features/export.js +0 -3
  115. package/features/filtering.d.ts +0 -17
  116. package/features/filtering.d.ts.map +0 -1
  117. package/features/filtering.js +0 -3
  118. package/features/grouping-columns.d.ts +0 -16
  119. package/features/grouping-columns.d.ts.map +0 -1
  120. package/features/grouping-columns.js +0 -3
  121. package/features/grouping-rows.d.ts +0 -16
  122. package/features/grouping-rows.d.ts.map +0 -1
  123. package/features/grouping-rows.js +0 -3
  124. package/features/index.d.ts +0 -1
  125. package/features/index.d.ts.map +0 -1
  126. package/features/index.js +0 -22
  127. package/features/master-detail.d.ts +0 -16
  128. package/features/master-detail.d.ts.map +0 -1
  129. package/features/master-detail.js +0 -3
  130. package/features/multi-sort.d.ts +0 -22
  131. package/features/multi-sort.d.ts.map +0 -1
  132. package/features/multi-sort.js +0 -3
  133. package/features/pinned-columns.d.ts.map +0 -1
  134. package/features/pinned-columns.js +0 -3
  135. package/features/pinned-rows.d.ts +0 -16
  136. package/features/pinned-rows.d.ts.map +0 -1
  137. package/features/pinned-rows.js +0 -3
  138. package/features/pivot.d.ts +0 -16
  139. package/features/pivot.d.ts.map +0 -1
  140. package/features/pivot.js +0 -3
  141. package/features/print.d.ts +0 -16
  142. package/features/print.d.ts.map +0 -1
  143. package/features/print.js +0 -3
  144. package/features/reorder.d.ts +0 -16
  145. package/features/reorder.d.ts.map +0 -1
  146. package/features/reorder.js +0 -3
  147. package/features/responsive.d.ts +0 -16
  148. package/features/responsive.d.ts.map +0 -1
  149. package/features/responsive.js +0 -3
  150. package/features/row-reorder.d.ts +0 -16
  151. package/features/row-reorder.d.ts.map +0 -1
  152. package/features/row-reorder.js +0 -3
  153. package/features/selection.d.ts +0 -16
  154. package/features/selection.d.ts.map +0 -1
  155. package/features/selection.js +0 -3
  156. package/features/server-side.d.ts +0 -16
  157. package/features/server-side.d.ts.map +0 -1
  158. package/features/server-side.js +0 -3
  159. package/features/sorting.d.ts +0 -1
  160. package/features/sorting.d.ts.map +0 -1
  161. package/features/sorting.js +0 -1
  162. package/features/tree.d.ts +0 -16
  163. package/features/tree.d.ts.map +0 -1
  164. package/features/tree.js +0 -3
  165. package/features/undo-redo.d.ts +0 -18
  166. package/features/undo-redo.d.ts.map +0 -1
  167. package/features/undo-redo.js +0 -3
  168. package/features/visibility.d.ts +0 -16
  169. package/features/visibility.d.ts.map +0 -1
  170. package/features/visibility.js +0 -3
  171. package/index.d.ts +0 -34
  172. package/index.d.ts.map +0 -1
  173. package/index.js +0 -1916
  174. package/lib/angular-column-config.d.ts +0 -140
  175. package/lib/angular-column-config.d.ts.map +0 -1
  176. package/lib/angular-grid-adapter.d.ts +0 -220
  177. package/lib/angular-grid-adapter.d.ts.map +0 -1
  178. package/lib/base-grid-editor.d.ts +0 -145
  179. package/lib/base-grid-editor.d.ts.map +0 -1
  180. package/lib/component-registry.d.ts +0 -63
  181. package/lib/component-registry.d.ts.map +0 -1
  182. package/lib/directives/grid-column-editor.directive.d.ts +0 -113
  183. package/lib/directives/grid-column-editor.directive.d.ts.map +0 -1
  184. package/lib/directives/grid-column-view.directive.d.ts +0 -69
  185. package/lib/directives/grid-column-view.directive.d.ts.map +0 -1
  186. package/lib/directives/grid-detail-view.directive.d.ts +0 -75
  187. package/lib/directives/grid-detail-view.directive.d.ts.map +0 -1
  188. package/lib/directives/grid-form-array.directive.d.ts +0 -141
  189. package/lib/directives/grid-form-array.directive.d.ts.map +0 -1
  190. package/lib/directives/grid-responsive-card.directive.d.ts +0 -92
  191. package/lib/directives/grid-responsive-card.directive.d.ts.map +0 -1
  192. package/lib/directives/grid-tool-panel.directive.d.ts +0 -91
  193. package/lib/directives/grid-tool-panel.directive.d.ts.map +0 -1
  194. package/lib/directives/grid.directive.d.ts +0 -808
  195. package/lib/directives/grid.directive.d.ts.map +0 -1
  196. package/lib/directives/index.d.ts +0 -9
  197. package/lib/directives/index.d.ts.map +0 -1
  198. package/lib/directives/structural-directives.d.ts +0 -174
  199. package/lib/directives/structural-directives.d.ts.map +0 -1
  200. package/lib/feature-registry.d.ts +0 -72
  201. package/lib/feature-registry.d.ts.map +0 -1
  202. package/lib/grid-type-registry.d.ts +0 -110
  203. package/lib/grid-type-registry.d.ts.map +0 -1
  204. package/lib/inject-grid.d.ts +0 -109
  205. package/lib/inject-grid.d.ts.map +0 -1
  206. package/lib/interfaces/grid-cell-editor.d.ts +0 -85
  207. package/lib/interfaces/grid-cell-editor.d.ts.map +0 -1
  208. package/lib/interfaces/grid-cell-renderer.d.ts +0 -63
  209. package/lib/interfaces/grid-cell-renderer.d.ts.map +0 -1
  210. package/lib/interfaces/index.d.ts +0 -5
  211. package/lib/interfaces/index.d.ts.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toolbox-web-grid-angular.d.ts","sources":["../../../../libs/grid-angular/src/lib/angular-column-config.ts","../../../../libs/grid-angular/src/lib/angular-grid-adapter.ts","../../../../libs/grid-angular/src/lib/grid-type-registry.ts","../../../../libs/grid-angular/src/lib/grid-icon-registry.ts","../../../../libs/grid-angular/src/lib/inject-grid.ts","../../../../libs/grid-angular/src/lib/feature-registry.ts","../../../../libs/grid-angular/src/lib/base-grid-editor.ts","../../../../libs/grid-angular/src/lib/directives/grid-column-editor.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid-column-view.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid-detail-view.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid-form-array.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid-responsive-card.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid-tool-panel.directive.ts","../../../../libs/grid-angular/src/lib/directives/grid.directive.ts","../../../../libs/grid-angular/src/lib/directives/structural-directives.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":[],"mappings":"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"}
@@ -1,45 +0,0 @@
1
- const t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Set();
2
- function s(e, r) {
3
- t.set(e, {
4
- factory: r,
5
- name: e
6
- });
7
- }
8
- function u(e) {
9
- return t.has(e);
10
- }
11
- function c(e) {
12
- return t.get(e)?.factory;
13
- }
14
- function f() {
15
- return Array.from(t.keys());
16
- }
17
- function d(e, r) {
18
- const a = t.get(e);
19
- if (!a) {
20
- const n = typeof window < "u" && (window.location.hostname === "localhost" || window.location.hostname === "127.0.0.1");
21
- !o.has(e) && n && (o.add(e), console.warn(
22
- `[tbw-grid] Feature "${e}" input is set but the feature is not registered.
23
- Add this import to enable it:
24
-
25
- import '@toolbox-web/grid-angular/features/${i(e)}';
26
- `
27
- ));
28
- return;
29
- }
30
- return a.factory(r);
31
- }
32
- function i(e) {
33
- return e.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();
34
- }
35
- function g() {
36
- t.clear(), o.clear();
37
- }
38
- export {
39
- g as a,
40
- f as b,
41
- d as c,
42
- c as g,
43
- u as i,
44
- s as r
45
- };
@@ -1,18 +0,0 @@
1
- /**
2
- * Clipboard feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `clipboard` input on Grid directive.
5
- * Requires selection feature to be enabled.
6
- *
7
- * @example
8
- * ```typescript
9
- * import '@toolbox-web/grid-angular/features/selection';
10
- * import '@toolbox-web/grid-angular/features/clipboard';
11
- *
12
- * <tbw-grid [selection]="'range'" [clipboard]="true" />
13
- * ```
14
- *
15
- * @packageDocumentation
16
- */
17
- export {};
18
- //# sourceMappingURL=clipboard.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"clipboard.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/clipboard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -1,3 +0,0 @@
1
- import { ClipboardPlugin as e } from "@toolbox-web/grid/plugins/clipboard";
2
- import { r as i } from "../feature-registry-C-cKloXB.js";
3
- i("clipboard", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Column virtualization feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `columnVirtualization` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/column-virtualization';
9
- *
10
- * <tbw-grid [columnVirtualization]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=column-virtualization.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"column-virtualization.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/column-virtualization.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { ColumnVirtualizationPlugin as i } from "@toolbox-web/grid/plugins/column-virtualization";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("columnVirtualization", (r) => r === !0 ? new i() : new i(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Context menu feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `contextMenu` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/context-menu';
9
- *
10
- * <tbw-grid [contextMenu]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=context-menu.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/context-menu.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { ContextMenuPlugin as r } from "@toolbox-web/grid/plugins/context-menu";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("contextMenu", (e) => e === !0 ? new r() : new r(e ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Editing feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `editing` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/editing';
9
- *
10
- * <tbw-grid [editing]="'dblclick'" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=editing.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"editing.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/editing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { EditingPlugin as e } from "@toolbox-web/grid/plugins/editing";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("editing", (r) => r === !0 ? new e({ editOn: "dblclick" }) : r === "click" || r === "dblclick" || r === "manual" ? new e({ editOn: r }) : new e(r ?? void 0));
@@ -1,17 +0,0 @@
1
- /**
2
- * Export feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `exportFeature` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/export';
9
- *
10
- * <tbw-grid [exportFeature]="true" />
11
- * <tbw-grid [exportFeature]="{ filename: 'data.csv' }" />
12
- * ```
13
- *
14
- * @packageDocumentation
15
- */
16
- export {};
17
- //# sourceMappingURL=export.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/export.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
@@ -1,3 +0,0 @@
1
- import { ExportPlugin as e } from "@toolbox-web/grid/plugins/export";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("export", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,17 +0,0 @@
1
- /**
2
- * Filtering feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `filtering` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/filtering';
9
- *
10
- * <tbw-grid [filtering]="true" />
11
- * <tbw-grid [filtering]="{ debounceMs: 200 }" />
12
- * ```
13
- *
14
- * @packageDocumentation
15
- */
16
- export {};
17
- //# sourceMappingURL=filtering.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/filtering.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
@@ -1,3 +0,0 @@
1
- import { FilteringPlugin as e } from "@toolbox-web/grid/plugins/filtering";
2
- import { r as i } from "../feature-registry-C-cKloXB.js";
3
- i("filtering", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Column grouping feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `groupingColumns` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/grouping-columns';
9
- *
10
- * <tbw-grid [groupingColumns]="{ columnGroups: [...] }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=grouping-columns.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grouping-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { GroupingColumnsPlugin as e } from "@toolbox-web/grid/plugins/grouping-columns";
2
- import { r as u } from "../feature-registry-C-cKloXB.js";
3
- u("groupingColumns", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Row grouping feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `groupingRows` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/grouping-rows';
9
- *
10
- * <tbw-grid [groupingRows]="{ groupBy: ['department'] }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=grouping-rows.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grouping-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { GroupingRowsPlugin as o } from "@toolbox-web/grid/plugins/grouping-rows";
2
- import { r as i } from "../feature-registry-C-cKloXB.js";
3
- i("groupingRows", (r) => new o(r ?? void 0));
@@ -1 +0,0 @@
1
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;GAiBG;AAEH,OAAO,aAAa,CAAC;AACrB,OAAO,yBAAyB,CAAC;AACjC,OAAO,gBAAgB,CAAC;AACxB,OAAO,WAAW,CAAC;AACnB,OAAO,UAAU,CAAC;AAClB,OAAO,aAAa,CAAC;AACrB,OAAO,oBAAoB,CAAC;AAC5B,OAAO,iBAAiB,CAAC;AACzB,OAAO,iBAAiB,CAAC;AACzB,OAAO,cAAc,CAAC;AACtB,OAAO,kBAAkB,CAAC;AAC1B,OAAO,eAAe,CAAC;AACvB,OAAO,SAAS,CAAC;AACjB,OAAO,SAAS,CAAC;AACjB,OAAO,WAAW,CAAC;AACnB,OAAO,cAAc,CAAC;AACtB,OAAO,eAAe,CAAC;AACvB,OAAO,aAAa,CAAC;AACrB,OAAO,eAAe,CAAC;AAEvB,OAAO,QAAQ,CAAC;AAChB,OAAO,aAAa,CAAC;AACrB,OAAO,cAAc,CAAC"}
package/features/index.js DELETED
@@ -1,22 +0,0 @@
1
- import "./clipboard.js";
2
- import "./column-virtualization.js";
3
- import "./context-menu.js";
4
- import "./editing.js";
5
- import "./export.js";
6
- import "./filtering.js";
7
- import "./grouping-columns.js";
8
- import "./grouping-rows.js";
9
- import "./master-detail.js";
10
- import "./multi-sort.js";
11
- import "./pinned-columns.js";
12
- import "./pinned-rows.js";
13
- import "./pivot.js";
14
- import "./print.js";
15
- import "./reorder.js";
16
- import "./responsive.js";
17
- import "./row-reorder.js";
18
- import "./selection.js";
19
- import "./server-side.js";
20
- import "./tree.js";
21
- import "./undo-redo.js";
22
- import "./visibility.js";
@@ -1,16 +0,0 @@
1
- /**
2
- * Master-detail feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `masterDetail` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/master-detail';
9
- *
10
- * <tbw-grid [masterDetail]="{ detailRenderer: myRenderer }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=master-detail.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"master-detail.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/master-detail.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { MasterDetailPlugin as e } from "@toolbox-web/grid/plugins/master-detail";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("masterDetail", (r) => new e(r ?? void 0));
@@ -1,22 +0,0 @@
1
- /**
2
- * Multi-sort feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `multiSort` input on Grid directive.
5
- * Multi-sort allows sorting by multiple columns simultaneously.
6
- *
7
- * For basic single-column sorting, columns with `sortable: true` work without this plugin.
8
- * Use `[sortable]="false"` on the grid to disable all sorting.
9
- *
10
- * @example
11
- * ```typescript
12
- * import '@toolbox-web/grid-angular/features/multi-sort';
13
- *
14
- * <tbw-grid [multiSort]="true" />
15
- * <tbw-grid [multiSort]="'single'" />
16
- * <tbw-grid [multiSort]="{ maxSortColumns: 3 }" />
17
- * ```
18
- *
19
- * @packageDocumentation
20
- */
21
- export {};
22
- //# sourceMappingURL=multi-sort.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"multi-sort.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/multi-sort.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
@@ -1,3 +0,0 @@
1
- import { MultiSortPlugin as t } from "@toolbox-web/grid/plugins/multi-sort";
2
- import { r as e } from "../feature-registry-C-cKloXB.js";
3
- e("multiSort", (r) => r === !0 || r === "multi" ? new t() : r === "single" ? new t({ maxSortColumns: 1 }) : new t(r));
@@ -1 +0,0 @@
1
- {"version":3,"file":"pinned-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG"}
@@ -1,3 +0,0 @@
1
- import { PinnedColumnsPlugin as r } from "@toolbox-web/grid/plugins/pinned-columns";
2
- import { r as n } from "../feature-registry-C-cKloXB.js";
3
- n("pinnedColumns", () => new r());
@@ -1,16 +0,0 @@
1
- /**
2
- * Pinned rows feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `pinnedRows` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/pinned-rows';
9
- *
10
- * <tbw-grid [pinnedRows]="{ bottom: [{ type: 'aggregation' }] }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=pinned-rows.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pinned-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { PinnedRowsPlugin as e } from "@toolbox-web/grid/plugins/pinned-rows";
2
- import { r as n } from "../feature-registry-C-cKloXB.js";
3
- n("pinnedRows", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Pivot feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `pivot` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/pivot';
9
- *
10
- * <tbw-grid [pivot]="{ rowFields: ['category'], valueField: 'sales' }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=pivot.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pivot.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pivot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
package/features/pivot.js DELETED
@@ -1,3 +0,0 @@
1
- import { PivotPlugin as i } from "@toolbox-web/grid/plugins/pivot";
2
- import { r as o } from "../feature-registry-C-cKloXB.js";
3
- o("pivot", (r) => new i(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Print feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `print` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/print';
9
- *
10
- * <tbw-grid [print]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=print.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"print.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/print.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
package/features/print.js DELETED
@@ -1,3 +0,0 @@
1
- import { PrintPlugin as e } from "@toolbox-web/grid/plugins/print";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("print", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Column reorder feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `reorder` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/reorder';
9
- *
10
- * <tbw-grid [reorder]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=reorder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { ReorderPlugin as e } from "@toolbox-web/grid/plugins/reorder";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("reorder", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Responsive feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `responsive` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/responsive';
9
- *
10
- * <tbw-grid [responsive]="{ breakpoint: 768 }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=responsive.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/responsive.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { ResponsivePlugin as e } from "@toolbox-web/grid/plugins/responsive";
2
- import { r as i } from "../feature-registry-C-cKloXB.js";
3
- i("responsive", (r) => r === !0 ? new e({ breakpoint: 768 }) : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Row reorder feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `rowReorder` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/row-reorder';
9
- *
10
- * <tbw-grid [rowReorder]="true" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=row-reorder.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"row-reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/row-reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { RowReorderPlugin as e } from "@toolbox-web/grid/plugins/row-reorder";
2
- import { r as o } from "../feature-registry-C-cKloXB.js";
3
- o("rowReorder", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Selection feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `selection` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/selection';
9
- *
10
- * <tbw-grid [selection]="'range'" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=selection.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"selection.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/selection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { SelectionPlugin as r } from "@toolbox-web/grid/plugins/selection";
2
- import { r as t } from "../feature-registry-C-cKloXB.js";
3
- t("selection", (e) => e === "cell" || e === "row" || e === "range" ? new r({ mode: e }) : new r(e ?? void 0));
@@ -1,16 +0,0 @@
1
- /**
2
- * Server-side feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `serverSide` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/server-side';
9
- *
10
- * <tbw-grid [serverSide]="{ dataSource: fetchDataFn }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=server-side.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"server-side.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/server-side.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -1,3 +0,0 @@
1
- import { ServerSidePlugin as e } from "@toolbox-web/grid/plugins/server-side";
2
- import { r as i } from "../feature-registry-C-cKloXB.js";
3
- i("serverSide", (r) => new e(r ?? void 0));
@@ -1 +0,0 @@
1
- //# sourceMappingURL=sorting.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sorting.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/sorting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,cAAc,CAAC"}
@@ -1 +0,0 @@
1
- import "./multi-sort.js";
@@ -1,16 +0,0 @@
1
- /**
2
- * Tree feature for @toolbox-web/grid-angular
3
- *
4
- * Import this module to enable the `tree` input on Grid directive.
5
- *
6
- * @example
7
- * ```typescript
8
- * import '@toolbox-web/grid-angular/features/tree';
9
- *
10
- * <tbw-grid [tree]="{ childrenField: 'children' }" />
11
- * ```
12
- *
13
- * @packageDocumentation
14
- */
15
- export {};
16
- //# sourceMappingURL=tree.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/tree.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}