igniteui-angular-data-grids 20.0.0-beta.1 → 20.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-format-cell-event-args.js +82 -0
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-format-cell-event-args.js +112 -0
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -188,6 +188,13 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
188
188
|
enumerable: false,
|
|
189
189
|
configurable: true
|
|
190
190
|
});
|
|
191
|
+
Object.defineProperty(IgxCheckboxListComponent.prototype, "isDetached", {
|
|
192
|
+
get: function () {
|
|
193
|
+
return this.i.ay;
|
|
194
|
+
},
|
|
195
|
+
enumerable: false,
|
|
196
|
+
configurable: true
|
|
197
|
+
});
|
|
191
198
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "dataMemberPath", {
|
|
192
199
|
/**
|
|
193
200
|
* Gets or Sets the property name that contains the values.
|
|
@@ -203,10 +210,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
203
210
|
});
|
|
204
211
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
205
212
|
get: function () {
|
|
206
|
-
return this.i.
|
|
213
|
+
return this.i.bk;
|
|
207
214
|
},
|
|
208
215
|
set: function (v) {
|
|
209
|
-
this.i.
|
|
216
|
+
this.i.bk = v;
|
|
210
217
|
},
|
|
211
218
|
enumerable: false,
|
|
212
219
|
configurable: true
|
|
@@ -216,20 +223,20 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
216
223
|
* Gets or Sets the property name that contains the values.
|
|
217
224
|
*/
|
|
218
225
|
get: function () {
|
|
219
|
-
return this.i.
|
|
226
|
+
return this.i.cz;
|
|
220
227
|
},
|
|
221
228
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
229
|
+
this.i.cz = v;
|
|
223
230
|
},
|
|
224
231
|
enumerable: false,
|
|
225
232
|
configurable: true
|
|
226
233
|
});
|
|
227
234
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
228
235
|
get: function () {
|
|
229
|
-
return this.i.
|
|
236
|
+
return this.i.ce;
|
|
230
237
|
},
|
|
231
238
|
set: function (v) {
|
|
232
|
-
this.i.
|
|
239
|
+
this.i.ce = v;
|
|
233
240
|
},
|
|
234
241
|
enumerable: false,
|
|
235
242
|
configurable: true
|
|
@@ -252,10 +259,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
252
259
|
* Gets or Sets the property name that contains the values.
|
|
253
260
|
*/
|
|
254
261
|
get: function () {
|
|
255
|
-
return this.i.
|
|
262
|
+
return this.i.b7;
|
|
256
263
|
},
|
|
257
264
|
set: function (v) {
|
|
258
|
-
this.i.
|
|
265
|
+
this.i.b7 = v;
|
|
259
266
|
},
|
|
260
267
|
enumerable: false,
|
|
261
268
|
configurable: true
|
|
@@ -278,17 +285,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
278
285
|
* Gets or Sets the property name that contains the values.
|
|
279
286
|
*/
|
|
280
287
|
get: function () {
|
|
281
|
-
return this.i.
|
|
288
|
+
return this.i.bh;
|
|
282
289
|
},
|
|
283
290
|
set: function (v) {
|
|
284
|
-
this.i.
|
|
291
|
+
this.i.bh = +v;
|
|
285
292
|
},
|
|
286
293
|
enumerable: false,
|
|
287
294
|
configurable: true
|
|
288
295
|
});
|
|
289
296
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "actualRowHeight", {
|
|
290
297
|
get: function () {
|
|
291
|
-
return this.i.
|
|
298
|
+
return this.i.bf;
|
|
292
299
|
},
|
|
293
300
|
enumerable: false,
|
|
294
301
|
configurable: true
|
|
@@ -368,10 +375,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
368
375
|
* Gets or sets the search background color.
|
|
369
376
|
*/
|
|
370
377
|
get: function () {
|
|
371
|
-
return brushToString(this.i.
|
|
378
|
+
return brushToString(this.i.e8);
|
|
372
379
|
},
|
|
373
380
|
set: function (v) {
|
|
374
|
-
this.i.
|
|
381
|
+
this.i.e8 = stringToBrush(v);
|
|
375
382
|
},
|
|
376
383
|
enumerable: false,
|
|
377
384
|
configurable: true
|
|
@@ -381,10 +388,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
381
388
|
* Gets or sets the search background color.
|
|
382
389
|
*/
|
|
383
390
|
get: function () {
|
|
384
|
-
return this.i.
|
|
391
|
+
return this.i.a4;
|
|
385
392
|
},
|
|
386
393
|
set: function (v) {
|
|
387
|
-
this.i.
|
|
394
|
+
this.i.a4 = ensureBool(v);
|
|
388
395
|
},
|
|
389
396
|
enumerable: false,
|
|
390
397
|
configurable: true
|
|
@@ -407,10 +414,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
407
414
|
* Gets or sets the search border color.
|
|
408
415
|
*/
|
|
409
416
|
get: function () {
|
|
410
|
-
return brushToString(this.i.
|
|
417
|
+
return brushToString(this.i.e9);
|
|
411
418
|
},
|
|
412
419
|
set: function (v) {
|
|
413
|
-
this.i.
|
|
420
|
+
this.i.e9 = stringToBrush(v);
|
|
414
421
|
},
|
|
415
422
|
enumerable: false,
|
|
416
423
|
configurable: true
|
|
@@ -438,10 +445,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
438
445
|
* Gets or sets the checkbox tick color.
|
|
439
446
|
*/
|
|
440
447
|
get: function () {
|
|
441
|
-
return brushToString(this.i.
|
|
448
|
+
return brushToString(this.i.e0);
|
|
442
449
|
},
|
|
443
450
|
set: function (v) {
|
|
444
|
-
this.i.
|
|
451
|
+
this.i.e0 = stringToBrush(v);
|
|
445
452
|
},
|
|
446
453
|
enumerable: false,
|
|
447
454
|
configurable: true
|
|
@@ -451,10 +458,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
451
458
|
* Gets or sets the checkbox background color when checked.
|
|
452
459
|
*/
|
|
453
460
|
get: function () {
|
|
454
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.ey);
|
|
455
462
|
},
|
|
456
463
|
set: function (v) {
|
|
457
|
-
this.i.
|
|
464
|
+
this.i.ey = stringToBrush(v);
|
|
458
465
|
},
|
|
459
466
|
enumerable: false,
|
|
460
467
|
configurable: true
|
|
@@ -464,10 +471,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
464
471
|
* Gets or sets the checkbox background color when unchecked.
|
|
465
472
|
*/
|
|
466
473
|
get: function () {
|
|
467
|
-
return brushToString(this.i.
|
|
474
|
+
return brushToString(this.i.e1);
|
|
468
475
|
},
|
|
469
476
|
set: function (v) {
|
|
470
|
-
this.i.
|
|
477
|
+
this.i.e1 = stringToBrush(v);
|
|
471
478
|
},
|
|
472
479
|
enumerable: false,
|
|
473
480
|
configurable: true
|
|
@@ -477,10 +484,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
477
484
|
* Gets or sets the checkbox border color when checked.
|
|
478
485
|
*/
|
|
479
486
|
get: function () {
|
|
480
|
-
return brushToString(this.i.
|
|
487
|
+
return brushToString(this.i.ez);
|
|
481
488
|
},
|
|
482
489
|
set: function (v) {
|
|
483
|
-
this.i.
|
|
490
|
+
this.i.ez = stringToBrush(v);
|
|
484
491
|
},
|
|
485
492
|
enumerable: false,
|
|
486
493
|
configurable: true
|
|
@@ -490,10 +497,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
490
497
|
* Gets or sets the checkbox border color when unchecked.
|
|
491
498
|
*/
|
|
492
499
|
get: function () {
|
|
493
|
-
return brushToString(this.i.
|
|
500
|
+
return brushToString(this.i.e2);
|
|
494
501
|
},
|
|
495
502
|
set: function (v) {
|
|
496
|
-
this.i.
|
|
503
|
+
this.i.e2 = stringToBrush(v);
|
|
497
504
|
},
|
|
498
505
|
enumerable: false,
|
|
499
506
|
configurable: true
|
|
@@ -503,10 +510,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
503
510
|
* Gets or sets the corner radius to use for the checkbox.
|
|
504
511
|
*/
|
|
505
512
|
get: function () {
|
|
506
|
-
return this.i.
|
|
513
|
+
return this.i.ba;
|
|
507
514
|
},
|
|
508
515
|
set: function (v) {
|
|
509
|
-
this.i.
|
|
516
|
+
this.i.ba = +v;
|
|
510
517
|
},
|
|
511
518
|
enumerable: false,
|
|
512
519
|
configurable: true
|
|
@@ -529,10 +536,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
529
536
|
* Gets or sets the scrollbar background color.
|
|
530
537
|
*/
|
|
531
538
|
get: function () {
|
|
532
|
-
return brushToString(this.i.
|
|
539
|
+
return brushToString(this.i.e7);
|
|
533
540
|
},
|
|
534
541
|
set: function (v) {
|
|
535
|
-
this.i.
|
|
542
|
+
this.i.e7 = stringToBrush(v);
|
|
536
543
|
},
|
|
537
544
|
enumerable: false,
|
|
538
545
|
configurable: true
|
|
@@ -542,10 +549,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
542
549
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
543
550
|
*/
|
|
544
551
|
get: function () {
|
|
545
|
-
return this.i.
|
|
552
|
+
return this.i.cs;
|
|
546
553
|
},
|
|
547
554
|
set: function (v) {
|
|
548
|
-
this.i.
|
|
555
|
+
this.i.cs = v;
|
|
549
556
|
},
|
|
550
557
|
enumerable: false,
|
|
551
558
|
configurable: true
|
|
@@ -555,10 +562,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
555
562
|
* Gets or sets the color to use for the "Select All" label.
|
|
556
563
|
*/
|
|
557
564
|
get: function () {
|
|
558
|
-
return brushToString(this.i.
|
|
565
|
+
return brushToString(this.i.fc);
|
|
559
566
|
},
|
|
560
567
|
set: function (v) {
|
|
561
|
-
this.i.
|
|
568
|
+
this.i.fc = stringToBrush(v);
|
|
562
569
|
},
|
|
563
570
|
enumerable: false,
|
|
564
571
|
configurable: true
|
|
@@ -568,10 +575,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
568
575
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
569
576
|
*/
|
|
570
577
|
get: function () {
|
|
571
|
-
return brushToString(this.i.
|
|
578
|
+
return brushToString(this.i.ew);
|
|
572
579
|
},
|
|
573
580
|
set: function (v) {
|
|
574
|
-
this.i.
|
|
581
|
+
this.i.ew = stringToBrush(v);
|
|
575
582
|
},
|
|
576
583
|
enumerable: false,
|
|
577
584
|
configurable: true
|
|
@@ -620,10 +627,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
620
627
|
* Gets or sets the color to use for the text of the component.
|
|
621
628
|
*/
|
|
622
629
|
get: function () {
|
|
623
|
-
return brushToString(this.i.
|
|
630
|
+
return brushToString(this.i.fe);
|
|
624
631
|
},
|
|
625
632
|
set: function (v) {
|
|
626
|
-
this.i.
|
|
633
|
+
this.i.fe = stringToBrush(v);
|
|
627
634
|
},
|
|
628
635
|
enumerable: false,
|
|
629
636
|
configurable: true
|
|
@@ -633,10 +640,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
633
640
|
* Gets or sets whether the filter input is visible.
|
|
634
641
|
*/
|
|
635
642
|
get: function () {
|
|
636
|
-
return this.i.
|
|
643
|
+
return this.i.a6;
|
|
637
644
|
},
|
|
638
645
|
set: function (v) {
|
|
639
|
-
this.i.
|
|
646
|
+
this.i.a6 = ensureBool(v);
|
|
640
647
|
},
|
|
641
648
|
enumerable: false,
|
|
642
649
|
configurable: true
|
|
@@ -646,10 +653,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
646
653
|
* Gets or sets whether row hover highlighting is enabled.
|
|
647
654
|
*/
|
|
648
655
|
get: function () {
|
|
649
|
-
return this.i.
|
|
656
|
+
return this.i.a2;
|
|
650
657
|
},
|
|
651
658
|
set: function (v) {
|
|
652
|
-
this.i.
|
|
659
|
+
this.i.a2 = ensureBool(v);
|
|
653
660
|
},
|
|
654
661
|
enumerable: false,
|
|
655
662
|
configurable: true
|
|
@@ -659,10 +666,10 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
659
666
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
660
667
|
*/
|
|
661
668
|
get: function () {
|
|
662
|
-
return this.i.
|
|
669
|
+
return this.i.ax;
|
|
663
670
|
},
|
|
664
671
|
set: function (v) {
|
|
665
|
-
this.i.
|
|
672
|
+
this.i.ax = ensureBool(v);
|
|
666
673
|
},
|
|
667
674
|
enumerable: false,
|
|
668
675
|
configurable: true
|
|
@@ -740,17 +747,17 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
740
747
|
|
|
741
748
|
*/
|
|
742
749
|
IgxCheckboxListComponent.prototype.selectAll = function () {
|
|
743
|
-
this.i.
|
|
750
|
+
this.i.ea();
|
|
744
751
|
};
|
|
745
752
|
/**
|
|
746
753
|
* Deselects all the items in the checkbox list.
|
|
747
754
|
|
|
748
755
|
*/
|
|
749
756
|
IgxCheckboxListComponent.prototype.deselectAll = function () {
|
|
750
|
-
this.i.
|
|
757
|
+
this.i.c8();
|
|
751
758
|
};
|
|
752
759
|
IgxCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
753
|
-
this.i.
|
|
760
|
+
this.i.dl(index, oldItem, newItem);
|
|
754
761
|
};
|
|
755
762
|
/**
|
|
756
763
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -758,22 +765,22 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
758
765
|
|
|
759
766
|
*/
|
|
760
767
|
IgxCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
761
|
-
this.i.
|
|
768
|
+
this.i.dh();
|
|
762
769
|
};
|
|
763
770
|
IgxCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
764
|
-
this.i.
|
|
771
|
+
this.i.di(index, newItem);
|
|
765
772
|
};
|
|
766
773
|
IgxCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
767
|
-
this.i.
|
|
774
|
+
this.i.dk(index, oldItem);
|
|
768
775
|
};
|
|
769
776
|
IgxCheckboxListComponent.prototype.refresh = function () {
|
|
770
777
|
this.i.refresh();
|
|
771
778
|
};
|
|
772
779
|
IgxCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
773
|
-
this.i.
|
|
780
|
+
this.i.c3(value);
|
|
774
781
|
};
|
|
775
782
|
IgxCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
776
|
-
this.i.
|
|
783
|
+
this.i.d8(value);
|
|
777
784
|
};
|
|
778
785
|
IgxCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
779
786
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -784,7 +791,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
784
791
|
|
|
785
792
|
*/
|
|
786
793
|
IgxCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
787
|
-
var iv = this.i.
|
|
794
|
+
var iv = this.i.a0();
|
|
788
795
|
return (iv);
|
|
789
796
|
};
|
|
790
797
|
/**
|
|
@@ -792,7 +799,7 @@ var IgxCheckboxListComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
792
799
|
|
|
793
800
|
*/
|
|
794
801
|
IgxCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
795
|
-
var iv = this.i.
|
|
802
|
+
var iv = this.i.az();
|
|
796
803
|
return (iv);
|
|
797
804
|
};
|
|
798
805
|
Object.defineProperty(IgxCheckboxListComponent.prototype, "selectedKeyAdded", {
|
|
@@ -44,10 +44,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
44
44
|
* 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.
|
|
45
45
|
*/
|
|
46
46
|
get: function () {
|
|
47
|
-
return this.i.
|
|
47
|
+
return this.i.n7;
|
|
48
48
|
},
|
|
49
49
|
set: function (v) {
|
|
50
|
-
this.i.
|
|
50
|
+
this.i.n7 = v;
|
|
51
51
|
},
|
|
52
52
|
enumerable: false,
|
|
53
53
|
configurable: true
|
|
@@ -57,10 +57,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
57
57
|
* Gets or sets the ComboBox data source.
|
|
58
58
|
*/
|
|
59
59
|
get: function () {
|
|
60
|
-
return this.i.
|
|
60
|
+
return this.i.n8;
|
|
61
61
|
},
|
|
62
62
|
set: function (v) {
|
|
63
|
-
this.i.
|
|
63
|
+
this.i.n8 = v;
|
|
64
64
|
},
|
|
65
65
|
enumerable: false,
|
|
66
66
|
configurable: true
|
|
@@ -70,10 +70,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
70
70
|
* Gets or sets the ComboBox text field.
|
|
71
71
|
*/
|
|
72
72
|
get: function () {
|
|
73
|
-
return this.i.
|
|
73
|
+
return this.i.oc;
|
|
74
74
|
},
|
|
75
75
|
set: function (v) {
|
|
76
|
-
this.i.
|
|
76
|
+
this.i.oc = v;
|
|
77
77
|
},
|
|
78
78
|
enumerable: false,
|
|
79
79
|
configurable: true
|
|
@@ -83,10 +83,10 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
83
83
|
* Gets or sets the ComboBox value field.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.od;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.od = v;
|
|
90
90
|
},
|
|
91
91
|
enumerable: false,
|
|
92
92
|
configurable: true
|
|
@@ -96,14 +96,14 @@ var IgxComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
96
96
|
* Gets or sets the ComboBox value field.
|
|
97
97
|
*/
|
|
98
98
|
get: function () {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.n5;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
102
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
103
103
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
104
104
|
v = v.split(re);
|
|
105
105
|
}
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.n5 = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|