@toolbox-web/grid-angular 0.5.0 → 0.7.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 (89) hide show
  1. package/feature-registry-C-cKloXB.js +45 -0
  2. package/features/clipboard.d.ts +18 -0
  3. package/features/clipboard.d.ts.map +1 -0
  4. package/features/clipboard.js +3 -0
  5. package/features/column-virtualization.d.ts +16 -0
  6. package/features/column-virtualization.d.ts.map +1 -0
  7. package/features/column-virtualization.js +3 -0
  8. package/features/context-menu.d.ts +16 -0
  9. package/features/context-menu.d.ts.map +1 -0
  10. package/features/context-menu.js +3 -0
  11. package/features/editing.d.ts +16 -0
  12. package/features/editing.d.ts.map +1 -0
  13. package/features/editing.js +3 -0
  14. package/features/export.d.ts +17 -0
  15. package/features/export.d.ts.map +1 -0
  16. package/features/export.js +3 -0
  17. package/features/filtering.d.ts +17 -0
  18. package/features/filtering.d.ts.map +1 -0
  19. package/features/filtering.js +3 -0
  20. package/features/grouping-columns.d.ts +16 -0
  21. package/features/grouping-columns.d.ts.map +1 -0
  22. package/features/grouping-columns.js +3 -0
  23. package/features/grouping-rows.d.ts +16 -0
  24. package/features/grouping-rows.d.ts.map +1 -0
  25. package/features/grouping-rows.js +3 -0
  26. package/features/index.d.ts +1 -0
  27. package/features/index.d.ts.map +1 -0
  28. package/features/index.js +22 -0
  29. package/features/master-detail.d.ts +16 -0
  30. package/features/master-detail.d.ts.map +1 -0
  31. package/features/master-detail.js +3 -0
  32. package/features/multi-sort.d.ts +22 -0
  33. package/features/multi-sort.d.ts.map +1 -0
  34. package/features/pinned-columns.d.ts +19 -0
  35. package/features/pinned-columns.d.ts.map +1 -0
  36. package/features/pinned-columns.js +3 -0
  37. package/features/pinned-rows.d.ts +16 -0
  38. package/features/pinned-rows.d.ts.map +1 -0
  39. package/features/pinned-rows.js +3 -0
  40. package/features/pivot.d.ts +16 -0
  41. package/features/pivot.d.ts.map +1 -0
  42. package/features/pivot.js +3 -0
  43. package/features/print.d.ts +16 -0
  44. package/features/print.d.ts.map +1 -0
  45. package/features/print.js +3 -0
  46. package/features/reorder.d.ts +16 -0
  47. package/features/reorder.d.ts.map +1 -0
  48. package/features/reorder.js +3 -0
  49. package/features/responsive.d.ts +16 -0
  50. package/features/responsive.d.ts.map +1 -0
  51. package/features/responsive.js +3 -0
  52. package/features/row-reorder.d.ts +16 -0
  53. package/features/row-reorder.d.ts.map +1 -0
  54. package/features/row-reorder.js +3 -0
  55. package/features/selection.d.ts +16 -0
  56. package/features/selection.d.ts.map +1 -0
  57. package/features/selection.js +3 -0
  58. package/features/server-side.d.ts +16 -0
  59. package/features/server-side.d.ts.map +1 -0
  60. package/features/server-side.js +3 -0
  61. package/features/sorting.d.ts +1 -0
  62. package/features/sorting.d.ts.map +1 -0
  63. package/features/sorting.js +1 -0
  64. package/features/tree.d.ts +16 -0
  65. package/features/tree.d.ts.map +1 -0
  66. package/features/tree.js +3 -0
  67. package/features/undo-redo.d.ts +18 -0
  68. package/features/undo-redo.d.ts.map +1 -0
  69. package/features/undo-redo.js +3 -0
  70. package/features/visibility.d.ts +16 -0
  71. package/features/visibility.d.ts.map +1 -0
  72. package/features/visibility.js +3 -0
  73. package/index.d.ts +5 -1
  74. package/index.d.ts.map +1 -1
  75. package/index.js +1094 -306
  76. package/lib/angular-column-config.d.ts +1 -1
  77. package/lib/angular-grid-adapter.d.ts +1 -1
  78. package/lib/angular-grid-adapter.d.ts.map +1 -1
  79. package/lib/base-grid-editor.d.ts +1 -1
  80. package/lib/directives/grid-detail-view.directive.d.ts +1 -1
  81. package/lib/directives/grid.directive.d.ts +629 -3
  82. package/lib/directives/grid.directive.d.ts.map +1 -1
  83. package/lib/feature-registry.d.ts +72 -0
  84. package/lib/feature-registry.d.ts.map +1 -0
  85. package/lib/grid-type-registry.d.ts +1 -1
  86. package/lib/inject-grid.d.ts +109 -0
  87. package/lib/inject-grid.d.ts.map +1 -0
  88. package/multi-sort-DPbW58yz.js +3 -0
  89. package/package.json +11 -1
@@ -0,0 +1,45 @@
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
+ };
@@ -0,0 +1,18 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clipboard.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/clipboard.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"column-virtualization.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/column-virtualization.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context-menu.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/context-menu.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"editing.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/editing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/export.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,17 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"filtering.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/filtering.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grouping-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"grouping-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/grouping-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,22 @@
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-DPbW58yz.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";
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"master-detail.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/master-detail.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,22 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"multi-sort.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/multi-sort.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Pinned columns feature for @toolbox-web/grid-angular
3
+ *
4
+ * Import this module to enable the `pinnedColumns` input on Grid directive.
5
+ *
6
+ * @example
7
+ * ```typescript
8
+ * import '@toolbox-web/grid-angular/features/pinned-columns';
9
+ *
10
+ * <tbw-grid [pinnedColumns]="true" [columns]="[
11
+ * { field: 'id', sticky: 'left' },
12
+ * { field: 'name' }
13
+ * ]" />
14
+ * ```
15
+ *
16
+ * @packageDocumentation
17
+ */
18
+ export {};
19
+ //# sourceMappingURL=pinned-columns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pinned-columns.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-columns.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG"}
@@ -0,0 +1,3 @@
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());
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pinned-rows.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pinned-rows.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pivot.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/pivot.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"print.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/print.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"responsive.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/responsive.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"row-reorder.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/row-reorder.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selection.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/selection.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"server-side.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/server-side.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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));
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=sorting.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sorting.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/sorting.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAGH,OAAO,cAAc,CAAC"}
@@ -0,0 +1 @@
1
+ import "../multi-sort-DPbW58yz.js";
@@ -0,0 +1,16 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tree.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/tree.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
1
+ import { TreePlugin as e } from "@toolbox-web/grid/plugins/tree";
2
+ import { r as t } from "../feature-registry-C-cKloXB.js";
3
+ t("tree", (r) => r === !0 ? new e() : new e(r ?? void 0));