igniteui-webcomponents-data-grids 7.1.0-beta.0 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +3962 -3669
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2986 -2878
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- 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 +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +132 -118
- package/esm2015/lib/igc-data-grid-component.js +21 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- 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 +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +140 -118
- package/esm5/lib/igc-data-grid-component.js +29 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-webcomponents-data-grids.js +4031 -3794
- package/fesm5/igniteui-webcomponents-data-grids.js +3962 -3669
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +11 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -69,10 +69,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
69
69
|
* Gets or sets the color for the column options icon in the header.
|
|
70
70
|
*/
|
|
71
71
|
get: function () {
|
|
72
|
-
return brushToString(this.i.
|
|
72
|
+
return brushToString(this.i.qc);
|
|
73
73
|
},
|
|
74
74
|
set: function (v) {
|
|
75
|
-
this.i.
|
|
75
|
+
this.i.qc = stringToBrush(v);
|
|
76
76
|
},
|
|
77
77
|
enumerable: false,
|
|
78
78
|
configurable: true
|
|
@@ -108,10 +108,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
108
108
|
* Gets or sets the column options dropdown background color.
|
|
109
109
|
*/
|
|
110
110
|
get: function () {
|
|
111
|
-
return brushToString(this.i.
|
|
111
|
+
return brushToString(this.i.p7);
|
|
112
112
|
},
|
|
113
113
|
set: function (v) {
|
|
114
|
-
this.i.
|
|
114
|
+
this.i.p7 = stringToBrush(v);
|
|
115
115
|
},
|
|
116
116
|
enumerable: false,
|
|
117
117
|
configurable: true
|
|
@@ -121,10 +121,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
121
121
|
* Gets or sets the text color for text inside the column options menu.
|
|
122
122
|
*/
|
|
123
123
|
get: function () {
|
|
124
|
-
return brushToString(this.i.
|
|
124
|
+
return brushToString(this.i.qe);
|
|
125
125
|
},
|
|
126
126
|
set: function (v) {
|
|
127
|
-
this.i.
|
|
127
|
+
this.i.qe = stringToBrush(v);
|
|
128
128
|
},
|
|
129
129
|
enumerable: false,
|
|
130
130
|
configurable: true
|
|
@@ -149,30 +149,40 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHoverBackgroundColor", {
|
|
151
151
|
get: function () {
|
|
152
|
-
return brushToString(this.i.
|
|
152
|
+
return brushToString(this.i.qb);
|
|
153
153
|
},
|
|
154
154
|
set: function (v) {
|
|
155
|
-
this.i.
|
|
155
|
+
this.i.qb = stringToBrush(v);
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
158
158
|
configurable: true
|
|
159
159
|
});
|
|
160
160
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipBackgroundColor", {
|
|
161
161
|
get: function () {
|
|
162
|
-
return brushToString(this.i.
|
|
162
|
+
return brushToString(this.i.qf);
|
|
163
163
|
},
|
|
164
164
|
set: function (v) {
|
|
165
|
-
this.i.
|
|
165
|
+
this.i.qf = stringToBrush(v);
|
|
166
|
+
},
|
|
167
|
+
enumerable: false,
|
|
168
|
+
configurable: true
|
|
169
|
+
});
|
|
170
|
+
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsToolTipTextColor", {
|
|
171
|
+
get: function () {
|
|
172
|
+
return brushToString(this.i.qg);
|
|
173
|
+
},
|
|
174
|
+
set: function (v) {
|
|
175
|
+
this.i.qg = stringToBrush(v);
|
|
166
176
|
},
|
|
167
177
|
enumerable: false,
|
|
168
178
|
configurable: true
|
|
169
179
|
});
|
|
170
180
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsHighlightColor", {
|
|
171
181
|
get: function () {
|
|
172
|
-
return brushToString(this.i.
|
|
182
|
+
return brushToString(this.i.qa);
|
|
173
183
|
},
|
|
174
184
|
set: function (v) {
|
|
175
|
-
this.i.
|
|
185
|
+
this.i.qa = stringToBrush(v);
|
|
176
186
|
},
|
|
177
187
|
enumerable: false,
|
|
178
188
|
configurable: true
|
|
@@ -182,10 +192,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
182
192
|
* Gets or sets the color of separators inside the column options menu.
|
|
183
193
|
*/
|
|
184
194
|
get: function () {
|
|
185
|
-
return brushToString(this.i.
|
|
195
|
+
return brushToString(this.i.qd);
|
|
186
196
|
},
|
|
187
197
|
set: function (v) {
|
|
188
|
-
this.i.
|
|
198
|
+
this.i.qd = stringToBrush(v);
|
|
189
199
|
},
|
|
190
200
|
enumerable: false,
|
|
191
201
|
configurable: true
|
|
@@ -195,10 +205,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
195
205
|
* Gets or sets the background color for group headers inside the column options menu.
|
|
196
206
|
*/
|
|
197
207
|
get: function () {
|
|
198
|
-
return brushToString(this.i.
|
|
208
|
+
return brushToString(this.i.p8);
|
|
199
209
|
},
|
|
200
210
|
set: function (v) {
|
|
201
|
-
this.i.
|
|
211
|
+
this.i.p8 = stringToBrush(v);
|
|
202
212
|
},
|
|
203
213
|
enumerable: false,
|
|
204
214
|
configurable: true
|
|
@@ -208,10 +218,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
208
218
|
* Gets or sets the text color for group headers inside the column options menu.
|
|
209
219
|
*/
|
|
210
220
|
get: function () {
|
|
211
|
-
return brushToString(this.i.
|
|
221
|
+
return brushToString(this.i.p9);
|
|
212
222
|
},
|
|
213
223
|
set: function (v) {
|
|
214
|
-
this.i.
|
|
224
|
+
this.i.p9 = stringToBrush(v);
|
|
215
225
|
},
|
|
216
226
|
enumerable: false,
|
|
217
227
|
configurable: true
|
|
@@ -233,10 +243,10 @@ var IgcTextHeaderCellInfo = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
233
243
|
});
|
|
234
244
|
Object.defineProperty(IgcTextHeaderCellInfo.prototype, "columnOptionsAccentColor", {
|
|
235
245
|
get: function () {
|
|
236
|
-
return brushToString(this.i.
|
|
246
|
+
return brushToString(this.i.p6);
|
|
237
247
|
},
|
|
238
248
|
set: function (v) {
|
|
239
|
-
this.i.
|
|
249
|
+
this.i.p6 = stringToBrush(v);
|
|
240
250
|
},
|
|
241
251
|
enumerable: false,
|
|
242
252
|
configurable: true
|