igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 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 +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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 +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- 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/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- 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 +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- 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-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- 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 +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- 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 +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- 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/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- 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 +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- 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-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- 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 +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -96,10 +96,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
96
96
|
* Gets the style key of the current cell, used for recycling.
|
|
97
97
|
*/
|
|
98
98
|
get: function () {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.ld;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.ld = v;
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -314,20 +314,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
314
314
|
* Gets the indent level of the cell.
|
|
315
315
|
*/
|
|
316
316
|
get: function () {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.gg;
|
|
318
318
|
},
|
|
319
319
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.gg = +v;
|
|
321
321
|
},
|
|
322
322
|
enumerable: false,
|
|
323
323
|
configurable: true
|
|
324
324
|
});
|
|
325
325
|
Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
|
|
326
326
|
get: function () {
|
|
327
|
-
return this.i.
|
|
327
|
+
return this.i.ij;
|
|
328
328
|
},
|
|
329
329
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
330
|
+
this.i.ij = v;
|
|
331
331
|
},
|
|
332
332
|
enumerable: false,
|
|
333
333
|
configurable: true
|
|
@@ -363,10 +363,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
363
363
|
* Gets the pixel snapped X position of the cell within the content.
|
|
364
364
|
*/
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.hh;
|
|
367
367
|
},
|
|
368
368
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
369
|
+
this.i.hh = +v;
|
|
370
370
|
},
|
|
371
371
|
enumerable: false,
|
|
372
372
|
configurable: true
|
|
@@ -376,10 +376,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
376
376
|
* Gets the snapped Y position of the cell within the content.
|
|
377
377
|
*/
|
|
378
378
|
get: function () {
|
|
379
|
-
return this.i.
|
|
379
|
+
return this.i.hj;
|
|
380
380
|
},
|
|
381
381
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
382
|
+
this.i.hj = +v;
|
|
383
383
|
},
|
|
384
384
|
enumerable: false,
|
|
385
385
|
configurable: true
|
|
@@ -454,10 +454,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
454
454
|
* Gets the height of the cell.
|
|
455
455
|
*/
|
|
456
456
|
get: function () {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.ga;
|
|
458
458
|
},
|
|
459
459
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
460
|
+
this.i.ga = +v;
|
|
461
461
|
},
|
|
462
462
|
enumerable: false,
|
|
463
463
|
configurable: true
|
|
@@ -467,10 +467,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
467
467
|
* Gets the width of the cell.
|
|
468
468
|
*/
|
|
469
469
|
get: function () {
|
|
470
|
-
return this.i.
|
|
470
|
+
return this.i.h8;
|
|
471
471
|
},
|
|
472
472
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
473
|
+
this.i.h8 = +v;
|
|
474
474
|
},
|
|
475
475
|
enumerable: false,
|
|
476
476
|
configurable: true
|
|
@@ -571,10 +571,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
571
571
|
* Gets or sets the background color of the cell.
|
|
572
572
|
*/
|
|
573
573
|
get: function () {
|
|
574
|
-
return brushToString(this.i.
|
|
574
|
+
return brushToString(this.i.nm);
|
|
575
575
|
},
|
|
576
576
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
577
|
+
this.i.nm = stringToBrush(v);
|
|
578
578
|
},
|
|
579
579
|
enumerable: false,
|
|
580
580
|
configurable: true
|
|
@@ -584,10 +584,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
584
584
|
* Gets or sets the border color of the cell.
|
|
585
585
|
*/
|
|
586
586
|
get: function () {
|
|
587
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.np);
|
|
588
588
|
},
|
|
589
589
|
set: function (v) {
|
|
590
|
-
this.i.
|
|
590
|
+
this.i.np = stringToBrush(v);
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
@@ -597,10 +597,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
597
597
|
* Gets the actual background color of the cell
|
|
598
598
|
*/
|
|
599
599
|
get: function () {
|
|
600
|
-
return brushToString(this.i.
|
|
600
|
+
return brushToString(this.i.nj);
|
|
601
601
|
},
|
|
602
602
|
set: function (v) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.nj = stringToBrush(v);
|
|
604
604
|
},
|
|
605
605
|
enumerable: false,
|
|
606
606
|
configurable: true
|
|
@@ -610,10 +610,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
610
610
|
* Gets the actual background color of the cell
|
|
611
611
|
*/
|
|
612
612
|
get: function () {
|
|
613
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.nk);
|
|
614
614
|
},
|
|
615
615
|
set: function (v) {
|
|
616
|
-
this.i.
|
|
616
|
+
this.i.nk = stringToBrush(v);
|
|
617
617
|
},
|
|
618
618
|
enumerable: false,
|
|
619
619
|
configurable: true
|
|
@@ -623,10 +623,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
623
623
|
* Gets the actual background color of the cell
|
|
624
624
|
*/
|
|
625
625
|
get: function () {
|
|
626
|
-
return brushToString(this.i.
|
|
626
|
+
return brushToString(this.i.ni);
|
|
627
627
|
},
|
|
628
628
|
set: function (v) {
|
|
629
|
-
this.i.
|
|
629
|
+
this.i.ni = stringToBrush(v);
|
|
630
630
|
},
|
|
631
631
|
enumerable: false,
|
|
632
632
|
configurable: true
|
|
@@ -636,10 +636,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
636
636
|
* Gets or sets the error border color of the cell.
|
|
637
637
|
*/
|
|
638
638
|
get: function () {
|
|
639
|
-
return brushToString(this.i.
|
|
639
|
+
return brushToString(this.i.nr);
|
|
640
640
|
},
|
|
641
641
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
642
|
+
this.i.nr = stringToBrush(v);
|
|
643
643
|
},
|
|
644
644
|
enumerable: false,
|
|
645
645
|
configurable: true
|
|
@@ -649,10 +649,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
649
649
|
* Gets or sets the selected background color of the cell.
|
|
650
650
|
*/
|
|
651
651
|
get: function () {
|
|
652
|
-
return brushToString(this.i.
|
|
652
|
+
return brushToString(this.i.nz);
|
|
653
653
|
},
|
|
654
654
|
set: function (v) {
|
|
655
|
-
this.i.
|
|
655
|
+
this.i.nz = stringToBrush(v);
|
|
656
656
|
},
|
|
657
657
|
enumerable: false,
|
|
658
658
|
configurable: true
|
|
@@ -662,10 +662,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
662
662
|
* Gets or sets the selected text color of the cell.
|
|
663
663
|
*/
|
|
664
664
|
get: function () {
|
|
665
|
-
return brushToString(this.i.
|
|
665
|
+
return brushToString(this.i.n0);
|
|
666
666
|
},
|
|
667
667
|
set: function (v) {
|
|
668
|
-
this.i.
|
|
668
|
+
this.i.n0 = stringToBrush(v);
|
|
669
669
|
},
|
|
670
670
|
enumerable: false,
|
|
671
671
|
configurable: true
|
|
@@ -675,10 +675,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
675
675
|
* Gets or sets the hover background color of the cell.
|
|
676
676
|
*/
|
|
677
677
|
get: function () {
|
|
678
|
-
return brushToString(this.i.
|
|
678
|
+
return brushToString(this.i.nv);
|
|
679
679
|
},
|
|
680
680
|
set: function (v) {
|
|
681
|
-
this.i.
|
|
681
|
+
this.i.nv = stringToBrush(v);
|
|
682
682
|
},
|
|
683
683
|
enumerable: false,
|
|
684
684
|
configurable: true
|
|
@@ -688,10 +688,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
688
688
|
* Gets or sets the hover text color of the cell.
|
|
689
689
|
*/
|
|
690
690
|
get: function () {
|
|
691
|
-
return brushToString(this.i.
|
|
691
|
+
return brushToString(this.i.nw);
|
|
692
692
|
},
|
|
693
693
|
set: function (v) {
|
|
694
|
-
this.i.
|
|
694
|
+
this.i.nw = stringToBrush(v);
|
|
695
695
|
},
|
|
696
696
|
enumerable: false,
|
|
697
697
|
configurable: true
|
|
@@ -701,10 +701,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
701
701
|
* Gets or sets the color for the sort indicator icon.
|
|
702
702
|
*/
|
|
703
703
|
get: function () {
|
|
704
|
-
return brushToString(this.i.
|
|
704
|
+
return brushToString(this.i.n1);
|
|
705
705
|
},
|
|
706
706
|
set: function (v) {
|
|
707
|
-
this.i.
|
|
707
|
+
this.i.n1 = stringToBrush(v);
|
|
708
708
|
},
|
|
709
709
|
enumerable: false,
|
|
710
710
|
configurable: true
|
|
@@ -714,10 +714,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
714
714
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
715
715
|
*/
|
|
716
716
|
get: function () {
|
|
717
|
-
return brushToString(this.i.
|
|
717
|
+
return brushToString(this.i.n2);
|
|
718
718
|
},
|
|
719
719
|
set: function (v) {
|
|
720
|
-
this.i.
|
|
720
|
+
this.i.n2 = stringToBrush(v);
|
|
721
721
|
},
|
|
722
722
|
enumerable: false,
|
|
723
723
|
configurable: true
|
|
@@ -727,10 +727,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
727
727
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
728
728
|
*/
|
|
729
729
|
get: function () {
|
|
730
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.ny);
|
|
731
731
|
},
|
|
732
732
|
set: function (v) {
|
|
733
|
-
this.i.
|
|
733
|
+
this.i.ny = stringToBrush(v);
|
|
734
734
|
},
|
|
735
735
|
enumerable: false,
|
|
736
736
|
configurable: true
|
|
@@ -740,10 +740,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
740
740
|
* Gets or sets the color for the last row in the sticky row area.
|
|
741
741
|
*/
|
|
742
742
|
get: function () {
|
|
743
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.nx);
|
|
744
744
|
},
|
|
745
745
|
set: function (v) {
|
|
746
|
-
this.i.
|
|
746
|
+
this.i.nx = stringToBrush(v);
|
|
747
747
|
},
|
|
748
748
|
enumerable: false,
|
|
749
749
|
configurable: true
|
|
@@ -753,10 +753,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
753
753
|
* Gets or sets the background color for filter row.
|
|
754
754
|
*/
|
|
755
755
|
get: function () {
|
|
756
|
-
return brushToString(this.i.
|
|
756
|
+
return brushToString(this.i.nt);
|
|
757
757
|
},
|
|
758
758
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
759
|
+
this.i.nt = stringToBrush(v);
|
|
760
760
|
},
|
|
761
761
|
enumerable: false,
|
|
762
762
|
configurable: true
|
|
@@ -779,10 +779,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
779
779
|
* Gets or sets the original value for the cell, before processing.
|
|
780
780
|
*/
|
|
781
781
|
get: function () {
|
|
782
|
-
return this.i.
|
|
782
|
+
return this.i.ii;
|
|
783
783
|
},
|
|
784
784
|
set: function (v) {
|
|
785
|
-
this.i.
|
|
785
|
+
this.i.ii = v;
|
|
786
786
|
},
|
|
787
787
|
enumerable: false,
|
|
788
788
|
configurable: true
|
|
@@ -792,10 +792,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
792
792
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
793
793
|
*/
|
|
794
794
|
get: function () {
|
|
795
|
-
return this.i.
|
|
795
|
+
return this.i.k1;
|
|
796
796
|
},
|
|
797
797
|
set: function (v) {
|
|
798
|
-
this.i.
|
|
798
|
+
this.i.k1 = v;
|
|
799
799
|
},
|
|
800
800
|
enumerable: false,
|
|
801
801
|
configurable: true
|
|
@@ -805,10 +805,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
805
805
|
* If set, this text will be used when rendering the cell value.
|
|
806
806
|
*/
|
|
807
807
|
get: function () {
|
|
808
|
-
return this.i.
|
|
808
|
+
return this.i.ly;
|
|
809
809
|
},
|
|
810
810
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
811
|
+
this.i.ly = v;
|
|
812
812
|
},
|
|
813
813
|
enumerable: false,
|
|
814
814
|
configurable: true
|
|
@@ -818,10 +818,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
818
818
|
* Gets or sets the color of the text for the cell, if any.
|
|
819
819
|
*/
|
|
820
820
|
get: function () {
|
|
821
|
-
return brushToString(this.i.
|
|
821
|
+
return brushToString(this.i.n6);
|
|
822
822
|
},
|
|
823
823
|
set: function (v) {
|
|
824
|
-
this.i.
|
|
824
|
+
this.i.n6 = stringToBrush(v);
|
|
825
825
|
},
|
|
826
826
|
enumerable: false,
|
|
827
827
|
configurable: true
|
|
@@ -831,10 +831,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
831
831
|
* Gets the actual color of the text for the cell, if any.
|
|
832
832
|
*/
|
|
833
833
|
get: function () {
|
|
834
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.nl);
|
|
835
835
|
},
|
|
836
836
|
set: function (v) {
|
|
837
|
-
this.i.
|
|
837
|
+
this.i.nl = stringToBrush(v);
|
|
838
838
|
},
|
|
839
839
|
enumerable: false,
|
|
840
840
|
configurable: true
|
|
@@ -844,10 +844,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
844
844
|
* Gets or sets the text color for cells in deleted rows.
|
|
845
845
|
*/
|
|
846
846
|
get: function () {
|
|
847
|
-
return brushToString(this.i.
|
|
847
|
+
return brushToString(this.i.nq);
|
|
848
848
|
},
|
|
849
849
|
set: function (v) {
|
|
850
|
-
this.i.
|
|
850
|
+
this.i.nq = stringToBrush(v);
|
|
851
851
|
},
|
|
852
852
|
enumerable: false,
|
|
853
853
|
configurable: true
|
|
@@ -887,10 +887,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
887
887
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
888
888
|
*/
|
|
889
889
|
get: function () {
|
|
890
|
-
return this.i.
|
|
890
|
+
return this.i.lp;
|
|
891
891
|
},
|
|
892
892
|
set: function (v) {
|
|
893
|
-
this.i.
|
|
893
|
+
this.i.lp = v;
|
|
894
894
|
},
|
|
895
895
|
enumerable: false,
|
|
896
896
|
configurable: true
|
|
@@ -900,10 +900,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
900
900
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
901
901
|
*/
|
|
902
902
|
get: function () {
|
|
903
|
-
return brushToString(this.i.
|
|
903
|
+
return brushToString(this.i.n5);
|
|
904
904
|
},
|
|
905
905
|
set: function (v) {
|
|
906
|
-
this.i.
|
|
906
|
+
this.i.n5 = stringToBrush(v);
|
|
907
907
|
},
|
|
908
908
|
enumerable: false,
|
|
909
909
|
configurable: true
|
|
@@ -928,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
928
928
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
929
929
|
*/
|
|
930
930
|
get: function () {
|
|
931
|
-
return this.i.
|
|
931
|
+
return this.i.lh;
|
|
932
932
|
},
|
|
933
933
|
set: function (v) {
|
|
934
|
-
this.i.
|
|
934
|
+
this.i.lh = v;
|
|
935
935
|
},
|
|
936
936
|
enumerable: false,
|
|
937
937
|
configurable: true
|
|
@@ -941,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
941
941
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
942
942
|
*/
|
|
943
943
|
get: function () {
|
|
944
|
-
return this.i.
|
|
944
|
+
return this.i.le;
|
|
945
945
|
},
|
|
946
946
|
set: function (v) {
|
|
947
|
-
this.i.
|
|
947
|
+
this.i.le = v;
|
|
948
948
|
},
|
|
949
949
|
enumerable: false,
|
|
950
950
|
configurable: true
|
|
@@ -954,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
954
954
|
* Gets or sets the stroke color of the suffix icon.
|
|
955
955
|
*/
|
|
956
956
|
get: function () {
|
|
957
|
-
return brushToString(this.i.
|
|
957
|
+
return brushToString(this.i.n4);
|
|
958
958
|
},
|
|
959
959
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
960
|
+
this.i.n4 = stringToBrush(v);
|
|
961
961
|
},
|
|
962
962
|
enumerable: false,
|
|
963
963
|
configurable: true
|
|
@@ -967,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
967
967
|
* Gets or sets the fill color of the suffix icon.
|
|
968
968
|
*/
|
|
969
969
|
get: function () {
|
|
970
|
-
return brushToString(this.i.
|
|
970
|
+
return brushToString(this.i.n3);
|
|
971
971
|
},
|
|
972
972
|
set: function (v) {
|
|
973
|
-
this.i.
|
|
973
|
+
this.i.n3 = stringToBrush(v);
|
|
974
974
|
},
|
|
975
975
|
enumerable: false,
|
|
976
976
|
configurable: true
|
|
@@ -1084,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1084
1084
|
* Gets or sets the left padding to use for the content.
|
|
1085
1085
|
*/
|
|
1086
1086
|
get: function () {
|
|
1087
|
-
return this.i.
|
|
1087
|
+
return this.i.g2;
|
|
1088
1088
|
},
|
|
1089
1089
|
set: function (v) {
|
|
1090
|
-
this.i.
|
|
1090
|
+
this.i.g2 = +v;
|
|
1091
1091
|
},
|
|
1092
1092
|
enumerable: false,
|
|
1093
1093
|
configurable: true
|
|
@@ -1097,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1097
1097
|
* Gets or sets the top padding to use for the content.
|
|
1098
1098
|
*/
|
|
1099
1099
|
get: function () {
|
|
1100
|
-
return this.i.
|
|
1100
|
+
return this.i.g6;
|
|
1101
1101
|
},
|
|
1102
1102
|
set: function (v) {
|
|
1103
|
-
this.i.
|
|
1103
|
+
this.i.g6 = +v;
|
|
1104
1104
|
},
|
|
1105
1105
|
enumerable: false,
|
|
1106
1106
|
configurable: true
|
|
@@ -1110,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1110
1110
|
* Gets or sets the right padding to use for the content.
|
|
1111
1111
|
*/
|
|
1112
1112
|
get: function () {
|
|
1113
|
-
return this.i.
|
|
1113
|
+
return this.i.g4;
|
|
1114
1114
|
},
|
|
1115
1115
|
set: function (v) {
|
|
1116
|
-
this.i.
|
|
1116
|
+
this.i.g4 = +v;
|
|
1117
1117
|
},
|
|
1118
1118
|
enumerable: false,
|
|
1119
1119
|
configurable: true
|
|
@@ -1123,10 +1123,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1123
1123
|
* Gets or sets the bottom padding to use for the content.
|
|
1124
1124
|
*/
|
|
1125
1125
|
get: function () {
|
|
1126
|
-
return this.i.
|
|
1126
|
+
return this.i.g0;
|
|
1127
1127
|
},
|
|
1128
1128
|
set: function (v) {
|
|
1129
|
-
this.i.
|
|
1129
|
+
this.i.g0 = +v;
|
|
1130
1130
|
},
|
|
1131
1131
|
enumerable: false,
|
|
1132
1132
|
configurable: true
|
|
@@ -1430,6 +1430,19 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1430
1430
|
enumerable: false,
|
|
1431
1431
|
configurable: true
|
|
1432
1432
|
});
|
|
1433
|
+
Object.defineProperty(IgcCellInfo.prototype, "expansionIndicatorIconColor", {
|
|
1434
|
+
/**
|
|
1435
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1436
|
+
*/
|
|
1437
|
+
get: function () {
|
|
1438
|
+
return brushToString(this.i.ns);
|
|
1439
|
+
},
|
|
1440
|
+
set: function (v) {
|
|
1441
|
+
this.i.ns = stringToBrush(v);
|
|
1442
|
+
},
|
|
1443
|
+
enumerable: false,
|
|
1444
|
+
configurable: true
|
|
1445
|
+
});
|
|
1433
1446
|
Object.defineProperty(IgcCellInfo.prototype, "pinned", {
|
|
1434
1447
|
/**
|
|
1435
1448
|
* Gets the fixed column position of this cell.
|
|
@@ -1489,10 +1502,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1489
1502
|
* Gets or sets the error message for the cell.
|
|
1490
1503
|
*/
|
|
1491
1504
|
get: function () {
|
|
1492
|
-
return this.i.
|
|
1505
|
+
return this.i.js;
|
|
1493
1506
|
},
|
|
1494
1507
|
set: function (v) {
|
|
1495
|
-
this.i.
|
|
1508
|
+
this.i.js = v;
|
|
1496
1509
|
},
|
|
1497
1510
|
enumerable: false,
|
|
1498
1511
|
configurable: true
|
|
@@ -1551,7 +1564,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1551
1564
|
return (iv);
|
|
1552
1565
|
};
|
|
1553
1566
|
IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1554
|
-
this.i.
|
|
1567
|
+
this.i.ms(valueName, value);
|
|
1555
1568
|
};
|
|
1556
1569
|
/**
|
|
1557
1570
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1568,7 +1581,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1568
1581
|
* @param valueName * The name of the value to remove.
|
|
1569
1582
|
*/
|
|
1570
1583
|
IgcCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1571
|
-
this.i.
|
|
1584
|
+
this.i.mo(valueName);
|
|
1572
1585
|
};
|
|
1573
1586
|
/**
|
|
1574
1587
|
* Gets a named value from the cell.
|
|
@@ -1576,7 +1589,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1576
1589
|
* @param valueName * The name of the value to get.
|
|
1577
1590
|
*/
|
|
1578
1591
|
IgcCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1579
|
-
var iv = this.i.
|
|
1592
|
+
var iv = this.i.ig(valueName);
|
|
1580
1593
|
return (iv);
|
|
1581
1594
|
};
|
|
1582
1595
|
return IgcCellInfo;
|