igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- 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 +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- 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 +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- 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 +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- 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 +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- 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 +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- 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 +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -40,18 +40,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
40
40
|
this.a0 = 0;
|
|
41
41
|
this.a5 = 0;
|
|
42
42
|
this.t = false;
|
|
43
|
+
this.dp = null;
|
|
43
44
|
this.u = false;
|
|
44
45
|
this.v = true;
|
|
45
46
|
this.aq = null;
|
|
46
47
|
this.bp = null;
|
|
47
|
-
this.
|
|
48
|
+
this.ds = null;
|
|
48
49
|
this.m = null;
|
|
49
50
|
this.x = false;
|
|
50
51
|
this.bo = null;
|
|
51
52
|
this.bn = null;
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
53
|
+
this.dr = null;
|
|
54
|
+
this.dq = null;
|
|
55
|
+
this.dx = Rect.empty;
|
|
55
56
|
this.al = null;
|
|
56
57
|
this.ap = null;
|
|
57
58
|
this.l = null;
|
|
@@ -65,7 +66,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
65
66
|
this.aw = 0;
|
|
66
67
|
this.av = 0;
|
|
67
68
|
this.at = 0;
|
|
68
|
-
this.
|
|
69
|
+
this.dn = null;
|
|
69
70
|
this.a3 = 0;
|
|
70
71
|
this.bc = 0;
|
|
71
72
|
this.a4 = 0;
|
|
@@ -93,20 +94,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
93
94
|
let c = (window.PointerEvent !== undefined);
|
|
94
95
|
let d = (window.TouchEvent);
|
|
95
96
|
if ((b || c)) {
|
|
96
|
-
this.an.listen("pointerdown", runOn(this, this.
|
|
97
|
-
this.an.listen("pointerup", runOn(this, this.
|
|
98
|
-
this.an.listen("pointermove", runOn(this, this.
|
|
99
|
-
this.an.listen("pointerleave", runOn(this, this.
|
|
100
|
-
this.an.listen("pointerenter", runOn(this, this.
|
|
97
|
+
this.an.listen("pointerdown", runOn(this, this.cq));
|
|
98
|
+
this.an.listen("pointerup", runOn(this, this.cu));
|
|
99
|
+
this.an.listen("pointermove", runOn(this, this.ct));
|
|
100
|
+
this.an.listen("pointerleave", runOn(this, this.cs));
|
|
101
|
+
this.an.listen("pointerenter", runOn(this, this.cr));
|
|
101
102
|
}
|
|
102
103
|
else {
|
|
103
|
-
this.an.listen("mousedown", runOn(this, this.
|
|
104
|
-
this.an.listen("mouseup", runOn(this, this.
|
|
105
|
-
this.an.listen("mousemove", runOn(this, this.
|
|
106
|
-
this.an.listen("mouseleave", runOn(this, this.
|
|
107
|
-
this.an.listen("touchstart", runOn(this, this.
|
|
108
|
-
this.an.listen("touchend", runOn(this, this.
|
|
109
|
-
this.an.listen("touchmove", runOn(this, this.
|
|
104
|
+
this.an.listen("mousedown", runOn(this, this.cc));
|
|
105
|
+
this.an.listen("mouseup", runOn(this, this.cg));
|
|
106
|
+
this.an.listen("mousemove", runOn(this, this.cf));
|
|
107
|
+
this.an.listen("mouseleave", runOn(this, this.ce));
|
|
108
|
+
this.an.listen("touchstart", runOn(this, this.df));
|
|
109
|
+
this.an.listen("touchend", runOn(this, this.dh));
|
|
110
|
+
this.an.listen("touchmove", runOn(this, this.dg));
|
|
110
111
|
}
|
|
111
112
|
}
|
|
112
113
|
get b() {
|
|
@@ -131,7 +132,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
131
132
|
let b = this.w;
|
|
132
133
|
this.w = a;
|
|
133
134
|
if (b != this.w) {
|
|
134
|
-
this.
|
|
135
|
+
this.cl("IsRemoved", b, this.w);
|
|
135
136
|
}
|
|
136
137
|
}
|
|
137
138
|
get bf() {
|
|
@@ -150,7 +151,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
150
151
|
let b = this.a5;
|
|
151
152
|
this.a5 = a;
|
|
152
153
|
if (b != this.a5) {
|
|
153
|
-
this.
|
|
154
|
+
this.cl("Indent", b, this.a5);
|
|
154
155
|
}
|
|
155
156
|
}
|
|
156
157
|
get aa() {
|
|
@@ -160,7 +161,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
160
161
|
let b = this.t;
|
|
161
162
|
this.t = a;
|
|
162
163
|
if (b != this.t) {
|
|
163
|
-
this.
|
|
164
|
+
this.cl("IsCollapsable", b, this.t);
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
get dt() {
|
|
168
|
+
return this.dp;
|
|
169
|
+
}
|
|
170
|
+
set dt(a) {
|
|
171
|
+
let b = this.dp;
|
|
172
|
+
this.dp = a;
|
|
173
|
+
if (b != this.dp) {
|
|
174
|
+
this.cl("ExpansionIndicatorIconColor", b, this.dp);
|
|
164
175
|
}
|
|
165
176
|
}
|
|
166
177
|
get ab() {
|
|
@@ -170,7 +181,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
170
181
|
let b = this.u;
|
|
171
182
|
this.u = a;
|
|
172
183
|
if (b != this.u) {
|
|
173
|
-
this.
|
|
184
|
+
this.cl("IsExpanded", b, this.u);
|
|
174
185
|
}
|
|
175
186
|
}
|
|
176
187
|
get ad() {
|
|
@@ -180,27 +191,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
180
191
|
let b = this.v;
|
|
181
192
|
this.v = a;
|
|
182
193
|
if (b != this.v) {
|
|
183
|
-
this.
|
|
194
|
+
this.cl("IsHitTestVisible", b, this.v);
|
|
184
195
|
}
|
|
185
196
|
}
|
|
186
|
-
get
|
|
197
|
+
get b4() {
|
|
187
198
|
return this.bp;
|
|
188
199
|
}
|
|
189
|
-
set
|
|
200
|
+
set b4(a) {
|
|
190
201
|
let b = this.bp;
|
|
191
202
|
this.bp = a;
|
|
192
203
|
if (b != this.bp) {
|
|
193
|
-
this.
|
|
204
|
+
this.cl("SuffixText", b, this.bp);
|
|
194
205
|
}
|
|
195
206
|
}
|
|
196
|
-
get
|
|
197
|
-
return this.
|
|
207
|
+
get dw() {
|
|
208
|
+
return this.ds;
|
|
198
209
|
}
|
|
199
|
-
set
|
|
200
|
-
let b = this.
|
|
201
|
-
this.
|
|
202
|
-
if (b != this.
|
|
203
|
-
this.
|
|
210
|
+
set dw(a) {
|
|
211
|
+
let b = this.ds;
|
|
212
|
+
this.ds = a;
|
|
213
|
+
if (b != this.ds) {
|
|
214
|
+
this.cl("SuffixTextColor", b, this.ds);
|
|
204
215
|
}
|
|
205
216
|
}
|
|
206
217
|
get n() {
|
|
@@ -210,10 +221,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
210
221
|
let b = this.m;
|
|
211
222
|
this.m = a;
|
|
212
223
|
if (b != this.m) {
|
|
213
|
-
this.
|
|
224
|
+
this.cl("SuffixTextFont", b, this.m);
|
|
214
225
|
}
|
|
215
226
|
}
|
|
216
|
-
|
|
227
|
+
cm() {
|
|
217
228
|
if (this.bp != null) {
|
|
218
229
|
if (this.aq == null) {
|
|
219
230
|
this.aq = this.ak.createElement("span");
|
|
@@ -222,7 +233,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
222
233
|
this.aq.setRawStyleProperty("white-space", "nowrap");
|
|
223
234
|
this.aq.setRawStyleProperty("margin-left", this.aj + "px");
|
|
224
235
|
}
|
|
225
|
-
this.
|
|
236
|
+
this.co();
|
|
226
237
|
if (!this.x) {
|
|
227
238
|
this.ar.setRawStyleProperty("display", "grid");
|
|
228
239
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -239,57 +250,57 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
239
250
|
}
|
|
240
251
|
}
|
|
241
252
|
}
|
|
242
|
-
get
|
|
253
|
+
get bz() {
|
|
243
254
|
return this.bo;
|
|
244
255
|
}
|
|
245
|
-
set
|
|
256
|
+
set bz(a) {
|
|
246
257
|
let b = this.bo;
|
|
247
258
|
this.bo = a;
|
|
248
259
|
if (b != this.bo) {
|
|
249
|
-
this.
|
|
260
|
+
this.cl("SuffixIconName", b, this.bo);
|
|
250
261
|
}
|
|
251
262
|
}
|
|
252
|
-
get
|
|
263
|
+
get bw() {
|
|
253
264
|
return this.bn;
|
|
254
265
|
}
|
|
255
|
-
set
|
|
266
|
+
set bw(a) {
|
|
256
267
|
let b = this.bn;
|
|
257
268
|
this.bn = a;
|
|
258
269
|
if (b != this.bn) {
|
|
259
|
-
this.
|
|
270
|
+
this.cl("SuffixIconCollectionName", b, this.bn);
|
|
260
271
|
}
|
|
261
272
|
}
|
|
262
|
-
get
|
|
263
|
-
return this.
|
|
273
|
+
get dv() {
|
|
274
|
+
return this.dr;
|
|
264
275
|
}
|
|
265
|
-
set
|
|
266
|
-
let b = this.
|
|
267
|
-
this.
|
|
268
|
-
if (b != this.
|
|
269
|
-
this.
|
|
276
|
+
set dv(a) {
|
|
277
|
+
let b = this.dr;
|
|
278
|
+
this.dr = a;
|
|
279
|
+
if (b != this.dr) {
|
|
280
|
+
this.cl("SuffixIconStroke", b, this.dr);
|
|
270
281
|
}
|
|
271
282
|
}
|
|
272
|
-
get
|
|
273
|
-
return this.
|
|
283
|
+
get du() {
|
|
284
|
+
return this.dq;
|
|
274
285
|
}
|
|
275
|
-
set
|
|
276
|
-
let b = this.
|
|
277
|
-
this.
|
|
278
|
-
if (b != this.
|
|
279
|
-
this.
|
|
286
|
+
set du(a) {
|
|
287
|
+
let b = this.dq;
|
|
288
|
+
this.dq = a;
|
|
289
|
+
if (b != this.dq) {
|
|
290
|
+
this.cl("SuffixIconFill", b, this.dq);
|
|
280
291
|
}
|
|
281
292
|
}
|
|
282
|
-
get
|
|
283
|
-
return this.
|
|
293
|
+
get dy() {
|
|
294
|
+
return this.dx;
|
|
284
295
|
}
|
|
285
|
-
set
|
|
286
|
-
let b = this.
|
|
287
|
-
this.
|
|
288
|
-
if (Rect.l_op_Inequality(b, this.
|
|
289
|
-
this.
|
|
296
|
+
set dy(a) {
|
|
297
|
+
let b = this.dx;
|
|
298
|
+
this.dx = a;
|
|
299
|
+
if (Rect.l_op_Inequality(b, this.dx)) {
|
|
300
|
+
this.cl("SuffixIconViewBox", b, this.dx);
|
|
290
301
|
}
|
|
291
302
|
}
|
|
292
|
-
|
|
303
|
+
cn() {
|
|
293
304
|
if (this.bo != null && this.bn != null) {
|
|
294
305
|
if (this.l == null) {
|
|
295
306
|
this.ap = this.ak.createElement("div");
|
|
@@ -300,7 +311,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
300
311
|
this.ap.setRawStyleProperty("overflow", "hidden");
|
|
301
312
|
this.ap.setRawStyleProperty("margin-left", this.aj + "px");
|
|
302
313
|
}
|
|
303
|
-
this.
|
|
314
|
+
this.co();
|
|
304
315
|
if (!this.x) {
|
|
305
316
|
this.ar.setRawStyleProperty("display", "grid");
|
|
306
317
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -317,34 +328,34 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
317
328
|
}
|
|
318
329
|
}
|
|
319
330
|
}
|
|
320
|
-
|
|
331
|
+
co() {
|
|
321
332
|
if (this.aq != null) {
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
325
|
-
this.
|
|
333
|
+
this.c9(this.aq, this.bp);
|
|
334
|
+
this.da(this.aq, this.dw);
|
|
335
|
+
this.c1(this.aq, this.n);
|
|
336
|
+
this.dc(this.aq, this.h);
|
|
326
337
|
}
|
|
327
338
|
if (this.l != null) {
|
|
328
|
-
this.l.ea = this.
|
|
329
|
-
this.l.fill = this.
|
|
330
|
-
if (!this.
|
|
331
|
-
this.l.a6 = this.
|
|
332
|
-
this.l.a7 = this.
|
|
333
|
-
this.l.a8 = this.
|
|
334
|
-
this.l.a5 = this.
|
|
339
|
+
this.l.ea = this.dv;
|
|
340
|
+
this.l.fill = this.du;
|
|
341
|
+
if (!this.dy.isEmpty && !isNaN_(this.dy.left) && !isNaN_(this.dy.top) && !isNaN_(this.dy.width) && !isNaN_(this.dy.height)) {
|
|
342
|
+
this.l.a6 = this.dy.left;
|
|
343
|
+
this.l.a7 = this.dy.top;
|
|
344
|
+
this.l.a8 = this.dy.width;
|
|
345
|
+
this.l.a5 = this.dy.height;
|
|
335
346
|
}
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
347
|
+
this.c8(this.ap, this.dv);
|
|
348
|
+
this.c0(this.ap, this.du);
|
|
349
|
+
this.dc(this.ap, this.h);
|
|
350
|
+
this.c4(this.l, this.bw, this.bz);
|
|
340
351
|
}
|
|
341
352
|
}
|
|
342
|
-
|
|
353
|
+
c4(a, b, c) {
|
|
343
354
|
a.svg = null;
|
|
344
355
|
a.svgPath = null;
|
|
345
356
|
a.b = null;
|
|
346
|
-
a.
|
|
347
|
-
a.
|
|
357
|
+
a.b2 = null;
|
|
358
|
+
a.bj = null;
|
|
348
359
|
let d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
|
|
349
360
|
if (d != null) {
|
|
350
361
|
if (stringStartsWith(d, "<svg")) {
|
|
@@ -362,12 +373,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
362
373
|
}
|
|
363
374
|
let f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
|
|
364
375
|
if (f != null) {
|
|
365
|
-
a.
|
|
376
|
+
a.b2 = f;
|
|
366
377
|
return;
|
|
367
378
|
}
|
|
368
379
|
let g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
|
|
369
380
|
if (g != null) {
|
|
370
|
-
a.
|
|
381
|
+
a.bj = g;
|
|
371
382
|
}
|
|
372
383
|
}
|
|
373
384
|
get aj() {
|
|
@@ -377,10 +388,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
377
388
|
let b = this.ai;
|
|
378
389
|
this.ai = a;
|
|
379
390
|
if (b != this.ai) {
|
|
380
|
-
this.
|
|
391
|
+
this.cl("SuffixMargin", b, this.ai);
|
|
381
392
|
}
|
|
382
393
|
}
|
|
383
|
-
|
|
394
|
+
cb() {
|
|
384
395
|
this.a1 = 10;
|
|
385
396
|
this.a0 = this.bi * 24;
|
|
386
397
|
this.a2 = 24;
|
|
@@ -400,12 +411,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
400
411
|
this.j = new GridExpansionIndicator();
|
|
401
412
|
this.j.ab(a);
|
|
402
413
|
this.j.y(24, 24);
|
|
414
|
+
this.j.ae = this.dp;
|
|
403
415
|
}
|
|
404
416
|
if (this.ao.parent() == null) {
|
|
405
417
|
this.an.append(this.ao);
|
|
406
418
|
}
|
|
407
419
|
}
|
|
408
|
-
|
|
420
|
+
cv() {
|
|
409
421
|
this.a2 = 0;
|
|
410
422
|
this.a1 = 0;
|
|
411
423
|
if (this.ao != null) {
|
|
@@ -426,7 +438,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
426
438
|
get ae() {
|
|
427
439
|
return this.get_ae();
|
|
428
440
|
}
|
|
429
|
-
|
|
441
|
+
c7(a, b, c, d) {
|
|
430
442
|
this.a7 = a;
|
|
431
443
|
this.a9 = b;
|
|
432
444
|
this.a8 = c;
|
|
@@ -436,12 +448,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
436
448
|
this.an.setRawStyleProperty("padding-right", c.toString() + "px");
|
|
437
449
|
this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
|
|
438
450
|
}
|
|
439
|
-
|
|
451
|
+
cy(a, b, c, d, e) {
|
|
440
452
|
this.au = b;
|
|
441
453
|
this.aw = c;
|
|
442
454
|
this.av = d;
|
|
443
455
|
this.at = e;
|
|
444
|
-
this.
|
|
456
|
+
this.dn = a;
|
|
445
457
|
if (a == null) {
|
|
446
458
|
this.an.setRawStyleProperty("border", "");
|
|
447
459
|
}
|
|
@@ -469,7 +481,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
469
481
|
get bh() {
|
|
470
482
|
return this.a4;
|
|
471
483
|
}
|
|
472
|
-
|
|
484
|
+
c2(a, b) {
|
|
473
485
|
if (this.a3 != a || this.a4 != b) {
|
|
474
486
|
let c = this.a3;
|
|
475
487
|
this.a3 = a;
|
|
@@ -479,20 +491,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
479
491
|
if (this.ao != null) {
|
|
480
492
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
481
493
|
}
|
|
482
|
-
this.
|
|
494
|
+
this.de(this.bc, this.a3, this.bc, c);
|
|
483
495
|
}
|
|
484
496
|
}
|
|
485
|
-
|
|
497
|
+
dd(a, b) {
|
|
486
498
|
if (this.bc != a) {
|
|
487
499
|
let c = this.bc;
|
|
488
500
|
this.bc = a;
|
|
489
501
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
490
|
-
this.
|
|
502
|
+
this.de(this.bc, this.a3, c, this.a3);
|
|
491
503
|
}
|
|
492
504
|
}
|
|
493
|
-
|
|
505
|
+
de(a, b, c, d) {
|
|
494
506
|
}
|
|
495
|
-
|
|
507
|
+
b9() {
|
|
496
508
|
if (!this.ae) {
|
|
497
509
|
return;
|
|
498
510
|
}
|
|
@@ -504,40 +516,40 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
504
516
|
this.k.i = 0;
|
|
505
517
|
this.an.append(this.k.g);
|
|
506
518
|
}
|
|
507
|
-
|
|
519
|
+
cx(a) {
|
|
508
520
|
this.an.setRawStyleProperty("background-color", a.colorString);
|
|
509
521
|
}
|
|
510
|
-
|
|
522
|
+
c6(a) {
|
|
511
523
|
this.an.setRawStyleProperty("opacity", a.toString());
|
|
512
524
|
}
|
|
513
|
-
|
|
525
|
+
c1(a, b) {
|
|
514
526
|
if (b == null) {
|
|
515
527
|
b = FontUtil.getDefaultFont(this.am);
|
|
516
528
|
}
|
|
517
529
|
a.setRawStyleProperty("font", b.fontString);
|
|
518
530
|
}
|
|
519
|
-
|
|
531
|
+
da(a, b) {
|
|
520
532
|
let c = Color.u(0, 0, 0, 0);
|
|
521
533
|
if (b != null) {
|
|
522
534
|
c = b.color;
|
|
523
535
|
}
|
|
524
536
|
a.setRawStyleProperty("color", c.colorString);
|
|
525
537
|
}
|
|
526
|
-
|
|
538
|
+
c8(a, b) {
|
|
527
539
|
let c = Color.u(0, 0, 0, 0);
|
|
528
540
|
if (b != null) {
|
|
529
541
|
c = b.color;
|
|
530
542
|
}
|
|
531
543
|
a.setRawStyleProperty("stroke", c.colorString);
|
|
532
544
|
}
|
|
533
|
-
|
|
545
|
+
c0(a, b) {
|
|
534
546
|
let c = Color.u(0, 0, 0, 0);
|
|
535
547
|
if (b != null) {
|
|
536
548
|
c = b.color;
|
|
537
549
|
}
|
|
538
550
|
a.setRawStyleProperty("fill", c.colorString);
|
|
539
551
|
}
|
|
540
|
-
|
|
552
|
+
c9(a, b) {
|
|
541
553
|
if (a != null) {
|
|
542
554
|
a.setRawText(b);
|
|
543
555
|
}
|
|
@@ -552,13 +564,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
552
564
|
let a = this.q();
|
|
553
565
|
return a.getGenerator("PlaceholderWidths");
|
|
554
566
|
}
|
|
555
|
-
|
|
567
|
+
dm(a) {
|
|
556
568
|
if (!this.ae) {
|
|
557
569
|
return;
|
|
558
570
|
}
|
|
559
571
|
this.k.i = (a * 0.20000000298023224);
|
|
560
572
|
}
|
|
561
|
-
|
|
573
|
+
dk(a, b, c, d) {
|
|
562
574
|
if (this.k != null) {
|
|
563
575
|
let e = this.ah;
|
|
564
576
|
let f = this.ag;
|
|
@@ -578,15 +590,15 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
578
590
|
this.k.g.setRawYPosition(b);
|
|
579
591
|
}
|
|
580
592
|
}
|
|
581
|
-
|
|
593
|
+
cj(a, b, c) {
|
|
582
594
|
}
|
|
583
|
-
|
|
595
|
+
cp(a) {
|
|
584
596
|
this.h = a;
|
|
585
597
|
if (this.aq != null) {
|
|
586
|
-
this.
|
|
598
|
+
this.dc(this.aq, a);
|
|
587
599
|
}
|
|
588
600
|
}
|
|
589
|
-
|
|
601
|
+
dl(a) {
|
|
590
602
|
if (!this.ae) {
|
|
591
603
|
return;
|
|
592
604
|
}
|
|
@@ -598,8 +610,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
598
610
|
this.ag = b;
|
|
599
611
|
this.k.d = (b);
|
|
600
612
|
}
|
|
601
|
-
let c = a.
|
|
602
|
-
let d = a.
|
|
613
|
+
let c = a.h8 * 0.2;
|
|
614
|
+
let d = a.ga * 0.6;
|
|
603
615
|
if (this.ah >= c && this.ah <= d && !this.y) {
|
|
604
616
|
return;
|
|
605
617
|
}
|
|
@@ -612,9 +624,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
612
624
|
this.ah = e;
|
|
613
625
|
this.k.e = e;
|
|
614
626
|
}
|
|
615
|
-
this.
|
|
627
|
+
this.dk(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
616
628
|
}
|
|
617
|
-
|
|
629
|
+
di(a, b) {
|
|
618
630
|
if (!this.ae) {
|
|
619
631
|
return;
|
|
620
632
|
}
|
|
@@ -622,7 +634,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
622
634
|
this.i = b;
|
|
623
635
|
this.y = true;
|
|
624
636
|
}
|
|
625
|
-
|
|
637
|
+
dj(a) {
|
|
626
638
|
if (!this.ae) {
|
|
627
639
|
return;
|
|
628
640
|
}
|
|
@@ -630,16 +642,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
630
642
|
this.k.l = a.color;
|
|
631
643
|
}
|
|
632
644
|
}
|
|
633
|
-
|
|
645
|
+
cw(a) {
|
|
634
646
|
this.a = a;
|
|
635
647
|
}
|
|
636
|
-
|
|
648
|
+
c5(a) {
|
|
637
649
|
this.e = a;
|
|
638
650
|
}
|
|
639
|
-
|
|
651
|
+
cz(a) {
|
|
640
652
|
this.c = a;
|
|
641
653
|
}
|
|
642
|
-
|
|
654
|
+
c3(a, b) {
|
|
643
655
|
switch (b) {
|
|
644
656
|
case 0:
|
|
645
657
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
@@ -655,7 +667,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
655
667
|
break;
|
|
656
668
|
}
|
|
657
669
|
}
|
|
658
|
-
|
|
670
|
+
dc(a, b) {
|
|
659
671
|
switch (b) {
|
|
660
672
|
case 0:
|
|
661
673
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -678,67 +690,67 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
678
690
|
af(a) {
|
|
679
691
|
return a.isClickActionDesired;
|
|
680
692
|
}
|
|
681
|
-
|
|
693
|
+
cc(a) {
|
|
682
694
|
this.onContactStarted(a, false);
|
|
683
695
|
}
|
|
684
|
-
|
|
696
|
+
cg(a) {
|
|
685
697
|
this.onContactCompleted(a, false);
|
|
686
698
|
}
|
|
687
|
-
|
|
699
|
+
cf(a) {
|
|
688
700
|
this.onContactMoved(a, false);
|
|
689
701
|
}
|
|
702
|
+
ce(a) {
|
|
703
|
+
this.ci(a, false);
|
|
704
|
+
}
|
|
690
705
|
cd(a) {
|
|
691
706
|
this.ch(a, false);
|
|
692
707
|
}
|
|
693
|
-
|
|
694
|
-
this.cg(a, false);
|
|
695
|
-
}
|
|
696
|
-
cp(e_) {
|
|
708
|
+
cq(e_) {
|
|
697
709
|
let a = (e_.originalEvent.pointerType);
|
|
698
710
|
if (a == "touch") {
|
|
699
|
-
this.
|
|
711
|
+
this.df(e_);
|
|
700
712
|
}
|
|
701
713
|
else {
|
|
702
|
-
this.
|
|
714
|
+
this.cc(e_);
|
|
703
715
|
}
|
|
704
716
|
}
|
|
705
|
-
|
|
717
|
+
ct(e_) {
|
|
706
718
|
let a = (e_.originalEvent.pointerType);
|
|
707
719
|
if (a == "touch") {
|
|
708
|
-
this.
|
|
720
|
+
this.dg(e_);
|
|
709
721
|
}
|
|
710
722
|
else {
|
|
711
|
-
this.
|
|
723
|
+
this.cf(e_);
|
|
712
724
|
}
|
|
713
725
|
}
|
|
714
|
-
|
|
726
|
+
cu(e_) {
|
|
715
727
|
let a = (e_.originalEvent.pointerType);
|
|
716
728
|
if (a == "touch") {
|
|
717
|
-
this.
|
|
729
|
+
this.dh(e_);
|
|
718
730
|
}
|
|
719
731
|
else {
|
|
720
|
-
this.
|
|
732
|
+
this.cg(e_);
|
|
721
733
|
}
|
|
722
734
|
}
|
|
723
|
-
|
|
735
|
+
cs(e_) {
|
|
724
736
|
let a = (e_.originalEvent.pointerType);
|
|
725
737
|
if (a != "touch") {
|
|
726
|
-
this.
|
|
738
|
+
this.ce(e_);
|
|
727
739
|
}
|
|
728
740
|
}
|
|
729
|
-
|
|
741
|
+
cr(e_) {
|
|
730
742
|
let a = (e_.originalEvent.pointerType);
|
|
731
743
|
if (a != "touch") {
|
|
732
|
-
this.
|
|
744
|
+
this.cd(e_);
|
|
733
745
|
}
|
|
734
746
|
}
|
|
735
|
-
|
|
747
|
+
df(a) {
|
|
736
748
|
this.onContactStarted(a, true);
|
|
737
749
|
}
|
|
738
|
-
|
|
750
|
+
dg(a) {
|
|
739
751
|
this.onContactMoved(a, true);
|
|
740
752
|
}
|
|
741
|
-
|
|
753
|
+
dh(a) {
|
|
742
754
|
this.onContactCompleted(a, true);
|
|
743
755
|
}
|
|
744
756
|
onContactStarted(e_, a) {
|
|
@@ -854,7 +866,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
854
866
|
}
|
|
855
867
|
this.s = false;
|
|
856
868
|
}
|
|
857
|
-
|
|
869
|
+
ci(a, b) {
|
|
858
870
|
if (this.a != null) {
|
|
859
871
|
if (this.af(this.a)) {
|
|
860
872
|
if (this.a.isMouseDown) {
|
|
@@ -871,7 +883,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
871
883
|
}
|
|
872
884
|
}
|
|
873
885
|
}
|
|
874
|
-
|
|
886
|
+
ch(a, b) {
|
|
875
887
|
if (this.a != null && this.a.isEnterActionDesired) {
|
|
876
888
|
let c = a.pageX;
|
|
877
889
|
let d = a.pageY;
|
|
@@ -880,7 +892,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
880
892
|
}
|
|
881
893
|
onDoubleClick(a) {
|
|
882
894
|
}
|
|
883
|
-
|
|
895
|
+
cl(a, b, c) {
|
|
884
896
|
switch (a) {
|
|
885
897
|
case "Indent":
|
|
886
898
|
this.a0 = this.bi * 24;
|
|
@@ -892,10 +904,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
892
904
|
break;
|
|
893
905
|
case "IsCollapsable":
|
|
894
906
|
if (this.aa) {
|
|
895
|
-
this.
|
|
907
|
+
this.cb();
|
|
896
908
|
}
|
|
897
909
|
else {
|
|
898
|
-
this.
|
|
910
|
+
this.cv();
|
|
899
911
|
}
|
|
900
912
|
break;
|
|
901
913
|
case "IsExpanded":
|
|
@@ -903,22 +915,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
903
915
|
this.j.g = this.ab;
|
|
904
916
|
}
|
|
905
917
|
break;
|
|
918
|
+
case "ExpansionIndicatorIconColor":
|
|
919
|
+
if (this.j != null) {
|
|
920
|
+
this.j.ae = this.dt;
|
|
921
|
+
}
|
|
922
|
+
break;
|
|
906
923
|
case "IsHitTestVisible":
|
|
907
924
|
this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
|
|
908
925
|
break;
|
|
909
926
|
case "SuffixText":
|
|
910
|
-
this.
|
|
927
|
+
this.cm();
|
|
911
928
|
break;
|
|
912
929
|
case "SuffixIconName":
|
|
913
930
|
case "SuffixIconCollectionName":
|
|
914
|
-
this.
|
|
931
|
+
this.cn();
|
|
915
932
|
break;
|
|
916
933
|
case "SuffixTextColor":
|
|
917
934
|
case "SuffixTextFont":
|
|
918
935
|
case "SuffixIconStroke":
|
|
919
936
|
case "SuffixIconFill":
|
|
920
937
|
case "SuffixIconViewBox":
|
|
921
|
-
this.
|
|
938
|
+
this.co();
|
|
922
939
|
break;
|
|
923
940
|
case "SuffixMargin":
|
|
924
941
|
if (this.ap != null) {
|
|
@@ -930,12 +947,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
930
947
|
break;
|
|
931
948
|
}
|
|
932
949
|
}
|
|
933
|
-
|
|
950
|
+
ck() {
|
|
934
951
|
}
|
|
935
|
-
|
|
952
|
+
ca() {
|
|
936
953
|
this.an.focus(true);
|
|
937
954
|
}
|
|
938
|
-
|
|
955
|
+
b8() {
|
|
939
956
|
if (this.a != null) {
|
|
940
957
|
let a = this.an.clone();
|
|
941
958
|
this.a.passCellClone(a);
|
|
@@ -943,7 +960,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
943
960
|
}
|
|
944
961
|
detach() {
|
|
945
962
|
}
|
|
946
|
-
|
|
963
|
+
db(a) {
|
|
947
964
|
}
|
|
948
965
|
}
|
|
949
966
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|