igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.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 +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- 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 +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- 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 +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
package/esm5/lib/GridCellBase.js
CHANGED
|
@@ -30,45 +30,46 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
30
30
|
_this.a = null;
|
|
31
31
|
_this.e = null;
|
|
32
32
|
_this.c = null;
|
|
33
|
-
_this.
|
|
34
|
-
_this.
|
|
33
|
+
_this.ak = null;
|
|
34
|
+
_this.an = null;
|
|
35
35
|
_this.w = false;
|
|
36
|
-
_this.
|
|
36
|
+
_this.ao = null;
|
|
37
37
|
_this.j = null;
|
|
38
|
+
_this.a2 = 0;
|
|
39
|
+
_this.az = 24;
|
|
40
|
+
_this.a1 = 0;
|
|
38
41
|
_this.a0 = 0;
|
|
39
|
-
_this.
|
|
40
|
-
_this.az = 0;
|
|
41
|
-
_this.ay = 0;
|
|
42
|
-
_this.a3 = 0;
|
|
42
|
+
_this.a5 = 0;
|
|
43
43
|
_this.t = false;
|
|
44
44
|
_this.u = false;
|
|
45
45
|
_this.v = true;
|
|
46
|
-
_this.
|
|
47
|
-
_this.
|
|
48
|
-
_this.
|
|
46
|
+
_this.aq = null;
|
|
47
|
+
_this.bp = null;
|
|
48
|
+
_this.dp = null;
|
|
49
49
|
_this.m = null;
|
|
50
50
|
_this.x = false;
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
51
|
+
_this.bo = null;
|
|
52
|
+
_this.bn = null;
|
|
53
|
+
_this.dn = null;
|
|
54
|
+
_this.dm = null;
|
|
55
|
+
_this.dt = Rect.empty;
|
|
56
|
+
_this.al = null;
|
|
57
|
+
_this.ap = null;
|
|
58
58
|
_this.l = null;
|
|
59
|
+
_this.ai = 5;
|
|
59
60
|
_this.r = false;
|
|
60
|
-
_this.a5 = 0;
|
|
61
61
|
_this.a7 = 0;
|
|
62
|
+
_this.a9 = 0;
|
|
63
|
+
_this.a8 = 0;
|
|
62
64
|
_this.a6 = 0;
|
|
63
|
-
_this.a4 = 0;
|
|
64
|
-
_this.as = 0;
|
|
65
65
|
_this.au = 0;
|
|
66
|
+
_this.aw = 0;
|
|
67
|
+
_this.av = 0;
|
|
66
68
|
_this.at = 0;
|
|
67
|
-
_this.
|
|
68
|
-
_this.
|
|
69
|
-
_this.
|
|
70
|
-
_this.
|
|
71
|
-
_this.a2 = 0;
|
|
69
|
+
_this.dl = null;
|
|
70
|
+
_this.a3 = 0;
|
|
71
|
+
_this.bc = 0;
|
|
72
|
+
_this.a4 = 0;
|
|
72
73
|
_this.k = null;
|
|
73
74
|
_this.g = 0;
|
|
74
75
|
_this.i = 0;
|
|
@@ -76,37 +77,37 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
76
77
|
_this.ag = 0;
|
|
77
78
|
_this.h = 1;
|
|
78
79
|
_this.y = false;
|
|
79
|
-
_this.
|
|
80
|
-
_this.
|
|
81
|
-
_this.
|
|
82
|
-
_this.
|
|
83
|
-
_this.
|
|
80
|
+
_this.bl = 0;
|
|
81
|
+
_this.bm = 0;
|
|
82
|
+
_this.as = 0;
|
|
83
|
+
_this.bb = -1;
|
|
84
|
+
_this.ax = 0;
|
|
84
85
|
_this.s = false;
|
|
85
|
-
_this.
|
|
86
|
-
_this.
|
|
87
|
-
_this.
|
|
88
|
-
_this.
|
|
89
|
-
_this.
|
|
90
|
-
_this.
|
|
91
|
-
_this.
|
|
86
|
+
_this.ak = a;
|
|
87
|
+
_this.an = _this.ak.createElement("div");
|
|
88
|
+
_this.an.setAttribute("tabindex", "-1");
|
|
89
|
+
_this.an.setRawStyleProperty("position", "absolute");
|
|
90
|
+
_this.an.setRawStyleProperty("overflow", "hidden");
|
|
91
|
+
_this.an.setRawStyleProperty("box-sizing", "border-box");
|
|
92
|
+
_this.an.setRawStyleProperty("outline", "none");
|
|
92
93
|
var b = (window.navigator.msPointerEnabled && window.MSGesture !== undefined);
|
|
93
94
|
var c = (window.PointerEvent !== undefined);
|
|
94
95
|
var d = (window.TouchEvent);
|
|
95
96
|
if ((b || c)) {
|
|
96
|
-
_this.
|
|
97
|
-
_this.
|
|
98
|
-
_this.
|
|
99
|
-
_this.
|
|
100
|
-
_this.
|
|
97
|
+
_this.an.listen("pointerdown", runOn(_this, _this.cp));
|
|
98
|
+
_this.an.listen("pointerup", runOn(_this, _this.ct));
|
|
99
|
+
_this.an.listen("pointermove", runOn(_this, _this.cs));
|
|
100
|
+
_this.an.listen("pointerleave", runOn(_this, _this.cr));
|
|
101
|
+
_this.an.listen("pointerenter", runOn(_this, _this.cq));
|
|
101
102
|
}
|
|
102
103
|
else {
|
|
103
|
-
_this.
|
|
104
|
-
_this.
|
|
105
|
-
_this.
|
|
106
|
-
_this.
|
|
107
|
-
_this.
|
|
108
|
-
_this.
|
|
109
|
-
_this.
|
|
104
|
+
_this.an.listen("mousedown", runOn(_this, _this.cb));
|
|
105
|
+
_this.an.listen("mouseup", runOn(_this, _this.cf));
|
|
106
|
+
_this.an.listen("mousemove", runOn(_this, _this.ce));
|
|
107
|
+
_this.an.listen("mouseleave", runOn(_this, _this.cd));
|
|
108
|
+
_this.an.listen("touchstart", runOn(_this, _this.dd));
|
|
109
|
+
_this.an.listen("touchend", runOn(_this, _this.df));
|
|
110
|
+
_this.an.listen("touchmove", runOn(_this, _this.de));
|
|
110
111
|
}
|
|
111
112
|
return _this;
|
|
112
113
|
}
|
|
@@ -131,16 +132,16 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
131
132
|
enumerable: false,
|
|
132
133
|
configurable: true
|
|
133
134
|
});
|
|
134
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
135
|
+
Object.defineProperty(GridCellBase.prototype, "am", {
|
|
135
136
|
get: function () {
|
|
136
|
-
return this.
|
|
137
|
+
return this.ak;
|
|
137
138
|
},
|
|
138
139
|
enumerable: false,
|
|
139
140
|
configurable: true
|
|
140
141
|
});
|
|
141
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
142
|
+
Object.defineProperty(GridCellBase.prototype, "ar", {
|
|
142
143
|
get: function () {
|
|
143
|
-
return this.
|
|
144
|
+
return this.an;
|
|
144
145
|
},
|
|
145
146
|
enumerable: false,
|
|
146
147
|
configurable: true
|
|
@@ -153,42 +154,42 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
153
154
|
var b = this.w;
|
|
154
155
|
this.w = a;
|
|
155
156
|
if (b != this.w) {
|
|
156
|
-
this.
|
|
157
|
+
this.ck("IsRemoved", b, this.w);
|
|
157
158
|
}
|
|
158
159
|
},
|
|
159
160
|
enumerable: false,
|
|
160
161
|
configurable: true
|
|
161
162
|
});
|
|
162
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
163
|
+
Object.defineProperty(GridCellBase.prototype, "bf", {
|
|
163
164
|
get: function () {
|
|
164
|
-
return this.
|
|
165
|
+
return this.a2;
|
|
165
166
|
},
|
|
166
167
|
enumerable: false,
|
|
167
168
|
configurable: true
|
|
168
169
|
});
|
|
169
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
170
|
+
Object.defineProperty(GridCellBase.prototype, "bd", {
|
|
170
171
|
get: function () {
|
|
171
|
-
return this.
|
|
172
|
+
return this.a0;
|
|
172
173
|
},
|
|
173
174
|
enumerable: false,
|
|
174
175
|
configurable: true
|
|
175
176
|
});
|
|
176
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
177
|
+
Object.defineProperty(GridCellBase.prototype, "be", {
|
|
177
178
|
get: function () {
|
|
178
|
-
return this.
|
|
179
|
+
return this.a1;
|
|
179
180
|
},
|
|
180
181
|
enumerable: false,
|
|
181
182
|
configurable: true
|
|
182
183
|
});
|
|
183
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
184
|
+
Object.defineProperty(GridCellBase.prototype, "bi", {
|
|
184
185
|
get: function () {
|
|
185
|
-
return this.
|
|
186
|
+
return this.a5;
|
|
186
187
|
},
|
|
187
188
|
set: function (a) {
|
|
188
|
-
var b = this.
|
|
189
|
-
this.
|
|
190
|
-
if (b != this.
|
|
191
|
-
this.
|
|
189
|
+
var b = this.a5;
|
|
190
|
+
this.a5 = a;
|
|
191
|
+
if (b != this.a5) {
|
|
192
|
+
this.ck("Indent", b, this.a5);
|
|
192
193
|
}
|
|
193
194
|
},
|
|
194
195
|
enumerable: false,
|
|
@@ -202,7 +203,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
202
203
|
var b = this.t;
|
|
203
204
|
this.t = a;
|
|
204
205
|
if (b != this.t) {
|
|
205
|
-
this.
|
|
206
|
+
this.ck("IsCollapsable", b, this.t);
|
|
206
207
|
}
|
|
207
208
|
},
|
|
208
209
|
enumerable: false,
|
|
@@ -216,7 +217,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
217
|
var b = this.u;
|
|
217
218
|
this.u = a;
|
|
218
219
|
if (b != this.u) {
|
|
219
|
-
this.
|
|
220
|
+
this.ck("IsExpanded", b, this.u);
|
|
220
221
|
}
|
|
221
222
|
},
|
|
222
223
|
enumerable: false,
|
|
@@ -230,35 +231,35 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
230
231
|
var b = this.v;
|
|
231
232
|
this.v = a;
|
|
232
233
|
if (b != this.v) {
|
|
233
|
-
this.
|
|
234
|
+
this.ck("IsHitTestVisible", b, this.v);
|
|
234
235
|
}
|
|
235
236
|
},
|
|
236
237
|
enumerable: false,
|
|
237
238
|
configurable: true
|
|
238
239
|
});
|
|
239
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
240
|
+
Object.defineProperty(GridCellBase.prototype, "b3", {
|
|
240
241
|
get: function () {
|
|
241
|
-
return this.
|
|
242
|
+
return this.bp;
|
|
242
243
|
},
|
|
243
244
|
set: function (a) {
|
|
244
|
-
var b = this.
|
|
245
|
-
this.
|
|
246
|
-
if (b != this.
|
|
247
|
-
this.
|
|
245
|
+
var b = this.bp;
|
|
246
|
+
this.bp = a;
|
|
247
|
+
if (b != this.bp) {
|
|
248
|
+
this.ck("SuffixText", b, this.bp);
|
|
248
249
|
}
|
|
249
250
|
},
|
|
250
251
|
enumerable: false,
|
|
251
252
|
configurable: true
|
|
252
253
|
});
|
|
253
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
254
|
+
Object.defineProperty(GridCellBase.prototype, "ds", {
|
|
254
255
|
get: function () {
|
|
255
|
-
return this.
|
|
256
|
+
return this.dp;
|
|
256
257
|
},
|
|
257
258
|
set: function (a) {
|
|
258
|
-
var b = this.
|
|
259
|
-
this.
|
|
260
|
-
if (b != this.
|
|
261
|
-
this.
|
|
259
|
+
var b = this.dp;
|
|
260
|
+
this.dp = a;
|
|
261
|
+
if (b != this.dp) {
|
|
262
|
+
this.ck("SuffixTextColor", b, this.dp);
|
|
262
263
|
}
|
|
263
264
|
},
|
|
264
265
|
enumerable: false,
|
|
@@ -272,165 +273,165 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
272
273
|
var b = this.m;
|
|
273
274
|
this.m = a;
|
|
274
275
|
if (b != this.m) {
|
|
275
|
-
this.
|
|
276
|
+
this.ck("SuffixTextFont", b, this.m);
|
|
276
277
|
}
|
|
277
278
|
},
|
|
278
279
|
enumerable: false,
|
|
279
280
|
configurable: true
|
|
280
281
|
});
|
|
281
|
-
GridCellBase.prototype.
|
|
282
|
-
if (this.
|
|
283
|
-
if (this.
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
286
|
-
this.
|
|
287
|
-
this.
|
|
288
|
-
this.
|
|
282
|
+
GridCellBase.prototype.cl = function () {
|
|
283
|
+
if (this.bp != null) {
|
|
284
|
+
if (this.aq == null) {
|
|
285
|
+
this.aq = this.ak.createElement("span");
|
|
286
|
+
this.aq.setRawStyleProperty("display", "inline-block");
|
|
287
|
+
this.aq.setRawStyleProperty("overflow", "hidden");
|
|
288
|
+
this.aq.setRawStyleProperty("white-space", "nowrap");
|
|
289
|
+
this.aq.setRawStyleProperty("margin-left", this.aj + "px");
|
|
289
290
|
}
|
|
290
|
-
this.
|
|
291
|
+
this.cn();
|
|
291
292
|
if (!this.x) {
|
|
292
|
-
this.
|
|
293
|
-
this.
|
|
294
|
-
this.
|
|
293
|
+
this.ar.setRawStyleProperty("display", "grid");
|
|
294
|
+
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
295
|
+
this.ar.append(this.aq);
|
|
295
296
|
this.x = true;
|
|
296
297
|
}
|
|
297
298
|
}
|
|
298
299
|
else {
|
|
299
300
|
if (this.x) {
|
|
300
|
-
this.
|
|
301
|
-
this.
|
|
302
|
-
this.
|
|
301
|
+
this.ar.setRawStyleProperty("display", "unset");
|
|
302
|
+
this.ar.setRawStyleProperty("grid-template-columns", "unset");
|
|
303
|
+
this.ar.removeChild(this.aq);
|
|
303
304
|
this.x = false;
|
|
304
305
|
}
|
|
305
306
|
}
|
|
306
307
|
};
|
|
307
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
308
|
+
Object.defineProperty(GridCellBase.prototype, "by", {
|
|
308
309
|
get: function () {
|
|
309
|
-
return this.
|
|
310
|
+
return this.bo;
|
|
310
311
|
},
|
|
311
312
|
set: function (a) {
|
|
312
|
-
var b = this.
|
|
313
|
-
this.
|
|
314
|
-
if (b != this.
|
|
315
|
-
this.
|
|
313
|
+
var b = this.bo;
|
|
314
|
+
this.bo = a;
|
|
315
|
+
if (b != this.bo) {
|
|
316
|
+
this.ck("SuffixIconName", b, this.bo);
|
|
316
317
|
}
|
|
317
318
|
},
|
|
318
319
|
enumerable: false,
|
|
319
320
|
configurable: true
|
|
320
321
|
});
|
|
321
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
322
|
+
Object.defineProperty(GridCellBase.prototype, "bv", {
|
|
322
323
|
get: function () {
|
|
323
|
-
return this.
|
|
324
|
+
return this.bn;
|
|
324
325
|
},
|
|
325
326
|
set: function (a) {
|
|
326
|
-
var b = this.
|
|
327
|
-
this.
|
|
328
|
-
if (b != this.
|
|
329
|
-
this.
|
|
327
|
+
var b = this.bn;
|
|
328
|
+
this.bn = a;
|
|
329
|
+
if (b != this.bn) {
|
|
330
|
+
this.ck("SuffixIconCollectionName", b, this.bn);
|
|
330
331
|
}
|
|
331
332
|
},
|
|
332
333
|
enumerable: false,
|
|
333
334
|
configurable: true
|
|
334
335
|
});
|
|
335
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
336
|
+
Object.defineProperty(GridCellBase.prototype, "dr", {
|
|
336
337
|
get: function () {
|
|
337
|
-
return this.
|
|
338
|
+
return this.dn;
|
|
338
339
|
},
|
|
339
340
|
set: function (a) {
|
|
340
|
-
var b = this.
|
|
341
|
-
this.
|
|
342
|
-
if (b != this.
|
|
343
|
-
this.
|
|
341
|
+
var b = this.dn;
|
|
342
|
+
this.dn = a;
|
|
343
|
+
if (b != this.dn) {
|
|
344
|
+
this.ck("SuffixIconStroke", b, this.dn);
|
|
344
345
|
}
|
|
345
346
|
},
|
|
346
347
|
enumerable: false,
|
|
347
348
|
configurable: true
|
|
348
349
|
});
|
|
349
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
350
|
+
Object.defineProperty(GridCellBase.prototype, "dq", {
|
|
350
351
|
get: function () {
|
|
351
|
-
return this.
|
|
352
|
+
return this.dm;
|
|
352
353
|
},
|
|
353
354
|
set: function (a) {
|
|
354
|
-
var b = this.
|
|
355
|
-
this.
|
|
356
|
-
if (b != this.
|
|
357
|
-
this.
|
|
355
|
+
var b = this.dm;
|
|
356
|
+
this.dm = a;
|
|
357
|
+
if (b != this.dm) {
|
|
358
|
+
this.ck("SuffixIconFill", b, this.dm);
|
|
358
359
|
}
|
|
359
360
|
},
|
|
360
361
|
enumerable: false,
|
|
361
362
|
configurable: true
|
|
362
363
|
});
|
|
363
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
364
|
+
Object.defineProperty(GridCellBase.prototype, "du", {
|
|
364
365
|
get: function () {
|
|
365
|
-
return this.
|
|
366
|
+
return this.dt;
|
|
366
367
|
},
|
|
367
368
|
set: function (a) {
|
|
368
|
-
var b = this.
|
|
369
|
-
this.
|
|
370
|
-
if (Rect.l_op_Inequality(b, this.
|
|
371
|
-
this.
|
|
369
|
+
var b = this.dt;
|
|
370
|
+
this.dt = a;
|
|
371
|
+
if (Rect.l_op_Inequality(b, this.dt)) {
|
|
372
|
+
this.ck("SuffixIconViewBox", b, this.dt);
|
|
372
373
|
}
|
|
373
374
|
},
|
|
374
375
|
enumerable: false,
|
|
375
376
|
configurable: true
|
|
376
377
|
});
|
|
377
|
-
GridCellBase.prototype.
|
|
378
|
-
if (this.
|
|
378
|
+
GridCellBase.prototype.cm = function () {
|
|
379
|
+
if (this.bo != null && this.bn != null) {
|
|
379
380
|
if (this.l == null) {
|
|
380
|
-
this.
|
|
381
|
-
this.
|
|
381
|
+
this.ap = this.ak.createElement("div");
|
|
382
|
+
this.al = this.ak.getSubRenderer(this.ap);
|
|
382
383
|
this.l = new XIcon();
|
|
383
|
-
this.l.provideContainer(this.
|
|
384
|
-
this.
|
|
385
|
-
this.
|
|
386
|
-
this.
|
|
384
|
+
this.l.provideContainer(this.al);
|
|
385
|
+
this.ap.setRawStyleProperty("display", "inline-block");
|
|
386
|
+
this.ap.setRawStyleProperty("overflow", "hidden");
|
|
387
|
+
this.ap.setRawStyleProperty("margin-left", this.aj + "px");
|
|
387
388
|
}
|
|
388
|
-
this.
|
|
389
|
+
this.cn();
|
|
389
390
|
if (!this.x) {
|
|
390
|
-
this.
|
|
391
|
-
this.
|
|
392
|
-
this.
|
|
391
|
+
this.ar.setRawStyleProperty("display", "grid");
|
|
392
|
+
this.ar.setRawStyleProperty("grid-template-columns", "1fr min-content");
|
|
393
|
+
this.ar.append(this.ap);
|
|
393
394
|
this.x = true;
|
|
394
395
|
}
|
|
395
396
|
}
|
|
396
397
|
else {
|
|
397
398
|
if (this.x) {
|
|
398
|
-
this.
|
|
399
|
-
this.
|
|
400
|
-
this.
|
|
399
|
+
this.ar.setRawStyleProperty("display", "unset");
|
|
400
|
+
this.ar.setRawStyleProperty("grid-template-columns", "unset");
|
|
401
|
+
this.ar.removeChild(this.ap);
|
|
401
402
|
this.x = false;
|
|
402
403
|
}
|
|
403
404
|
}
|
|
404
405
|
};
|
|
405
|
-
GridCellBase.prototype.
|
|
406
|
-
if (this.
|
|
407
|
-
this.
|
|
408
|
-
this.
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
406
|
+
GridCellBase.prototype.cn = function () {
|
|
407
|
+
if (this.aq != null) {
|
|
408
|
+
this.c8(this.aq, this.bp);
|
|
409
|
+
this.c9(this.aq, this.ds);
|
|
410
|
+
this.c0(this.aq, this.n);
|
|
411
|
+
this.da(this.aq, this.h);
|
|
411
412
|
}
|
|
412
413
|
if (this.l != null) {
|
|
413
|
-
this.l.ea = this.
|
|
414
|
-
this.l.fill = this.
|
|
415
|
-
if (!this.
|
|
416
|
-
this.l.a6 = this.
|
|
417
|
-
this.l.a7 = this.
|
|
418
|
-
this.l.a8 = this.
|
|
419
|
-
this.l.a5 = this.
|
|
414
|
+
this.l.ea = this.dr;
|
|
415
|
+
this.l.fill = this.dq;
|
|
416
|
+
if (!this.du.isEmpty && !isNaN_(this.du.left) && !isNaN_(this.du.top) && !isNaN_(this.du.width) && !isNaN_(this.du.height)) {
|
|
417
|
+
this.l.a6 = this.du.left;
|
|
418
|
+
this.l.a7 = this.du.top;
|
|
419
|
+
this.l.a8 = this.du.width;
|
|
420
|
+
this.l.a5 = this.du.height;
|
|
420
421
|
}
|
|
421
|
-
this.
|
|
422
|
-
this.
|
|
423
|
-
this.
|
|
424
|
-
this.
|
|
422
|
+
this.c7(this.ap, this.dr);
|
|
423
|
+
this.cz(this.ap, this.dq);
|
|
424
|
+
this.da(this.ap, this.h);
|
|
425
|
+
this.c3(this.l, this.bv, this.by);
|
|
425
426
|
}
|
|
426
427
|
};
|
|
427
|
-
GridCellBase.prototype.
|
|
428
|
+
GridCellBase.prototype.c3 = function (a, b, c) {
|
|
428
429
|
a.svg = null;
|
|
429
430
|
a.svgPath = null;
|
|
430
431
|
a.b = null;
|
|
431
432
|
a.b0 = null;
|
|
432
433
|
a.bh = null;
|
|
433
|
-
var d = SvgIconRegistry.instance.getSvgPathString(this.
|
|
434
|
+
var d = SvgIconRegistry.instance.getSvgPathString(this.bn, this.bo);
|
|
434
435
|
if (d != null) {
|
|
435
436
|
if (stringStartsWith(d, "<svg")) {
|
|
436
437
|
a.svg = d;
|
|
@@ -440,52 +441,66 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
440
441
|
}
|
|
441
442
|
return;
|
|
442
443
|
}
|
|
443
|
-
var e = SvgIconRegistry.instance.getSvgPathsString(this.
|
|
444
|
+
var e = SvgIconRegistry.instance.getSvgPathsString(this.bn, this.bo);
|
|
444
445
|
if (e != null) {
|
|
445
446
|
a.b = e;
|
|
446
447
|
return;
|
|
447
448
|
}
|
|
448
|
-
var f = SvgIconRegistry.instance.getDataURLString(this.
|
|
449
|
+
var f = SvgIconRegistry.instance.getDataURLString(this.bn, this.bo);
|
|
449
450
|
if (f != null) {
|
|
450
451
|
a.b0 = f;
|
|
451
452
|
return;
|
|
452
453
|
}
|
|
453
|
-
var g = SvgIconRegistry.instance.getIconSource(this.
|
|
454
|
+
var g = SvgIconRegistry.instance.getIconSource(this.bn, this.bo);
|
|
454
455
|
if (g != null) {
|
|
455
456
|
a.bh = g;
|
|
456
457
|
}
|
|
457
458
|
};
|
|
458
|
-
GridCellBase.prototype
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
this.
|
|
465
|
-
this.
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
459
|
+
Object.defineProperty(GridCellBase.prototype, "aj", {
|
|
460
|
+
get: function () {
|
|
461
|
+
return this.ai;
|
|
462
|
+
},
|
|
463
|
+
set: function (a) {
|
|
464
|
+
var b = this.ai;
|
|
465
|
+
this.ai = a;
|
|
466
|
+
if (b != this.ai) {
|
|
467
|
+
this.ck("SuffixMargin", b, this.ai);
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
enumerable: false,
|
|
471
|
+
configurable: true
|
|
472
|
+
});
|
|
473
|
+
GridCellBase.prototype.ca = function () {
|
|
474
|
+
this.a1 = 10;
|
|
475
|
+
this.a0 = this.bi * 24;
|
|
476
|
+
this.a2 = 24;
|
|
477
|
+
if (this.ao == null) {
|
|
478
|
+
this.ao = this.ak.createElement("div");
|
|
479
|
+
this.ao.setRawStyleProperty("display", "inline-block");
|
|
480
|
+
this.ao.setRawStyleProperty("vertical-align", "middle");
|
|
481
|
+
this.ao.setRawStyleProperty("width", this.a2 + "px");
|
|
482
|
+
this.ao.setRawStyleProperty("height", this.a2 + "px");
|
|
483
|
+
this.ao.setRawStyleProperty("cursor", "pointer");
|
|
484
|
+
this.ao.setRawStyleProperty("position", "absolute");
|
|
485
|
+
this.ao.setRawXPosition(this.a7 + this.a0);
|
|
486
|
+
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
|
|
472
487
|
}
|
|
473
488
|
if (this.j == null) {
|
|
474
|
-
var a = this.
|
|
489
|
+
var a = this.ak.getSubRenderer(this.ao);
|
|
475
490
|
this.j = new GridExpansionIndicator();
|
|
476
491
|
this.j.ab(a);
|
|
477
492
|
this.j.y(24, 24);
|
|
478
493
|
}
|
|
479
|
-
if (this.
|
|
480
|
-
this.
|
|
494
|
+
if (this.ao.parent() == null) {
|
|
495
|
+
this.an.append(this.ao);
|
|
481
496
|
}
|
|
482
497
|
};
|
|
483
|
-
GridCellBase.prototype.
|
|
484
|
-
this.
|
|
485
|
-
this.
|
|
486
|
-
if (this.
|
|
487
|
-
if (this.
|
|
488
|
-
this.
|
|
498
|
+
GridCellBase.prototype.cu = function () {
|
|
499
|
+
this.a2 = 0;
|
|
500
|
+
this.a1 = 0;
|
|
501
|
+
if (this.ao != null) {
|
|
502
|
+
if (this.ao.parent() != null) {
|
|
503
|
+
this.ao.remove();
|
|
489
504
|
}
|
|
490
505
|
}
|
|
491
506
|
};
|
|
@@ -509,32 +524,32 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
509
524
|
enumerable: false,
|
|
510
525
|
configurable: true
|
|
511
526
|
});
|
|
512
|
-
GridCellBase.prototype.
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
515
|
-
this.
|
|
516
|
-
this.
|
|
517
|
-
this.
|
|
518
|
-
this.
|
|
519
|
-
this.
|
|
520
|
-
this.
|
|
527
|
+
GridCellBase.prototype.c6 = function (a, b, c, d) {
|
|
528
|
+
this.a7 = a;
|
|
529
|
+
this.a9 = b;
|
|
530
|
+
this.a8 = c;
|
|
531
|
+
this.a6 = d;
|
|
532
|
+
this.an.setRawStyleProperty("padding-left", a.toString() + "px");
|
|
533
|
+
this.an.setRawStyleProperty("padding-top", b.toString() + "px");
|
|
534
|
+
this.an.setRawStyleProperty("padding-right", c.toString() + "px");
|
|
535
|
+
this.an.setRawStyleProperty("padding-bottom", d.toString() + "px");
|
|
521
536
|
};
|
|
522
|
-
GridCellBase.prototype.
|
|
523
|
-
this.
|
|
524
|
-
this.
|
|
525
|
-
this.
|
|
526
|
-
this.
|
|
527
|
-
this.
|
|
537
|
+
GridCellBase.prototype.cx = function (a, b, c, d, e) {
|
|
538
|
+
this.au = b;
|
|
539
|
+
this.aw = c;
|
|
540
|
+
this.av = d;
|
|
541
|
+
this.at = e;
|
|
542
|
+
this.dl = a;
|
|
528
543
|
if (a == null) {
|
|
529
|
-
this.
|
|
544
|
+
this.an.setRawStyleProperty("border", "");
|
|
530
545
|
}
|
|
531
546
|
else {
|
|
532
|
-
this.
|
|
533
|
-
this.
|
|
534
|
-
this.
|
|
535
|
-
this.
|
|
536
|
-
this.
|
|
537
|
-
this.
|
|
547
|
+
this.an.setRawStyleProperty("border-color", a._fill);
|
|
548
|
+
this.an.setRawStyleProperty("border-left-width", b.toString() + "px");
|
|
549
|
+
this.an.setRawStyleProperty("border-top-width", c.toString() + "px");
|
|
550
|
+
this.an.setRawStyleProperty("border-right-width", d.toString() + "px");
|
|
551
|
+
this.an.setRawStyleProperty("border-bottom-width", e.toString() + "px");
|
|
552
|
+
this.an.setRawStyleProperty("border-style", "solid");
|
|
538
553
|
}
|
|
539
554
|
};
|
|
540
555
|
GridCellBase.prototype.get_ac = function () {
|
|
@@ -547,96 +562,96 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
547
562
|
enumerable: false,
|
|
548
563
|
configurable: true
|
|
549
564
|
});
|
|
550
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
565
|
+
Object.defineProperty(GridCellBase.prototype, "bg", {
|
|
551
566
|
get: function () {
|
|
552
|
-
return this.
|
|
567
|
+
return this.a3;
|
|
553
568
|
},
|
|
554
569
|
enumerable: false,
|
|
555
570
|
configurable: true
|
|
556
571
|
});
|
|
557
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
572
|
+
Object.defineProperty(GridCellBase.prototype, "bj", {
|
|
558
573
|
get: function () {
|
|
559
|
-
return this.
|
|
574
|
+
return this.bc;
|
|
560
575
|
},
|
|
561
576
|
enumerable: false,
|
|
562
577
|
configurable: true
|
|
563
578
|
});
|
|
564
|
-
Object.defineProperty(GridCellBase.prototype, "
|
|
579
|
+
Object.defineProperty(GridCellBase.prototype, "bh", {
|
|
565
580
|
get: function () {
|
|
566
|
-
return this.
|
|
581
|
+
return this.a4;
|
|
567
582
|
},
|
|
568
583
|
enumerable: false,
|
|
569
584
|
configurable: true
|
|
570
585
|
});
|
|
571
|
-
GridCellBase.prototype.
|
|
572
|
-
if (this.
|
|
573
|
-
var c = this.
|
|
574
|
-
this.
|
|
575
|
-
this.
|
|
576
|
-
var d = Math.max(0, this.
|
|
577
|
-
this.
|
|
578
|
-
if (this.
|
|
579
|
-
this.
|
|
586
|
+
GridCellBase.prototype.c1 = function (a, b) {
|
|
587
|
+
if (this.a3 != a || this.a4 != b) {
|
|
588
|
+
var c = this.a3;
|
|
589
|
+
this.a3 = a;
|
|
590
|
+
this.a4 = b;
|
|
591
|
+
var d = Math.max(0, this.a3 - this.a4);
|
|
592
|
+
this.an.setRawStyleProperty("height", a.toString() + "px");
|
|
593
|
+
if (this.ao != null) {
|
|
594
|
+
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.a2, 2));
|
|
580
595
|
}
|
|
581
|
-
this.
|
|
596
|
+
this.dc(this.bc, this.a3, this.bc, c);
|
|
582
597
|
}
|
|
583
598
|
};
|
|
584
|
-
GridCellBase.prototype.
|
|
585
|
-
if (this.
|
|
586
|
-
var c = this.
|
|
587
|
-
this.
|
|
588
|
-
this.
|
|
589
|
-
this.
|
|
599
|
+
GridCellBase.prototype.db = function (a, b) {
|
|
600
|
+
if (this.bc != a) {
|
|
601
|
+
var c = this.bc;
|
|
602
|
+
this.bc = a;
|
|
603
|
+
this.an.setRawStyleProperty("width", a.toString() + "px");
|
|
604
|
+
this.dc(this.bc, this.a3, c, this.a3);
|
|
590
605
|
}
|
|
591
606
|
};
|
|
592
|
-
GridCellBase.prototype.
|
|
607
|
+
GridCellBase.prototype.dc = function (a, b, c, d) {
|
|
593
608
|
};
|
|
594
|
-
GridCellBase.prototype.
|
|
609
|
+
GridCellBase.prototype.b8 = function () {
|
|
595
610
|
if (!this.ae) {
|
|
596
611
|
return;
|
|
597
612
|
}
|
|
598
613
|
this.r = true;
|
|
599
|
-
this.k = new PlaceholderView(this.
|
|
614
|
+
this.k = new PlaceholderView(this.ak);
|
|
600
615
|
this.g = 0;
|
|
601
616
|
this.i = 1;
|
|
602
617
|
this.k.l = Color.u(120, 120, 120, 120);
|
|
603
618
|
this.k.i = 0;
|
|
604
|
-
this.
|
|
619
|
+
this.an.append(this.k.g);
|
|
605
620
|
};
|
|
606
|
-
GridCellBase.prototype.
|
|
607
|
-
this.
|
|
621
|
+
GridCellBase.prototype.cw = function (a) {
|
|
622
|
+
this.an.setRawStyleProperty("background-color", a.colorString);
|
|
608
623
|
};
|
|
609
|
-
GridCellBase.prototype.
|
|
610
|
-
this.
|
|
624
|
+
GridCellBase.prototype.c5 = function (a) {
|
|
625
|
+
this.an.setRawStyleProperty("opacity", a.toString());
|
|
611
626
|
};
|
|
612
|
-
GridCellBase.prototype.
|
|
627
|
+
GridCellBase.prototype.c0 = function (a, b) {
|
|
613
628
|
if (b == null) {
|
|
614
|
-
b = FontUtil.getDefaultFont(this.
|
|
629
|
+
b = FontUtil.getDefaultFont(this.am);
|
|
615
630
|
}
|
|
616
631
|
a.setRawStyleProperty("font", b.fontString);
|
|
617
632
|
};
|
|
618
|
-
GridCellBase.prototype.
|
|
633
|
+
GridCellBase.prototype.c9 = function (a, b) {
|
|
619
634
|
var c = Color.u(0, 0, 0, 0);
|
|
620
635
|
if (b != null) {
|
|
621
636
|
c = b.color;
|
|
622
637
|
}
|
|
623
638
|
a.setRawStyleProperty("color", c.colorString);
|
|
624
639
|
};
|
|
625
|
-
GridCellBase.prototype.
|
|
640
|
+
GridCellBase.prototype.c7 = function (a, b) {
|
|
626
641
|
var c = Color.u(0, 0, 0, 0);
|
|
627
642
|
if (b != null) {
|
|
628
643
|
c = b.color;
|
|
629
644
|
}
|
|
630
645
|
a.setRawStyleProperty("stroke", c.colorString);
|
|
631
646
|
};
|
|
632
|
-
GridCellBase.prototype.
|
|
647
|
+
GridCellBase.prototype.cz = function (a, b) {
|
|
633
648
|
var c = Color.u(0, 0, 0, 0);
|
|
634
649
|
if (b != null) {
|
|
635
650
|
c = b.color;
|
|
636
651
|
}
|
|
637
652
|
a.setRawStyleProperty("fill", c.colorString);
|
|
638
653
|
};
|
|
639
|
-
GridCellBase.prototype.
|
|
654
|
+
GridCellBase.prototype.c8 = function (a, b) {
|
|
640
655
|
if (a != null) {
|
|
641
656
|
a.setRawText(b);
|
|
642
657
|
}
|
|
@@ -645,19 +660,19 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
645
660
|
if (TestRandomness.instance.testRandomnessSource != null) {
|
|
646
661
|
return TestRandomness.instance.testRandomnessSource;
|
|
647
662
|
}
|
|
648
|
-
return new DefaultRandomnessSource(1, GridCellBase.
|
|
663
|
+
return new DefaultRandomnessSource(1, GridCellBase.bk);
|
|
649
664
|
};
|
|
650
665
|
GridCellBase.prototype.p = function () {
|
|
651
666
|
var a = this.q();
|
|
652
667
|
return a.getGenerator("PlaceholderWidths");
|
|
653
668
|
};
|
|
654
|
-
GridCellBase.prototype.
|
|
669
|
+
GridCellBase.prototype.dk = function (a) {
|
|
655
670
|
if (!this.ae) {
|
|
656
671
|
return;
|
|
657
672
|
}
|
|
658
673
|
this.k.i = (a * 0.20000000298023224);
|
|
659
674
|
};
|
|
660
|
-
GridCellBase.prototype.
|
|
675
|
+
GridCellBase.prototype.di = function (a, b, c, d) {
|
|
661
676
|
if (this.k != null) {
|
|
662
677
|
var e = this.ah;
|
|
663
678
|
var f = this.ag;
|
|
@@ -677,15 +692,15 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
677
692
|
this.k.g.setRawYPosition(b);
|
|
678
693
|
}
|
|
679
694
|
};
|
|
680
|
-
GridCellBase.prototype.
|
|
695
|
+
GridCellBase.prototype.ci = function (a, b, c) {
|
|
681
696
|
};
|
|
682
|
-
GridCellBase.prototype.
|
|
697
|
+
GridCellBase.prototype.co = function (a) {
|
|
683
698
|
this.h = a;
|
|
684
|
-
if (this.
|
|
685
|
-
this.
|
|
699
|
+
if (this.aq != null) {
|
|
700
|
+
this.da(this.aq, a);
|
|
686
701
|
}
|
|
687
702
|
};
|
|
688
|
-
GridCellBase.prototype.
|
|
703
|
+
GridCellBase.prototype.dj = function (a) {
|
|
689
704
|
if (!this.ae) {
|
|
690
705
|
return;
|
|
691
706
|
}
|
|
@@ -697,8 +712,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
697
712
|
this.ag = b;
|
|
698
713
|
this.k.d = (b);
|
|
699
714
|
}
|
|
700
|
-
var c = a.
|
|
701
|
-
var d = a.
|
|
715
|
+
var c = a.h5 * 0.2;
|
|
716
|
+
var d = a.f8 * 0.6;
|
|
702
717
|
if (this.ah >= c && this.ah <= d && !this.y) {
|
|
703
718
|
return;
|
|
704
719
|
}
|
|
@@ -711,9 +726,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
711
726
|
this.ah = e;
|
|
712
727
|
this.k.e = e;
|
|
713
728
|
}
|
|
714
|
-
this.
|
|
729
|
+
this.di(this.a7 + this.a0 + this.a2, this.a9, this.bc - (this.a7 + this.a8), this.a3 - (this.a9 + this.a6));
|
|
715
730
|
};
|
|
716
|
-
GridCellBase.prototype.
|
|
731
|
+
GridCellBase.prototype.dg = function (a, b) {
|
|
717
732
|
if (!this.ae) {
|
|
718
733
|
return;
|
|
719
734
|
}
|
|
@@ -721,7 +736,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
721
736
|
this.i = b;
|
|
722
737
|
this.y = true;
|
|
723
738
|
};
|
|
724
|
-
GridCellBase.prototype.
|
|
739
|
+
GridCellBase.prototype.dh = function (a) {
|
|
725
740
|
if (!this.ae) {
|
|
726
741
|
return;
|
|
727
742
|
}
|
|
@@ -729,32 +744,32 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
729
744
|
this.k.l = a.color;
|
|
730
745
|
}
|
|
731
746
|
};
|
|
732
|
-
GridCellBase.prototype.
|
|
747
|
+
GridCellBase.prototype.cv = function (a) {
|
|
733
748
|
this.a = a;
|
|
734
749
|
};
|
|
735
|
-
GridCellBase.prototype.
|
|
750
|
+
GridCellBase.prototype.c4 = function (a) {
|
|
736
751
|
this.e = a;
|
|
737
752
|
};
|
|
738
|
-
GridCellBase.prototype.
|
|
753
|
+
GridCellBase.prototype.cy = function (a) {
|
|
739
754
|
this.c = a;
|
|
740
755
|
};
|
|
741
|
-
GridCellBase.prototype.
|
|
756
|
+
GridCellBase.prototype.c2 = function (a, b) {
|
|
742
757
|
switch (b) {
|
|
743
758
|
case 0:
|
|
744
|
-
this.
|
|
759
|
+
this.ar.setRawStyleProperty("text-align", "left");
|
|
745
760
|
break;
|
|
746
761
|
case 1:
|
|
747
|
-
this.
|
|
762
|
+
this.ar.setRawStyleProperty("text-align", "center");
|
|
748
763
|
break;
|
|
749
764
|
case 2:
|
|
750
|
-
this.
|
|
765
|
+
this.ar.setRawStyleProperty("text-align", "right");
|
|
751
766
|
break;
|
|
752
767
|
case 3:
|
|
753
|
-
this.
|
|
768
|
+
this.ar.setRawStyleProperty("text-align", "center");
|
|
754
769
|
break;
|
|
755
770
|
}
|
|
756
771
|
};
|
|
757
|
-
GridCellBase.prototype.
|
|
772
|
+
GridCellBase.prototype.da = function (a, b) {
|
|
758
773
|
switch (b) {
|
|
759
774
|
case 0:
|
|
760
775
|
a.setRawStyleProperty("vertical-align", "top");
|
|
@@ -777,67 +792,67 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
777
792
|
GridCellBase.prototype.af = function (a) {
|
|
778
793
|
return a.isClickActionDesired;
|
|
779
794
|
};
|
|
780
|
-
GridCellBase.prototype.
|
|
795
|
+
GridCellBase.prototype.cb = function (a) {
|
|
781
796
|
this.onContactStarted(a, false);
|
|
782
797
|
};
|
|
783
|
-
GridCellBase.prototype.
|
|
798
|
+
GridCellBase.prototype.cf = function (a) {
|
|
784
799
|
this.onContactCompleted(a, false);
|
|
785
800
|
};
|
|
786
|
-
GridCellBase.prototype.
|
|
801
|
+
GridCellBase.prototype.ce = function (a) {
|
|
787
802
|
this.onContactMoved(a, false);
|
|
788
803
|
};
|
|
789
|
-
GridCellBase.prototype.
|
|
790
|
-
this.
|
|
804
|
+
GridCellBase.prototype.cd = function (a) {
|
|
805
|
+
this.ch(a, false);
|
|
791
806
|
};
|
|
792
|
-
GridCellBase.prototype.
|
|
793
|
-
this.
|
|
807
|
+
GridCellBase.prototype.cc = function (a) {
|
|
808
|
+
this.cg(a, false);
|
|
794
809
|
};
|
|
795
|
-
GridCellBase.prototype.
|
|
810
|
+
GridCellBase.prototype.cp = function (e_) {
|
|
796
811
|
var a = (e_.originalEvent.pointerType);
|
|
797
812
|
if (a == "touch") {
|
|
798
|
-
this.
|
|
813
|
+
this.dd(e_);
|
|
799
814
|
}
|
|
800
815
|
else {
|
|
801
|
-
this.
|
|
816
|
+
this.cb(e_);
|
|
802
817
|
}
|
|
803
818
|
};
|
|
804
|
-
GridCellBase.prototype.
|
|
819
|
+
GridCellBase.prototype.cs = function (e_) {
|
|
805
820
|
var a = (e_.originalEvent.pointerType);
|
|
806
821
|
if (a == "touch") {
|
|
807
|
-
this.
|
|
822
|
+
this.de(e_);
|
|
808
823
|
}
|
|
809
824
|
else {
|
|
810
|
-
this.
|
|
825
|
+
this.ce(e_);
|
|
811
826
|
}
|
|
812
827
|
};
|
|
813
|
-
GridCellBase.prototype.
|
|
828
|
+
GridCellBase.prototype.ct = function (e_) {
|
|
814
829
|
var a = (e_.originalEvent.pointerType);
|
|
815
830
|
if (a == "touch") {
|
|
816
|
-
this.
|
|
831
|
+
this.df(e_);
|
|
817
832
|
}
|
|
818
833
|
else {
|
|
819
|
-
this.
|
|
834
|
+
this.cf(e_);
|
|
820
835
|
}
|
|
821
836
|
};
|
|
822
|
-
GridCellBase.prototype.
|
|
837
|
+
GridCellBase.prototype.cr = function (e_) {
|
|
823
838
|
var a = (e_.originalEvent.pointerType);
|
|
824
839
|
if (a != "touch") {
|
|
825
|
-
this.
|
|
840
|
+
this.cd(e_);
|
|
826
841
|
}
|
|
827
842
|
};
|
|
828
|
-
GridCellBase.prototype.
|
|
843
|
+
GridCellBase.prototype.cq = function (e_) {
|
|
829
844
|
var a = (e_.originalEvent.pointerType);
|
|
830
845
|
if (a != "touch") {
|
|
831
|
-
this.
|
|
846
|
+
this.cc(e_);
|
|
832
847
|
}
|
|
833
848
|
};
|
|
834
|
-
GridCellBase.prototype.
|
|
849
|
+
GridCellBase.prototype.dd = function (a) {
|
|
835
850
|
this.onContactStarted(a, true);
|
|
836
851
|
};
|
|
837
|
-
GridCellBase.prototype.
|
|
852
|
+
GridCellBase.prototype.de = function (a) {
|
|
838
853
|
this.onContactMoved(a, true);
|
|
839
854
|
};
|
|
840
|
-
GridCellBase.prototype.
|
|
855
|
+
GridCellBase.prototype.df = function (a) {
|
|
841
856
|
this.onContactCompleted(a, true);
|
|
842
857
|
};
|
|
843
858
|
GridCellBase.prototype.onContactStarted = function (e_, a) {
|
|
@@ -852,13 +867,13 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
852
867
|
}
|
|
853
868
|
else {
|
|
854
869
|
if (this.a != null && this.af(this.a)) {
|
|
855
|
-
this.
|
|
856
|
-
this.
|
|
857
|
-
if (this.
|
|
858
|
-
this.
|
|
870
|
+
this.bl = e_.pageX;
|
|
871
|
+
this.bm = e_.pageY;
|
|
872
|
+
if (this.bb != e_.which) {
|
|
873
|
+
this.ax = 0;
|
|
859
874
|
}
|
|
860
|
-
this.
|
|
861
|
-
this.a.mouseDownCell(this.
|
|
875
|
+
this.bb = e_.which;
|
|
876
|
+
this.a.mouseDownCell(this.bl, this.bm);
|
|
862
877
|
}
|
|
863
878
|
}
|
|
864
879
|
};
|
|
@@ -869,7 +884,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
869
884
|
if (this.af(this.a)) {
|
|
870
885
|
if (this.a.isMouseDown) {
|
|
871
886
|
if (b) {
|
|
872
|
-
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
887
|
+
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba) {
|
|
873
888
|
this.a.mouseUpCell(c, d);
|
|
874
889
|
}
|
|
875
890
|
else {
|
|
@@ -880,8 +895,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
880
895
|
if (PointUtil.equals(this.a.mousePosition, null)) {
|
|
881
896
|
this.a.mouseUpCell(c, d);
|
|
882
897
|
}
|
|
883
|
-
else if (this.
|
|
884
|
-
if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
898
|
+
else if (this.bb == 1) {
|
|
899
|
+
if (Math.abs(c - this.a.mousePosition.x) > GridCellBase.ay || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ay) {
|
|
885
900
|
this.a.isControlPressed = a.ctrlKey;
|
|
886
901
|
this.a.dragStarted();
|
|
887
902
|
}
|
|
@@ -896,8 +911,8 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
896
911
|
};
|
|
897
912
|
GridCellBase.prototype.onContactCompleted = function (e_, a) {
|
|
898
913
|
var _this = this;
|
|
899
|
-
this.
|
|
900
|
-
window.setTimeout(function () { return _this.
|
|
914
|
+
this.ax++;
|
|
915
|
+
window.setTimeout(function () { return _this.ax = 0; }, 250);
|
|
901
916
|
var b = false;
|
|
902
917
|
if (this.aa) {
|
|
903
918
|
var indicator_ = this.j.q();
|
|
@@ -910,14 +925,14 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
910
925
|
if (this.a != null && this.af(this.a)) {
|
|
911
926
|
var c = e_.pageX;
|
|
912
927
|
var d = e_.pageY;
|
|
913
|
-
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.
|
|
928
|
+
if (PointUtil.equals(this.a.mousePosition, null) || Math.abs(c - this.a.mousePosition.x) > GridCellBase.ba || Math.abs(d - this.a.mousePosition.y) > GridCellBase.ba || this.a.isDrag) {
|
|
914
929
|
this.a.mouseUpCell(c, d);
|
|
915
930
|
}
|
|
916
931
|
if (this.a.isCellDown()) {
|
|
917
932
|
this.a.isControlPressed = e_.ctrlKey;
|
|
918
933
|
this.a.isShiftPressed = e_.shiftKey;
|
|
919
|
-
if (this.
|
|
920
|
-
switch (this.
|
|
934
|
+
if (this.ax > 1) {
|
|
935
|
+
switch (this.bb) {
|
|
921
936
|
case 1:
|
|
922
937
|
this.a.doubleClicked(0);
|
|
923
938
|
break;
|
|
@@ -954,7 +969,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
954
969
|
}
|
|
955
970
|
this.s = false;
|
|
956
971
|
};
|
|
957
|
-
GridCellBase.prototype.
|
|
972
|
+
GridCellBase.prototype.ch = function (a, b) {
|
|
958
973
|
if (this.a != null) {
|
|
959
974
|
if (this.af(this.a)) {
|
|
960
975
|
if (this.a.isMouseDown) {
|
|
@@ -971,7 +986,7 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
971
986
|
}
|
|
972
987
|
}
|
|
973
988
|
};
|
|
974
|
-
GridCellBase.prototype.
|
|
989
|
+
GridCellBase.prototype.cg = function (a, b) {
|
|
975
990
|
if (this.a != null && this.a.isEnterActionDesired) {
|
|
976
991
|
var c = a.pageX;
|
|
977
992
|
var d = a.pageY;
|
|
@@ -980,22 +995,22 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
980
995
|
};
|
|
981
996
|
GridCellBase.prototype.onDoubleClick = function (a) {
|
|
982
997
|
};
|
|
983
|
-
GridCellBase.prototype.
|
|
998
|
+
GridCellBase.prototype.ck = function (a, b, c) {
|
|
984
999
|
switch (a) {
|
|
985
1000
|
case "Indent":
|
|
986
|
-
this.
|
|
987
|
-
this.
|
|
988
|
-
if (this.
|
|
989
|
-
this.
|
|
990
|
-
this.
|
|
1001
|
+
this.a0 = this.bi * 24;
|
|
1002
|
+
this.a1 = this.bi > 0 ? 10 : 0;
|
|
1003
|
+
if (this.ao != null) {
|
|
1004
|
+
this.ao.setRawXPosition(this.a7 + this.a0);
|
|
1005
|
+
this.ao.setRawYPosition(intDivide(this.a3, 2) - intDivide(this.az, 2));
|
|
991
1006
|
}
|
|
992
1007
|
break;
|
|
993
1008
|
case "IsCollapsable":
|
|
994
1009
|
if (this.aa) {
|
|
995
|
-
this.
|
|
1010
|
+
this.ca();
|
|
996
1011
|
}
|
|
997
1012
|
else {
|
|
998
|
-
this.
|
|
1013
|
+
this.cu();
|
|
999
1014
|
}
|
|
1000
1015
|
break;
|
|
1001
1016
|
case "IsExpanded":
|
|
@@ -1004,32 +1019,40 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1004
1019
|
}
|
|
1005
1020
|
break;
|
|
1006
1021
|
case "IsHitTestVisible":
|
|
1007
|
-
this.
|
|
1022
|
+
this.ar.setRawStyleProperty("pointer-events", this.ad ? "auto" : "none");
|
|
1008
1023
|
break;
|
|
1009
1024
|
case "SuffixText":
|
|
1010
|
-
this.
|
|
1025
|
+
this.cl();
|
|
1011
1026
|
break;
|
|
1012
1027
|
case "SuffixIconName":
|
|
1013
1028
|
case "SuffixIconCollectionName":
|
|
1014
|
-
this.
|
|
1029
|
+
this.cm();
|
|
1015
1030
|
break;
|
|
1016
1031
|
case "SuffixTextColor":
|
|
1017
1032
|
case "SuffixTextFont":
|
|
1018
1033
|
case "SuffixIconStroke":
|
|
1019
1034
|
case "SuffixIconFill":
|
|
1020
1035
|
case "SuffixIconViewBox":
|
|
1021
|
-
this.
|
|
1036
|
+
this.cn();
|
|
1037
|
+
break;
|
|
1038
|
+
case "SuffixMargin":
|
|
1039
|
+
if (this.ap != null) {
|
|
1040
|
+
this.ap.setRawStyleProperty("margin-left", this.aj + "px");
|
|
1041
|
+
}
|
|
1042
|
+
if (this.aq != null) {
|
|
1043
|
+
this.aq.setRawStyleProperty("margin-left", this.aj + "px");
|
|
1044
|
+
}
|
|
1022
1045
|
break;
|
|
1023
1046
|
}
|
|
1024
1047
|
};
|
|
1025
|
-
GridCellBase.prototype.
|
|
1048
|
+
GridCellBase.prototype.cj = function () {
|
|
1026
1049
|
};
|
|
1027
|
-
GridCellBase.prototype.
|
|
1028
|
-
this.
|
|
1050
|
+
GridCellBase.prototype.b9 = function () {
|
|
1051
|
+
this.an.focus(true);
|
|
1029
1052
|
};
|
|
1030
|
-
GridCellBase.prototype.
|
|
1053
|
+
GridCellBase.prototype.b7 = function () {
|
|
1031
1054
|
if (this.a != null) {
|
|
1032
|
-
var a = this.
|
|
1055
|
+
var a = this.an.clone();
|
|
1033
1056
|
this.a.passCellClone(a);
|
|
1034
1057
|
}
|
|
1035
1058
|
};
|
|
@@ -1037,9 +1060,9 @@ var GridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1037
1060
|
};
|
|
1038
1061
|
GridCellBase.$t = markType(GridCellBase, 'GridCellBase', Base.$, [INativeCell_$type]);
|
|
1039
1062
|
GridCellBase.o = null;
|
|
1040
|
-
GridCellBase.
|
|
1041
|
-
GridCellBase.
|
|
1042
|
-
GridCellBase.
|
|
1063
|
+
GridCellBase.bk = new Random(0);
|
|
1064
|
+
GridCellBase.ba = 10;
|
|
1065
|
+
GridCellBase.ay = 3;
|
|
1043
1066
|
return GridCellBase;
|
|
1044
1067
|
}(Base));
|
|
1045
1068
|
export { GridCellBase };
|