igniteui-angular-data-grids 20.0.1 → 20.0.2-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 +10223 -8743
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +3 -3
- package/esm2015/lib/CanvasCellPresenterBase.js +14 -14
- package/esm2015/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm2015/lib/CanvasGridCellBase.js +9 -9
- package/esm2015/lib/CanvasImageCellPresenter.js +10 -10
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTextCellPresenter.js +10 -10
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm2015/lib/CellPresenterBase.js +64 -39
- package/esm2015/lib/CheckboxListView_combined.js +49 -49
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +6925 -6539
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ColumnSortDescription.js +6 -1
- package/esm2015/lib/ColumnSummaryDescription.js +6 -1
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +46 -33
- package/esm2015/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -10
- package/esm2015/lib/EditorCell.js +335 -335
- package/esm2015/lib/EditorCellPresenter.js +28 -28
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +278 -278
- package/esm2015/lib/FilterCellPresenter.js +18 -18
- package/esm2015/lib/GridCellBase.js +587 -317
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -14
- package/esm2015/lib/GridConditionalStyleFontInfo.js +26 -0
- package/esm2015/lib/GridConditionalStyleProperty.js +8 -8
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +1 -1
- package/esm2015/lib/ImageCell.js +62 -62
- package/esm2015/lib/ImageCellPresenter.js +18 -18
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm2015/lib/NumericCell.js +9 -5
- package/esm2015/lib/NumericCellPresenter.js +10 -10
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm2015/lib/SummaryCell.js +41 -41
- package/esm2015/lib/SummaryCellPresenter.js +14 -14
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +6 -6
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +35 -30
- package/esm2015/lib/TextCellDecoration.js +33 -0
- package/esm2015/lib/TextCellPresenter.js +11 -11
- package/esm2015/lib/TextHeaderCell.js +157 -150
- package/esm2015/lib/TextHeaderCellPresenter.js +35 -35
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +301 -190
- package/esm2015/lib/igx-checkbox-list-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +254 -115
- package/esm2015/lib/igx-data-grid-component.js +38 -5
- 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 +46 -45
- 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-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm2015/lib/igx-grid-conditional-style-font-info-component.js +144 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-dynamic-module.js +34 -0
- package/esm2015/lib/igx-grid-conditional-style-font-info-module.js +27 -0
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-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-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-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/esm2015/public_api.js +5 -0
- package/esm5/lib/AccessibilityRow.js +3 -3
- package/esm5/lib/CanvasCellPresenterBase.js +14 -14
- package/esm5/lib/CanvasContentCellModelHelper.js +18 -18
- package/esm5/lib/CanvasDateTimeCellPresenter.js +9 -9
- package/esm5/lib/CanvasGridCellBase.js +9 -9
- package/esm5/lib/CanvasImageCellPresenter.js +10 -10
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -9
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +8 -8
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +4 -4
- package/esm5/lib/CanvasTextCellPresenter.js +10 -10
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +13 -13
- package/esm5/lib/CellPresenterBase.js +64 -39
- package/esm5/lib/CheckboxListView_combined.js +49 -49
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +6754 -6269
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ColumnSortDescription.js +6 -1
- package/esm5/lib/ColumnSummaryDescription.js +6 -1
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +46 -33
- package/esm5/lib/DataGridCellLayoutPanel.js +19 -19
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -10
- package/esm5/lib/EditorCell.js +291 -291
- package/esm5/lib/EditorCellPresenter.js +28 -28
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +266 -266
- package/esm5/lib/FilterCellPresenter.js +18 -18
- package/esm5/lib/GridCellBase.js +625 -311
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/GridConditionFilterStringErrorsParsingEventArgs.js +2 -22
- package/esm5/lib/GridConditionalStyleFontInfo.js +32 -0
- package/esm5/lib/GridConditionalStyleProperty.js +8 -8
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +1 -1
- package/esm5/lib/ImageCell.js +61 -61
- package/esm5/lib/ImageCellPresenter.js +18 -18
- package/esm5/lib/MultiColumnComboBoxView_combined.js +15 -15
- package/esm5/lib/NumericCell.js +9 -5
- package/esm5/lib/NumericCellPresenter.js +10 -10
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +11 -11
- package/esm5/lib/SummaryCell.js +41 -41
- package/esm5/lib/SummaryCellPresenter.js +14 -14
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +6 -6
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +35 -30
- package/esm5/lib/TextCellDecoration.js +33 -0
- package/esm5/lib/TextCellPresenter.js +11 -11
- package/esm5/lib/TextHeaderCell.js +155 -148
- package/esm5/lib/TextHeaderCellPresenter.js +35 -35
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +349 -190
- package/esm5/lib/igx-checkbox-list-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +302 -115
- package/esm5/lib/igx-data-grid-component.js +42 -5
- 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 +46 -45
- 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-condition-filter-string-errors-parsing-event-args.js +4 -4
- package/esm5/lib/igx-grid-conditional-style-font-info-component.js +155 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-dynamic-module.js +33 -0
- package/esm5/lib/igx-grid-conditional-style-font-info-module.js +28 -0
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-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-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-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/esm5/public_api.js +5 -0
- package/fesm2015/igniteui-angular-data-grids.js +10236 -9009
- package/fesm5/igniteui-angular-data-grids.js +10219 -8745
- package/lib/ColumnFilterCondition_combined.d.ts +1784 -1694
- package/lib/ContentCellModelHelper.d.ts +4 -4
- package/lib/EditorCell.d.ts +74 -74
- package/lib/FilterCell.d.ts +61 -61
- package/lib/GridCellBase.d.ts +140 -95
- package/lib/GridConditionFilterStringErrorsParsingEventArgs.d.ts +2 -6
- package/lib/GridConditionalStyleFontInfo.d.ts +11 -0
- package/lib/ImageCell.d.ts +20 -20
- package/lib/MultiColumnComboBoxView_combined.d.ts +1 -1
- package/lib/NumericCell.d.ts +2 -1
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +11 -11
- package/lib/TemplateCell.d.ts +6 -6
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +3 -3
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +10 -8
- package/lib/TextCellDecoration.d.ts +26 -0
- package/lib/TextHeaderCell.d.ts +37 -35
- package/lib/VerticalSeparatorCell.d.ts +9 -9
- package/lib/igx-cell-info.d.ts +63 -0
- package/lib/igx-data-grid-column-component.d.ts +68 -2
- package/lib/igx-data-grid-component.d.ts +9 -2
- package/lib/igx-definition-base-component.d.ts +1 -1
- package/lib/igx-grid-conditional-style-font-info-component.d.ts +33 -0
- package/lib/igx-grid-conditional-style-font-info-dynamic-module.d.ts +9 -0
- package/lib/igx-grid-conditional-style-font-info-module.d.ts +8 -0
- package/package.json +4 -4
- package/public_api.d.ts +5 -0
|
@@ -22,469 +22,469 @@ export let EditorCell = /*@__PURE__*/ (() => {
|
|
|
22
22
|
class EditorCell extends GridCellBase {
|
|
23
23
|
constructor(a) {
|
|
24
24
|
super(a);
|
|
25
|
-
this.
|
|
26
|
-
this.
|
|
27
|
-
this.
|
|
28
|
-
this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
42
|
-
this.
|
|
43
|
-
this.
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
48
|
-
this.
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
56
|
-
}
|
|
57
|
-
get
|
|
58
|
-
return this.
|
|
59
|
-
}
|
|
60
|
-
set
|
|
61
|
-
let b = this.
|
|
62
|
-
this.
|
|
63
|
-
if (b != this.
|
|
64
|
-
this.
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
get
|
|
68
|
-
return this.
|
|
69
|
-
}
|
|
70
|
-
set
|
|
71
|
-
let b = this.
|
|
72
|
-
this.
|
|
73
|
-
this.
|
|
74
|
-
}
|
|
75
|
-
get
|
|
76
|
-
return this.
|
|
77
|
-
}
|
|
78
|
-
set
|
|
79
|
-
let b = this.
|
|
80
|
-
this.
|
|
81
|
-
if (b != this.
|
|
82
|
-
this.
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
get
|
|
86
|
-
return this.
|
|
87
|
-
}
|
|
88
|
-
set
|
|
89
|
-
let b = this.
|
|
90
|
-
this.
|
|
91
|
-
if (b != this.
|
|
92
|
-
this.
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
get
|
|
96
|
-
return this.
|
|
97
|
-
}
|
|
98
|
-
set
|
|
99
|
-
let b = this.
|
|
100
|
-
this.
|
|
101
|
-
if (b != this.
|
|
102
|
-
this.
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
get
|
|
106
|
-
return this.
|
|
107
|
-
}
|
|
108
|
-
set
|
|
109
|
-
let b = this.
|
|
110
|
-
this.
|
|
111
|
-
if (b != this.
|
|
112
|
-
this.
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
get
|
|
116
|
-
return this.
|
|
117
|
-
}
|
|
118
|
-
set
|
|
119
|
-
let b = this.
|
|
120
|
-
this.
|
|
121
|
-
if (b != this.
|
|
122
|
-
this.
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
get
|
|
126
|
-
return this.
|
|
127
|
-
}
|
|
128
|
-
set
|
|
129
|
-
let b = this.
|
|
130
|
-
this.
|
|
131
|
-
if (b != this.
|
|
132
|
-
this.
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
get
|
|
136
|
-
return this.
|
|
137
|
-
}
|
|
138
|
-
set
|
|
139
|
-
let b = this.
|
|
140
|
-
this.
|
|
141
|
-
if (b != this.
|
|
142
|
-
this.
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
get
|
|
146
|
-
return this.
|
|
147
|
-
}
|
|
148
|
-
set
|
|
149
|
-
let b = this.
|
|
150
|
-
this.
|
|
151
|
-
if (b != this.
|
|
152
|
-
this.
|
|
25
|
+
this.d0 = null;
|
|
26
|
+
this.d7 = null;
|
|
27
|
+
this.d6 = null;
|
|
28
|
+
this.dx = null;
|
|
29
|
+
this.dw = null;
|
|
30
|
+
this.en = null;
|
|
31
|
+
this.eo = null;
|
|
32
|
+
this.ep = null;
|
|
33
|
+
this.d8 = null;
|
|
34
|
+
this.eb = false;
|
|
35
|
+
this.ef = false;
|
|
36
|
+
this.ec = false;
|
|
37
|
+
this.du = 0;
|
|
38
|
+
this.er = null;
|
|
39
|
+
this.d9 = null;
|
|
40
|
+
this.dy = 1;
|
|
41
|
+
this.eq = null;
|
|
42
|
+
this.eu = null;
|
|
43
|
+
this.ds = null;
|
|
44
|
+
this.ed = true;
|
|
45
|
+
this.ev = null;
|
|
46
|
+
this.ee = false;
|
|
47
|
+
this.eh = false;
|
|
48
|
+
this.ei = false;
|
|
49
|
+
this.eg = false;
|
|
50
|
+
this.ap.setAttribute("tabindex", "-1");
|
|
51
|
+
this.ap.setStyleProperty("outline", "none");
|
|
52
|
+
this.ap.setStyleProperty("display", "flex");
|
|
53
|
+
this.ap.setStyleProperty("align-items", "center");
|
|
54
|
+
this.ap.listen("focusout", runOn(this, this.fl));
|
|
55
|
+
this.ap.listen("focusin", runOn(this, this.fj));
|
|
56
|
+
}
|
|
57
|
+
get dv() {
|
|
58
|
+
return this.du;
|
|
59
|
+
}
|
|
60
|
+
set dv(a) {
|
|
61
|
+
let b = this.du;
|
|
62
|
+
this.du = a;
|
|
63
|
+
if (b != this.du) {
|
|
64
|
+
this.ch("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.du));
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
get et() {
|
|
68
|
+
return this.er;
|
|
69
|
+
}
|
|
70
|
+
set et(a) {
|
|
71
|
+
let b = this.er;
|
|
72
|
+
this.er = a;
|
|
73
|
+
this.ch("Value", b, this.er);
|
|
74
|
+
}
|
|
75
|
+
get ea() {
|
|
76
|
+
return this.d9;
|
|
77
|
+
}
|
|
78
|
+
set ea(a) {
|
|
79
|
+
let b = this.d9;
|
|
80
|
+
this.d9 = a;
|
|
81
|
+
if (b != this.d9) {
|
|
82
|
+
this.ch("FontInfo", b, this.d9);
|
|
83
|
+
}
|
|
84
|
+
}
|
|
85
|
+
get dz() {
|
|
86
|
+
return this.dy;
|
|
87
|
+
}
|
|
88
|
+
set dz(a) {
|
|
89
|
+
let b = this.dy;
|
|
90
|
+
this.dy = a;
|
|
91
|
+
if (b != this.dy) {
|
|
92
|
+
this.ch("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.dy));
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
get es() {
|
|
96
|
+
return this.eq;
|
|
97
|
+
}
|
|
98
|
+
set es(a) {
|
|
99
|
+
let b = this.eq;
|
|
100
|
+
this.eq = a;
|
|
101
|
+
if (b != this.eq) {
|
|
102
|
+
this.ch("ComboItemsSource", b, this.eq);
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
get ex() {
|
|
106
|
+
return this.eu;
|
|
107
|
+
}
|
|
108
|
+
set ex(a) {
|
|
109
|
+
let b = this.eu;
|
|
110
|
+
this.eu = a;
|
|
111
|
+
if (b != this.eu) {
|
|
112
|
+
this.ch("ComboTextField", b, this.eu);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
get dt() {
|
|
116
|
+
return this.ds;
|
|
117
|
+
}
|
|
118
|
+
set dt(a) {
|
|
119
|
+
let b = this.ds;
|
|
120
|
+
this.ds = a;
|
|
121
|
+
if (b != this.ds) {
|
|
122
|
+
this.ch("ComboValueField", b, this.ds);
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
get el() {
|
|
126
|
+
return this.ed;
|
|
127
|
+
}
|
|
128
|
+
set el(a) {
|
|
129
|
+
let b = this.ed;
|
|
130
|
+
this.ed = a;
|
|
131
|
+
if (b != this.ed) {
|
|
132
|
+
this.ch("IsHidden", b, this.ed);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
get e1() {
|
|
136
|
+
return this.ev;
|
|
137
|
+
}
|
|
138
|
+
set e1(a) {
|
|
139
|
+
let b = this.ev;
|
|
140
|
+
this.ev = a;
|
|
141
|
+
if (b != this.ev) {
|
|
142
|
+
this.ch("DateFormatString", b, this.ev);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
get em() {
|
|
146
|
+
return this.ee;
|
|
147
|
+
}
|
|
148
|
+
set em(a) {
|
|
149
|
+
let b = this.ee;
|
|
150
|
+
this.ee = a;
|
|
151
|
+
if (b != this.ee) {
|
|
152
|
+
this.ch("ShowTodayButton", b, this.ee);
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
|
-
|
|
156
|
-
if (this.
|
|
157
|
-
this.
|
|
158
|
-
let b = this.
|
|
159
|
-
this.
|
|
160
|
-
this.
|
|
161
|
-
this.
|
|
162
|
-
this.
|
|
163
|
-
this.
|
|
164
|
-
this.
|
|
165
|
-
this.
|
|
166
|
-
this.
|
|
167
|
-
this.
|
|
168
|
-
this.
|
|
169
|
-
if (this.
|
|
170
|
-
this.
|
|
155
|
+
d5(a) {
|
|
156
|
+
if (this.en == null) {
|
|
157
|
+
this.en = this.ak.createElement("div");
|
|
158
|
+
let b = this.ak.getSubRenderer(this.en);
|
|
159
|
+
this.d8 = new Popup();
|
|
160
|
+
this.d8.provideRenderer(b);
|
|
161
|
+
this.ep = this.ak.createElement("div");
|
|
162
|
+
this.ep.setStyleProperty("background-color", "rgba(0,0,0,0.7)");
|
|
163
|
+
this.ep.setStyleProperty("color", "#fff");
|
|
164
|
+
this.ep.setStyleProperty("padding", "5px");
|
|
165
|
+
this.ep.setStyleProperty("outline", "none");
|
|
166
|
+
this.ep.setAttribute("tabindex", "-1");
|
|
167
|
+
this.eo = this.ak.createElement("div");
|
|
168
|
+
this.eo.setStyleProperty("white-space", "pre");
|
|
169
|
+
if (this.ea != null) {
|
|
170
|
+
this.eo.setStyleProperty("font", this.ea.fontString);
|
|
171
171
|
}
|
|
172
|
-
this.
|
|
173
|
-
this.
|
|
172
|
+
this.ep.append(this.eo);
|
|
173
|
+
this.d8.appendPopupContent(this.ep);
|
|
174
174
|
}
|
|
175
175
|
let c = null;
|
|
176
176
|
switch (a) {
|
|
177
177
|
case 1:
|
|
178
|
-
c = this.
|
|
178
|
+
c = this.d4();
|
|
179
179
|
break;
|
|
180
180
|
case 2:
|
|
181
|
-
c = this.
|
|
181
|
+
c = this.d3();
|
|
182
182
|
break;
|
|
183
183
|
case 3:
|
|
184
|
-
c = this.
|
|
184
|
+
c = this.d2();
|
|
185
185
|
break;
|
|
186
186
|
case 4:
|
|
187
|
-
c = this.
|
|
187
|
+
c = this.d1();
|
|
188
188
|
break;
|
|
189
189
|
}
|
|
190
190
|
return c;
|
|
191
191
|
}
|
|
192
|
-
|
|
193
|
-
if (this.
|
|
194
|
-
this.
|
|
195
|
-
this.
|
|
196
|
-
return this.
|
|
197
|
-
}
|
|
198
|
-
this.
|
|
199
|
-
this.
|
|
200
|
-
return this.
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
if (this.
|
|
204
|
-
this.
|
|
205
|
-
this.
|
|
206
|
-
return this.
|
|
207
|
-
}
|
|
208
|
-
this.
|
|
209
|
-
this.
|
|
210
|
-
return this.
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
if (this.
|
|
214
|
-
this.
|
|
215
|
-
this.
|
|
216
|
-
return this.
|
|
217
|
-
}
|
|
218
|
-
this.cp = new DateEditorView(this.ae, this.f.getTheme(), this.b);
|
|
219
|
-
this.cp.setFont(this.c2);
|
|
220
|
-
return this.cp;
|
|
221
|
-
}
|
|
222
|
-
ct() {
|
|
223
|
-
if (this.co != null) {
|
|
224
|
-
this.d5();
|
|
225
|
-
this.d6();
|
|
226
|
-
this.eb();
|
|
227
|
-
return this.co;
|
|
228
|
-
}
|
|
229
|
-
this.co = new ComboEditorView(this.ae, this.f.getTheme(), this.b);
|
|
230
|
-
this.co.setFont(this.c2);
|
|
231
|
-
this.co.ah = this.dk;
|
|
232
|
-
this.co.ak = this.dq;
|
|
233
|
-
this.co.aa = this.cl;
|
|
234
|
-
return this.co;
|
|
235
|
-
}
|
|
236
|
-
ed(a, b) {
|
|
237
|
-
if (b.g != b.d || b.h != b.e) {
|
|
238
|
-
if (this.co != null) {
|
|
239
|
-
this.co.an();
|
|
240
|
-
}
|
|
241
|
-
if (this.cp != null) {
|
|
242
|
-
this.cp.ah();
|
|
243
|
-
}
|
|
244
|
-
this.d3();
|
|
192
|
+
d4() {
|
|
193
|
+
if (this.d7 != null) {
|
|
194
|
+
this.fd();
|
|
195
|
+
this.fi();
|
|
196
|
+
return this.d7;
|
|
197
|
+
}
|
|
198
|
+
this.d7 = new TextEditorView(this.ak, this.f.getTheme(), this.b);
|
|
199
|
+
this.d7.setFont(this.ea);
|
|
200
|
+
return this.d7;
|
|
201
|
+
}
|
|
202
|
+
d3() {
|
|
203
|
+
if (this.d6 != null) {
|
|
204
|
+
this.fd();
|
|
205
|
+
this.fi();
|
|
206
|
+
return this.d6;
|
|
207
|
+
}
|
|
208
|
+
this.d6 = new NumericEditorView(this.ak, this.f.getTheme(), this.b);
|
|
209
|
+
this.d6.setFont(this.ea);
|
|
210
|
+
return this.d6;
|
|
211
|
+
}
|
|
212
|
+
d2() {
|
|
213
|
+
if (this.dx != null) {
|
|
214
|
+
this.fd();
|
|
215
|
+
this.fi();
|
|
216
|
+
return this.dx;
|
|
245
217
|
}
|
|
218
|
+
this.dx = new DateEditorView(this.ak, this.f.getTheme(), this.b);
|
|
219
|
+
this.dx.setFont(this.ea);
|
|
220
|
+
return this.dx;
|
|
246
221
|
}
|
|
247
222
|
d1() {
|
|
248
|
-
if (
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
223
|
+
if (this.dw != null) {
|
|
224
|
+
this.fc();
|
|
225
|
+
this.fd();
|
|
226
|
+
this.fi();
|
|
227
|
+
return this.dw;
|
|
228
|
+
}
|
|
229
|
+
this.dw = new ComboEditorView(this.ak, this.f.getTheme(), this.b);
|
|
230
|
+
this.dw.setFont(this.ea);
|
|
231
|
+
this.dw.ah = this.es;
|
|
232
|
+
this.dw.ak = this.ex;
|
|
233
|
+
this.dw.aa = this.dt;
|
|
234
|
+
return this.dw;
|
|
235
|
+
}
|
|
236
|
+
fk(a, b) {
|
|
237
|
+
if (b.g != b.d || b.h != b.e) {
|
|
238
|
+
if (this.dw != null) {
|
|
239
|
+
this.dw.an();
|
|
240
|
+
}
|
|
241
|
+
if (this.dx != null) {
|
|
242
|
+
this.dx.ah();
|
|
243
|
+
}
|
|
244
|
+
this.fa();
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
e8() {
|
|
248
|
+
if (!this.ec) {
|
|
249
|
+
if (this.d0 != null) {
|
|
250
|
+
this.d0.attachEvents();
|
|
251
|
+
let a = this.d0;
|
|
252
|
+
a.valueProvided = delegateCombine(a.valueProvided, runOn(this, this.fq));
|
|
253
|
+
let b = this.d0;
|
|
254
|
+
b.lostFocus = delegateCombine(b.lostFocus, runOn(this, this.fg));
|
|
255
|
+
let c = this.d0;
|
|
256
|
+
c.gotFocus = delegateCombine(c.gotFocus, runOn(this, this.ff));
|
|
257
|
+
let d = this.d0;
|
|
258
|
+
d.userTyping = delegateCombine(d.userTyping, runOn(this, this.fo));
|
|
259
|
+
this.ec = 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
|
+
e9() {
|
|
264
|
+
if (this.ec) {
|
|
265
|
+
if (this.d0 != null) {
|
|
266
|
+
this.d0.detachEvents();
|
|
267
|
+
let a = this.d0;
|
|
268
|
+
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fq));
|
|
269
|
+
let b = this.d0;
|
|
270
|
+
b.lostFocus = delegateRemove(b.lostFocus, runOn(this, this.fg));
|
|
271
|
+
let c = this.d0;
|
|
272
|
+
c.gotFocus = delegateRemove(c.gotFocus, runOn(this, this.ff));
|
|
273
|
+
let d = this.d0;
|
|
274
|
+
d.userTyping = delegateRemove(d.userTyping, runOn(this, this.fo));
|
|
275
|
+
this.ec = false;
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
-
|
|
280
|
-
this.
|
|
281
|
-
this.
|
|
282
|
-
this.
|
|
279
|
+
fn(a) {
|
|
280
|
+
this.eh = false;
|
|
281
|
+
this.ei = false;
|
|
282
|
+
this.eg = false;
|
|
283
283
|
if (!a) {
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
284
|
+
this.ei = true;
|
|
285
|
+
this.d0.onTargetChanged();
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
|
|
289
|
-
if (this.
|
|
290
|
-
this.
|
|
288
|
+
fp() {
|
|
289
|
+
if (this.d0 != null) {
|
|
290
|
+
this.d0.value = this.et;
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
|
-
|
|
293
|
+
fd() {
|
|
294
294
|
}
|
|
295
|
-
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
298
|
-
this.
|
|
299
|
-
if (this.
|
|
300
|
-
this.
|
|
295
|
+
fh() {
|
|
296
|
+
this.eb = true;
|
|
297
|
+
this.e9();
|
|
298
|
+
this.ap.removeChildren();
|
|
299
|
+
if (this.d0 != null) {
|
|
300
|
+
this.d0.cleanUp();
|
|
301
301
|
}
|
|
302
|
-
this.
|
|
303
|
-
this.
|
|
304
|
-
this.
|
|
305
|
-
if (this.
|
|
306
|
-
this.
|
|
307
|
-
if (!this.
|
|
308
|
-
this.
|
|
302
|
+
this.d0 = this.d5(this.dz);
|
|
303
|
+
this.ap.append(this.d0.container);
|
|
304
|
+
this.e8();
|
|
305
|
+
if (this.d0 != null) {
|
|
306
|
+
this.d0.isEnabled = !this.isRemoved;
|
|
307
|
+
if (!this.el) {
|
|
308
|
+
this.d0.onEditStarted();
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
this.
|
|
311
|
+
this.eb = false;
|
|
312
312
|
}
|
|
313
|
-
|
|
314
|
-
if (this.
|
|
315
|
-
this.
|
|
316
|
-
this.
|
|
317
|
-
this.
|
|
313
|
+
fc() {
|
|
314
|
+
if (this.dw != null) {
|
|
315
|
+
this.dw.ah = this.es;
|
|
316
|
+
this.dw.ak = this.ex;
|
|
317
|
+
this.dw.aa = this.dt;
|
|
318
318
|
}
|
|
319
319
|
}
|
|
320
|
-
|
|
321
|
-
if (this.
|
|
322
|
-
if (this.
|
|
323
|
-
this.
|
|
320
|
+
fi() {
|
|
321
|
+
if (this.ea != null) {
|
|
322
|
+
if (this.d7 != null) {
|
|
323
|
+
this.d7.setFont(this.ea);
|
|
324
324
|
}
|
|
325
|
-
if (this.
|
|
326
|
-
this.
|
|
325
|
+
if (this.d6 != null) {
|
|
326
|
+
this.d6.setFont(this.ea);
|
|
327
327
|
}
|
|
328
|
-
if (this.
|
|
329
|
-
this.
|
|
328
|
+
if (this.dx != null) {
|
|
329
|
+
this.dx.setFont(this.ea);
|
|
330
330
|
}
|
|
331
|
-
if (this.
|
|
332
|
-
this.
|
|
331
|
+
if (this.dw != null) {
|
|
332
|
+
this.dw.setFont(this.ea);
|
|
333
333
|
}
|
|
334
|
-
this.
|
|
334
|
+
this.eo.setStyleProperty("font", this.ea.fontString);
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
|
-
|
|
338
|
-
this.
|
|
339
|
-
if (this.
|
|
340
|
-
if (!this.
|
|
341
|
-
this.
|
|
337
|
+
fb() {
|
|
338
|
+
this.ef = false;
|
|
339
|
+
if (this.d0 != null) {
|
|
340
|
+
if (!this.el) {
|
|
341
|
+
this.d0.onEditStarted();
|
|
342
342
|
}
|
|
343
343
|
else {
|
|
344
|
-
this.
|
|
345
|
-
this.
|
|
346
|
-
this.
|
|
344
|
+
this.d0.onEditEnded();
|
|
345
|
+
this.d0.value = null;
|
|
346
|
+
this.d0.value = this.et;
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
|
-
|
|
351
|
-
if (this.
|
|
352
|
-
this.
|
|
350
|
+
fe() {
|
|
351
|
+
if (this.d0 != null && this.dx == this.d0) {
|
|
352
|
+
this.dx.af = this.e1;
|
|
353
353
|
}
|
|
354
354
|
}
|
|
355
|
-
|
|
356
|
-
if (this.
|
|
357
|
-
this.
|
|
355
|
+
fm() {
|
|
356
|
+
if (this.d0 != null && this.dx == this.d0) {
|
|
357
|
+
this.dx.ad = this.em;
|
|
358
358
|
}
|
|
359
359
|
}
|
|
360
|
-
|
|
360
|
+
fr(a, b, c, d, e) {
|
|
361
361
|
if (!stringIsNullOrWhiteSpace(a)) {
|
|
362
|
-
this.
|
|
363
|
-
this.
|
|
364
|
-
this.
|
|
362
|
+
this.eo.setRawText(a);
|
|
363
|
+
this.d8.b9();
|
|
364
|
+
this.fs();
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
|
|
368
|
-
let rect_ = this.
|
|
367
|
+
fs() {
|
|
368
|
+
let rect_ = this.ap.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.d8.showRelativeToExclusionRect(a, 1, 0);
|
|
375
375
|
}
|
|
376
|
-
|
|
377
|
-
if (this.
|
|
378
|
-
this.
|
|
376
|
+
fa() {
|
|
377
|
+
if (this.d8.ax) {
|
|
378
|
+
this.d8.b6();
|
|
379
379
|
}
|
|
380
380
|
}
|
|
381
|
-
|
|
382
|
-
if (this.
|
|
383
|
-
this.
|
|
384
|
-
this.f.setViewportChangedHandler(runOn(this, this.
|
|
381
|
+
cg() {
|
|
382
|
+
if (this.d0 == null) {
|
|
383
|
+
this.fh();
|
|
384
|
+
this.f.setViewportChangedHandler(runOn(this, this.fk));
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
|
-
|
|
388
|
-
if (this.
|
|
389
|
-
this.
|
|
387
|
+
b6() {
|
|
388
|
+
if (this.d0 != null) {
|
|
389
|
+
this.d0.focus();
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
|
-
|
|
393
|
-
super.
|
|
392
|
+
ch(a, b, c) {
|
|
393
|
+
super.ch(a, b, c);
|
|
394
394
|
switch (a) {
|
|
395
395
|
case "EditorType":
|
|
396
|
-
this.
|
|
396
|
+
this.fh();
|
|
397
397
|
break;
|
|
398
398
|
case "ComboItemsSource":
|
|
399
399
|
case "ComboTextField":
|
|
400
400
|
case "ComboValueField":
|
|
401
|
-
this.
|
|
401
|
+
this.fc();
|
|
402
402
|
break;
|
|
403
403
|
case "DataType":
|
|
404
|
-
this.
|
|
404
|
+
this.fd();
|
|
405
405
|
break;
|
|
406
406
|
case "Value":
|
|
407
|
-
this.
|
|
407
|
+
this.fp();
|
|
408
408
|
break;
|
|
409
409
|
case "FontInfo":
|
|
410
|
-
this.
|
|
410
|
+
this.fi();
|
|
411
411
|
break;
|
|
412
412
|
case "IsHidden":
|
|
413
|
-
this.
|
|
413
|
+
this.fb();
|
|
414
414
|
break;
|
|
415
415
|
case "DateFormatString":
|
|
416
|
-
this.
|
|
416
|
+
this.fe();
|
|
417
417
|
break;
|
|
418
418
|
case "ShowTodayButton":
|
|
419
|
-
this.
|
|
419
|
+
this.fm();
|
|
420
420
|
break;
|
|
421
421
|
case "IsRemoved":
|
|
422
|
-
if (this.
|
|
423
|
-
this.
|
|
422
|
+
if (this.d0 != null) {
|
|
423
|
+
this.d0.isEnabled = !this.isRemoved;
|
|
424
424
|
if (!this.isRemoved) {
|
|
425
|
-
this.
|
|
425
|
+
this.d0.onTargetChanged();
|
|
426
426
|
}
|
|
427
427
|
}
|
|
428
428
|
break;
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
|
|
432
|
-
if (a == this.
|
|
431
|
+
fq(a, b, c) {
|
|
432
|
+
if (a == this.d0) {
|
|
433
433
|
if (!c) {
|
|
434
434
|
this.b.updateCellEditValue(b);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
|
|
439
|
-
if (a == this.
|
|
438
|
+
fo(a) {
|
|
439
|
+
if (a == this.d0) {
|
|
440
440
|
this.b.startEditMode();
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
|
-
|
|
444
|
-
if (a != null && this.
|
|
445
|
-
let b = this.
|
|
443
|
+
ek(a) {
|
|
444
|
+
if (a != null && this.d8 != null && this.d8.ax) {
|
|
445
|
+
let b = this.ep.getNativeElement();
|
|
446
446
|
return b.contains(a);
|
|
447
447
|
}
|
|
448
448
|
return false;
|
|
449
449
|
}
|
|
450
|
-
|
|
450
|
+
ej(a) {
|
|
451
451
|
if (a != null) {
|
|
452
|
-
let b = this.
|
|
452
|
+
let b = this.ap.getNativeElement();
|
|
453
453
|
return b.contains(a);
|
|
454
454
|
}
|
|
455
455
|
return false;
|
|
456
456
|
}
|
|
457
|
-
|
|
458
|
-
if (!this.
|
|
457
|
+
fl(a) {
|
|
458
|
+
if (!this.eb) {
|
|
459
459
|
let b = (a.originalEvent.relatedTarget);
|
|
460
|
-
if (this.
|
|
460
|
+
if (this.eg && !this.ej(b) && !this.ek(b)) {
|
|
461
461
|
this.b.editorCellLostFocus();
|
|
462
|
-
this.
|
|
462
|
+
this.fa();
|
|
463
463
|
}
|
|
464
|
-
let c = this.
|
|
464
|
+
let c = this.ak.rootWrapper.getNativeElement();
|
|
465
465
|
if (c.contains(b)) {
|
|
466
466
|
window.setTimeout(() => {
|
|
467
467
|
let d = document.activeElement.nodeName;
|
|
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.d0 != null) {
|
|
472
|
+
this.d0.focus();
|
|
473
473
|
}
|
|
474
474
|
}, 0);
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
|
-
|
|
479
|
-
if (this.
|
|
480
|
-
this.
|
|
478
|
+
fj(a) {
|
|
479
|
+
if (this.eh && !this.d8.ax) {
|
|
480
|
+
this.fs();
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
|
-
|
|
484
|
-
this.
|
|
483
|
+
fg(a) {
|
|
484
|
+
this.eg = true;
|
|
485
485
|
}
|
|
486
|
-
|
|
487
|
-
this.
|
|
486
|
+
ff(a) {
|
|
487
|
+
this.eg = false;
|
|
488
488
|
}
|
|
489
489
|
onContactStarted(a, b) {
|
|
490
490
|
a.stopPropagation();
|