igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (190) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +28 -0
  8. package/esm2015/lib/CheckboxListView_combined.js +730 -705
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +266 -266
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +65 -63
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +9 -6
  35. package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +271 -433
  38. package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
  39. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  40. package/esm2015/lib/ImageCell.js +55 -55
  41. package/esm2015/lib/ImageCellPresenter.js +8 -8
  42. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  44. package/esm2015/lib/NumericCell.js +4 -4
  45. package/esm2015/lib/NumericCellPresenter.js +2 -2
  46. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  47. package/esm2015/lib/SectionHeaderCell.js +8 -8
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  49. package/esm2015/lib/SummaryCell.js +25 -25
  50. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  51. package/esm2015/lib/TemplateCell.js +11 -11
  52. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  53. package/esm2015/lib/TemplateHeader.js +7 -7
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  56. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  57. package/esm2015/lib/TextCell.js +22 -22
  58. package/esm2015/lib/TextCellPresenter.js +2 -2
  59. package/esm2015/lib/TextHeaderCell.js +140 -134
  60. package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
  61. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  62. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  63. package/esm2015/lib/igx-checkbox-list-component.js +69 -69
  64. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  65. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  66. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  67. package/esm2015/lib/igx-data-grid-column-component.js +265 -139
  68. package/esm2015/lib/igx-data-grid-component.js +110 -2
  69. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
  70. package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
  71. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  72. package/esm2015/lib/igx-definition-base-component.js +89 -89
  73. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  74. package/esm2015/lib/igx-header-component.js +16 -16
  75. package/esm2015/lib/igx-image-column-component.js +10 -10
  76. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  77. package/esm2015/lib/igx-section-header-component.js +16 -16
  78. package/esm2015/lib/igx-summary-row-component.js +16 -16
  79. package/esm2015/lib/igx-text-column-component.js +8 -8
  80. package/esm2015/lib/igx-text-header-cell-info.js +65 -4
  81. package/esm2015/public_api.js +1 -0
  82. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  83. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  84. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  85. package/esm5/lib/CellPresenterBase.js +10 -10
  86. package/esm5/lib/CheckboxListBridge.js +28 -0
  87. package/esm5/lib/CheckboxListView_combined.js +709 -684
  88. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  89. package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
  90. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  91. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  92. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  93. package/esm5/lib/ContentCellModelHelper.js +3 -3
  94. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  95. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  96. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  97. package/esm5/lib/DraggerView.js +3 -3
  98. package/esm5/lib/EditorCell.js +256 -256
  99. package/esm5/lib/EditorCellPresenter.js +15 -15
  100. package/esm5/lib/FilterCell.js +252 -252
  101. package/esm5/lib/FilterCellPresenter.js +8 -8
  102. package/esm5/lib/GridCellBase.js +64 -62
  103. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  104. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  105. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  106. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  107. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  108. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  109. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  110. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  111. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  112. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  113. package/esm5/lib/GridExternalWrapper.js +9 -6
  114. package/esm5/lib/GridFilterDialogView_combined.js +331 -164
  115. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  116. package/esm5/lib/GridStyleRepository.js +275 -585
  117. package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
  118. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  119. package/esm5/lib/ImageCell.js +54 -54
  120. package/esm5/lib/ImageCellPresenter.js +8 -8
  121. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  122. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  123. package/esm5/lib/NumericCell.js +4 -4
  124. package/esm5/lib/NumericCellPresenter.js +2 -2
  125. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  126. package/esm5/lib/SectionHeaderCell.js +8 -8
  127. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  128. package/esm5/lib/SummaryCell.js +26 -26
  129. package/esm5/lib/SummaryCellPresenter.js +5 -5
  130. package/esm5/lib/TemplateCell.js +11 -11
  131. package/esm5/lib/TemplateCellPresenter.js +2 -2
  132. package/esm5/lib/TemplateHeader.js +7 -7
  133. package/esm5/lib/TemplateHeaderCell.js +5 -5
  134. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  135. package/esm5/lib/TemplateSectionHeader.js +2 -2
  136. package/esm5/lib/TextCell.js +22 -22
  137. package/esm5/lib/TextCellPresenter.js +2 -2
  138. package/esm5/lib/TextHeaderCell.js +138 -132
  139. package/esm5/lib/TextHeaderCellPresenter.js +43 -21
  140. package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
  141. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  142. package/esm5/lib/igx-checkbox-list-component.js +69 -69
  143. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  144. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  145. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  146. package/esm5/lib/igx-data-grid-column-component.js +313 -139
  147. package/esm5/lib/igx-data-grid-component.js +151 -3
  148. package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
  149. package/esm5/lib/igx-data-grid-pager-component.js +40 -10
  150. package/esm5/lib/igx-date-time-column-component.js +20 -20
  151. package/esm5/lib/igx-definition-base-component.js +89 -89
  152. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  153. package/esm5/lib/igx-header-component.js +16 -16
  154. package/esm5/lib/igx-image-column-component.js +10 -10
  155. package/esm5/lib/igx-numeric-column-component.js +30 -30
  156. package/esm5/lib/igx-section-header-component.js +16 -16
  157. package/esm5/lib/igx-summary-row-component.js +16 -16
  158. package/esm5/lib/igx-text-column-component.js +8 -8
  159. package/esm5/lib/igx-text-header-cell-info.js +93 -4
  160. package/esm5/public_api.js +1 -0
  161. package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
  162. package/fesm5/igniteui-angular-data-grids.js +9373 -8080
  163. package/lib/CheckboxListBridge.d.ts +1 -0
  164. package/lib/CheckboxListExternal.d.ts +6 -0
  165. package/lib/CheckboxListView_combined.d.ts +153 -148
  166. package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
  167. package/lib/EditorCell.d.ts +51 -51
  168. package/lib/FilterCell.d.ts +53 -53
  169. package/lib/GridCellBase.d.ts +21 -19
  170. package/lib/GridExternalWrapper.d.ts +1 -0
  171. package/lib/GridFilterDialogView_combined.d.ts +81 -58
  172. package/lib/GridStyleRepository.d.ts +23 -84
  173. package/lib/GridStyleRepositoryKeys.d.ts +48 -0
  174. package/lib/ImageCell.d.ts +14 -14
  175. package/lib/SectionHeaderCell.d.ts +2 -2
  176. package/lib/SummaryCell.d.ts +4 -4
  177. package/lib/TemplateCell.d.ts +3 -3
  178. package/lib/TemplateHeader.d.ts +3 -3
  179. package/lib/TemplateHeaderCell.d.ts +2 -2
  180. package/lib/TemplateSectionHeader.d.ts +2 -2
  181. package/lib/TextCell.d.ts +4 -4
  182. package/lib/TextHeaderCell.d.ts +26 -24
  183. package/lib/VerticalSeparatorCell.d.ts +4 -4
  184. package/lib/igx-data-grid-column-component.d.ts +55 -1
  185. package/lib/igx-data-grid-component.d.ts +51 -2
  186. package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
  187. package/lib/igx-data-grid-pager-component.d.ts +11 -1
  188. package/lib/igx-text-header-cell-info.d.ts +34 -0
  189. package/package.json +4 -4
  190. package/public_api.d.ts +1 -0
@@ -119,6 +119,7 @@ import { IgxGridCustomFilterRequestedEventArgs } from "./igx-grid-custom-filter-
119
119
  import { ColumnGrouping } from "./ColumnGrouping";
120
120
  import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
121
121
  import { IgxDataSourceRootSummariesChangedEventArgs } from "igniteui-angular-core";
122
+ import { BaseControlTheme_$type } from "igniteui-angular-core";
122
123
  import * as i0 from "@angular/core";
123
124
  var GridStylingDefaults = {};
124
125
  var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
@@ -643,10 +644,23 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
643
644
  enumerable: false,
644
645
  configurable: true
645
646
  });
646
- Object.defineProperty(IgxDataGridComponent.prototype, "columnResizingMode", {
647
+ Object.defineProperty(IgxDataGridComponent.prototype, "theme", {
647
648
  /**
648
- * Gets or sets the type of column resizing to use.
649
+ * Gets or sets the base theme used by the grid.
649
650
  */
651
+ get: function () {
652
+ return this.i.theme;
653
+ },
654
+ set: function (v) {
655
+ this.i.theme = ensureEnum(BaseControlTheme_$type, v);
656
+ },
657
+ enumerable: false,
658
+ configurable: true
659
+ });
660
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnResizingMode", {
661
+ /**
662
+ * Gets or sets the type of column resizing to use.
663
+ */
650
664
  get: function () {
651
665
  return this.i.columnResizingMode;
652
666
  },
@@ -2396,6 +2410,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2396
2410
  enumerable: false,
2397
2411
  configurable: true
2398
2412
  });
2413
+ Object.defineProperty(IgxDataGridComponent.prototype, "actualBorder", {
2414
+ /**
2415
+ * Gets the actual border color around the grid.
2416
+ */
2417
+ get: function () {
2418
+ return brushToString(this.i.actualBorder);
2419
+ },
2420
+ set: function (v) {
2421
+ this.i.actualBorder = stringToBrush(v);
2422
+ },
2423
+ enumerable: false,
2424
+ configurable: true
2425
+ });
2399
2426
  Object.defineProperty(IgxDataGridComponent.prototype, "border", {
2400
2427
  /**
2401
2428
  * Gets or sets the border color around the grid.
@@ -2623,6 +2650,32 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
2623
2650
  enumerable: false,
2624
2651
  configurable: true
2625
2652
  });
2653
+ Object.defineProperty(IgxDataGridComponent.prototype, "actualBackground", {
2654
+ /**
2655
+ * Gets the actual background for the grid.
2656
+ */
2657
+ get: function () {
2658
+ return brushToString(this.i.actualBackground);
2659
+ },
2660
+ set: function (v) {
2661
+ this.i.actualBackground = stringToBrush(v);
2662
+ },
2663
+ enumerable: false,
2664
+ configurable: true
2665
+ });
2666
+ Object.defineProperty(IgxDataGridComponent.prototype, "background", {
2667
+ /**
2668
+ * Gets or sets the background for the grid.
2669
+ */
2670
+ get: function () {
2671
+ return brushToString(this.i.background);
2672
+ },
2673
+ set: function (v) {
2674
+ this.i.background = stringToBrush(v);
2675
+ },
2676
+ enumerable: false,
2677
+ configurable: true
2678
+ });
2626
2679
  Object.defineProperty(IgxDataGridComponent.prototype, "responsiveStates", {
2627
2680
  /**
2628
2681
  * A set of states that can be applied to the columns of the grid based on available space.
@@ -3385,6 +3438,81 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3385
3438
  enumerable: false,
3386
3439
  configurable: true
3387
3440
  });
3441
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsBackground", {
3442
+ /**
3443
+ * Gets or sets the column options dropdown background color.
3444
+ */
3445
+ get: function () {
3446
+ return brushToString(this.i.columnOptionsBackground);
3447
+ },
3448
+ set: function (v) {
3449
+ this.i.columnOptionsBackground = stringToBrush(v);
3450
+ },
3451
+ enumerable: false,
3452
+ configurable: true
3453
+ });
3454
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsTextColor", {
3455
+ /**
3456
+ * Gets or sets the text color for text inside the column options menu.
3457
+ */
3458
+ get: function () {
3459
+ return brushToString(this.i.columnOptionsTextColor);
3460
+ },
3461
+ set: function (v) {
3462
+ this.i.columnOptionsTextColor = stringToBrush(v);
3463
+ },
3464
+ enumerable: false,
3465
+ configurable: true
3466
+ });
3467
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsSeparatorColor", {
3468
+ /**
3469
+ * Gets or sets the color of separators inside the column options menu.
3470
+ */
3471
+ get: function () {
3472
+ return brushToString(this.i.columnOptionsSeparatorColor);
3473
+ },
3474
+ set: function (v) {
3475
+ this.i.columnOptionsSeparatorColor = stringToBrush(v);
3476
+ },
3477
+ enumerable: false,
3478
+ configurable: true
3479
+ });
3480
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsGroupHeaderBackground", {
3481
+ /**
3482
+ * Gets or sets the background color for group headers inside the column options menu.
3483
+ */
3484
+ get: function () {
3485
+ return brushToString(this.i.columnOptionsGroupHeaderBackground);
3486
+ },
3487
+ set: function (v) {
3488
+ this.i.columnOptionsGroupHeaderBackground = stringToBrush(v);
3489
+ },
3490
+ enumerable: false,
3491
+ configurable: true
3492
+ });
3493
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsGroupHeaderTextColor", {
3494
+ /**
3495
+ * Gets or sets the text color for group headers inside the column options menu.
3496
+ */
3497
+ get: function () {
3498
+ return brushToString(this.i.columnOptionsGroupHeaderTextColor);
3499
+ },
3500
+ set: function (v) {
3501
+ this.i.columnOptionsGroupHeaderTextColor = stringToBrush(v);
3502
+ },
3503
+ enumerable: false,
3504
+ configurable: true
3505
+ });
3506
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsAccentColor", {
3507
+ get: function () {
3508
+ return brushToString(this.i.columnOptionsAccentColor);
3509
+ },
3510
+ set: function (v) {
3511
+ this.i.columnOptionsAccentColor = stringToBrush(v);
3512
+ },
3513
+ enumerable: false,
3514
+ configurable: true
3515
+ });
3388
3516
  Object.defineProperty(IgxDataGridComponent.prototype, "allowCopyOperation", {
3389
3517
  get: function () {
3390
3518
  return this.i.allowCopyOperation;
@@ -4741,7 +4869,7 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
4741
4869
  }
4742
4870
  };
4743
4871
  IgxDataGridComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.ComponentFactoryResolver }, { token: i0.ChangeDetectorRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
4744
- IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4872
+ IgxDataGridComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridComponent, selector: "igx-data-grid", inputs: { height: "height", width: "width", dataSource: "dataSource", theme: "theme", columnResizingMode: "columnResizingMode", columnMovingMode: "columnMovingMode", isRowHoverEnabled: "isRowHoverEnabled", rowHoverBackground: "rowHoverBackground", rowHoverTextColor: "rowHoverTextColor", editRowBorder: "editRowBorder", editRowBorderWidthBottom: "editRowBorderWidthBottom", editRowBorderWidthLeft: "editRowBorderWidthLeft", editRowBorderWidthRight: "editRowBorderWidthRight", editRowBorderWidthTop: "editRowBorderWidthTop", sectionHeader: "sectionHeader", summaryRowRoot: "summaryRowRoot", summaryRowSection: "summaryRowSection", rowSeparator: "rowSeparator", headerRowSeparator: "headerRowSeparator", headerSeparator: "headerSeparator", columnResizingSeparator: "columnResizingSeparator", columnMovingSeparator: "columnMovingSeparator", pinnedAreaSeparator: "pinnedAreaSeparator", autoGenerateDesiredProperties: "autoGenerateDesiredProperties", dataSourceDesiredProperties: "dataSourceDesiredProperties", density: "density", actualRowHeight: "actualRowHeight", rowHeight: "rowHeight", defaultColumnMinWidth: "defaultColumnMinWidth", actualHeaderHeight: "actualHeaderHeight", headerHeight: "headerHeight", headerClickAction: "headerClickAction", editMode: "editMode", editModeClickAction: "editModeClickAction", editOnKeyPress: "editOnKeyPress", autoGenerateColumns: "autoGenerateColumns", rowSeparatorHeight: "rowSeparatorHeight", isPlaceholderRenderingEnabled: "isPlaceholderRenderingEnabled", columnAddingAnimationMode: "columnAddingAnimationMode", columnPropertyUpdatingAnimationMode: "columnPropertyUpdatingAnimationMode", cellDataLoadedAnimationMode: "cellDataLoadedAnimationMode", rowSelectionAnimationMode: "rowSelectionAnimationMode", rowHoverAnimationMode: "rowHoverAnimationMode", cellSelectionAnimationMode: "cellSelectionAnimationMode", animationSettings: "animationSettings", columnResizingAnimationMode: "columnResizingAnimationMode", columnShowingAnimationMode: "columnShowingAnimationMode", columnMovingAnimationMode: "columnMovingAnimationMode", columnHidingAnimationMode: "columnHidingAnimationMode", columnExchangingAnimationMode: "columnExchangingAnimationMode", selectionMode: "selectionMode", activationMode: "activationMode", selectionBehavior: "selectionBehavior", mouseDragSelectionEnabled: "mouseDragSelectionEnabled", selectedItems: "selectedItems", selectedKeys: "selectedKeys", selectedCells: "selectedCells", selectedCellRanges: "selectedCellRanges", pinnedItems: "pinnedItems", pinnedKeys: "pinnedKeys", isColumnOptionsEnabled: "isColumnOptionsEnabled", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", sectionHeaderSelectedBackground: "sectionHeaderSelectedBackground", summaryRootBackground: "summaryRootBackground", summarySectionBackground: "summarySectionBackground", pinnedRowOpacity: "pinnedRowOpacity", editTextStyle: "editTextStyle", editOpacity: "editOpacity", deletedTextColor: "deletedTextColor", stickyRowBackground: "stickyRowBackground", pinnedRowBackground: "pinnedRowBackground", lastStickyRowBackground: "lastStickyRowBackground", activeCell: "activeCell", cellBackground: "cellBackground", cellTextColor: "cellTextColor", headerSortIndicatorColor: "headerSortIndicatorColor", headerSortIndicatorStyle: "headerSortIndicatorStyle", cellTextStyle: "cellTextStyle", sectionHeaderBackground: "sectionHeaderBackground", sectionHeaderTextColor: "sectionHeaderTextColor", sectionHeaderTextStyle: "sectionHeaderTextStyle", summaryRootLabelTextStyle: "summaryRootLabelTextStyle", summarySectionLabelTextStyle: "summarySectionLabelTextStyle", summaryRootValueTextColor: "summaryRootValueTextColor", summaryRootValueTextStyle: "summaryRootValueTextStyle", summarySectionValueTextStyle: "summarySectionValueTextStyle", summarySectionValueTextColor: "summarySectionValueTextColor", summaryRootLabelTextColor: "summaryRootLabelTextColor", summarySectionLabelTextColor: "summarySectionLabelTextColor", summaryRootSelectedBackground: "summaryRootSelectedBackground", summarySectionSelectedBackground: "summarySectionSelectedBackground", pinnedAreaSeparatorWidth: "pinnedAreaSeparatorWidth", headerSeparatorWidth: "headerSeparatorWidth", headerSeparatorBackground: "headerSeparatorBackground", headerBackground: "headerBackground", headerTextColor: "headerTextColor", headerTextStyle: "headerTextStyle", rowSeparatorBackground: "rowSeparatorBackground", headerRowSeparatorBackground: "headerRowSeparatorBackground", rowSeparatorStickyRowBackground: "rowSeparatorStickyRowBackground", rowSeparatorLastStickyRowBackground: "rowSeparatorLastStickyRowBackground", rowSeparatorPinnedRowBackground: "rowSeparatorPinnedRowBackground", columnResizingSeparatorWidth: "columnResizingSeparatorWidth", columnResizingSeparatorOpacity: "columnResizingSeparatorOpacity", columnMovingSeparatorWidth: "columnMovingSeparatorWidth", columnMovingSeparatorOpacity: "columnMovingSeparatorOpacity", columnResizingSeparatorBackground: "columnResizingSeparatorBackground", columnMovingSeparatorBackground: "columnMovingSeparatorBackground", shiftSectionContent: "shiftSectionContent", columnOptionsIconAlignment: "columnOptionsIconAlignment", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualBorder: "actualBorder", border: "border", actualBorderWidth: "actualBorderWidth", borderWidthBottom: "borderWidthBottom", borderWidthLeft: "borderWidthLeft", borderWidthRight: "borderWidthRight", borderWidthTop: "borderWidthTop", notifyOnAllSelectionChanges: "notifyOnAllSelectionChanges", cornerRadiusBottomRight: "cornerRadiusBottomRight", cornerRadiusBottomLeft: "cornerRadiusBottomLeft", cornerRadiusTopLeft: "cornerRadiusTopLeft", cornerRadiusTopRight: "cornerRadiusTopRight", actualCornerRadiusBottomRight: "actualCornerRadiusBottomRight", actualCornerRadiusBottomLeft: "actualCornerRadiusBottomLeft", actualCornerRadiusTopLeft: "actualCornerRadiusTopLeft", actualCornerRadiusTopRight: "actualCornerRadiusTopRight", isActiveCellStyleEnabled: "isActiveCellStyleEnabled", stopPropagation: "stopPropagation", actualBackground: "actualBackground", background: "background", responsiveStates: "responsiveStates", initialSorts: "initialSorts", initialGroups: "initialGroups", initialSummaries: "initialSummaries", summaryScope: "summaryScope", isGroupCollapsable: "isGroupCollapsable", groupHeaderDisplayMode: "groupHeaderDisplayMode", isGroupExpandedDefault: "isGroupExpandedDefault", groupSummaryDisplayMode: "groupSummaryDisplayMode", autoAcceptEdits: "autoAcceptEdits", primaryKey: "primaryKey", actualPrimaryKey: "actualPrimaryKey", actualColumns: "actualColumns", reactsToSortChanges: "reactsToSortChanges", reactsToGroupChanges: "reactsToGroupChanges", reactsToFilterChanges: "reactsToFilterChanges", enterBehavior: "enterBehavior", enterBehaviorAfterEdit: "enterBehaviorAfterEdit", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", filterUIType: "filterUIType", filterLogicalOperator: "filterLogicalOperator", filterComparisonType: "filterComparisonType", todayOverride: "todayOverride", clearSelectionOnEscape: "clearSelectionOnEscape", pageSize: "pageSize", isToolbarColumnChooserVisible: "isToolbarColumnChooserVisible", isToolbarColumnPinningVisible: "isToolbarColumnPinningVisible", toolbarTitle: "toolbarTitle", toolbarColumnChooserText: "toolbarColumnChooserText", toolbarColumnChooserTitle: "toolbarColumnChooserTitle", toolbarColumnPinningText: "toolbarColumnPinningText", toolbarColumnPinningTitle: "toolbarColumnPinningTitle", scrollbarStyle: "scrollbarStyle", scrollbarBackground: "scrollbarBackground", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", allowCopyOperation: "allowCopyOperation", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", sortDescriptionsChanged: "sortDescriptionsChanged", groupDescriptionsChanged: "groupDescriptionsChanged", summaryDescriptionsChanged: "summaryDescriptionsChanged", columnHiddenChanged: "columnHiddenChanged", columnPinnedChanged: "columnPinnedChanged", cellValueChanging: "cellValueChanging", dataCommitted: "dataCommitted", dataCommitting: "dataCommitting", rootSummariesChanged: "rootSummariesChanged", sizeChanged: "sizeChanged", actualColumnsChanged: "actualColumnsChanged", columnsAutoGenerated: "columnsAutoGenerated", selectedItemsChanged: "selectedItemsChanged", selectedKeysChanged: "selectedKeysChanged", selectedCellsChanged: "selectedCellsChanged", selectionChanged: "selectionChanged", activeCellChanged: "activeCellChanged", selectedCellRangesChanged: "selectedCellRangesChanged", columnWidthChanged: "columnWidthChanged", cellEditStarted: "cellEditStarted", cellEditEnded: "cellEditEnded", rowEditStarted: "rowEditStarted", rowEditEnded: "rowEditEnded", customFilterRequested: "customFilterRequested", actualPrimaryKeyChange: "actualPrimaryKeyChange" }, host: { classAttribute: "ig-data-grid igx-data-grid" }, providers: [], queries: [{ propertyName: "contentColumns", predicate: IgxDataGridColumnComponent }], viewQueries: [{ propertyName: "_dynamicContent", first: true, predicate: ["dynamicContent"], descendants: true, read: ViewContainerRef, static: true }], ngImport: i0, template: "\n <ng-container #dynamicContent></ng-container>\n ", isInline: true, styles: [":host {\n\t\tdisplay: block;\n box-sizing: border-box;\n overflow: hidden;\n\t}"], changeDetection: i0.ChangeDetectionStrategy.OnPush });
4745
4873
  return IgxDataGridComponent;
4746
4874
  }());
4747
4875
  export { IgxDataGridComponent };
@@ -4767,6 +4895,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4767
4895
  type: Input
4768
4896
  }], dataSource: [{
4769
4897
  type: Input
4898
+ }], theme: [{
4899
+ type: Input
4770
4900
  }], columnResizingMode: [{
4771
4901
  type: Input
4772
4902
  }], columnMovingMode: [{
@@ -4987,6 +5117,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
4987
5117
  type: Input
4988
5118
  }], columnOptionsIconBehavior: [{
4989
5119
  type: Input
5120
+ }], actualBorder: [{
5121
+ type: Input
4990
5122
  }], border: [{
4991
5123
  type: Input
4992
5124
  }], actualBorderWidth: [{
@@ -5021,6 +5153,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
5021
5153
  type: Input
5022
5154
  }], stopPropagation: [{
5023
5155
  type: Input
5156
+ }], actualBackground: [{
5157
+ type: Input
5158
+ }], background: [{
5159
+ type: Input
5024
5160
  }], responsiveStates: [{
5025
5161
  type: Input
5026
5162
  }], initialSorts: [{
@@ -5097,6 +5233,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
5097
5233
  type: Input
5098
5234
  }], scrollbarBackground: [{
5099
5235
  type: Input
5236
+ }], columnOptionsBackground: [{
5237
+ type: Input
5238
+ }], columnOptionsTextColor: [{
5239
+ type: Input
5240
+ }], columnOptionsSeparatorColor: [{
5241
+ type: Input
5242
+ }], columnOptionsGroupHeaderBackground: [{
5243
+ type: Input
5244
+ }], columnOptionsGroupHeaderTextColor: [{
5245
+ type: Input
5246
+ }], columnOptionsAccentColor: [{
5247
+ type: Input
5100
5248
  }], allowCopyOperation: [{
5101
5249
  type: Input
5102
5250
  }], deferEventForRowDragSelection: [{
@@ -67,10 +67,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
67
67
  };
68
68
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isAnimationEnabled", {
69
69
  get: function () {
70
- return this.i.ab;
70
+ return this.i.ad;
71
71
  },
72
72
  set: function (v) {
73
- this.i.ab = ensureBool(v);
73
+ this.i.ad = ensureBool(v);
74
74
  },
75
75
  enumerable: false,
76
76
  configurable: true
@@ -82,10 +82,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
82
82
  * to appear blurry.
83
83
  */
84
84
  get: function () {
85
- return this.i.aj;
85
+ return this.i.al;
86
86
  },
87
87
  set: function (v) {
88
- this.i.aj = +v;
88
+ this.i.al = +v;
89
89
  },
90
90
  enumerable: false,
91
91
  configurable: true
@@ -97,37 +97,112 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
97
97
  * to appear blurry.
98
98
  */
99
99
  get: function () {
100
- return this.i.ai;
100
+ return this.i.ak;
101
101
  },
102
102
  set: function (v) {
103
- this.i.ai = +v;
103
+ this.i.ak = +v;
104
104
  },
105
105
  enumerable: false,
106
106
  configurable: true
107
107
  });
108
108
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
109
109
  get: function () {
110
- return brushToString(this.i.bw);
110
+ return brushToString(this.i.ci);
111
111
  },
112
112
  set: function (v) {
113
- this.i.bw = stringToBrush(v);
113
+ this.i.ci = stringToBrush(v);
114
114
  },
115
115
  enumerable: false,
116
116
  configurable: true
117
117
  });
118
118
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "viewSize", {
119
119
  get: function () {
120
- return this.i.ak;
120
+ return this.i.am;
121
121
  },
122
122
  set: function (v) {
123
- this.i.ak = +v;
123
+ this.i.am = +v;
124
+ },
125
+ enumerable: false,
126
+ configurable: true
127
+ });
128
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsBackground", {
129
+ /**
130
+ * Gets or sets the column options dropdown background color.
131
+ */
132
+ get: function () {
133
+ return brushToString(this.i.cd);
134
+ },
135
+ set: function (v) {
136
+ this.i.cd = stringToBrush(v);
137
+ },
138
+ enumerable: false,
139
+ configurable: true
140
+ });
141
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsTextColor", {
142
+ /**
143
+ * Gets or sets the text color for text inside the column options menu.
144
+ */
145
+ get: function () {
146
+ return brushToString(this.i.ch);
147
+ },
148
+ set: function (v) {
149
+ this.i.ch = stringToBrush(v);
150
+ },
151
+ enumerable: false,
152
+ configurable: true
153
+ });
154
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsSeparatorColor", {
155
+ /**
156
+ * Gets or sets the color of separators inside the column options menu.
157
+ */
158
+ get: function () {
159
+ return brushToString(this.i.cg);
160
+ },
161
+ set: function (v) {
162
+ this.i.cg = stringToBrush(v);
163
+ },
164
+ enumerable: false,
165
+ configurable: true
166
+ });
167
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderBackground", {
168
+ /**
169
+ * Gets or sets the background color for group headers inside the column options menu.
170
+ */
171
+ get: function () {
172
+ return brushToString(this.i.ce);
173
+ },
174
+ set: function (v) {
175
+ this.i.ce = stringToBrush(v);
176
+ },
177
+ enumerable: false,
178
+ configurable: true
179
+ });
180
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsGroupHeaderTextColor", {
181
+ /**
182
+ * Gets or sets the text color for group headers inside the column options menu.
183
+ */
184
+ get: function () {
185
+ return brushToString(this.i.cf);
186
+ },
187
+ set: function (v) {
188
+ this.i.cf = stringToBrush(v);
189
+ },
190
+ enumerable: false,
191
+ configurable: true
192
+ });
193
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
194
+ get: function () {
195
+ return brushToString(this.i.cc);
196
+ },
197
+ set: function (v) {
198
+ this.i.cc = stringToBrush(v);
124
199
  },
125
200
  enumerable: false,
126
201
  configurable: true
127
202
  });
128
203
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "isOpen", {
129
204
  get: function () {
130
- return this.i.ac;
205
+ return this.i.ae;
131
206
  },
132
207
  enumerable: false,
133
208
  configurable: true
@@ -218,16 +293,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
218
293
  this._inStyling = false;
219
294
  };
220
295
  IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
221
- this.i.be(width, height);
296
+ this.i.bo(width, height);
222
297
  };
223
298
  IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
224
- this.i.bd();
299
+ this.i.bn();
225
300
  };
226
301
  IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
227
- this.i.br();
302
+ this.i.b1();
228
303
  };
229
304
  IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
230
- this.i.bb();
305
+ this.i.bl();
231
306
  };
232
307
  IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
233
308
  var iv = this.i.getDesiredToolbarActions();
@@ -354,7 +429,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
354
429
  }
355
430
  };
356
431
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
357
- IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
432
+ IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsAccentColor: "columnOptionsAccentColor", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
358
433
  return IgxDataGridFilterDialogComponent;
359
434
  }());
360
435
  export { IgxDataGridFilterDialogComponent };
@@ -376,6 +451,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
376
451
  type: Input
377
452
  }], viewSize: [{
378
453
  type: Input
454
+ }], columnOptionsBackground: [{
455
+ type: Input
456
+ }], columnOptionsTextColor: [{
457
+ type: Input
458
+ }], columnOptionsSeparatorColor: [{
459
+ type: Input
460
+ }], columnOptionsGroupHeaderBackground: [{
461
+ type: Input
462
+ }], columnOptionsGroupHeaderTextColor: [{
463
+ type: Input
464
+ }], columnOptionsAccentColor: [{
465
+ type: Input
379
466
  }], commandCompleted: [{
380
467
  type: Input
381
468
  }], invalidateActions: [{
@@ -60,10 +60,10 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
60
60
  };
61
61
  Object.defineProperty(IgxDataGridPagerComponent.prototype, "pagerText", {
62
62
  get: function () {
63
- return this.i.a9;
63
+ return this.i.bb;
64
64
  },
65
65
  set: function (v) {
66
- this.i.a9 = v;
66
+ this.i.bb = v;
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -125,15 +125,41 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
125
125
  enumerable: false,
126
126
  configurable: true
127
127
  });
128
+ Object.defineProperty(IgxDataGridPagerComponent.prototype, "actualBackground", {
129
+ /**
130
+ * Gets or sets the background color to use.
131
+ */
132
+ get: function () {
133
+ return brushToString(this.i.cg);
134
+ },
135
+ set: function (v) {
136
+ this.i.cg = stringToBrush(v);
137
+ },
138
+ enumerable: false,
139
+ configurable: true
140
+ });
128
141
  Object.defineProperty(IgxDataGridPagerComponent.prototype, "background", {
129
142
  /**
130
143
  * Gets or sets the background color to use.
131
144
  */
132
145
  get: function () {
133
- return brushToString(this.i.ca);
146
+ return brushToString(this.i.ci);
147
+ },
148
+ set: function (v) {
149
+ this.i.ci = stringToBrush(v);
150
+ },
151
+ enumerable: false,
152
+ configurable: true
153
+ });
154
+ Object.defineProperty(IgxDataGridPagerComponent.prototype, "actualBorder", {
155
+ /**
156
+ * Gets or sets the border color around the grid.
157
+ */
158
+ get: function () {
159
+ return brushToString(this.i.ch);
134
160
  },
135
161
  set: function (v) {
136
- this.i.ca = stringToBrush(v);
162
+ this.i.ch = stringToBrush(v);
137
163
  },
138
164
  enumerable: false,
139
165
  configurable: true
@@ -217,16 +243,16 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
217
243
  this._inStyling = false;
218
244
  };
219
245
  IgxDataGridPagerComponent.prototype.nextPage = function () {
220
- this.i.bn();
246
+ this.i.bp();
221
247
  };
222
248
  IgxDataGridPagerComponent.prototype.previousPage = function () {
223
- this.i.by();
249
+ this.i.b0();
224
250
  };
225
251
  IgxDataGridPagerComponent.prototype.firstPage = function () {
226
- this.i.bk();
252
+ this.i.bm();
227
253
  };
228
254
  IgxDataGridPagerComponent.prototype.lastPage = function () {
229
- this.i.bm();
255
+ this.i.bo();
230
256
  };
231
257
  IgxDataGridPagerComponent.prototype.provideContainer = function (container) {
232
258
  this.i.provideContainer(container);
@@ -244,7 +270,7 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
244
270
 
245
271
  */
246
272
  IgxDataGridPagerComponent.prototype.exportSerializedVisualModel = function () {
247
- var iv = this.i.az();
273
+ var iv = this.i.a1();
248
274
  return (iv);
249
275
  };
250
276
  Object.defineProperty(IgxDataGridPagerComponent.prototype, "pageChanged", {
@@ -283,7 +309,7 @@ var IgxDataGridPagerComponent = /** @class */ /*@__PURE__*/ (function () {
283
309
  }
284
310
  };
285
311
  IgxDataGridPagerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridPagerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
286
- IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", background: "background", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
312
+ IgxDataGridPagerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridPagerComponent, selector: "igx-data-grid-pager", inputs: { pagerText: "pagerText", pageSize: "pageSize", pageCount: "pageCount", currentPage: "currentPage", textStyle: "textStyle", actualBackground: "actualBackground", background: "background", actualBorder: "actualBorder", border: "border" }, outputs: { pageChanged: "pageChanged" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
287
313
  return IgxDataGridPagerComponent;
288
314
  }());
289
315
  export { IgxDataGridPagerComponent };
@@ -305,8 +331,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
305
331
  type: Input
306
332
  }], textStyle: [{
307
333
  type: Input
334
+ }], actualBackground: [{
335
+ type: Input
308
336
  }], background: [{
309
337
  type: Input
338
+ }], actualBorder: [{
339
+ type: Input
310
340
  }], border: [{
311
341
  type: Input
312
342
  }], pageChanged: [{