igniteui-webcomponents-grids 3.2.2 → 3.2.4
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-grids.umd.js +10275 -9381
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7531 -7208
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComboEditorView.js +6 -3
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- 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-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7352 -6962
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComboEditorView.js +6 -3
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- 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-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/fesm2015/igniteui-webcomponents-grids.js +10315 -9565
- package/fesm5/igniteui-webcomponents-grids.js +10276 -9382
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1306 -1264
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -69,11 +69,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.h2;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
76
|
-
this._a("paddingLeft", this.i.
|
|
75
|
+
this.i.h2 = +v;
|
|
76
|
+
this._a("paddingLeft", this.i.h2);
|
|
77
77
|
},
|
|
78
78
|
enumerable: true,
|
|
79
79
|
configurable: true
|
|
@@ -83,11 +83,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
83
83
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
84
84
|
*/
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.h4;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
|
-
this.i.
|
|
90
|
-
this._a("paddingTop", this.i.
|
|
89
|
+
this.i.h4 = +v;
|
|
90
|
+
this._a("paddingTop", this.i.h4);
|
|
91
91
|
},
|
|
92
92
|
enumerable: true,
|
|
93
93
|
configurable: true
|
|
@@ -97,11 +97,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
97
97
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
98
98
|
*/
|
|
99
99
|
get: function () {
|
|
100
|
-
return this.i.
|
|
100
|
+
return this.i.h3;
|
|
101
101
|
},
|
|
102
102
|
set: function (v) {
|
|
103
|
-
this.i.
|
|
104
|
-
this._a("paddingRight", this.i.
|
|
103
|
+
this.i.h3 = +v;
|
|
104
|
+
this._a("paddingRight", this.i.h3);
|
|
105
105
|
},
|
|
106
106
|
enumerable: true,
|
|
107
107
|
configurable: true
|
|
@@ -111,11 +111,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
111
111
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
112
112
|
*/
|
|
113
113
|
get: function () {
|
|
114
|
-
return this.i.
|
|
114
|
+
return this.i.h1;
|
|
115
115
|
},
|
|
116
116
|
set: function (v) {
|
|
117
|
-
this.i.
|
|
118
|
-
this._a("paddingBottom", this.i.
|
|
117
|
+
this.i.h1 = +v;
|
|
118
|
+
this._a("paddingBottom", this.i.h1);
|
|
119
119
|
},
|
|
120
120
|
enumerable: true,
|
|
121
121
|
configurable: true
|
|
@@ -125,10 +125,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
125
125
|
* Gets or sets an unique name of the Column
|
|
126
126
|
*/
|
|
127
127
|
get: function () {
|
|
128
|
-
return this.i.
|
|
128
|
+
return this.i.jz;
|
|
129
129
|
},
|
|
130
130
|
set: function (v) {
|
|
131
|
-
this.i.
|
|
131
|
+
this.i.jz = v;
|
|
132
132
|
},
|
|
133
133
|
enumerable: true,
|
|
134
134
|
configurable: true
|
|
@@ -138,10 +138,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
138
138
|
* Gets or sets the key used for the column binding
|
|
139
139
|
*/
|
|
140
140
|
get: function () {
|
|
141
|
-
return this.i.
|
|
141
|
+
return this.i.i8;
|
|
142
142
|
},
|
|
143
143
|
set: function (v) {
|
|
144
|
-
this.i.
|
|
144
|
+
this.i.i8 = v;
|
|
145
145
|
},
|
|
146
146
|
enumerable: true,
|
|
147
147
|
configurable: true
|
|
@@ -151,10 +151,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
151
151
|
* Gets or sets the text displayed in the header of the column
|
|
152
152
|
*/
|
|
153
153
|
get: function () {
|
|
154
|
-
return this.i.
|
|
154
|
+
return this.i.jf;
|
|
155
155
|
},
|
|
156
156
|
set: function (v) {
|
|
157
|
-
this.i.
|
|
157
|
+
this.i.jf = v;
|
|
158
158
|
},
|
|
159
159
|
enumerable: true,
|
|
160
160
|
configurable: true
|
|
@@ -164,10 +164,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
164
164
|
* Gets the actual text displayed in the header of the column
|
|
165
165
|
*/
|
|
166
166
|
get: function () {
|
|
167
|
-
return this.i.
|
|
167
|
+
return this.i.im;
|
|
168
168
|
},
|
|
169
169
|
set: function (v) {
|
|
170
|
-
this.i.
|
|
170
|
+
this.i.im = v;
|
|
171
171
|
},
|
|
172
172
|
enumerable: true,
|
|
173
173
|
configurable: true
|
|
@@ -177,11 +177,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
177
177
|
* Gets or sets the background color to use for the cells when they are selected
|
|
178
178
|
*/
|
|
179
179
|
get: function () {
|
|
180
|
-
return brushToString(this.i.
|
|
180
|
+
return brushToString(this.i.lk);
|
|
181
181
|
},
|
|
182
182
|
set: function (v) {
|
|
183
|
-
this.i.
|
|
184
|
-
this._a("selectedBackground", brushToString(this.i.
|
|
183
|
+
this.i.lk = stringToBrush(v);
|
|
184
|
+
this._a("selectedBackground", brushToString(this.i.lk));
|
|
185
185
|
},
|
|
186
186
|
enumerable: true,
|
|
187
187
|
configurable: true
|
|
@@ -191,11 +191,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
191
191
|
* Gets the actual background color that is used for the cells when they are selected
|
|
192
192
|
*/
|
|
193
193
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
194
|
+
return brushToString(this.i.ld);
|
|
195
195
|
},
|
|
196
196
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
198
|
-
this._a("actualSelectedBackground", brushToString(this.i.
|
|
197
|
+
this.i.ld = stringToBrush(v);
|
|
198
|
+
this._a("actualSelectedBackground", brushToString(this.i.ld));
|
|
199
199
|
},
|
|
200
200
|
enumerable: true,
|
|
201
201
|
configurable: true
|
|
@@ -205,11 +205,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
205
205
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
206
206
|
*/
|
|
207
207
|
get: function () {
|
|
208
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.li);
|
|
209
209
|
},
|
|
210
210
|
set: function (v) {
|
|
211
|
-
this.i.
|
|
212
|
-
this._a("rowHoverBackground", brushToString(this.i.
|
|
211
|
+
this.i.li = stringToBrush(v);
|
|
212
|
+
this._a("rowHoverBackground", brushToString(this.i.li));
|
|
213
213
|
},
|
|
214
214
|
enumerable: true,
|
|
215
215
|
configurable: true
|
|
@@ -219,11 +219,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
219
219
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
220
220
|
*/
|
|
221
221
|
get: function () {
|
|
222
|
-
return brushToString(this.i.
|
|
222
|
+
return brushToString(this.i.lb);
|
|
223
223
|
},
|
|
224
224
|
set: function (v) {
|
|
225
|
-
this.i.
|
|
226
|
-
this._a("actualHoverBackground", brushToString(this.i.
|
|
225
|
+
this.i.lb = stringToBrush(v);
|
|
226
|
+
this._a("actualHoverBackground", brushToString(this.i.lb));
|
|
227
227
|
},
|
|
228
228
|
enumerable: true,
|
|
229
229
|
configurable: true
|
|
@@ -233,11 +233,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
233
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
234
234
|
*/
|
|
235
235
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
236
|
+
return brushToString(this.i.lj);
|
|
237
237
|
},
|
|
238
238
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
240
|
-
this._a("rowHoverTextColor", brushToString(this.i.
|
|
239
|
+
this.i.lj = stringToBrush(v);
|
|
240
|
+
this._a("rowHoverTextColor", brushToString(this.i.lj));
|
|
241
241
|
},
|
|
242
242
|
enumerable: true,
|
|
243
243
|
configurable: true
|
|
@@ -247,11 +247,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
247
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
248
248
|
*/
|
|
249
249
|
get: function () {
|
|
250
|
-
return brushToString(this.i.
|
|
250
|
+
return brushToString(this.i.lc);
|
|
251
251
|
},
|
|
252
252
|
set: function (v) {
|
|
253
|
-
this.i.
|
|
254
|
-
this._a("actualRowHoverTextColor", brushToString(this.i.
|
|
253
|
+
this.i.lc = stringToBrush(v);
|
|
254
|
+
this._a("actualRowHoverTextColor", brushToString(this.i.lc));
|
|
255
255
|
},
|
|
256
256
|
enumerable: true,
|
|
257
257
|
configurable: true
|
|
@@ -261,18 +261,18 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
261
261
|
* Gets or sets the animation settings to use for this column.
|
|
262
262
|
*/
|
|
263
263
|
get: function () {
|
|
264
|
-
if (this.i.
|
|
264
|
+
if (this.i.fs == null) {
|
|
265
265
|
return null;
|
|
266
266
|
}
|
|
267
|
-
if (!this.i.
|
|
267
|
+
if (!this.i.fs.externalObject) {
|
|
268
268
|
var e = new IgcGridColumnAnimationSettings();
|
|
269
|
-
e._implementation = this.i.
|
|
270
|
-
this.i.
|
|
269
|
+
e._implementation = this.i.fs;
|
|
270
|
+
this.i.fs.externalObject = e;
|
|
271
271
|
}
|
|
272
|
-
return this.i.
|
|
272
|
+
return this.i.fs.externalObject;
|
|
273
273
|
},
|
|
274
274
|
set: function (v) {
|
|
275
|
-
v == null ? this.i.
|
|
275
|
+
v == null ? this.i.fs = null : this.i.fs = v.i;
|
|
276
276
|
},
|
|
277
277
|
enumerable: true,
|
|
278
278
|
configurable: true
|
|
@@ -309,11 +309,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
309
309
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
310
310
|
*/
|
|
311
311
|
get: function () {
|
|
312
|
-
return this.i.
|
|
312
|
+
return this.i.hi;
|
|
313
313
|
},
|
|
314
314
|
set: function (v) {
|
|
315
|
-
this.i.
|
|
316
|
-
this._a("minWidth", this.i.
|
|
315
|
+
this.i.hi = +v;
|
|
316
|
+
this._a("minWidth", this.i.hi);
|
|
317
317
|
},
|
|
318
318
|
enumerable: true,
|
|
319
319
|
configurable: true
|
|
@@ -323,11 +323,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
323
323
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
324
324
|
*/
|
|
325
325
|
get: function () {
|
|
326
|
-
return this.i.
|
|
326
|
+
return this.i.g6;
|
|
327
327
|
},
|
|
328
328
|
set: function (v) {
|
|
329
|
-
this.i.
|
|
330
|
-
this._a("isFromMarkup", this.i.
|
|
329
|
+
this.i.g6 = ensureBool(v);
|
|
330
|
+
this._a("isFromMarkup", this.i.g6);
|
|
331
331
|
},
|
|
332
332
|
enumerable: true,
|
|
333
333
|
configurable: true
|
|
@@ -337,11 +337,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
337
337
|
* Gets whether this column was auto generated.
|
|
338
338
|
*/
|
|
339
339
|
get: function () {
|
|
340
|
-
return this.i.
|
|
340
|
+
return this.i.g0;
|
|
341
341
|
},
|
|
342
342
|
set: function (v) {
|
|
343
|
-
this.i.
|
|
344
|
-
this._a("isAutoGenerated", this.i.
|
|
343
|
+
this.i.g0 = ensureBool(v);
|
|
344
|
+
this._a("isAutoGenerated", this.i.g0);
|
|
345
345
|
},
|
|
346
346
|
enumerable: true,
|
|
347
347
|
configurable: true
|
|
@@ -351,10 +351,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
351
351
|
* Gets or sets a filter to apply on the values of this column
|
|
352
352
|
*/
|
|
353
353
|
get: function () {
|
|
354
|
-
return this.i.
|
|
354
|
+
return this.i.ep;
|
|
355
355
|
},
|
|
356
356
|
set: function (v) {
|
|
357
|
-
this.i.
|
|
357
|
+
this.i.ep = v;
|
|
358
358
|
},
|
|
359
359
|
enumerable: true,
|
|
360
360
|
configurable: true
|
|
@@ -364,10 +364,10 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
364
364
|
* Gets or sets a filter to apply to the values of this column.
|
|
365
365
|
*/
|
|
366
366
|
get: function () {
|
|
367
|
-
return this.i.
|
|
367
|
+
return this.i.er;
|
|
368
368
|
},
|
|
369
369
|
set: function (v) {
|
|
370
|
-
this.i.
|
|
370
|
+
this.i.er = v;
|
|
371
371
|
},
|
|
372
372
|
enumerable: true,
|
|
373
373
|
configurable: true
|
|
@@ -402,11 +402,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
402
|
* Gets or sets whether filtering is enabled for this column.
|
|
403
403
|
*/
|
|
404
404
|
get: function () {
|
|
405
|
-
return this.i.
|
|
405
|
+
return this.i.g5;
|
|
406
406
|
},
|
|
407
407
|
set: function (v) {
|
|
408
|
-
this.i.
|
|
409
|
-
this._a("isFilteringEnabled", this.i.
|
|
408
|
+
this.i.g5 = ensureBool(v);
|
|
409
|
+
this._a("isFilteringEnabled", this.i.g5);
|
|
410
410
|
},
|
|
411
411
|
enumerable: true,
|
|
412
412
|
configurable: true
|
|
@@ -416,11 +416,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
416
416
|
* Gets or sets whether resizing is enabled for this column.
|
|
417
417
|
*/
|
|
418
418
|
get: function () {
|
|
419
|
-
return this.i.
|
|
419
|
+
return this.i.g8;
|
|
420
420
|
},
|
|
421
421
|
set: function (v) {
|
|
422
|
-
this.i.
|
|
423
|
-
this._a("isResizingEnabled", this.i.
|
|
422
|
+
this.i.g8 = ensureBool(v);
|
|
423
|
+
this._a("isResizingEnabled", this.i.g8);
|
|
424
424
|
},
|
|
425
425
|
enumerable: true,
|
|
426
426
|
configurable: true
|
|
@@ -430,11 +430,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
430
430
|
* Gets or sets whether or not a column is hidden from the grid
|
|
431
431
|
*/
|
|
432
432
|
get: function () {
|
|
433
|
-
return this.i.
|
|
433
|
+
return this.i.g7;
|
|
434
434
|
},
|
|
435
435
|
set: function (v) {
|
|
436
|
-
this.i.
|
|
437
|
-
this._a("isHidden", this.i.
|
|
436
|
+
this.i.g7 = ensureBool(v);
|
|
437
|
+
this._a("isHidden", this.i.g7);
|
|
438
438
|
},
|
|
439
439
|
enumerable: true,
|
|
440
440
|
configurable: true
|
|
@@ -444,11 +444,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
444
444
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
445
445
|
*/
|
|
446
446
|
get: function () {
|
|
447
|
-
return this.i.
|
|
447
|
+
return this.i.hb;
|
|
448
448
|
},
|
|
449
449
|
set: function (v) {
|
|
450
|
-
this.i.
|
|
451
|
-
this._a("shouldRemoveWhenHidden", this.i.
|
|
450
|
+
this.i.hb = ensureBool(v);
|
|
451
|
+
this._a("shouldRemoveWhenHidden", this.i.hb);
|
|
452
452
|
},
|
|
453
453
|
enumerable: true,
|
|
454
454
|
configurable: true
|
|
@@ -458,11 +458,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
458
458
|
* Gets the current sort direction (None, Ascending, Descending) for this column.
|
|
459
459
|
*/
|
|
460
460
|
get: function () {
|
|
461
|
-
return this.i.
|
|
461
|
+
return this.i.ff;
|
|
462
462
|
},
|
|
463
463
|
set: function (v) {
|
|
464
|
-
this.i.
|
|
465
|
-
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.
|
|
464
|
+
this.i.ff = ensureEnum(ColumnSortDirection_$type, v);
|
|
465
|
+
this._a("sortDirection", enumToString(ColumnSortDirection_$type, this.i.ff));
|
|
466
466
|
},
|
|
467
467
|
enumerable: true,
|
|
468
468
|
configurable: true
|
|
@@ -472,11 +472,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
472
472
|
* Gets or sets the current fixed position for this column.
|
|
473
473
|
*/
|
|
474
474
|
get: function () {
|
|
475
|
-
return this.i.
|
|
475
|
+
return this.i.f6;
|
|
476
476
|
},
|
|
477
477
|
set: function (v) {
|
|
478
|
-
this.i.
|
|
479
|
-
this._a("pinned", enumToString(PinnedPositions_$type, this.i.
|
|
478
|
+
this.i.f6 = ensureEnum(PinnedPositions_$type, v);
|
|
479
|
+
this._a("pinned", enumToString(PinnedPositions_$type, this.i.f6));
|
|
480
480
|
},
|
|
481
481
|
enumerable: true,
|
|
482
482
|
configurable: true
|
|
@@ -486,11 +486,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
486
486
|
* Gets the actual column options icon alignment for this column.
|
|
487
487
|
*/
|
|
488
488
|
get: function () {
|
|
489
|
-
return this.i.
|
|
489
|
+
return this.i.e6;
|
|
490
490
|
},
|
|
491
491
|
set: function (v) {
|
|
492
|
-
this.i.
|
|
493
|
-
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
492
|
+
this.i.e6 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
493
|
+
this._a("actualColumnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e6));
|
|
494
494
|
},
|
|
495
495
|
enumerable: true,
|
|
496
496
|
configurable: true
|
|
@@ -500,11 +500,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
500
500
|
* Gets or sets whether the column options icon is aligned opposite the header text or not.
|
|
501
501
|
*/
|
|
502
502
|
get: function () {
|
|
503
|
-
return this.i.
|
|
503
|
+
return this.i.e7;
|
|
504
504
|
},
|
|
505
505
|
set: function (v) {
|
|
506
|
-
this.i.
|
|
507
|
-
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.
|
|
506
|
+
this.i.e7 = ensureEnum(ColumnOptionsIconAlignment_$type, v);
|
|
507
|
+
this._a("columnOptionsIconAlignment", enumToString(ColumnOptionsIconAlignment_$type, this.i.e7));
|
|
508
508
|
},
|
|
509
509
|
enumerable: true,
|
|
510
510
|
configurable: true
|
|
@@ -514,11 +514,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
514
|
* Gets the actual column options icon color for this column.
|
|
515
515
|
*/
|
|
516
516
|
get: function () {
|
|
517
|
-
return brushToString(this.i.
|
|
517
|
+
return brushToString(this.i.k9);
|
|
518
518
|
},
|
|
519
519
|
set: function (v) {
|
|
520
|
-
this.i.
|
|
521
|
-
this._a("actualColumnOptionsIconColor", brushToString(this.i.
|
|
520
|
+
this.i.k9 = stringToBrush(v);
|
|
521
|
+
this._a("actualColumnOptionsIconColor", brushToString(this.i.k9));
|
|
522
522
|
},
|
|
523
523
|
enumerable: true,
|
|
524
524
|
configurable: true
|
|
@@ -528,11 +528,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
528
528
|
* Gets or sets the column options icon color for this column.
|
|
529
529
|
*/
|
|
530
530
|
get: function () {
|
|
531
|
-
return brushToString(this.i.
|
|
531
|
+
return brushToString(this.i.le);
|
|
532
532
|
},
|
|
533
533
|
set: function (v) {
|
|
534
|
-
this.i.
|
|
535
|
-
this._a("columnOptionsIconColor", brushToString(this.i.
|
|
534
|
+
this.i.le = stringToBrush(v);
|
|
535
|
+
this._a("columnOptionsIconColor", brushToString(this.i.le));
|
|
536
536
|
},
|
|
537
537
|
enumerable: true,
|
|
538
538
|
configurable: true
|
|
@@ -542,11 +542,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
542
542
|
* Gets or sets how the column option icon will behave in the column header.
|
|
543
543
|
*/
|
|
544
544
|
get: function () {
|
|
545
|
-
return this.i.
|
|
545
|
+
return this.i.fb;
|
|
546
546
|
},
|
|
547
547
|
set: function (v) {
|
|
548
|
-
this.i.
|
|
549
|
-
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
548
|
+
this.i.fb = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
549
|
+
this._a("columnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fb));
|
|
550
550
|
},
|
|
551
551
|
enumerable: true,
|
|
552
552
|
configurable: true
|
|
@@ -556,11 +556,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
556
556
|
* Gets or sets how the column option icon will behave in the column header.
|
|
557
557
|
*/
|
|
558
558
|
get: function () {
|
|
559
|
-
return this.i.
|
|
559
|
+
return this.i.fa;
|
|
560
560
|
},
|
|
561
561
|
set: function (v) {
|
|
562
|
-
this.i.
|
|
563
|
-
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.
|
|
562
|
+
this.i.fa = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
563
|
+
this._a("actualColumnOptionsIconBehavior", enumToString(ColumnOptionsIconBehavior_$type, this.i.fa));
|
|
564
564
|
},
|
|
565
565
|
enumerable: true,
|
|
566
566
|
configurable: true
|
|
@@ -570,11 +570,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
570
570
|
* Gets the actual state of the column options for this column.
|
|
571
571
|
*/
|
|
572
572
|
get: function () {
|
|
573
|
-
return this.i.
|
|
573
|
+
return this.i.gt;
|
|
574
574
|
},
|
|
575
575
|
set: function (v) {
|
|
576
|
-
this.i.
|
|
577
|
-
this._a("actualIsColumnOptionsEnabled", this.i.
|
|
576
|
+
this.i.gt = ensureBool(v);
|
|
577
|
+
this._a("actualIsColumnOptionsEnabled", this.i.gt);
|
|
578
578
|
},
|
|
579
579
|
enumerable: true,
|
|
580
580
|
configurable: true
|
|
@@ -585,11 +585,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
585
585
|
* then it will be disabled for the column regardless of what this is set to.
|
|
586
586
|
*/
|
|
587
587
|
get: function () {
|
|
588
|
-
return this.i.
|
|
588
|
+
return this.i.g1;
|
|
589
589
|
},
|
|
590
590
|
set: function (v) {
|
|
591
|
-
this.i.
|
|
592
|
-
this._a("isColumnOptionsEnabled", this.i.
|
|
591
|
+
this.i.g1 = ensureBool(v);
|
|
592
|
+
this._a("isColumnOptionsEnabled", this.i.g1);
|
|
593
593
|
},
|
|
594
594
|
enumerable: true,
|
|
595
595
|
configurable: true
|
|
@@ -599,11 +599,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
599
599
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
600
600
|
*/
|
|
601
601
|
get: function () {
|
|
602
|
-
return this.i.
|
|
602
|
+
return this.i.gv;
|
|
603
603
|
},
|
|
604
604
|
set: function (v) {
|
|
605
|
-
this.i.
|
|
606
|
-
this._a("actualIsColumnOptionsSummariesEnabled", this.i.
|
|
605
|
+
this.i.gv = ensureBool(v);
|
|
606
|
+
this._a("actualIsColumnOptionsSummariesEnabled", this.i.gv);
|
|
607
607
|
},
|
|
608
608
|
enumerable: true,
|
|
609
609
|
configurable: true
|
|
@@ -613,11 +613,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
613
613
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
614
614
|
*/
|
|
615
615
|
get: function () {
|
|
616
|
-
return this.i.
|
|
616
|
+
return this.i.g3;
|
|
617
617
|
},
|
|
618
618
|
set: function (v) {
|
|
619
|
-
this.i.
|
|
620
|
-
this._a("isColumnOptionsSummariesEnabled", this.i.
|
|
619
|
+
this.i.g3 = ensureBool(v);
|
|
620
|
+
this._a("isColumnOptionsSummariesEnabled", this.i.g3);
|
|
621
621
|
},
|
|
622
622
|
enumerable: true,
|
|
623
623
|
configurable: true
|
|
@@ -627,11 +627,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
627
627
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
628
628
|
*/
|
|
629
629
|
get: function () {
|
|
630
|
-
return this.i.
|
|
630
|
+
return this.i.gu;
|
|
631
631
|
},
|
|
632
632
|
set: function (v) {
|
|
633
|
-
this.i.
|
|
634
|
-
this._a("actualIsColumnOptionsGroupingEnabled", this.i.
|
|
633
|
+
this.i.gu = ensureBool(v);
|
|
634
|
+
this._a("actualIsColumnOptionsGroupingEnabled", this.i.gu);
|
|
635
635
|
},
|
|
636
636
|
enumerable: true,
|
|
637
637
|
configurable: true
|
|
@@ -641,11 +641,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
641
641
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
642
642
|
*/
|
|
643
643
|
get: function () {
|
|
644
|
-
return this.i.
|
|
644
|
+
return this.i.g2;
|
|
645
645
|
},
|
|
646
646
|
set: function (v) {
|
|
647
|
-
this.i.
|
|
648
|
-
this._a("isColumnOptionsGroupingEnabled", this.i.
|
|
647
|
+
this.i.g2 = ensureBool(v);
|
|
648
|
+
this._a("isColumnOptionsGroupingEnabled", this.i.g2);
|
|
649
649
|
},
|
|
650
650
|
enumerable: true,
|
|
651
651
|
configurable: true
|
|
@@ -655,11 +655,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
655
655
|
* Gets or sets if the column is editable.
|
|
656
656
|
*/
|
|
657
657
|
get: function () {
|
|
658
|
-
return this.i.
|
|
658
|
+
return this.i.g4;
|
|
659
659
|
},
|
|
660
660
|
set: function (v) {
|
|
661
|
-
this.i.
|
|
662
|
-
this._a("isEditable", this.i.
|
|
661
|
+
this.i.g4 = ensureBool(v);
|
|
662
|
+
this._a("isEditable", this.i.g4);
|
|
663
663
|
},
|
|
664
664
|
enumerable: true,
|
|
665
665
|
configurable: true
|
|
@@ -669,11 +669,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
669
|
* Gets or sets the text color used for deleted rows.
|
|
670
670
|
*/
|
|
671
671
|
get: function () {
|
|
672
|
-
return brushToString(this.i.
|
|
672
|
+
return brushToString(this.i.lf);
|
|
673
673
|
},
|
|
674
674
|
set: function (v) {
|
|
675
|
-
this.i.
|
|
676
|
-
this._a("deletedTextColor", brushToString(this.i.
|
|
675
|
+
this.i.lf = stringToBrush(v);
|
|
676
|
+
this._a("deletedTextColor", brushToString(this.i.lf));
|
|
677
677
|
},
|
|
678
678
|
enumerable: true,
|
|
679
679
|
configurable: true
|
|
@@ -683,11 +683,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
683
|
* Gets the actual text color used for deleted rows.
|
|
684
684
|
*/
|
|
685
685
|
get: function () {
|
|
686
|
-
return brushToString(this.i.
|
|
686
|
+
return brushToString(this.i.la);
|
|
687
687
|
},
|
|
688
688
|
set: function (v) {
|
|
689
|
-
this.i.
|
|
690
|
-
this._a("actualDeletedTextColor", brushToString(this.i.
|
|
689
|
+
this.i.la = stringToBrush(v);
|
|
690
|
+
this._a("actualDeletedTextColor", brushToString(this.i.la));
|
|
691
691
|
},
|
|
692
692
|
enumerable: true,
|
|
693
693
|
configurable: true
|
|
@@ -697,11 +697,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
697
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
698
698
|
*/
|
|
699
699
|
get: function () {
|
|
700
|
-
return this.i.
|
|
700
|
+
return this.i.hh;
|
|
701
701
|
},
|
|
702
702
|
set: function (v) {
|
|
703
|
-
this.i.
|
|
704
|
-
this._a("editOpacity", this.i.
|
|
703
|
+
this.i.hh = +v;
|
|
704
|
+
this._a("editOpacity", this.i.hh);
|
|
705
705
|
},
|
|
706
706
|
enumerable: true,
|
|
707
707
|
configurable: true
|
|
@@ -711,11 +711,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
711
711
|
* Gets the actual opacity for unsaved edited cell values.
|
|
712
712
|
*/
|
|
713
713
|
get: function () {
|
|
714
|
-
return this.i.
|
|
714
|
+
return this.i.hg;
|
|
715
715
|
},
|
|
716
716
|
set: function (v) {
|
|
717
|
-
this.i.
|
|
718
|
-
this._a("actualEditOpacity", this.i.
|
|
717
|
+
this.i.hg = +v;
|
|
718
|
+
this._a("actualEditOpacity", this.i.hg);
|
|
719
719
|
},
|
|
720
720
|
enumerable: true,
|
|
721
721
|
configurable: true
|
|
@@ -744,16 +744,16 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
744
744
|
* Gets the actual font style used for unsaved cell edits.
|
|
745
745
|
*/
|
|
746
746
|
get: function () {
|
|
747
|
-
if (this.i.
|
|
747
|
+
if (this.i.gb == null) {
|
|
748
748
|
return null;
|
|
749
749
|
}
|
|
750
|
-
return this.i.
|
|
750
|
+
return this.i.gb.fontString;
|
|
751
751
|
},
|
|
752
752
|
set: function (v) {
|
|
753
753
|
var fi = new FontInfo();
|
|
754
754
|
fi.fontString = v;
|
|
755
|
-
this.i.
|
|
756
|
-
this._a("actualEditFontInfo", this.i.
|
|
755
|
+
this.i.gb = fi;
|
|
756
|
+
this._a("actualEditFontInfo", this.i.gb != null ? this.i.gb.fontString : "");
|
|
757
757
|
},
|
|
758
758
|
enumerable: true,
|
|
759
759
|
configurable: true
|
|
@@ -763,11 +763,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
763
763
|
* Gets or sets if and how cell merging is performed for this field.
|
|
764
764
|
*/
|
|
765
765
|
get: function () {
|
|
766
|
-
return this.i.
|
|
766
|
+
return this.i.f2;
|
|
767
767
|
},
|
|
768
768
|
set: function (v) {
|
|
769
|
-
this.i.
|
|
770
|
-
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.
|
|
769
|
+
this.i.f2 = ensureEnum(MergedCellMode_$type, v);
|
|
770
|
+
this._a("mergedCellMode", enumToString(MergedCellMode_$type, this.i.f2));
|
|
771
771
|
},
|
|
772
772
|
enumerable: true,
|
|
773
773
|
configurable: true
|
|
@@ -777,11 +777,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
777
|
* Gets or sets how cells are evaluated for merging.
|
|
778
778
|
*/
|
|
779
779
|
get: function () {
|
|
780
|
-
return this.i.
|
|
780
|
+
return this.i.fz;
|
|
781
781
|
},
|
|
782
782
|
set: function (v) {
|
|
783
|
-
this.i.
|
|
784
|
-
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.
|
|
783
|
+
this.i.fz = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
784
|
+
this._a("mergedCellEvaluationCriteria", enumToString(MergedCellEvaluationCriteria_$type, this.i.fz));
|
|
785
785
|
},
|
|
786
786
|
enumerable: true,
|
|
787
787
|
configurable: true
|
|
@@ -791,11 +791,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
791
791
|
* Gets or sets the vertical alignment to use for the merged cell content.
|
|
792
792
|
*/
|
|
793
793
|
get: function () {
|
|
794
|
-
return this.i.
|
|
794
|
+
return this.i.ey;
|
|
795
795
|
},
|
|
796
796
|
set: function (v) {
|
|
797
|
-
this.i.
|
|
798
|
-
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.
|
|
797
|
+
this.i.ey = ensureEnum(CellContentVerticalAlignment_$type, v);
|
|
798
|
+
this._a("mergedCellVerticalAlignment", enumToString(CellContentVerticalAlignment_$type, this.i.ey));
|
|
799
799
|
},
|
|
800
800
|
enumerable: true,
|
|
801
801
|
configurable: true
|
|
@@ -805,11 +805,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
805
805
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
806
806
|
*/
|
|
807
807
|
get: function () {
|
|
808
|
-
return this.i.
|
|
808
|
+
return this.i.hv;
|
|
809
809
|
},
|
|
810
810
|
set: function (v) {
|
|
811
|
-
this.i.
|
|
812
|
-
this._a("mergedCellPaddingLeft", this.i.
|
|
811
|
+
this.i.hv = +v;
|
|
812
|
+
this._a("mergedCellPaddingLeft", this.i.hv);
|
|
813
813
|
},
|
|
814
814
|
enumerable: true,
|
|
815
815
|
configurable: true
|
|
@@ -819,11 +819,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
819
819
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
820
820
|
*/
|
|
821
821
|
get: function () {
|
|
822
|
-
return this.i.
|
|
822
|
+
return this.i.hx;
|
|
823
823
|
},
|
|
824
824
|
set: function (v) {
|
|
825
|
-
this.i.
|
|
826
|
-
this._a("mergedCellPaddingTop", this.i.
|
|
825
|
+
this.i.hx = +v;
|
|
826
|
+
this._a("mergedCellPaddingTop", this.i.hx);
|
|
827
827
|
},
|
|
828
828
|
enumerable: true,
|
|
829
829
|
configurable: true
|
|
@@ -833,11 +833,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
833
833
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
834
834
|
*/
|
|
835
835
|
get: function () {
|
|
836
|
-
return this.i.
|
|
836
|
+
return this.i.hw;
|
|
837
837
|
},
|
|
838
838
|
set: function (v) {
|
|
839
|
-
this.i.
|
|
840
|
-
this._a("mergedCellPaddingRight", this.i.
|
|
839
|
+
this.i.hw = +v;
|
|
840
|
+
this._a("mergedCellPaddingRight", this.i.hw);
|
|
841
841
|
},
|
|
842
842
|
enumerable: true,
|
|
843
843
|
configurable: true
|
|
@@ -847,11 +847,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
847
847
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
848
848
|
*/
|
|
849
849
|
get: function () {
|
|
850
|
-
return this.i.
|
|
850
|
+
return this.i.hu;
|
|
851
851
|
},
|
|
852
852
|
set: function (v) {
|
|
853
|
-
this.i.
|
|
854
|
-
this._a("mergedCellPaddingBottom", this.i.
|
|
853
|
+
this.i.hu = +v;
|
|
854
|
+
this._a("mergedCellPaddingBottom", this.i.hu);
|
|
855
855
|
},
|
|
856
856
|
enumerable: true,
|
|
857
857
|
configurable: true
|
|
@@ -861,11 +861,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
861
861
|
* Gets or sets whether UI filters are case sensitive or not.
|
|
862
862
|
*/
|
|
863
863
|
get: function () {
|
|
864
|
-
return this.i.
|
|
864
|
+
return this.i.fn;
|
|
865
865
|
},
|
|
866
866
|
set: function (v) {
|
|
867
|
-
this.i.
|
|
868
|
-
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.
|
|
867
|
+
this.i.fn = ensureEnum(FilterComparisonType_$type, v);
|
|
868
|
+
this._a("filterComparisonType", enumToString(FilterComparisonType_$type, this.i.fn));
|
|
869
869
|
},
|
|
870
870
|
enumerable: true,
|
|
871
871
|
configurable: true
|
|
@@ -877,7 +877,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
877
877
|
get: function () {
|
|
878
878
|
if (this._filterOperands === null) {
|
|
879
879
|
var coll = new IgcGridFilterOperandsCollection();
|
|
880
|
-
var innerColl = this.i.
|
|
880
|
+
var innerColl = this.i.fu;
|
|
881
881
|
if (!innerColl) {
|
|
882
882
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
883
883
|
}
|
|
@@ -893,7 +893,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
893
893
|
var coll = new IgcGridFilterOperandsCollection();
|
|
894
894
|
this._filterOperands = coll._fromOuter(v);
|
|
895
895
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
896
|
-
var innerColl = this.i.
|
|
896
|
+
var innerColl = this.i.fu;
|
|
897
897
|
if (!innerColl) {
|
|
898
898
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
899
899
|
}
|
|
@@ -936,18 +936,18 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
936
936
|
|
|
937
937
|
*/
|
|
938
938
|
IgcColumnComponent.prototype.getUniqueKey = function () {
|
|
939
|
-
var iv = this.i.
|
|
939
|
+
var iv = this.i.jd();
|
|
940
940
|
return (iv);
|
|
941
941
|
};
|
|
942
942
|
IgcColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
943
|
-
this.i.
|
|
943
|
+
this.i.kk(valueName, (animationType == null ? null : animationType), value);
|
|
944
944
|
};
|
|
945
945
|
/**
|
|
946
946
|
* Returns if the column has named header values.
|
|
947
947
|
|
|
948
948
|
*/
|
|
949
949
|
IgcColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
950
|
-
var iv = this.i.
|
|
950
|
+
var iv = this.i.gy();
|
|
951
951
|
return (iv);
|
|
952
952
|
};
|
|
953
953
|
/**
|
|
@@ -956,7 +956,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
956
956
|
* @param valueName * The named value to check for.
|
|
957
957
|
*/
|
|
958
958
|
IgcColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
959
|
-
var iv = this.i.
|
|
959
|
+
var iv = this.i.gx(valueName);
|
|
960
960
|
return (iv);
|
|
961
961
|
};
|
|
962
962
|
/**
|
|
@@ -965,7 +965,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
965
965
|
* @param valueName * The named header value to remove.
|
|
966
966
|
*/
|
|
967
967
|
IgcColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
968
|
-
this.i.
|
|
968
|
+
this.i.kj(valueName);
|
|
969
969
|
};
|
|
970
970
|
/**
|
|
971
971
|
* Gets the value of a named header value for this column by name.
|
|
@@ -973,11 +973,11 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
973
973
|
* @param valueName * Name of the named header value to retrieve.
|
|
974
974
|
*/
|
|
975
975
|
IgcColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
976
|
-
var iv = this.i.
|
|
976
|
+
var iv = this.i.h9(valueName);
|
|
977
977
|
return (iv);
|
|
978
978
|
};
|
|
979
979
|
IgcColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
980
|
-
this.i.
|
|
980
|
+
this.i.ke(filterID, index, value);
|
|
981
981
|
};
|
|
982
982
|
Object.defineProperty(IgcColumnComponent.prototype, "actualHeaderTextChange", {
|
|
983
983
|
get: function () {
|
|
@@ -993,7 +993,7 @@ var IgcColumnComponent = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
993
993
|
this._actualHeaderTextChange = ev;
|
|
994
994
|
this._actualHeaderTextChange_wrapped = function (o, e) {
|
|
995
995
|
var ext = _this.actualHeaderText;
|
|
996
|
-
if (e.propertyName == '
|
|
996
|
+
if (e.propertyName == 'Im') {
|
|
997
997
|
if (_this.beforeActualHeaderTextChange) {
|
|
998
998
|
_this.beforeActualHeaderTextChange(_this, ext);
|
|
999
999
|
}
|