igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.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 (91) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
  2. package/bundles/igniteui-webcomponents-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 +2986 -2878
  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/igc-checkbox-list-component.js +68 -58
  32. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  33. package/esm2015/lib/igc-data-grid-column-component.js +132 -118
  34. package/esm2015/lib/igc-data-grid-component.js +21 -0
  35. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
  36. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  37. package/esm2015/lib/igc-image-column-component.js +12 -12
  38. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  39. package/esm2015/lib/igc-text-column-component.js +9 -9
  40. package/esm2015/lib/igc-text-header-cell-info.js +26 -20
  41. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  42. package/esm5/lib/CellPresenterBase.js +1 -1
  43. package/esm5/lib/CheckboxListBridge.js +8 -0
  44. package/esm5/lib/CheckboxListView_combined.js +346 -308
  45. package/esm5/lib/ColumnChooserView_combined.js +7 -7
  46. package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
  47. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  48. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  49. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
  50. package/esm5/lib/DataGridLocaleEn.js +8 -0
  51. package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
  52. package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
  53. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  54. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  55. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  56. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  57. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  58. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  59. package/esm5/lib/GridExternalWrapper.js +6 -6
  60. package/esm5/lib/GridFilterDialogView_combined.js +183 -164
  61. package/esm5/lib/GridIconRepository.js +4 -4
  62. package/esm5/lib/ISummaryChooserView_combined.js +5 -5
  63. package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
  64. package/esm5/lib/PropertyEditorView_combined.js +6 -6
  65. package/esm5/lib/TemplateCellPresenter.js +1 -1
  66. package/esm5/lib/TemplateHeader.js +1 -1
  67. package/esm5/lib/TextHeaderCell.js +7 -7
  68. package/esm5/lib/TextHeaderCellPresenter.js +14 -11
  69. package/esm5/lib/igc-checkbox-list-component.js +72 -58
  70. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  71. package/esm5/lib/igc-data-grid-column-component.js +140 -118
  72. package/esm5/lib/igc-data-grid-component.js +29 -0
  73. package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
  74. package/esm5/lib/igc-date-time-column-component.js +23 -23
  75. package/esm5/lib/igc-image-column-component.js +12 -12
  76. package/esm5/lib/igc-numeric-column-component.js +38 -38
  77. package/esm5/lib/igc-text-column-component.js +9 -9
  78. package/esm5/lib/igc-text-header-cell-info.js +30 -20
  79. package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
  80. package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
  81. package/lib/CheckboxListExternal.d.ts +2 -0
  82. package/lib/CheckboxListView_combined.d.ts +98 -94
  83. package/lib/ColumnFilterCondition_combined.d.ts +711 -694
  84. package/lib/DataGridLocaleEn.d.ts +8 -0
  85. package/lib/GridFilterDialogView_combined.d.ts +52 -49
  86. package/lib/igc-checkbox-list-component.d.ts +5 -0
  87. package/lib/igc-data-grid-column-component.d.ts +4 -0
  88. package/lib/igc-data-grid-component.d.ts +11 -0
  89. package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
  90. package/lib/igc-text-header-cell-info.d.ts +2 -0
  91. package/package.json +4 -4
@@ -65,50 +65,50 @@ let IgcComboBoxColumnComponent = /*@__PURE__*/ (() => {
65
65
  * Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
66
66
  */
67
67
  get actualDataSource() {
68
- return this.i.r9;
68
+ return this.i.sg;
69
69
  }
70
70
  set actualDataSource(v) {
71
- this.i.r9 = v;
71
+ this.i.sg = v;
72
72
  }
73
73
  /**
74
74
  * Gets or sets the ComboBox data source.
75
75
  */
76
76
  get dataSource() {
77
- return this.i.sa;
77
+ return this.i.sh;
78
78
  }
79
79
  set dataSource(v) {
80
- this.i.sa = v;
80
+ this.i.sh = v;
81
81
  }
82
82
  /**
83
83
  * Gets or sets the ComboBox text field.
84
84
  */
85
85
  get textField() {
86
- return this.i.se;
86
+ return this.i.sl;
87
87
  }
88
88
  set textField(v) {
89
- this.i.se = v;
89
+ this.i.sl = v;
90
90
  }
91
91
  /**
92
92
  * Gets or sets the ComboBox value field.
93
93
  */
94
94
  get valueField() {
95
- return this.i.sf;
95
+ return this.i.sm;
96
96
  }
97
97
  set valueField(v) {
98
- this.i.sf = v;
98
+ this.i.sm = v;
99
99
  }
100
100
  /**
101
101
  * Gets or sets the ComboBox value field.
102
102
  */
103
103
  get valueMultiField() {
104
- return this.i.r7;
104
+ return this.i.se;
105
105
  }
106
106
  set valueMultiField(v) {
107
107
  if (v && !Array.isArray(v) && typeof (v) == "string") {
108
108
  const re = /\s*(?:,|\s|$)\s*/gm;
109
109
  v = v.split(re);
110
110
  }
111
- this.i.r7 = v;
111
+ this.i.se = v;
112
112
  }
113
113
  }
114
114
  IgcComboBoxColumnComponent._observedAttributesIgcComboBoxColumnComponent = null;
@@ -120,117 +120,117 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
120
120
  * Gets or sets an unique name of the Column
121
121
  */
122
122
  get name() {
123
- return this.i.ob;
123
+ return this.i.od;
124
124
  }
125
125
  set name(v) {
126
- this.i.ob = v;
126
+ this.i.od = v;
127
127
  }
128
128
  /**
129
129
  * Gets or sets the key used for the column binding
130
130
  */
131
131
  get field() {
132
- return this.i.nj;
132
+ return this.i.nl;
133
133
  }
134
134
  set field(v) {
135
- this.i.nj = v;
135
+ this.i.nl = v;
136
136
  }
137
137
  /**
138
138
  * Gets or sets the text displayed in the header of the column
139
139
  */
140
140
  get headerText() {
141
- return this.i.nq;
141
+ return this.i.ns;
142
142
  }
143
143
  set headerText(v) {
144
- this.i.nq = v;
144
+ this.i.ns = v;
145
145
  }
146
146
  /**
147
147
  * Gets the actual text displayed in the header of the column
148
148
  */
149
149
  get actualHeaderText() {
150
- return this.i.ml;
150
+ return this.i.mm;
151
151
  }
152
152
  set actualHeaderText(v) {
153
- this.i.ml = v;
153
+ this.i.mm = v;
154
154
  }
155
155
  /**
156
156
  * Gets or sets the background color to use for the cells when they are selected
157
157
  */
158
158
  get selectedBackground() {
159
- return brushToString(this.i.r2);
159
+ return brushToString(this.i.r9);
160
160
  }
161
161
  set selectedBackground(v) {
162
- this.i.r2 = stringToBrush(v);
163
- this._a("selectedBackground", brushToString(this.i.r2));
162
+ this.i.r9 = stringToBrush(v);
163
+ this._a("selectedBackground", brushToString(this.i.r9));
164
164
  }
165
165
  /**
166
166
  * Gets the actual background color that is used for the cells when they are selected
167
167
  */
168
168
  get actualSelectedBackground() {
169
- return brushToString(this.i.rl);
169
+ return brushToString(this.i.rr);
170
170
  }
171
171
  set actualSelectedBackground(v) {
172
- this.i.rl = stringToBrush(v);
173
- this._a("actualSelectedBackground", brushToString(this.i.rl));
172
+ this.i.rr = stringToBrush(v);
173
+ this._a("actualSelectedBackground", brushToString(this.i.rr));
174
174
  }
175
175
  /**
176
176
  * Gets or sets the text color to use for the cells when they are selected
177
177
  */
178
178
  get selectedTextColor() {
179
- return brushToString(this.i.r3);
179
+ return brushToString(this.i.sa);
180
180
  }
181
181
  set selectedTextColor(v) {
182
- this.i.r3 = stringToBrush(v);
183
- this._a("selectedTextColor", brushToString(this.i.r3));
182
+ this.i.sa = stringToBrush(v);
183
+ this._a("selectedTextColor", brushToString(this.i.sa));
184
184
  }
185
185
  /**
186
186
  * Gets the actual text color that is used for the cells when they are selected
187
187
  */
188
188
  get actualSelectedTextColor() {
189
- return brushToString(this.i.rm);
189
+ return brushToString(this.i.rs);
190
190
  }
191
191
  set actualSelectedTextColor(v) {
192
- this.i.rm = stringToBrush(v);
193
- this._a("actualSelectedTextColor", brushToString(this.i.rm));
192
+ this.i.rs = stringToBrush(v);
193
+ this._a("actualSelectedTextColor", brushToString(this.i.rs));
194
194
  }
195
195
  /**
196
196
  * Gets or sets the background color to use for the cells when the row is hovered.
197
197
  */
198
198
  get rowHoverBackground() {
199
- return brushToString(this.i.r0);
199
+ return brushToString(this.i.r7);
200
200
  }
201
201
  set rowHoverBackground(v) {
202
- this.i.r0 = stringToBrush(v);
203
- this._a("rowHoverBackground", brushToString(this.i.r0));
202
+ this.i.r7 = stringToBrush(v);
203
+ this._a("rowHoverBackground", brushToString(this.i.r7));
204
204
  }
205
205
  /**
206
206
  * Gets the actual background color that is used for the cells when they are hovered.
207
207
  */
208
208
  get actualHoverBackground() {
209
- return brushToString(this.i.rj);
209
+ return brushToString(this.i.rp);
210
210
  }
211
211
  set actualHoverBackground(v) {
212
- this.i.rj = stringToBrush(v);
213
- this._a("actualHoverBackground", brushToString(this.i.rj));
212
+ this.i.rp = stringToBrush(v);
213
+ this._a("actualHoverBackground", brushToString(this.i.rp));
214
214
  }
215
215
  /**
216
216
  * Gets or sets the text color to use for the cells when the row is hovered.
217
217
  */
218
218
  get rowHoverTextColor() {
219
- return brushToString(this.i.r1);
219
+ return brushToString(this.i.r8);
220
220
  }
221
221
  set rowHoverTextColor(v) {
222
- this.i.r1 = stringToBrush(v);
223
- this._a("rowHoverTextColor", brushToString(this.i.r1));
222
+ this.i.r8 = stringToBrush(v);
223
+ this._a("rowHoverTextColor", brushToString(this.i.r8));
224
224
  }
225
225
  /**
226
226
  * Gets the actual text color that is used for the cells when they are hovered.
227
227
  */
228
228
  get actualRowHoverTextColor() {
229
- return brushToString(this.i.rk);
229
+ return brushToString(this.i.rq);
230
230
  }
231
231
  set actualRowHoverTextColor(v) {
232
- this.i.rk = stringToBrush(v);
233
- this._a("actualRowHoverTextColor", brushToString(this.i.rk));
232
+ this.i.rq = stringToBrush(v);
233
+ this._a("actualRowHoverTextColor", brushToString(this.i.rq));
234
234
  }
235
235
  /**
236
236
  * Gets or sets the animation settings to use for this column.
@@ -452,21 +452,21 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
452
452
  * Gets the actual column options icon color for this column.
453
453
  */
454
454
  get actualColumnOptionsIconColor() {
455
- return brushToString(this.i.re);
455
+ return brushToString(this.i.rj);
456
456
  }
457
457
  set actualColumnOptionsIconColor(v) {
458
- this.i.re = stringToBrush(v);
459
- this._a("actualColumnOptionsIconColor", brushToString(this.i.re));
458
+ this.i.rj = stringToBrush(v);
459
+ this._a("actualColumnOptionsIconColor", brushToString(this.i.rj));
460
460
  }
461
461
  /**
462
462
  * Gets or sets the column options icon color for this column.
463
463
  */
464
464
  get columnOptionsIconColor() {
465
- return brushToString(this.i.rt);
465
+ return brushToString(this.i.rz);
466
466
  }
467
467
  set columnOptionsIconColor(v) {
468
- this.i.rt = stringToBrush(v);
469
- this._a("columnOptionsIconColor", brushToString(this.i.rt));
468
+ this.i.rz = stringToBrush(v);
469
+ this._a("columnOptionsIconColor", brushToString(this.i.rz));
470
470
  }
471
471
  /**
472
472
  * Gets or sets how the column option icon will behave in the column header.
@@ -553,41 +553,41 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
553
553
  * Gets or sets the column options dropdown background color.
554
554
  */
555
555
  get actualColumnOptionsBackground() {
556
- return brushToString(this.i.q9);
556
+ return brushToString(this.i.re);
557
557
  }
558
558
  set actualColumnOptionsBackground(v) {
559
- this.i.q9 = stringToBrush(v);
560
- this._a("actualColumnOptionsBackground", brushToString(this.i.q9));
559
+ this.i.re = stringToBrush(v);
560
+ this._a("actualColumnOptionsBackground", brushToString(this.i.re));
561
561
  }
562
562
  /**
563
563
  * Gets or sets the column options dropdown background color.
564
564
  */
565
565
  get columnOptionsBackground() {
566
- return brushToString(this.i.ro);
566
+ return brushToString(this.i.ru);
567
567
  }
568
568
  set columnOptionsBackground(v) {
569
- this.i.ro = stringToBrush(v);
570
- this._a("columnOptionsBackground", brushToString(this.i.ro));
569
+ this.i.ru = stringToBrush(v);
570
+ this._a("columnOptionsBackground", brushToString(this.i.ru));
571
571
  }
572
572
  /**
573
573
  * Gets or sets the text color for text inside the column options menu.
574
574
  */
575
575
  get actualColumnOptionsTextColor() {
576
- return brushToString(this.i.rg);
576
+ return brushToString(this.i.rl);
577
577
  }
578
578
  set actualColumnOptionsTextColor(v) {
579
- this.i.rg = stringToBrush(v);
580
- this._a("actualColumnOptionsTextColor", brushToString(this.i.rg));
579
+ this.i.rl = stringToBrush(v);
580
+ this._a("actualColumnOptionsTextColor", brushToString(this.i.rl));
581
581
  }
582
582
  /**
583
583
  * Gets or sets the text color for text inside the column options menu.
584
584
  */
585
585
  get columnOptionsTextColor() {
586
- return brushToString(this.i.rv);
586
+ return brushToString(this.i.r1);
587
587
  }
588
588
  set columnOptionsTextColor(v) {
589
- this.i.rv = stringToBrush(v);
590
- this._a("columnOptionsTextColor", brushToString(this.i.rv));
589
+ this.i.r1 = stringToBrush(v);
590
+ this._a("columnOptionsTextColor", brushToString(this.i.r1));
591
591
  }
592
592
  /**
593
593
  * Gets or sets the font settings for text inside the column options menu.
@@ -605,106 +605,120 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
605
605
  this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
606
606
  }
607
607
  get actualColumnOptionsHoverBackgroundColor() {
608
- return brushToString(this.i.rd);
608
+ return brushToString(this.i.ri);
609
609
  }
610
610
  set actualColumnOptionsHoverBackgroundColor(v) {
611
- this.i.rd = stringToBrush(v);
612
- this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.rd));
611
+ this.i.ri = stringToBrush(v);
612
+ this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ri));
613
613
  }
614
614
  get columnOptionsHoverBackgroundColor() {
615
- return brushToString(this.i.rs);
615
+ return brushToString(this.i.ry);
616
616
  }
617
617
  set columnOptionsHoverBackgroundColor(v) {
618
- this.i.rs = stringToBrush(v);
619
- this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rs));
618
+ this.i.ry = stringToBrush(v);
619
+ this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ry));
620
620
  }
621
621
  get actualColumnOptionsToolTipBackgroundColor() {
622
- return brushToString(this.i.rh);
622
+ return brushToString(this.i.rm);
623
623
  }
624
624
  set actualColumnOptionsToolTipBackgroundColor(v) {
625
- this.i.rh = stringToBrush(v);
626
- this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rh));
625
+ this.i.rm = stringToBrush(v);
626
+ this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
627
627
  }
628
628
  get columnOptionsToolTipBackgroundColor() {
629
- return brushToString(this.i.rw);
629
+ return brushToString(this.i.r2);
630
630
  }
631
631
  set columnOptionsToolTipBackgroundColor(v) {
632
- this.i.rw = stringToBrush(v);
633
- this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rw));
632
+ this.i.r2 = stringToBrush(v);
633
+ this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.r2));
634
+ }
635
+ get actualColumnOptionsToolTipTextColor() {
636
+ return brushToString(this.i.rn);
637
+ }
638
+ set actualColumnOptionsToolTipTextColor(v) {
639
+ this.i.rn = stringToBrush(v);
640
+ this._a("actualColumnOptionsToolTipTextColor", brushToString(this.i.rn));
641
+ }
642
+ get columnOptionsToolTipTextColor() {
643
+ return brushToString(this.i.r3);
644
+ }
645
+ set columnOptionsToolTipTextColor(v) {
646
+ this.i.r3 = stringToBrush(v);
647
+ this._a("columnOptionsToolTipTextColor", brushToString(this.i.r3));
634
648
  }
635
649
  get actualColumnOptionsHighlightColor() {
636
- return brushToString(this.i.rc);
650
+ return brushToString(this.i.rh);
637
651
  }
638
652
  set actualColumnOptionsHighlightColor(v) {
639
- this.i.rc = stringToBrush(v);
640
- this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rc));
653
+ this.i.rh = stringToBrush(v);
654
+ this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rh));
641
655
  }
642
656
  get columnOptionsHighlightColor() {
643
- return brushToString(this.i.rr);
657
+ return brushToString(this.i.rx);
644
658
  }
645
659
  set columnOptionsHighlightColor(v) {
646
- this.i.rr = stringToBrush(v);
647
- this._a("columnOptionsHighlightColor", brushToString(this.i.rr));
660
+ this.i.rx = stringToBrush(v);
661
+ this._a("columnOptionsHighlightColor", brushToString(this.i.rx));
648
662
  }
649
663
  /**
650
664
  * Gets or sets the color of separators inside the column options menu.
651
665
  */
652
666
  get actualColumnOptionsSeparatorColor() {
653
- return brushToString(this.i.rf);
667
+ return brushToString(this.i.rk);
654
668
  }
655
669
  set actualColumnOptionsSeparatorColor(v) {
656
- this.i.rf = stringToBrush(v);
657
- this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rf));
670
+ this.i.rk = stringToBrush(v);
671
+ this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rk));
658
672
  }
659
673
  /**
660
674
  * Gets or sets the color of separators inside the column options menu.
661
675
  */
662
676
  get columnOptionsSeparatorColor() {
663
- return brushToString(this.i.ru);
677
+ return brushToString(this.i.r0);
664
678
  }
665
679
  set columnOptionsSeparatorColor(v) {
666
- this.i.ru = stringToBrush(v);
667
- this._a("columnOptionsSeparatorColor", brushToString(this.i.ru));
680
+ this.i.r0 = stringToBrush(v);
681
+ this._a("columnOptionsSeparatorColor", brushToString(this.i.r0));
668
682
  }
669
683
  /**
670
684
  * Gets or sets the background color for group headers inside the column options menu.
671
685
  */
672
686
  get actualColumnOptionsGroupHeaderBackground() {
673
- return brushToString(this.i.ra);
687
+ return brushToString(this.i.rf);
674
688
  }
675
689
  set actualColumnOptionsGroupHeaderBackground(v) {
676
- this.i.ra = stringToBrush(v);
677
- this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.ra));
690
+ this.i.rf = stringToBrush(v);
691
+ this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.rf));
678
692
  }
679
693
  /**
680
694
  * Gets or sets the background color for group headers inside the column options menu.
681
695
  */
682
696
  get columnOptionsGroupHeaderBackground() {
683
- return brushToString(this.i.rp);
697
+ return brushToString(this.i.rv);
684
698
  }
685
699
  set columnOptionsGroupHeaderBackground(v) {
686
- this.i.rp = stringToBrush(v);
687
- this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rp));
700
+ this.i.rv = stringToBrush(v);
701
+ this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rv));
688
702
  }
689
703
  /**
690
704
  * Gets the actual text color for group headers inside the column options menu.
691
705
  */
692
706
  get actualColumnOptionsGroupHeaderTextColor() {
693
- return brushToString(this.i.rb);
707
+ return brushToString(this.i.rg);
694
708
  }
695
709
  set actualColumnOptionsGroupHeaderTextColor(v) {
696
- this.i.rb = stringToBrush(v);
697
- this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rb));
710
+ this.i.rg = stringToBrush(v);
711
+ this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
698
712
  }
699
713
  /**
700
714
  * Gets or sets the text color for group headers inside the column options menu.
701
715
  */
702
716
  get columnOptionsGroupHeaderTextColor() {
703
- return brushToString(this.i.rq);
717
+ return brushToString(this.i.rw);
704
718
  }
705
719
  set columnOptionsGroupHeaderTextColor(v) {
706
- this.i.rq = stringToBrush(v);
707
- this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rq));
720
+ this.i.rw = stringToBrush(v);
721
+ this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rw));
708
722
  }
709
723
  get columnOptionsGroupHeaderTextStyle() {
710
724
  if (this.i.jc == null) {
@@ -719,18 +733,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
719
733
  this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
720
734
  }
721
735
  get actualColumnOptionsAccentColor() {
722
- return brushToString(this.i.q8);
736
+ return brushToString(this.i.rd);
723
737
  }
724
738
  set actualColumnOptionsAccentColor(v) {
725
- this.i.q8 = stringToBrush(v);
726
- this._a("actualColumnOptionsAccentColor", brushToString(this.i.q8));
739
+ this.i.rd = stringToBrush(v);
740
+ this._a("actualColumnOptionsAccentColor", brushToString(this.i.rd));
727
741
  }
728
742
  get columnOptionsAccentColor() {
729
- return brushToString(this.i.rn);
743
+ return brushToString(this.i.rt);
730
744
  }
731
745
  set columnOptionsAccentColor(v) {
732
- this.i.rn = stringToBrush(v);
733
- this._a("columnOptionsAccentColor", brushToString(this.i.rn));
746
+ this.i.rt = stringToBrush(v);
747
+ this._a("columnOptionsAccentColor", brushToString(this.i.rt));
734
748
  }
735
749
  get actualColumnOptionsRowHeight() {
736
750
  return this.i.lc;
@@ -760,21 +774,21 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
760
774
  * Gets or sets the text color used for deleted rows.
761
775
  */
762
776
  get deletedTextColor() {
763
- return brushToString(this.i.rx);
777
+ return brushToString(this.i.r4);
764
778
  }
765
779
  set deletedTextColor(v) {
766
- this.i.rx = stringToBrush(v);
767
- this._a("deletedTextColor", brushToString(this.i.rx));
780
+ this.i.r4 = stringToBrush(v);
781
+ this._a("deletedTextColor", brushToString(this.i.r4));
768
782
  }
769
783
  /**
770
784
  * Gets the actual text color used for deleted rows.
771
785
  */
772
786
  get actualDeletedTextColor() {
773
- return brushToString(this.i.ri);
787
+ return brushToString(this.i.ro);
774
788
  }
775
789
  set actualDeletedTextColor(v) {
776
- this.i.ri = stringToBrush(v);
777
- this._a("actualDeletedTextColor", brushToString(this.i.ri));
790
+ this.i.ro = stringToBrush(v);
791
+ this._a("actualDeletedTextColor", brushToString(this.i.ro));
778
792
  }
779
793
  /**
780
794
  * Gets or sets the opacity to use for unsaved edited cell values.
@@ -940,20 +954,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
940
954
  * Gets or sets the text to display in the suffix area of cells in this column.
941
955
  */
942
956
  get suffixText() {
943
- return this.i.o0;
957
+ return this.i.o2;
944
958
  }
945
959
  set suffixText(v) {
946
- this.i.o0 = v;
960
+ this.i.o2 = v;
947
961
  }
948
962
  /**
949
963
  * Gets or sets the color of the text in the suffix area of the cells in this column.
950
964
  */
951
965
  get suffixTextColor() {
952
- return brushToString(this.i.r6);
966
+ return brushToString(this.i.sd);
953
967
  }
954
968
  set suffixTextColor(v) {
955
- this.i.r6 = stringToBrush(v);
956
- this._a("suffixTextColor", brushToString(this.i.r6));
969
+ this.i.sd = stringToBrush(v);
970
+ this._a("suffixTextColor", brushToString(this.i.sd));
957
971
  }
958
972
  /**
959
973
  * Gets or sets the font of the suffix text.
@@ -974,39 +988,39 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
974
988
  * Gets or sets the icon to use in the suffix area of the cells in this column.
975
989
  */
976
990
  get suffixIconName() {
977
- return this.i.os;
991
+ return this.i.ou;
978
992
  }
979
993
  set suffixIconName(v) {
980
- this.i.os = v;
994
+ this.i.ou = v;
981
995
  }
982
996
  /**
983
997
  * Gets or sets the icon to use in the suffix area of the cells in this column.
984
998
  */
985
999
  get suffixIconCollectionName() {
986
- return this.i.op;
1000
+ return this.i.or;
987
1001
  }
988
1002
  set suffixIconCollectionName(v) {
989
- this.i.op = v;
1003
+ this.i.or = v;
990
1004
  }
991
1005
  /**
992
1006
  * Gets or sets the stroke color of suffix icon.
993
1007
  */
994
1008
  get suffixIconStroke() {
995
- return brushToString(this.i.r5);
1009
+ return brushToString(this.i.sc);
996
1010
  }
997
1011
  set suffixIconStroke(v) {
998
- this.i.r5 = stringToBrush(v);
999
- this._a("suffixIconStroke", brushToString(this.i.r5));
1012
+ this.i.sc = stringToBrush(v);
1013
+ this._a("suffixIconStroke", brushToString(this.i.sc));
1000
1014
  }
1001
1015
  /**
1002
1016
  * Gets or sets the fill color of suffix icon.
1003
1017
  */
1004
1018
  get suffixIconFill() {
1005
- return brushToString(this.i.r4);
1019
+ return brushToString(this.i.sb);
1006
1020
  }
1007
1021
  set suffixIconFill(v) {
1008
- this.i.r4 = stringToBrush(v);
1009
- this._a("suffixIconFill", brushToString(this.i.r4));
1022
+ this.i.sb = stringToBrush(v);
1023
+ this._a("suffixIconFill", brushToString(this.i.sb));
1010
1024
  }
1011
1025
  /**
1012
1026
  * Gets or sets the suffix icon's viewbox x coordinate.
@@ -1100,11 +1114,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1100
1114
 
1101
1115
  */
1102
1116
  getUniqueKey() {
1103
- let iv = this.i.no();
1117
+ let iv = this.i.nq();
1104
1118
  return (iv);
1105
1119
  }
1106
1120
  setNamedHeaderValue(valueName, animationType, value) {
1107
- this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1121
+ this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
1108
1122
  }
1109
1123
  /**
1110
1124
  * Returns if the column has named header values.
@@ -1129,7 +1143,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1129
1143
  * @param valueName * The named header value to remove.
1130
1144
  */
1131
1145
  removeNamedHeaderValue(valueName) {
1132
- this.i.ph(valueName);
1146
+ this.i.pj(valueName);
1133
1147
  }
1134
1148
  /**
1135
1149
  * Gets the value of a named header value for this column by name.
@@ -1141,7 +1155,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1141
1155
  return (iv);
1142
1156
  }
1143
1157
  applyCustomFilter(filterID, index, value) {
1144
- this.i.o8(filterID, index, value);
1158
+ this.i.pa(filterID, index, value);
1145
1159
  }
1146
1160
  getDesiredToolbarActions() {
1147
1161
  let iv = this.i.getDesiredToolbarActions();
@@ -1197,7 +1211,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
1197
1211
  this._actualHeaderTextChange = ev;
1198
1212
  this._actualHeaderTextChange_wrapped = (o, e) => {
1199
1213
  let ext = this.actualHeaderText;
1200
- if (e.propertyName == 'Ml') {
1214
+ if (e.propertyName == 'Mm') {
1201
1215
  if (this.beforeActualHeaderTextChange) {
1202
1216
  this.beforeActualHeaderTextChange(this, ext);
1203
1217
  }
@@ -2839,6 +2839,17 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
2839
2839
  this.i.isGroupExpandedDefault = ensureBool(v);
2840
2840
  this._a("isGroupExpandedDefault", this.i.isGroupExpandedDefault);
2841
2841
  }
2842
+ /**
2843
+ * Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
2844
+ * When false (the default), only the expansion indicator toggles the group.
2845
+ */
2846
+ get expandCollapseOnSectionHeaderClick() {
2847
+ return this.i.expandCollapseOnSectionHeaderClick;
2848
+ }
2849
+ set expandCollapseOnSectionHeaderClick(v) {
2850
+ this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
2851
+ this._a("expandCollapseOnSectionHeaderClick", this.i.expandCollapseOnSectionHeaderClick);
2852
+ }
2842
2853
  /**
2843
2854
  * Gets or sets the display mode summaries will use inside groups.
2844
2855
  */
@@ -3237,6 +3248,16 @@ let IgcDataGridComponent = /*@__PURE__*/ (() => {
3237
3248
  this.i.columnOptionsToolTipBackgroundColor = stringToBrush(v);
3238
3249
  this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.columnOptionsToolTipBackgroundColor));
3239
3250
  }
3251
+ /**
3252
+ * Gets or sets the tooltip text color inside the column options menu.
3253
+ */
3254
+ get columnOptionsToolTipTextColor() {
3255
+ return brushToString(this.i.columnOptionsToolTipTextColor);
3256
+ }
3257
+ set columnOptionsToolTipTextColor(v) {
3258
+ this.i.columnOptionsToolTipTextColor = stringToBrush(v);
3259
+ this._a("columnOptionsToolTipTextColor", brushToString(this.i.columnOptionsToolTipTextColor));
3260
+ }
3240
3261
  /**
3241
3262
  * Gets or sets the highlight color inside the column options menu.
3242
3263
  */