igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- 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 +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- 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-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- 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 +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- 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-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- 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-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -83,19 +83,25 @@ 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.k9;
|
|
87
87
|
}
|
|
88
88
|
set styleKey(v) {
|
|
89
|
-
this.i.
|
|
89
|
+
this.i.k9 = 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.fq;
|
|
96
96
|
}
|
|
97
97
|
set dataRow(v) {
|
|
98
|
-
this.i.
|
|
98
|
+
this.i.fq = +v;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* Gets the column index for the current cell.
|
|
102
|
+
*/
|
|
103
|
+
get columnIdx() {
|
|
104
|
+
return this.i.fo;
|
|
99
105
|
}
|
|
100
106
|
/**
|
|
101
107
|
* Gets if the position of the cell is dirty.
|
|
@@ -227,16 +233,16 @@ export class IgcCellInfo {
|
|
|
227
233
|
* Gets the indent level of the cell.
|
|
228
234
|
*/
|
|
229
235
|
get indent() {
|
|
230
|
-
return this.i.
|
|
236
|
+
return this.i.gf;
|
|
231
237
|
}
|
|
232
238
|
set indent(v) {
|
|
233
|
-
this.i.
|
|
239
|
+
this.i.gf = +v;
|
|
234
240
|
}
|
|
235
241
|
get rowItem() {
|
|
236
|
-
return this.i.
|
|
242
|
+
return this.i.ih;
|
|
237
243
|
}
|
|
238
244
|
set rowItem(v) {
|
|
239
|
-
this.i.
|
|
245
|
+
this.i.ih = v;
|
|
240
246
|
}
|
|
241
247
|
/**
|
|
242
248
|
* Gets the X position of the cell within the content.
|
|
@@ -260,19 +266,19 @@ export class IgcCellInfo {
|
|
|
260
266
|
* Gets the pixel snapped X position of the cell within the content.
|
|
261
267
|
*/
|
|
262
268
|
get snappedX() {
|
|
263
|
-
return this.i.
|
|
269
|
+
return this.i.hf;
|
|
264
270
|
}
|
|
265
271
|
set snappedX(v) {
|
|
266
|
-
this.i.
|
|
272
|
+
this.i.hf = +v;
|
|
267
273
|
}
|
|
268
274
|
/**
|
|
269
275
|
* Gets the snapped Y position of the cell within the content.
|
|
270
276
|
*/
|
|
271
277
|
get snappedY() {
|
|
272
|
-
return this.i.
|
|
278
|
+
return this.i.hh;
|
|
273
279
|
}
|
|
274
280
|
set snappedY(v) {
|
|
275
|
-
this.i.
|
|
281
|
+
this.i.hh = +v;
|
|
276
282
|
}
|
|
277
283
|
/**
|
|
278
284
|
* Gets or sets the opacity for cells that have unsaved edits.
|
|
@@ -323,19 +329,19 @@ export class IgcCellInfo {
|
|
|
323
329
|
* Gets the height of the cell.
|
|
324
330
|
*/
|
|
325
331
|
get height() {
|
|
326
|
-
return this.i.
|
|
332
|
+
return this.i.f9;
|
|
327
333
|
}
|
|
328
334
|
set height(v) {
|
|
329
|
-
this.i.
|
|
335
|
+
this.i.f9 = +v;
|
|
330
336
|
}
|
|
331
337
|
/**
|
|
332
338
|
* Gets the width of the cell.
|
|
333
339
|
*/
|
|
334
340
|
get width() {
|
|
335
|
-
return this.i.
|
|
341
|
+
return this.i.h6;
|
|
336
342
|
}
|
|
337
343
|
set width(v) {
|
|
338
|
-
this.i.
|
|
344
|
+
this.i.h6 = +v;
|
|
339
345
|
}
|
|
340
346
|
/**
|
|
341
347
|
* Gets if the cell is selected.
|
|
@@ -404,127 +410,127 @@ export class IgcCellInfo {
|
|
|
404
410
|
* Gets or sets the background color of the cell.
|
|
405
411
|
*/
|
|
406
412
|
get background() {
|
|
407
|
-
return brushToString(this.i.
|
|
413
|
+
return brushToString(this.i.ng);
|
|
408
414
|
}
|
|
409
415
|
set background(v) {
|
|
410
|
-
this.i.
|
|
416
|
+
this.i.ng = stringToBrush(v);
|
|
411
417
|
}
|
|
412
418
|
/**
|
|
413
419
|
* Gets or sets the border color of the cell.
|
|
414
420
|
*/
|
|
415
421
|
get border() {
|
|
416
|
-
return brushToString(this.i.
|
|
422
|
+
return brushToString(this.i.nj);
|
|
417
423
|
}
|
|
418
424
|
set border(v) {
|
|
419
|
-
this.i.
|
|
425
|
+
this.i.nj = stringToBrush(v);
|
|
420
426
|
}
|
|
421
427
|
/**
|
|
422
428
|
* Gets the actual background color of the cell
|
|
423
429
|
*/
|
|
424
430
|
get actualBackground() {
|
|
425
|
-
return brushToString(this.i.
|
|
431
|
+
return brushToString(this.i.nd);
|
|
426
432
|
}
|
|
427
433
|
set actualBackground(v) {
|
|
428
|
-
this.i.
|
|
434
|
+
this.i.nd = stringToBrush(v);
|
|
429
435
|
}
|
|
430
436
|
/**
|
|
431
437
|
* Gets the actual background color of the cell
|
|
432
438
|
*/
|
|
433
439
|
get actualBorder() {
|
|
434
|
-
return brushToString(this.i.
|
|
440
|
+
return brushToString(this.i.ne);
|
|
435
441
|
}
|
|
436
442
|
set actualBorder(v) {
|
|
437
|
-
this.i.
|
|
443
|
+
this.i.ne = stringToBrush(v);
|
|
438
444
|
}
|
|
439
445
|
/**
|
|
440
446
|
* Gets the actual background color of the cell
|
|
441
447
|
*/
|
|
442
448
|
get activationBorder() {
|
|
443
|
-
return brushToString(this.i.
|
|
449
|
+
return brushToString(this.i.nc);
|
|
444
450
|
}
|
|
445
451
|
set activationBorder(v) {
|
|
446
|
-
this.i.
|
|
452
|
+
this.i.nc = stringToBrush(v);
|
|
447
453
|
}
|
|
448
454
|
/**
|
|
449
455
|
* Gets or sets the error border color of the cell.
|
|
450
456
|
*/
|
|
451
457
|
get errorBorder() {
|
|
452
|
-
return brushToString(this.i.
|
|
458
|
+
return brushToString(this.i.nl);
|
|
453
459
|
}
|
|
454
460
|
set errorBorder(v) {
|
|
455
|
-
this.i.
|
|
461
|
+
this.i.nl = stringToBrush(v);
|
|
456
462
|
}
|
|
457
463
|
/**
|
|
458
464
|
* Gets or sets the selected background color of the cell.
|
|
459
465
|
*/
|
|
460
466
|
get selectedBackground() {
|
|
461
|
-
return brushToString(this.i.
|
|
467
|
+
return brushToString(this.i.ns);
|
|
462
468
|
}
|
|
463
469
|
set selectedBackground(v) {
|
|
464
|
-
this.i.
|
|
470
|
+
this.i.ns = stringToBrush(v);
|
|
465
471
|
}
|
|
466
472
|
/**
|
|
467
473
|
* Gets or sets the hover background color of the cell.
|
|
468
474
|
*/
|
|
469
475
|
get hoverBackground() {
|
|
470
|
-
return brushToString(this.i.
|
|
476
|
+
return brushToString(this.i.no);
|
|
471
477
|
}
|
|
472
478
|
set hoverBackground(v) {
|
|
473
|
-
this.i.
|
|
479
|
+
this.i.no = stringToBrush(v);
|
|
474
480
|
}
|
|
475
481
|
/**
|
|
476
482
|
* Gets or sets the hover text color of the cell.
|
|
477
483
|
*/
|
|
478
484
|
get hoverTextColor() {
|
|
479
|
-
return brushToString(this.i.
|
|
485
|
+
return brushToString(this.i.np);
|
|
480
486
|
}
|
|
481
487
|
set hoverTextColor(v) {
|
|
482
|
-
this.i.
|
|
488
|
+
this.i.np = stringToBrush(v);
|
|
483
489
|
}
|
|
484
490
|
/**
|
|
485
491
|
* Gets or sets the color for the sort indicator icon.
|
|
486
492
|
*/
|
|
487
493
|
get sortIndicatorColor() {
|
|
488
|
-
return brushToString(this.i.
|
|
494
|
+
return brushToString(this.i.nt);
|
|
489
495
|
}
|
|
490
496
|
set sortIndicatorColor(v) {
|
|
491
|
-
this.i.
|
|
497
|
+
this.i.nt = stringToBrush(v);
|
|
492
498
|
}
|
|
493
499
|
/**
|
|
494
500
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
495
501
|
*/
|
|
496
502
|
get stickyRowBackground() {
|
|
497
|
-
return brushToString(this.i.
|
|
503
|
+
return brushToString(this.i.nu);
|
|
498
504
|
}
|
|
499
505
|
set stickyRowBackground(v) {
|
|
500
|
-
this.i.
|
|
506
|
+
this.i.nu = stringToBrush(v);
|
|
501
507
|
}
|
|
502
508
|
/**
|
|
503
509
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
504
510
|
*/
|
|
505
511
|
get pinnedRowBackground() {
|
|
506
|
-
return brushToString(this.i.
|
|
512
|
+
return brushToString(this.i.nr);
|
|
507
513
|
}
|
|
508
514
|
set pinnedRowBackground(v) {
|
|
509
|
-
this.i.
|
|
515
|
+
this.i.nr = stringToBrush(v);
|
|
510
516
|
}
|
|
511
517
|
/**
|
|
512
518
|
* Gets or sets the color for the last row in the sticky row area.
|
|
513
519
|
*/
|
|
514
520
|
get lastStickyRowBackground() {
|
|
515
|
-
return brushToString(this.i.
|
|
521
|
+
return brushToString(this.i.nq);
|
|
516
522
|
}
|
|
517
523
|
set lastStickyRowBackground(v) {
|
|
518
|
-
this.i.
|
|
524
|
+
this.i.nq = stringToBrush(v);
|
|
519
525
|
}
|
|
520
526
|
/**
|
|
521
527
|
* Gets or sets the background color for filter row.
|
|
522
528
|
*/
|
|
523
529
|
get filterRowBackground() {
|
|
524
|
-
return brushToString(this.i.
|
|
530
|
+
return brushToString(this.i.nm);
|
|
525
531
|
}
|
|
526
532
|
set filterRowBackground(v) {
|
|
527
|
-
this.i.
|
|
533
|
+
this.i.nm = stringToBrush(v);
|
|
528
534
|
}
|
|
529
535
|
/**
|
|
530
536
|
* Gets or sets the color to use for displaying text.
|
|
@@ -539,55 +545,55 @@ export class IgcCellInfo {
|
|
|
539
545
|
* Gets or sets the original value for the cell, before processing.
|
|
540
546
|
*/
|
|
541
547
|
get originalValue() {
|
|
542
|
-
return this.i.
|
|
548
|
+
return this.i.ig;
|
|
543
549
|
}
|
|
544
550
|
set originalValue(v) {
|
|
545
|
-
this.i.
|
|
551
|
+
this.i.ig = v;
|
|
546
552
|
}
|
|
547
553
|
/**
|
|
548
554
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
549
555
|
*/
|
|
550
556
|
get renderValue() {
|
|
551
|
-
return this.i.
|
|
557
|
+
return this.i.ky;
|
|
552
558
|
}
|
|
553
559
|
set renderValue(v) {
|
|
554
|
-
this.i.
|
|
560
|
+
this.i.ky = v;
|
|
555
561
|
}
|
|
556
562
|
/**
|
|
557
563
|
* If set, this text will be used when rendering the cell value.
|
|
558
564
|
*/
|
|
559
565
|
get userFormattedValue() {
|
|
560
|
-
return this.i.
|
|
566
|
+
return this.i.lu;
|
|
561
567
|
}
|
|
562
568
|
set userFormattedValue(v) {
|
|
563
|
-
this.i.
|
|
569
|
+
this.i.lu = v;
|
|
564
570
|
}
|
|
565
571
|
/**
|
|
566
572
|
* Gets or sets the color of the text for the cell, if any.
|
|
567
573
|
*/
|
|
568
574
|
get textColor() {
|
|
569
|
-
return brushToString(this.i.
|
|
575
|
+
return brushToString(this.i.ny);
|
|
570
576
|
}
|
|
571
577
|
set textColor(v) {
|
|
572
|
-
this.i.
|
|
578
|
+
this.i.ny = stringToBrush(v);
|
|
573
579
|
}
|
|
574
580
|
/**
|
|
575
581
|
* Gets the actual color of the text for the cell, if any.
|
|
576
582
|
*/
|
|
577
583
|
get actualTextColor() {
|
|
578
|
-
return brushToString(this.i.
|
|
584
|
+
return brushToString(this.i.nf);
|
|
579
585
|
}
|
|
580
586
|
set actualTextColor(v) {
|
|
581
|
-
this.i.
|
|
587
|
+
this.i.nf = stringToBrush(v);
|
|
582
588
|
}
|
|
583
589
|
/**
|
|
584
590
|
* Gets or sets the text color for cells in deleted rows.
|
|
585
591
|
*/
|
|
586
592
|
get deletedTextColor() {
|
|
587
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.nk);
|
|
588
594
|
}
|
|
589
595
|
set deletedTextColor(v) {
|
|
590
|
-
this.i.
|
|
596
|
+
this.i.nk = stringToBrush(v);
|
|
591
597
|
}
|
|
592
598
|
get font() {
|
|
593
599
|
if (this.i.aj == null) {
|
|
@@ -615,19 +621,19 @@ export class IgcCellInfo {
|
|
|
615
621
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
616
622
|
*/
|
|
617
623
|
get suffixText() {
|
|
618
|
-
return this.i.
|
|
624
|
+
return this.i.ll;
|
|
619
625
|
}
|
|
620
626
|
set suffixText(v) {
|
|
621
|
-
this.i.
|
|
627
|
+
this.i.ll = v;
|
|
622
628
|
}
|
|
623
629
|
/**
|
|
624
630
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
625
631
|
*/
|
|
626
632
|
get suffixTextColor() {
|
|
627
|
-
return brushToString(this.i.
|
|
633
|
+
return brushToString(this.i.nx);
|
|
628
634
|
}
|
|
629
635
|
set suffixTextColor(v) {
|
|
630
|
-
this.i.
|
|
636
|
+
this.i.nx = stringToBrush(v);
|
|
631
637
|
}
|
|
632
638
|
get suffixTextFont() {
|
|
633
639
|
if (this.i.ak == null) {
|
|
@@ -644,37 +650,37 @@ export class IgcCellInfo {
|
|
|
644
650
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
645
651
|
*/
|
|
646
652
|
get suffixIconName() {
|
|
647
|
-
return this.i.
|
|
653
|
+
return this.i.ld;
|
|
648
654
|
}
|
|
649
655
|
set suffixIconName(v) {
|
|
650
|
-
this.i.
|
|
656
|
+
this.i.ld = v;
|
|
651
657
|
}
|
|
652
658
|
/**
|
|
653
659
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
654
660
|
*/
|
|
655
661
|
get suffixIconCollectionName() {
|
|
656
|
-
return this.i.
|
|
662
|
+
return this.i.la;
|
|
657
663
|
}
|
|
658
664
|
set suffixIconCollectionName(v) {
|
|
659
|
-
this.i.
|
|
665
|
+
this.i.la = v;
|
|
660
666
|
}
|
|
661
667
|
/**
|
|
662
668
|
* Gets or sets the stroke color of the suffix icon.
|
|
663
669
|
*/
|
|
664
670
|
get suffixIconStroke() {
|
|
665
|
-
return brushToString(this.i.
|
|
671
|
+
return brushToString(this.i.nw);
|
|
666
672
|
}
|
|
667
673
|
set suffixIconStroke(v) {
|
|
668
|
-
this.i.
|
|
674
|
+
this.i.nw = stringToBrush(v);
|
|
669
675
|
}
|
|
670
676
|
/**
|
|
671
677
|
* Gets or sets the fill color of the suffix icon.
|
|
672
678
|
*/
|
|
673
679
|
get suffixIconFill() {
|
|
674
|
-
return brushToString(this.i.
|
|
680
|
+
return brushToString(this.i.nv);
|
|
675
681
|
}
|
|
676
682
|
set suffixIconFill(v) {
|
|
677
|
-
this.i.
|
|
683
|
+
this.i.nv = stringToBrush(v);
|
|
678
684
|
}
|
|
679
685
|
/**
|
|
680
686
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
@@ -752,37 +758,37 @@ export class IgcCellInfo {
|
|
|
752
758
|
* Gets or sets the left padding to use for the content.
|
|
753
759
|
*/
|
|
754
760
|
get paddingLeft() {
|
|
755
|
-
return this.i.
|
|
761
|
+
return this.i.g1;
|
|
756
762
|
}
|
|
757
763
|
set paddingLeft(v) {
|
|
758
|
-
this.i.
|
|
764
|
+
this.i.g1 = +v;
|
|
759
765
|
}
|
|
760
766
|
/**
|
|
761
767
|
* Gets or sets the top padding to use for the content.
|
|
762
768
|
*/
|
|
763
769
|
get paddingTop() {
|
|
764
|
-
return this.i.
|
|
770
|
+
return this.i.g5;
|
|
765
771
|
}
|
|
766
772
|
set paddingTop(v) {
|
|
767
|
-
this.i.
|
|
773
|
+
this.i.g5 = +v;
|
|
768
774
|
}
|
|
769
775
|
/**
|
|
770
776
|
* Gets or sets the right padding to use for the content.
|
|
771
777
|
*/
|
|
772
778
|
get paddingRight() {
|
|
773
|
-
return this.i.
|
|
779
|
+
return this.i.g3;
|
|
774
780
|
}
|
|
775
781
|
set paddingRight(v) {
|
|
776
|
-
this.i.
|
|
782
|
+
this.i.g3 = +v;
|
|
777
783
|
}
|
|
778
784
|
/**
|
|
779
785
|
* Gets or sets the bottom padding to use for the content.
|
|
780
786
|
*/
|
|
781
787
|
get paddingBottom() {
|
|
782
|
-
return this.i.
|
|
788
|
+
return this.i.gz;
|
|
783
789
|
}
|
|
784
790
|
set paddingBottom(v) {
|
|
785
|
-
this.i.
|
|
791
|
+
this.i.gz = +v;
|
|
786
792
|
}
|
|
787
793
|
/**
|
|
788
794
|
* Gets or sets the left padding to use for the content.
|
|
@@ -896,37 +902,37 @@ export class IgcCellInfo {
|
|
|
896
902
|
* Gets or sets the left error border to use for the content.
|
|
897
903
|
*/
|
|
898
904
|
get errorBorderLeftWidth() {
|
|
899
|
-
return this.i.
|
|
905
|
+
return this.i.fz;
|
|
900
906
|
}
|
|
901
907
|
set errorBorderLeftWidth(v) {
|
|
902
|
-
this.i.
|
|
908
|
+
this.i.fz = +v;
|
|
903
909
|
}
|
|
904
910
|
/**
|
|
905
911
|
* Gets or sets the top error border to use for the content.
|
|
906
912
|
*/
|
|
907
913
|
get errorBorderTopWidth() {
|
|
908
|
-
return this.i.
|
|
914
|
+
return this.i.f4;
|
|
909
915
|
}
|
|
910
916
|
set errorBorderTopWidth(v) {
|
|
911
|
-
this.i.
|
|
917
|
+
this.i.f4 = +v;
|
|
912
918
|
}
|
|
913
919
|
/**
|
|
914
920
|
* Gets or sets the right error border to use for the content.
|
|
915
921
|
*/
|
|
916
922
|
get errorBorderRightWidth() {
|
|
917
|
-
return this.i.
|
|
923
|
+
return this.i.f2;
|
|
918
924
|
}
|
|
919
925
|
set errorBorderRightWidth(v) {
|
|
920
|
-
this.i.
|
|
926
|
+
this.i.f2 = +v;
|
|
921
927
|
}
|
|
922
928
|
/**
|
|
923
929
|
* Gets or sets the bottom error border to use for the content.
|
|
924
930
|
*/
|
|
925
931
|
get errorBorderBottomWidth() {
|
|
926
|
-
return this.i.
|
|
932
|
+
return this.i.fx;
|
|
927
933
|
}
|
|
928
934
|
set errorBorderBottomWidth(v) {
|
|
929
|
-
this.i.
|
|
935
|
+
this.i.fx = +v;
|
|
930
936
|
}
|
|
931
937
|
/**
|
|
932
938
|
* Gets or sets the actual left border to use for the content.
|
|
@@ -1033,10 +1039,10 @@ export class IgcCellInfo {
|
|
|
1033
1039
|
* Gets or sets the error message for the cell.
|
|
1034
1040
|
*/
|
|
1035
1041
|
get editError() {
|
|
1036
|
-
return this.i.
|
|
1042
|
+
return this.i.jq;
|
|
1037
1043
|
}
|
|
1038
1044
|
set editError(v) {
|
|
1039
|
-
this.i.
|
|
1045
|
+
this.i.jq = v;
|
|
1040
1046
|
}
|
|
1041
1047
|
/**
|
|
1042
1048
|
* Gets whether the cell is in edit mode.
|
|
@@ -1048,10 +1054,10 @@ export class IgcCellInfo {
|
|
|
1048
1054
|
this.i.bj = ensureBool(v);
|
|
1049
1055
|
}
|
|
1050
1056
|
get editID() {
|
|
1051
|
-
return this.i.
|
|
1057
|
+
return this.i.fv;
|
|
1052
1058
|
}
|
|
1053
1059
|
set editID(v) {
|
|
1054
|
-
this.i.
|
|
1060
|
+
this.i.fv = +v;
|
|
1055
1061
|
}
|
|
1056
1062
|
findByName(name) {
|
|
1057
1063
|
if (this.findEphemera) {
|
|
@@ -1084,7 +1090,7 @@ export class IgcCellInfo {
|
|
|
1084
1090
|
return (iv);
|
|
1085
1091
|
}
|
|
1086
1092
|
setNamedValue(valueName, value) {
|
|
1087
|
-
this.i.
|
|
1093
|
+
this.i.mo(valueName, value);
|
|
1088
1094
|
}
|
|
1089
1095
|
/**
|
|
1090
1096
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1101,7 +1107,7 @@ export class IgcCellInfo {
|
|
|
1101
1107
|
* @param valueName * The name of the value to remove.
|
|
1102
1108
|
*/
|
|
1103
1109
|
removeNamedValue(valueName) {
|
|
1104
|
-
this.i.
|
|
1110
|
+
this.i.mk(valueName);
|
|
1105
1111
|
}
|
|
1106
1112
|
/**
|
|
1107
1113
|
* Gets a named value from the cell.
|
|
@@ -1109,7 +1115,7 @@ export class IgcCellInfo {
|
|
|
1109
1115
|
* @param valueName * The name of the value to get.
|
|
1110
1116
|
*/
|
|
1111
1117
|
getNamedValue(valueName) {
|
|
1112
|
-
let iv = this.i.
|
|
1118
|
+
let iv = this.i.id(valueName);
|
|
1113
1119
|
return (iv);
|
|
1114
1120
|
}
|
|
1115
1121
|
}
|