igniteui-webcomponents-data-grids 7.0.1-beta.0 → 7.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -80,143 +80,143 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
80
80
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
81
81
|
*/
|
|
82
82
|
get paddingLeft() {
|
|
83
|
-
return this.i.
|
|
83
|
+
return this.i.k0;
|
|
84
84
|
}
|
|
85
85
|
set paddingLeft(v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("paddingLeft", this.i.
|
|
86
|
+
this.i.k0 = +v;
|
|
87
|
+
this._a("paddingLeft", this.i.k0);
|
|
88
88
|
}
|
|
89
89
|
/**
|
|
90
90
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
91
91
|
*/
|
|
92
92
|
get paddingTop() {
|
|
93
|
-
return this.i.
|
|
93
|
+
return this.i.k2;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("paddingTop", this.i.
|
|
96
|
+
this.i.k2 = +v;
|
|
97
|
+
this._a("paddingTop", this.i.k2);
|
|
98
98
|
}
|
|
99
99
|
/**
|
|
100
100
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
101
101
|
*/
|
|
102
102
|
get paddingRight() {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.k1;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("paddingRight", this.i.
|
|
106
|
+
this.i.k1 = +v;
|
|
107
|
+
this._a("paddingRight", this.i.k1);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
110
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
111
111
|
*/
|
|
112
112
|
get paddingBottom() {
|
|
113
|
-
return this.i.
|
|
113
|
+
return this.i.kz;
|
|
114
114
|
}
|
|
115
115
|
set paddingBottom(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingBottom", this.i.
|
|
116
|
+
this.i.kz = +v;
|
|
117
|
+
this._a("paddingBottom", this.i.kz);
|
|
118
118
|
}
|
|
119
119
|
/**
|
|
120
120
|
* Gets or sets an unique name of the Column
|
|
121
121
|
*/
|
|
122
122
|
get name() {
|
|
123
|
-
return this.i.
|
|
123
|
+
return this.i.my;
|
|
124
124
|
}
|
|
125
125
|
set name(v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.my = v;
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
129
|
* Gets or sets the key used for the column binding
|
|
130
130
|
*/
|
|
131
131
|
get field() {
|
|
132
|
-
return this.i.
|
|
132
|
+
return this.i.l7;
|
|
133
133
|
}
|
|
134
134
|
set field(v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.l7 = v;
|
|
136
136
|
}
|
|
137
137
|
/**
|
|
138
138
|
* Gets or sets the text displayed in the header of the column
|
|
139
139
|
*/
|
|
140
140
|
get headerText() {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.me;
|
|
142
142
|
}
|
|
143
143
|
set headerText(v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.me = v;
|
|
145
145
|
}
|
|
146
146
|
/**
|
|
147
147
|
* Gets the actual text displayed in the header of the column
|
|
148
148
|
*/
|
|
149
149
|
get actualHeaderText() {
|
|
150
|
-
return this.i.
|
|
150
|
+
return this.i.lm;
|
|
151
151
|
}
|
|
152
152
|
set actualHeaderText(v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.lm = v;
|
|
154
154
|
}
|
|
155
155
|
/**
|
|
156
156
|
* Gets or sets the background color to use for the cells when they are selected
|
|
157
157
|
*/
|
|
158
158
|
get selectedBackground() {
|
|
159
|
-
return brushToString(this.i.
|
|
159
|
+
return brushToString(this.i.o5);
|
|
160
160
|
}
|
|
161
161
|
set selectedBackground(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
162
|
+
this.i.o5 = stringToBrush(v);
|
|
163
|
+
this._a("selectedBackground", brushToString(this.i.o5));
|
|
164
164
|
}
|
|
165
165
|
/**
|
|
166
166
|
* Gets the actual background color that is used for the cells when they are selected
|
|
167
167
|
*/
|
|
168
168
|
get actualSelectedBackground() {
|
|
169
|
-
return brushToString(this.i.
|
|
169
|
+
return brushToString(this.i.oy);
|
|
170
170
|
}
|
|
171
171
|
set actualSelectedBackground(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
172
|
+
this.i.oy = stringToBrush(v);
|
|
173
|
+
this._a("actualSelectedBackground", brushToString(this.i.oy));
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
177
177
|
*/
|
|
178
178
|
get rowHoverBackground() {
|
|
179
|
-
return brushToString(this.i.
|
|
179
|
+
return brushToString(this.i.o3);
|
|
180
180
|
}
|
|
181
181
|
set rowHoverBackground(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
182
|
+
this.i.o3 = stringToBrush(v);
|
|
183
|
+
this._a("rowHoverBackground", brushToString(this.i.o3));
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
187
187
|
*/
|
|
188
188
|
get actualHoverBackground() {
|
|
189
|
-
return brushToString(this.i.
|
|
189
|
+
return brushToString(this.i.ow);
|
|
190
190
|
}
|
|
191
191
|
set actualHoverBackground(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
192
|
+
this.i.ow = stringToBrush(v);
|
|
193
|
+
this._a("actualHoverBackground", brushToString(this.i.ow));
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
197
197
|
*/
|
|
198
198
|
get rowHoverTextColor() {
|
|
199
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.o4);
|
|
200
200
|
}
|
|
201
201
|
set rowHoverTextColor(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
202
|
+
this.i.o4 = stringToBrush(v);
|
|
203
|
+
this._a("rowHoverTextColor", brushToString(this.i.o4));
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
207
207
|
*/
|
|
208
208
|
get actualRowHoverTextColor() {
|
|
209
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.ox);
|
|
210
210
|
}
|
|
211
211
|
set actualRowHoverTextColor(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
212
|
+
this.i.ox = stringToBrush(v);
|
|
213
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.ox));
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Gets or sets the animation settings to use for this column.
|
|
217
217
|
*/
|
|
218
218
|
get animationSettings() {
|
|
219
|
-
const r = this.i.
|
|
219
|
+
const r = this.i.h8;
|
|
220
220
|
if (r == null) {
|
|
221
221
|
return null;
|
|
222
222
|
}
|
|
@@ -235,7 +235,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
235
235
|
return r.externalObject;
|
|
236
236
|
}
|
|
237
237
|
set animationSettings(v) {
|
|
238
|
-
v == null ? this.i.
|
|
238
|
+
v == null ? this.i.h8 = null : this.i.h8 = v.i;
|
|
239
239
|
}
|
|
240
240
|
/**
|
|
241
241
|
* Gets or sets the width to use for this column.
|
|
@@ -272,49 +272,49 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
272
272
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
273
273
|
*/
|
|
274
274
|
get minWidth() {
|
|
275
|
-
return this.i.
|
|
275
|
+
return this.i.kb;
|
|
276
276
|
}
|
|
277
277
|
set minWidth(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("minWidth", this.i.
|
|
278
|
+
this.i.kb = +v;
|
|
279
|
+
this._a("minWidth", this.i.kb);
|
|
280
280
|
}
|
|
281
281
|
/**
|
|
282
282
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
283
283
|
*/
|
|
284
284
|
get isFromMarkup() {
|
|
285
|
-
return this.i.
|
|
285
|
+
return this.i.jt;
|
|
286
286
|
}
|
|
287
287
|
set isFromMarkup(v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("isFromMarkup", this.i.
|
|
288
|
+
this.i.jt = ensureBool(v);
|
|
289
|
+
this._a("isFromMarkup", this.i.jt);
|
|
290
290
|
}
|
|
291
291
|
/**
|
|
292
292
|
* Gets whether this column was auto generated.
|
|
293
293
|
*/
|
|
294
294
|
get isAutoGenerated() {
|
|
295
|
-
return this.i.
|
|
295
|
+
return this.i.jn;
|
|
296
296
|
}
|
|
297
297
|
set isAutoGenerated(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("isAutoGenerated", this.i.
|
|
298
|
+
this.i.jn = ensureBool(v);
|
|
299
|
+
this._a("isAutoGenerated", this.i.jn);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Gets or sets a filter to apply on the values of this column
|
|
303
303
|
*/
|
|
304
304
|
get filter() {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.g2;
|
|
306
306
|
}
|
|
307
307
|
set filter(v) {
|
|
308
|
-
this.i.
|
|
308
|
+
this.i.g2 = v;
|
|
309
309
|
}
|
|
310
310
|
/**
|
|
311
311
|
* Gets or sets a filter to apply to the values of this column.
|
|
312
312
|
*/
|
|
313
313
|
get filterExpression() {
|
|
314
|
-
return this.i.
|
|
314
|
+
return this.i.g4;
|
|
315
315
|
}
|
|
316
316
|
set filterExpression(v) {
|
|
317
|
-
this.i.
|
|
317
|
+
this.i.g4 = v;
|
|
318
318
|
}
|
|
319
319
|
/**
|
|
320
320
|
* Gets or sets the header definition for this column.
|
|
@@ -342,346 +342,232 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
342
342
|
* Gets or sets whether filtering is enabled for this column.
|
|
343
343
|
*/
|
|
344
344
|
get isFilteringEnabled() {
|
|
345
|
-
return this.i.
|
|
345
|
+
return this.i.js;
|
|
346
346
|
}
|
|
347
347
|
set isFilteringEnabled(v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("isFilteringEnabled", this.i.
|
|
348
|
+
this.i.js = ensureBool(v);
|
|
349
|
+
this._a("isFilteringEnabled", this.i.js);
|
|
350
350
|
}
|
|
351
351
|
/**
|
|
352
352
|
* Gets or sets whether resizing is enabled for this column.
|
|
353
353
|
*/
|
|
354
354
|
get isResizingEnabled() {
|
|
355
|
-
return this.i.
|
|
355
|
+
return this.i.jv;
|
|
356
356
|
}
|
|
357
357
|
set isResizingEnabled(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("isResizingEnabled", this.i.
|
|
358
|
+
this.i.jv = ensureBool(v);
|
|
359
|
+
this._a("isResizingEnabled", this.i.jv);
|
|
360
360
|
}
|
|
361
361
|
/**
|
|
362
362
|
* Gets or sets whether or not a column is hidden from the grid
|
|
363
363
|
*/
|
|
364
364
|
get isHidden() {
|
|
365
|
-
return this.i.
|
|
365
|
+
return this.i.ju;
|
|
366
366
|
}
|
|
367
367
|
set isHidden(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("isHidden", this.i.
|
|
368
|
+
this.i.ju = ensureBool(v);
|
|
369
|
+
this._a("isHidden", this.i.ju);
|
|
370
370
|
}
|
|
371
371
|
/**
|
|
372
372
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
373
373
|
*/
|
|
374
374
|
get shouldRemoveWhenHidden() {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.jy;
|
|
376
376
|
}
|
|
377
377
|
set shouldRemoveWhenHidden(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
378
|
+
this.i.jy = ensureBool(v);
|
|
379
|
+
this._a("shouldRemoveWhenHidden", this.i.jy);
|
|
380
380
|
}
|
|
381
381
|
/**
|
|
382
382
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
383
383
|
*/
|
|
384
384
|
get sortDirection() {
|
|
385
|
-
return this.i.
|
|
385
|
+
return this.i.hs;
|
|
386
386
|
}
|
|
387
387
|
set sortDirection(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
388
|
+
this.i.hs = ensureEnum(ColumnSortDirection_$type, v);
|
|
389
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hs));
|
|
390
390
|
}
|
|
391
391
|
/**
|
|
392
392
|
* Gets or sets the current fixed position for this column.
|
|
393
393
|
*/
|
|
394
394
|
get pinned() {
|
|
395
|
-
return this.i.
|
|
395
|
+
return this.i.io;
|
|
396
396
|
}
|
|
397
397
|
set pinned(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
398
|
+
this.i.io = ensureEnum(PinnedPositions_$type, v);
|
|
399
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.io));
|
|
400
400
|
}
|
|
401
401
|
/**
|
|
402
402
|
* Gets the actual column options icon alignment for this column.
|
|
403
403
|
*/
|
|
404
404
|
get actualColumnOptionsIconAlignment() {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.hj;
|
|
406
406
|
}
|
|
407
407
|
set actualColumnOptionsIconAlignment(v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
408
|
+
this.i.hj = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
409
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hj));
|
|
410
410
|
}
|
|
411
411
|
/**
|
|
412
412
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
413
413
|
*/
|
|
414
414
|
get columnOptionsIconAlignment() {
|
|
415
|
-
return this.i.
|
|
415
|
+
return this.i.hk;
|
|
416
416
|
}
|
|
417
417
|
set columnOptionsIconAlignment(v) {
|
|
418
|
-
this.i.
|
|
419
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
418
|
+
this.i.hk = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
419
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hk));
|
|
420
420
|
}
|
|
421
421
|
/**
|
|
422
422
|
* Gets the actual column options icon color for this column.
|
|
423
423
|
*/
|
|
424
424
|
get actualColumnOptionsIconColor() {
|
|
425
|
-
return brushToString(this.i.
|
|
425
|
+
return brushToString(this.i.ou);
|
|
426
426
|
}
|
|
427
427
|
set actualColumnOptionsIconColor(v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
428
|
+
this.i.ou = stringToBrush(v);
|
|
429
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.ou));
|
|
430
430
|
}
|
|
431
431
|
/**
|
|
432
432
|
* Gets or sets the column options icon color for this column.
|
|
433
433
|
*/
|
|
434
434
|
get columnOptionsIconColor() {
|
|
435
|
-
return brushToString(this.i.
|
|
435
|
+
return brushToString(this.i.oz);
|
|
436
436
|
}
|
|
437
437
|
set columnOptionsIconColor(v) {
|
|
438
|
-
this.i.
|
|
439
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
438
|
+
this.i.oz = stringToBrush(v);
|
|
439
|
+
this._a("columnOptionsIconColor", brushToString(this.i.oz));
|
|
440
440
|
}
|
|
441
441
|
/**
|
|
442
442
|
* Gets or sets how the column option icon will behave in the column header.
|
|
443
443
|
*/
|
|
444
444
|
get columnOptionsIconBehavior() {
|
|
445
|
-
return this.i.
|
|
445
|
+
return this.i.ho;
|
|
446
446
|
}
|
|
447
447
|
set columnOptionsIconBehavior(v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
448
|
+
this.i.ho = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
449
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.ho));
|
|
450
450
|
}
|
|
451
451
|
/**
|
|
452
452
|
* Gets or sets how the column option icon will behave in the column header.
|
|
453
453
|
*/
|
|
454
454
|
get actualColumnOptionsIconBehavior() {
|
|
455
|
-
return this.i.
|
|
455
|
+
return this.i.hn;
|
|
456
456
|
}
|
|
457
457
|
set actualColumnOptionsIconBehavior(v) {
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
458
|
+
this.i.hn = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
459
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hn));
|
|
460
460
|
}
|
|
461
461
|
/**
|
|
462
462
|
* Gets the actual state of the column options for this column.
|
|
463
463
|
*/
|
|
464
464
|
get actualIsColumnOptionsEnabled() {
|
|
465
|
-
return this.i.
|
|
465
|
+
return this.i.jg;
|
|
466
466
|
}
|
|
467
467
|
set actualIsColumnOptionsEnabled(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
468
|
+
this.i.jg = ensureBool(v);
|
|
469
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jg);
|
|
470
470
|
}
|
|
471
471
|
/**
|
|
472
472
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
473
473
|
* then it will be disabled for the column regardless of what this is set to.
|
|
474
474
|
*/
|
|
475
475
|
get isColumnOptionsEnabled() {
|
|
476
|
-
return this.i.
|
|
476
|
+
return this.i.jo;
|
|
477
477
|
}
|
|
478
478
|
set isColumnOptionsEnabled(v) {
|
|
479
|
-
this.i.
|
|
480
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
479
|
+
this.i.jo = ensureBool(v);
|
|
480
|
+
this._a("isColumnOptionsEnabled", this.i.jo);
|
|
481
481
|
}
|
|
482
482
|
/**
|
|
483
483
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
484
484
|
*/
|
|
485
485
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
486
|
-
return this.i.
|
|
486
|
+
return this.i.ji;
|
|
487
487
|
}
|
|
488
488
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
489
|
+
this.i.ji = ensureBool(v);
|
|
490
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.ji);
|
|
491
491
|
}
|
|
492
492
|
/**
|
|
493
493
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
494
494
|
*/
|
|
495
495
|
get isColumnOptionsSummariesEnabled() {
|
|
496
|
-
return this.i.
|
|
496
|
+
return this.i.jq;
|
|
497
497
|
}
|
|
498
498
|
set isColumnOptionsSummariesEnabled(v) {
|
|
499
|
-
this.i.
|
|
500
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
499
|
+
this.i.jq = ensureBool(v);
|
|
500
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jq);
|
|
501
501
|
}
|
|
502
502
|
/**
|
|
503
503
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
504
504
|
*/
|
|
505
505
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
506
|
-
return this.i.
|
|
506
|
+
return this.i.jh;
|
|
507
507
|
}
|
|
508
508
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
509
|
+
this.i.jh = ensureBool(v);
|
|
510
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jh);
|
|
511
511
|
}
|
|
512
512
|
/**
|
|
513
513
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
514
514
|
*/
|
|
515
515
|
get isColumnOptionsGroupingEnabled() {
|
|
516
|
-
return this.i.
|
|
516
|
+
return this.i.jp;
|
|
517
517
|
}
|
|
518
518
|
set isColumnOptionsGroupingEnabled(v) {
|
|
519
|
-
this.i.
|
|
520
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
521
|
-
}
|
|
522
|
-
/**
|
|
523
|
-
* Gets or sets the column options dropdown background color.
|
|
524
|
-
*/
|
|
525
|
-
get actualColumnOptionsBackground() {
|
|
526
|
-
return brushToString(this.i.p0);
|
|
527
|
-
}
|
|
528
|
-
set actualColumnOptionsBackground(v) {
|
|
529
|
-
this.i.p0 = stringToBrush(v);
|
|
530
|
-
this._a("actualColumnOptionsBackground", brushToString(this.i.p0));
|
|
531
|
-
}
|
|
532
|
-
/**
|
|
533
|
-
* Gets or sets the column options dropdown background color.
|
|
534
|
-
*/
|
|
535
|
-
get columnOptionsBackground() {
|
|
536
|
-
return brushToString(this.i.qb);
|
|
537
|
-
}
|
|
538
|
-
set columnOptionsBackground(v) {
|
|
539
|
-
this.i.qb = stringToBrush(v);
|
|
540
|
-
this._a("columnOptionsBackground", brushToString(this.i.qb));
|
|
541
|
-
}
|
|
542
|
-
/**
|
|
543
|
-
* Gets or sets the text color for text inside the column options menu.
|
|
544
|
-
*/
|
|
545
|
-
get actualColumnOptionsTextColor() {
|
|
546
|
-
return brushToString(this.i.p5);
|
|
547
|
-
}
|
|
548
|
-
set actualColumnOptionsTextColor(v) {
|
|
549
|
-
this.i.p5 = stringToBrush(v);
|
|
550
|
-
this._a("actualColumnOptionsTextColor", brushToString(this.i.p5));
|
|
551
|
-
}
|
|
552
|
-
/**
|
|
553
|
-
* Gets or sets the text color for text inside the column options menu.
|
|
554
|
-
*/
|
|
555
|
-
get columnOptionsTextColor() {
|
|
556
|
-
return brushToString(this.i.qg);
|
|
557
|
-
}
|
|
558
|
-
set columnOptionsTextColor(v) {
|
|
559
|
-
this.i.qg = stringToBrush(v);
|
|
560
|
-
this._a("columnOptionsTextColor", brushToString(this.i.qg));
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* Gets or sets the color of separators inside the column options menu.
|
|
564
|
-
*/
|
|
565
|
-
get actualColumnOptionsSeparatorColor() {
|
|
566
|
-
return brushToString(this.i.p4);
|
|
567
|
-
}
|
|
568
|
-
set actualColumnOptionsSeparatorColor(v) {
|
|
569
|
-
this.i.p4 = stringToBrush(v);
|
|
570
|
-
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.p4));
|
|
571
|
-
}
|
|
572
|
-
/**
|
|
573
|
-
* Gets or sets the color of separators inside the column options menu.
|
|
574
|
-
*/
|
|
575
|
-
get columnOptionsSeparatorColor() {
|
|
576
|
-
return brushToString(this.i.qf);
|
|
577
|
-
}
|
|
578
|
-
set columnOptionsSeparatorColor(v) {
|
|
579
|
-
this.i.qf = stringToBrush(v);
|
|
580
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.qf));
|
|
581
|
-
}
|
|
582
|
-
/**
|
|
583
|
-
* Gets or sets the background color for group headers inside the column options menu.
|
|
584
|
-
*/
|
|
585
|
-
get actualColumnOptionsGroupHeaderBackground() {
|
|
586
|
-
return brushToString(this.i.p1);
|
|
587
|
-
}
|
|
588
|
-
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
589
|
-
this.i.p1 = stringToBrush(v);
|
|
590
|
-
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.p1));
|
|
591
|
-
}
|
|
592
|
-
/**
|
|
593
|
-
* Gets or sets the background color for group headers inside the column options menu.
|
|
594
|
-
*/
|
|
595
|
-
get columnOptionsGroupHeaderBackground() {
|
|
596
|
-
return brushToString(this.i.qc);
|
|
597
|
-
}
|
|
598
|
-
set columnOptionsGroupHeaderBackground(v) {
|
|
599
|
-
this.i.qc = stringToBrush(v);
|
|
600
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.qc));
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* Gets the actual text color for group headers inside the column options menu.
|
|
604
|
-
*/
|
|
605
|
-
get actualColumnOptionsGroupHeaderTextColor() {
|
|
606
|
-
return brushToString(this.i.p2);
|
|
607
|
-
}
|
|
608
|
-
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
609
|
-
this.i.p2 = stringToBrush(v);
|
|
610
|
-
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.p2));
|
|
611
|
-
}
|
|
612
|
-
/**
|
|
613
|
-
* Gets or sets the text color for group headers inside the column options menu.
|
|
614
|
-
*/
|
|
615
|
-
get columnOptionsGroupHeaderTextColor() {
|
|
616
|
-
return brushToString(this.i.qd);
|
|
617
|
-
}
|
|
618
|
-
set columnOptionsGroupHeaderTextColor(v) {
|
|
619
|
-
this.i.qd = stringToBrush(v);
|
|
620
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.qd));
|
|
621
|
-
}
|
|
622
|
-
get actualColumnOptionsAccentColor() {
|
|
623
|
-
return brushToString(this.i.pz);
|
|
624
|
-
}
|
|
625
|
-
set actualColumnOptionsAccentColor(v) {
|
|
626
|
-
this.i.pz = stringToBrush(v);
|
|
627
|
-
this._a("actualColumnOptionsAccentColor", brushToString(this.i.pz));
|
|
628
|
-
}
|
|
629
|
-
get columnOptionsAccentColor() {
|
|
630
|
-
return brushToString(this.i.qa);
|
|
631
|
-
}
|
|
632
|
-
set columnOptionsAccentColor(v) {
|
|
633
|
-
this.i.qa = stringToBrush(v);
|
|
634
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.qa));
|
|
519
|
+
this.i.jp = ensureBool(v);
|
|
520
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jp);
|
|
635
521
|
}
|
|
636
522
|
/**
|
|
637
523
|
* Gets or sets if the column is editable.
|
|
638
524
|
*/
|
|
639
525
|
get isEditable() {
|
|
640
|
-
return this.i.
|
|
526
|
+
return this.i.jr;
|
|
641
527
|
}
|
|
642
528
|
set isEditable(v) {
|
|
643
|
-
this.i.
|
|
644
|
-
this._a("isEditable", this.i.
|
|
529
|
+
this.i.jr = ensureBool(v);
|
|
530
|
+
this._a("isEditable", this.i.jr);
|
|
645
531
|
}
|
|
646
532
|
/**
|
|
647
533
|
* Gets or sets the text color used for deleted rows.
|
|
648
534
|
*/
|
|
649
535
|
get deletedTextColor() {
|
|
650
|
-
return brushToString(this.i.
|
|
536
|
+
return brushToString(this.i.o0);
|
|
651
537
|
}
|
|
652
538
|
set deletedTextColor(v) {
|
|
653
|
-
this.i.
|
|
654
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
539
|
+
this.i.o0 = stringToBrush(v);
|
|
540
|
+
this._a("deletedTextColor", brushToString(this.i.o0));
|
|
655
541
|
}
|
|
656
542
|
/**
|
|
657
543
|
* Gets the actual text color used for deleted rows.
|
|
658
544
|
*/
|
|
659
545
|
get actualDeletedTextColor() {
|
|
660
|
-
return brushToString(this.i.
|
|
546
|
+
return brushToString(this.i.ov);
|
|
661
547
|
}
|
|
662
548
|
set actualDeletedTextColor(v) {
|
|
663
|
-
this.i.
|
|
664
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
549
|
+
this.i.ov = stringToBrush(v);
|
|
550
|
+
this._a("actualDeletedTextColor", brushToString(this.i.ov));
|
|
665
551
|
}
|
|
666
552
|
/**
|
|
667
553
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
668
554
|
*/
|
|
669
555
|
get editOpacity() {
|
|
670
|
-
return this.i.
|
|
556
|
+
return this.i.ka;
|
|
671
557
|
}
|
|
672
558
|
set editOpacity(v) {
|
|
673
|
-
this.i.
|
|
674
|
-
this._a("editOpacity", this.i.
|
|
559
|
+
this.i.ka = +v;
|
|
560
|
+
this._a("editOpacity", this.i.ka);
|
|
675
561
|
}
|
|
676
562
|
/**
|
|
677
563
|
* Gets the actual opacity for unsaved edited cell values.
|
|
678
564
|
*/
|
|
679
565
|
get actualEditOpacity() {
|
|
680
|
-
return this.i.
|
|
566
|
+
return this.i.j9;
|
|
681
567
|
}
|
|
682
568
|
set actualEditOpacity(v) {
|
|
683
|
-
this.i.
|
|
684
|
-
this._a("actualEditOpacity", this.i.
|
|
569
|
+
this.i.j9 = +v;
|
|
570
|
+
this._a("actualEditOpacity", this.i.j9);
|
|
685
571
|
}
|
|
686
572
|
/**
|
|
687
573
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -702,96 +588,96 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
702
588
|
* Gets the actual font style used for unsaved cell edits.
|
|
703
589
|
*/
|
|
704
590
|
get actualEditFontInfo() {
|
|
705
|
-
if (this.i.
|
|
591
|
+
if (this.i.ix == null) {
|
|
706
592
|
return null;
|
|
707
593
|
}
|
|
708
|
-
return this.i.
|
|
594
|
+
return this.i.ix.fontString;
|
|
709
595
|
}
|
|
710
596
|
set actualEditFontInfo(v) {
|
|
711
597
|
let fi = new FontInfo();
|
|
712
598
|
fi.fontString = v;
|
|
713
|
-
this.i.
|
|
714
|
-
this._a("actualEditFontInfo", this.i.
|
|
599
|
+
this.i.ix = fi;
|
|
600
|
+
this._a("actualEditFontInfo", this.i.ix != null ? this.i.ix.fontString : "");
|
|
715
601
|
}
|
|
716
602
|
/**
|
|
717
603
|
* Gets or sets if and how cell merging is performed for this field.
|
|
718
604
|
*/
|
|
719
605
|
get mergedCellMode() {
|
|
720
|
-
return this.i.
|
|
606
|
+
return this.i.ij;
|
|
721
607
|
}
|
|
722
608
|
set mergedCellMode(v) {
|
|
723
|
-
this.i.
|
|
724
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
609
|
+
this.i.ij = ensureEnum(MergedCellMode_$type, v);
|
|
610
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ij));
|
|
725
611
|
}
|
|
726
612
|
/**
|
|
727
613
|
* Gets or sets how cells are evaluated for merging.
|
|
728
614
|
*/
|
|
729
615
|
get mergedCellEvaluationCriteria() {
|
|
730
|
-
return this.i.
|
|
616
|
+
return this.i.ig;
|
|
731
617
|
}
|
|
732
618
|
set mergedCellEvaluationCriteria(v) {
|
|
733
|
-
this.i.
|
|
734
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
619
|
+
this.i.ig = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
620
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ig));
|
|
735
621
|
}
|
|
736
622
|
/**
|
|
737
623
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
738
624
|
*/
|
|
739
625
|
get mergedCellVerticalAlignment() {
|
|
740
|
-
return this.i.
|
|
626
|
+
return this.i.hb;
|
|
741
627
|
}
|
|
742
628
|
set mergedCellVerticalAlignment(v) {
|
|
743
|
-
this.i.
|
|
744
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
629
|
+
this.i.hb = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
630
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.hb));
|
|
745
631
|
}
|
|
746
632
|
/**
|
|
747
633
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
748
634
|
*/
|
|
749
635
|
get mergedCellPaddingLeft() {
|
|
750
|
-
return this.i.
|
|
636
|
+
return this.i.kt;
|
|
751
637
|
}
|
|
752
638
|
set mergedCellPaddingLeft(v) {
|
|
753
|
-
this.i.
|
|
754
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
639
|
+
this.i.kt = +v;
|
|
640
|
+
this._a("mergedCellPaddingLeft", this.i.kt);
|
|
755
641
|
}
|
|
756
642
|
/**
|
|
757
643
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
758
644
|
*/
|
|
759
645
|
get mergedCellPaddingTop() {
|
|
760
|
-
return this.i.
|
|
646
|
+
return this.i.kv;
|
|
761
647
|
}
|
|
762
648
|
set mergedCellPaddingTop(v) {
|
|
763
|
-
this.i.
|
|
764
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
649
|
+
this.i.kv = +v;
|
|
650
|
+
this._a("mergedCellPaddingTop", this.i.kv);
|
|
765
651
|
}
|
|
766
652
|
/**
|
|
767
653
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
768
654
|
*/
|
|
769
655
|
get mergedCellPaddingRight() {
|
|
770
|
-
return this.i.
|
|
656
|
+
return this.i.ku;
|
|
771
657
|
}
|
|
772
658
|
set mergedCellPaddingRight(v) {
|
|
773
|
-
this.i.
|
|
774
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
659
|
+
this.i.ku = +v;
|
|
660
|
+
this._a("mergedCellPaddingRight", this.i.ku);
|
|
775
661
|
}
|
|
776
662
|
/**
|
|
777
663
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
778
664
|
*/
|
|
779
665
|
get mergedCellPaddingBottom() {
|
|
780
|
-
return this.i.
|
|
666
|
+
return this.i.ks;
|
|
781
667
|
}
|
|
782
668
|
set mergedCellPaddingBottom(v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
669
|
+
this.i.ks = +v;
|
|
670
|
+
this._a("mergedCellPaddingBottom", this.i.ks);
|
|
785
671
|
}
|
|
786
672
|
/**
|
|
787
673
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
788
674
|
*/
|
|
789
675
|
get filterComparisonType() {
|
|
790
|
-
return this.i.
|
|
676
|
+
return this.i.h2;
|
|
791
677
|
}
|
|
792
678
|
set filterComparisonType(v) {
|
|
793
|
-
this.i.
|
|
794
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
679
|
+
this.i.h2 = ensureEnum(FilterComparisonType_$type, v);
|
|
680
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h2));
|
|
795
681
|
}
|
|
796
682
|
/**
|
|
797
683
|
* Gets a list of the current custom filters for this column.
|
|
@@ -799,7 +685,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
799
685
|
get filterOperands() {
|
|
800
686
|
if (this._filterOperands === null) {
|
|
801
687
|
let coll = new IgcGridFilterOperandsCollection();
|
|
802
|
-
let innerColl = this.i.
|
|
688
|
+
let innerColl = this.i.ia;
|
|
803
689
|
if (!innerColl) {
|
|
804
690
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
805
691
|
}
|
|
@@ -815,7 +701,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
815
701
|
let coll = new IgcGridFilterOperandsCollection();
|
|
816
702
|
this._filterOperands = coll._fromOuter(v);
|
|
817
703
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
818
|
-
let innerColl = this.i.
|
|
704
|
+
let innerColl = this.i.ia;
|
|
819
705
|
if (!innerColl) {
|
|
820
706
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
821
707
|
}
|
|
@@ -827,20 +713,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
827
713
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
828
714
|
*/
|
|
829
715
|
get suffixText() {
|
|
830
|
-
return this.i.
|
|
716
|
+
return this.i.nm;
|
|
831
717
|
}
|
|
832
718
|
set suffixText(v) {
|
|
833
|
-
this.i.
|
|
719
|
+
this.i.nm = v;
|
|
834
720
|
}
|
|
835
721
|
/**
|
|
836
722
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
837
723
|
*/
|
|
838
724
|
get suffixTextColor() {
|
|
839
|
-
return brushToString(this.i.
|
|
725
|
+
return brushToString(this.i.o8);
|
|
840
726
|
}
|
|
841
727
|
set suffixTextColor(v) {
|
|
842
|
-
this.i.
|
|
843
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
728
|
+
this.i.o8 = stringToBrush(v);
|
|
729
|
+
this._a("suffixTextColor", brushToString(this.i.o8));
|
|
844
730
|
}
|
|
845
731
|
/**
|
|
846
732
|
* Gets or sets the font of the suffix text.
|
|
@@ -861,99 +747,99 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
861
747
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
862
748
|
*/
|
|
863
749
|
get suffixIconName() {
|
|
864
|
-
return this.i.
|
|
750
|
+
return this.i.ne;
|
|
865
751
|
}
|
|
866
752
|
set suffixIconName(v) {
|
|
867
|
-
this.i.
|
|
753
|
+
this.i.ne = v;
|
|
868
754
|
}
|
|
869
755
|
/**
|
|
870
756
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
871
757
|
*/
|
|
872
758
|
get suffixIconCollectionName() {
|
|
873
|
-
return this.i.
|
|
759
|
+
return this.i.nb;
|
|
874
760
|
}
|
|
875
761
|
set suffixIconCollectionName(v) {
|
|
876
|
-
this.i.
|
|
762
|
+
this.i.nb = v;
|
|
877
763
|
}
|
|
878
764
|
/**
|
|
879
765
|
* Gets or sets the stroke color of suffix icon.
|
|
880
766
|
*/
|
|
881
767
|
get suffixIconStroke() {
|
|
882
|
-
return brushToString(this.i.
|
|
768
|
+
return brushToString(this.i.o7);
|
|
883
769
|
}
|
|
884
770
|
set suffixIconStroke(v) {
|
|
885
|
-
this.i.
|
|
886
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
771
|
+
this.i.o7 = stringToBrush(v);
|
|
772
|
+
this._a("suffixIconStroke", brushToString(this.i.o7));
|
|
887
773
|
}
|
|
888
774
|
/**
|
|
889
775
|
* Gets or sets the fill color of suffix icon.
|
|
890
776
|
*/
|
|
891
777
|
get suffixIconFill() {
|
|
892
|
-
return brushToString(this.i.
|
|
778
|
+
return brushToString(this.i.o6);
|
|
893
779
|
}
|
|
894
780
|
set suffixIconFill(v) {
|
|
895
|
-
this.i.
|
|
896
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
781
|
+
this.i.o6 = stringToBrush(v);
|
|
782
|
+
this._a("suffixIconFill", brushToString(this.i.o6));
|
|
897
783
|
}
|
|
898
784
|
/**
|
|
899
785
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
900
786
|
*/
|
|
901
787
|
get suffixIconViewBoxLeft() {
|
|
902
|
-
return this.i.
|
|
788
|
+
return this.i.kd;
|
|
903
789
|
}
|
|
904
790
|
set suffixIconViewBoxLeft(v) {
|
|
905
|
-
this.i.
|
|
906
|
-
this._a("suffixIconViewBoxLeft", this.i.
|
|
791
|
+
this.i.kd = +v;
|
|
792
|
+
this._a("suffixIconViewBoxLeft", this.i.kd);
|
|
907
793
|
}
|
|
908
794
|
/**
|
|
909
795
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
910
796
|
*/
|
|
911
797
|
get suffixIconViewBoxTop() {
|
|
912
|
-
return this.i.
|
|
798
|
+
return this.i.ke;
|
|
913
799
|
}
|
|
914
800
|
set suffixIconViewBoxTop(v) {
|
|
915
|
-
this.i.
|
|
916
|
-
this._a("suffixIconViewBoxTop", this.i.
|
|
801
|
+
this.i.ke = +v;
|
|
802
|
+
this._a("suffixIconViewBoxTop", this.i.ke);
|
|
917
803
|
}
|
|
918
804
|
/**
|
|
919
805
|
* Gets or sets the suffix icon's viewbox width.
|
|
920
806
|
*/
|
|
921
807
|
get suffixIconViewBoxWidth() {
|
|
922
|
-
return this.i.
|
|
808
|
+
return this.i.kf;
|
|
923
809
|
}
|
|
924
810
|
set suffixIconViewBoxWidth(v) {
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("suffixIconViewBoxWidth", this.i.
|
|
811
|
+
this.i.kf = +v;
|
|
812
|
+
this._a("suffixIconViewBoxWidth", this.i.kf);
|
|
927
813
|
}
|
|
928
814
|
/**
|
|
929
815
|
* Gets or sets the suffix icon's viewbox height.
|
|
930
816
|
*/
|
|
931
817
|
get suffixIconViewBoxHeight() {
|
|
932
|
-
return this.i.
|
|
818
|
+
return this.i.kc;
|
|
933
819
|
}
|
|
934
820
|
set suffixIconViewBoxHeight(v) {
|
|
935
|
-
this.i.
|
|
936
|
-
this._a("suffixIconViewBoxHeight", this.i.
|
|
821
|
+
this.i.kc = +v;
|
|
822
|
+
this._a("suffixIconViewBoxHeight", this.i.kc);
|
|
937
823
|
}
|
|
938
824
|
/**
|
|
939
825
|
* Gets or sets the suffix margin.
|
|
940
826
|
*/
|
|
941
827
|
get suffixMargin() {
|
|
942
|
-
return this.i.
|
|
828
|
+
return this.i.kg;
|
|
943
829
|
}
|
|
944
830
|
set suffixMargin(v) {
|
|
945
|
-
this.i.
|
|
946
|
-
this._a("suffixMargin", this.i.
|
|
831
|
+
this.i.kg = +v;
|
|
832
|
+
this._a("suffixMargin", this.i.kg);
|
|
947
833
|
}
|
|
948
834
|
/**
|
|
949
835
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
950
836
|
*/
|
|
951
837
|
get textDecoration() {
|
|
952
|
-
return this.i.
|
|
838
|
+
return this.i.iq;
|
|
953
839
|
}
|
|
954
840
|
set textDecoration(v) {
|
|
955
|
-
this.i.
|
|
956
|
-
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.
|
|
841
|
+
this.i.iq = ensureEnum(TextCellDecoration_$type, v);
|
|
842
|
+
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iq));
|
|
957
843
|
}
|
|
958
844
|
findByName(name) {
|
|
959
845
|
var baseResult = super.findByName(name);
|
|
@@ -987,18 +873,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
987
873
|
|
|
988
874
|
*/
|
|
989
875
|
getUniqueKey() {
|
|
990
|
-
let iv = this.i.
|
|
876
|
+
let iv = this.i.mc();
|
|
991
877
|
return (iv);
|
|
992
878
|
}
|
|
993
879
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
994
|
-
this.i.
|
|
880
|
+
this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
995
881
|
}
|
|
996
882
|
/**
|
|
997
883
|
* Returns if the column has named header values.
|
|
998
884
|
|
|
999
885
|
*/
|
|
1000
886
|
hasNamedHeaderValues() {
|
|
1001
|
-
let iv = this.i.
|
|
887
|
+
let iv = this.i.jl();
|
|
1002
888
|
return (iv);
|
|
1003
889
|
}
|
|
1004
890
|
/**
|
|
@@ -1007,7 +893,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1007
893
|
* @param valueName * The named value to check for.
|
|
1008
894
|
*/
|
|
1009
895
|
hasNamedHeaderValue(valueName) {
|
|
1010
|
-
let iv = this.i.
|
|
896
|
+
let iv = this.i.jk(valueName);
|
|
1011
897
|
return (iv);
|
|
1012
898
|
}
|
|
1013
899
|
/**
|
|
@@ -1016,7 +902,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1016
902
|
* @param valueName * The named header value to remove.
|
|
1017
903
|
*/
|
|
1018
904
|
removeNamedHeaderValue(valueName) {
|
|
1019
|
-
this.i.
|
|
905
|
+
this.i.n1(valueName);
|
|
1020
906
|
}
|
|
1021
907
|
/**
|
|
1022
908
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1024,11 +910,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1024
910
|
* @param valueName * Name of the named header value to retrieve.
|
|
1025
911
|
*/
|
|
1026
912
|
getNamedHeaderValue(valueName) {
|
|
1027
|
-
let iv = this.i.
|
|
913
|
+
let iv = this.i.k7(valueName);
|
|
1028
914
|
return (iv);
|
|
1029
915
|
}
|
|
1030
916
|
applyCustomFilter(filterID, index, value) {
|
|
1031
|
-
this.i.
|
|
917
|
+
this.i.nu(filterID, index, value);
|
|
1032
918
|
}
|
|
1033
919
|
getDesiredToolbarActions() {
|
|
1034
920
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1084,7 +970,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1084
970
|
this._actualHeaderTextChange = ev;
|
|
1085
971
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
1086
972
|
let ext = this.actualHeaderText;
|
|
1087
|
-
if (e.propertyName == '
|
|
973
|
+
if (e.propertyName == 'Lm') {
|
|
1088
974
|
if (this.beforeActualHeaderTextChange) {
|
|
1089
975
|
this.beforeActualHeaderTextChange(this, ext);
|
|
1090
976
|
}
|