igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.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 +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- 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 +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- 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 +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-grid-column-filter-options-component.js +1 -1
- 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-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- 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/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/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- 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 +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- 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 +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- 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-definition-base-component.js +44 -44
- 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-grid-column-filter-options-component.js +1 -1
- 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-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- 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 +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -40,19 +40,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
40
40
|
this.a0 = 0;
|
|
41
41
|
this.a5 = 0;
|
|
42
42
|
this.t = false;
|
|
43
|
-
this.
|
|
43
|
+
this.dr = null;
|
|
44
44
|
this.u = false;
|
|
45
45
|
this.v = true;
|
|
46
46
|
this.aq = null;
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
47
|
+
this.br = null;
|
|
48
|
+
this.du = null;
|
|
49
49
|
this.m = null;
|
|
50
50
|
this.x = false;
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
51
|
+
this.bq = null;
|
|
52
|
+
this.bp = null;
|
|
53
|
+
this.dt = null;
|
|
54
|
+
this.ds = null;
|
|
55
|
+
this.dz = Rect.empty;
|
|
56
56
|
this.al = null;
|
|
57
57
|
this.ap = null;
|
|
58
58
|
this.l = null;
|
|
@@ -66,10 +66,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
66
66
|
this.aw = 0;
|
|
67
67
|
this.av = 0;
|
|
68
68
|
this.at = 0;
|
|
69
|
-
this.
|
|
69
|
+
this.dq = null;
|
|
70
70
|
this.a3 = 0;
|
|
71
71
|
this.bc = 0;
|
|
72
72
|
this.a4 = 0;
|
|
73
|
+
this.bd = 0;
|
|
73
74
|
this.k = null;
|
|
74
75
|
this.g = 0;
|
|
75
76
|
this.i = 0;
|
|
@@ -77,8 +78,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
77
78
|
this.ag = 0;
|
|
78
79
|
this.h = 1;
|
|
79
80
|
this.y = false;
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
81
|
+
this.bn = 0;
|
|
82
|
+
this.bo = 0;
|
|
82
83
|
this.as = 0;
|
|
83
84
|
this.bb = -1;
|
|
84
85
|
this.ax = 0;
|
|
@@ -94,20 +95,20 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
94
95
|
let c = (window.PointerEvent !== undefined);
|
|
95
96
|
let 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.cs));
|
|
99
|
+
this.an.listen("pointerup", runOn(this, this.cw));
|
|
100
|
+
this.an.listen("pointermove", runOn(this, this.cv));
|
|
101
|
+
this.an.listen("pointerleave", runOn(this, this.cu));
|
|
102
|
+
this.an.listen("pointerenter", runOn(this, this.ct));
|
|
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.ce));
|
|
106
|
+
this.an.listen("mouseup", runOn(this, this.ci));
|
|
107
|
+
this.an.listen("mousemove", runOn(this, this.ch));
|
|
108
|
+
this.an.listen("mouseleave", runOn(this, this.cg));
|
|
109
|
+
this.an.listen("touchstart", runOn(this, this.dh));
|
|
110
|
+
this.an.listen("touchend", runOn(this, this.dj));
|
|
111
|
+
this.an.listen("touchmove", runOn(this, this.di));
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
114
|
get b() {
|
|
@@ -132,26 +133,26 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
132
133
|
let b = this.w;
|
|
133
134
|
this.w = a;
|
|
134
135
|
if (b != this.w) {
|
|
135
|
-
this.
|
|
136
|
+
this.cn("IsRemoved", b, this.w);
|
|
136
137
|
}
|
|
137
138
|
}
|
|
138
|
-
get
|
|
139
|
+
get bg() {
|
|
139
140
|
return this.a2;
|
|
140
141
|
}
|
|
141
|
-
get
|
|
142
|
+
get be() {
|
|
142
143
|
return this.a0;
|
|
143
144
|
}
|
|
144
|
-
get
|
|
145
|
+
get bf() {
|
|
145
146
|
return this.a1;
|
|
146
147
|
}
|
|
147
|
-
get
|
|
148
|
+
get bj() {
|
|
148
149
|
return this.a5;
|
|
149
150
|
}
|
|
150
|
-
set
|
|
151
|
+
set bj(a) {
|
|
151
152
|
let b = this.a5;
|
|
152
153
|
this.a5 = a;
|
|
153
154
|
if (b != this.a5) {
|
|
154
|
-
this.
|
|
155
|
+
this.cn("Indent", b, this.a5);
|
|
155
156
|
}
|
|
156
157
|
}
|
|
157
158
|
get aa() {
|
|
@@ -161,17 +162,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
161
162
|
let b = this.t;
|
|
162
163
|
this.t = a;
|
|
163
164
|
if (b != this.t) {
|
|
164
|
-
this.
|
|
165
|
+
this.cn("IsCollapsable", b, this.t);
|
|
165
166
|
}
|
|
166
167
|
}
|
|
167
|
-
get
|
|
168
|
-
return this.
|
|
168
|
+
get dv() {
|
|
169
|
+
return this.dr;
|
|
169
170
|
}
|
|
170
|
-
set
|
|
171
|
-
let b = this.
|
|
172
|
-
this.
|
|
173
|
-
if (b != this.
|
|
174
|
-
this.
|
|
171
|
+
set dv(a) {
|
|
172
|
+
let b = this.dr;
|
|
173
|
+
this.dr = a;
|
|
174
|
+
if (b != this.dr) {
|
|
175
|
+
this.cn("ExpansionIndicatorIconColor", b, this.dr);
|
|
175
176
|
}
|
|
176
177
|
}
|
|
177
178
|
get ab() {
|
|
@@ -181,7 +182,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
181
182
|
let b = this.u;
|
|
182
183
|
this.u = a;
|
|
183
184
|
if (b != this.u) {
|
|
184
|
-
this.
|
|
185
|
+
this.cn("IsExpanded", b, this.u);
|
|
185
186
|
}
|
|
186
187
|
}
|
|
187
188
|
get ad() {
|
|
@@ -191,27 +192,27 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
191
192
|
let b = this.v;
|
|
192
193
|
this.v = a;
|
|
193
194
|
if (b != this.v) {
|
|
194
|
-
this.
|
|
195
|
+
this.cn("IsHitTestVisible", b, this.v);
|
|
195
196
|
}
|
|
196
197
|
}
|
|
197
|
-
get
|
|
198
|
-
return this.
|
|
198
|
+
get b6() {
|
|
199
|
+
return this.br;
|
|
199
200
|
}
|
|
200
|
-
set
|
|
201
|
-
let b = this.
|
|
202
|
-
this.
|
|
203
|
-
if (b != this.
|
|
204
|
-
this.
|
|
201
|
+
set b6(a) {
|
|
202
|
+
let b = this.br;
|
|
203
|
+
this.br = a;
|
|
204
|
+
if (b != this.br) {
|
|
205
|
+
this.cn("SuffixText", b, this.br);
|
|
205
206
|
}
|
|
206
207
|
}
|
|
207
|
-
get
|
|
208
|
-
return this.
|
|
208
|
+
get dy() {
|
|
209
|
+
return this.du;
|
|
209
210
|
}
|
|
210
|
-
set
|
|
211
|
-
let b = this.
|
|
212
|
-
this.
|
|
213
|
-
if (b != this.
|
|
214
|
-
this.
|
|
211
|
+
set dy(a) {
|
|
212
|
+
let b = this.du;
|
|
213
|
+
this.du = a;
|
|
214
|
+
if (b != this.du) {
|
|
215
|
+
this.cn("SuffixTextColor", b, this.du);
|
|
215
216
|
}
|
|
216
217
|
}
|
|
217
218
|
get n() {
|
|
@@ -221,11 +222,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
221
222
|
let b = this.m;
|
|
222
223
|
this.m = a;
|
|
223
224
|
if (b != this.m) {
|
|
224
|
-
this.
|
|
225
|
+
this.cn("SuffixTextFont", b, this.m);
|
|
225
226
|
}
|
|
226
227
|
}
|
|
227
|
-
|
|
228
|
-
if (this.
|
|
228
|
+
co() {
|
|
229
|
+
if (this.br != null) {
|
|
229
230
|
if (this.aq == null) {
|
|
230
231
|
this.aq = this.ak.createElement("span");
|
|
231
232
|
this.aq.setRawStyleProperty("display", "inline-block");
|
|
@@ -233,7 +234,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
233
234
|
this.aq.setRawStyleProperty("white-space", "nowrap");
|
|
234
235
|
this.aq.setRawStyleProperty("margin-left", this.aj + "px");
|
|
235
236
|
}
|
|
236
|
-
this.
|
|
237
|
+
this.cq();
|
|
237
238
|
if (!this.x) {
|
|
238
239
|
this.ar.setRawStyleProperty("display", "grid");
|
|
239
240
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -250,58 +251,58 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
250
251
|
}
|
|
251
252
|
}
|
|
252
253
|
}
|
|
253
|
-
get
|
|
254
|
-
return this.
|
|
254
|
+
get b1() {
|
|
255
|
+
return this.bq;
|
|
255
256
|
}
|
|
256
|
-
set
|
|
257
|
-
let b = this.
|
|
258
|
-
this.
|
|
259
|
-
if (b != this.
|
|
260
|
-
this.
|
|
257
|
+
set b1(a) {
|
|
258
|
+
let b = this.bq;
|
|
259
|
+
this.bq = a;
|
|
260
|
+
if (b != this.bq) {
|
|
261
|
+
this.cn("SuffixIconName", b, this.bq);
|
|
261
262
|
}
|
|
262
263
|
}
|
|
263
|
-
get
|
|
264
|
-
return this.
|
|
264
|
+
get by() {
|
|
265
|
+
return this.bp;
|
|
265
266
|
}
|
|
266
|
-
set
|
|
267
|
-
let b = this.
|
|
268
|
-
this.
|
|
269
|
-
if (b != this.
|
|
270
|
-
this.
|
|
267
|
+
set by(a) {
|
|
268
|
+
let b = this.bp;
|
|
269
|
+
this.bp = a;
|
|
270
|
+
if (b != this.bp) {
|
|
271
|
+
this.cn("SuffixIconCollectionName", b, this.bp);
|
|
271
272
|
}
|
|
272
273
|
}
|
|
273
|
-
get
|
|
274
|
-
return this.
|
|
274
|
+
get dx() {
|
|
275
|
+
return this.dt;
|
|
275
276
|
}
|
|
276
|
-
set
|
|
277
|
-
let b = this.
|
|
278
|
-
this.
|
|
279
|
-
if (b != this.
|
|
280
|
-
this.
|
|
277
|
+
set dx(a) {
|
|
278
|
+
let b = this.dt;
|
|
279
|
+
this.dt = a;
|
|
280
|
+
if (b != this.dt) {
|
|
281
|
+
this.cn("SuffixIconStroke", b, this.dt);
|
|
281
282
|
}
|
|
282
283
|
}
|
|
283
|
-
get
|
|
284
|
-
return this.
|
|
284
|
+
get dw() {
|
|
285
|
+
return this.ds;
|
|
285
286
|
}
|
|
286
|
-
set
|
|
287
|
-
let b = this.
|
|
288
|
-
this.
|
|
289
|
-
if (b != this.
|
|
290
|
-
this.
|
|
287
|
+
set dw(a) {
|
|
288
|
+
let b = this.ds;
|
|
289
|
+
this.ds = a;
|
|
290
|
+
if (b != this.ds) {
|
|
291
|
+
this.cn("SuffixIconFill", b, this.ds);
|
|
291
292
|
}
|
|
292
293
|
}
|
|
293
|
-
get
|
|
294
|
-
return this.
|
|
294
|
+
get d0() {
|
|
295
|
+
return this.dz;
|
|
295
296
|
}
|
|
296
|
-
set
|
|
297
|
-
let b = this.
|
|
298
|
-
this.
|
|
299
|
-
if (Rect.l_op_Inequality(b, this.
|
|
300
|
-
this.
|
|
297
|
+
set d0(a) {
|
|
298
|
+
let b = this.dz;
|
|
299
|
+
this.dz = a;
|
|
300
|
+
if (Rect.l_op_Inequality(b, this.dz)) {
|
|
301
|
+
this.cn("SuffixIconViewBox", b, this.dz);
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
|
-
|
|
304
|
-
if (this.
|
|
304
|
+
cp() {
|
|
305
|
+
if (this.bq != null && this.bp != null) {
|
|
305
306
|
if (this.l == null) {
|
|
306
307
|
this.ap = this.ak.createElement("div");
|
|
307
308
|
this.al = this.ak.getSubRenderer(this.ap);
|
|
@@ -311,7 +312,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
311
312
|
this.ap.setRawStyleProperty("overflow", "hidden");
|
|
312
313
|
this.ap.setRawStyleProperty("margin-left", this.aj + "px");
|
|
313
314
|
}
|
|
314
|
-
this.
|
|
315
|
+
this.cq();
|
|
315
316
|
if (!this.x) {
|
|
316
317
|
this.ar.setRawStyleProperty("display", "grid");
|
|
317
318
|
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
@@ -328,35 +329,35 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
328
329
|
}
|
|
329
330
|
}
|
|
330
331
|
}
|
|
331
|
-
|
|
332
|
+
cq() {
|
|
332
333
|
if (this.aq != null) {
|
|
333
|
-
this.
|
|
334
|
-
this.
|
|
335
|
-
this.
|
|
336
|
-
this.
|
|
334
|
+
this.db(this.aq, this.br);
|
|
335
|
+
this.dc(this.aq, this.dy);
|
|
336
|
+
this.c3(this.aq, this.n);
|
|
337
|
+
this.de(this.aq, this.h);
|
|
337
338
|
}
|
|
338
339
|
if (this.l != null) {
|
|
339
|
-
this.l.ea = this.
|
|
340
|
-
this.l.fill = this.
|
|
341
|
-
if (!this.
|
|
342
|
-
this.l.a6 = this.
|
|
343
|
-
this.l.a7 = this.
|
|
344
|
-
this.l.a8 = this.
|
|
345
|
-
this.l.a5 = this.
|
|
340
|
+
this.l.ea = this.dx;
|
|
341
|
+
this.l.fill = this.dw;
|
|
342
|
+
if (!this.d0.isEmpty && !isNaN_(this.d0.left) && !isNaN_(this.d0.top) && !isNaN_(this.d0.width) && !isNaN_(this.d0.height)) {
|
|
343
|
+
this.l.a6 = this.d0.left;
|
|
344
|
+
this.l.a7 = this.d0.top;
|
|
345
|
+
this.l.a8 = this.d0.width;
|
|
346
|
+
this.l.a5 = this.d0.height;
|
|
346
347
|
}
|
|
347
|
-
this.
|
|
348
|
-
this.
|
|
349
|
-
this.
|
|
350
|
-
this.
|
|
348
|
+
this.da(this.ap, this.dx);
|
|
349
|
+
this.c2(this.ap, this.dw);
|
|
350
|
+
this.de(this.ap, this.h);
|
|
351
|
+
this.c6(this.l, this.by, this.b1);
|
|
351
352
|
}
|
|
352
353
|
}
|
|
353
|
-
|
|
354
|
+
c6(a, b, c) {
|
|
354
355
|
a.svg = null;
|
|
355
356
|
a.svgPath = null;
|
|
356
357
|
a.b = null;
|
|
357
358
|
a.b2 = null;
|
|
358
359
|
a.bj = null;
|
|
359
|
-
let d = SvgIconRegistry.instance.getSvgPathString(this.
|
|
360
|
+
let d = SvgIconRegistry.instance.getSvgPathString(this.bp, this.bq);
|
|
360
361
|
if (d != null) {
|
|
361
362
|
if (stringStartsWith(d, "<svg")) {
|
|
362
363
|
a.svg = d;
|
|
@@ -366,17 +367,17 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
366
367
|
}
|
|
367
368
|
return;
|
|
368
369
|
}
|
|
369
|
-
let e = SvgIconRegistry.instance.getSvgPathsString(this.
|
|
370
|
+
let e = SvgIconRegistry.instance.getSvgPathsString(this.bp, this.bq);
|
|
370
371
|
if (e != null) {
|
|
371
372
|
a.b = e;
|
|
372
373
|
return;
|
|
373
374
|
}
|
|
374
|
-
let f = SvgIconRegistry.instance.getDataURLString(this.
|
|
375
|
+
let f = SvgIconRegistry.instance.getDataURLString(this.bp, this.bq);
|
|
375
376
|
if (f != null) {
|
|
376
377
|
a.b2 = f;
|
|
377
378
|
return;
|
|
378
379
|
}
|
|
379
|
-
let g = SvgIconRegistry.instance.getIconSource(this.
|
|
380
|
+
let g = SvgIconRegistry.instance.getIconSource(this.bp, this.bq);
|
|
380
381
|
if (g != null) {
|
|
381
382
|
a.bj = g;
|
|
382
383
|
}
|
|
@@ -388,12 +389,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
388
389
|
let b = this.ai;
|
|
389
390
|
this.ai = a;
|
|
390
391
|
if (b != this.ai) {
|
|
391
|
-
this.
|
|
392
|
+
this.cn("SuffixMargin", b, this.ai);
|
|
392
393
|
}
|
|
393
394
|
}
|
|
394
|
-
|
|
395
|
+
cd() {
|
|
395
396
|
this.a1 = 10;
|
|
396
|
-
this.a0 = this.
|
|
397
|
+
this.a0 = this.bj * 24;
|
|
397
398
|
this.a2 = 24;
|
|
398
399
|
if (this.ao == null) {
|
|
399
400
|
this.ao = this.ak.createElement("div");
|
|
@@ -411,13 +412,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
411
412
|
this.j = new GridExpansionIndicator();
|
|
412
413
|
this.j.ab(a);
|
|
413
414
|
this.j.y(24, 24);
|
|
414
|
-
this.j.ae = this.
|
|
415
|
+
this.j.ae = this.dr;
|
|
415
416
|
}
|
|
416
417
|
if (this.ao.parent() == null) {
|
|
417
418
|
this.an.append(this.ao);
|
|
418
419
|
}
|
|
419
420
|
}
|
|
420
|
-
|
|
421
|
+
cx() {
|
|
421
422
|
this.a2 = 0;
|
|
422
423
|
this.a1 = 0;
|
|
423
424
|
if (this.ao != null) {
|
|
@@ -438,7 +439,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
438
439
|
get ae() {
|
|
439
440
|
return this.get_ae();
|
|
440
441
|
}
|
|
441
|
-
|
|
442
|
+
c9(a, b, c, d) {
|
|
442
443
|
this.a7 = a;
|
|
443
444
|
this.a9 = b;
|
|
444
445
|
this.a8 = c;
|
|
@@ -448,12 +449,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
448
449
|
this.an.setRawStyleProperty("padding-right", c.toString() + "px");
|
|
449
450
|
this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
|
|
450
451
|
}
|
|
451
|
-
|
|
452
|
+
c0(a, b, c, d, e) {
|
|
452
453
|
this.au = b;
|
|
453
454
|
this.aw = c;
|
|
454
455
|
this.av = d;
|
|
455
456
|
this.at = e;
|
|
456
|
-
this.
|
|
457
|
+
this.dq = a;
|
|
457
458
|
if (a == null) {
|
|
458
459
|
this.an.setRawStyleProperty("border", "");
|
|
459
460
|
}
|
|
@@ -472,16 +473,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
472
473
|
get ac() {
|
|
473
474
|
return this.get_ac();
|
|
474
475
|
}
|
|
475
|
-
get
|
|
476
|
+
get bh() {
|
|
476
477
|
return this.a3;
|
|
477
478
|
}
|
|
478
|
-
get
|
|
479
|
+
get bk() {
|
|
479
480
|
return this.bc;
|
|
480
481
|
}
|
|
481
|
-
get
|
|
482
|
+
get bi() {
|
|
482
483
|
return this.a4;
|
|
483
484
|
}
|
|
484
|
-
|
|
485
|
+
get bl() {
|
|
486
|
+
return this.bd;
|
|
487
|
+
}
|
|
488
|
+
c4(a, b) {
|
|
485
489
|
if (this.a3 != a || this.a4 != b) {
|
|
486
490
|
let c = this.a3;
|
|
487
491
|
this.a3 = a;
|
|
@@ -489,22 +493,26 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
489
493
|
let d = Math.max(0, this.a3 - this.a4);
|
|
490
494
|
this.an.setRawStyleProperty("height", a.toString() + "px");
|
|
491
495
|
if (this.ao != null) {
|
|
492
|
-
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
496
|
+
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2) - this.aw);
|
|
493
497
|
}
|
|
494
|
-
this.
|
|
498
|
+
this.dg(this.bc, this.a3, this.bc, c);
|
|
495
499
|
}
|
|
496
500
|
}
|
|
497
|
-
|
|
498
|
-
if (this.bc != a) {
|
|
501
|
+
df(a, b) {
|
|
502
|
+
if (this.bc != a || this.bd != b) {
|
|
499
503
|
let c = this.bc;
|
|
500
504
|
this.bc = a;
|
|
505
|
+
this.bd = b;
|
|
501
506
|
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
502
|
-
|
|
507
|
+
if (this.ao != null) {
|
|
508
|
+
this.ao.setRawXPosition(this.a7 + this.a0);
|
|
509
|
+
}
|
|
510
|
+
this.dg(this.bc, this.a3, c, this.a3);
|
|
503
511
|
}
|
|
504
512
|
}
|
|
505
|
-
|
|
513
|
+
dg(a, b, c, d) {
|
|
506
514
|
}
|
|
507
|
-
|
|
515
|
+
cb() {
|
|
508
516
|
if (!this.ae) {
|
|
509
517
|
return;
|
|
510
518
|
}
|
|
@@ -516,40 +524,40 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
516
524
|
this.k.i = 0;
|
|
517
525
|
this.an.append(this.k.g);
|
|
518
526
|
}
|
|
519
|
-
|
|
527
|
+
cz(a) {
|
|
520
528
|
this.an.setRawStyleProperty("background-color", a.colorString);
|
|
521
529
|
}
|
|
522
|
-
|
|
530
|
+
c8(a) {
|
|
523
531
|
this.an.setRawStyleProperty("opacity", a.toString());
|
|
524
532
|
}
|
|
525
|
-
|
|
533
|
+
c3(a, b) {
|
|
526
534
|
if (b == null) {
|
|
527
535
|
b = FontUtil.getDefaultFont(this.am);
|
|
528
536
|
}
|
|
529
537
|
a.setRawStyleProperty("font", b.fontString);
|
|
530
538
|
}
|
|
531
|
-
|
|
539
|
+
dc(a, b) {
|
|
532
540
|
let c = Color.u(0, 0, 0, 0);
|
|
533
541
|
if (b != null) {
|
|
534
542
|
c = b.color;
|
|
535
543
|
}
|
|
536
544
|
a.setRawStyleProperty("color", c.colorString);
|
|
537
545
|
}
|
|
538
|
-
|
|
546
|
+
da(a, b) {
|
|
539
547
|
let c = Color.u(0, 0, 0, 0);
|
|
540
548
|
if (b != null) {
|
|
541
549
|
c = b.color;
|
|
542
550
|
}
|
|
543
551
|
a.setRawStyleProperty("stroke", c.colorString);
|
|
544
552
|
}
|
|
545
|
-
|
|
553
|
+
c2(a, b) {
|
|
546
554
|
let c = Color.u(0, 0, 0, 0);
|
|
547
555
|
if (b != null) {
|
|
548
556
|
c = b.color;
|
|
549
557
|
}
|
|
550
558
|
a.setRawStyleProperty("fill", c.colorString);
|
|
551
559
|
}
|
|
552
|
-
|
|
560
|
+
db(a, b) {
|
|
553
561
|
if (a != null) {
|
|
554
562
|
a.setRawText(b);
|
|
555
563
|
}
|
|
@@ -558,19 +566,19 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
558
566
|
if (TestRandomness.instance.testRandomnessSource != null) {
|
|
559
567
|
return TestRandomness.instance.testRandomnessSource;
|
|
560
568
|
}
|
|
561
|
-
return new DefaultRandomnessSource(1, GridCellBase.
|
|
569
|
+
return new DefaultRandomnessSource(1, GridCellBase.bm);
|
|
562
570
|
}
|
|
563
571
|
p() {
|
|
564
572
|
let a = this.q();
|
|
565
573
|
return a.getGenerator("PlaceholderWidths");
|
|
566
574
|
}
|
|
567
|
-
|
|
575
|
+
dp(a) {
|
|
568
576
|
if (!this.ae) {
|
|
569
577
|
return;
|
|
570
578
|
}
|
|
571
579
|
this.k.i = (a * 0.20000000298023224);
|
|
572
580
|
}
|
|
573
|
-
|
|
581
|
+
dm(a, b, c, d) {
|
|
574
582
|
if (this.k != null) {
|
|
575
583
|
let e = this.ah;
|
|
576
584
|
let f = this.ag;
|
|
@@ -590,15 +598,15 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
590
598
|
this.k.g.setRawYPosition(b);
|
|
591
599
|
}
|
|
592
600
|
}
|
|
593
|
-
|
|
601
|
+
cl(a, b, c) {
|
|
594
602
|
}
|
|
595
|
-
|
|
603
|
+
cr(a) {
|
|
596
604
|
this.h = a;
|
|
597
605
|
if (this.aq != null) {
|
|
598
|
-
this.
|
|
606
|
+
this.de(this.aq, a);
|
|
599
607
|
}
|
|
600
608
|
}
|
|
601
|
-
|
|
609
|
+
dn(a) {
|
|
602
610
|
if (!this.ae) {
|
|
603
611
|
return;
|
|
604
612
|
}
|
|
@@ -610,8 +618,8 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
610
618
|
this.ag = b;
|
|
611
619
|
this.k.d = (b);
|
|
612
620
|
}
|
|
613
|
-
let c = a.
|
|
614
|
-
let d = a.
|
|
621
|
+
let c = a.ib * 0.2;
|
|
622
|
+
let d = a.gd * 0.6;
|
|
615
623
|
if (this.ah >= c && this.ah <= d && !this.y) {
|
|
616
624
|
return;
|
|
617
625
|
}
|
|
@@ -624,9 +632,9 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
624
632
|
this.ah = e;
|
|
625
633
|
this.k.e = e;
|
|
626
634
|
}
|
|
627
|
-
this.
|
|
635
|
+
this.dm(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
628
636
|
}
|
|
629
|
-
|
|
637
|
+
dk(a, b) {
|
|
630
638
|
if (!this.ae) {
|
|
631
639
|
return;
|
|
632
640
|
}
|
|
@@ -634,7 +642,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
634
642
|
this.i = b;
|
|
635
643
|
this.y = true;
|
|
636
644
|
}
|
|
637
|
-
|
|
645
|
+
dl(a) {
|
|
638
646
|
if (!this.ae) {
|
|
639
647
|
return;
|
|
640
648
|
}
|
|
@@ -642,16 +650,16 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
642
650
|
this.k.l = a.color;
|
|
643
651
|
}
|
|
644
652
|
}
|
|
645
|
-
|
|
653
|
+
cy(a) {
|
|
646
654
|
this.a = a;
|
|
647
655
|
}
|
|
648
|
-
|
|
656
|
+
c7(a) {
|
|
649
657
|
this.e = a;
|
|
650
658
|
}
|
|
651
|
-
|
|
659
|
+
c1(a) {
|
|
652
660
|
this.c = a;
|
|
653
661
|
}
|
|
654
|
-
|
|
662
|
+
c5(a, b) {
|
|
655
663
|
switch (b) {
|
|
656
664
|
case 0:
|
|
657
665
|
this.ar.setRawStyleProperty("text-align", "left");
|
|
@@ -667,7 +675,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
667
675
|
break;
|
|
668
676
|
}
|
|
669
677
|
}
|
|
670
|
-
|
|
678
|
+
de(a, b) {
|
|
671
679
|
switch (b) {
|
|
672
680
|
case 0:
|
|
673
681
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -690,67 +698,67 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
690
698
|
af(a) {
|
|
691
699
|
return a.isClickActionDesired;
|
|
692
700
|
}
|
|
693
|
-
|
|
701
|
+
ce(a) {
|
|
694
702
|
this.onContactStarted(a, false);
|
|
695
703
|
}
|
|
696
|
-
|
|
704
|
+
ci(a) {
|
|
697
705
|
this.onContactCompleted(a, false);
|
|
698
706
|
}
|
|
699
|
-
|
|
707
|
+
ch(a) {
|
|
700
708
|
this.onContactMoved(a, false);
|
|
701
709
|
}
|
|
702
|
-
|
|
703
|
-
this.
|
|
710
|
+
cg(a) {
|
|
711
|
+
this.ck(a, false);
|
|
704
712
|
}
|
|
705
|
-
|
|
706
|
-
this.
|
|
713
|
+
cf(a) {
|
|
714
|
+
this.cj(a, false);
|
|
707
715
|
}
|
|
708
|
-
|
|
716
|
+
cs(e_) {
|
|
709
717
|
let a = (e_.originalEvent.pointerType);
|
|
710
718
|
if (a == "touch") {
|
|
711
|
-
this.
|
|
719
|
+
this.dh(e_);
|
|
712
720
|
}
|
|
713
721
|
else {
|
|
714
|
-
this.
|
|
722
|
+
this.ce(e_);
|
|
715
723
|
}
|
|
716
724
|
}
|
|
717
|
-
|
|
725
|
+
cv(e_) {
|
|
718
726
|
let a = (e_.originalEvent.pointerType);
|
|
719
727
|
if (a == "touch") {
|
|
720
|
-
this.
|
|
728
|
+
this.di(e_);
|
|
721
729
|
}
|
|
722
730
|
else {
|
|
723
|
-
this.
|
|
731
|
+
this.ch(e_);
|
|
724
732
|
}
|
|
725
733
|
}
|
|
726
|
-
|
|
734
|
+
cw(e_) {
|
|
727
735
|
let a = (e_.originalEvent.pointerType);
|
|
728
736
|
if (a == "touch") {
|
|
729
|
-
this.
|
|
737
|
+
this.dj(e_);
|
|
730
738
|
}
|
|
731
739
|
else {
|
|
732
|
-
this.
|
|
740
|
+
this.ci(e_);
|
|
733
741
|
}
|
|
734
742
|
}
|
|
735
|
-
|
|
743
|
+
cu(e_) {
|
|
736
744
|
let a = (e_.originalEvent.pointerType);
|
|
737
745
|
if (a != "touch") {
|
|
738
|
-
this.
|
|
746
|
+
this.cg(e_);
|
|
739
747
|
}
|
|
740
748
|
}
|
|
741
|
-
|
|
749
|
+
ct(e_) {
|
|
742
750
|
let a = (e_.originalEvent.pointerType);
|
|
743
751
|
if (a != "touch") {
|
|
744
|
-
this.
|
|
752
|
+
this.cf(e_);
|
|
745
753
|
}
|
|
746
754
|
}
|
|
747
|
-
|
|
755
|
+
dh(a) {
|
|
748
756
|
this.onContactStarted(a, true);
|
|
749
757
|
}
|
|
750
|
-
|
|
758
|
+
di(a) {
|
|
751
759
|
this.onContactMoved(a, true);
|
|
752
760
|
}
|
|
753
|
-
|
|
761
|
+
dj(a) {
|
|
754
762
|
this.onContactCompleted(a, true);
|
|
755
763
|
}
|
|
756
764
|
onContactStarted(e_, a) {
|
|
@@ -765,13 +773,13 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
765
773
|
}
|
|
766
774
|
else {
|
|
767
775
|
if (this.a != null && this.af(this.a)) {
|
|
768
|
-
this.
|
|
769
|
-
this.
|
|
776
|
+
this.bn = e_.pageX;
|
|
777
|
+
this.bo = e_.pageY;
|
|
770
778
|
if (this.bb != e_.which) {
|
|
771
779
|
this.ax = 0;
|
|
772
780
|
}
|
|
773
781
|
this.bb = e_.which;
|
|
774
|
-
this.a.mouseDownCell(this.
|
|
782
|
+
this.a.mouseDownCell(this.bn, this.bo);
|
|
775
783
|
}
|
|
776
784
|
}
|
|
777
785
|
}
|
|
@@ -866,7 +874,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
866
874
|
}
|
|
867
875
|
this.s = false;
|
|
868
876
|
}
|
|
869
|
-
|
|
877
|
+
ck(a, b) {
|
|
870
878
|
if (this.a != null) {
|
|
871
879
|
if (this.af(this.a)) {
|
|
872
880
|
if (this.a.isMouseDown) {
|
|
@@ -883,7 +891,7 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
883
891
|
}
|
|
884
892
|
}
|
|
885
893
|
}
|
|
886
|
-
|
|
894
|
+
cj(a, b) {
|
|
887
895
|
if (this.a != null && this.a.isEnterActionDesired) {
|
|
888
896
|
let c = a.pageX;
|
|
889
897
|
let d = a.pageY;
|
|
@@ -892,11 +900,11 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
892
900
|
}
|
|
893
901
|
onDoubleClick(a) {
|
|
894
902
|
}
|
|
895
|
-
|
|
903
|
+
cn(a, b, c) {
|
|
896
904
|
switch (a) {
|
|
897
905
|
case "Indent":
|
|
898
|
-
this.a0 = this.
|
|
899
|
-
this.a1 = this.
|
|
906
|
+
this.a0 = this.bj * 24;
|
|
907
|
+
this.a1 = this.bj > 0 ? 10 : 0;
|
|
900
908
|
if (this.ao != null) {
|
|
901
909
|
this.ao.setRawXPosition(this.a7 + this.a0);
|
|
902
910
|
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
|
|
@@ -904,10 +912,10 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
904
912
|
break;
|
|
905
913
|
case "IsCollapsable":
|
|
906
914
|
if (this.aa) {
|
|
907
|
-
this.
|
|
915
|
+
this.cd();
|
|
908
916
|
}
|
|
909
917
|
else {
|
|
910
|
-
this.
|
|
918
|
+
this.cx();
|
|
911
919
|
}
|
|
912
920
|
break;
|
|
913
921
|
case "IsExpanded":
|
|
@@ -917,25 +925,25 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
917
925
|
break;
|
|
918
926
|
case "ExpansionIndicatorIconColor":
|
|
919
927
|
if (this.j != null) {
|
|
920
|
-
this.j.ae = this.
|
|
928
|
+
this.j.ae = this.dv;
|
|
921
929
|
}
|
|
922
930
|
break;
|
|
923
931
|
case "IsHitTestVisible":
|
|
924
932
|
this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
|
|
925
933
|
break;
|
|
926
934
|
case "SuffixText":
|
|
927
|
-
this.
|
|
935
|
+
this.co();
|
|
928
936
|
break;
|
|
929
937
|
case "SuffixIconName":
|
|
930
938
|
case "SuffixIconCollectionName":
|
|
931
|
-
this.
|
|
939
|
+
this.cp();
|
|
932
940
|
break;
|
|
933
941
|
case "SuffixTextColor":
|
|
934
942
|
case "SuffixTextFont":
|
|
935
943
|
case "SuffixIconStroke":
|
|
936
944
|
case "SuffixIconFill":
|
|
937
945
|
case "SuffixIconViewBox":
|
|
938
|
-
this.
|
|
946
|
+
this.cq();
|
|
939
947
|
break;
|
|
940
948
|
case "SuffixMargin":
|
|
941
949
|
if (this.ap != null) {
|
|
@@ -947,12 +955,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
947
955
|
break;
|
|
948
956
|
}
|
|
949
957
|
}
|
|
950
|
-
|
|
958
|
+
cm() {
|
|
951
959
|
}
|
|
952
|
-
|
|
960
|
+
cc() {
|
|
953
961
|
this.an.focus(true);
|
|
954
962
|
}
|
|
955
|
-
|
|
963
|
+
ca() {
|
|
956
964
|
if (this.a != null) {
|
|
957
965
|
let a = this.an.clone();
|
|
958
966
|
this.a.passCellClone(a);
|
|
@@ -960,12 +968,12 @@ export let GridCellBase = /*@__PURE__*/ (() => {
|
|
|
960
968
|
}
|
|
961
969
|
detach() {
|
|
962
970
|
}
|
|
963
|
-
|
|
971
|
+
dd(a) {
|
|
964
972
|
}
|
|
965
973
|
}
|
|
966
974
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
967
975
|
GridCellBase.o = null;
|
|
968
|
-
GridCellBase.
|
|
976
|
+
GridCellBase.bm = new Random(0);
|
|
969
977
|
GridCellBase.ba = 10;
|
|
970
978
|
GridCellBase.ay = 3;
|
|
971
979
|
return GridCellBase;
|