igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.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-webcomponents-data-grids.umd.js +7623 -7085
- 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 +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +24 -24
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +5293 -5010
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- 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/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- 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 +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +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 +4 -4
- 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 +52 -52
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +97 -79
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +291 -261
- package/esm2015/lib/igc-data-grid-component.js +20 -0
- 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-definition-base-component.js +12 -12
- 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-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- 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 +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +58 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- 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 +38 -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 +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +24 -24
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +5100 -4765
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- 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/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- 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 +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +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 +4 -4
- 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 +52 -52
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +105 -79
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +303 -261
- package/esm5/lib/igc-data-grid-component.js +28 -0
- 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-definition-base-component.js +12 -12
- 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-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- 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 +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +74 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- 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 +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +7778 -7348
- package/fesm5/igniteui-webcomponents-data-grids.js +7623 -7085
- package/lib/ColumnFilterCondition_combined.d.ts +1341 -1292
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- 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/TemplateHeader.d.ts +1 -1
- 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 +10 -0
- package/lib/igc-data-grid-column-component.d.ts +15 -0
- package/lib/igc-data-grid-component.d.ts +10 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +14 -0
- package/package.json +4 -4
|
@@ -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.ld;
|
|
100
100
|
},
|
|
101
101
|
set: function (v) {
|
|
102
|
-
this.i.
|
|
102
|
+
this.i.ld = v;
|
|
103
103
|
},
|
|
104
104
|
enumerable: false,
|
|
105
105
|
configurable: true
|
|
@@ -314,20 +314,20 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
314
314
|
* Gets the indent level of the cell.
|
|
315
315
|
*/
|
|
316
316
|
get: function () {
|
|
317
|
-
return this.i.
|
|
317
|
+
return this.i.gg;
|
|
318
318
|
},
|
|
319
319
|
set: function (v) {
|
|
320
|
-
this.i.
|
|
320
|
+
this.i.gg = +v;
|
|
321
321
|
},
|
|
322
322
|
enumerable: false,
|
|
323
323
|
configurable: true
|
|
324
324
|
});
|
|
325
325
|
Object.defineProperty(IgcCellInfo.prototype, "rowItem", {
|
|
326
326
|
get: function () {
|
|
327
|
-
return this.i.
|
|
327
|
+
return this.i.ij;
|
|
328
328
|
},
|
|
329
329
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
330
|
+
this.i.ij = v;
|
|
331
331
|
},
|
|
332
332
|
enumerable: false,
|
|
333
333
|
configurable: true
|
|
@@ -363,10 +363,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
363
363
|
* Gets the pixel snapped X position of the cell within the content.
|
|
364
364
|
*/
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.hh;
|
|
367
367
|
},
|
|
368
368
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
369
|
+
this.i.hh = +v;
|
|
370
370
|
},
|
|
371
371
|
enumerable: false,
|
|
372
372
|
configurable: true
|
|
@@ -376,10 +376,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
376
376
|
* Gets the snapped Y position of the cell within the content.
|
|
377
377
|
*/
|
|
378
378
|
get: function () {
|
|
379
|
-
return this.i.
|
|
379
|
+
return this.i.hj;
|
|
380
380
|
},
|
|
381
381
|
set: function (v) {
|
|
382
|
-
this.i.
|
|
382
|
+
this.i.hj = +v;
|
|
383
383
|
},
|
|
384
384
|
enumerable: false,
|
|
385
385
|
configurable: true
|
|
@@ -454,10 +454,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
454
454
|
* Gets the height of the cell.
|
|
455
455
|
*/
|
|
456
456
|
get: function () {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.ga;
|
|
458
458
|
},
|
|
459
459
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
460
|
+
this.i.ga = +v;
|
|
461
461
|
},
|
|
462
462
|
enumerable: false,
|
|
463
463
|
configurable: true
|
|
@@ -467,10 +467,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
467
467
|
* Gets the width of the cell.
|
|
468
468
|
*/
|
|
469
469
|
get: function () {
|
|
470
|
-
return this.i.
|
|
470
|
+
return this.i.h8;
|
|
471
471
|
},
|
|
472
472
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
473
|
+
this.i.h8 = +v;
|
|
474
474
|
},
|
|
475
475
|
enumerable: false,
|
|
476
476
|
configurable: true
|
|
@@ -571,10 +571,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
571
571
|
* Gets or sets the background color of the cell.
|
|
572
572
|
*/
|
|
573
573
|
get: function () {
|
|
574
|
-
return brushToString(this.i.
|
|
574
|
+
return brushToString(this.i.nm);
|
|
575
575
|
},
|
|
576
576
|
set: function (v) {
|
|
577
|
-
this.i.
|
|
577
|
+
this.i.nm = stringToBrush(v);
|
|
578
578
|
},
|
|
579
579
|
enumerable: false,
|
|
580
580
|
configurable: true
|
|
@@ -584,10 +584,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
584
584
|
* Gets or sets the border color of the cell.
|
|
585
585
|
*/
|
|
586
586
|
get: function () {
|
|
587
|
-
return brushToString(this.i.
|
|
587
|
+
return brushToString(this.i.np);
|
|
588
588
|
},
|
|
589
589
|
set: function (v) {
|
|
590
|
-
this.i.
|
|
590
|
+
this.i.np = stringToBrush(v);
|
|
591
591
|
},
|
|
592
592
|
enumerable: false,
|
|
593
593
|
configurable: true
|
|
@@ -597,10 +597,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
597
597
|
* Gets the actual background color of the cell
|
|
598
598
|
*/
|
|
599
599
|
get: function () {
|
|
600
|
-
return brushToString(this.i.
|
|
600
|
+
return brushToString(this.i.nj);
|
|
601
601
|
},
|
|
602
602
|
set: function (v) {
|
|
603
|
-
this.i.
|
|
603
|
+
this.i.nj = stringToBrush(v);
|
|
604
604
|
},
|
|
605
605
|
enumerable: false,
|
|
606
606
|
configurable: true
|
|
@@ -610,10 +610,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
610
610
|
* Gets the actual background color of the cell
|
|
611
611
|
*/
|
|
612
612
|
get: function () {
|
|
613
|
-
return brushToString(this.i.
|
|
613
|
+
return brushToString(this.i.nk);
|
|
614
614
|
},
|
|
615
615
|
set: function (v) {
|
|
616
|
-
this.i.
|
|
616
|
+
this.i.nk = stringToBrush(v);
|
|
617
617
|
},
|
|
618
618
|
enumerable: false,
|
|
619
619
|
configurable: true
|
|
@@ -623,10 +623,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
623
623
|
* Gets the actual background color of the cell
|
|
624
624
|
*/
|
|
625
625
|
get: function () {
|
|
626
|
-
return brushToString(this.i.
|
|
626
|
+
return brushToString(this.i.ni);
|
|
627
627
|
},
|
|
628
628
|
set: function (v) {
|
|
629
|
-
this.i.
|
|
629
|
+
this.i.ni = stringToBrush(v);
|
|
630
630
|
},
|
|
631
631
|
enumerable: false,
|
|
632
632
|
configurable: true
|
|
@@ -636,10 +636,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
636
636
|
* Gets or sets the error border color of the cell.
|
|
637
637
|
*/
|
|
638
638
|
get: function () {
|
|
639
|
-
return brushToString(this.i.
|
|
639
|
+
return brushToString(this.i.nr);
|
|
640
640
|
},
|
|
641
641
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
642
|
+
this.i.nr = stringToBrush(v);
|
|
643
643
|
},
|
|
644
644
|
enumerable: false,
|
|
645
645
|
configurable: true
|
|
@@ -649,10 +649,23 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
649
649
|
* Gets or sets the selected background color of the cell.
|
|
650
650
|
*/
|
|
651
651
|
get: function () {
|
|
652
|
-
return brushToString(this.i.
|
|
652
|
+
return brushToString(this.i.nz);
|
|
653
653
|
},
|
|
654
654
|
set: function (v) {
|
|
655
|
-
this.i.
|
|
655
|
+
this.i.nz = stringToBrush(v);
|
|
656
|
+
},
|
|
657
|
+
enumerable: false,
|
|
658
|
+
configurable: true
|
|
659
|
+
});
|
|
660
|
+
Object.defineProperty(IgcCellInfo.prototype, "selectedTextColor", {
|
|
661
|
+
/**
|
|
662
|
+
* Gets or sets the selected text color of the cell.
|
|
663
|
+
*/
|
|
664
|
+
get: function () {
|
|
665
|
+
return brushToString(this.i.n0);
|
|
666
|
+
},
|
|
667
|
+
set: function (v) {
|
|
668
|
+
this.i.n0 = stringToBrush(v);
|
|
656
669
|
},
|
|
657
670
|
enumerable: false,
|
|
658
671
|
configurable: true
|
|
@@ -662,10 +675,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
662
675
|
* Gets or sets the hover background color of the cell.
|
|
663
676
|
*/
|
|
664
677
|
get: function () {
|
|
665
|
-
return brushToString(this.i.
|
|
678
|
+
return brushToString(this.i.nv);
|
|
666
679
|
},
|
|
667
680
|
set: function (v) {
|
|
668
|
-
this.i.
|
|
681
|
+
this.i.nv = stringToBrush(v);
|
|
669
682
|
},
|
|
670
683
|
enumerable: false,
|
|
671
684
|
configurable: true
|
|
@@ -675,10 +688,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
675
688
|
* Gets or sets the hover text color of the cell.
|
|
676
689
|
*/
|
|
677
690
|
get: function () {
|
|
678
|
-
return brushToString(this.i.
|
|
691
|
+
return brushToString(this.i.nw);
|
|
679
692
|
},
|
|
680
693
|
set: function (v) {
|
|
681
|
-
this.i.
|
|
694
|
+
this.i.nw = stringToBrush(v);
|
|
682
695
|
},
|
|
683
696
|
enumerable: false,
|
|
684
697
|
configurable: true
|
|
@@ -688,10 +701,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
688
701
|
* Gets or sets the color for the sort indicator icon.
|
|
689
702
|
*/
|
|
690
703
|
get: function () {
|
|
691
|
-
return brushToString(this.i.
|
|
704
|
+
return brushToString(this.i.n1);
|
|
692
705
|
},
|
|
693
706
|
set: function (v) {
|
|
694
|
-
this.i.
|
|
707
|
+
this.i.n1 = stringToBrush(v);
|
|
695
708
|
},
|
|
696
709
|
enumerable: false,
|
|
697
710
|
configurable: true
|
|
@@ -701,10 +714,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
701
714
|
* Gets or sets the background color for the cell when it is stuck to the top of the grid as a pinned row.
|
|
702
715
|
*/
|
|
703
716
|
get: function () {
|
|
704
|
-
return brushToString(this.i.
|
|
717
|
+
return brushToString(this.i.n2);
|
|
705
718
|
},
|
|
706
719
|
set: function (v) {
|
|
707
|
-
this.i.
|
|
720
|
+
this.i.n2 = stringToBrush(v);
|
|
708
721
|
},
|
|
709
722
|
enumerable: false,
|
|
710
723
|
configurable: true
|
|
@@ -714,10 +727,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
714
727
|
* Gets or sets the background color for the cell that has been marked as pinned.
|
|
715
728
|
*/
|
|
716
729
|
get: function () {
|
|
717
|
-
return brushToString(this.i.
|
|
730
|
+
return brushToString(this.i.ny);
|
|
718
731
|
},
|
|
719
732
|
set: function (v) {
|
|
720
|
-
this.i.
|
|
733
|
+
this.i.ny = stringToBrush(v);
|
|
721
734
|
},
|
|
722
735
|
enumerable: false,
|
|
723
736
|
configurable: true
|
|
@@ -727,10 +740,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
727
740
|
* Gets or sets the color for the last row in the sticky row area.
|
|
728
741
|
*/
|
|
729
742
|
get: function () {
|
|
730
|
-
return brushToString(this.i.
|
|
743
|
+
return brushToString(this.i.nx);
|
|
731
744
|
},
|
|
732
745
|
set: function (v) {
|
|
733
|
-
this.i.
|
|
746
|
+
this.i.nx = stringToBrush(v);
|
|
734
747
|
},
|
|
735
748
|
enumerable: false,
|
|
736
749
|
configurable: true
|
|
@@ -740,10 +753,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
740
753
|
* Gets or sets the background color for filter row.
|
|
741
754
|
*/
|
|
742
755
|
get: function () {
|
|
743
|
-
return brushToString(this.i.
|
|
756
|
+
return brushToString(this.i.nt);
|
|
744
757
|
},
|
|
745
758
|
set: function (v) {
|
|
746
|
-
this.i.
|
|
759
|
+
this.i.nt = stringToBrush(v);
|
|
747
760
|
},
|
|
748
761
|
enumerable: false,
|
|
749
762
|
configurable: true
|
|
@@ -766,10 +779,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
766
779
|
* Gets or sets the original value for the cell, before processing.
|
|
767
780
|
*/
|
|
768
781
|
get: function () {
|
|
769
|
-
return this.i.
|
|
782
|
+
return this.i.ii;
|
|
770
783
|
},
|
|
771
784
|
set: function (v) {
|
|
772
|
-
this.i.
|
|
785
|
+
this.i.ii = v;
|
|
773
786
|
},
|
|
774
787
|
enumerable: false,
|
|
775
788
|
configurable: true
|
|
@@ -779,10 +792,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
779
792
|
* Gets or sets the text value, if any, which was rendered by a text cell.
|
|
780
793
|
*/
|
|
781
794
|
get: function () {
|
|
782
|
-
return this.i.
|
|
795
|
+
return this.i.k1;
|
|
783
796
|
},
|
|
784
797
|
set: function (v) {
|
|
785
|
-
this.i.
|
|
798
|
+
this.i.k1 = v;
|
|
786
799
|
},
|
|
787
800
|
enumerable: false,
|
|
788
801
|
configurable: true
|
|
@@ -792,10 +805,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
792
805
|
* If set, this text will be used when rendering the cell value.
|
|
793
806
|
*/
|
|
794
807
|
get: function () {
|
|
795
|
-
return this.i.
|
|
808
|
+
return this.i.ly;
|
|
796
809
|
},
|
|
797
810
|
set: function (v) {
|
|
798
|
-
this.i.
|
|
811
|
+
this.i.ly = v;
|
|
799
812
|
},
|
|
800
813
|
enumerable: false,
|
|
801
814
|
configurable: true
|
|
@@ -805,10 +818,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
805
818
|
* Gets or sets the color of the text for the cell, if any.
|
|
806
819
|
*/
|
|
807
820
|
get: function () {
|
|
808
|
-
return brushToString(this.i.
|
|
821
|
+
return brushToString(this.i.n6);
|
|
809
822
|
},
|
|
810
823
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
824
|
+
this.i.n6 = stringToBrush(v);
|
|
812
825
|
},
|
|
813
826
|
enumerable: false,
|
|
814
827
|
configurable: true
|
|
@@ -818,10 +831,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
818
831
|
* Gets the actual color of the text for the cell, if any.
|
|
819
832
|
*/
|
|
820
833
|
get: function () {
|
|
821
|
-
return brushToString(this.i.
|
|
834
|
+
return brushToString(this.i.nl);
|
|
822
835
|
},
|
|
823
836
|
set: function (v) {
|
|
824
|
-
this.i.
|
|
837
|
+
this.i.nl = stringToBrush(v);
|
|
825
838
|
},
|
|
826
839
|
enumerable: false,
|
|
827
840
|
configurable: true
|
|
@@ -831,10 +844,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
831
844
|
* Gets or sets the text color for cells in deleted rows.
|
|
832
845
|
*/
|
|
833
846
|
get: function () {
|
|
834
|
-
return brushToString(this.i.
|
|
847
|
+
return brushToString(this.i.nq);
|
|
835
848
|
},
|
|
836
849
|
set: function (v) {
|
|
837
|
-
this.i.
|
|
850
|
+
this.i.nq = stringToBrush(v);
|
|
838
851
|
},
|
|
839
852
|
enumerable: false,
|
|
840
853
|
configurable: true
|
|
@@ -874,10 +887,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
874
887
|
* Gets or sets the text to display in the suffix area of the cell.
|
|
875
888
|
*/
|
|
876
889
|
get: function () {
|
|
877
|
-
return this.i.
|
|
890
|
+
return this.i.lp;
|
|
878
891
|
},
|
|
879
892
|
set: function (v) {
|
|
880
|
-
this.i.
|
|
893
|
+
this.i.lp = v;
|
|
881
894
|
},
|
|
882
895
|
enumerable: false,
|
|
883
896
|
configurable: true
|
|
@@ -887,10 +900,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
887
900
|
* Gets or sets the color of the suffix text for the cell, if any.
|
|
888
901
|
*/
|
|
889
902
|
get: function () {
|
|
890
|
-
return brushToString(this.i.
|
|
903
|
+
return brushToString(this.i.n5);
|
|
891
904
|
},
|
|
892
905
|
set: function (v) {
|
|
893
|
-
this.i.
|
|
906
|
+
this.i.n5 = stringToBrush(v);
|
|
894
907
|
},
|
|
895
908
|
enumerable: false,
|
|
896
909
|
configurable: true
|
|
@@ -915,10 +928,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
915
928
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
916
929
|
*/
|
|
917
930
|
get: function () {
|
|
918
|
-
return this.i.
|
|
931
|
+
return this.i.lh;
|
|
919
932
|
},
|
|
920
933
|
set: function (v) {
|
|
921
|
-
this.i.
|
|
934
|
+
this.i.lh = v;
|
|
922
935
|
},
|
|
923
936
|
enumerable: false,
|
|
924
937
|
configurable: true
|
|
@@ -928,10 +941,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
928
941
|
* Gets or sets the icon to display in the suffix area of the cell.
|
|
929
942
|
*/
|
|
930
943
|
get: function () {
|
|
931
|
-
return this.i.
|
|
944
|
+
return this.i.le;
|
|
932
945
|
},
|
|
933
946
|
set: function (v) {
|
|
934
|
-
this.i.
|
|
947
|
+
this.i.le = v;
|
|
935
948
|
},
|
|
936
949
|
enumerable: false,
|
|
937
950
|
configurable: true
|
|
@@ -941,10 +954,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
941
954
|
* Gets or sets the stroke color of the suffix icon.
|
|
942
955
|
*/
|
|
943
956
|
get: function () {
|
|
944
|
-
return brushToString(this.i.
|
|
957
|
+
return brushToString(this.i.n4);
|
|
945
958
|
},
|
|
946
959
|
set: function (v) {
|
|
947
|
-
this.i.
|
|
960
|
+
this.i.n4 = stringToBrush(v);
|
|
948
961
|
},
|
|
949
962
|
enumerable: false,
|
|
950
963
|
configurable: true
|
|
@@ -954,10 +967,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
954
967
|
* Gets or sets the fill color of the suffix icon.
|
|
955
968
|
*/
|
|
956
969
|
get: function () {
|
|
957
|
-
return brushToString(this.i.
|
|
970
|
+
return brushToString(this.i.n3);
|
|
958
971
|
},
|
|
959
972
|
set: function (v) {
|
|
960
|
-
this.i.
|
|
973
|
+
this.i.n3 = stringToBrush(v);
|
|
961
974
|
},
|
|
962
975
|
enumerable: false,
|
|
963
976
|
configurable: true
|
|
@@ -1071,10 +1084,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1071
1084
|
* Gets or sets the left padding to use for the content.
|
|
1072
1085
|
*/
|
|
1073
1086
|
get: function () {
|
|
1074
|
-
return this.i.
|
|
1087
|
+
return this.i.g2;
|
|
1075
1088
|
},
|
|
1076
1089
|
set: function (v) {
|
|
1077
|
-
this.i.
|
|
1090
|
+
this.i.g2 = +v;
|
|
1078
1091
|
},
|
|
1079
1092
|
enumerable: false,
|
|
1080
1093
|
configurable: true
|
|
@@ -1084,10 +1097,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1084
1097
|
* Gets or sets the top padding to use for the content.
|
|
1085
1098
|
*/
|
|
1086
1099
|
get: function () {
|
|
1087
|
-
return this.i.
|
|
1100
|
+
return this.i.g6;
|
|
1088
1101
|
},
|
|
1089
1102
|
set: function (v) {
|
|
1090
|
-
this.i.
|
|
1103
|
+
this.i.g6 = +v;
|
|
1091
1104
|
},
|
|
1092
1105
|
enumerable: false,
|
|
1093
1106
|
configurable: true
|
|
@@ -1097,10 +1110,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1097
1110
|
* Gets or sets the right padding to use for the content.
|
|
1098
1111
|
*/
|
|
1099
1112
|
get: function () {
|
|
1100
|
-
return this.i.
|
|
1113
|
+
return this.i.g4;
|
|
1101
1114
|
},
|
|
1102
1115
|
set: function (v) {
|
|
1103
|
-
this.i.
|
|
1116
|
+
this.i.g4 = +v;
|
|
1104
1117
|
},
|
|
1105
1118
|
enumerable: false,
|
|
1106
1119
|
configurable: true
|
|
@@ -1110,10 +1123,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1110
1123
|
* Gets or sets the bottom padding to use for the content.
|
|
1111
1124
|
*/
|
|
1112
1125
|
get: function () {
|
|
1113
|
-
return this.i.
|
|
1126
|
+
return this.i.g0;
|
|
1114
1127
|
},
|
|
1115
1128
|
set: function (v) {
|
|
1116
|
-
this.i.
|
|
1129
|
+
this.i.g0 = +v;
|
|
1117
1130
|
},
|
|
1118
1131
|
enumerable: false,
|
|
1119
1132
|
configurable: true
|
|
@@ -1417,6 +1430,19 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1417
1430
|
enumerable: false,
|
|
1418
1431
|
configurable: true
|
|
1419
1432
|
});
|
|
1433
|
+
Object.defineProperty(IgcCellInfo.prototype, "expansionIndicatorIconColor", {
|
|
1434
|
+
/**
|
|
1435
|
+
* Gets or sets the color used to render the expansion indicator icon for this cell.
|
|
1436
|
+
*/
|
|
1437
|
+
get: function () {
|
|
1438
|
+
return brushToString(this.i.ns);
|
|
1439
|
+
},
|
|
1440
|
+
set: function (v) {
|
|
1441
|
+
this.i.ns = stringToBrush(v);
|
|
1442
|
+
},
|
|
1443
|
+
enumerable: false,
|
|
1444
|
+
configurable: true
|
|
1445
|
+
});
|
|
1420
1446
|
Object.defineProperty(IgcCellInfo.prototype, "pinned", {
|
|
1421
1447
|
/**
|
|
1422
1448
|
* Gets the fixed column position of this cell.
|
|
@@ -1476,10 +1502,10 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1476
1502
|
* Gets or sets the error message for the cell.
|
|
1477
1503
|
*/
|
|
1478
1504
|
get: function () {
|
|
1479
|
-
return this.i.
|
|
1505
|
+
return this.i.js;
|
|
1480
1506
|
},
|
|
1481
1507
|
set: function (v) {
|
|
1482
|
-
this.i.
|
|
1508
|
+
this.i.js = v;
|
|
1483
1509
|
},
|
|
1484
1510
|
enumerable: false,
|
|
1485
1511
|
configurable: true
|
|
@@ -1538,7 +1564,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1538
1564
|
return (iv);
|
|
1539
1565
|
};
|
|
1540
1566
|
IgcCellInfo.prototype.setNamedValue = function (valueName, value) {
|
|
1541
|
-
this.i.
|
|
1567
|
+
this.i.ms(valueName, value);
|
|
1542
1568
|
};
|
|
1543
1569
|
/**
|
|
1544
1570
|
* Returns if there is a named value stored for the cell.
|
|
@@ -1555,7 +1581,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1555
1581
|
* @param valueName * The name of the value to remove.
|
|
1556
1582
|
*/
|
|
1557
1583
|
IgcCellInfo.prototype.removeNamedValue = function (valueName) {
|
|
1558
|
-
this.i.
|
|
1584
|
+
this.i.mo(valueName);
|
|
1559
1585
|
};
|
|
1560
1586
|
/**
|
|
1561
1587
|
* Gets a named value from the cell.
|
|
@@ -1563,7 +1589,7 @@ var IgcCellInfo = /** @class */ /*@__PURE__*/ (function () {
|
|
|
1563
1589
|
* @param valueName * The name of the value to get.
|
|
1564
1590
|
*/
|
|
1565
1591
|
IgcCellInfo.prototype.getNamedValue = function (valueName) {
|
|
1566
|
-
var iv = this.i.
|
|
1592
|
+
var iv = this.i.ig(valueName);
|
|
1567
1593
|
return (iv);
|
|
1568
1594
|
};
|
|
1569
1595
|
return IgcCellInfo;
|
|
@@ -75,33 +75,33 @@ export var IgcColumnMovingSeparatorComponent = /** @class */ /*@__PURE__*/ (func
|
|
|
75
75
|
* Gets or sets the separator width for this column.
|
|
76
76
|
*/
|
|
77
77
|
get: function () {
|
|
78
|
-
return this.i.
|
|
78
|
+
return this.i.g7;
|
|
79
79
|
},
|
|
80
80
|
set: function (v) {
|
|
81
|
-
this.i.
|
|
82
|
-
this._a("separatorWidth", this.i.
|
|
81
|
+
this.i.g7 = +v;
|
|
82
|
+
this._a("separatorWidth", this.i.g7);
|
|
83
83
|
},
|
|
84
84
|
enumerable: false,
|
|
85
85
|
configurable: true
|
|
86
86
|
});
|
|
87
87
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "actualOpacity", {
|
|
88
88
|
get: function () {
|
|
89
|
-
return this.i.
|
|
89
|
+
return this.i.g4;
|
|
90
90
|
},
|
|
91
91
|
set: function (v) {
|
|
92
|
-
this.i.
|
|
93
|
-
this._a("actualOpacity", this.i.
|
|
92
|
+
this.i.g4 = +v;
|
|
93
|
+
this._a("actualOpacity", this.i.g4);
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(IgcColumnMovingSeparatorComponent.prototype, "opacity", {
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.g5;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("opacity", this.i.
|
|
103
|
+
this.i.g5 = +v;
|
|
104
|
+
this._a("opacity", this.i.g5);
|
|
105
105
|
},
|
|
106
106
|
enumerable: false,
|
|
107
107
|
configurable: true
|
|
@@ -72,22 +72,22 @@ export var IgcColumnResizingSeparatorComponent = /** @class */ /*@__PURE__*/ (fu
|
|
|
72
72
|
};
|
|
73
73
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "actualOpacity", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.i.
|
|
75
|
+
return this.i.g4;
|
|
76
76
|
},
|
|
77
77
|
set: function (v) {
|
|
78
|
-
this.i.
|
|
79
|
-
this._a("actualOpacity", this.i.
|
|
78
|
+
this.i.g4 = +v;
|
|
79
|
+
this._a("actualOpacity", this.i.g4);
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgcColumnResizingSeparatorComponent.prototype, "opacity", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.g5;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("opacity", this.i.
|
|
89
|
+
this.i.g5 = +v;
|
|
90
|
+
this._a("opacity", this.i.g5);
|
|
91
91
|
},
|
|
92
92
|
enumerable: false,
|
|
93
93
|
configurable: true
|
|
@@ -78,10 +78,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
78
78
|
* Gets the actual data source that is being used by the combo. If a collection was provided for the combobox data, an implicit LocalDataSource is created, and this is available via this property.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.r9;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.r9 = v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
91
91
|
* Gets or sets the ComboBox data source.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.sa;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.sa = v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
104
104
|
* Gets or sets the ComboBox text field.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.se;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.se = v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
117
117
|
* Gets or sets the ComboBox value field.
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.sf;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.sf = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,14 +130,14 @@ export var IgcComboBoxColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
130
130
|
* Gets or sets the ComboBox value field.
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.r7;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
136
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
137
137
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
138
138
|
v = v.split(re);
|
|
139
139
|
}
|
|
140
|
-
this.i.
|
|
140
|
+
this.i.r7 = v;
|
|
141
141
|
},
|
|
142
142
|
enumerable: false,
|
|
143
143
|
configurable: true
|