igniteui-webcomponents-grids 7.2.0-beta.0 → 7.2.0-beta.2

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/custom-elements.json +13000 -12995
  2. package/grids/combined.js +29644 -28593
  3. package/grids/lib/igc-action-strip-component.d.ts +0 -39
  4. package/grids/lib/igc-base-exporter.d.ts +1 -25
  5. package/grids/lib/igc-base-toolbar-directive.d.ts +0 -1
  6. package/grids/lib/igc-boolean-filtering-operand.d.ts +0 -2
  7. package/grids/lib/igc-column-component.d.ts +0 -489
  8. package/grids/lib/igc-column-exporting-event-args.d.ts +0 -5
  9. package/grids/lib/igc-column-group-component.d.ts +0 -55
  10. package/grids/lib/igc-column-layout-component.d.ts +0 -12
  11. package/grids/lib/igc-column-toggled-event-args.d.ts +1 -1
  12. package/grids/lib/igc-columns-auto-generated-event-args.d.ts +0 -2
  13. package/grids/lib/igc-csv-exporter-options.d.ts +0 -10
  14. package/grids/lib/igc-csv-exporter-service.d.ts +1 -23
  15. package/grids/lib/igc-data-clone-strategy.d.ts +0 -1
  16. package/grids/lib/igc-date-filtering-operand.d.ts +0 -2
  17. package/grids/lib/igc-date-summary-operand.d.ts +1 -38
  18. package/grids/lib/igc-dimensions-change.d.ts +1 -0
  19. package/grids/lib/igc-excel-exporter-options.d.ts +0 -27
  20. package/grids/lib/igc-excel-exporter-service.d.ts +1 -22
  21. package/grids/lib/igc-exporter-event-args.d.ts +12 -16
  22. package/grids/lib/igc-exporter-options-base.d.ts +4 -63
  23. package/grids/lib/igc-expression-tree.d.ts +1 -0
  24. package/grids/lib/igc-field-type.d.ts +0 -2
  25. package/grids/lib/igc-filtering-expressions-tree.d.ts +2 -0
  26. package/grids/lib/igc-filtering-operand.d.ts +0 -4
  27. package/grids/lib/igc-filtering-operation.d.ts +0 -2
  28. package/grids/lib/igc-grid-actions-base-directive.d.ts +0 -6
  29. package/grids/lib/igc-grid-base-component.d.ts +300 -0
  30. package/grids/lib/igc-grid-base-directive.d.ts +28 -1131
  31. package/grids/lib/igc-grid-component.d.ts +18 -512
  32. package/grids/lib/igc-grid-created-event-args.d.ts +4 -4
  33. package/grids/lib/igc-grid-editing-actions-component.d.ts +0 -7
  34. package/grids/lib/igc-grid-pinning-actions-component.d.ts +0 -12
  35. package/grids/lib/igc-grid-resource-strings.d.ts +1 -0
  36. package/grids/lib/igc-grid-state-base-directive.d.ts +0 -6
  37. package/grids/lib/igc-grid-state-component.d.ts +0 -5
  38. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +0 -10
  39. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +0 -10
  40. package/grids/lib/igc-grid-toolbar-component.d.ts +0 -14
  41. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +2 -2
  42. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +0 -8
  43. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +0 -9
  44. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +0 -9
  45. package/grids/lib/igc-grid-toolbar-title-component.d.ts +0 -8
  46. package/grids/lib/igc-hierarchical-grid-base-component.d.ts +151 -0
  47. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +0 -20
  48. package/grids/lib/igc-hierarchical-grid-component.d.ts +28 -184
  49. package/grids/lib/igc-number-filtering-operand.d.ts +0 -2
  50. package/grids/lib/igc-number-summary-operand.d.ts +1 -53
  51. package/grids/lib/igc-overlay-outlet-directive.d.ts +0 -3
  52. package/grids/lib/igc-paginator-component.d.ts +2 -81
  53. package/grids/lib/igc-pinning-config.d.ts +2 -0
  54. package/grids/lib/igc-pivot-aggregation.d.ts +8 -0
  55. package/grids/lib/igc-pivot-aggregator.d.ts +1 -1
  56. package/grids/lib/igc-pivot-data-selector-component.d.ts +0 -87
  57. package/grids/lib/igc-pivot-date-dimension.d.ts +0 -3
  58. package/grids/lib/igc-pivot-grid-component.d.ts +0 -163
  59. package/grids/lib/igc-pivot-value.d.ts +1 -1
  60. package/grids/lib/igc-position-settings.d.ts +4 -0
  61. package/grids/lib/igc-position-strategy.d.ts +1 -4
  62. package/grids/lib/igc-query-builder-component.d.ts +1 -14
  63. package/grids/lib/igc-query-builder-header-component.d.ts +1 -13
  64. package/grids/lib/igc-row-data-cancelable-event-args.d.ts +28 -0
  65. package/grids/lib/igc-row-directive.d.ts +1 -55
  66. package/grids/lib/igc-row-island-base-component.d.ts +71 -0
  67. package/grids/lib/igc-row-island-component.d.ts +68 -1132
  68. package/grids/lib/igc-scroll-strategy.d.ts +1 -7
  69. package/grids/lib/igc-string-filtering-operand.d.ts +0 -4
  70. package/grids/lib/igc-summary-operand.d.ts +1 -33
  71. package/grids/lib/igc-summary-result.d.ts +0 -9
  72. package/grids/lib/igc-time-summary-operand.d.ts +0 -11
  73. package/grids/lib/igc-tree-grid-base-component.d.ts +221 -0
  74. package/grids/lib/igc-tree-grid-component.d.ts +23 -341
  75. package/grids/lib/igc-validation-errors.d.ts +4 -0
  76. package/grids/lib/index.d.ts +60 -56
  77. package/grids/lib/pivot-row-layout-type.d.ts +1 -1
  78. package/grids/lib/pivot-summary-position.d.ts +1 -1
  79. package/grids/themes/dark/bootstrap.css +1 -1
  80. package/grids/themes/dark/fluent.css +1 -1
  81. package/grids/themes/dark/indigo.css +1 -1
  82. package/grids/themes/dark/material.css +1 -1
  83. package/grids/themes/light/bootstrap.css +1 -1
  84. package/grids/themes/light/fluent.css +1 -1
  85. package/grids/themes/light/indigo.css +1 -1
  86. package/grids/themes/light/material.css +1 -1
  87. package/package.json +1 -1
  88. package/vscode.html-custom-data.json +1 -1
  89. package/web-types.json +1 -1
@@ -0,0 +1,71 @@
1
+
2
+ import { IgcHierarchicalGridBaseDirective } from './igc-hierarchical-grid-base-directive';
3
+ import { IgcGridCreatedEventArgs } from './igc-grid-created-event-args';
4
+ import { IgcGridToolbarTemplateContext } from './igc-grid-toolbar-template-context';
5
+ import { IgcRenderFunction } from './common';
6
+ import { IgcGridPaginatorTemplateContext } from './igc-grid-paginator-template-context';
7
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
8
+ import { IgcHierarchicalGridBaseDirectiveEventMap } from './igc-hierarchical-grid-base-directive';
9
+
10
+
11
+ /* jsonAPIManageCollectionInMarkup */
12
+ /* wcSkipComponentSuffix */
13
+
14
+
15
+ /* wcAlternateName: RowIslandBase */
16
+ /* blazorIndirectRender
17
+ blazorComponent
18
+ omitModule
19
+ wcSkipComponentSuffix */
20
+ /**
21
+ * Row island
22
+ */
23
+
24
+ export declare class IgcRowIslandBaseComponent extends EventEmitterMixin<IgcRowIslandBaseComponentEventMap, AbstractConstructor<IgcHierarchicalGridBaseDirective>>(IgcHierarchicalGridBaseDirective)
25
+
26
+ {
27
+
28
+
29
+
30
+ /* csSuppress */
31
+ /**
32
+ * Sets/Gets the toolbar template for each child grid created from this row island.
33
+ */
34
+ public set toolbarTemplate(value: IgcRenderFunction<IgcGridToolbarTemplateContext>);
35
+ public get toolbarTemplate(): IgcRenderFunction<IgcGridToolbarTemplateContext>;
36
+
37
+
38
+
39
+
40
+ /* csSuppress */
41
+ /**
42
+ * Sets/Gets the paginator template for each child grid created from this row island.
43
+ */
44
+ public set paginatorTemplate(value: IgcRenderFunction<IgcGridPaginatorTemplateContext>);
45
+ public get paginatorTemplate(): IgcRenderFunction<IgcGridPaginatorTemplateContext>;
46
+
47
+
48
+
49
+ /**
50
+ * Sets if all immediate children of the grids for this row island should be expanded/collapsed.
51
+ */
52
+ public set expandChildren(value: boolean);
53
+ public get expandChildren(): boolean;
54
+
55
+ }
56
+
57
+ export declare interface IgcRowIslandBaseComponentEventMap extends IgcHierarchicalGridBaseDirectiveEventMap {
58
+
59
+ /**
60
+ * Event emitted when a grid is being created based on this row island.
61
+ */
62
+ gridCreated: CustomEvent<IgcGridCreatedEventArgs>;
63
+
64
+ /**
65
+ * Emitted after a grid is being initialized for this row island.
66
+ * The emitting is done in `ngAfterViewInit`.
67
+ */
68
+ gridInitialized: CustomEvent<IgcGridCreatedEventArgs>;
69
+
70
+ }
71
+