igniteui-webcomponents-grids 4.7.0 → 4.7.2-beta.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 (150) 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 +27166 -27890
  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 +1 -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-state-base-directive.d.ts +2 -16
  101. package/grids/lib/igc-grid-state-collection.d.ts +1 -0
  102. package/grids/lib/igc-grid-state-component.d.ts +11 -3
  103. package/grids/lib/igc-grid-toolbar-actions-component.d.ts +1 -0
  104. package/grids/lib/igc-grid-toolbar-advanced-filtering-component.d.ts +1 -0
  105. package/grids/lib/igc-grid-toolbar-component.d.ts +2 -0
  106. package/grids/lib/igc-grid-toolbar-export-event-args.d.ts +4 -8
  107. package/grids/lib/igc-grid-toolbar-exporter-component.d.ts +3 -2
  108. package/grids/lib/igc-grid-toolbar-hiding-component.d.ts +1 -0
  109. package/grids/lib/igc-grid-toolbar-pinning-component.d.ts +1 -0
  110. package/grids/lib/igc-grid-toolbar-template-context.d.ts +19 -0
  111. package/grids/lib/igc-grid-toolbar-title-component.d.ts +1 -0
  112. package/grids/lib/igc-grid-validation-status-event-args.d.ts +2 -4
  113. package/grids/lib/igc-grouping-done-event-args.d.ts +3 -6
  114. package/grids/lib/igc-grouping-state.d.ts +1 -0
  115. package/grids/lib/igc-hierarchical-grid-base-directive.d.ts +68 -0
  116. package/grids/lib/igc-hierarchical-grid-component.d.ts +218 -0
  117. package/grids/lib/igc-noop-pivot-dimensions-strategy.d.ts +24 -0
  118. package/grids/lib/igc-page-cancellable-event-args.d.ts +2 -4
  119. package/grids/lib/igc-page-event-args.d.ts +2 -4
  120. package/grids/lib/igc-paginator-component.d.ts +3 -0
  121. package/grids/lib/igc-paging-state.d.ts +1 -0
  122. package/grids/lib/igc-pin-column-cancellable-event-args.d.ts +4 -8
  123. package/grids/lib/igc-pin-column-event-args.d.ts +3 -6
  124. package/grids/lib/igc-pin-row-event-args.d.ts +3 -6
  125. package/grids/lib/igc-pinning-config.d.ts +1 -0
  126. package/grids/lib/igc-pivot-configuration-changed-event-args.d.ts +1 -2
  127. package/grids/lib/igc-row-data-event-args.d.ts +2 -4
  128. package/grids/lib/igc-row-drag-end-event-args.d.ts +3 -6
  129. package/grids/lib/igc-row-drag-start-event-args.d.ts +3 -6
  130. package/grids/lib/igc-row-exporting-event-args.d.ts +3 -6
  131. package/grids/lib/igc-row-island-component.d.ts +2635 -0
  132. package/grids/lib/igc-row-selection-event-args.d.ts +5 -10
  133. package/grids/lib/igc-row-toggle-event-args.d.ts +3 -6
  134. package/grids/lib/igc-sorting-event-args.d.ts +1 -2
  135. package/grids/lib/igc-toggle-view-cancelable-event-args.d.ts +1 -2
  136. package/grids/lib/igc-toggle-view-event-args.d.ts +1 -2
  137. package/grids/styles.css +1 -1
  138. package/grids/themes/dark/bootstrap.css +1 -1
  139. package/grids/themes/dark/fluent.css +1 -1
  140. package/grids/themes/dark/indigo.css +1 -1
  141. package/grids/themes/dark/material.css +1 -1
  142. package/grids/themes/light/bootstrap.css +1 -1
  143. package/grids/themes/light/fluent.css +1 -1
  144. package/grids/themes/light/indigo.css +1 -1
  145. package/grids/themes/light/material.css +1 -1
  146. package/lib/ColumnFilterCondition_combined.d.ts +33 -21
  147. package/lib/DateEditorView.d.ts +1 -1
  148. package/lib/GridFilterDialogView_combined.d.ts +1 -1
  149. package/lib/TextEditorView.d.ts +1 -1
  150. package/package.json +4 -4
@@ -8,20 +8,16 @@
8
8
  {
9
9
 
10
10
 
11
- public set oldSelection(value: any[]);
12
- public get oldSelection(): any[];
11
+ public oldSelection: any[];
13
12
 
14
13
 
15
- public set newSelection(value: any[]);
16
- public get newSelection(): any[];
14
+ public newSelection: any[];
17
15
 
18
16
 
19
- public set added(value: any[]);
20
- public get added(): any[];
17
+ public added: any[];
21
18
 
22
19
 
23
- public set removed(value: any[]);
24
- public get removed(): any[];
20
+ public removed: any[];
25
21
 
26
22
 
27
23
  public allRowsSelected?: boolean;
@@ -30,8 +26,7 @@
30
26
  /**
31
27
  * Provides the ability to cancel the event.
32
28
  */
33
- public set cancel(value: boolean);
34
- public get cancel(): boolean;
29
+ public cancel: boolean;
35
30
 
36
31
 
37
32
  /**
@@ -9,16 +9,13 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
9
9
  {
10
10
 
11
11
 
12
- public set rowID(value: any);
13
- public get rowID(): any;
12
+ public rowID: any;
14
13
 
15
14
 
16
- public set expanded(value: boolean);
17
- public get expanded(): boolean;
15
+ public expanded: boolean;
18
16
 
19
17
 
20
- public set cancel(value: boolean);
21
- public get cancel(): boolean;
18
+ public cancel: boolean;
22
19
 
23
20
  }
24
21
 
@@ -25,8 +25,7 @@ import { IgcGroupingExpression } from './igc-grouping-expression';
25
25
  /**
26
26
  * Provides the ability to cancel the event.
27
27
  */
28
- public set cancel(value: boolean);
29
- public get cancel(): boolean;
28
+ public cancel: boolean;
30
29
 
31
30
  }
32
31
 
@@ -9,8 +9,7 @@
9
9
 
10
10
 
11
11
  /** Id of the toggle view */
12
- public set id(value: string);
13
- public get id(): string;
12
+ public id: string;
14
13
 
15
14
  }
16
15
 
@@ -10,8 +10,7 @@ import { IgcBaseEventArgs } from './igc-base-event-args';
10
10
 
11
11
 
12
12
  /** Id of the toggle view */
13
- public set id(value: string);
14
- public get id(): string;
13
+ public id: string;
15
14
 
16
15
  }
17
16