igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.2

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
@@ -5,8 +5,13 @@ export declare class DataGridLocaleEn {
5
5
  "Clear_Column_Filter": string;
6
6
  "Column_Move": string;
7
7
  "Column_Move_Left": string;
8
+ "Column_Move_Left_Tooltip": string;
8
9
  "Column_Move_Right": string;
10
+ "Column_Move_Right_Tooltip": string;
9
11
  "Column_Options_Analyze": string;
12
+ "Column_Options_Group": string;
13
+ "Column_Options_Hide": string;
14
+ "Column_Options_Show": string;
10
15
  "Column_Options_Sort_Ascending": string;
11
16
  "Column_Options_Sort_Descending": string;
12
17
  "Column_Options_Summaries": string;
@@ -15,9 +20,12 @@ export declare class DataGridLocaleEn {
15
20
  "Column_Options_Summary_Maximum": string;
16
21
  "Column_Options_Summary_Minimum": string;
17
22
  "Column_Options_Summary_Sum": string;
23
+ "Column_Options_Ungroup": string;
18
24
  "Column_Pin": string;
19
25
  "Column_Pin_Left": string;
26
+ "Column_Pin_Left_Tooltip": string;
20
27
  "Column_Pin_Right": string;
28
+ "Column_Pin_Right_Tooltip": string;
21
29
  "Column_Sort": string;
22
30
  "Column_Sort_Ascending": string;
23
31
  "Column_Sort_Descending": string;
@@ -117,78 +117,81 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
117
117
  private at;
118
118
  get aw(): number;
119
119
  set aw(a: number);
120
- private co;
121
- get c1(): Brush;
122
- set c1(a: Brush);
120
+ private cq;
121
+ get c4(): Brush;
122
+ set c4(a: Brush);
123
123
  private ao;
124
124
  get ar(): number;
125
125
  set ar(a: number);
126
126
  private w;
127
127
  get x(): BaseControlTheme;
128
128
  set x(a: BaseControlTheme);
129
- private cg;
130
- get ct(): Brush;
131
- set ct(a: Brush);
132
- private cm;
133
- get cz(): Brush;
134
- set cz(a: Brush);
129
+ private ch;
130
+ get cv(): Brush;
131
+ set cv(a: Brush);
132
+ private cn;
133
+ get c1(): Brush;
134
+ set c1(a: Brush);
135
135
  private z;
136
136
  get ab(): FontInfo;
137
137
  set ab(a: FontInfo);
138
+ private cl;
139
+ get cz(): Brush;
140
+ set cz(a: Brush);
141
+ private co;
142
+ get c2(): Brush;
143
+ set c2(a: Brush);
144
+ private cp;
145
+ get c3(): Brush;
146
+ set c3(a: Brush);
138
147
  private ck;
139
- get cx(): Brush;
140
- set cx(a: Brush);
141
- private cn;
148
+ get cy(): Brush;
149
+ set cy(a: Brush);
150
+ private cm;
142
151
  get c0(): Brush;
143
152
  set c0(a: Brush);
144
- private cj;
153
+ private ci;
145
154
  get cw(): Brush;
146
155
  set cw(a: Brush);
147
- private cl;
148
- get cy(): Brush;
149
- set cy(a: Brush);
150
- private ch;
151
- get cu(): Brush;
152
- set cu(a: Brush);
153
- private ci;
154
- get cv(): Brush;
155
- set cv(a: Brush);
156
+ private cj;
157
+ get cx(): Brush;
158
+ set cx(a: Brush);
156
159
  private y;
157
160
  get aa(): FontInfo;
158
161
  set aa(a: FontInfo);
159
- private cf;
160
- get cs(): Brush;
161
- set cs(a: Brush);
162
+ private cg;
163
+ get cu(): Brush;
164
+ set cu(a: Brush);
162
165
  private au;
163
166
  get ax(): number;
164
167
  set ax(a: number);
168
+ ct: Brush;
169
+ cs: Brush;
165
170
  cr: Brush;
166
- cq: Brush;
167
- cp: Brush;
168
171
  private ac;
169
172
  private ae;
170
173
  get aj(): boolean;
171
- protected b6(a: string, b: any, c: any): void;
172
- protected b9(a: string, b: any, c: any): void;
174
+ protected b7(a: string, b: any, c: any): void;
175
+ protected ca(a: string, b: any, c: any): void;
173
176
  constructor();
174
- ca(a: any, b: any, c: any): void;
177
+ cb(a: any, b: any, c: any): void;
175
178
  private m;
176
179
  get n(): DataGridColumn;
177
180
  set n(a: DataGridColumn);
178
181
  private ad;
179
- private b2;
180
- private v;
181
182
  private b3;
183
+ private v;
184
+ private b4;
185
+ private bu;
182
186
  private bt;
183
- private bs;
184
- private bv;
185
- b4(): void;
186
- b5(a: GridFilterDialogViewModel, b: boolean): void;
187
187
  private bw;
188
+ b5(): void;
189
+ b6(a: GridFilterDialogViewModel, b: boolean): void;
190
+ private bx;
191
+ private ce;
188
192
  private cd;
189
- private cc;
190
193
  private f;
191
- private cb;
194
+ private cc;
192
195
  private e;
193
196
  private al;
194
197
  private g;
@@ -196,24 +199,24 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
196
199
  private h;
197
200
  private d;
198
201
  private c;
199
- private b8;
202
+ private b9;
200
203
  private t;
201
- private bu;
204
+ private bv;
202
205
  private u;
203
206
  static ay(a: ColumnComparisonConditionOperatorType): number;
204
207
  static a2(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
205
208
  static a3(a: number, b: ColumnComparisonConditionOperatorType, c: ColumnComparisonFilterCondition): any;
206
209
  static b(a: ColumnComparisonConditionOperatorType[]): number[];
207
210
  static a(a: ColumnComparisonConditionOperatorType[]): string[];
208
- static bk(a: ColumnComparisonConditionOperatorType): string;
211
+ static bl(a: ColumnComparisonConditionOperatorType): string;
209
212
  dialogOpening: (sender: any, args: GridFilterDialogOpeningEventArgs) => void;
210
213
  filterChanging: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
211
214
  filterChanged: (sender: any, args: GridFilterDialogFilterChangeEventArgs) => void;
212
- b1(a: number, b: number): void;
213
- b0(): void;
214
- bz(a: number, b: number, c: Path): void;
215
- ce(): void;
216
- by(): void;
215
+ b2(a: number, b: number): void;
216
+ b1(): void;
217
+ b0(a: number, b: number, c: Path): void;
218
+ cf(): void;
219
+ bz(): void;
217
220
  s: GridFilterDialogView;
218
221
  private _commandCompleted;
219
222
  get commandCompleted(): (arg1: ToolCommand) => void;
@@ -222,11 +225,11 @@ export declare class GridFilterDialog extends Base implements INotifyPropertyCha
222
225
  get invalidateActions(): () => void;
223
226
  set invalidateActions(a: () => void);
224
227
  renderCompleted: (sender: any, args: FilterDialogRenderCompletedEventArgs) => void;
225
- b7(): void;
226
- bx(): void;
228
+ b8(): void;
229
+ by(): void;
227
230
  get ah(): boolean;
228
231
  private static ag;
229
- private static readonly bj;
232
+ private static readonly bk;
230
233
  getDesiredToolbarActions(): ToolActionInfo[];
231
234
  addCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
232
235
  removeCommandAvailabilityListener(a: ICommandAvailabilityListener): void;
@@ -149,6 +149,11 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
149
149
  */
150
150
  get searchBorderColor(): string;
151
151
  set searchBorderColor(v: string);
152
+ /**
153
+ * Gets or sets the search focus border color.
154
+ */
155
+ get searchFocusBorderColor(): string;
156
+ set searchFocusBorderColor(v: string);
152
157
  /**
153
158
  * Gets or sets the text style.
154
159
  */
@@ -352,5 +357,5 @@ export declare class IgxCheckboxListComponent implements AfterViewInit {
352
357
  protected _zoneRunner: (act: () => void) => void;
353
358
  protected _runInZone(act: () => void): void;
354
359
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxCheckboxListComponent, never>;
355
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
360
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxCheckboxListComponent, "igx-checkbox-list", never, { "height": "height"; "width": "width"; "dataSource": "dataSource"; "keys": "keys"; "primaryKey": "primaryKey"; "dataMemberPath": "dataMemberPath"; "dataLegendTarget": "dataLegendTarget"; "subtitleMemberPath": "subtitleMemberPath"; "propertyTypeMemberPath": "propertyTypeMemberPath"; "selectedMemberPath": "selectedMemberPath"; "filterPlaceholderText": "filterPlaceholderText"; "searchInputType": "searchInputType"; "rowHeight": "rowHeight"; "cellTextStyle": "cellTextStyle"; "indexType": "indexType"; "baseTheme": "baseTheme"; "density": "density"; "searchIconColor": "searchIconColor"; "searchBackgroundColor": "searchBackgroundColor"; "labelClickTriggersChange": "labelClickTriggersChange"; "searchTextColor": "searchTextColor"; "searchBorderColor": "searchBorderColor"; "searchFocusBorderColor": "searchFocusBorderColor"; "searchTextStyle": "searchTextStyle"; "checkboxTickColor": "checkboxTickColor"; "checkboxCheckedBackgroundColor": "checkboxCheckedBackgroundColor"; "checkboxUncheckedBackgroundColor": "checkboxUncheckedBackgroundColor"; "checkboxCheckedBorderColor": "checkboxCheckedBorderColor"; "checkboxUncheckedBorderColor": "checkboxUncheckedBorderColor"; "checkboxCornerRadius": "checkboxCornerRadius"; "scrollbarStyle": "scrollbarStyle"; "scrollbarBackground": "scrollbarBackground"; "selectAllCaption": "selectAllCaption"; "selectAllCaptionTextColor": "selectAllCaptionTextColor"; "actualSelectAllCaptionTextColor": "actualSelectAllCaptionTextColor"; "showSelectAll": "showSelectAll"; "backgroundColor": "backgroundColor"; "rowHoverBackgroundColor": "rowHoverBackgroundColor"; "textColor": "textColor"; "showFilter": "showFilter"; "isRowHoverEnabled": "isRowHoverEnabled"; "checkboxAlignedRight": "checkboxAlignedRight"; }, { "selectedKeyAdded": "selectedKeyAdded"; "selectedKeyRemoved": "selectedKeyRemoved"; "checkedChanged": "checkedChanged"; "labelClicked": "labelClicked"; "indexTypeChanged": "indexTypeChanged"; "keysCleared": "keysCleared"; "selectAllCheckboxChanged": "selectAllCheckboxChanged"; }, never, never>;
356
361
  }
@@ -306,6 +306,10 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
306
306
  set actualColumnOptionsToolTipBackgroundColor(v: string);
307
307
  get columnOptionsToolTipBackgroundColor(): string;
308
308
  set columnOptionsToolTipBackgroundColor(v: string);
309
+ get actualColumnOptionsToolTipTextColor(): string;
310
+ set actualColumnOptionsToolTipTextColor(v: string);
311
+ get columnOptionsToolTipTextColor(): string;
312
+ set columnOptionsToolTipTextColor(v: string);
309
313
  get actualColumnOptionsHighlightColor(): string;
310
314
  set actualColumnOptionsHighlightColor(v: string);
311
315
  get columnOptionsHighlightColor(): string;
@@ -564,5 +568,5 @@ export declare abstract class IgxDataGridColumnComponent extends IgxDefinitionBa
564
568
  private _actualHeaderTextChange;
565
569
  get actualHeaderTextChange(): EventEmitter<string>;
566
570
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridColumnComponent, never>;
567
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isSortingEnabled": "isSortingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "actualColumnOptionsBackground": "actualColumnOptionsBackground"; "columnOptionsBackground": "columnOptionsBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
571
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridColumnComponent, "ng-component", never, { "paddingLeft": "paddingLeft"; "paddingTop": "paddingTop"; "paddingRight": "paddingRight"; "paddingBottom": "paddingBottom"; "name": "name"; "field": "field"; "headerText": "headerText"; "actualHeaderText": "actualHeaderText"; "selectedBackground": "selectedBackground"; "actualSelectedBackground": "actualSelectedBackground"; "selectedTextColor": "selectedTextColor"; "actualSelectedTextColor": "actualSelectedTextColor"; "rowHoverBackground": "rowHoverBackground"; "actualHoverBackground": "actualHoverBackground"; "rowHoverTextColor": "rowHoverTextColor"; "actualRowHoverTextColor": "actualRowHoverTextColor"; "animationSettings": "animationSettings"; "width": "width"; "minWidth": "minWidth"; "isFromMarkup": "isFromMarkup"; "isAutoGenerated": "isAutoGenerated"; "filter": "filter"; "filterExpression": "filterExpression"; "header": "header"; "isFilteringEnabled": "isFilteringEnabled"; "isResizingEnabled": "isResizingEnabled"; "isSortingEnabled": "isSortingEnabled"; "isHidden": "isHidden"; "shouldRemoveWhenHidden": "shouldRemoveWhenHidden"; "sortDirection": "sortDirection"; "pinned": "pinned"; "actualColumnOptionsIconAlignment": "actualColumnOptionsIconAlignment"; "columnOptionsIconAlignment": "columnOptionsIconAlignment"; "actualColumnOptionsIconColor": "actualColumnOptionsIconColor"; "columnOptionsIconColor": "columnOptionsIconColor"; "columnOptionsIconBehavior": "columnOptionsIconBehavior"; "actualColumnOptionsIconBehavior": "actualColumnOptionsIconBehavior"; "actualIsColumnOptionsEnabled": "actualIsColumnOptionsEnabled"; "isColumnOptionsEnabled": "isColumnOptionsEnabled"; "actualIsColumnOptionsSummariesEnabled": "actualIsColumnOptionsSummariesEnabled"; "isColumnOptionsSummariesEnabled": "isColumnOptionsSummariesEnabled"; "actualIsColumnOptionsGroupingEnabled": "actualIsColumnOptionsGroupingEnabled"; "isColumnOptionsGroupingEnabled": "isColumnOptionsGroupingEnabled"; "actualColumnOptionsBackground": "actualColumnOptionsBackground"; "columnOptionsBackground": "columnOptionsBackground"; "actualColumnOptionsTextColor": "actualColumnOptionsTextColor"; "columnOptionsTextColor": "columnOptionsTextColor"; "columnOptionsTextStyle": "columnOptionsTextStyle"; "actualColumnOptionsHoverBackgroundColor": "actualColumnOptionsHoverBackgroundColor"; "columnOptionsHoverBackgroundColor": "columnOptionsHoverBackgroundColor"; "actualColumnOptionsToolTipBackgroundColor": "actualColumnOptionsToolTipBackgroundColor"; "columnOptionsToolTipBackgroundColor": "columnOptionsToolTipBackgroundColor"; "actualColumnOptionsToolTipTextColor": "actualColumnOptionsToolTipTextColor"; "columnOptionsToolTipTextColor": "columnOptionsToolTipTextColor"; "actualColumnOptionsHighlightColor": "actualColumnOptionsHighlightColor"; "columnOptionsHighlightColor": "columnOptionsHighlightColor"; "actualColumnOptionsSeparatorColor": "actualColumnOptionsSeparatorColor"; "columnOptionsSeparatorColor": "columnOptionsSeparatorColor"; "actualColumnOptionsGroupHeaderBackground": "actualColumnOptionsGroupHeaderBackground"; "columnOptionsGroupHeaderBackground": "columnOptionsGroupHeaderBackground"; "actualColumnOptionsGroupHeaderTextColor": "actualColumnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextColor": "columnOptionsGroupHeaderTextColor"; "columnOptionsGroupHeaderTextStyle": "columnOptionsGroupHeaderTextStyle"; "actualColumnOptionsAccentColor": "actualColumnOptionsAccentColor"; "columnOptionsAccentColor": "columnOptionsAccentColor"; "actualColumnOptionsRowHeight": "actualColumnOptionsRowHeight"; "columnOptionsRowHeight": "columnOptionsRowHeight"; "isEditable": "isEditable"; "deletedTextColor": "deletedTextColor"; "actualDeletedTextColor": "actualDeletedTextColor"; "editOpacity": "editOpacity"; "actualEditOpacity": "actualEditOpacity"; "textEditStyle": "textEditStyle"; "actualEditFontInfo": "actualEditFontInfo"; "mergedCellMode": "mergedCellMode"; "mergedCellEvaluationCriteria": "mergedCellEvaluationCriteria"; "mergedCellVerticalAlignment": "mergedCellVerticalAlignment"; "mergedCellPaddingLeft": "mergedCellPaddingLeft"; "mergedCellPaddingTop": "mergedCellPaddingTop"; "mergedCellPaddingRight": "mergedCellPaddingRight"; "mergedCellPaddingBottom": "mergedCellPaddingBottom"; "filterComparisonType": "filterComparisonType"; "filterOperands": "filterOperands"; "suffixText": "suffixText"; "suffixTextColor": "suffixTextColor"; "suffixTextStyle": "suffixTextStyle"; "suffixIconName": "suffixIconName"; "suffixIconCollectionName": "suffixIconCollectionName"; "suffixIconStroke": "suffixIconStroke"; "suffixIconFill": "suffixIconFill"; "suffixIconViewBoxLeft": "suffixIconViewBoxLeft"; "suffixIconViewBoxTop": "suffixIconViewBoxTop"; "suffixIconViewBoxWidth": "suffixIconViewBoxWidth"; "suffixIconViewBoxHeight": "suffixIconViewBoxHeight"; "suffixMargin": "suffixMargin"; "textDecoration": "textDecoration"; }, { "formatCell": "formatCell"; "actualHeaderTextChange": "actualHeaderTextChange"; }, never, never>;
568
572
  }
@@ -971,6 +971,13 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
971
971
  get isGroupExpandedDefault(): boolean;
972
972
  set isGroupExpandedDefault(v: boolean);
973
973
  static ngAcceptInputType_isGroupExpandedDefault: boolean | string;
974
+ /**
975
+ * Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
976
+ * When false (the default), only the expansion indicator toggles the group.
977
+ */
978
+ get expandCollapseOnSectionHeaderClick(): boolean;
979
+ set expandCollapseOnSectionHeaderClick(v: boolean);
980
+ static ngAcceptInputType_expandCollapseOnSectionHeaderClick: boolean | string;
974
981
  /**
975
982
  * Gets or sets the display mode summaries will use inside groups.
976
983
  */
@@ -1190,6 +1197,11 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
1190
1197
  */
1191
1198
  get columnOptionsToolTipBackgroundColor(): string;
1192
1199
  set columnOptionsToolTipBackgroundColor(v: string);
1200
+ /**
1201
+ * Gets or sets the tooltip text color inside the column options menu.
1202
+ */
1203
+ get columnOptionsToolTipTextColor(): string;
1204
+ set columnOptionsToolTipTextColor(v: string);
1193
1205
  /**
1194
1206
  * Gets or sets the highlight color inside the column options menu.
1195
1207
  */
@@ -1714,5 +1726,5 @@ export declare class IgxDataGridComponent implements OnInit, AfterContentInit {
1714
1726
  protected _zoneRunner: (act: () => void) => void;
1715
1727
  protected _runInZone(act: () => void): void;
1716
1728
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridComponent, never>;
1717
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "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"; }, { "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"; }, ["contentColumns"], never>;
1729
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridComponent, "igx-data-grid", never, { "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"; }, { "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"; }, ["contentColumns"], never>;
1718
1730
  }
@@ -74,6 +74,11 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
74
74
  */
75
75
  get columnOptionsToolTipBackgroundColor(): string;
76
76
  set columnOptionsToolTipBackgroundColor(v: string);
77
+ /**
78
+ * Gets or sets the tooltip text color inside the column options menu.
79
+ */
80
+ get columnOptionsToolTipTextColor(): string;
81
+ set columnOptionsToolTipTextColor(v: string);
77
82
  /**
78
83
  * Gets or sets the highlight color inside the column options menu.
79
84
  */
@@ -156,5 +161,5 @@ export declare class IgxDataGridFilterDialogComponent implements OnInit {
156
161
  protected _zoneRunner: (act: () => void) => void;
157
162
  protected _runInZone(act: () => void): void;
158
163
  static ɵfac: i0.ɵɵFactoryDeclaration<IgxDataGridFilterDialogComponent, never>;
159
- static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "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"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
164
+ static ɵcmp: i0.ɵɵComponentDeclaration<IgxDataGridFilterDialogComponent, "igx-data-grid-filter-dialog", never, { "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"; }, { "dialogOpening": "dialogOpening"; "filterChanging": "filterChanging"; "filterChanged": "filterChanged"; "renderCompleted": "renderCompleted"; }, never, never>;
160
165
  }
@@ -65,6 +65,8 @@ export declare class IgxTextHeaderCellInfo extends IgxTextCellInfo {
65
65
  set columnOptionsHoverBackgroundColor(v: string);
66
66
  get columnOptionsToolTipBackgroundColor(): string;
67
67
  set columnOptionsToolTipBackgroundColor(v: string);
68
+ get columnOptionsToolTipTextColor(): string;
69
+ set columnOptionsToolTipTextColor(v: string);
68
70
  get columnOptionsHighlightColor(): string;
69
71
  set columnOptionsHighlightColor(v: string);
70
72
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular-data-grids",
3
- "version": "21.1.0-beta.0",
3
+ "version": "21.1.0-beta.2",
4
4
  "description": "Ignite UI Angular data grid components.",
5
5
  "homepage": "https://github.com/IgniteUI/igniteui-angular-grids",
6
6
  "keywords": [
@@ -21,9 +21,9 @@
21
21
  "@angular/common": "^21.0.0",
22
22
  "@angular/compiler": "^21.0.0",
23
23
  "@angular/core": "^21.0.0",
24
- "igniteui-angular-core": "21.1.0-beta.0",
25
- "igniteui-angular-layouts": "21.1.0-beta.0",
26
- "igniteui-angular-inputs": "21.1.0-beta.0"
24
+ "igniteui-angular-core": "21.1.0-beta.2",
25
+ "igniteui-angular-layouts": "21.1.0-beta.2",
26
+ "igniteui-angular-inputs": "21.1.0-beta.2"
27
27
  },
28
28
  "sideEffects": false,
29
29
  "typings": "igniteui-angular-data-grids.d.ts",