igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- 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/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- 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 +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -108,10 +108,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
108
108
|
});
|
|
109
109
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "iconColor", {
|
|
110
110
|
get: function () {
|
|
111
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.dd);
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.dd = stringToBrush(v);
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -131,10 +131,49 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
131
131
|
* Gets or sets the column options dropdown background color.
|
|
132
132
|
*/
|
|
133
133
|
get: function () {
|
|
134
|
-
return brushToString(this.i.
|
|
134
|
+
return brushToString(this.i.c1);
|
|
135
|
+
},
|
|
136
|
+
set: function (v) {
|
|
137
|
+
this.i.c1 = stringToBrush(v);
|
|
138
|
+
},
|
|
139
|
+
enumerable: false,
|
|
140
|
+
configurable: true
|
|
141
|
+
});
|
|
142
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarBackground", {
|
|
143
|
+
/**
|
|
144
|
+
* Gets or sets the scrollbar background color for checkbox lists in the column options dialog.
|
|
145
|
+
*/
|
|
146
|
+
get: function () {
|
|
147
|
+
return brushToString(this.i.c7);
|
|
148
|
+
},
|
|
149
|
+
set: function (v) {
|
|
150
|
+
this.i.c7 = stringToBrush(v);
|
|
151
|
+
},
|
|
152
|
+
enumerable: false,
|
|
153
|
+
configurable: true
|
|
154
|
+
});
|
|
155
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarHoverBackground", {
|
|
156
|
+
/**
|
|
157
|
+
* Gets or sets the scrollbar thumb hover background color for checkbox lists in the column options dialog.
|
|
158
|
+
*/
|
|
159
|
+
get: function () {
|
|
160
|
+
return brushToString(this.i.c8);
|
|
161
|
+
},
|
|
162
|
+
set: function (v) {
|
|
163
|
+
this.i.c8 = stringToBrush(v);
|
|
164
|
+
},
|
|
165
|
+
enumerable: false,
|
|
166
|
+
configurable: true
|
|
167
|
+
});
|
|
168
|
+
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsScrollbarActiveBackground", {
|
|
169
|
+
/**
|
|
170
|
+
* Gets or sets the scrollbar thumb active (dragging) background color for checkbox lists in the column options dialog.
|
|
171
|
+
*/
|
|
172
|
+
get: function () {
|
|
173
|
+
return brushToString(this.i.c6);
|
|
135
174
|
},
|
|
136
175
|
set: function (v) {
|
|
137
|
-
this.i.
|
|
176
|
+
this.i.c6 = stringToBrush(v);
|
|
138
177
|
},
|
|
139
178
|
enumerable: false,
|
|
140
179
|
configurable: true
|
|
@@ -144,10 +183,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
144
183
|
* Gets or sets the text color for text inside the column options menu.
|
|
145
184
|
*/
|
|
146
185
|
get: function () {
|
|
147
|
-
return brushToString(this.i.
|
|
186
|
+
return brushToString(this.i.da);
|
|
148
187
|
},
|
|
149
188
|
set: function (v) {
|
|
150
|
-
this.i.
|
|
189
|
+
this.i.da = stringToBrush(v);
|
|
151
190
|
},
|
|
152
191
|
enumerable: false,
|
|
153
192
|
configurable: true
|
|
@@ -175,10 +214,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
175
214
|
* Gets or sets the hover background color inside the column options menu.
|
|
176
215
|
*/
|
|
177
216
|
get: function () {
|
|
178
|
-
return brushToString(this.i.
|
|
217
|
+
return brushToString(this.i.c5);
|
|
179
218
|
},
|
|
180
219
|
set: function (v) {
|
|
181
|
-
this.i.
|
|
220
|
+
this.i.c5 = stringToBrush(v);
|
|
182
221
|
},
|
|
183
222
|
enumerable: false,
|
|
184
223
|
configurable: true
|
|
@@ -188,10 +227,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
188
227
|
* Gets or sets the tooltip background color inside the column options menu.
|
|
189
228
|
*/
|
|
190
229
|
get: function () {
|
|
191
|
-
return brushToString(this.i.
|
|
230
|
+
return brushToString(this.i.db);
|
|
192
231
|
},
|
|
193
232
|
set: function (v) {
|
|
194
|
-
this.i.
|
|
233
|
+
this.i.db = stringToBrush(v);
|
|
195
234
|
},
|
|
196
235
|
enumerable: false,
|
|
197
236
|
configurable: true
|
|
@@ -201,10 +240,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
201
240
|
* Gets or sets the tooltip text color inside the column options menu.
|
|
202
241
|
*/
|
|
203
242
|
get: function () {
|
|
204
|
-
return brushToString(this.i.
|
|
243
|
+
return brushToString(this.i.dc);
|
|
205
244
|
},
|
|
206
245
|
set: function (v) {
|
|
207
|
-
this.i.
|
|
246
|
+
this.i.dc = stringToBrush(v);
|
|
208
247
|
},
|
|
209
248
|
enumerable: false,
|
|
210
249
|
configurable: true
|
|
@@ -214,10 +253,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
214
253
|
* Gets or sets the highlight color inside the column options menu.
|
|
215
254
|
*/
|
|
216
255
|
get: function () {
|
|
217
|
-
return brushToString(this.i.
|
|
256
|
+
return brushToString(this.i.c4);
|
|
218
257
|
},
|
|
219
258
|
set: function (v) {
|
|
220
|
-
this.i.
|
|
259
|
+
this.i.c4 = stringToBrush(v);
|
|
221
260
|
},
|
|
222
261
|
enumerable: false,
|
|
223
262
|
configurable: true
|
|
@@ -227,10 +266,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
227
266
|
* Gets or sets the color of separators inside the column options menu.
|
|
228
267
|
*/
|
|
229
268
|
get: function () {
|
|
230
|
-
return brushToString(this.i.
|
|
269
|
+
return brushToString(this.i.c9);
|
|
231
270
|
},
|
|
232
271
|
set: function (v) {
|
|
233
|
-
this.i.
|
|
272
|
+
this.i.c9 = stringToBrush(v);
|
|
234
273
|
},
|
|
235
274
|
enumerable: false,
|
|
236
275
|
configurable: true
|
|
@@ -240,10 +279,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
240
279
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
241
280
|
*/
|
|
242
281
|
get: function () {
|
|
243
|
-
return brushToString(this.i.
|
|
282
|
+
return brushToString(this.i.c2);
|
|
244
283
|
},
|
|
245
284
|
set: function (v) {
|
|
246
|
-
this.i.
|
|
285
|
+
this.i.c2 = stringToBrush(v);
|
|
247
286
|
},
|
|
248
287
|
enumerable: false,
|
|
249
288
|
configurable: true
|
|
@@ -253,10 +292,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
253
292
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
254
293
|
*/
|
|
255
294
|
get: function () {
|
|
256
|
-
return brushToString(this.i.
|
|
295
|
+
return brushToString(this.i.c3);
|
|
257
296
|
},
|
|
258
297
|
set: function (v) {
|
|
259
|
-
this.i.
|
|
298
|
+
this.i.c3 = stringToBrush(v);
|
|
260
299
|
},
|
|
261
300
|
enumerable: false,
|
|
262
301
|
configurable: true
|
|
@@ -281,10 +320,10 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
281
320
|
});
|
|
282
321
|
Object.defineProperty(IgxDataGridFilterDialogComponent.prototype, "columnOptionsAccentColor", {
|
|
283
322
|
get: function () {
|
|
284
|
-
return brushToString(this.i.
|
|
323
|
+
return brushToString(this.i.c0);
|
|
285
324
|
},
|
|
286
325
|
set: function (v) {
|
|
287
|
-
this.i.
|
|
326
|
+
this.i.c0 = stringToBrush(v);
|
|
288
327
|
},
|
|
289
328
|
enumerable: false,
|
|
290
329
|
configurable: true
|
|
@@ -395,16 +434,16 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
395
434
|
this._inStyling = false;
|
|
396
435
|
};
|
|
397
436
|
IgxDataGridFilterDialogComponent.prototype.notifySizeChanged = function (width, height) {
|
|
398
|
-
this.i.
|
|
437
|
+
this.i.b5(width, height);
|
|
399
438
|
};
|
|
400
439
|
IgxDataGridFilterDialogComponent.prototype.notifyCellSizeChanged = function () {
|
|
401
|
-
this.i.
|
|
440
|
+
this.i.b4();
|
|
402
441
|
};
|
|
403
442
|
IgxDataGridFilterDialogComponent.prototype.showIcon = function () {
|
|
404
|
-
this.i.
|
|
443
|
+
this.i.ci();
|
|
405
444
|
};
|
|
406
445
|
IgxDataGridFilterDialogComponent.prototype.hideIcon = function () {
|
|
407
|
-
this.i.
|
|
446
|
+
this.i.b2();
|
|
408
447
|
};
|
|
409
448
|
IgxDataGridFilterDialogComponent.prototype.getDesiredToolbarActions = function () {
|
|
410
449
|
var iv = this.i.getDesiredToolbarActions();
|
|
@@ -531,7 +570,7 @@ var IgxDataGridFilterDialogComponent = /** @class */ /*@__PURE__*/ (function ()
|
|
|
531
570
|
}
|
|
532
571
|
};
|
|
533
572
|
IgxDataGridFilterDialogComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.17", ngImport: i0, type: IgxDataGridFilterDialogComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
534
|
-
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
573
|
+
IgxDataGridFilterDialogComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.17", type: IgxDataGridFilterDialogComponent, selector: "igx-data-grid-filter-dialog", inputs: { isAnimationEnabled: "isAnimationEnabled", pixelScalingRatio: "pixelScalingRatio", actualPixelScalingRatio: "actualPixelScalingRatio", iconColor: "iconColor", viewSize: "viewSize", columnOptionsBackground: "columnOptionsBackground", columnOptionsScrollbarBackground: "columnOptionsScrollbarBackground", columnOptionsScrollbarHoverBackground: "columnOptionsScrollbarHoverBackground", columnOptionsScrollbarActiveBackground: "columnOptionsScrollbarActiveBackground", columnOptionsTextColor: "columnOptionsTextColor", columnOptionsTextStyle: "columnOptionsTextStyle", columnOptionsHoverBackgroundColor: "columnOptionsHoverBackgroundColor", columnOptionsToolTipBackgroundColor: "columnOptionsToolTipBackgroundColor", columnOptionsToolTipTextColor: "columnOptionsToolTipTextColor", columnOptionsHighlightColor: "columnOptionsHighlightColor", columnOptionsSeparatorColor: "columnOptionsSeparatorColor", columnOptionsGroupHeaderBackground: "columnOptionsGroupHeaderBackground", columnOptionsGroupHeaderTextColor: "columnOptionsGroupHeaderTextColor", columnOptionsGroupHeaderTextStyle: "columnOptionsGroupHeaderTextStyle", columnOptionsAccentColor: "columnOptionsAccentColor", columnOptionsRowHeight: "columnOptionsRowHeight", commandCompleted: "commandCompleted", invalidateActions: "invalidateActions" }, outputs: { dialogOpening: "dialogOpening", filterChanging: "filterChanging", filterChanged: "filterChanged", renderCompleted: "renderCompleted" }, providers: [], ngImport: i0, template: "", isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
535
574
|
return IgxDataGridFilterDialogComponent;
|
|
536
575
|
}());
|
|
537
576
|
export { IgxDataGridFilterDialogComponent };
|
|
@@ -555,6 +594,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.17", ngImpo
|
|
|
555
594
|
type: Input
|
|
556
595
|
}], columnOptionsBackground: [{
|
|
557
596
|
type: Input
|
|
597
|
+
}], columnOptionsScrollbarBackground: [{
|
|
598
|
+
type: Input
|
|
599
|
+
}], columnOptionsScrollbarHoverBackground: [{
|
|
600
|
+
type: Input
|
|
601
|
+
}], columnOptionsScrollbarActiveBackground: [{
|
|
602
|
+
type: Input
|
|
558
603
|
}], columnOptionsTextColor: [{
|
|
559
604
|
type: Input
|
|
560
605
|
}], columnOptionsTextStyle: [{
|
|
@@ -268,8 +268,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
268
268
|
},
|
|
269
269
|
set: function (v) {
|
|
270
270
|
this.ensureBorderWidth();
|
|
271
|
-
|
|
272
|
-
this.i.bi
|
|
271
|
+
var __nv = +v;
|
|
272
|
+
if (this.i.bi.bottom === __nv) {
|
|
273
|
+
return;
|
|
274
|
+
}
|
|
275
|
+
var __copy = new Thickness(2);
|
|
276
|
+
__copy.bottom = __nv;
|
|
277
|
+
__copy.left = this.i.bi.left;
|
|
278
|
+
__copy.right = this.i.bi.right;
|
|
279
|
+
__copy.top = this.i.bi.top;
|
|
280
|
+
this.i.bi = __copy;
|
|
273
281
|
},
|
|
274
282
|
enumerable: false,
|
|
275
283
|
configurable: true
|
|
@@ -280,8 +288,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
280
288
|
},
|
|
281
289
|
set: function (v) {
|
|
282
290
|
this.ensureBorderWidth();
|
|
283
|
-
|
|
284
|
-
this.i.bi
|
|
291
|
+
var __nv = +v;
|
|
292
|
+
if (this.i.bi.left === __nv) {
|
|
293
|
+
return;
|
|
294
|
+
}
|
|
295
|
+
var __copy = new Thickness(2);
|
|
296
|
+
__copy.left = __nv;
|
|
297
|
+
__copy.bottom = this.i.bi.bottom;
|
|
298
|
+
__copy.right = this.i.bi.right;
|
|
299
|
+
__copy.top = this.i.bi.top;
|
|
300
|
+
this.i.bi = __copy;
|
|
285
301
|
},
|
|
286
302
|
enumerable: false,
|
|
287
303
|
configurable: true
|
|
@@ -292,8 +308,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
292
308
|
},
|
|
293
309
|
set: function (v) {
|
|
294
310
|
this.ensureBorderWidth();
|
|
295
|
-
|
|
296
|
-
this.i.bi
|
|
311
|
+
var __nv = +v;
|
|
312
|
+
if (this.i.bi.right === __nv) {
|
|
313
|
+
return;
|
|
314
|
+
}
|
|
315
|
+
var __copy = new Thickness(2);
|
|
316
|
+
__copy.right = __nv;
|
|
317
|
+
__copy.bottom = this.i.bi.bottom;
|
|
318
|
+
__copy.left = this.i.bi.left;
|
|
319
|
+
__copy.top = this.i.bi.top;
|
|
320
|
+
this.i.bi = __copy;
|
|
297
321
|
},
|
|
298
322
|
enumerable: false,
|
|
299
323
|
configurable: true
|
|
@@ -304,8 +328,16 @@ var IgxDataGridToolbarComponent = /** @class */ /*@__PURE__*/ (function () {
|
|
|
304
328
|
},
|
|
305
329
|
set: function (v) {
|
|
306
330
|
this.ensureBorderWidth();
|
|
307
|
-
|
|
308
|
-
this.i.bi
|
|
331
|
+
var __nv = +v;
|
|
332
|
+
if (this.i.bi.top === __nv) {
|
|
333
|
+
return;
|
|
334
|
+
}
|
|
335
|
+
var __copy = new Thickness(2);
|
|
336
|
+
__copy.top = __nv;
|
|
337
|
+
__copy.bottom = this.i.bi.bottom;
|
|
338
|
+
__copy.left = this.i.bi.left;
|
|
339
|
+
__copy.right = this.i.bi.right;
|
|
340
|
+
this.i.bi = __copy;
|
|
309
341
|
},
|
|
310
342
|
enumerable: false,
|
|
311
343
|
configurable: true
|
|
@@ -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.om;
|
|
33
33
|
},
|
|
34
34
|
set: function (v) {
|
|
35
|
-
this.i.
|
|
35
|
+
this.i.om = 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.o3;
|
|
46
46
|
},
|
|
47
47
|
set: function (v) {
|
|
48
|
-
this.i.
|
|
48
|
+
this.i.o3 = 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.od;
|
|
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.od = 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.ow;
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.ow = 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.oi;
|
|
86
86
|
},
|
|
87
87
|
set: function (v) {
|
|
88
|
-
this.i.
|
|
88
|
+
this.i.oi = 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.ok;
|
|
99
99
|
},
|
|
100
100
|
set: function (v) {
|
|
101
|
-
this.i.
|
|
101
|
+
this.i.ok = ensureBool(v);
|
|
102
102
|
},
|
|
103
103
|
enumerable: false,
|
|
104
104
|
configurable: true
|
|
@@ -47,10 +47,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
47
47
|
* Gets or sets the date time format to use for this column. If FormatString is specificied this value is ignored.
|
|
48
48
|
*/
|
|
49
49
|
get: function () {
|
|
50
|
-
return this.i.
|
|
50
|
+
return this.i.s5;
|
|
51
51
|
},
|
|
52
52
|
set: function (v) {
|
|
53
|
-
this.i.
|
|
53
|
+
this.i.s5 = ensureEnum(DateTimeFormats_$type, v);
|
|
54
54
|
},
|
|
55
55
|
enumerable: false,
|
|
56
56
|
configurable: true
|
|
@@ -60,10 +60,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
60
60
|
* Gets or sets the format string to apply to the value. If set, the other value formatting properties on this column are ignored.
|
|
61
61
|
*/
|
|
62
62
|
get: function () {
|
|
63
|
-
return this.i.
|
|
63
|
+
return this.i.tn;
|
|
64
64
|
},
|
|
65
65
|
set: function (v) {
|
|
66
|
-
this.i.
|
|
66
|
+
this.i.tn = v;
|
|
67
67
|
},
|
|
68
68
|
enumerable: false,
|
|
69
69
|
configurable: true
|
|
@@ -73,24 +73,24 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
73
73
|
* Gets or sets the format string to use when editing dates.
|
|
74
74
|
*/
|
|
75
75
|
get: function () {
|
|
76
|
-
return this.i.
|
|
76
|
+
return this.i.tg;
|
|
77
77
|
},
|
|
78
78
|
set: function (v) {
|
|
79
|
-
this.i.
|
|
79
|
+
this.i.tg = v;
|
|
80
80
|
},
|
|
81
81
|
enumerable: false,
|
|
82
82
|
configurable: true
|
|
83
83
|
});
|
|
84
84
|
Object.defineProperty(IgxDateTimeColumnComponent.prototype, "formatSpecifiers", {
|
|
85
85
|
get: function () {
|
|
86
|
-
return this.i.
|
|
86
|
+
return this.i.s1;
|
|
87
87
|
},
|
|
88
88
|
set: function (v) {
|
|
89
89
|
if (v && !Array.isArray(v) && typeof (v) == "string") {
|
|
90
90
|
var re = /\s*(?:,|\s|$)\s*/gm;
|
|
91
91
|
v = v.split(re);
|
|
92
92
|
}
|
|
93
|
-
this.i.
|
|
93
|
+
this.i.s1 = v;
|
|
94
94
|
},
|
|
95
95
|
enumerable: false,
|
|
96
96
|
configurable: true
|
|
@@ -100,10 +100,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
100
100
|
* Gets or sets the INTL DateTimeFormat object to use for formatting the date values.
|
|
101
101
|
*/
|
|
102
102
|
get: function () {
|
|
103
|
-
return this.i.
|
|
103
|
+
return this.i.tc;
|
|
104
104
|
},
|
|
105
105
|
set: function (v) {
|
|
106
|
-
this.i.
|
|
106
|
+
this.i.tc = v;
|
|
107
107
|
},
|
|
108
108
|
enumerable: false,
|
|
109
109
|
configurable: true
|
|
@@ -113,10 +113,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
113
113
|
* Gets or sets the ShowTodayButton property to detirmine if the today button is shown
|
|
114
114
|
*/
|
|
115
115
|
get: function () {
|
|
116
|
-
return this.i.
|
|
116
|
+
return this.i.s8;
|
|
117
117
|
},
|
|
118
118
|
set: function (v) {
|
|
119
|
-
this.i.
|
|
119
|
+
this.i.s8 = ensureBool(v);
|
|
120
120
|
},
|
|
121
121
|
enumerable: false,
|
|
122
122
|
configurable: true
|
|
@@ -126,10 +126,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
126
126
|
* Gets or sets the editor type used for editing cells in this column.
|
|
127
127
|
*/
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.i.
|
|
129
|
+
return this.i.s6;
|
|
130
130
|
},
|
|
131
131
|
set: function (v) {
|
|
132
|
-
this.i.
|
|
132
|
+
this.i.s6 = ensureEnum(EditorType_$type, v);
|
|
133
133
|
},
|
|
134
134
|
enumerable: false,
|
|
135
135
|
configurable: true
|
|
@@ -139,10 +139,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
139
139
|
* Gets or sets the ComboBox data source.
|
|
140
140
|
*/
|
|
141
141
|
get: function () {
|
|
142
|
-
return this.i.
|
|
142
|
+
return this.i.tb;
|
|
143
143
|
},
|
|
144
144
|
set: function (v) {
|
|
145
|
-
this.i.
|
|
145
|
+
this.i.tb = v;
|
|
146
146
|
},
|
|
147
147
|
enumerable: false,
|
|
148
148
|
configurable: true
|
|
@@ -152,10 +152,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
152
|
* Gets or sets the ComboBox text field.
|
|
153
153
|
*/
|
|
154
154
|
get: function () {
|
|
155
|
-
return this.i.
|
|
155
|
+
return this.i.ti;
|
|
156
156
|
},
|
|
157
157
|
set: function (v) {
|
|
158
|
-
this.i.
|
|
158
|
+
this.i.ti = v;
|
|
159
159
|
},
|
|
160
160
|
enumerable: false,
|
|
161
161
|
configurable: true
|
|
@@ -165,10 +165,10 @@ var IgxDateTimeColumnComponent = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
165
165
|
* Gets or sets the ComboBox value field.
|
|
166
166
|
*/
|
|
167
167
|
get: function () {
|
|
168
|
-
return this.i.
|
|
168
|
+
return this.i.tj;
|
|
169
169
|
},
|
|
170
170
|
set: function (v) {
|
|
171
|
-
this.i.
|
|
171
|
+
this.i.tj = v;
|
|
172
172
|
},
|
|
173
173
|
enumerable: false,
|
|
174
174
|
configurable: true
|