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
|
@@ -96,10 +96,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
96
96
|
* Gets the style key of the current cell, used for recycling.
|
|
97
97
|
*/
|
|
98
98
|
get: function () {
|
|
99
|
-
return this.i.
|
|
99
|
+
return this.i.k9;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.k9 = v;
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -109,10 +109,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
109
109
|
* Gets the absolute data row for the current cell.
|
|
110
110
|
*/
|
|
111
111
|
get: function () {
|
|
112
|
-
return this.i.
|
|
112
|
+
return this.i.fq;
|
|
113
113
|
},
|
|
114
114
|
set: function (v) {
|
|
115
|
-
this.i.
|
|
115
|
+
this.i.fq = +v;
|
|
116
|
+
},
|
|
117
|
+
enumerable: false,
|
|
118
|
+
configurable: true
|
|
119
|
+
});
|
|
120
|
+
Object.defineProperty(IgcCellInfo.prototype, "columnIdx", {
|
|
121
|
+
/**
|
|
122
|
+
* Gets the column index for the current cell.
|
|
123
|
+
*/
|
|
124
|
+
get: function () {
|
|
125
|
+
return this.i.fo;
|
|
116
126
|
},
|
|
117
127
|
enumerable: false,
|
|
118
128
|
configurable: true
|
|
@@ -304,20 +314,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
304
314
|
* Gets the indent level of the cell.
|
|
305
315
|
*/
|
|
306
316
|
get: function () {
|
|
307
|
-
return this.i.
|
|
317
|
+
return this.i.gf;
|
|
308
318
|
},
|
|
309
319
|
set: function (v) {
|
|
310
|
-
this.i.
|
|
320
|
+
this.i.gf = +v;
|
|
311
321
|
},
|
|
312
322
|
enumerable: false,
|
|
313
323
|
configurable: true
|
|
314
324
|
});
|
|
315
325
|
Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
|
|
316
326
|
get: function () {
|
|
317
|
-
return this.i.
|
|
327
|
+
return this.i.ih;
|
|
318
328
|
},
|
|
319
329
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
330
|
+
this.i.ih = v;
|
|
321
331
|
},
|
|
322
332
|
enumerable: false,
|
|
323
333
|
configurable: true
|
|
@@ -353,10 +363,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
353
363
|
* Gets the pixel snapped X position of the cell within the content.
|
|
354
364
|
*/
|
|
355
365
|
get: function () {
|
|
356
|
-
return this.i.
|
|
366
|
+
return this.i.hf;
|
|
357
367
|
},
|
|
358
368
|
set: function (v) {
|
|
359
|
-
this.i.
|
|
369
|
+
this.i.hf = +v;
|
|
360
370
|
},
|
|
361
371
|
enumerable: false,
|
|
362
372
|
configurable: true
|
|
@@ -366,10 +376,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
366
376
|
* Gets the snapped Y position of the cell within the content.
|
|
367
377
|
*/
|
|
368
378
|
get: function () {
|
|
369
|
-
return this.i.
|
|
379
|
+
return this.i.hh;
|
|
370
380
|
},
|
|
371
381
|
set: function (v) {
|
|
372
|
-
this.i.
|
|
382
|
+
this.i.hh = +v;
|
|
373
383
|
},
|
|
374
384
|
enumerable: false,
|
|
375
385
|
configurable: true
|
|
@@ -444,10 +454,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
444
454
|
* Gets the height of the cell.
|
|
445
455
|
*/
|
|
446
456
|
get: function () {
|
|
447
|
-
return this.i.
|
|
457
|
+
return this.i.f9;
|
|
448
458
|
},
|
|
449
459
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
460
|
+
this.i.f9 = +v;
|
|
451
461
|
},
|
|
452
462
|
enumerable: false,
|
|
453
463
|
configurable: true
|
|
@@ -457,10 +467,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
457
467
|
* Gets the width of the cell.
|
|
458
468
|
*/
|
|
459
469
|
get: function () {
|
|
460
|
-
return this.i.
|
|
470
|
+
return this.i.h6;
|
|
461
471
|
},
|
|
462
472
|
set: function (v) {
|
|
463
|
-
this.i.
|
|
473
|
+
this.i.h6 = +v;
|
|
464
474
|
},
|
|
465
475
|
enumerable: false,
|
|
466
476
|
configurable: true
|
|
@@ -561,10 +571,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
561
571
|
* Gets or sets the background color of the cell.
|
|
562
572
|
*/
|
|
563
573
|
get: function () {
|
|
564
|
-
return brushToString(this.i.
|
|
574
|
+
return brushToString(this.i.ng);
|
|
565
575
|
},
|
|
566
576
|
set: function (v) {
|
|
567
|
-
this.i.
|
|
577
|
+
this.i.ng = stringToBrush(v);
|
|
568
578
|
},
|
|
569
579
|
enumerable: false,
|
|
570
580
|
configurable: true
|
|
@@ -574,10 +584,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
574
584
|
* Gets or sets the border color of the cell.
|
|
575
585
|
*/
|
|
576
586
|
get: function () {
|
|
577
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.nj);
|
|
578
588
|
},
|
|
579
589
|
set: function (v) {
|
|
580
|
-
this.i.
|
|
590
|
+
this.i.nj = stringToBrush(v);
|
|
581
591
|
},
|
|
582
592
|
enumerable: false,
|
|
583
593
|
configurable: true
|
|
@@ -587,10 +597,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
587
597
|
* Gets the actual background color of the cell
|
|
588
598
|
*/
|
|
589
599
|
get: function () {
|
|
590
|
-
return brushToString(this.i.
|
|
600
|
+
return brushToString(this.i.nd);
|
|
591
601
|
},
|
|
592
602
|
set: function (v) {
|
|
593
|
-
this.i.
|
|
603
|
+
this.i.nd = stringToBrush(v);
|
|
594
604
|
},
|
|
595
605
|
enumerable: false,
|
|
596
606
|
configurable: true
|
|
@@ -600,10 +610,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
600
610
|
* Gets the actual background color of the cell
|
|
601
611
|
*/
|
|
602
612
|
get: function () {
|
|
603
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.ne);
|
|
604
614
|
},
|
|
605
615
|
set: function (v) {
|
|
606
|
-
this.i.
|
|
616
|
+
this.i.ne = stringToBrush(v);
|
|
607
617
|
},
|
|
608
618
|
enumerable: false,
|
|
609
619
|
configurable: true
|
|
@@ -613,10 +623,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
613
623
|
* Gets the actual background color of the cell
|
|
614
624
|
*/
|
|
615
625
|
get: function () {
|
|
616
|
-
return brushToString(this.i.
|
|
626
|
+
return brushToString(this.i.nc);
|
|
617
627
|
},
|
|
618
628
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
629
|
+
this.i.nc = stringToBrush(v);
|
|
620
630
|
},
|
|
621
631
|
enumerable: false,
|
|
622
632
|
configurable: true
|
|
@@ -626,10 +636,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
626
636
|
* Gets or sets the error border color of the cell.
|
|
627
637
|
*/
|
|
628
638
|
get: function () {
|
|
629
|
-
return brushToString(this.i.
|
|
639
|
+
return brushToString(this.i.nl);
|
|
630
640
|
},
|
|
631
641
|
set: function (v) {
|
|
632
|
-
this.i.
|
|
642
|
+
this.i.nl = stringToBrush(v);
|
|
633
643
|
},
|
|
634
644
|
enumerable: false,
|
|
635
645
|
configurable: true
|
|
@@ -639,10 +649,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
639
649
|
* Gets or sets the selected background color of the cell.
|
|
640
650
|
*/
|
|
641
651
|
get: function () {
|
|
642
|
-
return brushToString(this.i.
|
|
652
|
+
return brushToString(this.i.ns);
|
|
643
653
|
},
|
|
644
654
|
set: function (v) {
|
|
645
|
-
this.i.
|
|
655
|
+
this.i.ns = stringToBrush(v);
|
|
646
656
|
},
|
|
647
657
|
enumerable: false,
|
|
648
658
|
configurable: true
|
|
@@ -652,10 +662,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
652
662
|
* Gets or sets the hover background color of the cell.
|
|
653
663
|
*/
|
|
654
664
|
get: function () {
|
|
655
|
-
return brushToString(this.i.
|
|
665
|
+
return brushToString(this.i.no);
|
|
656
666
|
},
|
|
657
667
|
set: function (v) {
|
|
658
|
-
this.i.
|
|
668
|
+
this.i.no = stringToBrush(v);
|
|
659
669
|
},
|
|
660
670
|
enumerable: false,
|
|
661
671
|
configurable: true
|
|
@@ -665,10 +675,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
665
675
|
* Gets or sets the hover text color of the cell.
|
|
666
676
|
*/
|
|
667
677
|
get: function () {
|
|
668
|
-
return brushToString(this.i.
|
|
678
|
+
return brushToString(this.i.np);
|
|
669
679
|
},
|
|
670
680
|
set: function (v) {
|
|
671
|
-
this.i.
|
|
681
|
+
this.i.np = stringToBrush(v);
|
|
672
682
|
},
|
|
673
683
|
enumerable: false,
|
|
674
684
|
configurable: true
|
|
@@ -678,10 +688,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
678
688
|
* Gets or sets the color for the sort indicator icon.
|
|
679
689
|
*/
|
|
680
690
|
get: function () {
|
|
681
|
-
return brushToString(this.i.
|
|
691
|
+
return brushToString(this.i.nt);
|
|
682
692
|
},
|
|
683
693
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
694
|
+
this.i.nt = stringToBrush(v);
|
|
685
695
|
},
|
|
686
696
|
enumerable: false,
|
|
687
697
|
configurable: true
|
|
@@ -691,10 +701,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
691
701
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
692
702
|
*/
|
|
693
703
|
get: function () {
|
|
694
|
-
return brushToString(this.i.
|
|
704
|
+
return brushToString(this.i.nu);
|
|
695
705
|
},
|
|
696
706
|
set: function (v) {
|
|
697
|
-
this.i.
|
|
707
|
+
this.i.nu = stringToBrush(v);
|
|
698
708
|
},
|
|
699
709
|
enumerable: false,
|
|
700
710
|
configurable: true
|
|
@@ -704,10 +714,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
704
714
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
705
715
|
*/
|
|
706
716
|
get: function () {
|
|
707
|
-
return brushToString(this.i.
|
|
717
|
+
return brushToString(this.i.nr);
|
|
708
718
|
},
|
|
709
719
|
set: function (v) {
|
|
710
|
-
this.i.
|
|
720
|
+
this.i.nr = stringToBrush(v);
|
|
711
721
|
},
|
|
712
722
|
enumerable: false,
|
|
713
723
|
configurable: true
|
|
@@ -717,10 +727,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
717
727
|
* Gets or sets the color for the last row in the sticky row area.
|
|
718
728
|
*/
|
|
719
729
|
get: function () {
|
|
720
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.nq);
|
|
721
731
|
},
|
|
722
732
|
set: function (v) {
|
|
723
|
-
this.i.
|
|
733
|
+
this.i.nq = stringToBrush(v);
|
|
724
734
|
},
|
|
725
735
|
enumerable: false,
|
|
726
736
|
configurable: true
|
|
@@ -730,10 +740,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
730
740
|
* Gets or sets the background color for filter row.
|
|
731
741
|
*/
|
|
732
742
|
get: function () {
|
|
733
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.nm);
|
|
734
744
|
},
|
|
735
745
|
set: function (v) {
|
|
736
|
-
this.i.
|
|
746
|
+
this.i.nm = stringToBrush(v);
|
|
737
747
|
},
|
|
738
748
|
enumerable: false,
|
|
739
749
|
configurable: true
|
|
@@ -756,10 +766,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
756
766
|
* Gets or sets the original value for the cell, before processing.
|
|
757
767
|
*/
|
|
758
768
|
get: function () {
|
|
759
|
-
return this.i.
|
|
769
|
+
return this.i.ig;
|
|
760
770
|
},
|
|
761
771
|
set: function (v) {
|
|
762
|
-
this.i.
|
|
772
|
+
this.i.ig = v;
|
|
763
773
|
},
|
|
764
774
|
enumerable: false,
|
|
765
775
|
configurable: true
|
|
@@ -769,10 +779,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
769
779
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
770
780
|
*/
|
|
771
781
|
get: function () {
|
|
772
|
-
return this.i.
|
|
782
|
+
return this.i.ky;
|
|
773
783
|
},
|
|
774
784
|
set: function (v) {
|
|
775
|
-
this.i.
|
|
785
|
+
this.i.ky = v;
|
|
776
786
|
},
|
|
777
787
|
enumerable: false,
|
|
778
788
|
configurable: true
|
|
@@ -782,10 +792,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
782
792
|
* If set, this text will be used when rendering the cell value.
|
|
783
793
|
*/
|
|
784
794
|
get: function () {
|
|
785
|
-
return this.i.
|
|
795
|
+
return this.i.lu;
|
|
786
796
|
},
|
|
787
797
|
set: function (v) {
|
|
788
|
-
this.i.
|
|
798
|
+
this.i.lu = v;
|
|
789
799
|
},
|
|
790
800
|
enumerable: false,
|
|
791
801
|
configurable: true
|
|
@@ -795,10 +805,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
795
805
|
* Gets or sets the color of the text for the cell, if any.
|
|
796
806
|
*/
|
|
797
807
|
get: function () {
|
|
798
|
-
return brushToString(this.i.
|
|
808
|
+
return brushToString(this.i.ny);
|
|
799
809
|
},
|
|
800
810
|
set: function (v) {
|
|
801
|
-
this.i.
|
|
811
|
+
this.i.ny = stringToBrush(v);
|
|
802
812
|
},
|
|
803
813
|
enumerable: false,
|
|
804
814
|
configurable: true
|
|
@@ -808,10 +818,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
808
818
|
* Gets the actual color of the text for the cell, if any.
|
|
809
819
|
*/
|
|
810
820
|
get: function () {
|
|
811
|
-
return brushToString(this.i.
|
|
821
|
+
return brushToString(this.i.nf);
|
|
812
822
|
},
|
|
813
823
|
set: function (v) {
|
|
814
|
-
this.i.
|
|
824
|
+
this.i.nf = stringToBrush(v);
|
|
815
825
|
},
|
|
816
826
|
enumerable: false,
|
|
817
827
|
configurable: true
|
|
@@ -821,10 +831,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
821
831
|
* Gets or sets the text color for cells in deleted rows.
|
|
822
832
|
*/
|
|
823
833
|
get: function () {
|
|
824
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.nk);
|
|
825
835
|
},
|
|
826
836
|
set: function (v) {
|
|
827
|
-
this.i.
|
|
837
|
+
this.i.nk = stringToBrush(v);
|
|
828
838
|
},
|
|
829
839
|
enumerable: false,
|
|
830
840
|
configurable: true
|
|
@@ -864,10 +874,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
864
874
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
865
875
|
*/
|
|
866
876
|
get: function () {
|
|
867
|
-
return this.i.
|
|
877
|
+
return this.i.ll;
|
|
868
878
|
},
|
|
869
879
|
set: function (v) {
|
|
870
|
-
this.i.
|
|
880
|
+
this.i.ll = v;
|
|
871
881
|
},
|
|
872
882
|
enumerable: false,
|
|
873
883
|
configurable: true
|
|
@@ -877,10 +887,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
877
887
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
878
888
|
*/
|
|
879
889
|
get: function () {
|
|
880
|
-
return brushToString(this.i.
|
|
890
|
+
return brushToString(this.i.nx);
|
|
881
891
|
},
|
|
882
892
|
set: function (v) {
|
|
883
|
-
this.i.
|
|
893
|
+
this.i.nx = stringToBrush(v);
|
|
884
894
|
},
|
|
885
895
|
enumerable: false,
|
|
886
896
|
configurable: true
|
|
@@ -905,10 +915,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
905
915
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
906
916
|
*/
|
|
907
917
|
get: function () {
|
|
908
|
-
return this.i.
|
|
918
|
+
return this.i.ld;
|
|
909
919
|
},
|
|
910
920
|
set: function (v) {
|
|
911
|
-
this.i.
|
|
921
|
+
this.i.ld = v;
|
|
912
922
|
},
|
|
913
923
|
enumerable: false,
|
|
914
924
|
configurable: true
|
|
@@ -918,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
918
928
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
919
929
|
*/
|
|
920
930
|
get: function () {
|
|
921
|
-
return this.i.
|
|
931
|
+
return this.i.la;
|
|
922
932
|
},
|
|
923
933
|
set: function (v) {
|
|
924
|
-
this.i.
|
|
934
|
+
this.i.la = v;
|
|
925
935
|
},
|
|
926
936
|
enumerable: false,
|
|
927
937
|
configurable: true
|
|
@@ -931,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
931
941
|
* Gets or sets the stroke color of the suffix icon.
|
|
932
942
|
*/
|
|
933
943
|
get: function () {
|
|
934
|
-
return brushToString(this.i.
|
|
944
|
+
return brushToString(this.i.nw);
|
|
935
945
|
},
|
|
936
946
|
set: function (v) {
|
|
937
|
-
this.i.
|
|
947
|
+
this.i.nw = stringToBrush(v);
|
|
938
948
|
},
|
|
939
949
|
enumerable: false,
|
|
940
950
|
configurable: true
|
|
@@ -944,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
944
954
|
* Gets or sets the fill color of the suffix icon.
|
|
945
955
|
*/
|
|
946
956
|
get: function () {
|
|
947
|
-
return brushToString(this.i.
|
|
957
|
+
return brushToString(this.i.nv);
|
|
948
958
|
},
|
|
949
959
|
set: function (v) {
|
|
950
|
-
this.i.
|
|
960
|
+
this.i.nv = stringToBrush(v);
|
|
951
961
|
},
|
|
952
962
|
enumerable: false,
|
|
953
963
|
configurable: true
|
|
@@ -1061,10 +1071,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1061
1071
|
* Gets or sets the left padding to use for the content.
|
|
1062
1072
|
*/
|
|
1063
1073
|
get: function () {
|
|
1064
|
-
return this.i.
|
|
1074
|
+
return this.i.g1;
|
|
1065
1075
|
},
|
|
1066
1076
|
set: function (v) {
|
|
1067
|
-
this.i.
|
|
1077
|
+
this.i.g1 = +v;
|
|
1068
1078
|
},
|
|
1069
1079
|
enumerable: false,
|
|
1070
1080
|
configurable: true
|
|
@@ -1074,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1074
1084
|
* Gets or sets the top padding to use for the content.
|
|
1075
1085
|
*/
|
|
1076
1086
|
get: function () {
|
|
1077
|
-
return this.i.
|
|
1087
|
+
return this.i.g5;
|
|
1078
1088
|
},
|
|
1079
1089
|
set: function (v) {
|
|
1080
|
-
this.i.
|
|
1090
|
+
this.i.g5 = +v;
|
|
1081
1091
|
},
|
|
1082
1092
|
enumerable: false,
|
|
1083
1093
|
configurable: true
|
|
@@ -1087,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1087
1097
|
* Gets or sets the right padding to use for the content.
|
|
1088
1098
|
*/
|
|
1089
1099
|
get: function () {
|
|
1090
|
-
return this.i.
|
|
1100
|
+
return this.i.g3;
|
|
1091
1101
|
},
|
|
1092
1102
|
set: function (v) {
|
|
1093
|
-
this.i.
|
|
1103
|
+
this.i.g3 = +v;
|
|
1094
1104
|
},
|
|
1095
1105
|
enumerable: false,
|
|
1096
1106
|
configurable: true
|
|
@@ -1100,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1100
1110
|
* Gets or sets the bottom padding to use for the content.
|
|
1101
1111
|
*/
|
|
1102
1112
|
get: function () {
|
|
1103
|
-
return this.i.
|
|
1113
|
+
return this.i.gz;
|
|
1104
1114
|
},
|
|
1105
1115
|
set: function (v) {
|
|
1106
|
-
this.i.
|
|
1116
|
+
this.i.gz = +v;
|
|
1107
1117
|
},
|
|
1108
1118
|
enumerable: false,
|
|
1109
1119
|
configurable: true
|
|
@@ -1269,10 +1279,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1269
1279
|
* Gets or sets the left error border to use for the content.
|
|
1270
1280
|
*/
|
|
1271
1281
|
get: function () {
|
|
1272
|
-
return this.i.
|
|
1282
|
+
return this.i.fz;
|
|
1273
1283
|
},
|
|
1274
1284
|
set: function (v) {
|
|
1275
|
-
this.i.
|
|
1285
|
+
this.i.fz = +v;
|
|
1276
1286
|
},
|
|
1277
1287
|
enumerable: false,
|
|
1278
1288
|
configurable: true
|
|
@@ -1282,10 +1292,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1282
1292
|
* Gets or sets the top error border to use for the content.
|
|
1283
1293
|
*/
|
|
1284
1294
|
get: function () {
|
|
1285
|
-
return this.i.
|
|
1295
|
+
return this.i.f4;
|
|
1286
1296
|
},
|
|
1287
1297
|
set: function (v) {
|
|
1288
|
-
this.i.
|
|
1298
|
+
this.i.f4 = +v;
|
|
1289
1299
|
},
|
|
1290
1300
|
enumerable: false,
|
|
1291
1301
|
configurable: true
|
|
@@ -1295,10 +1305,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1295
1305
|
* Gets or sets the right error border to use for the content.
|
|
1296
1306
|
*/
|
|
1297
1307
|
get: function () {
|
|
1298
|
-
return this.i.
|
|
1308
|
+
return this.i.f2;
|
|
1299
1309
|
},
|
|
1300
1310
|
set: function (v) {
|
|
1301
|
-
this.i.
|
|
1311
|
+
this.i.f2 = +v;
|
|
1302
1312
|
},
|
|
1303
1313
|
enumerable: false,
|
|
1304
1314
|
configurable: true
|
|
@@ -1308,10 +1318,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1308
1318
|
* Gets or sets the bottom error border to use for the content.
|
|
1309
1319
|
*/
|
|
1310
1320
|
get: function () {
|
|
1311
|
-
return this.i.
|
|
1321
|
+
return this.i.fx;
|
|
1312
1322
|
},
|
|
1313
1323
|
set: function (v) {
|
|
1314
|
-
this.i.
|
|
1324
|
+
this.i.fx = +v;
|
|
1315
1325
|
},
|
|
1316
1326
|
enumerable: false,
|
|
1317
1327
|
configurable: true
|
|
@@ -1466,10 +1476,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1466
1476
|
* Gets or sets the error message for the cell.
|
|
1467
1477
|
*/
|
|
1468
1478
|
get: function () {
|
|
1469
|
-
return this.i.
|
|
1479
|
+
return this.i.jq;
|
|
1470
1480
|
},
|
|
1471
1481
|
set: function (v) {
|
|
1472
|
-
this.i.
|
|
1482
|
+
this.i.jq = v;
|
|
1473
1483
|
},
|
|
1474
1484
|
enumerable: false,
|
|
1475
1485
|
configurable: true
|
|
@@ -1489,10 +1499,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1489
1499
|
});
|
|
1490
1500
|
Object.defineProperty(IgcCellInfo.prototype, "editID", {
|
|
1491
1501
|
get: function () {
|
|
1492
|
-
return this.i.
|
|
1502
|
+
return this.i.fv;
|
|
1493
1503
|
},
|
|
1494
1504
|
set: function (v) {
|
|
1495
|
-
this.i.
|
|
1505
|
+
this.i.fv = +v;
|
|
1496
1506
|
},
|
|
1497
1507
|
enumerable: false,
|
|
1498
1508
|
configurable: true
|
|
@@ -1528,7 +1538,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1528
1538
|
return (iv);
|
|
1529
1539
|
};
|
|
1530
1540
|
IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1531
|
-
this.i.
|
|
1541
|
+
this.i.mo(valueName, value);
|
|
1532
1542
|
};
|
|
1533
1543
|
/**
|
|
1534
1544
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1545,7 +1555,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1545
1555
|
* @param valueName * The name of the value to remove.
|
|
1546
1556
|
*/
|
|
1547
1557
|
IgcCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1548
|
-
this.i.
|
|
1558
|
+
this.i.mk(valueName);
|
|
1549
1559
|
};
|
|
1550
1560
|
/**
|
|
1551
1561
|
* Gets a named value from the cell.
|
|
@@ -1553,7 +1563,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1553
1563
|
* @param valueName * The name of the value to get.
|
|
1554
1564
|
*/
|
|
1555
1565
|
IgcCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1556
|
-
var iv = this.i.
|
|
1566
|
+
var iv = this.i.id(valueName);
|
|
1557
1567
|
return (iv);
|
|
1558
1568
|
};
|
|
1559
1569
|
return IgcCellInfo;
|