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.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +132 -118
- package/esm2015/lib/igc-data-grid-component.js +21 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +140 -118
- package/esm5/lib/igc-data-grid-component.js +29 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
- package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +11 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -150,10 +150,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
150
150
|
* Gets or sets an unique name of the Column
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.od;
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.od = v;
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
@@ -163,10 +163,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
163
163
|
* Gets or sets the key used for the column binding
|
|
164
164
|
*/
|
|
165
165
|
get: function () {
|
|
166
|
-
return this.i.
|
|
166
|
+
return this.i.nl;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.nl = v;
|
|
170
170
|
},
|
|
171
171
|
enumerable: false,
|
|
172
172
|
configurable: true
|
|
@@ -176,10 +176,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
176
176
|
* Gets or sets the text displayed in the header of the column
|
|
177
177
|
*/
|
|
178
178
|
get: function () {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.ns;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.ns = v;
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -189,10 +189,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
189
189
|
* Gets the actual text displayed in the header of the column
|
|
190
190
|
*/
|
|
191
191
|
get: function () {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.mm;
|
|
193
193
|
},
|
|
194
194
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
195
|
+
this.i.mm = v;
|
|
196
196
|
},
|
|
197
197
|
enumerable: false,
|
|
198
198
|
configurable: true
|
|
@@ -202,11 +202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
202
202
|
* Gets or sets the background color to use for the cells when they are selected
|
|
203
203
|
*/
|
|
204
204
|
get: function () {
|
|
205
|
-
return brushToString(this.i.
|
|
205
|
+
return brushToString(this.i.r9);
|
|
206
206
|
},
|
|
207
207
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
208
|
+
this.i.r9 = stringToBrush(v);
|
|
209
|
+
this._a("selectedBackground", brushToString(this.i.r9));
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|
|
212
212
|
configurable: true
|
|
@@ -216,11 +216,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
216
216
|
* Gets the actual background color that is used for the cells when they are selected
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.rr);
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
222
|
+
this.i.rr = stringToBrush(v);
|
|
223
|
+
this._a("actualSelectedBackground", brushToString(this.i.rr));
|
|
224
224
|
},
|
|
225
225
|
enumerable: false,
|
|
226
226
|
configurable: true
|
|
@@ -230,11 +230,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
230
230
|
* Gets or sets the text color to use for the cells when they are selected
|
|
231
231
|
*/
|
|
232
232
|
get: function () {
|
|
233
|
-
return brushToString(this.i.
|
|
233
|
+
return brushToString(this.i.sa);
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
236
|
+
this.i.sa = stringToBrush(v);
|
|
237
|
+
this._a("selectedTextColor", brushToString(this.i.sa));
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
@@ -244,11 +244,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
244
244
|
* Gets the actual text color that is used for the cells when they are selected
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.rs);
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
250
|
+
this.i.rs = stringToBrush(v);
|
|
251
|
+
this._a("actualSelectedTextColor", brushToString(this.i.rs));
|
|
252
252
|
},
|
|
253
253
|
enumerable: false,
|
|
254
254
|
configurable: true
|
|
@@ -258,11 +258,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
258
258
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
259
259
|
*/
|
|
260
260
|
get: function () {
|
|
261
|
-
return brushToString(this.i.
|
|
261
|
+
return brushToString(this.i.r7);
|
|
262
262
|
},
|
|
263
263
|
set: function (v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
264
|
+
this.i.r7 = stringToBrush(v);
|
|
265
|
+
this._a("rowHoverBackground", brushToString(this.i.r7));
|
|
266
266
|
},
|
|
267
267
|
enumerable: false,
|
|
268
268
|
configurable: true
|
|
@@ -272,11 +272,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
272
272
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return brushToString(this.i.
|
|
275
|
+
return brushToString(this.i.rp);
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
278
|
+
this.i.rp = stringToBrush(v);
|
|
279
|
+
this._a("actualHoverBackground", brushToString(this.i.rp));
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,11 +286,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
286
286
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
return brushToString(this.i.
|
|
289
|
+
return brushToString(this.i.r8);
|
|
290
290
|
},
|
|
291
291
|
set: function (v) {
|
|
292
|
-
this.i.
|
|
293
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
292
|
+
this.i.r8 = stringToBrush(v);
|
|
293
|
+
this._a("rowHoverTextColor", brushToString(this.i.r8));
|
|
294
294
|
},
|
|
295
295
|
enumerable: false,
|
|
296
296
|
configurable: true
|
|
@@ -300,11 +300,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
300
300
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
301
301
|
*/
|
|
302
302
|
get: function () {
|
|
303
|
-
return brushToString(this.i.
|
|
303
|
+
return brushToString(this.i.rq);
|
|
304
304
|
},
|
|
305
305
|
set: function (v) {
|
|
306
|
-
this.i.
|
|
307
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
306
|
+
this.i.rq = stringToBrush(v);
|
|
307
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.rq));
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -598,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
598
598
|
* Gets the actual column options icon color for this column.
|
|
599
599
|
*/
|
|
600
600
|
get: function () {
|
|
601
|
-
return brushToString(this.i.
|
|
601
|
+
return brushToString(this.i.rj);
|
|
602
602
|
},
|
|
603
603
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
605
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
604
|
+
this.i.rj = stringToBrush(v);
|
|
605
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.rj));
|
|
606
606
|
},
|
|
607
607
|
enumerable: false,
|
|
608
608
|
configurable: true
|
|
@@ -612,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
612
612
|
* Gets or sets the column options icon color for this column.
|
|
613
613
|
*/
|
|
614
614
|
get: function () {
|
|
615
|
-
return brushToString(this.i.
|
|
615
|
+
return brushToString(this.i.rz);
|
|
616
616
|
},
|
|
617
617
|
set: function (v) {
|
|
618
|
-
this.i.
|
|
619
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
618
|
+
this.i.rz = stringToBrush(v);
|
|
619
|
+
this._a("columnOptionsIconColor", brushToString(this.i.rz));
|
|
620
620
|
},
|
|
621
621
|
enumerable: false,
|
|
622
622
|
configurable: true
|
|
@@ -739,11 +739,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
739
739
|
* Gets or sets the column options dropdown background color.
|
|
740
740
|
*/
|
|
741
741
|
get: function () {
|
|
742
|
-
return brushToString(this.i.
|
|
742
|
+
return brushToString(this.i.re);
|
|
743
743
|
},
|
|
744
744
|
set: function (v) {
|
|
745
|
-
this.i.
|
|
746
|
-
this._a("actualColumnOptionsBackground", brushToString(this.i.
|
|
745
|
+
this.i.re = stringToBrush(v);
|
|
746
|
+
this._a("actualColumnOptionsBackground", brushToString(this.i.re));
|
|
747
747
|
},
|
|
748
748
|
enumerable: false,
|
|
749
749
|
configurable: true
|
|
@@ -753,11 +753,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
753
753
|
* Gets or sets the column options dropdown background color.
|
|
754
754
|
*/
|
|
755
755
|
get: function () {
|
|
756
|
-
return brushToString(this.i.
|
|
756
|
+
return brushToString(this.i.ru);
|
|
757
757
|
},
|
|
758
758
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
760
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
759
|
+
this.i.ru = stringToBrush(v);
|
|
760
|
+
this._a("columnOptionsBackground", brushToString(this.i.ru));
|
|
761
761
|
},
|
|
762
762
|
enumerable: false,
|
|
763
763
|
configurable: true
|
|
@@ -767,11 +767,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
767
767
|
* Gets or sets the text color for text inside the column options menu.
|
|
768
768
|
*/
|
|
769
769
|
get: function () {
|
|
770
|
-
return brushToString(this.i.
|
|
770
|
+
return brushToString(this.i.rl);
|
|
771
771
|
},
|
|
772
772
|
set: function (v) {
|
|
773
|
-
this.i.
|
|
774
|
-
this._a("actualColumnOptionsTextColor", brushToString(this.i.
|
|
773
|
+
this.i.rl = stringToBrush(v);
|
|
774
|
+
this._a("actualColumnOptionsTextColor", brushToString(this.i.rl));
|
|
775
775
|
},
|
|
776
776
|
enumerable: false,
|
|
777
777
|
configurable: true
|
|
@@ -781,11 +781,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
781
781
|
* Gets or sets the text color for text inside the column options menu.
|
|
782
782
|
*/
|
|
783
783
|
get: function () {
|
|
784
|
-
return brushToString(this.i.
|
|
784
|
+
return brushToString(this.i.r1);
|
|
785
785
|
},
|
|
786
786
|
set: function (v) {
|
|
787
|
-
this.i.
|
|
788
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
787
|
+
this.i.r1 = stringToBrush(v);
|
|
788
|
+
this._a("columnOptionsTextColor", brushToString(this.i.r1));
|
|
789
789
|
},
|
|
790
790
|
enumerable: false,
|
|
791
791
|
configurable: true
|
|
@@ -811,66 +811,88 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
811
811
|
});
|
|
812
812
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHoverBackgroundColor", {
|
|
813
813
|
get: function () {
|
|
814
|
-
return brushToString(this.i.
|
|
814
|
+
return brushToString(this.i.ri);
|
|
815
815
|
},
|
|
816
816
|
set: function (v) {
|
|
817
|
-
this.i.
|
|
818
|
-
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
817
|
+
this.i.ri = stringToBrush(v);
|
|
818
|
+
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ri));
|
|
819
819
|
},
|
|
820
820
|
enumerable: false,
|
|
821
821
|
configurable: true
|
|
822
822
|
});
|
|
823
823
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHoverBackgroundColor", {
|
|
824
824
|
get: function () {
|
|
825
|
-
return brushToString(this.i.
|
|
825
|
+
return brushToString(this.i.ry);
|
|
826
826
|
},
|
|
827
827
|
set: function (v) {
|
|
828
|
-
this.i.
|
|
829
|
-
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
828
|
+
this.i.ry = stringToBrush(v);
|
|
829
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.ry));
|
|
830
830
|
},
|
|
831
831
|
enumerable: false,
|
|
832
832
|
configurable: true
|
|
833
833
|
});
|
|
834
834
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsToolTipBackgroundColor", {
|
|
835
835
|
get: function () {
|
|
836
|
-
return brushToString(this.i.
|
|
836
|
+
return brushToString(this.i.rm);
|
|
837
837
|
},
|
|
838
838
|
set: function (v) {
|
|
839
|
-
this.i.
|
|
840
|
-
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
839
|
+
this.i.rm = stringToBrush(v);
|
|
840
|
+
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rm));
|
|
841
841
|
},
|
|
842
842
|
enumerable: false,
|
|
843
843
|
configurable: true
|
|
844
844
|
});
|
|
845
845
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
846
846
|
get: function () {
|
|
847
|
-
return brushToString(this.i.
|
|
847
|
+
return brushToString(this.i.r2);
|
|
848
848
|
},
|
|
849
849
|
set: function (v) {
|
|
850
|
-
this.i.
|
|
851
|
-
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
850
|
+
this.i.r2 = stringToBrush(v);
|
|
851
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.r2));
|
|
852
|
+
},
|
|
853
|
+
enumerable: false,
|
|
854
|
+
configurable: true
|
|
855
|
+
});
|
|
856
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsToolTipTextColor", {
|
|
857
|
+
get: function () {
|
|
858
|
+
return brushToString(this.i.rn);
|
|
859
|
+
},
|
|
860
|
+
set: function (v) {
|
|
861
|
+
this.i.rn = stringToBrush(v);
|
|
862
|
+
this._a("actualColumnOptionsToolTipTextColor", brushToString(this.i.rn));
|
|
863
|
+
},
|
|
864
|
+
enumerable: false,
|
|
865
|
+
configurable: true
|
|
866
|
+
});
|
|
867
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsToolTipTextColor", {
|
|
868
|
+
get: function () {
|
|
869
|
+
return brushToString(this.i.r3);
|
|
870
|
+
},
|
|
871
|
+
set: function (v) {
|
|
872
|
+
this.i.r3 = stringToBrush(v);
|
|
873
|
+
this._a("columnOptionsToolTipTextColor", brushToString(this.i.r3));
|
|
852
874
|
},
|
|
853
875
|
enumerable: false,
|
|
854
876
|
configurable: true
|
|
855
877
|
});
|
|
856
878
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsHighlightColor", {
|
|
857
879
|
get: function () {
|
|
858
|
-
return brushToString(this.i.
|
|
880
|
+
return brushToString(this.i.rh);
|
|
859
881
|
},
|
|
860
882
|
set: function (v) {
|
|
861
|
-
this.i.
|
|
862
|
-
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.
|
|
883
|
+
this.i.rh = stringToBrush(v);
|
|
884
|
+
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rh));
|
|
863
885
|
},
|
|
864
886
|
enumerable: false,
|
|
865
887
|
configurable: true
|
|
866
888
|
});
|
|
867
889
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsHighlightColor", {
|
|
868
890
|
get: function () {
|
|
869
|
-
return brushToString(this.i.
|
|
891
|
+
return brushToString(this.i.rx);
|
|
870
892
|
},
|
|
871
893
|
set: function (v) {
|
|
872
|
-
this.i.
|
|
873
|
-
this._a("columnOptionsHighlightColor", brushToString(this.i.
|
|
894
|
+
this.i.rx = stringToBrush(v);
|
|
895
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.rx));
|
|
874
896
|
},
|
|
875
897
|
enumerable: false,
|
|
876
898
|
configurable: true
|
|
@@ -880,11 +902,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
880
902
|
* Gets or sets the color of separators inside the column options menu.
|
|
881
903
|
*/
|
|
882
904
|
get: function () {
|
|
883
|
-
return brushToString(this.i.
|
|
905
|
+
return brushToString(this.i.rk);
|
|
884
906
|
},
|
|
885
907
|
set: function (v) {
|
|
886
|
-
this.i.
|
|
887
|
-
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.
|
|
908
|
+
this.i.rk = stringToBrush(v);
|
|
909
|
+
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rk));
|
|
888
910
|
},
|
|
889
911
|
enumerable: false,
|
|
890
912
|
configurable: true
|
|
@@ -894,11 +916,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
894
916
|
* Gets or sets the color of separators inside the column options menu.
|
|
895
917
|
*/
|
|
896
918
|
get: function () {
|
|
897
|
-
return brushToString(this.i.
|
|
919
|
+
return brushToString(this.i.r0);
|
|
898
920
|
},
|
|
899
921
|
set: function (v) {
|
|
900
|
-
this.i.
|
|
901
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
922
|
+
this.i.r0 = stringToBrush(v);
|
|
923
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.r0));
|
|
902
924
|
},
|
|
903
925
|
enumerable: false,
|
|
904
926
|
configurable: true
|
|
@@ -908,11 +930,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
908
930
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
909
931
|
*/
|
|
910
932
|
get: function () {
|
|
911
|
-
return brushToString(this.i.
|
|
933
|
+
return brushToString(this.i.rf);
|
|
912
934
|
},
|
|
913
935
|
set: function (v) {
|
|
914
|
-
this.i.
|
|
915
|
-
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
936
|
+
this.i.rf = stringToBrush(v);
|
|
937
|
+
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.rf));
|
|
916
938
|
},
|
|
917
939
|
enumerable: false,
|
|
918
940
|
configurable: true
|
|
@@ -922,11 +944,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
922
944
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
923
945
|
*/
|
|
924
946
|
get: function () {
|
|
925
|
-
return brushToString(this.i.
|
|
947
|
+
return brushToString(this.i.rv);
|
|
926
948
|
},
|
|
927
949
|
set: function (v) {
|
|
928
|
-
this.i.
|
|
929
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
950
|
+
this.i.rv = stringToBrush(v);
|
|
951
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rv));
|
|
930
952
|
},
|
|
931
953
|
enumerable: false,
|
|
932
954
|
configurable: true
|
|
@@ -936,11 +958,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
936
958
|
* Gets the actual text color for group headers inside the column options menu.
|
|
937
959
|
*/
|
|
938
960
|
get: function () {
|
|
939
|
-
return brushToString(this.i.
|
|
961
|
+
return brushToString(this.i.rg);
|
|
940
962
|
},
|
|
941
963
|
set: function (v) {
|
|
942
|
-
this.i.
|
|
943
|
-
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
964
|
+
this.i.rg = stringToBrush(v);
|
|
965
|
+
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rg));
|
|
944
966
|
},
|
|
945
967
|
enumerable: false,
|
|
946
968
|
configurable: true
|
|
@@ -950,11 +972,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
950
972
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
951
973
|
*/
|
|
952
974
|
get: function () {
|
|
953
|
-
return brushToString(this.i.
|
|
975
|
+
return brushToString(this.i.rw);
|
|
954
976
|
},
|
|
955
977
|
set: function (v) {
|
|
956
|
-
this.i.
|
|
957
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
978
|
+
this.i.rw = stringToBrush(v);
|
|
979
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rw));
|
|
958
980
|
},
|
|
959
981
|
enumerable: false,
|
|
960
982
|
configurable: true
|
|
@@ -977,22 +999,22 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
977
999
|
});
|
|
978
1000
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
|
|
979
1001
|
get: function () {
|
|
980
|
-
return brushToString(this.i.
|
|
1002
|
+
return brushToString(this.i.rd);
|
|
981
1003
|
},
|
|
982
1004
|
set: function (v) {
|
|
983
|
-
this.i.
|
|
984
|
-
this._a("actualColumnOptionsAccentColor", brushToString(this.i.
|
|
1005
|
+
this.i.rd = stringToBrush(v);
|
|
1006
|
+
this._a("actualColumnOptionsAccentColor", brushToString(this.i.rd));
|
|
985
1007
|
},
|
|
986
1008
|
enumerable: false,
|
|
987
1009
|
configurable: true
|
|
988
1010
|
});
|
|
989
1011
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
|
|
990
1012
|
get: function () {
|
|
991
|
-
return brushToString(this.i.
|
|
1013
|
+
return brushToString(this.i.rt);
|
|
992
1014
|
},
|
|
993
1015
|
set: function (v) {
|
|
994
|
-
this.i.
|
|
995
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
1016
|
+
this.i.rt = stringToBrush(v);
|
|
1017
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.rt));
|
|
996
1018
|
},
|
|
997
1019
|
enumerable: false,
|
|
998
1020
|
configurable: true
|
|
@@ -1038,11 +1060,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1038
1060
|
* Gets or sets the text color used for deleted rows.
|
|
1039
1061
|
*/
|
|
1040
1062
|
get: function () {
|
|
1041
|
-
return brushToString(this.i.
|
|
1063
|
+
return brushToString(this.i.r4);
|
|
1042
1064
|
},
|
|
1043
1065
|
set: function (v) {
|
|
1044
|
-
this.i.
|
|
1045
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
1066
|
+
this.i.r4 = stringToBrush(v);
|
|
1067
|
+
this._a("deletedTextColor", brushToString(this.i.r4));
|
|
1046
1068
|
},
|
|
1047
1069
|
enumerable: false,
|
|
1048
1070
|
configurable: true
|
|
@@ -1052,11 +1074,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1052
1074
|
* Gets the actual text color used for deleted rows.
|
|
1053
1075
|
*/
|
|
1054
1076
|
get: function () {
|
|
1055
|
-
return brushToString(this.i.
|
|
1077
|
+
return brushToString(this.i.ro);
|
|
1056
1078
|
},
|
|
1057
1079
|
set: function (v) {
|
|
1058
|
-
this.i.
|
|
1059
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
1080
|
+
this.i.ro = stringToBrush(v);
|
|
1081
|
+
this._a("actualDeletedTextColor", brushToString(this.i.ro));
|
|
1060
1082
|
},
|
|
1061
1083
|
enumerable: false,
|
|
1062
1084
|
configurable: true
|
|
@@ -1278,10 +1300,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1278
1300
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
1279
1301
|
*/
|
|
1280
1302
|
get: function () {
|
|
1281
|
-
return this.i.
|
|
1303
|
+
return this.i.o2;
|
|
1282
1304
|
},
|
|
1283
1305
|
set: function (v) {
|
|
1284
|
-
this.i.
|
|
1306
|
+
this.i.o2 = v;
|
|
1285
1307
|
},
|
|
1286
1308
|
enumerable: false,
|
|
1287
1309
|
configurable: true
|
|
@@ -1291,11 +1313,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1291
1313
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
1292
1314
|
*/
|
|
1293
1315
|
get: function () {
|
|
1294
|
-
return brushToString(this.i.
|
|
1316
|
+
return brushToString(this.i.sd);
|
|
1295
1317
|
},
|
|
1296
1318
|
set: function (v) {
|
|
1297
|
-
this.i.
|
|
1298
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
1319
|
+
this.i.sd = stringToBrush(v);
|
|
1320
|
+
this._a("suffixTextColor", brushToString(this.i.sd));
|
|
1299
1321
|
},
|
|
1300
1322
|
enumerable: false,
|
|
1301
1323
|
configurable: true
|
|
@@ -1324,10 +1346,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1324
1346
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1325
1347
|
*/
|
|
1326
1348
|
get: function () {
|
|
1327
|
-
return this.i.
|
|
1349
|
+
return this.i.ou;
|
|
1328
1350
|
},
|
|
1329
1351
|
set: function (v) {
|
|
1330
|
-
this.i.
|
|
1352
|
+
this.i.ou = v;
|
|
1331
1353
|
},
|
|
1332
1354
|
enumerable: false,
|
|
1333
1355
|
configurable: true
|
|
@@ -1337,10 +1359,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1337
1359
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1338
1360
|
*/
|
|
1339
1361
|
get: function () {
|
|
1340
|
-
return this.i.
|
|
1362
|
+
return this.i.or;
|
|
1341
1363
|
},
|
|
1342
1364
|
set: function (v) {
|
|
1343
|
-
this.i.
|
|
1365
|
+
this.i.or = v;
|
|
1344
1366
|
},
|
|
1345
1367
|
enumerable: false,
|
|
1346
1368
|
configurable: true
|
|
@@ -1350,11 +1372,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1350
1372
|
* Gets or sets the stroke color of suffix icon.
|
|
1351
1373
|
*/
|
|
1352
1374
|
get: function () {
|
|
1353
|
-
return brushToString(this.i.
|
|
1375
|
+
return brushToString(this.i.sc);
|
|
1354
1376
|
},
|
|
1355
1377
|
set: function (v) {
|
|
1356
|
-
this.i.
|
|
1357
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
1378
|
+
this.i.sc = stringToBrush(v);
|
|
1379
|
+
this._a("suffixIconStroke", brushToString(this.i.sc));
|
|
1358
1380
|
},
|
|
1359
1381
|
enumerable: false,
|
|
1360
1382
|
configurable: true
|
|
@@ -1364,11 +1386,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1364
1386
|
* Gets or sets the fill color of suffix icon.
|
|
1365
1387
|
*/
|
|
1366
1388
|
get: function () {
|
|
1367
|
-
return brushToString(this.i.
|
|
1389
|
+
return brushToString(this.i.sb);
|
|
1368
1390
|
},
|
|
1369
1391
|
set: function (v) {
|
|
1370
|
-
this.i.
|
|
1371
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
1392
|
+
this.i.sb = stringToBrush(v);
|
|
1393
|
+
this._a("suffixIconFill", brushToString(this.i.sb));
|
|
1372
1394
|
},
|
|
1373
1395
|
enumerable: false,
|
|
1374
1396
|
configurable: true
|
|
@@ -1489,11 +1511,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1489
1511
|
|
|
1490
1512
|
*/
|
|
1491
1513
|
IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1492
|
-
var iv = this.i.
|
|
1514
|
+
var iv = this.i.nq();
|
|
1493
1515
|
return (iv);
|
|
1494
1516
|
};
|
|
1495
1517
|
IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1496
|
-
this.i.
|
|
1518
|
+
this.i.pk(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1497
1519
|
};
|
|
1498
1520
|
/**
|
|
1499
1521
|
* Returns if the column has named header values.
|
|
@@ -1518,7 +1540,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1518
1540
|
* @param valueName * The named header value to remove.
|
|
1519
1541
|
*/
|
|
1520
1542
|
IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1521
|
-
this.i.
|
|
1543
|
+
this.i.pj(valueName);
|
|
1522
1544
|
};
|
|
1523
1545
|
/**
|
|
1524
1546
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1530,7 +1552,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1530
1552
|
return (iv);
|
|
1531
1553
|
};
|
|
1532
1554
|
IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1533
|
-
this.i.
|
|
1555
|
+
this.i.pa(filterID, index, value);
|
|
1534
1556
|
};
|
|
1535
1557
|
IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1536
1558
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1593,7 +1615,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1593
1615
|
this._actualHeaderTextChange = ev;
|
|
1594
1616
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
1595
1617
|
var ext = _this.actualHeaderText;
|
|
1596
|
-
if (e.propertyName == '
|
|
1618
|
+
if (e.propertyName == 'Mm') {
|
|
1597
1619
|
if (_this.beforeActualHeaderTextChange) {
|
|
1598
1620
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
1599
1621
|
}
|
|
@@ -3527,6 +3527,21 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
3527
3527
|
enumerable: false,
|
|
3528
3528
|
configurable: true
|
|
3529
3529
|
});
|
|
3530
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "expandCollapseOnSectionHeaderClick", {
|
|
3531
|
+
/**
|
|
3532
|
+
* Gets or sets whether clicking anywhere inside a section header cell toggles the group's expansion state.
|
|
3533
|
+
* When false (the default), only the expansion indicator toggles the group.
|
|
3534
|
+
*/
|
|
3535
|
+
get: function () {
|
|
3536
|
+
return this.i.expandCollapseOnSectionHeaderClick;
|
|
3537
|
+
},
|
|
3538
|
+
set: function (v) {
|
|
3539
|
+
this.i.expandCollapseOnSectionHeaderClick = ensureBool(v);
|
|
3540
|
+
this._a("expandCollapseOnSectionHeaderClick", this.i.expandCollapseOnSectionHeaderClick);
|
|
3541
|
+
},
|
|
3542
|
+
enumerable: false,
|
|
3543
|
+
configurable: true
|
|
3544
|
+
});
|
|
3530
3545
|
Object.defineProperty(IgcDataGridComponent.prototype, "groupSummaryDisplayMode", {
|
|
3531
3546
|
/**
|
|
3532
3547
|
* Gets or sets the display mode summaries will use inside groups.
|
|
@@ -4077,6 +4092,20 @@ export var IgcDataGridComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
4077
4092
|
enumerable: false,
|
|
4078
4093
|
configurable: true
|
|
4079
4094
|
});
|
|
4095
|
+
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsToolTipTextColor", {
|
|
4096
|
+
/**
|
|
4097
|
+
* Gets or sets the tooltip text color inside the column options menu.
|
|
4098
|
+
*/
|
|
4099
|
+
get: function () {
|
|
4100
|
+
return brushToString(this.i.columnOptionsToolTipTextColor);
|
|
4101
|
+
},
|
|
4102
|
+
set: function (v) {
|
|
4103
|
+
this.i.columnOptionsToolTipTextColor = stringToBrush(v);
|
|
4104
|
+
this._a("columnOptionsToolTipTextColor", brushToString(this.i.columnOptionsToolTipTextColor));
|
|
4105
|
+
},
|
|
4106
|
+
enumerable: false,
|
|
4107
|
+
configurable: true
|
|
4108
|
+
});
|
|
4080
4109
|
Object.defineProperty(IgcDataGridComponent.prototype, "columnOptionsHighlightColor", {
|
|
4081
4110
|
/**
|
|
4082
4111
|
* Gets or sets the highlight color inside the column options menu.
|