igniteui-angular-data-grids 21.0.0 → 21.0.1
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-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-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 +266 -266
- 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/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-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/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- 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/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.k7;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.k7 = +v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.k9;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.k9 = +v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.k8;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.k8 = +v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
104
104
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.k6;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.k6 = +v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets an unique name of the Column
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.ni;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.ni = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
130
130
|
* Gets or sets the key used for the column binding
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.mr;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.mr = v;
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
143
143
|
* Gets or sets the text displayed in the header of the column
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.my;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.my = v;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
156
156
|
* Gets the actual text displayed in the header of the column
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.l0;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.l0 = v;
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
165
165
|
configurable: true
|
|
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
169
169
|
* Gets or sets the background color to use for the cells when they are selected
|
|
170
170
|
*/
|
|
171
171
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.qm);
|
|
173
173
|
},
|
|
174
174
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
175
|
+
this.i.qm = stringToBrush(v);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,10 +182,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
182
182
|
* Gets the actual background color that is used for the cells when they are selected
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.p9);
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.p9 = stringToBrush(v);
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,10 +195,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
195
195
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.qk);
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
201
|
+
this.i.qk = stringToBrush(v);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,10 +208,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
208
208
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.p7);
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
214
|
+
this.i.p7 = stringToBrush(v);
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
@@ -221,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
221
221
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
222
222
|
*/
|
|
223
223
|
get: function () {
|
|
224
|
-
return brushToString(this.i.
|
|
224
|
+
return brushToString(this.i.ql);
|
|
225
225
|
},
|
|
226
226
|
set: function (v) {
|
|
227
|
-
this.i.
|
|
227
|
+
this.i.ql = stringToBrush(v);
|
|
228
228
|
},
|
|
229
229
|
enumerable: false,
|
|
230
230
|
configurable: true
|
|
@@ -234,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
234
234
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
235
235
|
*/
|
|
236
236
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.p8);
|
|
238
238
|
},
|
|
239
239
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.p8 = stringToBrush(v);
|
|
241
241
|
},
|
|
242
242
|
enumerable: false,
|
|
243
243
|
configurable: true
|
|
@@ -247,7 +247,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
247
247
|
* Gets or sets the animation settings to use for this column.
|
|
248
248
|
*/
|
|
249
249
|
get: function () {
|
|
250
|
-
var r = this.i.
|
|
250
|
+
var r = this.i.ic;
|
|
251
251
|
if (r == null) {
|
|
252
252
|
return null;
|
|
253
253
|
}
|
|
@@ -266,7 +266,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
266
266
|
return r.externalObject;
|
|
267
267
|
},
|
|
268
268
|
set: function (v) {
|
|
269
|
-
v == null ? this.i.
|
|
269
|
+
v == null ? this.i.ic = null : this.i.ic = v.i;
|
|
270
270
|
},
|
|
271
271
|
enumerable: false,
|
|
272
272
|
configurable: true
|
|
@@ -311,10 +311,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
311
311
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
312
312
|
*/
|
|
313
313
|
get: function () {
|
|
314
|
-
return this.i.
|
|
314
|
+
return this.i.ki;
|
|
315
315
|
},
|
|
316
316
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
317
|
+
this.i.ki = +v;
|
|
318
318
|
},
|
|
319
319
|
enumerable: false,
|
|
320
320
|
configurable: true
|
|
@@ -324,10 +324,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
324
324
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
325
325
|
*/
|
|
326
326
|
get: function () {
|
|
327
|
-
return this.i.
|
|
327
|
+
return this.i.j0;
|
|
328
328
|
},
|
|
329
329
|
set: function (v) {
|
|
330
|
-
this.i.
|
|
330
|
+
this.i.j0 = ensureBool(v);
|
|
331
331
|
},
|
|
332
332
|
enumerable: false,
|
|
333
333
|
configurable: true
|
|
@@ -337,10 +337,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
337
337
|
* Gets whether this column was auto generated.
|
|
338
338
|
*/
|
|
339
339
|
get: function () {
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.ju;
|
|
341
341
|
},
|
|
342
342
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
343
|
+
this.i.ju = ensureBool(v);
|
|
344
344
|
},
|
|
345
345
|
enumerable: false,
|
|
346
346
|
configurable: true
|
|
@@ -350,10 +350,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
350
350
|
* Gets or sets a filter to apply on the values of this column
|
|
351
351
|
*/
|
|
352
352
|
get: function () {
|
|
353
|
-
return this.i.
|
|
353
|
+
return this.i.g4;
|
|
354
354
|
},
|
|
355
355
|
set: function (v) {
|
|
356
|
-
this.i.
|
|
356
|
+
this.i.g4 = v;
|
|
357
357
|
},
|
|
358
358
|
enumerable: false,
|
|
359
359
|
configurable: true
|
|
@@ -363,10 +363,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
363
363
|
* Gets or sets a filter to apply to the values of this column.
|
|
364
364
|
*/
|
|
365
365
|
get: function () {
|
|
366
|
-
return this.i.
|
|
366
|
+
return this.i.g6;
|
|
367
367
|
},
|
|
368
368
|
set: function (v) {
|
|
369
|
-
this.i.
|
|
369
|
+
this.i.g6 = v;
|
|
370
370
|
},
|
|
371
371
|
enumerable: false,
|
|
372
372
|
configurable: true
|
|
@@ -402,10 +402,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
402
402
|
* Gets or sets whether filtering is enabled for this column.
|
|
403
403
|
*/
|
|
404
404
|
get: function () {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.jz;
|
|
406
406
|
},
|
|
407
407
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
408
|
+
this.i.jz = ensureBool(v);
|
|
409
409
|
},
|
|
410
410
|
enumerable: false,
|
|
411
411
|
configurable: true
|
|
@@ -415,10 +415,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
415
415
|
* Gets or sets whether resizing is enabled for this column.
|
|
416
416
|
*/
|
|
417
417
|
get: function () {
|
|
418
|
-
return this.i.
|
|
418
|
+
return this.i.j2;
|
|
419
419
|
},
|
|
420
420
|
set: function (v) {
|
|
421
|
-
this.i.
|
|
421
|
+
this.i.j2 = ensureBool(v);
|
|
422
422
|
},
|
|
423
423
|
enumerable: false,
|
|
424
424
|
configurable: true
|
|
@@ -428,10 +428,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
428
428
|
* Gets or sets whether or not a column is hidden from the grid
|
|
429
429
|
*/
|
|
430
430
|
get: function () {
|
|
431
|
-
return this.i.
|
|
431
|
+
return this.i.j1;
|
|
432
432
|
},
|
|
433
433
|
set: function (v) {
|
|
434
|
-
this.i.
|
|
434
|
+
this.i.j1 = ensureBool(v);
|
|
435
435
|
},
|
|
436
436
|
enumerable: false,
|
|
437
437
|
configurable: true
|
|
@@ -441,10 +441,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
441
441
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
442
442
|
*/
|
|
443
443
|
get: function () {
|
|
444
|
-
return this.i.
|
|
444
|
+
return this.i.j5;
|
|
445
445
|
},
|
|
446
446
|
set: function (v) {
|
|
447
|
-
this.i.
|
|
447
|
+
this.i.j5 = ensureBool(v);
|
|
448
448
|
},
|
|
449
449
|
enumerable: false,
|
|
450
450
|
configurable: true
|
|
@@ -454,10 +454,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
454
454
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
455
455
|
*/
|
|
456
456
|
get: function () {
|
|
457
|
-
return this.i.
|
|
457
|
+
return this.i.hu;
|
|
458
458
|
},
|
|
459
459
|
set: function (v) {
|
|
460
|
-
this.i.
|
|
460
|
+
this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
|
|
461
461
|
},
|
|
462
462
|
enumerable: false,
|
|
463
463
|
configurable: true
|
|
@@ -467,10 +467,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
467
467
|
* Gets or sets the current fixed position for this column.
|
|
468
468
|
*/
|
|
469
469
|
get: function () {
|
|
470
|
-
return this.i.
|
|
470
|
+
return this.i.is;
|
|
471
471
|
},
|
|
472
472
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
473
|
+
this.i.is = ensureEnum(PinnedPositions_$type, v);
|
|
474
474
|
},
|
|
475
475
|
enumerable: false,
|
|
476
476
|
configurable: true
|
|
@@ -480,10 +480,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
480
480
|
* Gets the actual column options icon alignment for this column.
|
|
481
481
|
*/
|
|
482
482
|
get: function () {
|
|
483
|
-
return this.i.
|
|
483
|
+
return this.i.hl;
|
|
484
484
|
},
|
|
485
485
|
set: function (v) {
|
|
486
|
-
this.i.
|
|
486
|
+
this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
487
487
|
},
|
|
488
488
|
enumerable: false,
|
|
489
489
|
configurable: true
|
|
@@ -493,10 +493,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
493
493
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
494
494
|
*/
|
|
495
495
|
get: function () {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.hm;
|
|
497
497
|
},
|
|
498
498
|
set: function (v) {
|
|
499
|
-
this.i.
|
|
499
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
500
500
|
},
|
|
501
501
|
enumerable: false,
|
|
502
502
|
configurable: true
|
|
@@ -506,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
506
506
|
* Gets the actual column options icon color for this column.
|
|
507
507
|
*/
|
|
508
508
|
get: function () {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.p3);
|
|
510
510
|
},
|
|
511
511
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
512
|
+
this.i.p3 = stringToBrush(v);
|
|
513
513
|
},
|
|
514
514
|
enumerable: false,
|
|
515
515
|
configurable: true
|
|
@@ -519,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
519
519
|
* Gets or sets the column options icon color for this column.
|
|
520
520
|
*/
|
|
521
521
|
get: function () {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.qe);
|
|
523
523
|
},
|
|
524
524
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
525
|
+
this.i.qe = stringToBrush(v);
|
|
526
526
|
},
|
|
527
527
|
enumerable: false,
|
|
528
528
|
configurable: true
|
|
@@ -532,10 +532,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
532
532
|
* Gets or sets how the column option icon will behave in the column header.
|
|
533
533
|
*/
|
|
534
534
|
get: function () {
|
|
535
|
-
return this.i.
|
|
535
|
+
return this.i.hq;
|
|
536
536
|
},
|
|
537
537
|
set: function (v) {
|
|
538
|
-
this.i.
|
|
538
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
539
539
|
},
|
|
540
540
|
enumerable: false,
|
|
541
541
|
configurable: true
|
|
@@ -545,10 +545,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
545
545
|
* Gets or sets how the column option icon will behave in the column header.
|
|
546
546
|
*/
|
|
547
547
|
get: function () {
|
|
548
|
-
return this.i.
|
|
548
|
+
return this.i.hp;
|
|
549
549
|
},
|
|
550
550
|
set: function (v) {
|
|
551
|
-
this.i.
|
|
551
|
+
this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
552
552
|
},
|
|
553
553
|
enumerable: false,
|
|
554
554
|
configurable: true
|
|
@@ -558,10 +558,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
558
558
|
* Gets the actual state of the column options for this column.
|
|
559
559
|
*/
|
|
560
560
|
get: function () {
|
|
561
|
-
return this.i.
|
|
561
|
+
return this.i.jn;
|
|
562
562
|
},
|
|
563
563
|
set: function (v) {
|
|
564
|
-
this.i.
|
|
564
|
+
this.i.jn = ensureBool(v);
|
|
565
565
|
},
|
|
566
566
|
enumerable: false,
|
|
567
567
|
configurable: true
|
|
@@ -572,10 +572,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
572
572
|
* then it will be disabled for the column regardless of what this is set to.
|
|
573
573
|
*/
|
|
574
574
|
get: function () {
|
|
575
|
-
return this.i.
|
|
575
|
+
return this.i.jv;
|
|
576
576
|
},
|
|
577
577
|
set: function (v) {
|
|
578
|
-
this.i.
|
|
578
|
+
this.i.jv = ensureBool(v);
|
|
579
579
|
},
|
|
580
580
|
enumerable: false,
|
|
581
581
|
configurable: true
|
|
@@ -585,10 +585,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
585
585
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
586
586
|
*/
|
|
587
587
|
get: function () {
|
|
588
|
-
return this.i.
|
|
588
|
+
return this.i.jp;
|
|
589
589
|
},
|
|
590
590
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
591
|
+
this.i.jp = ensureBool(v);
|
|
592
592
|
},
|
|
593
593
|
enumerable: false,
|
|
594
594
|
configurable: true
|
|
@@ -598,10 +598,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
598
598
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
599
599
|
*/
|
|
600
600
|
get: function () {
|
|
601
|
-
return this.i.
|
|
601
|
+
return this.i.jx;
|
|
602
602
|
},
|
|
603
603
|
set: function (v) {
|
|
604
|
-
this.i.
|
|
604
|
+
this.i.jx = ensureBool(v);
|
|
605
605
|
},
|
|
606
606
|
enumerable: false,
|
|
607
607
|
configurable: true
|
|
@@ -611,10 +611,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
611
611
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
612
612
|
*/
|
|
613
613
|
get: function () {
|
|
614
|
-
return this.i.
|
|
614
|
+
return this.i.jo;
|
|
615
615
|
},
|
|
616
616
|
set: function (v) {
|
|
617
|
-
this.i.
|
|
617
|
+
this.i.jo = ensureBool(v);
|
|
618
618
|
},
|
|
619
619
|
enumerable: false,
|
|
620
620
|
configurable: true
|
|
@@ -624,10 +624,160 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
624
624
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
625
625
|
*/
|
|
626
626
|
get: function () {
|
|
627
|
-
return this.i.
|
|
627
|
+
return this.i.jw;
|
|
628
628
|
},
|
|
629
629
|
set: function (v) {
|
|
630
|
-
this.i.
|
|
630
|
+
this.i.jw = ensureBool(v);
|
|
631
|
+
},
|
|
632
|
+
enumerable: false,
|
|
633
|
+
configurable: true
|
|
634
|
+
});
|
|
635
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsBackground", {
|
|
636
|
+
/**
|
|
637
|
+
* Gets or sets the column options dropdown background color.
|
|
638
|
+
*/
|
|
639
|
+
get: function () {
|
|
640
|
+
return brushToString(this.i.p0);
|
|
641
|
+
},
|
|
642
|
+
set: function (v) {
|
|
643
|
+
this.i.p0 = stringToBrush(v);
|
|
644
|
+
},
|
|
645
|
+
enumerable: false,
|
|
646
|
+
configurable: true
|
|
647
|
+
});
|
|
648
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsBackground", {
|
|
649
|
+
/**
|
|
650
|
+
* Gets or sets the column options dropdown background color.
|
|
651
|
+
*/
|
|
652
|
+
get: function () {
|
|
653
|
+
return brushToString(this.i.qb);
|
|
654
|
+
},
|
|
655
|
+
set: function (v) {
|
|
656
|
+
this.i.qb = stringToBrush(v);
|
|
657
|
+
},
|
|
658
|
+
enumerable: false,
|
|
659
|
+
configurable: true
|
|
660
|
+
});
|
|
661
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsTextColor", {
|
|
662
|
+
/**
|
|
663
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
664
|
+
*/
|
|
665
|
+
get: function () {
|
|
666
|
+
return brushToString(this.i.p5);
|
|
667
|
+
},
|
|
668
|
+
set: function (v) {
|
|
669
|
+
this.i.p5 = stringToBrush(v);
|
|
670
|
+
},
|
|
671
|
+
enumerable: false,
|
|
672
|
+
configurable: true
|
|
673
|
+
});
|
|
674
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsTextColor", {
|
|
675
|
+
/**
|
|
676
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
677
|
+
*/
|
|
678
|
+
get: function () {
|
|
679
|
+
return brushToString(this.i.qg);
|
|
680
|
+
},
|
|
681
|
+
set: function (v) {
|
|
682
|
+
this.i.qg = stringToBrush(v);
|
|
683
|
+
},
|
|
684
|
+
enumerable: false,
|
|
685
|
+
configurable: true
|
|
686
|
+
});
|
|
687
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsSeparatorColor", {
|
|
688
|
+
/**
|
|
689
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
690
|
+
*/
|
|
691
|
+
get: function () {
|
|
692
|
+
return brushToString(this.i.p4);
|
|
693
|
+
},
|
|
694
|
+
set: function (v) {
|
|
695
|
+
this.i.p4 = stringToBrush(v);
|
|
696
|
+
},
|
|
697
|
+
enumerable: false,
|
|
698
|
+
configurable: true
|
|
699
|
+
});
|
|
700
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsSeparatorColor", {
|
|
701
|
+
/**
|
|
702
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
703
|
+
*/
|
|
704
|
+
get: function () {
|
|
705
|
+
return brushToString(this.i.qf);
|
|
706
|
+
},
|
|
707
|
+
set: function (v) {
|
|
708
|
+
this.i.qf = stringToBrush(v);
|
|
709
|
+
},
|
|
710
|
+
enumerable: false,
|
|
711
|
+
configurable: true
|
|
712
|
+
});
|
|
713
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderBackground", {
|
|
714
|
+
/**
|
|
715
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
716
|
+
*/
|
|
717
|
+
get: function () {
|
|
718
|
+
return brushToString(this.i.p1);
|
|
719
|
+
},
|
|
720
|
+
set: function (v) {
|
|
721
|
+
this.i.p1 = stringToBrush(v);
|
|
722
|
+
},
|
|
723
|
+
enumerable: false,
|
|
724
|
+
configurable: true
|
|
725
|
+
});
|
|
726
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderBackground", {
|
|
727
|
+
/**
|
|
728
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
729
|
+
*/
|
|
730
|
+
get: function () {
|
|
731
|
+
return brushToString(this.i.qc);
|
|
732
|
+
},
|
|
733
|
+
set: function (v) {
|
|
734
|
+
this.i.qc = stringToBrush(v);
|
|
735
|
+
},
|
|
736
|
+
enumerable: false,
|
|
737
|
+
configurable: true
|
|
738
|
+
});
|
|
739
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsGroupHeaderTextColor", {
|
|
740
|
+
/**
|
|
741
|
+
* Gets the actual text color for group headers inside the column options menu.
|
|
742
|
+
*/
|
|
743
|
+
get: function () {
|
|
744
|
+
return brushToString(this.i.p2);
|
|
745
|
+
},
|
|
746
|
+
set: function (v) {
|
|
747
|
+
this.i.p2 = stringToBrush(v);
|
|
748
|
+
},
|
|
749
|
+
enumerable: false,
|
|
750
|
+
configurable: true
|
|
751
|
+
});
|
|
752
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsGroupHeaderTextColor", {
|
|
753
|
+
/**
|
|
754
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
755
|
+
*/
|
|
756
|
+
get: function () {
|
|
757
|
+
return brushToString(this.i.qd);
|
|
758
|
+
},
|
|
759
|
+
set: function (v) {
|
|
760
|
+
this.i.qd = stringToBrush(v);
|
|
761
|
+
},
|
|
762
|
+
enumerable: false,
|
|
763
|
+
configurable: true
|
|
764
|
+
});
|
|
765
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualColumnOptionsAccentColor", {
|
|
766
|
+
get: function () {
|
|
767
|
+
return brushToString(this.i.pz);
|
|
768
|
+
},
|
|
769
|
+
set: function (v) {
|
|
770
|
+
this.i.pz = stringToBrush(v);
|
|
771
|
+
},
|
|
772
|
+
enumerable: false,
|
|
773
|
+
configurable: true
|
|
774
|
+
});
|
|
775
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "columnOptionsAccentColor", {
|
|
776
|
+
get: function () {
|
|
777
|
+
return brushToString(this.i.qa);
|
|
778
|
+
},
|
|
779
|
+
set: function (v) {
|
|
780
|
+
this.i.qa = stringToBrush(v);
|
|
631
781
|
},
|
|
632
782
|
enumerable: false,
|
|
633
783
|
configurable: true
|
|
@@ -637,10 +787,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
637
787
|
* Gets or sets if the column is editable.
|
|
638
788
|
*/
|
|
639
789
|
get: function () {
|
|
640
|
-
return this.i.
|
|
790
|
+
return this.i.jy;
|
|
641
791
|
},
|
|
642
792
|
set: function (v) {
|
|
643
|
-
this.i.
|
|
793
|
+
this.i.jy = ensureBool(v);
|
|
644
794
|
},
|
|
645
795
|
enumerable: false,
|
|
646
796
|
configurable: true
|
|
@@ -650,10 +800,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
650
800
|
* Gets or sets the text color used for deleted rows.
|
|
651
801
|
*/
|
|
652
802
|
get: function () {
|
|
653
|
-
return brushToString(this.i.
|
|
803
|
+
return brushToString(this.i.qh);
|
|
654
804
|
},
|
|
655
805
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
806
|
+
this.i.qh = stringToBrush(v);
|
|
657
807
|
},
|
|
658
808
|
enumerable: false,
|
|
659
809
|
configurable: true
|
|
@@ -663,10 +813,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
663
813
|
* Gets the actual text color used for deleted rows.
|
|
664
814
|
*/
|
|
665
815
|
get: function () {
|
|
666
|
-
return brushToString(this.i.
|
|
816
|
+
return brushToString(this.i.p6);
|
|
667
817
|
},
|
|
668
818
|
set: function (v) {
|
|
669
|
-
this.i.
|
|
819
|
+
this.i.p6 = stringToBrush(v);
|
|
670
820
|
},
|
|
671
821
|
enumerable: false,
|
|
672
822
|
configurable: true
|
|
@@ -676,10 +826,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
676
826
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
677
827
|
*/
|
|
678
828
|
get: function () {
|
|
679
|
-
return this.i.
|
|
829
|
+
return this.i.kh;
|
|
680
830
|
},
|
|
681
831
|
set: function (v) {
|
|
682
|
-
this.i.
|
|
832
|
+
this.i.kh = +v;
|
|
683
833
|
},
|
|
684
834
|
enumerable: false,
|
|
685
835
|
configurable: true
|
|
@@ -689,10 +839,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
689
839
|
* Gets the actual opacity for unsaved edited cell values.
|
|
690
840
|
*/
|
|
691
841
|
get: function () {
|
|
692
|
-
return this.i.
|
|
842
|
+
return this.i.kg;
|
|
693
843
|
},
|
|
694
844
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
845
|
+
this.i.kg = +v;
|
|
696
846
|
},
|
|
697
847
|
enumerable: false,
|
|
698
848
|
configurable: true
|
|
@@ -720,15 +870,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
720
870
|
* Gets the actual font style used for unsaved cell edits.
|
|
721
871
|
*/
|
|
722
872
|
get: function () {
|
|
723
|
-
if (this.i.
|
|
873
|
+
if (this.i.i4 == null) {
|
|
724
874
|
return null;
|
|
725
875
|
}
|
|
726
|
-
return this.i.
|
|
876
|
+
return this.i.i4.fontString;
|
|
727
877
|
},
|
|
728
878
|
set: function (v) {
|
|
729
879
|
var fi = new FontInfo();
|
|
730
880
|
fi.fontString = v;
|
|
731
|
-
this.i.
|
|
881
|
+
this.i.i4 = fi;
|
|
732
882
|
},
|
|
733
883
|
enumerable: false,
|
|
734
884
|
configurable: true
|
|
@@ -738,10 +888,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
738
888
|
* Gets or sets if and how cell merging is performed for this field.
|
|
739
889
|
*/
|
|
740
890
|
get: function () {
|
|
741
|
-
return this.i.
|
|
891
|
+
return this.i.io;
|
|
742
892
|
},
|
|
743
893
|
set: function (v) {
|
|
744
|
-
this.i.
|
|
894
|
+
this.i.io = ensureEnum(MergedCellMode_$type, v);
|
|
745
895
|
},
|
|
746
896
|
enumerable: false,
|
|
747
897
|
configurable: true
|
|
@@ -751,10 +901,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
751
901
|
* Gets or sets how cells are evaluated for merging.
|
|
752
902
|
*/
|
|
753
903
|
get: function () {
|
|
754
|
-
return this.i.
|
|
904
|
+
return this.i.ik;
|
|
755
905
|
},
|
|
756
906
|
set: function (v) {
|
|
757
|
-
this.i.
|
|
907
|
+
this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
758
908
|
},
|
|
759
909
|
enumerable: false,
|
|
760
910
|
configurable: true
|
|
@@ -764,10 +914,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
764
914
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
765
915
|
*/
|
|
766
916
|
get: function () {
|
|
767
|
-
return this.i.
|
|
917
|
+
return this.i.hd;
|
|
768
918
|
},
|
|
769
919
|
set: function (v) {
|
|
770
|
-
this.i.
|
|
920
|
+
this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
771
921
|
},
|
|
772
922
|
enumerable: false,
|
|
773
923
|
configurable: true
|
|
@@ -777,10 +927,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
777
927
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
778
928
|
*/
|
|
779
929
|
get: function () {
|
|
780
|
-
return this.i.
|
|
930
|
+
return this.i.k0;
|
|
781
931
|
},
|
|
782
932
|
set: function (v) {
|
|
783
|
-
this.i.
|
|
933
|
+
this.i.k0 = +v;
|
|
784
934
|
},
|
|
785
935
|
enumerable: false,
|
|
786
936
|
configurable: true
|
|
@@ -790,10 +940,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
790
940
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
791
941
|
*/
|
|
792
942
|
get: function () {
|
|
793
|
-
return this.i.
|
|
943
|
+
return this.i.k2;
|
|
794
944
|
},
|
|
795
945
|
set: function (v) {
|
|
796
|
-
this.i.
|
|
946
|
+
this.i.k2 = +v;
|
|
797
947
|
},
|
|
798
948
|
enumerable: false,
|
|
799
949
|
configurable: true
|
|
@@ -803,10 +953,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
803
953
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
804
954
|
*/
|
|
805
955
|
get: function () {
|
|
806
|
-
return this.i.
|
|
956
|
+
return this.i.k1;
|
|
807
957
|
},
|
|
808
958
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
959
|
+
this.i.k1 = +v;
|
|
810
960
|
},
|
|
811
961
|
enumerable: false,
|
|
812
962
|
configurable: true
|
|
@@ -816,10 +966,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
816
966
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
817
967
|
*/
|
|
818
968
|
get: function () {
|
|
819
|
-
return this.i.
|
|
969
|
+
return this.i.kz;
|
|
820
970
|
},
|
|
821
971
|
set: function (v) {
|
|
822
|
-
this.i.
|
|
972
|
+
this.i.kz = +v;
|
|
823
973
|
},
|
|
824
974
|
enumerable: false,
|
|
825
975
|
configurable: true
|
|
@@ -829,10 +979,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
829
979
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
830
980
|
*/
|
|
831
981
|
get: function () {
|
|
832
|
-
return this.i.
|
|
982
|
+
return this.i.h6;
|
|
833
983
|
},
|
|
834
984
|
set: function (v) {
|
|
835
|
-
this.i.
|
|
985
|
+
this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
|
|
836
986
|
},
|
|
837
987
|
enumerable: false,
|
|
838
988
|
configurable: true
|
|
@@ -844,7 +994,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
844
994
|
get: function () {
|
|
845
995
|
if (this._filterOperands === null) {
|
|
846
996
|
var coll = new IgxGridFilterOperandsCollection();
|
|
847
|
-
var innerColl = this.i.
|
|
997
|
+
var innerColl = this.i.ie;
|
|
848
998
|
if (!innerColl) {
|
|
849
999
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
850
1000
|
}
|
|
@@ -860,7 +1010,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
860
1010
|
var coll = new IgxGridFilterOperandsCollection();
|
|
861
1011
|
this._filterOperands = coll._fromOuter(v);
|
|
862
1012
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
863
|
-
var innerColl = this.i.
|
|
1013
|
+
var innerColl = this.i.ie;
|
|
864
1014
|
if (!innerColl) {
|
|
865
1015
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
866
1016
|
}
|
|
@@ -876,10 +1026,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
876
1026
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
877
1027
|
*/
|
|
878
1028
|
get: function () {
|
|
879
|
-
return this.i.
|
|
1029
|
+
return this.i.n6;
|
|
880
1030
|
},
|
|
881
1031
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
1032
|
+
this.i.n6 = v;
|
|
883
1033
|
},
|
|
884
1034
|
enumerable: false,
|
|
885
1035
|
configurable: true
|
|
@@ -889,10 +1039,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
889
1039
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
890
1040
|
*/
|
|
891
1041
|
get: function () {
|
|
892
|
-
return brushToString(this.i.
|
|
1042
|
+
return brushToString(this.i.qp);
|
|
893
1043
|
},
|
|
894
1044
|
set: function (v) {
|
|
895
|
-
this.i.
|
|
1045
|
+
this.i.qp = stringToBrush(v);
|
|
896
1046
|
},
|
|
897
1047
|
enumerable: false,
|
|
898
1048
|
configurable: true
|
|
@@ -920,10 +1070,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
920
1070
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
921
1071
|
*/
|
|
922
1072
|
get: function () {
|
|
923
|
-
return this.i.
|
|
1073
|
+
return this.i.ny;
|
|
924
1074
|
},
|
|
925
1075
|
set: function (v) {
|
|
926
|
-
this.i.
|
|
1076
|
+
this.i.ny = v;
|
|
927
1077
|
},
|
|
928
1078
|
enumerable: false,
|
|
929
1079
|
configurable: true
|
|
@@ -933,10 +1083,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
933
1083
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
934
1084
|
*/
|
|
935
1085
|
get: function () {
|
|
936
|
-
return this.i.
|
|
1086
|
+
return this.i.nv;
|
|
937
1087
|
},
|
|
938
1088
|
set: function (v) {
|
|
939
|
-
this.i.
|
|
1089
|
+
this.i.nv = v;
|
|
940
1090
|
},
|
|
941
1091
|
enumerable: false,
|
|
942
1092
|
configurable: true
|
|
@@ -946,10 +1096,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
946
1096
|
* Gets or sets the stroke color of suffix icon.
|
|
947
1097
|
*/
|
|
948
1098
|
get: function () {
|
|
949
|
-
return brushToString(this.i.
|
|
1099
|
+
return brushToString(this.i.qo);
|
|
950
1100
|
},
|
|
951
1101
|
set: function (v) {
|
|
952
|
-
this.i.
|
|
1102
|
+
this.i.qo = stringToBrush(v);
|
|
953
1103
|
},
|
|
954
1104
|
enumerable: false,
|
|
955
1105
|
configurable: true
|
|
@@ -959,10 +1109,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
959
1109
|
* Gets or sets the fill color of suffix icon.
|
|
960
1110
|
*/
|
|
961
1111
|
get: function () {
|
|
962
|
-
return brushToString(this.i.
|
|
1112
|
+
return brushToString(this.i.qn);
|
|
963
1113
|
},
|
|
964
1114
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
1115
|
+
this.i.qn = stringToBrush(v);
|
|
966
1116
|
},
|
|
967
1117
|
enumerable: false,
|
|
968
1118
|
configurable: true
|
|
@@ -972,10 +1122,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
972
1122
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
973
1123
|
*/
|
|
974
1124
|
get: function () {
|
|
975
|
-
return this.i.
|
|
1125
|
+
return this.i.kk;
|
|
976
1126
|
},
|
|
977
1127
|
set: function (v) {
|
|
978
|
-
this.i.
|
|
1128
|
+
this.i.kk = +v;
|
|
979
1129
|
},
|
|
980
1130
|
enumerable: false,
|
|
981
1131
|
configurable: true
|
|
@@ -985,10 +1135,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
985
1135
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
986
1136
|
*/
|
|
987
1137
|
get: function () {
|
|
988
|
-
return this.i.
|
|
1138
|
+
return this.i.kl;
|
|
989
1139
|
},
|
|
990
1140
|
set: function (v) {
|
|
991
|
-
this.i.
|
|
1141
|
+
this.i.kl = +v;
|
|
992
1142
|
},
|
|
993
1143
|
enumerable: false,
|
|
994
1144
|
configurable: true
|
|
@@ -998,10 +1148,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
998
1148
|
* Gets or sets the suffix icon's viewbox width.
|
|
999
1149
|
*/
|
|
1000
1150
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1151
|
+
return this.i.km;
|
|
1002
1152
|
},
|
|
1003
1153
|
set: function (v) {
|
|
1004
|
-
this.i.
|
|
1154
|
+
this.i.km = +v;
|
|
1005
1155
|
},
|
|
1006
1156
|
enumerable: false,
|
|
1007
1157
|
configurable: true
|
|
@@ -1011,10 +1161,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1011
1161
|
* Gets or sets the suffix icon's viewbox height.
|
|
1012
1162
|
*/
|
|
1013
1163
|
get: function () {
|
|
1014
|
-
return this.i.
|
|
1164
|
+
return this.i.kj;
|
|
1015
1165
|
},
|
|
1016
1166
|
set: function (v) {
|
|
1017
|
-
this.i.
|
|
1167
|
+
this.i.kj = +v;
|
|
1018
1168
|
},
|
|
1019
1169
|
enumerable: false,
|
|
1020
1170
|
configurable: true
|
|
@@ -1024,10 +1174,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1024
1174
|
* Gets or sets the suffix margin.
|
|
1025
1175
|
*/
|
|
1026
1176
|
get: function () {
|
|
1027
|
-
return this.i.
|
|
1177
|
+
return this.i.kn;
|
|
1028
1178
|
},
|
|
1029
1179
|
set: function (v) {
|
|
1030
|
-
this.i.
|
|
1180
|
+
this.i.kn = +v;
|
|
1031
1181
|
},
|
|
1032
1182
|
enumerable: false,
|
|
1033
1183
|
configurable: true
|
|
@@ -1037,10 +1187,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1037
1187
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
1038
1188
|
*/
|
|
1039
1189
|
get: function () {
|
|
1040
|
-
return this.i.
|
|
1190
|
+
return this.i.iu;
|
|
1041
1191
|
},
|
|
1042
1192
|
set: function (v) {
|
|
1043
|
-
this.i.
|
|
1193
|
+
this.i.iu = ensureEnum(TextCellDecoration_$type, v);
|
|
1044
1194
|
},
|
|
1045
1195
|
enumerable: false,
|
|
1046
1196
|
configurable: true
|
|
@@ -1077,18 +1227,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1077
1227
|
|
|
1078
1228
|
*/
|
|
1079
1229
|
IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1080
|
-
var iv = this.i.
|
|
1230
|
+
var iv = this.i.mw();
|
|
1081
1231
|
return (iv);
|
|
1082
1232
|
};
|
|
1083
1233
|
IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1084
|
-
this.i.
|
|
1234
|
+
this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1085
1235
|
};
|
|
1086
1236
|
/**
|
|
1087
1237
|
* Returns if the column has named header values.
|
|
1088
1238
|
|
|
1089
1239
|
*/
|
|
1090
1240
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
1091
|
-
var iv = this.i.
|
|
1241
|
+
var iv = this.i.js();
|
|
1092
1242
|
return (iv);
|
|
1093
1243
|
};
|
|
1094
1244
|
/**
|
|
@@ -1097,7 +1247,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1097
1247
|
* @param valueName * The named value to check for.
|
|
1098
1248
|
*/
|
|
1099
1249
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
1100
|
-
var iv = this.i.
|
|
1250
|
+
var iv = this.i.jr(valueName);
|
|
1101
1251
|
return (iv);
|
|
1102
1252
|
};
|
|
1103
1253
|
/**
|
|
@@ -1106,7 +1256,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1106
1256
|
* @param valueName * The named header value to remove.
|
|
1107
1257
|
*/
|
|
1108
1258
|
IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1109
|
-
this.i.
|
|
1259
|
+
this.i.on(valueName);
|
|
1110
1260
|
};
|
|
1111
1261
|
/**
|
|
1112
1262
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1114,11 +1264,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1114
1264
|
* @param valueName * Name of the named header value to retrieve.
|
|
1115
1265
|
*/
|
|
1116
1266
|
IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1117
|
-
var iv = this.i.
|
|
1267
|
+
var iv = this.i.le(valueName);
|
|
1118
1268
|
return (iv);
|
|
1119
1269
|
};
|
|
1120
1270
|
IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1121
|
-
this.i.
|
|
1271
|
+
this.i.oe(filterID, index, value);
|
|
1122
1272
|
};
|
|
1123
1273
|
IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1124
1274
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1183,7 +1333,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1183
1333
|
configurable: true
|
|
1184
1334
|
});
|
|
1185
1335
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1186
|
-
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1336
|
+
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", actualColumnOptionsBackground: "actualColumnOptionsBackground", columnOptionsBackground: "columnOptionsBackground", actualColumnOptionsTextColor: "actualColumnOptionsTextColor", columnOptionsTextColor: "columnOptionsTextColor", actualColumnOptionsSeparatorColor: "actualColumnOptionsSeparatorColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", actualColumnOptionsGroupHeaderBackground: "actualColumnOptionsGroupHeaderBackground", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", actualColumnOptionsGroupHeaderTextColor: "actualColumnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", actualColumnOptionsAccentColor: "actualColumnOptionsAccentColor", columnOptionsAccentColor: "columnOptionsAccentColor", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1187
1337
|
return IgxDataGridColumnComponent;
|
|
1188
1338
|
}(IgxDefinitionBaseComponent));
|
|
1189
1339
|
export { IgxDataGridColumnComponent };
|
|
@@ -1272,6 +1422,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1272
1422
|
type: Input
|
|
1273
1423
|
}], isColumnOptionsGroupingEnabled: [{
|
|
1274
1424
|
type: Input
|
|
1425
|
+
}], actualColumnOptionsBackground: [{
|
|
1426
|
+
type: Input
|
|
1427
|
+
}], columnOptionsBackground: [{
|
|
1428
|
+
type: Input
|
|
1429
|
+
}], actualColumnOptionsTextColor: [{
|
|
1430
|
+
type: Input
|
|
1431
|
+
}], columnOptionsTextColor: [{
|
|
1432
|
+
type: Input
|
|
1433
|
+
}], actualColumnOptionsSeparatorColor: [{
|
|
1434
|
+
type: Input
|
|
1435
|
+
}], columnOptionsSeparatorColor: [{
|
|
1436
|
+
type: Input
|
|
1437
|
+
}], actualColumnOptionsGroupHeaderBackground: [{
|
|
1438
|
+
type: Input
|
|
1439
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
1440
|
+
type: Input
|
|
1441
|
+
}], actualColumnOptionsGroupHeaderTextColor: [{
|
|
1442
|
+
type: Input
|
|
1443
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
1444
|
+
type: Input
|
|
1445
|
+
}], actualColumnOptionsAccentColor: [{
|
|
1446
|
+
type: Input
|
|
1447
|
+
}], columnOptionsAccentColor: [{
|
|
1448
|
+
type: Input
|
|
1275
1449
|
}], isEditable: [{
|
|
1276
1450
|
type: Input
|
|
1277
1451
|
}], deletedTextColor: [{
|