igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +9702 -8361
  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 +5882 -5157
  11. package/esm2015/lib/ColumnGroupingView_combined.js +15 -15
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +11 -11
  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 +15 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +322 -182
  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/NativeUIComboFactory.js +1 -1
  45. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  46. package/esm2015/lib/NumericCell.js +4 -4
  47. package/esm2015/lib/NumericCellPresenter.js +2 -2
  48. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  49. package/esm2015/lib/SectionHeaderCell.js +20 -8
  50. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  51. package/esm2015/lib/SummaryCell.js +34 -25
  52. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  53. package/esm2015/lib/TemplateCell.js +12 -12
  54. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateHeader.js +7 -7
  56. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  57. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  58. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  59. package/esm2015/lib/TextCell.js +22 -22
  60. package/esm2015/lib/TextCellPresenter.js +2 -2
  61. package/esm2015/lib/TextHeaderCell.js +140 -134
  62. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  63. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  64. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  65. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  66. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  67. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  68. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  69. package/esm2015/lib/igc-data-grid-column-component.js +307 -193
  70. package/esm2015/lib/igc-data-grid-component.js +106 -2
  71. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
  72. package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
  73. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  74. package/esm2015/lib/igc-definition-base-component.js +129 -129
  75. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  76. package/esm2015/lib/igc-header-component.js +24 -24
  77. package/esm2015/lib/igc-image-column-component.js +12 -12
  78. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  79. package/esm2015/lib/igc-section-header-component.js +24 -24
  80. package/esm2015/lib/igc-summary-row-component.js +24 -24
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +65 -4
  83. package/esm2015/public_api.js +1 -0
  84. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  85. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  86. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  87. package/esm5/lib/CellPresenterBase.js +10 -10
  88. package/esm5/lib/CheckboxListBridge.js +28 -0
  89. package/esm5/lib/CheckboxListView_combined.js +709 -684
  90. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  91. package/esm5/lib/ColumnFilterCondition_combined.js +5860 -5003
  92. package/esm5/lib/ColumnGroupingView_combined.js +15 -15
  93. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  94. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  95. package/esm5/lib/ContentCellModelHelper.js +3 -3
  96. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  97. package/esm5/lib/DataGridToolbarView_combined.js +13 -13
  98. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  99. package/esm5/lib/DraggerView.js +11 -11
  100. package/esm5/lib/EditorCell.js +256 -256
  101. package/esm5/lib/EditorCellPresenter.js +15 -15
  102. package/esm5/lib/FilterCell.js +252 -252
  103. package/esm5/lib/FilterCellPresenter.js +8 -8
  104. package/esm5/lib/GridCellBase.js +64 -62
  105. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  106. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  107. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  108. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  109. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  110. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  111. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  112. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  114. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  115. package/esm5/lib/GridExternalWrapper.js +15 -6
  116. package/esm5/lib/GridFilterDialogView_combined.js +342 -174
  117. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  118. package/esm5/lib/GridStyleRepository.js +275 -585
  119. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  120. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  121. package/esm5/lib/ImageCell.js +54 -54
  122. package/esm5/lib/ImageCellPresenter.js +8 -8
  123. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  124. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  125. package/esm5/lib/NativeUIComboFactory.js +1 -1
  126. package/esm5/lib/NativeUIGridFactory.js +2 -2
  127. package/esm5/lib/NumericCell.js +4 -4
  128. package/esm5/lib/NumericCellPresenter.js +2 -2
  129. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  130. package/esm5/lib/SectionHeaderCell.js +20 -8
  131. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  132. package/esm5/lib/SummaryCell.js +35 -26
  133. package/esm5/lib/SummaryCellPresenter.js +5 -5
  134. package/esm5/lib/TemplateCell.js +12 -12
  135. package/esm5/lib/TemplateCellPresenter.js +2 -2
  136. package/esm5/lib/TemplateHeader.js +7 -7
  137. package/esm5/lib/TemplateHeaderCell.js +5 -5
  138. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  139. package/esm5/lib/TemplateSectionHeader.js +2 -2
  140. package/esm5/lib/TextCell.js +22 -22
  141. package/esm5/lib/TextCellPresenter.js +2 -2
  142. package/esm5/lib/TextHeaderCell.js +138 -132
  143. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  144. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  145. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  146. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  147. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  148. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  149. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  150. package/esm5/lib/igc-data-grid-column-component.js +355 -193
  151. package/esm5/lib/igc-data-grid-component.js +147 -3
  152. package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
  153. package/esm5/lib/igc-data-grid-pager-component.js +38 -10
  154. package/esm5/lib/igc-date-time-column-component.js +23 -23
  155. package/esm5/lib/igc-definition-base-component.js +129 -129
  156. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  157. package/esm5/lib/igc-header-component.js +24 -24
  158. package/esm5/lib/igc-image-column-component.js +12 -12
  159. package/esm5/lib/igc-numeric-column-component.js +35 -35
  160. package/esm5/lib/igc-section-header-component.js +24 -24
  161. package/esm5/lib/igc-summary-row-component.js +24 -24
  162. package/esm5/lib/igc-text-column-component.js +9 -9
  163. package/esm5/lib/igc-text-header-cell-info.js +93 -4
  164. package/esm5/public_api.js +1 -0
  165. package/fesm2015/igniteui-webcomponents-data-grids.js +9519 -8340
  166. package/fesm5/igniteui-webcomponents-data-grids.js +9704 -8364
  167. package/lib/CheckboxListBridge.d.ts +1 -0
  168. package/lib/CheckboxListExternal.d.ts +6 -0
  169. package/lib/CheckboxListView_combined.d.ts +153 -148
  170. package/lib/ColumnFilterCondition_combined.d.ts +1405 -1268
  171. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  172. package/lib/EditorCell.d.ts +51 -51
  173. package/lib/FilterCell.d.ts +53 -53
  174. package/lib/GridCellBase.d.ts +21 -19
  175. package/lib/GridExternalWrapper.d.ts +3 -0
  176. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  177. package/lib/GridStyleRepository.d.ts +23 -84
  178. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  179. package/lib/ImageCell.d.ts +14 -14
  180. package/lib/SectionHeaderCell.d.ts +4 -2
  181. package/lib/SummaryCell.d.ts +6 -4
  182. package/lib/TemplateCell.d.ts +3 -3
  183. package/lib/TemplateHeader.d.ts +3 -3
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateSectionHeader.d.ts +2 -2
  186. package/lib/TextCell.d.ts +4 -4
  187. package/lib/TextHeaderCell.d.ts +26 -24
  188. package/lib/VerticalSeparatorCell.d.ts +4 -4
  189. package/lib/igc-data-grid-column-component.d.ts +54 -0
  190. package/lib/igc-data-grid-component.d.ts +51 -1
  191. package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
  192. package/lib/igc-data-grid-pager-component.d.ts +10 -0
  193. package/lib/igc-text-header-cell-info.d.ts +33 -0
  194. package/package.json +4 -4
  195. package/public_api.d.ts +1 -0
@@ -26,7 +26,7 @@ import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descrip
26
26
  import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
27
27
  import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
28
28
  import { DataGrid } from "./DataGrid";
29
- import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher } from "igniteui-webcomponents-core";
29
+ import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher, moveFocusNext, moveFocusPrevious } from "igniteui-webcomponents-core";
30
30
  import { Thickness } from "igniteui-webcomponents-core";
31
31
  import { WebComponentRenderer, WebComponentWrapper, PortalManager } from "igniteui-webcomponents-core";
32
32
  import { DataGridColumn } from './DataGridColumn';
@@ -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 {
@@ -209,6 +210,12 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
209
210
  this._scroller.scrollbarBrush = color;
210
211
  }
211
212
  }
213
+ _moveFocusNext() {
214
+ moveFocusNext(this, true);
215
+ }
216
+ _moveFocusPrevious() {
217
+ moveFocusPrevious(this);
218
+ }
212
219
  createImplementation() {
213
220
  //let test = Grid;
214
221
  return new DataGrid();
@@ -934,8 +941,18 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
934
941
  }
935
942
  }
936
943
  /**
937
- * Gets or sets the type of column resizing to use.
944
+ * Gets or sets the base theme used by the grid.
938
945
  */
946
+ get theme() {
947
+ return this.i.theme;
948
+ }
949
+ set theme(v) {
950
+ this.i.theme = ensureEnum(BaseControlTheme_$type, v);
951
+ this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
952
+ }
953
+ /**
954
+ * Gets or sets the type of column resizing to use.
955
+ */
939
956
  get columnResizingMode() {
940
957
  return this.i.columnResizingMode;
941
958
  }
@@ -2337,6 +2354,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2337
2354
  this.i.columnOptionsIconBehavior = ensureEnum(ColumnOptionsIconBehavior_$type, v);
2338
2355
  this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.columnOptionsIconBehavior));
2339
2356
  }
2357
+ /**
2358
+ * Gets the actual border color around the grid.
2359
+ */
2360
+ get actualBorder() {
2361
+ return brushToString(this.i.actualBorder);
2362
+ }
2363
+ set actualBorder(v) {
2364
+ this.i.actualBorder = stringToBrush(v);
2365
+ this._a("actualBorder", brushToString(this.i.actualBorder));
2366
+ }
2340
2367
  /**
2341
2368
  * Gets or sets the border color around the grid.
2342
2369
  */
@@ -2512,6 +2539,26 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2512
2539
  this.i.stopPropagation = ensureBool(v);
2513
2540
  this._a("stopPropagation", this.i.stopPropagation);
2514
2541
  }
2542
+ /**
2543
+ * Gets the actual background for the grid.
2544
+ */
2545
+ get actualBackground() {
2546
+ return brushToString(this.i.actualBackground);
2547
+ }
2548
+ set actualBackground(v) {
2549
+ this.i.actualBackground = stringToBrush(v);
2550
+ this._a("actualBackground", brushToString(this.i.actualBackground));
2551
+ }
2552
+ /**
2553
+ * Gets or sets the background for the grid.
2554
+ */
2555
+ get background() {
2556
+ return brushToString(this.i.background);
2557
+ }
2558
+ set background(v) {
2559
+ this.i.background = stringToBrush(v);
2560
+ this._a("background", brushToString(this.i.background));
2561
+ }
2515
2562
  /**
2516
2563
  * A set of states that can be applied to the columns of the grid based on available space.
2517
2564
  */
@@ -3103,6 +3150,63 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3103
3150
  this.i.scrollbarBackground = stringToBrush(v);
3104
3151
  this._a("scrollbarBackground", brushToString(this.i.scrollbarBackground));
3105
3152
  }
3153
+ /**
3154
+ * Gets or sets the column options dropdown background color.
3155
+ */
3156
+ get columnOptionsBackground() {
3157
+ return brushToString(this.i.columnOptionsBackground);
3158
+ }
3159
+ set columnOptionsBackground(v) {
3160
+ this.i.columnOptionsBackground = stringToBrush(v);
3161
+ this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
3162
+ }
3163
+ /**
3164
+ * Gets or sets the text color for text inside the column options menu.
3165
+ */
3166
+ get columnOptionsTextColor() {
3167
+ return brushToString(this.i.columnOptionsTextColor);
3168
+ }
3169
+ set columnOptionsTextColor(v) {
3170
+ this.i.columnOptionsTextColor = stringToBrush(v);
3171
+ this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3172
+ }
3173
+ /**
3174
+ * Gets or sets the color of separators inside the column options menu.
3175
+ */
3176
+ get columnOptionsSeparatorColor() {
3177
+ return brushToString(this.i.columnOptionsSeparatorColor);
3178
+ }
3179
+ set columnOptionsSeparatorColor(v) {
3180
+ this.i.columnOptionsSeparatorColor = stringToBrush(v);
3181
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
3182
+ }
3183
+ /**
3184
+ * Gets or sets the background color for group headers inside the column options menu.
3185
+ */
3186
+ get columnOptionsGroupHeaderBackground() {
3187
+ return brushToString(this.i.columnOptionsGroupHeaderBackground);
3188
+ }
3189
+ set columnOptionsGroupHeaderBackground(v) {
3190
+ this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
3191
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
3192
+ }
3193
+ /**
3194
+ * Gets or sets the text color for group headers inside the column options menu.
3195
+ */
3196
+ get columnOptionsGroupHeaderTextColor() {
3197
+ return brushToString(this.i.columnOptionsGroupHeaderTextColor);
3198
+ }
3199
+ set columnOptionsGroupHeaderTextColor(v) {
3200
+ this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3201
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
3202
+ }
3203
+ get columnOptionsAccentColor() {
3204
+ return brushToString(this.i.columnOptionsAccentColor);
3205
+ }
3206
+ set columnOptionsAccentColor(v) {
3207
+ this.i.columnOptionsAccentColor = stringToBrush(v);
3208
+ this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
3209
+ }
3106
3210
  get allowCopyOperation() {
3107
3211
  return this.i.allowCopyOperation;
3108
3212
  }
@@ -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);