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
|
@@ -21,20 +21,20 @@ let NumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(NumericCellModel.
|
|
25
|
-
b.
|
|
26
|
-
this.d.c8(this.d.
|
|
24
|
+
if (a.bc(NumericCellModel.oq) || a.bc(NumericCellModel.oe) || a.bc(NumericCellModel.h3) || b.n7()) {
|
|
25
|
+
b.ky = this.e(b);
|
|
26
|
+
this.d.c8(this.d.dx, b.ky);
|
|
27
27
|
}
|
|
28
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
28
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
return a.
|
|
32
|
+
if (a.lu != null) {
|
|
33
|
+
return a.lu;
|
|
34
34
|
}
|
|
35
|
-
if (a.
|
|
36
|
-
let val_ = a.
|
|
37
|
-
let override_ = a.
|
|
35
|
+
if (a.ow != null) {
|
|
36
|
+
let val_ = a.oa;
|
|
37
|
+
let override_ = a.ow;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
40
|
return NumericCellFormatter.c(a);
|
|
@@ -108,8 +108,8 @@ let PropertyEditorView = /*@__PURE__*/ (() => {
|
|
|
108
108
|
}
|
|
109
109
|
let b = a.rootWrapper;
|
|
110
110
|
if (null != b) {
|
|
111
|
-
NativeUI.
|
|
112
|
-
NativeUI.
|
|
111
|
+
NativeUI.r(b, this.b.ec);
|
|
112
|
+
NativeUI.n(b, this.b.d8);
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
e() {
|
|
@@ -736,15 +736,15 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
736
736
|
}
|
|
737
737
|
else {
|
|
738
738
|
let a = new TextColumn();
|
|
739
|
-
a.
|
|
740
|
-
a.
|
|
741
|
-
a.
|
|
739
|
+
a.lj = 10;
|
|
740
|
+
a.lk = 5;
|
|
741
|
+
a.nf = "PropertyPath";
|
|
742
742
|
a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
|
|
743
743
|
this.l.columns.add(a);
|
|
744
744
|
let b = new TemplateColumn();
|
|
745
|
-
b.
|
|
746
|
-
b.
|
|
747
|
-
b.
|
|
745
|
+
b.nf = "ValueType";
|
|
746
|
+
b.lj = 5;
|
|
747
|
+
b.lk = 5;
|
|
748
748
|
b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
|
|
749
749
|
b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
|
|
750
750
|
b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
|
|
@@ -824,8 +824,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
824
824
|
let r = this.cc(l);
|
|
825
825
|
if (c.count <= g) {
|
|
826
826
|
let s = new TextColumn();
|
|
827
|
-
s.
|
|
828
|
-
s.
|
|
827
|
+
s.lj = 10;
|
|
828
|
+
s.lk = 5;
|
|
829
829
|
s.width = ((() => {
|
|
830
830
|
let $ret = new ColumnWidth();
|
|
831
831
|
$ret.c = false;
|
|
@@ -833,8 +833,8 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
833
833
|
return $ret;
|
|
834
834
|
})());
|
|
835
835
|
s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
|
|
836
|
-
s.
|
|
837
|
-
s.
|
|
836
|
+
s.n6 = "PropertyName_" + k;
|
|
837
|
+
s.nf = "PropertyName";
|
|
838
838
|
c.add(s);
|
|
839
839
|
this.au.item(s, c.count - 1);
|
|
840
840
|
g++;
|
|
@@ -871,10 +871,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
871
871
|
}
|
|
872
872
|
if (c.count <= g) {
|
|
873
873
|
let v = new TemplateColumn();
|
|
874
|
-
v.
|
|
875
|
-
v.
|
|
876
|
-
v.
|
|
877
|
-
v.
|
|
874
|
+
v.n6 = "ValueType_" + k;
|
|
875
|
+
v.nf = "ValueType";
|
|
876
|
+
v.lj = 5;
|
|
877
|
+
v.lk = 5;
|
|
878
878
|
v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
|
|
879
879
|
v.width = ((() => {
|
|
880
880
|
let $ret = new ColumnWidth();
|
|
@@ -945,12 +945,12 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
945
945
|
}
|
|
946
946
|
cu(a, b) {
|
|
947
947
|
let c = a;
|
|
948
|
-
let d = this.s(c, b.cellInfo.
|
|
948
|
+
let d = this.s(c, b.cellInfo.fq, b.rowObject);
|
|
949
949
|
b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
|
|
950
950
|
}
|
|
951
951
|
dp(a, b) {
|
|
952
952
|
let c = a;
|
|
953
|
-
let d = this.s(c, b.cellInfo.
|
|
953
|
+
let d = this.s(c, b.cellInfo.fq, b.rowObject);
|
|
954
954
|
if (d == null) {
|
|
955
955
|
b.resolvedValue = null;
|
|
956
956
|
return;
|
|
@@ -1067,7 +1067,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
ct(a, b) {
|
|
1069
1069
|
let c = a;
|
|
1070
|
-
let d = this.s(c, b.cellInfo.
|
|
1070
|
+
let d = this.s(c, b.cellInfo.fq, b.cellInfo.ih);
|
|
1071
1071
|
let e = d != null ? d.w : 0;
|
|
1072
1072
|
switch (e) {
|
|
1073
1073
|
case 10:
|
|
@@ -1164,7 +1164,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1164
1164
|
if (c.t != 3) {
|
|
1165
1165
|
c.t = 3;
|
|
1166
1166
|
}
|
|
1167
|
-
let e = this.s(a, b.cellInfo.
|
|
1167
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1168
1168
|
let f = c.inputs._inner[0];
|
|
1169
1169
|
f.bh = e;
|
|
1170
1170
|
f.cq = (e.ar != null ? e.ar.toString() : "");
|
|
@@ -1175,11 +1175,11 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
cz(a, b) {
|
|
1177
1177
|
this.m.q(b, (c, d) => {
|
|
1178
|
-
if (c.
|
|
1179
|
-
c.
|
|
1178
|
+
if (c.s != 3) {
|
|
1179
|
+
c.s = 3;
|
|
1180
1180
|
}
|
|
1181
|
-
let e = this.s(a, b.cellInfo.
|
|
1182
|
-
c.
|
|
1181
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1182
|
+
c.ee = e;
|
|
1183
1183
|
let f = e.ar;
|
|
1184
1184
|
if (typeof e.ar === 'number' || typeof e.ar === 'number') {
|
|
1185
1185
|
f = e.ar.toString();
|
|
@@ -1195,7 +1195,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1195
1195
|
if (c.density != 3) {
|
|
1196
1196
|
c.density = 3;
|
|
1197
1197
|
}
|
|
1198
|
-
let e = this.s(a, b.cellInfo.
|
|
1198
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1199
1199
|
if (c.dd != e) {
|
|
1200
1200
|
if (!d) {
|
|
1201
1201
|
c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
|
|
@@ -1227,7 +1227,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1227
1227
|
}
|
|
1228
1228
|
if (d) {
|
|
1229
1229
|
c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(this, this.cq));
|
|
1230
|
-
c.hw = BrushUtil.
|
|
1230
|
+
c.hw = BrushUtil.l(255, 255, 255, 255);
|
|
1231
1231
|
c.g = ["Name"];
|
|
1232
1232
|
c.columnHeadersVisible = false;
|
|
1233
1233
|
c.defaultColumnWidth = ((() => {
|
|
@@ -1302,7 +1302,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1302
1302
|
}
|
|
1303
1303
|
cm(a, b) {
|
|
1304
1304
|
let c = a;
|
|
1305
|
-
let d = c.
|
|
1305
|
+
let d = c.ee;
|
|
1306
1306
|
this.an = true;
|
|
1307
1307
|
d.a6();
|
|
1308
1308
|
this.an = false;
|
|
@@ -1459,7 +1459,7 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1459
1459
|
if (!c.y) {
|
|
1460
1460
|
c.y = true;
|
|
1461
1461
|
}
|
|
1462
|
-
let e = this.s(a, b.cellInfo.
|
|
1462
|
+
let e = this.s(a, b.cellInfo.fq, b.cellInfo.ih);
|
|
1463
1463
|
let f = e.ar;
|
|
1464
1464
|
if (f == null) {
|
|
1465
1465
|
f = false;
|
|
@@ -1639,10 +1639,10 @@ let PropertyEditor = /*@__PURE__*/ (() => {
|
|
|
1639
1639
|
}
|
|
1640
1640
|
}
|
|
1641
1641
|
PropertyEditor.$t = /*@__PURE__*/ markType(PropertyEditor, 'PropertyEditor', Base.$, [INotifyPropertyChanged_$type]);
|
|
1642
|
-
PropertyEditor.eb = /*@__PURE__*/ BrushUtil.
|
|
1642
|
+
PropertyEditor.eb = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
1643
1643
|
PropertyEditor.cj = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
1644
|
-
PropertyEditor.d9 = /*@__PURE__*/ BrushUtil.
|
|
1645
|
-
PropertyEditor.ea = /*@__PURE__*/ BrushUtil.
|
|
1644
|
+
PropertyEditor.d9 = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
|
|
1645
|
+
PropertyEditor.ea = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
1646
1646
|
return PropertyEditor;
|
|
1647
1647
|
})();
|
|
1648
1648
|
export { PropertyEditor };
|
|
@@ -8,19 +8,31 @@ import { GridCellBase } from "./GridCellBase";
|
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
9
|
let SectionHeaderCell = /*@__PURE__*/ (() => {
|
|
10
10
|
class SectionHeaderCell extends GridCellBase {
|
|
11
|
-
get
|
|
12
|
-
return this.
|
|
11
|
+
get dx() {
|
|
12
|
+
return this.dw;
|
|
13
13
|
}
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.dw = null;
|
|
17
|
+
this.dw = a.createElement("span");
|
|
18
|
+
this.dw.setRawStyleProperty("display", "inline-block");
|
|
19
|
+
this.dw.setRawStyleProperty("line-height", "normal");
|
|
20
|
+
this.dw.setRawStyleProperty("vertical-align", "middle");
|
|
21
|
+
this.dw.setRawStyleProperty("overflow", "hidden");
|
|
22
|
+
this.dw.setRawStyleProperty("white-space", "nowrap");
|
|
23
|
+
this.dw.setRawStyleProperty("text-overflow", "ellipsis");
|
|
18
24
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
19
25
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
20
26
|
this.ar.setRawStyleProperty("overflow", "hidden");
|
|
21
27
|
this.ar.setRawStyleProperty("white-space", "nowrap");
|
|
22
28
|
this.ar.setRawStyleProperty("text-overflow", "ellipsis");
|
|
23
|
-
this.ar.append(this.
|
|
29
|
+
this.ar.append(this.dw);
|
|
30
|
+
}
|
|
31
|
+
c0(a, b) {
|
|
32
|
+
super.c0(a, b);
|
|
33
|
+
if (a == this.dw) {
|
|
34
|
+
this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
35
|
+
}
|
|
24
36
|
}
|
|
25
37
|
get_ae() {
|
|
26
38
|
return true;
|
|
@@ -28,14 +40,14 @@ let SectionHeaderCell = /*@__PURE__*/ (() => {
|
|
|
28
40
|
ck(a, b, c) {
|
|
29
41
|
super.ck(a, b, c);
|
|
30
42
|
if (a == "Indent") {
|
|
31
|
-
this.
|
|
43
|
+
this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
32
44
|
}
|
|
33
45
|
if (a == "IsCollapsable") {
|
|
34
46
|
if (this.aa) {
|
|
35
|
-
this.
|
|
47
|
+
this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
|
|
36
48
|
}
|
|
37
49
|
else {
|
|
38
|
-
this.
|
|
50
|
+
this.dw.setRawStyleProperty("margin-left", "0px");
|
|
39
51
|
}
|
|
40
52
|
}
|
|
41
53
|
}
|
|
@@ -20,26 +20,26 @@ let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(SectionHeaderCellModel.
|
|
24
|
-
if (b.
|
|
25
|
-
if (b.
|
|
26
|
-
b.
|
|
23
|
+
if (a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.n9) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.ob)) {
|
|
24
|
+
if (b.n3 == null || (b.n3.length == 0 && b.oh == null)) {
|
|
25
|
+
if (b.ig == null) {
|
|
26
|
+
b.ky = "";
|
|
27
27
|
}
|
|
28
28
|
else {
|
|
29
|
-
b.
|
|
29
|
+
b.ky = b.ig.toString();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
33
|
+
if (b.of != null && b.n6 == 0) {
|
|
34
|
+
b.ky = b.oh + " " + b.of;
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.ky = b.oh;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
this.d.c8(this.d.
|
|
40
|
+
this.d.c8(this.d.dx, b.ky);
|
|
41
41
|
}
|
|
42
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
42
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -8,53 +8,62 @@ import { GridCellBase } from "./GridCellBase";
|
|
|
8
8
|
import { markType } from "igniteui-webcomponents-core";
|
|
9
9
|
let SummaryCell = /*@__PURE__*/ (() => {
|
|
10
10
|
class SummaryCell extends GridCellBase {
|
|
11
|
-
get dy() {
|
|
12
|
-
return this.dv;
|
|
13
|
-
}
|
|
14
11
|
get dz() {
|
|
15
12
|
return this.dw;
|
|
16
13
|
}
|
|
17
|
-
|
|
18
|
-
|
|
14
|
+
get d0() {
|
|
15
|
+
return this.dx;
|
|
16
|
+
}
|
|
17
|
+
dc(a, b) {
|
|
18
|
+
super.dc(a, b);
|
|
19
19
|
let c = Math.max(0, a - b);
|
|
20
|
-
if (this.
|
|
21
|
-
this.
|
|
20
|
+
if (this.d2 != c) {
|
|
21
|
+
this.d2 = c;
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
c1(a, b) {
|
|
25
25
|
super.c1(a, b);
|
|
26
26
|
let c = Math.max(0, a - b);
|
|
27
|
-
if (this.
|
|
28
|
-
this.
|
|
27
|
+
if (this.d1 != c) {
|
|
28
|
+
this.d1 = c;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
c0(a, b) {
|
|
32
|
+
super.c0(a, b);
|
|
33
|
+
if (a == this.dw) {
|
|
34
|
+
this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
35
|
+
}
|
|
36
|
+
else if (a == this.dx) {
|
|
37
|
+
this.dx.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
|
|
29
38
|
}
|
|
30
39
|
}
|
|
31
40
|
constructor(a) {
|
|
32
41
|
super(a);
|
|
33
|
-
this.dv = null;
|
|
34
42
|
this.dw = null;
|
|
35
43
|
this.dx = null;
|
|
44
|
+
this.dy = null;
|
|
45
|
+
this.d2 = -1;
|
|
36
46
|
this.d1 = -1;
|
|
37
|
-
this.d0 = -1;
|
|
38
47
|
this.ar.setRawStyleProperty("vertical-align", "middle");
|
|
39
|
-
this.
|
|
40
|
-
this.dv = a.createElement("span");
|
|
41
|
-
this.dv.setRawStyleProperty("display", "inline-block");
|
|
42
|
-
this.dv.setRawStyleProperty("width", "40%");
|
|
43
|
-
this.dv.setRawStyleProperty("white-space", "nowrap");
|
|
44
|
-
this.dv.setRawStyleProperty("text-overflow", "ellipsis");
|
|
45
|
-
this.dv.setRawStyleProperty("vertical-align", "middle");
|
|
46
|
-
this.dv.setRawStyleProperty("overflow", "hidden");
|
|
47
|
-
this.dx.append(this.dv);
|
|
48
|
+
this.dy = a.createElement("div");
|
|
48
49
|
this.dw = a.createElement("span");
|
|
49
50
|
this.dw.setRawStyleProperty("display", "inline-block");
|
|
50
|
-
this.dw.setRawStyleProperty("width", "
|
|
51
|
-
this.dw.setRawStyleProperty("text-align", "right");
|
|
51
|
+
this.dw.setRawStyleProperty("width", "40%");
|
|
52
52
|
this.dw.setRawStyleProperty("white-space", "nowrap");
|
|
53
53
|
this.dw.setRawStyleProperty("text-overflow", "ellipsis");
|
|
54
54
|
this.dw.setRawStyleProperty("vertical-align", "middle");
|
|
55
55
|
this.dw.setRawStyleProperty("overflow", "hidden");
|
|
56
|
-
this.
|
|
57
|
-
this.
|
|
56
|
+
this.dy.append(this.dw);
|
|
57
|
+
this.dx = a.createElement("span");
|
|
58
|
+
this.dx.setRawStyleProperty("display", "inline-block");
|
|
59
|
+
this.dx.setRawStyleProperty("width", "60%");
|
|
60
|
+
this.dx.setRawStyleProperty("text-align", "right");
|
|
61
|
+
this.dx.setRawStyleProperty("white-space", "nowrap");
|
|
62
|
+
this.dx.setRawStyleProperty("text-overflow", "ellipsis");
|
|
63
|
+
this.dx.setRawStyleProperty("vertical-align", "middle");
|
|
64
|
+
this.dx.setRawStyleProperty("overflow", "hidden");
|
|
65
|
+
this.dy.append(this.dx);
|
|
66
|
+
this.ar.append(this.dy);
|
|
58
67
|
}
|
|
59
68
|
get_ae() {
|
|
60
69
|
return false;
|
|
@@ -62,7 +71,7 @@ let SummaryCell = /*@__PURE__*/ (() => {
|
|
|
62
71
|
ck(a, b, c) {
|
|
63
72
|
super.ck(a, b, c);
|
|
64
73
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
65
|
-
this.
|
|
74
|
+
this.dy.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
66
75
|
}
|
|
67
76
|
}
|
|
68
77
|
}
|
|
@@ -20,25 +20,25 @@ let SummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dy, this.a);
|
|
24
23
|
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
|
|
24
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
|
|
25
25
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
26
|
-
if (b.
|
|
27
|
-
this.d.c8(this.d.
|
|
26
|
+
if (b.n9 != null) {
|
|
27
|
+
this.d.c8(this.d.dz, b.n9);
|
|
28
28
|
}
|
|
29
|
-
if (b.
|
|
30
|
-
this.d.c8(this.d.
|
|
29
|
+
if (b.ob != null) {
|
|
30
|
+
this.d.c8(this.d.d0, b.ob);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
if (a.bb("SummaryLabelTextColor")) {
|
|
34
|
-
this.d.
|
|
34
|
+
this.d.dz.setRawStyleProperty("color", b.og._fill);
|
|
35
35
|
}
|
|
36
36
|
if (a.bb("SummaryLabelFontInfo")) {
|
|
37
|
-
let c = b.
|
|
37
|
+
let c = b.n2;
|
|
38
38
|
if (c == null) {
|
|
39
39
|
c = FontUtil.getDefaultFont(this.a.am);
|
|
40
40
|
}
|
|
41
|
-
this.d.
|
|
41
|
+
this.d.dz.setRawStyleProperty("font", c.fontString);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -10,16 +10,16 @@ import { runOn, markType } from "igniteui-webcomponents-core";
|
|
|
10
10
|
import { BaseDOMEventProxy } from "igniteui-webcomponents-core";
|
|
11
11
|
let TemplateCell = /*@__PURE__*/ (() => {
|
|
12
12
|
class TemplateCell extends GridCellBase {
|
|
13
|
-
get
|
|
14
|
-
return this.
|
|
13
|
+
get dx() {
|
|
14
|
+
return this.dw;
|
|
15
15
|
}
|
|
16
16
|
constructor(a) {
|
|
17
17
|
super(a);
|
|
18
|
-
this.
|
|
19
|
-
this.
|
|
20
|
-
this.
|
|
21
|
-
this.ar.append(this.
|
|
22
|
-
this.ar.listen("keydown", runOn(this, this.
|
|
18
|
+
this.dw = null;
|
|
19
|
+
this.dw = new TemplateCellContainer(a);
|
|
20
|
+
this.dw.element.setRawStyleProperty("box-sizing", "border-box");
|
|
21
|
+
this.ar.append(this.dw.element);
|
|
22
|
+
this.ar.listen("keydown", runOn(this, this.dy));
|
|
23
23
|
}
|
|
24
24
|
get_ae() {
|
|
25
25
|
return true;
|
|
@@ -27,20 +27,20 @@ let TemplateCell = /*@__PURE__*/ (() => {
|
|
|
27
27
|
ck(a, b, c) {
|
|
28
28
|
super.ck(a, b, c);
|
|
29
29
|
if (a == "Indent" || a == "IsCollapsable") {
|
|
30
|
-
this.
|
|
30
|
+
this.dw.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
b9() {
|
|
34
|
-
let a = this.
|
|
34
|
+
let a = this.dw.element.getNativeElement();
|
|
35
35
|
if (a.contains(document.activeElement)) {
|
|
36
36
|
return;
|
|
37
37
|
}
|
|
38
38
|
super.b9();
|
|
39
39
|
}
|
|
40
|
-
|
|
41
|
-
let b = this.
|
|
40
|
+
dy(a) {
|
|
41
|
+
let b = this.dw.element.getNativeElement();
|
|
42
42
|
if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
|
|
43
|
-
let c = BaseDOMEventProxy.
|
|
43
|
+
let c = BaseDOMEventProxy.c4(a);
|
|
44
44
|
if (c == 14 || c == 16) {
|
|
45
45
|
a.stopPropagation();
|
|
46
46
|
}
|
|
@@ -21,12 +21,12 @@ let TemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
let c = this.d.actualColumns._inner[a.l.a5];
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
|
-
this.e.
|
|
27
|
+
this.e.dx.element.setRawStyleProperty("opacity", e.toString());
|
|
28
28
|
}
|
|
29
|
-
c.
|
|
29
|
+
c.rx(a, this.e.dx);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
TemplateCellPresenter.$t = /*@__PURE__*/ markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
|
|
@@ -17,19 +17,19 @@ let TemplateHeader = /*@__PURE__*/ (() => {
|
|
|
17
17
|
n(a) {
|
|
18
18
|
return new TemplateHeaderCellModel();
|
|
19
19
|
}
|
|
20
|
-
|
|
20
|
+
d4(a, b, c) {
|
|
21
21
|
let d = "template-header-" + a.a5.toString();
|
|
22
22
|
return d;
|
|
23
23
|
}
|
|
24
|
-
|
|
25
|
-
super.
|
|
24
|
+
eq(a, b, c, d) {
|
|
25
|
+
super.eq(a, b, c, d);
|
|
26
26
|
let e = a;
|
|
27
|
-
let f = b.
|
|
28
|
-
e.
|
|
29
|
-
e.n = f.
|
|
30
|
-
e.
|
|
27
|
+
let f = b.ci(a.l);
|
|
28
|
+
e.n3 = f.mi;
|
|
29
|
+
e.n = f.hu;
|
|
30
|
+
e.n6 = f.jv;
|
|
31
31
|
}
|
|
32
|
-
|
|
32
|
+
ht(a, b) {
|
|
33
33
|
if (this.cellUpdating != null) {
|
|
34
34
|
this.cellUpdating(this, ((() => {
|
|
35
35
|
let $ret = new TemplateHeaderCellUpdatingEventArgs();
|
|
@@ -9,14 +9,14 @@ import { TemplateCellContainer } from "./TemplateCellContainer";
|
|
|
9
9
|
import { markType } from "igniteui-webcomponents-core";
|
|
10
10
|
let TemplateHeaderCell = /*@__PURE__*/ (() => {
|
|
11
11
|
class TemplateHeaderCell extends GridCellBase {
|
|
12
|
-
get
|
|
13
|
-
return this.
|
|
12
|
+
get dx() {
|
|
13
|
+
return this.dw;
|
|
14
14
|
}
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
19
|
-
this.ar.append(this.
|
|
17
|
+
this.dw = null;
|
|
18
|
+
this.dw = new TemplateCellContainer(a);
|
|
19
|
+
this.ar.append(this.dw.element);
|
|
20
20
|
}
|
|
21
21
|
get_ac() {
|
|
22
22
|
return true;
|
|
@@ -12,35 +12,35 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
12
12
|
class TemplateHeaderCellModel extends TemplateCellModel {
|
|
13
13
|
constructor() {
|
|
14
14
|
super(...arguments);
|
|
15
|
-
this.
|
|
15
|
+
this.n5 = false;
|
|
16
16
|
}
|
|
17
|
-
get
|
|
18
|
-
return this.
|
|
17
|
+
get n6() {
|
|
18
|
+
return this.n5;
|
|
19
19
|
}
|
|
20
|
-
set
|
|
21
|
-
let b = this.
|
|
22
|
-
this.
|
|
23
|
-
if (this.
|
|
24
|
-
this.
|
|
20
|
+
set n6(a) {
|
|
21
|
+
let b = this.n5;
|
|
22
|
+
this.n5 = a;
|
|
23
|
+
if (this.n5 != b) {
|
|
24
|
+
this.mg("IsFilterUIVisible", TemplateHeaderCellModel.n7, b, this.n5);
|
|
25
25
|
}
|
|
26
26
|
}
|
|
27
|
-
|
|
28
|
-
super.
|
|
27
|
+
mp(a, b) {
|
|
28
|
+
super.mp(a, b);
|
|
29
29
|
if (a == "IsFilterUIVisible") {
|
|
30
|
-
this.
|
|
30
|
+
this.n6 = b;
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
|
|
33
|
+
l1(a) {
|
|
34
34
|
switch (a) {
|
|
35
35
|
case "IsFilterUIVisible": return Boolean_$type;
|
|
36
36
|
}
|
|
37
|
-
return super.
|
|
37
|
+
return super.l1(a);
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
ie(a) {
|
|
40
40
|
if (a == "IsFilterUIVisible") {
|
|
41
|
-
return this.
|
|
41
|
+
return this.n6;
|
|
42
42
|
}
|
|
43
|
-
return super.
|
|
43
|
+
return super.ie(a);
|
|
44
44
|
}
|
|
45
45
|
b(a) {
|
|
46
46
|
if (a == null) {
|
|
@@ -48,12 +48,12 @@ let TemplateHeaderCellModel = /*@__PURE__*/ (() => {
|
|
|
48
48
|
}
|
|
49
49
|
a = super.b(a);
|
|
50
50
|
let b = a;
|
|
51
|
-
b.ae = this.
|
|
51
|
+
b.ae = this.n3;
|
|
52
52
|
return b;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
TemplateHeaderCellModel.$t = /*@__PURE__*/ markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
|
|
56
|
-
TemplateHeaderCellModel.
|
|
56
|
+
TemplateHeaderCellModel.n7 = /*@__PURE__*/ CellModel.f8("IsFilterUIVisible");
|
|
57
57
|
return TemplateHeaderCellModel;
|
|
58
58
|
})();
|
|
59
59
|
export { TemplateHeaderCellModel };
|
|
@@ -21,13 +21,13 @@ let TemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = this.d.actualColumns._inner[a.l.a5];
|
|
23
23
|
let c = b.header;
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h5)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
|
-
this.e.
|
|
27
|
+
this.e.dx.element.setRawStyleProperty("opacity", e.toString());
|
|
28
28
|
}
|
|
29
29
|
let f = a;
|
|
30
|
-
c.
|
|
30
|
+
c.ht(f, this.e.dx);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
TemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
|
|
@@ -14,13 +14,13 @@ let TemplateSectionHeader = /*@__PURE__*/ (() => {
|
|
|
14
14
|
super(...arguments);
|
|
15
15
|
this.cellUpdating = null;
|
|
16
16
|
}
|
|
17
|
-
|
|
17
|
+
d4(a, b, c) {
|
|
18
18
|
return "templateSectionHeader";
|
|
19
19
|
}
|
|
20
20
|
n(a) {
|
|
21
21
|
return new TemplateSectionHeaderCellModel();
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
hx(a, b) {
|
|
24
24
|
if (this.cellUpdating != null) {
|
|
25
25
|
this.cellUpdating(this, ((() => {
|
|
26
26
|
let $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
|