igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 7.1.0-alpha.3
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 +5951 -5689
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +20 -20
- package/esm2015/lib/CheckboxListView_combined.js +22 -22
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +4 -4
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCellPresenter.js +38 -38
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +76 -67
- 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 +281 -261
- package/esm2015/lib/igc-data-grid-component.js +10 -0
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- 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-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +38 -24
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +38 -38
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +20 -20
- package/esm5/lib/CheckboxListView_combined.js +22 -22
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +4 -4
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCellPresenter.js +38 -38
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +80 -67
- 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 +289 -261
- package/esm5/lib/igc-data-grid-component.js +14 -0
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- 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-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +46 -24
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
- package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
- package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +10 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/package.json +4 -4
|
@@ -80,143 +80,163 @@ 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.lk;
|
|
84
84
|
}
|
|
85
85
|
set paddingLeft(v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("paddingLeft", this.i.
|
|
86
|
+
this.i.lk = +v;
|
|
87
|
+
this._a("paddingLeft", this.i.lk);
|
|
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.lm;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("paddingTop", this.i.
|
|
96
|
+
this.i.lm = +v;
|
|
97
|
+
this._a("paddingTop", this.i.lm);
|
|
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.ll;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("paddingRight", this.i.
|
|
106
|
+
this.i.ll = +v;
|
|
107
|
+
this._a("paddingRight", this.i.ll);
|
|
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.lj;
|
|
114
114
|
}
|
|
115
115
|
set paddingBottom(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingBottom", this.i.
|
|
116
|
+
this.i.lj = +v;
|
|
117
|
+
this._a("paddingBottom", this.i.lj);
|
|
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.n8;
|
|
124
124
|
}
|
|
125
125
|
set name(v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.n8 = 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.nh;
|
|
133
133
|
}
|
|
134
134
|
set field(v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.nh = 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.no;
|
|
142
142
|
}
|
|
143
143
|
set headerText(v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.no = 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.mj;
|
|
151
151
|
}
|
|
152
152
|
set actualHeaderText(v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.mj = 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.rz);
|
|
160
160
|
}
|
|
161
161
|
set selectedBackground(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
162
|
+
this.i.rz = stringToBrush(v);
|
|
163
|
+
this._a("selectedBackground", brushToString(this.i.rz));
|
|
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.ri);
|
|
170
170
|
}
|
|
171
171
|
set actualSelectedBackground(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
172
|
+
this.i.ri = stringToBrush(v);
|
|
173
|
+
this._a("actualSelectedBackground", brushToString(this.i.ri));
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Gets or sets the text color to use for the cells when they are selected
|
|
177
|
+
*/
|
|
178
|
+
get selectedTextColor() {
|
|
179
|
+
return brushToString(this.i.r0);
|
|
180
|
+
}
|
|
181
|
+
set selectedTextColor(v) {
|
|
182
|
+
this.i.r0 = stringToBrush(v);
|
|
183
|
+
this._a("selectedTextColor", brushToString(this.i.r0));
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Gets the actual text color that is used for the cells when they are selected
|
|
187
|
+
*/
|
|
188
|
+
get actualSelectedTextColor() {
|
|
189
|
+
return brushToString(this.i.rj);
|
|
190
|
+
}
|
|
191
|
+
set actualSelectedTextColor(v) {
|
|
192
|
+
this.i.rj = stringToBrush(v);
|
|
193
|
+
this._a("actualSelectedTextColor", brushToString(this.i.rj));
|
|
174
194
|
}
|
|
175
195
|
/**
|
|
176
196
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
177
197
|
*/
|
|
178
198
|
get rowHoverBackground() {
|
|
179
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.rx);
|
|
180
200
|
}
|
|
181
201
|
set rowHoverBackground(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
202
|
+
this.i.rx = stringToBrush(v);
|
|
203
|
+
this._a("rowHoverBackground", brushToString(this.i.rx));
|
|
184
204
|
}
|
|
185
205
|
/**
|
|
186
206
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
187
207
|
*/
|
|
188
208
|
get actualHoverBackground() {
|
|
189
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.rg);
|
|
190
210
|
}
|
|
191
211
|
set actualHoverBackground(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
212
|
+
this.i.rg = stringToBrush(v);
|
|
213
|
+
this._a("actualHoverBackground", brushToString(this.i.rg));
|
|
194
214
|
}
|
|
195
215
|
/**
|
|
196
216
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
197
217
|
*/
|
|
198
218
|
get rowHoverTextColor() {
|
|
199
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.ry);
|
|
200
220
|
}
|
|
201
221
|
set rowHoverTextColor(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
222
|
+
this.i.ry = stringToBrush(v);
|
|
223
|
+
this._a("rowHoverTextColor", brushToString(this.i.ry));
|
|
204
224
|
}
|
|
205
225
|
/**
|
|
206
226
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
207
227
|
*/
|
|
208
228
|
get actualRowHoverTextColor() {
|
|
209
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.rh);
|
|
210
230
|
}
|
|
211
231
|
set actualRowHoverTextColor(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
232
|
+
this.i.rh = stringToBrush(v);
|
|
233
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.rh));
|
|
214
234
|
}
|
|
215
235
|
/**
|
|
216
236
|
* Gets or sets the animation settings to use for this column.
|
|
217
237
|
*/
|
|
218
238
|
get animationSettings() {
|
|
219
|
-
const r = this.i.
|
|
239
|
+
const r = this.i.id;
|
|
220
240
|
if (r == null) {
|
|
221
241
|
return null;
|
|
222
242
|
}
|
|
@@ -235,7 +255,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
235
255
|
return r.externalObject;
|
|
236
256
|
}
|
|
237
257
|
set animationSettings(v) {
|
|
238
|
-
v == null ? this.i.
|
|
258
|
+
v == null ? this.i.id = null : this.i.id = v.i;
|
|
239
259
|
}
|
|
240
260
|
/**
|
|
241
261
|
* Gets or sets the width to use for this column.
|
|
@@ -272,49 +292,49 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
272
292
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
273
293
|
*/
|
|
274
294
|
get minWidth() {
|
|
275
|
-
return this.i.
|
|
295
|
+
return this.i.kr;
|
|
276
296
|
}
|
|
277
297
|
set minWidth(v) {
|
|
278
|
-
this.i.
|
|
279
|
-
this._a("minWidth", this.i.
|
|
298
|
+
this.i.kr = +v;
|
|
299
|
+
this._a("minWidth", this.i.kr);
|
|
280
300
|
}
|
|
281
301
|
/**
|
|
282
302
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
283
303
|
*/
|
|
284
304
|
get isFromMarkup() {
|
|
285
|
-
return this.i.
|
|
305
|
+
return this.i.j9;
|
|
286
306
|
}
|
|
287
307
|
set isFromMarkup(v) {
|
|
288
|
-
this.i.
|
|
289
|
-
this._a("isFromMarkup", this.i.
|
|
308
|
+
this.i.j9 = ensureBool(v);
|
|
309
|
+
this._a("isFromMarkup", this.i.j9);
|
|
290
310
|
}
|
|
291
311
|
/**
|
|
292
312
|
* Gets whether this column was auto generated.
|
|
293
313
|
*/
|
|
294
314
|
get isAutoGenerated() {
|
|
295
|
-
return this.i.
|
|
315
|
+
return this.i.j3;
|
|
296
316
|
}
|
|
297
317
|
set isAutoGenerated(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("isAutoGenerated", this.i.
|
|
318
|
+
this.i.j3 = ensureBool(v);
|
|
319
|
+
this._a("isAutoGenerated", this.i.j3);
|
|
300
320
|
}
|
|
301
321
|
/**
|
|
302
322
|
* Gets or sets a filter to apply on the values of this column
|
|
303
323
|
*/
|
|
304
324
|
get filter() {
|
|
305
|
-
return this.i.
|
|
325
|
+
return this.i.g5;
|
|
306
326
|
}
|
|
307
327
|
set filter(v) {
|
|
308
|
-
this.i.
|
|
328
|
+
this.i.g5 = v;
|
|
309
329
|
}
|
|
310
330
|
/**
|
|
311
331
|
* Gets or sets a filter to apply to the values of this column.
|
|
312
332
|
*/
|
|
313
333
|
get filterExpression() {
|
|
314
|
-
return this.i.
|
|
334
|
+
return this.i.g7;
|
|
315
335
|
}
|
|
316
336
|
set filterExpression(v) {
|
|
317
|
-
this.i.
|
|
337
|
+
this.i.g7 = v;
|
|
318
338
|
}
|
|
319
339
|
/**
|
|
320
340
|
* Gets or sets the header definition for this column.
|
|
@@ -342,429 +362,429 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
342
362
|
* Gets or sets whether filtering is enabled for this column.
|
|
343
363
|
*/
|
|
344
364
|
get isFilteringEnabled() {
|
|
345
|
-
return this.i.
|
|
365
|
+
return this.i.j8;
|
|
346
366
|
}
|
|
347
367
|
set isFilteringEnabled(v) {
|
|
348
|
-
this.i.
|
|
349
|
-
this._a("isFilteringEnabled", this.i.
|
|
368
|
+
this.i.j8 = ensureBool(v);
|
|
369
|
+
this._a("isFilteringEnabled", this.i.j8);
|
|
350
370
|
}
|
|
351
371
|
/**
|
|
352
372
|
* Gets or sets whether resizing is enabled for this column.
|
|
353
373
|
*/
|
|
354
374
|
get isResizingEnabled() {
|
|
355
|
-
return this.i.
|
|
375
|
+
return this.i.kb;
|
|
356
376
|
}
|
|
357
377
|
set isResizingEnabled(v) {
|
|
358
|
-
this.i.
|
|
359
|
-
this._a("isResizingEnabled", this.i.
|
|
378
|
+
this.i.kb = ensureBool(v);
|
|
379
|
+
this._a("isResizingEnabled", this.i.kb);
|
|
360
380
|
}
|
|
361
381
|
/**
|
|
362
382
|
* Gets or sets whether or not a column is hidden from the grid
|
|
363
383
|
*/
|
|
364
384
|
get isHidden() {
|
|
365
|
-
return this.i.
|
|
385
|
+
return this.i.ka;
|
|
366
386
|
}
|
|
367
387
|
set isHidden(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("isHidden", this.i.
|
|
388
|
+
this.i.ka = ensureBool(v);
|
|
389
|
+
this._a("isHidden", this.i.ka);
|
|
370
390
|
}
|
|
371
391
|
/**
|
|
372
392
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
373
393
|
*/
|
|
374
394
|
get shouldRemoveWhenHidden() {
|
|
375
|
-
return this.i.
|
|
395
|
+
return this.i.ke;
|
|
376
396
|
}
|
|
377
397
|
set shouldRemoveWhenHidden(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
398
|
+
this.i.ke = ensureBool(v);
|
|
399
|
+
this._a("shouldRemoveWhenHidden", this.i.ke);
|
|
380
400
|
}
|
|
381
401
|
/**
|
|
382
402
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
383
403
|
*/
|
|
384
404
|
get sortDirection() {
|
|
385
|
-
return this.i.
|
|
405
|
+
return this.i.hv;
|
|
386
406
|
}
|
|
387
407
|
set sortDirection(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
408
|
+
this.i.hv = ensureEnum(ColumnSortDirection_$type, v);
|
|
409
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.hv));
|
|
390
410
|
}
|
|
391
411
|
/**
|
|
392
412
|
* Gets or sets the current fixed position for this column.
|
|
393
413
|
*/
|
|
394
414
|
get pinned() {
|
|
395
|
-
return this.i.
|
|
415
|
+
return this.i.it;
|
|
396
416
|
}
|
|
397
417
|
set pinned(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
418
|
+
this.i.it = ensureEnum(PinnedPositions_$type, v);
|
|
419
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.it));
|
|
400
420
|
}
|
|
401
421
|
/**
|
|
402
422
|
* Gets the actual column options icon alignment for this column.
|
|
403
423
|
*/
|
|
404
424
|
get actualColumnOptionsIconAlignment() {
|
|
405
|
-
return this.i.
|
|
425
|
+
return this.i.hm;
|
|
406
426
|
}
|
|
407
427
|
set actualColumnOptionsIconAlignment(v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
428
|
+
this.i.hm = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
429
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hm));
|
|
410
430
|
}
|
|
411
431
|
/**
|
|
412
432
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
413
433
|
*/
|
|
414
434
|
get columnOptionsIconAlignment() {
|
|
415
|
-
return this.i.
|
|
435
|
+
return this.i.hn;
|
|
416
436
|
}
|
|
417
437
|
set columnOptionsIconAlignment(v) {
|
|
418
|
-
this.i.
|
|
419
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
438
|
+
this.i.hn = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
439
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.hn));
|
|
420
440
|
}
|
|
421
441
|
/**
|
|
422
442
|
* Gets the actual column options icon color for this column.
|
|
423
443
|
*/
|
|
424
444
|
get actualColumnOptionsIconColor() {
|
|
425
|
-
return brushToString(this.i.
|
|
445
|
+
return brushToString(this.i.rb);
|
|
426
446
|
}
|
|
427
447
|
set actualColumnOptionsIconColor(v) {
|
|
428
|
-
this.i.
|
|
429
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
448
|
+
this.i.rb = stringToBrush(v);
|
|
449
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.rb));
|
|
430
450
|
}
|
|
431
451
|
/**
|
|
432
452
|
* Gets or sets the column options icon color for this column.
|
|
433
453
|
*/
|
|
434
454
|
get columnOptionsIconColor() {
|
|
435
|
-
return brushToString(this.i.
|
|
455
|
+
return brushToString(this.i.rq);
|
|
436
456
|
}
|
|
437
457
|
set columnOptionsIconColor(v) {
|
|
438
|
-
this.i.
|
|
439
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
458
|
+
this.i.rq = stringToBrush(v);
|
|
459
|
+
this._a("columnOptionsIconColor", brushToString(this.i.rq));
|
|
440
460
|
}
|
|
441
461
|
/**
|
|
442
462
|
* Gets or sets how the column option icon will behave in the column header.
|
|
443
463
|
*/
|
|
444
464
|
get columnOptionsIconBehavior() {
|
|
445
|
-
return this.i.
|
|
465
|
+
return this.i.hr;
|
|
446
466
|
}
|
|
447
467
|
set columnOptionsIconBehavior(v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
468
|
+
this.i.hr = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
469
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hr));
|
|
450
470
|
}
|
|
451
471
|
/**
|
|
452
472
|
* Gets or sets how the column option icon will behave in the column header.
|
|
453
473
|
*/
|
|
454
474
|
get actualColumnOptionsIconBehavior() {
|
|
455
|
-
return this.i.
|
|
475
|
+
return this.i.hq;
|
|
456
476
|
}
|
|
457
477
|
set actualColumnOptionsIconBehavior(v) {
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
478
|
+
this.i.hq = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
479
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.hq));
|
|
460
480
|
}
|
|
461
481
|
/**
|
|
462
482
|
* Gets the actual state of the column options for this column.
|
|
463
483
|
*/
|
|
464
484
|
get actualIsColumnOptionsEnabled() {
|
|
465
|
-
return this.i.
|
|
485
|
+
return this.i.jw;
|
|
466
486
|
}
|
|
467
487
|
set actualIsColumnOptionsEnabled(v) {
|
|
468
|
-
this.i.
|
|
469
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
488
|
+
this.i.jw = ensureBool(v);
|
|
489
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jw);
|
|
470
490
|
}
|
|
471
491
|
/**
|
|
472
492
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
473
493
|
* then it will be disabled for the column regardless of what this is set to.
|
|
474
494
|
*/
|
|
475
495
|
get isColumnOptionsEnabled() {
|
|
476
|
-
return this.i.
|
|
496
|
+
return this.i.j4;
|
|
477
497
|
}
|
|
478
498
|
set isColumnOptionsEnabled(v) {
|
|
479
|
-
this.i.
|
|
480
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
499
|
+
this.i.j4 = ensureBool(v);
|
|
500
|
+
this._a("isColumnOptionsEnabled", this.i.j4);
|
|
481
501
|
}
|
|
482
502
|
/**
|
|
483
503
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
484
504
|
*/
|
|
485
505
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
486
|
-
return this.i.
|
|
506
|
+
return this.i.jy;
|
|
487
507
|
}
|
|
488
508
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
489
|
-
this.i.
|
|
490
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
509
|
+
this.i.jy = ensureBool(v);
|
|
510
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jy);
|
|
491
511
|
}
|
|
492
512
|
/**
|
|
493
513
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
494
514
|
*/
|
|
495
515
|
get isColumnOptionsSummariesEnabled() {
|
|
496
|
-
return this.i.
|
|
516
|
+
return this.i.j6;
|
|
497
517
|
}
|
|
498
518
|
set isColumnOptionsSummariesEnabled(v) {
|
|
499
|
-
this.i.
|
|
500
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
519
|
+
this.i.j6 = ensureBool(v);
|
|
520
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.j6);
|
|
501
521
|
}
|
|
502
522
|
/**
|
|
503
523
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
504
524
|
*/
|
|
505
525
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
506
|
-
return this.i.
|
|
526
|
+
return this.i.jx;
|
|
507
527
|
}
|
|
508
528
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
529
|
+
this.i.jx = ensureBool(v);
|
|
530
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jx);
|
|
511
531
|
}
|
|
512
532
|
/**
|
|
513
533
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
514
534
|
*/
|
|
515
535
|
get isColumnOptionsGroupingEnabled() {
|
|
516
|
-
return this.i.
|
|
536
|
+
return this.i.j5;
|
|
517
537
|
}
|
|
518
538
|
set isColumnOptionsGroupingEnabled(v) {
|
|
519
|
-
this.i.
|
|
520
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
539
|
+
this.i.j5 = ensureBool(v);
|
|
540
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.j5);
|
|
521
541
|
}
|
|
522
542
|
/**
|
|
523
543
|
* Gets or sets the column options dropdown background color.
|
|
524
544
|
*/
|
|
525
545
|
get actualColumnOptionsBackground() {
|
|
526
|
-
return brushToString(this.i.
|
|
546
|
+
return brushToString(this.i.q6);
|
|
527
547
|
}
|
|
528
548
|
set actualColumnOptionsBackground(v) {
|
|
529
|
-
this.i.
|
|
530
|
-
this._a("actualColumnOptionsBackground", brushToString(this.i.
|
|
549
|
+
this.i.q6 = stringToBrush(v);
|
|
550
|
+
this._a("actualColumnOptionsBackground", brushToString(this.i.q6));
|
|
531
551
|
}
|
|
532
552
|
/**
|
|
533
553
|
* Gets or sets the column options dropdown background color.
|
|
534
554
|
*/
|
|
535
555
|
get columnOptionsBackground() {
|
|
536
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.rl);
|
|
537
557
|
}
|
|
538
558
|
set columnOptionsBackground(v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
559
|
+
this.i.rl = stringToBrush(v);
|
|
560
|
+
this._a("columnOptionsBackground", brushToString(this.i.rl));
|
|
541
561
|
}
|
|
542
562
|
/**
|
|
543
563
|
* Gets or sets the text color for text inside the column options menu.
|
|
544
564
|
*/
|
|
545
565
|
get actualColumnOptionsTextColor() {
|
|
546
|
-
return brushToString(this.i.
|
|
566
|
+
return brushToString(this.i.rd);
|
|
547
567
|
}
|
|
548
568
|
set actualColumnOptionsTextColor(v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("actualColumnOptionsTextColor", brushToString(this.i.
|
|
569
|
+
this.i.rd = stringToBrush(v);
|
|
570
|
+
this._a("actualColumnOptionsTextColor", brushToString(this.i.rd));
|
|
551
571
|
}
|
|
552
572
|
/**
|
|
553
573
|
* Gets or sets the text color for text inside the column options menu.
|
|
554
574
|
*/
|
|
555
575
|
get columnOptionsTextColor() {
|
|
556
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.rs);
|
|
557
577
|
}
|
|
558
578
|
set columnOptionsTextColor(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
579
|
+
this.i.rs = stringToBrush(v);
|
|
580
|
+
this._a("columnOptionsTextColor", brushToString(this.i.rs));
|
|
561
581
|
}
|
|
562
582
|
/**
|
|
563
583
|
* Gets or sets the font settings for text inside the column options menu.
|
|
564
584
|
*/
|
|
565
585
|
get columnOptionsTextStyle() {
|
|
566
|
-
if (this.i.
|
|
586
|
+
if (this.i.jd == null) {
|
|
567
587
|
return null;
|
|
568
588
|
}
|
|
569
|
-
return this.i.
|
|
589
|
+
return this.i.jd.fontString;
|
|
570
590
|
}
|
|
571
591
|
set columnOptionsTextStyle(v) {
|
|
572
592
|
let fi = new FontInfo();
|
|
573
593
|
fi.fontString = v;
|
|
574
|
-
this.i.
|
|
575
|
-
this._a("columnOptionsTextStyle", this.i.
|
|
594
|
+
this.i.jd = fi;
|
|
595
|
+
this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
|
|
576
596
|
}
|
|
577
597
|
get actualColumnOptionsHoverBackgroundColor() {
|
|
578
|
-
return brushToString(this.i.
|
|
598
|
+
return brushToString(this.i.ra);
|
|
579
599
|
}
|
|
580
600
|
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
581
|
-
this.i.
|
|
582
|
-
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
601
|
+
this.i.ra = stringToBrush(v);
|
|
602
|
+
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.ra));
|
|
583
603
|
}
|
|
584
604
|
get columnOptionsHoverBackgroundColor() {
|
|
585
|
-
return brushToString(this.i.
|
|
605
|
+
return brushToString(this.i.rp);
|
|
586
606
|
}
|
|
587
607
|
set columnOptionsHoverBackgroundColor(v) {
|
|
588
|
-
this.i.
|
|
589
|
-
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
608
|
+
this.i.rp = stringToBrush(v);
|
|
609
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rp));
|
|
590
610
|
}
|
|
591
611
|
get actualColumnOptionsToolTipBackgroundColor() {
|
|
592
|
-
return brushToString(this.i.
|
|
612
|
+
return brushToString(this.i.re);
|
|
593
613
|
}
|
|
594
614
|
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
595
|
-
this.i.
|
|
596
|
-
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
615
|
+
this.i.re = stringToBrush(v);
|
|
616
|
+
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.re));
|
|
597
617
|
}
|
|
598
618
|
get columnOptionsToolTipBackgroundColor() {
|
|
599
|
-
return brushToString(this.i.
|
|
619
|
+
return brushToString(this.i.rt);
|
|
600
620
|
}
|
|
601
621
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
602
|
-
this.i.
|
|
603
|
-
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
622
|
+
this.i.rt = stringToBrush(v);
|
|
623
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rt));
|
|
604
624
|
}
|
|
605
625
|
get actualColumnOptionsHighlightColor() {
|
|
606
|
-
return brushToString(this.i.
|
|
626
|
+
return brushToString(this.i.q9);
|
|
607
627
|
}
|
|
608
628
|
set actualColumnOptionsHighlightColor(v) {
|
|
609
|
-
this.i.
|
|
610
|
-
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.
|
|
629
|
+
this.i.q9 = stringToBrush(v);
|
|
630
|
+
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.q9));
|
|
611
631
|
}
|
|
612
632
|
get columnOptionsHighlightColor() {
|
|
613
|
-
return brushToString(this.i.
|
|
633
|
+
return brushToString(this.i.ro);
|
|
614
634
|
}
|
|
615
635
|
set columnOptionsHighlightColor(v) {
|
|
616
|
-
this.i.
|
|
617
|
-
this._a("columnOptionsHighlightColor", brushToString(this.i.
|
|
636
|
+
this.i.ro = stringToBrush(v);
|
|
637
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.ro));
|
|
618
638
|
}
|
|
619
639
|
/**
|
|
620
640
|
* Gets or sets the color of separators inside the column options menu.
|
|
621
641
|
*/
|
|
622
642
|
get actualColumnOptionsSeparatorColor() {
|
|
623
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.rc);
|
|
624
644
|
}
|
|
625
645
|
set actualColumnOptionsSeparatorColor(v) {
|
|
626
|
-
this.i.
|
|
627
|
-
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.
|
|
646
|
+
this.i.rc = stringToBrush(v);
|
|
647
|
+
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rc));
|
|
628
648
|
}
|
|
629
649
|
/**
|
|
630
650
|
* Gets or sets the color of separators inside the column options menu.
|
|
631
651
|
*/
|
|
632
652
|
get columnOptionsSeparatorColor() {
|
|
633
|
-
return brushToString(this.i.
|
|
653
|
+
return brushToString(this.i.rr);
|
|
634
654
|
}
|
|
635
655
|
set columnOptionsSeparatorColor(v) {
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
656
|
+
this.i.rr = stringToBrush(v);
|
|
657
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.rr));
|
|
638
658
|
}
|
|
639
659
|
/**
|
|
640
660
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
641
661
|
*/
|
|
642
662
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
643
|
-
return brushToString(this.i.
|
|
663
|
+
return brushToString(this.i.q7);
|
|
644
664
|
}
|
|
645
665
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
646
|
-
this.i.
|
|
647
|
-
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
666
|
+
this.i.q7 = stringToBrush(v);
|
|
667
|
+
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.q7));
|
|
648
668
|
}
|
|
649
669
|
/**
|
|
650
670
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
651
671
|
*/
|
|
652
672
|
get columnOptionsGroupHeaderBackground() {
|
|
653
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.rm);
|
|
654
674
|
}
|
|
655
675
|
set columnOptionsGroupHeaderBackground(v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
676
|
+
this.i.rm = stringToBrush(v);
|
|
677
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rm));
|
|
658
678
|
}
|
|
659
679
|
/**
|
|
660
680
|
* Gets the actual text color for group headers inside the column options menu.
|
|
661
681
|
*/
|
|
662
682
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
663
|
-
return brushToString(this.i.
|
|
683
|
+
return brushToString(this.i.q8);
|
|
664
684
|
}
|
|
665
685
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
666
|
-
this.i.
|
|
667
|
-
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
686
|
+
this.i.q8 = stringToBrush(v);
|
|
687
|
+
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.q8));
|
|
668
688
|
}
|
|
669
689
|
/**
|
|
670
690
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
671
691
|
*/
|
|
672
692
|
get columnOptionsGroupHeaderTextColor() {
|
|
673
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.rn);
|
|
674
694
|
}
|
|
675
695
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
676
|
-
this.i.
|
|
677
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
696
|
+
this.i.rn = stringToBrush(v);
|
|
697
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rn));
|
|
678
698
|
}
|
|
679
699
|
get columnOptionsGroupHeaderTextStyle() {
|
|
680
|
-
if (this.i.
|
|
700
|
+
if (this.i.jc == null) {
|
|
681
701
|
return null;
|
|
682
702
|
}
|
|
683
|
-
return this.i.
|
|
703
|
+
return this.i.jc.fontString;
|
|
684
704
|
}
|
|
685
705
|
set columnOptionsGroupHeaderTextStyle(v) {
|
|
686
706
|
let fi = new FontInfo();
|
|
687
707
|
fi.fontString = v;
|
|
688
|
-
this.i.
|
|
689
|
-
this._a("columnOptionsGroupHeaderTextStyle", this.i.
|
|
708
|
+
this.i.jc = fi;
|
|
709
|
+
this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
|
|
690
710
|
}
|
|
691
711
|
get actualColumnOptionsAccentColor() {
|
|
692
|
-
return brushToString(this.i.
|
|
712
|
+
return brushToString(this.i.q5);
|
|
693
713
|
}
|
|
694
714
|
set actualColumnOptionsAccentColor(v) {
|
|
695
|
-
this.i.
|
|
696
|
-
this._a("actualColumnOptionsAccentColor", brushToString(this.i.
|
|
715
|
+
this.i.q5 = stringToBrush(v);
|
|
716
|
+
this._a("actualColumnOptionsAccentColor", brushToString(this.i.q5));
|
|
697
717
|
}
|
|
698
718
|
get columnOptionsAccentColor() {
|
|
699
|
-
return brushToString(this.i.
|
|
719
|
+
return brushToString(this.i.rk);
|
|
700
720
|
}
|
|
701
721
|
set columnOptionsAccentColor(v) {
|
|
702
|
-
this.i.
|
|
703
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
722
|
+
this.i.rk = stringToBrush(v);
|
|
723
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.rk));
|
|
704
724
|
}
|
|
705
725
|
get actualColumnOptionsRowHeight() {
|
|
706
|
-
return this.i.
|
|
726
|
+
return this.i.la;
|
|
707
727
|
}
|
|
708
728
|
set actualColumnOptionsRowHeight(v) {
|
|
709
|
-
this.i.
|
|
710
|
-
this._a("actualColumnOptionsRowHeight", this.i.
|
|
729
|
+
this.i.la = +v;
|
|
730
|
+
this._a("actualColumnOptionsRowHeight", this.i.la);
|
|
711
731
|
}
|
|
712
732
|
get columnOptionsRowHeight() {
|
|
713
|
-
return this.i.
|
|
733
|
+
return this.i.lb;
|
|
714
734
|
}
|
|
715
735
|
set columnOptionsRowHeight(v) {
|
|
716
|
-
this.i.
|
|
717
|
-
this._a("columnOptionsRowHeight", this.i.
|
|
736
|
+
this.i.lb = +v;
|
|
737
|
+
this._a("columnOptionsRowHeight", this.i.lb);
|
|
718
738
|
}
|
|
719
739
|
/**
|
|
720
740
|
* Gets or sets if the column is editable.
|
|
721
741
|
*/
|
|
722
742
|
get isEditable() {
|
|
723
|
-
return this.i.
|
|
743
|
+
return this.i.j7;
|
|
724
744
|
}
|
|
725
745
|
set isEditable(v) {
|
|
726
|
-
this.i.
|
|
727
|
-
this._a("isEditable", this.i.
|
|
746
|
+
this.i.j7 = ensureBool(v);
|
|
747
|
+
this._a("isEditable", this.i.j7);
|
|
728
748
|
}
|
|
729
749
|
/**
|
|
730
750
|
* Gets or sets the text color used for deleted rows.
|
|
731
751
|
*/
|
|
732
752
|
get deletedTextColor() {
|
|
733
|
-
return brushToString(this.i.
|
|
753
|
+
return brushToString(this.i.ru);
|
|
734
754
|
}
|
|
735
755
|
set deletedTextColor(v) {
|
|
736
|
-
this.i.
|
|
737
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
756
|
+
this.i.ru = stringToBrush(v);
|
|
757
|
+
this._a("deletedTextColor", brushToString(this.i.ru));
|
|
738
758
|
}
|
|
739
759
|
/**
|
|
740
760
|
* Gets the actual text color used for deleted rows.
|
|
741
761
|
*/
|
|
742
762
|
get actualDeletedTextColor() {
|
|
743
|
-
return brushToString(this.i.
|
|
763
|
+
return brushToString(this.i.rf);
|
|
744
764
|
}
|
|
745
765
|
set actualDeletedTextColor(v) {
|
|
746
|
-
this.i.
|
|
747
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
766
|
+
this.i.rf = stringToBrush(v);
|
|
767
|
+
this._a("actualDeletedTextColor", brushToString(this.i.rf));
|
|
748
768
|
}
|
|
749
769
|
/**
|
|
750
770
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
751
771
|
*/
|
|
752
772
|
get editOpacity() {
|
|
753
|
-
return this.i.
|
|
773
|
+
return this.i.kq;
|
|
754
774
|
}
|
|
755
775
|
set editOpacity(v) {
|
|
756
|
-
this.i.
|
|
757
|
-
this._a("editOpacity", this.i.
|
|
776
|
+
this.i.kq = +v;
|
|
777
|
+
this._a("editOpacity", this.i.kq);
|
|
758
778
|
}
|
|
759
779
|
/**
|
|
760
780
|
* Gets the actual opacity for unsaved edited cell values.
|
|
761
781
|
*/
|
|
762
782
|
get actualEditOpacity() {
|
|
763
|
-
return this.i.
|
|
783
|
+
return this.i.kp;
|
|
764
784
|
}
|
|
765
785
|
set actualEditOpacity(v) {
|
|
766
|
-
this.i.
|
|
767
|
-
this._a("actualEditOpacity", this.i.
|
|
786
|
+
this.i.kp = +v;
|
|
787
|
+
this._a("actualEditOpacity", this.i.kp);
|
|
768
788
|
}
|
|
769
789
|
/**
|
|
770
790
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -785,96 +805,96 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
785
805
|
* Gets the actual font style used for unsaved cell edits.
|
|
786
806
|
*/
|
|
787
807
|
get actualEditFontInfo() {
|
|
788
|
-
if (this.i.
|
|
808
|
+
if (this.i.jb == null) {
|
|
789
809
|
return null;
|
|
790
810
|
}
|
|
791
|
-
return this.i.
|
|
811
|
+
return this.i.jb.fontString;
|
|
792
812
|
}
|
|
793
813
|
set actualEditFontInfo(v) {
|
|
794
814
|
let fi = new FontInfo();
|
|
795
815
|
fi.fontString = v;
|
|
796
|
-
this.i.
|
|
797
|
-
this._a("actualEditFontInfo", this.i.
|
|
816
|
+
this.i.jb = fi;
|
|
817
|
+
this._a("actualEditFontInfo", this.i.jb != null ? this.i.jb.fontString : "");
|
|
798
818
|
}
|
|
799
819
|
/**
|
|
800
820
|
* Gets or sets if and how cell merging is performed for this field.
|
|
801
821
|
*/
|
|
802
822
|
get mergedCellMode() {
|
|
803
|
-
return this.i.
|
|
823
|
+
return this.i.ip;
|
|
804
824
|
}
|
|
805
825
|
set mergedCellMode(v) {
|
|
806
|
-
this.i.
|
|
807
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
826
|
+
this.i.ip = ensureEnum(MergedCellMode_$type, v);
|
|
827
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ip));
|
|
808
828
|
}
|
|
809
829
|
/**
|
|
810
830
|
* Gets or sets how cells are evaluated for merging.
|
|
811
831
|
*/
|
|
812
832
|
get mergedCellEvaluationCriteria() {
|
|
813
|
-
return this.i.
|
|
833
|
+
return this.i.il;
|
|
814
834
|
}
|
|
815
835
|
set mergedCellEvaluationCriteria(v) {
|
|
816
|
-
this.i.
|
|
817
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
836
|
+
this.i.il = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
837
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.il));
|
|
818
838
|
}
|
|
819
839
|
/**
|
|
820
840
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
821
841
|
*/
|
|
822
842
|
get mergedCellVerticalAlignment() {
|
|
823
|
-
return this.i.
|
|
843
|
+
return this.i.he;
|
|
824
844
|
}
|
|
825
845
|
set mergedCellVerticalAlignment(v) {
|
|
826
|
-
this.i.
|
|
827
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
846
|
+
this.i.he = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
847
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.he));
|
|
828
848
|
}
|
|
829
849
|
/**
|
|
830
850
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
831
851
|
*/
|
|
832
852
|
get mergedCellPaddingLeft() {
|
|
833
|
-
return this.i.
|
|
853
|
+
return this.i.ld;
|
|
834
854
|
}
|
|
835
855
|
set mergedCellPaddingLeft(v) {
|
|
836
|
-
this.i.
|
|
837
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
856
|
+
this.i.ld = +v;
|
|
857
|
+
this._a("mergedCellPaddingLeft", this.i.ld);
|
|
838
858
|
}
|
|
839
859
|
/**
|
|
840
860
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
841
861
|
*/
|
|
842
862
|
get mergedCellPaddingTop() {
|
|
843
|
-
return this.i.
|
|
863
|
+
return this.i.lf;
|
|
844
864
|
}
|
|
845
865
|
set mergedCellPaddingTop(v) {
|
|
846
|
-
this.i.
|
|
847
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
866
|
+
this.i.lf = +v;
|
|
867
|
+
this._a("mergedCellPaddingTop", this.i.lf);
|
|
848
868
|
}
|
|
849
869
|
/**
|
|
850
870
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
851
871
|
*/
|
|
852
872
|
get mergedCellPaddingRight() {
|
|
853
|
-
return this.i.
|
|
873
|
+
return this.i.le;
|
|
854
874
|
}
|
|
855
875
|
set mergedCellPaddingRight(v) {
|
|
856
|
-
this.i.
|
|
857
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
876
|
+
this.i.le = +v;
|
|
877
|
+
this._a("mergedCellPaddingRight", this.i.le);
|
|
858
878
|
}
|
|
859
879
|
/**
|
|
860
880
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
861
881
|
*/
|
|
862
882
|
get mergedCellPaddingBottom() {
|
|
863
|
-
return this.i.
|
|
883
|
+
return this.i.lc;
|
|
864
884
|
}
|
|
865
885
|
set mergedCellPaddingBottom(v) {
|
|
866
|
-
this.i.
|
|
867
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
886
|
+
this.i.lc = +v;
|
|
887
|
+
this._a("mergedCellPaddingBottom", this.i.lc);
|
|
868
888
|
}
|
|
869
889
|
/**
|
|
870
890
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
871
891
|
*/
|
|
872
892
|
get filterComparisonType() {
|
|
873
|
-
return this.i.
|
|
893
|
+
return this.i.h7;
|
|
874
894
|
}
|
|
875
895
|
set filterComparisonType(v) {
|
|
876
|
-
this.i.
|
|
877
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
896
|
+
this.i.h7 = ensureEnum(FilterComparisonType_$type, v);
|
|
897
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.h7));
|
|
878
898
|
}
|
|
879
899
|
/**
|
|
880
900
|
* Gets a list of the current custom filters for this column.
|
|
@@ -882,7 +902,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
882
902
|
get filterOperands() {
|
|
883
903
|
if (this._filterOperands === null) {
|
|
884
904
|
let coll = new IgcGridFilterOperandsCollection();
|
|
885
|
-
let innerColl = this.i.
|
|
905
|
+
let innerColl = this.i.ig;
|
|
886
906
|
if (!innerColl) {
|
|
887
907
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
888
908
|
}
|
|
@@ -898,7 +918,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
898
918
|
let coll = new IgcGridFilterOperandsCollection();
|
|
899
919
|
this._filterOperands = coll._fromOuter(v);
|
|
900
920
|
let syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
901
|
-
let innerColl = this.i.
|
|
921
|
+
let innerColl = this.i.ig;
|
|
902
922
|
if (!innerColl) {
|
|
903
923
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
904
924
|
}
|
|
@@ -910,20 +930,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
910
930
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
911
931
|
*/
|
|
912
932
|
get suffixText() {
|
|
913
|
-
return this.i.
|
|
933
|
+
return this.i.ox;
|
|
914
934
|
}
|
|
915
935
|
set suffixText(v) {
|
|
916
|
-
this.i.
|
|
936
|
+
this.i.ox = v;
|
|
917
937
|
}
|
|
918
938
|
/**
|
|
919
939
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
920
940
|
*/
|
|
921
941
|
get suffixTextColor() {
|
|
922
|
-
return brushToString(this.i.
|
|
942
|
+
return brushToString(this.i.r3);
|
|
923
943
|
}
|
|
924
944
|
set suffixTextColor(v) {
|
|
925
|
-
this.i.
|
|
926
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
945
|
+
this.i.r3 = stringToBrush(v);
|
|
946
|
+
this._a("suffixTextColor", brushToString(this.i.r3));
|
|
927
947
|
}
|
|
928
948
|
/**
|
|
929
949
|
* Gets or sets the font of the suffix text.
|
|
@@ -944,99 +964,99 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
944
964
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
945
965
|
*/
|
|
946
966
|
get suffixIconName() {
|
|
947
|
-
return this.i.
|
|
967
|
+
return this.i.op;
|
|
948
968
|
}
|
|
949
969
|
set suffixIconName(v) {
|
|
950
|
-
this.i.
|
|
970
|
+
this.i.op = v;
|
|
951
971
|
}
|
|
952
972
|
/**
|
|
953
973
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
954
974
|
*/
|
|
955
975
|
get suffixIconCollectionName() {
|
|
956
|
-
return this.i.
|
|
976
|
+
return this.i.om;
|
|
957
977
|
}
|
|
958
978
|
set suffixIconCollectionName(v) {
|
|
959
|
-
this.i.
|
|
979
|
+
this.i.om = v;
|
|
960
980
|
}
|
|
961
981
|
/**
|
|
962
982
|
* Gets or sets the stroke color of suffix icon.
|
|
963
983
|
*/
|
|
964
984
|
get suffixIconStroke() {
|
|
965
|
-
return brushToString(this.i.
|
|
985
|
+
return brushToString(this.i.r2);
|
|
966
986
|
}
|
|
967
987
|
set suffixIconStroke(v) {
|
|
968
|
-
this.i.
|
|
969
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
988
|
+
this.i.r2 = stringToBrush(v);
|
|
989
|
+
this._a("suffixIconStroke", brushToString(this.i.r2));
|
|
970
990
|
}
|
|
971
991
|
/**
|
|
972
992
|
* Gets or sets the fill color of suffix icon.
|
|
973
993
|
*/
|
|
974
994
|
get suffixIconFill() {
|
|
975
|
-
return brushToString(this.i.
|
|
995
|
+
return brushToString(this.i.r1);
|
|
976
996
|
}
|
|
977
997
|
set suffixIconFill(v) {
|
|
978
|
-
this.i.
|
|
979
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
998
|
+
this.i.r1 = stringToBrush(v);
|
|
999
|
+
this._a("suffixIconFill", brushToString(this.i.r1));
|
|
980
1000
|
}
|
|
981
1001
|
/**
|
|
982
1002
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
983
1003
|
*/
|
|
984
1004
|
get suffixIconViewBoxLeft() {
|
|
985
|
-
return this.i.
|
|
1005
|
+
return this.i.kt;
|
|
986
1006
|
}
|
|
987
1007
|
set suffixIconViewBoxLeft(v) {
|
|
988
|
-
this.i.
|
|
989
|
-
this._a("suffixIconViewBoxLeft", this.i.
|
|
1008
|
+
this.i.kt = +v;
|
|
1009
|
+
this._a("suffixIconViewBoxLeft", this.i.kt);
|
|
990
1010
|
}
|
|
991
1011
|
/**
|
|
992
1012
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
993
1013
|
*/
|
|
994
1014
|
get suffixIconViewBoxTop() {
|
|
995
|
-
return this.i.
|
|
1015
|
+
return this.i.ku;
|
|
996
1016
|
}
|
|
997
1017
|
set suffixIconViewBoxTop(v) {
|
|
998
|
-
this.i.
|
|
999
|
-
this._a("suffixIconViewBoxTop", this.i.
|
|
1018
|
+
this.i.ku = +v;
|
|
1019
|
+
this._a("suffixIconViewBoxTop", this.i.ku);
|
|
1000
1020
|
}
|
|
1001
1021
|
/**
|
|
1002
1022
|
* Gets or sets the suffix icon's viewbox width.
|
|
1003
1023
|
*/
|
|
1004
1024
|
get suffixIconViewBoxWidth() {
|
|
1005
|
-
return this.i.
|
|
1025
|
+
return this.i.kv;
|
|
1006
1026
|
}
|
|
1007
1027
|
set suffixIconViewBoxWidth(v) {
|
|
1008
|
-
this.i.
|
|
1009
|
-
this._a("suffixIconViewBoxWidth", this.i.
|
|
1028
|
+
this.i.kv = +v;
|
|
1029
|
+
this._a("suffixIconViewBoxWidth", this.i.kv);
|
|
1010
1030
|
}
|
|
1011
1031
|
/**
|
|
1012
1032
|
* Gets or sets the suffix icon's viewbox height.
|
|
1013
1033
|
*/
|
|
1014
1034
|
get suffixIconViewBoxHeight() {
|
|
1015
|
-
return this.i.
|
|
1035
|
+
return this.i.ks;
|
|
1016
1036
|
}
|
|
1017
1037
|
set suffixIconViewBoxHeight(v) {
|
|
1018
|
-
this.i.
|
|
1019
|
-
this._a("suffixIconViewBoxHeight", this.i.
|
|
1038
|
+
this.i.ks = +v;
|
|
1039
|
+
this._a("suffixIconViewBoxHeight", this.i.ks);
|
|
1020
1040
|
}
|
|
1021
1041
|
/**
|
|
1022
1042
|
* Gets or sets the suffix margin.
|
|
1023
1043
|
*/
|
|
1024
1044
|
get suffixMargin() {
|
|
1025
|
-
return this.i.
|
|
1045
|
+
return this.i.kw;
|
|
1026
1046
|
}
|
|
1027
1047
|
set suffixMargin(v) {
|
|
1028
|
-
this.i.
|
|
1029
|
-
this._a("suffixMargin", this.i.
|
|
1048
|
+
this.i.kw = +v;
|
|
1049
|
+
this._a("suffixMargin", this.i.kw);
|
|
1030
1050
|
}
|
|
1031
1051
|
/**
|
|
1032
1052
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
1033
1053
|
*/
|
|
1034
1054
|
get textDecoration() {
|
|
1035
|
-
return this.i.
|
|
1055
|
+
return this.i.iv;
|
|
1036
1056
|
}
|
|
1037
1057
|
set textDecoration(v) {
|
|
1038
|
-
this.i.
|
|
1039
|
-
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.
|
|
1058
|
+
this.i.iv = ensureEnum(TextCellDecoration_$type, v);
|
|
1059
|
+
this._a("textDecoration", enumToString(TextCellDecoration_$type, this.i.iv));
|
|
1040
1060
|
}
|
|
1041
1061
|
findByName(name) {
|
|
1042
1062
|
var baseResult = super.findByName(name);
|
|
@@ -1070,18 +1090,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1070
1090
|
|
|
1071
1091
|
*/
|
|
1072
1092
|
getUniqueKey() {
|
|
1073
|
-
let iv = this.i.
|
|
1093
|
+
let iv = this.i.nm();
|
|
1074
1094
|
return (iv);
|
|
1075
1095
|
}
|
|
1076
1096
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
1077
|
-
this.i.
|
|
1097
|
+
this.i.pf(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1078
1098
|
}
|
|
1079
1099
|
/**
|
|
1080
1100
|
* Returns if the column has named header values.
|
|
1081
1101
|
|
|
1082
1102
|
*/
|
|
1083
1103
|
hasNamedHeaderValues() {
|
|
1084
|
-
let iv = this.i.
|
|
1104
|
+
let iv = this.i.j1();
|
|
1085
1105
|
return (iv);
|
|
1086
1106
|
}
|
|
1087
1107
|
/**
|
|
@@ -1090,7 +1110,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1090
1110
|
* @param valueName * The named value to check for.
|
|
1091
1111
|
*/
|
|
1092
1112
|
hasNamedHeaderValue(valueName) {
|
|
1093
|
-
let iv = this.i.
|
|
1113
|
+
let iv = this.i.j0(valueName);
|
|
1094
1114
|
return (iv);
|
|
1095
1115
|
}
|
|
1096
1116
|
/**
|
|
@@ -1099,7 +1119,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1099
1119
|
* @param valueName * The named header value to remove.
|
|
1100
1120
|
*/
|
|
1101
1121
|
removeNamedHeaderValue(valueName) {
|
|
1102
|
-
this.i.
|
|
1122
|
+
this.i.pe(valueName);
|
|
1103
1123
|
}
|
|
1104
1124
|
/**
|
|
1105
1125
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1107,11 +1127,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1107
1127
|
* @param valueName * Name of the named header value to retrieve.
|
|
1108
1128
|
*/
|
|
1109
1129
|
getNamedHeaderValue(valueName) {
|
|
1110
|
-
let iv = this.i.
|
|
1130
|
+
let iv = this.i.lr(valueName);
|
|
1111
1131
|
return (iv);
|
|
1112
1132
|
}
|
|
1113
1133
|
applyCustomFilter(filterID, index, value) {
|
|
1114
|
-
this.i.
|
|
1134
|
+
this.i.o5(filterID, index, value);
|
|
1115
1135
|
}
|
|
1116
1136
|
getDesiredToolbarActions() {
|
|
1117
1137
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1167,7 +1187,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1167
1187
|
this._actualHeaderTextChange = ev;
|
|
1168
1188
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
1169
1189
|
let ext = this.actualHeaderText;
|
|
1170
|
-
if (e.propertyName == '
|
|
1190
|
+
if (e.propertyName == 'Mj') {
|
|
1171
1191
|
if (this.beforeActualHeaderTextChange) {
|
|
1172
1192
|
this.beforeActualHeaderTextChange(this, ext);
|
|
1173
1193
|
}
|