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