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
|
@@ -58,133 +58,133 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
58
58
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
59
59
|
*/
|
|
60
60
|
get paddingLeft() {
|
|
61
|
-
return this.i.
|
|
61
|
+
return this.i.k7;
|
|
62
62
|
}
|
|
63
63
|
set paddingLeft(v) {
|
|
64
|
-
this.i.
|
|
64
|
+
this.i.k7 = +v;
|
|
65
65
|
}
|
|
66
66
|
/**
|
|
67
67
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
68
68
|
*/
|
|
69
69
|
get paddingTop() {
|
|
70
|
-
return this.i.
|
|
70
|
+
return this.i.k9;
|
|
71
71
|
}
|
|
72
72
|
set paddingTop(v) {
|
|
73
|
-
this.i.
|
|
73
|
+
this.i.k9 = +v;
|
|
74
74
|
}
|
|
75
75
|
/**
|
|
76
76
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
77
77
|
*/
|
|
78
78
|
get paddingRight() {
|
|
79
|
-
return this.i.
|
|
79
|
+
return this.i.k8;
|
|
80
80
|
}
|
|
81
81
|
set paddingRight(v) {
|
|
82
|
-
this.i.
|
|
82
|
+
this.i.k8 = +v;
|
|
83
83
|
}
|
|
84
84
|
/**
|
|
85
85
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
86
86
|
*/
|
|
87
87
|
get paddingBottom() {
|
|
88
|
-
return this.i.
|
|
88
|
+
return this.i.k6;
|
|
89
89
|
}
|
|
90
90
|
set paddingBottom(v) {
|
|
91
|
-
this.i.
|
|
91
|
+
this.i.k6 = +v;
|
|
92
92
|
}
|
|
93
93
|
/**
|
|
94
94
|
* Gets or sets an unique name of the Column
|
|
95
95
|
*/
|
|
96
96
|
get name() {
|
|
97
|
-
return this.i.
|
|
97
|
+
return this.i.ni;
|
|
98
98
|
}
|
|
99
99
|
set name(v) {
|
|
100
|
-
this.i.
|
|
100
|
+
this.i.ni = v;
|
|
101
101
|
}
|
|
102
102
|
/**
|
|
103
103
|
* Gets or sets the key used for the column binding
|
|
104
104
|
*/
|
|
105
105
|
get field() {
|
|
106
|
-
return this.i.
|
|
106
|
+
return this.i.mr;
|
|
107
107
|
}
|
|
108
108
|
set field(v) {
|
|
109
|
-
this.i.
|
|
109
|
+
this.i.mr = v;
|
|
110
110
|
}
|
|
111
111
|
/**
|
|
112
112
|
* Gets or sets the text displayed in the header of the column
|
|
113
113
|
*/
|
|
114
114
|
get headerText() {
|
|
115
|
-
return this.i.
|
|
115
|
+
return this.i.my;
|
|
116
116
|
}
|
|
117
117
|
set headerText(v) {
|
|
118
|
-
this.i.
|
|
118
|
+
this.i.my = v;
|
|
119
119
|
}
|
|
120
120
|
/**
|
|
121
121
|
* Gets the actual text displayed in the header of the column
|
|
122
122
|
*/
|
|
123
123
|
get actualHeaderText() {
|
|
124
|
-
return this.i.
|
|
124
|
+
return this.i.l0;
|
|
125
125
|
}
|
|
126
126
|
set actualHeaderText(v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.l0 = v;
|
|
128
128
|
}
|
|
129
129
|
/**
|
|
130
130
|
* Gets or sets the background color to use for the cells when they are selected
|
|
131
131
|
*/
|
|
132
132
|
get selectedBackground() {
|
|
133
|
-
return brushToString(this.i.
|
|
133
|
+
return brushToString(this.i.qm);
|
|
134
134
|
}
|
|
135
135
|
set selectedBackground(v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.qm = stringToBrush(v);
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* Gets the actual background color that is used for the cells when they are selected
|
|
140
140
|
*/
|
|
141
141
|
get actualSelectedBackground() {
|
|
142
|
-
return brushToString(this.i.
|
|
142
|
+
return brushToString(this.i.p9);
|
|
143
143
|
}
|
|
144
144
|
set actualSelectedBackground(v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.p9 = stringToBrush(v);
|
|
146
146
|
}
|
|
147
147
|
/**
|
|
148
148
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
149
149
|
*/
|
|
150
150
|
get rowHoverBackground() {
|
|
151
|
-
return brushToString(this.i.
|
|
151
|
+
return brushToString(this.i.qk);
|
|
152
152
|
}
|
|
153
153
|
set rowHoverBackground(v) {
|
|
154
|
-
this.i.
|
|
154
|
+
this.i.qk = stringToBrush(v);
|
|
155
155
|
}
|
|
156
156
|
/**
|
|
157
157
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
158
158
|
*/
|
|
159
159
|
get actualHoverBackground() {
|
|
160
|
-
return brushToString(this.i.
|
|
160
|
+
return brushToString(this.i.p7);
|
|
161
161
|
}
|
|
162
162
|
set actualHoverBackground(v) {
|
|
163
|
-
this.i.
|
|
163
|
+
this.i.p7 = stringToBrush(v);
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
167
167
|
*/
|
|
168
168
|
get rowHoverTextColor() {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.ql);
|
|
170
170
|
}
|
|
171
171
|
set rowHoverTextColor(v) {
|
|
172
|
-
this.i.
|
|
172
|
+
this.i.ql = stringToBrush(v);
|
|
173
173
|
}
|
|
174
174
|
/**
|
|
175
175
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
176
176
|
*/
|
|
177
177
|
get actualRowHoverTextColor() {
|
|
178
|
-
return brushToString(this.i.
|
|
178
|
+
return brushToString(this.i.p8);
|
|
179
179
|
}
|
|
180
180
|
set actualRowHoverTextColor(v) {
|
|
181
|
-
this.i.
|
|
181
|
+
this.i.p8 = stringToBrush(v);
|
|
182
182
|
}
|
|
183
183
|
/**
|
|
184
184
|
* Gets or sets the animation settings to use for this column.
|
|
185
185
|
*/
|
|
186
186
|
get animationSettings() {
|
|
187
|
-
const r = this.i.
|
|
187
|
+
const r = this.i.ic;
|
|
188
188
|
if (r == null) {
|
|
189
189
|
return null;
|
|
190
190
|
}
|
|
@@ -203,7 +203,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
203
203
|
return r.externalObject;
|
|
204
204
|
}
|
|
205
205
|
set animationSettings(v) {
|
|
206
|
-
v == null ? this.i.
|
|
206
|
+
v == null ? this.i.ic = null : this.i.ic = v.i;
|
|
207
207
|
}
|
|
208
208
|
/**
|
|
209
209
|
* Gets or sets the width to use for this column.
|
|
@@ -240,46 +240,46 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
240
240
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
241
241
|
*/
|
|
242
242
|
get minWidth() {
|
|
243
|
-
return this.i.
|
|
243
|
+
return this.i.ki;
|
|
244
244
|
}
|
|
245
245
|
set minWidth(v) {
|
|
246
|
-
this.i.
|
|
246
|
+
this.i.ki = +v;
|
|
247
247
|
}
|
|
248
248
|
/**
|
|
249
249
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
250
250
|
*/
|
|
251
251
|
get isFromMarkup() {
|
|
252
|
-
return this.i.
|
|
252
|
+
return this.i.j0;
|
|
253
253
|
}
|
|
254
254
|
set isFromMarkup(v) {
|
|
255
|
-
this.i.
|
|
255
|
+
this.i.j0 = ensureBool(v);
|
|
256
256
|
}
|
|
257
257
|
/**
|
|
258
258
|
* Gets whether this column was auto generated.
|
|
259
259
|
*/
|
|
260
260
|
get isAutoGenerated() {
|
|
261
|
-
return this.i.
|
|
261
|
+
return this.i.ju;
|
|
262
262
|
}
|
|
263
263
|
set isAutoGenerated(v) {
|
|
264
|
-
this.i.
|
|
264
|
+
this.i.ju = ensureBool(v);
|
|
265
265
|
}
|
|
266
266
|
/**
|
|
267
267
|
* Gets or sets a filter to apply on the values of this column
|
|
268
268
|
*/
|
|
269
269
|
get filter() {
|
|
270
|
-
return this.i.
|
|
270
|
+
return this.i.g4;
|
|
271
271
|
}
|
|
272
272
|
set filter(v) {
|
|
273
|
-
this.i.
|
|
273
|
+
this.i.g4 = v;
|
|
274
274
|
}
|
|
275
275
|
/**
|
|
276
276
|
* Gets or sets a filter to apply to the values of this column.
|
|
277
277
|
*/
|
|
278
278
|
get filterExpression() {
|
|
279
|
-
return this.i.
|
|
279
|
+
return this.i.g6;
|
|
280
280
|
}
|
|
281
281
|
set filterExpression(v) {
|
|
282
|
-
this.i.
|
|
282
|
+
this.i.g6 = v;
|
|
283
283
|
}
|
|
284
284
|
/**
|
|
285
285
|
* Gets or sets the header definition for this column.
|
|
@@ -307,209 +307,311 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
307
307
|
* Gets or sets whether filtering is enabled for this column.
|
|
308
308
|
*/
|
|
309
309
|
get isFilteringEnabled() {
|
|
310
|
-
return this.i.
|
|
310
|
+
return this.i.jz;
|
|
311
311
|
}
|
|
312
312
|
set isFilteringEnabled(v) {
|
|
313
|
-
this.i.
|
|
313
|
+
this.i.jz = ensureBool(v);
|
|
314
314
|
}
|
|
315
315
|
/**
|
|
316
316
|
* Gets or sets whether resizing is enabled for this column.
|
|
317
317
|
*/
|
|
318
318
|
get isResizingEnabled() {
|
|
319
|
-
return this.i.
|
|
319
|
+
return this.i.j2;
|
|
320
320
|
}
|
|
321
321
|
set isResizingEnabled(v) {
|
|
322
|
-
this.i.
|
|
322
|
+
this.i.j2 = ensureBool(v);
|
|
323
323
|
}
|
|
324
324
|
/**
|
|
325
325
|
* Gets or sets whether or not a column is hidden from the grid
|
|
326
326
|
*/
|
|
327
327
|
get isHidden() {
|
|
328
|
-
return this.i.
|
|
328
|
+
return this.i.j1;
|
|
329
329
|
}
|
|
330
330
|
set isHidden(v) {
|
|
331
|
-
this.i.
|
|
331
|
+
this.i.j1 = ensureBool(v);
|
|
332
332
|
}
|
|
333
333
|
/**
|
|
334
334
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
335
335
|
*/
|
|
336
336
|
get shouldRemoveWhenHidden() {
|
|
337
|
-
return this.i.
|
|
337
|
+
return this.i.j5;
|
|
338
338
|
}
|
|
339
339
|
set shouldRemoveWhenHidden(v) {
|
|
340
|
-
this.i.
|
|
340
|
+
this.i.j5 = ensureBool(v);
|
|
341
341
|
}
|
|
342
342
|
/**
|
|
343
343
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
344
344
|
*/
|
|
345
345
|
get sortDirection() {
|
|
346
|
-
return this.i.
|
|
346
|
+
return this.i.hu;
|
|
347
347
|
}
|
|
348
348
|
set sortDirection(v) {
|
|
349
|
-
this.i.
|
|
349
|
+
this.i.hu = ensureEnum(ColumnSortDirection_$type, v);
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets the current fixed position for this column.
|
|
353
353
|
*/
|
|
354
354
|
get pinned() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.is;
|
|
356
356
|
}
|
|
357
357
|
set pinned(v) {
|
|
358
|
-
this.i.
|
|
358
|
+
this.i.is = ensureEnum(PinnedPositions_$type, v);
|
|
359
359
|
}
|
|
360
360
|
/**
|
|
361
361
|
* Gets the actual column options icon alignment for this column.
|
|
362
362
|
*/
|
|
363
363
|
get actualColumnOptionsIconAlignment() {
|
|
364
|
-
return this.i.
|
|
364
|
+
return this.i.hl;
|
|
365
365
|
}
|
|
366
366
|
set actualColumnOptionsIconAlignment(v) {
|
|
367
|
-
this.i.
|
|
367
|
+
this.i.hl = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
370
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
371
371
|
*/
|
|
372
372
|
get columnOptionsIconAlignment() {
|
|
373
|
-
return this.i.
|
|
373
|
+
return this.i.hm;
|
|
374
374
|
}
|
|
375
375
|
set columnOptionsIconAlignment(v) {
|
|
376
|
-
this.i.
|
|
376
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
377
377
|
}
|
|
378
378
|
/**
|
|
379
379
|
* Gets the actual column options icon color for this column.
|
|
380
380
|
*/
|
|
381
381
|
get actualColumnOptionsIconColor() {
|
|
382
|
-
return brushToString(this.i.
|
|
382
|
+
return brushToString(this.i.p3);
|
|
383
383
|
}
|
|
384
384
|
set actualColumnOptionsIconColor(v) {
|
|
385
|
-
this.i.
|
|
385
|
+
this.i.p3 = stringToBrush(v);
|
|
386
386
|
}
|
|
387
387
|
/**
|
|
388
388
|
* Gets or sets the column options icon color for this column.
|
|
389
389
|
*/
|
|
390
390
|
get columnOptionsIconColor() {
|
|
391
|
-
return brushToString(this.i.
|
|
391
|
+
return brushToString(this.i.qe);
|
|
392
392
|
}
|
|
393
393
|
set columnOptionsIconColor(v) {
|
|
394
|
-
this.i.
|
|
394
|
+
this.i.qe = stringToBrush(v);
|
|
395
395
|
}
|
|
396
396
|
/**
|
|
397
397
|
* Gets or sets how the column option icon will behave in the column header.
|
|
398
398
|
*/
|
|
399
399
|
get columnOptionsIconBehavior() {
|
|
400
|
-
return this.i.
|
|
400
|
+
return this.i.hq;
|
|
401
401
|
}
|
|
402
402
|
set columnOptionsIconBehavior(v) {
|
|
403
|
-
this.i.
|
|
403
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
404
404
|
}
|
|
405
405
|
/**
|
|
406
406
|
* Gets or sets how the column option icon will behave in the column header.
|
|
407
407
|
*/
|
|
408
408
|
get actualColumnOptionsIconBehavior() {
|
|
409
|
-
return this.i.
|
|
409
|
+
return this.i.hp;
|
|
410
410
|
}
|
|
411
411
|
set actualColumnOptionsIconBehavior(v) {
|
|
412
|
-
this.i.
|
|
412
|
+
this.i.hp = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* Gets the actual state of the column options for this column.
|
|
416
416
|
*/
|
|
417
417
|
get actualIsColumnOptionsEnabled() {
|
|
418
|
-
return this.i.
|
|
418
|
+
return this.i.jn;
|
|
419
419
|
}
|
|
420
420
|
set actualIsColumnOptionsEnabled(v) {
|
|
421
|
-
this.i.
|
|
421
|
+
this.i.jn = ensureBool(v);
|
|
422
422
|
}
|
|
423
423
|
/**
|
|
424
424
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
425
425
|
* then it will be disabled for the column regardless of what this is set to.
|
|
426
426
|
*/
|
|
427
427
|
get isColumnOptionsEnabled() {
|
|
428
|
-
return this.i.
|
|
428
|
+
return this.i.jv;
|
|
429
429
|
}
|
|
430
430
|
set isColumnOptionsEnabled(v) {
|
|
431
|
-
this.i.
|
|
431
|
+
this.i.jv = ensureBool(v);
|
|
432
432
|
}
|
|
433
433
|
/**
|
|
434
434
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
435
435
|
*/
|
|
436
436
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
437
|
-
return this.i.
|
|
437
|
+
return this.i.jp;
|
|
438
438
|
}
|
|
439
439
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
440
|
-
this.i.
|
|
440
|
+
this.i.jp = ensureBool(v);
|
|
441
441
|
}
|
|
442
442
|
/**
|
|
443
443
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
444
444
|
*/
|
|
445
445
|
get isColumnOptionsSummariesEnabled() {
|
|
446
|
-
return this.i.
|
|
446
|
+
return this.i.jx;
|
|
447
447
|
}
|
|
448
448
|
set isColumnOptionsSummariesEnabled(v) {
|
|
449
|
-
this.i.
|
|
449
|
+
this.i.jx = ensureBool(v);
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
452
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
453
453
|
*/
|
|
454
454
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.jo;
|
|
456
456
|
}
|
|
457
457
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
458
|
-
this.i.
|
|
458
|
+
this.i.jo = ensureBool(v);
|
|
459
459
|
}
|
|
460
460
|
/**
|
|
461
461
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
462
462
|
*/
|
|
463
463
|
get isColumnOptionsGroupingEnabled() {
|
|
464
|
-
return this.i.
|
|
464
|
+
return this.i.jw;
|
|
465
465
|
}
|
|
466
466
|
set isColumnOptionsGroupingEnabled(v) {
|
|
467
|
-
this.i.
|
|
467
|
+
this.i.jw = ensureBool(v);
|
|
468
|
+
}
|
|
469
|
+
/**
|
|
470
|
+
* Gets or sets the column options dropdown background color.
|
|
471
|
+
*/
|
|
472
|
+
get actualColumnOptionsBackground() {
|
|
473
|
+
return brushToString(this.i.p0);
|
|
474
|
+
}
|
|
475
|
+
set actualColumnOptionsBackground(v) {
|
|
476
|
+
this.i.p0 = stringToBrush(v);
|
|
477
|
+
}
|
|
478
|
+
/**
|
|
479
|
+
* Gets or sets the column options dropdown background color.
|
|
480
|
+
*/
|
|
481
|
+
get columnOptionsBackground() {
|
|
482
|
+
return brushToString(this.i.qb);
|
|
483
|
+
}
|
|
484
|
+
set columnOptionsBackground(v) {
|
|
485
|
+
this.i.qb = stringToBrush(v);
|
|
486
|
+
}
|
|
487
|
+
/**
|
|
488
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
489
|
+
*/
|
|
490
|
+
get actualColumnOptionsTextColor() {
|
|
491
|
+
return brushToString(this.i.p5);
|
|
492
|
+
}
|
|
493
|
+
set actualColumnOptionsTextColor(v) {
|
|
494
|
+
this.i.p5 = stringToBrush(v);
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* Gets or sets the text color for text inside the column options menu.
|
|
498
|
+
*/
|
|
499
|
+
get columnOptionsTextColor() {
|
|
500
|
+
return brushToString(this.i.qg);
|
|
501
|
+
}
|
|
502
|
+
set columnOptionsTextColor(v) {
|
|
503
|
+
this.i.qg = stringToBrush(v);
|
|
504
|
+
}
|
|
505
|
+
/**
|
|
506
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
507
|
+
*/
|
|
508
|
+
get actualColumnOptionsSeparatorColor() {
|
|
509
|
+
return brushToString(this.i.p4);
|
|
510
|
+
}
|
|
511
|
+
set actualColumnOptionsSeparatorColor(v) {
|
|
512
|
+
this.i.p4 = stringToBrush(v);
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Gets or sets the color of separators inside the column options menu.
|
|
516
|
+
*/
|
|
517
|
+
get columnOptionsSeparatorColor() {
|
|
518
|
+
return brushToString(this.i.qf);
|
|
519
|
+
}
|
|
520
|
+
set columnOptionsSeparatorColor(v) {
|
|
521
|
+
this.i.qf = stringToBrush(v);
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
525
|
+
*/
|
|
526
|
+
get actualColumnOptionsGroupHeaderBackground() {
|
|
527
|
+
return brushToString(this.i.p1);
|
|
528
|
+
}
|
|
529
|
+
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
530
|
+
this.i.p1 = stringToBrush(v);
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Gets or sets the background color for group headers inside the column options menu.
|
|
534
|
+
*/
|
|
535
|
+
get columnOptionsGroupHeaderBackground() {
|
|
536
|
+
return brushToString(this.i.qc);
|
|
537
|
+
}
|
|
538
|
+
set columnOptionsGroupHeaderBackground(v) {
|
|
539
|
+
this.i.qc = stringToBrush(v);
|
|
540
|
+
}
|
|
541
|
+
/**
|
|
542
|
+
* Gets the actual text color for group headers inside the column options menu.
|
|
543
|
+
*/
|
|
544
|
+
get actualColumnOptionsGroupHeaderTextColor() {
|
|
545
|
+
return brushToString(this.i.p2);
|
|
546
|
+
}
|
|
547
|
+
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
548
|
+
this.i.p2 = stringToBrush(v);
|
|
549
|
+
}
|
|
550
|
+
/**
|
|
551
|
+
* Gets or sets the text color for group headers inside the column options menu.
|
|
552
|
+
*/
|
|
553
|
+
get columnOptionsGroupHeaderTextColor() {
|
|
554
|
+
return brushToString(this.i.qd);
|
|
555
|
+
}
|
|
556
|
+
set columnOptionsGroupHeaderTextColor(v) {
|
|
557
|
+
this.i.qd = stringToBrush(v);
|
|
558
|
+
}
|
|
559
|
+
get actualColumnOptionsAccentColor() {
|
|
560
|
+
return brushToString(this.i.pz);
|
|
561
|
+
}
|
|
562
|
+
set actualColumnOptionsAccentColor(v) {
|
|
563
|
+
this.i.pz = stringToBrush(v);
|
|
564
|
+
}
|
|
565
|
+
get columnOptionsAccentColor() {
|
|
566
|
+
return brushToString(this.i.qa);
|
|
567
|
+
}
|
|
568
|
+
set columnOptionsAccentColor(v) {
|
|
569
|
+
this.i.qa = stringToBrush(v);
|
|
468
570
|
}
|
|
469
571
|
/**
|
|
470
572
|
* Gets or sets if the column is editable.
|
|
471
573
|
*/
|
|
472
574
|
get isEditable() {
|
|
473
|
-
return this.i.
|
|
575
|
+
return this.i.jy;
|
|
474
576
|
}
|
|
475
577
|
set isEditable(v) {
|
|
476
|
-
this.i.
|
|
578
|
+
this.i.jy = ensureBool(v);
|
|
477
579
|
}
|
|
478
580
|
/**
|
|
479
581
|
* Gets or sets the text color used for deleted rows.
|
|
480
582
|
*/
|
|
481
583
|
get deletedTextColor() {
|
|
482
|
-
return brushToString(this.i.
|
|
584
|
+
return brushToString(this.i.qh);
|
|
483
585
|
}
|
|
484
586
|
set deletedTextColor(v) {
|
|
485
|
-
this.i.
|
|
587
|
+
this.i.qh = stringToBrush(v);
|
|
486
588
|
}
|
|
487
589
|
/**
|
|
488
590
|
* Gets the actual text color used for deleted rows.
|
|
489
591
|
*/
|
|
490
592
|
get actualDeletedTextColor() {
|
|
491
|
-
return brushToString(this.i.
|
|
593
|
+
return brushToString(this.i.p6);
|
|
492
594
|
}
|
|
493
595
|
set actualDeletedTextColor(v) {
|
|
494
|
-
this.i.
|
|
596
|
+
this.i.p6 = stringToBrush(v);
|
|
495
597
|
}
|
|
496
598
|
/**
|
|
497
599
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
498
600
|
*/
|
|
499
601
|
get editOpacity() {
|
|
500
|
-
return this.i.
|
|
602
|
+
return this.i.kh;
|
|
501
603
|
}
|
|
502
604
|
set editOpacity(v) {
|
|
503
|
-
this.i.
|
|
605
|
+
this.i.kh = +v;
|
|
504
606
|
}
|
|
505
607
|
/**
|
|
506
608
|
* Gets the actual opacity for unsaved edited cell values.
|
|
507
609
|
*/
|
|
508
610
|
get actualEditOpacity() {
|
|
509
|
-
return this.i.
|
|
611
|
+
return this.i.kg;
|
|
510
612
|
}
|
|
511
613
|
set actualEditOpacity(v) {
|
|
512
|
-
this.i.
|
|
614
|
+
this.i.kg = +v;
|
|
513
615
|
}
|
|
514
616
|
/**
|
|
515
617
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -529,87 +631,87 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
529
631
|
* Gets the actual font style used for unsaved cell edits.
|
|
530
632
|
*/
|
|
531
633
|
get actualEditFontInfo() {
|
|
532
|
-
if (this.i.
|
|
634
|
+
if (this.i.i4 == null) {
|
|
533
635
|
return null;
|
|
534
636
|
}
|
|
535
|
-
return this.i.
|
|
637
|
+
return this.i.i4.fontString;
|
|
536
638
|
}
|
|
537
639
|
set actualEditFontInfo(v) {
|
|
538
640
|
let fi = new FontInfo();
|
|
539
641
|
fi.fontString = v;
|
|
540
|
-
this.i.
|
|
642
|
+
this.i.i4 = fi;
|
|
541
643
|
}
|
|
542
644
|
/**
|
|
543
645
|
* Gets or sets if and how cell merging is performed for this field.
|
|
544
646
|
*/
|
|
545
647
|
get mergedCellMode() {
|
|
546
|
-
return this.i.
|
|
648
|
+
return this.i.io;
|
|
547
649
|
}
|
|
548
650
|
set mergedCellMode(v) {
|
|
549
|
-
this.i.
|
|
651
|
+
this.i.io = ensureEnum(MergedCellMode_$type, v);
|
|
550
652
|
}
|
|
551
653
|
/**
|
|
552
654
|
* Gets or sets how cells are evaluated for merging.
|
|
553
655
|
*/
|
|
554
656
|
get mergedCellEvaluationCriteria() {
|
|
555
|
-
return this.i.
|
|
657
|
+
return this.i.ik;
|
|
556
658
|
}
|
|
557
659
|
set mergedCellEvaluationCriteria(v) {
|
|
558
|
-
this.i.
|
|
660
|
+
this.i.ik = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
559
661
|
}
|
|
560
662
|
/**
|
|
561
663
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
562
664
|
*/
|
|
563
665
|
get mergedCellVerticalAlignment() {
|
|
564
|
-
return this.i.
|
|
666
|
+
return this.i.hd;
|
|
565
667
|
}
|
|
566
668
|
set mergedCellVerticalAlignment(v) {
|
|
567
|
-
this.i.
|
|
669
|
+
this.i.hd = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
568
670
|
}
|
|
569
671
|
/**
|
|
570
672
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
571
673
|
*/
|
|
572
674
|
get mergedCellPaddingLeft() {
|
|
573
|
-
return this.i.
|
|
675
|
+
return this.i.k0;
|
|
574
676
|
}
|
|
575
677
|
set mergedCellPaddingLeft(v) {
|
|
576
|
-
this.i.
|
|
678
|
+
this.i.k0 = +v;
|
|
577
679
|
}
|
|
578
680
|
/**
|
|
579
681
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
580
682
|
*/
|
|
581
683
|
get mergedCellPaddingTop() {
|
|
582
|
-
return this.i.
|
|
684
|
+
return this.i.k2;
|
|
583
685
|
}
|
|
584
686
|
set mergedCellPaddingTop(v) {
|
|
585
|
-
this.i.
|
|
687
|
+
this.i.k2 = +v;
|
|
586
688
|
}
|
|
587
689
|
/**
|
|
588
690
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
589
691
|
*/
|
|
590
692
|
get mergedCellPaddingRight() {
|
|
591
|
-
return this.i.
|
|
693
|
+
return this.i.k1;
|
|
592
694
|
}
|
|
593
695
|
set mergedCellPaddingRight(v) {
|
|
594
|
-
this.i.
|
|
696
|
+
this.i.k1 = +v;
|
|
595
697
|
}
|
|
596
698
|
/**
|
|
597
699
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
598
700
|
*/
|
|
599
701
|
get mergedCellPaddingBottom() {
|
|
600
|
-
return this.i.
|
|
702
|
+
return this.i.kz;
|
|
601
703
|
}
|
|
602
704
|
set mergedCellPaddingBottom(v) {
|
|
603
|
-
this.i.
|
|
705
|
+
this.i.kz = +v;
|
|
604
706
|
}
|
|
605
707
|
/**
|
|
606
708
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
607
709
|
*/
|
|
608
710
|
get filterComparisonType() {
|
|
609
|
-
return this.i.
|
|
711
|
+
return this.i.h6;
|
|
610
712
|
}
|
|
611
713
|
set filterComparisonType(v) {
|
|
612
|
-
this.i.
|
|
714
|
+
this.i.h6 = ensureEnum(FilterComparisonType_$type, v);
|
|
613
715
|
}
|
|
614
716
|
/**
|
|
615
717
|
* Gets a list of the current custom filters for this column.
|
|
@@ -617,7 +719,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
617
719
|
get filterOperands() {
|
|
618
720
|
if (this._filterOperands === null) {
|
|
619
721
|
let coll = new IgxGridFilterOperandsCollection();
|
|
620
|
-
let innerColl = this.i.
|
|
722
|
+
let innerColl = this.i.ie;
|
|
621
723
|
if (!innerColl) {
|
|
622
724
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
623
725
|
}
|
|
@@ -633,7 +735,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
633
735
|
let coll = new IgxGridFilterOperandsCollection();
|
|
634
736
|
this._filterOperands = coll._fromOuter(v);
|
|
635
737
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
636
|
-
let innerColl = this.i.
|
|
738
|
+
let innerColl = this.i.ie;
|
|
637
739
|
if (!innerColl) {
|
|
638
740
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
639
741
|
}
|
|
@@ -645,19 +747,19 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
645
747
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
646
748
|
*/
|
|
647
749
|
get suffixText() {
|
|
648
|
-
return this.i.
|
|
750
|
+
return this.i.n6;
|
|
649
751
|
}
|
|
650
752
|
set suffixText(v) {
|
|
651
|
-
this.i.
|
|
753
|
+
this.i.n6 = v;
|
|
652
754
|
}
|
|
653
755
|
/**
|
|
654
756
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
655
757
|
*/
|
|
656
758
|
get suffixTextColor() {
|
|
657
|
-
return brushToString(this.i.
|
|
759
|
+
return brushToString(this.i.qp);
|
|
658
760
|
}
|
|
659
761
|
set suffixTextColor(v) {
|
|
660
|
-
this.i.
|
|
762
|
+
this.i.qp = stringToBrush(v);
|
|
661
763
|
}
|
|
662
764
|
/**
|
|
663
765
|
* Gets or sets the font of the suffix text.
|
|
@@ -677,91 +779,91 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
677
779
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
678
780
|
*/
|
|
679
781
|
get suffixIconName() {
|
|
680
|
-
return this.i.
|
|
782
|
+
return this.i.ny;
|
|
681
783
|
}
|
|
682
784
|
set suffixIconName(v) {
|
|
683
|
-
this.i.
|
|
785
|
+
this.i.ny = v;
|
|
684
786
|
}
|
|
685
787
|
/**
|
|
686
788
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
687
789
|
*/
|
|
688
790
|
get suffixIconCollectionName() {
|
|
689
|
-
return this.i.
|
|
791
|
+
return this.i.nv;
|
|
690
792
|
}
|
|
691
793
|
set suffixIconCollectionName(v) {
|
|
692
|
-
this.i.
|
|
794
|
+
this.i.nv = v;
|
|
693
795
|
}
|
|
694
796
|
/**
|
|
695
797
|
* Gets or sets the stroke color of suffix icon.
|
|
696
798
|
*/
|
|
697
799
|
get suffixIconStroke() {
|
|
698
|
-
return brushToString(this.i.
|
|
800
|
+
return brushToString(this.i.qo);
|
|
699
801
|
}
|
|
700
802
|
set suffixIconStroke(v) {
|
|
701
|
-
this.i.
|
|
803
|
+
this.i.qo = stringToBrush(v);
|
|
702
804
|
}
|
|
703
805
|
/**
|
|
704
806
|
* Gets or sets the fill color of suffix icon.
|
|
705
807
|
*/
|
|
706
808
|
get suffixIconFill() {
|
|
707
|
-
return brushToString(this.i.
|
|
809
|
+
return brushToString(this.i.qn);
|
|
708
810
|
}
|
|
709
811
|
set suffixIconFill(v) {
|
|
710
|
-
this.i.
|
|
812
|
+
this.i.qn = stringToBrush(v);
|
|
711
813
|
}
|
|
712
814
|
/**
|
|
713
815
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
714
816
|
*/
|
|
715
817
|
get suffixIconViewBoxLeft() {
|
|
716
|
-
return this.i.
|
|
818
|
+
return this.i.kk;
|
|
717
819
|
}
|
|
718
820
|
set suffixIconViewBoxLeft(v) {
|
|
719
|
-
this.i.
|
|
821
|
+
this.i.kk = +v;
|
|
720
822
|
}
|
|
721
823
|
/**
|
|
722
824
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
723
825
|
*/
|
|
724
826
|
get suffixIconViewBoxTop() {
|
|
725
|
-
return this.i.
|
|
827
|
+
return this.i.kl;
|
|
726
828
|
}
|
|
727
829
|
set suffixIconViewBoxTop(v) {
|
|
728
|
-
this.i.
|
|
830
|
+
this.i.kl = +v;
|
|
729
831
|
}
|
|
730
832
|
/**
|
|
731
833
|
* Gets or sets the suffix icon's viewbox width.
|
|
732
834
|
*/
|
|
733
835
|
get suffixIconViewBoxWidth() {
|
|
734
|
-
return this.i.
|
|
836
|
+
return this.i.km;
|
|
735
837
|
}
|
|
736
838
|
set suffixIconViewBoxWidth(v) {
|
|
737
|
-
this.i.
|
|
839
|
+
this.i.km = +v;
|
|
738
840
|
}
|
|
739
841
|
/**
|
|
740
842
|
* Gets or sets the suffix icon's viewbox height.
|
|
741
843
|
*/
|
|
742
844
|
get suffixIconViewBoxHeight() {
|
|
743
|
-
return this.i.
|
|
845
|
+
return this.i.kj;
|
|
744
846
|
}
|
|
745
847
|
set suffixIconViewBoxHeight(v) {
|
|
746
|
-
this.i.
|
|
848
|
+
this.i.kj = +v;
|
|
747
849
|
}
|
|
748
850
|
/**
|
|
749
851
|
* Gets or sets the suffix margin.
|
|
750
852
|
*/
|
|
751
853
|
get suffixMargin() {
|
|
752
|
-
return this.i.
|
|
854
|
+
return this.i.kn;
|
|
753
855
|
}
|
|
754
856
|
set suffixMargin(v) {
|
|
755
|
-
this.i.
|
|
857
|
+
this.i.kn = +v;
|
|
756
858
|
}
|
|
757
859
|
/**
|
|
758
860
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
759
861
|
*/
|
|
760
862
|
get textDecoration() {
|
|
761
|
-
return this.i.
|
|
863
|
+
return this.i.iu;
|
|
762
864
|
}
|
|
763
865
|
set textDecoration(v) {
|
|
764
|
-
this.i.
|
|
866
|
+
this.i.iu = ensureEnum(TextCellDecoration_$type, v);
|
|
765
867
|
}
|
|
766
868
|
findByName(name) {
|
|
767
869
|
var baseResult = super.findByName(name);
|
|
@@ -795,18 +897,18 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
795
897
|
|
|
796
898
|
*/
|
|
797
899
|
getUniqueKey() {
|
|
798
|
-
let iv = this.i.
|
|
900
|
+
let iv = this.i.mw();
|
|
799
901
|
return (iv);
|
|
800
902
|
}
|
|
801
903
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
802
|
-
this.i.
|
|
904
|
+
this.i.oo(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
803
905
|
}
|
|
804
906
|
/**
|
|
805
907
|
* Returns if the column has named header values.
|
|
806
908
|
|
|
807
909
|
*/
|
|
808
910
|
hasNamedHeaderValues() {
|
|
809
|
-
let iv = this.i.
|
|
911
|
+
let iv = this.i.js();
|
|
810
912
|
return (iv);
|
|
811
913
|
}
|
|
812
914
|
/**
|
|
@@ -815,7 +917,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
815
917
|
* @param valueName * The named value to check for.
|
|
816
918
|
*/
|
|
817
919
|
hasNamedHeaderValue(valueName) {
|
|
818
|
-
let iv = this.i.
|
|
920
|
+
let iv = this.i.jr(valueName);
|
|
819
921
|
return (iv);
|
|
820
922
|
}
|
|
821
923
|
/**
|
|
@@ -824,7 +926,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
824
926
|
* @param valueName * The named header value to remove.
|
|
825
927
|
*/
|
|
826
928
|
removeNamedHeaderValue(valueName) {
|
|
827
|
-
this.i.
|
|
929
|
+
this.i.on(valueName);
|
|
828
930
|
}
|
|
829
931
|
/**
|
|
830
932
|
* Gets the value of a named header value for this column by name.
|
|
@@ -832,11 +934,11 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
832
934
|
* @param valueName * Name of the named header value to retrieve.
|
|
833
935
|
*/
|
|
834
936
|
getNamedHeaderValue(valueName) {
|
|
835
|
-
let iv = this.i.
|
|
937
|
+
let iv = this.i.le(valueName);
|
|
836
938
|
return (iv);
|
|
837
939
|
}
|
|
838
940
|
applyCustomFilter(filterID, index, value) {
|
|
839
|
-
this.i.
|
|
941
|
+
this.i.oe(filterID, index, value);
|
|
840
942
|
}
|
|
841
943
|
getDesiredToolbarActions() {
|
|
842
944
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -892,7 +994,7 @@ export let IgxDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
892
994
|
}
|
|
893
995
|
}
|
|
894
996
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
895
|
-
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 });
|
|
997
|
+
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 });
|
|
896
998
|
return IgxDataGridColumnComponent;
|
|
897
999
|
})();
|
|
898
1000
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, decorators: [{
|
|
@@ -980,6 +1082,30 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
980
1082
|
type: Input
|
|
981
1083
|
}], isColumnOptionsGroupingEnabled: [{
|
|
982
1084
|
type: Input
|
|
1085
|
+
}], actualColumnOptionsBackground: [{
|
|
1086
|
+
type: Input
|
|
1087
|
+
}], columnOptionsBackground: [{
|
|
1088
|
+
type: Input
|
|
1089
|
+
}], actualColumnOptionsTextColor: [{
|
|
1090
|
+
type: Input
|
|
1091
|
+
}], columnOptionsTextColor: [{
|
|
1092
|
+
type: Input
|
|
1093
|
+
}], actualColumnOptionsSeparatorColor: [{
|
|
1094
|
+
type: Input
|
|
1095
|
+
}], columnOptionsSeparatorColor: [{
|
|
1096
|
+
type: Input
|
|
1097
|
+
}], actualColumnOptionsGroupHeaderBackground: [{
|
|
1098
|
+
type: Input
|
|
1099
|
+
}], columnOptionsGroupHeaderBackground: [{
|
|
1100
|
+
type: Input
|
|
1101
|
+
}], actualColumnOptionsGroupHeaderTextColor: [{
|
|
1102
|
+
type: Input
|
|
1103
|
+
}], columnOptionsGroupHeaderTextColor: [{
|
|
1104
|
+
type: Input
|
|
1105
|
+
}], actualColumnOptionsAccentColor: [{
|
|
1106
|
+
type: Input
|
|
1107
|
+
}], columnOptionsAccentColor: [{
|
|
1108
|
+
type: Input
|
|
983
1109
|
}], isEditable: [{
|
|
984
1110
|
type: Input
|
|
985
1111
|
}], deletedTextColor: [{
|