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