igniteui-angular-data-grids 20.0.0 → 20.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-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 -5
- package/public_api.d.ts +2 -0
|
@@ -95,10 +95,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
95
95
|
* Gets the style key of the current cell, used for recycling.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.ke;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.ke = v;
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -313,10 +313,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
313
313
|
});
|
|
314
314
|
Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
|
|
315
315
|
get: function () {
|
|
316
|
-
return this.i.
|
|
316
|
+
return this.i.ho;
|
|
317
317
|
},
|
|
318
318
|
set: function (v) {
|
|
319
|
-
this.i.
|
|
319
|
+
this.i.ho = v;
|
|
320
320
|
},
|
|
321
321
|
enumerable: false,
|
|
322
322
|
configurable: true
|
|
@@ -456,10 +456,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
456
456
|
* Gets the width of the cell.
|
|
457
457
|
*/
|
|
458
458
|
get: function () {
|
|
459
|
-
return this.i.
|
|
459
|
+
return this.i.he;
|
|
460
460
|
},
|
|
461
461
|
set: function (v) {
|
|
462
|
-
this.i.
|
|
462
|
+
this.i.he = +v;
|
|
463
463
|
},
|
|
464
464
|
enumerable: false,
|
|
465
465
|
configurable: true
|
|
@@ -560,10 +560,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
560
560
|
* Gets or sets the background color of the cell.
|
|
561
561
|
*/
|
|
562
562
|
get: function () {
|
|
563
|
-
return brushToString(this.i.
|
|
563
|
+
return brushToString(this.i.l1);
|
|
564
564
|
},
|
|
565
565
|
set: function (v) {
|
|
566
|
-
this.i.
|
|
566
|
+
this.i.l1 = stringToBrush(v);
|
|
567
567
|
},
|
|
568
568
|
enumerable: false,
|
|
569
569
|
configurable: true
|
|
@@ -573,10 +573,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
573
573
|
* Gets or sets the border color of the cell.
|
|
574
574
|
*/
|
|
575
575
|
get: function () {
|
|
576
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.l4);
|
|
577
577
|
},
|
|
578
578
|
set: function (v) {
|
|
579
|
-
this.i.
|
|
579
|
+
this.i.l4 = stringToBrush(v);
|
|
580
580
|
},
|
|
581
581
|
enumerable: false,
|
|
582
582
|
configurable: true
|
|
@@ -586,10 +586,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
586
586
|
* Gets the actual background color of the cell
|
|
587
587
|
*/
|
|
588
588
|
get: function () {
|
|
589
|
-
return brushToString(this.i.
|
|
589
|
+
return brushToString(this.i.ly);
|
|
590
590
|
},
|
|
591
591
|
set: function (v) {
|
|
592
|
-
this.i.
|
|
592
|
+
this.i.ly = stringToBrush(v);
|
|
593
593
|
},
|
|
594
594
|
enumerable: false,
|
|
595
595
|
configurable: true
|
|
@@ -599,10 +599,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
599
599
|
* Gets the actual background color of the cell
|
|
600
600
|
*/
|
|
601
601
|
get: function () {
|
|
602
|
-
return brushToString(this.i.
|
|
602
|
+
return brushToString(this.i.lz);
|
|
603
603
|
},
|
|
604
604
|
set: function (v) {
|
|
605
|
-
this.i.
|
|
605
|
+
this.i.lz = stringToBrush(v);
|
|
606
606
|
},
|
|
607
607
|
enumerable: false,
|
|
608
608
|
configurable: true
|
|
@@ -612,10 +612,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
612
612
|
* Gets the actual background color of the cell
|
|
613
613
|
*/
|
|
614
614
|
get: function () {
|
|
615
|
-
return brushToString(this.i.
|
|
615
|
+
return brushToString(this.i.lx);
|
|
616
616
|
},
|
|
617
617
|
set: function (v) {
|
|
618
|
-
this.i.
|
|
618
|
+
this.i.lx = stringToBrush(v);
|
|
619
619
|
},
|
|
620
620
|
enumerable: false,
|
|
621
621
|
configurable: true
|
|
@@ -625,10 +625,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
625
625
|
* Gets or sets the error border color of the cell.
|
|
626
626
|
*/
|
|
627
627
|
get: function () {
|
|
628
|
-
return brushToString(this.i.
|
|
628
|
+
return brushToString(this.i.l6);
|
|
629
629
|
},
|
|
630
630
|
set: function (v) {
|
|
631
|
-
this.i.
|
|
631
|
+
this.i.l6 = stringToBrush(v);
|
|
632
632
|
},
|
|
633
633
|
enumerable: false,
|
|
634
634
|
configurable: true
|
|
@@ -638,10 +638,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
638
638
|
* Gets or sets the selected background color of the cell.
|
|
639
639
|
*/
|
|
640
640
|
get: function () {
|
|
641
|
-
return brushToString(this.i.
|
|
641
|
+
return brushToString(this.i.md);
|
|
642
642
|
},
|
|
643
643
|
set: function (v) {
|
|
644
|
-
this.i.
|
|
644
|
+
this.i.md = stringToBrush(v);
|
|
645
645
|
},
|
|
646
646
|
enumerable: false,
|
|
647
647
|
configurable: true
|
|
@@ -651,10 +651,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
651
651
|
* Gets or sets the hover background color of the cell.
|
|
652
652
|
*/
|
|
653
653
|
get: function () {
|
|
654
|
-
return brushToString(this.i.
|
|
654
|
+
return brushToString(this.i.l9);
|
|
655
655
|
},
|
|
656
656
|
set: function (v) {
|
|
657
|
-
this.i.
|
|
657
|
+
this.i.l9 = stringToBrush(v);
|
|
658
658
|
},
|
|
659
659
|
enumerable: false,
|
|
660
660
|
configurable: true
|
|
@@ -664,10 +664,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
664
664
|
* Gets or sets the hover text color of the cell.
|
|
665
665
|
*/
|
|
666
666
|
get: function () {
|
|
667
|
-
return brushToString(this.i.
|
|
667
|
+
return brushToString(this.i.ma);
|
|
668
668
|
},
|
|
669
669
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
670
|
+
this.i.ma = stringToBrush(v);
|
|
671
671
|
},
|
|
672
672
|
enumerable: false,
|
|
673
673
|
configurable: true
|
|
@@ -677,10 +677,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
677
677
|
* Gets or sets the color for the sort indicator icon.
|
|
678
678
|
*/
|
|
679
679
|
get: function () {
|
|
680
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.me);
|
|
681
681
|
},
|
|
682
682
|
set: function (v) {
|
|
683
|
-
this.i.
|
|
683
|
+
this.i.me = stringToBrush(v);
|
|
684
684
|
},
|
|
685
685
|
enumerable: false,
|
|
686
686
|
configurable: true
|
|
@@ -690,10 +690,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
690
690
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
691
691
|
*/
|
|
692
692
|
get: function () {
|
|
693
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.mf);
|
|
694
694
|
},
|
|
695
695
|
set: function (v) {
|
|
696
|
-
this.i.
|
|
696
|
+
this.i.mf = stringToBrush(v);
|
|
697
697
|
},
|
|
698
698
|
enumerable: false,
|
|
699
699
|
configurable: true
|
|
@@ -703,10 +703,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
703
703
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
704
704
|
*/
|
|
705
705
|
get: function () {
|
|
706
|
-
return brushToString(this.i.
|
|
706
|
+
return brushToString(this.i.mc);
|
|
707
707
|
},
|
|
708
708
|
set: function (v) {
|
|
709
|
-
this.i.
|
|
709
|
+
this.i.mc = stringToBrush(v);
|
|
710
710
|
},
|
|
711
711
|
enumerable: false,
|
|
712
712
|
configurable: true
|
|
@@ -716,10 +716,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
716
716
|
* Gets or sets the color for the last row in the sticky row area.
|
|
717
717
|
*/
|
|
718
718
|
get: function () {
|
|
719
|
-
return brushToString(this.i.
|
|
719
|
+
return brushToString(this.i.mb);
|
|
720
720
|
},
|
|
721
721
|
set: function (v) {
|
|
722
|
-
this.i.
|
|
722
|
+
this.i.mb = stringToBrush(v);
|
|
723
723
|
},
|
|
724
724
|
enumerable: false,
|
|
725
725
|
configurable: true
|
|
@@ -729,10 +729,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
729
729
|
* Gets or sets the background color for filter row.
|
|
730
730
|
*/
|
|
731
731
|
get: function () {
|
|
732
|
-
return brushToString(this.i.
|
|
732
|
+
return brushToString(this.i.l7);
|
|
733
733
|
},
|
|
734
734
|
set: function (v) {
|
|
735
|
-
this.i.
|
|
735
|
+
this.i.l7 = stringToBrush(v);
|
|
736
736
|
},
|
|
737
737
|
enumerable: false,
|
|
738
738
|
configurable: true
|
|
@@ -755,10 +755,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
755
755
|
* Gets or sets the original value for the cell, before processing.
|
|
756
756
|
*/
|
|
757
757
|
get: function () {
|
|
758
|
-
return this.i.
|
|
758
|
+
return this.i.hn;
|
|
759
759
|
},
|
|
760
760
|
set: function (v) {
|
|
761
|
-
this.i.
|
|
761
|
+
this.i.hn = v;
|
|
762
762
|
},
|
|
763
763
|
enumerable: false,
|
|
764
764
|
configurable: true
|
|
@@ -768,10 +768,23 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
768
768
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
769
769
|
*/
|
|
770
770
|
get: function () {
|
|
771
|
-
return this.i.
|
|
771
|
+
return this.i.j3;
|
|
772
|
+
},
|
|
773
|
+
set: function (v) {
|
|
774
|
+
this.i.j3 = v;
|
|
775
|
+
},
|
|
776
|
+
enumerable: false,
|
|
777
|
+
configurable: true
|
|
778
|
+
});
|
|
779
|
+
Object.defineProperty(IgxCellInfo.prototype, "userFormattedValue", {
|
|
780
|
+
/**
|
|
781
|
+
* If set, this text will be used when rendering the cell value.
|
|
782
|
+
*/
|
|
783
|
+
get: function () {
|
|
784
|
+
return this.i.ki;
|
|
772
785
|
},
|
|
773
786
|
set: function (v) {
|
|
774
|
-
this.i.
|
|
787
|
+
this.i.ki = v;
|
|
775
788
|
},
|
|
776
789
|
enumerable: false,
|
|
777
790
|
configurable: true
|
|
@@ -781,10 +794,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
781
794
|
* Gets or sets the color of the text for the cell, if any.
|
|
782
795
|
*/
|
|
783
796
|
get: function () {
|
|
784
|
-
return brushToString(this.i.
|
|
797
|
+
return brushToString(this.i.mg);
|
|
785
798
|
},
|
|
786
799
|
set: function (v) {
|
|
787
|
-
this.i.
|
|
800
|
+
this.i.mg = stringToBrush(v);
|
|
788
801
|
},
|
|
789
802
|
enumerable: false,
|
|
790
803
|
configurable: true
|
|
@@ -794,10 +807,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
794
807
|
* Gets the actual color of the text for the cell, if any.
|
|
795
808
|
*/
|
|
796
809
|
get: function () {
|
|
797
|
-
return brushToString(this.i.
|
|
810
|
+
return brushToString(this.i.l0);
|
|
798
811
|
},
|
|
799
812
|
set: function (v) {
|
|
800
|
-
this.i.
|
|
813
|
+
this.i.l0 = stringToBrush(v);
|
|
801
814
|
},
|
|
802
815
|
enumerable: false,
|
|
803
816
|
configurable: true
|
|
@@ -807,10 +820,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
807
820
|
* Gets or sets the text color for cells in deleted rows.
|
|
808
821
|
*/
|
|
809
822
|
get: function () {
|
|
810
|
-
return brushToString(this.i.
|
|
823
|
+
return brushToString(this.i.l5);
|
|
811
824
|
},
|
|
812
825
|
set: function (v) {
|
|
813
|
-
this.i.
|
|
826
|
+
this.i.l5 = stringToBrush(v);
|
|
814
827
|
},
|
|
815
828
|
enumerable: false,
|
|
816
829
|
configurable: true
|
|
@@ -1281,10 +1294,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1281
1294
|
* Gets or sets the error message for the cell.
|
|
1282
1295
|
*/
|
|
1283
1296
|
get: function () {
|
|
1284
|
-
return this.i.
|
|
1297
|
+
return this.i.iv;
|
|
1285
1298
|
},
|
|
1286
1299
|
set: function (v) {
|
|
1287
|
-
this.i.
|
|
1300
|
+
this.i.iv = v;
|
|
1288
1301
|
},
|
|
1289
1302
|
enumerable: false,
|
|
1290
1303
|
configurable: true
|
|
@@ -1343,7 +1356,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1343
1356
|
return (iv);
|
|
1344
1357
|
};
|
|
1345
1358
|
IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1346
|
-
this.i.
|
|
1359
|
+
this.i.lc(valueName, value);
|
|
1347
1360
|
};
|
|
1348
1361
|
/**
|
|
1349
1362
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1360,7 +1373,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1360
1373
|
* @param valueName * The name of the value to remove.
|
|
1361
1374
|
*/
|
|
1362
1375
|
IgxCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1363
|
-
this.i.
|
|
1376
|
+
this.i.k8(valueName);
|
|
1364
1377
|
};
|
|
1365
1378
|
/**
|
|
1366
1379
|
* Gets a named value from the cell.
|
|
@@ -1368,7 +1381,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1368
1381
|
* @param valueName * The name of the value to get.
|
|
1369
1382
|
*/
|
|
1370
1383
|
IgxCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1371
|
-
var iv = this.i.
|
|
1384
|
+
var iv = this.i.hl(valueName);
|
|
1372
1385
|
return (iv);
|
|
1373
1386
|
};
|
|
1374
1387
|
return IgxCellInfo;
|