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
|
@@ -10,8 +10,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
|
|
|
10
10
|
import { XCheckbox } from "igniteui-angular-inputs";
|
|
11
11
|
import { XLabel } from "igniteui-angular-inputs";
|
|
12
12
|
import { XIcon } from "igniteui-angular-inputs";
|
|
13
|
-
import { XPrefix } from "igniteui-angular-inputs";
|
|
14
13
|
import { XInputGroup } from "igniteui-angular-inputs";
|
|
14
|
+
import { XPrefix } from "igniteui-angular-inputs";
|
|
15
15
|
import { XInput } from "igniteui-angular-inputs";
|
|
16
16
|
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
17
17
|
import { FontInfo } from "igniteui-angular-core";
|
|
@@ -100,47 +100,44 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
100
100
|
ad(a) {
|
|
101
101
|
let b = a.rootWrapper.getChildAt(0);
|
|
102
102
|
this.l = b;
|
|
103
|
-
|
|
104
|
-
let
|
|
105
|
-
|
|
106
|
-
let
|
|
107
|
-
this.c.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
let
|
|
111
|
-
|
|
112
|
-
let
|
|
113
|
-
|
|
114
|
-
let
|
|
115
|
-
let i = a.createElement("div");
|
|
116
|
-
let j = a.getSubRenderer(i);
|
|
103
|
+
let c = new XInputGroup();
|
|
104
|
+
let d = a.getSubRenderer(b);
|
|
105
|
+
c.provideContainer(d);
|
|
106
|
+
let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
107
|
+
this.c.ef(c);
|
|
108
|
+
let f = a.createElement("div");
|
|
109
|
+
let g = a.getSubRenderer(f);
|
|
110
|
+
let h = new XPrefix();
|
|
111
|
+
h.provideContainer(g);
|
|
112
|
+
let i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
|
|
113
|
+
let j = a.createElement("div");
|
|
114
|
+
let k = a.getSubRenderer(j);
|
|
117
115
|
this.d = new XIcon();
|
|
118
|
-
this.d.provideContainer(
|
|
116
|
+
this.d.provideContainer(k);
|
|
119
117
|
this.d.fill = this.c.searchIconColor;
|
|
120
|
-
this.d.svgPath = CheckboxList.
|
|
121
|
-
let
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
let
|
|
126
|
-
|
|
127
|
-
let
|
|
118
|
+
this.d.svgPath = CheckboxList.cx;
|
|
119
|
+
let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
120
|
+
h.appendContentChild(j);
|
|
121
|
+
c.appendContentChild(f);
|
|
122
|
+
c.inputs.add(h);
|
|
123
|
+
let m = a.createElement("div");
|
|
124
|
+
m.setRawStyleProperty("flex-grow", "1");
|
|
125
|
+
let n = a.getSubRenderer(m);
|
|
128
126
|
this.c.w = new XInput();
|
|
129
|
-
this.c.w.provideContainer(
|
|
127
|
+
this.c.w.provideContainer(n);
|
|
130
128
|
this.c.w.b8 = "text";
|
|
131
|
-
let
|
|
132
|
-
if (this.c.
|
|
133
|
-
this.c.w.cg = this.c.
|
|
129
|
+
let o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
|
|
130
|
+
if (this.c.cf != null) {
|
|
131
|
+
this.c.w.cg = this.c.cf;
|
|
134
132
|
}
|
|
135
|
-
this.c.y.appendContentChild(
|
|
133
|
+
this.c.y.appendContentChild(m);
|
|
136
134
|
this.c.y.inputs.add(this.c.w);
|
|
137
|
-
this.c.
|
|
135
|
+
this.c.d3();
|
|
138
136
|
}
|
|
139
137
|
z() {
|
|
140
138
|
if (this.j != null) {
|
|
141
139
|
let a = this.j.rootWrapper.getChildAt(3);
|
|
142
140
|
a.setStyleProperty("width", "100%");
|
|
143
|
-
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
144
141
|
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
145
142
|
a.setStyleProperty("height", "100%");
|
|
146
143
|
}
|
|
@@ -186,7 +183,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
186
183
|
let h = d.z;
|
|
187
184
|
try {
|
|
188
185
|
d.z = true;
|
|
189
|
-
d.ar = this.c.
|
|
186
|
+
d.ar = this.c.checkboxCornerRadius;
|
|
190
187
|
d.a4 = b;
|
|
191
188
|
if (c) {
|
|
192
189
|
if (this.c.indexType == 0) {
|
|
@@ -208,11 +205,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
208
205
|
finally {
|
|
209
206
|
d.z = h;
|
|
210
207
|
}
|
|
211
|
-
d.dk = this.c.
|
|
212
|
-
d.dd = this.c.
|
|
213
|
-
d.dl = this.c.
|
|
214
|
-
d.de = this.c.
|
|
215
|
-
d.dm = this.c.
|
|
208
|
+
d.dk = this.c.fc;
|
|
209
|
+
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
210
|
+
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
211
|
+
d.de = this.c.checkboxCheckedBorderColor;
|
|
212
|
+
d.dm = this.c.checkboxUncheckedBorderColor;
|
|
216
213
|
}
|
|
217
214
|
}
|
|
218
215
|
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -279,8 +276,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
279
276
|
if (l != null) {
|
|
280
277
|
try {
|
|
281
278
|
o.svg = null;
|
|
282
|
-
o.
|
|
283
|
-
o.
|
|
279
|
+
o.bg = null;
|
|
280
|
+
o.bh = null;
|
|
284
281
|
let x = e != null ? e : ((() => {
|
|
285
282
|
let $ret = new FontInfo();
|
|
286
283
|
$ret.f = g;
|
|
@@ -298,7 +295,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
298
295
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
299
296
|
if (i != null) {
|
|
300
297
|
aa = true;
|
|
301
|
-
o.
|
|
298
|
+
o.bg = i;
|
|
302
299
|
let ab = ((() => {
|
|
303
300
|
let $ret = new DataContext();
|
|
304
301
|
$ret.series = this;
|
|
@@ -311,7 +308,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
311
308
|
})());
|
|
312
309
|
return $ret;
|
|
313
310
|
})());
|
|
314
|
-
o.
|
|
311
|
+
o.bh = ab;
|
|
315
312
|
}
|
|
316
313
|
else if (h != null) {
|
|
317
314
|
let ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -322,8 +319,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
322
319
|
let ag = af.getDataLegendSeriesTitle();
|
|
323
320
|
if (c == ag || c + " " + d == ag) {
|
|
324
321
|
aa = true;
|
|
325
|
-
o.
|
|
326
|
-
o.
|
|
322
|
+
o.bg = af.getDataLegendBadge();
|
|
323
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
327
324
|
break;
|
|
328
325
|
}
|
|
329
326
|
}
|
|
@@ -382,6 +379,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
382
379
|
}
|
|
383
380
|
}
|
|
384
381
|
ae() {
|
|
382
|
+
if (this.n != null) {
|
|
383
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
384
|
+
}
|
|
385
385
|
}
|
|
386
386
|
o(a, b) {
|
|
387
387
|
let c = a;
|
|
@@ -389,21 +389,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
389
389
|
let e = c.checked;
|
|
390
390
|
if (e == true) {
|
|
391
391
|
if (this.c.indexType == 0) {
|
|
392
|
-
this.c.
|
|
392
|
+
this.c.ei(d);
|
|
393
393
|
}
|
|
394
394
|
else {
|
|
395
|
-
this.c.
|
|
395
|
+
this.c.db(d);
|
|
396
396
|
}
|
|
397
397
|
}
|
|
398
398
|
else {
|
|
399
399
|
if (this.c.indexType == 0) {
|
|
400
|
-
this.c.
|
|
400
|
+
this.c.db(d);
|
|
401
401
|
}
|
|
402
402
|
else {
|
|
403
|
-
this.c.
|
|
403
|
+
this.c.ei(d);
|
|
404
404
|
}
|
|
405
405
|
}
|
|
406
|
-
this.c.
|
|
406
|
+
this.c.dz(d, e);
|
|
407
407
|
this.an(false);
|
|
408
408
|
}
|
|
409
409
|
q() {
|
|
@@ -414,7 +414,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
414
414
|
let e = parseInt(d.a4.toString());
|
|
415
415
|
if (e == a) {
|
|
416
416
|
d.checked = b;
|
|
417
|
-
this.c.
|
|
417
|
+
this.c.dz(e, b);
|
|
418
418
|
}
|
|
419
419
|
}
|
|
420
420
|
this.an();
|
|
@@ -428,7 +428,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
428
428
|
w(a) {
|
|
429
429
|
this.n = a;
|
|
430
430
|
if (null != this.n) {
|
|
431
|
-
this.n.setStyleProperty("margin", "
|
|
431
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
432
|
+
this.ae();
|
|
432
433
|
}
|
|
433
434
|
}
|
|
434
435
|
ao() {
|
|
@@ -443,7 +444,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
443
444
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
444
445
|
this.b.n = this.c.baseTheme;
|
|
445
446
|
this.m = a.createElement("label");
|
|
446
|
-
this.m.setRawText(this.c.
|
|
447
|
+
this.m.setRawText(this.c.c1);
|
|
447
448
|
this.m.setStyleProperty("font-size", "13px");
|
|
448
449
|
this.n.setStyleProperty("display", "flex");
|
|
449
450
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -459,8 +460,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
459
460
|
}
|
|
460
461
|
am() {
|
|
461
462
|
if (null != this.m) {
|
|
462
|
-
this.m.setRawText(this.c.
|
|
463
|
-
NativeUI.
|
|
463
|
+
this.m.setRawText(this.c.c1);
|
|
464
|
+
NativeUI.r(this.m, this.c.e8);
|
|
464
465
|
}
|
|
465
466
|
}
|
|
466
467
|
ap() {
|
|
@@ -508,12 +509,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
508
509
|
return;
|
|
509
510
|
}
|
|
510
511
|
if (b.isChecked) {
|
|
511
|
-
this.c.
|
|
512
|
-
this.c.
|
|
512
|
+
this.c.el();
|
|
513
|
+
this.c.d8(b.isChecked);
|
|
513
514
|
}
|
|
514
515
|
else {
|
|
515
|
-
this.c.
|
|
516
|
-
this.c.
|
|
516
|
+
this.c.dh();
|
|
517
|
+
this.c.d8(b.isChecked);
|
|
517
518
|
}
|
|
518
519
|
}
|
|
519
520
|
ak() {
|
|
@@ -523,8 +524,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
523
524
|
}
|
|
524
525
|
let b = a.rootWrapper;
|
|
525
526
|
if (null != b) {
|
|
526
|
-
NativeUI.
|
|
527
|
-
NativeUI.
|
|
527
|
+
NativeUI.r(b, this.c.textColor);
|
|
528
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
528
529
|
}
|
|
529
530
|
}
|
|
530
531
|
ai() {
|
|
@@ -545,19 +546,20 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
545
546
|
if (this.b == null) {
|
|
546
547
|
return;
|
|
547
548
|
}
|
|
548
|
-
this.b.dk = this.c.
|
|
549
|
-
this.b.dd = this.c.
|
|
550
|
-
this.b.dl = this.c.
|
|
551
|
-
this.b.de = this.c.
|
|
552
|
-
this.b.dm = this.c.
|
|
549
|
+
this.b.dk = this.c.fc;
|
|
550
|
+
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
551
|
+
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
552
|
+
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
553
|
+
this.b.dm = this.c.checkboxUncheckedBorderColor;
|
|
553
554
|
}
|
|
554
555
|
ah(a) {
|
|
555
556
|
if (this.k != null) {
|
|
556
|
-
NativeUI.
|
|
557
|
+
NativeUI.y(this.k, a);
|
|
557
558
|
}
|
|
558
559
|
}
|
|
559
560
|
v(a) {
|
|
560
561
|
this.k = a;
|
|
562
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
561
563
|
}
|
|
562
564
|
aq() {
|
|
563
565
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -573,8 +575,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
573
575
|
}
|
|
574
576
|
x() {
|
|
575
577
|
for (let a of fromEnum(this.g)) {
|
|
576
|
-
a.value.
|
|
577
|
-
a.value.
|
|
578
|
+
a.value.bg = null;
|
|
579
|
+
a.value.bh = null;
|
|
578
580
|
}
|
|
579
581
|
}
|
|
580
582
|
p() {
|
|
@@ -617,52 +619,53 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
617
619
|
this.labelClicked = null;
|
|
618
620
|
this.av = false;
|
|
619
621
|
this.au = false;
|
|
620
|
-
this.bl = null;
|
|
621
622
|
this.bp = null;
|
|
622
|
-
this.bk = null;
|
|
623
623
|
this.bt = null;
|
|
624
|
-
this.
|
|
625
|
-
this.
|
|
626
|
-
this.
|
|
624
|
+
this.bo = null;
|
|
625
|
+
this.bx = null;
|
|
626
|
+
this.bv = null;
|
|
627
|
+
this.bw = null;
|
|
628
|
+
this.bu = null;
|
|
627
629
|
this.z = 3;
|
|
628
|
-
this.
|
|
630
|
+
this.bk = -1;
|
|
629
631
|
this.am = null;
|
|
630
632
|
this.m = 1;
|
|
631
633
|
this.ae = 1;
|
|
632
634
|
this.ag = 2;
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
635
|
+
this.e4 = BrushUtil.l(255, 24, 29, 31);
|
|
636
|
+
this.e1 = null;
|
|
635
637
|
this.ax = true;
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
638
|
+
this.e5 = null;
|
|
639
|
+
this.e2 = null;
|
|
640
|
+
this.e3 = null;
|
|
638
641
|
this.an = null;
|
|
639
|
-
this.
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
642
|
-
this.
|
|
643
|
-
this.
|
|
642
|
+
this.ew = null;
|
|
643
|
+
this.eu = null;
|
|
644
|
+
this.ex = null;
|
|
645
|
+
this.ev = null;
|
|
646
|
+
this.ey = null;
|
|
644
647
|
this.bb = NaN;
|
|
645
|
-
this.
|
|
648
|
+
this.gridColumnProvider = null;
|
|
646
649
|
this.ac = 0;
|
|
647
|
-
this.
|
|
650
|
+
this.e0 = null;
|
|
648
651
|
this.indexTypeChanged = null;
|
|
649
652
|
this.aw = false;
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
653
|
+
this.c0 = null;
|
|
654
|
+
this.e6 = null;
|
|
655
|
+
this.es = CheckboxList.fi;
|
|
653
656
|
this.a9 = true;
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
657
|
+
this.et = CheckboxList.ff;
|
|
658
|
+
this.ez = CheckboxList.fh;
|
|
659
|
+
this.e7 = CheckboxList.fi;
|
|
657
660
|
this.keysCleared = null;
|
|
658
661
|
this.selectAllCheckboxChanged = null;
|
|
659
|
-
this.
|
|
662
|
+
this.bm = -1;
|
|
660
663
|
this.a7 = true;
|
|
661
664
|
this.a3 = true;
|
|
662
665
|
this.ay = false;
|
|
663
666
|
let a = this.h;
|
|
664
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
665
|
-
this.h.am(runOn(this, this.
|
|
667
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.eb));
|
|
668
|
+
this.h.am(runOn(this, this.ea));
|
|
666
669
|
this.d = new FilterFactory();
|
|
667
670
|
let b = new CheckboxListView();
|
|
668
671
|
b.c = this;
|
|
@@ -710,7 +713,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
710
713
|
let b = this.a;
|
|
711
714
|
this.a = a;
|
|
712
715
|
if (b != this.a) {
|
|
713
|
-
this.
|
|
716
|
+
this.d6("PrimaryKey", b, this.a);
|
|
714
717
|
}
|
|
715
718
|
}
|
|
716
719
|
clearSelectedKeys() {
|
|
@@ -728,44 +731,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
728
731
|
removeSelectedKeyAt(a) {
|
|
729
732
|
this.keys.removeAt(a);
|
|
730
733
|
}
|
|
731
|
-
|
|
732
|
-
this.
|
|
734
|
+
ea() {
|
|
735
|
+
this.dr();
|
|
733
736
|
if (this.keysCleared != null) {
|
|
734
737
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
735
738
|
}
|
|
736
739
|
}
|
|
737
|
-
|
|
740
|
+
eb(a, b) {
|
|
738
741
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
739
742
|
return;
|
|
740
743
|
}
|
|
741
744
|
switch (b.action) {
|
|
742
745
|
case 0:
|
|
743
746
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
744
|
-
this.
|
|
747
|
+
this.d4(b.newItems.item(c));
|
|
745
748
|
}
|
|
746
749
|
break;
|
|
747
750
|
case 1:
|
|
748
751
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
749
|
-
this.
|
|
752
|
+
this.d5(b.oldItems.item(d));
|
|
750
753
|
}
|
|
751
754
|
break;
|
|
752
755
|
case 2:
|
|
753
756
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
754
|
-
this.
|
|
757
|
+
this.d5(b.oldItems.item(e));
|
|
755
758
|
}
|
|
756
759
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
757
|
-
this.
|
|
760
|
+
this.d4(b.newItems.item(f));
|
|
758
761
|
}
|
|
759
762
|
break;
|
|
760
763
|
case 4:
|
|
761
764
|
this.view.ab(this.indexType == 0);
|
|
762
765
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
763
|
-
this.
|
|
766
|
+
this.d4(this.keys.ae._inner[g]);
|
|
764
767
|
}
|
|
765
768
|
break;
|
|
766
769
|
}
|
|
767
770
|
}
|
|
768
|
-
|
|
771
|
+
d4(a) {
|
|
769
772
|
let b = this.e.indexOfKey(a.value);
|
|
770
773
|
if (b >= 0) {
|
|
771
774
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -781,7 +784,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
781
784
|
return $ret;
|
|
782
785
|
})()));
|
|
783
786
|
}
|
|
784
|
-
|
|
787
|
+
d5(a) {
|
|
785
788
|
let b = this.e.indexOfKey(a.value);
|
|
786
789
|
if (b >= 0) {
|
|
787
790
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -797,7 +800,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
797
800
|
return $ret;
|
|
798
801
|
})()));
|
|
799
802
|
}
|
|
800
|
-
|
|
803
|
+
dz(a, b) {
|
|
801
804
|
if (this.checkedChanged != null && this.at == false) {
|
|
802
805
|
let c = null;
|
|
803
806
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -822,58 +825,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
822
825
|
this.av = false;
|
|
823
826
|
if (this.g != null) {
|
|
824
827
|
let a = this.g;
|
|
825
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
828
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
|
|
826
829
|
let b = this.g;
|
|
827
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
830
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
|
|
828
831
|
if (this.g.actualDataSource != null) {
|
|
829
832
|
let c = this.g.actualDataSource;
|
|
830
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
833
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
|
|
831
834
|
}
|
|
832
835
|
}
|
|
833
836
|
if (this.v != null) {
|
|
834
837
|
let d = this.v;
|
|
835
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
838
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dp));
|
|
836
839
|
}
|
|
837
840
|
if (this.k != null) {
|
|
838
841
|
let e = this.k;
|
|
839
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
842
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
|
|
840
843
|
}
|
|
841
844
|
}
|
|
842
845
|
onDetachedFromUI() {
|
|
843
846
|
this.av = true;
|
|
844
|
-
this.
|
|
845
|
-
this.
|
|
847
|
+
this.dk();
|
|
848
|
+
this.dj();
|
|
846
849
|
}
|
|
847
|
-
|
|
850
|
+
dk() {
|
|
848
851
|
if (this.g != null) {
|
|
849
852
|
let a = this.g;
|
|
850
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
853
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
|
|
851
854
|
let b = this.g;
|
|
852
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
855
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
|
|
853
856
|
if (this.g.actualDataSource != null) {
|
|
854
857
|
let c = this.g.actualDataSource;
|
|
855
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
858
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
|
|
856
859
|
}
|
|
857
860
|
}
|
|
858
861
|
if (this.v != null) {
|
|
859
862
|
let d = this.v;
|
|
860
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
863
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dp));
|
|
861
864
|
}
|
|
862
865
|
}
|
|
863
|
-
|
|
866
|
+
dj() {
|
|
864
867
|
if (this.k != null) {
|
|
865
868
|
let a = this.k;
|
|
866
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
869
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
|
|
867
870
|
}
|
|
868
871
|
}
|
|
869
872
|
destroy() {
|
|
870
873
|
this.au = true;
|
|
871
874
|
if (!this.av) {
|
|
872
|
-
this.
|
|
875
|
+
this.dk();
|
|
873
876
|
}
|
|
874
877
|
this.provideContainer(null, null, null);
|
|
875
878
|
if (!this.av) {
|
|
876
|
-
this.
|
|
879
|
+
this.dj();
|
|
877
880
|
}
|
|
878
881
|
}
|
|
879
882
|
get a0() {
|
|
@@ -884,8 +887,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
884
887
|
if (null != this.g) {
|
|
885
888
|
this.g.scrollbarStyle = 1;
|
|
886
889
|
let d = this.g;
|
|
887
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
888
|
-
this.g.scrollbarBackground = this.
|
|
890
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
|
|
891
|
+
this.g.scrollbarBackground = this.fl;
|
|
889
892
|
this.g.headerHeight = 0;
|
|
890
893
|
this.g.rowSeparatorHeight = 0;
|
|
891
894
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -894,40 +897,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
894
897
|
this.g.selectionMode = 0;
|
|
895
898
|
this.g.editMode = 0;
|
|
896
899
|
let e = this.g;
|
|
897
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
898
|
-
if (this.bl != null) {
|
|
899
|
-
this.g.itemsSource = this.bl;
|
|
900
|
-
this.c9();
|
|
901
|
-
this.d4();
|
|
902
|
-
}
|
|
900
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
|
|
903
901
|
if (this.bp != null) {
|
|
904
|
-
this.
|
|
905
|
-
this.
|
|
902
|
+
this.g.itemsSource = this.bp;
|
|
903
|
+
this.de();
|
|
904
|
+
this.d9();
|
|
905
|
+
}
|
|
906
|
+
if (this.bt != null) {
|
|
907
|
+
this.d9();
|
|
908
|
+
this.eo();
|
|
906
909
|
}
|
|
907
910
|
}
|
|
908
911
|
this.view.w(c);
|
|
909
|
-
if (this.
|
|
910
|
-
this.
|
|
912
|
+
if (this.checkboxAlignedRight) {
|
|
913
|
+
this.eq();
|
|
911
914
|
}
|
|
912
915
|
this.view.r(a);
|
|
913
916
|
}
|
|
914
|
-
|
|
917
|
+
dm(a, b) {
|
|
915
918
|
this.g.scrollbarStyle = this.ad;
|
|
916
919
|
}
|
|
917
920
|
provideSelectAllSection(a) {
|
|
918
921
|
this.view.w(a);
|
|
919
922
|
}
|
|
920
|
-
|
|
921
|
-
if (!this.
|
|
923
|
+
dl(a, b) {
|
|
924
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
|
|
922
925
|
return;
|
|
923
926
|
}
|
|
924
927
|
let c = b.cellInfo.l.x;
|
|
925
928
|
if (-1 == c) {
|
|
926
929
|
return;
|
|
927
930
|
}
|
|
928
|
-
let d = b.cellInfo.
|
|
931
|
+
let d = b.cellInfo.ij;
|
|
929
932
|
let e = this.j(d);
|
|
930
|
-
if (this.
|
|
933
|
+
if (this.labelClickTriggersChange) {
|
|
931
934
|
if (this.keys.contains(e)) {
|
|
932
935
|
if (this.ak != null) {
|
|
933
936
|
this.ak.setPropertyValue(d, false);
|
|
@@ -941,9 +944,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
941
944
|
this.keys.add(e);
|
|
942
945
|
}
|
|
943
946
|
}
|
|
944
|
-
this.
|
|
947
|
+
this.du(c, this.keys.contains(e));
|
|
945
948
|
}
|
|
946
|
-
|
|
949
|
+
du(a, b) {
|
|
947
950
|
let c = null;
|
|
948
951
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
949
952
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -962,21 +965,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
962
965
|
return $ret;
|
|
963
966
|
})()));
|
|
964
967
|
}
|
|
965
|
-
|
|
968
|
+
df(a, b) {
|
|
966
969
|
let c = b.cellInfo.l.x;
|
|
967
970
|
if (-1 == c) {
|
|
968
971
|
return;
|
|
969
972
|
}
|
|
970
973
|
let d = false;
|
|
971
|
-
if (b.cellInfo.
|
|
972
|
-
let e = this.j(b.cellInfo.
|
|
974
|
+
if (b.cellInfo.ij != null) {
|
|
975
|
+
let e = this.j(b.cellInfo.ij);
|
|
973
976
|
if (this.keys.contains(e)) {
|
|
974
977
|
d = true;
|
|
975
978
|
}
|
|
976
979
|
}
|
|
977
980
|
this.view.t(b.content.element, c, d);
|
|
978
981
|
}
|
|
979
|
-
|
|
982
|
+
ep(a, b) {
|
|
980
983
|
let c = b.cellInfo.l.x;
|
|
981
984
|
if (-1 == c) {
|
|
982
985
|
return;
|
|
@@ -986,13 +989,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
986
989
|
let f = null;
|
|
987
990
|
let g = null;
|
|
988
991
|
let h = null;
|
|
989
|
-
if (b.cellInfo.
|
|
990
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
992
|
+
if (b.cellInfo.ij != null) {
|
|
993
|
+
d = this.ai.getPropertyValue(b.cellInfo.ij);
|
|
991
994
|
if (this.al != null) {
|
|
992
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
995
|
+
e = this.al.getPropertyValue(b.cellInfo.ij);
|
|
993
996
|
}
|
|
994
997
|
if (this.aj != null) {
|
|
995
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
998
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
|
|
996
999
|
if (i == 0) {
|
|
997
1000
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
998
1001
|
}
|
|
@@ -1004,11 +1007,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1004
1007
|
}
|
|
1005
1008
|
}
|
|
1006
1009
|
}
|
|
1007
|
-
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.
|
|
1010
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1008
1011
|
}
|
|
1009
|
-
|
|
1010
|
-
if (this.
|
|
1011
|
-
let b = this.d.property(this.
|
|
1012
|
+
d1(a) {
|
|
1013
|
+
if (this.bt != null) {
|
|
1014
|
+
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1012
1015
|
let c = b.contains(a);
|
|
1013
1016
|
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1014
1017
|
this.c = c;
|
|
@@ -1021,73 +1024,73 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1021
1024
|
}
|
|
1022
1025
|
}
|
|
1023
1026
|
get itemsSource() {
|
|
1024
|
-
return this.
|
|
1027
|
+
return this.bp;
|
|
1025
1028
|
}
|
|
1026
1029
|
set itemsSource(a) {
|
|
1027
|
-
let b = this.
|
|
1028
|
-
this.
|
|
1029
|
-
if (b != this.
|
|
1030
|
-
this.
|
|
1030
|
+
let b = this.bp;
|
|
1031
|
+
this.bp = a;
|
|
1032
|
+
if (b != this.bp) {
|
|
1033
|
+
this.d6("ItemsSource", b, this.bp);
|
|
1031
1034
|
}
|
|
1032
1035
|
}
|
|
1033
1036
|
get dataMemberPath() {
|
|
1034
|
-
return this.
|
|
1037
|
+
return this.bt;
|
|
1035
1038
|
}
|
|
1036
1039
|
set dataMemberPath(a) {
|
|
1037
|
-
let b = this.
|
|
1038
|
-
this.
|
|
1039
|
-
if (b != this.
|
|
1040
|
-
this.
|
|
1040
|
+
let b = this.bt;
|
|
1041
|
+
this.bt = a;
|
|
1042
|
+
if (b != this.bt) {
|
|
1043
|
+
this.d6("DataMemberPath", b, this.bt);
|
|
1041
1044
|
}
|
|
1042
1045
|
}
|
|
1043
|
-
get
|
|
1044
|
-
return this.
|
|
1046
|
+
get dataLegendTarget() {
|
|
1047
|
+
return this.bo;
|
|
1045
1048
|
}
|
|
1046
|
-
set
|
|
1047
|
-
let b = this.
|
|
1048
|
-
this.
|
|
1049
|
-
if (b != this.
|
|
1050
|
-
this.
|
|
1049
|
+
set dataLegendTarget(a) {
|
|
1050
|
+
let b = this.bo;
|
|
1051
|
+
this.bo = a;
|
|
1052
|
+
if (b != this.bo) {
|
|
1053
|
+
this.d6("DataLegendTarget", b, this.bo);
|
|
1051
1054
|
}
|
|
1052
1055
|
}
|
|
1053
|
-
get
|
|
1054
|
-
return this.
|
|
1056
|
+
get subtitleMemberPath() {
|
|
1057
|
+
return this.bx;
|
|
1055
1058
|
}
|
|
1056
|
-
set
|
|
1057
|
-
let b = this.
|
|
1058
|
-
this.
|
|
1059
|
-
if (b != this.
|
|
1060
|
-
this.
|
|
1059
|
+
set subtitleMemberPath(a) {
|
|
1060
|
+
let b = this.bx;
|
|
1061
|
+
this.bx = a;
|
|
1062
|
+
if (b != this.bx) {
|
|
1063
|
+
this.d6("SubtitleMemberPath", b, this.bx);
|
|
1061
1064
|
}
|
|
1062
1065
|
}
|
|
1063
|
-
get
|
|
1064
|
-
return this.
|
|
1066
|
+
get propertyTypeMemberPath() {
|
|
1067
|
+
return this.bv;
|
|
1065
1068
|
}
|
|
1066
|
-
set
|
|
1067
|
-
let b = this.
|
|
1068
|
-
this.
|
|
1069
|
-
if (b != this.
|
|
1070
|
-
this.
|
|
1069
|
+
set propertyTypeMemberPath(a) {
|
|
1070
|
+
let b = this.bv;
|
|
1071
|
+
this.bv = a;
|
|
1072
|
+
if (b != this.bv) {
|
|
1073
|
+
this.d6("PropertyTypeMemberPath", b, this.bv);
|
|
1071
1074
|
}
|
|
1072
1075
|
}
|
|
1073
1076
|
get selectedMemberPath() {
|
|
1074
|
-
return this.
|
|
1077
|
+
return this.bw;
|
|
1075
1078
|
}
|
|
1076
1079
|
set selectedMemberPath(a) {
|
|
1077
|
-
let b = this.
|
|
1078
|
-
this.
|
|
1079
|
-
if (b != this.
|
|
1080
|
-
this.
|
|
1080
|
+
let b = this.bw;
|
|
1081
|
+
this.bw = a;
|
|
1082
|
+
if (b != this.bw) {
|
|
1083
|
+
this.d6("SelectedMemberPath", b, this.bw);
|
|
1081
1084
|
}
|
|
1082
1085
|
}
|
|
1083
|
-
get
|
|
1084
|
-
return this.
|
|
1086
|
+
get cf() {
|
|
1087
|
+
return this.bu;
|
|
1085
1088
|
}
|
|
1086
|
-
set
|
|
1087
|
-
let b = this.
|
|
1088
|
-
this.
|
|
1089
|
-
if (b != this.
|
|
1090
|
-
this.
|
|
1089
|
+
set cf(a) {
|
|
1090
|
+
let b = this.bu;
|
|
1091
|
+
this.bu = a;
|
|
1092
|
+
if (b != this.bu) {
|
|
1093
|
+
this.d6("FilterPlaceholderText", b, this.bu);
|
|
1091
1094
|
}
|
|
1092
1095
|
}
|
|
1093
1096
|
get aa() {
|
|
@@ -1097,25 +1100,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1097
1100
|
let b = this.z;
|
|
1098
1101
|
this.z = a;
|
|
1099
1102
|
if (b != this.z) {
|
|
1100
|
-
this.
|
|
1103
|
+
this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1101
1104
|
}
|
|
1102
1105
|
}
|
|
1103
|
-
get
|
|
1104
|
-
return this.
|
|
1106
|
+
get bn() {
|
|
1107
|
+
return this.bk;
|
|
1105
1108
|
}
|
|
1106
|
-
set
|
|
1107
|
-
let b = this.
|
|
1108
|
-
this.
|
|
1109
|
-
if (b != this.
|
|
1110
|
-
this.
|
|
1109
|
+
set bn(a) {
|
|
1110
|
+
let b = this.bk;
|
|
1111
|
+
this.bk = a;
|
|
1112
|
+
if (b != this.bk) {
|
|
1113
|
+
this.d6("RowHeight", b, this.bk);
|
|
1111
1114
|
}
|
|
1112
1115
|
}
|
|
1113
|
-
get
|
|
1116
|
+
get bl() {
|
|
1114
1117
|
if (this.g != null) {
|
|
1115
1118
|
return this.g.actualRowHeight;
|
|
1116
1119
|
}
|
|
1117
|
-
else if (this.
|
|
1118
|
-
return this.
|
|
1120
|
+
else if (this.bk != -1) {
|
|
1121
|
+
return this.bk;
|
|
1119
1122
|
}
|
|
1120
1123
|
else {
|
|
1121
1124
|
switch (this.density) {
|
|
@@ -1135,7 +1138,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1135
1138
|
let b = this.am;
|
|
1136
1139
|
this.am = a;
|
|
1137
1140
|
if (b != this.am) {
|
|
1138
|
-
this.
|
|
1141
|
+
this.d6("CellTextStyle", b, this.am);
|
|
1139
1142
|
}
|
|
1140
1143
|
}
|
|
1141
1144
|
get indexType() {
|
|
@@ -1145,7 +1148,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1145
1148
|
let b = this.m;
|
|
1146
1149
|
this.m = a;
|
|
1147
1150
|
if (b != this.m) {
|
|
1148
|
-
this.
|
|
1151
|
+
this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1149
1152
|
}
|
|
1150
1153
|
}
|
|
1151
1154
|
get baseTheme() {
|
|
@@ -1155,7 +1158,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1155
1158
|
let b = this.ae;
|
|
1156
1159
|
this.ae = a;
|
|
1157
1160
|
if (b != this.ae) {
|
|
1158
|
-
this.
|
|
1161
|
+
this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1159
1162
|
}
|
|
1160
1163
|
}
|
|
1161
1164
|
get density() {
|
|
@@ -1165,57 +1168,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1165
1168
|
let b = this.ag;
|
|
1166
1169
|
this.ag = a;
|
|
1167
1170
|
if (b != this.ag) {
|
|
1168
|
-
this.
|
|
1171
|
+
this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1169
1172
|
}
|
|
1170
1173
|
}
|
|
1171
1174
|
get searchIconColor() {
|
|
1172
|
-
return this.
|
|
1175
|
+
return this.e4;
|
|
1173
1176
|
}
|
|
1174
1177
|
set searchIconColor(a) {
|
|
1175
|
-
let b = this.
|
|
1176
|
-
this.
|
|
1177
|
-
if (b != this.
|
|
1178
|
-
this.
|
|
1178
|
+
let b = this.e4;
|
|
1179
|
+
this.e4 = a;
|
|
1180
|
+
if (b != this.e4) {
|
|
1181
|
+
this.d6("SearchIconColor", b, this.e4);
|
|
1179
1182
|
}
|
|
1180
1183
|
}
|
|
1181
|
-
get
|
|
1182
|
-
return this.
|
|
1184
|
+
get fm() {
|
|
1185
|
+
return this.e1;
|
|
1183
1186
|
}
|
|
1184
|
-
set
|
|
1185
|
-
let b = this.
|
|
1186
|
-
this.
|
|
1187
|
-
if (b != this.
|
|
1188
|
-
this.
|
|
1187
|
+
set fm(a) {
|
|
1188
|
+
let b = this.e1;
|
|
1189
|
+
this.e1 = a;
|
|
1190
|
+
if (b != this.e1) {
|
|
1191
|
+
this.d6("SearchBackgroundColor", b, this.e1);
|
|
1189
1192
|
}
|
|
1190
1193
|
}
|
|
1191
|
-
get
|
|
1194
|
+
get labelClickTriggersChange() {
|
|
1192
1195
|
return this.ax;
|
|
1193
1196
|
}
|
|
1194
|
-
set
|
|
1197
|
+
set labelClickTriggersChange(a) {
|
|
1195
1198
|
let b = this.ax;
|
|
1196
1199
|
this.ax = a;
|
|
1197
1200
|
if (b != this.ax) {
|
|
1198
|
-
this.
|
|
1201
|
+
this.d6("LabelClickTriggersChange", b, this.ax);
|
|
1199
1202
|
}
|
|
1200
1203
|
}
|
|
1201
1204
|
get searchTextColor() {
|
|
1202
|
-
return this.
|
|
1205
|
+
return this.e5;
|
|
1203
1206
|
}
|
|
1204
1207
|
set searchTextColor(a) {
|
|
1205
|
-
let b = this.
|
|
1206
|
-
this.
|
|
1207
|
-
if (b != this.
|
|
1208
|
-
this.
|
|
1208
|
+
let b = this.e5;
|
|
1209
|
+
this.e5 = a;
|
|
1210
|
+
if (b != this.e5) {
|
|
1211
|
+
this.d6("SearchTextColor", b, this.e5);
|
|
1209
1212
|
}
|
|
1210
1213
|
}
|
|
1211
|
-
get
|
|
1212
|
-
return this.
|
|
1214
|
+
get searchBorderColor() {
|
|
1215
|
+
return this.e2;
|
|
1213
1216
|
}
|
|
1214
|
-
set
|
|
1215
|
-
let b = this.
|
|
1216
|
-
this.
|
|
1217
|
-
if (b != this.
|
|
1218
|
-
this.
|
|
1217
|
+
set searchBorderColor(a) {
|
|
1218
|
+
let b = this.e2;
|
|
1219
|
+
this.e2 = a;
|
|
1220
|
+
if (b != this.e2) {
|
|
1221
|
+
this.d6("SearchBorderColor", b, this.e2);
|
|
1222
|
+
}
|
|
1223
|
+
}
|
|
1224
|
+
get searchFocusBorderColor() {
|
|
1225
|
+
return this.e3;
|
|
1226
|
+
}
|
|
1227
|
+
set searchFocusBorderColor(a) {
|
|
1228
|
+
let b = this.e3;
|
|
1229
|
+
this.e3 = a;
|
|
1230
|
+
if (b != this.e3) {
|
|
1231
|
+
this.d6("SearchFocusBorderColor", b, this.e3);
|
|
1219
1232
|
}
|
|
1220
1233
|
}
|
|
1221
1234
|
get ap() {
|
|
@@ -1225,67 +1238,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1225
1238
|
let b = this.an;
|
|
1226
1239
|
this.an = a;
|
|
1227
1240
|
if (b != this.an) {
|
|
1228
|
-
this.
|
|
1241
|
+
this.d6("SearchTextStyle", b, this.an);
|
|
1229
1242
|
}
|
|
1230
1243
|
}
|
|
1231
|
-
get
|
|
1232
|
-
return this.
|
|
1244
|
+
get fc() {
|
|
1245
|
+
return this.ew;
|
|
1233
1246
|
}
|
|
1234
|
-
set
|
|
1235
|
-
let b = this.
|
|
1236
|
-
this.
|
|
1237
|
-
if (b != this.
|
|
1238
|
-
this.
|
|
1247
|
+
set fc(a) {
|
|
1248
|
+
let b = this.ew;
|
|
1249
|
+
this.ew = a;
|
|
1250
|
+
if (b != this.ew) {
|
|
1251
|
+
this.d6("CheckboxTickColor", b, this.ew);
|
|
1239
1252
|
}
|
|
1240
1253
|
}
|
|
1241
|
-
get
|
|
1242
|
-
return this.
|
|
1254
|
+
get checkboxCheckedBackgroundColor() {
|
|
1255
|
+
return this.eu;
|
|
1243
1256
|
}
|
|
1244
|
-
set
|
|
1245
|
-
let b = this.
|
|
1246
|
-
this.
|
|
1247
|
-
if (b != this.
|
|
1248
|
-
this.
|
|
1257
|
+
set checkboxCheckedBackgroundColor(a) {
|
|
1258
|
+
let b = this.eu;
|
|
1259
|
+
this.eu = a;
|
|
1260
|
+
if (b != this.eu) {
|
|
1261
|
+
this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
|
|
1249
1262
|
}
|
|
1250
1263
|
}
|
|
1251
|
-
get
|
|
1252
|
-
return this.
|
|
1264
|
+
get checkboxUncheckedBackgroundColor() {
|
|
1265
|
+
return this.ex;
|
|
1253
1266
|
}
|
|
1254
|
-
set
|
|
1255
|
-
let b = this.
|
|
1256
|
-
this.
|
|
1257
|
-
if (b != this.
|
|
1258
|
-
this.
|
|
1267
|
+
set checkboxUncheckedBackgroundColor(a) {
|
|
1268
|
+
let b = this.ex;
|
|
1269
|
+
this.ex = a;
|
|
1270
|
+
if (b != this.ex) {
|
|
1271
|
+
this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
|
|
1259
1272
|
}
|
|
1260
1273
|
}
|
|
1261
|
-
get
|
|
1262
|
-
return this.
|
|
1274
|
+
get checkboxCheckedBorderColor() {
|
|
1275
|
+
return this.ev;
|
|
1263
1276
|
}
|
|
1264
|
-
set
|
|
1265
|
-
let b = this.
|
|
1266
|
-
this.
|
|
1267
|
-
if (b != this.
|
|
1268
|
-
this.
|
|
1277
|
+
set checkboxCheckedBorderColor(a) {
|
|
1278
|
+
let b = this.ev;
|
|
1279
|
+
this.ev = a;
|
|
1280
|
+
if (b != this.ev) {
|
|
1281
|
+
this.d6("CheckboxCheckedBorderColor", b, this.ev);
|
|
1269
1282
|
}
|
|
1270
1283
|
}
|
|
1271
|
-
get
|
|
1272
|
-
return this.
|
|
1284
|
+
get checkboxUncheckedBorderColor() {
|
|
1285
|
+
return this.ey;
|
|
1273
1286
|
}
|
|
1274
|
-
set
|
|
1275
|
-
let b = this.
|
|
1276
|
-
this.
|
|
1277
|
-
if (b != this.
|
|
1278
|
-
this.
|
|
1287
|
+
set checkboxUncheckedBorderColor(a) {
|
|
1288
|
+
let b = this.ey;
|
|
1289
|
+
this.ey = a;
|
|
1290
|
+
if (b != this.ey) {
|
|
1291
|
+
this.d6("CheckboxUncheckedBorderColor", b, this.ey);
|
|
1279
1292
|
}
|
|
1280
1293
|
}
|
|
1281
|
-
get
|
|
1294
|
+
get checkboxCornerRadius() {
|
|
1282
1295
|
return this.bb;
|
|
1283
1296
|
}
|
|
1284
|
-
set
|
|
1297
|
+
set checkboxCornerRadius(a) {
|
|
1285
1298
|
let b = this.bb;
|
|
1286
1299
|
this.bb = a;
|
|
1287
1300
|
if (b != this.bb) {
|
|
1288
|
-
this.
|
|
1301
|
+
this.d6("CheckboxCornerRadius", b, this.bb);
|
|
1289
1302
|
}
|
|
1290
1303
|
}
|
|
1291
1304
|
get ad() {
|
|
@@ -1295,35 +1308,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1295
1308
|
let b = this.ac;
|
|
1296
1309
|
this.ac = a;
|
|
1297
1310
|
if (b != this.ac) {
|
|
1298
|
-
this.
|
|
1311
|
+
this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1299
1312
|
}
|
|
1300
1313
|
}
|
|
1301
|
-
get
|
|
1302
|
-
return this.
|
|
1314
|
+
get fl() {
|
|
1315
|
+
return this.e0;
|
|
1303
1316
|
}
|
|
1304
|
-
set
|
|
1305
|
-
let b = this.
|
|
1306
|
-
this.
|
|
1307
|
-
if (b != this.
|
|
1308
|
-
this.
|
|
1317
|
+
set fl(a) {
|
|
1318
|
+
let b = this.e0;
|
|
1319
|
+
this.e0 = a;
|
|
1320
|
+
if (b != this.e0) {
|
|
1321
|
+
this.d6("ScrollbarBackground", b, this.e0);
|
|
1309
1322
|
}
|
|
1310
1323
|
}
|
|
1311
|
-
|
|
1324
|
+
d6(a, b, c) {
|
|
1312
1325
|
if (this.propertyChanged != null) {
|
|
1313
1326
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1314
1327
|
}
|
|
1315
|
-
this.
|
|
1328
|
+
this.ec(a, b, c);
|
|
1316
1329
|
}
|
|
1317
|
-
|
|
1330
|
+
ec(a, b, c) {
|
|
1318
1331
|
switch (a) {
|
|
1319
1332
|
case "IndexType":
|
|
1320
1333
|
this.keys.clear();
|
|
1321
|
-
this.
|
|
1334
|
+
this.dr();
|
|
1322
1335
|
if (this.keysCleared != null) {
|
|
1323
1336
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1324
1337
|
}
|
|
1325
1338
|
this.view.an();
|
|
1326
|
-
this.
|
|
1339
|
+
this.d2(b, c);
|
|
1327
1340
|
break;
|
|
1328
1341
|
case "ItemsSource":
|
|
1329
1342
|
if (this.g != null) {
|
|
@@ -1336,16 +1349,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1336
1349
|
}
|
|
1337
1350
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1338
1351
|
let d = this.g.actualDataSource;
|
|
1339
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1352
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
|
|
1340
1353
|
}
|
|
1341
|
-
this.g.itemsSource = this.
|
|
1342
|
-
this.
|
|
1354
|
+
this.g.itemsSource = this.bp;
|
|
1355
|
+
this.de();
|
|
1343
1356
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1344
1357
|
let e = this.g.actualDataSource;
|
|
1345
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1358
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
|
|
1346
1359
|
}
|
|
1347
1360
|
this.at = true;
|
|
1348
|
-
this.
|
|
1361
|
+
this.d9();
|
|
1349
1362
|
this.at = false;
|
|
1350
1363
|
this.view.an();
|
|
1351
1364
|
}
|
|
@@ -1355,9 +1368,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1355
1368
|
case "SubtitleMemberPath":
|
|
1356
1369
|
case "PropertyTypeMemberPath":
|
|
1357
1370
|
if (this.g != null) {
|
|
1358
|
-
if (this.
|
|
1359
|
-
this.
|
|
1360
|
-
this.
|
|
1371
|
+
if (this.bt != null) {
|
|
1372
|
+
this.d9();
|
|
1373
|
+
this.eo();
|
|
1361
1374
|
}
|
|
1362
1375
|
}
|
|
1363
1376
|
break;
|
|
@@ -1367,7 +1380,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1367
1380
|
}
|
|
1368
1381
|
break;
|
|
1369
1382
|
case "SelectAllCaptionTextColor":
|
|
1370
|
-
this.
|
|
1383
|
+
this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
|
|
1371
1384
|
break;
|
|
1372
1385
|
case "SelectAllCaption":
|
|
1373
1386
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1383,7 +1396,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1383
1396
|
break;
|
|
1384
1397
|
case "FilterPlaceholderText":
|
|
1385
1398
|
if (this.v != null) {
|
|
1386
|
-
this.v.cg = this.
|
|
1399
|
+
this.v.cg = this.cf;
|
|
1387
1400
|
}
|
|
1388
1401
|
break;
|
|
1389
1402
|
case "SearchInputType":
|
|
@@ -1393,7 +1406,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1393
1406
|
break;
|
|
1394
1407
|
case "RowHeight":
|
|
1395
1408
|
if (this.g != null) {
|
|
1396
|
-
this.g.rowHeight = this.
|
|
1409
|
+
this.g.rowHeight = this.bn;
|
|
1397
1410
|
}
|
|
1398
1411
|
break;
|
|
1399
1412
|
case "CellTextStyle":
|
|
@@ -1407,7 +1420,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1407
1420
|
case "RowHoverBackgroundColor":
|
|
1408
1421
|
let f = this.g;
|
|
1409
1422
|
if (null != f) {
|
|
1410
|
-
f.cellTextColor = this.
|
|
1423
|
+
f.cellTextColor = this.textColor;
|
|
1411
1424
|
f.cellBackground = this.backgroundColor;
|
|
1412
1425
|
f.background = this.backgroundColor;
|
|
1413
1426
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1416,10 +1429,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1416
1429
|
this.view.ak();
|
|
1417
1430
|
break;
|
|
1418
1431
|
case "BaseTheme":
|
|
1419
|
-
this.
|
|
1432
|
+
this.en();
|
|
1420
1433
|
break;
|
|
1421
1434
|
case "Density":
|
|
1422
|
-
this.
|
|
1435
|
+
this.em();
|
|
1423
1436
|
break;
|
|
1424
1437
|
case "IsRowHoverEnabled":
|
|
1425
1438
|
if (this.g != null) {
|
|
@@ -1433,17 +1446,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1433
1446
|
break;
|
|
1434
1447
|
case "ScrollbarBackground":
|
|
1435
1448
|
if (this.g != null) {
|
|
1436
|
-
this.g.scrollbarBackground = this.
|
|
1449
|
+
this.g.scrollbarBackground = this.fl;
|
|
1437
1450
|
}
|
|
1438
1451
|
break;
|
|
1439
1452
|
case "SearchIconColor":
|
|
1440
1453
|
this.view.ai();
|
|
1441
1454
|
break;
|
|
1442
1455
|
case "SearchBackgroundColor":
|
|
1443
|
-
this.y
|
|
1456
|
+
if (this.y != null) {
|
|
1457
|
+
this.y.mc = this.fm;
|
|
1458
|
+
}
|
|
1444
1459
|
break;
|
|
1445
1460
|
case "SearchBorderColor":
|
|
1446
|
-
this.y
|
|
1461
|
+
if (this.y != null) {
|
|
1462
|
+
this.y.md = this.searchBorderColor;
|
|
1463
|
+
}
|
|
1464
|
+
break;
|
|
1465
|
+
case "SearchFocusBorderColor":
|
|
1466
|
+
if (this.y != null) {
|
|
1467
|
+
this.y.no = this.searchFocusBorderColor;
|
|
1468
|
+
}
|
|
1447
1469
|
break;
|
|
1448
1470
|
case "SearchTextColor":
|
|
1449
1471
|
if (this.w != null) {
|
|
@@ -1451,7 +1473,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1451
1473
|
}
|
|
1452
1474
|
break;
|
|
1453
1475
|
case "SearchTextStyle":
|
|
1454
|
-
this.w
|
|
1476
|
+
if (this.w != null) {
|
|
1477
|
+
this.w.af = this.ap;
|
|
1478
|
+
}
|
|
1455
1479
|
break;
|
|
1456
1480
|
case "CheckboxTickColor":
|
|
1457
1481
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1461,22 +1485,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1461
1485
|
case "CheckboxCornerRadius":
|
|
1462
1486
|
this.view.af();
|
|
1463
1487
|
if (this.g != null) {
|
|
1464
|
-
this.g.
|
|
1488
|
+
this.g.y1();
|
|
1465
1489
|
}
|
|
1466
1490
|
break;
|
|
1467
1491
|
case "CheckboxAlignedRight":
|
|
1468
1492
|
if (this.g != null) {
|
|
1469
|
-
this.
|
|
1493
|
+
this.eq();
|
|
1470
1494
|
}
|
|
1471
1495
|
break;
|
|
1472
1496
|
case "DataLegendTarget":
|
|
1473
1497
|
if (this.g != null) {
|
|
1474
|
-
this.g.
|
|
1498
|
+
this.g.y1();
|
|
1475
1499
|
}
|
|
1476
1500
|
break;
|
|
1477
1501
|
}
|
|
1478
1502
|
}
|
|
1479
|
-
|
|
1503
|
+
eq() {
|
|
1480
1504
|
if (this.g.actualColumns.count == 0) {
|
|
1481
1505
|
return;
|
|
1482
1506
|
}
|
|
@@ -1484,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1484
1508
|
let b = this.g.actualColumns._inner[1];
|
|
1485
1509
|
let c = this.g.actualColumns._inner[2];
|
|
1486
1510
|
this.g.actualColumns.clear();
|
|
1487
|
-
if (this.
|
|
1511
|
+
if (this.checkboxAlignedRight) {
|
|
1488
1512
|
this.g.columns.add(b);
|
|
1489
1513
|
this.g.columns.add(a);
|
|
1490
1514
|
}
|
|
@@ -1494,7 +1518,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1494
1518
|
}
|
|
1495
1519
|
this.g.columns.add(c);
|
|
1496
1520
|
}
|
|
1497
|
-
|
|
1521
|
+
d2(a, b) {
|
|
1498
1522
|
if (this.indexTypeChanged != null) {
|
|
1499
1523
|
this.indexTypeChanged(this, ((() => {
|
|
1500
1524
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1504,7 +1528,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1504
1528
|
})()));
|
|
1505
1529
|
}
|
|
1506
1530
|
}
|
|
1507
|
-
|
|
1531
|
+
em() {
|
|
1508
1532
|
if (this.g != null) {
|
|
1509
1533
|
this.g.density = this.density;
|
|
1510
1534
|
}
|
|
@@ -1512,8 +1536,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1512
1536
|
this.x.t = this.density;
|
|
1513
1537
|
}
|
|
1514
1538
|
this.view.ae();
|
|
1539
|
+
this.view.z();
|
|
1515
1540
|
}
|
|
1516
|
-
|
|
1541
|
+
en() {
|
|
1517
1542
|
if (this.x != null) {
|
|
1518
1543
|
this.x.p = this.baseTheme;
|
|
1519
1544
|
}
|
|
@@ -1522,51 +1547,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1522
1547
|
}
|
|
1523
1548
|
if (this.g != null) {
|
|
1524
1549
|
this.g.theme = this.baseTheme;
|
|
1525
|
-
this.g.cellTextColor = this.
|
|
1550
|
+
this.g.cellTextColor = this.textColor;
|
|
1526
1551
|
this.g.cellBackground = this.backgroundColor;
|
|
1527
1552
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1528
1553
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1529
1554
|
this.g.background = this.backgroundColor;
|
|
1530
1555
|
}
|
|
1531
|
-
this.
|
|
1556
|
+
this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
|
|
1532
1557
|
this.view.ag();
|
|
1533
1558
|
}
|
|
1534
|
-
|
|
1559
|
+
d7(a, b) {
|
|
1535
1560
|
this.at = true;
|
|
1536
|
-
this.
|
|
1561
|
+
this.de();
|
|
1537
1562
|
if (b.schema != null) {
|
|
1538
|
-
this.
|
|
1563
|
+
this.d9();
|
|
1539
1564
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1540
|
-
this.
|
|
1565
|
+
this.d4(this.keys._inner[c]);
|
|
1541
1566
|
}
|
|
1542
1567
|
this.view.an();
|
|
1543
1568
|
}
|
|
1544
1569
|
this.at = false;
|
|
1545
1570
|
}
|
|
1546
|
-
|
|
1547
|
-
if (this.ak == null && this.
|
|
1548
|
-
this.ak = new FastReflectionHelper(false, this.
|
|
1571
|
+
d9() {
|
|
1572
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1573
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1549
1574
|
}
|
|
1550
|
-
if (this.ai == null && this.
|
|
1551
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1575
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1576
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1552
1577
|
}
|
|
1553
|
-
if (this.al == null && this.
|
|
1554
|
-
this.al = new FastReflectionHelper(false, this.
|
|
1578
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1579
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1555
1580
|
}
|
|
1556
|
-
if (this.aj == null && this.
|
|
1557
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1581
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1582
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1558
1583
|
}
|
|
1559
1584
|
if (this.ai != null) {
|
|
1560
|
-
this.ai.propertyName = this.
|
|
1585
|
+
this.ai.propertyName = this.bt;
|
|
1561
1586
|
}
|
|
1562
1587
|
if (this.al != null) {
|
|
1563
|
-
this.al.propertyName = this.
|
|
1588
|
+
this.al.propertyName = this.bx;
|
|
1564
1589
|
}
|
|
1565
1590
|
if (this.aj != null) {
|
|
1566
|
-
this.aj.propertyName = this.
|
|
1591
|
+
this.aj.propertyName = this.bv;
|
|
1567
1592
|
}
|
|
1568
|
-
if (this.
|
|
1569
|
-
this.ak.propertyName = this.
|
|
1593
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1594
|
+
this.ak.propertyName = this.bw;
|
|
1570
1595
|
let a = this.g.actualDataSource.actualCount;
|
|
1571
1596
|
for (let b = 0; b < a; b++) {
|
|
1572
1597
|
let c = this.g.actualDataSource.getItemAtIndex(b);
|
|
@@ -1583,12 +1608,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1583
1608
|
}
|
|
1584
1609
|
}
|
|
1585
1610
|
}
|
|
1586
|
-
|
|
1611
|
+
eo() {
|
|
1587
1612
|
this.view.p();
|
|
1588
1613
|
this.g.columns.clear();
|
|
1589
1614
|
this.g.primaryKey = this.primaryKey;
|
|
1590
1615
|
this.g.isGroupRowSticky = false;
|
|
1591
|
-
this.g.rowHeight = this.
|
|
1616
|
+
this.g.rowHeight = this.bn;
|
|
1592
1617
|
this.g.background = this.backgroundColor;
|
|
1593
1618
|
this.g.cellBackground = this.backgroundColor;
|
|
1594
1619
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1600,35 +1625,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1600
1625
|
this.g.cellTextStyle = this.ao;
|
|
1601
1626
|
}
|
|
1602
1627
|
let a = new TemplateColumn();
|
|
1603
|
-
if (this.
|
|
1604
|
-
this.
|
|
1628
|
+
if (this.bw == null) {
|
|
1629
|
+
this.bw = "";
|
|
1605
1630
|
}
|
|
1606
|
-
a.
|
|
1607
|
-
a.
|
|
1631
|
+
a.nl = this.bw;
|
|
1632
|
+
a.od = "CheckboxColumn";
|
|
1608
1633
|
let b = new ColumnWidth();
|
|
1609
1634
|
b.c = false;
|
|
1610
1635
|
b.f = 28;
|
|
1611
1636
|
a.width = b;
|
|
1612
|
-
a.
|
|
1613
|
-
a.
|
|
1614
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1637
|
+
a.lm = 0;
|
|
1638
|
+
a.ln = 0;
|
|
1639
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
|
|
1615
1640
|
this.k = a;
|
|
1616
1641
|
this.g.columns.add(a);
|
|
1617
|
-
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.
|
|
1618
|
-
if ((this.
|
|
1642
|
+
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1643
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1619
1644
|
let d = new TemplateColumn();
|
|
1620
|
-
d.
|
|
1621
|
-
d.
|
|
1622
|
-
d.
|
|
1645
|
+
d.nl = this.bt;
|
|
1646
|
+
d.od = "DataColumn";
|
|
1647
|
+
d.lm = 0;
|
|
1623
1648
|
d.g = 0;
|
|
1624
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1649
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
|
|
1625
1650
|
this.g.columns.add(d);
|
|
1626
1651
|
}
|
|
1627
1652
|
else {
|
|
1628
1653
|
let e;
|
|
1629
|
-
if (this.
|
|
1630
|
-
e = this.
|
|
1631
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1654
|
+
if (this.gridColumnProvider != null) {
|
|
1655
|
+
e = this.gridColumnProvider.h1();
|
|
1656
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
|
|
1632
1657
|
}
|
|
1633
1658
|
else {
|
|
1634
1659
|
switch (c) {
|
|
@@ -1653,9 +1678,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1653
1678
|
break;
|
|
1654
1679
|
}
|
|
1655
1680
|
}
|
|
1656
|
-
e.
|
|
1657
|
-
e.
|
|
1658
|
-
e.
|
|
1681
|
+
e.nl = this.bt;
|
|
1682
|
+
e.od = "DataColumn";
|
|
1683
|
+
e.lm = 0;
|
|
1659
1684
|
e.g = 0;
|
|
1660
1685
|
this.g.columns.add(e);
|
|
1661
1686
|
}
|
|
@@ -1663,15 +1688,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1663
1688
|
let g = new ColumnWidth();
|
|
1664
1689
|
g.c = false;
|
|
1665
1690
|
g.f = 10;
|
|
1666
|
-
f.
|
|
1667
|
-
f.
|
|
1668
|
-
f.
|
|
1691
|
+
f.nl = "PaddingColumn";
|
|
1692
|
+
f.od = "PaddingColumn";
|
|
1693
|
+
f.lm = 0;
|
|
1669
1694
|
f.width = g;
|
|
1670
1695
|
this.g.columns.add(f);
|
|
1671
1696
|
}
|
|
1672
|
-
|
|
1697
|
+
dn(a, b) {
|
|
1673
1698
|
let c = b.b;
|
|
1674
|
-
c.
|
|
1699
|
+
c.g2 = 0;
|
|
1700
|
+
c.g = 0;
|
|
1675
1701
|
}
|
|
1676
1702
|
updateHrMargin(a) {
|
|
1677
1703
|
this.view.ah(a);
|
|
@@ -1679,16 +1705,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1679
1705
|
provideHrElement(a) {
|
|
1680
1706
|
this.view.v(a);
|
|
1681
1707
|
}
|
|
1682
|
-
|
|
1708
|
+
d3() {
|
|
1683
1709
|
if (!this.a0) {
|
|
1684
1710
|
let a = this.w;
|
|
1685
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1711
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dp));
|
|
1686
1712
|
}
|
|
1687
|
-
this.
|
|
1713
|
+
this.en();
|
|
1688
1714
|
}
|
|
1689
|
-
|
|
1715
|
+
dp(a, b) {
|
|
1690
1716
|
let c = b.value.toLowerCase();
|
|
1691
|
-
this.
|
|
1717
|
+
this.d1(c);
|
|
1692
1718
|
}
|
|
1693
1719
|
j(a) {
|
|
1694
1720
|
if (this.primaryKey == null) {
|
|
@@ -1702,7 +1728,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1702
1728
|
}
|
|
1703
1729
|
return new PrimaryKeyValue(b, c);
|
|
1704
1730
|
}
|
|
1705
|
-
|
|
1731
|
+
ei(a) {
|
|
1706
1732
|
this.as = true;
|
|
1707
1733
|
let b = this.e.getItemAtIndex(a);
|
|
1708
1734
|
if (this.ak != null) {
|
|
@@ -1712,7 +1738,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1712
1738
|
this.keys.remove(c);
|
|
1713
1739
|
this.as = false;
|
|
1714
1740
|
}
|
|
1715
|
-
|
|
1741
|
+
db(a) {
|
|
1716
1742
|
this.as = true;
|
|
1717
1743
|
let b = this.e.getItemAtIndex(a);
|
|
1718
1744
|
if (this.ak != null) {
|
|
@@ -1722,44 +1748,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1722
1748
|
this.keys.add(c);
|
|
1723
1749
|
this.as = false;
|
|
1724
1750
|
}
|
|
1725
|
-
|
|
1751
|
+
el() {
|
|
1726
1752
|
this.indexType = 0;
|
|
1727
1753
|
this.keys.clear();
|
|
1728
|
-
this.
|
|
1754
|
+
this.dr();
|
|
1729
1755
|
if (this.keysCleared != null) {
|
|
1730
1756
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1731
1757
|
}
|
|
1732
1758
|
}
|
|
1733
|
-
|
|
1759
|
+
dh() {
|
|
1734
1760
|
this.indexType = 1;
|
|
1735
1761
|
this.keys.clear();
|
|
1736
|
-
this.
|
|
1762
|
+
this.dr();
|
|
1737
1763
|
if (this.keysCleared != null) {
|
|
1738
1764
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1739
1765
|
}
|
|
1740
1766
|
}
|
|
1741
|
-
|
|
1767
|
+
dw(a, b, c) {
|
|
1742
1768
|
if (this.g != null) {
|
|
1743
1769
|
this.g.notifySetItem(a, b, c);
|
|
1744
1770
|
}
|
|
1745
1771
|
}
|
|
1746
|
-
|
|
1772
|
+
ds() {
|
|
1747
1773
|
if (this.g != null) {
|
|
1748
1774
|
this.g.notifyClearItems();
|
|
1749
1775
|
}
|
|
1750
1776
|
}
|
|
1751
|
-
|
|
1777
|
+
dr() {
|
|
1752
1778
|
if (this.g != null) {
|
|
1753
1779
|
this.g.invalidateVisibleRows();
|
|
1754
1780
|
}
|
|
1755
1781
|
}
|
|
1756
|
-
|
|
1782
|
+
dt(a, b) {
|
|
1757
1783
|
if (this.g != null) {
|
|
1758
1784
|
this.g.notifyInsertItem(a, b);
|
|
1759
1785
|
}
|
|
1760
1786
|
;
|
|
1761
1787
|
}
|
|
1762
|
-
|
|
1788
|
+
dv(a, b) {
|
|
1763
1789
|
if (this.g != null) {
|
|
1764
1790
|
this.g.notifyRemoveItem(a, b);
|
|
1765
1791
|
}
|
|
@@ -1776,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1776
1802
|
this.aw = false;
|
|
1777
1803
|
}
|
|
1778
1804
|
}
|
|
1779
|
-
|
|
1805
|
+
dc(a) {
|
|
1780
1806
|
let b = null;
|
|
1781
1807
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1782
1808
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1796,7 +1822,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1796
1822
|
this.keys.add(b);
|
|
1797
1823
|
}
|
|
1798
1824
|
}
|
|
1799
|
-
|
|
1825
|
+
ej(a) {
|
|
1800
1826
|
let b = null;
|
|
1801
1827
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1802
1828
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1817,15 +1843,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1817
1843
|
}
|
|
1818
1844
|
}
|
|
1819
1845
|
getDesiredSize(a) {
|
|
1820
|
-
let b =
|
|
1846
|
+
let b = 200;
|
|
1821
1847
|
let c = 0;
|
|
1822
1848
|
let d = this.be();
|
|
1823
1849
|
let e = 5;
|
|
1824
1850
|
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
1825
1851
|
e = this.g.actualDataSource.actualCount;
|
|
1826
1852
|
}
|
|
1827
|
-
let f = this.
|
|
1828
|
-
let g = this.
|
|
1853
|
+
let f = this.bl * e;
|
|
1854
|
+
let g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
1829
1855
|
let h = f > g ? g : f;
|
|
1830
1856
|
let i = d + h;
|
|
1831
1857
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1846,18 +1872,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1846
1872
|
let a = 0;
|
|
1847
1873
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1848
1874
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1849
|
-
a += (
|
|
1850
|
-
a += 4;
|
|
1875
|
+
a += (1 + 3 + 0);
|
|
1851
1876
|
if (this.showSelectAll) {
|
|
1852
|
-
a += this.
|
|
1877
|
+
a += this.bl + 0 + 0;
|
|
1853
1878
|
}
|
|
1854
1879
|
a += 4;
|
|
1855
1880
|
return a;
|
|
1856
1881
|
}
|
|
1857
|
-
|
|
1882
|
+
br() {
|
|
1858
1883
|
return this.l();
|
|
1859
1884
|
}
|
|
1860
|
-
|
|
1885
|
+
ce() {
|
|
1861
1886
|
let a = this.l();
|
|
1862
1887
|
return a.i();
|
|
1863
1888
|
}
|
|
@@ -1870,51 +1895,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1870
1895
|
a.e = c.height;
|
|
1871
1896
|
a.h = c.width;
|
|
1872
1897
|
a.c = this.baseTheme;
|
|
1873
|
-
a.d = this.
|
|
1874
|
-
a.a = AppearanceHelper.a(this.
|
|
1898
|
+
a.d = this.bl;
|
|
1899
|
+
a.a = AppearanceHelper.a(this.e8);
|
|
1875
1900
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1876
1901
|
return a;
|
|
1877
1902
|
}
|
|
1878
|
-
get
|
|
1879
|
-
return this.
|
|
1903
|
+
get c1() {
|
|
1904
|
+
return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1880
1905
|
}
|
|
1881
|
-
set
|
|
1882
|
-
if (a == this.
|
|
1906
|
+
set c1(a) {
|
|
1907
|
+
if (a == this.c0) {
|
|
1883
1908
|
return;
|
|
1884
1909
|
}
|
|
1885
|
-
let b = this.
|
|
1886
|
-
this.
|
|
1887
|
-
this.
|
|
1910
|
+
let b = this.c0;
|
|
1911
|
+
this.c0 = a;
|
|
1912
|
+
this.d6("SelectAllCaption", b, this.c0);
|
|
1888
1913
|
}
|
|
1889
|
-
get
|
|
1890
|
-
return this.
|
|
1914
|
+
get selectAllCaptionTextColor() {
|
|
1915
|
+
return this.e6;
|
|
1891
1916
|
}
|
|
1892
|
-
set
|
|
1893
|
-
let b = this.
|
|
1894
|
-
this.
|
|
1895
|
-
if (b != this.
|
|
1896
|
-
this.
|
|
1917
|
+
set selectAllCaptionTextColor(a) {
|
|
1918
|
+
let b = this.e6;
|
|
1919
|
+
this.e6 = a;
|
|
1920
|
+
if (b != this.e6) {
|
|
1921
|
+
this.d6("SelectAllCaptionTextColor", b, a);
|
|
1897
1922
|
}
|
|
1898
1923
|
}
|
|
1899
|
-
get
|
|
1900
|
-
return this.
|
|
1924
|
+
get e8() {
|
|
1925
|
+
return this.es;
|
|
1901
1926
|
}
|
|
1902
|
-
set
|
|
1903
|
-
let b = this.
|
|
1904
|
-
this.
|
|
1905
|
-
if (b != this.
|
|
1906
|
-
this.
|
|
1927
|
+
set e8(a) {
|
|
1928
|
+
let b = this.es;
|
|
1929
|
+
this.es = a;
|
|
1930
|
+
if (b != this.es) {
|
|
1931
|
+
this.d6("ActualSelectAllCaptionTextColor", b, a);
|
|
1907
1932
|
}
|
|
1908
1933
|
}
|
|
1909
1934
|
get a5() {
|
|
1910
|
-
if (-1 == this.
|
|
1935
|
+
if (-1 == this.bm) {
|
|
1911
1936
|
return false;
|
|
1912
1937
|
}
|
|
1913
1938
|
let a = this.keys.count;
|
|
1914
1939
|
if (0 == a) {
|
|
1915
1940
|
return false;
|
|
1916
1941
|
}
|
|
1917
|
-
if (a == this.
|
|
1942
|
+
if (a == this.bm) {
|
|
1918
1943
|
return false;
|
|
1919
1944
|
}
|
|
1920
1945
|
return true;
|
|
@@ -1928,46 +1953,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1928
1953
|
}
|
|
1929
1954
|
let b = this.a9;
|
|
1930
1955
|
this.a9 = a;
|
|
1931
|
-
this.
|
|
1956
|
+
this.d6("showSelectAll", b, this.a9);
|
|
1932
1957
|
}
|
|
1933
1958
|
get backgroundColor() {
|
|
1934
|
-
return this.
|
|
1959
|
+
return this.et;
|
|
1935
1960
|
}
|
|
1936
1961
|
set backgroundColor(a) {
|
|
1937
|
-
let b = this.
|
|
1938
|
-
this.
|
|
1939
|
-
if (b != this.
|
|
1940
|
-
this.
|
|
1962
|
+
let b = this.et;
|
|
1963
|
+
this.et = a;
|
|
1964
|
+
if (b != this.et) {
|
|
1965
|
+
this.d6("BackgroundColor", b, a);
|
|
1941
1966
|
}
|
|
1942
1967
|
}
|
|
1943
1968
|
get rowHoverBackgroundColor() {
|
|
1944
|
-
return this.
|
|
1969
|
+
return this.ez;
|
|
1945
1970
|
}
|
|
1946
1971
|
set rowHoverBackgroundColor(a) {
|
|
1947
|
-
let b = this.
|
|
1948
|
-
this.
|
|
1949
|
-
if (b != this.
|
|
1950
|
-
this.
|
|
1972
|
+
let b = this.ez;
|
|
1973
|
+
this.ez = a;
|
|
1974
|
+
if (b != this.ez) {
|
|
1975
|
+
this.d6("RowHoverBackgroundColor", b, a);
|
|
1951
1976
|
}
|
|
1952
1977
|
}
|
|
1953
|
-
|
|
1978
|
+
fj() {
|
|
1954
1979
|
switch (this.baseTheme) {
|
|
1955
1980
|
case 6:
|
|
1956
|
-
case 4: return CheckboxList.
|
|
1981
|
+
case 4: return CheckboxList.fg;
|
|
1957
1982
|
}
|
|
1958
|
-
return CheckboxList.
|
|
1983
|
+
return CheckboxList.fi;
|
|
1959
1984
|
}
|
|
1960
|
-
get
|
|
1961
|
-
return this.
|
|
1985
|
+
get textColor() {
|
|
1986
|
+
return this.e7;
|
|
1962
1987
|
}
|
|
1963
|
-
set
|
|
1964
|
-
let b = this.
|
|
1965
|
-
this.
|
|
1966
|
-
if (b != this.
|
|
1967
|
-
this.
|
|
1988
|
+
set textColor(a) {
|
|
1989
|
+
let b = this.e7;
|
|
1990
|
+
this.e7 = a;
|
|
1991
|
+
if (b != this.e7) {
|
|
1992
|
+
this.d6("TextColor", b, a);
|
|
1968
1993
|
}
|
|
1969
1994
|
}
|
|
1970
|
-
|
|
1995
|
+
d8(a) {
|
|
1971
1996
|
if (this.selectAllCheckboxChanged != null) {
|
|
1972
1997
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1973
1998
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1977,39 +2002,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1977
2002
|
}
|
|
1978
2003
|
}
|
|
1979
2004
|
a2() {
|
|
1980
|
-
if (-1 == this.
|
|
2005
|
+
if (-1 == this.bm) {
|
|
1981
2006
|
return true;
|
|
1982
2007
|
}
|
|
1983
2008
|
let a = this.keys.count;
|
|
1984
2009
|
switch (this.indexType) {
|
|
1985
|
-
case 0: return this.
|
|
2010
|
+
case 0: return this.bm == a;
|
|
1986
2011
|
case 1: return 0 == a;
|
|
1987
2012
|
default: return false;
|
|
1988
2013
|
}
|
|
1989
2014
|
}
|
|
1990
2015
|
a1() {
|
|
1991
|
-
if (-1 == this.
|
|
2016
|
+
if (-1 == this.bm) {
|
|
1992
2017
|
return false;
|
|
1993
2018
|
}
|
|
1994
2019
|
let a = this.keys.count;
|
|
1995
2020
|
switch (this.indexType) {
|
|
1996
2021
|
case 0: return 0 == a;
|
|
1997
|
-
case 1: return this.
|
|
2022
|
+
case 1: return this.bm == a;
|
|
1998
2023
|
default: return false;
|
|
1999
2024
|
}
|
|
2000
2025
|
}
|
|
2001
|
-
|
|
2026
|
+
de() {
|
|
2002
2027
|
let a = this.g.actualDataSource;
|
|
2003
2028
|
if (null != a) {
|
|
2004
2029
|
if (null == a.actualSchema) {
|
|
2005
|
-
this.
|
|
2030
|
+
this.bm = -1;
|
|
2006
2031
|
return;
|
|
2007
2032
|
}
|
|
2008
2033
|
let b = a.actualCount;
|
|
2009
|
-
this.
|
|
2034
|
+
this.bm = b;
|
|
2010
2035
|
}
|
|
2011
2036
|
else {
|
|
2012
|
-
this.
|
|
2037
|
+
this.bm = -1;
|
|
2013
2038
|
}
|
|
2014
2039
|
}
|
|
2015
2040
|
get a8() {
|
|
@@ -2021,7 +2046,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2021
2046
|
}
|
|
2022
2047
|
let b = this.a7;
|
|
2023
2048
|
this.a7 = a;
|
|
2024
|
-
this.
|
|
2049
|
+
this.d6("ShowFilter", b, this.a7);
|
|
2025
2050
|
}
|
|
2026
2051
|
get a4() {
|
|
2027
2052
|
return this.a3;
|
|
@@ -2032,26 +2057,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2032
2057
|
}
|
|
2033
2058
|
let b = this.a3;
|
|
2034
2059
|
this.a3 = a;
|
|
2035
|
-
this.
|
|
2060
|
+
this.d6("IsRowHoverEnabled", b, this.a3);
|
|
2036
2061
|
}
|
|
2037
|
-
get
|
|
2062
|
+
get checkboxAlignedRight() {
|
|
2038
2063
|
return this.ay;
|
|
2039
2064
|
}
|
|
2040
|
-
set
|
|
2065
|
+
set checkboxAlignedRight(a) {
|
|
2041
2066
|
if (a == this.ay) {
|
|
2042
2067
|
return;
|
|
2043
2068
|
}
|
|
2044
2069
|
let b = this.ay;
|
|
2045
2070
|
this.ay = a;
|
|
2046
|
-
this.
|
|
2071
|
+
this.d6("CheckboxAlignedRight", b, this.ay);
|
|
2072
|
+
}
|
|
2073
|
+
ef(a) {
|
|
2074
|
+
this.y = a;
|
|
2075
|
+
if (a == null) {
|
|
2076
|
+
return;
|
|
2077
|
+
}
|
|
2078
|
+
this.y.d = this.aa;
|
|
2079
|
+
this.y.p = this.baseTheme;
|
|
2080
|
+
this.y.t = this.density;
|
|
2081
|
+
this.y.mc = this.fm;
|
|
2082
|
+
this.y.md = this.searchBorderColor;
|
|
2083
|
+
this.y.no = this.searchFocusBorderColor;
|
|
2084
|
+
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
2085
|
+
this.y.np = BrushUtil.l(0, 0, 0, 0);
|
|
2047
2086
|
}
|
|
2048
2087
|
}
|
|
2049
2088
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2050
|
-
CheckboxList.
|
|
2051
|
-
CheckboxList.
|
|
2052
|
-
CheckboxList.
|
|
2053
|
-
CheckboxList.
|
|
2054
|
-
CheckboxList.
|
|
2055
|
-
CheckboxList.
|
|
2089
|
+
CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
|
|
2090
|
+
CheckboxList.cx = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2091
|
+
CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
|
|
2092
|
+
CheckboxList.fh = null;
|
|
2093
|
+
CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
|
|
2094
|
+
CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
|
|
2056
2095
|
return CheckboxList;
|
|
2057
2096
|
})();
|