igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -83,10 +83,10 @@ export class IgcCellInfo {
|
|
|
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.ld;
|
|
87
87
|
}
|
|
88
88
|
set styleKey(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.ld = v;
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
92
|
* Gets the absolute data row for the current cell.
|
|
@@ -233,16 +233,16 @@ export class IgcCellInfo {
|
|
|
233
233
|
* Gets the indent level of the cell.
|
|
234
234
|
*/
|
|
235
235
|
get indent() {
|
|
236
|
-
return this.i.
|
|
236
|
+
return this.i.gg;
|
|
237
237
|
}
|
|
238
238
|
set indent(v) {
|
|
239
|
-
this.i.
|
|
239
|
+
this.i.gg = +v;
|
|
240
240
|
}
|
|
241
241
|
get rowItem() {
|
|
242
|
-
return this.i.
|
|
242
|
+
return this.i.ij;
|
|
243
243
|
}
|
|
244
244
|
set rowItem(v) {
|
|
245
|
-
this.i.
|
|
245
|
+
this.i.ij = v;
|
|
246
246
|
}
|
|
247
247
|
/**
|
|
248
248
|
* Gets the X position of the cell within the content.
|
|
@@ -266,19 +266,19 @@ export class IgcCellInfo {
|
|
|
266
266
|
* Gets the pixel snapped X position of the cell within the content.
|
|
267
267
|
*/
|
|
268
268
|
get snappedX() {
|
|
269
|
-
return this.i.
|
|
269
|
+
return this.i.hh;
|
|
270
270
|
}
|
|
271
271
|
set snappedX(v) {
|
|
272
|
-
this.i.
|
|
272
|
+
this.i.hh = +v;
|
|
273
273
|
}
|
|
274
274
|
/**
|
|
275
275
|
* Gets the snapped Y position of the cell within the content.
|
|
276
276
|
*/
|
|
277
277
|
get snappedY() {
|
|
278
|
-
return this.i.
|
|
278
|
+
return this.i.hj;
|
|
279
279
|
}
|
|
280
280
|
set snappedY(v) {
|
|
281
|
-
this.i.
|
|
281
|
+
this.i.hj = +v;
|
|
282
282
|
}
|
|
283
283
|
/**
|
|
284
284
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
@@ -329,19 +329,19 @@ export class IgcCellInfo {
|
|
|
329
329
|
* Gets the height of the cell.
|
|
330
330
|
*/
|
|
331
331
|
get height() {
|
|
332
|
-
return this.i.
|
|
332
|
+
return this.i.ga;
|
|
333
333
|
}
|
|
334
334
|
set height(v) {
|
|
335
|
-
this.i.
|
|
335
|
+
this.i.ga = +v;
|
|
336
336
|
}
|
|
337
337
|
/**
|
|
338
338
|
* Gets the width of the cell.
|
|
339
339
|
*/
|
|
340
340
|
get width() {
|
|
341
|
-
return this.i.
|
|
341
|
+
return this.i.h8;
|
|
342
342
|
}
|
|
343
343
|
set width(v) {
|
|
344
|
-
this.i.
|
|
344
|
+
this.i.h8 = +v;
|
|
345
345
|
}
|
|
346
346
|
/**
|
|
347
347
|
* Gets if the cell is selected.
|
|
@@ -410,136 +410,136 @@ export class IgcCellInfo {
|
|
|
410
410
|
* Gets or sets the background color of the cell.
|
|
411
411
|
*/
|
|
412
412
|
get background() {
|
|
413
|
-
return brushToString(this.i.
|
|
413
|
+
return brushToString(this.i.nm);
|
|
414
414
|
}
|
|
415
415
|
set background(v) {
|
|
416
|
-
this.i.
|
|
416
|
+
this.i.nm = stringToBrush(v);
|
|
417
417
|
}
|
|
418
418
|
/**
|
|
419
419
|
* Gets or sets the border color of the cell.
|
|
420
420
|
*/
|
|
421
421
|
get border() {
|
|
422
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.np);
|
|
423
423
|
}
|
|
424
424
|
set border(v) {
|
|
425
|
-
this.i.
|
|
425
|
+
this.i.np = stringToBrush(v);
|
|
426
426
|
}
|
|
427
427
|
/**
|
|
428
428
|
* Gets the actual background color of the cell
|
|
429
429
|
*/
|
|
430
430
|
get actualBackground() {
|
|
431
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.nj);
|
|
432
432
|
}
|
|
433
433
|
set actualBackground(v) {
|
|
434
|
-
this.i.
|
|
434
|
+
this.i.nj = stringToBrush(v);
|
|
435
435
|
}
|
|
436
436
|
/**
|
|
437
437
|
* Gets the actual background color of the cell
|
|
438
438
|
*/
|
|
439
439
|
get actualBorder() {
|
|
440
|
-
return brushToString(this.i.
|
|
440
|
+
return brushToString(this.i.nk);
|
|
441
441
|
}
|
|
442
442
|
set actualBorder(v) {
|
|
443
|
-
this.i.
|
|
443
|
+
this.i.nk = stringToBrush(v);
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
446
|
* Gets the actual background color of the cell
|
|
447
447
|
*/
|
|
448
448
|
get activationBorder() {
|
|
449
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.ni);
|
|
450
450
|
}
|
|
451
451
|
set activationBorder(v) {
|
|
452
|
-
this.i.
|
|
452
|
+
this.i.ni = stringToBrush(v);
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* Gets or sets the error border color of the cell.
|
|
456
456
|
*/
|
|
457
457
|
get errorBorder() {
|
|
458
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.nr);
|
|
459
459
|
}
|
|
460
460
|
set errorBorder(v) {
|
|
461
|
-
this.i.
|
|
461
|
+
this.i.nr = stringToBrush(v);
|
|
462
462
|
}
|
|
463
463
|
/**
|
|
464
464
|
* Gets or sets the selected background color of the cell.
|
|
465
465
|
*/
|
|
466
466
|
get selectedBackground() {
|
|
467
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.nz);
|
|
468
468
|
}
|
|
469
469
|
set selectedBackground(v) {
|
|
470
|
-
this.i.
|
|
470
|
+
this.i.nz = stringToBrush(v);
|
|
471
471
|
}
|
|
472
472
|
/**
|
|
473
473
|
* Gets or sets the selected text color of the cell.
|
|
474
474
|
*/
|
|
475
475
|
get selectedTextColor() {
|
|
476
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.n0);
|
|
477
477
|
}
|
|
478
478
|
set selectedTextColor(v) {
|
|
479
|
-
this.i.
|
|
479
|
+
this.i.n0 = stringToBrush(v);
|
|
480
480
|
}
|
|
481
481
|
/**
|
|
482
482
|
* Gets or sets the hover background color of the cell.
|
|
483
483
|
*/
|
|
484
484
|
get hoverBackground() {
|
|
485
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.nv);
|
|
486
486
|
}
|
|
487
487
|
set hoverBackground(v) {
|
|
488
|
-
this.i.
|
|
488
|
+
this.i.nv = stringToBrush(v);
|
|
489
489
|
}
|
|
490
490
|
/**
|
|
491
491
|
* Gets or sets the hover text color of the cell.
|
|
492
492
|
*/
|
|
493
493
|
get hoverTextColor() {
|
|
494
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.nw);
|
|
495
495
|
}
|
|
496
496
|
set hoverTextColor(v) {
|
|
497
|
-
this.i.
|
|
497
|
+
this.i.nw = stringToBrush(v);
|
|
498
498
|
}
|
|
499
499
|
/**
|
|
500
500
|
* Gets or sets the color for the sort indicator icon.
|
|
501
501
|
*/
|
|
502
502
|
get sortIndicatorColor() {
|
|
503
|
-
return brushToString(this.i.
|
|
503
|
+
return brushToString(this.i.n1);
|
|
504
504
|
}
|
|
505
505
|
set sortIndicatorColor(v) {
|
|
506
|
-
this.i.
|
|
506
|
+
this.i.n1 = stringToBrush(v);
|
|
507
507
|
}
|
|
508
508
|
/**
|
|
509
509
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
510
510
|
*/
|
|
511
511
|
get stickyRowBackground() {
|
|
512
|
-
return brushToString(this.i.
|
|
512
|
+
return brushToString(this.i.n2);
|
|
513
513
|
}
|
|
514
514
|
set stickyRowBackground(v) {
|
|
515
|
-
this.i.
|
|
515
|
+
this.i.n2 = stringToBrush(v);
|
|
516
516
|
}
|
|
517
517
|
/**
|
|
518
518
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
519
519
|
*/
|
|
520
520
|
get pinnedRowBackground() {
|
|
521
|
-
return brushToString(this.i.
|
|
521
|
+
return brushToString(this.i.ny);
|
|
522
522
|
}
|
|
523
523
|
set pinnedRowBackground(v) {
|
|
524
|
-
this.i.
|
|
524
|
+
this.i.ny = stringToBrush(v);
|
|
525
525
|
}
|
|
526
526
|
/**
|
|
527
527
|
* Gets or sets the color for the last row in the sticky row area.
|
|
528
528
|
*/
|
|
529
529
|
get lastStickyRowBackground() {
|
|
530
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.nx);
|
|
531
531
|
}
|
|
532
532
|
set lastStickyRowBackground(v) {
|
|
533
|
-
this.i.
|
|
533
|
+
this.i.nx = stringToBrush(v);
|
|
534
534
|
}
|
|
535
535
|
/**
|
|
536
536
|
* Gets or sets the background color for filter row.
|
|
537
537
|
*/
|
|
538
538
|
get filterRowBackground() {
|
|
539
|
-
return brushToString(this.i.
|
|
539
|
+
return brushToString(this.i.nt);
|
|
540
540
|
}
|
|
541
541
|
set filterRowBackground(v) {
|
|
542
|
-
this.i.
|
|
542
|
+
this.i.nt = stringToBrush(v);
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
545
|
* Gets or sets the color to use for displaying text.
|
|
@@ -554,55 +554,55 @@ export class IgcCellInfo {
|
|
|
554
554
|
* Gets or sets the original value for the cell, before processing.
|
|
555
555
|
*/
|
|
556
556
|
get originalValue() {
|
|
557
|
-
return this.i.
|
|
557
|
+
return this.i.ii;
|
|
558
558
|
}
|
|
559
559
|
set originalValue(v) {
|
|
560
|
-
this.i.
|
|
560
|
+
this.i.ii = v;
|
|
561
561
|
}
|
|
562
562
|
/**
|
|
563
563
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
564
564
|
*/
|
|
565
565
|
get renderValue() {
|
|
566
|
-
return this.i.
|
|
566
|
+
return this.i.k1;
|
|
567
567
|
}
|
|
568
568
|
set renderValue(v) {
|
|
569
|
-
this.i.
|
|
569
|
+
this.i.k1 = v;
|
|
570
570
|
}
|
|
571
571
|
/**
|
|
572
572
|
* If set, this text will be used when rendering the cell value.
|
|
573
573
|
*/
|
|
574
574
|
get userFormattedValue() {
|
|
575
|
-
return this.i.
|
|
575
|
+
return this.i.ly;
|
|
576
576
|
}
|
|
577
577
|
set userFormattedValue(v) {
|
|
578
|
-
this.i.
|
|
578
|
+
this.i.ly = v;
|
|
579
579
|
}
|
|
580
580
|
/**
|
|
581
581
|
* Gets or sets the color of the text for the cell, if any.
|
|
582
582
|
*/
|
|
583
583
|
get textColor() {
|
|
584
|
-
return brushToString(this.i.
|
|
584
|
+
return brushToString(this.i.n6);
|
|
585
585
|
}
|
|
586
586
|
set textColor(v) {
|
|
587
|
-
this.i.
|
|
587
|
+
this.i.n6 = stringToBrush(v);
|
|
588
588
|
}
|
|
589
589
|
/**
|
|
590
590
|
* Gets the actual color of the text for the cell, if any.
|
|
591
591
|
*/
|
|
592
592
|
get actualTextColor() {
|
|
593
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.nl);
|
|
594
594
|
}
|
|
595
595
|
set actualTextColor(v) {
|
|
596
|
-
this.i.
|
|
596
|
+
this.i.nl = stringToBrush(v);
|
|
597
597
|
}
|
|
598
598
|
/**
|
|
599
599
|
* Gets or sets the text color for cells in deleted rows.
|
|
600
600
|
*/
|
|
601
601
|
get deletedTextColor() {
|
|
602
|
-
return brushToString(this.i.
|
|
602
|
+
return brushToString(this.i.nq);
|
|
603
603
|
}
|
|
604
604
|
set deletedTextColor(v) {
|
|
605
|
-
this.i.
|
|
605
|
+
this.i.nq = stringToBrush(v);
|
|
606
606
|
}
|
|
607
607
|
get font() {
|
|
608
608
|
if (this.i.aj == null) {
|
|
@@ -630,19 +630,19 @@ export class IgcCellInfo {
|
|
|
630
630
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
631
631
|
*/
|
|
632
632
|
get suffixText() {
|
|
633
|
-
return this.i.
|
|
633
|
+
return this.i.lp;
|
|
634
634
|
}
|
|
635
635
|
set suffixText(v) {
|
|
636
|
-
this.i.
|
|
636
|
+
this.i.lp = v;
|
|
637
637
|
}
|
|
638
638
|
/**
|
|
639
639
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
640
640
|
*/
|
|
641
641
|
get suffixTextColor() {
|
|
642
|
-
return brushToString(this.i.
|
|
642
|
+
return brushToString(this.i.n5);
|
|
643
643
|
}
|
|
644
644
|
set suffixTextColor(v) {
|
|
645
|
-
this.i.
|
|
645
|
+
this.i.n5 = stringToBrush(v);
|
|
646
646
|
}
|
|
647
647
|
get suffixTextFont() {
|
|
648
648
|
if (this.i.ak == null) {
|
|
@@ -659,37 +659,37 @@ export class IgcCellInfo {
|
|
|
659
659
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
660
660
|
*/
|
|
661
661
|
get suffixIconName() {
|
|
662
|
-
return this.i.
|
|
662
|
+
return this.i.lh;
|
|
663
663
|
}
|
|
664
664
|
set suffixIconName(v) {
|
|
665
|
-
this.i.
|
|
665
|
+
this.i.lh = v;
|
|
666
666
|
}
|
|
667
667
|
/**
|
|
668
668
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
669
669
|
*/
|
|
670
670
|
get suffixIconCollectionName() {
|
|
671
|
-
return this.i.
|
|
671
|
+
return this.i.le;
|
|
672
672
|
}
|
|
673
673
|
set suffixIconCollectionName(v) {
|
|
674
|
-
this.i.
|
|
674
|
+
this.i.le = v;
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
677
677
|
* Gets or sets the stroke color of the suffix icon.
|
|
678
678
|
*/
|
|
679
679
|
get suffixIconStroke() {
|
|
680
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.n4);
|
|
681
681
|
}
|
|
682
682
|
set suffixIconStroke(v) {
|
|
683
|
-
this.i.
|
|
683
|
+
this.i.n4 = stringToBrush(v);
|
|
684
684
|
}
|
|
685
685
|
/**
|
|
686
686
|
* Gets or sets the fill color of the suffix icon.
|
|
687
687
|
*/
|
|
688
688
|
get suffixIconFill() {
|
|
689
|
-
return brushToString(this.i.
|
|
689
|
+
return brushToString(this.i.n3);
|
|
690
690
|
}
|
|
691
691
|
set suffixIconFill(v) {
|
|
692
|
-
this.i.
|
|
692
|
+
this.i.n3 = stringToBrush(v);
|
|
693
693
|
}
|
|
694
694
|
/**
|
|
695
695
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
@@ -767,37 +767,37 @@ export class IgcCellInfo {
|
|
|
767
767
|
* Gets or sets the left padding to use for the content.
|
|
768
768
|
*/
|
|
769
769
|
get paddingLeft() {
|
|
770
|
-
return this.i.
|
|
770
|
+
return this.i.g2;
|
|
771
771
|
}
|
|
772
772
|
set paddingLeft(v) {
|
|
773
|
-
this.i.
|
|
773
|
+
this.i.g2 = +v;
|
|
774
774
|
}
|
|
775
775
|
/**
|
|
776
776
|
* Gets or sets the top padding to use for the content.
|
|
777
777
|
*/
|
|
778
778
|
get paddingTop() {
|
|
779
|
-
return this.i.
|
|
779
|
+
return this.i.g6;
|
|
780
780
|
}
|
|
781
781
|
set paddingTop(v) {
|
|
782
|
-
this.i.
|
|
782
|
+
this.i.g6 = +v;
|
|
783
783
|
}
|
|
784
784
|
/**
|
|
785
785
|
* Gets or sets the right padding to use for the content.
|
|
786
786
|
*/
|
|
787
787
|
get paddingRight() {
|
|
788
|
-
return this.i.
|
|
788
|
+
return this.i.g4;
|
|
789
789
|
}
|
|
790
790
|
set paddingRight(v) {
|
|
791
|
-
this.i.
|
|
791
|
+
this.i.g4 = +v;
|
|
792
792
|
}
|
|
793
793
|
/**
|
|
794
794
|
* Gets or sets the bottom padding to use for the content.
|
|
795
795
|
*/
|
|
796
796
|
get paddingBottom() {
|
|
797
|
-
return this.i.
|
|
797
|
+
return this.i.g0;
|
|
798
798
|
}
|
|
799
799
|
set paddingBottom(v) {
|
|
800
|
-
this.i.
|
|
800
|
+
this.i.g0 = +v;
|
|
801
801
|
}
|
|
802
802
|
/**
|
|
803
803
|
* Gets or sets the left padding to use for the content.
|
|
@@ -1006,6 +1006,15 @@ export class IgcCellInfo {
|
|
|
1006
1006
|
set isCollapsable(v) {
|
|
1007
1007
|
this.i.a6 = ensureBool(v);
|
|
1008
1008
|
}
|
|
1009
|
+
/**
|
|
1010
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1011
|
+
*/
|
|
1012
|
+
get expansionIndicatorIconColor() {
|
|
1013
|
+
return brushToString(this.i.ns);
|
|
1014
|
+
}
|
|
1015
|
+
set expansionIndicatorIconColor(v) {
|
|
1016
|
+
this.i.ns = stringToBrush(v);
|
|
1017
|
+
}
|
|
1009
1018
|
/**
|
|
1010
1019
|
* Gets the fixed column position of this cell.
|
|
1011
1020
|
*/
|
|
@@ -1048,10 +1057,10 @@ export class IgcCellInfo {
|
|
|
1048
1057
|
* Gets or sets the error message for the cell.
|
|
1049
1058
|
*/
|
|
1050
1059
|
get editError() {
|
|
1051
|
-
return this.i.
|
|
1060
|
+
return this.i.js;
|
|
1052
1061
|
}
|
|
1053
1062
|
set editError(v) {
|
|
1054
|
-
this.i.
|
|
1063
|
+
this.i.js = v;
|
|
1055
1064
|
}
|
|
1056
1065
|
/**
|
|
1057
1066
|
* Gets whether the cell is in edit mode.
|
|
@@ -1099,7 +1108,7 @@ export class IgcCellInfo {
|
|
|
1099
1108
|
return (iv);
|
|
1100
1109
|
}
|
|
1101
1110
|
setNamedValue(valueName, value) {
|
|
1102
|
-
this.i.
|
|
1111
|
+
this.i.ms(valueName, value);
|
|
1103
1112
|
}
|
|
1104
1113
|
/**
|
|
1105
1114
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1116,7 +1125,7 @@ export class IgcCellInfo {
|
|
|
1116
1125
|
* @param valueName * The name of the value to remove.
|
|
1117
1126
|
*/
|
|
1118
1127
|
removeNamedValue(valueName) {
|
|
1119
|
-
this.i.
|
|
1128
|
+
this.i.mo(valueName);
|
|
1120
1129
|
}
|
|
1121
1130
|
/**
|
|
1122
1131
|
* Gets a named value from the cell.
|
|
@@ -1124,7 +1133,7 @@ export class IgcCellInfo {
|
|
|
1124
1133
|
* @param valueName * The name of the value to get.
|
|
1125
1134
|
*/
|
|
1126
1135
|
getNamedValue(valueName) {
|
|
1127
|
-
let iv = this.i.
|
|
1136
|
+
let iv = this.i.ig(valueName);
|
|
1128
1137
|
return (iv);
|
|
1129
1138
|
}
|
|
1130
1139
|
}
|