igniteui-angular-data-grids 21.0.1-beta.0 → 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
package/esm5/lib/GridCellBase.js
CHANGED
|
@@ -41,18 +41,19 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
41
41
|
_this.a0 = 0;
|
|
42
42
|
_this.a5 = 0;
|
|
43
43
|
_this.t = false;
|
|
44
|
+
_this.dp = null;
|
|
44
45
|
_this.u = false;
|
|
45
46
|
_this.v = true;
|
|
46
47
|
_this.aq = null;
|
|
47
48
|
_this.bp = null;
|
|
48
|
-
_this.
|
|
49
|
+
_this.ds = null;
|
|
49
50
|
_this.m = null;
|
|
50
51
|
_this.x = false;
|
|
51
52
|
_this.bo = null;
|
|
52
53
|
_this.bn = null;
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
54
|
+
_this.dr = null;
|
|
55
|
+
_this.dq = null;
|
|
56
|
+
_this.dx = Rect.empty;
|
|
56
57
|
_this.al = null;
|
|
57
58
|
_this.ap = null;
|
|
58
59
|
_this.l = null;
|
|
@@ -66,7 +67,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
67
|
_this.aw = 0;
|
|
67
68
|
_this.av = 0;
|
|
68
69
|
_this.at = 0;
|
|
69
|
-
_this.
|
|
70
|
+
_this.dn = null;
|
|
70
71
|
_this.a3 = 0;
|
|
71
72
|
_this.bc = 0;
|
|
72
73
|
_this.a4 = 0;
|
|
@@ -94,20 +95,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
94
95
|
var c = (window.PointerEvent !== undefined);
|
|
95
96
|
var d = (window.TouchEvent);
|
|
96
97
|
if ((b || c)) {
|
|
97
|
-
_this.an.listen("pointerdown", runOn(_this, _this.
|
|
98
|
-
_this.an.listen("pointerup", runOn(_this, _this.
|
|
99
|
-
_this.an.listen("pointermove", runOn(_this, _this.
|
|
100
|
-
_this.an.listen("pointerleave", runOn(_this, _this.
|
|
101
|
-
_this.an.listen("pointerenter", runOn(_this, _this.
|
|
98
|
+
_this.an.listen("pointerdown", runOn(_this, _this.cq));
|
|
99
|
+
_this.an.listen("pointerup", runOn(_this, _this.cu));
|
|
100
|
+
_this.an.listen("pointermove", runOn(_this, _this.ct));
|
|
101
|
+
_this.an.listen("pointerleave", runOn(_this, _this.cs));
|
|
102
|
+
_this.an.listen("pointerenter", runOn(_this, _this.cr));
|
|
102
103
|
}
|
|
103
104
|
else {
|
|
104
|
-
_this.an.listen("mousedown", runOn(_this, _this.
|
|
105
|
-
_this.an.listen("mouseup", runOn(_this, _this.
|
|
106
|
-
_this.an.listen("mousemove", runOn(_this, _this.
|
|
107
|
-
_this.an.listen("mouseleave", runOn(_this, _this.
|
|
108
|
-
_this.an.listen("touchstart", runOn(_this, _this.
|
|
109
|
-
_this.an.listen("touchend", runOn(_this, _this.
|
|
110
|
-
_this.an.listen("touchmove", runOn(_this, _this.
|
|
105
|
+
_this.an.listen("mousedown", runOn(_this, _this.cc));
|
|
106
|
+
_this.an.listen("mouseup", runOn(_this, _this.cg));
|
|
107
|
+
_this.an.listen("mousemove", runOn(_this, _this.cf));
|
|
108
|
+
_this.an.listen("mouseleave", runOn(_this, _this.ce));
|
|
109
|
+
_this.an.listen("touchstart", runOn(_this, _this.df));
|
|
110
|
+
_this.an.listen("touchend", runOn(_this, _this.dh));
|
|
111
|
+
_this.an.listen("touchmove", runOn(_this, _this.dg));
|
|
111
112
|
}
|
|
112
113
|
return _this;
|
|
113
114
|
}
|
|
@@ -154,7 +155,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
154
155
|
var b = this.w;
|
|
155
156
|
this.w = a;
|
|
156
157
|
if (b != this.w) {
|
|
157
|
-
this.
|
|
158
|
+
this.cl("IsRemoved", b, this.w);
|
|
158
159
|
}
|
|
159
160
|
},
|
|
160
161
|
enumerable: false,
|
|
@@ -189,7 +190,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
189
190
|
var b = this.a5;
|
|
190
191
|
this.a5 = a;
|
|
191
192
|
if (b != this.a5) {
|
|
192
|
-
this.
|
|
193
|
+
this.cl("Indent", b, this.a5);
|
|
193
194
|
}
|
|
194
195
|
},
|
|
195
196
|
enumerable: false,
|
|
@@ -203,7 +204,21 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
203
204
|
var b = this.t;
|
|
204
205
|
this.t = a;
|
|
205
206
|
if (b != this.t) {
|
|
206
|
-
this.
|
|
207
|
+
this.cl("IsCollapsable", b, this.t);
|
|
208
|
+
}
|
|
209
|
+
},
|
|
210
|
+
enumerable: false,
|
|
211
|
+
configurable: true
|
|
212
|
+
});
|
|
213
|
+
Object.defineProperty(GridCellBase.prototype, "dt", {
|
|
214
|
+
get: function () {
|
|
215
|
+
return this.dp;
|
|
216
|
+
},
|
|
217
|
+
set: function (a) {
|
|
218
|
+
var b = this.dp;
|
|
219
|
+
this.dp = a;
|
|
220
|
+
if (b != this.dp) {
|
|
221
|
+
this.cl("ExpansionIndicatorIconColor", b, this.dp);
|
|
207
222
|
}
|
|
208
223
|
},
|
|
209
224
|
enumerable: false,
|
|
@@ -217,7 +232,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
217
232
|
var b = this.u;
|
|
218
233
|
this.u = a;
|
|
219
234
|
if (b != this.u) {
|
|
220
|
-
this.
|
|
235
|
+
this.cl("IsExpanded", b, this.u);
|
|
221
236
|
}
|
|
222
237
|
},
|
|
223
238
|
enumerable: false,
|
|
@@ -231,13 +246,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
231
246
|
var b = this.v;
|
|
232
247
|
this.v = a;
|
|
233
248
|
if (b != this.v) {
|
|
234
|
-
this.
|
|
249
|
+
this.cl("IsHitTestVisible", b, this.v);
|
|
235
250
|
}
|
|
236
251
|
},
|
|
237
252
|
enumerable: false,
|
|
238
253
|
configurable: true
|
|
239
254
|
});
|
|
240
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
255
|
+
Object.defineProperty(GridCellBase.prototype, "b4", {
|
|
241
256
|
get: function () {
|
|
242
257
|
return this.bp;
|
|
243
258
|
},
|
|
@@ -245,21 +260,21 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
245
260
|
var b = this.bp;
|
|
246
261
|
this.bp = a;
|
|
247
262
|
if (b != this.bp) {
|
|
248
|
-
this.
|
|
263
|
+
this.cl("SuffixText", b, this.bp);
|
|
249
264
|
}
|
|
250
265
|
},
|
|
251
266
|
enumerable: false,
|
|
252
267
|
configurable: true
|
|
253
268
|
});
|
|
254
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
269
|
+
Object.defineProperty(GridCellBase.prototype, "dw", {
|
|
255
270
|
get: function () {
|
|
256
|
-
return this.
|
|
271
|
+
return this.ds;
|
|
257
272
|
},
|
|
258
273
|
set: function (a) {
|
|
259
|
-
var b = this.
|
|
260
|
-
this.
|
|
261
|
-
if (b != this.
|
|
262
|
-
this.
|
|
274
|
+
var b = this.ds;
|
|
275
|
+
this.ds = a;
|
|
276
|
+
if (b != this.ds) {
|
|
277
|
+
this.cl("SuffixTextColor", b, this.ds);
|
|
263
278
|
}
|
|
264
279
|
},
|
|
265
280
|
enumerable: false,
|
|
@@ -273,13 +288,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
273
288
|
var b = this.m;
|
|
274
289
|
this.m = a;
|
|
275
290
|
if (b != this.m) {
|
|
276
|
-
this.
|
|
291
|
+
this.cl("SuffixTextFont", b, this.m);
|
|
277
292
|
}
|
|
278
293
|
},
|
|
279
294
|
enumerable: false,
|
|
280
295
|
configurable: true
|
|
281
296
|
});
|
|
282
|
-
GridCellBase.prototype.
|
|
297
|
+
GridCellBase.prototype.cm = function () {
|
|
283
298
|
if (this.bp != null) {
|
|
284
299
|
if (this.aq == null) {
|
|
285
300
|
this.aq = this.ak.createElement("span");
|
|
@@ -288,7 +303,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
288
303
|
this.aq.setRawStyleProperty("white-space", "nowrap");
|
|
289
304
|
this.aq.setRawStyleProperty("margin-left", this.aj + "px");
|
|
290
305
|
}
|
|
291
|
-
this.
|
|
306
|
+
this.co();
|
|
292
307
|
if (!this.x) {
|
|
293
308
|
this.ar.setRawStyleProperty("display", "grid");
|
|
294
309
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -305,7 +320,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
320
|
}
|
|
306
321
|
}
|
|
307
322
|
};
|
|
308
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
323
|
+
Object.defineProperty(GridCellBase.prototype, "bz", {
|
|
309
324
|
get: function () {
|
|
310
325
|
return this.bo;
|
|
311
326
|
},
|
|
@@ -313,13 +328,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
313
328
|
var b = this.bo;
|
|
314
329
|
this.bo = a;
|
|
315
330
|
if (b != this.bo) {
|
|
316
|
-
this.
|
|
331
|
+
this.cl("SuffixIconName", b, this.bo);
|
|
317
332
|
}
|
|
318
333
|
},
|
|
319
334
|
enumerable: false,
|
|
320
335
|
configurable: true
|
|
321
336
|
});
|
|
322
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
337
|
+
Object.defineProperty(GridCellBase.prototype, "bw", {
|
|
323
338
|
get: function () {
|
|
324
339
|
return this.bn;
|
|
325
340
|
},
|
|
@@ -327,55 +342,55 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
327
342
|
var b = this.bn;
|
|
328
343
|
this.bn = a;
|
|
329
344
|
if (b != this.bn) {
|
|
330
|
-
this.
|
|
345
|
+
this.cl("SuffixIconCollectionName", b, this.bn);
|
|
331
346
|
}
|
|
332
347
|
},
|
|
333
348
|
enumerable: false,
|
|
334
349
|
configurable: true
|
|
335
350
|
});
|
|
336
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
351
|
+
Object.defineProperty(GridCellBase.prototype, "dv", {
|
|
337
352
|
get: function () {
|
|
338
|
-
return this.
|
|
353
|
+
return this.dr;
|
|
339
354
|
},
|
|
340
355
|
set: function (a) {
|
|
341
|
-
var b = this.
|
|
342
|
-
this.
|
|
343
|
-
if (b != this.
|
|
344
|
-
this.
|
|
356
|
+
var b = this.dr;
|
|
357
|
+
this.dr = a;
|
|
358
|
+
if (b != this.dr) {
|
|
359
|
+
this.cl("SuffixIconStroke", b, this.dr);
|
|
345
360
|
}
|
|
346
361
|
},
|
|
347
362
|
enumerable: false,
|
|
348
363
|
configurable: true
|
|
349
364
|
});
|
|
350
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
365
|
+
Object.defineProperty(GridCellBase.prototype, "du", {
|
|
351
366
|
get: function () {
|
|
352
|
-
return this.
|
|
367
|
+
return this.dq;
|
|
353
368
|
},
|
|
354
369
|
set: function (a) {
|
|
355
|
-
var b = this.
|
|
356
|
-
this.
|
|
357
|
-
if (b != this.
|
|
358
|
-
this.
|
|
370
|
+
var b = this.dq;
|
|
371
|
+
this.dq = a;
|
|
372
|
+
if (b != this.dq) {
|
|
373
|
+
this.cl("SuffixIconFill", b, this.dq);
|
|
359
374
|
}
|
|
360
375
|
},
|
|
361
376
|
enumerable: false,
|
|
362
377
|
configurable: true
|
|
363
378
|
});
|
|
364
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
379
|
+
Object.defineProperty(GridCellBase.prototype, "dy", {
|
|
365
380
|
get: function () {
|
|
366
|
-
return this.
|
|
381
|
+
return this.dx;
|
|
367
382
|
},
|
|
368
383
|
set: function (a) {
|
|
369
|
-
var b = this.
|
|
370
|
-
this.
|
|
371
|
-
if (Rect.l_op_Inequality(b, this.
|
|
372
|
-
this.
|
|
384
|
+
var b = this.dx;
|
|
385
|
+
this.dx = a;
|
|
386
|
+
if (Rect.l_op_Inequality(b, this.dx)) {
|
|
387
|
+
this.cl("SuffixIconViewBox", b, this.dx);
|
|
373
388
|
}
|
|
374
389
|
},
|
|
375
390
|
enumerable: false,
|
|
376
391
|
configurable: true
|
|
377
392
|
});
|
|
378
|
-
GridCellBase.prototype.
|
|
393
|
+
GridCellBase.prototype.cn = function () {
|
|
379
394
|
if (this.bo != null && this.bn != null) {
|
|
380
395
|
if (this.l == null) {
|
|
381
396
|
this.ap = this.ak.createElement("div");
|
|
@@ -386,7 +401,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
386
401
|
this.ap.setRawStyleProperty("overflow", "hidden");
|
|
387
402
|
this.ap.setRawStyleProperty("margin-left", this.aj + "px");
|
|
388
403
|
}
|
|
389
|
-
this.
|
|
404
|
+
this.co();
|
|
390
405
|
if (!this.x) {
|
|
391
406
|
this.ar.setRawStyleProperty("display", "grid");
|
|
392
407
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -403,34 +418,34 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
403
418
|
}
|
|
404
419
|
}
|
|
405
420
|
};
|
|
406
|
-
GridCellBase.prototype.
|
|
421
|
+
GridCellBase.prototype.co = function () {
|
|
407
422
|
if (this.aq != null) {
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
411
|
-
this.
|
|
423
|
+
this.c9(this.aq, this.bp);
|
|
424
|
+
this.da(this.aq, this.dw);
|
|
425
|
+
this.c1(this.aq, this.n);
|
|
426
|
+
this.dc(this.aq, this.h);
|
|
412
427
|
}
|
|
413
428
|
if (this.l != null) {
|
|
414
|
-
this.l.ea = this.
|
|
415
|
-
this.l.fill = this.
|
|
416
|
-
if (!this.
|
|
417
|
-
this.l.a6 = this.
|
|
418
|
-
this.l.a7 = this.
|
|
419
|
-
this.l.a8 = this.
|
|
420
|
-
this.l.a5 = this.
|
|
429
|
+
this.l.ea = this.dv;
|
|
430
|
+
this.l.fill = this.du;
|
|
431
|
+
if (!this.dy.isEmpty && !isNaN_(this.dy.left) && !isNaN_(this.dy.top) && !isNaN_(this.dy.width) && !isNaN_(this.dy.height)) {
|
|
432
|
+
this.l.a6 = this.dy.left;
|
|
433
|
+
this.l.a7 = this.dy.top;
|
|
434
|
+
this.l.a8 = this.dy.width;
|
|
435
|
+
this.l.a5 = this.dy.height;
|
|
421
436
|
}
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
437
|
+
this.c8(this.ap, this.dv);
|
|
438
|
+
this.c0(this.ap, this.du);
|
|
439
|
+
this.dc(this.ap, this.h);
|
|
440
|
+
this.c4(this.l, this.bw, this.bz);
|
|
426
441
|
}
|
|
427
442
|
};
|
|
428
|
-
GridCellBase.prototype.
|
|
443
|
+
GridCellBase.prototype.c4 = function (a, b, c) {
|
|
429
444
|
a.svg = null;
|
|
430
445
|
a.svgPath = null;
|
|
431
446
|
a.b = null;
|
|
432
|
-
a.
|
|
433
|
-
a.
|
|
447
|
+
a.b2 = null;
|
|
448
|
+
a.bj = null;
|
|
434
449
|
var d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
|
|
435
450
|
if (d != null) {
|
|
436
451
|
if (stringStartsWith(d, "<svg")) {
|
|
@@ -448,12 +463,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
448
463
|
}
|
|
449
464
|
var f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
|
|
450
465
|
if (f != null) {
|
|
451
|
-
a.
|
|
466
|
+
a.b2 = f;
|
|
452
467
|
return;
|
|
453
468
|
}
|
|
454
469
|
var g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
|
|
455
470
|
if (g != null) {
|
|
456
|
-
a.
|
|
471
|
+
a.bj = g;
|
|
457
472
|
}
|
|
458
473
|
};
|
|
459
474
|
Object.defineProperty(GridCellBase.prototype, "aj", {
|
|
@@ -464,13 +479,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
464
479
|
var b = this.ai;
|
|
465
480
|
this.ai = a;
|
|
466
481
|
if (b != this.ai) {
|
|
467
|
-
this.
|
|
482
|
+
this.cl("SuffixMargin", b, this.ai);
|
|
468
483
|
}
|
|
469
484
|
},
|
|
470
485
|
enumerable: false,
|
|
471
486
|
configurable: true
|
|
472
487
|
});
|
|
473
|
-
GridCellBase.prototype.
|
|
488
|
+
GridCellBase.prototype.cb = function () {
|
|
474
489
|
this.a1 = 10;
|
|
475
490
|
this.a0 = this.bi * 24;
|
|
476
491
|
this.a2 = 24;
|
|
@@ -490,12 +505,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
490
505
|
this.j = new GridExpansionIndicator();
|
|
491
506
|
this.j.ab(a);
|
|
492
507
|
this.j.y(24, 24);
|
|
508
|
+
this.j.ae = this.dp;
|
|
493
509
|
}
|
|
494
510
|
if (this.ao.parent() == null) {
|
|
495
511
|
this.an.append(this.ao);
|
|
496
512
|
}
|
|
497
513
|
};
|
|
498
|
-
GridCellBase.prototype.
|
|
514
|
+
GridCellBase.prototype.cv = function () {
|
|
499
515
|
this.a2 = 0;
|
|
500
516
|
this.a1 = 0;
|
|
501
517
|
if (this.ao != null) {
|
|
@@ -524,7 +540,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
524
540
|
enumerable: false,
|
|
525
541
|
configurable: true
|
|
526
542
|
});
|
|
527
|
-
GridCellBase.prototype.
|
|
543
|
+
GridCellBase.prototype.c7 = function (a, b, c, d) {
|
|
528
544
|
this.a7 = a;
|
|
529
545
|
this.a9 = b;
|
|
530
546
|
this.a8 = c;
|
|
@@ -534,12 +550,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
534
550
|
this.an.setRawStyleProperty("padding-right", c.toString() + "px");
|
|
535
551
|
this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
|
|
536
552
|
};
|
|
537
|
-
GridCellBase.prototype.
|
|
553
|
+
GridCellBase.prototype.cy = function (a, b, c, d, e) {
|
|
538
554
|
this.au = b;
|
|
539
555
|
this.aw = c;
|
|
540
556
|
this.av = d;
|
|
541
557
|
this.at = e;
|
|
542
|
-
this.
|
|
558
|
+
this.dn = a;
|
|
543
559
|
if (a == null) {
|
|
544
560
|
this.an.setRawStyleProperty("border", "");
|
|
545
561
|
}
|
|
@@ -583,7 +599,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
583
599
|
enumerable: false,
|
|
584
600
|
configurable: true
|
|
585
601
|
});
|
|
586
|
-
GridCellBase.prototype.
|
|
602
|
+
GridCellBase.prototype.c2 = function (a, b) {
|
|
587
603
|
if (this.a3 != a || this.a4 != b) {
|
|
588
604
|
var c = this.a3;
|
|
589
605
|
this.a3 = a;
|
|
@@ -593,20 +609,20 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
593
609
|
if (this.ao != null) {
|
|
594
610
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
595
611
|
}
|
|
596
|
-
this.
|
|
612
|
+
this.de(this.bc, this.a3, this.bc, c);
|
|
597
613
|
}
|
|
598
614
|
};
|
|
599
|
-
GridCellBase.prototype.
|
|
615
|
+
GridCellBase.prototype.dd = function (a, b) {
|
|
600
616
|
if (this.bc != a) {
|
|
601
617
|
var c = this.bc;
|
|
602
618
|
this.bc = a;
|
|
603
619
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
604
|
-
this.
|
|
620
|
+
this.de(this.bc, this.a3, c, this.a3);
|
|
605
621
|
}
|
|
606
622
|
};
|
|
607
|
-
GridCellBase.prototype.
|
|
623
|
+
GridCellBase.prototype.de = function (a, b, c, d) {
|
|
608
624
|
};
|
|
609
|
-
GridCellBase.prototype.
|
|
625
|
+
GridCellBase.prototype.b9 = function () {
|
|
610
626
|
if (!this.ae) {
|
|
611
627
|
return;
|
|
612
628
|
}
|
|
@@ -618,40 +634,40 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
618
634
|
this.k.i = 0;
|
|
619
635
|
this.an.append(this.k.g);
|
|
620
636
|
};
|
|
621
|
-
GridCellBase.prototype.
|
|
637
|
+
GridCellBase.prototype.cx = function (a) {
|
|
622
638
|
this.an.setRawStyleProperty("background-color", a.colorString);
|
|
623
639
|
};
|
|
624
|
-
GridCellBase.prototype.
|
|
640
|
+
GridCellBase.prototype.c6 = function (a) {
|
|
625
641
|
this.an.setRawStyleProperty("opacity", a.toString());
|
|
626
642
|
};
|
|
627
|
-
GridCellBase.prototype.
|
|
643
|
+
GridCellBase.prototype.c1 = function (a, b) {
|
|
628
644
|
if (b == null) {
|
|
629
645
|
b = FontUtil.getDefaultFont(this.am);
|
|
630
646
|
}
|
|
631
647
|
a.setRawStyleProperty("font", b.fontString);
|
|
632
648
|
};
|
|
633
|
-
GridCellBase.prototype.
|
|
649
|
+
GridCellBase.prototype.da = function (a, b) {
|
|
634
650
|
var c = Color.u(0, 0, 0, 0);
|
|
635
651
|
if (b != null) {
|
|
636
652
|
c = b.color;
|
|
637
653
|
}
|
|
638
654
|
a.setRawStyleProperty("color", c.colorString);
|
|
639
655
|
};
|
|
640
|
-
GridCellBase.prototype.
|
|
656
|
+
GridCellBase.prototype.c8 = function (a, b) {
|
|
641
657
|
var c = Color.u(0, 0, 0, 0);
|
|
642
658
|
if (b != null) {
|
|
643
659
|
c = b.color;
|
|
644
660
|
}
|
|
645
661
|
a.setRawStyleProperty("stroke", c.colorString);
|
|
646
662
|
};
|
|
647
|
-
GridCellBase.prototype.
|
|
663
|
+
GridCellBase.prototype.c0 = function (a, b) {
|
|
648
664
|
var c = Color.u(0, 0, 0, 0);
|
|
649
665
|
if (b != null) {
|
|
650
666
|
c = b.color;
|
|
651
667
|
}
|
|
652
668
|
a.setRawStyleProperty("fill", c.colorString);
|
|
653
669
|
};
|
|
654
|
-
GridCellBase.prototype.
|
|
670
|
+
GridCellBase.prototype.c9 = function (a, b) {
|
|
655
671
|
if (a != null) {
|
|
656
672
|
a.setRawText(b);
|
|
657
673
|
}
|
|
@@ -666,13 +682,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
666
682
|
var a = this.q();
|
|
667
683
|
return a.getGenerator("PlaceholderWidths");
|
|
668
684
|
};
|
|
669
|
-
GridCellBase.prototype.
|
|
685
|
+
GridCellBase.prototype.dm = function (a) {
|
|
670
686
|
if (!this.ae) {
|
|
671
687
|
return;
|
|
672
688
|
}
|
|
673
689
|
this.k.i = (a * 0.20000000298023224);
|
|
674
690
|
};
|
|
675
|
-
GridCellBase.prototype.
|
|
691
|
+
GridCellBase.prototype.dk = function (a, b, c, d) {
|
|
676
692
|
if (this.k != null) {
|
|
677
693
|
var e = this.ah;
|
|
678
694
|
var f = this.ag;
|
|
@@ -692,15 +708,15 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
692
708
|
this.k.g.setRawYPosition(b);
|
|
693
709
|
}
|
|
694
710
|
};
|
|
695
|
-
GridCellBase.prototype.
|
|
711
|
+
GridCellBase.prototype.cj = function (a, b, c) {
|
|
696
712
|
};
|
|
697
|
-
GridCellBase.prototype.
|
|
713
|
+
GridCellBase.prototype.cp = function (a) {
|
|
698
714
|
this.h = a;
|
|
699
715
|
if (this.aq != null) {
|
|
700
|
-
this.
|
|
716
|
+
this.dc(this.aq, a);
|
|
701
717
|
}
|
|
702
718
|
};
|
|
703
|
-
GridCellBase.prototype.
|
|
719
|
+
GridCellBase.prototype.dl = function (a) {
|
|
704
720
|
if (!this.ae) {
|
|
705
721
|
return;
|
|
706
722
|
}
|
|
@@ -712,8 +728,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
712
728
|
this.ag = b;
|
|
713
729
|
this.k.d = (b);
|
|
714
730
|
}
|
|
715
|
-
var c = a.
|
|
716
|
-
var d = a.
|
|
731
|
+
var c = a.h8 * 0.2;
|
|
732
|
+
var d = a.ga * 0.6;
|
|
717
733
|
if (this.ah >= c && this.ah <= d && !this.y) {
|
|
718
734
|
return;
|
|
719
735
|
}
|
|
@@ -726,9 +742,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
726
742
|
this.ah = e;
|
|
727
743
|
this.k.e = e;
|
|
728
744
|
}
|
|
729
|
-
this.
|
|
745
|
+
this.dk(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
730
746
|
};
|
|
731
|
-
GridCellBase.prototype.
|
|
747
|
+
GridCellBase.prototype.di = function (a, b) {
|
|
732
748
|
if (!this.ae) {
|
|
733
749
|
return;
|
|
734
750
|
}
|
|
@@ -736,7 +752,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
736
752
|
this.i = b;
|
|
737
753
|
this.y = true;
|
|
738
754
|
};
|
|
739
|
-
GridCellBase.prototype.
|
|
755
|
+
GridCellBase.prototype.dj = function (a) {
|
|
740
756
|
if (!this.ae) {
|
|
741
757
|
return;
|
|
742
758
|
}
|
|
@@ -744,16 +760,16 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
744
760
|
this.k.l = a.color;
|
|
745
761
|
}
|
|
746
762
|
};
|
|
747
|
-
GridCellBase.prototype.
|
|
763
|
+
GridCellBase.prototype.cw = function (a) {
|
|
748
764
|
this.a = a;
|
|
749
765
|
};
|
|
750
|
-
GridCellBase.prototype.
|
|
766
|
+
GridCellBase.prototype.c5 = function (a) {
|
|
751
767
|
this.e = a;
|
|
752
768
|
};
|
|
753
|
-
GridCellBase.prototype.
|
|
769
|
+
GridCellBase.prototype.cz = function (a) {
|
|
754
770
|
this.c = a;
|
|
755
771
|
};
|
|
756
|
-
GridCellBase.prototype.
|
|
772
|
+
GridCellBase.prototype.c3 = function (a, b) {
|
|
757
773
|
switch (b) {
|
|
758
774
|
case 0:
|
|
759
775
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
@@ -769,7 +785,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
769
785
|
break;
|
|
770
786
|
}
|
|
771
787
|
};
|
|
772
|
-
GridCellBase.prototype.
|
|
788
|
+
GridCellBase.prototype.dc = function (a, b) {
|
|
773
789
|
switch (b) {
|
|
774
790
|
case 0:
|
|
775
791
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -792,67 +808,67 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
792
808
|
GridCellBase.prototype.af = function (a) {
|
|
793
809
|
return a.isClickActionDesired;
|
|
794
810
|
};
|
|
795
|
-
GridCellBase.prototype.
|
|
811
|
+
GridCellBase.prototype.cc = function (a) {
|
|
796
812
|
this.onContactStarted(a, false);
|
|
797
813
|
};
|
|
798
|
-
GridCellBase.prototype.
|
|
814
|
+
GridCellBase.prototype.cg = function (a) {
|
|
799
815
|
this.onContactCompleted(a, false);
|
|
800
816
|
};
|
|
801
|
-
GridCellBase.prototype.
|
|
817
|
+
GridCellBase.prototype.cf = function (a) {
|
|
802
818
|
this.onContactMoved(a, false);
|
|
803
819
|
};
|
|
820
|
+
GridCellBase.prototype.ce = function (a) {
|
|
821
|
+
this.ci(a, false);
|
|
822
|
+
};
|
|
804
823
|
GridCellBase.prototype.cd = function (a) {
|
|
805
824
|
this.ch(a, false);
|
|
806
825
|
};
|
|
807
|
-
GridCellBase.prototype.
|
|
808
|
-
this.cg(a, false);
|
|
809
|
-
};
|
|
810
|
-
GridCellBase.prototype.cp = function (e_) {
|
|
826
|
+
GridCellBase.prototype.cq = function (e_) {
|
|
811
827
|
var a = (e_.originalEvent.pointerType);
|
|
812
828
|
if (a == "touch") {
|
|
813
|
-
this.
|
|
829
|
+
this.df(e_);
|
|
814
830
|
}
|
|
815
831
|
else {
|
|
816
|
-
this.
|
|
832
|
+
this.cc(e_);
|
|
817
833
|
}
|
|
818
834
|
};
|
|
819
|
-
GridCellBase.prototype.
|
|
835
|
+
GridCellBase.prototype.ct = function (e_) {
|
|
820
836
|
var a = (e_.originalEvent.pointerType);
|
|
821
837
|
if (a == "touch") {
|
|
822
|
-
this.
|
|
838
|
+
this.dg(e_);
|
|
823
839
|
}
|
|
824
840
|
else {
|
|
825
|
-
this.
|
|
841
|
+
this.cf(e_);
|
|
826
842
|
}
|
|
827
843
|
};
|
|
828
|
-
GridCellBase.prototype.
|
|
844
|
+
GridCellBase.prototype.cu = function (e_) {
|
|
829
845
|
var a = (e_.originalEvent.pointerType);
|
|
830
846
|
if (a == "touch") {
|
|
831
|
-
this.
|
|
847
|
+
this.dh(e_);
|
|
832
848
|
}
|
|
833
849
|
else {
|
|
834
|
-
this.
|
|
850
|
+
this.cg(e_);
|
|
835
851
|
}
|
|
836
852
|
};
|
|
837
|
-
GridCellBase.prototype.
|
|
853
|
+
GridCellBase.prototype.cs = function (e_) {
|
|
838
854
|
var a = (e_.originalEvent.pointerType);
|
|
839
855
|
if (a != "touch") {
|
|
840
|
-
this.
|
|
856
|
+
this.ce(e_);
|
|
841
857
|
}
|
|
842
858
|
};
|
|
843
|
-
GridCellBase.prototype.
|
|
859
|
+
GridCellBase.prototype.cr = function (e_) {
|
|
844
860
|
var a = (e_.originalEvent.pointerType);
|
|
845
861
|
if (a != "touch") {
|
|
846
|
-
this.
|
|
862
|
+
this.cd(e_);
|
|
847
863
|
}
|
|
848
864
|
};
|
|
849
|
-
GridCellBase.prototype.
|
|
865
|
+
GridCellBase.prototype.df = function (a) {
|
|
850
866
|
this.onContactStarted(a, true);
|
|
851
867
|
};
|
|
852
|
-
GridCellBase.prototype.
|
|
868
|
+
GridCellBase.prototype.dg = function (a) {
|
|
853
869
|
this.onContactMoved(a, true);
|
|
854
870
|
};
|
|
855
|
-
GridCellBase.prototype.
|
|
871
|
+
GridCellBase.prototype.dh = function (a) {
|
|
856
872
|
this.onContactCompleted(a, true);
|
|
857
873
|
};
|
|
858
874
|
GridCellBase.prototype.onContactStarted = function (e_, a) {
|
|
@@ -969,7 +985,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
969
985
|
}
|
|
970
986
|
this.s = false;
|
|
971
987
|
};
|
|
972
|
-
GridCellBase.prototype.
|
|
988
|
+
GridCellBase.prototype.ci = function (a, b) {
|
|
973
989
|
if (this.a != null) {
|
|
974
990
|
if (this.af(this.a)) {
|
|
975
991
|
if (this.a.isMouseDown) {
|
|
@@ -986,7 +1002,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
986
1002
|
}
|
|
987
1003
|
}
|
|
988
1004
|
};
|
|
989
|
-
GridCellBase.prototype.
|
|
1005
|
+
GridCellBase.prototype.ch = function (a, b) {
|
|
990
1006
|
if (this.a != null && this.a.isEnterActionDesired) {
|
|
991
1007
|
var c = a.pageX;
|
|
992
1008
|
var d = a.pageY;
|
|
@@ -995,7 +1011,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
995
1011
|
};
|
|
996
1012
|
GridCellBase.prototype.onDoubleClick = function (a) {
|
|
997
1013
|
};
|
|
998
|
-
GridCellBase.prototype.
|
|
1014
|
+
GridCellBase.prototype.cl = function (a, b, c) {
|
|
999
1015
|
switch (a) {
|
|
1000
1016
|
case "Indent":
|
|
1001
1017
|
this.a0 = this.bi * 24;
|
|
@@ -1007,10 +1023,10 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1007
1023
|
break;
|
|
1008
1024
|
case "IsCollapsable":
|
|
1009
1025
|
if (this.aa) {
|
|
1010
|
-
this.
|
|
1026
|
+
this.cb();
|
|
1011
1027
|
}
|
|
1012
1028
|
else {
|
|
1013
|
-
this.
|
|
1029
|
+
this.cv();
|
|
1014
1030
|
}
|
|
1015
1031
|
break;
|
|
1016
1032
|
case "IsExpanded":
|
|
@@ -1018,22 +1034,27 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1018
1034
|
this.j.g = this.ab;
|
|
1019
1035
|
}
|
|
1020
1036
|
break;
|
|
1037
|
+
case "ExpansionIndicatorIconColor":
|
|
1038
|
+
if (this.j != null) {
|
|
1039
|
+
this.j.ae = this.dt;
|
|
1040
|
+
}
|
|
1041
|
+
break;
|
|
1021
1042
|
case "IsHitTestVisible":
|
|
1022
1043
|
this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
|
|
1023
1044
|
break;
|
|
1024
1045
|
case "SuffixText":
|
|
1025
|
-
this.
|
|
1046
|
+
this.cm();
|
|
1026
1047
|
break;
|
|
1027
1048
|
case "SuffixIconName":
|
|
1028
1049
|
case "SuffixIconCollectionName":
|
|
1029
|
-
this.
|
|
1050
|
+
this.cn();
|
|
1030
1051
|
break;
|
|
1031
1052
|
case "SuffixTextColor":
|
|
1032
1053
|
case "SuffixTextFont":
|
|
1033
1054
|
case "SuffixIconStroke":
|
|
1034
1055
|
case "SuffixIconFill":
|
|
1035
1056
|
case "SuffixIconViewBox":
|
|
1036
|
-
this.
|
|
1057
|
+
this.co();
|
|
1037
1058
|
break;
|
|
1038
1059
|
case "SuffixMargin":
|
|
1039
1060
|
if (this.ap != null) {
|
|
@@ -1045,12 +1066,12 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1045
1066
|
break;
|
|
1046
1067
|
}
|
|
1047
1068
|
};
|
|
1048
|
-
GridCellBase.prototype.
|
|
1069
|
+
GridCellBase.prototype.ck = function () {
|
|
1049
1070
|
};
|
|
1050
|
-
GridCellBase.prototype.
|
|
1071
|
+
GridCellBase.prototype.ca = function () {
|
|
1051
1072
|
this.an.focus(true);
|
|
1052
1073
|
};
|
|
1053
|
-
GridCellBase.prototype.
|
|
1074
|
+
GridCellBase.prototype.b8 = function () {
|
|
1054
1075
|
if (this.a != null) {
|
|
1055
1076
|
var a = this.an.clone();
|
|
1056
1077
|
this.a.passCellClone(a);
|
|
@@ -1058,7 +1079,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1058
1079
|
};
|
|
1059
1080
|
GridCellBase.prototype.detach = function () {
|
|
1060
1081
|
};
|
|
1061
|
-
GridCellBase.prototype.
|
|
1082
|
+
GridCellBase.prototype.db = function (a) {
|
|
1062
1083
|
};
|
|
1063
1084
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
1064
1085
|
GridCellBase.o = null;
|