igniteui-webcomponents-data-grids 6.0.0 → 6.0.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 +3976 -3602
- package/bundles/igniteui-webcomponents-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 +2445 -2387
- 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/igc-cell-info.js +58 -49
- package/esm2015/lib/igc-checkbox-list-component.js +75 -72
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +164 -135
- package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-format-cell-event-args.js +85 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-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/igc-cell-info.js +62 -49
- package/esm5/lib/igc-checkbox-list-component.js +79 -72
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +169 -135
- package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-format-cell-event-args.js +115 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
- package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
- 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/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +1 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
- package/lib/igc-format-cell-event-args.d.ts +42 -0
- package/package.json +4 -5
- package/public_api.d.ts +2 -0
|
@@ -297,6 +297,13 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
297
297
|
enumerable: false,
|
|
298
298
|
configurable: true
|
|
299
299
|
});
|
|
300
|
+
Object.defineProperty(IgcCheckboxListComponent.prototype, "isDetached", {
|
|
301
|
+
get: function () {
|
|
302
|
+
return this.i.ay;
|
|
303
|
+
},
|
|
304
|
+
enumerable: false,
|
|
305
|
+
configurable: true
|
|
306
|
+
});
|
|
300
307
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "dataMemberPath", {
|
|
301
308
|
/**
|
|
302
309
|
* Gets or Sets the property name that contains the values.
|
|
@@ -312,10 +319,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
312
319
|
});
|
|
313
320
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "dataLegendTarget", {
|
|
314
321
|
get: function () {
|
|
315
|
-
return this.i.
|
|
322
|
+
return this.i.bk;
|
|
316
323
|
},
|
|
317
324
|
set: function (v) {
|
|
318
|
-
this.i.
|
|
325
|
+
this.i.bk = v;
|
|
319
326
|
},
|
|
320
327
|
enumerable: false,
|
|
321
328
|
configurable: true
|
|
@@ -325,20 +332,20 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
332
|
* Gets or Sets the property name that contains the values.
|
|
326
333
|
*/
|
|
327
334
|
get: function () {
|
|
328
|
-
return this.i.
|
|
335
|
+
return this.i.cz;
|
|
329
336
|
},
|
|
330
337
|
set: function (v) {
|
|
331
|
-
this.i.
|
|
338
|
+
this.i.cz = v;
|
|
332
339
|
},
|
|
333
340
|
enumerable: false,
|
|
334
341
|
configurable: true
|
|
335
342
|
});
|
|
336
343
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "propertyTypeMemberPath", {
|
|
337
344
|
get: function () {
|
|
338
|
-
return this.i.
|
|
345
|
+
return this.i.ce;
|
|
339
346
|
},
|
|
340
347
|
set: function (v) {
|
|
341
|
-
this.i.
|
|
348
|
+
this.i.ce = v;
|
|
342
349
|
},
|
|
343
350
|
enumerable: false,
|
|
344
351
|
configurable: true
|
|
@@ -361,10 +368,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
361
368
|
* Gets or Sets the property name that contains the values.
|
|
362
369
|
*/
|
|
363
370
|
get: function () {
|
|
364
|
-
return this.i.
|
|
371
|
+
return this.i.b7;
|
|
365
372
|
},
|
|
366
373
|
set: function (v) {
|
|
367
|
-
this.i.
|
|
374
|
+
this.i.b7 = v;
|
|
368
375
|
},
|
|
369
376
|
enumerable: false,
|
|
370
377
|
configurable: true
|
|
@@ -388,18 +395,18 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
388
395
|
* Gets or Sets the property name that contains the values.
|
|
389
396
|
*/
|
|
390
397
|
get: function () {
|
|
391
|
-
return this.i.
|
|
398
|
+
return this.i.bh;
|
|
392
399
|
},
|
|
393
400
|
set: function (v) {
|
|
394
|
-
this.i.
|
|
395
|
-
this._a("rowHeight", this.i.
|
|
401
|
+
this.i.bh = +v;
|
|
402
|
+
this._a("rowHeight", this.i.bh);
|
|
396
403
|
},
|
|
397
404
|
enumerable: false,
|
|
398
405
|
configurable: true
|
|
399
406
|
});
|
|
400
407
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "actualRowHeight", {
|
|
401
408
|
get: function () {
|
|
402
|
-
return this.i.
|
|
409
|
+
return this.i.bf;
|
|
403
410
|
},
|
|
404
411
|
enumerable: false,
|
|
405
412
|
configurable: true
|
|
@@ -484,11 +491,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
484
491
|
* Gets or sets the search background color.
|
|
485
492
|
*/
|
|
486
493
|
get: function () {
|
|
487
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.e8);
|
|
488
495
|
},
|
|
489
496
|
set: function (v) {
|
|
490
|
-
this.i.
|
|
491
|
-
this._a("searchBackgroundColor", brushToString(this.i.
|
|
497
|
+
this.i.e8 = stringToBrush(v);
|
|
498
|
+
this._a("searchBackgroundColor", brushToString(this.i.e8));
|
|
492
499
|
},
|
|
493
500
|
enumerable: false,
|
|
494
501
|
configurable: true
|
|
@@ -498,11 +505,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
498
505
|
* Gets or sets the search background color.
|
|
499
506
|
*/
|
|
500
507
|
get: function () {
|
|
501
|
-
return this.i.
|
|
508
|
+
return this.i.a4;
|
|
502
509
|
},
|
|
503
510
|
set: function (v) {
|
|
504
|
-
this.i.
|
|
505
|
-
this._a("labelClickTriggersChange", this.i.
|
|
511
|
+
this.i.a4 = ensureBool(v);
|
|
512
|
+
this._a("labelClickTriggersChange", this.i.a4);
|
|
506
513
|
},
|
|
507
514
|
enumerable: false,
|
|
508
515
|
configurable: true
|
|
@@ -526,11 +533,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
526
533
|
* Gets or sets the search border color.
|
|
527
534
|
*/
|
|
528
535
|
get: function () {
|
|
529
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.e9);
|
|
530
537
|
},
|
|
531
538
|
set: function (v) {
|
|
532
|
-
this.i.
|
|
533
|
-
this._a("searchBorderColor", brushToString(this.i.
|
|
539
|
+
this.i.e9 = stringToBrush(v);
|
|
540
|
+
this._a("searchBorderColor", brushToString(this.i.e9));
|
|
534
541
|
},
|
|
535
542
|
enumerable: false,
|
|
536
543
|
configurable: true
|
|
@@ -559,11 +566,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
559
566
|
* Gets or sets the checkbox tick color.
|
|
560
567
|
*/
|
|
561
568
|
get: function () {
|
|
562
|
-
return brushToString(this.i.
|
|
569
|
+
return brushToString(this.i.e0);
|
|
563
570
|
},
|
|
564
571
|
set: function (v) {
|
|
565
|
-
this.i.
|
|
566
|
-
this._a("checkboxTickColor", brushToString(this.i.
|
|
572
|
+
this.i.e0 = stringToBrush(v);
|
|
573
|
+
this._a("checkboxTickColor", brushToString(this.i.e0));
|
|
567
574
|
},
|
|
568
575
|
enumerable: false,
|
|
569
576
|
configurable: true
|
|
@@ -573,11 +580,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
573
580
|
* Gets or sets the checkbox background color when checked.
|
|
574
581
|
*/
|
|
575
582
|
get: function () {
|
|
576
|
-
return brushToString(this.i.
|
|
583
|
+
return brushToString(this.i.ey);
|
|
577
584
|
},
|
|
578
585
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.
|
|
586
|
+
this.i.ey = stringToBrush(v);
|
|
587
|
+
this._a("checkboxCheckedBackgroundColor", brushToString(this.i.ey));
|
|
581
588
|
},
|
|
582
589
|
enumerable: false,
|
|
583
590
|
configurable: true
|
|
@@ -587,11 +594,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
587
594
|
* Gets or sets the checkbox background color when unchecked.
|
|
588
595
|
*/
|
|
589
596
|
get: function () {
|
|
590
|
-
return brushToString(this.i.
|
|
597
|
+
return brushToString(this.i.e1);
|
|
591
598
|
},
|
|
592
599
|
set: function (v) {
|
|
593
|
-
this.i.
|
|
594
|
-
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.
|
|
600
|
+
this.i.e1 = stringToBrush(v);
|
|
601
|
+
this._a("checkboxUncheckedBackgroundColor", brushToString(this.i.e1));
|
|
595
602
|
},
|
|
596
603
|
enumerable: false,
|
|
597
604
|
configurable: true
|
|
@@ -601,11 +608,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
601
608
|
* Gets or sets the checkbox border color when checked.
|
|
602
609
|
*/
|
|
603
610
|
get: function () {
|
|
604
|
-
return brushToString(this.i.
|
|
611
|
+
return brushToString(this.i.ez);
|
|
605
612
|
},
|
|
606
613
|
set: function (v) {
|
|
607
|
-
this.i.
|
|
608
|
-
this._a("checkboxCheckedBorderColor", brushToString(this.i.
|
|
614
|
+
this.i.ez = stringToBrush(v);
|
|
615
|
+
this._a("checkboxCheckedBorderColor", brushToString(this.i.ez));
|
|
609
616
|
},
|
|
610
617
|
enumerable: false,
|
|
611
618
|
configurable: true
|
|
@@ -615,11 +622,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
615
622
|
* Gets or sets the checkbox border color when unchecked.
|
|
616
623
|
*/
|
|
617
624
|
get: function () {
|
|
618
|
-
return brushToString(this.i.
|
|
625
|
+
return brushToString(this.i.e2);
|
|
619
626
|
},
|
|
620
627
|
set: function (v) {
|
|
621
|
-
this.i.
|
|
622
|
-
this._a("checkboxUncheckedBorderColor", brushToString(this.i.
|
|
628
|
+
this.i.e2 = stringToBrush(v);
|
|
629
|
+
this._a("checkboxUncheckedBorderColor", brushToString(this.i.e2));
|
|
623
630
|
},
|
|
624
631
|
enumerable: false,
|
|
625
632
|
configurable: true
|
|
@@ -629,11 +636,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
629
636
|
* Gets or sets the corner radius to use for the checkbox.
|
|
630
637
|
*/
|
|
631
638
|
get: function () {
|
|
632
|
-
return this.i.
|
|
639
|
+
return this.i.ba;
|
|
633
640
|
},
|
|
634
641
|
set: function (v) {
|
|
635
|
-
this.i.
|
|
636
|
-
this._a("checkboxCornerRadius", this.i.
|
|
642
|
+
this.i.ba = +v;
|
|
643
|
+
this._a("checkboxCornerRadius", this.i.ba);
|
|
637
644
|
},
|
|
638
645
|
enumerable: false,
|
|
639
646
|
configurable: true
|
|
@@ -657,11 +664,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
657
664
|
* Gets or sets the scrollbar background color.
|
|
658
665
|
*/
|
|
659
666
|
get: function () {
|
|
660
|
-
return brushToString(this.i.
|
|
667
|
+
return brushToString(this.i.e7);
|
|
661
668
|
},
|
|
662
669
|
set: function (v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("scrollbarBackground", brushToString(this.i.
|
|
670
|
+
this.i.e7 = stringToBrush(v);
|
|
671
|
+
this._a("scrollbarBackground", brushToString(this.i.e7));
|
|
665
672
|
},
|
|
666
673
|
enumerable: false,
|
|
667
674
|
configurable: true
|
|
@@ -671,10 +678,10 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
671
678
|
* Gets / sets the caption of the "Select All" checkbox.
|
|
672
679
|
*/
|
|
673
680
|
get: function () {
|
|
674
|
-
return this.i.
|
|
681
|
+
return this.i.cs;
|
|
675
682
|
},
|
|
676
683
|
set: function (v) {
|
|
677
|
-
this.i.
|
|
684
|
+
this.i.cs = v;
|
|
678
685
|
},
|
|
679
686
|
enumerable: false,
|
|
680
687
|
configurable: true
|
|
@@ -684,11 +691,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
684
691
|
* Gets or sets the color to use for the "Select All" label.
|
|
685
692
|
*/
|
|
686
693
|
get: function () {
|
|
687
|
-
return brushToString(this.i.
|
|
694
|
+
return brushToString(this.i.fc);
|
|
688
695
|
},
|
|
689
696
|
set: function (v) {
|
|
690
|
-
this.i.
|
|
691
|
-
this._a("selectAllCaptionTextColor", brushToString(this.i.
|
|
697
|
+
this.i.fc = stringToBrush(v);
|
|
698
|
+
this._a("selectAllCaptionTextColor", brushToString(this.i.fc));
|
|
692
699
|
},
|
|
693
700
|
enumerable: false,
|
|
694
701
|
configurable: true
|
|
@@ -698,11 +705,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
698
705
|
* Gets or sets the color to use for the actual header selectAllCaption text.
|
|
699
706
|
*/
|
|
700
707
|
get: function () {
|
|
701
|
-
return brushToString(this.i.
|
|
708
|
+
return brushToString(this.i.ew);
|
|
702
709
|
},
|
|
703
710
|
set: function (v) {
|
|
704
|
-
this.i.
|
|
705
|
-
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.
|
|
711
|
+
this.i.ew = stringToBrush(v);
|
|
712
|
+
this._a("actualSelectAllCaptionTextColor", brushToString(this.i.ew));
|
|
706
713
|
},
|
|
707
714
|
enumerable: false,
|
|
708
715
|
configurable: true
|
|
@@ -754,11 +761,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
754
761
|
* Gets or sets the color to use for the text of the component.
|
|
755
762
|
*/
|
|
756
763
|
get: function () {
|
|
757
|
-
return brushToString(this.i.
|
|
764
|
+
return brushToString(this.i.fe);
|
|
758
765
|
},
|
|
759
766
|
set: function (v) {
|
|
760
|
-
this.i.
|
|
761
|
-
this._a("textColor", brushToString(this.i.
|
|
767
|
+
this.i.fe = stringToBrush(v);
|
|
768
|
+
this._a("textColor", brushToString(this.i.fe));
|
|
762
769
|
},
|
|
763
770
|
enumerable: false,
|
|
764
771
|
configurable: true
|
|
@@ -768,11 +775,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
768
775
|
* Gets or sets whether the filter input is visible.
|
|
769
776
|
*/
|
|
770
777
|
get: function () {
|
|
771
|
-
return this.i.
|
|
778
|
+
return this.i.a6;
|
|
772
779
|
},
|
|
773
780
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
775
|
-
this._a("showFilter", this.i.
|
|
781
|
+
this.i.a6 = ensureBool(v);
|
|
782
|
+
this._a("showFilter", this.i.a6);
|
|
776
783
|
},
|
|
777
784
|
enumerable: false,
|
|
778
785
|
configurable: true
|
|
@@ -782,11 +789,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
782
789
|
* Gets or sets whether row hover highlighting is enabled.
|
|
783
790
|
*/
|
|
784
791
|
get: function () {
|
|
785
|
-
return this.i.
|
|
792
|
+
return this.i.a2;
|
|
786
793
|
},
|
|
787
794
|
set: function (v) {
|
|
788
|
-
this.i.
|
|
789
|
-
this._a("isRowHoverEnabled", this.i.
|
|
795
|
+
this.i.a2 = ensureBool(v);
|
|
796
|
+
this._a("isRowHoverEnabled", this.i.a2);
|
|
790
797
|
},
|
|
791
798
|
enumerable: false,
|
|
792
799
|
configurable: true
|
|
@@ -796,11 +803,11 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
796
803
|
* Gets or sets whether checkbox should be displayed to the right.
|
|
797
804
|
*/
|
|
798
805
|
get: function () {
|
|
799
|
-
return this.i.
|
|
806
|
+
return this.i.ax;
|
|
800
807
|
},
|
|
801
808
|
set: function (v) {
|
|
802
|
-
this.i.
|
|
803
|
-
this._a("checkboxAlignedRight", this.i.
|
|
809
|
+
this.i.ax = ensureBool(v);
|
|
810
|
+
this._a("checkboxAlignedRight", this.i.ax);
|
|
804
811
|
},
|
|
805
812
|
enumerable: false,
|
|
806
813
|
configurable: true
|
|
@@ -878,17 +885,17 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
878
885
|
|
|
879
886
|
*/
|
|
880
887
|
IgcCheckboxListComponent.prototype.selectAll = function () {
|
|
881
|
-
this.i.
|
|
888
|
+
this.i.ea();
|
|
882
889
|
};
|
|
883
890
|
/**
|
|
884
891
|
* Deselects all the items in the checkbox list.
|
|
885
892
|
|
|
886
893
|
*/
|
|
887
894
|
IgcCheckboxListComponent.prototype.deselectAll = function () {
|
|
888
|
-
this.i.
|
|
895
|
+
this.i.c8();
|
|
889
896
|
};
|
|
890
897
|
IgcCheckboxListComponent.prototype.notifySetItem = function (index, oldItem, newItem) {
|
|
891
|
-
this.i.
|
|
898
|
+
this.i.dl(index, oldItem, newItem);
|
|
892
899
|
};
|
|
893
900
|
/**
|
|
894
901
|
* Manually notifies the checkboxlist's grid that the data it has bound to has been cleared and needs to be re-examined.
|
|
@@ -896,22 +903,22 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
903
|
|
|
897
904
|
*/
|
|
898
905
|
IgcCheckboxListComponent.prototype.notifyClearItems = function () {
|
|
899
|
-
this.i.
|
|
906
|
+
this.i.dh();
|
|
900
907
|
};
|
|
901
908
|
IgcCheckboxListComponent.prototype.notifyInsertItem = function (index, newItem) {
|
|
902
|
-
this.i.
|
|
909
|
+
this.i.di(index, newItem);
|
|
903
910
|
};
|
|
904
911
|
IgcCheckboxListComponent.prototype.notifyRemoveItem = function (index, oldItem) {
|
|
905
|
-
this.i.
|
|
912
|
+
this.i.dk(index, oldItem);
|
|
906
913
|
};
|
|
907
914
|
IgcCheckboxListComponent.prototype.refresh = function () {
|
|
908
915
|
this.i.refresh();
|
|
909
916
|
};
|
|
910
917
|
IgcCheckboxListComponent.prototype.addKeyValue = function (value) {
|
|
911
|
-
this.i.
|
|
918
|
+
this.i.c3(value);
|
|
912
919
|
};
|
|
913
920
|
IgcCheckboxListComponent.prototype.removeKeyValue = function (value) {
|
|
914
|
-
this.i.
|
|
921
|
+
this.i.d8(value);
|
|
915
922
|
};
|
|
916
923
|
IgcCheckboxListComponent.prototype.getDesiredSize = function (availableSize) {
|
|
917
924
|
var iv = this.i.getDesiredSize(toSize(availableSize));
|
|
@@ -922,7 +929,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
922
929
|
|
|
923
930
|
*/
|
|
924
931
|
IgcCheckboxListComponent.prototype.isNothingSelected = function () {
|
|
925
|
-
var iv = this.i.
|
|
932
|
+
var iv = this.i.a0();
|
|
926
933
|
return (iv);
|
|
927
934
|
};
|
|
928
935
|
/**
|
|
@@ -930,7 +937,7 @@ var IgcCheckboxListComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
930
937
|
|
|
931
938
|
*/
|
|
932
939
|
IgcCheckboxListComponent.prototype.isEverythingSelected = function () {
|
|
933
|
-
var iv = this.i.
|
|
940
|
+
var iv = this.i.az();
|
|
934
941
|
return (iv);
|
|
935
942
|
};
|
|
936
943
|
Object.defineProperty(IgcCheckboxListComponent.prototype, "selectedKeyAdded", {
|
|
@@ -78,10 +78,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
* 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.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.n7;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.n7 = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
* Gets or sets the ComboBox data source.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.n8;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.n8 = v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
104
104
|
* Gets or sets the ComboBox text field.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.oc;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.oc = v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets the ComboBox value field.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.od;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.od = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,14 +130,14 @@ var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
130
130
|
* Gets or sets the ComboBox value field.
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.n5;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
136
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
137
137
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
138
138
|
v = v.split(re);
|
|
139
139
|
}
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.n5 = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|