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
@@ -27,7 +27,7 @@ import { IgcGridSortDescriptionsChangedEventArgs } from './igc-grid-sort-descrip
27
27
  import { IgcGridGroupDescriptionsChangedEventArgs } from './igc-grid-group-descriptions-changed-event-args';
28
28
  import { IgcGridSummaryDescriptionsChangedEventArgs } from './igc-grid-summary-descriptions-changed-event-args';
29
29
  import { DataGrid } from "./DataGrid";
30
- import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher } from "igniteui-webcomponents-core";
30
+ import { ensureEnum, ensureBool, CollectionAdapter, getAllPropertyNames, enumToString, fromSpinal, toSpinal, brushToString, stringToBrush, initializePropertiesFromCss, NamePatcher, moveFocusNext, moveFocusPrevious } from "igniteui-webcomponents-core";
31
31
  import { Thickness } from "igniteui-webcomponents-core";
32
32
  import { WebComponentRenderer, WebComponentWrapper, PortalManager } from "igniteui-webcomponents-core";
33
33
  import { DataGridColumn } from './DataGridColumn';
@@ -133,6 +133,7 @@ import { IgcTextHeaderCellInfo } from "./igc-text-header-cell-info";
133
133
  import { IgcFilterCellInfo } from "./igc-filter-cell-info";
134
134
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
135
135
  import { IgcDataSourceRootSummariesChangedEventArgs } from "igniteui-webcomponents-core";
136
+ import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
136
137
  var GridStylingDefaults = {};
137
138
  export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super) {
138
139
  __extends(IgcDataGridComponent, _super);
@@ -468,6 +469,12 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
468
469
  this._scroller.scrollbarBrush = color;
469
470
  }
470
471
  };
472
+ IgcDataGridComponent.prototype._moveFocusNext = function () {
473
+ moveFocusNext(this, true);
474
+ };
475
+ IgcDataGridComponent.prototype._moveFocusPrevious = function () {
476
+ moveFocusPrevious(this);
477
+ };
471
478
  IgcDataGridComponent.prototype.createImplementation = function () {
472
479
  //let test = Grid;
473
480
  return new DataGrid();
@@ -1021,10 +1028,24 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
1021
1028
  RegisterElementHelper.registerElement(IgcDataGridComponent.htmlTagName, IgcDataGridComponent);
1022
1029
  }
1023
1030
  };
1024
- Object.defineProperty(IgcDataGridComponent.prototype, "columnResizingMode", {
1031
+ Object.defineProperty(IgcDataGridComponent.prototype, "theme", {
1025
1032
  /**
1026
- * Gets or sets the type of column resizing to use.
1033
+ * Gets or sets the base theme used by the grid.
1027
1034
  */
1035
+ get: function () {
1036
+ return this.i.theme;
1037
+ },
1038
+ set: function (v) {
1039
+ this.i.theme = ensureEnum(BaseControlTheme_$type, v);
1040
+ this._a("theme", enumToString(BaseControlTheme_$type, this.i.theme));
1041
+ },
1042
+ enumerable: false,
1043
+ configurable: true
1044
+ });
1045
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnResizingMode", {
1046
+ /**
1047
+ * Gets or sets the type of column resizing to use.
1048
+ */
1028
1049
  get: function () {
1029
1050
  return this.i.columnResizingMode;
1030
1051
  },
@@ -2865,6 +2886,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
2865
2886
  enumerable: false,
2866
2887
  configurable: true
2867
2888
  });
2889
+ Object.defineProperty(IgcDataGridComponent.prototype, "actualBorder", {
2890
+ /**
2891
+ * Gets the actual border color around the grid.
2892
+ */
2893
+ get: function () {
2894
+ return brushToString(this.i.actualBorder);
2895
+ },
2896
+ set: function (v) {
2897
+ this.i.actualBorder = stringToBrush(v);
2898
+ this._a("actualBorder", brushToString(this.i.actualBorder));
2899
+ },
2900
+ enumerable: false,
2901
+ configurable: true
2902
+ });
2868
2903
  Object.defineProperty(IgcDataGridComponent.prototype, "border", {
2869
2904
  /**
2870
2905
  * Gets or sets the border color around the grid.
@@ -3108,6 +3143,34 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
3108
3143
  enumerable: false,
3109
3144
  configurable: true
3110
3145
  });
3146
+ Object.defineProperty(IgcDataGridComponent.prototype, "actualBackground", {
3147
+ /**
3148
+ * Gets the actual background for the grid.
3149
+ */
3150
+ get: function () {
3151
+ return brushToString(this.i.actualBackground);
3152
+ },
3153
+ set: function (v) {
3154
+ this.i.actualBackground = stringToBrush(v);
3155
+ this._a("actualBackground", brushToString(this.i.actualBackground));
3156
+ },
3157
+ enumerable: false,
3158
+ configurable: true
3159
+ });
3160
+ Object.defineProperty(IgcDataGridComponent.prototype, "background", {
3161
+ /**
3162
+ * Gets or sets the background for the grid.
3163
+ */
3164
+ get: function () {
3165
+ return brushToString(this.i.background);
3166
+ },
3167
+ set: function (v) {
3168
+ this.i.background = stringToBrush(v);
3169
+ this._a("background", brushToString(this.i.background));
3170
+ },
3171
+ enumerable: false,
3172
+ configurable: true
3173
+ });
3111
3174
  Object.defineProperty(IgcDataGridComponent.prototype, "responsiveStates", {
3112
3175
  /**
3113
3176
  * A set of states that can be applied to the columns of the grid based on available space.
@@ -3895,6 +3958,87 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
3895
3958
  enumerable: false,
3896
3959
  configurable: true
3897
3960
  });
3961
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsBackground", {
3962
+ /**
3963
+ * Gets or sets the column options dropdown background color.
3964
+ */
3965
+ get: function () {
3966
+ return brushToString(this.i.columnOptionsBackground);
3967
+ },
3968
+ set: function (v) {
3969
+ this.i.columnOptionsBackground = stringToBrush(v);
3970
+ this._a("columnOptionsBackground", brushToString(this.i.columnOptionsBackground));
3971
+ },
3972
+ enumerable: false,
3973
+ configurable: true
3974
+ });
3975
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsTextColor", {
3976
+ /**
3977
+ * Gets or sets the text color for text inside the column options menu.
3978
+ */
3979
+ get: function () {
3980
+ return brushToString(this.i.columnOptionsTextColor);
3981
+ },
3982
+ set: function (v) {
3983
+ this.i.columnOptionsTextColor = stringToBrush(v);
3984
+ this._a("columnOptionsTextColor", brushToString(this.i.columnOptionsTextColor));
3985
+ },
3986
+ enumerable: false,
3987
+ configurable: true
3988
+ });
3989
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsSeparatorColor", {
3990
+ /**
3991
+ * Gets or sets the color of separators inside the column options menu.
3992
+ */
3993
+ get: function () {
3994
+ return brushToString(this.i.columnOptionsSeparatorColor);
3995
+ },
3996
+ set: function (v) {
3997
+ this.i.columnOptionsSeparatorColor = stringToBrush(v);
3998
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.columnOptionsSeparatorColor));
3999
+ },
4000
+ enumerable: false,
4001
+ configurable: true
4002
+ });
4003
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderBackground", {
4004
+ /**
4005
+ * Gets or sets the background color for group headers inside the column options menu.
4006
+ */
4007
+ get: function () {
4008
+ return brushToString(this.i.columnOptionsGroupHeaderBackground);
4009
+ },
4010
+ set: function (v) {
4011
+ this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
4012
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.columnOptionsGroupHeaderBackground));
4013
+ },
4014
+ enumerable: false,
4015
+ configurable: true
4016
+ });
4017
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsGroupHeaderTextColor", {
4018
+ /**
4019
+ * Gets or sets the text color for group headers inside the column options menu.
4020
+ */
4021
+ get: function () {
4022
+ return brushToString(this.i.columnOptionsGroupHeaderTextColor);
4023
+ },
4024
+ set: function (v) {
4025
+ this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
4026
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.columnOptionsGroupHeaderTextColor));
4027
+ },
4028
+ enumerable: false,
4029
+ configurable: true
4030
+ });
4031
+ Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsAccentColor", {
4032
+ get: function () {
4033
+ return brushToString(this.i.columnOptionsAccentColor);
4034
+ },
4035
+ set: function (v) {
4036
+ this.i.columnOptionsAccentColor = stringToBrush(v);
4037
+ this._a("columnOptionsAccentColor", brushToString(this.i.columnOptionsAccentColor));
4038
+ },
4039
+ enumerable: false,
4040
+ configurable: true
4041
+ });
3898
4042
  Object.defineProperty(IgcDataGridComponent.prototype, "allowCopyOperation", {
3899
4043
  get: function () {
3900
4044
  return this.i.allowCopyOperation;
@@ -156,11 +156,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
156
156
  };
157
157
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
158
158
  get: function () {
159
- return this.i.ab;
159
+ return this.i.ad;
160
160
  },
161
161
  set: function (v) {
162
- this.i.ab = ensureBool(v);
163
- this._a("isAnimationEnabled", this.i.ab);
162
+ this.i.ad = ensureBool(v);
163
+ this._a("isAnimationEnabled", this.i.ad);
164
164
  },
165
165
  enumerable: false,
166
166
  configurable: true
@@ -172,11 +172,11 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
172
172
  * to appear blurry.
173
173
  */
174
174
  get: function () {
175
- return this.i.aj;
175
+ return this.i.al;
176
176
  },
177
177
  set: function (v) {
178
- this.i.aj = +v;
179
- this._a("pixelScalingRatio", this.i.aj);
178
+ this.i.al = +v;
179
+ this._a("pixelScalingRatio", this.i.al);
180
180
  },
181
181
  enumerable: false,
182
182
  configurable: true
@@ -188,40 +188,121 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
188
188
  * to appear blurry.
189
189
  */
190
190
  get: function () {
191
- return this.i.ai;
191
+ return this.i.ak;
192
192
  },
193
193
  set: function (v) {
194
- this.i.ai = +v;
195
- this._a("actualPixelScalingRatio", this.i.ai);
194
+ this.i.ak = +v;
195
+ this._a("actualPixelScalingRatio", this.i.ak);
196
196
  },
197
197
  enumerable: false,
198
198
  configurable: true
199
199
  });
200
200
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "iconColor", {
201
201
  get: function () {
202
- return brushToString(this.i.bw);
202
+ return brushToString(this.i.ci);
203
203
  },
204
204
  set: function (v) {
205
- this.i.bw = stringToBrush(v);
206
- this._a("iconColor", brushToString(this.i.bw));
205
+ this.i.ci = stringToBrush(v);
206
+ this._a("iconColor", brushToString(this.i.ci));
207
207
  },
208
208
  enumerable: false,
209
209
  configurable: true
210
210
  });
211
211
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "viewSize", {
212
212
  get: function () {
213
- return this.i.ak;
213
+ return this.i.am;
214
214
  },
215
215
  set: function (v) {
216
- this.i.ak = +v;
217
- this._a("viewSize", this.i.ak);
216
+ this.i.am = +v;
217
+ this._a("viewSize", this.i.am);
218
+ },
219
+ enumerable: false,
220
+ configurable: true
221
+ });
222
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsBackground", {
223
+ /**
224
+ * Gets or sets the column options dropdown background color.
225
+ */
226
+ get: function () {
227
+ return brushToString(this.i.cd);
228
+ },
229
+ set: function (v) {
230
+ this.i.cd = stringToBrush(v);
231
+ this._a("columnOptionsBackground", brushToString(this.i.cd));
232
+ },
233
+ enumerable: false,
234
+ configurable: true
235
+ });
236
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsTextColor", {
237
+ /**
238
+ * Gets or sets the text color for text inside the column options menu.
239
+ */
240
+ get: function () {
241
+ return brushToString(this.i.ch);
242
+ },
243
+ set: function (v) {
244
+ this.i.ch = stringToBrush(v);
245
+ this._a("columnOptionsTextColor", brushToString(this.i.ch));
246
+ },
247
+ enumerable: false,
248
+ configurable: true
249
+ });
250
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsSeparatorColor", {
251
+ /**
252
+ * Gets or sets the color of separators inside the column options menu.
253
+ */
254
+ get: function () {
255
+ return brushToString(this.i.cg);
256
+ },
257
+ set: function (v) {
258
+ this.i.cg = stringToBrush(v);
259
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.cg));
260
+ },
261
+ enumerable: false,
262
+ configurable: true
263
+ });
264
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderBackground", {
265
+ /**
266
+ * Gets or sets the background color for group headers inside the column options menu.
267
+ */
268
+ get: function () {
269
+ return brushToString(this.i.ce);
270
+ },
271
+ set: function (v) {
272
+ this.i.ce = stringToBrush(v);
273
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.ce));
274
+ },
275
+ enumerable: false,
276
+ configurable: true
277
+ });
278
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextColor", {
279
+ /**
280
+ * Gets or sets the text color for group headers inside the column options menu.
281
+ */
282
+ get: function () {
283
+ return brushToString(this.i.cf);
284
+ },
285
+ set: function (v) {
286
+ this.i.cf = stringToBrush(v);
287
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.cf));
288
+ },
289
+ enumerable: false,
290
+ configurable: true
291
+ });
292
+ Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
293
+ get: function () {
294
+ return brushToString(this.i.cc);
295
+ },
296
+ set: function (v) {
297
+ this.i.cc = stringToBrush(v);
298
+ this._a("columnOptionsAccentColor", brushToString(this.i.cc));
218
299
  },
219
300
  enumerable: false,
220
301
  configurable: true
221
302
  });
222
303
  Object.defineProperty(IgcDataGridFilterDialogComponent.prototype, "isOpen", {
223
304
  get: function () {
224
- return this.i.ac;
305
+ return this.i.ae;
225
306
  },
226
307
  enumerable: false,
227
308
  configurable: true
@@ -312,16 +393,16 @@ export var IgcDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (funct
312
393
  this._inStyling = false;
313
394
  };
314
395
  IgcDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
315
- this.i.be(width, height);
396
+ this.i.bo(width, height);
316
397
  };
317
398
  IgcDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
318
- this.i.bd();
399
+ this.i.bn();
319
400
  };
320
401
  IgcDataGridFilterDialogComponent.prototype.showIcon = function () {
321
- this.i.br();
402
+ this.i.b1();
322
403
  };
323
404
  IgcDataGridFilterDialogComponent.prototype.hideIcon = function () {
324
- this.i.bb();
405
+ this.i.bl();
325
406
  };
326
407
  IgcDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
327
408
  var iv = this.i.getDesiredToolbarActions();
@@ -209,10 +209,10 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
209
209
  };
210
210
  Object.defineProperty(IgcDataGridPagerComponent.prototype, "pagerText", {
211
211
  get: function () {
212
- return this.i.a9;
212
+ return this.i.bb;
213
213
  },
214
214
  set: function (v) {
215
- this.i.a9 = v;
215
+ this.i.bb = v;
216
216
  },
217
217
  enumerable: false,
218
218
  configurable: true
@@ -278,16 +278,44 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
278
278
  enumerable: false,
279
279
  configurable: true
280
280
  });
281
+ Object.defineProperty(IgcDataGridPagerComponent.prototype, "actualBackground", {
282
+ /**
283
+ * Gets or sets the background color to use.
284
+ */
285
+ get: function () {
286
+ return brushToString(this.i.cg);
287
+ },
288
+ set: function (v) {
289
+ this.i.cg = stringToBrush(v);
290
+ this._a("actualBackground", brushToString(this.i.cg));
291
+ },
292
+ enumerable: false,
293
+ configurable: true
294
+ });
281
295
  Object.defineProperty(IgcDataGridPagerComponent.prototype, "background", {
282
296
  /**
283
297
  * Gets or sets the background color to use.
284
298
  */
285
299
  get: function () {
286
- return brushToString(this.i.ca);
300
+ return brushToString(this.i.ci);
301
+ },
302
+ set: function (v) {
303
+ this.i.ci = stringToBrush(v);
304
+ this._a("background", brushToString(this.i.ci));
305
+ },
306
+ enumerable: false,
307
+ configurable: true
308
+ });
309
+ Object.defineProperty(IgcDataGridPagerComponent.prototype, "actualBorder", {
310
+ /**
311
+ * Gets or sets the border color around the grid.
312
+ */
313
+ get: function () {
314
+ return brushToString(this.i.ch);
287
315
  },
288
316
  set: function (v) {
289
- this.i.ca = stringToBrush(v);
290
- this._a("background", brushToString(this.i.ca));
317
+ this.i.ch = stringToBrush(v);
318
+ this._a("actualBorder", brushToString(this.i.ch));
291
319
  },
292
320
  enumerable: false,
293
321
  configurable: true
@@ -372,16 +400,16 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
372
400
  this._inStyling = false;
373
401
  };
374
402
  IgcDataGridPagerComponent.prototype.nextPage = function () {
375
- this.i.bn();
403
+ this.i.bp();
376
404
  };
377
405
  IgcDataGridPagerComponent.prototype.previousPage = function () {
378
- this.i.by();
406
+ this.i.b0();
379
407
  };
380
408
  IgcDataGridPagerComponent.prototype.firstPage = function () {
381
- this.i.bk();
409
+ this.i.bm();
382
410
  };
383
411
  IgcDataGridPagerComponent.prototype.lastPage = function () {
384
- this.i.bm();
412
+ this.i.bo();
385
413
  };
386
414
  IgcDataGridPagerComponent.prototype.provideContainer = function (container) {
387
415
  this.i.provideContainer(container);
@@ -399,7 +427,7 @@ export var IgcDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function (_s
399
427
 
400
428
  */
401
429
  IgcDataGridPagerComponent.prototype.exportSerializedVisualModel = function () {
402
- var iv = this.i.az();
430
+ var iv = this.i.a1();
403
431
  return (iv);
404
432
  };
405
433
  Object.defineProperty(IgcDataGridPagerComponent.prototype, "pageChanged", {
@@ -80,11 +80,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
80
80
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
81
81
  */
82
82
  get: function () {
83
- return this.i.pe;
83
+ return this.i.qv;
84
84
  },
85
85
  set: function (v) {
86
- this.i.pe = ensureEnum(DateTimeFormats_$type, v);
87
- this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.pe));
86
+ this.i.qv = ensureEnum(DateTimeFormats_$type, v);
87
+ this._a("dateTimeFormat", enumToString(DateTimeFormats_$type, this.i.qv));
88
88
  },
89
89
  enumerable: false,
90
90
  configurable: true
@@ -94,10 +94,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
94
94
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
95
95
  */
96
96
  get: function () {
97
- return this.i.pw;
97
+ return this.i.rd;
98
98
  },
99
99
  set: function (v) {
100
- this.i.pw = v;
100
+ this.i.rd = v;
101
101
  },
102
102
  enumerable: false,
103
103
  configurable: true
@@ -107,24 +107,24 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
107
107
  * Gets or sets the format string to use when editing dates.
108
108
  */
109
109
  get: function () {
110
- return this.i.pp;
110
+ return this.i.q6;
111
111
  },
112
112
  set: function (v) {
113
- this.i.pp = v;
113
+ this.i.q6 = v;
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
117
117
  });
118
118
  Object.defineProperty(IgcDateTimeColumnComponent.prototype, "formatSpecifiers", {
119
119
  get: function () {
120
- return this.i.pa;
120
+ return this.i.qr;
121
121
  },
122
122
  set: function (v) {
123
123
  if (v && !Array.isArray(v) && typeof (v) == "string") {
124
124
  var re = /\s*(?:,|\s|$)\s*/gm;
125
125
  v = v.split(re);
126
126
  }
127
- this.i.pa = v;
127
+ this.i.qr = v;
128
128
  },
129
129
  enumerable: false,
130
130
  configurable: true
@@ -134,10 +134,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
134
134
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
135
135
  */
136
136
  get: function () {
137
- return this.i.pl;
137
+ return this.i.q2;
138
138
  },
139
139
  set: function (v) {
140
- this.i.pl = v;
140
+ this.i.q2 = v;
141
141
  },
142
142
  enumerable: false,
143
143
  configurable: true
@@ -147,11 +147,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
147
147
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
148
148
  */
149
149
  get: function () {
150
- return this.i.ph;
150
+ return this.i.qy;
151
151
  },
152
152
  set: function (v) {
153
- this.i.ph = ensureBool(v);
154
- this._a("showTodayButton", this.i.ph);
153
+ this.i.qy = ensureBool(v);
154
+ this._a("showTodayButton", this.i.qy);
155
155
  },
156
156
  enumerable: false,
157
157
  configurable: true
@@ -161,11 +161,11 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
161
161
  * Gets or sets the editor type used for editing cells in this column.
162
162
  */
163
163
  get: function () {
164
- return this.i.pf;
164
+ return this.i.qw;
165
165
  },
166
166
  set: function (v) {
167
- this.i.pf = ensureEnum(EditorType_$type, v);
168
- this._a("editorType", enumToString(EditorType_$type, this.i.pf));
167
+ this.i.qw = ensureEnum(EditorType_$type, v);
168
+ this._a("editorType", enumToString(EditorType_$type, this.i.qw));
169
169
  },
170
170
  enumerable: false,
171
171
  configurable: true
@@ -175,10 +175,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
175
175
  * Gets or sets the ComboBox data source.
176
176
  */
177
177
  get: function () {
178
- return this.i.pk;
178
+ return this.i.q1;
179
179
  },
180
180
  set: function (v) {
181
- this.i.pk = v;
181
+ this.i.q1 = v;
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,10 +188,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
188
188
  * Gets or sets the ComboBox text field.
189
189
  */
190
190
  get: function () {
191
- return this.i.pr;
191
+ return this.i.q8;
192
192
  },
193
193
  set: function (v) {
194
- this.i.pr = v;
194
+ this.i.q8 = v;
195
195
  },
196
196
  enumerable: false,
197
197
  configurable: true
@@ -201,10 +201,10 @@ export var IgcDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_
201
201
  * Gets or sets the ComboBox value field.
202
202
  */
203
203
  get: function () {
204
- return this.i.ps;
204
+ return this.i.q9;
205
205
  },
206
206
  set: function (v) {
207
- this.i.ps = v;
207
+ this.i.q9 = v;
208
208
  },
209
209
  enumerable: false,
210
210
  configurable: true