igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
- 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 +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- 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 +63 -65
- 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 +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- 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 +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- 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 +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- 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 +4 -65
- package/esm2015/public_api.js +0 -1
- 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 +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- 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 +62 -64
- 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 +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- 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 +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- 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 +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- 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 +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- 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 +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -221,7 +221,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
221
221
|
};
|
|
222
222
|
GridColumnPinOptions.prototype.a6 = function () {
|
|
223
223
|
var a = this.column;
|
|
224
|
-
this.b3 = a != null ? a.
|
|
224
|
+
this.b3 = a != null ? a.io : 0;
|
|
225
225
|
_super.prototype.a6.call(this);
|
|
226
226
|
};
|
|
227
227
|
GridColumnPinOptions.prototype.a7 = function (a, b) {
|
|
@@ -232,7 +232,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
232
232
|
}
|
|
233
233
|
switch (b.propertyName) {
|
|
234
234
|
case "Pinned":
|
|
235
|
-
this.b3 = c != null ? c.
|
|
235
|
+
this.b3 = c != null ? c.io : 0;
|
|
236
236
|
this.b2.m();
|
|
237
237
|
break;
|
|
238
238
|
}
|
|
@@ -250,7 +250,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
250
250
|
get: function () {
|
|
251
251
|
var a = this.column;
|
|
252
252
|
if (null != a) {
|
|
253
|
-
return a.
|
|
253
|
+
return a.io;
|
|
254
254
|
}
|
|
255
255
|
return this.b3;
|
|
256
256
|
},
|
|
@@ -260,7 +260,7 @@ export var GridColumnPinOptions = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
260
260
|
var c = this.column;
|
|
261
261
|
if (null != b && null != c) {
|
|
262
262
|
b.pinColumn(c, this.b3);
|
|
263
|
-
c.
|
|
263
|
+
c.n0("Pinned");
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
enumerable: false,
|
|
@@ -273,7 +273,7 @@ export var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
273
273
|
var d = GridColumnOptionsUtilities.a(c.c);
|
|
274
274
|
return d;
|
|
275
275
|
}
|
|
276
|
-
return a.
|
|
276
|
+
return a.hs;
|
|
277
277
|
}
|
|
278
278
|
return 0;
|
|
279
279
|
},
|
|
@@ -292,7 +292,7 @@ export var GridColumnSortOptions = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
292
292
|
}
|
|
293
293
|
return;
|
|
294
294
|
}
|
|
295
|
-
b.
|
|
295
|
+
b.hs = a;
|
|
296
296
|
}
|
|
297
297
|
},
|
|
298
298
|
enumerable: false,
|
|
@@ -69,7 +69,7 @@ export var GridColumnSummaryOptionsView = /** @class */ /*@__PURE__*/ (function
|
|
|
69
69
|
this.n.bh(this.n.bz);
|
|
70
70
|
if (this.o != null) {
|
|
71
71
|
this.o.setStyleProperty("margin", "0 -8px");
|
|
72
|
-
switch (this.n.bz.
|
|
72
|
+
switch (this.n.bz.q) {
|
|
73
73
|
case 2:
|
|
74
74
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
75
75
|
break;
|
|
@@ -125,8 +125,8 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
125
125
|
_this.b2 = 0;
|
|
126
126
|
_this.b1 = 0;
|
|
127
127
|
_this.b6 = 0;
|
|
128
|
-
_this.ct = BrushUtil.
|
|
129
|
-
_this.cs = BrushUtil.
|
|
128
|
+
_this.ct = BrushUtil.j(255, 24, 29, 31);
|
|
129
|
+
_this.cs = BrushUtil.j(255, 248, 248, 248);
|
|
130
130
|
return _this;
|
|
131
131
|
}
|
|
132
132
|
GridColumnSummaryOptions.prototype.f = function () {
|
|
@@ -136,7 +136,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
136
136
|
if (this.c == null || this.column == null) {
|
|
137
137
|
return false;
|
|
138
138
|
}
|
|
139
|
-
return this.column.
|
|
139
|
+
return this.column.ji && this.c.summaryScope != 3;
|
|
140
140
|
};
|
|
141
141
|
GridColumnSummaryOptions.prototype.be = function (a, b, c) {
|
|
142
142
|
_super.prototype.be.call(this, a, b, c);
|
|
@@ -166,7 +166,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
166
166
|
if (this.bw != null) {
|
|
167
167
|
var a = this.bw.a();
|
|
168
168
|
for (var b = 0; b < a.length; b++) {
|
|
169
|
-
var c = new ColumnSummaryDescription(1, this.column.
|
|
169
|
+
var c = new ColumnSummaryDescription(1, this.column.l7);
|
|
170
170
|
switch (a[b]) {
|
|
171
171
|
case "avg":
|
|
172
172
|
c.i = 3;
|
|
@@ -186,7 +186,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
186
186
|
}
|
|
187
187
|
for (var d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
188
188
|
var e = this.c.summaryDescriptions.j.item(d);
|
|
189
|
-
if (e.ah == this.column.
|
|
189
|
+
if (e.ah == this.column.l7 && e.i == c.i) {
|
|
190
190
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
191
191
|
d--;
|
|
192
192
|
}
|
|
@@ -194,7 +194,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
194
194
|
}
|
|
195
195
|
var f = this.bw.b();
|
|
196
196
|
for (var g = 0; g < f.length; g++) {
|
|
197
|
-
var h = new ColumnSummaryDescription(1, this.column.
|
|
197
|
+
var h = new ColumnSummaryDescription(1, this.column.l7);
|
|
198
198
|
switch (f[g]) {
|
|
199
199
|
case "avg":
|
|
200
200
|
h.i = 3;
|
|
@@ -215,14 +215,14 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
215
215
|
var i = false;
|
|
216
216
|
for (var j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
217
217
|
var k = this.c.summaryDescriptions.j.item(j);
|
|
218
|
-
if (k.ah == this.column.
|
|
218
|
+
if (k.ah == this.column.l7 && k.i == h.i) {
|
|
219
219
|
i = true;
|
|
220
220
|
break;
|
|
221
221
|
}
|
|
222
222
|
}
|
|
223
223
|
if (!i) {
|
|
224
224
|
this.c.summaryDescriptions.j.add(h);
|
|
225
|
-
this.column.
|
|
225
|
+
this.column.n0("Summed");
|
|
226
226
|
}
|
|
227
227
|
}
|
|
228
228
|
}
|
|
@@ -241,7 +241,7 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
241
241
|
this.b7 = 0;
|
|
242
242
|
for (var a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
243
243
|
var b = this.c.summaryDescriptions.j.item(a);
|
|
244
|
-
if (b.ah == this.column.
|
|
244
|
+
if (b.ah == this.column.l7) {
|
|
245
245
|
switch (b.i) {
|
|
246
246
|
case 3:
|
|
247
247
|
this.bw.a4("avg", true);
|
|
@@ -434,9 +434,9 @@ export var GridColumnSummaryOptions = /** @class */ /*@__PURE__*/ (function (_su
|
|
|
434
434
|
};
|
|
435
435
|
GridColumnSummaryOptions.prototype.cp = function () {
|
|
436
436
|
if (this.by != null) {
|
|
437
|
-
this.by.
|
|
438
|
-
this.by.
|
|
439
|
-
this.by.
|
|
437
|
+
this.by.ds = 0;
|
|
438
|
+
this.by.a2 = false;
|
|
439
|
+
this.by.rg = this.br;
|
|
440
440
|
this.bh(this.by);
|
|
441
441
|
}
|
|
442
442
|
};
|
|
@@ -41,7 +41,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
41
41
|
var column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
42
42
|
var b = (column_._implementation);
|
|
43
43
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
44
|
-
b.
|
|
44
|
+
b.l7 = a;
|
|
45
45
|
return b;
|
|
46
46
|
}
|
|
47
47
|
return null;
|
|
@@ -51,7 +51,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
51
51
|
var column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
52
52
|
var b = (column_._implementation);
|
|
53
53
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
54
|
-
b.
|
|
54
|
+
b.l7 = a;
|
|
55
55
|
return b;
|
|
56
56
|
}
|
|
57
57
|
return null;
|
|
@@ -61,7 +61,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
61
61
|
var column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
62
62
|
var b = (column_._implementation);
|
|
63
63
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
64
|
-
b.
|
|
64
|
+
b.l7 = a;
|
|
65
65
|
return b;
|
|
66
66
|
}
|
|
67
67
|
return null;
|
|
@@ -71,7 +71,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
71
71
|
var column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
72
72
|
var b = (column_._implementation);
|
|
73
73
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
74
|
-
b.
|
|
74
|
+
b.l7 = a;
|
|
75
75
|
return b;
|
|
76
76
|
}
|
|
77
77
|
return null;
|
|
@@ -81,7 +81,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
81
81
|
var column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
82
82
|
var b = (column_._implementation);
|
|
83
83
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
84
|
-
b.
|
|
84
|
+
b.l7 = a;
|
|
85
85
|
return b;
|
|
86
86
|
}
|
|
87
87
|
return null;
|
|
@@ -91,7 +91,7 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
91
91
|
var column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
92
92
|
var b = (column_._implementation);
|
|
93
93
|
var c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
94
|
-
b.
|
|
94
|
+
b.l7 = a;
|
|
95
95
|
return b;
|
|
96
96
|
}
|
|
97
97
|
return null;
|
|
@@ -133,9 +133,6 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
133
133
|
var botRightRadius_ = i;
|
|
134
134
|
grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
|
|
135
135
|
};
|
|
136
|
-
GridExternalWrapper.prototype.setBackground = function (a) {
|
|
137
|
-
this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
|
|
138
|
-
};
|
|
139
136
|
GridExternalWrapper.prototype.setScrollerVerticalTrackInset = function (a) {
|
|
140
137
|
this.a._setScrollerVerticalTrackInset(a);
|
|
141
138
|
};
|