igniteui-webcomponents-data-grids 7.0.0 → 7.0.1-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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9505 -8241
  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 +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  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 +65 -63
  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 +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  64. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  65. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  66. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  68. package/esm2015/lib/igc-data-grid-component.js +99 -1
  69. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  70. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  71. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  72. package/esm2015/lib/igc-definition-base-component.js +129 -129
  73. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  74. package/esm2015/lib/igc-header-component.js +24 -24
  75. package/esm2015/lib/igc-image-column-component.js +12 -12
  76. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  77. package/esm2015/lib/igc-section-header-component.js +24 -24
  78. package/esm2015/lib/igc-summary-row-component.js +24 -24
  79. package/esm2015/lib/igc-text-column-component.js +9 -9
  80. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  143. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  144. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  145. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  147. package/esm5/lib/igc-data-grid-component.js +140 -2
  148. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  149. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  150. package/esm5/lib/igc-date-time-column-component.js +23 -23
  151. package/esm5/lib/igc-definition-base-component.js +129 -129
  152. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  153. package/esm5/lib/igc-header-component.js +24 -24
  154. package/esm5/lib/igc-image-column-component.js +12 -12
  155. package/esm5/lib/igc-numeric-column-component.js +35 -35
  156. package/esm5/lib/igc-section-header-component.js +24 -24
  157. package/esm5/lib/igc-summary-row-component.js +24 -24
  158. package/esm5/lib/igc-text-column-component.js +9 -9
  159. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
  162. package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igc-data-grid-column-component.d.ts +54 -0
  185. package/lib/igc-data-grid-component.d.ts +49 -1
  186. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  187. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  188. package/lib/igc-text-header-cell-info.d.ts +33 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -132,6 +132,7 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
132
132
  import { IgcFilterCellInfo } from "./igc-filter-cell-info";
133
133
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
134
134
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
135
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
135
136
  let GridStylingDefaults = {};
136
137
  let IgcDataGridComponent = /*@__PURE__*/ (() => {
137
138
  class IgcDataGridComponent extends IgcHTMLElement {
@@ -934,8 +935,18 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
934
935
  }
935
936
  }
936
937
  /**
937
- * Gets or sets the type of column resizing to use.
938
+ * Gets or sets the base theme used by the grid.
938
939
  */
940
+ get theme() {
941
+ return this.i.theme;
942
+ }
943
+ set theme(v) {
944
+ this.i.theme = ensureEnum(BaseControlTheme_$type, v);
945
+ this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
946
+ }
947
+ /**
948
+ * Gets or sets the type of column resizing to use.
949
+ */
939
950
  get columnResizingMode() {
940
951
  return this.i.columnResizingMode;
941
952
  }
@@ -2337,6 +2348,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2337
2348
  this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2338
2349
  this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
2339
2350
  }
2351
+ /**
2352
+ * Gets the actual border color around the grid.
2353
+ */
2354
+ get actualBorder() {
2355
+ return brushToString(this.i.actualBorder);
2356
+ }
2357
+ set actualBorder(v) {
2358
+ this.i.actualBorder = stringToBrush(v);
2359
+ this._a("actualBorder", brushToString(this.i.actualBorder));
2360
+ }
2340
2361
  /**
2341
2362
  * Gets or sets the border color around the grid.
2342
2363
  */
@@ -2512,6 +2533,26 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2512
2533
  this.i.stopPropagation = ensureBool(v);
2513
2534
  this._a("stopPropagation", this.i.stopPropagation);
2514
2535
  }
2536
+ /**
2537
+ * Gets the actual background for the grid.
2538
+ */
2539
+ get actualBackground() {
2540
+ return brushToString(this.i.actualBackground);
2541
+ }
2542
+ set actualBackground(v) {
2543
+ this.i.actualBackground = stringToBrush(v);
2544
+ this._a("actualBackground", brushToString(this.i.actualBackground));
2545
+ }
2546
+ /**
2547
+ * Gets or sets the background for the grid.
2548
+ */
2549
+ get background() {
2550
+ return brushToString(this.i.background);
2551
+ }
2552
+ set background(v) {
2553
+ this.i.background = stringToBrush(v);
2554
+ this._a("background", brushToString(this.i.background));
2555
+ }
2515
2556
  /**
2516
2557
  * A set of states that can be applied to the columns of the grid based on available space.
2517
2558
  */
@@ -3103,6 +3144,63 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3103
3144
  this.i.scrollbarBackground = stringToBrush(v);
3104
3145
  this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
3105
3146
  }
3147
+ /**
3148
+ * Gets or sets the column options dropdown background color.
3149
+ */
3150
+ get columnOptionsBackground() {
3151
+ return brushToString(this.i.columnOptionsBackground);
3152
+ }
3153
+ set columnOptionsBackground(v) {
3154
+ this.i.columnOptionsBackground = stringToBrush(v);
3155
+ this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
3156
+ }
3157
+ /**
3158
+ * Gets or sets the text color for text inside the column options menu.
3159
+ */
3160
+ get columnOptionsTextColor() {
3161
+ return brushToString(this.i.columnOptionsTextColor);
3162
+ }
3163
+ set columnOptionsTextColor(v) {
3164
+ this.i.columnOptionsTextColor = stringToBrush(v);
3165
+ this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3166
+ }
3167
+ /**
3168
+ * Gets or sets the color of separators inside the column options menu.
3169
+ */
3170
+ get columnOptionsSeparatorColor() {
3171
+ return brushToString(this.i.columnOptionsSeparatorColor);
3172
+ }
3173
+ set columnOptionsSeparatorColor(v) {
3174
+ this.i.columnOptionsSeparatorColor = stringToBrush(v);
3175
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
3176
+ }
3177
+ /**
3178
+ * Gets or sets the background color for group headers inside the column options menu.
3179
+ */
3180
+ get columnOptionsGroupHeaderBackground() {
3181
+ return brushToString(this.i.columnOptionsGroupHeaderBackground);
3182
+ }
3183
+ set columnOptionsGroupHeaderBackground(v) {
3184
+ this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
3185
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
3186
+ }
3187
+ /**
3188
+ * Gets or sets the text color for group headers inside the column options menu.
3189
+ */
3190
+ get columnOptionsGroupHeaderTextColor() {
3191
+ return brushToString(this.i.columnOptionsGroupHeaderTextColor);
3192
+ }
3193
+ set columnOptionsGroupHeaderTextColor(v) {
3194
+ this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3195
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
3196
+ }
3197
+ get columnOptionsAccentColor() {
3198
+ return brushToString(this.i.columnOptionsAccentColor);
3199
+ }
3200
+ set columnOptionsAccentColor(v) {
3201
+ this.i.columnOptionsAccentColor = stringToBrush(v);
3202
+ this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
3203
+ }
3106
3204
  get allowCopyOperation() {
3107
3205
  return this.i.allowCopyOperation;
3108
3206
  }
@@ -142,11 +142,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
142
142
  }
143
143
  }
144
144
  get isAnimationEnabled() {
145
- return this.i.ab;
145
+ return this.i.ad;
146
146
  }
147
147
  set isAnimationEnabled(v) {
148
- this.i.ab = ensureBool(v);
149
- this._a("isAnimationEnabled", this.i.ab);
148
+ this.i.ad = ensureBool(v);
149
+ this._a("isAnimationEnabled", this.i.ad);
150
150
  }
151
151
  /**
152
152
  * Gets or sets the scaling value used to affect the pixel density of the control.
@@ -154,11 +154,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
154
154
  * to appear blurry.
155
155
  */
156
156
  get pixelScalingRatio() {
157
- return this.i.aj;
157
+ return this.i.al;
158
158
  }
159
159
  set pixelScalingRatio(v) {
160
- this.i.aj = +v;
161
- this._a("pixelScalingRatio", this.i.aj);
160
+ this.i.al = +v;
161
+ this._a("pixelScalingRatio", this.i.al);
162
162
  }
163
163
  /**
164
164
  * Gets the actual pixel scaling ratio used to affect the pixel density of the control.
@@ -166,28 +166,85 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
166
166
  * to appear blurry.
167
167
  */
168
168
  get actualPixelScalingRatio() {
169
- return this.i.ai;
169
+ return this.i.ak;
170
170
  }
171
171
  set actualPixelScalingRatio(v) {
172
- this.i.ai = +v;
173
- this._a("actualPixelScalingRatio", this.i.ai);
172
+ this.i.ak = +v;
173
+ this._a("actualPixelScalingRatio", this.i.ak);
174
174
  }
175
175
  get iconColor() {
176
- return brushToString(this.i.bw);
176
+ return brushToString(this.i.ci);
177
177
  }
178
178
  set iconColor(v) {
179
- this.i.bw = stringToBrush(v);
180
- this._a("iconColor", brushToString(this.i.bw));
179
+ this.i.ci = stringToBrush(v);
180
+ this._a("iconColor", brushToString(this.i.ci));
181
181
  }
182
182
  get viewSize() {
183
- return this.i.ak;
183
+ return this.i.am;
184
184
  }
185
185
  set viewSize(v) {
186
- this.i.ak = +v;
187
- this._a("viewSize", this.i.ak);
186
+ this.i.am = +v;
187
+ this._a("viewSize", this.i.am);
188
+ }
189
+ /**
190
+ * Gets or sets the column options dropdown background color.
191
+ */
192
+ get columnOptionsBackground() {
193
+ return brushToString(this.i.cd);
194
+ }
195
+ set columnOptionsBackground(v) {
196
+ this.i.cd = stringToBrush(v);
197
+ this._a("columnOptionsBackground", brushToString(this.i.cd));
198
+ }
199
+ /**
200
+ * Gets or sets the text color for text inside the column options menu.
201
+ */
202
+ get columnOptionsTextColor() {
203
+ return brushToString(this.i.ch);
204
+ }
205
+ set columnOptionsTextColor(v) {
206
+ this.i.ch = stringToBrush(v);
207
+ this._a("columnOptionsTextColor", brushToString(this.i.ch));
208
+ }
209
+ /**
210
+ * Gets or sets the color of separators inside the column options menu.
211
+ */
212
+ get columnOptionsSeparatorColor() {
213
+ return brushToString(this.i.cg);
214
+ }
215
+ set columnOptionsSeparatorColor(v) {
216
+ this.i.cg = stringToBrush(v);
217
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.cg));
218
+ }
219
+ /**
220
+ * Gets or sets the background color for group headers inside the column options menu.
221
+ */
222
+ get columnOptionsGroupHeaderBackground() {
223
+ return brushToString(this.i.ce);
224
+ }
225
+ set columnOptionsGroupHeaderBackground(v) {
226
+ this.i.ce = stringToBrush(v);
227
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.ce));
228
+ }
229
+ /**
230
+ * Gets or sets the text color for group headers inside the column options menu.
231
+ */
232
+ get columnOptionsGroupHeaderTextColor() {
233
+ return brushToString(this.i.cf);
234
+ }
235
+ set columnOptionsGroupHeaderTextColor(v) {
236
+ this.i.cf = stringToBrush(v);
237
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cf));
238
+ }
239
+ get columnOptionsAccentColor() {
240
+ return brushToString(this.i.cc);
241
+ }
242
+ set columnOptionsAccentColor(v) {
243
+ this.i.cc = stringToBrush(v);
244
+ this._a("columnOptionsAccentColor", brushToString(this.i.cc));
188
245
  }
189
246
  get isOpen() {
190
- return this.i.ac;
247
+ return this.i.ae;
191
248
  }
192
249
  get commandCompleted() {
193
250
  return this.i.commandCompleted;
@@ -263,16 +320,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
263
320
  this._inStyling = false;
264
321
  }
265
322
  notifySizeChanged(width, height) {
266
- this.i.be(width, height);
323
+ this.i.bo(width, height);
267
324
  }
268
325
  notifyCellSizeChanged() {
269
- this.i.bd();
326
+ this.i.bn();
270
327
  }
271
328
  showIcon() {
272
- this.i.br();
329
+ this.i.b1();
273
330
  }
274
331
  hideIcon() {
275
- this.i.bb();
332
+ this.i.bl();
276
333
  }
277
334
  getDesiredToolbarActions() {
278
335
  let iv = this.i.getDesiredToolbarActions();
@@ -178,10 +178,10 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
178
178
  }
179
179
  }
180
180
  get pagerText() {
181
- return this.i.a9;
181
+ return this.i.bb;
182
182
  }
183
183
  set pagerText(v) {
184
- this.i.a9 = v;
184
+ this.i.bb = v;
185
185
  }
186
186
  /**
187
187
  * Gets or sets the page size.
@@ -231,12 +231,32 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
231
231
  /**
232
232
  * Gets or sets the background color to use.
233
233
  */
234
+ get actualBackground() {
235
+ return brushToString(this.i.cg);
236
+ }
237
+ set actualBackground(v) {
238
+ this.i.cg = stringToBrush(v);
239
+ this._a("actualBackground", brushToString(this.i.cg));
240
+ }
241
+ /**
242
+ * Gets or sets the background color to use.
243
+ */
234
244
  get background() {
235
- return brushToString(this.i.ca);
245
+ return brushToString(this.i.ci);
236
246
  }
237
247
  set background(v) {
238
- this.i.ca = stringToBrush(v);
239
- this._a("background", brushToString(this.i.ca));
248
+ this.i.ci = stringToBrush(v);
249
+ this._a("background", brushToString(this.i.ci));
250
+ }
251
+ /**
252
+ * Gets or sets the border color around the grid.
253
+ */
254
+ get actualBorder() {
255
+ return brushToString(this.i.ch);
256
+ }
257
+ set actualBorder(v) {
258
+ this.i.ch = stringToBrush(v);
259
+ this._a("actualBorder", brushToString(this.i.ch));
240
260
  }
241
261
  /**
242
262
  * Gets or sets the border color around the grid.
@@ -310,16 +330,16 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
310
330
  this._inStyling = false;
311
331
  }
312
332
  nextPage() {
313
- this.i.bn();
333
+ this.i.bp();
314
334
  }
315
335
  previousPage() {
316
- this.i.by();
336
+ this.i.b0();
317
337
  }
318
338
  firstPage() {
319
- this.i.bk();
339
+ this.i.bm();
320
340
  }
321
341
  lastPage() {
322
- this.i.bm();
342
+ this.i.bo();
323
343
  }
324
344
  provideContainer(container) {
325
345
  this.i.provideContainer(container);
@@ -337,7 +357,7 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
337
357
 
338
358
  */
339
359
  exportSerializedVisualModel() {
340
- let iv = this.i.az();
360
+ let iv = this.i.a1();
341
361
  return (iv);
342
362
  }
343
363
  /**
@@ -67,95 +67,95 @@ let IgcDateTimeColumnComponent = /*@__PURE__*/ (() => {
67
67
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
68
68
  */
69
69
  get dateTimeFormat() {
70
- return this.i.pe;
70
+ return this.i.qv;
71
71
  }
72
72
  set dateTimeFormat(v) {
73
- this.i.pe = ensureEnum(DateTimeFormats_$type, v);
74
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.pe));
73
+ this.i.qv = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
75
75
  }
76
76
  /**
77
77
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
78
78
  */
79
79
  get formatString() {
80
- return this.i.pw;
80
+ return this.i.rd;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.pw = v;
83
+ this.i.rd = v;
84
84
  }
85
85
  /**
86
86
  * Gets or sets the format string to use when editing dates.
87
87
  */
88
88
  get editorFormatString() {
89
- return this.i.pp;
89
+ return this.i.q6;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.pp = v;
92
+ this.i.q6 = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.pa;
95
+ return this.i.qr;
96
96
  }
97
97
  set formatSpecifiers(v) {
98
98
  if (v && !Array.isArray(v) && typeof (v) == "string") {
99
99
  const re = /\s*(?:,|\s|$)\s*/gm;
100
100
  v = v.split(re);
101
101
  }
102
- this.i.pa = v;
102
+ this.i.qr = v;
103
103
  }
104
104
  /**
105
105
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
106
106
  */
107
107
  get formatOverride() {
108
- return this.i.pl;
108
+ return this.i.q2;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.pl = v;
111
+ this.i.q2 = v;
112
112
  }
113
113
  /**
114
114
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
115
115
  */
116
116
  get showTodayButton() {
117
- return this.i.ph;
117
+ return this.i.qy;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.ph = ensureBool(v);
121
- this._a("showTodayButton", this.i.ph);
120
+ this.i.qy = ensureBool(v);
121
+ this._a("showTodayButton", this.i.qy);
122
122
  }
123
123
  /**
124
124
  * Gets or sets the editor type used for editing cells in this column.
125
125
  */
126
126
  get editorType() {
127
- return this.i.pf;
127
+ return this.i.qw;
128
128
  }
129
129
  set editorType(v) {
130
- this.i.pf = ensureEnum(EditorType_$type, v);
131
- this._a("editorType", enumToString(EditorType_$type, this.i.pf));
130
+ this.i.qw = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.qw));
132
132
  }
133
133
  /**
134
134
  * Gets or sets the ComboBox data source.
135
135
  */
136
136
  get editorDataSource() {
137
- return this.i.pk;
137
+ return this.i.q1;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.pk = v;
140
+ this.i.q1 = v;
141
141
  }
142
142
  /**
143
143
  * Gets or sets the ComboBox text field.
144
144
  */
145
145
  get editorTextField() {
146
- return this.i.pr;
146
+ return this.i.q8;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.pr = v;
149
+ this.i.q8 = v;
150
150
  }
151
151
  /**
152
152
  * Gets or sets the ComboBox value field.
153
153
  */
154
154
  get editorValueField() {
155
- return this.i.ps;
155
+ return this.i.q9;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.ps = v;
158
+ this.i.q9 = v;
159
159
  }
160
160
  findByName(name) {
161
161
  var baseResult = super.findByName(name);