igniteui-webcomponents-grids 4.7.1 → 4.7.2-beta.1

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 (152) hide show
  1. package/bundles/igniteui-webcomponents-grids.umd.js +498 -373
  2. package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasGridCellBase.js +10 -10
  4. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  5. package/esm2015/lib/ColumnFilterCondition_combined.js +246 -210
  6. package/esm2015/lib/ColumnGroupingView_combined.js +17 -17
  7. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  8. package/esm2015/lib/EditorCell.js +2 -2
  9. package/esm2015/lib/FilterCell.js +12 -12
  10. package/esm2015/lib/GridCellBase.js +2 -2
  11. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
  12. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +4 -4
  13. package/esm2015/lib/GridColumnOptionsView_combined.js +2 -2
  14. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  15. package/esm2015/lib/GridFilterDialogView_combined.js +16 -16
  16. package/esm2015/lib/GridStyleRepository.js +12 -12
  17. package/esm2015/lib/MultiColumnComboBoxView_combined.js +51 -51
  18. package/esm2015/lib/PropertyEditorView_combined.js +4 -4
  19. package/esm2015/lib/igc-column-exchangers-collection.js +6 -1
  20. package/esm2015/lib/igc-column-property-setters-collection.js +6 -1
  21. package/esm2015/lib/igc-grid-column-collection.js +6 -1
  22. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  23. package/esm2015/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  24. package/esm2015/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  25. package/esm2015/lib/igc-grid-filter-operands-collection.js +6 -1
  26. package/esm2015/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  27. package/esm2015/lib/igc-grid-selected-cells-collection.js +6 -1
  28. package/esm2015/lib/igc-grid-selected-keys-collection.js +6 -1
  29. package/esm2015/lib/igc-horizontal-property-editor-data-source.js +6 -1
  30. package/esm2015/lib/igc-responsive-phases-collection.js +6 -1
  31. package/esm2015/lib/igc-responsive-states-collection.js +6 -1
  32. package/esm5/lib/CanvasGridCellBase.js +10 -10
  33. package/esm5/lib/CanvasSummaryCell.js +2 -2
  34. package/esm5/lib/ColumnFilterCondition_combined.js +270 -210
  35. package/esm5/lib/ColumnGroupingView_combined.js +17 -17
  36. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +3 -3
  37. package/esm5/lib/EditorCell.js +2 -2
  38. package/esm5/lib/FilterCell.js +12 -12
  39. package/esm5/lib/GridCellBase.js +2 -2
  40. package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
  41. package/esm5/lib/GridColumnOptionsViewBase_combined.js +4 -4
  42. package/esm5/lib/GridColumnOptionsView_combined.js +2 -2
  43. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +5 -5
  44. package/esm5/lib/GridFilterDialogView_combined.js +16 -16
  45. package/esm5/lib/GridStyleRepository.js +12 -12
  46. package/esm5/lib/MultiColumnComboBoxView_combined.js +51 -51
  47. package/esm5/lib/PropertyEditorView_combined.js +4 -4
  48. package/esm5/lib/igc-column-exchangers-collection.js +6 -1
  49. package/esm5/lib/igc-column-property-setters-collection.js +6 -1
  50. package/esm5/lib/igc-grid-column-collection.js +6 -1
  51. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level-collection.js +6 -1
  52. package/esm5/lib/igc-grid-filter-dialog-view-model-grouping-level.js +6 -1
  53. package/esm5/lib/igc-grid-filter-dialog-view-model-row-collection.js +6 -1
  54. package/esm5/lib/igc-grid-filter-operands-collection.js +6 -1
  55. package/esm5/lib/igc-grid-selected-cell-ranges-collection.js +6 -1
  56. package/esm5/lib/igc-grid-selected-cells-collection.js +6 -1
  57. package/esm5/lib/igc-grid-selected-keys-collection.js +6 -1
  58. package/esm5/lib/igc-horizontal-property-editor-data-source.js +6 -1
  59. package/esm5/lib/igc-responsive-phases-collection.js +6 -1
  60. package/esm5/lib/igc-responsive-states-collection.js +6 -1
  61. package/fesm2015/igniteui-webcomponents-grids.js +474 -373
  62. package/fesm5/igniteui-webcomponents-grids.js +498 -373
  63. package/grids/3rdpartylicenses.txt +101 -26
  64. package/grids/combined.js +27161 -27885
  65. package/grids/index.d.ts +9 -1
  66. package/grids/lib/igc-action-strip-component.d.ts +4 -15
  67. package/grids/lib/igc-active-node-change-event-args.d.ts +3 -6
  68. package/grids/lib/igc-cancelable-event-args.d.ts +1 -2
  69. package/grids/lib/igc-child-grid-row-component.d.ts +58 -0
  70. package/grids/lib/igc-clipboard-options.d.ts +45 -0
  71. package/grids/lib/igc-column-component.d.ts +15 -1
  72. package/grids/lib/igc-column-exporting-event-args.d.ts +5 -10
  73. package/grids/lib/igc-column-group-component.d.ts +1 -0
  74. package/grids/lib/igc-column-layout-component.d.ts +1 -0
  75. package/grids/lib/igc-column-moving-end-event-args.d.ts +3 -6
  76. package/grids/lib/igc-column-moving-event-args.d.ts +2 -4
  77. package/grids/lib/igc-column-moving-start-event-args.d.ts +1 -2
  78. package/grids/lib/igc-column-resize-event-args.d.ts +3 -6
  79. package/grids/lib/igc-column-selection-event-args.d.ts +5 -10
  80. package/grids/lib/igc-column-state.d.ts +2 -0
  81. package/grids/lib/igc-column-toggled-event-args.d.ts +2 -4
  82. package/grids/lib/igc-column-visibility-changed-event-args.d.ts +2 -4
  83. package/grids/lib/igc-column-visibility-changing-event-args.d.ts +3 -6
  84. package/grids/lib/igc-density-changed-event-args.d.ts +2 -4
  85. package/grids/lib/{igc-exporter-event.d.ts → igc-exporter-event-args.d.ts} +2 -1
  86. package/grids/lib/igc-expression-tree.d.ts +4 -3
  87. package/grids/lib/igc-filtering-event-args.d.ts +2 -4
  88. package/grids/lib/igc-filtering-expressions-tree.d.ts +3 -3
  89. package/grids/lib/igc-for-of-data-changing-event-args.d.ts +1 -2
  90. package/grids/lib/igc-grid-base-directive.d.ts +17 -7
  91. package/grids/lib/igc-grid-cell-event-args.d.ts +2 -4
  92. package/grids/lib/igc-grid-created-event-args.d.ts +26 -0
  93. package/grids/lib/igc-grid-edit-done-event-args.d.ts +4 -8
  94. package/grids/lib/igc-grid-edit-event-args.d.ts +5 -10
  95. package/grids/lib/igc-grid-editing-actions-component.d.ts +1 -0
  96. package/grids/lib/igc-grid-form-group-created-event-args.d.ts +1 -2
  97. package/grids/lib/igc-grid-keydown-event-args.d.ts +4 -8
  98. package/grids/lib/igc-grid-pinning-actions-component.d.ts +1 -0
  99. package/grids/lib/igc-grid-scroll-event-args.d.ts +3 -6
  100. package/grids/lib/igc-grid-selection-range.d.ts +2 -0
  101. package/grids/lib/igc-grid-state-base-directive.d.ts +2 -16
  102. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  103. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  104. package/grids/lib/igc-grid-state-info.d.ts +3 -0
  105. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  106. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  107. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  108. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  109. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  110. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  111. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  113. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  114. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  115. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  116. package/grids/lib/igc-grouping-state.d.ts +2 -0
  117. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  118. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  119. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  120. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  121. package/grids/lib/igc-page-event-args.d.ts +2 -4
  122. package/grids/lib/igc-paginator-component.d.ts +3 -0
  123. package/grids/lib/igc-paging-state.d.ts +2 -0
  124. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  125. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  126. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  127. package/grids/lib/igc-pinning-config.d.ts +2 -0
  128. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  129. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  130. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  132. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  133. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  134. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  135. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  136. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  137. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  138. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  139. package/grids/styles.css +1 -1
  140. package/grids/themes/dark/bootstrap.css +1 -1
  141. package/grids/themes/dark/fluent.css +1 -1
  142. package/grids/themes/dark/indigo.css +1 -1
  143. package/grids/themes/dark/material.css +1 -1
  144. package/grids/themes/light/bootstrap.css +1 -1
  145. package/grids/themes/light/fluent.css +1 -1
  146. package/grids/themes/light/indigo.css +1 -1
  147. package/grids/themes/light/material.css +1 -1
  148. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  149. package/lib/DateEditorView.d.ts +1 -1
  150. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  151. package/lib/TextEditorView.d.ts +1 -1
  152. package/package.json +4 -4
@@ -10,13 +10,11 @@ import { IgcCellType } from './igc-cell-type';
10
10
  {
11
11
 
12
12
 
13
- public set cell(value: IgcCellType);
14
- public get cell(): IgcCellType;
13
+ public cell: IgcCellType;
15
14
 
16
15
 
17
16
  /* blazorCSSuppress */
18
- public set event(value: any);
19
- public get event(): any;
17
+ public event: any;
20
18
 
21
19
  }
22
20
 
@@ -0,0 +1,26 @@
1
+
2
+ import { IgcBaseEventArgs } from './igc-base-event-args';
3
+ import { IgcRowIslandComponent } from './igc-row-island-component';
4
+ import { IgcHierarchicalGridComponent } from './igc-hierarchical-grid-component';
5
+
6
+
7
+
8
+
9
+
10
+
11
+ export declare class IgcGridCreatedEventArgs extends IgcBaseEventArgs
12
+ {
13
+
14
+
15
+ public owner: IgcRowIslandComponent;
16
+
17
+
18
+ public parentID: any;
19
+
20
+
21
+ public grid: IgcHierarchicalGridComponent;
22
+
23
+ }
24
+
25
+
26
+
@@ -11,23 +11,19 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
11
11
  {
12
12
 
13
13
 
14
- public set rowID(value: any);
15
- public get rowID(): any;
14
+ public rowID: any;
16
15
 
17
16
  // deprecated
18
- public set primaryKey(value: any);
19
- public get primaryKey(): any;
17
+ public primaryKey: any;
20
18
 
21
19
  // in a major version, remove the deprecated `rowID` and migrate to `key`
22
20
  public cellID?: { rowID: any; columnID: any; rowIndex: number; };
23
21
 
24
22
 
25
- public set rowData(value: any);
26
- public get rowData(): any;
23
+ public rowData: any;
27
24
 
28
25
 
29
- public set oldValue(value: any);
30
- public get oldValue(): any;
26
+ public oldValue: any;
31
27
 
32
28
 
33
29
  public newValue?: any;
@@ -13,27 +13,22 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
13
13
  /**
14
14
  * Provides the ability to cancel the event.
15
15
  */
16
- public set cancel(value: boolean);
17
- public get cancel(): boolean;
16
+ public cancel: boolean;
18
17
 
19
18
 
20
- public set rowID(value: any);
21
- public get rowID(): any;
19
+ public rowID: any;
22
20
 
23
21
  // deprecated
24
- public set primaryKey(value: any);
25
- public get primaryKey(): any;
22
+ public primaryKey: any;
26
23
 
27
24
  // in a major version, remove the deprecated `rowID` and migrate to `key`
28
25
  public cellID?: { rowID: any; columnID: any; rowIndex: number; };
29
26
 
30
27
 
31
- public set rowData(value: any);
32
- public get rowData(): any;
28
+ public rowData: any;
33
29
 
34
30
 
35
- public set oldValue(value: any);
36
- public get oldValue(): any;
31
+ public oldValue: any;
37
32
 
38
33
 
39
34
  public newValue?: any;
@@ -8,6 +8,7 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
8
8
  /* blazorElement */
9
9
  /* wcElementTag: igc-grid-editing-actions */
10
10
  /* blazorIndirectRender */
11
+ /* singleInstanceIdentifier */
11
12
  /**
12
13
  * Grid Editing Actions for the Action Strip
13
14
  *
@@ -9,8 +9,7 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
9
9
  {
10
10
 
11
11
 
12
- public set owner(value: IgcGridBaseDirective);
13
- public get owner(): IgcGridBaseDirective;
12
+ public owner: IgcGridBaseDirective;
14
13
 
15
14
  }
16
15
 
@@ -10,21 +10,17 @@ import { GridKeydownTargetType } from './grid-keydown-target-type';
10
10
  {
11
11
 
12
12
 
13
- public set targetType(value: GridKeydownTargetType);
14
- public get targetType(): GridKeydownTargetType;
13
+ public targetType: GridKeydownTargetType;
15
14
 
16
15
 
17
- public set target(value: any);
18
- public get target(): any;
16
+ public target: any;
19
17
 
20
18
 
21
19
  /* blazorCSSuppress */
22
- public set event(value: any);
23
- public get event(): any;
20
+ public event: any;
24
21
 
25
22
 
26
- public set cancel(value: boolean);
27
- public get cancel(): boolean;
23
+ public cancel: boolean;
28
24
 
29
25
  }
30
26
 
@@ -7,6 +7,7 @@ import { IgcGridActionsBaseDirective } from './igc-grid-actions-base-directive';
7
7
  /* blazorElement */
8
8
  /* wcElementTag: igc-grid-pinning-actions */
9
9
  /* blazorIndirectRender */
10
+ /* singleInstanceIdentifier */
10
11
  /**
11
12
  * Grid Pinning Actions for the Action Strip
12
13
  *
@@ -13,19 +13,16 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
13
13
 
14
14
 
15
15
  /** The scroll direction - vertical or horizontal. */
16
- public set direction(value: string);
17
- public get direction(): string;
16
+ public direction: string;
18
17
 
19
18
 
20
19
  /* blazorCSSuppress */
21
20
  /** The original browser scroll event. */
22
- public set event(value: any);
23
- public get event(): any;
21
+ public event: any;
24
22
 
25
23
 
26
24
  /** The new scroll position */
27
- public set scrollPosition(value: number);
28
- public get scrollPosition(): number;
25
+ public scrollPosition: number;
29
26
 
30
27
  }
31
28
 
@@ -19,10 +19,12 @@
19
19
  public get rowEnd(): number;
20
20
 
21
21
 
22
+ /* blazorAlternateType: double */
22
23
  public set columnStart(value: string);
23
24
  public get columnStart(): string;
24
25
 
25
26
 
27
+ /* blazorAlternateType: double */
26
28
  public set columnEnd(value: string);
27
29
  public get columnEnd(): string;
28
30
 
@@ -1,7 +1,5 @@
1
1
 
2
- import { IgcGridStateComponent } from './igc-grid-state-component';
3
2
  import { IgcGridStateOptions } from './igc-grid-state-options';
4
- import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
5
3
 
6
4
 
7
5
 
@@ -12,8 +10,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
12
10
  /* jsonAPIManageCollectionInMarkup */
13
11
  /* blazorIndirectRender */
14
12
 
15
- export declare class IgcGridStateBaseDirective extends EventEmitterMixin<IgcGridStateBaseDirectiveEventMap, Constructor<LitElement>>(LitElement)
16
-
13
+ export declare class IgcGridStateBaseDirective extends HTMLElement
17
14
  {
18
15
 
19
16
 
@@ -32,16 +29,5 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
32
29
 
33
30
  }
34
31
 
35
- export declare interface IgcGridStateBaseDirectiveEventMap {
36
-
37
- /**
38
- * Event emitted when set state is called with a string.
39
- * Returns the parsed state object so that it can be further modified before applying to the grid.
40
- * ```typescript
41
- * this.state.stateParsed.subscribe(parsedState => parsedState.sorting.forEach(x => x.strategy = NoopSortingStrategy.instance()});
42
- * ```
43
- */
44
- stateParsed: CustomEvent<IgcGridStateComponent>;
45
-
46
- }
32
+
47
33
 
@@ -5,6 +5,7 @@ import { IgcGridStateComponent } from './igc-grid-state-component';
5
5
  /* jsonAPIPlainObject */
6
6
 
7
7
 
8
+ /* marshalByValue */
8
9
 
9
10
  export declare class IgcGridStateCollection
10
11
  {
@@ -1,6 +1,7 @@
1
1
 
2
2
  import { IgcGridStateBaseDirective } from './igc-grid-state-base-directive';
3
3
  import { IgcGridStateInfo } from './igc-grid-state-info';
4
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
4
5
 
5
6
 
6
7
 
@@ -16,12 +17,12 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
16
17
  * @igxParent IgxGridComponent, IgxTreeGridComponent, IgxHierarchicalGridComponent, IgxPivotGridComponent, *
17
18
  */
18
19
 
19
- export declare class IgcGridStateComponent extends IgcGridStateBaseDirective
20
+ export declare class IgcGridStateComponent extends EventEmitterMixin<IgcGridStateComponentEventMap, Constructor<IgcGridStateBaseDirective>>(IgcGridStateBaseDirective)
21
+
20
22
  {
21
23
 
22
24
 
23
25
 
24
- /* blazorCSSuppress */
25
26
  /**
26
27
  * Restores grid features' state based on the IGridStateInfo object passed as an argument.
27
28
  * @param state object to restore state from.
@@ -40,7 +41,6 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
40
41
 
41
42
 
42
43
 
43
- /* blazorCSSuppress */
44
44
  /**
45
45
  * Gets the state of a feature or states of all grid features, unless a certain feature is disabled through the `options` property.
46
46
  *
@@ -61,5 +61,13 @@ import { IgcGridStateInfo } from './igc-grid-state-info';
61
61
 
62
62
  }
63
63
 
64
+ export declare interface IgcGridStateComponentEventMap {
65
+
66
+ /**
67
+ * Event emitted when set state is called with a string.
68
+ * Returns the parsed state object so that it can be further modified before applying to the grid.
69
+ */
70
+ stateParsed: CustomEvent<IgcGridStateInfo>;
64
71
 
72
+ }
65
73
 
@@ -44,18 +44,21 @@ import { IgcPivotConfiguration } from './igc-pivot-configuration';
44
44
  public cellSelection?: IgcGridSelectionRange[];
45
45
 
46
46
 
47
+ /* blazorPrimitiveValue */
47
48
  public rowSelection?: any[];
48
49
 
49
50
 
50
51
  public columnSelection?: string[];
51
52
 
52
53
 
54
+ /* blazorPrimitiveValue */
53
55
  public rowPinning?: any[];
54
56
 
55
57
 
56
58
  public pinningConfig?: IgcPinningConfig;
57
59
 
58
60
 
61
+ /* blazorPrimitiveValue */
59
62
  public expansion?: any[];
60
63
 
61
64
 
@@ -7,6 +7,7 @@
7
7
  /* blazorIndirectRender */
8
8
  /* blazorAlternateBaseType: GridToolbarContent */
9
9
  /* wcElementTag: igc-grid-toolbar-actions */
10
+ /* singleInstanceIdentifier */
10
11
  /**
11
12
  * Provides a way to template the action portion of the toolbar in the grid.
12
13
  *
@@ -10,6 +10,7 @@ import { IgcOverlaySettings } from './igc-overlay-settings';
10
10
  /* blazorIndirectRender */
11
11
  /* blazorAlternateBaseType: GridToolbarBaseAction */
12
12
  /* jsonAPIManageItemInMarkup */
13
+ /* singleInstanceIdentifier */
13
14
  /**
14
15
  * Provides a pre-configured button to open the advanced filtering dialog of the grid.
15
16
  *
@@ -11,6 +11,8 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
11
11
  /* wcElementTag: igc-grid-toolbar */
12
12
  /* blazorIndirectRender */
13
13
  /* contentParent: GridBaseDirective */
14
+ /* contentParent: RowIsland */
15
+ /* contentParent: HierarchicalGrid */
14
16
  /* jsonAPIManageItemInMarkup */
15
17
  /**
16
18
  * Provides a context-aware container component for UI operations for the grid components.
@@ -14,20 +14,16 @@ import { IgcExporterOptionsBase } from './igc-exporter-options-base';
14
14
  {
15
15
 
16
16
 
17
- public set grid(value: IgcGridBaseDirective);
18
- public get grid(): IgcGridBaseDirective;
17
+ public grid: IgcGridBaseDirective;
19
18
 
20
19
 
21
- public set exporter(value: IgcBaseExporter);
22
- public get exporter(): IgcBaseExporter;
20
+ public exporter: IgcBaseExporter;
23
21
 
24
22
 
25
- public set options(value: IgcExporterOptionsBase);
26
- public get options(): IgcExporterOptionsBase;
23
+ public options: IgcExporterOptionsBase;
27
24
 
28
25
 
29
- public set cancel(value: boolean);
30
- public get cancel(): boolean;
26
+ public cancel: boolean;
31
27
 
32
28
  }
33
29
 
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { IgcBaseToolbarDirective } from './igc-base-toolbar-directive';
3
- import { IgcExporterEvent } from './igc-exporter-event';
3
+ import { IgcExporterEventArgs } from './igc-exporter-event-args';
4
4
  import { GridToolbarExporterType } from './grid-toolbar-exporter-type';
5
5
  import { IgcToggleDirective } from './igc-toggle-directive';
6
6
  import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
@@ -13,6 +13,7 @@ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from
13
13
  /* wcElementTag: igc-grid-toolbar-exporter */
14
14
  /* blazorIndirectRender */
15
15
  /* jsonAPIManageItemInMarkup */
16
+ /* singleInstanceIdentifier */
16
17
  /**
17
18
  * Provides a pre-configured exporter component for the grid.
18
19
  *
@@ -74,7 +75,7 @@ export declare interface IgcGridToolbarExporterComponentEventMap {
74
75
  * Emitted when starting an export operation. Re-emitted additionally
75
76
  * by the grid itself.
76
77
  */
77
- exportStarted: CustomEvent<IgcExporterEvent>;
78
+ exportStarted: CustomEvent<IgcExporterEventArgs>;
78
79
 
79
80
  /**
80
81
  * Emitted on successful ending of an export operation.
@@ -9,6 +9,7 @@ import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-
9
9
  /* wcElementTag: igc-grid-toolbar-hiding */
10
10
  /* blazorIndirectRender */
11
11
  /* jsonAPIManageItemInMarkup */
12
+ /* singleInstanceIdentifier */
12
13
  /**
13
14
  * Provides a pre-configured column hiding component for the grid.
14
15
  *
@@ -6,6 +6,7 @@ import { IgcBaseToolbarColumnActionsDirective } from './igc-base-toolbar-column-
6
6
 
7
7
  /* blazorElement */
8
8
  /* wcElementTag: igc-grid-toolbar-pinning */
9
+ /* singleInstanceIdentifier */
9
10
  /* blazorIndirectRender */
10
11
  /* jsonAPIManageItemInMarkup */
11
12
  /**
@@ -0,0 +1,19 @@
1
+
2
+ import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+
4
+
5
+
6
+
7
+
8
+ export declare class IgcGridToolbarTemplateContext
9
+ {
10
+
11
+
12
+ /* @wcWidgetMemberName: $implicit */
13
+ public set implicit(value: IgcGridBaseDirective);
14
+ public get implicit(): IgcGridBaseDirective;
15
+
16
+ }
17
+
18
+
19
+
@@ -7,6 +7,7 @@
7
7
  /* wcElementTag: igc-grid-toolbar-title */
8
8
  /* blazorAlternateBaseType: GridToolbarContent */
9
9
  /* blazorIndirectRender */
10
+ /* singleInstanceIdentifier */
10
11
  /**
11
12
  * Provides a way to template the title portion of the toolbar in the grid.
12
13
  *
@@ -10,12 +10,10 @@ import { IgcGridBaseDirective } from './igc-grid-base-directive';
10
10
  {
11
11
 
12
12
 
13
- public set status(value: ValidationStatus);
14
- public get status(): ValidationStatus;
13
+ public status: ValidationStatus;
15
14
 
16
15
 
17
- public set owner(value: IgcGridBaseDirective);
18
- public get owner(): IgcGridBaseDirective;
16
+ public owner: IgcGridBaseDirective;
19
17
 
20
18
  }
21
19
 
@@ -11,16 +11,13 @@ import { IgcColumnComponent } from './igc-column-component';
11
11
  {
12
12
 
13
13
 
14
- public set expressions(value: IgcSortingExpression[]);
15
- public get expressions(): IgcSortingExpression[];
14
+ public expressions: IgcSortingExpression[];
16
15
 
17
16
 
18
- public set groupedColumns(value: IgcColumnComponent[]);
19
- public get groupedColumns(): IgcColumnComponent[];
17
+ public groupedColumns: IgcColumnComponent[];
20
18
 
21
19
 
22
- public set ungroupedColumns(value: IgcColumnComponent[]);
23
- public get ungroupedColumns(): IgcColumnComponent[];
20
+ public ungroupedColumns: IgcColumnComponent[];
24
21
 
25
22
  }
26
23
 
@@ -6,6 +6,8 @@ import { IgcGroupByExpandState } from './igc-group-by-expand-state';
6
6
  /* jsonAPIPlainObject */
7
7
 
8
8
 
9
+ /* marshalByValue */
10
+ /* tsPlainInterface */
9
11
 
10
12
  export declare class IgcGroupingState
11
13
  {
@@ -0,0 +1,68 @@
1
+
2
+ import { IgcGridBaseDirective } from './igc-grid-base-directive';
3
+ import { IgcForOfState } from './igc-for-of-state';
4
+ import { EventEmitterMixin, LitElement, Constructor, AbstractConstructor } from './common';
5
+
6
+
7
+ /* wcSkipComponentSuffix */
8
+
9
+
10
+ /* blazorIndirectRender
11
+ blazorComponent
12
+ omitModule
13
+ wcSkipComponentSuffix */
14
+
15
+ export declare abstract class IgcHierarchicalGridBaseDirective extends EventEmitterMixin<IgcHierarchicalGridBaseDirectiveEventMap, AbstractConstructor<IgcGridBaseDirective>>(IgcGridBaseDirective)
16
+
17
+ {
18
+
19
+
20
+ /**
21
+ * Gets/Sets the key indicating whether a row has children. If row has no children it does not render an expand indicator.
22
+ *
23
+ * @example
24
+ * ```html
25
+ * <igx-hierarchical-grid #grid [data]="localData" [hasChildrenKey]="'hasEmployees'">
26
+ * </igx-hierarchical-grid>
27
+ * ```
28
+ */
29
+ public set hasChildrenKey(value: string);
30
+ public get hasChildrenKey(): string;
31
+
32
+
33
+
34
+ /**
35
+ * Gets/Sets whether the expand/collapse all button in the header should be rendered.
36
+ *
37
+ * @remark
38
+ * The default value is false.
39
+ * @example
40
+ * ```html
41
+ * <igx-hierarchical-grid #grid [data]="localData" [showExpandAll]="true">
42
+ * </igx-hierarchical-grid>
43
+ * ```
44
+ */
45
+ public set showExpandAll(value: boolean);
46
+ public get showExpandAll(): boolean;
47
+
48
+
49
+ public set rootGrid(value: IgcGridBaseDirective);
50
+ public get rootGrid(): IgcGridBaseDirective;
51
+
52
+ }
53
+
54
+ export declare interface IgcHierarchicalGridBaseDirectiveEventMap {
55
+
56
+ /**
57
+ * Emitted when a new chunk of data is loaded from virtualization.
58
+ *
59
+ * @example
60
+ * ```typescript
61
+ * <igx-hierarchical-grid [id]="'igx-grid-1'" [data]="Data" [autoGenerate]="true" (dataPreLoad)="handleEvent()">
62
+ * </igx-hierarchical-grid>
63
+ * ```
64
+ */
65
+ dataPreLoad: CustomEvent<IgcForOfState>;
66
+
67
+ }
68
+