igniteui-angular-data-grids 20.0.0 → 20.0.1-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-angular-data-grids.umd.js +3900 -3533
- package/bundles/igniteui-angular-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 +2442 -2384
- 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/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-format-cell-event-args.js +82 -0
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-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/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-format-cell-event-args.js +112 -0
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- 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/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -5
- package/public_api.d.ts +2 -0
|
@@ -13,6 +13,7 @@ import { MergedCellEvaluationCriteria_$type } from "./MergedCellEvaluationCriter
|
|
|
13
13
|
import { CellContentVerticalAlignment_$type } from "./CellContentVerticalAlignment";
|
|
14
14
|
import { FilterComparisonType_$type } from "./FilterComparisonType";
|
|
15
15
|
import { IgxGridFilterOperandsCollection } from "./igx-grid-filter-operands-collection";
|
|
16
|
+
import { IgxFormatCellEventArgs } from "./igx-format-cell-event-args";
|
|
16
17
|
import { IgxDefinitionBaseComponent } from "./igx-definition-base-component";
|
|
17
18
|
import { brushToString, stringToBrush, ensureBool, ensureEnum } from "igniteui-angular-core";
|
|
18
19
|
import { ColumnWidth as ColumnWidth_internal } from "./ColumnWidth";
|
|
@@ -29,6 +30,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
30
|
function IgxDataGridColumnComponent() {
|
|
30
31
|
var _this = _super.call(this) || this;
|
|
31
32
|
_this._filterOperands = null;
|
|
33
|
+
_this._formatCell = null;
|
|
32
34
|
_this._actualHeaderTextChange = null;
|
|
33
35
|
return _this;
|
|
34
36
|
}
|
|
@@ -61,10 +63,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
61
63
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
62
64
|
*/
|
|
63
65
|
get: function () {
|
|
64
|
-
return this.i.
|
|
66
|
+
return this.i.kl;
|
|
65
67
|
},
|
|
66
68
|
set: function (v) {
|
|
67
|
-
this.i.
|
|
69
|
+
this.i.kl = +v;
|
|
68
70
|
},
|
|
69
71
|
enumerable: false,
|
|
70
72
|
configurable: true
|
|
@@ -74,10 +76,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
74
76
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
75
77
|
*/
|
|
76
78
|
get: function () {
|
|
77
|
-
return this.i.
|
|
79
|
+
return this.i.kn;
|
|
78
80
|
},
|
|
79
81
|
set: function (v) {
|
|
80
|
-
this.i.
|
|
82
|
+
this.i.kn = +v;
|
|
81
83
|
},
|
|
82
84
|
enumerable: false,
|
|
83
85
|
configurable: true
|
|
@@ -87,10 +89,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
87
89
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
88
90
|
*/
|
|
89
91
|
get: function () {
|
|
90
|
-
return this.i.
|
|
92
|
+
return this.i.km;
|
|
91
93
|
},
|
|
92
94
|
set: function (v) {
|
|
93
|
-
this.i.
|
|
95
|
+
this.i.km = +v;
|
|
94
96
|
},
|
|
95
97
|
enumerable: false,
|
|
96
98
|
configurable: true
|
|
@@ -100,10 +102,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
100
102
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
101
103
|
*/
|
|
102
104
|
get: function () {
|
|
103
|
-
return this.i.
|
|
105
|
+
return this.i.kk;
|
|
104
106
|
},
|
|
105
107
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
108
|
+
this.i.kk = +v;
|
|
107
109
|
},
|
|
108
110
|
enumerable: false,
|
|
109
111
|
configurable: true
|
|
@@ -113,10 +115,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
113
115
|
* Gets or sets an unique name of the Column
|
|
114
116
|
*/
|
|
115
117
|
get: function () {
|
|
116
|
-
return this.i.
|
|
118
|
+
return this.i.mg;
|
|
117
119
|
},
|
|
118
120
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
121
|
+
this.i.mg = v;
|
|
120
122
|
},
|
|
121
123
|
enumerable: false,
|
|
122
124
|
configurable: true
|
|
@@ -126,10 +128,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
128
|
* Gets or sets the key used for the column binding
|
|
127
129
|
*/
|
|
128
130
|
get: function () {
|
|
129
|
-
return this.i.
|
|
131
|
+
return this.i.lp;
|
|
130
132
|
},
|
|
131
133
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
134
|
+
this.i.lp = v;
|
|
133
135
|
},
|
|
134
136
|
enumerable: false,
|
|
135
137
|
configurable: true
|
|
@@ -139,10 +141,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
139
141
|
* Gets or sets the text displayed in the header of the column
|
|
140
142
|
*/
|
|
141
143
|
get: function () {
|
|
142
|
-
return this.i.
|
|
144
|
+
return this.i.lw;
|
|
143
145
|
},
|
|
144
146
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
147
|
+
this.i.lw = v;
|
|
146
148
|
},
|
|
147
149
|
enumerable: false,
|
|
148
150
|
configurable: true
|
|
@@ -152,10 +154,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
154
|
* Gets the actual text displayed in the header of the column
|
|
153
155
|
*/
|
|
154
156
|
get: function () {
|
|
155
|
-
return this.i.
|
|
157
|
+
return this.i.k4;
|
|
156
158
|
},
|
|
157
159
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
160
|
+
this.i.k4 = v;
|
|
159
161
|
},
|
|
160
162
|
enumerable: false,
|
|
161
163
|
configurable: true
|
|
@@ -165,10 +167,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
165
167
|
* Gets or sets the background color to use for the cells when they are selected
|
|
166
168
|
*/
|
|
167
169
|
get: function () {
|
|
168
|
-
return brushToString(this.i.
|
|
170
|
+
return brushToString(this.i.n4);
|
|
169
171
|
},
|
|
170
172
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
173
|
+
this.i.n4 = stringToBrush(v);
|
|
172
174
|
},
|
|
173
175
|
enumerable: false,
|
|
174
176
|
configurable: true
|
|
@@ -178,10 +180,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
178
180
|
* Gets the actual background color that is used for the cells when they are selected
|
|
179
181
|
*/
|
|
180
182
|
get: function () {
|
|
181
|
-
return brushToString(this.i.
|
|
183
|
+
return brushToString(this.i.nx);
|
|
182
184
|
},
|
|
183
185
|
set: function (v) {
|
|
184
|
-
this.i.
|
|
186
|
+
this.i.nx = stringToBrush(v);
|
|
185
187
|
},
|
|
186
188
|
enumerable: false,
|
|
187
189
|
configurable: true
|
|
@@ -191,10 +193,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
191
193
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
192
194
|
*/
|
|
193
195
|
get: function () {
|
|
194
|
-
return brushToString(this.i.
|
|
196
|
+
return brushToString(this.i.n2);
|
|
195
197
|
},
|
|
196
198
|
set: function (v) {
|
|
197
|
-
this.i.
|
|
199
|
+
this.i.n2 = stringToBrush(v);
|
|
198
200
|
},
|
|
199
201
|
enumerable: false,
|
|
200
202
|
configurable: true
|
|
@@ -204,10 +206,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
204
206
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
205
207
|
*/
|
|
206
208
|
get: function () {
|
|
207
|
-
return brushToString(this.i.
|
|
209
|
+
return brushToString(this.i.nv);
|
|
208
210
|
},
|
|
209
211
|
set: function (v) {
|
|
210
|
-
this.i.
|
|
212
|
+
this.i.nv = stringToBrush(v);
|
|
211
213
|
},
|
|
212
214
|
enumerable: false,
|
|
213
215
|
configurable: true
|
|
@@ -217,10 +219,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
217
219
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
218
220
|
*/
|
|
219
221
|
get: function () {
|
|
220
|
-
return brushToString(this.i.
|
|
222
|
+
return brushToString(this.i.n3);
|
|
221
223
|
},
|
|
222
224
|
set: function (v) {
|
|
223
|
-
this.i.
|
|
225
|
+
this.i.n3 = stringToBrush(v);
|
|
224
226
|
},
|
|
225
227
|
enumerable: false,
|
|
226
228
|
configurable: true
|
|
@@ -230,10 +232,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
230
232
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
231
233
|
*/
|
|
232
234
|
get: function () {
|
|
233
|
-
return brushToString(this.i.
|
|
235
|
+
return brushToString(this.i.nw);
|
|
234
236
|
},
|
|
235
237
|
set: function (v) {
|
|
236
|
-
this.i.
|
|
238
|
+
this.i.nw = stringToBrush(v);
|
|
237
239
|
},
|
|
238
240
|
enumerable: false,
|
|
239
241
|
configurable: true
|
|
@@ -243,7 +245,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
243
245
|
* Gets or sets the animation settings to use for this column.
|
|
244
246
|
*/
|
|
245
247
|
get: function () {
|
|
246
|
-
var r = this.i.
|
|
248
|
+
var r = this.i.h7;
|
|
247
249
|
if (r == null) {
|
|
248
250
|
return null;
|
|
249
251
|
}
|
|
@@ -262,7 +264,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
262
264
|
return r.externalObject;
|
|
263
265
|
},
|
|
264
266
|
set: function (v) {
|
|
265
|
-
v == null ? this.i.
|
|
267
|
+
v == null ? this.i.h7 = null : this.i.h7 = v.i;
|
|
266
268
|
},
|
|
267
269
|
enumerable: false,
|
|
268
270
|
configurable: true
|
|
@@ -307,10 +309,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
307
309
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
308
310
|
*/
|
|
309
311
|
get: function () {
|
|
310
|
-
return this.i.
|
|
312
|
+
return this.i.j1;
|
|
311
313
|
},
|
|
312
314
|
set: function (v) {
|
|
313
|
-
this.i.
|
|
315
|
+
this.i.j1 = +v;
|
|
314
316
|
},
|
|
315
317
|
enumerable: false,
|
|
316
318
|
configurable: true
|
|
@@ -320,10 +322,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
320
322
|
* Gets whether this column was projected from markup/templates and is constrained.
|
|
321
323
|
*/
|
|
322
324
|
get: function () {
|
|
323
|
-
return this.i.
|
|
325
|
+
return this.i.jo;
|
|
324
326
|
},
|
|
325
327
|
set: function (v) {
|
|
326
|
-
this.i.
|
|
328
|
+
this.i.jo = ensureBool(v);
|
|
327
329
|
},
|
|
328
330
|
enumerable: false,
|
|
329
331
|
configurable: true
|
|
@@ -333,10 +335,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
333
335
|
* Gets whether this column was auto generated.
|
|
334
336
|
*/
|
|
335
337
|
get: function () {
|
|
336
|
-
return this.i.
|
|
338
|
+
return this.i.ji;
|
|
337
339
|
},
|
|
338
340
|
set: function (v) {
|
|
339
|
-
this.i.
|
|
341
|
+
this.i.ji = ensureBool(v);
|
|
340
342
|
},
|
|
341
343
|
enumerable: false,
|
|
342
344
|
configurable: true
|
|
@@ -398,10 +400,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
398
400
|
* Gets or sets whether filtering is enabled for this column.
|
|
399
401
|
*/
|
|
400
402
|
get: function () {
|
|
401
|
-
return this.i.
|
|
403
|
+
return this.i.jn;
|
|
402
404
|
},
|
|
403
405
|
set: function (v) {
|
|
404
|
-
this.i.
|
|
406
|
+
this.i.jn = ensureBool(v);
|
|
405
407
|
},
|
|
406
408
|
enumerable: false,
|
|
407
409
|
configurable: true
|
|
@@ -411,10 +413,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
411
413
|
* Gets or sets whether resizing is enabled for this column.
|
|
412
414
|
*/
|
|
413
415
|
get: function () {
|
|
414
|
-
return this.i.
|
|
416
|
+
return this.i.jq;
|
|
415
417
|
},
|
|
416
418
|
set: function (v) {
|
|
417
|
-
this.i.
|
|
419
|
+
this.i.jq = ensureBool(v);
|
|
418
420
|
},
|
|
419
421
|
enumerable: false,
|
|
420
422
|
configurable: true
|
|
@@ -424,10 +426,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
424
426
|
* Gets or sets whether or not a column is hidden from the grid
|
|
425
427
|
*/
|
|
426
428
|
get: function () {
|
|
427
|
-
return this.i.
|
|
429
|
+
return this.i.jp;
|
|
428
430
|
},
|
|
429
431
|
set: function (v) {
|
|
430
|
-
this.i.
|
|
432
|
+
this.i.jp = ensureBool(v);
|
|
431
433
|
},
|
|
432
434
|
enumerable: false,
|
|
433
435
|
configurable: true
|
|
@@ -437,10 +439,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
437
439
|
* Gets or sets if a column should be removed from the grid when it is fully hidden
|
|
438
440
|
*/
|
|
439
441
|
get: function () {
|
|
440
|
-
return this.i.
|
|
442
|
+
return this.i.jt;
|
|
441
443
|
},
|
|
442
444
|
set: function (v) {
|
|
443
|
-
this.i.
|
|
445
|
+
this.i.jt = ensureBool(v);
|
|
444
446
|
},
|
|
445
447
|
enumerable: false,
|
|
446
448
|
configurable: true
|
|
@@ -463,10 +465,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
463
465
|
* Gets or sets the current fixed position for this column.
|
|
464
466
|
*/
|
|
465
467
|
get: function () {
|
|
466
|
-
return this.i.
|
|
468
|
+
return this.i.im;
|
|
467
469
|
},
|
|
468
470
|
set: function (v) {
|
|
469
|
-
this.i.
|
|
471
|
+
this.i.im = ensureEnum(PinnedPositions_$type, v);
|
|
470
472
|
},
|
|
471
473
|
enumerable: false,
|
|
472
474
|
configurable: true
|
|
@@ -502,10 +504,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
502
504
|
* Gets the actual column options icon color for this column.
|
|
503
505
|
*/
|
|
504
506
|
get: function () {
|
|
505
|
-
return brushToString(this.i.
|
|
507
|
+
return brushToString(this.i.nt);
|
|
506
508
|
},
|
|
507
509
|
set: function (v) {
|
|
508
|
-
this.i.
|
|
510
|
+
this.i.nt = stringToBrush(v);
|
|
509
511
|
},
|
|
510
512
|
enumerable: false,
|
|
511
513
|
configurable: true
|
|
@@ -515,10 +517,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
515
517
|
* Gets or sets the column options icon color for this column.
|
|
516
518
|
*/
|
|
517
519
|
get: function () {
|
|
518
|
-
return brushToString(this.i.
|
|
520
|
+
return brushToString(this.i.ny);
|
|
519
521
|
},
|
|
520
522
|
set: function (v) {
|
|
521
|
-
this.i.
|
|
523
|
+
this.i.ny = stringToBrush(v);
|
|
522
524
|
},
|
|
523
525
|
enumerable: false,
|
|
524
526
|
configurable: true
|
|
@@ -554,10 +556,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
554
556
|
* Gets the actual state of the column options for this column.
|
|
555
557
|
*/
|
|
556
558
|
get: function () {
|
|
557
|
-
return this.i.
|
|
559
|
+
return this.i.jb;
|
|
558
560
|
},
|
|
559
561
|
set: function (v) {
|
|
560
|
-
this.i.
|
|
562
|
+
this.i.jb = ensureBool(v);
|
|
561
563
|
},
|
|
562
564
|
enumerable: false,
|
|
563
565
|
configurable: true
|
|
@@ -568,10 +570,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
568
570
|
* then it will be disabled for the column regardless of what this is set to.
|
|
569
571
|
*/
|
|
570
572
|
get: function () {
|
|
571
|
-
return this.i.
|
|
573
|
+
return this.i.jj;
|
|
572
574
|
},
|
|
573
575
|
set: function (v) {
|
|
574
|
-
this.i.
|
|
576
|
+
this.i.jj = ensureBool(v);
|
|
575
577
|
},
|
|
576
578
|
enumerable: false,
|
|
577
579
|
configurable: true
|
|
@@ -581,10 +583,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
581
583
|
* Gets the actual state of summaries menu in the column options for this column.
|
|
582
584
|
*/
|
|
583
585
|
get: function () {
|
|
584
|
-
return this.i.
|
|
586
|
+
return this.i.jd;
|
|
585
587
|
},
|
|
586
588
|
set: function (v) {
|
|
587
|
-
this.i.
|
|
589
|
+
this.i.jd = ensureBool(v);
|
|
588
590
|
},
|
|
589
591
|
enumerable: false,
|
|
590
592
|
configurable: true
|
|
@@ -594,10 +596,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
594
596
|
* Gets or sets whether to show the summaries option in the column options menu for this column.
|
|
595
597
|
*/
|
|
596
598
|
get: function () {
|
|
597
|
-
return this.i.
|
|
599
|
+
return this.i.jl;
|
|
598
600
|
},
|
|
599
601
|
set: function (v) {
|
|
600
|
-
this.i.
|
|
602
|
+
this.i.jl = ensureBool(v);
|
|
601
603
|
},
|
|
602
604
|
enumerable: false,
|
|
603
605
|
configurable: true
|
|
@@ -607,10 +609,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
607
609
|
* Gets the actual state of grouping menu in the column options for this column.
|
|
608
610
|
*/
|
|
609
611
|
get: function () {
|
|
610
|
-
return this.i.
|
|
612
|
+
return this.i.jc;
|
|
611
613
|
},
|
|
612
614
|
set: function (v) {
|
|
613
|
-
this.i.
|
|
615
|
+
this.i.jc = ensureBool(v);
|
|
614
616
|
},
|
|
615
617
|
enumerable: false,
|
|
616
618
|
configurable: true
|
|
@@ -620,10 +622,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
620
622
|
* Gets or sets whether to show the grouping option in the column options menu for this column.
|
|
621
623
|
*/
|
|
622
624
|
get: function () {
|
|
623
|
-
return this.i.
|
|
625
|
+
return this.i.jk;
|
|
624
626
|
},
|
|
625
627
|
set: function (v) {
|
|
626
|
-
this.i.
|
|
628
|
+
this.i.jk = ensureBool(v);
|
|
627
629
|
},
|
|
628
630
|
enumerable: false,
|
|
629
631
|
configurable: true
|
|
@@ -633,10 +635,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
633
635
|
* Gets or sets if the column is editable.
|
|
634
636
|
*/
|
|
635
637
|
get: function () {
|
|
636
|
-
return this.i.
|
|
638
|
+
return this.i.jm;
|
|
637
639
|
},
|
|
638
640
|
set: function (v) {
|
|
639
|
-
this.i.
|
|
641
|
+
this.i.jm = ensureBool(v);
|
|
640
642
|
},
|
|
641
643
|
enumerable: false,
|
|
642
644
|
configurable: true
|
|
@@ -646,10 +648,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
646
648
|
* Gets or sets the text color used for deleted rows.
|
|
647
649
|
*/
|
|
648
650
|
get: function () {
|
|
649
|
-
return brushToString(this.i.
|
|
651
|
+
return brushToString(this.i.nz);
|
|
650
652
|
},
|
|
651
653
|
set: function (v) {
|
|
652
|
-
this.i.
|
|
654
|
+
this.i.nz = stringToBrush(v);
|
|
653
655
|
},
|
|
654
656
|
enumerable: false,
|
|
655
657
|
configurable: true
|
|
@@ -659,10 +661,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
659
661
|
* Gets the actual text color used for deleted rows.
|
|
660
662
|
*/
|
|
661
663
|
get: function () {
|
|
662
|
-
return brushToString(this.i.
|
|
664
|
+
return brushToString(this.i.nu);
|
|
663
665
|
},
|
|
664
666
|
set: function (v) {
|
|
665
|
-
this.i.
|
|
667
|
+
this.i.nu = stringToBrush(v);
|
|
666
668
|
},
|
|
667
669
|
enumerable: false,
|
|
668
670
|
configurable: true
|
|
@@ -672,10 +674,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
672
674
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
673
675
|
*/
|
|
674
676
|
get: function () {
|
|
675
|
-
return this.i.
|
|
677
|
+
return this.i.j0;
|
|
676
678
|
},
|
|
677
679
|
set: function (v) {
|
|
678
|
-
this.i.
|
|
680
|
+
this.i.j0 = +v;
|
|
679
681
|
},
|
|
680
682
|
enumerable: false,
|
|
681
683
|
configurable: true
|
|
@@ -685,10 +687,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
685
687
|
* Gets the actual opacity for unsaved edited cell values.
|
|
686
688
|
*/
|
|
687
689
|
get: function () {
|
|
688
|
-
return this.i.
|
|
690
|
+
return this.i.jz;
|
|
689
691
|
},
|
|
690
692
|
set: function (v) {
|
|
691
|
-
this.i.
|
|
693
|
+
this.i.jz = +v;
|
|
692
694
|
},
|
|
693
695
|
enumerable: false,
|
|
694
696
|
configurable: true
|
|
@@ -716,15 +718,15 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
716
718
|
* Gets the actual font style used for unsaved cell edits.
|
|
717
719
|
*/
|
|
718
720
|
get: function () {
|
|
719
|
-
if (this.i.
|
|
721
|
+
if (this.i.it == null) {
|
|
720
722
|
return null;
|
|
721
723
|
}
|
|
722
|
-
return this.i.
|
|
724
|
+
return this.i.it.fontString;
|
|
723
725
|
},
|
|
724
726
|
set: function (v) {
|
|
725
727
|
var fi = new FontInfo();
|
|
726
728
|
fi.fontString = v;
|
|
727
|
-
this.i.
|
|
729
|
+
this.i.it = fi;
|
|
728
730
|
},
|
|
729
731
|
enumerable: false,
|
|
730
732
|
configurable: true
|
|
@@ -734,10 +736,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
734
736
|
* Gets or sets if and how cell merging is performed for this field.
|
|
735
737
|
*/
|
|
736
738
|
get: function () {
|
|
737
|
-
return this.i.
|
|
739
|
+
return this.i.ii;
|
|
738
740
|
},
|
|
739
741
|
set: function (v) {
|
|
740
|
-
this.i.
|
|
742
|
+
this.i.ii = ensureEnum(MergedCellMode_$type, v);
|
|
741
743
|
},
|
|
742
744
|
enumerable: false,
|
|
743
745
|
configurable: true
|
|
@@ -747,10 +749,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
747
749
|
* Gets or sets how cells are evaluated for merging.
|
|
748
750
|
*/
|
|
749
751
|
get: function () {
|
|
750
|
-
return this.i.
|
|
752
|
+
return this.i.ie;
|
|
751
753
|
},
|
|
752
754
|
set: function (v) {
|
|
753
|
-
this.i.
|
|
755
|
+
this.i.ie = ensureEnum(MergedCellEvaluationCriteria_$type, v);
|
|
754
756
|
},
|
|
755
757
|
enumerable: false,
|
|
756
758
|
configurable: true
|
|
@@ -773,10 +775,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
773
775
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
774
776
|
*/
|
|
775
777
|
get: function () {
|
|
776
|
-
return this.i.
|
|
778
|
+
return this.i.ke;
|
|
777
779
|
},
|
|
778
780
|
set: function (v) {
|
|
779
|
-
this.i.
|
|
781
|
+
this.i.ke = +v;
|
|
780
782
|
},
|
|
781
783
|
enumerable: false,
|
|
782
784
|
configurable: true
|
|
@@ -786,10 +788,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
786
788
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
787
789
|
*/
|
|
788
790
|
get: function () {
|
|
789
|
-
return this.i.
|
|
791
|
+
return this.i.kg;
|
|
790
792
|
},
|
|
791
793
|
set: function (v) {
|
|
792
|
-
this.i.
|
|
794
|
+
this.i.kg = +v;
|
|
793
795
|
},
|
|
794
796
|
enumerable: false,
|
|
795
797
|
configurable: true
|
|
@@ -799,10 +801,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
799
801
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
800
802
|
*/
|
|
801
803
|
get: function () {
|
|
802
|
-
return this.i.
|
|
804
|
+
return this.i.kf;
|
|
803
805
|
},
|
|
804
806
|
set: function (v) {
|
|
805
|
-
this.i.
|
|
807
|
+
this.i.kf = +v;
|
|
806
808
|
},
|
|
807
809
|
enumerable: false,
|
|
808
810
|
configurable: true
|
|
@@ -812,10 +814,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
812
814
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
813
815
|
*/
|
|
814
816
|
get: function () {
|
|
815
|
-
return this.i.
|
|
817
|
+
return this.i.kd;
|
|
816
818
|
},
|
|
817
819
|
set: function (v) {
|
|
818
|
-
this.i.
|
|
820
|
+
this.i.kd = +v;
|
|
819
821
|
},
|
|
820
822
|
enumerable: false,
|
|
821
823
|
configurable: true
|
|
@@ -840,7 +842,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
840
842
|
get: function () {
|
|
841
843
|
if (this._filterOperands === null) {
|
|
842
844
|
var coll = new IgxGridFilterOperandsCollection();
|
|
843
|
-
var innerColl = this.i.
|
|
845
|
+
var innerColl = this.i.h9;
|
|
844
846
|
if (!innerColl) {
|
|
845
847
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
846
848
|
}
|
|
@@ -856,7 +858,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
856
858
|
var coll = new IgxGridFilterOperandsCollection();
|
|
857
859
|
this._filterOperands = coll._fromOuter(v);
|
|
858
860
|
var syncColl = new SyncableObservableCollection$1(FilterOperand.$type);
|
|
859
|
-
var innerColl = this.i.
|
|
861
|
+
var innerColl = this.i.h9;
|
|
860
862
|
if (!innerColl) {
|
|
861
863
|
innerColl = new GridFilterOperandsCollection_internal();
|
|
862
864
|
}
|
|
@@ -899,18 +901,18 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
899
901
|
|
|
900
902
|
*/
|
|
901
903
|
IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
902
|
-
var iv = this.i.
|
|
904
|
+
var iv = this.i.lu();
|
|
903
905
|
return (iv);
|
|
904
906
|
};
|
|
905
907
|
IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
906
|
-
this.i.
|
|
908
|
+
this.i.m4(valueName, (animationType == null ? null : animationType), value);
|
|
907
909
|
};
|
|
908
910
|
/**
|
|
909
911
|
* Returns if the column has named header values.
|
|
910
912
|
|
|
911
913
|
*/
|
|
912
914
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValues = function () {
|
|
913
|
-
var iv = this.i.
|
|
915
|
+
var iv = this.i.jg();
|
|
914
916
|
return (iv);
|
|
915
917
|
};
|
|
916
918
|
/**
|
|
@@ -919,7 +921,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
919
921
|
* @param valueName * The named value to check for.
|
|
920
922
|
*/
|
|
921
923
|
IgxDataGridColumnComponent.prototype.hasNamedHeaderValue = function (valueName) {
|
|
922
|
-
var iv = this.i.
|
|
924
|
+
var iv = this.i.jf(valueName);
|
|
923
925
|
return (iv);
|
|
924
926
|
};
|
|
925
927
|
/**
|
|
@@ -928,7 +930,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
928
930
|
* @param valueName * The named header value to remove.
|
|
929
931
|
*/
|
|
930
932
|
IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
931
|
-
this.i.
|
|
933
|
+
this.i.m3(valueName);
|
|
932
934
|
};
|
|
933
935
|
/**
|
|
934
936
|
* Gets the value of a named header value for this column by name.
|
|
@@ -936,11 +938,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
936
938
|
* @param valueName * Name of the named header value to retrieve.
|
|
937
939
|
*/
|
|
938
940
|
IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
939
|
-
var iv = this.i.
|
|
941
|
+
var iv = this.i.ks(valueName);
|
|
940
942
|
return (iv);
|
|
941
943
|
};
|
|
942
944
|
IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
943
|
-
this.i.
|
|
945
|
+
this.i.mw(filterID, index, value);
|
|
944
946
|
};
|
|
945
947
|
IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
946
948
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -958,6 +960,31 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
958
960
|
IgxDataGridColumnComponent.prototype.removeCommandStateChangedListener = function (listener) {
|
|
959
961
|
this.i.removeCommandStateChangedListener(listener);
|
|
960
962
|
};
|
|
963
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "formatCell", {
|
|
964
|
+
/**
|
|
965
|
+
* Called when cell text is being formatted.
|
|
966
|
+
*/
|
|
967
|
+
get: function () {
|
|
968
|
+
var _this = this;
|
|
969
|
+
if (this._formatCell == null) {
|
|
970
|
+
this._formatCell = new EventEmitter();
|
|
971
|
+
this.i.formatCell = delegateCombine(this.i.formatCell, function (o, e) {
|
|
972
|
+
var outerArgs = new IgxFormatCellEventArgs();
|
|
973
|
+
outerArgs._provideImplementation(e);
|
|
974
|
+
if (_this.beforeFormatCell) {
|
|
975
|
+
_this.beforeFormatCell(_this, outerArgs);
|
|
976
|
+
}
|
|
977
|
+
_this._formatCell.emit({
|
|
978
|
+
sender: _this,
|
|
979
|
+
args: outerArgs
|
|
980
|
+
});
|
|
981
|
+
});
|
|
982
|
+
}
|
|
983
|
+
return this._formatCell;
|
|
984
|
+
},
|
|
985
|
+
enumerable: false,
|
|
986
|
+
configurable: true
|
|
987
|
+
});
|
|
961
988
|
Object.defineProperty(IgxDataGridColumnComponent.prototype, "actualHeaderTextChange", {
|
|
962
989
|
get: function () {
|
|
963
990
|
var _this = this;
|
|
@@ -980,7 +1007,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
980
1007
|
configurable: true
|
|
981
1008
|
});
|
|
982
1009
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
983
|
-
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands" }, outputs: { actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1010
|
+
IgxDataGridColumnComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridColumnComponent, selector: "ng-component", inputs: { paddingLeft: "paddingLeft", paddingTop: "paddingTop", paddingRight: "paddingRight", paddingBottom: "paddingBottom", name: "name", field: "field", headerText: "headerText", actualHeaderText: "actualHeaderText", selectedBackground: "selectedBackground", actualSelectedBackground: "actualSelectedBackground", rowHoverBackground: "rowHoverBackground", actualHoverBackground: "actualHoverBackground", rowHoverTextColor: "rowHoverTextColor", actualRowHoverTextColor: "actualRowHoverTextColor", animationSettings: "animationSettings", width: "width", minWidth: "minWidth", isFromMarkup: "isFromMarkup", isAutoGenerated: "isAutoGenerated", filter: "filter", filterExpression: "filterExpression", header: "header", isFilteringEnabled: "isFilteringEnabled", isResizingEnabled: "isResizingEnabled", isHidden: "isHidden", shouldRemoveWhenHidden: "shouldRemoveWhenHidden", sortDirection: "sortDirection", pinned: "pinned", actualColumnOptionsIconAlignment: "actualColumnOptionsIconAlignment", columnOptionsIconAlignment: "columnOptionsIconAlignment", actualColumnOptionsIconColor: "actualColumnOptionsIconColor", columnOptionsIconColor: "columnOptionsIconColor", columnOptionsIconBehavior: "columnOptionsIconBehavior", actualColumnOptionsIconBehavior: "actualColumnOptionsIconBehavior", actualIsColumnOptionsEnabled: "actualIsColumnOptionsEnabled", isColumnOptionsEnabled: "isColumnOptionsEnabled", actualIsColumnOptionsSummariesEnabled: "actualIsColumnOptionsSummariesEnabled", isColumnOptionsSummariesEnabled: "isColumnOptionsSummariesEnabled", actualIsColumnOptionsGroupingEnabled: "actualIsColumnOptionsGroupingEnabled", isColumnOptionsGroupingEnabled: "isColumnOptionsGroupingEnabled", isEditable: "isEditable", deletedTextColor: "deletedTextColor", actualDeletedTextColor: "actualDeletedTextColor", editOpacity: "editOpacity", actualEditOpacity: "actualEditOpacity", textEditStyle: "textEditStyle", actualEditFontInfo: "actualEditFontInfo", mergedCellMode: "mergedCellMode", mergedCellEvaluationCriteria: "mergedCellEvaluationCriteria", mergedCellVerticalAlignment: "mergedCellVerticalAlignment", mergedCellPaddingLeft: "mergedCellPaddingLeft", mergedCellPaddingTop: "mergedCellPaddingTop", mergedCellPaddingRight: "mergedCellPaddingRight", mergedCellPaddingBottom: "mergedCellPaddingBottom", filterComparisonType: "filterComparisonType", filterOperands: "filterOperands" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
984
1011
|
return IgxDataGridColumnComponent;
|
|
985
1012
|
}(IgxDefinitionBaseComponent));
|
|
986
1013
|
export { IgxDataGridColumnComponent };
|
|
@@ -1101,6 +1128,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1101
1128
|
type: Input
|
|
1102
1129
|
}], filterOperands: [{
|
|
1103
1130
|
type: Input
|
|
1131
|
+
}], formatCell: [{
|
|
1132
|
+
type: Output
|
|
1104
1133
|
}], actualHeaderTextChange: [{
|
|
1105
1134
|
type: Output
|
|
1106
1135
|
}] } });
|