igniteui-angular-data-grids 20.1.0 → 20.2.0-beta.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 +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -83,19 +83,19 @@ export class IgxCellInfo {
|
|
|
83
83
|
* Gets the style key of the current cell, used for recycling.
|
|
84
84
|
*/
|
|
85
85
|
get styleKey() {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.k8;
|
|
87
87
|
}
|
|
88
88
|
set styleKey(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.k8 = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets the absolute data row for the current cell.
|
|
93
93
|
*/
|
|
94
94
|
get dataRow() {
|
|
95
|
-
return this.i.
|
|
95
|
+
return this.i.fp;
|
|
96
96
|
}
|
|
97
97
|
set dataRow(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.fp = +v;
|
|
99
99
|
}
|
|
100
100
|
/**
|
|
101
101
|
* Gets if the position of the cell is dirty.
|
|
@@ -227,115 +227,115 @@ export class IgxCellInfo {
|
|
|
227
227
|
* Gets the indent level of the cell.
|
|
228
228
|
*/
|
|
229
229
|
get indent() {
|
|
230
|
-
return this.i.
|
|
230
|
+
return this.i.ge;
|
|
231
231
|
}
|
|
232
232
|
set indent(v) {
|
|
233
|
-
this.i.
|
|
233
|
+
this.i.ge = +v;
|
|
234
234
|
}
|
|
235
235
|
get rowItem() {
|
|
236
|
-
return this.i.
|
|
236
|
+
return this.i.ig;
|
|
237
237
|
}
|
|
238
238
|
set rowItem(v) {
|
|
239
|
-
this.i.
|
|
239
|
+
this.i.ig = v;
|
|
240
240
|
}
|
|
241
241
|
/**
|
|
242
242
|
* Gets the X position of the cell within the content.
|
|
243
243
|
*/
|
|
244
244
|
get x() {
|
|
245
|
-
return this.i.
|
|
245
|
+
return this.i.c8;
|
|
246
246
|
}
|
|
247
247
|
set x(v) {
|
|
248
|
-
this.i.
|
|
248
|
+
this.i.c8 = +v;
|
|
249
249
|
}
|
|
250
250
|
/**
|
|
251
251
|
* Gets the Y position of the cell within the content.
|
|
252
252
|
*/
|
|
253
253
|
get y() {
|
|
254
|
-
return this.i.
|
|
254
|
+
return this.i.c9;
|
|
255
255
|
}
|
|
256
256
|
set y(v) {
|
|
257
|
-
this.i.
|
|
257
|
+
this.i.c9 = +v;
|
|
258
258
|
}
|
|
259
259
|
/**
|
|
260
260
|
* Gets the pixel snapped X position of the cell within the content.
|
|
261
261
|
*/
|
|
262
262
|
get snappedX() {
|
|
263
|
-
return this.i.
|
|
263
|
+
return this.i.he;
|
|
264
264
|
}
|
|
265
265
|
set snappedX(v) {
|
|
266
|
-
this.i.
|
|
266
|
+
this.i.he = +v;
|
|
267
267
|
}
|
|
268
268
|
/**
|
|
269
269
|
* Gets the snapped Y position of the cell within the content.
|
|
270
270
|
*/
|
|
271
271
|
get snappedY() {
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.hg;
|
|
273
273
|
}
|
|
274
274
|
set snappedY(v) {
|
|
275
|
-
this.i.
|
|
275
|
+
this.i.hg = +v;
|
|
276
276
|
}
|
|
277
277
|
/**
|
|
278
278
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
279
279
|
*/
|
|
280
280
|
get editOpacity() {
|
|
281
|
-
return this.i.
|
|
281
|
+
return this.i.ct;
|
|
282
282
|
}
|
|
283
283
|
set editOpacity(v) {
|
|
284
|
-
this.i.
|
|
284
|
+
this.i.ct = +v;
|
|
285
285
|
}
|
|
286
286
|
/**
|
|
287
287
|
* Gets or sets the opacity of the content of the cell.
|
|
288
288
|
*/
|
|
289
289
|
get contentOpacity() {
|
|
290
|
-
return this.i.
|
|
290
|
+
return this.i.cs;
|
|
291
291
|
}
|
|
292
292
|
set contentOpacity(v) {
|
|
293
|
-
this.i.
|
|
293
|
+
this.i.cs = +v;
|
|
294
294
|
}
|
|
295
295
|
/**
|
|
296
296
|
* Gets the actual content opacity of the cell.
|
|
297
297
|
*/
|
|
298
298
|
get actualContentOpacity() {
|
|
299
|
-
return this.i.
|
|
299
|
+
return this.i.cp;
|
|
300
300
|
}
|
|
301
301
|
set actualContentOpacity(v) {
|
|
302
|
-
this.i.
|
|
302
|
+
this.i.cp = +v;
|
|
303
303
|
}
|
|
304
304
|
/**
|
|
305
305
|
* Gets or sets the opacity of the cell.
|
|
306
306
|
*/
|
|
307
307
|
get opacity() {
|
|
308
|
-
return this.i.
|
|
308
|
+
return this.i.cx;
|
|
309
309
|
}
|
|
310
310
|
set opacity(v) {
|
|
311
|
-
this.i.
|
|
311
|
+
this.i.cx = +v;
|
|
312
312
|
}
|
|
313
313
|
/**
|
|
314
314
|
* Gets the actual opacity of the cell.
|
|
315
315
|
*/
|
|
316
316
|
get actualOpacity() {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.cq;
|
|
318
318
|
}
|
|
319
319
|
set actualOpacity(v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.cq = +v;
|
|
321
321
|
}
|
|
322
322
|
/**
|
|
323
323
|
* Gets the height of the cell.
|
|
324
324
|
*/
|
|
325
325
|
get height() {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.f8;
|
|
327
327
|
}
|
|
328
328
|
set height(v) {
|
|
329
|
-
this.i.
|
|
329
|
+
this.i.f8 = +v;
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Gets the width of the cell.
|
|
333
333
|
*/
|
|
334
334
|
get width() {
|
|
335
|
-
return this.i.
|
|
335
|
+
return this.i.h5;
|
|
336
336
|
}
|
|
337
337
|
set width(v) {
|
|
338
|
-
this.i.
|
|
338
|
+
this.i.h5 = +v;
|
|
339
339
|
}
|
|
340
340
|
/**
|
|
341
341
|
* Gets if the cell is selected.
|
|
@@ -350,28 +350,28 @@ export class IgxCellInfo {
|
|
|
350
350
|
* Gets the amount that the cell is selected. This is a value between 0 and 1.
|
|
351
351
|
*/
|
|
352
352
|
get selectedStatus() {
|
|
353
|
-
return this.i.
|
|
353
|
+
return this.i.cz;
|
|
354
354
|
}
|
|
355
355
|
set selectedStatus(v) {
|
|
356
|
-
this.i.
|
|
356
|
+
this.i.cz = +v;
|
|
357
357
|
}
|
|
358
358
|
/**
|
|
359
359
|
* Gets the amount that the cell is activated. This is a value between 0 and 1.
|
|
360
360
|
*/
|
|
361
361
|
get activationStatus() {
|
|
362
|
-
return this.i.
|
|
362
|
+
return this.i.co;
|
|
363
363
|
}
|
|
364
364
|
set activationStatus(v) {
|
|
365
|
-
this.i.
|
|
365
|
+
this.i.co = +v;
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
368
|
* Gets the amount that the cell is hovered. This is a value between 0 and 1.
|
|
369
369
|
*/
|
|
370
370
|
get hoverStatus() {
|
|
371
|
-
return this.i.
|
|
371
|
+
return this.i.cu;
|
|
372
372
|
}
|
|
373
373
|
set hoverStatus(v) {
|
|
374
|
-
this.i.
|
|
374
|
+
this.i.cu = +v;
|
|
375
375
|
}
|
|
376
376
|
/**
|
|
377
377
|
* Gets whether the cell is hoverable or not.
|
|
@@ -404,190 +404,190 @@ export class IgxCellInfo {
|
|
|
404
404
|
* Gets or sets the background color of the cell.
|
|
405
405
|
*/
|
|
406
406
|
get background() {
|
|
407
|
-
return brushToString(this.i.
|
|
407
|
+
return brushToString(this.i.nf);
|
|
408
408
|
}
|
|
409
409
|
set background(v) {
|
|
410
|
-
this.i.
|
|
410
|
+
this.i.nf = stringToBrush(v);
|
|
411
411
|
}
|
|
412
412
|
/**
|
|
413
413
|
* Gets or sets the border color of the cell.
|
|
414
414
|
*/
|
|
415
415
|
get border() {
|
|
416
|
-
return brushToString(this.i.
|
|
416
|
+
return brushToString(this.i.ni);
|
|
417
417
|
}
|
|
418
418
|
set border(v) {
|
|
419
|
-
this.i.
|
|
419
|
+
this.i.ni = stringToBrush(v);
|
|
420
420
|
}
|
|
421
421
|
/**
|
|
422
422
|
* Gets the actual background color of the cell
|
|
423
423
|
*/
|
|
424
424
|
get actualBackground() {
|
|
425
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.nc);
|
|
426
426
|
}
|
|
427
427
|
set actualBackground(v) {
|
|
428
|
-
this.i.
|
|
428
|
+
this.i.nc = stringToBrush(v);
|
|
429
429
|
}
|
|
430
430
|
/**
|
|
431
431
|
* Gets the actual background color of the cell
|
|
432
432
|
*/
|
|
433
433
|
get actualBorder() {
|
|
434
|
-
return brushToString(this.i.
|
|
434
|
+
return brushToString(this.i.nd);
|
|
435
435
|
}
|
|
436
436
|
set actualBorder(v) {
|
|
437
|
-
this.i.
|
|
437
|
+
this.i.nd = stringToBrush(v);
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
440
|
* Gets the actual background color of the cell
|
|
441
441
|
*/
|
|
442
442
|
get activationBorder() {
|
|
443
|
-
return brushToString(this.i.
|
|
443
|
+
return brushToString(this.i.nb);
|
|
444
444
|
}
|
|
445
445
|
set activationBorder(v) {
|
|
446
|
-
this.i.
|
|
446
|
+
this.i.nb = stringToBrush(v);
|
|
447
447
|
}
|
|
448
448
|
/**
|
|
449
449
|
* Gets or sets the error border color of the cell.
|
|
450
450
|
*/
|
|
451
451
|
get errorBorder() {
|
|
452
|
-
return brushToString(this.i.
|
|
452
|
+
return brushToString(this.i.nk);
|
|
453
453
|
}
|
|
454
454
|
set errorBorder(v) {
|
|
455
|
-
this.i.
|
|
455
|
+
this.i.nk = stringToBrush(v);
|
|
456
456
|
}
|
|
457
457
|
/**
|
|
458
458
|
* Gets or sets the selected background color of the cell.
|
|
459
459
|
*/
|
|
460
460
|
get selectedBackground() {
|
|
461
|
-
return brushToString(this.i.
|
|
461
|
+
return brushToString(this.i.nr);
|
|
462
462
|
}
|
|
463
463
|
set selectedBackground(v) {
|
|
464
|
-
this.i.
|
|
464
|
+
this.i.nr = stringToBrush(v);
|
|
465
465
|
}
|
|
466
466
|
/**
|
|
467
467
|
* Gets or sets the hover background color of the cell.
|
|
468
468
|
*/
|
|
469
469
|
get hoverBackground() {
|
|
470
|
-
return brushToString(this.i.
|
|
470
|
+
return brushToString(this.i.nn);
|
|
471
471
|
}
|
|
472
472
|
set hoverBackground(v) {
|
|
473
|
-
this.i.
|
|
473
|
+
this.i.nn = stringToBrush(v);
|
|
474
474
|
}
|
|
475
475
|
/**
|
|
476
476
|
* Gets or sets the hover text color of the cell.
|
|
477
477
|
*/
|
|
478
478
|
get hoverTextColor() {
|
|
479
|
-
return brushToString(this.i.
|
|
479
|
+
return brushToString(this.i.no);
|
|
480
480
|
}
|
|
481
481
|
set hoverTextColor(v) {
|
|
482
|
-
this.i.
|
|
482
|
+
this.i.no = stringToBrush(v);
|
|
483
483
|
}
|
|
484
484
|
/**
|
|
485
485
|
* Gets or sets the color for the sort indicator icon.
|
|
486
486
|
*/
|
|
487
487
|
get sortIndicatorColor() {
|
|
488
|
-
return brushToString(this.i.
|
|
488
|
+
return brushToString(this.i.ns);
|
|
489
489
|
}
|
|
490
490
|
set sortIndicatorColor(v) {
|
|
491
|
-
this.i.
|
|
491
|
+
this.i.ns = stringToBrush(v);
|
|
492
492
|
}
|
|
493
493
|
/**
|
|
494
494
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
495
495
|
*/
|
|
496
496
|
get stickyRowBackground() {
|
|
497
|
-
return brushToString(this.i.
|
|
497
|
+
return brushToString(this.i.nt);
|
|
498
498
|
}
|
|
499
499
|
set stickyRowBackground(v) {
|
|
500
|
-
this.i.
|
|
500
|
+
this.i.nt = stringToBrush(v);
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
504
504
|
*/
|
|
505
505
|
get pinnedRowBackground() {
|
|
506
|
-
return brushToString(this.i.
|
|
506
|
+
return brushToString(this.i.nq);
|
|
507
507
|
}
|
|
508
508
|
set pinnedRowBackground(v) {
|
|
509
|
-
this.i.
|
|
509
|
+
this.i.nq = stringToBrush(v);
|
|
510
510
|
}
|
|
511
511
|
/**
|
|
512
512
|
* Gets or sets the color for the last row in the sticky row area.
|
|
513
513
|
*/
|
|
514
514
|
get lastStickyRowBackground() {
|
|
515
|
-
return brushToString(this.i.
|
|
515
|
+
return brushToString(this.i.np);
|
|
516
516
|
}
|
|
517
517
|
set lastStickyRowBackground(v) {
|
|
518
|
-
this.i.
|
|
518
|
+
this.i.np = stringToBrush(v);
|
|
519
519
|
}
|
|
520
520
|
/**
|
|
521
521
|
* Gets or sets the background color for filter row.
|
|
522
522
|
*/
|
|
523
523
|
get filterRowBackground() {
|
|
524
|
-
return brushToString(this.i.
|
|
524
|
+
return brushToString(this.i.nl);
|
|
525
525
|
}
|
|
526
526
|
set filterRowBackground(v) {
|
|
527
|
-
this.i.
|
|
527
|
+
this.i.nl = stringToBrush(v);
|
|
528
528
|
}
|
|
529
529
|
/**
|
|
530
530
|
* Gets or sets the color to use for displaying text.
|
|
531
531
|
*/
|
|
532
532
|
get pinnedRowOpacity() {
|
|
533
|
-
return this.i.
|
|
533
|
+
return this.i.cy;
|
|
534
534
|
}
|
|
535
535
|
set pinnedRowOpacity(v) {
|
|
536
|
-
this.i.
|
|
536
|
+
this.i.cy = +v;
|
|
537
537
|
}
|
|
538
538
|
/**
|
|
539
539
|
* Gets or sets the original value for the cell, before processing.
|
|
540
540
|
*/
|
|
541
541
|
get originalValue() {
|
|
542
|
-
return this.i.
|
|
542
|
+
return this.i.ie;
|
|
543
543
|
}
|
|
544
544
|
set originalValue(v) {
|
|
545
|
-
this.i.
|
|
545
|
+
this.i.ie = v;
|
|
546
546
|
}
|
|
547
547
|
/**
|
|
548
548
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
549
549
|
*/
|
|
550
550
|
get renderValue() {
|
|
551
|
-
return this.i.
|
|
551
|
+
return this.i.kx;
|
|
552
552
|
}
|
|
553
553
|
set renderValue(v) {
|
|
554
|
-
this.i.
|
|
554
|
+
this.i.kx = v;
|
|
555
555
|
}
|
|
556
556
|
/**
|
|
557
557
|
* If set, this text will be used when rendering the cell value.
|
|
558
558
|
*/
|
|
559
559
|
get userFormattedValue() {
|
|
560
|
-
return this.i.
|
|
560
|
+
return this.i.lt;
|
|
561
561
|
}
|
|
562
562
|
set userFormattedValue(v) {
|
|
563
|
-
this.i.
|
|
563
|
+
this.i.lt = v;
|
|
564
564
|
}
|
|
565
565
|
/**
|
|
566
566
|
* Gets or sets the color of the text for the cell, if any.
|
|
567
567
|
*/
|
|
568
568
|
get textColor() {
|
|
569
|
-
return brushToString(this.i.
|
|
569
|
+
return brushToString(this.i.nx);
|
|
570
570
|
}
|
|
571
571
|
set textColor(v) {
|
|
572
|
-
this.i.
|
|
572
|
+
this.i.nx = stringToBrush(v);
|
|
573
573
|
}
|
|
574
574
|
/**
|
|
575
575
|
* Gets the actual color of the text for the cell, if any.
|
|
576
576
|
*/
|
|
577
577
|
get actualTextColor() {
|
|
578
|
-
return brushToString(this.i.
|
|
578
|
+
return brushToString(this.i.ne);
|
|
579
579
|
}
|
|
580
580
|
set actualTextColor(v) {
|
|
581
|
-
this.i.
|
|
581
|
+
this.i.ne = stringToBrush(v);
|
|
582
582
|
}
|
|
583
583
|
/**
|
|
584
584
|
* Gets or sets the text color for cells in deleted rows.
|
|
585
585
|
*/
|
|
586
586
|
get deletedTextColor() {
|
|
587
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.nj);
|
|
588
588
|
}
|
|
589
589
|
set deletedTextColor(v) {
|
|
590
|
-
this.i.
|
|
590
|
+
this.i.nj = stringToBrush(v);
|
|
591
591
|
}
|
|
592
592
|
get font() {
|
|
593
593
|
if (this.i.aj == null) {
|
|
@@ -615,19 +615,19 @@ export class IgxCellInfo {
|
|
|
615
615
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
616
616
|
*/
|
|
617
617
|
get suffixText() {
|
|
618
|
-
return this.i.
|
|
618
|
+
return this.i.lk;
|
|
619
619
|
}
|
|
620
620
|
set suffixText(v) {
|
|
621
|
-
this.i.
|
|
621
|
+
this.i.lk = v;
|
|
622
622
|
}
|
|
623
623
|
/**
|
|
624
624
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
625
625
|
*/
|
|
626
626
|
get suffixTextColor() {
|
|
627
|
-
return brushToString(this.i.
|
|
627
|
+
return brushToString(this.i.nw);
|
|
628
628
|
}
|
|
629
629
|
set suffixTextColor(v) {
|
|
630
|
-
this.i.
|
|
630
|
+
this.i.nw = stringToBrush(v);
|
|
631
631
|
}
|
|
632
632
|
get suffixTextFont() {
|
|
633
633
|
if (this.i.ak == null) {
|
|
@@ -644,73 +644,82 @@ export class IgxCellInfo {
|
|
|
644
644
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
645
645
|
*/
|
|
646
646
|
get suffixIconName() {
|
|
647
|
-
return this.i.
|
|
647
|
+
return this.i.lc;
|
|
648
648
|
}
|
|
649
649
|
set suffixIconName(v) {
|
|
650
|
-
this.i.
|
|
650
|
+
this.i.lc = v;
|
|
651
651
|
}
|
|
652
652
|
/**
|
|
653
653
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
654
654
|
*/
|
|
655
655
|
get suffixIconCollectionName() {
|
|
656
|
-
return this.i.
|
|
656
|
+
return this.i.k9;
|
|
657
657
|
}
|
|
658
658
|
set suffixIconCollectionName(v) {
|
|
659
|
-
this.i.
|
|
659
|
+
this.i.k9 = v;
|
|
660
660
|
}
|
|
661
661
|
/**
|
|
662
662
|
* Gets or sets the stroke color of the suffix icon.
|
|
663
663
|
*/
|
|
664
664
|
get suffixIconStroke() {
|
|
665
|
-
return brushToString(this.i.
|
|
665
|
+
return brushToString(this.i.nv);
|
|
666
666
|
}
|
|
667
667
|
set suffixIconStroke(v) {
|
|
668
|
-
this.i.
|
|
668
|
+
this.i.nv = stringToBrush(v);
|
|
669
669
|
}
|
|
670
670
|
/**
|
|
671
671
|
* Gets or sets the fill color of the suffix icon.
|
|
672
672
|
*/
|
|
673
673
|
get suffixIconFill() {
|
|
674
|
-
return brushToString(this.i.
|
|
674
|
+
return brushToString(this.i.nu);
|
|
675
675
|
}
|
|
676
676
|
set suffixIconFill(v) {
|
|
677
|
-
this.i.
|
|
677
|
+
this.i.nu = stringToBrush(v);
|
|
678
678
|
}
|
|
679
679
|
/**
|
|
680
680
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
681
681
|
*/
|
|
682
682
|
get suffixIconViewBoxLeft() {
|
|
683
|
-
return this.i.
|
|
683
|
+
return this.i.c1;
|
|
684
684
|
}
|
|
685
685
|
set suffixIconViewBoxLeft(v) {
|
|
686
|
-
this.i.
|
|
686
|
+
this.i.c1 = +v;
|
|
687
687
|
}
|
|
688
688
|
/**
|
|
689
689
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
690
690
|
*/
|
|
691
691
|
get suffixIconViewBoxTop() {
|
|
692
|
-
return this.i.
|
|
692
|
+
return this.i.c2;
|
|
693
693
|
}
|
|
694
694
|
set suffixIconViewBoxTop(v) {
|
|
695
|
-
this.i.
|
|
695
|
+
this.i.c2 = +v;
|
|
696
696
|
}
|
|
697
697
|
/**
|
|
698
698
|
* Gets or sets the suffix icon's viewbox width.
|
|
699
699
|
*/
|
|
700
700
|
get suffixIconViewBoxWidth() {
|
|
701
|
-
return this.i.
|
|
701
|
+
return this.i.c3;
|
|
702
702
|
}
|
|
703
703
|
set suffixIconViewBoxWidth(v) {
|
|
704
|
-
this.i.
|
|
704
|
+
this.i.c3 = +v;
|
|
705
705
|
}
|
|
706
706
|
/**
|
|
707
707
|
* Gets or sets the suffix icon's viewbox height.
|
|
708
708
|
*/
|
|
709
709
|
get suffixIconViewBoxHeight() {
|
|
710
|
-
return this.i.
|
|
710
|
+
return this.i.c0;
|
|
711
711
|
}
|
|
712
712
|
set suffixIconViewBoxHeight(v) {
|
|
713
|
-
this.i.
|
|
713
|
+
this.i.c0 = +v;
|
|
714
|
+
}
|
|
715
|
+
/**
|
|
716
|
+
* Gets or sets the suffix margin.
|
|
717
|
+
*/
|
|
718
|
+
get suffixMargin() {
|
|
719
|
+
return this.i.c4;
|
|
720
|
+
}
|
|
721
|
+
set suffixMargin(v) {
|
|
722
|
+
this.i.c4 = +v;
|
|
714
723
|
}
|
|
715
724
|
/**
|
|
716
725
|
* Gets or sets the text decorations to apply to the cell text.
|
|
@@ -734,226 +743,226 @@ export class IgxCellInfo {
|
|
|
734
743
|
* Gets or sets the virtualization percentage value. This is between 0 an 1, and indicates how virtual the content is at present.
|
|
735
744
|
*/
|
|
736
745
|
get virtualizationPercentage() {
|
|
737
|
-
return this.i.
|
|
746
|
+
return this.i.c7;
|
|
738
747
|
}
|
|
739
748
|
set virtualizationPercentage(v) {
|
|
740
|
-
this.i.
|
|
749
|
+
this.i.c7 = +v;
|
|
741
750
|
}
|
|
742
751
|
/**
|
|
743
752
|
* Gets or sets the left padding to use for the content.
|
|
744
753
|
*/
|
|
745
754
|
get paddingLeft() {
|
|
746
|
-
return this.i.
|
|
755
|
+
return this.i.g0;
|
|
747
756
|
}
|
|
748
757
|
set paddingLeft(v) {
|
|
749
|
-
this.i.
|
|
758
|
+
this.i.g0 = +v;
|
|
750
759
|
}
|
|
751
760
|
/**
|
|
752
761
|
* Gets or sets the top padding to use for the content.
|
|
753
762
|
*/
|
|
754
763
|
get paddingTop() {
|
|
755
|
-
return this.i.
|
|
764
|
+
return this.i.g4;
|
|
756
765
|
}
|
|
757
766
|
set paddingTop(v) {
|
|
758
|
-
this.i.
|
|
767
|
+
this.i.g4 = +v;
|
|
759
768
|
}
|
|
760
769
|
/**
|
|
761
770
|
* Gets or sets the right padding to use for the content.
|
|
762
771
|
*/
|
|
763
772
|
get paddingRight() {
|
|
764
|
-
return this.i.
|
|
773
|
+
return this.i.g2;
|
|
765
774
|
}
|
|
766
775
|
set paddingRight(v) {
|
|
767
|
-
this.i.
|
|
776
|
+
this.i.g2 = +v;
|
|
768
777
|
}
|
|
769
778
|
/**
|
|
770
779
|
* Gets or sets the bottom padding to use for the content.
|
|
771
780
|
*/
|
|
772
781
|
get paddingBottom() {
|
|
773
|
-
return this.i.
|
|
782
|
+
return this.i.gy;
|
|
774
783
|
}
|
|
775
784
|
set paddingBottom(v) {
|
|
776
|
-
this.i.
|
|
785
|
+
this.i.gy = +v;
|
|
777
786
|
}
|
|
778
787
|
/**
|
|
779
788
|
* Gets or sets the left padding to use for the content.
|
|
780
789
|
*/
|
|
781
790
|
get actualPaddingLeft() {
|
|
782
|
-
return this.i.
|
|
791
|
+
return this.i.ez;
|
|
783
792
|
}
|
|
784
793
|
set actualPaddingLeft(v) {
|
|
785
|
-
this.i.
|
|
794
|
+
this.i.ez = +v;
|
|
786
795
|
}
|
|
787
796
|
/**
|
|
788
797
|
* Gets or sets the top padding to use for the content.
|
|
789
798
|
*/
|
|
790
799
|
get actualPaddingTop() {
|
|
791
|
-
return this.i.
|
|
800
|
+
return this.i.e3;
|
|
792
801
|
}
|
|
793
802
|
set actualPaddingTop(v) {
|
|
794
|
-
this.i.
|
|
803
|
+
this.i.e3 = +v;
|
|
795
804
|
}
|
|
796
805
|
/**
|
|
797
806
|
* Gets or sets the right padding to use for the content.
|
|
798
807
|
*/
|
|
799
808
|
get actualPaddingRight() {
|
|
800
|
-
return this.i.
|
|
809
|
+
return this.i.e1;
|
|
801
810
|
}
|
|
802
811
|
set actualPaddingRight(v) {
|
|
803
|
-
this.i.
|
|
812
|
+
this.i.e1 = +v;
|
|
804
813
|
}
|
|
805
814
|
/**
|
|
806
815
|
* Gets or sets the bottom padding to use for the content.
|
|
807
816
|
*/
|
|
808
817
|
get actualPaddingBottom() {
|
|
809
|
-
return this.i.
|
|
818
|
+
return this.i.ex;
|
|
810
819
|
}
|
|
811
820
|
set actualPaddingBottom(v) {
|
|
812
|
-
this.i.
|
|
821
|
+
this.i.ex = +v;
|
|
813
822
|
}
|
|
814
823
|
/**
|
|
815
824
|
* Gets or sets the left border to use for the content.
|
|
816
825
|
*/
|
|
817
826
|
get borderLeftWidth() {
|
|
818
|
-
return this.i.
|
|
827
|
+
return this.i.fg;
|
|
819
828
|
}
|
|
820
829
|
set borderLeftWidth(v) {
|
|
821
|
-
this.i.
|
|
830
|
+
this.i.fg = +v;
|
|
822
831
|
}
|
|
823
832
|
/**
|
|
824
833
|
* Gets or sets the top border to use for the content.
|
|
825
834
|
*/
|
|
826
835
|
get borderTopWidth() {
|
|
827
|
-
return this.i.
|
|
836
|
+
return this.i.fl;
|
|
828
837
|
}
|
|
829
838
|
set borderTopWidth(v) {
|
|
830
|
-
this.i.
|
|
839
|
+
this.i.fl = +v;
|
|
831
840
|
}
|
|
832
841
|
/**
|
|
833
842
|
* Gets or sets the right border to use for the content.
|
|
834
843
|
*/
|
|
835
844
|
get borderRightWidth() {
|
|
836
|
-
return this.i.
|
|
845
|
+
return this.i.fj;
|
|
837
846
|
}
|
|
838
847
|
set borderRightWidth(v) {
|
|
839
|
-
this.i.
|
|
848
|
+
this.i.fj = +v;
|
|
840
849
|
}
|
|
841
850
|
/**
|
|
842
851
|
* Gets or sets the bottom border to use for the content.
|
|
843
852
|
*/
|
|
844
853
|
get borderBottomWidth() {
|
|
845
|
-
return this.i.
|
|
854
|
+
return this.i.fe;
|
|
846
855
|
}
|
|
847
856
|
set borderBottomWidth(v) {
|
|
848
|
-
this.i.
|
|
857
|
+
this.i.fe = +v;
|
|
849
858
|
}
|
|
850
859
|
/**
|
|
851
860
|
* Gets or sets the left activation border to use for the content.
|
|
852
861
|
*/
|
|
853
862
|
get activationBorderLeftWidth() {
|
|
854
|
-
return this.i.
|
|
863
|
+
return this.i.ec;
|
|
855
864
|
}
|
|
856
865
|
set activationBorderLeftWidth(v) {
|
|
857
|
-
this.i.
|
|
866
|
+
this.i.ec = +v;
|
|
858
867
|
}
|
|
859
868
|
/**
|
|
860
869
|
* Gets or sets the top activation border to use for the content.
|
|
861
870
|
*/
|
|
862
871
|
get activationBorderTopWidth() {
|
|
863
|
-
return this.i.
|
|
872
|
+
return this.i.eh;
|
|
864
873
|
}
|
|
865
874
|
set activationBorderTopWidth(v) {
|
|
866
|
-
this.i.
|
|
875
|
+
this.i.eh = +v;
|
|
867
876
|
}
|
|
868
877
|
/**
|
|
869
878
|
* Gets or sets the right activation border to use for the content.
|
|
870
879
|
*/
|
|
871
880
|
get activationBorderRightWidth() {
|
|
872
|
-
return this.i.
|
|
881
|
+
return this.i.ef;
|
|
873
882
|
}
|
|
874
883
|
set activationBorderRightWidth(v) {
|
|
875
|
-
this.i.
|
|
884
|
+
this.i.ef = +v;
|
|
876
885
|
}
|
|
877
886
|
/**
|
|
878
887
|
* Gets or sets the bottom activation border to use for the content.
|
|
879
888
|
*/
|
|
880
889
|
get activationBorderBottomWidth() {
|
|
881
|
-
return this.i.
|
|
890
|
+
return this.i.ea;
|
|
882
891
|
}
|
|
883
892
|
set activationBorderBottomWidth(v) {
|
|
884
|
-
this.i.
|
|
893
|
+
this.i.ea = +v;
|
|
885
894
|
}
|
|
886
895
|
/**
|
|
887
896
|
* Gets or sets the left error border to use for the content.
|
|
888
897
|
*/
|
|
889
898
|
get errorBorderLeftWidth() {
|
|
890
|
-
return this.i.
|
|
899
|
+
return this.i.fy;
|
|
891
900
|
}
|
|
892
901
|
set errorBorderLeftWidth(v) {
|
|
893
|
-
this.i.
|
|
902
|
+
this.i.fy = +v;
|
|
894
903
|
}
|
|
895
904
|
/**
|
|
896
905
|
* Gets or sets the top error border to use for the content.
|
|
897
906
|
*/
|
|
898
907
|
get errorBorderTopWidth() {
|
|
899
|
-
return this.i.
|
|
908
|
+
return this.i.f3;
|
|
900
909
|
}
|
|
901
910
|
set errorBorderTopWidth(v) {
|
|
902
|
-
this.i.
|
|
911
|
+
this.i.f3 = +v;
|
|
903
912
|
}
|
|
904
913
|
/**
|
|
905
914
|
* Gets or sets the right error border to use for the content.
|
|
906
915
|
*/
|
|
907
916
|
get errorBorderRightWidth() {
|
|
908
|
-
return this.i.
|
|
917
|
+
return this.i.f1;
|
|
909
918
|
}
|
|
910
919
|
set errorBorderRightWidth(v) {
|
|
911
|
-
this.i.
|
|
920
|
+
this.i.f1 = +v;
|
|
912
921
|
}
|
|
913
922
|
/**
|
|
914
923
|
* Gets or sets the bottom error border to use for the content.
|
|
915
924
|
*/
|
|
916
925
|
get errorBorderBottomWidth() {
|
|
917
|
-
return this.i.
|
|
926
|
+
return this.i.fw;
|
|
918
927
|
}
|
|
919
928
|
set errorBorderBottomWidth(v) {
|
|
920
|
-
this.i.
|
|
929
|
+
this.i.fw = +v;
|
|
921
930
|
}
|
|
922
931
|
/**
|
|
923
932
|
* Gets or sets the actual left border to use for the content.
|
|
924
933
|
*/
|
|
925
934
|
get actualBorderLeftWidth() {
|
|
926
|
-
return this.i.
|
|
935
|
+
return this.i.en;
|
|
927
936
|
}
|
|
928
937
|
set actualBorderLeftWidth(v) {
|
|
929
|
-
this.i.
|
|
938
|
+
this.i.en = +v;
|
|
930
939
|
}
|
|
931
940
|
/**
|
|
932
941
|
* Gets or sets the actual top border to use for the content.
|
|
933
942
|
*/
|
|
934
943
|
get actualBorderTopWidth() {
|
|
935
|
-
return this.i.
|
|
944
|
+
return this.i.es;
|
|
936
945
|
}
|
|
937
946
|
set actualBorderTopWidth(v) {
|
|
938
|
-
this.i.
|
|
947
|
+
this.i.es = +v;
|
|
939
948
|
}
|
|
940
949
|
/**
|
|
941
950
|
* Gets or sets the actual right border to use for the content.
|
|
942
951
|
*/
|
|
943
952
|
get actualBorderRightWidth() {
|
|
944
|
-
return this.i.
|
|
953
|
+
return this.i.eq;
|
|
945
954
|
}
|
|
946
955
|
set actualBorderRightWidth(v) {
|
|
947
|
-
this.i.
|
|
956
|
+
this.i.eq = +v;
|
|
948
957
|
}
|
|
949
958
|
/**
|
|
950
959
|
* Gets or sets the actual bottom border to use for the content.
|
|
951
960
|
*/
|
|
952
961
|
get actualBorderBottomWidth() {
|
|
953
|
-
return this.i.
|
|
962
|
+
return this.i.el;
|
|
954
963
|
}
|
|
955
964
|
set actualBorderBottomWidth(v) {
|
|
956
|
-
this.i.
|
|
965
|
+
this.i.el = +v;
|
|
957
966
|
}
|
|
958
967
|
/**
|
|
959
968
|
* Gets the current sort direction for the column containing the cell.
|
|
@@ -1024,10 +1033,10 @@ export class IgxCellInfo {
|
|
|
1024
1033
|
* Gets or sets the error message for the cell.
|
|
1025
1034
|
*/
|
|
1026
1035
|
get editError() {
|
|
1027
|
-
return this.i.
|
|
1036
|
+
return this.i.jp;
|
|
1028
1037
|
}
|
|
1029
1038
|
set editError(v) {
|
|
1030
|
-
this.i.
|
|
1039
|
+
this.i.jp = v;
|
|
1031
1040
|
}
|
|
1032
1041
|
/**
|
|
1033
1042
|
* Gets whether the cell is in edit mode.
|
|
@@ -1039,10 +1048,10 @@ export class IgxCellInfo {
|
|
|
1039
1048
|
this.i.bj = ensureBool(v);
|
|
1040
1049
|
}
|
|
1041
1050
|
get editID() {
|
|
1042
|
-
return this.i.
|
|
1051
|
+
return this.i.fu;
|
|
1043
1052
|
}
|
|
1044
1053
|
set editID(v) {
|
|
1045
|
-
this.i.
|
|
1054
|
+
this.i.fu = +v;
|
|
1046
1055
|
}
|
|
1047
1056
|
findByName(name) {
|
|
1048
1057
|
if (this.findEphemera) {
|
|
@@ -1075,7 +1084,7 @@ export class IgxCellInfo {
|
|
|
1075
1084
|
return (iv);
|
|
1076
1085
|
}
|
|
1077
1086
|
setNamedValue(valueName, value) {
|
|
1078
|
-
this.i.
|
|
1087
|
+
this.i.mn(valueName, value);
|
|
1079
1088
|
}
|
|
1080
1089
|
/**
|
|
1081
1090
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1092,7 +1101,7 @@ export class IgxCellInfo {
|
|
|
1092
1101
|
* @param valueName * The name of the value to remove.
|
|
1093
1102
|
*/
|
|
1094
1103
|
removeNamedValue(valueName) {
|
|
1095
|
-
this.i.
|
|
1104
|
+
this.i.mj(valueName);
|
|
1096
1105
|
}
|
|
1097
1106
|
/**
|
|
1098
1107
|
* Gets a named value from the cell.
|
|
@@ -1100,7 +1109,7 @@ export class IgxCellInfo {
|
|
|
1100
1109
|
* @param valueName * The name of the value to get.
|
|
1101
1110
|
*/
|
|
1102
1111
|
getNamedValue(valueName) {
|
|
1103
|
-
let iv = this.i.
|
|
1112
|
+
let iv = this.i.ic(valueName);
|
|
1104
1113
|
return (iv);
|
|
1105
1114
|
}
|
|
1106
1115
|
}
|