igniteui-webcomponents-data-grids 7.0.0 → 7.0.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 +9505 -8241
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -205,7 +205,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
205
205
|
}
|
|
206
206
|
a6() {
|
|
207
207
|
let a = this.column;
|
|
208
|
-
this.b3 = a != null ? a.
|
|
208
|
+
this.b3 = a != null ? a.is : 0;
|
|
209
209
|
super.a6();
|
|
210
210
|
}
|
|
211
211
|
a7(a, b) {
|
|
@@ -216,7 +216,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
216
216
|
}
|
|
217
217
|
switch (b.propertyName) {
|
|
218
218
|
case "Pinned":
|
|
219
|
-
this.b3 = c != null ? c.
|
|
219
|
+
this.b3 = c != null ? c.is : 0;
|
|
220
220
|
this.b2.m();
|
|
221
221
|
break;
|
|
222
222
|
}
|
|
@@ -233,7 +233,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
233
233
|
get b4() {
|
|
234
234
|
let a = this.column;
|
|
235
235
|
if (null != a) {
|
|
236
|
-
return a.
|
|
236
|
+
return a.is;
|
|
237
237
|
}
|
|
238
238
|
return this.b3;
|
|
239
239
|
}
|
|
@@ -243,7 +243,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
243
243
|
let c = this.column;
|
|
244
244
|
if (null != b && null != c) {
|
|
245
245
|
b.pinColumn(c, this.b3);
|
|
246
|
-
c.
|
|
246
|
+
c.ol("Pinned");
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
get b2() {
|
|
@@ -244,7 +244,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
244
244
|
let d = GridColumnOptionsUtilities.a(c.c);
|
|
245
245
|
return d;
|
|
246
246
|
}
|
|
247
|
-
return a.
|
|
247
|
+
return a.hu;
|
|
248
248
|
}
|
|
249
249
|
return 0;
|
|
250
250
|
}
|
|
@@ -263,7 +263,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
263
263
|
}
|
|
264
264
|
return;
|
|
265
265
|
}
|
|
266
|
-
b.
|
|
266
|
+
b.hu = a;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -59,7 +59,7 @@ let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
|
|
|
59
59
|
this.n.bh(this.n.bz);
|
|
60
60
|
if (this.o != null) {
|
|
61
61
|
this.o.setStyleProperty("margin", "0 -8px");
|
|
62
|
-
switch (this.n.bz.
|
|
62
|
+
switch (this.n.bz.r) {
|
|
63
63
|
case 2:
|
|
64
64
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
65
65
|
break;
|
|
@@ -114,8 +114,8 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
114
114
|
this.b2 = 0;
|
|
115
115
|
this.b1 = 0;
|
|
116
116
|
this.b6 = 0;
|
|
117
|
-
this.ct = BrushUtil.
|
|
118
|
-
this.cs = BrushUtil.
|
|
117
|
+
this.ct = BrushUtil.l(255, 24, 29, 31);
|
|
118
|
+
this.cs = BrushUtil.l(255, 248, 248, 248);
|
|
119
119
|
}
|
|
120
120
|
f() {
|
|
121
121
|
return new GridColumnSummaryOptionsView();
|
|
@@ -124,7 +124,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
124
124
|
if (this.c == null || this.column == null) {
|
|
125
125
|
return false;
|
|
126
126
|
}
|
|
127
|
-
return this.column.
|
|
127
|
+
return this.column.jp && this.c.summaryScope != 3;
|
|
128
128
|
}
|
|
129
129
|
be(a, b, c) {
|
|
130
130
|
super.be(a, b, c);
|
|
@@ -154,7 +154,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
154
154
|
if (this.bw != null) {
|
|
155
155
|
let a = this.bw.a();
|
|
156
156
|
for (let b = 0; b < a.length; b++) {
|
|
157
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
157
|
+
let c = new ColumnSummaryDescription(1, this.column.mr);
|
|
158
158
|
switch (a[b]) {
|
|
159
159
|
case "avg":
|
|
160
160
|
c.i = 3;
|
|
@@ -174,7 +174,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
174
174
|
}
|
|
175
175
|
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
176
176
|
let e = this.c.summaryDescriptions.j.item(d);
|
|
177
|
-
if (e.ah == this.column.
|
|
177
|
+
if (e.ah == this.column.mr && e.i == c.i) {
|
|
178
178
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
179
179
|
d--;
|
|
180
180
|
}
|
|
@@ -182,7 +182,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
182
182
|
}
|
|
183
183
|
let f = this.bw.b();
|
|
184
184
|
for (let g = 0; g < f.length; g++) {
|
|
185
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
185
|
+
let h = new ColumnSummaryDescription(1, this.column.mr);
|
|
186
186
|
switch (f[g]) {
|
|
187
187
|
case "avg":
|
|
188
188
|
h.i = 3;
|
|
@@ -203,14 +203,14 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
203
203
|
let i = false;
|
|
204
204
|
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
205
205
|
let k = this.c.summaryDescriptions.j.item(j);
|
|
206
|
-
if (k.ah == this.column.
|
|
206
|
+
if (k.ah == this.column.mr && k.i == h.i) {
|
|
207
207
|
i = true;
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
if (!i) {
|
|
212
212
|
this.c.summaryDescriptions.j.add(h);
|
|
213
|
-
this.column.
|
|
213
|
+
this.column.ol("Summed");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}
|
|
@@ -229,7 +229,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
229
229
|
this.b7 = 0;
|
|
230
230
|
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
231
231
|
let b = this.c.summaryDescriptions.j.item(a);
|
|
232
|
-
if (b.ah == this.column.
|
|
232
|
+
if (b.ah == this.column.mr) {
|
|
233
233
|
switch (b.i) {
|
|
234
234
|
case 3:
|
|
235
235
|
this.bw.a4("avg", true);
|
|
@@ -382,9 +382,9 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
382
382
|
}
|
|
383
383
|
cp() {
|
|
384
384
|
if (this.by != null) {
|
|
385
|
-
this.by.
|
|
386
|
-
this.by.
|
|
387
|
-
this.by.
|
|
385
|
+
this.by.dt = 0;
|
|
386
|
+
this.by.a3 = false;
|
|
387
|
+
this.by.rl = this.br;
|
|
388
388
|
this.bh(this.by);
|
|
389
389
|
}
|
|
390
390
|
}
|
|
@@ -32,7 +32,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
32
32
|
let column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
33
33
|
let b = (column_._implementation);
|
|
34
34
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
35
|
-
b.
|
|
35
|
+
b.mr = a;
|
|
36
36
|
return b;
|
|
37
37
|
}
|
|
38
38
|
return null;
|
|
@@ -42,7 +42,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
42
42
|
let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
43
43
|
let b = (column_._implementation);
|
|
44
44
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
45
|
-
b.
|
|
45
|
+
b.mr = a;
|
|
46
46
|
return b;
|
|
47
47
|
}
|
|
48
48
|
return null;
|
|
@@ -52,7 +52,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
52
52
|
let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
53
53
|
let b = (column_._implementation);
|
|
54
54
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
55
|
-
b.
|
|
55
|
+
b.mr = a;
|
|
56
56
|
return b;
|
|
57
57
|
}
|
|
58
58
|
return null;
|
|
@@ -62,7 +62,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
62
62
|
let column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
63
63
|
let b = (column_._implementation);
|
|
64
64
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
65
|
-
b.
|
|
65
|
+
b.mr = a;
|
|
66
66
|
return b;
|
|
67
67
|
}
|
|
68
68
|
return null;
|
|
@@ -72,7 +72,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
72
72
|
let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
73
73
|
let b = (column_._implementation);
|
|
74
74
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
75
|
-
b.
|
|
75
|
+
b.mr = a;
|
|
76
76
|
return b;
|
|
77
77
|
}
|
|
78
78
|
return null;
|
|
@@ -82,7 +82,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
82
82
|
let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
83
83
|
let b = (column_._implementation);
|
|
84
84
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
85
|
-
b.
|
|
85
|
+
b.mr = a;
|
|
86
86
|
return b;
|
|
87
87
|
}
|
|
88
88
|
return null;
|
|
@@ -124,6 +124,9 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
124
124
|
let botRightRadius_ = i;
|
|
125
125
|
grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
|
|
126
126
|
}
|
|
127
|
+
setBackground(a) {
|
|
128
|
+
this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
|
|
129
|
+
}
|
|
127
130
|
setScrollerVerticalTrackInset(a) {
|
|
128
131
|
this.a._setScrollerVerticalTrackInset(a);
|
|
129
132
|
}
|