igniteui-angular-data-grids 20.1.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/EditorCell.js
CHANGED
|
@@ -23,511 +23,511 @@ var EditorCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
23
23
|
__extends(EditorCell, _super);
|
|
24
24
|
function EditorCell(a) {
|
|
25
25
|
var _this = _super.call(this, a) || this;
|
|
26
|
-
_this.
|
|
27
|
-
_this.
|
|
28
|
-
_this.d6 = null;
|
|
29
|
-
_this.dx = null;
|
|
30
|
-
_this.dw = null;
|
|
31
|
-
_this.en = null;
|
|
32
|
-
_this.eo = null;
|
|
33
|
-
_this.ep = null;
|
|
34
|
-
_this.d8 = null;
|
|
35
|
-
_this.eb = false;
|
|
36
|
-
_this.ef = false;
|
|
37
|
-
_this.ec = false;
|
|
38
|
-
_this.du = 0;
|
|
39
|
-
_this.er = null;
|
|
26
|
+
_this.d3 = null;
|
|
27
|
+
_this.ea = null;
|
|
40
28
|
_this.d9 = null;
|
|
41
|
-
_this.
|
|
29
|
+
_this.d0 = null;
|
|
30
|
+
_this.dz = null;
|
|
42
31
|
_this.eq = null;
|
|
43
|
-
_this.
|
|
44
|
-
_this.
|
|
45
|
-
_this.
|
|
46
|
-
_this.ev = null;
|
|
32
|
+
_this.er = null;
|
|
33
|
+
_this.es = null;
|
|
34
|
+
_this.eb = null;
|
|
47
35
|
_this.ee = false;
|
|
48
|
-
_this.eh = false;
|
|
49
36
|
_this.ei = false;
|
|
50
|
-
_this.
|
|
51
|
-
_this.
|
|
52
|
-
_this.
|
|
53
|
-
_this.
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
37
|
+
_this.ef = false;
|
|
38
|
+
_this.dx = 0;
|
|
39
|
+
_this.eu = null;
|
|
40
|
+
_this.ec = null;
|
|
41
|
+
_this.d1 = 1;
|
|
42
|
+
_this.et = null;
|
|
43
|
+
_this.ex = null;
|
|
44
|
+
_this.dv = null;
|
|
45
|
+
_this.eg = true;
|
|
46
|
+
_this.ey = null;
|
|
47
|
+
_this.eh = false;
|
|
48
|
+
_this.ek = false;
|
|
49
|
+
_this.el = false;
|
|
50
|
+
_this.ej = false;
|
|
51
|
+
_this.ar.setAttribute("tabindex", "-1");
|
|
52
|
+
_this.ar.setStyleProperty("outline", "none");
|
|
53
|
+
_this.ar.setStyleProperty("display", "flex");
|
|
54
|
+
_this.ar.setStyleProperty("align-items", "center");
|
|
55
|
+
_this.ar.listen("focusout", runOn(_this, _this.fo));
|
|
56
|
+
_this.ar.listen("focusin", runOn(_this, _this.fm));
|
|
57
57
|
return _this;
|
|
58
58
|
}
|
|
59
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
59
|
+
Object.defineProperty(EditorCell.prototype, "dy", {
|
|
60
60
|
get: function () {
|
|
61
|
-
return this.
|
|
61
|
+
return this.dx;
|
|
62
62
|
},
|
|
63
63
|
set: function (a) {
|
|
64
|
-
var b = this.
|
|
65
|
-
this.
|
|
66
|
-
if (b != this.
|
|
67
|
-
this.
|
|
64
|
+
var b = this.dx;
|
|
65
|
+
this.dx = a;
|
|
66
|
+
if (b != this.dx) {
|
|
67
|
+
this.ck("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.dx));
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
enumerable: false,
|
|
71
71
|
configurable: true
|
|
72
72
|
});
|
|
73
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
73
|
+
Object.defineProperty(EditorCell.prototype, "ew", {
|
|
74
74
|
get: function () {
|
|
75
|
-
return this.
|
|
75
|
+
return this.eu;
|
|
76
76
|
},
|
|
77
77
|
set: function (a) {
|
|
78
|
-
var b = this.
|
|
79
|
-
this.
|
|
80
|
-
this.
|
|
78
|
+
var b = this.eu;
|
|
79
|
+
this.eu = a;
|
|
80
|
+
this.ck("Value", b, this.eu);
|
|
81
81
|
},
|
|
82
82
|
enumerable: false,
|
|
83
83
|
configurable: true
|
|
84
84
|
});
|
|
85
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
85
|
+
Object.defineProperty(EditorCell.prototype, "ed", {
|
|
86
86
|
get: function () {
|
|
87
|
-
return this.
|
|
87
|
+
return this.ec;
|
|
88
88
|
},
|
|
89
89
|
set: function (a) {
|
|
90
|
-
var b = this.
|
|
91
|
-
this.
|
|
92
|
-
if (b != this.
|
|
93
|
-
this.
|
|
90
|
+
var b = this.ec;
|
|
91
|
+
this.ec = a;
|
|
92
|
+
if (b != this.ec) {
|
|
93
|
+
this.ck("FontInfo", b, this.ec);
|
|
94
94
|
}
|
|
95
95
|
},
|
|
96
96
|
enumerable: false,
|
|
97
97
|
configurable: true
|
|
98
98
|
});
|
|
99
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
99
|
+
Object.defineProperty(EditorCell.prototype, "d2", {
|
|
100
100
|
get: function () {
|
|
101
|
-
return this.
|
|
101
|
+
return this.d1;
|
|
102
102
|
},
|
|
103
103
|
set: function (a) {
|
|
104
|
-
var b = this.
|
|
105
|
-
this.
|
|
106
|
-
if (b != this.
|
|
107
|
-
this.
|
|
104
|
+
var b = this.d1;
|
|
105
|
+
this.d1 = a;
|
|
106
|
+
if (b != this.d1) {
|
|
107
|
+
this.ck("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d1));
|
|
108
108
|
}
|
|
109
109
|
},
|
|
110
110
|
enumerable: false,
|
|
111
111
|
configurable: true
|
|
112
112
|
});
|
|
113
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
113
|
+
Object.defineProperty(EditorCell.prototype, "ev", {
|
|
114
114
|
get: function () {
|
|
115
|
-
return this.
|
|
115
|
+
return this.et;
|
|
116
116
|
},
|
|
117
117
|
set: function (a) {
|
|
118
|
-
var b = this.
|
|
119
|
-
this.
|
|
120
|
-
if (b != this.
|
|
121
|
-
this.
|
|
118
|
+
var b = this.et;
|
|
119
|
+
this.et = a;
|
|
120
|
+
if (b != this.et) {
|
|
121
|
+
this.ck("ComboItemsSource", b, this.et);
|
|
122
122
|
}
|
|
123
123
|
},
|
|
124
124
|
enumerable: false,
|
|
125
125
|
configurable: true
|
|
126
126
|
});
|
|
127
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
127
|
+
Object.defineProperty(EditorCell.prototype, "e0", {
|
|
128
128
|
get: function () {
|
|
129
|
-
return this.
|
|
129
|
+
return this.ex;
|
|
130
130
|
},
|
|
131
131
|
set: function (a) {
|
|
132
|
-
var b = this.
|
|
133
|
-
this.
|
|
134
|
-
if (b != this.
|
|
135
|
-
this.
|
|
132
|
+
var b = this.ex;
|
|
133
|
+
this.ex = a;
|
|
134
|
+
if (b != this.ex) {
|
|
135
|
+
this.ck("ComboTextField", b, this.ex);
|
|
136
136
|
}
|
|
137
137
|
},
|
|
138
138
|
enumerable: false,
|
|
139
139
|
configurable: true
|
|
140
140
|
});
|
|
141
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
141
|
+
Object.defineProperty(EditorCell.prototype, "dw", {
|
|
142
142
|
get: function () {
|
|
143
|
-
return this.
|
|
143
|
+
return this.dv;
|
|
144
144
|
},
|
|
145
145
|
set: function (a) {
|
|
146
|
-
var b = this.
|
|
147
|
-
this.
|
|
148
|
-
if (b != this.
|
|
149
|
-
this.
|
|
146
|
+
var b = this.dv;
|
|
147
|
+
this.dv = a;
|
|
148
|
+
if (b != this.dv) {
|
|
149
|
+
this.ck("ComboValueField", b, this.dv);
|
|
150
150
|
}
|
|
151
151
|
},
|
|
152
152
|
enumerable: false,
|
|
153
153
|
configurable: true
|
|
154
154
|
});
|
|
155
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
155
|
+
Object.defineProperty(EditorCell.prototype, "eo", {
|
|
156
156
|
get: function () {
|
|
157
|
-
return this.
|
|
157
|
+
return this.eg;
|
|
158
158
|
},
|
|
159
159
|
set: function (a) {
|
|
160
|
-
var b = this.
|
|
161
|
-
this.
|
|
162
|
-
if (b != this.
|
|
163
|
-
this.
|
|
160
|
+
var b = this.eg;
|
|
161
|
+
this.eg = a;
|
|
162
|
+
if (b != this.eg) {
|
|
163
|
+
this.ck("IsHidden", b, this.eg);
|
|
164
164
|
}
|
|
165
165
|
},
|
|
166
166
|
enumerable: false,
|
|
167
167
|
configurable: true
|
|
168
168
|
});
|
|
169
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
169
|
+
Object.defineProperty(EditorCell.prototype, "e4", {
|
|
170
170
|
get: function () {
|
|
171
|
-
return this.
|
|
171
|
+
return this.ey;
|
|
172
172
|
},
|
|
173
173
|
set: function (a) {
|
|
174
|
-
var b = this.
|
|
175
|
-
this.
|
|
176
|
-
if (b != this.
|
|
177
|
-
this.
|
|
174
|
+
var b = this.ey;
|
|
175
|
+
this.ey = a;
|
|
176
|
+
if (b != this.ey) {
|
|
177
|
+
this.ck("DateFormatString", b, this.ey);
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
enumerable: false,
|
|
181
181
|
configurable: true
|
|
182
182
|
});
|
|
183
|
-
Object.defineProperty(EditorCell.prototype, "
|
|
183
|
+
Object.defineProperty(EditorCell.prototype, "ep", {
|
|
184
184
|
get: function () {
|
|
185
|
-
return this.
|
|
185
|
+
return this.eh;
|
|
186
186
|
},
|
|
187
187
|
set: function (a) {
|
|
188
|
-
var b = this.
|
|
189
|
-
this.
|
|
190
|
-
if (b != this.
|
|
191
|
-
this.
|
|
188
|
+
var b = this.eh;
|
|
189
|
+
this.eh = a;
|
|
190
|
+
if (b != this.eh) {
|
|
191
|
+
this.ck("ShowTodayButton", b, this.eh);
|
|
192
192
|
}
|
|
193
193
|
},
|
|
194
194
|
enumerable: false,
|
|
195
195
|
configurable: true
|
|
196
196
|
});
|
|
197
|
-
EditorCell.prototype.
|
|
198
|
-
if (this.
|
|
199
|
-
this.
|
|
200
|
-
var b = this.
|
|
201
|
-
this.
|
|
202
|
-
this.
|
|
203
|
-
this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
206
|
-
this.
|
|
207
|
-
this.
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
210
|
-
this.
|
|
211
|
-
if (this.
|
|
212
|
-
this.
|
|
197
|
+
EditorCell.prototype.d8 = function (a) {
|
|
198
|
+
if (this.eq == null) {
|
|
199
|
+
this.eq = this.am.createElement("div");
|
|
200
|
+
var b = this.am.getSubRenderer(this.eq);
|
|
201
|
+
this.eb = new Popup();
|
|
202
|
+
this.eb.provideRenderer(b);
|
|
203
|
+
this.es = this.am.createElement("div");
|
|
204
|
+
this.es.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
|
|
205
|
+
this.es.setStyleProperty("color", "#fff");
|
|
206
|
+
this.es.setStyleProperty("padding", "5px");
|
|
207
|
+
this.es.setStyleProperty("outline", "none");
|
|
208
|
+
this.es.setAttribute("tabindex", "-1");
|
|
209
|
+
this.er = this.am.createElement("div");
|
|
210
|
+
this.er.setStyleProperty("white-space", "pre");
|
|
211
|
+
if (this.ed != null) {
|
|
212
|
+
this.er.setStyleProperty("font", this.ed.fontString);
|
|
213
213
|
}
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
214
|
+
this.es.append(this.er);
|
|
215
|
+
this.eb.appendPopupContent(this.es);
|
|
216
216
|
}
|
|
217
217
|
var c = null;
|
|
218
218
|
switch (a) {
|
|
219
219
|
case 1:
|
|
220
|
-
c = this.
|
|
220
|
+
c = this.d7();
|
|
221
221
|
break;
|
|
222
222
|
case 2:
|
|
223
|
-
c = this.
|
|
223
|
+
c = this.d6();
|
|
224
224
|
break;
|
|
225
225
|
case 3:
|
|
226
|
-
c = this.
|
|
226
|
+
c = this.d5();
|
|
227
227
|
break;
|
|
228
228
|
case 4:
|
|
229
|
-
c = this.
|
|
229
|
+
c = this.d4();
|
|
230
230
|
break;
|
|
231
231
|
}
|
|
232
232
|
return c;
|
|
233
233
|
};
|
|
234
|
-
EditorCell.prototype.
|
|
235
|
-
if (this.
|
|
236
|
-
this.
|
|
237
|
-
this.
|
|
238
|
-
return this.
|
|
234
|
+
EditorCell.prototype.d7 = function () {
|
|
235
|
+
if (this.ea != null) {
|
|
236
|
+
this.fg();
|
|
237
|
+
this.fl();
|
|
238
|
+
return this.ea;
|
|
239
239
|
}
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
242
|
-
return this.
|
|
243
|
-
};
|
|
244
|
-
EditorCell.prototype.
|
|
245
|
-
if (this.
|
|
246
|
-
this.
|
|
247
|
-
this.
|
|
248
|
-
return this.
|
|
240
|
+
this.ea = new TextEditorView(this.am, this.f.getTheme(), this.b);
|
|
241
|
+
this.ea.setFont(this.ed);
|
|
242
|
+
return this.ea;
|
|
243
|
+
};
|
|
244
|
+
EditorCell.prototype.d6 = function () {
|
|
245
|
+
if (this.d9 != null) {
|
|
246
|
+
this.fg();
|
|
247
|
+
this.fl();
|
|
248
|
+
return this.d9;
|
|
249
249
|
}
|
|
250
|
-
this.
|
|
251
|
-
this.
|
|
252
|
-
return this.
|
|
250
|
+
this.d9 = new NumericEditorView(this.am, this.f.getTheme(), this.b);
|
|
251
|
+
this.d9.setFont(this.ed);
|
|
252
|
+
return this.d9;
|
|
253
253
|
};
|
|
254
|
-
EditorCell.prototype.
|
|
255
|
-
if (this.
|
|
256
|
-
this.
|
|
257
|
-
this.
|
|
258
|
-
return this.
|
|
254
|
+
EditorCell.prototype.d5 = function () {
|
|
255
|
+
if (this.d0 != null) {
|
|
256
|
+
this.fg();
|
|
257
|
+
this.fl();
|
|
258
|
+
return this.d0;
|
|
259
259
|
}
|
|
260
|
-
this.
|
|
261
|
-
this.
|
|
262
|
-
return this.
|
|
260
|
+
this.d0 = new DateEditorView(this.am, this.f.getTheme(), this.b);
|
|
261
|
+
this.d0.setFont(this.ed);
|
|
262
|
+
return this.d0;
|
|
263
263
|
};
|
|
264
|
-
EditorCell.prototype.
|
|
265
|
-
if (this.
|
|
266
|
-
this.
|
|
267
|
-
this.
|
|
268
|
-
this.
|
|
269
|
-
return this.
|
|
264
|
+
EditorCell.prototype.d4 = function () {
|
|
265
|
+
if (this.dz != null) {
|
|
266
|
+
this.ff();
|
|
267
|
+
this.fg();
|
|
268
|
+
this.fl();
|
|
269
|
+
return this.dz;
|
|
270
270
|
}
|
|
271
|
-
this.
|
|
272
|
-
this.
|
|
273
|
-
this.
|
|
274
|
-
this.
|
|
275
|
-
this.
|
|
276
|
-
return this.
|
|
277
|
-
};
|
|
278
|
-
EditorCell.prototype.
|
|
271
|
+
this.dz = new ComboEditorView(this.am, this.f.getTheme(), this.b);
|
|
272
|
+
this.dz.setFont(this.ed);
|
|
273
|
+
this.dz.ah = this.ev;
|
|
274
|
+
this.dz.ak = this.e0;
|
|
275
|
+
this.dz.aa = this.dw;
|
|
276
|
+
return this.dz;
|
|
277
|
+
};
|
|
278
|
+
EditorCell.prototype.fn = function (a, b) {
|
|
279
279
|
if (b.g != b.d || b.h != b.e) {
|
|
280
|
-
if (this.
|
|
281
|
-
this.
|
|
280
|
+
if (this.dz != null) {
|
|
281
|
+
this.dz.an();
|
|
282
282
|
}
|
|
283
|
-
if (this.
|
|
284
|
-
this.
|
|
283
|
+
if (this.d0 != null) {
|
|
284
|
+
this.d0.ah();
|
|
285
285
|
}
|
|
286
|
-
this.
|
|
286
|
+
this.fd();
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
|
-
EditorCell.prototype.
|
|
290
|
-
if (!this.
|
|
291
|
-
if (this.
|
|
292
|
-
this.
|
|
293
|
-
var a = this.
|
|
294
|
-
a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.
|
|
295
|
-
var b = this.
|
|
296
|
-
b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.
|
|
297
|
-
var c = this.
|
|
298
|
-
c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.
|
|
299
|
-
var d = this.
|
|
300
|
-
d.userTyping = delegateCombine(d.userTyping, runOn(this, this.
|
|
301
|
-
this.
|
|
289
|
+
EditorCell.prototype.fb = function () {
|
|
290
|
+
if (!this.ef) {
|
|
291
|
+
if (this.d3 != null) {
|
|
292
|
+
this.d3.attachEvents();
|
|
293
|
+
var a = this.d3;
|
|
294
|
+
a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.ft));
|
|
295
|
+
var b = this.d3;
|
|
296
|
+
b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fj));
|
|
297
|
+
var c = this.d3;
|
|
298
|
+
c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.fi));
|
|
299
|
+
var d = this.d3;
|
|
300
|
+
d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fr));
|
|
301
|
+
this.ef = true;
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
};
|
|
305
|
-
EditorCell.prototype.
|
|
306
|
-
if (this.
|
|
307
|
-
if (this.
|
|
308
|
-
this.
|
|
309
|
-
var a = this.
|
|
310
|
-
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.
|
|
311
|
-
var b = this.
|
|
312
|
-
b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.
|
|
313
|
-
var c = this.
|
|
314
|
-
c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.
|
|
315
|
-
var d = this.
|
|
316
|
-
d.userTyping = delegateRemove(d.userTyping, runOn(this, this.
|
|
317
|
-
this.
|
|
305
|
+
EditorCell.prototype.fc = function () {
|
|
306
|
+
if (this.ef) {
|
|
307
|
+
if (this.d3 != null) {
|
|
308
|
+
this.d3.detachEvents();
|
|
309
|
+
var a = this.d3;
|
|
310
|
+
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.ft));
|
|
311
|
+
var b = this.d3;
|
|
312
|
+
b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fj));
|
|
313
|
+
var c = this.d3;
|
|
314
|
+
c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.fi));
|
|
315
|
+
var d = this.d3;
|
|
316
|
+
d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fr));
|
|
317
|
+
this.ef = false;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
320
|
};
|
|
321
|
-
EditorCell.prototype.
|
|
322
|
-
this.
|
|
323
|
-
this.
|
|
324
|
-
this.
|
|
321
|
+
EditorCell.prototype.fq = function (a) {
|
|
322
|
+
this.ek = false;
|
|
323
|
+
this.el = false;
|
|
324
|
+
this.ej = false;
|
|
325
325
|
if (!a) {
|
|
326
|
-
this.
|
|
327
|
-
this.
|
|
326
|
+
this.el = true;
|
|
327
|
+
this.d3.onTargetChanged();
|
|
328
328
|
}
|
|
329
329
|
};
|
|
330
|
-
EditorCell.prototype.
|
|
331
|
-
if (this.
|
|
332
|
-
this.
|
|
330
|
+
EditorCell.prototype.fs = function () {
|
|
331
|
+
if (this.d3 != null) {
|
|
332
|
+
this.d3.value = this.ew;
|
|
333
333
|
}
|
|
334
334
|
};
|
|
335
|
-
EditorCell.prototype.
|
|
335
|
+
EditorCell.prototype.fg = function () {
|
|
336
336
|
};
|
|
337
|
-
EditorCell.prototype.
|
|
338
|
-
this.
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
341
|
-
if (this.
|
|
342
|
-
this.
|
|
337
|
+
EditorCell.prototype.fk = function () {
|
|
338
|
+
this.ee = true;
|
|
339
|
+
this.fc();
|
|
340
|
+
this.ar.removeChildren();
|
|
341
|
+
if (this.d3 != null) {
|
|
342
|
+
this.d3.cleanUp();
|
|
343
343
|
}
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
347
|
-
if (this.
|
|
348
|
-
this.
|
|
349
|
-
if (!this.
|
|
350
|
-
this.
|
|
344
|
+
this.d3 = this.d8(this.d2);
|
|
345
|
+
this.ar.append(this.d3.container);
|
|
346
|
+
this.fb();
|
|
347
|
+
if (this.d3 != null) {
|
|
348
|
+
this.d3.isEnabled = !this.isRemoved;
|
|
349
|
+
if (!this.eo) {
|
|
350
|
+
this.d3.onEditStarted();
|
|
351
351
|
}
|
|
352
352
|
}
|
|
353
|
-
this.
|
|
353
|
+
this.ee = false;
|
|
354
354
|
};
|
|
355
|
-
EditorCell.prototype.
|
|
356
|
-
if (this.
|
|
357
|
-
this.
|
|
358
|
-
this.
|
|
359
|
-
this.
|
|
355
|
+
EditorCell.prototype.ff = function () {
|
|
356
|
+
if (this.dz != null) {
|
|
357
|
+
this.dz.ah = this.ev;
|
|
358
|
+
this.dz.ak = this.e0;
|
|
359
|
+
this.dz.aa = this.dw;
|
|
360
360
|
}
|
|
361
361
|
};
|
|
362
|
-
EditorCell.prototype.
|
|
363
|
-
if (this.
|
|
364
|
-
if (this.
|
|
365
|
-
this.
|
|
362
|
+
EditorCell.prototype.fl = function () {
|
|
363
|
+
if (this.ed != null) {
|
|
364
|
+
if (this.ea != null) {
|
|
365
|
+
this.ea.setFont(this.ed);
|
|
366
366
|
}
|
|
367
|
-
if (this.
|
|
368
|
-
this.
|
|
367
|
+
if (this.d9 != null) {
|
|
368
|
+
this.d9.setFont(this.ed);
|
|
369
369
|
}
|
|
370
|
-
if (this.
|
|
371
|
-
this.
|
|
370
|
+
if (this.d0 != null) {
|
|
371
|
+
this.d0.setFont(this.ed);
|
|
372
372
|
}
|
|
373
|
-
if (this.
|
|
374
|
-
this.
|
|
373
|
+
if (this.dz != null) {
|
|
374
|
+
this.dz.setFont(this.ed);
|
|
375
375
|
}
|
|
376
|
-
this.
|
|
376
|
+
this.er.setStyleProperty("font", this.ed.fontString);
|
|
377
377
|
}
|
|
378
378
|
};
|
|
379
|
-
EditorCell.prototype.
|
|
380
|
-
this.
|
|
381
|
-
if (this.
|
|
382
|
-
if (!this.
|
|
383
|
-
this.
|
|
379
|
+
EditorCell.prototype.fe = function () {
|
|
380
|
+
this.ei = false;
|
|
381
|
+
if (this.d3 != null) {
|
|
382
|
+
if (!this.eo) {
|
|
383
|
+
this.d3.onEditStarted();
|
|
384
384
|
}
|
|
385
385
|
else {
|
|
386
|
-
this.
|
|
387
|
-
this.
|
|
388
|
-
this.
|
|
386
|
+
this.d3.onEditEnded();
|
|
387
|
+
this.d3.value = null;
|
|
388
|
+
this.d3.value = this.ew;
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
391
|
};
|
|
392
|
-
EditorCell.prototype.
|
|
393
|
-
if (this.
|
|
394
|
-
this.
|
|
392
|
+
EditorCell.prototype.fh = function () {
|
|
393
|
+
if (this.d3 != null && this.d0 == this.d3) {
|
|
394
|
+
this.d0.af = this.e4;
|
|
395
395
|
}
|
|
396
396
|
};
|
|
397
|
-
EditorCell.prototype.
|
|
398
|
-
if (this.
|
|
399
|
-
this.
|
|
397
|
+
EditorCell.prototype.fp = function () {
|
|
398
|
+
if (this.d3 != null && this.d0 == this.d3) {
|
|
399
|
+
this.d0.ad = this.ep;
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
|
-
EditorCell.prototype.
|
|
402
|
+
EditorCell.prototype.fu = function (a, b, c, d, e) {
|
|
403
403
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
-
this.
|
|
404
|
+
this.er.setRawText(a);
|
|
405
|
+
this.eb.b9();
|
|
406
|
+
this.fv();
|
|
407
407
|
}
|
|
408
408
|
};
|
|
409
|
-
EditorCell.prototype.
|
|
410
|
-
var rect_ = this.
|
|
409
|
+
EditorCell.prototype.fv = function () {
|
|
410
|
+
var rect_ = this.ar.getNativeElement().getBoundingClientRect();
|
|
411
411
|
var a = new Rect(4);
|
|
412
412
|
a.left = (rect_.left + window.pageXOffset);
|
|
413
413
|
a.top = (rect_.top + window.pageYOffset);
|
|
414
414
|
a.right = (rect_.right + window.pageXOffset);
|
|
415
415
|
a.bottom = (rect_.bottom + window.pageYOffset);
|
|
416
|
-
this.
|
|
416
|
+
this.eb.showRelativeToExclusionRect(a, 1, 0);
|
|
417
417
|
};
|
|
418
|
-
EditorCell.prototype.
|
|
419
|
-
if (this.
|
|
420
|
-
this.
|
|
418
|
+
EditorCell.prototype.fd = function () {
|
|
419
|
+
if (this.eb.ax) {
|
|
420
|
+
this.eb.b6();
|
|
421
421
|
}
|
|
422
422
|
};
|
|
423
|
-
EditorCell.prototype.
|
|
424
|
-
if (this.
|
|
425
|
-
this.
|
|
426
|
-
this.f.setViewportChangedHandler(runOn(this, this.
|
|
423
|
+
EditorCell.prototype.cj = function () {
|
|
424
|
+
if (this.d3 == null) {
|
|
425
|
+
this.fk();
|
|
426
|
+
this.f.setViewportChangedHandler(runOn(this, this.fn));
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
|
-
EditorCell.prototype.
|
|
430
|
-
if (this.
|
|
431
|
-
this.
|
|
429
|
+
EditorCell.prototype.b9 = function () {
|
|
430
|
+
if (this.d3 != null) {
|
|
431
|
+
this.d3.focus();
|
|
432
432
|
}
|
|
433
433
|
};
|
|
434
|
-
EditorCell.prototype.
|
|
435
|
-
_super.prototype.
|
|
434
|
+
EditorCell.prototype.ck = function (a, b, c) {
|
|
435
|
+
_super.prototype.ck.call(this, a, b, c);
|
|
436
436
|
switch (a) {
|
|
437
437
|
case "EditorType":
|
|
438
|
-
this.
|
|
438
|
+
this.fk();
|
|
439
439
|
break;
|
|
440
440
|
case "ComboItemsSource":
|
|
441
441
|
case "ComboTextField":
|
|
442
442
|
case "ComboValueField":
|
|
443
|
-
this.
|
|
443
|
+
this.ff();
|
|
444
444
|
break;
|
|
445
445
|
case "DataType":
|
|
446
|
-
this.
|
|
446
|
+
this.fg();
|
|
447
447
|
break;
|
|
448
448
|
case "Value":
|
|
449
|
-
this.
|
|
449
|
+
this.fs();
|
|
450
450
|
break;
|
|
451
451
|
case "FontInfo":
|
|
452
|
-
this.
|
|
452
|
+
this.fl();
|
|
453
453
|
break;
|
|
454
454
|
case "IsHidden":
|
|
455
|
-
this.
|
|
455
|
+
this.fe();
|
|
456
456
|
break;
|
|
457
457
|
case "DateFormatString":
|
|
458
|
-
this.
|
|
458
|
+
this.fh();
|
|
459
459
|
break;
|
|
460
460
|
case "ShowTodayButton":
|
|
461
|
-
this.
|
|
461
|
+
this.fp();
|
|
462
462
|
break;
|
|
463
463
|
case "IsRemoved":
|
|
464
|
-
if (this.
|
|
465
|
-
this.
|
|
464
|
+
if (this.d3 != null) {
|
|
465
|
+
this.d3.isEnabled = !this.isRemoved;
|
|
466
466
|
if (!this.isRemoved) {
|
|
467
|
-
this.
|
|
467
|
+
this.d3.onTargetChanged();
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
break;
|
|
471
471
|
}
|
|
472
472
|
};
|
|
473
|
-
EditorCell.prototype.
|
|
474
|
-
if (a == this.
|
|
473
|
+
EditorCell.prototype.ft = function (a, b, c) {
|
|
474
|
+
if (a == this.d3) {
|
|
475
475
|
if (!c) {
|
|
476
476
|
this.b.updateCellEditValue(b);
|
|
477
477
|
}
|
|
478
478
|
}
|
|
479
479
|
};
|
|
480
|
-
EditorCell.prototype.
|
|
481
|
-
if (a == this.
|
|
480
|
+
EditorCell.prototype.fr = function (a) {
|
|
481
|
+
if (a == this.d3) {
|
|
482
482
|
this.b.startEditMode();
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
|
-
EditorCell.prototype.
|
|
486
|
-
if (a != null && this.
|
|
487
|
-
var b = this.
|
|
485
|
+
EditorCell.prototype.en = function (a) {
|
|
486
|
+
if (a != null && this.eb != null && this.eb.ax) {
|
|
487
|
+
var b = this.es.getNativeElement();
|
|
488
488
|
return b.contains(a);
|
|
489
489
|
}
|
|
490
490
|
return false;
|
|
491
491
|
};
|
|
492
|
-
EditorCell.prototype.
|
|
492
|
+
EditorCell.prototype.em = function (a) {
|
|
493
493
|
if (a != null) {
|
|
494
|
-
var b = this.
|
|
494
|
+
var b = this.ar.getNativeElement();
|
|
495
495
|
return b.contains(a);
|
|
496
496
|
}
|
|
497
497
|
return false;
|
|
498
498
|
};
|
|
499
|
-
EditorCell.prototype.
|
|
499
|
+
EditorCell.prototype.fo = function (a) {
|
|
500
500
|
var _this = this;
|
|
501
|
-
if (!this.
|
|
501
|
+
if (!this.ee) {
|
|
502
502
|
var b = (a.originalEvent.relatedTarget);
|
|
503
|
-
if (this.
|
|
503
|
+
if (this.ej && !this.em(b) && !this.en(b)) {
|
|
504
504
|
this.b.editorCellLostFocus();
|
|
505
|
-
this.
|
|
505
|
+
this.fd();
|
|
506
506
|
}
|
|
507
|
-
var c = this.
|
|
507
|
+
var c = this.am.rootWrapper.getNativeElement();
|
|
508
508
|
if (c.contains(b)) {
|
|
509
509
|
window.setTimeout(function () {
|
|
510
510
|
var d = document.activeElement.nodeName;
|
|
511
511
|
if (d == "INPUT" || d == "SELECT" || d == "TEXTAREA" || d == "BUTTON" || d == "OPTION") {
|
|
512
512
|
return;
|
|
513
513
|
}
|
|
514
|
-
if (_this.b.isEditRefocusDesired && _this.
|
|
515
|
-
_this.
|
|
514
|
+
if (_this.b.isEditRefocusDesired && _this.d3 != null) {
|
|
515
|
+
_this.d3.focus();
|
|
516
516
|
}
|
|
517
517
|
}, 0);
|
|
518
518
|
}
|
|
519
519
|
}
|
|
520
520
|
};
|
|
521
|
-
EditorCell.prototype.
|
|
522
|
-
if (this.
|
|
523
|
-
this.
|
|
521
|
+
EditorCell.prototype.fm = function (a) {
|
|
522
|
+
if (this.ek && !this.eb.ax) {
|
|
523
|
+
this.fv();
|
|
524
524
|
}
|
|
525
525
|
};
|
|
526
|
-
EditorCell.prototype.
|
|
527
|
-
this.
|
|
526
|
+
EditorCell.prototype.fj = function (a) {
|
|
527
|
+
this.ej = true;
|
|
528
528
|
};
|
|
529
|
-
EditorCell.prototype.
|
|
530
|
-
this.
|
|
529
|
+
EditorCell.prototype.fi = function (a) {
|
|
530
|
+
this.ej = false;
|
|
531
531
|
};
|
|
532
532
|
EditorCell.prototype.onContactStarted = function (a, b) {
|
|
533
533
|
a.stopPropagation();
|