igniteui-webcomponents-data-grids 6.0.0 → 6.0.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3976 -3602
- 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 +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- 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 +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2445 -2387
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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 +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- 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 +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igc-cell-info.js +58 -49
- package/esm2015/lib/igc-checkbox-list-component.js +75 -72
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +164 -135
- package/esm2015/lib/igc-data-grid-sort-indicator-component.js +22 -15
- 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-format-cell-event-args.js +85 -0
- 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 +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- 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 +10 -10
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- 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 +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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 +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- 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 +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igc-cell-info.js +62 -49
- package/esm5/lib/igc-checkbox-list-component.js +79 -72
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +169 -135
- package/esm5/lib/igc-data-grid-sort-indicator-component.js +26 -15
- 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-format-cell-event-args.js +115 -0
- 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 +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- 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 +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +4045 -3735
- package/fesm5/igniteui-webcomponents-data-grids.js +3976 -3604
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +1 -0
- package/lib/igc-data-grid-column-component.d.ts +8 -0
- package/lib/igc-data-grid-sort-indicator-component.d.ts +2 -0
- package/lib/igc-format-cell-event-args.d.ts +42 -0
- package/package.json +4 -5
- package/public_api.d.ts +2 -0
|
@@ -12,6 +12,7 @@ import { MergedCellEvaluationCriteria_$type } from "./MergedCellEvaluationCriter
|
|
|
12
12
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
13
13
|
import { FilterComparisonType_$type } from "./FilterComparisonType";
|
|
14
14
|
import { IgcGridFilterOperandsCollection } from "./igc-grid-filter-operands-collection";
|
|
15
|
+
import { IgcFormatCellEventArgs } from "./igc-format-cell-event-args";
|
|
15
16
|
import { IgcDefinitionBaseComponent } from "./igc-definition-base-component";
|
|
16
17
|
import { getAllPropertyNames, toSpinal, brushToString, stringToBrush, ensureBool, ensureEnum, enumToString } from "igniteui-webcomponents-core";
|
|
17
18
|
import { ColumnWidth as ColumnWidth_internal } from "./ColumnWidth";
|
|
@@ -27,6 +28,8 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
27
28
|
function IgcDataGridColumnComponent() {
|
|
28
29
|
var _this = _super.call(this) || this;
|
|
29
30
|
_this._filterOperands = null;
|
|
31
|
+
_this._formatCell = null;
|
|
32
|
+
_this._formatCell_wrapped = null;
|
|
30
33
|
_this._actualHeaderTextChange = null;
|
|
31
34
|
_this._actualHeaderTextChange_wrapped = null;
|
|
32
35
|
return _this;
|
|
@@ -89,11 +92,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
89
92
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
90
93
|
*/
|
|
91
94
|
get: function () {
|
|
92
|
-
return this.i.
|
|
95
|
+
return this.i.kl;
|
|
93
96
|
},
|
|
94
97
|
set: function (v) {
|
|
95
|
-
this.i.
|
|
96
|
-
this._a("paddingLeft", this.i.
|
|
98
|
+
this.i.kl = +v;
|
|
99
|
+
this._a("paddingLeft", this.i.kl);
|
|
97
100
|
},
|
|
98
101
|
enumerable: false,
|
|
99
102
|
configurable: true
|
|
@@ -103,11 +106,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
103
106
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
104
107
|
*/
|
|
105
108
|
get: function () {
|
|
106
|
-
return this.i.
|
|
109
|
+
return this.i.kn;
|
|
107
110
|
},
|
|
108
111
|
set: function (v) {
|
|
109
|
-
this.i.
|
|
110
|
-
this._a("paddingTop", this.i.
|
|
112
|
+
this.i.kn = +v;
|
|
113
|
+
this._a("paddingTop", this.i.kn);
|
|
111
114
|
},
|
|
112
115
|
enumerable: false,
|
|
113
116
|
configurable: true
|
|
@@ -117,11 +120,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
120
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
118
121
|
*/
|
|
119
122
|
get: function () {
|
|
120
|
-
return this.i.
|
|
123
|
+
return this.i.km;
|
|
121
124
|
},
|
|
122
125
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
124
|
-
this._a("paddingRight", this.i.
|
|
126
|
+
this.i.km = +v;
|
|
127
|
+
this._a("paddingRight", this.i.km);
|
|
125
128
|
},
|
|
126
129
|
enumerable: false,
|
|
127
130
|
configurable: true
|
|
@@ -131,11 +134,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
131
134
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
132
135
|
*/
|
|
133
136
|
get: function () {
|
|
134
|
-
return this.i.
|
|
137
|
+
return this.i.kk;
|
|
135
138
|
},
|
|
136
139
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
138
|
-
this._a("paddingBottom", this.i.
|
|
140
|
+
this.i.kk = +v;
|
|
141
|
+
this._a("paddingBottom", this.i.kk);
|
|
139
142
|
},
|
|
140
143
|
enumerable: false,
|
|
141
144
|
configurable: true
|
|
@@ -145,10 +148,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
145
148
|
* Gets or sets an unique name of the Column
|
|
146
149
|
*/
|
|
147
150
|
get: function () {
|
|
148
|
-
return this.i.
|
|
151
|
+
return this.i.mg;
|
|
149
152
|
},
|
|
150
153
|
set: function (v) {
|
|
151
|
-
this.i.
|
|
154
|
+
this.i.mg = v;
|
|
152
155
|
},
|
|
153
156
|
enumerable: false,
|
|
154
157
|
configurable: true
|
|
@@ -158,10 +161,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
158
161
|
* Gets or sets the key used for the column binding
|
|
159
162
|
*/
|
|
160
163
|
get: function () {
|
|
161
|
-
return this.i.
|
|
164
|
+
return this.i.lp;
|
|
162
165
|
},
|
|
163
166
|
set: function (v) {
|
|
164
|
-
this.i.
|
|
167
|
+
this.i.lp = v;
|
|
165
168
|
},
|
|
166
169
|
enumerable: false,
|
|
167
170
|
configurable: true
|
|
@@ -171,10 +174,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
171
174
|
* Gets or sets the text displayed in the header of the column
|
|
172
175
|
*/
|
|
173
176
|
get: function () {
|
|
174
|
-
return this.i.
|
|
177
|
+
return this.i.lw;
|
|
175
178
|
},
|
|
176
179
|
set: function (v) {
|
|
177
|
-
this.i.
|
|
180
|
+
this.i.lw = v;
|
|
178
181
|
},
|
|
179
182
|
enumerable: false,
|
|
180
183
|
configurable: true
|
|
@@ -184,10 +187,10 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
184
187
|
* Gets the actual text displayed in the header of the column
|
|
185
188
|
*/
|
|
186
189
|
get: function () {
|
|
187
|
-
return this.i.
|
|
190
|
+
return this.i.k4;
|
|
188
191
|
},
|
|
189
192
|
set: function (v) {
|
|
190
|
-
this.i.
|
|
193
|
+
this.i.k4 = v;
|
|
191
194
|
},
|
|
192
195
|
enumerable: false,
|
|
193
196
|
configurable: true
|
|
@@ -197,11 +200,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
197
200
|
* Gets or sets the background color to use for the cells when they are selected
|
|
198
201
|
*/
|
|
199
202
|
get: function () {
|
|
200
|
-
return brushToString(this.i.
|
|
203
|
+
return brushToString(this.i.n4);
|
|
201
204
|
},
|
|
202
205
|
set: function (v) {
|
|
203
|
-
this.i.
|
|
204
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
206
|
+
this.i.n4 = stringToBrush(v);
|
|
207
|
+
this._a("selectedBackground", brushToString(this.i.n4));
|
|
205
208
|
},
|
|
206
209
|
enumerable: false,
|
|
207
210
|
configurable: true
|
|
@@ -211,11 +214,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
211
214
|
* Gets the actual background color that is used for the cells when they are selected
|
|
212
215
|
*/
|
|
213
216
|
get: function () {
|
|
214
|
-
return brushToString(this.i.
|
|
217
|
+
return brushToString(this.i.nx);
|
|
215
218
|
},
|
|
216
219
|
set: function (v) {
|
|
217
|
-
this.i.
|
|
218
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
220
|
+
this.i.nx = stringToBrush(v);
|
|
221
|
+
this._a("actualSelectedBackground", brushToString(this.i.nx));
|
|
219
222
|
},
|
|
220
223
|
enumerable: false,
|
|
221
224
|
configurable: true
|
|
@@ -225,11 +228,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
225
228
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
226
229
|
*/
|
|
227
230
|
get: function () {
|
|
228
|
-
return brushToString(this.i.
|
|
231
|
+
return brushToString(this.i.n2);
|
|
229
232
|
},
|
|
230
233
|
set: function (v) {
|
|
231
|
-
this.i.
|
|
232
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
234
|
+
this.i.n2 = stringToBrush(v);
|
|
235
|
+
this._a("rowHoverBackground", brushToString(this.i.n2));
|
|
233
236
|
},
|
|
234
237
|
enumerable: false,
|
|
235
238
|
configurable: true
|
|
@@ -239,11 +242,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
239
242
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
240
243
|
*/
|
|
241
244
|
get: function () {
|
|
242
|
-
return brushToString(this.i.
|
|
245
|
+
return brushToString(this.i.nv);
|
|
243
246
|
},
|
|
244
247
|
set: function (v) {
|
|
245
|
-
this.i.
|
|
246
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
248
|
+
this.i.nv = stringToBrush(v);
|
|
249
|
+
this._a("actualHoverBackground", brushToString(this.i.nv));
|
|
247
250
|
},
|
|
248
251
|
enumerable: false,
|
|
249
252
|
configurable: true
|
|
@@ -253,11 +256,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
253
256
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
254
257
|
*/
|
|
255
258
|
get: function () {
|
|
256
|
-
return brushToString(this.i.
|
|
259
|
+
return brushToString(this.i.n3);
|
|
257
260
|
},
|
|
258
261
|
set: function (v) {
|
|
259
|
-
this.i.
|
|
260
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
262
|
+
this.i.n3 = stringToBrush(v);
|
|
263
|
+
this._a("rowHoverTextColor", brushToString(this.i.n3));
|
|
261
264
|
},
|
|
262
265
|
enumerable: false,
|
|
263
266
|
configurable: true
|
|
@@ -267,11 +270,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
267
270
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
268
271
|
*/
|
|
269
272
|
get: function () {
|
|
270
|
-
return brushToString(this.i.
|
|
273
|
+
return brushToString(this.i.nw);
|
|
271
274
|
},
|
|
272
275
|
set: function (v) {
|
|
273
|
-
this.i.
|
|
274
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
276
|
+
this.i.nw = stringToBrush(v);
|
|
277
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.nw));
|
|
275
278
|
},
|
|
276
279
|
enumerable: false,
|
|
277
280
|
configurable: true
|
|
@@ -281,7 +284,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
281
284
|
* Gets or sets the animation settings to use for this column.
|
|
282
285
|
*/
|
|
283
286
|
get: function () {
|
|
284
|
-
var r = this.i.
|
|
287
|
+
var r = this.i.h7;
|
|
285
288
|
if (r == null) {
|
|
286
289
|
return null;
|
|
287
290
|
}
|
|
@@ -300,7 +303,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
300
303
|
return r.externalObject;
|
|
301
304
|
},
|
|
302
305
|
set: function (v) {
|
|
303
|
-
v == null ? this.i.
|
|
306
|
+
v == null ? this.i.h7 = null : this.i.h7 = v.i;
|
|
304
307
|
},
|
|
305
308
|
enumerable: false,
|
|
306
309
|
configurable: true
|
|
@@ -345,11 +348,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
345
348
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
346
349
|
*/
|
|
347
350
|
get: function () {
|
|
348
|
-
return this.i.
|
|
351
|
+
return this.i.j1;
|
|
349
352
|
},
|
|
350
353
|
set: function (v) {
|
|
351
|
-
this.i.
|
|
352
|
-
this._a("minWidth", this.i.
|
|
354
|
+
this.i.j1 = +v;
|
|
355
|
+
this._a("minWidth", this.i.j1);
|
|
353
356
|
},
|
|
354
357
|
enumerable: false,
|
|
355
358
|
configurable: true
|
|
@@ -359,11 +362,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
359
362
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
360
363
|
*/
|
|
361
364
|
get: function () {
|
|
362
|
-
return this.i.
|
|
365
|
+
return this.i.jo;
|
|
363
366
|
},
|
|
364
367
|
set: function (v) {
|
|
365
|
-
this.i.
|
|
366
|
-
this._a("isFromMarkup", this.i.
|
|
368
|
+
this.i.jo = ensureBool(v);
|
|
369
|
+
this._a("isFromMarkup", this.i.jo);
|
|
367
370
|
},
|
|
368
371
|
enumerable: false,
|
|
369
372
|
configurable: true
|
|
@@ -373,11 +376,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
373
376
|
* Gets whether this column was auto generated.
|
|
374
377
|
*/
|
|
375
378
|
get: function () {
|
|
376
|
-
return this.i.
|
|
379
|
+
return this.i.ji;
|
|
377
380
|
},
|
|
378
381
|
set: function (v) {
|
|
379
|
-
this.i.
|
|
380
|
-
this._a("isAutoGenerated", this.i.
|
|
382
|
+
this.i.ji = ensureBool(v);
|
|
383
|
+
this._a("isAutoGenerated", this.i.ji);
|
|
381
384
|
},
|
|
382
385
|
enumerable: false,
|
|
383
386
|
configurable: true
|
|
@@ -439,11 +442,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
439
442
|
* Gets or sets whether filtering is enabled for this column.
|
|
440
443
|
*/
|
|
441
444
|
get: function () {
|
|
442
|
-
return this.i.
|
|
445
|
+
return this.i.jn;
|
|
443
446
|
},
|
|
444
447
|
set: function (v) {
|
|
445
|
-
this.i.
|
|
446
|
-
this._a("isFilteringEnabled", this.i.
|
|
448
|
+
this.i.jn = ensureBool(v);
|
|
449
|
+
this._a("isFilteringEnabled", this.i.jn);
|
|
447
450
|
},
|
|
448
451
|
enumerable: false,
|
|
449
452
|
configurable: true
|
|
@@ -453,11 +456,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
453
456
|
* Gets or sets whether resizing is enabled for this column.
|
|
454
457
|
*/
|
|
455
458
|
get: function () {
|
|
456
|
-
return this.i.
|
|
459
|
+
return this.i.jq;
|
|
457
460
|
},
|
|
458
461
|
set: function (v) {
|
|
459
|
-
this.i.
|
|
460
|
-
this._a("isResizingEnabled", this.i.
|
|
462
|
+
this.i.jq = ensureBool(v);
|
|
463
|
+
this._a("isResizingEnabled", this.i.jq);
|
|
461
464
|
},
|
|
462
465
|
enumerable: false,
|
|
463
466
|
configurable: true
|
|
@@ -467,11 +470,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
467
470
|
* Gets or sets whether or not a column is hidden from the grid
|
|
468
471
|
*/
|
|
469
472
|
get: function () {
|
|
470
|
-
return this.i.
|
|
473
|
+
return this.i.jp;
|
|
471
474
|
},
|
|
472
475
|
set: function (v) {
|
|
473
|
-
this.i.
|
|
474
|
-
this._a("isHidden", this.i.
|
|
476
|
+
this.i.jp = ensureBool(v);
|
|
477
|
+
this._a("isHidden", this.i.jp);
|
|
475
478
|
},
|
|
476
479
|
enumerable: false,
|
|
477
480
|
configurable: true
|
|
@@ -481,11 +484,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
481
484
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
482
485
|
*/
|
|
483
486
|
get: function () {
|
|
484
|
-
return this.i.
|
|
487
|
+
return this.i.jt;
|
|
485
488
|
},
|
|
486
489
|
set: function (v) {
|
|
487
|
-
this.i.
|
|
488
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
490
|
+
this.i.jt = ensureBool(v);
|
|
491
|
+
this._a("shouldRemoveWhenHidden", this.i.jt);
|
|
489
492
|
},
|
|
490
493
|
enumerable: false,
|
|
491
494
|
configurable: true
|
|
@@ -509,11 +512,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
509
512
|
* Gets or sets the current fixed position for this column.
|
|
510
513
|
*/
|
|
511
514
|
get: function () {
|
|
512
|
-
return this.i.
|
|
515
|
+
return this.i.im;
|
|
513
516
|
},
|
|
514
517
|
set: function (v) {
|
|
515
|
-
this.i.
|
|
516
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
518
|
+
this.i.im = ensureEnum(PinnedPositions_$type, v);
|
|
519
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.im));
|
|
517
520
|
},
|
|
518
521
|
enumerable: false,
|
|
519
522
|
configurable: true
|
|
@@ -551,11 +554,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
551
554
|
* Gets the actual column options icon color for this column.
|
|
552
555
|
*/
|
|
553
556
|
get: function () {
|
|
554
|
-
return brushToString(this.i.
|
|
557
|
+
return brushToString(this.i.nt);
|
|
555
558
|
},
|
|
556
559
|
set: function (v) {
|
|
557
|
-
this.i.
|
|
558
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
560
|
+
this.i.nt = stringToBrush(v);
|
|
561
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.nt));
|
|
559
562
|
},
|
|
560
563
|
enumerable: false,
|
|
561
564
|
configurable: true
|
|
@@ -565,11 +568,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
565
568
|
* Gets or sets the column options icon color for this column.
|
|
566
569
|
*/
|
|
567
570
|
get: function () {
|
|
568
|
-
return brushToString(this.i.
|
|
571
|
+
return brushToString(this.i.ny);
|
|
569
572
|
},
|
|
570
573
|
set: function (v) {
|
|
571
|
-
this.i.
|
|
572
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
574
|
+
this.i.ny = stringToBrush(v);
|
|
575
|
+
this._a("columnOptionsIconColor", brushToString(this.i.ny));
|
|
573
576
|
},
|
|
574
577
|
enumerable: false,
|
|
575
578
|
configurable: true
|
|
@@ -607,11 +610,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
607
610
|
* Gets the actual state of the column options for this column.
|
|
608
611
|
*/
|
|
609
612
|
get: function () {
|
|
610
|
-
return this.i.
|
|
613
|
+
return this.i.jb;
|
|
611
614
|
},
|
|
612
615
|
set: function (v) {
|
|
613
|
-
this.i.
|
|
614
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
616
|
+
this.i.jb = ensureBool(v);
|
|
617
|
+
this._a("actualIsColumnOptionsEnabled", this.i.jb);
|
|
615
618
|
},
|
|
616
619
|
enumerable: false,
|
|
617
620
|
configurable: true
|
|
@@ -622,11 +625,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
622
625
|
* then it will be disabled for the column regardless of what this is set to.
|
|
623
626
|
*/
|
|
624
627
|
get: function () {
|
|
625
|
-
return this.i.
|
|
628
|
+
return this.i.jj;
|
|
626
629
|
},
|
|
627
630
|
set: function (v) {
|
|
628
|
-
this.i.
|
|
629
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
631
|
+
this.i.jj = ensureBool(v);
|
|
632
|
+
this._a("isColumnOptionsEnabled", this.i.jj);
|
|
630
633
|
},
|
|
631
634
|
enumerable: false,
|
|
632
635
|
configurable: true
|
|
@@ -636,11 +639,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
636
639
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
637
640
|
*/
|
|
638
641
|
get: function () {
|
|
639
|
-
return this.i.
|
|
642
|
+
return this.i.jd;
|
|
640
643
|
},
|
|
641
644
|
set: function (v) {
|
|
642
|
-
this.i.
|
|
643
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
645
|
+
this.i.jd = ensureBool(v);
|
|
646
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.jd);
|
|
644
647
|
},
|
|
645
648
|
enumerable: false,
|
|
646
649
|
configurable: true
|
|
@@ -650,11 +653,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
650
653
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
651
654
|
*/
|
|
652
655
|
get: function () {
|
|
653
|
-
return this.i.
|
|
656
|
+
return this.i.jl;
|
|
654
657
|
},
|
|
655
658
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
657
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
659
|
+
this.i.jl = ensureBool(v);
|
|
660
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.jl);
|
|
658
661
|
},
|
|
659
662
|
enumerable: false,
|
|
660
663
|
configurable: true
|
|
@@ -664,11 +667,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
664
667
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
665
668
|
*/
|
|
666
669
|
get: function () {
|
|
667
|
-
return this.i.
|
|
670
|
+
return this.i.jc;
|
|
668
671
|
},
|
|
669
672
|
set: function (v) {
|
|
670
|
-
this.i.
|
|
671
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
673
|
+
this.i.jc = ensureBool(v);
|
|
674
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.jc);
|
|
672
675
|
},
|
|
673
676
|
enumerable: false,
|
|
674
677
|
configurable: true
|
|
@@ -678,11 +681,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
678
681
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
679
682
|
*/
|
|
680
683
|
get: function () {
|
|
681
|
-
return this.i.
|
|
684
|
+
return this.i.jk;
|
|
682
685
|
},
|
|
683
686
|
set: function (v) {
|
|
684
|
-
this.i.
|
|
685
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
687
|
+
this.i.jk = ensureBool(v);
|
|
688
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.jk);
|
|
686
689
|
},
|
|
687
690
|
enumerable: false,
|
|
688
691
|
configurable: true
|
|
@@ -692,11 +695,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
692
695
|
* Gets or sets if the column is editable.
|
|
693
696
|
*/
|
|
694
697
|
get: function () {
|
|
695
|
-
return this.i.
|
|
698
|
+
return this.i.jm;
|
|
696
699
|
},
|
|
697
700
|
set: function (v) {
|
|
698
|
-
this.i.
|
|
699
|
-
this._a("isEditable", this.i.
|
|
701
|
+
this.i.jm = ensureBool(v);
|
|
702
|
+
this._a("isEditable", this.i.jm);
|
|
700
703
|
},
|
|
701
704
|
enumerable: false,
|
|
702
705
|
configurable: true
|
|
@@ -706,11 +709,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
706
709
|
* Gets or sets the text color used for deleted rows.
|
|
707
710
|
*/
|
|
708
711
|
get: function () {
|
|
709
|
-
return brushToString(this.i.
|
|
712
|
+
return brushToString(this.i.nz);
|
|
710
713
|
},
|
|
711
714
|
set: function (v) {
|
|
712
|
-
this.i.
|
|
713
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
715
|
+
this.i.nz = stringToBrush(v);
|
|
716
|
+
this._a("deletedTextColor", brushToString(this.i.nz));
|
|
714
717
|
},
|
|
715
718
|
enumerable: false,
|
|
716
719
|
configurable: true
|
|
@@ -720,11 +723,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
720
723
|
* Gets the actual text color used for deleted rows.
|
|
721
724
|
*/
|
|
722
725
|
get: function () {
|
|
723
|
-
return brushToString(this.i.
|
|
726
|
+
return brushToString(this.i.nu);
|
|
724
727
|
},
|
|
725
728
|
set: function (v) {
|
|
726
|
-
this.i.
|
|
727
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
729
|
+
this.i.nu = stringToBrush(v);
|
|
730
|
+
this._a("actualDeletedTextColor", brushToString(this.i.nu));
|
|
728
731
|
},
|
|
729
732
|
enumerable: false,
|
|
730
733
|
configurable: true
|
|
@@ -734,11 +737,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
734
737
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
735
738
|
*/
|
|
736
739
|
get: function () {
|
|
737
|
-
return this.i.
|
|
740
|
+
return this.i.j0;
|
|
738
741
|
},
|
|
739
742
|
set: function (v) {
|
|
740
|
-
this.i.
|
|
741
|
-
this._a("editOpacity", this.i.
|
|
743
|
+
this.i.j0 = +v;
|
|
744
|
+
this._a("editOpacity", this.i.j0);
|
|
742
745
|
},
|
|
743
746
|
enumerable: false,
|
|
744
747
|
configurable: true
|
|
@@ -748,11 +751,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
748
751
|
* Gets the actual opacity for unsaved edited cell values.
|
|
749
752
|
*/
|
|
750
753
|
get: function () {
|
|
751
|
-
return this.i.
|
|
754
|
+
return this.i.jz;
|
|
752
755
|
},
|
|
753
756
|
set: function (v) {
|
|
754
|
-
this.i.
|
|
755
|
-
this._a("actualEditOpacity", this.i.
|
|
757
|
+
this.i.jz = +v;
|
|
758
|
+
this._a("actualEditOpacity", this.i.jz);
|
|
756
759
|
},
|
|
757
760
|
enumerable: false,
|
|
758
761
|
configurable: true
|
|
@@ -781,16 +784,16 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
781
784
|
* Gets the actual font style used for unsaved cell edits.
|
|
782
785
|
*/
|
|
783
786
|
get: function () {
|
|
784
|
-
if (this.i.
|
|
787
|
+
if (this.i.it == null) {
|
|
785
788
|
return null;
|
|
786
789
|
}
|
|
787
|
-
return this.i.
|
|
790
|
+
return this.i.it.fontString;
|
|
788
791
|
},
|
|
789
792
|
set: function (v) {
|
|
790
793
|
var fi = new FontInfo();
|
|
791
794
|
fi.fontString = v;
|
|
792
|
-
this.i.
|
|
793
|
-
this._a("actualEditFontInfo", this.i.
|
|
795
|
+
this.i.it = fi;
|
|
796
|
+
this._a("actualEditFontInfo", this.i.it != null ? this.i.it.fontString : "");
|
|
794
797
|
},
|
|
795
798
|
enumerable: false,
|
|
796
799
|
configurable: true
|
|
@@ -800,11 +803,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
800
803
|
* Gets or sets if and how cell merging is performed for this field.
|
|
801
804
|
*/
|
|
802
805
|
get: function () {
|
|
803
|
-
return this.i.
|
|
806
|
+
return this.i.ii;
|
|
804
807
|
},
|
|
805
808
|
set: function (v) {
|
|
806
|
-
this.i.
|
|
807
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
809
|
+
this.i.ii = ensureEnum(MergedCellMode_$type, v);
|
|
810
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.ii));
|
|
808
811
|
},
|
|
809
812
|
enumerable: false,
|
|
810
813
|
configurable: true
|
|
@@ -814,11 +817,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
814
817
|
* Gets or sets how cells are evaluated for merging.
|
|
815
818
|
*/
|
|
816
819
|
get: function () {
|
|
817
|
-
return this.i.
|
|
820
|
+
return this.i.ie;
|
|
818
821
|
},
|
|
819
822
|
set: function (v) {
|
|
820
|
-
this.i.
|
|
821
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
823
|
+
this.i.ie = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
824
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.ie));
|
|
822
825
|
},
|
|
823
826
|
enumerable: false,
|
|
824
827
|
configurable: true
|
|
@@ -842,11 +845,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
842
845
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
843
846
|
*/
|
|
844
847
|
get: function () {
|
|
845
|
-
return this.i.
|
|
848
|
+
return this.i.ke;
|
|
846
849
|
},
|
|
847
850
|
set: function (v) {
|
|
848
|
-
this.i.
|
|
849
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
851
|
+
this.i.ke = +v;
|
|
852
|
+
this._a("mergedCellPaddingLeft", this.i.ke);
|
|
850
853
|
},
|
|
851
854
|
enumerable: false,
|
|
852
855
|
configurable: true
|
|
@@ -856,11 +859,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
856
859
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
857
860
|
*/
|
|
858
861
|
get: function () {
|
|
859
|
-
return this.i.
|
|
862
|
+
return this.i.kg;
|
|
860
863
|
},
|
|
861
864
|
set: function (v) {
|
|
862
|
-
this.i.
|
|
863
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
865
|
+
this.i.kg = +v;
|
|
866
|
+
this._a("mergedCellPaddingTop", this.i.kg);
|
|
864
867
|
},
|
|
865
868
|
enumerable: false,
|
|
866
869
|
configurable: true
|
|
@@ -870,11 +873,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
870
873
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
871
874
|
*/
|
|
872
875
|
get: function () {
|
|
873
|
-
return this.i.
|
|
876
|
+
return this.i.kf;
|
|
874
877
|
},
|
|
875
878
|
set: function (v) {
|
|
876
|
-
this.i.
|
|
877
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
879
|
+
this.i.kf = +v;
|
|
880
|
+
this._a("mergedCellPaddingRight", this.i.kf);
|
|
878
881
|
},
|
|
879
882
|
enumerable: false,
|
|
880
883
|
configurable: true
|
|
@@ -884,11 +887,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
884
887
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
885
888
|
*/
|
|
886
889
|
get: function () {
|
|
887
|
-
return this.i.
|
|
890
|
+
return this.i.kd;
|
|
888
891
|
},
|
|
889
892
|
set: function (v) {
|
|
890
|
-
this.i.
|
|
891
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
893
|
+
this.i.kd = +v;
|
|
894
|
+
this._a("mergedCellPaddingBottom", this.i.kd);
|
|
892
895
|
},
|
|
893
896
|
enumerable: false,
|
|
894
897
|
configurable: true
|
|
@@ -914,7 +917,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
914
917
|
get: function () {
|
|
915
918
|
if (this._filterOperands === null) {
|
|
916
919
|
var coll = new IgcGridFilterOperandsCollection();
|
|
917
|
-
var innerColl = this.i.
|
|
920
|
+
var innerColl = this.i.h9;
|
|
918
921
|
if (!innerColl) {
|
|
919
922
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
920
923
|
}
|
|
@@ -930,7 +933,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
930
933
|
var coll = new IgcGridFilterOperandsCollection();
|
|
931
934
|
this._filterOperands = coll._fromOuter(v);
|
|
932
935
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
933
|
-
var innerColl = this.i.
|
|
936
|
+
var innerColl = this.i.h9;
|
|
934
937
|
if (!innerColl) {
|
|
935
938
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
936
939
|
}
|
|
@@ -973,18 +976,18 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
973
976
|
|
|
974
977
|
*/
|
|
975
978
|
IgcDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
976
|
-
var iv = this.i.
|
|
979
|
+
var iv = this.i.lu();
|
|
977
980
|
return (iv);
|
|
978
981
|
};
|
|
979
982
|
IgcDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
980
|
-
this.i.
|
|
983
|
+
this.i.m4(valueName, (animationType == null ? null : animationType), value);
|
|
981
984
|
};
|
|
982
985
|
/**
|
|
983
986
|
* Returns if the column has named header values.
|
|
984
987
|
|
|
985
988
|
*/
|
|
986
989
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
987
|
-
var iv = this.i.
|
|
990
|
+
var iv = this.i.jg();
|
|
988
991
|
return (iv);
|
|
989
992
|
};
|
|
990
993
|
/**
|
|
@@ -993,7 +996,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
993
996
|
* @param valueName * The named value to check for.
|
|
994
997
|
*/
|
|
995
998
|
IgcDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
996
|
-
var iv = this.i.
|
|
999
|
+
var iv = this.i.jf(valueName);
|
|
997
1000
|
return (iv);
|
|
998
1001
|
};
|
|
999
1002
|
/**
|
|
@@ -1002,7 +1005,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1002
1005
|
* @param valueName * The named header value to remove.
|
|
1003
1006
|
*/
|
|
1004
1007
|
IgcDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1005
|
-
this.i.
|
|
1008
|
+
this.i.m3(valueName);
|
|
1006
1009
|
};
|
|
1007
1010
|
/**
|
|
1008
1011
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1010,11 +1013,11 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1010
1013
|
* @param valueName * Name of the named header value to retrieve.
|
|
1011
1014
|
*/
|
|
1012
1015
|
IgcDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1013
|
-
var iv = this.i.
|
|
1016
|
+
var iv = this.i.ks(valueName);
|
|
1014
1017
|
return (iv);
|
|
1015
1018
|
};
|
|
1016
1019
|
IgcDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1017
|
-
this.i.
|
|
1020
|
+
this.i.mw(filterID, index, value);
|
|
1018
1021
|
};
|
|
1019
1022
|
IgcDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1020
1023
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1032,6 +1035,37 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1032
1035
|
IgcDataGridColumnComponent.prototype.removeCommandStateChangedListener = function (listener) {
|
|
1033
1036
|
this.i.removeCommandStateChangedListener(listener);
|
|
1034
1037
|
};
|
|
1038
|
+
Object.defineProperty(IgcDataGridColumnComponent.prototype, "formatCell", {
|
|
1039
|
+
/**
|
|
1040
|
+
* Called when cell text is being formatted.
|
|
1041
|
+
*/
|
|
1042
|
+
get: function () {
|
|
1043
|
+
return this._formatCell;
|
|
1044
|
+
},
|
|
1045
|
+
set: function (ev) {
|
|
1046
|
+
var _this = this;
|
|
1047
|
+
if (this._formatCell_wrapped !== null) {
|
|
1048
|
+
this.i.formatCell = delegateRemove(this.i.formatCell, this._formatCell_wrapped);
|
|
1049
|
+
this._formatCell_wrapped = null;
|
|
1050
|
+
this._formatCell = null;
|
|
1051
|
+
}
|
|
1052
|
+
this._formatCell = ev;
|
|
1053
|
+
this._formatCell_wrapped = function (o, e) {
|
|
1054
|
+
var outerArgs = new IgcFormatCellEventArgs();
|
|
1055
|
+
outerArgs._provideImplementation(e);
|
|
1056
|
+
if (_this.beforeFormatCell) {
|
|
1057
|
+
_this.beforeFormatCell(_this, outerArgs);
|
|
1058
|
+
}
|
|
1059
|
+
if (_this._formatCell) {
|
|
1060
|
+
_this._formatCell(_this, outerArgs);
|
|
1061
|
+
}
|
|
1062
|
+
};
|
|
1063
|
+
this.i.formatCell = delegateCombine(this.i.formatCell, this._formatCell_wrapped);
|
|
1064
|
+
;
|
|
1065
|
+
},
|
|
1066
|
+
enumerable: false,
|
|
1067
|
+
configurable: true
|
|
1068
|
+
});
|
|
1035
1069
|
Object.defineProperty(IgcDataGridColumnComponent.prototype, "actualHeaderTextChange", {
|
|
1036
1070
|
get: function () {
|
|
1037
1071
|
return this._actualHeaderTextChange;
|
|
@@ -1046,7 +1080,7 @@ var IgcDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1046
1080
|
this._actualHeaderTextChange = ev;
|
|
1047
1081
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
1048
1082
|
var ext = _this.actualHeaderText;
|
|
1049
|
-
if (e.propertyName == '
|
|
1083
|
+
if (e.propertyName == 'K4') {
|
|
1050
1084
|
if (_this.beforeActualHeaderTextChange) {
|
|
1051
1085
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
1052
1086
|
}
|