igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- 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 +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- 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 +3 -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 +367 -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 +58 -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 +46 -47
- 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-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -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-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 +74 -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 +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- 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 +3 -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 +381 -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 +58 -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 +46 -47
- 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-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -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-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 +98 -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 +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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 +100 -80
- 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-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -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 +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
package/esm5/lib/FilterCell.js
CHANGED
|
@@ -25,124 +25,124 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
__extends(FilterCell, _super);
|
|
26
26
|
function FilterCell(a) {
|
|
27
27
|
var _this = _super.call(this, a) || this;
|
|
28
|
-
_this.
|
|
29
|
-
_this.
|
|
30
|
-
_this.eh = null;
|
|
31
|
-
_this.ei = null;
|
|
28
|
+
_this.em = null;
|
|
29
|
+
_this.eo = null;
|
|
32
30
|
_this.ek = null;
|
|
31
|
+
_this.el = null;
|
|
32
|
+
_this.en = null;
|
|
33
|
+
_this.ed = null;
|
|
34
|
+
_this.ec = null;
|
|
35
|
+
_this.d2 = null;
|
|
36
|
+
_this.d3 = null;
|
|
37
|
+
_this.ee = null;
|
|
33
38
|
_this.ea = null;
|
|
34
|
-
_this.
|
|
39
|
+
_this.eh = true;
|
|
40
|
+
_this.d4 = 0;
|
|
41
|
+
_this.ei = true;
|
|
42
|
+
_this.d8 = null;
|
|
43
|
+
_this.ef = null;
|
|
44
|
+
_this.ep = null;
|
|
35
45
|
_this.dz = null;
|
|
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.ej.setStyleProperty("align-items", "center");
|
|
51
|
-
_this.ej.setStyleProperty("height", "100%");
|
|
52
|
-
_this.ar.append(_this.ej);
|
|
46
|
+
_this.fn = null;
|
|
47
|
+
_this.em = a.createElement("div");
|
|
48
|
+
_this.em.setStyleProperty("display", "flex");
|
|
49
|
+
_this.em.setStyleProperty("flex-direction", "row");
|
|
50
|
+
_this.em.setStyleProperty("align-items", "center");
|
|
51
|
+
_this.em.setStyleProperty("height", "100%");
|
|
52
|
+
_this.ar.append(_this.em);
|
|
53
|
+
_this.eo = a.createElement("div");
|
|
54
|
+
_this.ek = a.getSubRenderer(_this.eo);
|
|
55
|
+
_this.d3 = new ComparisonOperatorSelector();
|
|
56
|
+
_this.d3.ej(_this.ek);
|
|
57
|
+
_this.eo.setStyleProperty("width", "24px");
|
|
58
|
+
_this.eo.setStyleProperty("height", "24px");
|
|
59
|
+
_this.em.append(_this.eo);
|
|
53
60
|
_this.el = a.createElement("div");
|
|
54
|
-
_this.
|
|
55
|
-
_this.
|
|
56
|
-
_this.
|
|
57
|
-
_this.
|
|
58
|
-
_this.
|
|
59
|
-
_this.
|
|
60
|
-
_this.
|
|
61
|
-
_this.
|
|
62
|
-
_this.
|
|
63
|
-
_this.
|
|
64
|
-
_this.ej.append(_this.ei);
|
|
65
|
-
_this.ek = a.createElement("div");
|
|
66
|
-
_this.ek.setStyleProperty("transform", "scale(0.75)");
|
|
67
|
-
_this.eb = new XIcon();
|
|
68
|
-
_this.eb.provideContainer(a.getSubRenderer(_this.ek));
|
|
69
|
-
_this.ej.append(_this.ek);
|
|
70
|
-
_this.e3();
|
|
61
|
+
_this.el.setStyleProperty("display", "flex");
|
|
62
|
+
_this.el.setStyleProperty("flex", "1");
|
|
63
|
+
_this.el.setStyleProperty("margin", "0 4px");
|
|
64
|
+
_this.em.append(_this.el);
|
|
65
|
+
_this.en = a.createElement("div");
|
|
66
|
+
_this.en.setStyleProperty("transform", "scale(0.75)");
|
|
67
|
+
_this.ee = new XIcon();
|
|
68
|
+
_this.ee.provideContainer(a.getSubRenderer(_this.en));
|
|
69
|
+
_this.em.append(_this.en);
|
|
70
|
+
_this.e6();
|
|
71
71
|
return _this;
|
|
72
72
|
}
|
|
73
|
-
FilterCell.prototype.
|
|
74
|
-
switch (this.
|
|
73
|
+
FilterCell.prototype.eb = function (a) {
|
|
74
|
+
switch (this.d5) {
|
|
75
75
|
case 0:
|
|
76
76
|
case 1:
|
|
77
|
-
if (this.
|
|
78
|
-
this.
|
|
77
|
+
if (this.ed == null) {
|
|
78
|
+
this.ed = new TextEditorView(this.am, this.f.getTheme(), this.b);
|
|
79
79
|
}
|
|
80
|
-
return this.
|
|
80
|
+
return this.ed;
|
|
81
81
|
case 2:
|
|
82
|
-
if (this.
|
|
83
|
-
this.
|
|
82
|
+
if (this.ec == null) {
|
|
83
|
+
this.ec = new NumericEditorView(this.am, this.f.getTheme(), this.b);
|
|
84
84
|
}
|
|
85
|
-
return this.
|
|
85
|
+
return this.ec;
|
|
86
86
|
case 3:
|
|
87
|
-
if (this.
|
|
88
|
-
this.
|
|
87
|
+
if (this.d2 == null) {
|
|
88
|
+
this.d2 = new DateEditorView(this.am, this.f.getTheme(), this.b);
|
|
89
89
|
}
|
|
90
|
-
return this.
|
|
90
|
+
return this.d2;
|
|
91
91
|
default: return null;
|
|
92
92
|
}
|
|
93
93
|
};
|
|
94
|
-
FilterCell.prototype.
|
|
95
|
-
this.
|
|
94
|
+
FilterCell.prototype.fi = function () {
|
|
95
|
+
this.el.removeChildren();
|
|
96
96
|
};
|
|
97
|
-
FilterCell.prototype.
|
|
98
|
-
this.
|
|
97
|
+
FilterCell.prototype.e4 = function () {
|
|
98
|
+
this.el.append(this.ea.container);
|
|
99
99
|
};
|
|
100
|
-
FilterCell.prototype.
|
|
100
|
+
FilterCell.prototype.fb = function () {
|
|
101
101
|
if (this.ar.getChildCount() == 0) {
|
|
102
|
-
this.ar.append(this.
|
|
102
|
+
this.ar.append(this.em);
|
|
103
103
|
}
|
|
104
104
|
};
|
|
105
|
-
FilterCell.prototype.
|
|
105
|
+
FilterCell.prototype.e9 = function () {
|
|
106
106
|
if (this.ar.getChildCount() > 0) {
|
|
107
107
|
this.ar.removeChildren();
|
|
108
108
|
}
|
|
109
109
|
};
|
|
110
|
-
FilterCell.prototype.
|
|
111
|
-
_super.prototype.
|
|
112
|
-
this.
|
|
110
|
+
FilterCell.prototype.cl = function (a, b, c) {
|
|
111
|
+
_super.prototype.cl.call(this, a, b, c);
|
|
112
|
+
this.fh(a, b, c);
|
|
113
113
|
};
|
|
114
|
-
FilterCell.prototype.
|
|
115
|
-
this.
|
|
114
|
+
FilterCell.prototype.ck = function () {
|
|
115
|
+
this.ff();
|
|
116
116
|
};
|
|
117
|
-
FilterCell.prototype.
|
|
117
|
+
FilterCell.prototype.fj = function (a, b, c, d) {
|
|
118
118
|
if (this.d != null) {
|
|
119
|
-
var e = this.
|
|
119
|
+
var e = this.eo.getNativeElement();
|
|
120
120
|
this.d.update("SelectorTop", (e.offsetTop));
|
|
121
121
|
this.d.update("SelectorLeft", (e.offsetLeft));
|
|
122
|
-
var f = this.
|
|
122
|
+
var f = this.el.getNativeElement();
|
|
123
123
|
this.d.update("EditorTop", (f.offsetTop));
|
|
124
124
|
this.d.update("EditorLeft", (f.offsetLeft));
|
|
125
|
-
var g = this.
|
|
125
|
+
var g = this.en.getNativeElement();
|
|
126
126
|
this.d.update("ClearIconTop", (g.offsetTop));
|
|
127
127
|
this.d.update("ClearIconLeft", (g.offsetLeft));
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
|
-
FilterCell.prototype.
|
|
131
|
-
var a = this.
|
|
132
|
-
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
var b = this.
|
|
136
|
-
b.clicked = delegateCombine(b.clicked, runOn(this, this.
|
|
130
|
+
FilterCell.prototype.e6 = function () {
|
|
131
|
+
var a = this.d3;
|
|
132
|
+
a.valueChanged = delegateCombine(a.valueChanged, runOn(this, this.fg));
|
|
133
|
+
this.ee.svgPath = FilterCell.er;
|
|
134
|
+
this.fl(false);
|
|
135
|
+
var b = this.ee;
|
|
136
|
+
b.clicked = delegateCombine(b.clicked, runOn(this, this.e5));
|
|
137
137
|
};
|
|
138
|
-
FilterCell.prototype.
|
|
139
|
-
if (this.
|
|
140
|
-
this.
|
|
138
|
+
FilterCell.prototype.ff = function () {
|
|
139
|
+
if (this.ea == null) {
|
|
140
|
+
this.fa();
|
|
141
141
|
}
|
|
142
142
|
};
|
|
143
|
-
FilterCell.prototype.
|
|
143
|
+
FilterCell.prototype.d6 = function () {
|
|
144
144
|
var a = 1;
|
|
145
|
-
switch (this.
|
|
145
|
+
switch (this.d1) {
|
|
146
146
|
case 11:
|
|
147
147
|
case 2:
|
|
148
148
|
case 0:
|
|
@@ -161,7 +161,7 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
161
161
|
a = 2;
|
|
162
162
|
break;
|
|
163
163
|
}
|
|
164
|
-
switch (this.
|
|
164
|
+
switch (this.d3.b) {
|
|
165
165
|
case 6:
|
|
166
166
|
case 8:
|
|
167
167
|
case 7:
|
|
@@ -175,9 +175,9 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
175
175
|
a = 2;
|
|
176
176
|
break;
|
|
177
177
|
}
|
|
178
|
-
if (this.
|
|
179
|
-
if (this.
|
|
180
|
-
var b = this.
|
|
178
|
+
if (this.d3.b == 44) {
|
|
179
|
+
if (this.d9 != null && this.d9.count > 0) {
|
|
180
|
+
var b = this.d9._inner[this.d3.x];
|
|
181
181
|
switch (b.b) {
|
|
182
182
|
case 0:
|
|
183
183
|
case 1:
|
|
@@ -194,168 +194,168 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
194
194
|
}
|
|
195
195
|
return a;
|
|
196
196
|
};
|
|
197
|
-
FilterCell.prototype.
|
|
198
|
-
if (this.
|
|
199
|
-
this.
|
|
200
|
-
this.
|
|
197
|
+
FilterCell.prototype.fl = function (a) {
|
|
198
|
+
if (this.ee != null) {
|
|
199
|
+
this.ee.disabled = !a;
|
|
200
|
+
this.ee.a3 = a ? 1 : 0.3;
|
|
201
201
|
}
|
|
202
202
|
};
|
|
203
|
-
FilterCell.prototype.
|
|
204
|
-
if (!this.
|
|
203
|
+
FilterCell.prototype.e0 = function (a) {
|
|
204
|
+
if (!this.eh) {
|
|
205
205
|
return;
|
|
206
206
|
}
|
|
207
|
-
if (this.
|
|
208
|
-
if (this.
|
|
209
|
-
this.b.applyCustomFilter(this.
|
|
207
|
+
if (this.d3.b == 44) {
|
|
208
|
+
if (this.d9 != null && this.d9.count > 0) {
|
|
209
|
+
this.b.applyCustomFilter(this.d3.ae, this.d3.x, a);
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
else {
|
|
213
|
-
this.b.applyFilter(this.
|
|
213
|
+
this.b.applyFilter(this.d3.b, a);
|
|
214
214
|
}
|
|
215
215
|
};
|
|
216
|
-
FilterCell.prototype.
|
|
217
|
-
if (!this.
|
|
216
|
+
FilterCell.prototype.e1 = function () {
|
|
217
|
+
if (!this.eh) {
|
|
218
218
|
return;
|
|
219
219
|
}
|
|
220
220
|
if (this.b != null) {
|
|
221
221
|
this.b.clearFilter();
|
|
222
222
|
}
|
|
223
223
|
};
|
|
224
|
-
FilterCell.prototype.
|
|
224
|
+
FilterCell.prototype.fh = function (a, b, c) {
|
|
225
225
|
switch (a) {
|
|
226
226
|
case "DataType":
|
|
227
|
-
this.
|
|
227
|
+
this.e8();
|
|
228
228
|
break;
|
|
229
229
|
case "EditorType":
|
|
230
|
-
this.
|
|
230
|
+
this.fa();
|
|
231
231
|
break;
|
|
232
232
|
case "FontInfo":
|
|
233
|
-
this.
|
|
233
|
+
this.fe();
|
|
234
234
|
break;
|
|
235
235
|
case "Filter":
|
|
236
|
-
this.
|
|
236
|
+
this.fc();
|
|
237
237
|
break;
|
|
238
238
|
case "FilterOperands":
|
|
239
|
-
this.
|
|
239
|
+
this.e7();
|
|
240
240
|
break;
|
|
241
241
|
case "FilterValue":
|
|
242
|
-
this.
|
|
242
|
+
this.fd();
|
|
243
243
|
break;
|
|
244
244
|
case "IsEditorEnabled":
|
|
245
|
-
this.
|
|
245
|
+
this.ea.isEnabled = this.ej;
|
|
246
246
|
break;
|
|
247
247
|
case "TextColor":
|
|
248
|
-
this.
|
|
249
|
-
this.
|
|
250
|
-
this.
|
|
248
|
+
this.d3.eq = this.fo;
|
|
249
|
+
this.ee.fill = this.fo;
|
|
250
|
+
this.ea.textColor = this.fo;
|
|
251
251
|
break;
|
|
252
252
|
}
|
|
253
253
|
};
|
|
254
|
-
FilterCell.prototype.
|
|
255
|
-
this.
|
|
256
|
-
if (this.
|
|
257
|
-
if (this.
|
|
258
|
-
if (typeCast(ColumnComparisonFilterCondition.$, this.
|
|
259
|
-
var a = typeCast(ColumnComparisonFilterCondition.$, this.
|
|
260
|
-
this.
|
|
261
|
-
var b = this.
|
|
254
|
+
FilterCell.prototype.fc = function () {
|
|
255
|
+
this.eh = false;
|
|
256
|
+
if (this.ea != null) {
|
|
257
|
+
if (this.d0 != null) {
|
|
258
|
+
if (typeCast(ColumnComparisonFilterCondition.$, this.d0) !== null) {
|
|
259
|
+
var a = typeCast(ColumnComparisonFilterCondition.$, this.d0);
|
|
260
|
+
this.d3.b = a.operator;
|
|
261
|
+
var b = this.ea.getEditorValue();
|
|
262
262
|
if (b != null) {
|
|
263
263
|
if (!Base.equalsStatic(b, a.value)) {
|
|
264
|
-
this.
|
|
265
|
-
this.
|
|
264
|
+
this.ea.value = a.value;
|
|
265
|
+
this.eq = a.value;
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
else {
|
|
269
|
-
this.
|
|
270
|
-
this.
|
|
269
|
+
this.ea.value = a.value;
|
|
270
|
+
this.eq = a.value;
|
|
271
271
|
}
|
|
272
272
|
}
|
|
273
|
-
else if (typeCast(ColumnCustomFilterCondition.$, this.
|
|
274
|
-
var c = typeCast(ColumnCustomFilterCondition.$, this.
|
|
275
|
-
this.
|
|
276
|
-
var d = this.
|
|
273
|
+
else if (typeCast(ColumnCustomFilterCondition.$, this.d0) !== null) {
|
|
274
|
+
var c = typeCast(ColumnCustomFilterCondition.$, this.d0);
|
|
275
|
+
this.d3.ek(c.id, c.index);
|
|
276
|
+
var d = this.ea.getEditorValue();
|
|
277
277
|
if (d != null) {
|
|
278
278
|
if (!Base.equalsStatic(d, c.value)) {
|
|
279
|
-
this.
|
|
280
|
-
this.
|
|
279
|
+
this.ea.value = c.value;
|
|
280
|
+
this.eq = c.value;
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
else {
|
|
284
|
-
this.
|
|
285
|
-
this.
|
|
284
|
+
this.ea.value = c.value;
|
|
285
|
+
this.eq = c.value;
|
|
286
286
|
}
|
|
287
287
|
}
|
|
288
|
-
else if (!(typeCast(ColumnCustomFilterCondition.$, this.
|
|
289
|
-
this.
|
|
290
|
-
this.
|
|
291
|
-
this.
|
|
288
|
+
else if (!(typeCast(ColumnCustomFilterCondition.$, this.d0) !== null)) {
|
|
289
|
+
this.eq = null;
|
|
290
|
+
this.ea.value = this.eq;
|
|
291
|
+
this.ea.setEditorValue(this.eq);
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
else {
|
|
295
|
-
this.
|
|
296
|
-
this.
|
|
297
|
-
this.
|
|
298
|
-
if (!this.
|
|
299
|
-
this.
|
|
295
|
+
this.eq = null;
|
|
296
|
+
this.ea.value = this.eq;
|
|
297
|
+
this.ea.setEditorValue(this.eq);
|
|
298
|
+
if (!this.ej) {
|
|
299
|
+
this.d3.b = 0;
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
}
|
|
303
|
-
this.
|
|
303
|
+
this.eh = true;
|
|
304
304
|
};
|
|
305
|
-
FilterCell.prototype.
|
|
306
|
-
this.
|
|
307
|
-
for (var a = 0; a < this.
|
|
308
|
-
this.
|
|
305
|
+
FilterCell.prototype.e7 = function () {
|
|
306
|
+
this.d3.d7();
|
|
307
|
+
for (var a = 0; a < this.d9.count; a++) {
|
|
308
|
+
this.d3.d1(this.d9._inner[a].e, this.d9._inner[a].f, this.d9._inner[a].g, a);
|
|
309
309
|
}
|
|
310
310
|
};
|
|
311
|
-
FilterCell.prototype.
|
|
312
|
-
if (this.
|
|
313
|
-
this.
|
|
311
|
+
FilterCell.prototype.e8 = function () {
|
|
312
|
+
if (this.d1 == 11) {
|
|
313
|
+
this.ej = false;
|
|
314
314
|
}
|
|
315
|
-
this.
|
|
315
|
+
this.d5 = this.d6();
|
|
316
316
|
};
|
|
317
|
-
FilterCell.prototype.
|
|
318
|
-
this.
|
|
319
|
-
if (this.
|
|
320
|
-
this.
|
|
317
|
+
FilterCell.prototype.fd = function () {
|
|
318
|
+
this.fl(this.eq != null);
|
|
319
|
+
if (this.eq == null || Base.equalsStatic(this.eq, "")) {
|
|
320
|
+
this.e1();
|
|
321
321
|
}
|
|
322
322
|
else {
|
|
323
|
-
this.
|
|
323
|
+
this.e0(this.eq);
|
|
324
324
|
}
|
|
325
325
|
if (this.d != null) {
|
|
326
|
-
this.d.update("FilterValue", this.
|
|
326
|
+
this.d.update("FilterValue", this.eq);
|
|
327
327
|
}
|
|
328
328
|
};
|
|
329
|
-
FilterCell.prototype.
|
|
330
|
-
if (this.
|
|
331
|
-
this.
|
|
332
|
-
var a = this.
|
|
333
|
-
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.
|
|
334
|
-
}
|
|
335
|
-
this.
|
|
336
|
-
this.
|
|
337
|
-
this.
|
|
338
|
-
if (this.
|
|
339
|
-
this.
|
|
340
|
-
this.
|
|
341
|
-
this.
|
|
342
|
-
this.
|
|
343
|
-
this.
|
|
344
|
-
var b = this.
|
|
345
|
-
b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.
|
|
346
|
-
this.
|
|
347
|
-
}
|
|
348
|
-
this.
|
|
329
|
+
FilterCell.prototype.fa = function () {
|
|
330
|
+
if (this.ea != null) {
|
|
331
|
+
this.ea.detachEvents();
|
|
332
|
+
var a = this.ea;
|
|
333
|
+
a.valueProvided = delegateRemove(a.valueProvided, runOn(this, this.fk));
|
|
334
|
+
}
|
|
335
|
+
this.fi();
|
|
336
|
+
this.ea = this.eb(this.d5);
|
|
337
|
+
this.ea.onEditStarted();
|
|
338
|
+
if (this.ea != null) {
|
|
339
|
+
this.ea.attachEvents();
|
|
340
|
+
this.ea.setFont(this.eg);
|
|
341
|
+
this.ea.isEnabled = this.ej;
|
|
342
|
+
this.ea.focusOnValueChanged = false;
|
|
343
|
+
this.ea.showClearButton = false;
|
|
344
|
+
var b = this.ea;
|
|
345
|
+
b.valueProvided = delegateCombine(b.valueProvided, runOn(this, this.fk));
|
|
346
|
+
this.e4();
|
|
347
|
+
}
|
|
348
|
+
this.e5(null, null);
|
|
349
349
|
};
|
|
350
|
-
FilterCell.prototype.
|
|
351
|
-
if (this.
|
|
352
|
-
if (this.
|
|
353
|
-
this.
|
|
350
|
+
FilterCell.prototype.fe = function () {
|
|
351
|
+
if (this.eg != null) {
|
|
352
|
+
if (this.ea != null) {
|
|
353
|
+
this.ea.setFont(this.eg);
|
|
354
354
|
}
|
|
355
355
|
}
|
|
356
356
|
};
|
|
357
|
-
FilterCell.prototype.
|
|
358
|
-
this.
|
|
357
|
+
FilterCell.prototype.fg = function (a, b) {
|
|
358
|
+
this.d5 = this.d6();
|
|
359
359
|
switch (b.newValue) {
|
|
360
360
|
case 40:
|
|
361
361
|
case 11:
|
|
@@ -383,51 +383,51 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
383
383
|
case 10:
|
|
384
384
|
case 33:
|
|
385
385
|
case 20:
|
|
386
|
-
this.
|
|
386
|
+
this.ej = false;
|
|
387
387
|
break;
|
|
388
388
|
default:
|
|
389
|
-
this.
|
|
389
|
+
this.ej = true;
|
|
390
390
|
break;
|
|
391
391
|
}
|
|
392
|
-
if (this.
|
|
393
|
-
this.
|
|
392
|
+
if (this.d1 == 11) {
|
|
393
|
+
this.ej = false;
|
|
394
394
|
}
|
|
395
395
|
if (b.newValue == 44) {
|
|
396
|
-
if (this.
|
|
397
|
-
var c = this.
|
|
398
|
-
this.
|
|
396
|
+
if (this.d9 != null && this.d9.count > 0) {
|
|
397
|
+
var c = this.d9._inner[this.d3.x];
|
|
398
|
+
this.ej = c.d;
|
|
399
399
|
}
|
|
400
400
|
}
|
|
401
|
-
if (!this.
|
|
402
|
-
this.
|
|
403
|
-
this.
|
|
401
|
+
if (!this.ej) {
|
|
402
|
+
this.e0(null);
|
|
403
|
+
this.fl(true);
|
|
404
404
|
}
|
|
405
|
-
else if (this.
|
|
406
|
-
this.
|
|
405
|
+
else if (this.eq != null && !Base.equalsStatic(this.eq, "")) {
|
|
406
|
+
this.e0(this.eq);
|
|
407
407
|
}
|
|
408
408
|
else {
|
|
409
|
-
this.
|
|
410
|
-
this.
|
|
409
|
+
this.e1();
|
|
410
|
+
this.fl(false);
|
|
411
411
|
}
|
|
412
412
|
if (this.d != null) {
|
|
413
|
-
this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.
|
|
413
|
+
this.d.update("OperatorType", enumGetBox(ColumnComparisonConditionOperatorType_$type, this.d3.b));
|
|
414
414
|
}
|
|
415
415
|
};
|
|
416
|
-
FilterCell.prototype.
|
|
416
|
+
FilterCell.prototype.e5 = function (a, b) {
|
|
417
417
|
if (b != null) {
|
|
418
|
-
if (!this.
|
|
419
|
-
this.
|
|
420
|
-
this.
|
|
418
|
+
if (!this.ej) {
|
|
419
|
+
this.d3.b = 0;
|
|
420
|
+
this.e1();
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
|
-
this.
|
|
424
|
-
if (this.
|
|
425
|
-
this.
|
|
426
|
-
this.
|
|
423
|
+
this.eq = null;
|
|
424
|
+
if (this.ea != null) {
|
|
425
|
+
this.ea.setEditorValue(null);
|
|
426
|
+
this.ea.value = null;
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
|
-
FilterCell.prototype.
|
|
430
|
-
if (this.
|
|
429
|
+
FilterCell.prototype.fk = function (a, b, c) {
|
|
430
|
+
if (this.d5 == 2) {
|
|
431
431
|
if (typeof b === 'string') {
|
|
432
432
|
var d_1;
|
|
433
433
|
if (((function () { var e = tryParseNumber(b, d_1); d_1 = e.p1; return e.ret; })())) {
|
|
@@ -435,144 +435,144 @@ var FilterCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
437
|
}
|
|
438
|
-
this.
|
|
438
|
+
this.eq = b;
|
|
439
439
|
};
|
|
440
|
-
FilterCell.prototype.
|
|
441
|
-
this.
|
|
440
|
+
FilterCell.prototype.fm = function (a, b, c, d) {
|
|
441
|
+
this.fj(a, b, c, d);
|
|
442
442
|
};
|
|
443
|
-
FilterCell.prototype.
|
|
443
|
+
FilterCell.prototype.d7 = function (a, b) {
|
|
444
444
|
if (a != null) {
|
|
445
|
-
for (var c = 0; c < this.
|
|
446
|
-
if (this.
|
|
447
|
-
return this.
|
|
445
|
+
for (var c = 0; c < this.d9.count; c++) {
|
|
446
|
+
if (this.d9._inner[c].g == a) {
|
|
447
|
+
return this.d9._inner[c];
|
|
448
448
|
}
|
|
449
449
|
}
|
|
450
450
|
}
|
|
451
|
-
if (b >= 0 && b < this.
|
|
452
|
-
return this.
|
|
451
|
+
if (b >= 0 && b < this.d9.count) {
|
|
452
|
+
return this.d9._inner[b];
|
|
453
453
|
}
|
|
454
454
|
return null;
|
|
455
455
|
};
|
|
456
|
-
FilterCell.prototype.
|
|
457
|
-
this.
|
|
456
|
+
FilterCell.prototype.e3 = function () {
|
|
457
|
+
this.fb();
|
|
458
458
|
};
|
|
459
|
-
FilterCell.prototype.
|
|
460
|
-
this.
|
|
459
|
+
FilterCell.prototype.e2 = function () {
|
|
460
|
+
this.e9();
|
|
461
461
|
};
|
|
462
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
462
|
+
Object.defineProperty(FilterCell.prototype, "d1", {
|
|
463
463
|
get: function () {
|
|
464
|
-
return this.
|
|
464
|
+
return this.d3.d;
|
|
465
465
|
},
|
|
466
466
|
set: function (a) {
|
|
467
|
-
var b = this.
|
|
468
|
-
this.
|
|
467
|
+
var b = this.d3.d;
|
|
468
|
+
this.d3.d = a;
|
|
469
469
|
if (b != a) {
|
|
470
|
-
this.
|
|
470
|
+
this.cl("DataType", enumGetBox(DataSourceSchemaPropertyType_$type, b), enumGetBox(DataSourceSchemaPropertyType_$type, this.d3.d));
|
|
471
471
|
}
|
|
472
472
|
},
|
|
473
473
|
enumerable: false,
|
|
474
474
|
configurable: true
|
|
475
475
|
});
|
|
476
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
476
|
+
Object.defineProperty(FilterCell.prototype, "d5", {
|
|
477
477
|
get: function () {
|
|
478
|
-
return this.
|
|
478
|
+
return this.d4;
|
|
479
479
|
},
|
|
480
480
|
set: function (a) {
|
|
481
|
-
var b = this.
|
|
482
|
-
this.
|
|
481
|
+
var b = this.d4;
|
|
482
|
+
this.d4 = a;
|
|
483
483
|
if (b != a) {
|
|
484
|
-
this.
|
|
484
|
+
this.cl("EditorType", enumGetBox(EditorType_$type, b), enumGetBox(EditorType_$type, this.d4));
|
|
485
485
|
}
|
|
486
486
|
},
|
|
487
487
|
enumerable: false,
|
|
488
488
|
configurable: true
|
|
489
489
|
});
|
|
490
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
490
|
+
Object.defineProperty(FilterCell.prototype, "ej", {
|
|
491
491
|
get: function () {
|
|
492
|
-
return this.
|
|
492
|
+
return this.ei;
|
|
493
493
|
},
|
|
494
494
|
set: function (a) {
|
|
495
|
-
var b = this.
|
|
496
|
-
this.
|
|
497
|
-
if (b != this.
|
|
498
|
-
this.
|
|
495
|
+
var b = this.ei;
|
|
496
|
+
this.ei = a;
|
|
497
|
+
if (b != this.ei) {
|
|
498
|
+
this.cl("IsEditorEnabled", b, this.ei);
|
|
499
499
|
}
|
|
500
500
|
},
|
|
501
501
|
enumerable: false,
|
|
502
502
|
configurable: true
|
|
503
503
|
});
|
|
504
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
504
|
+
Object.defineProperty(FilterCell.prototype, "d9", {
|
|
505
505
|
get: function () {
|
|
506
|
-
return this.
|
|
506
|
+
return this.d8;
|
|
507
507
|
},
|
|
508
508
|
set: function (a) {
|
|
509
|
-
var b = this.
|
|
510
|
-
this.
|
|
511
|
-
if (this.
|
|
512
|
-
this.
|
|
509
|
+
var b = this.d8;
|
|
510
|
+
this.d8 = a;
|
|
511
|
+
if (this.d8 != null) {
|
|
512
|
+
this.cl("FilterOperands", b, this.d8);
|
|
513
513
|
}
|
|
514
514
|
},
|
|
515
515
|
enumerable: false,
|
|
516
516
|
configurable: true
|
|
517
517
|
});
|
|
518
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
518
|
+
Object.defineProperty(FilterCell.prototype, "eg", {
|
|
519
519
|
get: function () {
|
|
520
|
-
return this.
|
|
520
|
+
return this.ef;
|
|
521
521
|
},
|
|
522
522
|
set: function (a) {
|
|
523
|
-
var b = this.
|
|
524
|
-
this.
|
|
525
|
-
if (b != this.
|
|
526
|
-
this.
|
|
523
|
+
var b = this.ef;
|
|
524
|
+
this.ef = a;
|
|
525
|
+
if (b != this.ef) {
|
|
526
|
+
this.cl("FontInfo", b, this.ef);
|
|
527
527
|
}
|
|
528
528
|
},
|
|
529
529
|
enumerable: false,
|
|
530
530
|
configurable: true
|
|
531
531
|
});
|
|
532
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
532
|
+
Object.defineProperty(FilterCell.prototype, "eq", {
|
|
533
533
|
get: function () {
|
|
534
|
-
return this.
|
|
534
|
+
return this.ep;
|
|
535
535
|
},
|
|
536
536
|
set: function (a) {
|
|
537
|
-
var b = this.
|
|
538
|
-
this.
|
|
539
|
-
if (b != this.
|
|
540
|
-
this.
|
|
537
|
+
var b = this.ep;
|
|
538
|
+
this.ep = a;
|
|
539
|
+
if (b != this.ep) {
|
|
540
|
+
this.cl("FilterValue", b, this.ep);
|
|
541
541
|
}
|
|
542
542
|
},
|
|
543
543
|
enumerable: false,
|
|
544
544
|
configurable: true
|
|
545
545
|
});
|
|
546
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
546
|
+
Object.defineProperty(FilterCell.prototype, "d0", {
|
|
547
547
|
get: function () {
|
|
548
|
-
return this.
|
|
548
|
+
return this.dz;
|
|
549
549
|
},
|
|
550
550
|
set: function (a) {
|
|
551
|
-
var b = this.
|
|
552
|
-
this.
|
|
551
|
+
var b = this.dz;
|
|
552
|
+
this.dz = a;
|
|
553
553
|
if (b != a) {
|
|
554
|
-
this.
|
|
554
|
+
this.cl("Filter", b, this.dz);
|
|
555
555
|
}
|
|
556
556
|
},
|
|
557
557
|
enumerable: false,
|
|
558
558
|
configurable: true
|
|
559
559
|
});
|
|
560
|
-
Object.defineProperty(FilterCell.prototype, "
|
|
560
|
+
Object.defineProperty(FilterCell.prototype, "fo", {
|
|
561
561
|
get: function () {
|
|
562
|
-
return this.
|
|
562
|
+
return this.fn;
|
|
563
563
|
},
|
|
564
564
|
set: function (a) {
|
|
565
|
-
var b = this.
|
|
566
|
-
this.
|
|
567
|
-
if (b != this.
|
|
568
|
-
this.
|
|
565
|
+
var b = this.fn;
|
|
566
|
+
this.fn = a;
|
|
567
|
+
if (b != this.fn) {
|
|
568
|
+
this.cl("TextColor", b, this.fn);
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
571
|
enumerable: false,
|
|
572
572
|
configurable: true
|
|
573
573
|
});
|
|
574
574
|
FilterCell.$t = markType(FilterCell, 'FilterCell', GridCellBase.$);
|
|
575
|
-
FilterCell.
|
|
575
|
+
FilterCell.er = "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z";
|
|
576
576
|
return FilterCell;
|
|
577
577
|
}(GridCellBase));
|
|
578
578
|
export { FilterCell };
|