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
|
@@ -79,11 +79,11 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
79
79
|
* Gets or sets the editor type used for editing cells in this column.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return this.i.
|
|
82
|
+
return this.i.r7;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
85
|
+
this.i.r7 = ensureEnum(EditorType_$type, v);
|
|
86
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.r7));
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,10 +93,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
93
93
|
* Gets or sets the ComboBox data source.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return this.i.
|
|
96
|
+
return this.i.r8;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.r8 = v;
|
|
100
100
|
},
|
|
101
101
|
enumerable: false,
|
|
102
102
|
configurable: true
|
|
@@ -106,10 +106,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
106
106
|
* Gets or sets the ComboBox text field.
|
|
107
107
|
*/
|
|
108
108
|
get: function () {
|
|
109
|
-
return this.i.
|
|
109
|
+
return this.i.sa;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.sa = v;
|
|
113
113
|
},
|
|
114
114
|
enumerable: false,
|
|
115
115
|
configurable: true
|
|
@@ -119,10 +119,10 @@ export var IgcTextColumnComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
119
119
|
* Gets or sets the ComboBox value field.
|
|
120
120
|
*/
|
|
121
121
|
get: function () {
|
|
122
|
-
return this.i.
|
|
122
|
+
return this.i.sb;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
125
|
+
this.i.sb = v;
|
|
126
126
|
},
|
|
127
127
|
enumerable: false,
|
|
128
128
|
configurable: true
|
|
@@ -33,20 +33,20 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
33
33
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
34
34
|
*/
|
|
35
35
|
get: function () {
|
|
36
|
-
return this.i.
|
|
36
|
+
return this.i.oq;
|
|
37
37
|
},
|
|
38
38
|
set: function (v) {
|
|
39
|
-
this.i.
|
|
39
|
+
this.i.oq = ensureBool(v);
|
|
40
40
|
},
|
|
41
41
|
enumerable: false,
|
|
42
42
|
configurable: true
|
|
43
43
|
});
|
|
44
44
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "sortIndicatorStyle", {
|
|
45
45
|
get: function () {
|
|
46
|
-
return this.i.
|
|
46
|
+
return this.i.oi;
|
|
47
47
|
},
|
|
48
48
|
set: function (v) {
|
|
49
|
-
this.i.
|
|
49
|
+
this.i.oi = ensureEnum(SortIndicatorStyle_$type, v);
|
|
50
50
|
},
|
|
51
51
|
enumerable: false,
|
|
52
52
|
configurable: true
|
|
@@ -56,10 +56,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
56
56
|
* Gets or sets the alignment of the column options icon within the header cell.
|
|
57
57
|
*/
|
|
58
58
|
get: function () {
|
|
59
|
-
return this.i.
|
|
59
|
+
return this.i.oe;
|
|
60
60
|
},
|
|
61
61
|
set: function (v) {
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.oe = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets the color for the column options icon in the header.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return brushToString(this.i.
|
|
72
|
+
return brushToString(this.i.p9);
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.p9 = stringToBrush(v);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Gets or sets how the column option icon will behave in the header.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.og;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.og = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* Gets or sets the column options theme.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.ok;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.ok = ensureEnum(BaseControlTheme_$type, v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the column options dropdown background color.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.p4);
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.p4 = stringToBrush(v);
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
* Gets or sets the text color for text inside the column options menu.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return brushToString(this.i.
|
|
124
|
+
return brushToString(this.i.qb);
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.qb = stringToBrush(v);
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -134,45 +134,45 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
134
|
* Gets or sets the font settings for text inside the column options menu.
|
|
135
135
|
*/
|
|
136
136
|
get: function () {
|
|
137
|
-
if (this.i.
|
|
137
|
+
if (this.i.oo == null) {
|
|
138
138
|
return null;
|
|
139
139
|
}
|
|
140
|
-
return this.i.
|
|
140
|
+
return this.i.oo.fontString;
|
|
141
141
|
},
|
|
142
142
|
set: function (v) {
|
|
143
143
|
var fi = new FontInfo();
|
|
144
144
|
fi.fontString = v;
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.oo = fi;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
|
|
151
151
|
get: function () {
|
|
152
|
-
return brushToString(this.i.
|
|
152
|
+
return brushToString(this.i.p8);
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.p8 = stringToBrush(v);
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
161
161
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
162
|
+
return brushToString(this.i.qc);
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.qc = stringToBrush(v);
|
|
166
166
|
},
|
|
167
167
|
enumerable: false,
|
|
168
168
|
configurable: true
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
|
|
171
171
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.p7);
|
|
173
173
|
},
|
|
174
174
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
175
|
+
this.i.p7 = stringToBrush(v);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,10 +182,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
182
182
|
* Gets or sets the color of separators inside the column options menu.
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.qa);
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.qa = stringToBrush(v);
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,10 +195,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
195
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.p5);
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
201
|
+
this.i.p5 = stringToBrush(v);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,45 +208,45 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
208
208
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.p6);
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
214
|
+
this.i.p6 = stringToBrush(v);
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
218
218
|
});
|
|
219
219
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextStyle", {
|
|
220
220
|
get: function () {
|
|
221
|
-
if (this.i.
|
|
221
|
+
if (this.i.on == null) {
|
|
222
222
|
return null;
|
|
223
223
|
}
|
|
224
|
-
return this.i.
|
|
224
|
+
return this.i.on.fontString;
|
|
225
225
|
},
|
|
226
226
|
set: function (v) {
|
|
227
227
|
var fi = new FontInfo();
|
|
228
228
|
fi.fontString = v;
|
|
229
|
-
this.i.
|
|
229
|
+
this.i.on = fi;
|
|
230
230
|
},
|
|
231
231
|
enumerable: false,
|
|
232
232
|
configurable: true
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
235
235
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.p3);
|
|
237
237
|
},
|
|
238
238
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
239
|
+
this.i.p3 = stringToBrush(v);
|
|
240
240
|
},
|
|
241
241
|
enumerable: false,
|
|
242
242
|
configurable: true
|
|
243
243
|
});
|
|
244
244
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsRowHeight", {
|
|
245
245
|
get: function () {
|
|
246
|
-
return this.i.
|
|
246
|
+
return this.i.o2;
|
|
247
247
|
},
|
|
248
248
|
set: function (v) {
|
|
249
|
-
this.i.
|
|
249
|
+
this.i.o2 = +v;
|
|
250
250
|
},
|
|
251
251
|
enumerable: false,
|
|
252
252
|
configurable: true
|