igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- 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-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -65,11 +65,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
65
65
|
* Gets or sets the background color for summary cells when selected.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return brushToString(this.i.
|
|
68
|
+
return brushToString(this.i.hw);
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
72
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
71
|
+
this.i.hw = stringToBrush(v);
|
|
72
|
+
this._a("selectedBackground", brushToString(this.i.hw));
|
|
73
73
|
},
|
|
74
74
|
enumerable: false,
|
|
75
75
|
configurable: true
|
|
@@ -79,11 +79,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
79
79
|
* Gets the actual background color for summary cells when selected.
|
|
80
80
|
*/
|
|
81
81
|
get: function () {
|
|
82
|
-
return brushToString(this.i.
|
|
82
|
+
return brushToString(this.i.ht);
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
85
|
+
this.i.ht = stringToBrush(v);
|
|
86
|
+
this._a("actualSelectedBackground", brushToString(this.i.ht));
|
|
87
87
|
},
|
|
88
88
|
enumerable: false,
|
|
89
89
|
configurable: true
|
|
@@ -93,11 +93,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
93
93
|
* Gets or sets the text color for the summary labels.
|
|
94
94
|
*/
|
|
95
95
|
get: function () {
|
|
96
|
-
return brushToString(this.i.
|
|
96
|
+
return brushToString(this.i.hx);
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
100
|
-
this._a("summaryLabelTextColor", brushToString(this.i.
|
|
99
|
+
this.i.hx = stringToBrush(v);
|
|
100
|
+
this._a("summaryLabelTextColor", brushToString(this.i.hx));
|
|
101
101
|
},
|
|
102
102
|
enumerable: false,
|
|
103
103
|
configurable: true
|
|
@@ -107,11 +107,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
107
107
|
* Gets the actual text color for the summary labels.
|
|
108
108
|
*/
|
|
109
109
|
get: function () {
|
|
110
|
-
return brushToString(this.i.
|
|
110
|
+
return brushToString(this.i.hu);
|
|
111
111
|
},
|
|
112
112
|
set: function (v) {
|
|
113
|
-
this.i.
|
|
114
|
-
this._a("actualSummaryLabelTextColor", brushToString(this.i.
|
|
113
|
+
this.i.hu = stringToBrush(v);
|
|
114
|
+
this._a("actualSummaryLabelTextColor", brushToString(this.i.hu));
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -140,11 +140,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
140
140
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
141
141
|
*/
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.i.
|
|
143
|
+
return this.i.g9;
|
|
144
144
|
},
|
|
145
145
|
set: function (v) {
|
|
146
|
-
this.i.
|
|
147
|
-
this._a("paddingLeft", this.i.
|
|
146
|
+
this.i.g9 = +v;
|
|
147
|
+
this._a("paddingLeft", this.i.g9);
|
|
148
148
|
},
|
|
149
149
|
enumerable: false,
|
|
150
150
|
configurable: true
|
|
@@ -154,11 +154,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
154
154
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
155
155
|
*/
|
|
156
156
|
get: function () {
|
|
157
|
-
return this.i.
|
|
157
|
+
return this.i.hb;
|
|
158
158
|
},
|
|
159
159
|
set: function (v) {
|
|
160
|
-
this.i.
|
|
161
|
-
this._a("paddingTop", this.i.
|
|
160
|
+
this.i.hb = +v;
|
|
161
|
+
this._a("paddingTop", this.i.hb);
|
|
162
162
|
},
|
|
163
163
|
enumerable: false,
|
|
164
164
|
configurable: true
|
|
@@ -168,11 +168,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
168
168
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
169
169
|
*/
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.i.
|
|
171
|
+
return this.i.ha;
|
|
172
172
|
},
|
|
173
173
|
set: function (v) {
|
|
174
|
-
this.i.
|
|
175
|
-
this._a("paddingRight", this.i.
|
|
174
|
+
this.i.ha = +v;
|
|
175
|
+
this._a("paddingRight", this.i.ha);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,11 +182,11 @@ export var IgcSummaryRowComponent = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
182
182
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return this.i.
|
|
185
|
+
return this.i.g8;
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
189
|
-
this._a("paddingBottom", this.i.
|
|
188
|
+
this.i.g8 = +v;
|
|
189
|
+
this._a("paddingBottom", this.i.g8);
|
|
190
190
|
},
|
|
191
191
|
enumerable: false,
|
|
192
192
|
configurable: true
|
|
@@ -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.o9;
|
|
83
83
|
},
|
|
84
84
|
set: function (v) {
|
|
85
|
-
this.i.
|
|
86
|
-
this._a("editorType", enumToString(EditorType_$type, this.i.
|
|
85
|
+
this.i.o9 = ensureEnum(EditorType_$type, v);
|
|
86
|
+
this._a("editorType", enumToString(EditorType_$type, this.i.o9));
|
|
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.pa;
|
|
97
97
|
},
|
|
98
98
|
set: function (v) {
|
|
99
|
-
this.i.
|
|
99
|
+
this.i.pa = 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.pc;
|
|
110
110
|
},
|
|
111
111
|
set: function (v) {
|
|
112
|
-
this.i.
|
|
112
|
+
this.i.pc = 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.pd;
|
|
123
123
|
},
|
|
124
124
|
set: function (v) {
|
|
125
|
-
this.i.
|
|
125
|
+
this.i.pd = v;
|
|
126
126
|
},
|
|
127
127
|
enumerable: false,
|
|
128
128
|
configurable: true
|
|
@@ -2,7 +2,6 @@ import { __extends } from "tslib";
|
|
|
2
2
|
import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
|
|
3
3
|
import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
|
|
4
4
|
import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
|
|
5
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
6
5
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
7
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
8
7
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
@@ -32,10 +31,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
32
31
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
33
32
|
*/
|
|
34
33
|
get: function () {
|
|
35
|
-
return this.i.
|
|
34
|
+
return this.i.ob;
|
|
36
35
|
},
|
|
37
36
|
set: function (v) {
|
|
38
|
-
this.i.
|
|
37
|
+
this.i.ob = ensureBool(v);
|
|
39
38
|
},
|
|
40
39
|
enumerable: false,
|
|
41
40
|
configurable: true
|
|
@@ -68,10 +67,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
68
67
|
* Gets or sets the color for the column options icon in the header.
|
|
69
68
|
*/
|
|
70
69
|
get: function () {
|
|
71
|
-
return brushToString(this.i.
|
|
70
|
+
return brushToString(this.i.on);
|
|
72
71
|
},
|
|
73
72
|
set: function (v) {
|
|
74
|
-
this.i.
|
|
73
|
+
this.i.on = stringToBrush(v);
|
|
75
74
|
},
|
|
76
75
|
enumerable: false,
|
|
77
76
|
configurable: true
|
|
@@ -89,94 +88,6 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
89
88
|
enumerable: false,
|
|
90
89
|
configurable: true
|
|
91
90
|
});
|
|
92
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTheme", {
|
|
93
|
-
/**
|
|
94
|
-
* Gets or sets the column options theme.
|
|
95
|
-
*/
|
|
96
|
-
get: function () {
|
|
97
|
-
return this.i.ob;
|
|
98
|
-
},
|
|
99
|
-
set: function (v) {
|
|
100
|
-
this.i.ob = ensureEnum(BaseControlTheme_$type, v);
|
|
101
|
-
},
|
|
102
|
-
enumerable: false,
|
|
103
|
-
configurable: true
|
|
104
|
-
});
|
|
105
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsBackground", {
|
|
106
|
-
/**
|
|
107
|
-
* Gets or sets the column options dropdown background color.
|
|
108
|
-
*/
|
|
109
|
-
get: function () {
|
|
110
|
-
return brushToString(this.i.pa);
|
|
111
|
-
},
|
|
112
|
-
set: function (v) {
|
|
113
|
-
this.i.pa = stringToBrush(v);
|
|
114
|
-
},
|
|
115
|
-
enumerable: false,
|
|
116
|
-
configurable: true
|
|
117
|
-
});
|
|
118
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsTextColor", {
|
|
119
|
-
/**
|
|
120
|
-
* Gets or sets the text color for text inside the column options menu.
|
|
121
|
-
*/
|
|
122
|
-
get: function () {
|
|
123
|
-
return brushToString(this.i.pf);
|
|
124
|
-
},
|
|
125
|
-
set: function (v) {
|
|
126
|
-
this.i.pf = stringToBrush(v);
|
|
127
|
-
},
|
|
128
|
-
enumerable: false,
|
|
129
|
-
configurable: true
|
|
130
|
-
});
|
|
131
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsSeparatorColor", {
|
|
132
|
-
/**
|
|
133
|
-
* Gets or sets the color of separators inside the column options menu.
|
|
134
|
-
*/
|
|
135
|
-
get: function () {
|
|
136
|
-
return brushToString(this.i.pe);
|
|
137
|
-
},
|
|
138
|
-
set: function (v) {
|
|
139
|
-
this.i.pe = stringToBrush(v);
|
|
140
|
-
},
|
|
141
|
-
enumerable: false,
|
|
142
|
-
configurable: true
|
|
143
|
-
});
|
|
144
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderBackground", {
|
|
145
|
-
/**
|
|
146
|
-
* Gets or sets the background color for group headers inside the column options menu.
|
|
147
|
-
*/
|
|
148
|
-
get: function () {
|
|
149
|
-
return brushToString(this.i.pb);
|
|
150
|
-
},
|
|
151
|
-
set: function (v) {
|
|
152
|
-
this.i.pb = stringToBrush(v);
|
|
153
|
-
},
|
|
154
|
-
enumerable: false,
|
|
155
|
-
configurable: true
|
|
156
|
-
});
|
|
157
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
158
|
-
/**
|
|
159
|
-
* Gets or sets the text color for group headers inside the column options menu.
|
|
160
|
-
*/
|
|
161
|
-
get: function () {
|
|
162
|
-
return brushToString(this.i.pc);
|
|
163
|
-
},
|
|
164
|
-
set: function (v) {
|
|
165
|
-
this.i.pc = stringToBrush(v);
|
|
166
|
-
},
|
|
167
|
-
enumerable: false,
|
|
168
|
-
configurable: true
|
|
169
|
-
});
|
|
170
|
-
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
171
|
-
get: function () {
|
|
172
|
-
return brushToString(this.i.o9);
|
|
173
|
-
},
|
|
174
|
-
set: function (v) {
|
|
175
|
-
this.i.o9 = stringToBrush(v);
|
|
176
|
-
},
|
|
177
|
-
enumerable: false,
|
|
178
|
-
configurable: true
|
|
179
|
-
});
|
|
180
91
|
return IgcTextHeaderCellInfo;
|
|
181
92
|
}(IgcTextCellInfo));
|
|
182
93
|
export { IgcTextHeaderCellInfo };
|
package/esm5/public_api.js
CHANGED
|
@@ -345,7 +345,6 @@ export * from './lib/GridColumnSpacer';
|
|
|
345
345
|
export * from './lib/GridColumnSpacerCollection';
|
|
346
346
|
export * from './lib/GridEffectGroup';
|
|
347
347
|
export * from './lib/GridStyleRepository';
|
|
348
|
-
export * from './lib/GridStyleRepositoryKeys';
|
|
349
348
|
export * from './lib/HoverManager';
|
|
350
349
|
export * from './lib/IColumnGrouping';
|
|
351
350
|
export * from './lib/IDataGridComponent';
|