igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 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 +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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-definition-base-component.js +129 -129
- 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-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- 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-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- 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 +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- 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 +17 -17
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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-definition-base-component.js +129 -129
- 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-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- 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-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- 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 +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- 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 +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- 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-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -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) {
|
|
@@ -174,8 +174,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
|
|
|
174
174
|
h.provideContainer(p);
|
|
175
175
|
var q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
|
|
176
176
|
h.e = d;
|
|
177
|
-
h.
|
|
178
|
-
h.
|
|
177
|
+
h.s = e;
|
|
178
|
+
h.o = f;
|
|
179
179
|
var r = null != c;
|
|
180
180
|
k = null;
|
|
181
181
|
if (r) {
|
|
@@ -222,13 +222,13 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
|
|
|
222
222
|
}
|
|
223
223
|
if (m) {
|
|
224
224
|
u.setStyleProperty("justify-content", "space-between");
|
|
225
|
-
h.
|
|
225
|
+
h.g7 = "1";
|
|
226
226
|
o.setStyleProperty("display", "flex");
|
|
227
227
|
o.setStyleProperty("flex-direction", "column");
|
|
228
228
|
o.setStyleProperty("align-items", "stretch");
|
|
229
|
-
h.
|
|
230
|
-
h.
|
|
231
|
-
h.
|
|
229
|
+
h.f1 = "flex";
|
|
230
|
+
h.g5 = "column";
|
|
231
|
+
h.fc = "stretch";
|
|
232
232
|
}
|
|
233
233
|
h.appendButtonContent(u);
|
|
234
234
|
return {
|
|
@@ -246,8 +246,8 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
|
|
|
246
246
|
g = new XButtonGroup();
|
|
247
247
|
g.provideContainer(i);
|
|
248
248
|
var j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
|
|
249
|
-
g.
|
|
250
|
-
g.
|
|
249
|
+
g.u = e;
|
|
250
|
+
g.q = f;
|
|
251
251
|
g.i = 0;
|
|
252
252
|
try {
|
|
253
253
|
for (var _c = __values(fromEnum(c)), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
@@ -325,15 +325,15 @@ export var GridColumnOptionsUtilities = /** @class */ /*@__PURE__*/ (function (_
|
|
|
325
325
|
};
|
|
326
326
|
GridColumnOptionsUtilities.l = function (a, b) {
|
|
327
327
|
if (null != a) {
|
|
328
|
-
a.
|
|
329
|
-
a.
|
|
330
|
-
a.
|
|
328
|
+
a.o = b.i;
|
|
329
|
+
a.s = b.p;
|
|
330
|
+
a.ab = b.z;
|
|
331
331
|
}
|
|
332
332
|
};
|
|
333
333
|
GridColumnOptionsUtilities.k = function (a, b) {
|
|
334
334
|
if (null != a) {
|
|
335
|
-
a.
|
|
336
|
-
a.
|
|
335
|
+
a.q = b.i;
|
|
336
|
+
a.u = b.p;
|
|
337
337
|
}
|
|
338
338
|
};
|
|
339
339
|
GridColumnOptionsUtilities.$t = markType(GridColumnOptionsUtilities, 'GridColumnOptionsUtilities');
|
|
@@ -732,7 +732,7 @@ export var GridColumnOptionsBase = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
732
732
|
this.e.l(a);
|
|
733
733
|
};
|
|
734
734
|
GridColumnOptionsBase.$t = markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
|
|
735
|
-
GridColumnOptionsBase.bp = BrushUtil.
|
|
736
|
-
GridColumnOptionsBase.bq = BrushUtil.
|
|
735
|
+
GridColumnOptionsBase.bp = BrushUtil.l(255, 248, 248, 248);
|
|
736
|
+
GridColumnOptionsBase.bq = BrushUtil.l(255, 24, 29, 31);
|
|
737
737
|
return GridColumnOptionsBase;
|
|
738
738
|
}(Base));
|
|
@@ -214,8 +214,8 @@ export var GridColumnOptions = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
214
214
|
_this.b5 = 0;
|
|
215
215
|
_this.b3 = 0;
|
|
216
216
|
_this.d0 = null;
|
|
217
|
-
_this.fk = BrushUtil.
|
|
218
|
-
_this.fj = BrushUtil.
|
|
217
|
+
_this.fk = BrushUtil.l(255, 24, 29, 31);
|
|
218
|
+
_this.fj = BrushUtil.l(255, 248, 248, 248);
|
|
219
219
|
_this.applyButtonClick = null;
|
|
220
220
|
_this.cancelButtonClick = null;
|
|
221
221
|
return _this;
|
|
@@ -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
|
|
@@ -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.is : 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.is : 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.is;
|
|
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.o9("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.hu;
|
|
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.hu = 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.r) {
|
|
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.l(255, 24, 29, 31);
|
|
129
|
+
_this.cs = BrushUtil.l(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.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);
|
|
@@ -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.dt = 0;
|
|
438
|
+
this.by.a3 = false;
|
|
439
|
+
this.by.rl = this.br;
|
|
440
440
|
this.bh(this.by);
|
|
441
441
|
}
|
|
442
442
|
};
|
|
@@ -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;
|
|
@@ -133,6 +133,9 @@ 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
|
+
};
|
|
136
139
|
GridExternalWrapper.prototype.setScrollerVerticalTrackInset = function (a) {
|
|
137
140
|
this.a._setScrollerVerticalTrackInset(a);
|
|
138
141
|
};
|
|
@@ -152,6 +155,12 @@ export var GridExternalWrapper = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
152
155
|
var grid_ = this.a;
|
|
153
156
|
grid_._ensureColumnsAreManual();
|
|
154
157
|
};
|
|
158
|
+
GridExternalWrapper.prototype.moveFocusPrevious = function () {
|
|
159
|
+
this.a._moveFocusPrevious();
|
|
160
|
+
};
|
|
161
|
+
GridExternalWrapper.prototype.moveFocusNext = function () {
|
|
162
|
+
this.a._moveFocusNext();
|
|
163
|
+
};
|
|
155
164
|
GridExternalWrapper.$t = markType(GridExternalWrapper, 'GridExternalWrapper', Base.$, [IExternalGrid_$type]);
|
|
156
165
|
return GridExternalWrapper;
|
|
157
166
|
}(Base));
|