@toolbox-web/grid-angular 0.4.0 → 0.6.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 (96) hide show
  1. package/README.md +296 -16
  2. package/feature-registry-C-cKloXB.js +45 -0
  3. package/features/clipboard.d.ts +18 -0
  4. package/features/clipboard.d.ts.map +1 -0
  5. package/features/clipboard.js +3 -0
  6. package/features/column-virtualization.d.ts +16 -0
  7. package/features/column-virtualization.d.ts.map +1 -0
  8. package/features/column-virtualization.js +3 -0
  9. package/features/context-menu.d.ts +16 -0
  10. package/features/context-menu.d.ts.map +1 -0
  11. package/features/context-menu.js +3 -0
  12. package/features/editing.d.ts +16 -0
  13. package/features/editing.d.ts.map +1 -0
  14. package/features/editing.js +3 -0
  15. package/features/export.d.ts +17 -0
  16. package/features/export.d.ts.map +1 -0
  17. package/features/export.js +3 -0
  18. package/features/filtering.d.ts +17 -0
  19. package/features/filtering.d.ts.map +1 -0
  20. package/features/filtering.js +3 -0
  21. package/features/grouping-columns.d.ts +16 -0
  22. package/features/grouping-columns.d.ts.map +1 -0
  23. package/features/grouping-columns.js +3 -0
  24. package/features/grouping-rows.d.ts +16 -0
  25. package/features/grouping-rows.d.ts.map +1 -0
  26. package/features/grouping-rows.js +3 -0
  27. package/features/index.d.ts +1 -0
  28. package/features/index.d.ts.map +1 -0
  29. package/features/index.js +22 -0
  30. package/features/master-detail.d.ts +16 -0
  31. package/features/master-detail.d.ts.map +1 -0
  32. package/features/master-detail.js +3 -0
  33. package/features/pinned-columns.d.ts +19 -0
  34. package/features/pinned-columns.d.ts.map +1 -0
  35. package/features/pinned-columns.js +3 -0
  36. package/features/pinned-rows.d.ts +16 -0
  37. package/features/pinned-rows.d.ts.map +1 -0
  38. package/features/pinned-rows.js +3 -0
  39. package/features/pivot.d.ts +16 -0
  40. package/features/pivot.d.ts.map +1 -0
  41. package/features/pivot.js +3 -0
  42. package/features/print.d.ts +16 -0
  43. package/features/print.d.ts.map +1 -0
  44. package/features/print.js +3 -0
  45. package/features/reorder.d.ts +16 -0
  46. package/features/reorder.d.ts.map +1 -0
  47. package/features/reorder.js +3 -0
  48. package/features/responsive.d.ts +16 -0
  49. package/features/responsive.d.ts.map +1 -0
  50. package/features/responsive.js +3 -0
  51. package/features/row-reorder.d.ts +16 -0
  52. package/features/row-reorder.d.ts.map +1 -0
  53. package/features/row-reorder.js +3 -0
  54. package/features/selection.d.ts +16 -0
  55. package/features/selection.d.ts.map +1 -0
  56. package/features/selection.js +3 -0
  57. package/features/server-side.d.ts +16 -0
  58. package/features/server-side.d.ts.map +1 -0
  59. package/features/server-side.js +3 -0
  60. package/features/sorting.d.ts +16 -0
  61. package/features/sorting.d.ts.map +1 -0
  62. package/features/sorting.js +3 -0
  63. package/features/tree.d.ts +16 -0
  64. package/features/tree.d.ts.map +1 -0
  65. package/features/tree.js +3 -0
  66. package/features/undo-redo.d.ts +18 -0
  67. package/features/undo-redo.d.ts.map +1 -0
  68. package/features/undo-redo.js +3 -0
  69. package/features/visibility.d.ts +16 -0
  70. package/features/visibility.d.ts.map +1 -0
  71. package/features/visibility.js +3 -0
  72. package/index.d.ts +7 -0
  73. package/index.d.ts.map +1 -1
  74. package/index.js +1272 -294
  75. package/lib/angular-column-config.d.ts +1 -1
  76. package/lib/angular-grid-adapter.d.ts +1 -1
  77. package/lib/angular-grid-adapter.d.ts.map +1 -1
  78. package/lib/base-grid-editor.d.ts +145 -0
  79. package/lib/base-grid-editor.d.ts.map +1 -0
  80. package/lib/directives/grid-column-editor.directive.d.ts +17 -0
  81. package/lib/directives/grid-column-editor.directive.d.ts.map +1 -1
  82. package/lib/directives/grid-detail-view.directive.d.ts +1 -1
  83. package/lib/directives/grid-form-array.directive.d.ts +141 -0
  84. package/lib/directives/grid-form-array.directive.d.ts.map +1 -0
  85. package/lib/directives/grid.directive.d.ts +554 -3
  86. package/lib/directives/grid.directive.d.ts.map +1 -1
  87. package/lib/directives/index.d.ts +2 -0
  88. package/lib/directives/index.d.ts.map +1 -1
  89. package/lib/directives/structural-directives.d.ts +10 -0
  90. package/lib/directives/structural-directives.d.ts.map +1 -1
  91. package/lib/feature-registry.d.ts +72 -0
  92. package/lib/feature-registry.d.ts.map +1 -0
  93. package/lib/grid-type-registry.d.ts +1 -1
  94. package/lib/inject-grid.d.ts +109 -0
  95. package/lib/inject-grid.d.ts.map +1 -0
  96. package/package.json +12 -2
@@ -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,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,16 @@
1
+ /**
2
+ * Sorting feature for @toolbox-web/grid-angular
3
+ *
4
+ * Import this module to enable the `sorting` input on Grid directive.
5
+ *
6
+ * @example
7
+ * ```typescript
8
+ * import '@toolbox-web/grid-angular/features/sorting';
9
+ *
10
+ * <tbw-grid [sorting]="'multi'" />
11
+ * ```
12
+ *
13
+ * @packageDocumentation
14
+ */
15
+ export {};
16
+ //# 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;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
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("sorting", (r) => r === !0 || r === "multi" ? new t() : r === "single" ? new t({ maxSortColumns: 1 }) : new t(r));
@@ -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));
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Undo/Redo feature for @toolbox-web/grid-angular
3
+ *
4
+ * Import this module to enable the `undoRedo` input on Grid directive.
5
+ * Requires editing feature to be enabled.
6
+ *
7
+ * @example
8
+ * ```typescript
9
+ * import '@toolbox-web/grid-angular/features/editing';
10
+ * import '@toolbox-web/grid-angular/features/undo-redo';
11
+ *
12
+ * <tbw-grid [editing]="'dblclick'" [undoRedo]="true" />
13
+ * ```
14
+ *
15
+ * @packageDocumentation
16
+ */
17
+ export {};
18
+ //# sourceMappingURL=undo-redo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"undo-redo.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/undo-redo.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG"}
@@ -0,0 +1,3 @@
1
+ import { UndoRedoPlugin as e } from "@toolbox-web/grid/plugins/undo-redo";
2
+ import { r as o } from "../feature-registry-C-cKloXB.js";
3
+ o("undoRedo", (r) => r === !0 ? new e() : new e(r ?? void 0));
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Column visibility feature for @toolbox-web/grid-angular
3
+ *
4
+ * Import this module to enable the `visibility` input on Grid directive.
5
+ *
6
+ * @example
7
+ * ```typescript
8
+ * import '@toolbox-web/grid-angular/features/visibility';
9
+ *
10
+ * <tbw-grid [visibility]="true" />
11
+ * ```
12
+ *
13
+ * @packageDocumentation
14
+ */
15
+ export {};
16
+ //# sourceMappingURL=visibility.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"visibility.d.ts","sourceRoot":"","sources":["../../../../libs/grid-angular/src/features/visibility.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;GAaG"}
@@ -0,0 +1,3 @@
1
+ import { VisibilityPlugin as r } from "@toolbox-web/grid/plugins/visibility";
2
+ import { r as e } from "../feature-registry-C-cKloXB.js";
3
+ e("visibility", (i) => i === !0 ? new r() : new r(i ?? void 0));
package/index.d.ts CHANGED
@@ -9,12 +9,19 @@ export { isComponentClass } from './lib/angular-column-config';
9
9
  export type { AngularCellEditor, AngularCellRenderer, AngularColumnConfig, AngularGridConfig, } from './lib/angular-column-config';
10
10
  export { GRID_TYPE_DEFAULTS, GridTypeRegistry, provideGridTypeDefaults } from './lib/grid-type-registry';
11
11
  export type { AngularTypeDefault } from './lib/grid-type-registry';
12
+ export { injectGrid } from './lib/inject-grid';
13
+ export type { ExportMethods, InjectGridReturn, SelectionMethods } from './lib/inject-grid';
14
+ export { clearFeatureRegistry, createPluginFromFeature, getFeatureFactory, getRegisteredFeatures, isFeatureRegistered, registerFeature, } from './lib/feature-registry';
15
+ export type { FeatureName, PluginFactory } from './lib/feature-registry';
16
+ export { BaseGridEditor } from './lib/base-grid-editor';
12
17
  export { GridColumnEditor } from './lib/directives/grid-column-editor.directive';
13
18
  export type { GridEditorContext } from './lib/directives/grid-column-editor.directive';
14
19
  export { GridColumnView } from './lib/directives/grid-column-view.directive';
15
20
  export type { GridCellContext } from './lib/directives/grid-column-view.directive';
16
21
  export { GridDetailView } from './lib/directives/grid-detail-view.directive';
17
22
  export type { GridDetailContext } from './lib/directives/grid-detail-view.directive';
23
+ export { GridFormArray, getFormArrayContext } from './lib/directives/grid-form-array.directive';
24
+ export type { FormArrayContext } from './lib/directives/grid-form-array.directive';
18
25
  export { GridResponsiveCard } from './lib/directives/grid-responsive-card.directive';
19
26
  export type { GridResponsiveCardContext } from './lib/directives/grid-responsive-card.directive';
20
27
  export { GridToolPanel } from './lib/directives/grid-tool-panel.directive';
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/grid-angular/src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACzG,YAAY,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAGnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACrF,YAAY,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,YAAY,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAGvF,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAChF,YAAY,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAG7G,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/grid-angular/src/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AAGhE,OAAO,EAAE,gBAAgB,EAAE,MAAM,6BAA6B,CAAC;AAC/D,YAAY,EACV,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,iBAAiB,GAClB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,EAAE,kBAAkB,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,MAAM,0BAA0B,CAAC;AACzG,YAAY,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAGnE,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAG3F,OAAO,EACL,oBAAoB,EACpB,uBAAuB,EACvB,iBAAiB,EACjB,qBAAqB,EACrB,mBAAmB,EACnB,eAAe,GAChB,MAAM,wBAAwB,CAAC;AAChC,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGzE,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,YAAY,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,6CAA6C,CAAC;AAC7E,YAAY,EAAE,iBAAiB,EAAE,MAAM,6CAA6C,CAAC;AACrF,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAE,MAAM,4CAA4C,CAAC;AAChG,YAAY,EAAE,gBAAgB,EAAE,MAAM,4CAA4C,CAAC;AACnF,OAAO,EAAE,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACrF,YAAY,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AACjG,OAAO,EAAE,aAAa,EAAE,MAAM,4CAA4C,CAAC;AAC3E,YAAY,EAAE,oBAAoB,EAAE,MAAM,4CAA4C,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,MAAM,iCAAiC,CAAC;AACvD,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,iCAAiC,CAAC;AAGvF,OAAO,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAChF,YAAY,EAAE,qBAAqB,EAAE,uBAAuB,EAAE,MAAM,wCAAwC,CAAC;AAG7G,OAAO,EAAE,SAAS,IAAI,aAAa,EAAE,WAAW,IAAI,WAAW,EAAE,MAAM,wCAAwC,CAAC"}