igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -159,7 +159,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
159
159
|
if (this.c != null && this.c.filterUIType != 0) {
|
|
160
160
|
return false;
|
|
161
161
|
}
|
|
162
|
-
if (!this.column.
|
|
162
|
+
if (!this.column.j7) {
|
|
163
163
|
return false;
|
|
164
164
|
}
|
|
165
165
|
if (this.c == null || this.c.actualDataSource == null || !this.c.actualDataSource.isGroupingSupported || !this.c.actualDataSource.isFilteringSupported) {
|
|
@@ -349,7 +349,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
349
349
|
}
|
|
350
350
|
this.column.g4 = i;
|
|
351
351
|
}
|
|
352
|
-
this.column.
|
|
352
|
+
this.column.o9("Filtered");
|
|
353
353
|
};
|
|
354
354
|
GridColumnFilterOptions.prototype.provideClearFiltersSection = function (a) {
|
|
355
355
|
this.bw.ah(a);
|
|
@@ -391,7 +391,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
391
391
|
GridColumnFilterOptions.prototype.co = function () {
|
|
392
392
|
var a = this.column;
|
|
393
393
|
var b = this.c;
|
|
394
|
-
var c = (null != a) ? a.
|
|
394
|
+
var c = (null != a) ? a.nf : null;
|
|
395
395
|
var d = null;
|
|
396
396
|
var e = null;
|
|
397
397
|
if (b != null) {
|
|
@@ -452,7 +452,7 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
452
452
|
GridColumnFilterOptions.prototype.cv = function () {
|
|
453
453
|
var e_2, _a;
|
|
454
454
|
var a = this.column;
|
|
455
|
-
var b = (null != a) ? a.
|
|
455
|
+
var b = (null != a) ? a.nf : null;
|
|
456
456
|
var c = true;
|
|
457
457
|
var d = toNullable(ColumnComparisonConditionOperatorType_$type, null);
|
|
458
458
|
var e = this.b4();
|
|
@@ -474,15 +474,15 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
474
474
|
}
|
|
475
475
|
}
|
|
476
476
|
if (e.count == 0 || !c) {
|
|
477
|
-
this.bx.
|
|
477
|
+
this.bx.ej();
|
|
478
478
|
return;
|
|
479
479
|
}
|
|
480
480
|
switch (d.value) {
|
|
481
481
|
case 0:
|
|
482
|
-
this.bx.
|
|
482
|
+
this.bx.dg();
|
|
483
483
|
break;
|
|
484
484
|
case 1:
|
|
485
|
-
this.bx.
|
|
485
|
+
this.bx.ej();
|
|
486
486
|
break;
|
|
487
487
|
}
|
|
488
488
|
var h = this.bx.keys;
|
|
@@ -540,9 +540,9 @@ export var GridColumnFilterOptions = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
540
540
|
GridColumnFilterOptions.prototype.cw = function () {
|
|
541
541
|
if (null != this.bx) {
|
|
542
542
|
this.bx.density = this.b0;
|
|
543
|
-
this.bx.
|
|
543
|
+
this.bx.cf = this.cc;
|
|
544
544
|
this.bx.backgroundColor = this.bo;
|
|
545
|
-
this.bx.
|
|
545
|
+
this.bx.fp = this.br;
|
|
546
546
|
this.bx.baseTheme = this.i;
|
|
547
547
|
this.bx.updateHrMargin(new Thickness(1, -7, 3, -7, 3));
|
|
548
548
|
}
|
|
@@ -128,7 +128,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
128
128
|
if (null == this.c) {
|
|
129
129
|
return false;
|
|
130
130
|
}
|
|
131
|
-
return this.column.
|
|
131
|
+
return this.column.jw;
|
|
132
132
|
};
|
|
133
133
|
GridColumnGroupOptions.prototype.bj = function (a, b) {
|
|
134
134
|
if (null != a) {
|
|
@@ -177,7 +177,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
177
177
|
if (null != a) {
|
|
178
178
|
var c = a.grid;
|
|
179
179
|
if (null != c) {
|
|
180
|
-
var d = a.
|
|
180
|
+
var d = a.nf;
|
|
181
181
|
var e = c.groupDescriptions.j;
|
|
182
182
|
for (var f = 0; f < e.count; f++) {
|
|
183
183
|
var g = e.item(f);
|
|
@@ -202,13 +202,13 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
202
202
|
var a = this.c;
|
|
203
203
|
var b = this.column;
|
|
204
204
|
if (null != a && null != b) {
|
|
205
|
-
var c = new ColumnGroupDescription(1, b.
|
|
205
|
+
var c = new ColumnGroupDescription(1, b.nf);
|
|
206
206
|
var d = b.hu;
|
|
207
207
|
var e = d != 0 ? GridColumnOptionsUtilities.c(d) : 0;
|
|
208
208
|
c.c = e;
|
|
209
209
|
a.groupDescriptions.g(c);
|
|
210
210
|
b.hu = 0;
|
|
211
|
-
b.
|
|
211
|
+
b.o9("Grouped");
|
|
212
212
|
}
|
|
213
213
|
};
|
|
214
214
|
GridColumnGroupOptions.prototype.b8 = function () {
|
|
@@ -220,7 +220,7 @@ export var GridColumnGroupOptions = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
220
220
|
var d = ((function () { var e = _this.b3(c_1); c_1 = e.p0; return e.ret; })());
|
|
221
221
|
if (c_1 != -1) {
|
|
222
222
|
a.groupDescriptions.d(c_1);
|
|
223
|
-
b.
|
|
223
|
+
b.o9("Grouped");
|
|
224
224
|
}
|
|
225
225
|
}
|
|
226
226
|
};
|
|
@@ -143,15 +143,15 @@ export var GridColumnHideOptions = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
143
143
|
get: function () {
|
|
144
144
|
var a = this.column;
|
|
145
145
|
if (null != a) {
|
|
146
|
-
return a.
|
|
146
|
+
return a.j9;
|
|
147
147
|
}
|
|
148
148
|
return false;
|
|
149
149
|
},
|
|
150
150
|
set: function (a) {
|
|
151
151
|
var b = this.column;
|
|
152
152
|
if (null != b) {
|
|
153
|
-
b.
|
|
154
|
-
b.
|
|
153
|
+
b.j9 = a;
|
|
154
|
+
b.o9("Hidden");
|
|
155
155
|
}
|
|
156
156
|
},
|
|
157
157
|
enumerable: false,
|
|
@@ -62,8 +62,8 @@ export var GridColumnOptionsViewBase = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
62
62
|
GridColumnOptionsViewBase.prototype.m = function () {
|
|
63
63
|
var a = this.g;
|
|
64
64
|
if (null != a) {
|
|
65
|
-
NativeUI.
|
|
66
|
-
NativeUI.
|
|
65
|
+
NativeUI.n(a, this.b.bo);
|
|
66
|
+
NativeUI.r(a, this.b.br);
|
|
67
67
|
}
|
|
68
68
|
};
|
|
69
69
|
GridColumnOptionsViewBase.prototype.l = function (a) {
|
|
@@ -304,7 +304,7 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
304
304
|
Object.defineProperty(GridColumnOptions.prototype, "dx", {
|
|
305
305
|
get: function () {
|
|
306
306
|
var a = this.column;
|
|
307
|
-
return (null != a) ? a.
|
|
307
|
+
return (null != a) ? a.mi : "(No column selected)";
|
|
308
308
|
},
|
|
309
309
|
enumerable: false,
|
|
310
310
|
configurable: true
|
|
@@ -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.jx && 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.nf);
|
|
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.nf && 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.nf);
|
|
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.nf && 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.o9("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.nf) {
|
|
245
245
|
switch (b.i) {
|
|
246
246
|
case 3:
|
|
247
247
|
this.bw.a4("avg", true);
|
|
@@ -150,11 +150,11 @@ export var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
150
150
|
this.d = truncate(Math.round(d));
|
|
151
151
|
}
|
|
152
152
|
if (this.b.d && this.f != 1) {
|
|
153
|
-
this.b.
|
|
154
|
-
this.b.
|
|
153
|
+
this.b.ac();
|
|
154
|
+
this.b.ad(this.f, this.f);
|
|
155
155
|
}
|
|
156
156
|
this.b.l(0, 0, this.j, this.g);
|
|
157
|
-
this.b.
|
|
157
|
+
this.b.ac();
|
|
158
158
|
for (var e = 0; e < this.c.count; e++) {
|
|
159
159
|
this.b.k(this.c._inner[e].j);
|
|
160
160
|
var f = this.s();
|
|
@@ -164,9 +164,9 @@ export var GridExpansionIndicatorView = /** @class */ /*@__PURE__*/ (function (_
|
|
|
164
164
|
this.c._inner[e]._stroke = f;
|
|
165
165
|
this.b.t(this.c._inner[e]);
|
|
166
166
|
}
|
|
167
|
-
this.b.
|
|
167
|
+
this.b.ab();
|
|
168
168
|
if (this.b.d && this.f != 1) {
|
|
169
|
-
this.b.
|
|
169
|
+
this.b.ab();
|
|
170
170
|
}
|
|
171
171
|
};
|
|
172
172
|
GridExpansionIndicatorView.$t = markType(GridExpansionIndicatorView, 'GridExpansionIndicatorView');
|
|
@@ -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.nf = 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.nf = 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.nf = 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.nf = 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.nf = 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.nf = a;
|
|
95
95
|
return b;
|
|
96
96
|
}
|
|
97
97
|
return null;
|