igniteui-angular-data-grids 20.1.0 → 20.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- 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-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/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- 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-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/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -65,10 +65,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
65
65
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
66
66
|
*/
|
|
67
67
|
get: function () {
|
|
68
|
-
return this.i.
|
|
68
|
+
return this.i.k0;
|
|
69
69
|
},
|
|
70
70
|
set: function (v) {
|
|
71
|
-
this.i.
|
|
71
|
+
this.i.k0 = +v;
|
|
72
72
|
},
|
|
73
73
|
enumerable: false,
|
|
74
74
|
configurable: true
|
|
@@ -78,10 +78,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
78
78
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
79
79
|
*/
|
|
80
80
|
get: function () {
|
|
81
|
-
return this.i.
|
|
81
|
+
return this.i.k2;
|
|
82
82
|
},
|
|
83
83
|
set: function (v) {
|
|
84
|
-
this.i.
|
|
84
|
+
this.i.k2 = +v;
|
|
85
85
|
},
|
|
86
86
|
enumerable: false,
|
|
87
87
|
configurable: true
|
|
@@ -91,10 +91,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
92
92
|
*/
|
|
93
93
|
get: function () {
|
|
94
|
-
return this.i.
|
|
94
|
+
return this.i.k1;
|
|
95
95
|
},
|
|
96
96
|
set: function (v) {
|
|
97
|
-
this.i.
|
|
97
|
+
this.i.k1 = +v;
|
|
98
98
|
},
|
|
99
99
|
enumerable: false,
|
|
100
100
|
configurable: true
|
|
@@ -104,10 +104,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
104
104
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
105
105
|
*/
|
|
106
106
|
get: function () {
|
|
107
|
-
return this.i.
|
|
107
|
+
return this.i.kz;
|
|
108
108
|
},
|
|
109
109
|
set: function (v) {
|
|
110
|
-
this.i.
|
|
110
|
+
this.i.kz = +v;
|
|
111
111
|
},
|
|
112
112
|
enumerable: false,
|
|
113
113
|
configurable: true
|
|
@@ -117,10 +117,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
117
117
|
* Gets or sets an unique name of the Column
|
|
118
118
|
*/
|
|
119
119
|
get: function () {
|
|
120
|
-
return this.i.
|
|
120
|
+
return this.i.my;
|
|
121
121
|
},
|
|
122
122
|
set: function (v) {
|
|
123
|
-
this.i.
|
|
123
|
+
this.i.my = v;
|
|
124
124
|
},
|
|
125
125
|
enumerable: false,
|
|
126
126
|
configurable: true
|
|
@@ -130,10 +130,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
130
130
|
* Gets or sets the key used for the column binding
|
|
131
131
|
*/
|
|
132
132
|
get: function () {
|
|
133
|
-
return this.i.
|
|
133
|
+
return this.i.l7;
|
|
134
134
|
},
|
|
135
135
|
set: function (v) {
|
|
136
|
-
this.i.
|
|
136
|
+
this.i.l7 = v;
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
@@ -143,10 +143,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
143
143
|
* Gets or sets the text displayed in the header of the column
|
|
144
144
|
*/
|
|
145
145
|
get: function () {
|
|
146
|
-
return this.i.
|
|
146
|
+
return this.i.me;
|
|
147
147
|
},
|
|
148
148
|
set: function (v) {
|
|
149
|
-
this.i.
|
|
149
|
+
this.i.me = v;
|
|
150
150
|
},
|
|
151
151
|
enumerable: false,
|
|
152
152
|
configurable: true
|
|
@@ -156,10 +156,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
156
156
|
* Gets the actual text displayed in the header of the column
|
|
157
157
|
*/
|
|
158
158
|
get: function () {
|
|
159
|
-
return this.i.
|
|
159
|
+
return this.i.lm;
|
|
160
160
|
},
|
|
161
161
|
set: function (v) {
|
|
162
|
-
this.i.
|
|
162
|
+
this.i.lm = v;
|
|
163
163
|
},
|
|
164
164
|
enumerable: false,
|
|
165
165
|
configurable: true
|
|
@@ -169,10 +169,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
169
169
|
* Gets or sets the background color to use for the cells when they are selected
|
|
170
170
|
*/
|
|
171
171
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
172
|
+
return brushToString(this.i.o5);
|
|
173
173
|
},
|
|
174
174
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
175
|
+
this.i.o5 = stringToBrush(v);
|
|
176
176
|
},
|
|
177
177
|
enumerable: false,
|
|
178
178
|
configurable: true
|
|
@@ -182,10 +182,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
182
182
|
* Gets the actual background color that is used for the cells when they are selected
|
|
183
183
|
*/
|
|
184
184
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
185
|
+
return brushToString(this.i.oy);
|
|
186
186
|
},
|
|
187
187
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
188
|
+
this.i.oy = stringToBrush(v);
|
|
189
189
|
},
|
|
190
190
|
enumerable: false,
|
|
191
191
|
configurable: true
|
|
@@ -195,10 +195,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
195
195
|
* Gets or sets the background color to use for the cells when the row is hovered.
|
|
196
196
|
*/
|
|
197
197
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
198
|
+
return brushToString(this.i.o3);
|
|
199
199
|
},
|
|
200
200
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
201
|
+
this.i.o3 = stringToBrush(v);
|
|
202
202
|
},
|
|
203
203
|
enumerable: false,
|
|
204
204
|
configurable: true
|
|
@@ -208,10 +208,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
208
208
|
* Gets the actual background color that is used for the cells when they are hovered.
|
|
209
209
|
*/
|
|
210
210
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
211
|
+
return brushToString(this.i.ow);
|
|
212
212
|
},
|
|
213
213
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
214
|
+
this.i.ow = stringToBrush(v);
|
|
215
215
|
},
|
|
216
216
|
enumerable: false,
|
|
217
217
|
configurable: true
|
|
@@ -221,10 +221,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
221
221
|
* Gets or sets the text color to use for the cells when the row is hovered.
|
|
222
222
|
*/
|
|
223
223
|
get: function () {
|
|
224
|
-
return brushToString(this.i.
|
|
224
|
+
return brushToString(this.i.o4);
|
|
225
225
|
},
|
|
226
226
|
set: function (v) {
|
|
227
|
-
this.i.
|
|
227
|
+
this.i.o4 = stringToBrush(v);
|
|
228
228
|
},
|
|
229
229
|
enumerable: false,
|
|
230
230
|
configurable: true
|
|
@@ -234,10 +234,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
234
234
|
* Gets the actual text color that is used for the cells when they are hovered.
|
|
235
235
|
*/
|
|
236
236
|
get: function () {
|
|
237
|
-
return brushToString(this.i.
|
|
237
|
+
return brushToString(this.i.ox);
|
|
238
238
|
},
|
|
239
239
|
set: function (v) {
|
|
240
|
-
this.i.
|
|
240
|
+
this.i.ox = stringToBrush(v);
|
|
241
241
|
},
|
|
242
242
|
enumerable: false,
|
|
243
243
|
configurable: true
|
|
@@ -311,10 +311,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
311
311
|
* Gets or sets the minimum width to use for this column. Overrides the DefaultColumnMinWidth from the grid, if set.
|
|
312
312
|
*/
|
|
313
313
|
get: function () {
|
|
314
|
-
return this.i.
|
|
314
|
+
return this.i.kb;
|
|
315
315
|
},
|
|
316
316
|
set: function (v) {
|
|
317
|
-
this.i.
|
|
317
|
+
this.i.kb = +v;
|
|
318
318
|
},
|
|
319
319
|
enumerable: false,
|
|
320
320
|
configurable: true
|
|
@@ -506,10 +506,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
506
506
|
* Gets the actual column options icon color for this column.
|
|
507
507
|
*/
|
|
508
508
|
get: function () {
|
|
509
|
-
return brushToString(this.i.
|
|
509
|
+
return brushToString(this.i.ou);
|
|
510
510
|
},
|
|
511
511
|
set: function (v) {
|
|
512
|
-
this.i.
|
|
512
|
+
this.i.ou = stringToBrush(v);
|
|
513
513
|
},
|
|
514
514
|
enumerable: false,
|
|
515
515
|
configurable: true
|
|
@@ -519,10 +519,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
519
519
|
* Gets or sets the column options icon color for this column.
|
|
520
520
|
*/
|
|
521
521
|
get: function () {
|
|
522
|
-
return brushToString(this.i.
|
|
522
|
+
return brushToString(this.i.oz);
|
|
523
523
|
},
|
|
524
524
|
set: function (v) {
|
|
525
|
-
this.i.
|
|
525
|
+
this.i.oz = stringToBrush(v);
|
|
526
526
|
},
|
|
527
527
|
enumerable: false,
|
|
528
528
|
configurable: true
|
|
@@ -650,10 +650,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
650
650
|
* Gets or sets the text color used for deleted rows.
|
|
651
651
|
*/
|
|
652
652
|
get: function () {
|
|
653
|
-
return brushToString(this.i.
|
|
653
|
+
return brushToString(this.i.o0);
|
|
654
654
|
},
|
|
655
655
|
set: function (v) {
|
|
656
|
-
this.i.
|
|
656
|
+
this.i.o0 = stringToBrush(v);
|
|
657
657
|
},
|
|
658
658
|
enumerable: false,
|
|
659
659
|
configurable: true
|
|
@@ -663,10 +663,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
663
663
|
* Gets the actual text color used for deleted rows.
|
|
664
664
|
*/
|
|
665
665
|
get: function () {
|
|
666
|
-
return brushToString(this.i.
|
|
666
|
+
return brushToString(this.i.ov);
|
|
667
667
|
},
|
|
668
668
|
set: function (v) {
|
|
669
|
-
this.i.
|
|
669
|
+
this.i.ov = stringToBrush(v);
|
|
670
670
|
},
|
|
671
671
|
enumerable: false,
|
|
672
672
|
configurable: true
|
|
@@ -676,10 +676,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
676
676
|
* Gets or sets the opacity to use for unsaved edited cell values.
|
|
677
677
|
*/
|
|
678
678
|
get: function () {
|
|
679
|
-
return this.i.
|
|
679
|
+
return this.i.ka;
|
|
680
680
|
},
|
|
681
681
|
set: function (v) {
|
|
682
|
-
this.i.
|
|
682
|
+
this.i.ka = +v;
|
|
683
683
|
},
|
|
684
684
|
enumerable: false,
|
|
685
685
|
configurable: true
|
|
@@ -689,10 +689,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
689
689
|
* Gets the actual opacity for unsaved edited cell values.
|
|
690
690
|
*/
|
|
691
691
|
get: function () {
|
|
692
|
-
return this.i.
|
|
692
|
+
return this.i.j9;
|
|
693
693
|
},
|
|
694
694
|
set: function (v) {
|
|
695
|
-
this.i.
|
|
695
|
+
this.i.j9 = +v;
|
|
696
696
|
},
|
|
697
697
|
enumerable: false,
|
|
698
698
|
configurable: true
|
|
@@ -777,10 +777,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
777
777
|
* Gets or sets the amount of left padding to use for the cell content for this column.
|
|
778
778
|
*/
|
|
779
779
|
get: function () {
|
|
780
|
-
return this.i.
|
|
780
|
+
return this.i.kt;
|
|
781
781
|
},
|
|
782
782
|
set: function (v) {
|
|
783
|
-
this.i.
|
|
783
|
+
this.i.kt = +v;
|
|
784
784
|
},
|
|
785
785
|
enumerable: false,
|
|
786
786
|
configurable: true
|
|
@@ -790,10 +790,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
790
790
|
* Gets or sets the amount of top padding to use for the cell content for this column.
|
|
791
791
|
*/
|
|
792
792
|
get: function () {
|
|
793
|
-
return this.i.
|
|
793
|
+
return this.i.kv;
|
|
794
794
|
},
|
|
795
795
|
set: function (v) {
|
|
796
|
-
this.i.
|
|
796
|
+
this.i.kv = +v;
|
|
797
797
|
},
|
|
798
798
|
enumerable: false,
|
|
799
799
|
configurable: true
|
|
@@ -803,10 +803,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
803
803
|
* Gets or sets the amount of right padding to use for the cell content of this column.
|
|
804
804
|
*/
|
|
805
805
|
get: function () {
|
|
806
|
-
return this.i.
|
|
806
|
+
return this.i.ku;
|
|
807
807
|
},
|
|
808
808
|
set: function (v) {
|
|
809
|
-
this.i.
|
|
809
|
+
this.i.ku = +v;
|
|
810
810
|
},
|
|
811
811
|
enumerable: false,
|
|
812
812
|
configurable: true
|
|
@@ -816,10 +816,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
816
816
|
* Gets or sets the amount of bottom padding to use for the cell content of this column.
|
|
817
817
|
*/
|
|
818
818
|
get: function () {
|
|
819
|
-
return this.i.
|
|
819
|
+
return this.i.ks;
|
|
820
820
|
},
|
|
821
821
|
set: function (v) {
|
|
822
|
-
this.i.
|
|
822
|
+
this.i.ks = +v;
|
|
823
823
|
},
|
|
824
824
|
enumerable: false,
|
|
825
825
|
configurable: true
|
|
@@ -876,10 +876,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
876
876
|
* Gets or sets the text to display in the suffix area of cells in this column.
|
|
877
877
|
*/
|
|
878
878
|
get: function () {
|
|
879
|
-
return this.i.
|
|
879
|
+
return this.i.nm;
|
|
880
880
|
},
|
|
881
881
|
set: function (v) {
|
|
882
|
-
this.i.
|
|
882
|
+
this.i.nm = v;
|
|
883
883
|
},
|
|
884
884
|
enumerable: false,
|
|
885
885
|
configurable: true
|
|
@@ -889,10 +889,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
889
889
|
* Gets or sets the color of the text in the suffix area of the cells in this column.
|
|
890
890
|
*/
|
|
891
891
|
get: function () {
|
|
892
|
-
return brushToString(this.i.
|
|
892
|
+
return brushToString(this.i.o8);
|
|
893
893
|
},
|
|
894
894
|
set: function (v) {
|
|
895
|
-
this.i.
|
|
895
|
+
this.i.o8 = stringToBrush(v);
|
|
896
896
|
},
|
|
897
897
|
enumerable: false,
|
|
898
898
|
configurable: true
|
|
@@ -920,10 +920,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
920
920
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
921
921
|
*/
|
|
922
922
|
get: function () {
|
|
923
|
-
return this.i.
|
|
923
|
+
return this.i.ne;
|
|
924
924
|
},
|
|
925
925
|
set: function (v) {
|
|
926
|
-
this.i.
|
|
926
|
+
this.i.ne = v;
|
|
927
927
|
},
|
|
928
928
|
enumerable: false,
|
|
929
929
|
configurable: true
|
|
@@ -933,10 +933,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
933
933
|
* Gets or sets the icon to use in the suffix area of the cells in this column.
|
|
934
934
|
*/
|
|
935
935
|
get: function () {
|
|
936
|
-
return this.i.
|
|
936
|
+
return this.i.nb;
|
|
937
937
|
},
|
|
938
938
|
set: function (v) {
|
|
939
|
-
this.i.
|
|
939
|
+
this.i.nb = v;
|
|
940
940
|
},
|
|
941
941
|
enumerable: false,
|
|
942
942
|
configurable: true
|
|
@@ -946,10 +946,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
946
946
|
* Gets or sets the stroke color of suffix icon.
|
|
947
947
|
*/
|
|
948
948
|
get: function () {
|
|
949
|
-
return brushToString(this.i.
|
|
949
|
+
return brushToString(this.i.o7);
|
|
950
950
|
},
|
|
951
951
|
set: function (v) {
|
|
952
|
-
this.i.
|
|
952
|
+
this.i.o7 = stringToBrush(v);
|
|
953
953
|
},
|
|
954
954
|
enumerable: false,
|
|
955
955
|
configurable: true
|
|
@@ -959,10 +959,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
959
959
|
* Gets or sets the fill color of suffix icon.
|
|
960
960
|
*/
|
|
961
961
|
get: function () {
|
|
962
|
-
return brushToString(this.i.
|
|
962
|
+
return brushToString(this.i.o6);
|
|
963
963
|
},
|
|
964
964
|
set: function (v) {
|
|
965
|
-
this.i.
|
|
965
|
+
this.i.o6 = stringToBrush(v);
|
|
966
966
|
},
|
|
967
967
|
enumerable: false,
|
|
968
968
|
configurable: true
|
|
@@ -972,10 +972,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
972
972
|
* Gets or sets the suffix icon's viewbox x coordinate.
|
|
973
973
|
*/
|
|
974
974
|
get: function () {
|
|
975
|
-
return this.i.
|
|
975
|
+
return this.i.kd;
|
|
976
976
|
},
|
|
977
977
|
set: function (v) {
|
|
978
|
-
this.i.
|
|
978
|
+
this.i.kd = +v;
|
|
979
979
|
},
|
|
980
980
|
enumerable: false,
|
|
981
981
|
configurable: true
|
|
@@ -985,10 +985,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
985
985
|
* Gets or sets the suffix icon's viewbox y coordinate.
|
|
986
986
|
*/
|
|
987
987
|
get: function () {
|
|
988
|
-
return this.i.
|
|
988
|
+
return this.i.ke;
|
|
989
989
|
},
|
|
990
990
|
set: function (v) {
|
|
991
|
-
this.i.
|
|
991
|
+
this.i.ke = +v;
|
|
992
992
|
},
|
|
993
993
|
enumerable: false,
|
|
994
994
|
configurable: true
|
|
@@ -998,10 +998,10 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
998
998
|
* Gets or sets the suffix icon's viewbox width.
|
|
999
999
|
*/
|
|
1000
1000
|
get: function () {
|
|
1001
|
-
return this.i.
|
|
1001
|
+
return this.i.kf;
|
|
1002
1002
|
},
|
|
1003
1003
|
set: function (v) {
|
|
1004
|
-
this.i.
|
|
1004
|
+
this.i.kf = +v;
|
|
1005
1005
|
},
|
|
1006
1006
|
enumerable: false,
|
|
1007
1007
|
configurable: true
|
|
@@ -1011,10 +1011,23 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1011
1011
|
* Gets or sets the suffix icon's viewbox height.
|
|
1012
1012
|
*/
|
|
1013
1013
|
get: function () {
|
|
1014
|
-
return this.i.
|
|
1014
|
+
return this.i.kc;
|
|
1015
1015
|
},
|
|
1016
1016
|
set: function (v) {
|
|
1017
|
-
this.i.
|
|
1017
|
+
this.i.kc = +v;
|
|
1018
|
+
},
|
|
1019
|
+
enumerable: false,
|
|
1020
|
+
configurable: true
|
|
1021
|
+
});
|
|
1022
|
+
Object.defineProperty(IgxDataGridColumnComponent.prototype, "suffixMargin", {
|
|
1023
|
+
/**
|
|
1024
|
+
* Gets or sets the suffix margin.
|
|
1025
|
+
*/
|
|
1026
|
+
get: function () {
|
|
1027
|
+
return this.i.kg;
|
|
1028
|
+
},
|
|
1029
|
+
set: function (v) {
|
|
1030
|
+
this.i.kg = +v;
|
|
1018
1031
|
},
|
|
1019
1032
|
enumerable: false,
|
|
1020
1033
|
configurable: true
|
|
@@ -1064,11 +1077,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1064
1077
|
|
|
1065
1078
|
*/
|
|
1066
1079
|
IgxDataGridColumnComponent.prototype.getUniqueKey = function () {
|
|
1067
|
-
var iv = this.i.
|
|
1080
|
+
var iv = this.i.mc();
|
|
1068
1081
|
return (iv);
|
|
1069
1082
|
};
|
|
1070
1083
|
IgxDataGridColumnComponent.prototype.setNamedHeaderValue = function (valueName, animationType, value) {
|
|
1071
|
-
this.i.
|
|
1084
|
+
this.i.n2(valueName, ensureEnum(CellPropertyAnimationType_$type, animationType), value);
|
|
1072
1085
|
};
|
|
1073
1086
|
/**
|
|
1074
1087
|
* Returns if the column has named header values.
|
|
@@ -1093,7 +1106,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1093
1106
|
* @param valueName * The named header value to remove.
|
|
1094
1107
|
*/
|
|
1095
1108
|
IgxDataGridColumnComponent.prototype.removeNamedHeaderValue = function (valueName) {
|
|
1096
|
-
this.i.
|
|
1109
|
+
this.i.n1(valueName);
|
|
1097
1110
|
};
|
|
1098
1111
|
/**
|
|
1099
1112
|
* Gets the value of a named header value for this column by name.
|
|
@@ -1101,11 +1114,11 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1101
1114
|
* @param valueName * Name of the named header value to retrieve.
|
|
1102
1115
|
*/
|
|
1103
1116
|
IgxDataGridColumnComponent.prototype.getNamedHeaderValue = function (valueName) {
|
|
1104
|
-
var iv = this.i.
|
|
1117
|
+
var iv = this.i.k7(valueName);
|
|
1105
1118
|
return (iv);
|
|
1106
1119
|
};
|
|
1107
1120
|
IgxDataGridColumnComponent.prototype.applyCustomFilter = function (filterID, index, value) {
|
|
1108
|
-
this.i.
|
|
1121
|
+
this.i.nu(filterID, index, value);
|
|
1109
1122
|
};
|
|
1110
1123
|
IgxDataGridColumnComponent.prototype.getDesiredToolbarActions = function () {
|
|
1111
1124
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -1170,7 +1183,7 @@ var IgxDataGridColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
1170
1183
|
configurable: true
|
|
1171
1184
|
});
|
|
1172
1185
|
IgxDataGridColumnComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridColumnComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
1173
|
-
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", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1186
|
+
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", suffixText: "suffixText", suffixTextColor: "suffixTextColor", suffixTextStyle: "suffixTextStyle", suffixIconName: "suffixIconName", suffixIconCollectionName: "suffixIconCollectionName", suffixIconStroke: "suffixIconStroke", suffixIconFill: "suffixIconFill", suffixIconViewBoxLeft: "suffixIconViewBoxLeft", suffixIconViewBoxTop: "suffixIconViewBoxTop", suffixIconViewBoxWidth: "suffixIconViewBoxWidth", suffixIconViewBoxHeight: "suffixIconViewBoxHeight", suffixMargin: "suffixMargin", textDecoration: "textDecoration" }, outputs: { formatCell: "formatCell", actualHeaderTextChange: "actualHeaderTextChange" }, usesInheritance: true, ngImport: i0, template: "", isInline: true });
|
|
1174
1187
|
return IgxDataGridColumnComponent;
|
|
1175
1188
|
}(IgxDefinitionBaseComponent));
|
|
1176
1189
|
export { IgxDataGridColumnComponent };
|
|
@@ -1313,6 +1326,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
1313
1326
|
type: Input
|
|
1314
1327
|
}], suffixIconViewBoxHeight: [{
|
|
1315
1328
|
type: Input
|
|
1329
|
+
}], suffixMargin: [{
|
|
1330
|
+
type: Input
|
|
1316
1331
|
}], textDecoration: [{
|
|
1317
1332
|
type: Input
|
|
1318
1333
|
}], formatCell: [{
|
|
@@ -29,10 +29,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
* Sets or gets the DateTime value for the cell.
|
|
30
30
|
*/
|
|
31
31
|
get: function () {
|
|
32
|
-
return this.i.
|
|
32
|
+
return this.i.oa;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.oa = v;
|
|
36
36
|
},
|
|
37
37
|
enumerable: false,
|
|
38
38
|
configurable: true
|
|
@@ -42,24 +42,24 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
42
42
|
* The format string to apply to the value
|
|
43
43
|
*/
|
|
44
44
|
get: function () {
|
|
45
|
-
return this.i.
|
|
45
|
+
return this.i.or;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.or = v;
|
|
49
49
|
},
|
|
50
50
|
enumerable: false,
|
|
51
51
|
configurable: true
|
|
52
52
|
});
|
|
53
53
|
Object.defineProperty(IgxDateTimeCellInfo.prototype, "formatSpecifiers", {
|
|
54
54
|
get: function () {
|
|
55
|
-
return this.i.
|
|
55
|
+
return this.i.n1;
|
|
56
56
|
},
|
|
57
57
|
set: function (v) {
|
|
58
58
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
59
59
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
60
60
|
v = v.split(re);
|
|
61
61
|
}
|
|
62
|
-
this.i.
|
|
62
|
+
this.i.n1 = v;
|
|
63
63
|
},
|
|
64
64
|
enumerable: false,
|
|
65
65
|
configurable: true
|
|
@@ -69,10 +69,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* The format options to apply to the value
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return this.i.
|
|
72
|
+
return this.i.ok;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.ok = v;
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -82,10 +82,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
82
82
|
* Sets or gets the simple DateTimeFormat to use for the cell.
|
|
83
83
|
*/
|
|
84
84
|
get: function () {
|
|
85
|
-
return this.i.
|
|
85
|
+
return this.i.n6;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.n6 = ensureEnum(DateTimeFormats_$type, v);
|
|
89
89
|
},
|
|
90
90
|
enumerable: false,
|
|
91
91
|
configurable: true
|
|
@@ -95,10 +95,10 @@ var IgxDateTimeCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
95
95
|
* Sets or gets whether the value to use is a DateTimeOffset value.
|
|
96
96
|
*/
|
|
97
97
|
get: function () {
|
|
98
|
-
return this.i.
|
|
98
|
+
return this.i.n8;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.n8 = ensureBool(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|