igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- 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 +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- 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 +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- 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 +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-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-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- 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 +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -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.lg;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.lg = v;
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -109,10 +109,10 @@ 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.ft;
|
|
113
113
|
},
|
|
114
114
|
set: function (v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.ft = +v;
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -122,7 +122,28 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
122
122
|
* Gets the column index for the current cell.
|
|
123
123
|
*/
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.fr;
|
|
126
|
+
},
|
|
127
|
+
enumerable: false,
|
|
128
|
+
configurable: true
|
|
129
|
+
});
|
|
130
|
+
Object.defineProperty(IgxCellInfo.prototype, "isSectionSummary", {
|
|
131
|
+
get: function () {
|
|
132
|
+
return this.i.bt;
|
|
133
|
+
},
|
|
134
|
+
enumerable: false,
|
|
135
|
+
configurable: true
|
|
136
|
+
});
|
|
137
|
+
Object.defineProperty(IgxCellInfo.prototype, "isRootSummary", {
|
|
138
|
+
get: function () {
|
|
139
|
+
return this.i.bp;
|
|
140
|
+
},
|
|
141
|
+
enumerable: false,
|
|
142
|
+
configurable: true
|
|
143
|
+
});
|
|
144
|
+
Object.defineProperty(IgxCellInfo.prototype, "isFirstRootSummarySeparator", {
|
|
145
|
+
get: function () {
|
|
146
|
+
return this.i.bg;
|
|
126
147
|
},
|
|
127
148
|
enumerable: false,
|
|
128
149
|
configurable: true
|
|
@@ -132,10 +153,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
132
153
|
* Gets if the position of the cell is dirty.
|
|
133
154
|
*/
|
|
134
155
|
get: function () {
|
|
135
|
-
return this.i.
|
|
156
|
+
return this.i.bo;
|
|
136
157
|
},
|
|
137
158
|
set: function (v) {
|
|
138
|
-
this.i.
|
|
159
|
+
this.i.bo = ensureBool(v);
|
|
139
160
|
},
|
|
140
161
|
enumerable: false,
|
|
141
162
|
configurable: true
|
|
@@ -145,10 +166,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
145
166
|
* Gets if the size of the cell is dirty.
|
|
146
167
|
*/
|
|
147
168
|
get: function () {
|
|
148
|
-
return this.i.
|
|
169
|
+
return this.i.bv;
|
|
149
170
|
},
|
|
150
171
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
172
|
+
this.i.bv = ensureBool(v);
|
|
152
173
|
},
|
|
153
174
|
enumerable: false,
|
|
154
175
|
configurable: true
|
|
@@ -184,10 +205,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
184
205
|
* Gets if the layer of the cell is dirty.
|
|
185
206
|
*/
|
|
186
207
|
get: function () {
|
|
187
|
-
return this.i.
|
|
208
|
+
return this.i.bm;
|
|
188
209
|
},
|
|
189
210
|
set: function (v) {
|
|
190
|
-
this.i.
|
|
211
|
+
this.i.bm = ensureBool(v);
|
|
191
212
|
},
|
|
192
213
|
enumerable: false,
|
|
193
214
|
configurable: true
|
|
@@ -197,10 +218,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
197
218
|
* Gets if the layer of the cell is dirty.
|
|
198
219
|
*/
|
|
199
220
|
get: function () {
|
|
200
|
-
return this.i.
|
|
221
|
+
return this.i.bw;
|
|
201
222
|
},
|
|
202
223
|
set: function (v) {
|
|
203
|
-
this.i.
|
|
224
|
+
this.i.bw = ensureBool(v);
|
|
204
225
|
},
|
|
205
226
|
enumerable: false,
|
|
206
227
|
configurable: true
|
|
@@ -223,10 +244,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
223
244
|
* Gets if placeholder content is needed when virtualized.
|
|
224
245
|
*/
|
|
225
246
|
get: function () {
|
|
226
|
-
return this.i.
|
|
247
|
+
return this.i.bn;
|
|
227
248
|
},
|
|
228
249
|
set: function (v) {
|
|
229
|
-
this.i.
|
|
250
|
+
this.i.bn = ensureBool(v);
|
|
230
251
|
},
|
|
231
252
|
enumerable: false,
|
|
232
253
|
configurable: true
|
|
@@ -249,10 +270,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
249
270
|
* Gets or sets whether the cell is hit test visible.
|
|
250
271
|
*/
|
|
251
272
|
get: function () {
|
|
252
|
-
return this.i.
|
|
273
|
+
return this.i.bi;
|
|
253
274
|
},
|
|
254
275
|
set: function (v) {
|
|
255
|
-
this.i.
|
|
276
|
+
this.i.bi = ensureBool(v);
|
|
256
277
|
},
|
|
257
278
|
enumerable: false,
|
|
258
279
|
configurable: true
|
|
@@ -262,10 +283,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
262
283
|
* Gets if this cell belongs to a row that has been marked as pinned.
|
|
263
284
|
*/
|
|
264
285
|
get: function () {
|
|
265
|
-
return this.i.
|
|
286
|
+
return this.i.bq;
|
|
266
287
|
},
|
|
267
288
|
set: function (v) {
|
|
268
|
-
this.i.
|
|
289
|
+
this.i.bq = ensureBool(v);
|
|
269
290
|
},
|
|
270
291
|
enumerable: false,
|
|
271
292
|
configurable: true
|
|
@@ -275,10 +296,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
275
296
|
* Gets if this cell belongs to a row that will stick to the top of the grid.
|
|
276
297
|
*/
|
|
277
298
|
get: function () {
|
|
278
|
-
return this.i.
|
|
299
|
+
return this.i.br;
|
|
279
300
|
},
|
|
280
301
|
set: function (v) {
|
|
281
|
-
this.i.
|
|
302
|
+
this.i.br = ensureBool(v);
|
|
282
303
|
},
|
|
283
304
|
enumerable: false,
|
|
284
305
|
configurable: true
|
|
@@ -288,10 +309,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
288
309
|
* Gets if this cell is the last row that can stick to the top of the grid.
|
|
289
310
|
*/
|
|
290
311
|
get: function () {
|
|
291
|
-
return this.i.
|
|
312
|
+
return this.i.bl;
|
|
292
313
|
},
|
|
293
314
|
set: function (v) {
|
|
294
|
-
this.i.
|
|
315
|
+
this.i.bl = ensureBool(v);
|
|
295
316
|
},
|
|
296
317
|
enumerable: false,
|
|
297
318
|
configurable: true
|
|
@@ -314,20 +335,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
314
335
|
* Gets the indent level of the cell.
|
|
315
336
|
*/
|
|
316
337
|
get: function () {
|
|
317
|
-
return this.i.
|
|
338
|
+
return this.i.gj;
|
|
318
339
|
},
|
|
319
340
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
341
|
+
this.i.gj = +v;
|
|
321
342
|
},
|
|
322
343
|
enumerable: false,
|
|
323
344
|
configurable: true
|
|
324
345
|
});
|
|
325
346
|
Object.defineProperty(IgxCellInfo.prototype, "rowItem", {
|
|
326
347
|
get: function () {
|
|
327
|
-
return this.i.
|
|
348
|
+
return this.i.im;
|
|
328
349
|
},
|
|
329
350
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
351
|
+
this.i.im = v;
|
|
331
352
|
},
|
|
332
353
|
enumerable: false,
|
|
333
354
|
configurable: true
|
|
@@ -337,10 +358,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
337
358
|
* Gets the X position of the cell within the content.
|
|
338
359
|
*/
|
|
339
360
|
get: function () {
|
|
340
|
-
return this.i.
|
|
361
|
+
return this.i.db;
|
|
341
362
|
},
|
|
342
363
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
364
|
+
this.i.db = +v;
|
|
344
365
|
},
|
|
345
366
|
enumerable: false,
|
|
346
367
|
configurable: true
|
|
@@ -350,10 +371,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
350
371
|
* Gets the Y position of the cell within the content.
|
|
351
372
|
*/
|
|
352
373
|
get: function () {
|
|
353
|
-
return this.i.
|
|
374
|
+
return this.i.dc;
|
|
354
375
|
},
|
|
355
376
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
377
|
+
this.i.dc = +v;
|
|
357
378
|
},
|
|
358
379
|
enumerable: false,
|
|
359
380
|
configurable: true
|
|
@@ -363,10 +384,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
363
384
|
* Gets the pixel snapped X position of the cell within the content.
|
|
364
385
|
*/
|
|
365
386
|
get: function () {
|
|
366
|
-
return this.i.
|
|
387
|
+
return this.i.hk;
|
|
367
388
|
},
|
|
368
389
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
390
|
+
this.i.hk = +v;
|
|
370
391
|
},
|
|
371
392
|
enumerable: false,
|
|
372
393
|
configurable: true
|
|
@@ -376,10 +397,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
376
397
|
* Gets the snapped Y position of the cell within the content.
|
|
377
398
|
*/
|
|
378
399
|
get: function () {
|
|
379
|
-
return this.i.
|
|
400
|
+
return this.i.hm;
|
|
380
401
|
},
|
|
381
402
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
403
|
+
this.i.hm = +v;
|
|
383
404
|
},
|
|
384
405
|
enumerable: false,
|
|
385
406
|
configurable: true
|
|
@@ -389,10 +410,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
389
410
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
390
411
|
*/
|
|
391
412
|
get: function () {
|
|
392
|
-
return this.i.
|
|
413
|
+
return this.i.cw;
|
|
393
414
|
},
|
|
394
415
|
set: function (v) {
|
|
395
|
-
this.i.
|
|
416
|
+
this.i.cw = +v;
|
|
396
417
|
},
|
|
397
418
|
enumerable: false,
|
|
398
419
|
configurable: true
|
|
@@ -402,10 +423,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
402
423
|
* Gets or sets the opacity of the content of the cell.
|
|
403
424
|
*/
|
|
404
425
|
get: function () {
|
|
405
|
-
return this.i.
|
|
426
|
+
return this.i.cv;
|
|
406
427
|
},
|
|
407
428
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
429
|
+
this.i.cv = +v;
|
|
409
430
|
},
|
|
410
431
|
enumerable: false,
|
|
411
432
|
configurable: true
|
|
@@ -415,10 +436,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
415
436
|
* Gets the actual content opacity of the cell.
|
|
416
437
|
*/
|
|
417
438
|
get: function () {
|
|
418
|
-
return this.i.
|
|
439
|
+
return this.i.cs;
|
|
419
440
|
},
|
|
420
441
|
set: function (v) {
|
|
421
|
-
this.i.
|
|
442
|
+
this.i.cs = +v;
|
|
422
443
|
},
|
|
423
444
|
enumerable: false,
|
|
424
445
|
configurable: true
|
|
@@ -428,10 +449,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
428
449
|
* Gets or sets the opacity of the cell.
|
|
429
450
|
*/
|
|
430
451
|
get: function () {
|
|
431
|
-
return this.i.
|
|
452
|
+
return this.i.c0;
|
|
432
453
|
},
|
|
433
454
|
set: function (v) {
|
|
434
|
-
this.i.
|
|
455
|
+
this.i.c0 = +v;
|
|
435
456
|
},
|
|
436
457
|
enumerable: false,
|
|
437
458
|
configurable: true
|
|
@@ -441,10 +462,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
441
462
|
* Gets the actual opacity of the cell.
|
|
442
463
|
*/
|
|
443
464
|
get: function () {
|
|
444
|
-
return this.i.
|
|
465
|
+
return this.i.ct;
|
|
445
466
|
},
|
|
446
467
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
468
|
+
this.i.ct = +v;
|
|
448
469
|
},
|
|
449
470
|
enumerable: false,
|
|
450
471
|
configurable: true
|
|
@@ -454,10 +475,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
454
475
|
* Gets the height of the cell.
|
|
455
476
|
*/
|
|
456
477
|
get: function () {
|
|
457
|
-
return this.i.
|
|
478
|
+
return this.i.gd;
|
|
458
479
|
},
|
|
459
480
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
481
|
+
this.i.gd = +v;
|
|
461
482
|
},
|
|
462
483
|
enumerable: false,
|
|
463
484
|
configurable: true
|
|
@@ -467,10 +488,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
467
488
|
* Gets the width of the cell.
|
|
468
489
|
*/
|
|
469
490
|
get: function () {
|
|
470
|
-
return this.i.
|
|
491
|
+
return this.i.ib;
|
|
471
492
|
},
|
|
472
493
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
494
|
+
this.i.ib = +v;
|
|
474
495
|
},
|
|
475
496
|
enumerable: false,
|
|
476
497
|
configurable: true
|
|
@@ -480,10 +501,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
480
501
|
* Gets if the cell is selected.
|
|
481
502
|
*/
|
|
482
503
|
get: function () {
|
|
483
|
-
return this.i.
|
|
504
|
+
return this.i.bu;
|
|
484
505
|
},
|
|
485
506
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
507
|
+
this.i.bu = ensureBool(v);
|
|
487
508
|
},
|
|
488
509
|
enumerable: false,
|
|
489
510
|
configurable: true
|
|
@@ -493,10 +514,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
493
514
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
494
515
|
*/
|
|
495
516
|
get: function () {
|
|
496
|
-
return this.i.
|
|
517
|
+
return this.i.c2;
|
|
497
518
|
},
|
|
498
519
|
set: function (v) {
|
|
499
|
-
this.i.
|
|
520
|
+
this.i.c2 = +v;
|
|
500
521
|
},
|
|
501
522
|
enumerable: false,
|
|
502
523
|
configurable: true
|
|
@@ -506,10 +527,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
506
527
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
507
528
|
*/
|
|
508
529
|
get: function () {
|
|
509
|
-
return this.i.
|
|
530
|
+
return this.i.cr;
|
|
510
531
|
},
|
|
511
532
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
533
|
+
this.i.cr = +v;
|
|
513
534
|
},
|
|
514
535
|
enumerable: false,
|
|
515
536
|
configurable: true
|
|
@@ -519,10 +540,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
519
540
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
520
541
|
*/
|
|
521
542
|
get: function () {
|
|
522
|
-
return this.i.
|
|
543
|
+
return this.i.cx;
|
|
523
544
|
},
|
|
524
545
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
546
|
+
this.i.cx = +v;
|
|
526
547
|
},
|
|
527
548
|
enumerable: false,
|
|
528
549
|
configurable: true
|
|
@@ -532,10 +553,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
532
553
|
* Gets whether the cell is hoverable or not.
|
|
533
554
|
*/
|
|
534
555
|
get: function () {
|
|
535
|
-
return this.i.
|
|
556
|
+
return this.i.bj;
|
|
536
557
|
},
|
|
537
558
|
set: function (v) {
|
|
538
|
-
this.i.
|
|
559
|
+
this.i.bj = ensureBool(v);
|
|
539
560
|
},
|
|
540
561
|
enumerable: false,
|
|
541
562
|
configurable: true
|
|
@@ -571,10 +592,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
571
592
|
* Gets or sets the background color of the cell.
|
|
572
593
|
*/
|
|
573
594
|
get: function () {
|
|
574
|
-
return brushToString(this.i.
|
|
595
|
+
return brushToString(this.i.np);
|
|
575
596
|
},
|
|
576
597
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
598
|
+
this.i.np = stringToBrush(v);
|
|
578
599
|
},
|
|
579
600
|
enumerable: false,
|
|
580
601
|
configurable: true
|
|
@@ -584,10 +605,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
584
605
|
* Gets or sets the border color of the cell.
|
|
585
606
|
*/
|
|
586
607
|
get: function () {
|
|
587
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.ns);
|
|
588
609
|
},
|
|
589
610
|
set: function (v) {
|
|
590
|
-
this.i.
|
|
611
|
+
this.i.ns = stringToBrush(v);
|
|
591
612
|
},
|
|
592
613
|
enumerable: false,
|
|
593
614
|
configurable: true
|
|
@@ -597,10 +618,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
597
618
|
* Gets the actual background color of the cell
|
|
598
619
|
*/
|
|
599
620
|
get: function () {
|
|
600
|
-
return brushToString(this.i.
|
|
621
|
+
return brushToString(this.i.nm);
|
|
601
622
|
},
|
|
602
623
|
set: function (v) {
|
|
603
|
-
this.i.
|
|
624
|
+
this.i.nm = stringToBrush(v);
|
|
604
625
|
},
|
|
605
626
|
enumerable: false,
|
|
606
627
|
configurable: true
|
|
@@ -610,10 +631,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
610
631
|
* Gets the actual background color of the cell
|
|
611
632
|
*/
|
|
612
633
|
get: function () {
|
|
613
|
-
return brushToString(this.i.
|
|
634
|
+
return brushToString(this.i.nn);
|
|
614
635
|
},
|
|
615
636
|
set: function (v) {
|
|
616
|
-
this.i.
|
|
637
|
+
this.i.nn = stringToBrush(v);
|
|
617
638
|
},
|
|
618
639
|
enumerable: false,
|
|
619
640
|
configurable: true
|
|
@@ -623,10 +644,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
623
644
|
* Gets the actual background color of the cell
|
|
624
645
|
*/
|
|
625
646
|
get: function () {
|
|
626
|
-
return brushToString(this.i.
|
|
647
|
+
return brushToString(this.i.nl);
|
|
627
648
|
},
|
|
628
649
|
set: function (v) {
|
|
629
|
-
this.i.
|
|
650
|
+
this.i.nl = stringToBrush(v);
|
|
630
651
|
},
|
|
631
652
|
enumerable: false,
|
|
632
653
|
configurable: true
|
|
@@ -636,10 +657,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
636
657
|
* Gets or sets the error border color of the cell.
|
|
637
658
|
*/
|
|
638
659
|
get: function () {
|
|
639
|
-
return brushToString(this.i.
|
|
660
|
+
return brushToString(this.i.nu);
|
|
640
661
|
},
|
|
641
662
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
663
|
+
this.i.nu = stringToBrush(v);
|
|
643
664
|
},
|
|
644
665
|
enumerable: false,
|
|
645
666
|
configurable: true
|
|
@@ -649,10 +670,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
649
670
|
* Gets or sets the selected background color of the cell.
|
|
650
671
|
*/
|
|
651
672
|
get: function () {
|
|
652
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.n2);
|
|
653
674
|
},
|
|
654
675
|
set: function (v) {
|
|
655
|
-
this.i.
|
|
676
|
+
this.i.n2 = stringToBrush(v);
|
|
656
677
|
},
|
|
657
678
|
enumerable: false,
|
|
658
679
|
configurable: true
|
|
@@ -662,10 +683,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
662
683
|
* Gets or sets the selected text color of the cell.
|
|
663
684
|
*/
|
|
664
685
|
get: function () {
|
|
665
|
-
return brushToString(this.i.
|
|
686
|
+
return brushToString(this.i.n3);
|
|
666
687
|
},
|
|
667
688
|
set: function (v) {
|
|
668
|
-
this.i.
|
|
689
|
+
this.i.n3 = stringToBrush(v);
|
|
669
690
|
},
|
|
670
691
|
enumerable: false,
|
|
671
692
|
configurable: true
|
|
@@ -675,10 +696,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
675
696
|
* Gets or sets the hover background color of the cell.
|
|
676
697
|
*/
|
|
677
698
|
get: function () {
|
|
678
|
-
return brushToString(this.i.
|
|
699
|
+
return brushToString(this.i.ny);
|
|
679
700
|
},
|
|
680
701
|
set: function (v) {
|
|
681
|
-
this.i.
|
|
702
|
+
this.i.ny = stringToBrush(v);
|
|
682
703
|
},
|
|
683
704
|
enumerable: false,
|
|
684
705
|
configurable: true
|
|
@@ -688,10 +709,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
688
709
|
* Gets or sets the hover text color of the cell.
|
|
689
710
|
*/
|
|
690
711
|
get: function () {
|
|
691
|
-
return brushToString(this.i.
|
|
712
|
+
return brushToString(this.i.nz);
|
|
692
713
|
},
|
|
693
714
|
set: function (v) {
|
|
694
|
-
this.i.
|
|
715
|
+
this.i.nz = stringToBrush(v);
|
|
695
716
|
},
|
|
696
717
|
enumerable: false,
|
|
697
718
|
configurable: true
|
|
@@ -701,10 +722,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
701
722
|
* Gets or sets the color for the sort indicator icon.
|
|
702
723
|
*/
|
|
703
724
|
get: function () {
|
|
704
|
-
return brushToString(this.i.
|
|
725
|
+
return brushToString(this.i.n4);
|
|
705
726
|
},
|
|
706
727
|
set: function (v) {
|
|
707
|
-
this.i.
|
|
728
|
+
this.i.n4 = stringToBrush(v);
|
|
708
729
|
},
|
|
709
730
|
enumerable: false,
|
|
710
731
|
configurable: true
|
|
@@ -714,10 +735,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
714
735
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
715
736
|
*/
|
|
716
737
|
get: function () {
|
|
717
|
-
return brushToString(this.i.
|
|
738
|
+
return brushToString(this.i.n5);
|
|
718
739
|
},
|
|
719
740
|
set: function (v) {
|
|
720
|
-
this.i.
|
|
741
|
+
this.i.n5 = stringToBrush(v);
|
|
721
742
|
},
|
|
722
743
|
enumerable: false,
|
|
723
744
|
configurable: true
|
|
@@ -727,10 +748,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
727
748
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
728
749
|
*/
|
|
729
750
|
get: function () {
|
|
730
|
-
return brushToString(this.i.
|
|
751
|
+
return brushToString(this.i.n1);
|
|
731
752
|
},
|
|
732
753
|
set: function (v) {
|
|
733
|
-
this.i.
|
|
754
|
+
this.i.n1 = stringToBrush(v);
|
|
734
755
|
},
|
|
735
756
|
enumerable: false,
|
|
736
757
|
configurable: true
|
|
@@ -740,10 +761,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
740
761
|
* Gets or sets the color for the last row in the sticky row area.
|
|
741
762
|
*/
|
|
742
763
|
get: function () {
|
|
743
|
-
return brushToString(this.i.
|
|
764
|
+
return brushToString(this.i.n0);
|
|
744
765
|
},
|
|
745
766
|
set: function (v) {
|
|
746
|
-
this.i.
|
|
767
|
+
this.i.n0 = stringToBrush(v);
|
|
747
768
|
},
|
|
748
769
|
enumerable: false,
|
|
749
770
|
configurable: true
|
|
@@ -753,10 +774,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
753
774
|
* Gets or sets the background color for filter row.
|
|
754
775
|
*/
|
|
755
776
|
get: function () {
|
|
756
|
-
return brushToString(this.i.
|
|
777
|
+
return brushToString(this.i.nw);
|
|
757
778
|
},
|
|
758
779
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
780
|
+
this.i.nw = stringToBrush(v);
|
|
760
781
|
},
|
|
761
782
|
enumerable: false,
|
|
762
783
|
configurable: true
|
|
@@ -766,10 +787,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
766
787
|
* Gets or sets the color to use for displaying text.
|
|
767
788
|
*/
|
|
768
789
|
get: function () {
|
|
769
|
-
return this.i.
|
|
790
|
+
return this.i.c1;
|
|
770
791
|
},
|
|
771
792
|
set: function (v) {
|
|
772
|
-
this.i.
|
|
793
|
+
this.i.c1 = +v;
|
|
773
794
|
},
|
|
774
795
|
enumerable: false,
|
|
775
796
|
configurable: true
|
|
@@ -779,10 +800,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
779
800
|
* Gets or sets the original value for the cell, before processing.
|
|
780
801
|
*/
|
|
781
802
|
get: function () {
|
|
782
|
-
return this.i.
|
|
803
|
+
return this.i.il;
|
|
783
804
|
},
|
|
784
805
|
set: function (v) {
|
|
785
|
-
this.i.
|
|
806
|
+
this.i.il = v;
|
|
786
807
|
},
|
|
787
808
|
enumerable: false,
|
|
788
809
|
configurable: true
|
|
@@ -792,10 +813,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
792
813
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
793
814
|
*/
|
|
794
815
|
get: function () {
|
|
795
|
-
return this.i.
|
|
816
|
+
return this.i.k4;
|
|
796
817
|
},
|
|
797
818
|
set: function (v) {
|
|
798
|
-
this.i.
|
|
819
|
+
this.i.k4 = v;
|
|
799
820
|
},
|
|
800
821
|
enumerable: false,
|
|
801
822
|
configurable: true
|
|
@@ -805,10 +826,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
805
826
|
* If set, this text will be used when rendering the cell value.
|
|
806
827
|
*/
|
|
807
828
|
get: function () {
|
|
808
|
-
return this.i.
|
|
829
|
+
return this.i.l1;
|
|
809
830
|
},
|
|
810
831
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
832
|
+
this.i.l1 = v;
|
|
812
833
|
},
|
|
813
834
|
enumerable: false,
|
|
814
835
|
configurable: true
|
|
@@ -818,10 +839,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
818
839
|
* Gets or sets the color of the text for the cell, if any.
|
|
819
840
|
*/
|
|
820
841
|
get: function () {
|
|
821
|
-
return brushToString(this.i.
|
|
842
|
+
return brushToString(this.i.n9);
|
|
822
843
|
},
|
|
823
844
|
set: function (v) {
|
|
824
|
-
this.i.
|
|
845
|
+
this.i.n9 = stringToBrush(v);
|
|
825
846
|
},
|
|
826
847
|
enumerable: false,
|
|
827
848
|
configurable: true
|
|
@@ -831,10 +852,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
831
852
|
* Gets the actual color of the text for the cell, if any.
|
|
832
853
|
*/
|
|
833
854
|
get: function () {
|
|
834
|
-
return brushToString(this.i.
|
|
855
|
+
return brushToString(this.i.no);
|
|
835
856
|
},
|
|
836
857
|
set: function (v) {
|
|
837
|
-
this.i.
|
|
858
|
+
this.i.no = stringToBrush(v);
|
|
838
859
|
},
|
|
839
860
|
enumerable: false,
|
|
840
861
|
configurable: true
|
|
@@ -844,10 +865,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
844
865
|
* Gets or sets the text color for cells in deleted rows.
|
|
845
866
|
*/
|
|
846
867
|
get: function () {
|
|
847
|
-
return brushToString(this.i.
|
|
868
|
+
return brushToString(this.i.nt);
|
|
848
869
|
},
|
|
849
870
|
set: function (v) {
|
|
850
|
-
this.i.
|
|
871
|
+
this.i.nt = stringToBrush(v);
|
|
851
872
|
},
|
|
852
873
|
enumerable: false,
|
|
853
874
|
configurable: true
|
|
@@ -887,10 +908,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
887
908
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
888
909
|
*/
|
|
889
910
|
get: function () {
|
|
890
|
-
return this.i.
|
|
911
|
+
return this.i.ls;
|
|
891
912
|
},
|
|
892
913
|
set: function (v) {
|
|
893
|
-
this.i.
|
|
914
|
+
this.i.ls = v;
|
|
894
915
|
},
|
|
895
916
|
enumerable: false,
|
|
896
917
|
configurable: true
|
|
@@ -900,10 +921,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
900
921
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
901
922
|
*/
|
|
902
923
|
get: function () {
|
|
903
|
-
return brushToString(this.i.
|
|
924
|
+
return brushToString(this.i.n8);
|
|
904
925
|
},
|
|
905
926
|
set: function (v) {
|
|
906
|
-
this.i.
|
|
927
|
+
this.i.n8 = stringToBrush(v);
|
|
907
928
|
},
|
|
908
929
|
enumerable: false,
|
|
909
930
|
configurable: true
|
|
@@ -928,10 +949,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
928
949
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
929
950
|
*/
|
|
930
951
|
get: function () {
|
|
931
|
-
return this.i.
|
|
952
|
+
return this.i.lk;
|
|
932
953
|
},
|
|
933
954
|
set: function (v) {
|
|
934
|
-
this.i.
|
|
955
|
+
this.i.lk = v;
|
|
935
956
|
},
|
|
936
957
|
enumerable: false,
|
|
937
958
|
configurable: true
|
|
@@ -941,10 +962,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
941
962
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
942
963
|
*/
|
|
943
964
|
get: function () {
|
|
944
|
-
return this.i.
|
|
965
|
+
return this.i.lh;
|
|
945
966
|
},
|
|
946
967
|
set: function (v) {
|
|
947
|
-
this.i.
|
|
968
|
+
this.i.lh = v;
|
|
948
969
|
},
|
|
949
970
|
enumerable: false,
|
|
950
971
|
configurable: true
|
|
@@ -954,10 +975,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
954
975
|
* Gets or sets the stroke color of the suffix icon.
|
|
955
976
|
*/
|
|
956
977
|
get: function () {
|
|
957
|
-
return brushToString(this.i.
|
|
978
|
+
return brushToString(this.i.n7);
|
|
958
979
|
},
|
|
959
980
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
981
|
+
this.i.n7 = stringToBrush(v);
|
|
961
982
|
},
|
|
962
983
|
enumerable: false,
|
|
963
984
|
configurable: true
|
|
@@ -967,10 +988,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
967
988
|
* Gets or sets the fill color of the suffix icon.
|
|
968
989
|
*/
|
|
969
990
|
get: function () {
|
|
970
|
-
return brushToString(this.i.
|
|
991
|
+
return brushToString(this.i.n6);
|
|
971
992
|
},
|
|
972
993
|
set: function (v) {
|
|
973
|
-
this.i.
|
|
994
|
+
this.i.n6 = stringToBrush(v);
|
|
974
995
|
},
|
|
975
996
|
enumerable: false,
|
|
976
997
|
configurable: true
|
|
@@ -980,10 +1001,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
980
1001
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
981
1002
|
*/
|
|
982
1003
|
get: function () {
|
|
983
|
-
return this.i.
|
|
1004
|
+
return this.i.c4;
|
|
984
1005
|
},
|
|
985
1006
|
set: function (v) {
|
|
986
|
-
this.i.
|
|
1007
|
+
this.i.c4 = +v;
|
|
987
1008
|
},
|
|
988
1009
|
enumerable: false,
|
|
989
1010
|
configurable: true
|
|
@@ -993,10 +1014,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
993
1014
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
994
1015
|
*/
|
|
995
1016
|
get: function () {
|
|
996
|
-
return this.i.
|
|
1017
|
+
return this.i.c5;
|
|
997
1018
|
},
|
|
998
1019
|
set: function (v) {
|
|
999
|
-
this.i.
|
|
1020
|
+
this.i.c5 = +v;
|
|
1000
1021
|
},
|
|
1001
1022
|
enumerable: false,
|
|
1002
1023
|
configurable: true
|
|
@@ -1006,10 +1027,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1006
1027
|
* Gets or sets the suffix icon's viewbox width.
|
|
1007
1028
|
*/
|
|
1008
1029
|
get: function () {
|
|
1009
|
-
return this.i.
|
|
1030
|
+
return this.i.c6;
|
|
1010
1031
|
},
|
|
1011
1032
|
set: function (v) {
|
|
1012
|
-
this.i.
|
|
1033
|
+
this.i.c6 = +v;
|
|
1013
1034
|
},
|
|
1014
1035
|
enumerable: false,
|
|
1015
1036
|
configurable: true
|
|
@@ -1019,10 +1040,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1019
1040
|
* Gets or sets the suffix icon's viewbox height.
|
|
1020
1041
|
*/
|
|
1021
1042
|
get: function () {
|
|
1022
|
-
return this.i.
|
|
1043
|
+
return this.i.c3;
|
|
1023
1044
|
},
|
|
1024
1045
|
set: function (v) {
|
|
1025
|
-
this.i.
|
|
1046
|
+
this.i.c3 = +v;
|
|
1026
1047
|
},
|
|
1027
1048
|
enumerable: false,
|
|
1028
1049
|
configurable: true
|
|
@@ -1032,10 +1053,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1032
1053
|
* Gets or sets the suffix margin.
|
|
1033
1054
|
*/
|
|
1034
1055
|
get: function () {
|
|
1035
|
-
return this.i.
|
|
1056
|
+
return this.i.c7;
|
|
1036
1057
|
},
|
|
1037
1058
|
set: function (v) {
|
|
1038
|
-
this.i.
|
|
1059
|
+
this.i.c7 = +v;
|
|
1039
1060
|
},
|
|
1040
1061
|
enumerable: false,
|
|
1041
1062
|
configurable: true
|
|
@@ -1071,10 +1092,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1071
1092
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
1072
1093
|
*/
|
|
1073
1094
|
get: function () {
|
|
1074
|
-
return this.i.
|
|
1095
|
+
return this.i.da;
|
|
1075
1096
|
},
|
|
1076
1097
|
set: function (v) {
|
|
1077
|
-
this.i.
|
|
1098
|
+
this.i.da = +v;
|
|
1078
1099
|
},
|
|
1079
1100
|
enumerable: false,
|
|
1080
1101
|
configurable: true
|
|
@@ -1084,10 +1105,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1084
1105
|
* Gets or sets the left padding to use for the content.
|
|
1085
1106
|
*/
|
|
1086
1107
|
get: function () {
|
|
1087
|
-
return this.i.
|
|
1108
|
+
return this.i.g5;
|
|
1088
1109
|
},
|
|
1089
1110
|
set: function (v) {
|
|
1090
|
-
this.i.
|
|
1111
|
+
this.i.g5 = +v;
|
|
1091
1112
|
},
|
|
1092
1113
|
enumerable: false,
|
|
1093
1114
|
configurable: true
|
|
@@ -1097,10 +1118,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1097
1118
|
* Gets or sets the top padding to use for the content.
|
|
1098
1119
|
*/
|
|
1099
1120
|
get: function () {
|
|
1100
|
-
return this.i.
|
|
1121
|
+
return this.i.g9;
|
|
1101
1122
|
},
|
|
1102
1123
|
set: function (v) {
|
|
1103
|
-
this.i.
|
|
1124
|
+
this.i.g9 = +v;
|
|
1104
1125
|
},
|
|
1105
1126
|
enumerable: false,
|
|
1106
1127
|
configurable: true
|
|
@@ -1110,10 +1131,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1110
1131
|
* Gets or sets the right padding to use for the content.
|
|
1111
1132
|
*/
|
|
1112
1133
|
get: function () {
|
|
1113
|
-
return this.i.
|
|
1134
|
+
return this.i.g7;
|
|
1114
1135
|
},
|
|
1115
1136
|
set: function (v) {
|
|
1116
|
-
this.i.
|
|
1137
|
+
this.i.g7 = +v;
|
|
1117
1138
|
},
|
|
1118
1139
|
enumerable: false,
|
|
1119
1140
|
configurable: true
|
|
@@ -1123,10 +1144,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1123
1144
|
* Gets or sets the bottom padding to use for the content.
|
|
1124
1145
|
*/
|
|
1125
1146
|
get: function () {
|
|
1126
|
-
return this.i.
|
|
1147
|
+
return this.i.g3;
|
|
1127
1148
|
},
|
|
1128
1149
|
set: function (v) {
|
|
1129
|
-
this.i.
|
|
1150
|
+
this.i.g3 = +v;
|
|
1130
1151
|
},
|
|
1131
1152
|
enumerable: false,
|
|
1132
1153
|
configurable: true
|
|
@@ -1136,10 +1157,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1136
1157
|
* Gets or sets the left padding to use for the content.
|
|
1137
1158
|
*/
|
|
1138
1159
|
get: function () {
|
|
1139
|
-
return this.i.
|
|
1160
|
+
return this.i.e2;
|
|
1140
1161
|
},
|
|
1141
1162
|
set: function (v) {
|
|
1142
|
-
this.i.
|
|
1163
|
+
this.i.e2 = +v;
|
|
1143
1164
|
},
|
|
1144
1165
|
enumerable: false,
|
|
1145
1166
|
configurable: true
|
|
@@ -1149,10 +1170,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1149
1170
|
* Gets or sets the top padding to use for the content.
|
|
1150
1171
|
*/
|
|
1151
1172
|
get: function () {
|
|
1152
|
-
return this.i.
|
|
1173
|
+
return this.i.e6;
|
|
1153
1174
|
},
|
|
1154
1175
|
set: function (v) {
|
|
1155
|
-
this.i.
|
|
1176
|
+
this.i.e6 = +v;
|
|
1156
1177
|
},
|
|
1157
1178
|
enumerable: false,
|
|
1158
1179
|
configurable: true
|
|
@@ -1162,10 +1183,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1162
1183
|
* Gets or sets the right padding to use for the content.
|
|
1163
1184
|
*/
|
|
1164
1185
|
get: function () {
|
|
1165
|
-
return this.i.
|
|
1186
|
+
return this.i.e4;
|
|
1166
1187
|
},
|
|
1167
1188
|
set: function (v) {
|
|
1168
|
-
this.i.
|
|
1189
|
+
this.i.e4 = +v;
|
|
1169
1190
|
},
|
|
1170
1191
|
enumerable: false,
|
|
1171
1192
|
configurable: true
|
|
@@ -1175,10 +1196,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1175
1196
|
* Gets or sets the bottom padding to use for the content.
|
|
1176
1197
|
*/
|
|
1177
1198
|
get: function () {
|
|
1178
|
-
return this.i.
|
|
1199
|
+
return this.i.e0;
|
|
1179
1200
|
},
|
|
1180
1201
|
set: function (v) {
|
|
1181
|
-
this.i.
|
|
1202
|
+
this.i.e0 = +v;
|
|
1182
1203
|
},
|
|
1183
1204
|
enumerable: false,
|
|
1184
1205
|
configurable: true
|
|
@@ -1188,10 +1209,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1188
1209
|
* Gets or sets the left border to use for the content.
|
|
1189
1210
|
*/
|
|
1190
1211
|
get: function () {
|
|
1191
|
-
return this.i.
|
|
1212
|
+
return this.i.fj;
|
|
1192
1213
|
},
|
|
1193
1214
|
set: function (v) {
|
|
1194
|
-
this.i.
|
|
1215
|
+
this.i.fj = +v;
|
|
1195
1216
|
},
|
|
1196
1217
|
enumerable: false,
|
|
1197
1218
|
configurable: true
|
|
@@ -1201,10 +1222,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1201
1222
|
* Gets or sets the top border to use for the content.
|
|
1202
1223
|
*/
|
|
1203
1224
|
get: function () {
|
|
1204
|
-
return this.i.
|
|
1225
|
+
return this.i.fo;
|
|
1205
1226
|
},
|
|
1206
1227
|
set: function (v) {
|
|
1207
|
-
this.i.
|
|
1228
|
+
this.i.fo = +v;
|
|
1208
1229
|
},
|
|
1209
1230
|
enumerable: false,
|
|
1210
1231
|
configurable: true
|
|
@@ -1214,10 +1235,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1214
1235
|
* Gets or sets the right border to use for the content.
|
|
1215
1236
|
*/
|
|
1216
1237
|
get: function () {
|
|
1217
|
-
return this.i.
|
|
1238
|
+
return this.i.fm;
|
|
1218
1239
|
},
|
|
1219
1240
|
set: function (v) {
|
|
1220
|
-
this.i.
|
|
1241
|
+
this.i.fm = +v;
|
|
1221
1242
|
},
|
|
1222
1243
|
enumerable: false,
|
|
1223
1244
|
configurable: true
|
|
@@ -1227,10 +1248,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1227
1248
|
* Gets or sets the bottom border to use for the content.
|
|
1228
1249
|
*/
|
|
1229
1250
|
get: function () {
|
|
1230
|
-
return this.i.
|
|
1251
|
+
return this.i.fh;
|
|
1231
1252
|
},
|
|
1232
1253
|
set: function (v) {
|
|
1233
|
-
this.i.
|
|
1254
|
+
this.i.fh = +v;
|
|
1234
1255
|
},
|
|
1235
1256
|
enumerable: false,
|
|
1236
1257
|
configurable: true
|
|
@@ -1240,10 +1261,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1240
1261
|
* Gets or sets the left activation border to use for the content.
|
|
1241
1262
|
*/
|
|
1242
1263
|
get: function () {
|
|
1243
|
-
return this.i.
|
|
1264
|
+
return this.i.ef;
|
|
1244
1265
|
},
|
|
1245
1266
|
set: function (v) {
|
|
1246
|
-
this.i.
|
|
1267
|
+
this.i.ef = +v;
|
|
1247
1268
|
},
|
|
1248
1269
|
enumerable: false,
|
|
1249
1270
|
configurable: true
|
|
@@ -1253,10 +1274,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1253
1274
|
* Gets or sets the top activation border to use for the content.
|
|
1254
1275
|
*/
|
|
1255
1276
|
get: function () {
|
|
1256
|
-
return this.i.
|
|
1277
|
+
return this.i.ek;
|
|
1257
1278
|
},
|
|
1258
1279
|
set: function (v) {
|
|
1259
|
-
this.i.
|
|
1280
|
+
this.i.ek = +v;
|
|
1260
1281
|
},
|
|
1261
1282
|
enumerable: false,
|
|
1262
1283
|
configurable: true
|
|
@@ -1266,10 +1287,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1266
1287
|
* Gets or sets the right activation border to use for the content.
|
|
1267
1288
|
*/
|
|
1268
1289
|
get: function () {
|
|
1269
|
-
return this.i.
|
|
1290
|
+
return this.i.ei;
|
|
1270
1291
|
},
|
|
1271
1292
|
set: function (v) {
|
|
1272
|
-
this.i.
|
|
1293
|
+
this.i.ei = +v;
|
|
1273
1294
|
},
|
|
1274
1295
|
enumerable: false,
|
|
1275
1296
|
configurable: true
|
|
@@ -1279,10 +1300,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1279
1300
|
* Gets or sets the bottom activation border to use for the content.
|
|
1280
1301
|
*/
|
|
1281
1302
|
get: function () {
|
|
1282
|
-
return this.i.
|
|
1303
|
+
return this.i.ed;
|
|
1283
1304
|
},
|
|
1284
1305
|
set: function (v) {
|
|
1285
|
-
this.i.
|
|
1306
|
+
this.i.ed = +v;
|
|
1286
1307
|
},
|
|
1287
1308
|
enumerable: false,
|
|
1288
1309
|
configurable: true
|
|
@@ -1292,10 +1313,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1292
1313
|
* Gets or sets the left error border to use for the content.
|
|
1293
1314
|
*/
|
|
1294
1315
|
get: function () {
|
|
1295
|
-
return this.i.
|
|
1316
|
+
return this.i.f2;
|
|
1296
1317
|
},
|
|
1297
1318
|
set: function (v) {
|
|
1298
|
-
this.i.
|
|
1319
|
+
this.i.f2 = +v;
|
|
1299
1320
|
},
|
|
1300
1321
|
enumerable: false,
|
|
1301
1322
|
configurable: true
|
|
@@ -1305,10 +1326,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1305
1326
|
* Gets or sets the top error border to use for the content.
|
|
1306
1327
|
*/
|
|
1307
1328
|
get: function () {
|
|
1308
|
-
return this.i.
|
|
1329
|
+
return this.i.f7;
|
|
1309
1330
|
},
|
|
1310
1331
|
set: function (v) {
|
|
1311
|
-
this.i.
|
|
1332
|
+
this.i.f7 = +v;
|
|
1312
1333
|
},
|
|
1313
1334
|
enumerable: false,
|
|
1314
1335
|
configurable: true
|
|
@@ -1318,10 +1339,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1318
1339
|
* Gets or sets the right error border to use for the content.
|
|
1319
1340
|
*/
|
|
1320
1341
|
get: function () {
|
|
1321
|
-
return this.i.
|
|
1342
|
+
return this.i.f5;
|
|
1322
1343
|
},
|
|
1323
1344
|
set: function (v) {
|
|
1324
|
-
this.i.
|
|
1345
|
+
this.i.f5 = +v;
|
|
1325
1346
|
},
|
|
1326
1347
|
enumerable: false,
|
|
1327
1348
|
configurable: true
|
|
@@ -1331,10 +1352,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1331
1352
|
* Gets or sets the bottom error border to use for the content.
|
|
1332
1353
|
*/
|
|
1333
1354
|
get: function () {
|
|
1334
|
-
return this.i.
|
|
1355
|
+
return this.i.f0;
|
|
1335
1356
|
},
|
|
1336
1357
|
set: function (v) {
|
|
1337
|
-
this.i.
|
|
1358
|
+
this.i.f0 = +v;
|
|
1338
1359
|
},
|
|
1339
1360
|
enumerable: false,
|
|
1340
1361
|
configurable: true
|
|
@@ -1344,10 +1365,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1344
1365
|
* Gets or sets the actual left border to use for the content.
|
|
1345
1366
|
*/
|
|
1346
1367
|
get: function () {
|
|
1347
|
-
return this.i.
|
|
1368
|
+
return this.i.eq;
|
|
1348
1369
|
},
|
|
1349
1370
|
set: function (v) {
|
|
1350
|
-
this.i.
|
|
1371
|
+
this.i.eq = +v;
|
|
1351
1372
|
},
|
|
1352
1373
|
enumerable: false,
|
|
1353
1374
|
configurable: true
|
|
@@ -1357,10 +1378,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1357
1378
|
* Gets or sets the actual top border to use for the content.
|
|
1358
1379
|
*/
|
|
1359
1380
|
get: function () {
|
|
1360
|
-
return this.i.
|
|
1381
|
+
return this.i.ev;
|
|
1361
1382
|
},
|
|
1362
1383
|
set: function (v) {
|
|
1363
|
-
this.i.
|
|
1384
|
+
this.i.ev = +v;
|
|
1364
1385
|
},
|
|
1365
1386
|
enumerable: false,
|
|
1366
1387
|
configurable: true
|
|
@@ -1370,10 +1391,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1370
1391
|
* Gets or sets the actual right border to use for the content.
|
|
1371
1392
|
*/
|
|
1372
1393
|
get: function () {
|
|
1373
|
-
return this.i.
|
|
1394
|
+
return this.i.et;
|
|
1374
1395
|
},
|
|
1375
1396
|
set: function (v) {
|
|
1376
|
-
this.i.
|
|
1397
|
+
this.i.et = +v;
|
|
1377
1398
|
},
|
|
1378
1399
|
enumerable: false,
|
|
1379
1400
|
configurable: true
|
|
@@ -1383,10 +1404,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1383
1404
|
* Gets or sets the actual bottom border to use for the content.
|
|
1384
1405
|
*/
|
|
1385
1406
|
get: function () {
|
|
1386
|
-
return this.i.
|
|
1407
|
+
return this.i.eo;
|
|
1387
1408
|
},
|
|
1388
1409
|
set: function (v) {
|
|
1389
|
-
this.i.
|
|
1410
|
+
this.i.eo = +v;
|
|
1390
1411
|
},
|
|
1391
1412
|
enumerable: false,
|
|
1392
1413
|
configurable: true
|
|
@@ -1435,10 +1456,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1435
1456
|
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1436
1457
|
*/
|
|
1437
1458
|
get: function () {
|
|
1438
|
-
return brushToString(this.i.
|
|
1459
|
+
return brushToString(this.i.nv);
|
|
1439
1460
|
},
|
|
1440
1461
|
set: function (v) {
|
|
1441
|
-
this.i.
|
|
1462
|
+
this.i.nv = stringToBrush(v);
|
|
1442
1463
|
},
|
|
1443
1464
|
enumerable: false,
|
|
1444
1465
|
configurable: true
|
|
@@ -1502,10 +1523,10 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1502
1523
|
* Gets or sets the error message for the cell.
|
|
1503
1524
|
*/
|
|
1504
1525
|
get: function () {
|
|
1505
|
-
return this.i.
|
|
1526
|
+
return this.i.jv;
|
|
1506
1527
|
},
|
|
1507
1528
|
set: function (v) {
|
|
1508
|
-
this.i.
|
|
1529
|
+
this.i.jv = v;
|
|
1509
1530
|
},
|
|
1510
1531
|
enumerable: false,
|
|
1511
1532
|
configurable: true
|
|
@@ -1515,20 +1536,20 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1515
1536
|
* Gets whether the cell is in edit mode.
|
|
1516
1537
|
*/
|
|
1517
1538
|
get: function () {
|
|
1518
|
-
return this.i.
|
|
1539
|
+
return this.i.bk;
|
|
1519
1540
|
},
|
|
1520
1541
|
set: function (v) {
|
|
1521
|
-
this.i.
|
|
1542
|
+
this.i.bk = ensureBool(v);
|
|
1522
1543
|
},
|
|
1523
1544
|
enumerable: false,
|
|
1524
1545
|
configurable: true
|
|
1525
1546
|
});
|
|
1526
1547
|
Object.defineProperty(IgxCellInfo.prototype, "editID", {
|
|
1527
1548
|
get: function () {
|
|
1528
|
-
return this.i.
|
|
1549
|
+
return this.i.fy;
|
|
1529
1550
|
},
|
|
1530
1551
|
set: function (v) {
|
|
1531
|
-
this.i.
|
|
1552
|
+
this.i.fy = +v;
|
|
1532
1553
|
},
|
|
1533
1554
|
enumerable: false,
|
|
1534
1555
|
configurable: true
|
|
@@ -1564,7 +1585,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1564
1585
|
return (iv);
|
|
1565
1586
|
};
|
|
1566
1587
|
IgxCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1567
|
-
this.i.
|
|
1588
|
+
this.i.mv(valueName, value);
|
|
1568
1589
|
};
|
|
1569
1590
|
/**
|
|
1570
1591
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1581,7 +1602,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1581
1602
|
* @param valueName * The name of the value to remove.
|
|
1582
1603
|
*/
|
|
1583
1604
|
IgxCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1584
|
-
this.i.
|
|
1605
|
+
this.i.mr(valueName);
|
|
1585
1606
|
};
|
|
1586
1607
|
/**
|
|
1587
1608
|
* Gets a named value from the cell.
|
|
@@ -1589,7 +1610,7 @@ var IgxCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1589
1610
|
* @param valueName * The name of the value to get.
|
|
1590
1611
|
*/
|
|
1591
1612
|
IgxCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1592
|
-
var iv = this.i.
|
|
1613
|
+
var iv = this.i.ij(valueName);
|
|
1593
1614
|
return (iv);
|
|
1594
1615
|
};
|
|
1595
1616
|
return IgxCellInfo;
|