igniteui-angular-data-grids 21.0.1 → 21.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-angular-data-grids.umd.js +16132 -13283
- package/bundles/igniteui-angular-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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- 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 +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- 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 +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- 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 +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- 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 +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- 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 +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- 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/igx-cell-info.d.ts +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -96,10 +96,10 @@ var IgxCellInfo = /** @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
|
|
@@ -109,10 +109,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
109
109
|
* Gets the absolute data row for the current cell.
|
|
110
110
|
*/
|
|
111
111
|
get: function () {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.fq;
|
|
113
113
|
},
|
|
114
114
|
set: function (v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.fq = +v;
|
|
116
|
+
},
|
|
117
|
+
enumerable: false,
|
|
118
|
+
configurable: true
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(IgxCellInfo.prototype, "columnIdx", {
|
|
121
|
+
/**
|
|
122
|
+
* Gets the column index for the current cell.
|
|
123
|
+
*/
|
|
124
|
+
get: function () {
|
|
125
|
+
return this.i.fo;
|
|
116
126
|
},
|
|
117
127
|
enumerable: false,
|
|
118
128
|
configurable: true
|
|
@@ -304,20 +314,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
304
314
|
* Gets the indent level of the cell.
|
|
305
315
|
*/
|
|
306
316
|
get: function () {
|
|
307
|
-
return this.i.
|
|
317
|
+
return this.i.gg;
|
|
308
318
|
},
|
|
309
319
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
320
|
+
this.i.gg = +v;
|
|
311
321
|
},
|
|
312
322
|
enumerable: false,
|
|
313
323
|
configurable: true
|
|
314
324
|
});
|
|
315
325
|
Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
|
|
316
326
|
get: function () {
|
|
317
|
-
return this.i.
|
|
327
|
+
return this.i.ij;
|
|
318
328
|
},
|
|
319
329
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
330
|
+
this.i.ij = v;
|
|
321
331
|
},
|
|
322
332
|
enumerable: false,
|
|
323
333
|
configurable: true
|
|
@@ -353,10 +363,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
353
363
|
* Gets the pixel snapped X position of the cell within the content.
|
|
354
364
|
*/
|
|
355
365
|
get: function () {
|
|
356
|
-
return this.i.
|
|
366
|
+
return this.i.hh;
|
|
357
367
|
},
|
|
358
368
|
set: function (v) {
|
|
359
|
-
this.i.
|
|
369
|
+
this.i.hh = +v;
|
|
360
370
|
},
|
|
361
371
|
enumerable: false,
|
|
362
372
|
configurable: true
|
|
@@ -366,10 +376,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
366
376
|
* Gets the snapped Y position of the cell within the content.
|
|
367
377
|
*/
|
|
368
378
|
get: function () {
|
|
369
|
-
return this.i.
|
|
379
|
+
return this.i.hj;
|
|
370
380
|
},
|
|
371
381
|
set: function (v) {
|
|
372
|
-
this.i.
|
|
382
|
+
this.i.hj = +v;
|
|
373
383
|
},
|
|
374
384
|
enumerable: false,
|
|
375
385
|
configurable: true
|
|
@@ -444,10 +454,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
444
454
|
* Gets the height of the cell.
|
|
445
455
|
*/
|
|
446
456
|
get: function () {
|
|
447
|
-
return this.i.
|
|
457
|
+
return this.i.ga;
|
|
448
458
|
},
|
|
449
459
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
460
|
+
this.i.ga = +v;
|
|
451
461
|
},
|
|
452
462
|
enumerable: false,
|
|
453
463
|
configurable: true
|
|
@@ -457,10 +467,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
457
467
|
* Gets the width of the cell.
|
|
458
468
|
*/
|
|
459
469
|
get: function () {
|
|
460
|
-
return this.i.
|
|
470
|
+
return this.i.h8;
|
|
461
471
|
},
|
|
462
472
|
set: function (v) {
|
|
463
|
-
this.i.
|
|
473
|
+
this.i.h8 = +v;
|
|
464
474
|
},
|
|
465
475
|
enumerable: false,
|
|
466
476
|
configurable: true
|
|
@@ -561,10 +571,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
561
571
|
* Gets or sets the background color of the cell.
|
|
562
572
|
*/
|
|
563
573
|
get: function () {
|
|
564
|
-
return brushToString(this.i.
|
|
574
|
+
return brushToString(this.i.nm);
|
|
565
575
|
},
|
|
566
576
|
set: function (v) {
|
|
567
|
-
this.i.
|
|
577
|
+
this.i.nm = stringToBrush(v);
|
|
568
578
|
},
|
|
569
579
|
enumerable: false,
|
|
570
580
|
configurable: true
|
|
@@ -574,10 +584,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
574
584
|
* Gets or sets the border color of the cell.
|
|
575
585
|
*/
|
|
576
586
|
get: function () {
|
|
577
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.np);
|
|
578
588
|
},
|
|
579
589
|
set: function (v) {
|
|
580
|
-
this.i.
|
|
590
|
+
this.i.np = stringToBrush(v);
|
|
581
591
|
},
|
|
582
592
|
enumerable: false,
|
|
583
593
|
configurable: true
|
|
@@ -587,10 +597,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
587
597
|
* Gets the actual background color of the cell
|
|
588
598
|
*/
|
|
589
599
|
get: function () {
|
|
590
|
-
return brushToString(this.i.
|
|
600
|
+
return brushToString(this.i.nj);
|
|
591
601
|
},
|
|
592
602
|
set: function (v) {
|
|
593
|
-
this.i.
|
|
603
|
+
this.i.nj = stringToBrush(v);
|
|
594
604
|
},
|
|
595
605
|
enumerable: false,
|
|
596
606
|
configurable: true
|
|
@@ -600,10 +610,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
600
610
|
* Gets the actual background color of the cell
|
|
601
611
|
*/
|
|
602
612
|
get: function () {
|
|
603
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.nk);
|
|
604
614
|
},
|
|
605
615
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
616
|
+
this.i.nk = stringToBrush(v);
|
|
607
617
|
},
|
|
608
618
|
enumerable: false,
|
|
609
619
|
configurable: true
|
|
@@ -613,10 +623,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
613
623
|
* Gets the actual background color of the cell
|
|
614
624
|
*/
|
|
615
625
|
get: function () {
|
|
616
|
-
return brushToString(this.i.
|
|
626
|
+
return brushToString(this.i.ni);
|
|
617
627
|
},
|
|
618
628
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
629
|
+
this.i.ni = stringToBrush(v);
|
|
620
630
|
},
|
|
621
631
|
enumerable: false,
|
|
622
632
|
configurable: true
|
|
@@ -626,10 +636,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
626
636
|
* Gets or sets the error border color of the cell.
|
|
627
637
|
*/
|
|
628
638
|
get: function () {
|
|
629
|
-
return brushToString(this.i.
|
|
639
|
+
return brushToString(this.i.nr);
|
|
630
640
|
},
|
|
631
641
|
set: function (v) {
|
|
632
|
-
this.i.
|
|
642
|
+
this.i.nr = stringToBrush(v);
|
|
633
643
|
},
|
|
634
644
|
enumerable: false,
|
|
635
645
|
configurable: true
|
|
@@ -639,10 +649,23 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
639
649
|
* Gets or sets the selected background color of the cell.
|
|
640
650
|
*/
|
|
641
651
|
get: function () {
|
|
642
|
-
return brushToString(this.i.
|
|
652
|
+
return brushToString(this.i.nz);
|
|
643
653
|
},
|
|
644
654
|
set: function (v) {
|
|
645
|
-
this.i.
|
|
655
|
+
this.i.nz = stringToBrush(v);
|
|
656
|
+
},
|
|
657
|
+
enumerable: false,
|
|
658
|
+
configurable: true
|
|
659
|
+
});
|
|
660
|
+
Object.defineProperty(IgxCellInfo.prototype, "selectedTextColor", {
|
|
661
|
+
/**
|
|
662
|
+
* Gets or sets the selected text color of the cell.
|
|
663
|
+
*/
|
|
664
|
+
get: function () {
|
|
665
|
+
return brushToString(this.i.n0);
|
|
666
|
+
},
|
|
667
|
+
set: function (v) {
|
|
668
|
+
this.i.n0 = stringToBrush(v);
|
|
646
669
|
},
|
|
647
670
|
enumerable: false,
|
|
648
671
|
configurable: true
|
|
@@ -652,10 +675,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
652
675
|
* Gets or sets the hover background color of the cell.
|
|
653
676
|
*/
|
|
654
677
|
get: function () {
|
|
655
|
-
return brushToString(this.i.
|
|
678
|
+
return brushToString(this.i.nv);
|
|
656
679
|
},
|
|
657
680
|
set: function (v) {
|
|
658
|
-
this.i.
|
|
681
|
+
this.i.nv = stringToBrush(v);
|
|
659
682
|
},
|
|
660
683
|
enumerable: false,
|
|
661
684
|
configurable: true
|
|
@@ -665,10 +688,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
665
688
|
* Gets or sets the hover text color of the cell.
|
|
666
689
|
*/
|
|
667
690
|
get: function () {
|
|
668
|
-
return brushToString(this.i.
|
|
691
|
+
return brushToString(this.i.nw);
|
|
669
692
|
},
|
|
670
693
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
694
|
+
this.i.nw = stringToBrush(v);
|
|
672
695
|
},
|
|
673
696
|
enumerable: false,
|
|
674
697
|
configurable: true
|
|
@@ -678,10 +701,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
678
701
|
* Gets or sets the color for the sort indicator icon.
|
|
679
702
|
*/
|
|
680
703
|
get: function () {
|
|
681
|
-
return brushToString(this.i.
|
|
704
|
+
return brushToString(this.i.n1);
|
|
682
705
|
},
|
|
683
706
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
707
|
+
this.i.n1 = stringToBrush(v);
|
|
685
708
|
},
|
|
686
709
|
enumerable: false,
|
|
687
710
|
configurable: true
|
|
@@ -691,10 +714,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
691
714
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
692
715
|
*/
|
|
693
716
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
717
|
+
return brushToString(this.i.n2);
|
|
695
718
|
},
|
|
696
719
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
720
|
+
this.i.n2 = stringToBrush(v);
|
|
698
721
|
},
|
|
699
722
|
enumerable: false,
|
|
700
723
|
configurable: true
|
|
@@ -704,10 +727,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
704
727
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
705
728
|
*/
|
|
706
729
|
get: function () {
|
|
707
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.ny);
|
|
708
731
|
},
|
|
709
732
|
set: function (v) {
|
|
710
|
-
this.i.
|
|
733
|
+
this.i.ny = stringToBrush(v);
|
|
711
734
|
},
|
|
712
735
|
enumerable: false,
|
|
713
736
|
configurable: true
|
|
@@ -717,10 +740,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
717
740
|
* Gets or sets the color for the last row in the sticky row area.
|
|
718
741
|
*/
|
|
719
742
|
get: function () {
|
|
720
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.nx);
|
|
721
744
|
},
|
|
722
745
|
set: function (v) {
|
|
723
|
-
this.i.
|
|
746
|
+
this.i.nx = stringToBrush(v);
|
|
724
747
|
},
|
|
725
748
|
enumerable: false,
|
|
726
749
|
configurable: true
|
|
@@ -730,10 +753,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
730
753
|
* Gets or sets the background color for filter row.
|
|
731
754
|
*/
|
|
732
755
|
get: function () {
|
|
733
|
-
return brushToString(this.i.
|
|
756
|
+
return brushToString(this.i.nt);
|
|
734
757
|
},
|
|
735
758
|
set: function (v) {
|
|
736
|
-
this.i.
|
|
759
|
+
this.i.nt = stringToBrush(v);
|
|
737
760
|
},
|
|
738
761
|
enumerable: false,
|
|
739
762
|
configurable: true
|
|
@@ -756,10 +779,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
756
779
|
* Gets or sets the original value for the cell, before processing.
|
|
757
780
|
*/
|
|
758
781
|
get: function () {
|
|
759
|
-
return this.i.
|
|
782
|
+
return this.i.ii;
|
|
760
783
|
},
|
|
761
784
|
set: function (v) {
|
|
762
|
-
this.i.
|
|
785
|
+
this.i.ii = v;
|
|
763
786
|
},
|
|
764
787
|
enumerable: false,
|
|
765
788
|
configurable: true
|
|
@@ -769,10 +792,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
769
792
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
770
793
|
*/
|
|
771
794
|
get: function () {
|
|
772
|
-
return this.i.
|
|
795
|
+
return this.i.k1;
|
|
773
796
|
},
|
|
774
797
|
set: function (v) {
|
|
775
|
-
this.i.
|
|
798
|
+
this.i.k1 = v;
|
|
776
799
|
},
|
|
777
800
|
enumerable: false,
|
|
778
801
|
configurable: true
|
|
@@ -782,10 +805,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
782
805
|
* If set, this text will be used when rendering the cell value.
|
|
783
806
|
*/
|
|
784
807
|
get: function () {
|
|
785
|
-
return this.i.
|
|
808
|
+
return this.i.ly;
|
|
786
809
|
},
|
|
787
810
|
set: function (v) {
|
|
788
|
-
this.i.
|
|
811
|
+
this.i.ly = v;
|
|
789
812
|
},
|
|
790
813
|
enumerable: false,
|
|
791
814
|
configurable: true
|
|
@@ -795,10 +818,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
795
818
|
* Gets or sets the color of the text for the cell, if any.
|
|
796
819
|
*/
|
|
797
820
|
get: function () {
|
|
798
|
-
return brushToString(this.i.
|
|
821
|
+
return brushToString(this.i.n6);
|
|
799
822
|
},
|
|
800
823
|
set: function (v) {
|
|
801
|
-
this.i.
|
|
824
|
+
this.i.n6 = stringToBrush(v);
|
|
802
825
|
},
|
|
803
826
|
enumerable: false,
|
|
804
827
|
configurable: true
|
|
@@ -808,10 +831,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
808
831
|
* Gets the actual color of the text for the cell, if any.
|
|
809
832
|
*/
|
|
810
833
|
get: function () {
|
|
811
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.nl);
|
|
812
835
|
},
|
|
813
836
|
set: function (v) {
|
|
814
|
-
this.i.
|
|
837
|
+
this.i.nl = stringToBrush(v);
|
|
815
838
|
},
|
|
816
839
|
enumerable: false,
|
|
817
840
|
configurable: true
|
|
@@ -821,10 +844,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
821
844
|
* Gets or sets the text color for cells in deleted rows.
|
|
822
845
|
*/
|
|
823
846
|
get: function () {
|
|
824
|
-
return brushToString(this.i.
|
|
847
|
+
return brushToString(this.i.nq);
|
|
825
848
|
},
|
|
826
849
|
set: function (v) {
|
|
827
|
-
this.i.
|
|
850
|
+
this.i.nq = stringToBrush(v);
|
|
828
851
|
},
|
|
829
852
|
enumerable: false,
|
|
830
853
|
configurable: true
|
|
@@ -864,10 +887,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
864
887
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
865
888
|
*/
|
|
866
889
|
get: function () {
|
|
867
|
-
return this.i.
|
|
890
|
+
return this.i.lp;
|
|
868
891
|
},
|
|
869
892
|
set: function (v) {
|
|
870
|
-
this.i.
|
|
893
|
+
this.i.lp = v;
|
|
871
894
|
},
|
|
872
895
|
enumerable: false,
|
|
873
896
|
configurable: true
|
|
@@ -877,10 +900,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
877
900
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
878
901
|
*/
|
|
879
902
|
get: function () {
|
|
880
|
-
return brushToString(this.i.
|
|
903
|
+
return brushToString(this.i.n5);
|
|
881
904
|
},
|
|
882
905
|
set: function (v) {
|
|
883
|
-
this.i.
|
|
906
|
+
this.i.n5 = stringToBrush(v);
|
|
884
907
|
},
|
|
885
908
|
enumerable: false,
|
|
886
909
|
configurable: true
|
|
@@ -905,10 +928,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
905
928
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
906
929
|
*/
|
|
907
930
|
get: function () {
|
|
908
|
-
return this.i.
|
|
931
|
+
return this.i.lh;
|
|
909
932
|
},
|
|
910
933
|
set: function (v) {
|
|
911
|
-
this.i.
|
|
934
|
+
this.i.lh = v;
|
|
912
935
|
},
|
|
913
936
|
enumerable: false,
|
|
914
937
|
configurable: true
|
|
@@ -918,10 +941,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
918
941
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
919
942
|
*/
|
|
920
943
|
get: function () {
|
|
921
|
-
return this.i.
|
|
944
|
+
return this.i.le;
|
|
922
945
|
},
|
|
923
946
|
set: function (v) {
|
|
924
|
-
this.i.
|
|
947
|
+
this.i.le = v;
|
|
925
948
|
},
|
|
926
949
|
enumerable: false,
|
|
927
950
|
configurable: true
|
|
@@ -931,10 +954,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
931
954
|
* Gets or sets the stroke color of the suffix icon.
|
|
932
955
|
*/
|
|
933
956
|
get: function () {
|
|
934
|
-
return brushToString(this.i.
|
|
957
|
+
return brushToString(this.i.n4);
|
|
935
958
|
},
|
|
936
959
|
set: function (v) {
|
|
937
|
-
this.i.
|
|
960
|
+
this.i.n4 = stringToBrush(v);
|
|
938
961
|
},
|
|
939
962
|
enumerable: false,
|
|
940
963
|
configurable: true
|
|
@@ -944,10 +967,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
944
967
|
* Gets or sets the fill color of the suffix icon.
|
|
945
968
|
*/
|
|
946
969
|
get: function () {
|
|
947
|
-
return brushToString(this.i.
|
|
970
|
+
return brushToString(this.i.n3);
|
|
948
971
|
},
|
|
949
972
|
set: function (v) {
|
|
950
|
-
this.i.
|
|
973
|
+
this.i.n3 = stringToBrush(v);
|
|
951
974
|
},
|
|
952
975
|
enumerable: false,
|
|
953
976
|
configurable: true
|
|
@@ -1061,10 +1084,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1061
1084
|
* Gets or sets the left padding to use for the content.
|
|
1062
1085
|
*/
|
|
1063
1086
|
get: function () {
|
|
1064
|
-
return this.i.
|
|
1087
|
+
return this.i.g2;
|
|
1065
1088
|
},
|
|
1066
1089
|
set: function (v) {
|
|
1067
|
-
this.i.
|
|
1090
|
+
this.i.g2 = +v;
|
|
1068
1091
|
},
|
|
1069
1092
|
enumerable: false,
|
|
1070
1093
|
configurable: true
|
|
@@ -1074,10 +1097,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1074
1097
|
* Gets or sets the top padding to use for the content.
|
|
1075
1098
|
*/
|
|
1076
1099
|
get: function () {
|
|
1077
|
-
return this.i.
|
|
1100
|
+
return this.i.g6;
|
|
1078
1101
|
},
|
|
1079
1102
|
set: function (v) {
|
|
1080
|
-
this.i.
|
|
1103
|
+
this.i.g6 = +v;
|
|
1081
1104
|
},
|
|
1082
1105
|
enumerable: false,
|
|
1083
1106
|
configurable: true
|
|
@@ -1087,10 +1110,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1087
1110
|
* Gets or sets the right padding to use for the content.
|
|
1088
1111
|
*/
|
|
1089
1112
|
get: function () {
|
|
1090
|
-
return this.i.
|
|
1113
|
+
return this.i.g4;
|
|
1091
1114
|
},
|
|
1092
1115
|
set: function (v) {
|
|
1093
|
-
this.i.
|
|
1116
|
+
this.i.g4 = +v;
|
|
1094
1117
|
},
|
|
1095
1118
|
enumerable: false,
|
|
1096
1119
|
configurable: true
|
|
@@ -1100,10 +1123,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1100
1123
|
* Gets or sets the bottom padding to use for the content.
|
|
1101
1124
|
*/
|
|
1102
1125
|
get: function () {
|
|
1103
|
-
return this.i.
|
|
1126
|
+
return this.i.g0;
|
|
1104
1127
|
},
|
|
1105
1128
|
set: function (v) {
|
|
1106
|
-
this.i.
|
|
1129
|
+
this.i.g0 = +v;
|
|
1107
1130
|
},
|
|
1108
1131
|
enumerable: false,
|
|
1109
1132
|
configurable: true
|
|
@@ -1269,10 +1292,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1269
1292
|
* Gets or sets the left error border to use for the content.
|
|
1270
1293
|
*/
|
|
1271
1294
|
get: function () {
|
|
1272
|
-
return this.i.
|
|
1295
|
+
return this.i.fz;
|
|
1273
1296
|
},
|
|
1274
1297
|
set: function (v) {
|
|
1275
|
-
this.i.
|
|
1298
|
+
this.i.fz = +v;
|
|
1276
1299
|
},
|
|
1277
1300
|
enumerable: false,
|
|
1278
1301
|
configurable: true
|
|
@@ -1282,10 +1305,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1282
1305
|
* Gets or sets the top error border to use for the content.
|
|
1283
1306
|
*/
|
|
1284
1307
|
get: function () {
|
|
1285
|
-
return this.i.
|
|
1308
|
+
return this.i.f4;
|
|
1286
1309
|
},
|
|
1287
1310
|
set: function (v) {
|
|
1288
|
-
this.i.
|
|
1311
|
+
this.i.f4 = +v;
|
|
1289
1312
|
},
|
|
1290
1313
|
enumerable: false,
|
|
1291
1314
|
configurable: true
|
|
@@ -1295,10 +1318,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1295
1318
|
* Gets or sets the right error border to use for the content.
|
|
1296
1319
|
*/
|
|
1297
1320
|
get: function () {
|
|
1298
|
-
return this.i.
|
|
1321
|
+
return this.i.f2;
|
|
1299
1322
|
},
|
|
1300
1323
|
set: function (v) {
|
|
1301
|
-
this.i.
|
|
1324
|
+
this.i.f2 = +v;
|
|
1302
1325
|
},
|
|
1303
1326
|
enumerable: false,
|
|
1304
1327
|
configurable: true
|
|
@@ -1308,10 +1331,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1308
1331
|
* Gets or sets the bottom error border to use for the content.
|
|
1309
1332
|
*/
|
|
1310
1333
|
get: function () {
|
|
1311
|
-
return this.i.
|
|
1334
|
+
return this.i.fx;
|
|
1312
1335
|
},
|
|
1313
1336
|
set: function (v) {
|
|
1314
|
-
this.i.
|
|
1337
|
+
this.i.fx = +v;
|
|
1315
1338
|
},
|
|
1316
1339
|
enumerable: false,
|
|
1317
1340
|
configurable: true
|
|
@@ -1407,6 +1430,19 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1407
1430
|
enumerable: false,
|
|
1408
1431
|
configurable: true
|
|
1409
1432
|
});
|
|
1433
|
+
Object.defineProperty(IgxCellInfo.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
|
+
});
|
|
1410
1446
|
Object.defineProperty(IgxCellInfo.prototype, "pinned", {
|
|
1411
1447
|
/**
|
|
1412
1448
|
* Gets the fixed column position of this cell.
|
|
@@ -1466,10 +1502,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1466
1502
|
* Gets or sets the error message for the cell.
|
|
1467
1503
|
*/
|
|
1468
1504
|
get: function () {
|
|
1469
|
-
return this.i.
|
|
1505
|
+
return this.i.js;
|
|
1470
1506
|
},
|
|
1471
1507
|
set: function (v) {
|
|
1472
|
-
this.i.
|
|
1508
|
+
this.i.js = v;
|
|
1473
1509
|
},
|
|
1474
1510
|
enumerable: false,
|
|
1475
1511
|
configurable: true
|
|
@@ -1489,10 +1525,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1489
1525
|
});
|
|
1490
1526
|
Object.defineProperty(IgxCellInfo.prototype, "editID", {
|
|
1491
1527
|
get: function () {
|
|
1492
|
-
return this.i.
|
|
1528
|
+
return this.i.fv;
|
|
1493
1529
|
},
|
|
1494
1530
|
set: function (v) {
|
|
1495
|
-
this.i.
|
|
1531
|
+
this.i.fv = +v;
|
|
1496
1532
|
},
|
|
1497
1533
|
enumerable: false,
|
|
1498
1534
|
configurable: true
|
|
@@ -1528,7 +1564,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1528
1564
|
return (iv);
|
|
1529
1565
|
};
|
|
1530
1566
|
IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1531
|
-
this.i.
|
|
1567
|
+
this.i.ms(valueName, value);
|
|
1532
1568
|
};
|
|
1533
1569
|
/**
|
|
1534
1570
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1545,7 +1581,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1545
1581
|
* @param valueName * The name of the value to remove.
|
|
1546
1582
|
*/
|
|
1547
1583
|
IgxCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1548
|
-
this.i.
|
|
1584
|
+
this.i.mo(valueName);
|
|
1549
1585
|
};
|
|
1550
1586
|
/**
|
|
1551
1587
|
* Gets a named value from the cell.
|
|
@@ -1553,7 +1589,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1553
1589
|
* @param valueName * The name of the value to get.
|
|
1554
1590
|
*/
|
|
1555
1591
|
IgxCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1556
|
-
var iv = this.i.
|
|
1592
|
+
var iv = this.i.ig(valueName);
|
|
1557
1593
|
return (iv);
|
|
1558
1594
|
};
|
|
1559
1595
|
return IgxCellInfo;
|