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
|
@@ -45,8 +45,8 @@ let GridColumnOptionsViewBase = /*@__PURE__*/ (() => {
|
|
|
45
45
|
m() {
|
|
46
46
|
let a = this.g;
|
|
47
47
|
if (null != a) {
|
|
48
|
-
NativeUI.
|
|
49
|
-
NativeUI.
|
|
48
|
+
NativeUI.n(a, this.b.bo);
|
|
49
|
+
NativeUI.r(a, this.b.br);
|
|
50
50
|
}
|
|
51
51
|
}
|
|
52
52
|
l(a) {
|
|
@@ -135,8 +135,8 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
135
135
|
h.provideContainer(p);
|
|
136
136
|
let q = p.getExternal(h, p.rootWrapper, p.getExternal(a, null, null));
|
|
137
137
|
h.e = d;
|
|
138
|
-
h.
|
|
139
|
-
h.
|
|
138
|
+
h.s = e;
|
|
139
|
+
h.o = f;
|
|
140
140
|
let r = null != c;
|
|
141
141
|
k = null;
|
|
142
142
|
if (r) {
|
|
@@ -183,13 +183,13 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
183
183
|
}
|
|
184
184
|
if (m) {
|
|
185
185
|
u.setStyleProperty("justify-content", "space-between");
|
|
186
|
-
h.
|
|
186
|
+
h.g7 = "1";
|
|
187
187
|
o.setStyleProperty("display", "flex");
|
|
188
188
|
o.setStyleProperty("flex-direction", "column");
|
|
189
189
|
o.setStyleProperty("align-items", "stretch");
|
|
190
|
-
h.
|
|
191
|
-
h.
|
|
192
|
-
h.
|
|
190
|
+
h.f1 = "flex";
|
|
191
|
+
h.g5 = "column";
|
|
192
|
+
h.fc = "stretch";
|
|
193
193
|
}
|
|
194
194
|
h.appendButtonContent(u);
|
|
195
195
|
return {
|
|
@@ -206,8 +206,8 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
206
206
|
g = new XButtonGroup();
|
|
207
207
|
g.provideContainer(i);
|
|
208
208
|
let j = i.getExternal(g, i.rootWrapper, i.getExternal(a, null, null));
|
|
209
|
-
g.
|
|
210
|
-
g.
|
|
209
|
+
g.u = e;
|
|
210
|
+
g.q = f;
|
|
211
211
|
g.i = 0;
|
|
212
212
|
for (let k of fromEnum(c)) {
|
|
213
213
|
g.buttons.add(k);
|
|
@@ -250,15 +250,15 @@ let GridColumnOptionsUtilities = /*@__PURE__*/ (() => {
|
|
|
250
250
|
}
|
|
251
251
|
static l(a, b) {
|
|
252
252
|
if (null != a) {
|
|
253
|
-
a.
|
|
254
|
-
a.
|
|
255
|
-
a.
|
|
253
|
+
a.o = b.i;
|
|
254
|
+
a.s = b.p;
|
|
255
|
+
a.ab = b.z;
|
|
256
256
|
}
|
|
257
257
|
}
|
|
258
258
|
static k(a, b) {
|
|
259
259
|
if (null != a) {
|
|
260
|
-
a.
|
|
261
|
-
a.
|
|
260
|
+
a.q = b.i;
|
|
261
|
+
a.u = b.p;
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
}
|
|
@@ -584,8 +584,8 @@ let GridColumnOptionsBase = /*@__PURE__*/ (() => {
|
|
|
584
584
|
}
|
|
585
585
|
}
|
|
586
586
|
GridColumnOptionsBase.$t = /*@__PURE__*/ markType(GridColumnOptionsBase, 'GridColumnOptionsBase', Base.$, [INotifyPropertyChanged_$type]);
|
|
587
|
-
GridColumnOptionsBase.bp = /*@__PURE__*/ BrushUtil.
|
|
588
|
-
GridColumnOptionsBase.bq = /*@__PURE__*/ BrushUtil.
|
|
587
|
+
GridColumnOptionsBase.bp = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
|
|
588
|
+
GridColumnOptionsBase.bq = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
589
589
|
return GridColumnOptionsBase;
|
|
590
590
|
})();
|
|
591
591
|
export { GridColumnOptionsBase };
|
|
@@ -204,8 +204,8 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
204
204
|
this.b5 = 0;
|
|
205
205
|
this.b3 = 0;
|
|
206
206
|
this.d0 = null;
|
|
207
|
-
this.fk = BrushUtil.
|
|
208
|
-
this.fj = BrushUtil.
|
|
207
|
+
this.fk = BrushUtil.l(255, 24, 29, 31);
|
|
208
|
+
this.fj = BrushUtil.l(255, 248, 248, 248);
|
|
209
209
|
this.applyButtonClick = null;
|
|
210
210
|
this.cancelButtonClick = null;
|
|
211
211
|
}
|
|
@@ -292,7 +292,7 @@ let GridColumnOptions = /*@__PURE__*/ (() => {
|
|
|
292
292
|
}
|
|
293
293
|
get dx() {
|
|
294
294
|
let a = this.column;
|
|
295
|
-
return (null != a) ? a.
|
|
295
|
+
return (null != a) ? a.mi : "(No column selected)";
|
|
296
296
|
}
|
|
297
297
|
get ci() {
|
|
298
298
|
if (null == this.ch) {
|
|
@@ -205,7 +205,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
205
205
|
}
|
|
206
206
|
a6() {
|
|
207
207
|
let a = this.column;
|
|
208
|
-
this.b3 = a != null ? a.
|
|
208
|
+
this.b3 = a != null ? a.is : 0;
|
|
209
209
|
super.a6();
|
|
210
210
|
}
|
|
211
211
|
a7(a, b) {
|
|
@@ -216,7 +216,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
216
216
|
}
|
|
217
217
|
switch (b.propertyName) {
|
|
218
218
|
case "Pinned":
|
|
219
|
-
this.b3 = c != null ? c.
|
|
219
|
+
this.b3 = c != null ? c.is : 0;
|
|
220
220
|
this.b2.m();
|
|
221
221
|
break;
|
|
222
222
|
}
|
|
@@ -233,7 +233,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
233
233
|
get b4() {
|
|
234
234
|
let a = this.column;
|
|
235
235
|
if (null != a) {
|
|
236
|
-
return a.
|
|
236
|
+
return a.is;
|
|
237
237
|
}
|
|
238
238
|
return this.b3;
|
|
239
239
|
}
|
|
@@ -243,7 +243,7 @@ let GridColumnPinOptions = /*@__PURE__*/ (() => {
|
|
|
243
243
|
let c = this.column;
|
|
244
244
|
if (null != b && null != c) {
|
|
245
245
|
b.pinColumn(c, this.b3);
|
|
246
|
-
c.
|
|
246
|
+
c.o9("Pinned");
|
|
247
247
|
}
|
|
248
248
|
}
|
|
249
249
|
get b2() {
|
|
@@ -244,7 +244,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
244
244
|
let d = GridColumnOptionsUtilities.a(c.c);
|
|
245
245
|
return d;
|
|
246
246
|
}
|
|
247
|
-
return a.
|
|
247
|
+
return a.hu;
|
|
248
248
|
}
|
|
249
249
|
return 0;
|
|
250
250
|
}
|
|
@@ -263,7 +263,7 @@ let GridColumnSortOptions = /*@__PURE__*/ (() => {
|
|
|
263
263
|
}
|
|
264
264
|
return;
|
|
265
265
|
}
|
|
266
|
-
b.
|
|
266
|
+
b.hu = a;
|
|
267
267
|
}
|
|
268
268
|
}
|
|
269
269
|
}
|
|
@@ -59,7 +59,7 @@ let GridColumnSummaryOptionsView = /*@__PURE__*/ (() => {
|
|
|
59
59
|
this.n.bh(this.n.bz);
|
|
60
60
|
if (this.o != null) {
|
|
61
61
|
this.o.setStyleProperty("margin", "0 -8px");
|
|
62
|
-
switch (this.n.bz.
|
|
62
|
+
switch (this.n.bz.r) {
|
|
63
63
|
case 2:
|
|
64
64
|
this.p.setStyleProperty("margin", "0 -.25rem");
|
|
65
65
|
break;
|
|
@@ -114,8 +114,8 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
114
114
|
this.b2 = 0;
|
|
115
115
|
this.b1 = 0;
|
|
116
116
|
this.b6 = 0;
|
|
117
|
-
this.ct = BrushUtil.
|
|
118
|
-
this.cs = BrushUtil.
|
|
117
|
+
this.ct = BrushUtil.l(255, 24, 29, 31);
|
|
118
|
+
this.cs = BrushUtil.l(255, 248, 248, 248);
|
|
119
119
|
}
|
|
120
120
|
f() {
|
|
121
121
|
return new GridColumnSummaryOptionsView();
|
|
@@ -124,7 +124,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
124
124
|
if (this.c == null || this.column == null) {
|
|
125
125
|
return false;
|
|
126
126
|
}
|
|
127
|
-
return this.column.
|
|
127
|
+
return this.column.jx && this.c.summaryScope != 3;
|
|
128
128
|
}
|
|
129
129
|
be(a, b, c) {
|
|
130
130
|
super.be(a, b, c);
|
|
@@ -154,7 +154,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
154
154
|
if (this.bw != null) {
|
|
155
155
|
let a = this.bw.a();
|
|
156
156
|
for (let b = 0; b < a.length; b++) {
|
|
157
|
-
let c = new ColumnSummaryDescription(1, this.column.
|
|
157
|
+
let c = new ColumnSummaryDescription(1, this.column.nf);
|
|
158
158
|
switch (a[b]) {
|
|
159
159
|
case "avg":
|
|
160
160
|
c.i = 3;
|
|
@@ -174,7 +174,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
174
174
|
}
|
|
175
175
|
for (let d = 0; d < this.c.summaryDescriptions.j.count; d++) {
|
|
176
176
|
let e = this.c.summaryDescriptions.j.item(d);
|
|
177
|
-
if (e.ah == this.column.
|
|
177
|
+
if (e.ah == this.column.nf && e.i == c.i) {
|
|
178
178
|
this.c.summaryDescriptions.j.removeAt(d);
|
|
179
179
|
d--;
|
|
180
180
|
}
|
|
@@ -182,7 +182,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
182
182
|
}
|
|
183
183
|
let f = this.bw.b();
|
|
184
184
|
for (let g = 0; g < f.length; g++) {
|
|
185
|
-
let h = new ColumnSummaryDescription(1, this.column.
|
|
185
|
+
let h = new ColumnSummaryDescription(1, this.column.nf);
|
|
186
186
|
switch (f[g]) {
|
|
187
187
|
case "avg":
|
|
188
188
|
h.i = 3;
|
|
@@ -203,14 +203,14 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
203
203
|
let i = false;
|
|
204
204
|
for (let j = 0; j < this.c.summaryDescriptions.j.count; j++) {
|
|
205
205
|
let k = this.c.summaryDescriptions.j.item(j);
|
|
206
|
-
if (k.ah == this.column.
|
|
206
|
+
if (k.ah == this.column.nf && k.i == h.i) {
|
|
207
207
|
i = true;
|
|
208
208
|
break;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
if (!i) {
|
|
212
212
|
this.c.summaryDescriptions.j.add(h);
|
|
213
|
-
this.column.
|
|
213
|
+
this.column.o9("Summed");
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
}
|
|
@@ -229,7 +229,7 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
229
229
|
this.b7 = 0;
|
|
230
230
|
for (let a = 0; a < this.c.summaryDescriptions.j.count; a++) {
|
|
231
231
|
let b = this.c.summaryDescriptions.j.item(a);
|
|
232
|
-
if (b.ah == this.column.
|
|
232
|
+
if (b.ah == this.column.nf) {
|
|
233
233
|
switch (b.i) {
|
|
234
234
|
case 3:
|
|
235
235
|
this.bw.a4("avg", true);
|
|
@@ -382,9 +382,9 @@ let GridColumnSummaryOptions = /*@__PURE__*/ (() => {
|
|
|
382
382
|
}
|
|
383
383
|
cp() {
|
|
384
384
|
if (this.by != null) {
|
|
385
|
-
this.by.
|
|
386
|
-
this.by.
|
|
387
|
-
this.by.
|
|
385
|
+
this.by.dt = 0;
|
|
386
|
+
this.by.a3 = false;
|
|
387
|
+
this.by.rl = this.br;
|
|
388
388
|
this.bh(this.by);
|
|
389
389
|
}
|
|
390
390
|
}
|
|
@@ -144,11 +144,11 @@ let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
|
|
|
144
144
|
this.d = truncate(Math.round(d));
|
|
145
145
|
}
|
|
146
146
|
if (this.b.d && this.f != 1) {
|
|
147
|
-
this.b.
|
|
148
|
-
this.b.
|
|
147
|
+
this.b.ac();
|
|
148
|
+
this.b.ad(this.f, this.f);
|
|
149
149
|
}
|
|
150
150
|
this.b.l(0, 0, this.j, this.g);
|
|
151
|
-
this.b.
|
|
151
|
+
this.b.ac();
|
|
152
152
|
for (let e = 0; e < this.c.count; e++) {
|
|
153
153
|
this.b.k(this.c._inner[e].j);
|
|
154
154
|
let f = this.s();
|
|
@@ -158,9 +158,9 @@ let GridExpansionIndicatorView = /*@__PURE__*/ (() => {
|
|
|
158
158
|
this.c._inner[e]._stroke = f;
|
|
159
159
|
this.b.t(this.c._inner[e]);
|
|
160
160
|
}
|
|
161
|
-
this.b.
|
|
161
|
+
this.b.ab();
|
|
162
162
|
if (this.b.d && this.f != 1) {
|
|
163
|
-
this.b.
|
|
163
|
+
this.b.ab();
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
}
|
|
@@ -32,7 +32,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
32
32
|
let column_ = TypeRegistrar.create("IgxTextColumnComponent");
|
|
33
33
|
let b = (column_._implementation);
|
|
34
34
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
35
|
-
b.
|
|
35
|
+
b.nf = a;
|
|
36
36
|
return b;
|
|
37
37
|
}
|
|
38
38
|
return null;
|
|
@@ -42,7 +42,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
42
42
|
let column_ = TypeRegistrar.create("IgxNumericColumnComponent");
|
|
43
43
|
let b = (column_._implementation);
|
|
44
44
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
45
|
-
b.
|
|
45
|
+
b.nf = a;
|
|
46
46
|
return b;
|
|
47
47
|
}
|
|
48
48
|
return null;
|
|
@@ -52,7 +52,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
52
52
|
let column_ = TypeRegistrar.create("IgxDateTimeColumnComponent");
|
|
53
53
|
let b = (column_._implementation);
|
|
54
54
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
55
|
-
b.
|
|
55
|
+
b.nf = a;
|
|
56
56
|
return b;
|
|
57
57
|
}
|
|
58
58
|
return null;
|
|
@@ -62,7 +62,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
62
62
|
let column_ = TypeRegistrar.create("IgxImageColumnComponent");
|
|
63
63
|
let b = (column_._implementation);
|
|
64
64
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
65
|
-
b.
|
|
65
|
+
b.nf = a;
|
|
66
66
|
return b;
|
|
67
67
|
}
|
|
68
68
|
return null;
|
|
@@ -72,7 +72,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
72
72
|
let column_ = TypeRegistrar.create("IgxTemplateColumnComponent");
|
|
73
73
|
let b = (column_._implementation);
|
|
74
74
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
75
|
-
b.
|
|
75
|
+
b.nf = a;
|
|
76
76
|
return b;
|
|
77
77
|
}
|
|
78
78
|
return null;
|
|
@@ -82,7 +82,7 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
82
82
|
let column_ = TypeRegistrar.create("IgxComboBoxColumnComponent");
|
|
83
83
|
let b = (column_._implementation);
|
|
84
84
|
let c = this.renderer.getExternal(b.header, this.renderer.rootWrapper, this.a);
|
|
85
|
-
b.
|
|
85
|
+
b.nf = a;
|
|
86
86
|
return b;
|
|
87
87
|
}
|
|
88
88
|
return null;
|
|
@@ -124,6 +124,9 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
124
124
|
let botRightRadius_ = i;
|
|
125
125
|
grid_._setBorder(color_, borderLeft_, borderTop_, borderRight_, borderBottom_, topLeftRadius_, topRightRadius_, botLeftRadius_, botRightRadius_);
|
|
126
126
|
}
|
|
127
|
+
setBackground(a) {
|
|
128
|
+
this.renderer.rootWrapper.setStyleProperty("background-color", a._fill);
|
|
129
|
+
}
|
|
127
130
|
setScrollerVerticalTrackInset(a) {
|
|
128
131
|
this.a._setScrollerVerticalTrackInset(a);
|
|
129
132
|
}
|
|
@@ -143,6 +146,12 @@ let GridExternalWrapper = /*@__PURE__*/ (() => {
|
|
|
143
146
|
let grid_ = this.a;
|
|
144
147
|
grid_._ensureColumnsAreManual();
|
|
145
148
|
}
|
|
149
|
+
moveFocusPrevious() {
|
|
150
|
+
this.a._moveFocusPrevious();
|
|
151
|
+
}
|
|
152
|
+
moveFocusNext() {
|
|
153
|
+
this.a._moveFocusNext();
|
|
154
|
+
}
|
|
146
155
|
}
|
|
147
156
|
GridExternalWrapper.$t = /*@__PURE__*/ markType(GridExternalWrapper, 'GridExternalWrapper', Base.$, [IExternalGrid_$type]);
|
|
148
157
|
return GridExternalWrapper;
|