igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.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 (97) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  4. package/esm2015/lib/CellPresenterBase.js +1 -1
  5. package/esm2015/lib/CheckboxListBridge.js +8 -0
  6. package/esm2015/lib/CheckboxListView_combined.js +356 -322
  7. package/esm2015/lib/ColumnChooserView_combined.js +7 -7
  8. package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
  9. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  10. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  11. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  12. package/esm2015/lib/DataGridLocaleEn.js +8 -0
  13. package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
  14. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
  15. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  16. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  17. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  18. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  19. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  20. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  21. package/esm2015/lib/GridExternalWrapper.js +6 -6
  22. package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
  23. package/esm2015/lib/GridIconRepository.js +4 -4
  24. package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
  25. package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
  26. package/esm2015/lib/PropertyEditorView_combined.js +6 -6
  27. package/esm2015/lib/TemplateCellPresenter.js +1 -1
  28. package/esm2015/lib/TemplateHeader.js +1 -1
  29. package/esm2015/lib/TextHeaderCell.js +7 -7
  30. package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
  31. package/esm2015/lib/igx-checkbox-list-component.js +57 -46
  32. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  33. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  34. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  35. package/esm2015/lib/igx-data-grid-column-component.js +101 -85
  36. package/esm2015/lib/igx-data-grid-component.js +24 -1
  37. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
  38. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  39. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  40. package/esm2015/lib/igx-image-column-component.js +10 -10
  41. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  42. package/esm2015/lib/igx-text-column-component.js +8 -8
  43. package/esm2015/lib/igx-text-header-cell-info.js +26 -20
  44. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  45. package/esm5/lib/CellPresenterBase.js +1 -1
  46. package/esm5/lib/CheckboxListBridge.js +8 -0
  47. package/esm5/lib/CheckboxListView_combined.js +346 -308
  48. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  49. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  50. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  51. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  52. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  53. package/esm5/lib/DataGridLocaleEn.js +8 -0
  54. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  55. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  56. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  57. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  59. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  60. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  61. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  62. package/esm5/lib/GridExternalWrapper.js +6 -6
  63. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  64. package/esm5/lib/GridIconRepository.js +4 -4
  65. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  66. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  67. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  68. package/esm5/lib/TemplateCellPresenter.js +1 -1
  69. package/esm5/lib/TemplateHeader.js +1 -1
  70. package/esm5/lib/TextHeaderCell.js +7 -7
  71. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  72. package/esm5/lib/igx-checkbox-list-component.js +60 -45
  73. package/esm5/lib/igx-column-chooser-component.js +1 -1
  74. package/esm5/lib/igx-column-pinning-component.js +1 -1
  75. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  76. package/esm5/lib/igx-data-grid-column-component.js +109 -85
  77. package/esm5/lib/igx-data-grid-component.js +32 -1
  78. package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
  79. package/esm5/lib/igx-date-time-column-component.js +20 -20
  80. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  81. package/esm5/lib/igx-image-column-component.js +10 -10
  82. package/esm5/lib/igx-numeric-column-component.js +32 -32
  83. package/esm5/lib/igx-text-column-component.js +8 -8
  84. package/esm5/lib/igx-text-header-cell-info.js +30 -20
  85. package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
  86. package/fesm5/igniteui-angular-data-grids.js +3905 -3606
  87. package/lib/CheckboxListExternal.d.ts +2 -0
  88. package/lib/CheckboxListView_combined.d.ts +98 -94
  89. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  90. package/lib/DataGridLocaleEn.d.ts +8 -0
  91. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  92. package/lib/igx-checkbox-list-component.d.ts +6 -1
  93. package/lib/igx-data-grid-column-component.d.ts +5 -1
  94. package/lib/igx-data-grid-component.d.ts +13 -1
  95. package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
  96. package/lib/igx-text-header-cell-info.d.ts +2 -0
  97. package/package.json +4 -4
@@ -3029,6 +3029,20 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3029
3029
  enumerable: false,
3030
3030
  configurable: true
3031
3031
  });
3032
+ Object.defineProperty(IgxDataGridComponent.prototype, "expandCollapseOnSectionHeaderClick", {
3033
+ /**
3034
+ * Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
3035
+ * When false (the default), only the expansion indicator toggles the group.
3036
+ */
3037
+ get: function () {
3038
+ return this.i.expandCollapseOnSectionHeaderClick;
3039
+ },
3040
+ set: function (v) {
3041
+ this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
3042
+ },
3043
+ enumerable: false,
3044
+ configurable: true
3045
+ });
3032
3046
  Object.defineProperty(IgxDataGridComponent.prototype, "groupSummaryDisplayMode", {
3033
3047
  /**
3034
3048
  * Gets or sets the display mode summaries will use inside groups.
@@ -3553,6 +3567,19 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
3553
3567
  enumerable: false,
3554
3568
  configurable: true
3555
3569
  });
3570
+ Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsToolTipTextColor", {
3571
+ /**
3572
+ * Gets or sets the tooltip text color inside the column options menu.
3573
+ */
3574
+ get: function () {
3575
+ return brushToString(this.i.columnOptionsToolTipTextColor);
3576
+ },
3577
+ set: function (v) {
3578
+ this.i.columnOptionsToolTipTextColor = stringToBrush(v);
3579
+ },
3580
+ enumerable: false,
3581
+ configurable: true
3582
+ });
3556
3583
  Object.defineProperty(IgxDataGridComponent.prototype, "columnOptionsHighlightColor", {
3557
3584
  /**
3558
3585
  * Gets or sets the highlight color inside the column options menu.
@@ -5056,7 +5083,7 @@ var IgxDataGridComponent = /** @class */ /*@__PURE__*/ (function () {
5056
5083
  }
5057
5084
  };
5058
5085
  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 });
5059
- 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", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", 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", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", 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 });
5086
+ 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", useNewerColumnOptionsMenu: "useNewerColumnOptionsMenu", isGroupRowSticky: "isGroupRowSticky", isHeaderSeparatorVisible: "isHeaderSeparatorVisible", cellSelectedBackground: "cellSelectedBackground", cellSelectedTextColor: "cellSelectedTextColor", 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", sectionHeaderExpansionIndicatorIconColor: "sectionHeaderExpansionIndicatorIconColor", 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", expandCollapseOnSectionHeaderClick: "expandCollapseOnSectionHeaderClick", 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", allowCopyOperation: "allowCopyOperation", maxSelectedCellRanges: "maxSelectedCellRanges", deferEventForRowDragSelection: "deferEventForRowDragSelection" }, outputs: { filterExpressionsChanging: "filterExpressionsChanging", filterExpressionsChanged: "filterExpressionsChanged", cellPreviewPointerDown: "cellPreviewPointerDown", cellPreviewPointerUp: "cellPreviewPointerUp", cellPointerDown: "cellPointerDown", cellPointerUp: "cellPointerUp", cellClicked: "cellClicked", filterRowDataBinding: "filterRowDataBinding", filterRowDataBound: "filterRowDataBound", 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 });
5060
5087
  return IgxDataGridComponent;
5061
5088
  }());
5062
5089
  export { IgxDataGridComponent };
@@ -5366,6 +5393,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
5366
5393
  type: Input
5367
5394
  }], isGroupExpandedDefault: [{
5368
5395
  type: Input
5396
+ }], expandCollapseOnSectionHeaderClick: [{
5397
+ type: Input
5369
5398
  }], groupSummaryDisplayMode: [{
5370
5399
  type: Input
5371
5400
  }], autoAcceptEdits: [{
@@ -5436,6 +5465,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
5436
5465
  type: Input
5437
5466
  }], columnOptionsToolTipBackgroundColor: [{
5438
5467
  type: Input
5468
+ }], columnOptionsToolTipTextColor: [{
5469
+ type: Input
5439
5470
  }], columnOptionsHighlightColor: [{
5440
5471
  type: Input
5441
5472
  }], columnOptionsSeparatorColor: [{
@@ -108,10 +108,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
108
108
  });
109
109
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
110
110
  get: function () {
111
- return brushToString(this.i.c1);
111
+ return brushToString(this.i.c4);
112
112
  },
113
113
  set: function (v) {
114
- this.i.c1 = stringToBrush(v);
114
+ this.i.c4 = stringToBrush(v);
115
115
  },
116
116
  enumerable: false,
117
117
  configurable: true
@@ -131,10 +131,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
131
131
  * Gets or sets the column options dropdown background color.
132
132
  */
133
133
  get: function () {
134
- return brushToString(this.i.ct);
134
+ return brushToString(this.i.cv);
135
135
  },
136
136
  set: function (v) {
137
- this.i.ct = stringToBrush(v);
137
+ this.i.cv = stringToBrush(v);
138
138
  },
139
139
  enumerable: false,
140
140
  configurable: true
@@ -144,10 +144,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
144
144
  * Gets or sets the text color for text inside the column options menu.
145
145
  */
146
146
  get: function () {
147
- return brushToString(this.i.cz);
147
+ return brushToString(this.i.c1);
148
148
  },
149
149
  set: function (v) {
150
- this.i.cz = stringToBrush(v);
150
+ this.i.c1 = stringToBrush(v);
151
151
  },
152
152
  enumerable: false,
153
153
  configurable: true
@@ -175,10 +175,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
175
175
  * Gets or sets the hover background color inside the column options menu.
176
176
  */
177
177
  get: function () {
178
- return brushToString(this.i.cx);
178
+ return brushToString(this.i.cz);
179
179
  },
180
180
  set: function (v) {
181
- this.i.cx = stringToBrush(v);
181
+ this.i.cz = stringToBrush(v);
182
182
  },
183
183
  enumerable: false,
184
184
  configurable: true
@@ -188,10 +188,23 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
188
188
  * Gets or sets the tooltip background color inside the column options menu.
189
189
  */
190
190
  get: function () {
191
- return brushToString(this.i.c0);
191
+ return brushToString(this.i.c2);
192
192
  },
193
193
  set: function (v) {
194
- this.i.c0 = stringToBrush(v);
194
+ this.i.c2 = stringToBrush(v);
195
+ },
196
+ enumerable: false,
197
+ configurable: true
198
+ });
199
+ Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsToolTipTextColor", {
200
+ /**
201
+ * Gets or sets the tooltip text color inside the column options menu.
202
+ */
203
+ get: function () {
204
+ return brushToString(this.i.c3);
205
+ },
206
+ set: function (v) {
207
+ this.i.c3 = stringToBrush(v);
195
208
  },
196
209
  enumerable: false,
197
210
  configurable: true
@@ -201,10 +214,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
201
214
  * Gets or sets the highlight color inside the column options menu.
202
215
  */
203
216
  get: function () {
204
- return brushToString(this.i.cw);
217
+ return brushToString(this.i.cy);
205
218
  },
206
219
  set: function (v) {
207
- this.i.cw = stringToBrush(v);
220
+ this.i.cy = stringToBrush(v);
208
221
  },
209
222
  enumerable: false,
210
223
  configurable: true
@@ -214,10 +227,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
214
227
  * Gets or sets the color of separators inside the column options menu.
215
228
  */
216
229
  get: function () {
217
- return brushToString(this.i.cy);
230
+ return brushToString(this.i.c0);
218
231
  },
219
232
  set: function (v) {
220
- this.i.cy = stringToBrush(v);
233
+ this.i.c0 = stringToBrush(v);
221
234
  },
222
235
  enumerable: false,
223
236
  configurable: true
@@ -227,10 +240,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
227
240
  * Gets or sets the background color for group headers inside the column options menu.
228
241
  */
229
242
  get: function () {
230
- return brushToString(this.i.cu);
243
+ return brushToString(this.i.cw);
231
244
  },
232
245
  set: function (v) {
233
- this.i.cu = stringToBrush(v);
246
+ this.i.cw = stringToBrush(v);
234
247
  },
235
248
  enumerable: false,
236
249
  configurable: true
@@ -240,10 +253,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
240
253
  * Gets or sets the text color for group headers inside the column options menu.
241
254
  */
242
255
  get: function () {
243
- return brushToString(this.i.cv);
256
+ return brushToString(this.i.cx);
244
257
  },
245
258
  set: function (v) {
246
- this.i.cv = stringToBrush(v);
259
+ this.i.cx = stringToBrush(v);
247
260
  },
248
261
  enumerable: false,
249
262
  configurable: true
@@ -268,10 +281,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
268
281
  });
269
282
  Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
270
283
  get: function () {
271
- return brushToString(this.i.cs);
284
+ return brushToString(this.i.cu);
272
285
  },
273
286
  set: function (v) {
274
- this.i.cs = stringToBrush(v);
287
+ this.i.cu = stringToBrush(v);
275
288
  },
276
289
  enumerable: false,
277
290
  configurable: true
@@ -382,16 +395,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
382
395
  this._inStyling = false;
383
396
  };
384
397
  IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
385
- this.i.b1(width, height);
398
+ this.i.b2(width, height);
386
399
  };
387
400
  IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
388
- this.i.b0();
401
+ this.i.b1();
389
402
  };
390
403
  IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
391
- this.i.ce();
404
+ this.i.cf();
392
405
  };
393
406
  IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
394
- this.i.by();
407
+ this.i.bz();
395
408
  };
396
409
  IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
397
410
  var iv = this.i.getDesiredToolbarActions();
@@ -518,7 +531,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
518
531
  }
519
532
  };
520
533
  IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
521
- 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
534
+ 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", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
522
535
  return IgxDataGridFilterDialogComponent;
523
536
  }());
524
537
  export { IgxDataGridFilterDialogComponent };
@@ -550,6 +563,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
550
563
  type: Input
551
564
  }], columnOptionsToolTipBackgroundColor: [{
552
565
  type: Input
566
+ }], columnOptionsToolTipTextColor: [{
567
+ type: Input
553
568
  }], columnOptionsHighlightColor: [{
554
569
  type: Input
555
570
  }], columnOptionsSeparatorColor: [{
@@ -47,10 +47,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
47
47
  * Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
48
48
  */
49
49
  get: function () {
50
- return this.i.sc;
50
+ return this.i.sj;
51
51
  },
52
52
  set: function (v) {
53
- this.i.sc = ensureEnum(DateTimeFormats_$type, v);
53
+ this.i.sj = ensureEnum(DateTimeFormats_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
60
60
  * Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
61
61
  */
62
62
  get: function () {
63
- return this.i.su;
63
+ return this.i.s1;
64
64
  },
65
65
  set: function (v) {
66
- this.i.su = v;
66
+ this.i.s1 = v;
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,24 +73,24 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
73
73
  * Gets or sets the format string to use when editing dates.
74
74
  */
75
75
  get: function () {
76
- return this.i.sn;
76
+ return this.i.su;
77
77
  },
78
78
  set: function (v) {
79
- this.i.sn = v;
79
+ this.i.su = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
83
83
  });
84
84
  Object.defineProperty(IgxDateTimeColumnComponent.prototype, "formatSpecifiers", {
85
85
  get: function () {
86
- return this.i.r8;
86
+ return this.i.sf;
87
87
  },
88
88
  set: function (v) {
89
89
  if (v && !Array.isArray(v) && typeof (v) == "string") {
90
90
  var re = /\s*(?:,|\s|$)\s*/gm;
91
91
  v = v.split(re);
92
92
  }
93
- this.i.r8 = v;
93
+ this.i.sf = v;
94
94
  },
95
95
  enumerable: false,
96
96
  configurable: true
@@ -100,10 +100,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
100
100
  * Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
101
101
  */
102
102
  get: function () {
103
- return this.i.sj;
103
+ return this.i.sq;
104
104
  },
105
105
  set: function (v) {
106
- this.i.sj = v;
106
+ this.i.sq = v;
107
107
  },
108
108
  enumerable: false,
109
109
  configurable: true
@@ -113,10 +113,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
113
113
  * Gets or sets the ShowTodayButton property to detirmine if the today button is shown
114
114
  */
115
115
  get: function () {
116
- return this.i.sf;
116
+ return this.i.sm;
117
117
  },
118
118
  set: function (v) {
119
- this.i.sf = ensureBool(v);
119
+ this.i.sm = ensureBool(v);
120
120
  },
121
121
  enumerable: false,
122
122
  configurable: true
@@ -126,10 +126,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
126
126
  * Gets or sets the editor type used for editing cells in this column.
127
127
  */
128
128
  get: function () {
129
- return this.i.sd;
129
+ return this.i.sk;
130
130
  },
131
131
  set: function (v) {
132
- this.i.sd = ensureEnum(EditorType_$type, v);
132
+ this.i.sk = ensureEnum(EditorType_$type, v);
133
133
  },
134
134
  enumerable: false,
135
135
  configurable: true
@@ -139,10 +139,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
139
139
  * Gets or sets the ComboBox data source.
140
140
  */
141
141
  get: function () {
142
- return this.i.si;
142
+ return this.i.sp;
143
143
  },
144
144
  set: function (v) {
145
- this.i.si = v;
145
+ this.i.sp = v;
146
146
  },
147
147
  enumerable: false,
148
148
  configurable: true
@@ -152,10 +152,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
152
152
  * Gets or sets the ComboBox text field.
153
153
  */
154
154
  get: function () {
155
- return this.i.sp;
155
+ return this.i.sw;
156
156
  },
157
157
  set: function (v) {
158
- this.i.sp = v;
158
+ this.i.sw = v;
159
159
  },
160
160
  enumerable: false,
161
161
  configurable: true
@@ -165,10 +165,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
165
165
  * Gets or sets the ComboBox value field.
166
166
  */
167
167
  get: function () {
168
- return this.i.sq;
168
+ return this.i.sx;
169
169
  },
170
170
  set: function (v) {
171
- this.i.sq = v;
171
+ this.i.sx = v;
172
172
  },
173
173
  enumerable: false,
174
174
  configurable: true
@@ -125,7 +125,7 @@ var IgxGridColumnFilterOptionsComponent = /** @class */ /*@__PURE__*/ (function
125
125
  this.i.bt();
126
126
  };
127
127
  IgxGridColumnFilterOptionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxGridColumnFilterOptionsComponent, deps: [{ token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.NgZone }, { token: i0.Injector }, { token: i0.ComponentFactoryResolver }], target: i0.ɵɵFactoryTarget.Component });
128
- IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
128
+ IgxGridColumnFilterOptionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxGridColumnFilterOptionsComponent, selector: "igx-grid-column-filter-options", inputs: { clearColumnFiltersCaption: "clearColumnFiltersCaption", filterListPlaceholderText: "filterListPlaceholderText", filterListDensity: "filterListDensity", actualFilterListDensity: "actualFilterListDensity", textFilterCaption: "textFilterCaption" }, host: { classAttribute: "ig-grid-column-filter-options igx-grid-column-filter-options" }, providers: [], viewQueries: [{ propertyName: "_mainDivRef", first: true, predicate: ["_mainDivRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_clearFiltersSectionRef", first: true, predicate: ["_clearFiltersSectionRef"], descendants: true, read: ElementRef, static: true }, { propertyName: "_filterSectionRef", first: true, predicate: ["_filterSectionRef"], descendants: true, static: true }, { propertyName: "_filterCheckboxListSectionRef", first: true, predicate: ["_filterCheckboxListSectionRef"], descendants: true, static: true }, { propertyName: "_filterButtonsSectionRef", first: true, predicate: ["_filterButtonsSectionRef"], descendants: true, static: true }], usesInheritance: true, ngImport: i0, template: "<div #_mainDivRef\n >\n <div #_clearFiltersSectionRef\n key=\"clearFiltersSection\"\n ></div>\n\n <div #_filterSectionRef\n key=\"filtersSection\"\n ></div>\n\n <igx-checkbox-list \n #_filterCheckboxListSectionRef\n key=\"filterCheckboxListSection\"\n width=\"195px\"\n ></igx-checkbox-list>\n\n <div #_filterButtonsSectionRef\n key=\"filterButtonsSection\"\n ></div>\n </div>", isInline: true, styles: ["\n\t\t:host {\n\t\t\tdisplay: block;\n\t\t}\n\t"], components: [{ type: i1.IgxCheckboxListComponent, selector: "igx-checkbox-list", inputs: ["height", "width", "dataSource", "keys", "primaryKey", "dataMemberPath", "dataLegendTarget", "subtitleMemberPath", "propertyTypeMemberPath", "selectedMemberPath", "filterPlaceholderText", "searchInputType", "rowHeight", "cellTextStyle", "indexType", "baseTheme", "density", "searchIconColor", "searchBackgroundColor", "labelClickTriggersChange", "searchTextColor", "searchBorderColor", "searchFocusBorderColor", "searchTextStyle", "checkboxTickColor", "checkboxCheckedBackgroundColor", "checkboxUncheckedBackgroundColor", "checkboxCheckedBorderColor", "checkboxUncheckedBorderColor", "checkboxCornerRadius", "scrollbarStyle", "scrollbarBackground", "selectAllCaption", "selectAllCaptionTextColor", "actualSelectAllCaptionTextColor", "showSelectAll", "backgroundColor", "rowHoverBackgroundColor", "textColor", "showFilter", "isRowHoverEnabled", "checkboxAlignedRight"], outputs: ["selectedKeyAdded", "selectedKeyRemoved", "checkedChanged", "labelClicked", "indexTypeChanged", "keysCleared", "selectAllCheckboxChanged"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush });
129
129
  return IgxGridColumnFilterOptionsComponent;
130
130
  }(IgxGridColumnOptionsSectionBaseComponent));
131
131
  export { IgxGridColumnFilterOptionsComponent };
@@ -47,10 +47,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
47
47
  * Gets or sets the stretch option to use when rendering images
48
48
  */
49
49
  get: function () {
50
- return this.i.sb;
50
+ return this.i.si;
51
51
  },
52
52
  set: function (v) {
53
- this.i.sb = ensureEnum(ImageStretchOptions_$type, v);
53
+ this.i.si = ensureEnum(ImageStretchOptions_$type, v);
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
@@ -60,10 +60,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
60
60
  * Gets or sets the editor type used for editing cells in this column.
61
61
  */
62
62
  get: function () {
63
- return this.i.r7;
63
+ return this.i.se;
64
64
  },
65
65
  set: function (v) {
66
- this.i.r7 = ensureEnum(EditorType_$type, v);
66
+ this.i.se = ensureEnum(EditorType_$type, v);
67
67
  },
68
68
  enumerable: false,
69
69
  configurable: true
@@ -73,10 +73,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
73
73
  * Gets or sets the ComboBox data source.
74
74
  */
75
75
  get: function () {
76
- return this.i.sc;
76
+ return this.i.sj;
77
77
  },
78
78
  set: function (v) {
79
- this.i.sc = v;
79
+ this.i.sj = v;
80
80
  },
81
81
  enumerable: false,
82
82
  configurable: true
@@ -86,10 +86,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
86
86
  * Gets or sets the ComboBox text field.
87
87
  */
88
88
  get: function () {
89
- return this.i.sd;
89
+ return this.i.sk;
90
90
  },
91
91
  set: function (v) {
92
- this.i.sd = v;
92
+ this.i.sk = v;
93
93
  },
94
94
  enumerable: false,
95
95
  configurable: true
@@ -99,10 +99,10 @@ var IgxImageColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
99
99
  * Gets or sets the ComboBox value field.
100
100
  */
101
101
  get: function () {
102
- return this.i.se;
102
+ return this.i.sl;
103
103
  },
104
104
  set: function (v) {
105
- this.i.se = v;
105
+ this.i.sl = v;
106
106
  },
107
107
  enumerable: false,
108
108
  configurable: true