igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -10,25 +10,25 @@ import { ImageStretchOptions } from "./ImageStretchOptions";
10
10
  */
11
11
  export declare class ImageCell extends GridCellBase {
12
12
  static $t: Type;
13
- private d2;
13
+ private d1;
14
+ private dv;
14
15
  private dw;
16
+ private d3;
15
17
  private dx;
16
- private d4;
17
18
  private dy;
18
- private dz;
19
- private d1;
20
- get d3(): DomWrapper;
21
- get d0(): number;
22
- set d0(a: number);
19
+ private d0;
20
+ get d2(): DomWrapper;
21
+ get dz(): number;
22
+ set dz(a: number);
23
23
  constructor(a: DomRenderer);
24
- private d7;
25
- d8(a: string, b: ImageResourceType): void;
26
24
  private d6;
27
- eb(a: ImageStretchOptions): void;
28
- private ec;
29
- d5(): void;
30
- d9(a: CellContentHorizontalAlignment): void;
31
- ea(a: CellContentVerticalAlignment): void;
25
+ d7(a: string, b: ImageResourceType): void;
26
+ private d5;
27
+ ea(a: ImageStretchOptions): void;
28
+ private eb;
29
+ d4(): void;
30
+ d8(a: CellContentHorizontalAlignment): void;
31
+ d9(a: CellContentVerticalAlignment): void;
32
32
  protected get_ae(): boolean;
33
33
  protected ck(a: string, b: any, c: any): void;
34
34
  }
@@ -6,8 +6,8 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare class SectionHeaderCell extends GridCellBase {
8
8
  static $t: Type;
9
- private dw;
10
- get dx(): DomWrapper;
9
+ private dv;
10
+ get dw(): DomWrapper;
11
11
  constructor(a: DomRenderer);
12
12
  protected get_ae(): boolean;
13
13
  protected ck(a: string, b: any, c: any): void;
@@ -6,14 +6,14 @@ import { Type } from "igniteui-webcomponents-core";
6
6
  */
7
7
  export declare class SummaryCell extends GridCellBase {
8
8
  static $t: Type;
9
+ private dv;
10
+ get dy(): DomWrapper;
9
11
  private dw;
10
12
  get dz(): DomWrapper;
11
13
  private dx;
12
- get d0(): DomWrapper;
13
- private dy;
14
- private d2;
15
- dc(a: number, b: number): void;
16
14
  private d1;
15
+ db(a: number, b: number): void;
16
+ private d0;
17
17
  c1(a: number, b: number): void;
18
18
  constructor(a: DomRenderer);
19
19
  protected get_ae(): boolean;
@@ -7,11 +7,11 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dw;
11
- get dx(): TemplateCellContainer;
10
+ private dv;
11
+ get dw(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ae(): boolean;
14
14
  protected ck(a: string, b: any, c: any): void;
15
15
  b9(): void;
16
- private dy;
16
+ private dx;
17
17
  }
@@ -12,8 +12,8 @@ export declare class TemplateHeader extends Header {
12
12
  static $t: Type;
13
13
  constructor();
14
14
  protected n(a: CellPath): CellModel;
15
- protected d4(a: CellPath, b: DataGrid, c: any): string;
16
- eq(a: CellModel, b: DataGrid, c: any, d: any): void;
17
- ht(a: TemplateHeaderCellModel, b: any): void;
15
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
16
+ ep(a: CellModel, b: DataGrid, c: any, d: any): void;
17
+ hr(a: TemplateHeaderCellModel, b: any): void;
18
18
  cellUpdating: (sender: any, args: TemplateHeaderCellUpdatingEventArgs) => void;
19
19
  }
@@ -7,8 +7,8 @@ import { Type } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TemplateHeaderCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dw;
11
- get dx(): TemplateCellContainer;
10
+ private dv;
11
+ get dw(): TemplateCellContainer;
12
12
  constructor(a: DomRenderer);
13
13
  protected get_ac(): boolean;
14
14
  }
@@ -10,8 +10,8 @@ import { TemplateSectionHeaderCellUpdatingEventArgs } from "./TemplateSectionHea
10
10
  */
11
11
  export declare class TemplateSectionHeader extends SectionHeader {
12
12
  static $t: Type;
13
- protected d4(a: CellPath, b: DataGrid, c: any): string;
13
+ protected d3(a: CellPath, b: DataGrid, c: any): string;
14
14
  protected n(a: CellPath): CellModel;
15
- hx(a: TemplateSectionHeaderCellModel, b: any): void;
15
+ hv(a: TemplateSectionHeaderCellModel, b: any): void;
16
16
  cellUpdating: (sender: any, args: TemplateSectionHeaderCellUpdatingEventArgs) => void;
17
17
  }
package/lib/TextCell.d.ts CHANGED
@@ -7,11 +7,11 @@ import { FontInfo } from "igniteui-webcomponents-core";
7
7
  */
8
8
  export declare class TextCell extends GridCellBase {
9
9
  static $t: Type;
10
- private dw;
11
- get dx(): DomWrapper;
12
- private dz;
13
- dc(a: number, b: number): void;
10
+ private dv;
11
+ get dw(): DomWrapper;
14
12
  private dy;
13
+ db(a: number, b: number): void;
14
+ private dx;
15
15
  c1(a: number, b: number): void;
16
16
  constructor(a: DomRenderer);
17
17
  c0(a: DomWrapper, b: FontInfo): void;
@@ -8,51 +8,49 @@ import { ICellActionManager } from "./ICellActionManager";
8
8
  import { Type } from "igniteui-webcomponents-core";
9
9
  import { FontInfo } from "igniteui-webcomponents-core";
10
10
  import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
11
- import { BaseControlTheme } from "igniteui-webcomponents-core";
12
11
  /**
13
12
  * @hidden
14
13
  */
15
14
  export declare class TextHeaderCell extends GridCellBase {
16
15
  static $t: Type;
17
- private d7;
18
- private d3;
19
- private d1;
20
- private dx;
16
+ private d6;
17
+ private d2;
18
+ private d0;
21
19
  private dw;
22
- get ea(): DomWrapper;
23
- get d4(): GridSortIndicator;
24
- get d2(): GridFilterDialog;
25
- private dz;
26
- get d0(): ColumnOptionsIconBehavior;
27
- set d0(a: ColumnOptionsIconBehavior);
28
- get dy(): ColumnOptionsIconAlignment;
29
- set dy(a: ColumnOptionsIconAlignment);
20
+ private dv;
21
+ get d9(): DomWrapper;
22
+ get d3(): GridSortIndicator;
23
+ get d1(): GridFilterDialog;
24
+ private dy;
25
+ get dz(): ColumnOptionsIconBehavior;
26
+ set dz(a: ColumnOptionsIconBehavior);
27
+ get dx(): ColumnOptionsIconAlignment;
28
+ set dx(a: ColumnOptionsIconAlignment);
30
29
  protected af(a: ICellActionManager): boolean;
31
- private d9;
32
- private ec;
33
- dc(a: number, b: number): void;
30
+ private d8;
34
31
  private eb;
32
+ db(a: number, b: number): void;
33
+ private ea;
35
34
  c1(a: number, b: number): void;
36
35
  c0(a: DomWrapper, b: FontInfo): void;
37
- protected dd(a: number, b: number, c: number, d: number): void;
36
+ protected dc(a: number, b: number, c: number, d: number): void;
38
37
  constructor(a: DomRenderer);
39
- private ef;
40
- private em;
38
+ private ee;
41
39
  private el;
42
- private eh;
43
- private ei;
40
+ private ek;
44
41
  private eg;
42
+ private eh;
43
+ private ef;
45
44
  ci(a: DomWrapper, b: DomWrapper, c: CellContentHorizontalAlignment): void;
46
45
  c6(a: number, b: number, c: number, d: number): void;
47
- private ek;
48
46
  private ej;
47
+ private ei;
49
48
  protected ck(a: string, b: any, c: any): void;
50
- private d5;
49
+ private d4;
51
50
  onContactStarted(e_: NormalizedEvent, a: boolean): void;
52
51
  onContactCompleted(e_: NormalizedEvent, a: boolean): void;
53
52
  detach(): void;
54
- da(a: BaseControlTheme): void;
55
53
  protected get_ac(): boolean;
56
- d8: DomWrapper;
57
- d6: boolean;
54
+ d7: DomWrapper;
55
+ d5: boolean;
58
56
  }
@@ -8,14 +8,14 @@ import { Type } from "igniteui-webcomponents-core";
8
8
  */
9
9
  export declare class VerticalSeparatorCell extends GridCellBase {
10
10
  static $t: Type;
11
- private dx;
12
11
  private dw;
12
+ private dv;
13
+ private dx;
13
14
  private dy;
14
- private dz;
15
15
  constructor(a: DomRenderer);
16
16
  cx(a: Brush, b: number, c: number, d: number, e: number): void;
17
- dc(a: number, b: number): void;
17
+ db(a: number, b: number): void;
18
18
  cw(a: Color): void;
19
- private d1;
20
19
  private d0;
20
+ private dz;
21
21
  }
@@ -234,60 +234,6 @@ export declare abstract class IgcDataGridColumnComponent extends IgcDefinitionBa
234
234
  */
235
235
  get isColumnOptionsGroupingEnabled(): boolean;
236
236
  set isColumnOptionsGroupingEnabled(v: boolean);
237
- /**
238
- * Gets or sets the column options dropdown background color.
239
- */
240
- get actualColumnOptionsBackground(): string;
241
- set actualColumnOptionsBackground(v: string);
242
- /**
243
- * Gets or sets the column options dropdown background color.
244
- */
245
- get columnOptionsBackground(): string;
246
- set columnOptionsBackground(v: string);
247
- /**
248
- * Gets or sets the text color for text inside the column options menu.
249
- */
250
- get actualColumnOptionsTextColor(): string;
251
- set actualColumnOptionsTextColor(v: string);
252
- /**
253
- * Gets or sets the text color for text inside the column options menu.
254
- */
255
- get columnOptionsTextColor(): string;
256
- set columnOptionsTextColor(v: string);
257
- /**
258
- * Gets or sets the color of separators inside the column options menu.
259
- */
260
- get actualColumnOptionsSeparatorColor(): string;
261
- set actualColumnOptionsSeparatorColor(v: string);
262
- /**
263
- * Gets or sets the color of separators inside the column options menu.
264
- */
265
- get columnOptionsSeparatorColor(): string;
266
- set columnOptionsSeparatorColor(v: string);
267
- /**
268
- * Gets or sets the background color for group headers inside the column options menu.
269
- */
270
- get actualColumnOptionsGroupHeaderBackground(): string;
271
- set actualColumnOptionsGroupHeaderBackground(v: string);
272
- /**
273
- * Gets or sets the background color for group headers inside the column options menu.
274
- */
275
- get columnOptionsGroupHeaderBackground(): string;
276
- set columnOptionsGroupHeaderBackground(v: string);
277
- /**
278
- * Gets the actual text color for group headers inside the column options menu.
279
- */
280
- get actualColumnOptionsGroupHeaderTextColor(): string;
281
- set actualColumnOptionsGroupHeaderTextColor(v: string);
282
- /**
283
- * Gets or sets the text color for group headers inside the column options menu.
284
- */
285
- get columnOptionsGroupHeaderTextColor(): string;
286
- set columnOptionsGroupHeaderTextColor(v: string);
287
- get actualColumnOptionsAccentColor(): string;
288
- set actualColumnOptionsAccentColor(v: string);
289
- get columnOptionsAccentColor(): string;
290
- set columnOptionsAccentColor(v: string);
291
237
  /**
292
238
  * Gets or sets if the column is editable.
293
239
  */
@@ -90,7 +90,6 @@ import { FilterComparisonType } from "./FilterComparisonType";
90
90
  import { IgcGridCustomFilterRequestedEventArgs } from "./igc-grid-custom-filter-requested-event-args";
91
91
  import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
92
92
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
93
- import { BaseControlTheme } from "igniteui-webcomponents-core";
94
93
  export declare class IgcDataGridComponent extends IgcHTMLElement {
95
94
  contentColumns: IgcDataGridColumnComponent[];
96
95
  /**
@@ -237,13 +236,8 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
237
236
  protected static _isElementRegistered: boolean;
238
237
  static register(): void;
239
238
  /**
240
- * Gets or sets the base theme used by the grid.
239
+ * Gets or sets the type of column resizing to use.
241
240
  */
242
- get theme(): BaseControlTheme;
243
- set theme(v: BaseControlTheme);
244
- /**
245
- * Gets or sets the type of column resizing to use.
246
- */
247
241
  get columnResizingMode(): ColumnResizingMode;
248
242
  set columnResizingMode(v: ColumnResizingMode);
249
243
  /**
@@ -784,11 +778,6 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
784
778
  */
785
779
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
786
780
  set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
787
- /**
788
- * Gets the actual border color around the grid.
789
- */
790
- get actualBorder(): string;
791
- set actualBorder(v: string);
792
781
  /**
793
782
  * Gets or sets the border color around the grid.
794
783
  */
@@ -841,16 +830,6 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
841
830
  */
842
831
  get stopPropagation(): boolean;
843
832
  set stopPropagation(v: boolean);
844
- /**
845
- * Gets the actual background for the grid.
846
- */
847
- get actualBackground(): string;
848
- set actualBackground(v: string);
849
- /**
850
- * Gets or sets the background for the grid.
851
- */
852
- get background(): string;
853
- set background(v: string);
854
833
  private _responsiveStates;
855
834
  /**
856
835
  * A set of states that can be applied to the columns of the grid based on available space.
@@ -1083,33 +1062,6 @@ export declare class IgcDataGridComponent extends IgcHTMLElement {
1083
1062
  */
1084
1063
  get scrollbarBackground(): string;
1085
1064
  set scrollbarBackground(v: string);
1086
- /**
1087
- * Gets or sets the column options dropdown background color.
1088
- */
1089
- get columnOptionsBackground(): string;
1090
- set columnOptionsBackground(v: string);
1091
- /**
1092
- * Gets or sets the text color for text inside the column options menu.
1093
- */
1094
- get columnOptionsTextColor(): string;
1095
- set columnOptionsTextColor(v: string);
1096
- /**
1097
- * Gets or sets the color of separators inside the column options menu.
1098
- */
1099
- get columnOptionsSeparatorColor(): string;
1100
- set columnOptionsSeparatorColor(v: string);
1101
- /**
1102
- * Gets or sets the background color for group headers inside the column options menu.
1103
- */
1104
- get columnOptionsGroupHeaderBackground(): string;
1105
- set columnOptionsGroupHeaderBackground(v: string);
1106
- /**
1107
- * Gets or sets the text color for group headers inside the column options menu.
1108
- */
1109
- get columnOptionsGroupHeaderTextColor(): string;
1110
- set columnOptionsGroupHeaderTextColor(v: string);
1111
- get columnOptionsAccentColor(): string;
1112
- set columnOptionsAccentColor(v: string);
1113
1065
  get allowCopyOperation(): boolean;
1114
1066
  set allowCopyOperation(v: boolean);
1115
1067
  /**
@@ -58,33 +58,6 @@ export declare class IgcDataGridFilterDialogComponent extends IgcHTMLElement {
58
58
  set iconColor(v: string);
59
59
  get viewSize(): number;
60
60
  set viewSize(v: number);
61
- /**
62
- * Gets or sets the column options dropdown background color.
63
- */
64
- get columnOptionsBackground(): string;
65
- set columnOptionsBackground(v: string);
66
- /**
67
- * Gets or sets the text color for text inside the column options menu.
68
- */
69
- get columnOptionsTextColor(): string;
70
- set columnOptionsTextColor(v: string);
71
- /**
72
- * Gets or sets the color of separators inside the column options menu.
73
- */
74
- get columnOptionsSeparatorColor(): string;
75
- set columnOptionsSeparatorColor(v: string);
76
- /**
77
- * Gets or sets the background color for group headers inside the column options menu.
78
- */
79
- get columnOptionsGroupHeaderBackground(): string;
80
- set columnOptionsGroupHeaderBackground(v: string);
81
- /**
82
- * Gets or sets the text color for group headers inside the column options menu.
83
- */
84
- get columnOptionsGroupHeaderTextColor(): string;
85
- set columnOptionsGroupHeaderTextColor(v: string);
86
- get columnOptionsAccentColor(): string;
87
- set columnOptionsAccentColor(v: string);
88
61
  get isOpen(): boolean;
89
62
  get commandCompleted(): (arg1: ToolCommand) => void;
90
63
  set commandCompleted(v: (arg1: ToolCommand) => void);
@@ -72,21 +72,11 @@ export declare class IgcDataGridPagerComponent extends IgcHTMLElement {
72
72
  /**
73
73
  * Gets or sets the background color to use.
74
74
  */
75
- get actualBackground(): string;
76
- set actualBackground(v: string);
77
- /**
78
- * Gets or sets the background color to use.
79
- */
80
75
  get background(): string;
81
76
  set background(v: string);
82
77
  /**
83
78
  * Gets or sets the border color around the grid.
84
79
  */
85
- get actualBorder(): string;
86
- set actualBorder(v: string);
87
- /**
88
- * Gets or sets the border color around the grid.
89
- */
90
80
  get border(): string;
91
81
  set border(v: string);
92
82
  findByName(name: string): any;
@@ -1,7 +1,6 @@
1
1
  import { SortIndicatorStyle } from "./SortIndicatorStyle";
2
2
  import { ColumnOptionsIconAlignment } from "./ColumnOptionsIconAlignment";
3
3
  import { ColumnOptionsIconBehavior } from "./ColumnOptionsIconBehavior";
4
- import { BaseControlTheme } from "igniteui-webcomponents-core";
5
4
  import { IgcTextCellInfo } from "./igc-text-cell-info";
6
5
  import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
7
6
  /**
@@ -36,36 +35,4 @@ export declare class IgcTextHeaderCellInfo extends IgcTextCellInfo {
36
35
  */
37
36
  get columnOptionsIconBehavior(): ColumnOptionsIconBehavior;
38
37
  set columnOptionsIconBehavior(v: ColumnOptionsIconBehavior);
39
- /**
40
- * Gets or sets the column options theme.
41
- */
42
- get columnOptionsTheme(): BaseControlTheme;
43
- set columnOptionsTheme(v: BaseControlTheme);
44
- /**
45
- * Gets or sets the column options dropdown background color.
46
- */
47
- get columnOptionsBackground(): string;
48
- set columnOptionsBackground(v: string);
49
- /**
50
- * Gets or sets the text color for text inside the column options menu.
51
- */
52
- get columnOptionsTextColor(): string;
53
- set columnOptionsTextColor(v: string);
54
- /**
55
- * Gets or sets the color of separators inside the column options menu.
56
- */
57
- get columnOptionsSeparatorColor(): string;
58
- set columnOptionsSeparatorColor(v: string);
59
- /**
60
- * Gets or sets the background color for group headers inside the column options menu.
61
- */
62
- get columnOptionsGroupHeaderBackground(): string;
63
- set columnOptionsGroupHeaderBackground(v: string);
64
- /**
65
- * Gets or sets the text color for group headers inside the column options menu.
66
- */
67
- get columnOptionsGroupHeaderTextColor(): string;
68
- set columnOptionsGroupHeaderTextColor(v: string);
69
- get columnOptionsAccentColor(): string;
70
- set columnOptionsAccentColor(v: string);
71
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-webcomponents-data-grids",
3
- "version": "7.0.1",
3
+ "version": "7.1.0-alpha.0",
4
4
  "description": "Ignite UI Web Components data grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-webcomponents-data-grids",
6
6
  "keywords": [
@@ -18,9 +18,9 @@
18
18
  "tslib": "^2.3.1"
19
19
  },
20
20
  "peerDependencies": {
21
- "igniteui-webcomponents-core": "7.0.1",
22
- "igniteui-webcomponents-layouts": "7.0.1",
23
- "igniteui-webcomponents-inputs": "7.0.1"
21
+ "igniteui-webcomponents-core": "7.1.0-alpha.0",
22
+ "igniteui-webcomponents-layouts": "7.1.0-alpha.0",
23
+ "igniteui-webcomponents-inputs": "7.1.0-alpha.0"
24
24
  },
25
25
  "sideEffects": [
26
26
  "./grids/combined.js"
package/public_api.d.ts CHANGED
@@ -345,7 +345,6 @@ export * from './lib/GridColumnSpacer';
345
345
  export * from './lib/GridColumnSpacerCollection';
346
346
  export * from './lib/GridEffectGroup';
347
347
  export * from './lib/GridStyleRepository';
348
- export * from './lib/GridStyleRepositoryKeys';
349
348
  export * from './lib/HoverManager';
350
349
  export * from './lib/IColumnGrouping';
351
350
  export * from './lib/IDataGridComponent';
@@ -1,11 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { markEnum } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export let GridStyleRepositoryKeys_$type = /*@__PURE__*/ markEnum('GridStyleRepositoryKeys', 'HeaderSeparatorColorKey,0|RowSeparatorColorKey,1|StickyRowSeparatorColorKey,2|LastStickyRowSeparatorColorKey,3|HeaderRowSeparatorColorKey,4|CellDeleteTextColorKey,5|CellTextColorKey,6|BarColorKey,7|BarOutlineColorKey,8|ActivationBorderColorKey,9|CellSelectedBackgroundColorKey,10|CellBackgroundColorKey,11|CellHoverBackgroundColorKey,12|HeaderBackgroundColorKey,13|SortIndicatorColorKey,14|HeaderTextColorKey,15|SectionHeaderBackgroundColorKey,16|SectionFooterBackgroundColorKey,17|StickyRowBackgroundColorKey,18|PinnedRowBackgroundColorKey,19|RootSummaryCellBackgroundColorKey,20|SectionSummaryCellBackgroundColorKey,21|SummaryLabelTextColorKey,22|SummaryValueTextColorKey,23|ColumnMoveSeparatorBackgroundColorKey,24|ResizeSeparatorBackgroundColorKey,25|PinnedAreaSeparatorBackgroundColorKey,26|ColumnOptionsIconColorKey,27|GridBorderColorKey,28|GridBackgroundColorKey,29|CellErrorBorderColorKey,30|EditorRowOverlayBackgroundColorKey,31|CellFontKey,32|EmojiFontKey,33|CellEditFontKey,34|HeaderCellFontKey,35|SummaryValueFontKey,36|SummaryNameFontKey,37');
@@ -1,11 +0,0 @@
1
- /*
2
- THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE:
3
- https://www.infragistics.com/legal/license/igultimate-la
4
- https://www.infragistics.com/legal/license/igultimate-eula
5
- GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company.
6
- */
7
- import { markEnum } from "igniteui-webcomponents-core";
8
- /**
9
- * @hidden
10
- */
11
- export var GridStyleRepositoryKeys_$type = /*@__PURE__*/ markEnum('GridStyleRepositoryKeys', 'HeaderSeparatorColorKey,0|RowSeparatorColorKey,1|StickyRowSeparatorColorKey,2|LastStickyRowSeparatorColorKey,3|HeaderRowSeparatorColorKey,4|CellDeleteTextColorKey,5|CellTextColorKey,6|BarColorKey,7|BarOutlineColorKey,8|ActivationBorderColorKey,9|CellSelectedBackgroundColorKey,10|CellBackgroundColorKey,11|CellHoverBackgroundColorKey,12|HeaderBackgroundColorKey,13|SortIndicatorColorKey,14|HeaderTextColorKey,15|SectionHeaderBackgroundColorKey,16|SectionFooterBackgroundColorKey,17|StickyRowBackgroundColorKey,18|PinnedRowBackgroundColorKey,19|RootSummaryCellBackgroundColorKey,20|SectionSummaryCellBackgroundColorKey,21|SummaryLabelTextColorKey,22|SummaryValueTextColorKey,23|ColumnMoveSeparatorBackgroundColorKey,24|ResizeSeparatorBackgroundColorKey,25|PinnedAreaSeparatorBackgroundColorKey,26|ColumnOptionsIconColorKey,27|GridBorderColorKey,28|GridBackgroundColorKey,29|CellErrorBorderColorKey,30|EditorRowOverlayBackgroundColorKey,31|CellFontKey,32|EmojiFontKey,33|CellEditFontKey,34|HeaderCellFontKey,35|SummaryValueFontKey,36|SummaryNameFontKey,37');
@@ -1,48 +0,0 @@
1
- import { Type } from "igniteui-webcomponents-core";
2
- /**
3
- * @hidden
4
- */
5
- export declare const enum GridStyleRepositoryKeys {
6
- HeaderSeparatorColorKey = 0,
7
- RowSeparatorColorKey = 1,
8
- StickyRowSeparatorColorKey = 2,
9
- LastStickyRowSeparatorColorKey = 3,
10
- HeaderRowSeparatorColorKey = 4,
11
- CellDeleteTextColorKey = 5,
12
- CellTextColorKey = 6,
13
- BarColorKey = 7,
14
- BarOutlineColorKey = 8,
15
- ActivationBorderColorKey = 9,
16
- CellSelectedBackgroundColorKey = 10,
17
- CellBackgroundColorKey = 11,
18
- CellHoverBackgroundColorKey = 12,
19
- HeaderBackgroundColorKey = 13,
20
- SortIndicatorColorKey = 14,
21
- HeaderTextColorKey = 15,
22
- SectionHeaderBackgroundColorKey = 16,
23
- SectionFooterBackgroundColorKey = 17,
24
- StickyRowBackgroundColorKey = 18,
25
- PinnedRowBackgroundColorKey = 19,
26
- RootSummaryCellBackgroundColorKey = 20,
27
- SectionSummaryCellBackgroundColorKey = 21,
28
- SummaryLabelTextColorKey = 22,
29
- SummaryValueTextColorKey = 23,
30
- ColumnMoveSeparatorBackgroundColorKey = 24,
31
- ResizeSeparatorBackgroundColorKey = 25,
32
- PinnedAreaSeparatorBackgroundColorKey = 26,
33
- ColumnOptionsIconColorKey = 27,
34
- GridBorderColorKey = 28,
35
- GridBackgroundColorKey = 29,
36
- CellErrorBorderColorKey = 30,
37
- EditorRowOverlayBackgroundColorKey = 31,
38
- CellFontKey = 32,
39
- EmojiFontKey = 33,
40
- CellEditFontKey = 34,
41
- HeaderCellFontKey = 35,
42
- SummaryValueFontKey = 36,
43
- SummaryNameFontKey = 37
44
- }
45
- /**
46
- * @hidden
47
- */
48
- export declare let GridStyleRepositoryKeys_$type: Type;