igniteui-webcomponents-data-grids 7.1.0-alpha.0 → 7.1.0-alpha.2
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-webcomponents-data-grids.umd.js +24378 -21126
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- 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 +28 -28
- package/esm2015/lib/CheckboxListBridge.js +54 -26
- package/esm2015/lib/CheckboxListView_combined.js +775 -745
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +9468 -7805
- package/esm2015/lib/ColumnGroupingView_combined.js +24 -24
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +11 -11
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +25 -25
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +71 -69
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +15 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +430 -185
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm2015/lib/GridStyleRepository.js +272 -431
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +31 -31
- package/esm2015/lib/SectionHeaderCell.js +20 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +34 -25
- package/esm2015/lib/SummaryCellPresenter.js +8 -8
- package/esm2015/lib/TemplateCell.js +12 -12
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +177 -136
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -25
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +89 -90
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +390 -193
- package/esm2015/lib/igc-data-grid-component.js +241 -2
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +148 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +121 -10
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +3 -0
- package/esm5/lib/CanvasCellPresenterBase.js +5 -5
- 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 +3 -3
- 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 +28 -28
- package/esm5/lib/CheckboxListBridge.js +54 -26
- package/esm5/lib/CheckboxListView_combined.js +748 -718
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +9521 -7569
- package/esm5/lib/ColumnGroupingView_combined.js +24 -24
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +7 -7
- 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 +13 -13
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +11 -11
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +25 -25
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +70 -68
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +17 -17
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +15 -6
- package/esm5/lib/GridFilterDialogView_combined.js +478 -177
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +26 -22
- package/esm5/lib/GridStyleRepository.js +280 -583
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +37 -37
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +31 -31
- package/esm5/lib/SectionHeaderCell.js +20 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +35 -26
- package/esm5/lib/SummaryCellPresenter.js +8 -8
- package/esm5/lib/TemplateCell.js +12 -12
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +175 -134
- package/esm5/lib/TextHeaderCellPresenter.js +66 -25
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +89 -90
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +478 -193
- package/esm5/lib/igc-data-grid-component.js +324 -3
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +196 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +173 -10
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +3 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +41126 -38366
- package/fesm5/igniteui-webcomponents-data-grids.js +24378 -21129
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +159 -154
- package/lib/ColumnFilterCondition_combined.d.ts +2106 -1885
- 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 +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +104 -61
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +23 -83
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +4 -2
- package/lib/SummaryCell.d.ts +6 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +77 -0
- package/lib/igc-data-grid-component.d.ts +94 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +57 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +48 -0
- package/package.json +4 -4
- package/public_api.d.ts +3 -0
|
@@ -97,13 +97,13 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
97
97
|
ad(a) {
|
|
98
98
|
let b = a.rootWrapper.getChildAt(0);
|
|
99
99
|
this.l = b;
|
|
100
|
-
this.c.
|
|
100
|
+
this.c.y = new XInputGroup();
|
|
101
101
|
let c = a.getSubRenderer(b);
|
|
102
|
-
this.c.
|
|
103
|
-
let d = c.getExternal(this.c.
|
|
104
|
-
this.c.
|
|
105
|
-
this.c.
|
|
106
|
-
this.c.
|
|
102
|
+
this.c.y.provideContainer(c);
|
|
103
|
+
let d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
|
|
104
|
+
this.c.y.d = this.c.aa;
|
|
105
|
+
this.c.y.p = this.c.baseTheme;
|
|
106
|
+
this.c.y.t = this.c.density;
|
|
107
107
|
let e = a.createElement("div");
|
|
108
108
|
let f = a.getSubRenderer(e);
|
|
109
109
|
let g = new XPrefix();
|
|
@@ -114,35 +114,34 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
114
114
|
this.d = new XIcon();
|
|
115
115
|
this.d.provideContainer(j);
|
|
116
116
|
this.d.fill = this.c.searchIconColor;
|
|
117
|
-
this.d.svgPath = CheckboxList.
|
|
117
|
+
this.d.svgPath = CheckboxList.cw;
|
|
118
118
|
let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
119
119
|
g.appendContentChild(i);
|
|
120
|
-
this.c.
|
|
121
|
-
this.c.
|
|
120
|
+
this.c.y.appendContentChild(e);
|
|
121
|
+
this.c.y.inputs.add(g);
|
|
122
122
|
let l = a.createElement("div");
|
|
123
123
|
l.setRawStyleProperty("flex-grow", "1");
|
|
124
124
|
let m = a.getSubRenderer(l);
|
|
125
|
-
this.c.
|
|
126
|
-
this.c.
|
|
127
|
-
this.c.
|
|
128
|
-
let n = m.getExternal(this.c.
|
|
129
|
-
if (this.c.
|
|
130
|
-
this.c.
|
|
125
|
+
this.c.w = new XInput();
|
|
126
|
+
this.c.w.provideContainer(m);
|
|
127
|
+
this.c.w.b8 = "text";
|
|
128
|
+
let n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
129
|
+
if (this.c.cf != null) {
|
|
130
|
+
this.c.w.cg = this.c.cf;
|
|
131
131
|
}
|
|
132
|
-
this.c.
|
|
133
|
-
this.c.
|
|
134
|
-
this.c.
|
|
132
|
+
this.c.y.appendContentChild(l);
|
|
133
|
+
this.c.y.inputs.add(this.c.w);
|
|
134
|
+
this.c.d2();
|
|
135
135
|
}
|
|
136
136
|
z() {
|
|
137
137
|
if (this.j != null) {
|
|
138
138
|
let a = this.j.rootWrapper.getChildAt(3);
|
|
139
139
|
a.setStyleProperty("width", "100%");
|
|
140
|
-
|
|
141
|
-
if (!this.c.a7 && !this.c.showSelectAll) {
|
|
140
|
+
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
142
141
|
a.setStyleProperty("height", "100%");
|
|
143
142
|
}
|
|
144
143
|
else {
|
|
145
|
-
let b = this.c.
|
|
144
|
+
let b = this.c.be();
|
|
146
145
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
147
146
|
}
|
|
148
147
|
}
|
|
@@ -183,7 +182,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
183
182
|
let h = d.z;
|
|
184
183
|
try {
|
|
185
184
|
d.z = true;
|
|
186
|
-
d.ar = this.c.
|
|
185
|
+
d.ar = this.c.bc;
|
|
187
186
|
d.a4 = b;
|
|
188
187
|
if (c) {
|
|
189
188
|
if (this.c.indexType == 0) {
|
|
@@ -205,11 +204,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
205
204
|
finally {
|
|
206
205
|
d.z = h;
|
|
207
206
|
}
|
|
208
|
-
d.dk = this.c.
|
|
209
|
-
d.dd = this.c.
|
|
210
|
-
d.dl = this.c.
|
|
211
|
-
d.de = this.c.
|
|
212
|
-
d.dm = this.c.
|
|
207
|
+
d.dk = this.c.e9;
|
|
208
|
+
d.dd = this.c.e7;
|
|
209
|
+
d.dl = this.c.fa;
|
|
210
|
+
d.de = this.c.e8;
|
|
211
|
+
d.dm = this.c.fb;
|
|
213
212
|
}
|
|
214
213
|
}
|
|
215
214
|
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -251,7 +250,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
251
250
|
n.a8 = 16;
|
|
252
251
|
n.a7 = 2;
|
|
253
252
|
n.svgPath = "<svg width=\"16\" height=\"16\" viewBox=\"0 2 24 24\" fill=\"none\" stroke=\"rgba(0, 0, 0, 255)\" xmlns=\"http://www.w3.org/2000/svg\">\r\n" + "<path d=\"M20 11.1205L16.2166 14.8795L12.4575 11.1205\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n" + "</svg>\r\n";
|
|
254
|
-
n.ea = BrushUtil.
|
|
253
|
+
n.ea = BrushUtil.l(120, 0, 0, 0);
|
|
255
254
|
n.a4 = DeviceUtils.g(1);
|
|
256
255
|
r.setStyleProperty("display", "flex");
|
|
257
256
|
r.setStyleProperty("height", "100%");
|
|
@@ -276,8 +275,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
276
275
|
if (l != null) {
|
|
277
276
|
try {
|
|
278
277
|
o.svg = null;
|
|
279
|
-
o.
|
|
280
|
-
o.
|
|
278
|
+
o.bg = null;
|
|
279
|
+
o.bh = null;
|
|
281
280
|
let x = e != null ? e : ((() => {
|
|
282
281
|
let $ret = new FontInfo();
|
|
283
282
|
$ret.f = g;
|
|
@@ -295,7 +294,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
295
294
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
296
295
|
if (i != null) {
|
|
297
296
|
aa = true;
|
|
298
|
-
o.
|
|
297
|
+
o.bg = i;
|
|
299
298
|
let ab = ((() => {
|
|
300
299
|
let $ret = new DataContext();
|
|
301
300
|
$ret.series = this;
|
|
@@ -308,7 +307,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
308
307
|
})());
|
|
309
308
|
return $ret;
|
|
310
309
|
})());
|
|
311
|
-
o.
|
|
310
|
+
o.bh = ab;
|
|
312
311
|
}
|
|
313
312
|
else if (h != null) {
|
|
314
313
|
let ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -319,8 +318,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
319
318
|
let ag = af.getDataLegendSeriesTitle();
|
|
320
319
|
if (c == ag || c + " " + d == ag) {
|
|
321
320
|
aa = true;
|
|
322
|
-
o.
|
|
323
|
-
o.
|
|
321
|
+
o.bg = af.getDataLegendBadge();
|
|
322
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
324
323
|
break;
|
|
325
324
|
}
|
|
326
325
|
}
|
|
@@ -335,10 +334,10 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
335
334
|
o.a9 = 24;
|
|
336
335
|
o.a5 = 24;
|
|
337
336
|
o.a8 = 24;
|
|
338
|
-
o.d3 = BrushUtil.
|
|
339
|
-
o.fill = BrushUtil.
|
|
340
|
-
o.ea = BrushUtil.
|
|
341
|
-
o.d4 = BrushUtil.
|
|
337
|
+
o.d3 = BrushUtil.l(0, 255, 255, 255);
|
|
338
|
+
o.fill = BrushUtil.l(0, 255, 255, 255);
|
|
339
|
+
o.ea = BrushUtil.l(0, 255, 255, 255);
|
|
340
|
+
o.d4 = BrushUtil.l(0, 255, 255, 255);
|
|
342
341
|
o.svg = k;
|
|
343
342
|
}
|
|
344
343
|
if (!aa) {
|
|
@@ -360,7 +359,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
360
359
|
m.ak = true;
|
|
361
360
|
m.y = x;
|
|
362
361
|
m.text = d;
|
|
363
|
-
m.dj = BrushUtil.
|
|
362
|
+
m.dj = BrushUtil.l(180, 0, 0, 0);
|
|
364
363
|
m.l = 0;
|
|
365
364
|
}
|
|
366
365
|
finally {
|
|
@@ -379,6 +378,9 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
379
378
|
}
|
|
380
379
|
}
|
|
381
380
|
ae() {
|
|
381
|
+
if (this.n != null) {
|
|
382
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
383
|
+
}
|
|
382
384
|
}
|
|
383
385
|
o(a, b) {
|
|
384
386
|
let c = a;
|
|
@@ -386,21 +388,21 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
386
388
|
let e = c.checked;
|
|
387
389
|
if (e == true) {
|
|
388
390
|
if (this.c.indexType == 0) {
|
|
389
|
-
this.c.
|
|
391
|
+
this.c.eg(d);
|
|
390
392
|
}
|
|
391
393
|
else {
|
|
392
|
-
this.c.
|
|
394
|
+
this.c.da(d);
|
|
393
395
|
}
|
|
394
396
|
}
|
|
395
397
|
else {
|
|
396
398
|
if (this.c.indexType == 0) {
|
|
397
|
-
this.c.
|
|
399
|
+
this.c.da(d);
|
|
398
400
|
}
|
|
399
401
|
else {
|
|
400
|
-
this.c.
|
|
402
|
+
this.c.eg(d);
|
|
401
403
|
}
|
|
402
404
|
}
|
|
403
|
-
this.c.
|
|
405
|
+
this.c.dy(d, e);
|
|
404
406
|
this.an(false);
|
|
405
407
|
}
|
|
406
408
|
q() {
|
|
@@ -411,7 +413,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
411
413
|
let e = parseInt(d.a4.toString());
|
|
412
414
|
if (e == a) {
|
|
413
415
|
d.checked = b;
|
|
414
|
-
this.c.
|
|
416
|
+
this.c.dy(e, b);
|
|
415
417
|
}
|
|
416
418
|
}
|
|
417
419
|
this.an();
|
|
@@ -425,7 +427,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
425
427
|
w(a) {
|
|
426
428
|
this.n = a;
|
|
427
429
|
if (null != this.n) {
|
|
428
|
-
this.n.setStyleProperty("margin", "
|
|
430
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
431
|
+
this.ae();
|
|
429
432
|
}
|
|
430
433
|
}
|
|
431
434
|
ao() {
|
|
@@ -440,7 +443,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
440
443
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
441
444
|
this.b.n = this.c.baseTheme;
|
|
442
445
|
this.m = a.createElement("label");
|
|
443
|
-
this.m.setRawText(this.c.
|
|
446
|
+
this.m.setRawText(this.c.c0);
|
|
444
447
|
this.m.setStyleProperty("font-size", "13px");
|
|
445
448
|
this.n.setStyleProperty("display", "flex");
|
|
446
449
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -456,8 +459,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
456
459
|
}
|
|
457
460
|
am() {
|
|
458
461
|
if (null != this.m) {
|
|
459
|
-
this.m.setRawText(this.c.
|
|
460
|
-
NativeUI.
|
|
462
|
+
this.m.setRawText(this.c.c0);
|
|
463
|
+
NativeUI.r(this.m, this.c.e5);
|
|
461
464
|
}
|
|
462
465
|
}
|
|
463
466
|
ap() {
|
|
@@ -468,10 +471,10 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
468
471
|
}
|
|
469
472
|
al() {
|
|
470
473
|
if (this.l != null) {
|
|
471
|
-
this.l.setStyleProperty("display", this.c.
|
|
474
|
+
this.l.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
472
475
|
}
|
|
473
476
|
if (this.k != null) {
|
|
474
|
-
this.k.setStyleProperty("display", this.c.
|
|
477
|
+
this.k.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
475
478
|
}
|
|
476
479
|
}
|
|
477
480
|
an(a = true) {
|
|
@@ -483,7 +486,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
483
486
|
let c = this.b.z;
|
|
484
487
|
this.b.z = a;
|
|
485
488
|
try {
|
|
486
|
-
if (this.c.
|
|
489
|
+
if (this.c.a5) {
|
|
487
490
|
this.b.indeterminate = true;
|
|
488
491
|
return;
|
|
489
492
|
}
|
|
@@ -505,12 +508,12 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
505
508
|
return;
|
|
506
509
|
}
|
|
507
510
|
if (b.isChecked) {
|
|
508
|
-
this.c.
|
|
509
|
-
this.c.
|
|
511
|
+
this.c.ej();
|
|
512
|
+
this.c.d7(b.isChecked);
|
|
510
513
|
}
|
|
511
514
|
else {
|
|
512
|
-
this.c.
|
|
513
|
-
this.c.
|
|
515
|
+
this.c.dg();
|
|
516
|
+
this.c.d7(b.isChecked);
|
|
514
517
|
}
|
|
515
518
|
}
|
|
516
519
|
ak() {
|
|
@@ -520,8 +523,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
520
523
|
}
|
|
521
524
|
let b = a.rootWrapper;
|
|
522
525
|
if (null != b) {
|
|
523
|
-
NativeUI.
|
|
524
|
-
NativeUI.
|
|
526
|
+
NativeUI.r(b, this.c.fp);
|
|
527
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
525
528
|
}
|
|
526
529
|
}
|
|
527
530
|
ai() {
|
|
@@ -530,8 +533,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
530
533
|
}
|
|
531
534
|
}
|
|
532
535
|
aj() {
|
|
533
|
-
if (this.c.
|
|
534
|
-
this.m.setStyleProperty("font", this.c.
|
|
536
|
+
if (this.c.ao != null) {
|
|
537
|
+
this.m.setStyleProperty("font", this.c.ao.fontString);
|
|
535
538
|
}
|
|
536
539
|
else {
|
|
537
540
|
this.m.setStyleProperty("font-family", "Verdana");
|
|
@@ -542,19 +545,20 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
542
545
|
if (this.b == null) {
|
|
543
546
|
return;
|
|
544
547
|
}
|
|
545
|
-
this.b.dk = this.c.
|
|
546
|
-
this.b.dd = this.c.
|
|
547
|
-
this.b.dl = this.c.
|
|
548
|
-
this.b.de = this.c.
|
|
549
|
-
this.b.dm = this.c.
|
|
548
|
+
this.b.dk = this.c.e9;
|
|
549
|
+
this.b.dd = this.c.e7;
|
|
550
|
+
this.b.dl = this.c.fa;
|
|
551
|
+
this.b.de = this.c.e8;
|
|
552
|
+
this.b.dm = this.c.fb;
|
|
550
553
|
}
|
|
551
554
|
ah(a) {
|
|
552
555
|
if (this.k != null) {
|
|
553
|
-
NativeUI.
|
|
556
|
+
NativeUI.y(this.k, a);
|
|
554
557
|
}
|
|
555
558
|
}
|
|
556
559
|
v(a) {
|
|
557
560
|
this.k = a;
|
|
561
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
558
562
|
}
|
|
559
563
|
aq() {
|
|
560
564
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -570,8 +574,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
570
574
|
}
|
|
571
575
|
x() {
|
|
572
576
|
for (let a of fromEnum(this.g)) {
|
|
573
|
-
a.value.
|
|
574
|
-
a.value.
|
|
577
|
+
a.value.bg = null;
|
|
578
|
+
a.value.bh = null;
|
|
575
579
|
}
|
|
576
580
|
}
|
|
577
581
|
p() {
|
|
@@ -593,33 +597,33 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
593
597
|
set view(a) {
|
|
594
598
|
this._view = a;
|
|
595
599
|
}
|
|
596
|
-
get
|
|
597
|
-
return this.
|
|
600
|
+
get y() {
|
|
601
|
+
return this.x;
|
|
598
602
|
}
|
|
599
|
-
set
|
|
600
|
-
this.
|
|
603
|
+
set y(a) {
|
|
604
|
+
this.x = a;
|
|
601
605
|
}
|
|
602
|
-
get
|
|
603
|
-
return this.
|
|
606
|
+
get w() {
|
|
607
|
+
return this.v;
|
|
604
608
|
}
|
|
605
|
-
set
|
|
606
|
-
this.
|
|
609
|
+
set w(a) {
|
|
610
|
+
this.v = a;
|
|
607
611
|
}
|
|
608
612
|
get e() {
|
|
609
|
-
if (this.
|
|
613
|
+
if (this.g == null) {
|
|
610
614
|
return null;
|
|
611
615
|
}
|
|
612
|
-
return this.
|
|
616
|
+
return this.g.actualDataSource;
|
|
613
617
|
}
|
|
614
|
-
get
|
|
615
|
-
if (this.
|
|
616
|
-
this.
|
|
617
|
-
this.
|
|
618
|
+
get ar() {
|
|
619
|
+
if (this.aq == null) {
|
|
620
|
+
this.aq = new SRProvider(this.view.j);
|
|
621
|
+
this.aq.cb("DataGrid");
|
|
618
622
|
}
|
|
619
|
-
return this.
|
|
623
|
+
return this.aq;
|
|
620
624
|
}
|
|
621
625
|
get keys() {
|
|
622
|
-
return this.
|
|
626
|
+
return this.h;
|
|
623
627
|
}
|
|
624
628
|
get primaryKey() {
|
|
625
629
|
return this.a;
|
|
@@ -628,79 +632,80 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
628
632
|
let b = this.a;
|
|
629
633
|
this.a = a;
|
|
630
634
|
if (b != this.a) {
|
|
631
|
-
this.
|
|
635
|
+
this.d5("PrimaryKey", b, this.a);
|
|
632
636
|
}
|
|
633
637
|
}
|
|
634
638
|
constructor() {
|
|
635
639
|
super();
|
|
636
640
|
this._view = null;
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
639
|
-
this.aj = null;
|
|
640
|
-
this.ah = null;
|
|
641
|
+
this.g = null;
|
|
642
|
+
this.k = null;
|
|
641
643
|
this.ak = null;
|
|
642
644
|
this.ai = null;
|
|
645
|
+
this.al = null;
|
|
646
|
+
this.aj = null;
|
|
643
647
|
this.d = null;
|
|
644
|
-
this.ar = false;
|
|
645
|
-
this.c = null;
|
|
646
|
-
this.u = null;
|
|
647
|
-
this.w = null;
|
|
648
648
|
this.as = false;
|
|
649
|
-
this.
|
|
650
|
-
this.
|
|
649
|
+
this.c = null;
|
|
650
|
+
this.v = null;
|
|
651
|
+
this.x = null;
|
|
652
|
+
this.at = false;
|
|
653
|
+
this.aq = null;
|
|
654
|
+
this.h = new GridSelectedKeysCollection();
|
|
651
655
|
this.a = null;
|
|
652
656
|
this.propertyChanged = null;
|
|
653
657
|
this.selectedKeyAdded = null;
|
|
654
658
|
this.selectedKeyRemoved = null;
|
|
655
659
|
this.checkedChanged = null;
|
|
656
660
|
this.labelClicked = null;
|
|
661
|
+
this.av = false;
|
|
657
662
|
this.au = false;
|
|
658
|
-
this.at = false;
|
|
659
|
-
this.bk = null;
|
|
660
|
-
this.bo = null;
|
|
661
|
-
this.bj = null;
|
|
662
|
-
this.bs = null;
|
|
663
|
-
this.bq = null;
|
|
664
|
-
this.br = null;
|
|
665
663
|
this.bp = null;
|
|
666
|
-
this.
|
|
667
|
-
this.
|
|
668
|
-
this.
|
|
669
|
-
this.
|
|
670
|
-
this.
|
|
671
|
-
this.
|
|
672
|
-
this.
|
|
673
|
-
this.
|
|
674
|
-
this.aw = true;
|
|
675
|
-
this.ew = null;
|
|
676
|
-
this.eu = null;
|
|
664
|
+
this.bt = null;
|
|
665
|
+
this.bo = null;
|
|
666
|
+
this.bx = null;
|
|
667
|
+
this.bv = null;
|
|
668
|
+
this.bw = null;
|
|
669
|
+
this.bu = null;
|
|
670
|
+
this.z = 3;
|
|
671
|
+
this.bk = -1;
|
|
677
672
|
this.am = null;
|
|
678
|
-
this.
|
|
679
|
-
this.
|
|
680
|
-
this.
|
|
681
|
-
this.
|
|
682
|
-
this.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
673
|
+
this.m = 1;
|
|
674
|
+
this.ae = 1;
|
|
675
|
+
this.ag = 2;
|
|
676
|
+
this.e1 = BrushUtil.l(255, 24, 29, 31);
|
|
677
|
+
this.ez = null;
|
|
678
|
+
this.ax = true;
|
|
679
|
+
this.e2 = null;
|
|
680
|
+
this.e0 = null;
|
|
681
|
+
this.an = null;
|
|
682
|
+
this.eu = null;
|
|
685
683
|
this.es = null;
|
|
684
|
+
this.ev = null;
|
|
685
|
+
this.et = null;
|
|
686
|
+
this.ew = null;
|
|
687
|
+
this.bb = NaN;
|
|
688
|
+
this.f = null;
|
|
689
|
+
this.ac = 0;
|
|
690
|
+
this.ey = null;
|
|
686
691
|
this.indexTypeChanged = null;
|
|
687
|
-
this.
|
|
688
|
-
this.
|
|
689
|
-
this.
|
|
690
|
-
this.
|
|
691
|
-
this.
|
|
692
|
-
this.
|
|
693
|
-
this.
|
|
694
|
-
this.
|
|
692
|
+
this.aw = false;
|
|
693
|
+
this.cz = null;
|
|
694
|
+
this.e3 = null;
|
|
695
|
+
this.eq = CheckboxList.ff;
|
|
696
|
+
this.a9 = true;
|
|
697
|
+
this.er = CheckboxList.fc;
|
|
698
|
+
this.ex = CheckboxList.fe;
|
|
699
|
+
this.e4 = CheckboxList.ff;
|
|
695
700
|
this.keysCleared = null;
|
|
696
701
|
this.selectAllCheckboxChanged = null;
|
|
697
|
-
this.
|
|
698
|
-
this.
|
|
699
|
-
this.
|
|
700
|
-
this.
|
|
701
|
-
let a = this.
|
|
702
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
703
|
-
this.
|
|
702
|
+
this.bm = -1;
|
|
703
|
+
this.a7 = true;
|
|
704
|
+
this.a3 = true;
|
|
705
|
+
this.ay = false;
|
|
706
|
+
let a = this.h;
|
|
707
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ea));
|
|
708
|
+
this.h.am(runOn(this, this.d9));
|
|
704
709
|
this.d = new FilterFactory();
|
|
705
710
|
let b = new CheckboxListView();
|
|
706
711
|
b.c = this;
|
|
@@ -722,44 +727,44 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
722
727
|
removeSelectedKeyAt(a) {
|
|
723
728
|
this.keys.removeAt(a);
|
|
724
729
|
}
|
|
725
|
-
|
|
726
|
-
this.
|
|
730
|
+
d9() {
|
|
731
|
+
this.dq();
|
|
727
732
|
if (this.keysCleared != null) {
|
|
728
733
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
729
734
|
}
|
|
730
735
|
}
|
|
731
|
-
|
|
732
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
736
|
+
ea(a, b) {
|
|
737
|
+
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
733
738
|
return;
|
|
734
739
|
}
|
|
735
740
|
switch (b.action) {
|
|
736
741
|
case 0:
|
|
737
742
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
738
|
-
this.
|
|
743
|
+
this.d3(b.newItems.item(c));
|
|
739
744
|
}
|
|
740
745
|
break;
|
|
741
746
|
case 1:
|
|
742
747
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
743
|
-
this.
|
|
748
|
+
this.d4(b.oldItems.item(d));
|
|
744
749
|
}
|
|
745
750
|
break;
|
|
746
751
|
case 2:
|
|
747
752
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
748
|
-
this.
|
|
753
|
+
this.d4(b.oldItems.item(e));
|
|
749
754
|
}
|
|
750
755
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
751
|
-
this.
|
|
756
|
+
this.d3(b.newItems.item(f));
|
|
752
757
|
}
|
|
753
758
|
break;
|
|
754
759
|
case 4:
|
|
755
760
|
this.view.ab(this.indexType == 0);
|
|
756
761
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
757
|
-
this.
|
|
762
|
+
this.d3(this.keys.ae._inner[g]);
|
|
758
763
|
}
|
|
759
764
|
break;
|
|
760
765
|
}
|
|
761
766
|
}
|
|
762
|
-
|
|
767
|
+
d3(a) {
|
|
763
768
|
let b = this.e.indexOfKey(a.value);
|
|
764
769
|
if (b >= 0) {
|
|
765
770
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -775,7 +780,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
775
780
|
return $ret;
|
|
776
781
|
})()));
|
|
777
782
|
}
|
|
778
|
-
|
|
783
|
+
d4(a) {
|
|
779
784
|
let b = this.e.indexOfKey(a.value);
|
|
780
785
|
if (b >= 0) {
|
|
781
786
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -791,8 +796,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
791
796
|
return $ret;
|
|
792
797
|
})()));
|
|
793
798
|
}
|
|
794
|
-
|
|
795
|
-
if (this.checkedChanged != null && this.
|
|
799
|
+
dy(a, b) {
|
|
800
|
+
if (this.checkedChanged != null && this.at == false) {
|
|
796
801
|
let c = null;
|
|
797
802
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
798
803
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -813,131 +818,131 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
813
818
|
this.view.q();
|
|
814
819
|
}
|
|
815
820
|
onAttachedToUI() {
|
|
816
|
-
this.
|
|
817
|
-
if (this.
|
|
818
|
-
let a = this.
|
|
819
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
820
|
-
let b = this.
|
|
821
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
822
|
-
if (this.
|
|
823
|
-
let c = this.
|
|
824
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
821
|
+
this.av = false;
|
|
822
|
+
if (this.g != null) {
|
|
823
|
+
let a = this.g;
|
|
824
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
|
|
825
|
+
let b = this.g;
|
|
826
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
|
|
827
|
+
if (this.g.actualDataSource != null) {
|
|
828
|
+
let c = this.g.actualDataSource;
|
|
829
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
|
|
825
830
|
}
|
|
826
831
|
}
|
|
827
|
-
if (this.
|
|
828
|
-
let d = this.
|
|
829
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
832
|
+
if (this.v != null) {
|
|
833
|
+
let d = this.v;
|
|
834
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dn));
|
|
830
835
|
}
|
|
831
|
-
if (this.
|
|
832
|
-
let e = this.
|
|
833
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
836
|
+
if (this.k != null) {
|
|
837
|
+
let e = this.k;
|
|
838
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
|
|
834
839
|
}
|
|
835
840
|
}
|
|
836
841
|
onDetachedFromUI() {
|
|
837
|
-
this.
|
|
838
|
-
this.
|
|
839
|
-
this.
|
|
842
|
+
this.av = true;
|
|
843
|
+
this.dj();
|
|
844
|
+
this.di();
|
|
840
845
|
}
|
|
841
|
-
|
|
842
|
-
if (this.
|
|
843
|
-
let a = this.
|
|
844
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
845
|
-
let b = this.
|
|
846
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
847
|
-
if (this.
|
|
848
|
-
let c = this.
|
|
849
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
846
|
+
dj() {
|
|
847
|
+
if (this.g != null) {
|
|
848
|
+
let a = this.g;
|
|
849
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
|
|
850
|
+
let b = this.g;
|
|
851
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
|
|
852
|
+
if (this.g.actualDataSource != null) {
|
|
853
|
+
let c = this.g.actualDataSource;
|
|
854
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
|
|
850
855
|
}
|
|
851
856
|
}
|
|
852
|
-
if (this.
|
|
853
|
-
let d = this.
|
|
854
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
857
|
+
if (this.v != null) {
|
|
858
|
+
let d = this.v;
|
|
859
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dn));
|
|
855
860
|
}
|
|
856
861
|
}
|
|
857
|
-
|
|
858
|
-
if (this.
|
|
859
|
-
let a = this.
|
|
860
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
862
|
+
di() {
|
|
863
|
+
if (this.k != null) {
|
|
864
|
+
let a = this.k;
|
|
865
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
|
|
861
866
|
}
|
|
862
867
|
}
|
|
863
868
|
destroy() {
|
|
864
|
-
this.
|
|
865
|
-
if (!this.
|
|
866
|
-
this.
|
|
869
|
+
this.au = true;
|
|
870
|
+
if (!this.av) {
|
|
871
|
+
this.dj();
|
|
867
872
|
}
|
|
868
873
|
this.provideContainer(null, null, null);
|
|
869
|
-
if (!this.
|
|
870
|
-
this.
|
|
874
|
+
if (!this.av) {
|
|
875
|
+
this.di();
|
|
871
876
|
}
|
|
872
877
|
}
|
|
873
|
-
get
|
|
874
|
-
return this.
|
|
878
|
+
get a0() {
|
|
879
|
+
return this.au || this.av;
|
|
875
880
|
}
|
|
876
881
|
provideContainer(a, b, c) {
|
|
877
|
-
this.
|
|
878
|
-
if (null != this.
|
|
879
|
-
this.
|
|
880
|
-
let d = this.
|
|
881
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
882
|
-
this.
|
|
883
|
-
this.
|
|
884
|
-
this.
|
|
885
|
-
this.
|
|
886
|
-
this.
|
|
887
|
-
this.
|
|
888
|
-
this.
|
|
889
|
-
this.
|
|
890
|
-
let e = this.
|
|
891
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
892
|
-
if (this.
|
|
893
|
-
this.
|
|
894
|
-
this.
|
|
895
|
-
this.
|
|
882
|
+
this.g = b;
|
|
883
|
+
if (null != this.g) {
|
|
884
|
+
this.g.scrollbarStyle = 1;
|
|
885
|
+
let d = this.g;
|
|
886
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
|
|
887
|
+
this.g.scrollbarBackground = this.fi;
|
|
888
|
+
this.g.headerHeight = 0;
|
|
889
|
+
this.g.rowSeparatorHeight = 0;
|
|
890
|
+
this.g.defaultColumnMinWidth = NaN;
|
|
891
|
+
this.g.autoGenerateColumns = false;
|
|
892
|
+
this.g.activationMode = 0;
|
|
893
|
+
this.g.selectionMode = 0;
|
|
894
|
+
this.g.editMode = 0;
|
|
895
|
+
let e = this.g;
|
|
896
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
|
|
897
|
+
if (this.bp != null) {
|
|
898
|
+
this.g.itemsSource = this.bp;
|
|
899
|
+
this.dd();
|
|
900
|
+
this.d8();
|
|
896
901
|
}
|
|
897
|
-
if (this.
|
|
898
|
-
this.
|
|
899
|
-
this.
|
|
902
|
+
if (this.bt != null) {
|
|
903
|
+
this.d8();
|
|
904
|
+
this.em();
|
|
900
905
|
}
|
|
901
906
|
}
|
|
902
907
|
this.view.w(c);
|
|
903
|
-
if (this.
|
|
904
|
-
this.
|
|
908
|
+
if (this.az) {
|
|
909
|
+
this.eo();
|
|
905
910
|
}
|
|
906
911
|
this.view.r(a);
|
|
907
912
|
}
|
|
908
|
-
|
|
909
|
-
this.
|
|
913
|
+
dl(a, b) {
|
|
914
|
+
this.g.scrollbarStyle = this.ad;
|
|
910
915
|
}
|
|
911
916
|
provideSelectAllSection(a) {
|
|
912
917
|
this.view.w(a);
|
|
913
918
|
}
|
|
914
|
-
|
|
915
|
-
if (!this.
|
|
919
|
+
dk(a, b) {
|
|
920
|
+
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
916
921
|
return;
|
|
917
922
|
}
|
|
918
923
|
let c = b.cellInfo.l.x;
|
|
919
924
|
if (-1 == c) {
|
|
920
925
|
return;
|
|
921
926
|
}
|
|
922
|
-
let d = b.cellInfo.
|
|
923
|
-
let e = this.
|
|
924
|
-
if (this.
|
|
927
|
+
let d = b.cellInfo.ih;
|
|
928
|
+
let e = this.j(d);
|
|
929
|
+
if (this.a6) {
|
|
925
930
|
if (this.keys.contains(e)) {
|
|
926
|
-
if (this.
|
|
927
|
-
this.
|
|
931
|
+
if (this.ak != null) {
|
|
932
|
+
this.ak.setPropertyValue(d, false);
|
|
928
933
|
}
|
|
929
934
|
this.keys.remove(e);
|
|
930
935
|
}
|
|
931
936
|
else {
|
|
932
|
-
if (this.
|
|
933
|
-
this.
|
|
937
|
+
if (this.ak != null) {
|
|
938
|
+
this.ak.setPropertyValue(d, true);
|
|
934
939
|
}
|
|
935
940
|
this.keys.add(e);
|
|
936
941
|
}
|
|
937
942
|
}
|
|
938
|
-
this.
|
|
943
|
+
this.dt(c, this.keys.contains(e));
|
|
939
944
|
}
|
|
940
|
-
|
|
945
|
+
dt(a, b) {
|
|
941
946
|
let c = null;
|
|
942
947
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
943
948
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -956,21 +961,21 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
956
961
|
return $ret;
|
|
957
962
|
})()));
|
|
958
963
|
}
|
|
959
|
-
|
|
964
|
+
de(a, b) {
|
|
960
965
|
let c = b.cellInfo.l.x;
|
|
961
966
|
if (-1 == c) {
|
|
962
967
|
return;
|
|
963
968
|
}
|
|
964
969
|
let d = false;
|
|
965
|
-
if (b.cellInfo.
|
|
966
|
-
let e = this.
|
|
970
|
+
if (b.cellInfo.ih != null) {
|
|
971
|
+
let e = this.j(b.cellInfo.ih);
|
|
967
972
|
if (this.keys.contains(e)) {
|
|
968
973
|
d = true;
|
|
969
974
|
}
|
|
970
975
|
}
|
|
971
976
|
this.view.t(b.content.element, c, d);
|
|
972
977
|
}
|
|
973
|
-
|
|
978
|
+
en(a, b) {
|
|
974
979
|
let c = b.cellInfo.l.x;
|
|
975
980
|
if (-1 == c) {
|
|
976
981
|
return;
|
|
@@ -980,13 +985,13 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
980
985
|
let f = null;
|
|
981
986
|
let g = null;
|
|
982
987
|
let h = null;
|
|
983
|
-
if (b.cellInfo.
|
|
984
|
-
d = this.
|
|
985
|
-
if (this.
|
|
986
|
-
e = this.
|
|
988
|
+
if (b.cellInfo.ih != null) {
|
|
989
|
+
d = this.ai.getPropertyValue(b.cellInfo.ih);
|
|
990
|
+
if (this.al != null) {
|
|
991
|
+
e = this.al.getPropertyValue(b.cellInfo.ih);
|
|
987
992
|
}
|
|
988
|
-
if (this.
|
|
989
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.
|
|
993
|
+
if (this.aj != null) {
|
|
994
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ih));
|
|
990
995
|
if (i == 0) {
|
|
991
996
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
992
997
|
}
|
|
@@ -998,349 +1003,349 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
998
1003
|
}
|
|
999
1004
|
}
|
|
1000
1005
|
}
|
|
1001
|
-
this.view.u(b.content.element, c, d, e, this.
|
|
1006
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1002
1007
|
}
|
|
1003
|
-
|
|
1004
|
-
if (this.
|
|
1005
|
-
let b = this.d.property(this.
|
|
1008
|
+
d0(a) {
|
|
1009
|
+
if (this.bt != null) {
|
|
1010
|
+
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1006
1011
|
let c = b.contains(a);
|
|
1007
|
-
if (!this.
|
|
1012
|
+
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1008
1013
|
this.c = c;
|
|
1009
|
-
this.
|
|
1014
|
+
this.g.filterExpressions.add(this.c);
|
|
1010
1015
|
}
|
|
1011
1016
|
else {
|
|
1012
|
-
let d = this.
|
|
1013
|
-
this.
|
|
1017
|
+
let d = this.g.filterExpressions.k.indexOf(this.c);
|
|
1018
|
+
this.g.filterExpressions.k.item(d, this.c = c);
|
|
1014
1019
|
}
|
|
1015
1020
|
}
|
|
1016
1021
|
}
|
|
1017
1022
|
get itemsSource() {
|
|
1018
|
-
return this.
|
|
1023
|
+
return this.bp;
|
|
1019
1024
|
}
|
|
1020
1025
|
set itemsSource(a) {
|
|
1021
|
-
let b = this.
|
|
1022
|
-
this.
|
|
1023
|
-
if (b != this.
|
|
1024
|
-
this.
|
|
1026
|
+
let b = this.bp;
|
|
1027
|
+
this.bp = a;
|
|
1028
|
+
if (b != this.bp) {
|
|
1029
|
+
this.d5("ItemsSource", b, this.bp);
|
|
1025
1030
|
}
|
|
1026
1031
|
}
|
|
1027
1032
|
get dataMemberPath() {
|
|
1028
|
-
return this.
|
|
1033
|
+
return this.bt;
|
|
1029
1034
|
}
|
|
1030
1035
|
set dataMemberPath(a) {
|
|
1031
|
-
let b = this.
|
|
1032
|
-
this.
|
|
1033
|
-
if (b != this.
|
|
1034
|
-
this.
|
|
1036
|
+
let b = this.bt;
|
|
1037
|
+
this.bt = a;
|
|
1038
|
+
if (b != this.bt) {
|
|
1039
|
+
this.d5("DataMemberPath", b, this.bt);
|
|
1035
1040
|
}
|
|
1036
1041
|
}
|
|
1037
|
-
get
|
|
1038
|
-
return this.
|
|
1042
|
+
get bq() {
|
|
1043
|
+
return this.bo;
|
|
1039
1044
|
}
|
|
1040
|
-
set
|
|
1041
|
-
let b = this.
|
|
1042
|
-
this.
|
|
1043
|
-
if (b != this.
|
|
1044
|
-
this.
|
|
1045
|
+
set bq(a) {
|
|
1046
|
+
let b = this.bo;
|
|
1047
|
+
this.bo = a;
|
|
1048
|
+
if (b != this.bo) {
|
|
1049
|
+
this.d5("DataLegendTarget", b, this.bo);
|
|
1045
1050
|
}
|
|
1046
1051
|
}
|
|
1047
|
-
get
|
|
1048
|
-
return this.
|
|
1052
|
+
get c7() {
|
|
1053
|
+
return this.bx;
|
|
1049
1054
|
}
|
|
1050
|
-
set
|
|
1051
|
-
let b = this.
|
|
1052
|
-
this.
|
|
1053
|
-
if (b != this.
|
|
1054
|
-
this.
|
|
1055
|
+
set c7(a) {
|
|
1056
|
+
let b = this.bx;
|
|
1057
|
+
this.bx = a;
|
|
1058
|
+
if (b != this.bx) {
|
|
1059
|
+
this.d5("SubtitleMemberPath", b, this.bx);
|
|
1055
1060
|
}
|
|
1056
1061
|
}
|
|
1057
|
-
get
|
|
1058
|
-
return this.
|
|
1062
|
+
get cm() {
|
|
1063
|
+
return this.bv;
|
|
1059
1064
|
}
|
|
1060
|
-
set
|
|
1061
|
-
let b = this.
|
|
1062
|
-
this.
|
|
1063
|
-
if (b != this.
|
|
1064
|
-
this.
|
|
1065
|
+
set cm(a) {
|
|
1066
|
+
let b = this.bv;
|
|
1067
|
+
this.bv = a;
|
|
1068
|
+
if (b != this.bv) {
|
|
1069
|
+
this.d5("PropertyTypeMemberPath", b, this.bv);
|
|
1065
1070
|
}
|
|
1066
1071
|
}
|
|
1067
1072
|
get selectedMemberPath() {
|
|
1068
|
-
return this.
|
|
1073
|
+
return this.bw;
|
|
1069
1074
|
}
|
|
1070
1075
|
set selectedMemberPath(a) {
|
|
1071
|
-
let b = this.
|
|
1072
|
-
this.
|
|
1073
|
-
if (b != this.
|
|
1074
|
-
this.
|
|
1076
|
+
let b = this.bw;
|
|
1077
|
+
this.bw = a;
|
|
1078
|
+
if (b != this.bw) {
|
|
1079
|
+
this.d5("SelectedMemberPath", b, this.bw);
|
|
1075
1080
|
}
|
|
1076
1081
|
}
|
|
1077
|
-
get
|
|
1078
|
-
return this.
|
|
1082
|
+
get cf() {
|
|
1083
|
+
return this.bu;
|
|
1079
1084
|
}
|
|
1080
|
-
set
|
|
1081
|
-
let b = this.
|
|
1082
|
-
this.
|
|
1083
|
-
if (b != this.
|
|
1084
|
-
this.
|
|
1085
|
+
set cf(a) {
|
|
1086
|
+
let b = this.bu;
|
|
1087
|
+
this.bu = a;
|
|
1088
|
+
if (b != this.bu) {
|
|
1089
|
+
this.d5("FilterPlaceholderText", b, this.bu);
|
|
1085
1090
|
}
|
|
1086
1091
|
}
|
|
1087
|
-
get
|
|
1088
|
-
return this.
|
|
1092
|
+
get aa() {
|
|
1093
|
+
return this.z;
|
|
1089
1094
|
}
|
|
1090
|
-
set
|
|
1091
|
-
let b = this.
|
|
1092
|
-
this.
|
|
1093
|
-
if (b != this.
|
|
1094
|
-
this.
|
|
1095
|
+
set aa(a) {
|
|
1096
|
+
let b = this.z;
|
|
1097
|
+
this.z = a;
|
|
1098
|
+
if (b != this.z) {
|
|
1099
|
+
this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1095
1100
|
}
|
|
1096
1101
|
}
|
|
1097
|
-
get
|
|
1098
|
-
return this.
|
|
1102
|
+
get bn() {
|
|
1103
|
+
return this.bk;
|
|
1099
1104
|
}
|
|
1100
|
-
set
|
|
1101
|
-
let b = this.
|
|
1102
|
-
this.
|
|
1103
|
-
if (b != this.
|
|
1104
|
-
this.
|
|
1105
|
+
set bn(a) {
|
|
1106
|
+
let b = this.bk;
|
|
1107
|
+
this.bk = a;
|
|
1108
|
+
if (b != this.bk) {
|
|
1109
|
+
this.d5("RowHeight", b, this.bk);
|
|
1105
1110
|
}
|
|
1106
1111
|
}
|
|
1107
|
-
get
|
|
1108
|
-
if (this.
|
|
1109
|
-
return this.
|
|
1112
|
+
get bl() {
|
|
1113
|
+
if (this.g != null) {
|
|
1114
|
+
return this.g.actualRowHeight;
|
|
1110
1115
|
}
|
|
1111
|
-
else if (this.
|
|
1112
|
-
return this.
|
|
1116
|
+
else if (this.bk != -1) {
|
|
1117
|
+
return this.bk;
|
|
1113
1118
|
}
|
|
1114
1119
|
else {
|
|
1115
1120
|
switch (this.density) {
|
|
1116
1121
|
case 4:
|
|
1117
|
-
case 3: return GridStyleRepository.
|
|
1122
|
+
case 3: return GridStyleRepository.l;
|
|
1118
1123
|
case 0:
|
|
1119
|
-
case 2: return GridStyleRepository.
|
|
1120
|
-
case 1: return GridStyleRepository.
|
|
1124
|
+
case 2: return GridStyleRepository.m;
|
|
1125
|
+
case 1: return GridStyleRepository.k;
|
|
1121
1126
|
}
|
|
1122
|
-
return GridStyleRepository.
|
|
1127
|
+
return GridStyleRepository.m;
|
|
1123
1128
|
}
|
|
1124
1129
|
}
|
|
1125
|
-
get
|
|
1126
|
-
return this.
|
|
1130
|
+
get ao() {
|
|
1131
|
+
return this.am;
|
|
1127
1132
|
}
|
|
1128
|
-
set
|
|
1129
|
-
let b = this.
|
|
1130
|
-
this.
|
|
1131
|
-
if (b != this.
|
|
1132
|
-
this.
|
|
1133
|
+
set ao(a) {
|
|
1134
|
+
let b = this.am;
|
|
1135
|
+
this.am = a;
|
|
1136
|
+
if (b != this.am) {
|
|
1137
|
+
this.d5("CellTextStyle", b, this.am);
|
|
1133
1138
|
}
|
|
1134
1139
|
}
|
|
1135
1140
|
get indexType() {
|
|
1136
|
-
return this.
|
|
1141
|
+
return this.m;
|
|
1137
1142
|
}
|
|
1138
1143
|
set indexType(a) {
|
|
1139
|
-
let b = this.
|
|
1140
|
-
this.
|
|
1141
|
-
if (b != this.
|
|
1142
|
-
this.
|
|
1144
|
+
let b = this.m;
|
|
1145
|
+
this.m = a;
|
|
1146
|
+
if (b != this.m) {
|
|
1147
|
+
this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1143
1148
|
}
|
|
1144
1149
|
}
|
|
1145
1150
|
get baseTheme() {
|
|
1146
|
-
return this.
|
|
1151
|
+
return this.ae;
|
|
1147
1152
|
}
|
|
1148
1153
|
set baseTheme(a) {
|
|
1149
|
-
let b = this.
|
|
1150
|
-
this.
|
|
1151
|
-
if (b != this.
|
|
1152
|
-
this.
|
|
1154
|
+
let b = this.ae;
|
|
1155
|
+
this.ae = a;
|
|
1156
|
+
if (b != this.ae) {
|
|
1157
|
+
this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1153
1158
|
}
|
|
1154
1159
|
}
|
|
1155
1160
|
get density() {
|
|
1156
|
-
return this.
|
|
1161
|
+
return this.ag;
|
|
1157
1162
|
}
|
|
1158
1163
|
set density(a) {
|
|
1159
|
-
let b = this.
|
|
1160
|
-
this.
|
|
1161
|
-
if (b != this.
|
|
1162
|
-
this.
|
|
1164
|
+
let b = this.ag;
|
|
1165
|
+
this.ag = a;
|
|
1166
|
+
if (b != this.ag) {
|
|
1167
|
+
this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1163
1168
|
}
|
|
1164
1169
|
}
|
|
1165
1170
|
get searchIconColor() {
|
|
1166
|
-
return this.
|
|
1171
|
+
return this.e1;
|
|
1167
1172
|
}
|
|
1168
1173
|
set searchIconColor(a) {
|
|
1169
|
-
let b = this.
|
|
1170
|
-
this.
|
|
1171
|
-
if (b != this.
|
|
1172
|
-
this.
|
|
1174
|
+
let b = this.e1;
|
|
1175
|
+
this.e1 = a;
|
|
1176
|
+
if (b != this.e1) {
|
|
1177
|
+
this.d5("SearchIconColor", b, this.e1);
|
|
1173
1178
|
}
|
|
1174
1179
|
}
|
|
1175
|
-
get
|
|
1176
|
-
return this.
|
|
1180
|
+
get fj() {
|
|
1181
|
+
return this.ez;
|
|
1177
1182
|
}
|
|
1178
|
-
set
|
|
1179
|
-
let b = this.
|
|
1180
|
-
this.
|
|
1181
|
-
if (b != this.
|
|
1182
|
-
this.
|
|
1183
|
+
set fj(a) {
|
|
1184
|
+
let b = this.ez;
|
|
1185
|
+
this.ez = a;
|
|
1186
|
+
if (b != this.ez) {
|
|
1187
|
+
this.d5("SearchBackgroundColor", b, this.ez);
|
|
1183
1188
|
}
|
|
1184
1189
|
}
|
|
1185
|
-
get
|
|
1186
|
-
return this.
|
|
1190
|
+
get a6() {
|
|
1191
|
+
return this.ax;
|
|
1187
1192
|
}
|
|
1188
|
-
set
|
|
1189
|
-
let b = this.
|
|
1190
|
-
this.
|
|
1191
|
-
if (b != this.
|
|
1192
|
-
this.
|
|
1193
|
+
set a6(a) {
|
|
1194
|
+
let b = this.ax;
|
|
1195
|
+
this.ax = a;
|
|
1196
|
+
if (b != this.ax) {
|
|
1197
|
+
this.d5("LabelClickTriggersChange", b, this.ax);
|
|
1193
1198
|
}
|
|
1194
1199
|
}
|
|
1195
1200
|
get searchTextColor() {
|
|
1196
|
-
return this.
|
|
1201
|
+
return this.e2;
|
|
1197
1202
|
}
|
|
1198
1203
|
set searchTextColor(a) {
|
|
1199
|
-
let b = this.
|
|
1200
|
-
this.
|
|
1201
|
-
if (b != this.
|
|
1202
|
-
this.
|
|
1204
|
+
let b = this.e2;
|
|
1205
|
+
this.e2 = a;
|
|
1206
|
+
if (b != this.e2) {
|
|
1207
|
+
this.d5("SearchTextColor", b, this.e2);
|
|
1203
1208
|
}
|
|
1204
1209
|
}
|
|
1205
|
-
get
|
|
1206
|
-
return this.
|
|
1210
|
+
get fk() {
|
|
1211
|
+
return this.e0;
|
|
1207
1212
|
}
|
|
1208
|
-
set
|
|
1209
|
-
let b = this.
|
|
1210
|
-
this.
|
|
1211
|
-
if (b != this.
|
|
1212
|
-
this.
|
|
1213
|
+
set fk(a) {
|
|
1214
|
+
let b = this.e0;
|
|
1215
|
+
this.e0 = a;
|
|
1216
|
+
if (b != this.e0) {
|
|
1217
|
+
this.d5("SearchBorderColor", b, this.e0);
|
|
1213
1218
|
}
|
|
1214
1219
|
}
|
|
1215
|
-
get
|
|
1216
|
-
return this.
|
|
1220
|
+
get ap() {
|
|
1221
|
+
return this.an;
|
|
1217
1222
|
}
|
|
1218
|
-
set
|
|
1219
|
-
let b = this.
|
|
1220
|
-
this.
|
|
1221
|
-
if (b != this.
|
|
1222
|
-
this.
|
|
1223
|
+
set ap(a) {
|
|
1224
|
+
let b = this.an;
|
|
1225
|
+
this.an = a;
|
|
1226
|
+
if (b != this.an) {
|
|
1227
|
+
this.d5("SearchTextStyle", b, this.an);
|
|
1223
1228
|
}
|
|
1224
1229
|
}
|
|
1225
|
-
get
|
|
1226
|
-
return this.
|
|
1230
|
+
get e9() {
|
|
1231
|
+
return this.eu;
|
|
1227
1232
|
}
|
|
1228
|
-
set
|
|
1229
|
-
let b = this.
|
|
1230
|
-
this.
|
|
1231
|
-
if (b != this.
|
|
1232
|
-
this.
|
|
1233
|
+
set e9(a) {
|
|
1234
|
+
let b = this.eu;
|
|
1235
|
+
this.eu = a;
|
|
1236
|
+
if (b != this.eu) {
|
|
1237
|
+
this.d5("CheckboxTickColor", b, this.eu);
|
|
1233
1238
|
}
|
|
1234
1239
|
}
|
|
1235
|
-
get
|
|
1236
|
-
return this.
|
|
1240
|
+
get e7() {
|
|
1241
|
+
return this.es;
|
|
1237
1242
|
}
|
|
1238
|
-
set
|
|
1239
|
-
let b = this.
|
|
1240
|
-
this.
|
|
1241
|
-
if (b != this.
|
|
1242
|
-
this.
|
|
1243
|
+
set e7(a) {
|
|
1244
|
+
let b = this.es;
|
|
1245
|
+
this.es = a;
|
|
1246
|
+
if (b != this.es) {
|
|
1247
|
+
this.d5("CheckboxCheckedBackgroundColor", b, this.es);
|
|
1243
1248
|
}
|
|
1244
1249
|
}
|
|
1245
|
-
get
|
|
1246
|
-
return this.
|
|
1250
|
+
get fa() {
|
|
1251
|
+
return this.ev;
|
|
1247
1252
|
}
|
|
1248
|
-
set
|
|
1249
|
-
let b = this.
|
|
1250
|
-
this.
|
|
1251
|
-
if (b != this.
|
|
1252
|
-
this.
|
|
1253
|
+
set fa(a) {
|
|
1254
|
+
let b = this.ev;
|
|
1255
|
+
this.ev = a;
|
|
1256
|
+
if (b != this.ev) {
|
|
1257
|
+
this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
|
|
1253
1258
|
}
|
|
1254
1259
|
}
|
|
1255
|
-
get
|
|
1256
|
-
return this.
|
|
1260
|
+
get e8() {
|
|
1261
|
+
return this.et;
|
|
1257
1262
|
}
|
|
1258
|
-
set
|
|
1259
|
-
let b = this.
|
|
1260
|
-
this.
|
|
1261
|
-
if (b != this.
|
|
1262
|
-
this.
|
|
1263
|
+
set e8(a) {
|
|
1264
|
+
let b = this.et;
|
|
1265
|
+
this.et = a;
|
|
1266
|
+
if (b != this.et) {
|
|
1267
|
+
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1263
1268
|
}
|
|
1264
1269
|
}
|
|
1265
|
-
get
|
|
1266
|
-
return this.
|
|
1270
|
+
get fb() {
|
|
1271
|
+
return this.ew;
|
|
1267
1272
|
}
|
|
1268
|
-
set
|
|
1269
|
-
let b = this.
|
|
1270
|
-
this.
|
|
1271
|
-
if (b != this.
|
|
1272
|
-
this.
|
|
1273
|
+
set fb(a) {
|
|
1274
|
+
let b = this.ew;
|
|
1275
|
+
this.ew = a;
|
|
1276
|
+
if (b != this.ew) {
|
|
1277
|
+
this.d5("CheckboxUncheckedBorderColor", b, this.ew);
|
|
1273
1278
|
}
|
|
1274
1279
|
}
|
|
1275
|
-
get
|
|
1276
|
-
return this.
|
|
1280
|
+
get bc() {
|
|
1281
|
+
return this.bb;
|
|
1277
1282
|
}
|
|
1278
|
-
set
|
|
1279
|
-
let b = this.
|
|
1280
|
-
this.
|
|
1281
|
-
if (b != this.
|
|
1282
|
-
this.
|
|
1283
|
+
set bc(a) {
|
|
1284
|
+
let b = this.bb;
|
|
1285
|
+
this.bb = a;
|
|
1286
|
+
if (b != this.bb) {
|
|
1287
|
+
this.d5("CheckboxCornerRadius", b, this.bb);
|
|
1283
1288
|
}
|
|
1284
1289
|
}
|
|
1285
|
-
get
|
|
1286
|
-
return this.
|
|
1290
|
+
get ad() {
|
|
1291
|
+
return this.ac;
|
|
1287
1292
|
}
|
|
1288
|
-
set
|
|
1289
|
-
let b = this.
|
|
1290
|
-
this.
|
|
1291
|
-
if (b != this.
|
|
1292
|
-
this.
|
|
1293
|
+
set ad(a) {
|
|
1294
|
+
let b = this.ac;
|
|
1295
|
+
this.ac = a;
|
|
1296
|
+
if (b != this.ac) {
|
|
1297
|
+
this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1293
1298
|
}
|
|
1294
1299
|
}
|
|
1295
|
-
get
|
|
1296
|
-
return this.
|
|
1300
|
+
get fi() {
|
|
1301
|
+
return this.ey;
|
|
1297
1302
|
}
|
|
1298
|
-
set
|
|
1299
|
-
let b = this.
|
|
1300
|
-
this.
|
|
1301
|
-
if (b != this.
|
|
1302
|
-
this.
|
|
1303
|
+
set fi(a) {
|
|
1304
|
+
let b = this.ey;
|
|
1305
|
+
this.ey = a;
|
|
1306
|
+
if (b != this.ey) {
|
|
1307
|
+
this.d5("ScrollbarBackground", b, this.ey);
|
|
1303
1308
|
}
|
|
1304
1309
|
}
|
|
1305
|
-
|
|
1310
|
+
d5(a, b, c) {
|
|
1306
1311
|
if (this.propertyChanged != null) {
|
|
1307
1312
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1308
1313
|
}
|
|
1309
|
-
this.
|
|
1314
|
+
this.eb(a, b, c);
|
|
1310
1315
|
}
|
|
1311
|
-
|
|
1316
|
+
eb(a, b, c) {
|
|
1312
1317
|
switch (a) {
|
|
1313
1318
|
case "IndexType":
|
|
1314
1319
|
this.keys.clear();
|
|
1315
|
-
this.
|
|
1320
|
+
this.dq();
|
|
1316
1321
|
if (this.keysCleared != null) {
|
|
1317
1322
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1318
1323
|
}
|
|
1319
1324
|
this.view.an();
|
|
1320
|
-
this.
|
|
1325
|
+
this.d1(b, c);
|
|
1321
1326
|
break;
|
|
1322
1327
|
case "ItemsSource":
|
|
1323
|
-
if (this.
|
|
1328
|
+
if (this.g != null) {
|
|
1324
1329
|
this.indexType = 1;
|
|
1325
1330
|
if (c != null) {
|
|
1326
|
-
this.
|
|
1327
|
-
this.
|
|
1328
|
-
this.
|
|
1329
|
-
this.
|
|
1331
|
+
this.g.groupDescriptions.n();
|
|
1332
|
+
this.g.sortDescriptions.n();
|
|
1333
|
+
this.g.filterExpressions.clear();
|
|
1334
|
+
this.g.summaryDescriptions.n();
|
|
1330
1335
|
}
|
|
1331
|
-
if (this.
|
|
1332
|
-
let d = this.
|
|
1333
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1336
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1337
|
+
let d = this.g.actualDataSource;
|
|
1338
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
|
|
1334
1339
|
}
|
|
1335
|
-
this.
|
|
1336
|
-
this.
|
|
1337
|
-
if (this.
|
|
1338
|
-
let e = this.
|
|
1339
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1340
|
+
this.g.itemsSource = this.bp;
|
|
1341
|
+
this.dd();
|
|
1342
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1343
|
+
let e = this.g.actualDataSource;
|
|
1344
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
|
|
1340
1345
|
}
|
|
1341
|
-
this.
|
|
1342
|
-
this.
|
|
1343
|
-
this.
|
|
1346
|
+
this.at = true;
|
|
1347
|
+
this.d8();
|
|
1348
|
+
this.at = false;
|
|
1344
1349
|
this.view.an();
|
|
1345
1350
|
}
|
|
1346
1351
|
break;
|
|
@@ -1348,20 +1353,20 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1348
1353
|
case "SelectedMemberPath":
|
|
1349
1354
|
case "SubtitleMemberPath":
|
|
1350
1355
|
case "PropertyTypeMemberPath":
|
|
1351
|
-
if (this.
|
|
1352
|
-
if (this.
|
|
1353
|
-
this.
|
|
1354
|
-
this.
|
|
1356
|
+
if (this.g != null) {
|
|
1357
|
+
if (this.bt != null) {
|
|
1358
|
+
this.d8();
|
|
1359
|
+
this.em();
|
|
1355
1360
|
}
|
|
1356
1361
|
}
|
|
1357
1362
|
break;
|
|
1358
1363
|
case "PrimaryKey":
|
|
1359
|
-
if (this.
|
|
1360
|
-
this.
|
|
1364
|
+
if (this.g != null) {
|
|
1365
|
+
this.g.primaryKey = this.primaryKey;
|
|
1361
1366
|
}
|
|
1362
1367
|
break;
|
|
1363
1368
|
case "SelectAllCaptionTextColor":
|
|
1364
|
-
this.
|
|
1369
|
+
this.e5 = null != this.fn ? this.fn : this.fg();
|
|
1365
1370
|
break;
|
|
1366
1371
|
case "SelectAllCaption":
|
|
1367
1372
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1376,75 +1381,76 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1376
1381
|
this.view.z();
|
|
1377
1382
|
break;
|
|
1378
1383
|
case "FilterPlaceholderText":
|
|
1379
|
-
if (this.
|
|
1380
|
-
this.
|
|
1384
|
+
if (this.v != null) {
|
|
1385
|
+
this.v.cg = this.cf;
|
|
1381
1386
|
}
|
|
1382
1387
|
break;
|
|
1383
1388
|
case "SearchInputType":
|
|
1384
|
-
if (this.
|
|
1385
|
-
this.
|
|
1389
|
+
if (this.x != null) {
|
|
1390
|
+
this.x.d = this.aa;
|
|
1386
1391
|
}
|
|
1387
1392
|
break;
|
|
1388
1393
|
case "RowHeight":
|
|
1389
|
-
if (this.
|
|
1390
|
-
this.
|
|
1394
|
+
if (this.g != null) {
|
|
1395
|
+
this.g.rowHeight = this.bn;
|
|
1391
1396
|
}
|
|
1392
1397
|
break;
|
|
1393
1398
|
case "CellTextStyle":
|
|
1394
|
-
if (this.
|
|
1395
|
-
this.
|
|
1399
|
+
if (this.g != null) {
|
|
1400
|
+
this.g.cellTextStyle = this.ao;
|
|
1396
1401
|
}
|
|
1397
1402
|
this.view.aj();
|
|
1398
1403
|
break;
|
|
1399
1404
|
case "BackgroundColor":
|
|
1400
1405
|
case "TextColor":
|
|
1401
1406
|
case "RowHoverBackgroundColor":
|
|
1402
|
-
let f = this.
|
|
1407
|
+
let f = this.g;
|
|
1403
1408
|
if (null != f) {
|
|
1404
|
-
f.cellTextColor = this.
|
|
1409
|
+
f.cellTextColor = this.fp;
|
|
1405
1410
|
f.cellBackground = this.backgroundColor;
|
|
1411
|
+
f.background = this.backgroundColor;
|
|
1406
1412
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1407
1413
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1408
1414
|
}
|
|
1409
1415
|
this.view.ak();
|
|
1410
1416
|
break;
|
|
1411
1417
|
case "BaseTheme":
|
|
1412
|
-
this.
|
|
1418
|
+
this.el();
|
|
1413
1419
|
break;
|
|
1414
1420
|
case "Density":
|
|
1415
|
-
this.
|
|
1421
|
+
this.ek();
|
|
1416
1422
|
break;
|
|
1417
1423
|
case "IsRowHoverEnabled":
|
|
1418
|
-
if (this.
|
|
1419
|
-
this.
|
|
1424
|
+
if (this.g != null) {
|
|
1425
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1420
1426
|
}
|
|
1421
1427
|
break;
|
|
1422
1428
|
case "ScrollbarStyle":
|
|
1423
|
-
if (this.
|
|
1424
|
-
this.
|
|
1429
|
+
if (this.g != null) {
|
|
1430
|
+
this.g.scrollbarStyle = this.ad;
|
|
1425
1431
|
}
|
|
1426
1432
|
break;
|
|
1427
1433
|
case "ScrollbarBackground":
|
|
1428
|
-
if (this.
|
|
1429
|
-
this.
|
|
1434
|
+
if (this.g != null) {
|
|
1435
|
+
this.g.scrollbarBackground = this.fi;
|
|
1430
1436
|
}
|
|
1431
1437
|
break;
|
|
1432
1438
|
case "SearchIconColor":
|
|
1433
1439
|
this.view.ai();
|
|
1434
1440
|
break;
|
|
1435
1441
|
case "SearchBackgroundColor":
|
|
1436
|
-
this.
|
|
1442
|
+
this.y.mc = this.fj;
|
|
1437
1443
|
break;
|
|
1438
1444
|
case "SearchBorderColor":
|
|
1439
|
-
this.
|
|
1445
|
+
this.y.md = this.fk;
|
|
1440
1446
|
break;
|
|
1441
1447
|
case "SearchTextColor":
|
|
1442
|
-
if (this.
|
|
1443
|
-
this.
|
|
1448
|
+
if (this.w != null) {
|
|
1449
|
+
this.w.d8 = this.searchTextColor;
|
|
1444
1450
|
}
|
|
1445
1451
|
break;
|
|
1446
1452
|
case "SearchTextStyle":
|
|
1447
|
-
this.
|
|
1453
|
+
this.w.af = this.ap;
|
|
1448
1454
|
break;
|
|
1449
1455
|
case "CheckboxTickColor":
|
|
1450
1456
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1453,41 +1459,41 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1453
1459
|
case "CheckboxUncheckedBorderColor":
|
|
1454
1460
|
case "CheckboxCornerRadius":
|
|
1455
1461
|
this.view.af();
|
|
1456
|
-
if (this.
|
|
1457
|
-
this.
|
|
1462
|
+
if (this.g != null) {
|
|
1463
|
+
this.g.yv();
|
|
1458
1464
|
}
|
|
1459
1465
|
break;
|
|
1460
1466
|
case "CheckboxAlignedRight":
|
|
1461
|
-
if (this.
|
|
1462
|
-
this.
|
|
1467
|
+
if (this.g != null) {
|
|
1468
|
+
this.eo();
|
|
1463
1469
|
}
|
|
1464
1470
|
break;
|
|
1465
1471
|
case "DataLegendTarget":
|
|
1466
|
-
if (this.
|
|
1467
|
-
this.
|
|
1472
|
+
if (this.g != null) {
|
|
1473
|
+
this.g.yv();
|
|
1468
1474
|
}
|
|
1469
1475
|
break;
|
|
1470
1476
|
}
|
|
1471
1477
|
}
|
|
1472
|
-
|
|
1473
|
-
if (this.
|
|
1478
|
+
eo() {
|
|
1479
|
+
if (this.g.actualColumns.count == 0) {
|
|
1474
1480
|
return;
|
|
1475
1481
|
}
|
|
1476
|
-
let a = this.
|
|
1477
|
-
let b = this.
|
|
1478
|
-
let c = this.
|
|
1479
|
-
this.
|
|
1480
|
-
if (this.
|
|
1481
|
-
this.
|
|
1482
|
-
this.
|
|
1482
|
+
let a = this.g.actualColumns._inner[0];
|
|
1483
|
+
let b = this.g.actualColumns._inner[1];
|
|
1484
|
+
let c = this.g.actualColumns._inner[2];
|
|
1485
|
+
this.g.actualColumns.clear();
|
|
1486
|
+
if (this.az) {
|
|
1487
|
+
this.g.columns.add(b);
|
|
1488
|
+
this.g.columns.add(a);
|
|
1483
1489
|
}
|
|
1484
1490
|
else {
|
|
1485
|
-
this.
|
|
1486
|
-
this.
|
|
1491
|
+
this.g.columns.add(a);
|
|
1492
|
+
this.g.columns.add(b);
|
|
1487
1493
|
}
|
|
1488
|
-
this.
|
|
1494
|
+
this.g.columns.add(c);
|
|
1489
1495
|
}
|
|
1490
|
-
|
|
1496
|
+
d1(a, b) {
|
|
1491
1497
|
if (this.indexTypeChanged != null) {
|
|
1492
1498
|
this.indexTypeChanged(this, ((() => {
|
|
1493
1499
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1497,71 +1503,75 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1497
1503
|
})()));
|
|
1498
1504
|
}
|
|
1499
1505
|
}
|
|
1500
|
-
|
|
1501
|
-
if (this.
|
|
1502
|
-
this.
|
|
1506
|
+
ek() {
|
|
1507
|
+
if (this.g != null) {
|
|
1508
|
+
this.g.density = this.density;
|
|
1503
1509
|
}
|
|
1504
|
-
if (this.
|
|
1505
|
-
this.
|
|
1510
|
+
if (this.x != null) {
|
|
1511
|
+
this.x.t = this.density;
|
|
1506
1512
|
}
|
|
1507
1513
|
this.view.ae();
|
|
1514
|
+
this.view.z();
|
|
1508
1515
|
}
|
|
1509
|
-
|
|
1510
|
-
if (this.
|
|
1511
|
-
this.
|
|
1516
|
+
el() {
|
|
1517
|
+
if (this.x != null) {
|
|
1518
|
+
this.x.p = this.baseTheme;
|
|
1512
1519
|
}
|
|
1513
|
-
if (this.
|
|
1514
|
-
this.
|
|
1520
|
+
if (this.w != null) {
|
|
1521
|
+
this.w.d8 = this.searchTextColor;
|
|
1515
1522
|
}
|
|
1516
|
-
if (this.
|
|
1517
|
-
this.
|
|
1518
|
-
this.
|
|
1519
|
-
this.
|
|
1520
|
-
this.
|
|
1523
|
+
if (this.g != null) {
|
|
1524
|
+
this.g.theme = this.baseTheme;
|
|
1525
|
+
this.g.cellTextColor = this.fp;
|
|
1526
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1527
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1528
|
+
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1529
|
+
this.g.background = this.backgroundColor;
|
|
1521
1530
|
}
|
|
1531
|
+
this.e5 = this.fn != null ? this.fn : this.fg();
|
|
1522
1532
|
this.view.ag();
|
|
1523
1533
|
}
|
|
1524
|
-
|
|
1525
|
-
this.
|
|
1526
|
-
this.
|
|
1534
|
+
d6(a, b) {
|
|
1535
|
+
this.at = true;
|
|
1536
|
+
this.dd();
|
|
1527
1537
|
if (b.schema != null) {
|
|
1528
|
-
this.
|
|
1538
|
+
this.d8();
|
|
1529
1539
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1530
|
-
this.
|
|
1540
|
+
this.d3(this.keys._inner[c]);
|
|
1531
1541
|
}
|
|
1532
1542
|
this.view.an();
|
|
1533
1543
|
}
|
|
1534
|
-
this.
|
|
1544
|
+
this.at = false;
|
|
1535
1545
|
}
|
|
1536
|
-
|
|
1537
|
-
if (this.
|
|
1538
|
-
this.
|
|
1546
|
+
d8() {
|
|
1547
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1548
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1539
1549
|
}
|
|
1540
|
-
if (this.
|
|
1541
|
-
this.
|
|
1550
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1551
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1542
1552
|
}
|
|
1543
|
-
if (this.
|
|
1544
|
-
this.
|
|
1553
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1554
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1545
1555
|
}
|
|
1546
|
-
if (this.
|
|
1547
|
-
this.
|
|
1556
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1557
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1548
1558
|
}
|
|
1549
|
-
if (this.
|
|
1550
|
-
this.
|
|
1559
|
+
if (this.ai != null) {
|
|
1560
|
+
this.ai.propertyName = this.bt;
|
|
1551
1561
|
}
|
|
1552
|
-
if (this.
|
|
1553
|
-
this.
|
|
1562
|
+
if (this.al != null) {
|
|
1563
|
+
this.al.propertyName = this.bx;
|
|
1554
1564
|
}
|
|
1555
|
-
if (this.
|
|
1556
|
-
this.
|
|
1565
|
+
if (this.aj != null) {
|
|
1566
|
+
this.aj.propertyName = this.bv;
|
|
1557
1567
|
}
|
|
1558
|
-
if (this.
|
|
1559
|
-
this.
|
|
1560
|
-
let a = this.
|
|
1568
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1569
|
+
this.ak.propertyName = this.bw;
|
|
1570
|
+
let a = this.g.actualDataSource.actualCount;
|
|
1561
1571
|
for (let b = 0; b < a; b++) {
|
|
1562
|
-
let c = this.
|
|
1563
|
-
let d = this.
|
|
1564
|
-
let e = this.
|
|
1572
|
+
let c = this.g.actualDataSource.getItemAtIndex(b);
|
|
1573
|
+
let d = this.j(c);
|
|
1574
|
+
let e = this.ak.getPropertyValue(c);
|
|
1565
1575
|
if (e == true) {
|
|
1566
1576
|
if (!this.keys.contains(d)) {
|
|
1567
1577
|
this.keys.add(d);
|
|
@@ -1573,83 +1583,96 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1573
1583
|
}
|
|
1574
1584
|
}
|
|
1575
1585
|
}
|
|
1576
|
-
|
|
1586
|
+
em() {
|
|
1577
1587
|
this.view.p();
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1582
|
-
this.
|
|
1583
|
-
this.
|
|
1584
|
-
this.
|
|
1585
|
-
this.
|
|
1586
|
-
this.
|
|
1587
|
-
|
|
1588
|
-
|
|
1588
|
+
this.g.columns.clear();
|
|
1589
|
+
this.g.primaryKey = this.primaryKey;
|
|
1590
|
+
this.g.isGroupRowSticky = false;
|
|
1591
|
+
this.g.rowHeight = this.bn;
|
|
1592
|
+
this.g.background = this.backgroundColor;
|
|
1593
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1594
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1595
|
+
this.g.theme = this.baseTheme;
|
|
1596
|
+
this.g.density = this.density;
|
|
1597
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1598
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1599
|
+
if (this.ao != null) {
|
|
1600
|
+
this.g.cellTextStyle = this.ao;
|
|
1589
1601
|
}
|
|
1590
1602
|
let a = new TemplateColumn();
|
|
1591
|
-
if (this.
|
|
1592
|
-
this.
|
|
1603
|
+
if (this.bw == null) {
|
|
1604
|
+
this.bw = "";
|
|
1593
1605
|
}
|
|
1594
|
-
a.
|
|
1595
|
-
a.
|
|
1606
|
+
a.nf = this.bw;
|
|
1607
|
+
a.n6 = "CheckboxColumn";
|
|
1596
1608
|
let b = new ColumnWidth();
|
|
1597
1609
|
b.c = false;
|
|
1598
1610
|
b.f = 28;
|
|
1599
1611
|
a.width = b;
|
|
1600
|
-
a.
|
|
1601
|
-
a.
|
|
1602
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1603
|
-
this.
|
|
1604
|
-
this.
|
|
1605
|
-
let c = this.
|
|
1606
|
-
if ((this.
|
|
1612
|
+
a.lj = 0;
|
|
1613
|
+
a.lk = 0;
|
|
1614
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1615
|
+
this.k = a;
|
|
1616
|
+
this.g.columns.add(a);
|
|
1617
|
+
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1618
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1607
1619
|
let d = new TemplateColumn();
|
|
1608
|
-
d.
|
|
1609
|
-
d.
|
|
1610
|
-
d.
|
|
1620
|
+
d.nf = this.bt;
|
|
1621
|
+
d.n6 = "DataColumn";
|
|
1622
|
+
d.lj = 0;
|
|
1611
1623
|
d.g = 0;
|
|
1612
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1613
|
-
this.
|
|
1624
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1625
|
+
this.g.columns.add(d);
|
|
1614
1626
|
}
|
|
1615
1627
|
else {
|
|
1616
1628
|
let e;
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
e = new DateTimeColumn();
|
|
1621
|
-
break;
|
|
1622
|
-
case 1:
|
|
1623
|
-
case 3:
|
|
1624
|
-
case 4:
|
|
1625
|
-
case 5:
|
|
1626
|
-
case 6:
|
|
1627
|
-
case 7:
|
|
1628
|
-
case 10:
|
|
1629
|
-
e = new NumericColumn();
|
|
1630
|
-
break;
|
|
1631
|
-
case 2:
|
|
1632
|
-
case 11:
|
|
1633
|
-
case 0:
|
|
1634
|
-
default:
|
|
1635
|
-
e = new TextColumn();
|
|
1636
|
-
break;
|
|
1629
|
+
if (this.f != null) {
|
|
1630
|
+
e = this.f.h0();
|
|
1631
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1637
1632
|
}
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1633
|
+
else {
|
|
1634
|
+
switch (c) {
|
|
1635
|
+
case 8:
|
|
1636
|
+
case 9:
|
|
1637
|
+
e = new DateTimeColumn();
|
|
1638
|
+
break;
|
|
1639
|
+
case 1:
|
|
1640
|
+
case 3:
|
|
1641
|
+
case 4:
|
|
1642
|
+
case 5:
|
|
1643
|
+
case 6:
|
|
1644
|
+
case 7:
|
|
1645
|
+
case 10:
|
|
1646
|
+
e = new NumericColumn();
|
|
1647
|
+
break;
|
|
1648
|
+
case 2:
|
|
1649
|
+
case 11:
|
|
1650
|
+
case 0:
|
|
1651
|
+
default:
|
|
1652
|
+
e = new TextColumn();
|
|
1653
|
+
break;
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
e.nf = this.bt;
|
|
1657
|
+
e.n6 = "DataColumn";
|
|
1658
|
+
e.lj = 0;
|
|
1641
1659
|
e.g = 0;
|
|
1642
|
-
this.
|
|
1660
|
+
this.g.columns.add(e);
|
|
1643
1661
|
}
|
|
1644
1662
|
let f = new TemplateColumn();
|
|
1645
1663
|
let g = new ColumnWidth();
|
|
1646
1664
|
g.c = false;
|
|
1647
1665
|
g.f = 10;
|
|
1648
|
-
f.
|
|
1649
|
-
f.
|
|
1650
|
-
f.
|
|
1666
|
+
f.nf = "PaddingColumn";
|
|
1667
|
+
f.n6 = "PaddingColumn";
|
|
1668
|
+
f.lj = 0;
|
|
1651
1669
|
f.width = g;
|
|
1652
|
-
this.
|
|
1670
|
+
this.g.columns.add(f);
|
|
1671
|
+
}
|
|
1672
|
+
dm(a, b) {
|
|
1673
|
+
let c = b.b;
|
|
1674
|
+
c.g1 = 0;
|
|
1675
|
+
c.g = 0;
|
|
1653
1676
|
}
|
|
1654
1677
|
updateHrMargin(a) {
|
|
1655
1678
|
this.view.ah(a);
|
|
@@ -1657,18 +1680,18 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1657
1680
|
provideHrElement(a) {
|
|
1658
1681
|
this.view.v(a);
|
|
1659
1682
|
}
|
|
1660
|
-
|
|
1661
|
-
if (!this.
|
|
1662
|
-
let a = this.
|
|
1663
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1683
|
+
d2() {
|
|
1684
|
+
if (!this.a0) {
|
|
1685
|
+
let a = this.w;
|
|
1686
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dn));
|
|
1664
1687
|
}
|
|
1665
|
-
this.
|
|
1688
|
+
this.el();
|
|
1666
1689
|
}
|
|
1667
|
-
|
|
1690
|
+
dn(a, b) {
|
|
1668
1691
|
let c = b.value.toLowerCase();
|
|
1669
|
-
this.
|
|
1692
|
+
this.d0(c);
|
|
1670
1693
|
}
|
|
1671
|
-
|
|
1694
|
+
j(a) {
|
|
1672
1695
|
if (this.primaryKey == null) {
|
|
1673
1696
|
return PrimaryKeyValue.createIdentityKey(a);
|
|
1674
1697
|
}
|
|
@@ -1680,81 +1703,81 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1680
1703
|
}
|
|
1681
1704
|
return new PrimaryKeyValue(b, c);
|
|
1682
1705
|
}
|
|
1683
|
-
|
|
1684
|
-
this.
|
|
1706
|
+
eg(a) {
|
|
1707
|
+
this.as = true;
|
|
1685
1708
|
let b = this.e.getItemAtIndex(a);
|
|
1686
|
-
if (this.
|
|
1687
|
-
this.
|
|
1709
|
+
if (this.ak != null) {
|
|
1710
|
+
this.ak.setPropertyValue(b, false);
|
|
1688
1711
|
}
|
|
1689
|
-
let c = this.
|
|
1712
|
+
let c = this.j(b);
|
|
1690
1713
|
this.keys.remove(c);
|
|
1691
|
-
this.
|
|
1714
|
+
this.as = false;
|
|
1692
1715
|
}
|
|
1693
|
-
|
|
1694
|
-
this.
|
|
1716
|
+
da(a) {
|
|
1717
|
+
this.as = true;
|
|
1695
1718
|
let b = this.e.getItemAtIndex(a);
|
|
1696
|
-
if (this.
|
|
1697
|
-
this.
|
|
1719
|
+
if (this.ak != null) {
|
|
1720
|
+
this.ak.setPropertyValue(b, true);
|
|
1698
1721
|
}
|
|
1699
|
-
let c = this.
|
|
1722
|
+
let c = this.j(b);
|
|
1700
1723
|
this.keys.add(c);
|
|
1701
|
-
this.
|
|
1724
|
+
this.as = false;
|
|
1702
1725
|
}
|
|
1703
|
-
|
|
1726
|
+
ej() {
|
|
1704
1727
|
this.indexType = 0;
|
|
1705
1728
|
this.keys.clear();
|
|
1706
|
-
this.
|
|
1729
|
+
this.dq();
|
|
1707
1730
|
if (this.keysCleared != null) {
|
|
1708
1731
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1709
1732
|
}
|
|
1710
1733
|
}
|
|
1711
|
-
|
|
1734
|
+
dg() {
|
|
1712
1735
|
this.indexType = 1;
|
|
1713
1736
|
this.keys.clear();
|
|
1714
|
-
this.
|
|
1737
|
+
this.dq();
|
|
1715
1738
|
if (this.keysCleared != null) {
|
|
1716
1739
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1717
1740
|
}
|
|
1718
1741
|
}
|
|
1719
|
-
|
|
1720
|
-
if (this.
|
|
1721
|
-
this.
|
|
1742
|
+
dv(a, b, c) {
|
|
1743
|
+
if (this.g != null) {
|
|
1744
|
+
this.g.notifySetItem(a, b, c);
|
|
1722
1745
|
}
|
|
1723
1746
|
}
|
|
1724
|
-
|
|
1725
|
-
if (this.
|
|
1726
|
-
this.
|
|
1747
|
+
dr() {
|
|
1748
|
+
if (this.g != null) {
|
|
1749
|
+
this.g.notifyClearItems();
|
|
1727
1750
|
}
|
|
1728
1751
|
}
|
|
1729
|
-
|
|
1730
|
-
if (this.
|
|
1731
|
-
this.
|
|
1752
|
+
dq() {
|
|
1753
|
+
if (this.g != null) {
|
|
1754
|
+
this.g.invalidateVisibleRows();
|
|
1732
1755
|
}
|
|
1733
1756
|
}
|
|
1734
|
-
|
|
1735
|
-
if (this.
|
|
1736
|
-
this.
|
|
1757
|
+
ds(a, b) {
|
|
1758
|
+
if (this.g != null) {
|
|
1759
|
+
this.g.notifyInsertItem(a, b);
|
|
1737
1760
|
}
|
|
1738
1761
|
;
|
|
1739
1762
|
}
|
|
1740
|
-
|
|
1741
|
-
if (this.
|
|
1742
|
-
this.
|
|
1763
|
+
du(a, b) {
|
|
1764
|
+
if (this.g != null) {
|
|
1765
|
+
this.g.notifyRemoveItem(a, b);
|
|
1743
1766
|
}
|
|
1744
1767
|
;
|
|
1745
1768
|
}
|
|
1746
1769
|
refresh() {
|
|
1747
|
-
if (this.
|
|
1770
|
+
if (this.aw) {
|
|
1748
1771
|
return;
|
|
1749
1772
|
}
|
|
1750
|
-
if (this.
|
|
1751
|
-
this.
|
|
1773
|
+
if (this.g != null) {
|
|
1774
|
+
this.aw = true;
|
|
1752
1775
|
this.view.x();
|
|
1753
|
-
this.
|
|
1754
|
-
this.
|
|
1776
|
+
this.g.refresh();
|
|
1777
|
+
this.aw = false;
|
|
1755
1778
|
}
|
|
1756
1779
|
}
|
|
1757
|
-
|
|
1780
|
+
db(a) {
|
|
1758
1781
|
let b = null;
|
|
1759
1782
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1760
1783
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1766,15 +1789,15 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1766
1789
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1767
1790
|
}
|
|
1768
1791
|
if (b != null) {
|
|
1769
|
-
if (this.
|
|
1792
|
+
if (this.ak != null) {
|
|
1770
1793
|
let c = this.e.indexOfKey(a);
|
|
1771
1794
|
let d = this.e.getItemAtIndex(c);
|
|
1772
|
-
this.
|
|
1795
|
+
this.ak.setPropertyValue(d, true);
|
|
1773
1796
|
}
|
|
1774
1797
|
this.keys.add(b);
|
|
1775
1798
|
}
|
|
1776
1799
|
}
|
|
1777
|
-
|
|
1800
|
+
eh(a) {
|
|
1778
1801
|
let b = null;
|
|
1779
1802
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1780
1803
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1786,24 +1809,24 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1786
1809
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1787
1810
|
}
|
|
1788
1811
|
if (this.keys.contains(b)) {
|
|
1789
|
-
if (this.
|
|
1812
|
+
if (this.ak != null) {
|
|
1790
1813
|
let c = this.e.indexOfKey(a);
|
|
1791
1814
|
let d = this.e.getItemAtIndex(c);
|
|
1792
|
-
this.
|
|
1815
|
+
this.ak.setPropertyValue(d, false);
|
|
1793
1816
|
}
|
|
1794
1817
|
this.keys.remove(b);
|
|
1795
1818
|
}
|
|
1796
1819
|
}
|
|
1797
1820
|
getDesiredSize(a) {
|
|
1798
|
-
let b =
|
|
1821
|
+
let b = 200;
|
|
1799
1822
|
let c = 0;
|
|
1800
|
-
let d = this.
|
|
1823
|
+
let d = this.be();
|
|
1801
1824
|
let e = 5;
|
|
1802
|
-
if (this.
|
|
1803
|
-
e = this.
|
|
1825
|
+
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
1826
|
+
e = this.g.actualDataSource.actualCount;
|
|
1804
1827
|
}
|
|
1805
|
-
let f = this.
|
|
1806
|
-
let g = this.
|
|
1828
|
+
let f = this.bl * e;
|
|
1829
|
+
let g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
1807
1830
|
let h = f > g ? g : f;
|
|
1808
1831
|
let i = d + h;
|
|
1809
1832
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1820,26 +1843,25 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1820
1843
|
}
|
|
1821
1844
|
return new Size(1, b, c);
|
|
1822
1845
|
}
|
|
1823
|
-
|
|
1846
|
+
be() {
|
|
1824
1847
|
let a = 0;
|
|
1825
1848
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1826
1849
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1827
|
-
a += (
|
|
1828
|
-
a += 4;
|
|
1850
|
+
a += (1 + 3 + 0);
|
|
1829
1851
|
if (this.showSelectAll) {
|
|
1830
|
-
a += this.
|
|
1852
|
+
a += this.bl + 0 + 0;
|
|
1831
1853
|
}
|
|
1832
1854
|
a += 4;
|
|
1833
1855
|
return a;
|
|
1834
1856
|
}
|
|
1835
|
-
|
|
1836
|
-
return this.
|
|
1857
|
+
br() {
|
|
1858
|
+
return this.l();
|
|
1837
1859
|
}
|
|
1838
|
-
|
|
1839
|
-
let a = this.
|
|
1860
|
+
ce() {
|
|
1861
|
+
let a = this.l();
|
|
1840
1862
|
return a.i();
|
|
1841
1863
|
}
|
|
1842
|
-
|
|
1864
|
+
l() {
|
|
1843
1865
|
let a = new CheckboxListVisualModelExport();
|
|
1844
1866
|
let b = this.view.a();
|
|
1845
1867
|
a.g = b[0];
|
|
@@ -1848,97 +1870,104 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1848
1870
|
a.e = c.height;
|
|
1849
1871
|
a.h = c.width;
|
|
1850
1872
|
a.c = this.baseTheme;
|
|
1851
|
-
a.d = this.
|
|
1852
|
-
a.a = AppearanceHelper.a(this.
|
|
1873
|
+
a.d = this.bl;
|
|
1874
|
+
a.a = AppearanceHelper.a(this.e5);
|
|
1853
1875
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1854
1876
|
return a;
|
|
1855
1877
|
}
|
|
1856
|
-
get
|
|
1857
|
-
return this.
|
|
1878
|
+
get c0() {
|
|
1879
|
+
return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1858
1880
|
}
|
|
1859
|
-
set
|
|
1860
|
-
if (a == this.
|
|
1881
|
+
set c0(a) {
|
|
1882
|
+
if (a == this.cz) {
|
|
1861
1883
|
return;
|
|
1862
1884
|
}
|
|
1863
|
-
let b = this.
|
|
1864
|
-
this.
|
|
1865
|
-
this.
|
|
1885
|
+
let b = this.cz;
|
|
1886
|
+
this.cz = a;
|
|
1887
|
+
this.d5("SelectAllCaption", b, this.cz);
|
|
1866
1888
|
}
|
|
1867
|
-
get
|
|
1868
|
-
return this.
|
|
1889
|
+
get fn() {
|
|
1890
|
+
return this.e3;
|
|
1869
1891
|
}
|
|
1870
|
-
set
|
|
1871
|
-
let b = this.
|
|
1872
|
-
this.
|
|
1873
|
-
if (b != this.
|
|
1874
|
-
this.
|
|
1892
|
+
set fn(a) {
|
|
1893
|
+
let b = this.e3;
|
|
1894
|
+
this.e3 = a;
|
|
1895
|
+
if (b != this.e3) {
|
|
1896
|
+
this.d5("SelectAllCaptionTextColor", b, a);
|
|
1875
1897
|
}
|
|
1876
1898
|
}
|
|
1877
|
-
get
|
|
1878
|
-
return this.
|
|
1899
|
+
get e5() {
|
|
1900
|
+
return this.eq;
|
|
1879
1901
|
}
|
|
1880
|
-
set
|
|
1881
|
-
let b = this.
|
|
1882
|
-
this.
|
|
1883
|
-
if (b != this.
|
|
1884
|
-
this.
|
|
1902
|
+
set e5(a) {
|
|
1903
|
+
let b = this.eq;
|
|
1904
|
+
this.eq = a;
|
|
1905
|
+
if (b != this.eq) {
|
|
1906
|
+
this.d5("ActualSelectAllCaptionTextColor", b, a);
|
|
1885
1907
|
}
|
|
1886
1908
|
}
|
|
1887
|
-
get
|
|
1888
|
-
if (-1 == this.
|
|
1909
|
+
get a5() {
|
|
1910
|
+
if (-1 == this.bm) {
|
|
1889
1911
|
return false;
|
|
1890
1912
|
}
|
|
1891
1913
|
let a = this.keys.count;
|
|
1892
1914
|
if (0 == a) {
|
|
1893
1915
|
return false;
|
|
1894
1916
|
}
|
|
1895
|
-
if (a == this.
|
|
1917
|
+
if (a == this.bm) {
|
|
1896
1918
|
return false;
|
|
1897
1919
|
}
|
|
1898
1920
|
return true;
|
|
1899
1921
|
}
|
|
1900
1922
|
get showSelectAll() {
|
|
1901
|
-
return this.
|
|
1923
|
+
return this.a9;
|
|
1902
1924
|
}
|
|
1903
1925
|
set showSelectAll(a) {
|
|
1904
|
-
if (a == this.
|
|
1926
|
+
if (a == this.a9) {
|
|
1905
1927
|
return;
|
|
1906
1928
|
}
|
|
1907
|
-
let b = this.
|
|
1908
|
-
this.
|
|
1909
|
-
this.
|
|
1929
|
+
let b = this.a9;
|
|
1930
|
+
this.a9 = a;
|
|
1931
|
+
this.d5("showSelectAll", b, this.a9);
|
|
1910
1932
|
}
|
|
1911
1933
|
get backgroundColor() {
|
|
1912
|
-
return this.
|
|
1934
|
+
return this.er;
|
|
1913
1935
|
}
|
|
1914
1936
|
set backgroundColor(a) {
|
|
1915
|
-
let b = this.
|
|
1916
|
-
this.
|
|
1917
|
-
if (b != this.
|
|
1918
|
-
this.
|
|
1937
|
+
let b = this.er;
|
|
1938
|
+
this.er = a;
|
|
1939
|
+
if (b != this.er) {
|
|
1940
|
+
this.d5("BackgroundColor", b, a);
|
|
1919
1941
|
}
|
|
1920
1942
|
}
|
|
1921
1943
|
get rowHoverBackgroundColor() {
|
|
1922
|
-
return this.
|
|
1944
|
+
return this.ex;
|
|
1923
1945
|
}
|
|
1924
1946
|
set rowHoverBackgroundColor(a) {
|
|
1925
|
-
let b = this.
|
|
1926
|
-
this.
|
|
1927
|
-
if (b != this.
|
|
1928
|
-
this.
|
|
1947
|
+
let b = this.ex;
|
|
1948
|
+
this.ex = a;
|
|
1949
|
+
if (b != this.ex) {
|
|
1950
|
+
this.d5("RowHoverBackgroundColor", b, a);
|
|
1929
1951
|
}
|
|
1930
1952
|
}
|
|
1931
|
-
|
|
1932
|
-
|
|
1953
|
+
fg() {
|
|
1954
|
+
switch (this.baseTheme) {
|
|
1955
|
+
case 6:
|
|
1956
|
+
case 4: return CheckboxList.fd;
|
|
1957
|
+
}
|
|
1958
|
+
return CheckboxList.ff;
|
|
1933
1959
|
}
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1960
|
+
get fp() {
|
|
1961
|
+
return this.e4;
|
|
1962
|
+
}
|
|
1963
|
+
set fp(a) {
|
|
1964
|
+
let b = this.e4;
|
|
1965
|
+
this.e4 = a;
|
|
1966
|
+
if (b != this.e4) {
|
|
1967
|
+
this.d5("TextColor", b, a);
|
|
1939
1968
|
}
|
|
1940
1969
|
}
|
|
1941
|
-
|
|
1970
|
+
d7(a) {
|
|
1942
1971
|
if (this.selectAllCheckboxChanged != null) {
|
|
1943
1972
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1944
1973
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1947,82 +1976,83 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1947
1976
|
})()));
|
|
1948
1977
|
}
|
|
1949
1978
|
}
|
|
1950
|
-
|
|
1951
|
-
if (-1 == this.
|
|
1979
|
+
a2() {
|
|
1980
|
+
if (-1 == this.bm) {
|
|
1952
1981
|
return true;
|
|
1953
1982
|
}
|
|
1954
1983
|
let a = this.keys.count;
|
|
1955
1984
|
switch (this.indexType) {
|
|
1956
|
-
case 0: return this.
|
|
1985
|
+
case 0: return this.bm == a;
|
|
1957
1986
|
case 1: return 0 == a;
|
|
1958
1987
|
default: return false;
|
|
1959
1988
|
}
|
|
1960
1989
|
}
|
|
1961
|
-
|
|
1962
|
-
if (-1 == this.
|
|
1990
|
+
a1() {
|
|
1991
|
+
if (-1 == this.bm) {
|
|
1963
1992
|
return false;
|
|
1964
1993
|
}
|
|
1965
1994
|
let a = this.keys.count;
|
|
1966
1995
|
switch (this.indexType) {
|
|
1967
1996
|
case 0: return 0 == a;
|
|
1968
|
-
case 1: return this.
|
|
1997
|
+
case 1: return this.bm == a;
|
|
1969
1998
|
default: return false;
|
|
1970
1999
|
}
|
|
1971
2000
|
}
|
|
1972
|
-
|
|
1973
|
-
let a = this.
|
|
2001
|
+
dd() {
|
|
2002
|
+
let a = this.g.actualDataSource;
|
|
1974
2003
|
if (null != a) {
|
|
1975
2004
|
if (null == a.actualSchema) {
|
|
1976
|
-
this.
|
|
2005
|
+
this.bm = -1;
|
|
1977
2006
|
return;
|
|
1978
2007
|
}
|
|
1979
2008
|
let b = a.actualCount;
|
|
1980
|
-
this.
|
|
2009
|
+
this.bm = b;
|
|
1981
2010
|
}
|
|
1982
2011
|
else {
|
|
1983
|
-
this.
|
|
2012
|
+
this.bm = -1;
|
|
1984
2013
|
}
|
|
1985
2014
|
}
|
|
1986
|
-
get
|
|
1987
|
-
return this.
|
|
2015
|
+
get a8() {
|
|
2016
|
+
return this.a7;
|
|
1988
2017
|
}
|
|
1989
|
-
set
|
|
1990
|
-
if (a == this.
|
|
2018
|
+
set a8(a) {
|
|
2019
|
+
if (a == this.a7) {
|
|
1991
2020
|
return;
|
|
1992
2021
|
}
|
|
1993
|
-
let b = this.
|
|
1994
|
-
this.
|
|
1995
|
-
this.
|
|
2022
|
+
let b = this.a7;
|
|
2023
|
+
this.a7 = a;
|
|
2024
|
+
this.d5("ShowFilter", b, this.a7);
|
|
1996
2025
|
}
|
|
1997
|
-
get
|
|
1998
|
-
return this.
|
|
2026
|
+
get a4() {
|
|
2027
|
+
return this.a3;
|
|
1999
2028
|
}
|
|
2000
|
-
set
|
|
2001
|
-
if (a == this.
|
|
2029
|
+
set a4(a) {
|
|
2030
|
+
if (a == this.a3) {
|
|
2002
2031
|
return;
|
|
2003
2032
|
}
|
|
2004
|
-
let b = this.
|
|
2005
|
-
this.
|
|
2006
|
-
this.
|
|
2033
|
+
let b = this.a3;
|
|
2034
|
+
this.a3 = a;
|
|
2035
|
+
this.d5("IsRowHoverEnabled", b, this.a3);
|
|
2007
2036
|
}
|
|
2008
|
-
get
|
|
2009
|
-
return this.
|
|
2037
|
+
get az() {
|
|
2038
|
+
return this.ay;
|
|
2010
2039
|
}
|
|
2011
|
-
set
|
|
2012
|
-
if (a == this.
|
|
2040
|
+
set az(a) {
|
|
2041
|
+
if (a == this.ay) {
|
|
2013
2042
|
return;
|
|
2014
2043
|
}
|
|
2015
|
-
let b = this.
|
|
2016
|
-
this.
|
|
2017
|
-
this.
|
|
2044
|
+
let b = this.ay;
|
|
2045
|
+
this.ay = a;
|
|
2046
|
+
this.d5("CheckboxAlignedRight", b, this.ay);
|
|
2018
2047
|
}
|
|
2019
2048
|
}
|
|
2020
2049
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2021
|
-
CheckboxList.
|
|
2022
|
-
CheckboxList.
|
|
2023
|
-
CheckboxList.
|
|
2024
|
-
CheckboxList.
|
|
2025
|
-
CheckboxList.
|
|
2050
|
+
CheckboxList.fo = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
2051
|
+
CheckboxList.cw = "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";
|
|
2052
|
+
CheckboxList.fc = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
|
|
2053
|
+
CheckboxList.fe = null;
|
|
2054
|
+
CheckboxList.ff = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
2055
|
+
CheckboxList.fd = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
|
|
2026
2056
|
return CheckboxList;
|
|
2027
2057
|
})();
|
|
2028
2058
|
export { CheckboxList };
|