igniteui-angular-data-grids 21.0.0 → 21.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-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-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 +266 -266
- 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/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-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/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- 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/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -210,7 +210,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
210
210
|
}
|
|
211
211
|
a6() {
|
|
212
212
|
let a = this.column;
|
|
213
|
-
this.b3 = a != null ? a.
|
|
213
|
+
this.b3 = a != null ? a.is : 0;
|
|
214
214
|
super.a6();
|
|
215
215
|
}
|
|
216
216
|
a7(a, b) {
|
|
@@ -221,7 +221,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
221
221
|
}
|
|
222
222
|
switch (b.propertyName) {
|
|
223
223
|
case "Pinned":
|
|
224
|
-
this.b3 = c != null ? c.
|
|
224
|
+
this.b3 = c != null ? c.is : 0;
|
|
225
225
|
this.b2.m();
|
|
226
226
|
break;
|
|
227
227
|
}
|
|
@@ -238,7 +238,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
238
238
|
get b4() {
|
|
239
239
|
let a = this.column;
|
|
240
240
|
if (null != a) {
|
|
241
|
-
return a.
|
|
241
|
+
return a.is;
|
|
242
242
|
}
|
|
243
243
|
return this.b3;
|
|
244
244
|
}
|
|
@@ -248,7 +248,7 @@ export let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
248
248
|
let c = this.column;
|
|
249
249
|
if (null != b && null != c) {
|
|
250
250
|
b.pinColumn(c, this.b3);
|
|
251
|
-
c.
|
|
251
|
+
c.ol("Pinned");
|
|
252
252
|
}
|
|
253
253
|
}
|
|
254
254
|
get b2() {
|
|
@@ -249,7 +249,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
249
249
|
let d = GridColumnOptionsUtilities.a(c.c);
|
|
250
250
|
return d;
|
|
251
251
|
}
|
|
252
|
-
return a.
|
|
252
|
+
return a.hu;
|
|
253
253
|
}
|
|
254
254
|
return 0;
|
|
255
255
|
}
|
|
@@ -268,7 +268,7 @@ export let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
268
268
|
}
|
|
269
269
|
return;
|
|
270
270
|
}
|
|
271
|
-
b.
|
|
271
|
+
b.hu = a;
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
}
|
|
@@ -62,7 +62,7 @@ export let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
|
|
|
62
62
|
this.n.bh(this.n.bz);
|
|
63
63
|
if (this.o != null) {
|
|
64
64
|
this.o.setStyleProperty("margin", "0 -8px");
|
|
65
|
-
switch (this.n.bz.
|
|
65
|
+
switch (this.n.bz.r) {
|
|
66
66
|
case 2:
|
|
67
67
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
68
68
|
break;
|
|
@@ -119,8 +119,8 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
119
119
|
this.b2 = 0;
|
|
120
120
|
this.b1 = 0;
|
|
121
121
|
this.b6 = 0;
|
|
122
|
-
this.ct = BrushUtil.
|
|
123
|
-
this.cs = BrushUtil.
|
|
122
|
+
this.ct = BrushUtil.l(255, 24, 29, 31);
|
|
123
|
+
this.cs = BrushUtil.l(255, 248, 248, 248);
|
|
124
124
|
}
|
|
125
125
|
f() {
|
|
126
126
|
return new GridColumnSummaryOptionsView();
|
|
@@ -129,7 +129,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
129
129
|
if (this.c == null || this.column == null) {
|
|
130
130
|
return false;
|
|
131
131
|
}
|
|
132
|
-
return this.column.
|
|
132
|
+
return this.column.jp && this.c.summaryScope != 3;
|
|
133
133
|
}
|
|
134
134
|
be(a, b, c) {
|
|
135
135
|
super.be(a, b, c);
|
|
@@ -159,7 +159,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
159
159
|
if (this.bw != null) {
|
|
160
160
|
let a = this.bw.a();
|
|
161
161
|
for (let b = 0; b < a.length; b++) {
|
|
162
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
162
|
+
let c = new ColumnSummaryDescription(1, this.column.mr);
|
|
163
163
|
switch (a[b]) {
|
|
164
164
|
case "avg":
|
|
165
165
|
c.i = 3;
|
|
@@ -179,7 +179,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
179
179
|
}
|
|
180
180
|
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
181
181
|
let e = this.c.summaryDescriptions.j.item(d);
|
|
182
|
-
if (e.ah == this.column.
|
|
182
|
+
if (e.ah == this.column.mr && e.i == c.i) {
|
|
183
183
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
184
184
|
d--;
|
|
185
185
|
}
|
|
@@ -187,7 +187,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
187
187
|
}
|
|
188
188
|
let f = this.bw.b();
|
|
189
189
|
for (let g = 0; g < f.length; g++) {
|
|
190
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
190
|
+
let h = new ColumnSummaryDescription(1, this.column.mr);
|
|
191
191
|
switch (f[g]) {
|
|
192
192
|
case "avg":
|
|
193
193
|
h.i = 3;
|
|
@@ -208,14 +208,14 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
208
208
|
let i = false;
|
|
209
209
|
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
210
210
|
let k = this.c.summaryDescriptions.j.item(j);
|
|
211
|
-
if (k.ah == this.column.
|
|
211
|
+
if (k.ah == this.column.mr && k.i == h.i) {
|
|
212
212
|
i = true;
|
|
213
213
|
break;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
if (!i) {
|
|
217
217
|
this.c.summaryDescriptions.j.add(h);
|
|
218
|
-
this.column.
|
|
218
|
+
this.column.ol("Summed");
|
|
219
219
|
}
|
|
220
220
|
}
|
|
221
221
|
}
|
|
@@ -234,7 +234,7 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
234
234
|
this.b7 = 0;
|
|
235
235
|
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
236
236
|
let b = this.c.summaryDescriptions.j.item(a);
|
|
237
|
-
if (b.ah == this.column.
|
|
237
|
+
if (b.ah == this.column.mr) {
|
|
238
238
|
switch (b.i) {
|
|
239
239
|
case 3:
|
|
240
240
|
this.bw.a4("avg", true);
|
|
@@ -387,9 +387,9 @@ export let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
387
387
|
}
|
|
388
388
|
cp() {
|
|
389
389
|
if (this.by != null) {
|
|
390
|
-
this.by.
|
|
391
|
-
this.by.
|
|
392
|
-
this.by.
|
|
390
|
+
this.by.dt = 0;
|
|
391
|
+
this.by.a3 = false;
|
|
392
|
+
this.by.rl = this.br;
|
|
393
393
|
this.bh(this.by);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
@@ -35,7 +35,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
35
35
|
let column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
36
36
|
let b = (column_._implementation);
|
|
37
37
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
38
|
-
b.
|
|
38
|
+
b.mr = a;
|
|
39
39
|
return b;
|
|
40
40
|
}
|
|
41
41
|
return null;
|
|
@@ -45,7 +45,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
45
45
|
let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
46
46
|
let b = (column_._implementation);
|
|
47
47
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
48
|
-
b.
|
|
48
|
+
b.mr = a;
|
|
49
49
|
return b;
|
|
50
50
|
}
|
|
51
51
|
return null;
|
|
@@ -55,7 +55,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
55
55
|
let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
56
56
|
let b = (column_._implementation);
|
|
57
57
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
58
|
-
b.
|
|
58
|
+
b.mr = a;
|
|
59
59
|
return b;
|
|
60
60
|
}
|
|
61
61
|
return null;
|
|
@@ -65,7 +65,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
65
65
|
let column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
66
66
|
let b = (column_._implementation);
|
|
67
67
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
68
|
-
b.
|
|
68
|
+
b.mr = a;
|
|
69
69
|
return b;
|
|
70
70
|
}
|
|
71
71
|
return null;
|
|
@@ -75,7 +75,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
75
75
|
let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
76
76
|
let b = (column_._implementation);
|
|
77
77
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
78
|
-
b.
|
|
78
|
+
b.mr = a;
|
|
79
79
|
return b;
|
|
80
80
|
}
|
|
81
81
|
return null;
|
|
@@ -85,7 +85,7 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
85
85
|
let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
86
86
|
let b = (column_._implementation);
|
|
87
87
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
88
|
-
b.
|
|
88
|
+
b.mr = a;
|
|
89
89
|
return b;
|
|
90
90
|
}
|
|
91
91
|
return null;
|
|
@@ -127,6 +127,9 @@ export let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
127
127
|
let botRightRadius_ = i;
|
|
128
128
|
grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
|
|
129
129
|
}
|
|
130
|
+
setBackground(a) {
|
|
131
|
+
this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
|
|
132
|
+
}
|
|
130
133
|
setScrollerVerticalTrackInset(a) {
|
|
131
134
|
this.a._setScrollerVerticalTrackInset(a);
|
|
132
135
|
}
|