igniteui-webcomponents-data-grids 6.3.1 → 7.0.1-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 +9505 -8241
- 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 +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- 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 +65 -63
- 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 +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- 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 +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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 +65 -4
- package/esm2015/public_api.js +1 -0
- 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 +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- 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 +64 -62
- 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 +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- 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 +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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 +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- 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 +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -94,11 +94,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
94
94
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
95
95
|
*/
|
|
96
96
|
get: function () {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.k7;
|
|
98
98
|
},
|
|
99
99
|
set: function (v) {
|
|
100
|
-
this.i.
|
|
101
|
-
this._a("paddingLeft", this.i.
|
|
100
|
+
this.i.k7 = +v;
|
|
101
|
+
this._a("paddingLeft", this.i.k7);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -108,11 +108,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
108
108
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return this.i.
|
|
111
|
+
return this.i.k9;
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
115
|
-
this._a("paddingTop", this.i.
|
|
114
|
+
this.i.k9 = +v;
|
|
115
|
+
this._a("paddingTop", this.i.k9);
|
|
116
116
|
},
|
|
117
117
|
enumerable: false,
|
|
118
118
|
configurable: true
|
|
@@ -122,11 +122,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
122
122
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
123
123
|
*/
|
|
124
124
|
get: function () {
|
|
125
|
-
return this.i.
|
|
125
|
+
return this.i.k8;
|
|
126
126
|
},
|
|
127
127
|
set: function (v) {
|
|
128
|
-
this.i.
|
|
129
|
-
this._a("paddingRight", this.i.
|
|
128
|
+
this.i.k8 = +v;
|
|
129
|
+
this._a("paddingRight", this.i.k8);
|
|
130
130
|
},
|
|
131
131
|
enumerable: false,
|
|
132
132
|
configurable: true
|
|
@@ -136,11 +136,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
136
136
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
137
137
|
*/
|
|
138
138
|
get: function () {
|
|
139
|
-
return this.i.
|
|
139
|
+
return this.i.k6;
|
|
140
140
|
},
|
|
141
141
|
set: function (v) {
|
|
142
|
-
this.i.
|
|
143
|
-
this._a("paddingBottom", this.i.
|
|
142
|
+
this.i.k6 = +v;
|
|
143
|
+
this._a("paddingBottom", this.i.k6);
|
|
144
144
|
},
|
|
145
145
|
enumerable: false,
|
|
146
146
|
configurable: true
|
|
@@ -150,10 +150,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
150
150
|
* Gets or sets an unique name of the Column
|
|
151
151
|
*/
|
|
152
152
|
get: function () {
|
|
153
|
-
return this.i.
|
|
153
|
+
return this.i.ni;
|
|
154
154
|
},
|
|
155
155
|
set: function (v) {
|
|
156
|
-
this.i.
|
|
156
|
+
this.i.ni = v;
|
|
157
157
|
},
|
|
158
158
|
enumerable: false,
|
|
159
159
|
configurable: true
|
|
@@ -163,10 +163,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
163
163
|
* Gets or sets the key used for the column binding
|
|
164
164
|
*/
|
|
165
165
|
get: function () {
|
|
166
|
-
return this.i.
|
|
166
|
+
return this.i.mr;
|
|
167
167
|
},
|
|
168
168
|
set: function (v) {
|
|
169
|
-
this.i.
|
|
169
|
+
this.i.mr = v;
|
|
170
170
|
},
|
|
171
171
|
enumerable: false,
|
|
172
172
|
configurable: true
|
|
@@ -176,10 +176,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
176
176
|
* Gets or sets the text displayed in the header of the column
|
|
177
177
|
*/
|
|
178
178
|
get: function () {
|
|
179
|
-
return this.i.
|
|
179
|
+
return this.i.my;
|
|
180
180
|
},
|
|
181
181
|
set: function (v) {
|
|
182
|
-
this.i.
|
|
182
|
+
this.i.my = v;
|
|
183
183
|
},
|
|
184
184
|
enumerable: false,
|
|
185
185
|
configurable: true
|
|
@@ -189,10 +189,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
189
189
|
* Gets the actual text displayed in the header of the column
|
|
190
190
|
*/
|
|
191
191
|
get: function () {
|
|
192
|
-
return this.i.
|
|
192
|
+
return this.i.l0;
|
|
193
193
|
},
|
|
194
194
|
set: function (v) {
|
|
195
|
-
this.i.
|
|
195
|
+
this.i.l0 = v;
|
|
196
196
|
},
|
|
197
197
|
enumerable: false,
|
|
198
198
|
configurable: true
|
|
@@ -202,11 +202,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
202
202
|
* Gets or sets the background color to use for the cells when they are selected
|
|
203
203
|
*/
|
|
204
204
|
get: function () {
|
|
205
|
-
return brushToString(this.i.
|
|
205
|
+
return brushToString(this.i.qm);
|
|
206
206
|
},
|
|
207
207
|
set: function (v) {
|
|
208
|
-
this.i.
|
|
209
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
208
|
+
this.i.qm = stringToBrush(v);
|
|
209
|
+
this._a("selectedBackground", brushToString(this.i.qm));
|
|
210
210
|
},
|
|
211
211
|
enumerable: false,
|
|
212
212
|
configurable: true
|
|
@@ -216,11 +216,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
216
216
|
* Gets the actual background color that is used for the cells when they are selected
|
|
217
217
|
*/
|
|
218
218
|
get: function () {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.p9);
|
|
220
220
|
},
|
|
221
221
|
set: function (v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
222
|
+
this.i.p9 = stringToBrush(v);
|
|
223
|
+
this._a("actualSelectedBackground", brushToString(this.i.p9));
|
|
224
224
|
},
|
|
225
225
|
enumerable: false,
|
|
226
226
|
configurable: true
|
|
@@ -230,11 +230,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
230
230
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
231
231
|
*/
|
|
232
232
|
get: function () {
|
|
233
|
-
return brushToString(this.i.
|
|
233
|
+
return brushToString(this.i.qk);
|
|
234
234
|
},
|
|
235
235
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
237
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
236
|
+
this.i.qk = stringToBrush(v);
|
|
237
|
+
this._a("rowHoverBackground", brushToString(this.i.qk));
|
|
238
238
|
},
|
|
239
239
|
enumerable: false,
|
|
240
240
|
configurable: true
|
|
@@ -244,11 +244,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
244
244
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
245
245
|
*/
|
|
246
246
|
get: function () {
|
|
247
|
-
return brushToString(this.i.
|
|
247
|
+
return brushToString(this.i.p7);
|
|
248
248
|
},
|
|
249
249
|
set: function (v) {
|
|
250
|
-
this.i.
|
|
251
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
250
|
+
this.i.p7 = stringToBrush(v);
|
|
251
|
+
this._a("actualHoverBackground", brushToString(this.i.p7));
|
|
252
252
|
},
|
|
253
253
|
enumerable: false,
|
|
254
254
|
configurable: true
|
|
@@ -258,11 +258,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
258
258
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
259
259
|
*/
|
|
260
260
|
get: function () {
|
|
261
|
-
return brushToString(this.i.
|
|
261
|
+
return brushToString(this.i.ql);
|
|
262
262
|
},
|
|
263
263
|
set: function (v) {
|
|
264
|
-
this.i.
|
|
265
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
264
|
+
this.i.ql = stringToBrush(v);
|
|
265
|
+
this._a("rowHoverTextColor", brushToString(this.i.ql));
|
|
266
266
|
},
|
|
267
267
|
enumerable: false,
|
|
268
268
|
configurable: true
|
|
@@ -272,11 +272,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
272
272
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
273
273
|
*/
|
|
274
274
|
get: function () {
|
|
275
|
-
return brushToString(this.i.
|
|
275
|
+
return brushToString(this.i.p8);
|
|
276
276
|
},
|
|
277
277
|
set: function (v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
278
|
+
this.i.p8 = stringToBrush(v);
|
|
279
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.p8));
|
|
280
280
|
},
|
|
281
281
|
enumerable: false,
|
|
282
282
|
configurable: true
|
|
@@ -286,7 +286,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
286
286
|
* Gets or sets the animation settings to use for this column.
|
|
287
287
|
*/
|
|
288
288
|
get: function () {
|
|
289
|
-
var r = this.i.
|
|
289
|
+
var r = this.i.ic;
|
|
290
290
|
if (r == null) {
|
|
291
291
|
return null;
|
|
292
292
|
}
|
|
@@ -305,7 +305,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
305
305
|
return r.externalObject;
|
|
306
306
|
},
|
|
307
307
|
set: function (v) {
|
|
308
|
-
v == null ? this.i.
|
|
308
|
+
v == null ? this.i.ic = null : this.i.ic = v.i;
|
|
309
309
|
},
|
|
310
310
|
enumerable: false,
|
|
311
311
|
configurable: true
|
|
@@ -350,11 +350,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
350
350
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
351
351
|
*/
|
|
352
352
|
get: function () {
|
|
353
|
-
return this.i.
|
|
353
|
+
return this.i.ki;
|
|
354
354
|
},
|
|
355
355
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
357
|
-
this._a("minWidth", this.i.
|
|
356
|
+
this.i.ki = +v;
|
|
357
|
+
this._a("minWidth", this.i.ki);
|
|
358
358
|
},
|
|
359
359
|
enumerable: false,
|
|
360
360
|
configurable: true
|
|
@@ -364,11 +364,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
364
364
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
365
365
|
*/
|
|
366
366
|
get: function () {
|
|
367
|
-
return this.i.
|
|
367
|
+
return this.i.j0;
|
|
368
368
|
},
|
|
369
369
|
set: function (v) {
|
|
370
|
-
this.i.
|
|
371
|
-
this._a("isFromMarkup", this.i.
|
|
370
|
+
this.i.j0 = ensureBool(v);
|
|
371
|
+
this._a("isFromMarkup", this.i.j0);
|
|
372
372
|
},
|
|
373
373
|
enumerable: false,
|
|
374
374
|
configurable: true
|
|
@@ -378,11 +378,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
378
378
|
* Gets whether this column was auto generated.
|
|
379
379
|
*/
|
|
380
380
|
get: function () {
|
|
381
|
-
return this.i.
|
|
381
|
+
return this.i.ju;
|
|
382
382
|
},
|
|
383
383
|
set: function (v) {
|
|
384
|
-
this.i.
|
|
385
|
-
this._a("isAutoGenerated", this.i.
|
|
384
|
+
this.i.ju = ensureBool(v);
|
|
385
|
+
this._a("isAutoGenerated", this.i.ju);
|
|
386
386
|
},
|
|
387
387
|
enumerable: false,
|
|
388
388
|
configurable: true
|
|
@@ -392,10 +392,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
392
392
|
* Gets or sets a filter to apply on the values of this column
|
|
393
393
|
*/
|
|
394
394
|
get: function () {
|
|
395
|
-
return this.i.
|
|
395
|
+
return this.i.g4;
|
|
396
396
|
},
|
|
397
397
|
set: function (v) {
|
|
398
|
-
this.i.
|
|
398
|
+
this.i.g4 = v;
|
|
399
399
|
},
|
|
400
400
|
enumerable: false,
|
|
401
401
|
configurable: true
|
|
@@ -405,10 +405,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
405
405
|
* Gets or sets a filter to apply to the values of this column.
|
|
406
406
|
*/
|
|
407
407
|
get: function () {
|
|
408
|
-
return this.i.
|
|
408
|
+
return this.i.g6;
|
|
409
409
|
},
|
|
410
410
|
set: function (v) {
|
|
411
|
-
this.i.
|
|
411
|
+
this.i.g6 = v;
|
|
412
412
|
},
|
|
413
413
|
enumerable: false,
|
|
414
414
|
configurable: true
|
|
@@ -444,11 +444,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
444
444
|
* Gets or sets whether filtering is enabled for this column.
|
|
445
445
|
*/
|
|
446
446
|
get: function () {
|
|
447
|
-
return this.i.
|
|
447
|
+
return this.i.jz;
|
|
448
448
|
},
|
|
449
449
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("isFilteringEnabled", this.i.
|
|
450
|
+
this.i.jz = ensureBool(v);
|
|
451
|
+
this._a("isFilteringEnabled", this.i.jz);
|
|
452
452
|
},
|
|
453
453
|
enumerable: false,
|
|
454
454
|
configurable: true
|
|
@@ -458,11 +458,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
458
458
|
* Gets or sets whether resizing is enabled for this column.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return this.i.
|
|
461
|
+
return this.i.j2;
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
465
|
-
this._a("isResizingEnabled", this.i.
|
|
464
|
+
this.i.j2 = ensureBool(v);
|
|
465
|
+
this._a("isResizingEnabled", this.i.j2);
|
|
466
466
|
},
|
|
467
467
|
enumerable: false,
|
|
468
468
|
configurable: true
|
|
@@ -472,11 +472,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
472
472
|
* Gets or sets whether or not a column is hidden from the grid
|
|
473
473
|
*/
|
|
474
474
|
get: function () {
|
|
475
|
-
return this.i.
|
|
475
|
+
return this.i.j1;
|
|
476
476
|
},
|
|
477
477
|
set: function (v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("isHidden", this.i.
|
|
478
|
+
this.i.j1 = ensureBool(v);
|
|
479
|
+
this._a("isHidden", this.i.j1);
|
|
480
480
|
},
|
|
481
481
|
enumerable: false,
|
|
482
482
|
configurable: true
|
|
@@ -486,11 +486,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
486
486
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
487
487
|
*/
|
|
488
488
|
get: function () {
|
|
489
|
-
return this.i.
|
|
489
|
+
return this.i.j5;
|
|
490
490
|
},
|
|
491
491
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
492
|
+
this.i.j5 = ensureBool(v);
|
|
493
|
+
this._a("shouldRemoveWhenHidden", this.i.j5);
|
|
494
494
|
},
|
|
495
495
|
enumerable: false,
|
|
496
496
|
configurable: true
|
|
@@ -500,11 +500,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
500
500
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
501
501
|
*/
|
|
502
502
|
get: function () {
|
|
503
|
-
return this.i.
|
|
503
|
+
return this.i.hu;
|
|
504
504
|
},
|
|
505
505
|
set: function (v) {
|
|
506
|
-
this.i.
|
|
507
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
506
|
+
this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
|
|
507
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hu));
|
|
508
508
|
},
|
|
509
509
|
enumerable: false,
|
|
510
510
|
configurable: true
|
|
@@ -514,11 +514,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
514
514
|
* Gets or sets the current fixed position for this column.
|
|
515
515
|
*/
|
|
516
516
|
get: function () {
|
|
517
|
-
return this.i.
|
|
517
|
+
return this.i.is;
|
|
518
518
|
},
|
|
519
519
|
set: function (v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
520
|
+
this.i.is = ensureEnum(PinnedPositions_$type, v);
|
|
521
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.is));
|
|
522
522
|
},
|
|
523
523
|
enumerable: false,
|
|
524
524
|
configurable: true
|
|
@@ -528,11 +528,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
528
528
|
* Gets the actual column options icon alignment for this column.
|
|
529
529
|
*/
|
|
530
530
|
get: function () {
|
|
531
|
-
return this.i.
|
|
531
|
+
return this.i.hl;
|
|
532
532
|
},
|
|
533
533
|
set: function (v) {
|
|
534
|
-
this.i.
|
|
535
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
534
|
+
this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
535
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hl));
|
|
536
536
|
},
|
|
537
537
|
enumerable: false,
|
|
538
538
|
configurable: true
|
|
@@ -542,11 +542,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
542
542
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
543
543
|
*/
|
|
544
544
|
get: function () {
|
|
545
|
-
return this.i.
|
|
545
|
+
return this.i.hm;
|
|
546
546
|
},
|
|
547
547
|
set: function (v) {
|
|
548
|
-
this.i.
|
|
549
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
548
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
549
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
|
|
550
550
|
},
|
|
551
551
|
enumerable: false,
|
|
552
552
|
configurable: true
|
|
@@ -556,11 +556,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
556
556
|
* Gets the actual column options icon color for this column.
|
|
557
557
|
*/
|
|
558
558
|
get: function () {
|
|
559
|
-
return brushToString(this.i.
|
|
559
|
+
return brushToString(this.i.p3);
|
|
560
560
|
},
|
|
561
561
|
set: function (v) {
|
|
562
|
-
this.i.
|
|
563
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
562
|
+
this.i.p3 = stringToBrush(v);
|
|
563
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.p3));
|
|
564
564
|
},
|
|
565
565
|
enumerable: false,
|
|
566
566
|
configurable: true
|
|
@@ -570,11 +570,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
570
570
|
* Gets or sets the column options icon color for this column.
|
|
571
571
|
*/
|
|
572
572
|
get: function () {
|
|
573
|
-
return brushToString(this.i.
|
|
573
|
+
return brushToString(this.i.qe);
|
|
574
574
|
},
|
|
575
575
|
set: function (v) {
|
|
576
|
-
this.i.
|
|
577
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
576
|
+
this.i.qe = stringToBrush(v);
|
|
577
|
+
this._a("columnOptionsIconColor", brushToString(this.i.qe));
|
|
578
578
|
},
|
|
579
579
|
enumerable: false,
|
|
580
580
|
configurable: true
|
|
@@ -584,11 +584,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
584
584
|
* Gets or sets how the column option icon will behave in the column header.
|
|
585
585
|
*/
|
|
586
586
|
get: function () {
|
|
587
|
-
return this.i.
|
|
587
|
+
return this.i.hq;
|
|
588
588
|
},
|
|
589
589
|
set: function (v) {
|
|
590
|
-
this.i.
|
|
591
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
590
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
591
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
|
|
592
592
|
},
|
|
593
593
|
enumerable: false,
|
|
594
594
|
configurable: true
|
|
@@ -598,11 +598,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
598
598
|
* Gets or sets how the column option icon will behave in the column header.
|
|
599
599
|
*/
|
|
600
600
|
get: function () {
|
|
601
|
-
return this.i.
|
|
601
|
+
return this.i.hp;
|
|
602
602
|
},
|
|
603
603
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
605
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
604
|
+
this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
605
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hp));
|
|
606
606
|
},
|
|
607
607
|
enumerable: false,
|
|
608
608
|
configurable: true
|
|
@@ -612,11 +612,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
612
612
|
* Gets the actual state of the column options for this column.
|
|
613
613
|
*/
|
|
614
614
|
get: function () {
|
|
615
|
-
return this.i.
|
|
615
|
+
return this.i.jn;
|
|
616
616
|
},
|
|
617
617
|
set: function (v) {
|
|
618
|
-
this.i.
|
|
619
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
618
|
+
this.i.jn = ensureBool(v);
|
|
619
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jn);
|
|
620
620
|
},
|
|
621
621
|
enumerable: false,
|
|
622
622
|
configurable: true
|
|
@@ -627,11 +627,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
627
627
|
* then it will be disabled for the column regardless of what this is set to.
|
|
628
628
|
*/
|
|
629
629
|
get: function () {
|
|
630
|
-
return this.i.
|
|
630
|
+
return this.i.jv;
|
|
631
631
|
},
|
|
632
632
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
634
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
633
|
+
this.i.jv = ensureBool(v);
|
|
634
|
+
this._a("isColumnOptionsEnabled", this.i.jv);
|
|
635
635
|
},
|
|
636
636
|
enumerable: false,
|
|
637
637
|
configurable: true
|
|
@@ -641,11 +641,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
641
641
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
642
642
|
*/
|
|
643
643
|
get: function () {
|
|
644
|
-
return this.i.
|
|
644
|
+
return this.i.jp;
|
|
645
645
|
},
|
|
646
646
|
set: function (v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
647
|
+
this.i.jp = ensureBool(v);
|
|
648
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jp);
|
|
649
649
|
},
|
|
650
650
|
enumerable: false,
|
|
651
651
|
configurable: true
|
|
@@ -655,11 +655,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
655
655
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
656
656
|
*/
|
|
657
657
|
get: function () {
|
|
658
|
-
return this.i.
|
|
658
|
+
return this.i.jx;
|
|
659
659
|
},
|
|
660
660
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
661
|
+
this.i.jx = ensureBool(v);
|
|
662
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jx);
|
|
663
663
|
},
|
|
664
664
|
enumerable: false,
|
|
665
665
|
configurable: true
|
|
@@ -669,11 +669,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
669
669
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
670
670
|
*/
|
|
671
671
|
get: function () {
|
|
672
|
-
return this.i.
|
|
672
|
+
return this.i.jo;
|
|
673
673
|
},
|
|
674
674
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
675
|
+
this.i.jo = ensureBool(v);
|
|
676
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jo);
|
|
677
677
|
},
|
|
678
678
|
enumerable: false,
|
|
679
679
|
configurable: true
|
|
@@ -683,11 +683,173 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
683
683
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
684
684
|
*/
|
|
685
685
|
get: function () {
|
|
686
|
-
return this.i.
|
|
686
|
+
return this.i.jw;
|
|
687
687
|
},
|
|
688
688
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
689
|
+
this.i.jw = ensureBool(v);
|
|
690
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jw);
|
|
691
|
+
},
|
|
692
|
+
enumerable: false,
|
|
693
|
+
configurable: true
|
|
694
|
+
});
|
|
695
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsBackground", {
|
|
696
|
+
/**
|
|
697
|
+
* Gets or sets the column options dropdown background color.
|
|
698
|
+
*/
|
|
699
|
+
get: function () {
|
|
700
|
+
return brushToString(this.i.p0);
|
|
701
|
+
},
|
|
702
|
+
set: function (v) {
|
|
703
|
+
this.i.p0 = stringToBrush(v);
|
|
704
|
+
this._a("actualColumnOptionsBackground", brushToString(this.i.p0));
|
|
705
|
+
},
|
|
706
|
+
enumerable: false,
|
|
707
|
+
configurable: true
|
|
708
|
+
});
|
|
709
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsBackground", {
|
|
710
|
+
/**
|
|
711
|
+
* Gets or sets the column options dropdown background color.
|
|
712
|
+
*/
|
|
713
|
+
get: function () {
|
|
714
|
+
return brushToString(this.i.qb);
|
|
715
|
+
},
|
|
716
|
+
set: function (v) {
|
|
717
|
+
this.i.qb = stringToBrush(v);
|
|
718
|
+
this._a("columnOptionsBackground", brushToString(this.i.qb));
|
|
719
|
+
},
|
|
720
|
+
enumerable: false,
|
|
721
|
+
configurable: true
|
|
722
|
+
});
|
|
723
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsTextColor", {
|
|
724
|
+
/**
|
|
725
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
726
|
+
*/
|
|
727
|
+
get: function () {
|
|
728
|
+
return brushToString(this.i.p5);
|
|
729
|
+
},
|
|
730
|
+
set: function (v) {
|
|
731
|
+
this.i.p5 = stringToBrush(v);
|
|
732
|
+
this._a("actualColumnOptionsTextColor", brushToString(this.i.p5));
|
|
733
|
+
},
|
|
734
|
+
enumerable: false,
|
|
735
|
+
configurable: true
|
|
736
|
+
});
|
|
737
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsTextColor", {
|
|
738
|
+
/**
|
|
739
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
740
|
+
*/
|
|
741
|
+
get: function () {
|
|
742
|
+
return brushToString(this.i.qg);
|
|
743
|
+
},
|
|
744
|
+
set: function (v) {
|
|
745
|
+
this.i.qg = stringToBrush(v);
|
|
746
|
+
this._a("columnOptionsTextColor", brushToString(this.i.qg));
|
|
747
|
+
},
|
|
748
|
+
enumerable: false,
|
|
749
|
+
configurable: true
|
|
750
|
+
});
|
|
751
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsSeparatorColor", {
|
|
752
|
+
/**
|
|
753
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
754
|
+
*/
|
|
755
|
+
get: function () {
|
|
756
|
+
return brushToString(this.i.p4);
|
|
757
|
+
},
|
|
758
|
+
set: function (v) {
|
|
759
|
+
this.i.p4 = stringToBrush(v);
|
|
760
|
+
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.p4));
|
|
761
|
+
},
|
|
762
|
+
enumerable: false,
|
|
763
|
+
configurable: true
|
|
764
|
+
});
|
|
765
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsSeparatorColor", {
|
|
766
|
+
/**
|
|
767
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
768
|
+
*/
|
|
769
|
+
get: function () {
|
|
770
|
+
return brushToString(this.i.qf);
|
|
771
|
+
},
|
|
772
|
+
set: function (v) {
|
|
773
|
+
this.i.qf = stringToBrush(v);
|
|
774
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.qf));
|
|
775
|
+
},
|
|
776
|
+
enumerable: false,
|
|
777
|
+
configurable: true
|
|
778
|
+
});
|
|
779
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderBackground", {
|
|
780
|
+
/**
|
|
781
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
782
|
+
*/
|
|
783
|
+
get: function () {
|
|
784
|
+
return brushToString(this.i.p1);
|
|
785
|
+
},
|
|
786
|
+
set: function (v) {
|
|
787
|
+
this.i.p1 = stringToBrush(v);
|
|
788
|
+
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.p1));
|
|
789
|
+
},
|
|
790
|
+
enumerable: false,
|
|
791
|
+
configurable: true
|
|
792
|
+
});
|
|
793
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
794
|
+
/**
|
|
795
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
796
|
+
*/
|
|
797
|
+
get: function () {
|
|
798
|
+
return brushToString(this.i.qc);
|
|
799
|
+
},
|
|
800
|
+
set: function (v) {
|
|
801
|
+
this.i.qc = stringToBrush(v);
|
|
802
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.qc));
|
|
803
|
+
},
|
|
804
|
+
enumerable: false,
|
|
805
|
+
configurable: true
|
|
806
|
+
});
|
|
807
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderTextColor", {
|
|
808
|
+
/**
|
|
809
|
+
* Gets the actual text color for group headers inside the column options menu.
|
|
810
|
+
*/
|
|
811
|
+
get: function () {
|
|
812
|
+
return brushToString(this.i.p2);
|
|
813
|
+
},
|
|
814
|
+
set: function (v) {
|
|
815
|
+
this.i.p2 = stringToBrush(v);
|
|
816
|
+
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.p2));
|
|
817
|
+
},
|
|
818
|
+
enumerable: false,
|
|
819
|
+
configurable: true
|
|
820
|
+
});
|
|
821
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
822
|
+
/**
|
|
823
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
824
|
+
*/
|
|
825
|
+
get: function () {
|
|
826
|
+
return brushToString(this.i.qd);
|
|
827
|
+
},
|
|
828
|
+
set: function (v) {
|
|
829
|
+
this.i.qd = stringToBrush(v);
|
|
830
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.qd));
|
|
831
|
+
},
|
|
832
|
+
enumerable: false,
|
|
833
|
+
configurable: true
|
|
834
|
+
});
|
|
835
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
|
|
836
|
+
get: function () {
|
|
837
|
+
return brushToString(this.i.pz);
|
|
838
|
+
},
|
|
839
|
+
set: function (v) {
|
|
840
|
+
this.i.pz = stringToBrush(v);
|
|
841
|
+
this._a("actualColumnOptionsAccentColor", brushToString(this.i.pz));
|
|
842
|
+
},
|
|
843
|
+
enumerable: false,
|
|
844
|
+
configurable: true
|
|
845
|
+
});
|
|
846
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
|
|
847
|
+
get: function () {
|
|
848
|
+
return brushToString(this.i.qa);
|
|
849
|
+
},
|
|
850
|
+
set: function (v) {
|
|
851
|
+
this.i.qa = stringToBrush(v);
|
|
852
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.qa));
|
|
691
853
|
},
|
|
692
854
|
enumerable: false,
|
|
693
855
|
configurable: true
|
|
@@ -697,11 +859,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
697
859
|
* Gets or sets if the column is editable.
|
|
698
860
|
*/
|
|
699
861
|
get: function () {
|
|
700
|
-
return this.i.
|
|
862
|
+
return this.i.jy;
|
|
701
863
|
},
|
|
702
864
|
set: function (v) {
|
|
703
|
-
this.i.
|
|
704
|
-
this._a("isEditable", this.i.
|
|
865
|
+
this.i.jy = ensureBool(v);
|
|
866
|
+
this._a("isEditable", this.i.jy);
|
|
705
867
|
},
|
|
706
868
|
enumerable: false,
|
|
707
869
|
configurable: true
|
|
@@ -711,11 +873,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
711
873
|
* Gets or sets the text color used for deleted rows.
|
|
712
874
|
*/
|
|
713
875
|
get: function () {
|
|
714
|
-
return brushToString(this.i.
|
|
876
|
+
return brushToString(this.i.qh);
|
|
715
877
|
},
|
|
716
878
|
set: function (v) {
|
|
717
|
-
this.i.
|
|
718
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
879
|
+
this.i.qh = stringToBrush(v);
|
|
880
|
+
this._a("deletedTextColor", brushToString(this.i.qh));
|
|
719
881
|
},
|
|
720
882
|
enumerable: false,
|
|
721
883
|
configurable: true
|
|
@@ -725,11 +887,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
725
887
|
* Gets the actual text color used for deleted rows.
|
|
726
888
|
*/
|
|
727
889
|
get: function () {
|
|
728
|
-
return brushToString(this.i.
|
|
890
|
+
return brushToString(this.i.p6);
|
|
729
891
|
},
|
|
730
892
|
set: function (v) {
|
|
731
|
-
this.i.
|
|
732
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
893
|
+
this.i.p6 = stringToBrush(v);
|
|
894
|
+
this._a("actualDeletedTextColor", brushToString(this.i.p6));
|
|
733
895
|
},
|
|
734
896
|
enumerable: false,
|
|
735
897
|
configurable: true
|
|
@@ -739,11 +901,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
739
901
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
740
902
|
*/
|
|
741
903
|
get: function () {
|
|
742
|
-
return this.i.
|
|
904
|
+
return this.i.kh;
|
|
743
905
|
},
|
|
744
906
|
set: function (v) {
|
|
745
|
-
this.i.
|
|
746
|
-
this._a("editOpacity", this.i.
|
|
907
|
+
this.i.kh = +v;
|
|
908
|
+
this._a("editOpacity", this.i.kh);
|
|
747
909
|
},
|
|
748
910
|
enumerable: false,
|
|
749
911
|
configurable: true
|
|
@@ -753,11 +915,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
753
915
|
* Gets the actual opacity for unsaved edited cell values.
|
|
754
916
|
*/
|
|
755
917
|
get: function () {
|
|
756
|
-
return this.i.
|
|
918
|
+
return this.i.kg;
|
|
757
919
|
},
|
|
758
920
|
set: function (v) {
|
|
759
|
-
this.i.
|
|
760
|
-
this._a("actualEditOpacity", this.i.
|
|
921
|
+
this.i.kg = +v;
|
|
922
|
+
this._a("actualEditOpacity", this.i.kg);
|
|
761
923
|
},
|
|
762
924
|
enumerable: false,
|
|
763
925
|
configurable: true
|
|
@@ -786,16 +948,16 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
786
948
|
* Gets the actual font style used for unsaved cell edits.
|
|
787
949
|
*/
|
|
788
950
|
get: function () {
|
|
789
|
-
if (this.i.
|
|
951
|
+
if (this.i.i4 == null) {
|
|
790
952
|
return null;
|
|
791
953
|
}
|
|
792
|
-
return this.i.
|
|
954
|
+
return this.i.i4.fontString;
|
|
793
955
|
},
|
|
794
956
|
set: function (v) {
|
|
795
957
|
var fi = new FontInfo();
|
|
796
958
|
fi.fontString = v;
|
|
797
|
-
this.i.
|
|
798
|
-
this._a("actualEditFontInfo", this.i.
|
|
959
|
+
this.i.i4 = fi;
|
|
960
|
+
this._a("actualEditFontInfo", this.i.i4 != null ? this.i.i4.fontString : "");
|
|
799
961
|
},
|
|
800
962
|
enumerable: false,
|
|
801
963
|
configurable: true
|
|
@@ -805,11 +967,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
805
967
|
* Gets or sets if and how cell merging is performed for this field.
|
|
806
968
|
*/
|
|
807
969
|
get: function () {
|
|
808
|
-
return this.i.
|
|
970
|
+
return this.i.io;
|
|
809
971
|
},
|
|
810
972
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
812
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
973
|
+
this.i.io = ensureEnum(MergedCellMode_$type, v);
|
|
974
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.io));
|
|
813
975
|
},
|
|
814
976
|
enumerable: false,
|
|
815
977
|
configurable: true
|
|
@@ -819,11 +981,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
819
981
|
* Gets or sets how cells are evaluated for merging.
|
|
820
982
|
*/
|
|
821
983
|
get: function () {
|
|
822
|
-
return this.i.
|
|
984
|
+
return this.i.ik;
|
|
823
985
|
},
|
|
824
986
|
set: function (v) {
|
|
825
|
-
this.i.
|
|
826
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
987
|
+
this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
988
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ik));
|
|
827
989
|
},
|
|
828
990
|
enumerable: false,
|
|
829
991
|
configurable: true
|
|
@@ -833,11 +995,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
833
995
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
834
996
|
*/
|
|
835
997
|
get: function () {
|
|
836
|
-
return this.i.
|
|
998
|
+
return this.i.hd;
|
|
837
999
|
},
|
|
838
1000
|
set: function (v) {
|
|
839
|
-
this.i.
|
|
840
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
1001
|
+
this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
1002
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hd));
|
|
841
1003
|
},
|
|
842
1004
|
enumerable: false,
|
|
843
1005
|
configurable: true
|
|
@@ -847,11 +1009,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
847
1009
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
848
1010
|
*/
|
|
849
1011
|
get: function () {
|
|
850
|
-
return this.i.
|
|
1012
|
+
return this.i.k0;
|
|
851
1013
|
},
|
|
852
1014
|
set: function (v) {
|
|
853
|
-
this.i.
|
|
854
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
1015
|
+
this.i.k0 = +v;
|
|
1016
|
+
this._a("mergedCellPaddingLeft", this.i.k0);
|
|
855
1017
|
},
|
|
856
1018
|
enumerable: false,
|
|
857
1019
|
configurable: true
|
|
@@ -861,11 +1023,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
861
1023
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
862
1024
|
*/
|
|
863
1025
|
get: function () {
|
|
864
|
-
return this.i.
|
|
1026
|
+
return this.i.k2;
|
|
865
1027
|
},
|
|
866
1028
|
set: function (v) {
|
|
867
|
-
this.i.
|
|
868
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
1029
|
+
this.i.k2 = +v;
|
|
1030
|
+
this._a("mergedCellPaddingTop", this.i.k2);
|
|
869
1031
|
},
|
|
870
1032
|
enumerable: false,
|
|
871
1033
|
configurable: true
|
|
@@ -875,11 +1037,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
875
1037
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
876
1038
|
*/
|
|
877
1039
|
get: function () {
|
|
878
|
-
return this.i.
|
|
1040
|
+
return this.i.k1;
|
|
879
1041
|
},
|
|
880
1042
|
set: function (v) {
|
|
881
|
-
this.i.
|
|
882
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
1043
|
+
this.i.k1 = +v;
|
|
1044
|
+
this._a("mergedCellPaddingRight", this.i.k1);
|
|
883
1045
|
},
|
|
884
1046
|
enumerable: false,
|
|
885
1047
|
configurable: true
|
|
@@ -889,11 +1051,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
889
1051
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
890
1052
|
*/
|
|
891
1053
|
get: function () {
|
|
892
|
-
return this.i.
|
|
1054
|
+
return this.i.kz;
|
|
893
1055
|
},
|
|
894
1056
|
set: function (v) {
|
|
895
|
-
this.i.
|
|
896
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
1057
|
+
this.i.kz = +v;
|
|
1058
|
+
this._a("mergedCellPaddingBottom", this.i.kz);
|
|
897
1059
|
},
|
|
898
1060
|
enumerable: false,
|
|
899
1061
|
configurable: true
|
|
@@ -903,11 +1065,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
903
1065
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
904
1066
|
*/
|
|
905
1067
|
get: function () {
|
|
906
|
-
return this.i.
|
|
1068
|
+
return this.i.h6;
|
|
907
1069
|
},
|
|
908
1070
|
set: function (v) {
|
|
909
|
-
this.i.
|
|
910
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
1071
|
+
this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
|
|
1072
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h6));
|
|
911
1073
|
},
|
|
912
1074
|
enumerable: false,
|
|
913
1075
|
configurable: true
|
|
@@ -919,7 +1081,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
919
1081
|
get: function () {
|
|
920
1082
|
if (this._filterOperands === null) {
|
|
921
1083
|
var coll = new IgcGridFilterOperandsCollection();
|
|
922
|
-
var innerColl = this.i.
|
|
1084
|
+
var innerColl = this.i.ie;
|
|
923
1085
|
if (!innerColl) {
|
|
924
1086
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
925
1087
|
}
|
|
@@ -935,7 +1097,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
935
1097
|
var coll = new IgcGridFilterOperandsCollection();
|
|
936
1098
|
this._filterOperands = coll._fromOuter(v);
|
|
937
1099
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
938
|
-
var innerColl = this.i.
|
|
1100
|
+
var innerColl = this.i.ie;
|
|
939
1101
|
if (!innerColl) {
|
|
940
1102
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
941
1103
|
}
|
|
@@ -951,10 +1113,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
951
1113
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
952
1114
|
*/
|
|
953
1115
|
get: function () {
|
|
954
|
-
return this.i.
|
|
1116
|
+
return this.i.n6;
|
|
955
1117
|
},
|
|
956
1118
|
set: function (v) {
|
|
957
|
-
this.i.
|
|
1119
|
+
this.i.n6 = v;
|
|
958
1120
|
},
|
|
959
1121
|
enumerable: false,
|
|
960
1122
|
configurable: true
|
|
@@ -964,11 +1126,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
964
1126
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
965
1127
|
*/
|
|
966
1128
|
get: function () {
|
|
967
|
-
return brushToString(this.i.
|
|
1129
|
+
return brushToString(this.i.qp);
|
|
968
1130
|
},
|
|
969
1131
|
set: function (v) {
|
|
970
|
-
this.i.
|
|
971
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
1132
|
+
this.i.qp = stringToBrush(v);
|
|
1133
|
+
this._a("suffixTextColor", brushToString(this.i.qp));
|
|
972
1134
|
},
|
|
973
1135
|
enumerable: false,
|
|
974
1136
|
configurable: true
|
|
@@ -997,10 +1159,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
997
1159
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
998
1160
|
*/
|
|
999
1161
|
get: function () {
|
|
1000
|
-
return this.i.
|
|
1162
|
+
return this.i.ny;
|
|
1001
1163
|
},
|
|
1002
1164
|
set: function (v) {
|
|
1003
|
-
this.i.
|
|
1165
|
+
this.i.ny = v;
|
|
1004
1166
|
},
|
|
1005
1167
|
enumerable: false,
|
|
1006
1168
|
configurable: true
|
|
@@ -1010,10 +1172,10 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1010
1172
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
1011
1173
|
*/
|
|
1012
1174
|
get: function () {
|
|
1013
|
-
return this.i.
|
|
1175
|
+
return this.i.nv;
|
|
1014
1176
|
},
|
|
1015
1177
|
set: function (v) {
|
|
1016
|
-
this.i.
|
|
1178
|
+
this.i.nv = v;
|
|
1017
1179
|
},
|
|
1018
1180
|
enumerable: false,
|
|
1019
1181
|
configurable: true
|
|
@@ -1023,11 +1185,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1023
1185
|
* Gets or sets the stroke color of suffix icon.
|
|
1024
1186
|
*/
|
|
1025
1187
|
get: function () {
|
|
1026
|
-
return brushToString(this.i.
|
|
1188
|
+
return brushToString(this.i.qo);
|
|
1027
1189
|
},
|
|
1028
1190
|
set: function (v) {
|
|
1029
|
-
this.i.
|
|
1030
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
1191
|
+
this.i.qo = stringToBrush(v);
|
|
1192
|
+
this._a("suffixIconStroke", brushToString(this.i.qo));
|
|
1031
1193
|
},
|
|
1032
1194
|
enumerable: false,
|
|
1033
1195
|
configurable: true
|
|
@@ -1037,11 +1199,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1037
1199
|
* Gets or sets the fill color of suffix icon.
|
|
1038
1200
|
*/
|
|
1039
1201
|
get: function () {
|
|
1040
|
-
return brushToString(this.i.
|
|
1202
|
+
return brushToString(this.i.qn);
|
|
1041
1203
|
},
|
|
1042
1204
|
set: function (v) {
|
|
1043
|
-
this.i.
|
|
1044
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
1205
|
+
this.i.qn = stringToBrush(v);
|
|
1206
|
+
this._a("suffixIconFill", brushToString(this.i.qn));
|
|
1045
1207
|
},
|
|
1046
1208
|
enumerable: false,
|
|
1047
1209
|
configurable: true
|
|
@@ -1051,11 +1213,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1051
1213
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
1052
1214
|
*/
|
|
1053
1215
|
get: function () {
|
|
1054
|
-
return this.i.
|
|
1216
|
+
return this.i.kk;
|
|
1055
1217
|
},
|
|
1056
1218
|
set: function (v) {
|
|
1057
|
-
this.i.
|
|
1058
|
-
this._a("suffixIconViewBoxLeft", this.i.
|
|
1219
|
+
this.i.kk = +v;
|
|
1220
|
+
this._a("suffixIconViewBoxLeft", this.i.kk);
|
|
1059
1221
|
},
|
|
1060
1222
|
enumerable: false,
|
|
1061
1223
|
configurable: true
|
|
@@ -1065,11 +1227,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1065
1227
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
1066
1228
|
*/
|
|
1067
1229
|
get: function () {
|
|
1068
|
-
return this.i.
|
|
1230
|
+
return this.i.kl;
|
|
1069
1231
|
},
|
|
1070
1232
|
set: function (v) {
|
|
1071
|
-
this.i.
|
|
1072
|
-
this._a("suffixIconViewBoxTop", this.i.
|
|
1233
|
+
this.i.kl = +v;
|
|
1234
|
+
this._a("suffixIconViewBoxTop", this.i.kl);
|
|
1073
1235
|
},
|
|
1074
1236
|
enumerable: false,
|
|
1075
1237
|
configurable: true
|
|
@@ -1079,11 +1241,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1079
1241
|
* Gets or sets the suffix icon's viewbox width.
|
|
1080
1242
|
*/
|
|
1081
1243
|
get: function () {
|
|
1082
|
-
return this.i.
|
|
1244
|
+
return this.i.km;
|
|
1083
1245
|
},
|
|
1084
1246
|
set: function (v) {
|
|
1085
|
-
this.i.
|
|
1086
|
-
this._a("suffixIconViewBoxWidth", this.i.
|
|
1247
|
+
this.i.km = +v;
|
|
1248
|
+
this._a("suffixIconViewBoxWidth", this.i.km);
|
|
1087
1249
|
},
|
|
1088
1250
|
enumerable: false,
|
|
1089
1251
|
configurable: true
|
|
@@ -1093,11 +1255,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1093
1255
|
* Gets or sets the suffix icon's viewbox height.
|
|
1094
1256
|
*/
|
|
1095
1257
|
get: function () {
|
|
1096
|
-
return this.i.
|
|
1258
|
+
return this.i.kj;
|
|
1097
1259
|
},
|
|
1098
1260
|
set: function (v) {
|
|
1099
|
-
this.i.
|
|
1100
|
-
this._a("suffixIconViewBoxHeight", this.i.
|
|
1261
|
+
this.i.kj = +v;
|
|
1262
|
+
this._a("suffixIconViewBoxHeight", this.i.kj);
|
|
1101
1263
|
},
|
|
1102
1264
|
enumerable: false,
|
|
1103
1265
|
configurable: true
|
|
@@ -1107,11 +1269,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1107
1269
|
* Gets or sets the suffix margin.
|
|
1108
1270
|
*/
|
|
1109
1271
|
get: function () {
|
|
1110
|
-
return this.i.
|
|
1272
|
+
return this.i.kn;
|
|
1111
1273
|
},
|
|
1112
1274
|
set: function (v) {
|
|
1113
|
-
this.i.
|
|
1114
|
-
this._a("suffixMargin", this.i.
|
|
1275
|
+
this.i.kn = +v;
|
|
1276
|
+
this._a("suffixMargin", this.i.kn);
|
|
1115
1277
|
},
|
|
1116
1278
|
enumerable: false,
|
|
1117
1279
|
configurable: true
|
|
@@ -1121,11 +1283,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1121
1283
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
1122
1284
|
*/
|
|
1123
1285
|
get: function () {
|
|
1124
|
-
return this.i.
|
|
1286
|
+
return this.i.iu;
|
|
1125
1287
|
},
|
|
1126
1288
|
set: function (v) {
|
|
1127
|
-
this.i.
|
|
1128
|
-
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.
|
|
1289
|
+
this.i.iu = ensureEnum(TextCellDecoration_$type, v);
|
|
1290
|
+
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iu));
|
|
1129
1291
|
},
|
|
1130
1292
|
enumerable: false,
|
|
1131
1293
|
configurable: true
|
|
@@ -1162,18 +1324,18 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1162
1324
|
|
|
1163
1325
|
*/
|
|
1164
1326
|
IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1165
|
-
var iv = this.i.
|
|
1327
|
+
var iv = this.i.mw();
|
|
1166
1328
|
return (iv);
|
|
1167
1329
|
};
|
|
1168
1330
|
IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1169
|
-
this.i.
|
|
1331
|
+
this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1170
1332
|
};
|
|
1171
1333
|
/**
|
|
1172
1334
|
* Returns if the column has named header values.
|
|
1173
1335
|
|
|
1174
1336
|
*/
|
|
1175
1337
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
1176
|
-
var iv = this.i.
|
|
1338
|
+
var iv = this.i.js();
|
|
1177
1339
|
return (iv);
|
|
1178
1340
|
};
|
|
1179
1341
|
/**
|
|
@@ -1182,7 +1344,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1182
1344
|
* @param valueName * The named value to check for.
|
|
1183
1345
|
*/
|
|
1184
1346
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
1185
|
-
var iv = this.i.
|
|
1347
|
+
var iv = this.i.jr(valueName);
|
|
1186
1348
|
return (iv);
|
|
1187
1349
|
};
|
|
1188
1350
|
/**
|
|
@@ -1191,7 +1353,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1191
1353
|
* @param valueName * The named header value to remove.
|
|
1192
1354
|
*/
|
|
1193
1355
|
IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1194
|
-
this.i.
|
|
1356
|
+
this.i.on(valueName);
|
|
1195
1357
|
};
|
|
1196
1358
|
/**
|
|
1197
1359
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1199,11 +1361,11 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1199
1361
|
* @param valueName * Name of the named header value to retrieve.
|
|
1200
1362
|
*/
|
|
1201
1363
|
IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1202
|
-
var iv = this.i.
|
|
1364
|
+
var iv = this.i.le(valueName);
|
|
1203
1365
|
return (iv);
|
|
1204
1366
|
};
|
|
1205
1367
|
IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1206
|
-
this.i.
|
|
1368
|
+
this.i.oe(filterID, index, value);
|
|
1207
1369
|
};
|
|
1208
1370
|
IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1209
1371
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1266,7 +1428,7 @@ export var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_
|
|
|
1266
1428
|
this._actualHeaderTextChange = ev;
|
|
1267
1429
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
1268
1430
|
var ext = _this.actualHeaderText;
|
|
1269
|
-
if (e.propertyName == '
|
|
1431
|
+
if (e.propertyName == 'L0') {
|
|
1270
1432
|
if (_this.beforeActualHeaderTextChange) {
|
|
1271
1433
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
1272
1434
|
}
|