igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +23 -23
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +224 -214
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- 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 +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- 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 +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +23 -23
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +228 -214
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- 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 +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- 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 +6274 -6050
- package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
- package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/package.json +4 -4
|
@@ -80,157 +80,157 @@ 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.lm;
|
|
84
84
|
}
|
|
85
85
|
set paddingLeft(v) {
|
|
86
|
-
this.i.
|
|
87
|
-
this._a("paddingLeft", this.i.
|
|
86
|
+
this.i.lm = +v;
|
|
87
|
+
this._a("paddingLeft", this.i.lm);
|
|
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.lo;
|
|
94
94
|
}
|
|
95
95
|
set paddingTop(v) {
|
|
96
|
-
this.i.
|
|
97
|
-
this._a("paddingTop", this.i.
|
|
96
|
+
this.i.lo = +v;
|
|
97
|
+
this._a("paddingTop", this.i.lo);
|
|
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.ln;
|
|
104
104
|
}
|
|
105
105
|
set paddingRight(v) {
|
|
106
|
-
this.i.
|
|
107
|
-
this._a("paddingRight", this.i.
|
|
106
|
+
this.i.ln = +v;
|
|
107
|
+
this._a("paddingRight", this.i.ln);
|
|
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.ll;
|
|
114
114
|
}
|
|
115
115
|
set paddingBottom(v) {
|
|
116
|
-
this.i.
|
|
117
|
-
this._a("paddingBottom", this.i.
|
|
116
|
+
this.i.ll = +v;
|
|
117
|
+
this._a("paddingBottom", this.i.ll);
|
|
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.ob;
|
|
124
124
|
}
|
|
125
125
|
set name(v) {
|
|
126
|
-
this.i.
|
|
126
|
+
this.i.ob = 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.nj;
|
|
133
133
|
}
|
|
134
134
|
set field(v) {
|
|
135
|
-
this.i.
|
|
135
|
+
this.i.nj = 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.nq;
|
|
142
142
|
}
|
|
143
143
|
set headerText(v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.nq = 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.ml;
|
|
151
151
|
}
|
|
152
152
|
set actualHeaderText(v) {
|
|
153
|
-
this.i.
|
|
153
|
+
this.i.ml = 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.r2);
|
|
160
160
|
}
|
|
161
161
|
set selectedBackground(v) {
|
|
162
|
-
this.i.
|
|
163
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
162
|
+
this.i.r2 = stringToBrush(v);
|
|
163
|
+
this._a("selectedBackground", brushToString(this.i.r2));
|
|
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.rl);
|
|
170
170
|
}
|
|
171
171
|
set actualSelectedBackground(v) {
|
|
172
|
-
this.i.
|
|
173
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
172
|
+
this.i.rl = stringToBrush(v);
|
|
173
|
+
this._a("actualSelectedBackground", brushToString(this.i.rl));
|
|
174
174
|
}
|
|
175
175
|
/**
|
|
176
176
|
* Gets or sets the text color to use for the cells when they are selected
|
|
177
177
|
*/
|
|
178
178
|
get selectedTextColor() {
|
|
179
|
-
return brushToString(this.i.
|
|
179
|
+
return brushToString(this.i.r3);
|
|
180
180
|
}
|
|
181
181
|
set selectedTextColor(v) {
|
|
182
|
-
this.i.
|
|
183
|
-
this._a("selectedTextColor", brushToString(this.i.
|
|
182
|
+
this.i.r3 = stringToBrush(v);
|
|
183
|
+
this._a("selectedTextColor", brushToString(this.i.r3));
|
|
184
184
|
}
|
|
185
185
|
/**
|
|
186
186
|
* Gets the actual text color that is used for the cells when they are selected
|
|
187
187
|
*/
|
|
188
188
|
get actualSelectedTextColor() {
|
|
189
|
-
return brushToString(this.i.
|
|
189
|
+
return brushToString(this.i.rm);
|
|
190
190
|
}
|
|
191
191
|
set actualSelectedTextColor(v) {
|
|
192
|
-
this.i.
|
|
193
|
-
this._a("actualSelectedTextColor", brushToString(this.i.
|
|
192
|
+
this.i.rm = stringToBrush(v);
|
|
193
|
+
this._a("actualSelectedTextColor", brushToString(this.i.rm));
|
|
194
194
|
}
|
|
195
195
|
/**
|
|
196
196
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
197
197
|
*/
|
|
198
198
|
get rowHoverBackground() {
|
|
199
|
-
return brushToString(this.i.
|
|
199
|
+
return brushToString(this.i.r0);
|
|
200
200
|
}
|
|
201
201
|
set rowHoverBackground(v) {
|
|
202
|
-
this.i.
|
|
203
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
202
|
+
this.i.r0 = stringToBrush(v);
|
|
203
|
+
this._a("rowHoverBackground", brushToString(this.i.r0));
|
|
204
204
|
}
|
|
205
205
|
/**
|
|
206
206
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
207
207
|
*/
|
|
208
208
|
get actualHoverBackground() {
|
|
209
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.rj);
|
|
210
210
|
}
|
|
211
211
|
set actualHoverBackground(v) {
|
|
212
|
-
this.i.
|
|
213
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
212
|
+
this.i.rj = stringToBrush(v);
|
|
213
|
+
this._a("actualHoverBackground", brushToString(this.i.rj));
|
|
214
214
|
}
|
|
215
215
|
/**
|
|
216
216
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
217
217
|
*/
|
|
218
218
|
get rowHoverTextColor() {
|
|
219
|
-
return brushToString(this.i.
|
|
219
|
+
return brushToString(this.i.r1);
|
|
220
220
|
}
|
|
221
221
|
set rowHoverTextColor(v) {
|
|
222
|
-
this.i.
|
|
223
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
222
|
+
this.i.r1 = stringToBrush(v);
|
|
223
|
+
this._a("rowHoverTextColor", brushToString(this.i.r1));
|
|
224
224
|
}
|
|
225
225
|
/**
|
|
226
226
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
227
227
|
*/
|
|
228
228
|
get actualRowHoverTextColor() {
|
|
229
|
-
return brushToString(this.i.
|
|
229
|
+
return brushToString(this.i.rk);
|
|
230
230
|
}
|
|
231
231
|
set actualRowHoverTextColor(v) {
|
|
232
|
-
this.i.
|
|
233
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
232
|
+
this.i.rk = stringToBrush(v);
|
|
233
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.rk));
|
|
234
234
|
}
|
|
235
235
|
/**
|
|
236
236
|
* Gets or sets the animation settings to use for this column.
|
|
@@ -292,31 +292,31 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
292
292
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
293
293
|
*/
|
|
294
294
|
get minWidth() {
|
|
295
|
-
return this.i.
|
|
295
|
+
return this.i.kt;
|
|
296
296
|
}
|
|
297
297
|
set minWidth(v) {
|
|
298
|
-
this.i.
|
|
299
|
-
this._a("minWidth", this.i.
|
|
298
|
+
this.i.kt = +v;
|
|
299
|
+
this._a("minWidth", this.i.kt);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
302
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
303
303
|
*/
|
|
304
304
|
get isFromMarkup() {
|
|
305
|
-
return this.i.
|
|
305
|
+
return this.i.ka;
|
|
306
306
|
}
|
|
307
307
|
set isFromMarkup(v) {
|
|
308
|
-
this.i.
|
|
309
|
-
this._a("isFromMarkup", this.i.
|
|
308
|
+
this.i.ka = ensureBool(v);
|
|
309
|
+
this._a("isFromMarkup", this.i.ka);
|
|
310
310
|
}
|
|
311
311
|
/**
|
|
312
312
|
* Gets whether this column was auto generated.
|
|
313
313
|
*/
|
|
314
314
|
get isAutoGenerated() {
|
|
315
|
-
return this.i.
|
|
315
|
+
return this.i.j4;
|
|
316
316
|
}
|
|
317
317
|
set isAutoGenerated(v) {
|
|
318
|
-
this.i.
|
|
319
|
-
this._a("isAutoGenerated", this.i.
|
|
318
|
+
this.i.j4 = ensureBool(v);
|
|
319
|
+
this._a("isAutoGenerated", this.i.j4);
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
322
322
|
* Gets or sets a filter to apply on the values of this column
|
|
@@ -362,41 +362,51 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
362
362
|
* Gets or sets whether filtering is enabled for this column.
|
|
363
363
|
*/
|
|
364
364
|
get isFilteringEnabled() {
|
|
365
|
-
return this.i.
|
|
365
|
+
return this.i.j9;
|
|
366
366
|
}
|
|
367
367
|
set isFilteringEnabled(v) {
|
|
368
|
-
this.i.
|
|
369
|
-
this._a("isFilteringEnabled", this.i.
|
|
368
|
+
this.i.j9 = ensureBool(v);
|
|
369
|
+
this._a("isFilteringEnabled", this.i.j9);
|
|
370
370
|
}
|
|
371
371
|
/**
|
|
372
372
|
* Gets or sets whether resizing is enabled for this column.
|
|
373
373
|
*/
|
|
374
374
|
get isResizingEnabled() {
|
|
375
|
-
return this.i.
|
|
375
|
+
return this.i.kc;
|
|
376
376
|
}
|
|
377
377
|
set isResizingEnabled(v) {
|
|
378
|
-
this.i.
|
|
379
|
-
this._a("isResizingEnabled", this.i.
|
|
378
|
+
this.i.kc = ensureBool(v);
|
|
379
|
+
this._a("isResizingEnabled", this.i.kc);
|
|
380
|
+
}
|
|
381
|
+
/**
|
|
382
|
+
* Gets or sets whether sorting is enabled for this column from the UI.
|
|
383
|
+
*/
|
|
384
|
+
get isSortingEnabled() {
|
|
385
|
+
return this.i.kd;
|
|
386
|
+
}
|
|
387
|
+
set isSortingEnabled(v) {
|
|
388
|
+
this.i.kd = ensureBool(v);
|
|
389
|
+
this._a("isSortingEnabled", this.i.kd);
|
|
380
390
|
}
|
|
381
391
|
/**
|
|
382
392
|
* Gets or sets whether or not a column is hidden from the grid
|
|
383
393
|
*/
|
|
384
394
|
get isHidden() {
|
|
385
|
-
return this.i.
|
|
395
|
+
return this.i.kb;
|
|
386
396
|
}
|
|
387
397
|
set isHidden(v) {
|
|
388
|
-
this.i.
|
|
389
|
-
this._a("isHidden", this.i.
|
|
398
|
+
this.i.kb = ensureBool(v);
|
|
399
|
+
this._a("isHidden", this.i.kb);
|
|
390
400
|
}
|
|
391
401
|
/**
|
|
392
402
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
393
403
|
*/
|
|
394
404
|
get shouldRemoveWhenHidden() {
|
|
395
|
-
return this.i.
|
|
405
|
+
return this.i.kg;
|
|
396
406
|
}
|
|
397
407
|
set shouldRemoveWhenHidden(v) {
|
|
398
|
-
this.i.
|
|
399
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
408
|
+
this.i.kg = ensureBool(v);
|
|
409
|
+
this._a("shouldRemoveWhenHidden", this.i.kg);
|
|
400
410
|
}
|
|
401
411
|
/**
|
|
402
412
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
@@ -442,21 +452,21 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
442
452
|
* Gets the actual column options icon color for this column.
|
|
443
453
|
*/
|
|
444
454
|
get actualColumnOptionsIconColor() {
|
|
445
|
-
return brushToString(this.i.
|
|
455
|
+
return brushToString(this.i.re);
|
|
446
456
|
}
|
|
447
457
|
set actualColumnOptionsIconColor(v) {
|
|
448
|
-
this.i.
|
|
449
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
458
|
+
this.i.re = stringToBrush(v);
|
|
459
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.re));
|
|
450
460
|
}
|
|
451
461
|
/**
|
|
452
462
|
* Gets or sets the column options icon color for this column.
|
|
453
463
|
*/
|
|
454
464
|
get columnOptionsIconColor() {
|
|
455
|
-
return brushToString(this.i.
|
|
465
|
+
return brushToString(this.i.rt);
|
|
456
466
|
}
|
|
457
467
|
set columnOptionsIconColor(v) {
|
|
458
|
-
this.i.
|
|
459
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
468
|
+
this.i.rt = stringToBrush(v);
|
|
469
|
+
this._a("columnOptionsIconColor", brushToString(this.i.rt));
|
|
460
470
|
}
|
|
461
471
|
/**
|
|
462
472
|
* Gets or sets how the column option icon will behave in the column header.
|
|
@@ -482,102 +492,102 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
482
492
|
* Gets the actual state of the column options for this column.
|
|
483
493
|
*/
|
|
484
494
|
get actualIsColumnOptionsEnabled() {
|
|
485
|
-
return this.i.
|
|
495
|
+
return this.i.jx;
|
|
486
496
|
}
|
|
487
497
|
set actualIsColumnOptionsEnabled(v) {
|
|
488
|
-
this.i.
|
|
489
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
498
|
+
this.i.jx = ensureBool(v);
|
|
499
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jx);
|
|
490
500
|
}
|
|
491
501
|
/**
|
|
492
502
|
* Gets or sets the preferred state of the column options for this column. If the feature is disabled at the grid level
|
|
493
503
|
* then it will be disabled for the column regardless of what this is set to.
|
|
494
504
|
*/
|
|
495
505
|
get isColumnOptionsEnabled() {
|
|
496
|
-
return this.i.
|
|
506
|
+
return this.i.j5;
|
|
497
507
|
}
|
|
498
508
|
set isColumnOptionsEnabled(v) {
|
|
499
|
-
this.i.
|
|
500
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
509
|
+
this.i.j5 = ensureBool(v);
|
|
510
|
+
this._a("isColumnOptionsEnabled", this.i.j5);
|
|
501
511
|
}
|
|
502
512
|
/**
|
|
503
513
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
504
514
|
*/
|
|
505
515
|
get actualIsColumnOptionsSummariesEnabled() {
|
|
506
|
-
return this.i.
|
|
516
|
+
return this.i.jz;
|
|
507
517
|
}
|
|
508
518
|
set actualIsColumnOptionsSummariesEnabled(v) {
|
|
509
|
-
this.i.
|
|
510
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
519
|
+
this.i.jz = ensureBool(v);
|
|
520
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jz);
|
|
511
521
|
}
|
|
512
522
|
/**
|
|
513
523
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
514
524
|
*/
|
|
515
525
|
get isColumnOptionsSummariesEnabled() {
|
|
516
|
-
return this.i.
|
|
526
|
+
return this.i.j7;
|
|
517
527
|
}
|
|
518
528
|
set isColumnOptionsSummariesEnabled(v) {
|
|
519
|
-
this.i.
|
|
520
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
529
|
+
this.i.j7 = ensureBool(v);
|
|
530
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.j7);
|
|
521
531
|
}
|
|
522
532
|
/**
|
|
523
533
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
524
534
|
*/
|
|
525
535
|
get actualIsColumnOptionsGroupingEnabled() {
|
|
526
|
-
return this.i.
|
|
536
|
+
return this.i.jy;
|
|
527
537
|
}
|
|
528
538
|
set actualIsColumnOptionsGroupingEnabled(v) {
|
|
529
|
-
this.i.
|
|
530
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
539
|
+
this.i.jy = ensureBool(v);
|
|
540
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jy);
|
|
531
541
|
}
|
|
532
542
|
/**
|
|
533
543
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
534
544
|
*/
|
|
535
545
|
get isColumnOptionsGroupingEnabled() {
|
|
536
|
-
return this.i.
|
|
546
|
+
return this.i.j6;
|
|
537
547
|
}
|
|
538
548
|
set isColumnOptionsGroupingEnabled(v) {
|
|
539
|
-
this.i.
|
|
540
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
549
|
+
this.i.j6 = ensureBool(v);
|
|
550
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.j6);
|
|
541
551
|
}
|
|
542
552
|
/**
|
|
543
553
|
* Gets or sets the column options dropdown background color.
|
|
544
554
|
*/
|
|
545
555
|
get actualColumnOptionsBackground() {
|
|
546
|
-
return brushToString(this.i.
|
|
556
|
+
return brushToString(this.i.q9);
|
|
547
557
|
}
|
|
548
558
|
set actualColumnOptionsBackground(v) {
|
|
549
|
-
this.i.
|
|
550
|
-
this._a("actualColumnOptionsBackground", brushToString(this.i.
|
|
559
|
+
this.i.q9 = stringToBrush(v);
|
|
560
|
+
this._a("actualColumnOptionsBackground", brushToString(this.i.q9));
|
|
551
561
|
}
|
|
552
562
|
/**
|
|
553
563
|
* Gets or sets the column options dropdown background color.
|
|
554
564
|
*/
|
|
555
565
|
get columnOptionsBackground() {
|
|
556
|
-
return brushToString(this.i.
|
|
566
|
+
return brushToString(this.i.ro);
|
|
557
567
|
}
|
|
558
568
|
set columnOptionsBackground(v) {
|
|
559
|
-
this.i.
|
|
560
|
-
this._a("columnOptionsBackground", brushToString(this.i.
|
|
569
|
+
this.i.ro = stringToBrush(v);
|
|
570
|
+
this._a("columnOptionsBackground", brushToString(this.i.ro));
|
|
561
571
|
}
|
|
562
572
|
/**
|
|
563
573
|
* Gets or sets the text color for text inside the column options menu.
|
|
564
574
|
*/
|
|
565
575
|
get actualColumnOptionsTextColor() {
|
|
566
|
-
return brushToString(this.i.
|
|
576
|
+
return brushToString(this.i.rg);
|
|
567
577
|
}
|
|
568
578
|
set actualColumnOptionsTextColor(v) {
|
|
569
|
-
this.i.
|
|
570
|
-
this._a("actualColumnOptionsTextColor", brushToString(this.i.
|
|
579
|
+
this.i.rg = stringToBrush(v);
|
|
580
|
+
this._a("actualColumnOptionsTextColor", brushToString(this.i.rg));
|
|
571
581
|
}
|
|
572
582
|
/**
|
|
573
583
|
* Gets or sets the text color for text inside the column options menu.
|
|
574
584
|
*/
|
|
575
585
|
get columnOptionsTextColor() {
|
|
576
|
-
return brushToString(this.i.
|
|
586
|
+
return brushToString(this.i.rv);
|
|
577
587
|
}
|
|
578
588
|
set columnOptionsTextColor(v) {
|
|
579
|
-
this.i.
|
|
580
|
-
this._a("columnOptionsTextColor", brushToString(this.i.
|
|
589
|
+
this.i.rv = stringToBrush(v);
|
|
590
|
+
this._a("columnOptionsTextColor", brushToString(this.i.rv));
|
|
581
591
|
}
|
|
582
592
|
/**
|
|
583
593
|
* Gets or sets the font settings for text inside the column options menu.
|
|
@@ -595,106 +605,106 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
595
605
|
this._a("columnOptionsTextStyle", this.i.jd != null ? this.i.jd.fontString : "");
|
|
596
606
|
}
|
|
597
607
|
get actualColumnOptionsHoverBackgroundColor() {
|
|
598
|
-
return brushToString(this.i.
|
|
608
|
+
return brushToString(this.i.rd);
|
|
599
609
|
}
|
|
600
610
|
set actualColumnOptionsHoverBackgroundColor(v) {
|
|
601
|
-
this.i.
|
|
602
|
-
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
611
|
+
this.i.rd = stringToBrush(v);
|
|
612
|
+
this._a("actualColumnOptionsHoverBackgroundColor", brushToString(this.i.rd));
|
|
603
613
|
}
|
|
604
614
|
get columnOptionsHoverBackgroundColor() {
|
|
605
|
-
return brushToString(this.i.
|
|
615
|
+
return brushToString(this.i.rs);
|
|
606
616
|
}
|
|
607
617
|
set columnOptionsHoverBackgroundColor(v) {
|
|
608
|
-
this.i.
|
|
609
|
-
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.
|
|
618
|
+
this.i.rs = stringToBrush(v);
|
|
619
|
+
this._a("columnOptionsHoverBackgroundColor", brushToString(this.i.rs));
|
|
610
620
|
}
|
|
611
621
|
get actualColumnOptionsToolTipBackgroundColor() {
|
|
612
|
-
return brushToString(this.i.
|
|
622
|
+
return brushToString(this.i.rh);
|
|
613
623
|
}
|
|
614
624
|
set actualColumnOptionsToolTipBackgroundColor(v) {
|
|
615
|
-
this.i.
|
|
616
|
-
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
625
|
+
this.i.rh = stringToBrush(v);
|
|
626
|
+
this._a("actualColumnOptionsToolTipBackgroundColor", brushToString(this.i.rh));
|
|
617
627
|
}
|
|
618
628
|
get columnOptionsToolTipBackgroundColor() {
|
|
619
|
-
return brushToString(this.i.
|
|
629
|
+
return brushToString(this.i.rw);
|
|
620
630
|
}
|
|
621
631
|
set columnOptionsToolTipBackgroundColor(v) {
|
|
622
|
-
this.i.
|
|
623
|
-
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.
|
|
632
|
+
this.i.rw = stringToBrush(v);
|
|
633
|
+
this._a("columnOptionsToolTipBackgroundColor", brushToString(this.i.rw));
|
|
624
634
|
}
|
|
625
635
|
get actualColumnOptionsHighlightColor() {
|
|
626
|
-
return brushToString(this.i.
|
|
636
|
+
return brushToString(this.i.rc);
|
|
627
637
|
}
|
|
628
638
|
set actualColumnOptionsHighlightColor(v) {
|
|
629
|
-
this.i.
|
|
630
|
-
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.
|
|
639
|
+
this.i.rc = stringToBrush(v);
|
|
640
|
+
this._a("actualColumnOptionsHighlightColor", brushToString(this.i.rc));
|
|
631
641
|
}
|
|
632
642
|
get columnOptionsHighlightColor() {
|
|
633
|
-
return brushToString(this.i.
|
|
643
|
+
return brushToString(this.i.rr);
|
|
634
644
|
}
|
|
635
645
|
set columnOptionsHighlightColor(v) {
|
|
636
|
-
this.i.
|
|
637
|
-
this._a("columnOptionsHighlightColor", brushToString(this.i.
|
|
646
|
+
this.i.rr = stringToBrush(v);
|
|
647
|
+
this._a("columnOptionsHighlightColor", brushToString(this.i.rr));
|
|
638
648
|
}
|
|
639
649
|
/**
|
|
640
650
|
* Gets or sets the color of separators inside the column options menu.
|
|
641
651
|
*/
|
|
642
652
|
get actualColumnOptionsSeparatorColor() {
|
|
643
|
-
return brushToString(this.i.
|
|
653
|
+
return brushToString(this.i.rf);
|
|
644
654
|
}
|
|
645
655
|
set actualColumnOptionsSeparatorColor(v) {
|
|
646
|
-
this.i.
|
|
647
|
-
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.
|
|
656
|
+
this.i.rf = stringToBrush(v);
|
|
657
|
+
this._a("actualColumnOptionsSeparatorColor", brushToString(this.i.rf));
|
|
648
658
|
}
|
|
649
659
|
/**
|
|
650
660
|
* Gets or sets the color of separators inside the column options menu.
|
|
651
661
|
*/
|
|
652
662
|
get columnOptionsSeparatorColor() {
|
|
653
|
-
return brushToString(this.i.
|
|
663
|
+
return brushToString(this.i.ru);
|
|
654
664
|
}
|
|
655
665
|
set columnOptionsSeparatorColor(v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("columnOptionsSeparatorColor", brushToString(this.i.
|
|
666
|
+
this.i.ru = stringToBrush(v);
|
|
667
|
+
this._a("columnOptionsSeparatorColor", brushToString(this.i.ru));
|
|
658
668
|
}
|
|
659
669
|
/**
|
|
660
670
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
661
671
|
*/
|
|
662
672
|
get actualColumnOptionsGroupHeaderBackground() {
|
|
663
|
-
return brushToString(this.i.
|
|
673
|
+
return brushToString(this.i.ra);
|
|
664
674
|
}
|
|
665
675
|
set actualColumnOptionsGroupHeaderBackground(v) {
|
|
666
|
-
this.i.
|
|
667
|
-
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
676
|
+
this.i.ra = stringToBrush(v);
|
|
677
|
+
this._a("actualColumnOptionsGroupHeaderBackground", brushToString(this.i.ra));
|
|
668
678
|
}
|
|
669
679
|
/**
|
|
670
680
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
671
681
|
*/
|
|
672
682
|
get columnOptionsGroupHeaderBackground() {
|
|
673
|
-
return brushToString(this.i.
|
|
683
|
+
return brushToString(this.i.rp);
|
|
674
684
|
}
|
|
675
685
|
set columnOptionsGroupHeaderBackground(v) {
|
|
676
|
-
this.i.
|
|
677
|
-
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.
|
|
686
|
+
this.i.rp = stringToBrush(v);
|
|
687
|
+
this._a("columnOptionsGroupHeaderBackground", brushToString(this.i.rp));
|
|
678
688
|
}
|
|
679
689
|
/**
|
|
680
690
|
* Gets the actual text color for group headers inside the column options menu.
|
|
681
691
|
*/
|
|
682
692
|
get actualColumnOptionsGroupHeaderTextColor() {
|
|
683
|
-
return brushToString(this.i.
|
|
693
|
+
return brushToString(this.i.rb);
|
|
684
694
|
}
|
|
685
695
|
set actualColumnOptionsGroupHeaderTextColor(v) {
|
|
686
|
-
this.i.
|
|
687
|
-
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
696
|
+
this.i.rb = stringToBrush(v);
|
|
697
|
+
this._a("actualColumnOptionsGroupHeaderTextColor", brushToString(this.i.rb));
|
|
688
698
|
}
|
|
689
699
|
/**
|
|
690
700
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
691
701
|
*/
|
|
692
702
|
get columnOptionsGroupHeaderTextColor() {
|
|
693
|
-
return brushToString(this.i.
|
|
703
|
+
return brushToString(this.i.rq);
|
|
694
704
|
}
|
|
695
705
|
set columnOptionsGroupHeaderTextColor(v) {
|
|
696
|
-
this.i.
|
|
697
|
-
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.
|
|
706
|
+
this.i.rq = stringToBrush(v);
|
|
707
|
+
this._a("columnOptionsGroupHeaderTextColor", brushToString(this.i.rq));
|
|
698
708
|
}
|
|
699
709
|
get columnOptionsGroupHeaderTextStyle() {
|
|
700
710
|
if (this.i.jc == null) {
|
|
@@ -709,82 +719,82 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
709
719
|
this._a("columnOptionsGroupHeaderTextStyle", this.i.jc != null ? this.i.jc.fontString : "");
|
|
710
720
|
}
|
|
711
721
|
get actualColumnOptionsAccentColor() {
|
|
712
|
-
return brushToString(this.i.
|
|
722
|
+
return brushToString(this.i.q8);
|
|
713
723
|
}
|
|
714
724
|
set actualColumnOptionsAccentColor(v) {
|
|
715
|
-
this.i.
|
|
716
|
-
this._a("actualColumnOptionsAccentColor", brushToString(this.i.
|
|
725
|
+
this.i.q8 = stringToBrush(v);
|
|
726
|
+
this._a("actualColumnOptionsAccentColor", brushToString(this.i.q8));
|
|
717
727
|
}
|
|
718
728
|
get columnOptionsAccentColor() {
|
|
719
|
-
return brushToString(this.i.
|
|
729
|
+
return brushToString(this.i.rn);
|
|
720
730
|
}
|
|
721
731
|
set columnOptionsAccentColor(v) {
|
|
722
|
-
this.i.
|
|
723
|
-
this._a("columnOptionsAccentColor", brushToString(this.i.
|
|
732
|
+
this.i.rn = stringToBrush(v);
|
|
733
|
+
this._a("columnOptionsAccentColor", brushToString(this.i.rn));
|
|
724
734
|
}
|
|
725
735
|
get actualColumnOptionsRowHeight() {
|
|
726
|
-
return this.i.
|
|
736
|
+
return this.i.lc;
|
|
727
737
|
}
|
|
728
738
|
set actualColumnOptionsRowHeight(v) {
|
|
729
|
-
this.i.
|
|
730
|
-
this._a("actualColumnOptionsRowHeight", this.i.
|
|
739
|
+
this.i.lc = +v;
|
|
740
|
+
this._a("actualColumnOptionsRowHeight", this.i.lc);
|
|
731
741
|
}
|
|
732
742
|
get columnOptionsRowHeight() {
|
|
733
|
-
return this.i.
|
|
743
|
+
return this.i.ld;
|
|
734
744
|
}
|
|
735
745
|
set columnOptionsRowHeight(v) {
|
|
736
|
-
this.i.
|
|
737
|
-
this._a("columnOptionsRowHeight", this.i.
|
|
746
|
+
this.i.ld = +v;
|
|
747
|
+
this._a("columnOptionsRowHeight", this.i.ld);
|
|
738
748
|
}
|
|
739
749
|
/**
|
|
740
750
|
* Gets or sets if the column is editable.
|
|
741
751
|
*/
|
|
742
752
|
get isEditable() {
|
|
743
|
-
return this.i.
|
|
753
|
+
return this.i.j8;
|
|
744
754
|
}
|
|
745
755
|
set isEditable(v) {
|
|
746
|
-
this.i.
|
|
747
|
-
this._a("isEditable", this.i.
|
|
756
|
+
this.i.j8 = ensureBool(v);
|
|
757
|
+
this._a("isEditable", this.i.j8);
|
|
748
758
|
}
|
|
749
759
|
/**
|
|
750
760
|
* Gets or sets the text color used for deleted rows.
|
|
751
761
|
*/
|
|
752
762
|
get deletedTextColor() {
|
|
753
|
-
return brushToString(this.i.
|
|
763
|
+
return brushToString(this.i.rx);
|
|
754
764
|
}
|
|
755
765
|
set deletedTextColor(v) {
|
|
756
|
-
this.i.
|
|
757
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
766
|
+
this.i.rx = stringToBrush(v);
|
|
767
|
+
this._a("deletedTextColor", brushToString(this.i.rx));
|
|
758
768
|
}
|
|
759
769
|
/**
|
|
760
770
|
* Gets the actual text color used for deleted rows.
|
|
761
771
|
*/
|
|
762
772
|
get actualDeletedTextColor() {
|
|
763
|
-
return brushToString(this.i.
|
|
773
|
+
return brushToString(this.i.ri);
|
|
764
774
|
}
|
|
765
775
|
set actualDeletedTextColor(v) {
|
|
766
|
-
this.i.
|
|
767
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
776
|
+
this.i.ri = stringToBrush(v);
|
|
777
|
+
this._a("actualDeletedTextColor", brushToString(this.i.ri));
|
|
768
778
|
}
|
|
769
779
|
/**
|
|
770
780
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
771
781
|
*/
|
|
772
782
|
get editOpacity() {
|
|
773
|
-
return this.i.
|
|
783
|
+
return this.i.ks;
|
|
774
784
|
}
|
|
775
785
|
set editOpacity(v) {
|
|
776
|
-
this.i.
|
|
777
|
-
this._a("editOpacity", this.i.
|
|
786
|
+
this.i.ks = +v;
|
|
787
|
+
this._a("editOpacity", this.i.ks);
|
|
778
788
|
}
|
|
779
789
|
/**
|
|
780
790
|
* Gets the actual opacity for unsaved edited cell values.
|
|
781
791
|
*/
|
|
782
792
|
get actualEditOpacity() {
|
|
783
|
-
return this.i.
|
|
793
|
+
return this.i.kr;
|
|
784
794
|
}
|
|
785
795
|
set actualEditOpacity(v) {
|
|
786
|
-
this.i.
|
|
787
|
-
this._a("actualEditOpacity", this.i.
|
|
796
|
+
this.i.kr = +v;
|
|
797
|
+
this._a("actualEditOpacity", this.i.kr);
|
|
788
798
|
}
|
|
789
799
|
/**
|
|
790
800
|
* Gets or sets the font style to use for unsaved cell edits.
|
|
@@ -850,41 +860,41 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
850
860
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
851
861
|
*/
|
|
852
862
|
get mergedCellPaddingLeft() {
|
|
853
|
-
return this.i.
|
|
863
|
+
return this.i.lf;
|
|
854
864
|
}
|
|
855
865
|
set mergedCellPaddingLeft(v) {
|
|
856
|
-
this.i.
|
|
857
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
866
|
+
this.i.lf = +v;
|
|
867
|
+
this._a("mergedCellPaddingLeft", this.i.lf);
|
|
858
868
|
}
|
|
859
869
|
/**
|
|
860
870
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
861
871
|
*/
|
|
862
872
|
get mergedCellPaddingTop() {
|
|
863
|
-
return this.i.
|
|
873
|
+
return this.i.lh;
|
|
864
874
|
}
|
|
865
875
|
set mergedCellPaddingTop(v) {
|
|
866
|
-
this.i.
|
|
867
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
876
|
+
this.i.lh = +v;
|
|
877
|
+
this._a("mergedCellPaddingTop", this.i.lh);
|
|
868
878
|
}
|
|
869
879
|
/**
|
|
870
880
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
871
881
|
*/
|
|
872
882
|
get mergedCellPaddingRight() {
|
|
873
|
-
return this.i.
|
|
883
|
+
return this.i.lg;
|
|
874
884
|
}
|
|
875
885
|
set mergedCellPaddingRight(v) {
|
|
876
|
-
this.i.
|
|
877
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
886
|
+
this.i.lg = +v;
|
|
887
|
+
this._a("mergedCellPaddingRight", this.i.lg);
|
|
878
888
|
}
|
|
879
889
|
/**
|
|
880
890
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
881
891
|
*/
|
|
882
892
|
get mergedCellPaddingBottom() {
|
|
883
|
-
return this.i.
|
|
893
|
+
return this.i.le;
|
|
884
894
|
}
|
|
885
895
|
set mergedCellPaddingBottom(v) {
|
|
886
|
-
this.i.
|
|
887
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
896
|
+
this.i.le = +v;
|
|
897
|
+
this._a("mergedCellPaddingBottom", this.i.le);
|
|
888
898
|
}
|
|
889
899
|
/**
|
|
890
900
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
@@ -930,20 +940,20 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
930
940
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
931
941
|
*/
|
|
932
942
|
get suffixText() {
|
|
933
|
-
return this.i.
|
|
943
|
+
return this.i.o0;
|
|
934
944
|
}
|
|
935
945
|
set suffixText(v) {
|
|
936
|
-
this.i.
|
|
946
|
+
this.i.o0 = v;
|
|
937
947
|
}
|
|
938
948
|
/**
|
|
939
949
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
940
950
|
*/
|
|
941
951
|
get suffixTextColor() {
|
|
942
|
-
return brushToString(this.i.
|
|
952
|
+
return brushToString(this.i.r6);
|
|
943
953
|
}
|
|
944
954
|
set suffixTextColor(v) {
|
|
945
|
-
this.i.
|
|
946
|
-
this._a("suffixTextColor", brushToString(this.i.
|
|
955
|
+
this.i.r6 = stringToBrush(v);
|
|
956
|
+
this._a("suffixTextColor", brushToString(this.i.r6));
|
|
947
957
|
}
|
|
948
958
|
/**
|
|
949
959
|
* Gets or sets the font of the suffix text.
|
|
@@ -964,89 +974,89 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
964
974
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
965
975
|
*/
|
|
966
976
|
get suffixIconName() {
|
|
967
|
-
return this.i.
|
|
977
|
+
return this.i.os;
|
|
968
978
|
}
|
|
969
979
|
set suffixIconName(v) {
|
|
970
|
-
this.i.
|
|
980
|
+
this.i.os = v;
|
|
971
981
|
}
|
|
972
982
|
/**
|
|
973
983
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
974
984
|
*/
|
|
975
985
|
get suffixIconCollectionName() {
|
|
976
|
-
return this.i.
|
|
986
|
+
return this.i.op;
|
|
977
987
|
}
|
|
978
988
|
set suffixIconCollectionName(v) {
|
|
979
|
-
this.i.
|
|
989
|
+
this.i.op = v;
|
|
980
990
|
}
|
|
981
991
|
/**
|
|
982
992
|
* Gets or sets the stroke color of suffix icon.
|
|
983
993
|
*/
|
|
984
994
|
get suffixIconStroke() {
|
|
985
|
-
return brushToString(this.i.
|
|
995
|
+
return brushToString(this.i.r5);
|
|
986
996
|
}
|
|
987
997
|
set suffixIconStroke(v) {
|
|
988
|
-
this.i.
|
|
989
|
-
this._a("suffixIconStroke", brushToString(this.i.
|
|
998
|
+
this.i.r5 = stringToBrush(v);
|
|
999
|
+
this._a("suffixIconStroke", brushToString(this.i.r5));
|
|
990
1000
|
}
|
|
991
1001
|
/**
|
|
992
1002
|
* Gets or sets the fill color of suffix icon.
|
|
993
1003
|
*/
|
|
994
1004
|
get suffixIconFill() {
|
|
995
|
-
return brushToString(this.i.
|
|
1005
|
+
return brushToString(this.i.r4);
|
|
996
1006
|
}
|
|
997
1007
|
set suffixIconFill(v) {
|
|
998
|
-
this.i.
|
|
999
|
-
this._a("suffixIconFill", brushToString(this.i.
|
|
1008
|
+
this.i.r4 = stringToBrush(v);
|
|
1009
|
+
this._a("suffixIconFill", brushToString(this.i.r4));
|
|
1000
1010
|
}
|
|
1001
1011
|
/**
|
|
1002
1012
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
1003
1013
|
*/
|
|
1004
1014
|
get suffixIconViewBoxLeft() {
|
|
1005
|
-
return this.i.
|
|
1015
|
+
return this.i.kv;
|
|
1006
1016
|
}
|
|
1007
1017
|
set suffixIconViewBoxLeft(v) {
|
|
1008
|
-
this.i.
|
|
1009
|
-
this._a("suffixIconViewBoxLeft", this.i.
|
|
1018
|
+
this.i.kv = +v;
|
|
1019
|
+
this._a("suffixIconViewBoxLeft", this.i.kv);
|
|
1010
1020
|
}
|
|
1011
1021
|
/**
|
|
1012
1022
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
1013
1023
|
*/
|
|
1014
1024
|
get suffixIconViewBoxTop() {
|
|
1015
|
-
return this.i.
|
|
1025
|
+
return this.i.kw;
|
|
1016
1026
|
}
|
|
1017
1027
|
set suffixIconViewBoxTop(v) {
|
|
1018
|
-
this.i.
|
|
1019
|
-
this._a("suffixIconViewBoxTop", this.i.
|
|
1028
|
+
this.i.kw = +v;
|
|
1029
|
+
this._a("suffixIconViewBoxTop", this.i.kw);
|
|
1020
1030
|
}
|
|
1021
1031
|
/**
|
|
1022
1032
|
* Gets or sets the suffix icon's viewbox width.
|
|
1023
1033
|
*/
|
|
1024
1034
|
get suffixIconViewBoxWidth() {
|
|
1025
|
-
return this.i.
|
|
1035
|
+
return this.i.kx;
|
|
1026
1036
|
}
|
|
1027
1037
|
set suffixIconViewBoxWidth(v) {
|
|
1028
|
-
this.i.
|
|
1029
|
-
this._a("suffixIconViewBoxWidth", this.i.
|
|
1038
|
+
this.i.kx = +v;
|
|
1039
|
+
this._a("suffixIconViewBoxWidth", this.i.kx);
|
|
1030
1040
|
}
|
|
1031
1041
|
/**
|
|
1032
1042
|
* Gets or sets the suffix icon's viewbox height.
|
|
1033
1043
|
*/
|
|
1034
1044
|
get suffixIconViewBoxHeight() {
|
|
1035
|
-
return this.i.
|
|
1045
|
+
return this.i.ku;
|
|
1036
1046
|
}
|
|
1037
1047
|
set suffixIconViewBoxHeight(v) {
|
|
1038
|
-
this.i.
|
|
1039
|
-
this._a("suffixIconViewBoxHeight", this.i.
|
|
1048
|
+
this.i.ku = +v;
|
|
1049
|
+
this._a("suffixIconViewBoxHeight", this.i.ku);
|
|
1040
1050
|
}
|
|
1041
1051
|
/**
|
|
1042
1052
|
* Gets or sets the suffix margin.
|
|
1043
1053
|
*/
|
|
1044
1054
|
get suffixMargin() {
|
|
1045
|
-
return this.i.
|
|
1055
|
+
return this.i.ky;
|
|
1046
1056
|
}
|
|
1047
1057
|
set suffixMargin(v) {
|
|
1048
|
-
this.i.
|
|
1049
|
-
this._a("suffixMargin", this.i.
|
|
1058
|
+
this.i.ky = +v;
|
|
1059
|
+
this._a("suffixMargin", this.i.ky);
|
|
1050
1060
|
}
|
|
1051
1061
|
/**
|
|
1052
1062
|
* Gets or sets the text decoration to apply to cells in this column.
|
|
@@ -1090,18 +1100,18 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1090
1100
|
|
|
1091
1101
|
*/
|
|
1092
1102
|
getUniqueKey() {
|
|
1093
|
-
let iv = this.i.
|
|
1103
|
+
let iv = this.i.no();
|
|
1094
1104
|
return (iv);
|
|
1095
1105
|
}
|
|
1096
1106
|
setNamedHeaderValue(valueName, animationType, value) {
|
|
1097
|
-
this.i.
|
|
1107
|
+
this.i.pi(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1098
1108
|
}
|
|
1099
1109
|
/**
|
|
1100
1110
|
* Returns if the column has named header values.
|
|
1101
1111
|
|
|
1102
1112
|
*/
|
|
1103
1113
|
hasNamedHeaderValues() {
|
|
1104
|
-
let iv = this.i.
|
|
1114
|
+
let iv = this.i.j2();
|
|
1105
1115
|
return (iv);
|
|
1106
1116
|
}
|
|
1107
1117
|
/**
|
|
@@ -1110,7 +1120,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1110
1120
|
* @param valueName * The named value to check for.
|
|
1111
1121
|
*/
|
|
1112
1122
|
hasNamedHeaderValue(valueName) {
|
|
1113
|
-
let iv = this.i.
|
|
1123
|
+
let iv = this.i.j1(valueName);
|
|
1114
1124
|
return (iv);
|
|
1115
1125
|
}
|
|
1116
1126
|
/**
|
|
@@ -1119,7 +1129,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1119
1129
|
* @param valueName * The named header value to remove.
|
|
1120
1130
|
*/
|
|
1121
1131
|
removeNamedHeaderValue(valueName) {
|
|
1122
|
-
this.i.
|
|
1132
|
+
this.i.ph(valueName);
|
|
1123
1133
|
}
|
|
1124
1134
|
/**
|
|
1125
1135
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1127,11 +1137,11 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1127
1137
|
* @param valueName * Name of the named header value to retrieve.
|
|
1128
1138
|
*/
|
|
1129
1139
|
getNamedHeaderValue(valueName) {
|
|
1130
|
-
let iv = this.i.
|
|
1140
|
+
let iv = this.i.lt(valueName);
|
|
1131
1141
|
return (iv);
|
|
1132
1142
|
}
|
|
1133
1143
|
applyCustomFilter(filterID, index, value) {
|
|
1134
|
-
this.i.
|
|
1144
|
+
this.i.o8(filterID, index, value);
|
|
1135
1145
|
}
|
|
1136
1146
|
getDesiredToolbarActions() {
|
|
1137
1147
|
let iv = this.i.getDesiredToolbarActions();
|
|
@@ -1187,7 +1197,7 @@ let IgcDataGridColumnComponent = /*@__PURE__*/ (() => {
|
|
|
1187
1197
|
this._actualHeaderTextChange = ev;
|
|
1188
1198
|
this._actualHeaderTextChange_wrapped = (o, e) => {
|
|
1189
1199
|
let ext = this.actualHeaderText;
|
|
1190
|
-
if (e.propertyName == '
|
|
1200
|
+
if (e.propertyName == 'Ml') {
|
|
1191
1201
|
if (this.beforeActualHeaderTextChange) {
|
|
1192
1202
|
this.beforeActualHeaderTextChange(this, ext);
|
|
1193
1203
|
}
|