igniteui-webcomponents-data-grids 7.0.1-beta.0 → 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
@@ -132,7 +132,6 @@ 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";
136
135
  let GridStylingDefaults = {};
137
136
  let IgcDataGridComponent = /*@__PURE__*/ (() => {
138
137
  class IgcDataGridComponent extends IgcHTMLElement {
@@ -935,18 +934,8 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
935
934
  }
936
935
  }
937
936
  /**
938
- * Gets or sets the base theme used by the grid.
937
+ * Gets or sets the type of column resizing to use.
939
938
  */
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
- */
950
939
  get columnResizingMode() {
951
940
  return this.i.columnResizingMode;
952
941
  }
@@ -2348,16 +2337,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2348
2337
  this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2349
2338
  this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
2350
2339
  }
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
- }
2361
2340
  /**
2362
2341
  * Gets or sets the border color around the grid.
2363
2342
  */
@@ -2533,26 +2512,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2533
2512
  this.i.stopPropagation = ensureBool(v);
2534
2513
  this._a("stopPropagation", this.i.stopPropagation);
2535
2514
  }
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
- }
2556
2515
  /**
2557
2516
  * A set of states that can be applied to the columns of the grid based on available space.
2558
2517
  */
@@ -3144,63 +3103,6 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3144
3103
  this.i.scrollbarBackground = stringToBrush(v);
3145
3104
  this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
3146
3105
  }
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
- }
3204
3106
  get allowCopyOperation() {
3205
3107
  return this.i.allowCopyOperation;
3206
3108
  }
@@ -142,11 +142,11 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
142
142
  }
143
143
  }
144
144
  get isAnimationEnabled() {
145
- return this.i.ad;
145
+ return this.i.ab;
146
146
  }
147
147
  set isAnimationEnabled(v) {
148
- this.i.ad = ensureBool(v);
149
- this._a("isAnimationEnabled", this.i.ad);
148
+ this.i.ab = ensureBool(v);
149
+ this._a("isAnimationEnabled", this.i.ab);
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.al;
157
+ return this.i.aj;
158
158
  }
159
159
  set pixelScalingRatio(v) {
160
- this.i.al = +v;
161
- this._a("pixelScalingRatio", this.i.al);
160
+ this.i.aj = +v;
161
+ this._a("pixelScalingRatio", this.i.aj);
162
162
  }
163
163
  /**
164
164
  * Gets the actual pixel scaling ratio used to affect the pixel density of the control.
@@ -166,85 +166,28 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
166
166
  * to appear blurry.
167
167
  */
168
168
  get actualPixelScalingRatio() {
169
- return this.i.ak;
169
+ return this.i.ai;
170
170
  }
171
171
  set actualPixelScalingRatio(v) {
172
- this.i.ak = +v;
173
- this._a("actualPixelScalingRatio", this.i.ak);
172
+ this.i.ai = +v;
173
+ this._a("actualPixelScalingRatio", this.i.ai);
174
174
  }
175
175
  get iconColor() {
176
- return brushToString(this.i.ci);
176
+ return brushToString(this.i.bw);
177
177
  }
178
178
  set iconColor(v) {
179
- this.i.ci = stringToBrush(v);
180
- this._a("iconColor", brushToString(this.i.ci));
179
+ this.i.bw = stringToBrush(v);
180
+ this._a("iconColor", brushToString(this.i.bw));
181
181
  }
182
182
  get viewSize() {
183
- return this.i.am;
183
+ return this.i.ak;
184
184
  }
185
185
  set viewSize(v) {
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));
186
+ this.i.ak = +v;
187
+ this._a("viewSize", this.i.ak);
245
188
  }
246
189
  get isOpen() {
247
- return this.i.ae;
190
+ return this.i.ac;
248
191
  }
249
192
  get commandCompleted() {
250
193
  return this.i.commandCompleted;
@@ -320,16 +263,16 @@ let IgcDataGridFilterDialogComponent = /*@__PURE__*/ (() => {
320
263
  this._inStyling = false;
321
264
  }
322
265
  notifySizeChanged(width, height) {
323
- this.i.bo(width, height);
266
+ this.i.be(width, height);
324
267
  }
325
268
  notifyCellSizeChanged() {
326
- this.i.bn();
269
+ this.i.bd();
327
270
  }
328
271
  showIcon() {
329
- this.i.b1();
272
+ this.i.br();
330
273
  }
331
274
  hideIcon() {
332
- this.i.bl();
275
+ this.i.bb();
333
276
  }
334
277
  getDesiredToolbarActions() {
335
278
  let iv = this.i.getDesiredToolbarActions();
@@ -178,10 +178,10 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
178
178
  }
179
179
  }
180
180
  get pagerText() {
181
- return this.i.bb;
181
+ return this.i.a9;
182
182
  }
183
183
  set pagerText(v) {
184
- this.i.bb = v;
184
+ this.i.a9 = v;
185
185
  }
186
186
  /**
187
187
  * Gets or sets the page size.
@@ -231,32 +231,12 @@ 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
- */
244
234
  get background() {
245
- return brushToString(this.i.ci);
235
+ return brushToString(this.i.ca);
246
236
  }
247
237
  set background(v) {
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));
238
+ this.i.ca = stringToBrush(v);
239
+ this._a("background", brushToString(this.i.ca));
260
240
  }
261
241
  /**
262
242
  * Gets or sets the border color around the grid.
@@ -330,16 +310,16 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
330
310
  this._inStyling = false;
331
311
  }
332
312
  nextPage() {
333
- this.i.bp();
313
+ this.i.bn();
334
314
  }
335
315
  previousPage() {
336
- this.i.b0();
316
+ this.i.by();
337
317
  }
338
318
  firstPage() {
339
- this.i.bm();
319
+ this.i.bk();
340
320
  }
341
321
  lastPage() {
342
- this.i.bo();
322
+ this.i.bm();
343
323
  }
344
324
  provideContainer(container) {
345
325
  this.i.provideContainer(container);
@@ -357,7 +337,7 @@ let IgcDataGridPagerComponent = /*@__PURE__*/ (() => {
357
337
 
358
338
  */
359
339
  exportSerializedVisualModel() {
360
- let iv = this.i.a1();
340
+ let iv = this.i.az();
361
341
  return (iv);
362
342
  }
363
343
  /**
@@ -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.qv;
70
+ return this.i.pe;
71
71
  }
72
72
  set dateTimeFormat(v) {
73
- this.i.qv = ensureEnum(DateTimeFormats_$type, v);
74
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
73
+ this.i.pe = ensureEnum(DateTimeFormats_$type, v);
74
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.pe));
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.rd;
80
+ return this.i.pw;
81
81
  }
82
82
  set formatString(v) {
83
- this.i.rd = v;
83
+ this.i.pw = 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.q6;
89
+ return this.i.pp;
90
90
  }
91
91
  set editorFormatString(v) {
92
- this.i.q6 = v;
92
+ this.i.pp = v;
93
93
  }
94
94
  get formatSpecifiers() {
95
- return this.i.qr;
95
+ return this.i.pa;
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.qr = v;
102
+ this.i.pa = 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.q2;
108
+ return this.i.pl;
109
109
  }
110
110
  set formatOverride(v) {
111
- this.i.q2 = v;
111
+ this.i.pl = 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.qy;
117
+ return this.i.ph;
118
118
  }
119
119
  set showTodayButton(v) {
120
- this.i.qy = ensureBool(v);
121
- this._a("showTodayButton", this.i.qy);
120
+ this.i.ph = ensureBool(v);
121
+ this._a("showTodayButton", this.i.ph);
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.qw;
127
+ return this.i.pf;
128
128
  }
129
129
  set editorType(v) {
130
- this.i.qw = ensureEnum(EditorType_$type, v);
131
- this._a("editorType", enumToString(EditorType_$type, this.i.qw));
130
+ this.i.pf = ensureEnum(EditorType_$type, v);
131
+ this._a("editorType", enumToString(EditorType_$type, this.i.pf));
132
132
  }
133
133
  /**
134
134
  * Gets or sets the ComboBox data source.
135
135
  */
136
136
  get editorDataSource() {
137
- return this.i.q1;
137
+ return this.i.pk;
138
138
  }
139
139
  set editorDataSource(v) {
140
- this.i.q1 = v;
140
+ this.i.pk = v;
141
141
  }
142
142
  /**
143
143
  * Gets or sets the ComboBox text field.
144
144
  */
145
145
  get editorTextField() {
146
- return this.i.q8;
146
+ return this.i.pr;
147
147
  }
148
148
  set editorTextField(v) {
149
- this.i.q8 = v;
149
+ this.i.pr = v;
150
150
  }
151
151
  /**
152
152
  * Gets or sets the ComboBox value field.
153
153
  */
154
154
  get editorValueField() {
155
- return this.i.q9;
155
+ return this.i.ps;
156
156
  }
157
157
  set editorValueField(v) {
158
- this.i.q9 = v;
158
+ this.i.ps = v;
159
159
  }
160
160
  findByName(name) {
161
161
  var baseResult = super.findByName(name);