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
|
@@ -102,13 +102,13 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
102
102
|
CheckboxListView.prototype.ad = function (a) {
|
|
103
103
|
var b = a.rootWrapper.getChildAt(0);
|
|
104
104
|
this.l = b;
|
|
105
|
-
this.c.
|
|
105
|
+
this.c.y = new XInputGroup();
|
|
106
106
|
var c = a.getSubRenderer(b);
|
|
107
|
-
this.c.
|
|
108
|
-
var d = c.getExternal(this.c.
|
|
109
|
-
this.c.
|
|
110
|
-
this.c.
|
|
111
|
-
this.c.
|
|
107
|
+
this.c.y.provideContainer(c);
|
|
108
|
+
var d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
|
|
109
|
+
this.c.y.d = this.c.aa;
|
|
110
|
+
this.c.y.p = this.c.baseTheme;
|
|
111
|
+
this.c.y.t = this.c.density;
|
|
112
112
|
var e = a.createElement("div");
|
|
113
113
|
var f = a.getSubRenderer(e);
|
|
114
114
|
var g = new XPrefix();
|
|
@@ -119,35 +119,34 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
119
|
this.d = new XIcon();
|
|
120
120
|
this.d.provideContainer(j);
|
|
121
121
|
this.d.fill = this.c.searchIconColor;
|
|
122
|
-
this.d.svgPath = CheckboxList.
|
|
122
|
+
this.d.svgPath = CheckboxList.cw;
|
|
123
123
|
var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
124
124
|
g.appendContentChild(i);
|
|
125
|
-
this.c.
|
|
126
|
-
this.c.
|
|
125
|
+
this.c.y.appendContentChild(e);
|
|
126
|
+
this.c.y.inputs.add(g);
|
|
127
127
|
var l = a.createElement("div");
|
|
128
128
|
l.setRawStyleProperty("flex-grow", "1");
|
|
129
129
|
var m = a.getSubRenderer(l);
|
|
130
|
-
this.c.
|
|
131
|
-
this.c.
|
|
132
|
-
this.c.
|
|
133
|
-
var n = m.getExternal(this.c.
|
|
134
|
-
if (this.c.
|
|
135
|
-
this.c.
|
|
130
|
+
this.c.w = new XInput();
|
|
131
|
+
this.c.w.provideContainer(m);
|
|
132
|
+
this.c.w.b8 = "text";
|
|
133
|
+
var n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
134
|
+
if (this.c.cf != null) {
|
|
135
|
+
this.c.w.cg = this.c.cf;
|
|
136
136
|
}
|
|
137
|
-
this.c.
|
|
138
|
-
this.c.
|
|
139
|
-
this.c.
|
|
137
|
+
this.c.y.appendContentChild(l);
|
|
138
|
+
this.c.y.inputs.add(this.c.w);
|
|
139
|
+
this.c.d2();
|
|
140
140
|
};
|
|
141
141
|
CheckboxListView.prototype.z = function () {
|
|
142
142
|
if (this.j != null) {
|
|
143
143
|
var a = this.j.rootWrapper.getChildAt(3);
|
|
144
144
|
a.setStyleProperty("width", "100%");
|
|
145
|
-
|
|
146
|
-
if (!this.c.a7 && !this.c.showSelectAll) {
|
|
145
|
+
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
147
146
|
a.setStyleProperty("height", "100%");
|
|
148
147
|
}
|
|
149
148
|
else {
|
|
150
|
-
var b = this.c.
|
|
149
|
+
var b = this.c.be();
|
|
151
150
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
152
151
|
}
|
|
153
152
|
}
|
|
@@ -188,7 +187,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
187
|
var h = d.z;
|
|
189
188
|
try {
|
|
190
189
|
d.z = true;
|
|
191
|
-
d.ar = this.c.
|
|
190
|
+
d.ar = this.c.bc;
|
|
192
191
|
d.a4 = b;
|
|
193
192
|
if (c) {
|
|
194
193
|
if (this.c.indexType == 0) {
|
|
@@ -210,11 +209,11 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
209
|
finally {
|
|
211
210
|
d.z = h;
|
|
212
211
|
}
|
|
213
|
-
d.dk = this.c.
|
|
214
|
-
d.dd = this.c.
|
|
215
|
-
d.dl = this.c.
|
|
216
|
-
d.de = this.c.
|
|
217
|
-
d.dm = this.c.
|
|
212
|
+
d.dk = this.c.e9;
|
|
213
|
+
d.dd = this.c.e7;
|
|
214
|
+
d.dl = this.c.fa;
|
|
215
|
+
d.de = this.c.e8;
|
|
216
|
+
d.dm = this.c.fb;
|
|
218
217
|
}
|
|
219
218
|
};
|
|
220
219
|
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -257,7 +256,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
257
256
|
n.a8 = 16;
|
|
258
257
|
n.a7 = 2;
|
|
259
258
|
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";
|
|
260
|
-
n.ea = BrushUtil.
|
|
259
|
+
n.ea = BrushUtil.l(120, 0, 0, 0);
|
|
261
260
|
n.a4 = DeviceUtils.g(1);
|
|
262
261
|
r.setStyleProperty("display", "flex");
|
|
263
262
|
r.setStyleProperty("height", "100%");
|
|
@@ -282,8 +281,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
281
|
if (l != null) {
|
|
283
282
|
try {
|
|
284
283
|
o.svg = null;
|
|
285
|
-
o.
|
|
286
|
-
o.
|
|
284
|
+
o.bg = null;
|
|
285
|
+
o.bh = null;
|
|
287
286
|
var x = e != null ? e : ((function () {
|
|
288
287
|
var $ret = new FontInfo();
|
|
289
288
|
$ret.f = g;
|
|
@@ -301,7 +300,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
300
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
302
301
|
if (i != null) {
|
|
303
302
|
aa = true;
|
|
304
|
-
o.
|
|
303
|
+
o.bg = i;
|
|
305
304
|
var ab = ((function () {
|
|
306
305
|
var $ret = new DataContext();
|
|
307
306
|
$ret.series = _this;
|
|
@@ -314,7 +313,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
313
|
})());
|
|
315
314
|
return $ret;
|
|
316
315
|
})());
|
|
317
|
-
o.
|
|
316
|
+
o.bh = ab;
|
|
318
317
|
}
|
|
319
318
|
else if (h != null) {
|
|
320
319
|
var ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -325,8 +324,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
324
|
var ag = af.getDataLegendSeriesTitle();
|
|
326
325
|
if (c == ag || c + " " + d == ag) {
|
|
327
326
|
aa = true;
|
|
328
|
-
o.
|
|
329
|
-
o.
|
|
327
|
+
o.bg = af.getDataLegendBadge();
|
|
328
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
330
329
|
break;
|
|
331
330
|
}
|
|
332
331
|
}
|
|
@@ -341,10 +340,10 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
340
|
o.a9 = 24;
|
|
342
341
|
o.a5 = 24;
|
|
343
342
|
o.a8 = 24;
|
|
344
|
-
o.d3 = BrushUtil.
|
|
345
|
-
o.fill = BrushUtil.
|
|
346
|
-
o.ea = BrushUtil.
|
|
347
|
-
o.d4 = BrushUtil.
|
|
343
|
+
o.d3 = BrushUtil.l(0, 255, 255, 255);
|
|
344
|
+
o.fill = BrushUtil.l(0, 255, 255, 255);
|
|
345
|
+
o.ea = BrushUtil.l(0, 255, 255, 255);
|
|
346
|
+
o.d4 = BrushUtil.l(0, 255, 255, 255);
|
|
348
347
|
o.svg = k;
|
|
349
348
|
}
|
|
350
349
|
if (!aa) {
|
|
@@ -366,7 +365,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
366
365
|
m.ak = true;
|
|
367
366
|
m.y = x;
|
|
368
367
|
m.text = d;
|
|
369
|
-
m.dj = BrushUtil.
|
|
368
|
+
m.dj = BrushUtil.l(180, 0, 0, 0);
|
|
370
369
|
m.l = 0;
|
|
371
370
|
}
|
|
372
371
|
finally {
|
|
@@ -402,6 +401,9 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
401
|
}
|
|
403
402
|
};
|
|
404
403
|
CheckboxListView.prototype.ae = function () {
|
|
404
|
+
if (this.n != null) {
|
|
405
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
406
|
+
}
|
|
405
407
|
};
|
|
406
408
|
CheckboxListView.prototype.o = function (a, b) {
|
|
407
409
|
var c = a;
|
|
@@ -409,21 +411,21 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
411
|
var e = c.checked;
|
|
410
412
|
if (e == true) {
|
|
411
413
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
414
|
+
this.c.eg(d);
|
|
413
415
|
}
|
|
414
416
|
else {
|
|
415
|
-
this.c.
|
|
417
|
+
this.c.da(d);
|
|
416
418
|
}
|
|
417
419
|
}
|
|
418
420
|
else {
|
|
419
421
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
422
|
+
this.c.da(d);
|
|
421
423
|
}
|
|
422
424
|
else {
|
|
423
|
-
this.c.
|
|
425
|
+
this.c.eg(d);
|
|
424
426
|
}
|
|
425
427
|
}
|
|
426
|
-
this.c.
|
|
428
|
+
this.c.dy(d, e);
|
|
427
429
|
this.an(false);
|
|
428
430
|
};
|
|
429
431
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +439,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
439
|
var e = parseInt(d.a4.toString());
|
|
438
440
|
if (e == a) {
|
|
439
441
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
442
|
+
this.c.dy(e, b);
|
|
441
443
|
}
|
|
442
444
|
}
|
|
443
445
|
}
|
|
@@ -482,7 +484,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
484
|
CheckboxListView.prototype.w = function (a) {
|
|
483
485
|
this.n = a;
|
|
484
486
|
if (null != this.n) {
|
|
485
|
-
this.n.setStyleProperty("margin", "
|
|
487
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
488
|
+
this.ae();
|
|
486
489
|
}
|
|
487
490
|
};
|
|
488
491
|
CheckboxListView.prototype.ao = function () {
|
|
@@ -497,7 +500,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
500
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
501
|
this.b.n = this.c.baseTheme;
|
|
499
502
|
this.m = a.createElement("label");
|
|
500
|
-
this.m.setRawText(this.c.
|
|
503
|
+
this.m.setRawText(this.c.c0);
|
|
501
504
|
this.m.setStyleProperty("font-size", "13px");
|
|
502
505
|
this.n.setStyleProperty("display", "flex");
|
|
503
506
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -513,8 +516,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
516
|
};
|
|
514
517
|
CheckboxListView.prototype.am = function () {
|
|
515
518
|
if (null != this.m) {
|
|
516
|
-
this.m.setRawText(this.c.
|
|
517
|
-
NativeUI.
|
|
519
|
+
this.m.setRawText(this.c.c0);
|
|
520
|
+
NativeUI.r(this.m, this.c.e5);
|
|
518
521
|
}
|
|
519
522
|
};
|
|
520
523
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -525,10 +528,10 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
525
528
|
};
|
|
526
529
|
CheckboxListView.prototype.al = function () {
|
|
527
530
|
if (this.l != null) {
|
|
528
|
-
this.l.setStyleProperty("display", this.c.
|
|
531
|
+
this.l.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
529
532
|
}
|
|
530
533
|
if (this.k != null) {
|
|
531
|
-
this.k.setStyleProperty("display", this.c.
|
|
534
|
+
this.k.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
532
535
|
}
|
|
533
536
|
};
|
|
534
537
|
CheckboxListView.prototype.an = function (a) {
|
|
@@ -543,7 +546,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
543
546
|
var c = this.b.z;
|
|
544
547
|
this.b.z = a;
|
|
545
548
|
try {
|
|
546
|
-
if (this.c.
|
|
549
|
+
if (this.c.a5) {
|
|
547
550
|
this.b.indeterminate = true;
|
|
548
551
|
return;
|
|
549
552
|
}
|
|
@@ -565,12 +568,12 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
568
|
return;
|
|
566
569
|
}
|
|
567
570
|
if (b.isChecked) {
|
|
568
|
-
this.c.
|
|
569
|
-
this.c.
|
|
571
|
+
this.c.ej();
|
|
572
|
+
this.c.d7(b.isChecked);
|
|
570
573
|
}
|
|
571
574
|
else {
|
|
572
|
-
this.c.
|
|
573
|
-
this.c.
|
|
575
|
+
this.c.dg();
|
|
576
|
+
this.c.d7(b.isChecked);
|
|
574
577
|
}
|
|
575
578
|
};
|
|
576
579
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -580,8 +583,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
583
|
}
|
|
581
584
|
var b = a.rootWrapper;
|
|
582
585
|
if (null != b) {
|
|
583
|
-
NativeUI.
|
|
584
|
-
NativeUI.
|
|
586
|
+
NativeUI.r(b, this.c.fp);
|
|
587
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
585
588
|
}
|
|
586
589
|
};
|
|
587
590
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -590,8 +593,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
593
|
}
|
|
591
594
|
};
|
|
592
595
|
CheckboxListView.prototype.aj = function () {
|
|
593
|
-
if (this.c.
|
|
594
|
-
this.m.setStyleProperty("font", this.c.
|
|
596
|
+
if (this.c.ao != null) {
|
|
597
|
+
this.m.setStyleProperty("font", this.c.ao.fontString);
|
|
595
598
|
}
|
|
596
599
|
else {
|
|
597
600
|
this.m.setStyleProperty("font-family", "Verdana");
|
|
@@ -602,19 +605,20 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
605
|
if (this.b == null) {
|
|
603
606
|
return;
|
|
604
607
|
}
|
|
605
|
-
this.b.dk = this.c.
|
|
606
|
-
this.b.dd = this.c.
|
|
607
|
-
this.b.dl = this.c.
|
|
608
|
-
this.b.de = this.c.
|
|
609
|
-
this.b.dm = this.c.
|
|
608
|
+
this.b.dk = this.c.e9;
|
|
609
|
+
this.b.dd = this.c.e7;
|
|
610
|
+
this.b.dl = this.c.fa;
|
|
611
|
+
this.b.de = this.c.e8;
|
|
612
|
+
this.b.dm = this.c.fb;
|
|
610
613
|
};
|
|
611
614
|
CheckboxListView.prototype.ah = function (a) {
|
|
612
615
|
if (this.k != null) {
|
|
613
|
-
NativeUI.
|
|
616
|
+
NativeUI.y(this.k, a);
|
|
614
617
|
}
|
|
615
618
|
};
|
|
616
619
|
CheckboxListView.prototype.v = function (a) {
|
|
617
620
|
this.k = a;
|
|
621
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
618
622
|
};
|
|
619
623
|
CheckboxListView.prototype.aq = function () {
|
|
620
624
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -633,8 +637,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
637
|
try {
|
|
634
638
|
for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
635
639
|
var a = _c.value;
|
|
636
|
-
a.value.
|
|
637
|
-
a.value.
|
|
640
|
+
a.value.bg = null;
|
|
641
|
+
a.value.bh = null;
|
|
638
642
|
}
|
|
639
643
|
}
|
|
640
644
|
catch (e_4_1) {
|
|
@@ -668,73 +672,74 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
668
672
|
function CheckboxList() {
|
|
669
673
|
var _this = _super.call(this) || this;
|
|
670
674
|
_this._view = null;
|
|
671
|
-
_this.
|
|
672
|
-
_this.
|
|
673
|
-
_this.aj = null;
|
|
674
|
-
_this.ah = null;
|
|
675
|
+
_this.g = null;
|
|
676
|
+
_this.k = null;
|
|
675
677
|
_this.ak = null;
|
|
676
678
|
_this.ai = null;
|
|
679
|
+
_this.al = null;
|
|
680
|
+
_this.aj = null;
|
|
677
681
|
_this.d = null;
|
|
678
|
-
_this.ar = false;
|
|
679
|
-
_this.c = null;
|
|
680
|
-
_this.u = null;
|
|
681
|
-
_this.w = null;
|
|
682
682
|
_this.as = false;
|
|
683
|
-
_this.
|
|
684
|
-
_this.
|
|
683
|
+
_this.c = null;
|
|
684
|
+
_this.v = null;
|
|
685
|
+
_this.x = null;
|
|
686
|
+
_this.at = false;
|
|
687
|
+
_this.aq = null;
|
|
688
|
+
_this.h = new GridSelectedKeysCollection();
|
|
685
689
|
_this.a = null;
|
|
686
690
|
_this.propertyChanged = null;
|
|
687
691
|
_this.selectedKeyAdded = null;
|
|
688
692
|
_this.selectedKeyRemoved = null;
|
|
689
693
|
_this.checkedChanged = null;
|
|
690
694
|
_this.labelClicked = null;
|
|
695
|
+
_this.av = false;
|
|
691
696
|
_this.au = false;
|
|
692
|
-
_this.at = false;
|
|
693
|
-
_this.bk = null;
|
|
694
|
-
_this.bo = null;
|
|
695
|
-
_this.bj = null;
|
|
696
|
-
_this.bs = null;
|
|
697
|
-
_this.bq = null;
|
|
698
|
-
_this.br = null;
|
|
699
697
|
_this.bp = null;
|
|
700
|
-
_this.
|
|
701
|
-
_this.
|
|
702
|
-
_this.
|
|
703
|
-
_this.
|
|
704
|
-
_this.
|
|
705
|
-
_this.
|
|
706
|
-
_this.
|
|
707
|
-
_this.
|
|
708
|
-
_this.aw = true;
|
|
709
|
-
_this.ew = null;
|
|
710
|
-
_this.eu = null;
|
|
698
|
+
_this.bt = null;
|
|
699
|
+
_this.bo = null;
|
|
700
|
+
_this.bx = null;
|
|
701
|
+
_this.bv = null;
|
|
702
|
+
_this.bw = null;
|
|
703
|
+
_this.bu = null;
|
|
704
|
+
_this.z = 3;
|
|
705
|
+
_this.bk = -1;
|
|
711
706
|
_this.am = null;
|
|
712
|
-
_this.
|
|
713
|
-
_this.
|
|
714
|
-
_this.
|
|
715
|
-
_this.
|
|
716
|
-
_this.
|
|
717
|
-
_this.
|
|
718
|
-
_this.
|
|
707
|
+
_this.m = 1;
|
|
708
|
+
_this.ae = 1;
|
|
709
|
+
_this.ag = 2;
|
|
710
|
+
_this.e1 = BrushUtil.l(255, 24, 29, 31);
|
|
711
|
+
_this.ez = null;
|
|
712
|
+
_this.ax = true;
|
|
713
|
+
_this.e2 = null;
|
|
714
|
+
_this.e0 = null;
|
|
715
|
+
_this.an = null;
|
|
716
|
+
_this.eu = null;
|
|
719
717
|
_this.es = null;
|
|
718
|
+
_this.ev = null;
|
|
719
|
+
_this.et = null;
|
|
720
|
+
_this.ew = null;
|
|
721
|
+
_this.bb = NaN;
|
|
722
|
+
_this.f = null;
|
|
723
|
+
_this.ac = 0;
|
|
724
|
+
_this.ey = null;
|
|
720
725
|
_this.indexTypeChanged = null;
|
|
721
|
-
_this.
|
|
722
|
-
_this.
|
|
723
|
-
_this.
|
|
724
|
-
_this.
|
|
725
|
-
_this.
|
|
726
|
-
_this.
|
|
727
|
-
_this.
|
|
728
|
-
_this.
|
|
726
|
+
_this.aw = false;
|
|
727
|
+
_this.cz = null;
|
|
728
|
+
_this.e3 = null;
|
|
729
|
+
_this.eq = CheckboxList.ff;
|
|
730
|
+
_this.a9 = true;
|
|
731
|
+
_this.er = CheckboxList.fc;
|
|
732
|
+
_this.ex = CheckboxList.fe;
|
|
733
|
+
_this.e4 = CheckboxList.ff;
|
|
729
734
|
_this.keysCleared = null;
|
|
730
735
|
_this.selectAllCheckboxChanged = null;
|
|
731
|
-
_this.
|
|
732
|
-
_this.
|
|
733
|
-
_this.
|
|
734
|
-
_this.
|
|
735
|
-
var a = _this.
|
|
736
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
737
|
-
_this.
|
|
736
|
+
_this.bm = -1;
|
|
737
|
+
_this.a7 = true;
|
|
738
|
+
_this.a3 = true;
|
|
739
|
+
_this.ay = false;
|
|
740
|
+
var a = _this.h;
|
|
741
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ea));
|
|
742
|
+
_this.h.am(runOn(_this, _this.d9));
|
|
738
743
|
_this.d = new FilterFactory();
|
|
739
744
|
var b = new CheckboxListView();
|
|
740
745
|
b.c = _this;
|
|
@@ -752,50 +757,50 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
752
757
|
enumerable: false,
|
|
753
758
|
configurable: true
|
|
754
759
|
});
|
|
755
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
760
|
+
Object.defineProperty(CheckboxList.prototype, "y", {
|
|
756
761
|
get: function () {
|
|
757
|
-
return this.
|
|
762
|
+
return this.x;
|
|
758
763
|
},
|
|
759
764
|
set: function (a) {
|
|
760
|
-
this.
|
|
765
|
+
this.x = a;
|
|
761
766
|
},
|
|
762
767
|
enumerable: false,
|
|
763
768
|
configurable: true
|
|
764
769
|
});
|
|
765
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
770
|
+
Object.defineProperty(CheckboxList.prototype, "w", {
|
|
766
771
|
get: function () {
|
|
767
|
-
return this.
|
|
772
|
+
return this.v;
|
|
768
773
|
},
|
|
769
774
|
set: function (a) {
|
|
770
|
-
this.
|
|
775
|
+
this.v = a;
|
|
771
776
|
},
|
|
772
777
|
enumerable: false,
|
|
773
778
|
configurable: true
|
|
774
779
|
});
|
|
775
780
|
Object.defineProperty(CheckboxList.prototype, "e", {
|
|
776
781
|
get: function () {
|
|
777
|
-
if (this.
|
|
782
|
+
if (this.g == null) {
|
|
778
783
|
return null;
|
|
779
784
|
}
|
|
780
|
-
return this.
|
|
785
|
+
return this.g.actualDataSource;
|
|
781
786
|
},
|
|
782
787
|
enumerable: false,
|
|
783
788
|
configurable: true
|
|
784
789
|
});
|
|
785
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
790
|
+
Object.defineProperty(CheckboxList.prototype, "ar", {
|
|
786
791
|
get: function () {
|
|
787
|
-
if (this.
|
|
788
|
-
this.
|
|
789
|
-
this.
|
|
792
|
+
if (this.aq == null) {
|
|
793
|
+
this.aq = new SRProvider(this.view.j);
|
|
794
|
+
this.aq.cb("DataGrid");
|
|
790
795
|
}
|
|
791
|
-
return this.
|
|
796
|
+
return this.aq;
|
|
792
797
|
},
|
|
793
798
|
enumerable: false,
|
|
794
799
|
configurable: true
|
|
795
800
|
});
|
|
796
801
|
Object.defineProperty(CheckboxList.prototype, "keys", {
|
|
797
802
|
get: function () {
|
|
798
|
-
return this.
|
|
803
|
+
return this.h;
|
|
799
804
|
},
|
|
800
805
|
enumerable: false,
|
|
801
806
|
configurable: true
|
|
@@ -808,7 +813,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
808
813
|
var b = this.a;
|
|
809
814
|
this.a = a;
|
|
810
815
|
if (b != this.a) {
|
|
811
|
-
this.
|
|
816
|
+
this.d5("PrimaryKey", b, this.a);
|
|
812
817
|
}
|
|
813
818
|
},
|
|
814
819
|
enumerable: false,
|
|
@@ -829,44 +834,44 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
829
834
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
830
835
|
this.keys.removeAt(a);
|
|
831
836
|
};
|
|
832
|
-
CheckboxList.prototype.
|
|
833
|
-
this.
|
|
837
|
+
CheckboxList.prototype.d9 = function () {
|
|
838
|
+
this.dq();
|
|
834
839
|
if (this.keysCleared != null) {
|
|
835
840
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
836
841
|
}
|
|
837
842
|
};
|
|
838
|
-
CheckboxList.prototype.
|
|
839
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
843
|
+
CheckboxList.prototype.ea = function (a, b) {
|
|
844
|
+
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
840
845
|
return;
|
|
841
846
|
}
|
|
842
847
|
switch (b.action) {
|
|
843
848
|
case 0:
|
|
844
849
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
845
|
-
this.
|
|
850
|
+
this.d3(b.newItems.item(c));
|
|
846
851
|
}
|
|
847
852
|
break;
|
|
848
853
|
case 1:
|
|
849
854
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
850
|
-
this.
|
|
855
|
+
this.d4(b.oldItems.item(d));
|
|
851
856
|
}
|
|
852
857
|
break;
|
|
853
858
|
case 2:
|
|
854
859
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
855
|
-
this.
|
|
860
|
+
this.d4(b.oldItems.item(e));
|
|
856
861
|
}
|
|
857
862
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
858
|
-
this.
|
|
863
|
+
this.d3(b.newItems.item(f));
|
|
859
864
|
}
|
|
860
865
|
break;
|
|
861
866
|
case 4:
|
|
862
867
|
this.view.ab(this.indexType == 0);
|
|
863
868
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
864
|
-
this.
|
|
869
|
+
this.d3(this.keys.ae._inner[g]);
|
|
865
870
|
}
|
|
866
871
|
break;
|
|
867
872
|
}
|
|
868
873
|
};
|
|
869
|
-
CheckboxList.prototype.
|
|
874
|
+
CheckboxList.prototype.d3 = function (a) {
|
|
870
875
|
var _this = this;
|
|
871
876
|
var b = this.e.indexOfKey(a.value);
|
|
872
877
|
if (b >= 0) {
|
|
@@ -883,7 +888,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
883
888
|
return $ret;
|
|
884
889
|
})()));
|
|
885
890
|
};
|
|
886
|
-
CheckboxList.prototype.
|
|
891
|
+
CheckboxList.prototype.d4 = function (a) {
|
|
887
892
|
var _this = this;
|
|
888
893
|
var b = this.e.indexOfKey(a.value);
|
|
889
894
|
if (b >= 0) {
|
|
@@ -900,8 +905,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
905
|
return $ret;
|
|
901
906
|
})()));
|
|
902
907
|
};
|
|
903
|
-
CheckboxList.prototype.
|
|
904
|
-
if (this.checkedChanged != null && this.
|
|
908
|
+
CheckboxList.prototype.dy = function (a, b) {
|
|
909
|
+
if (this.checkedChanged != null && this.at == false) {
|
|
905
910
|
var c_1 = null;
|
|
906
911
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
907
912
|
c_1 = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -922,135 +927,135 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
922
927
|
this.view.q();
|
|
923
928
|
};
|
|
924
929
|
CheckboxList.prototype.onAttachedToUI = function () {
|
|
925
|
-
this.
|
|
926
|
-
if (this.
|
|
927
|
-
var a = this.
|
|
928
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
929
|
-
var b = this.
|
|
930
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
931
|
-
if (this.
|
|
932
|
-
var c = this.
|
|
933
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
930
|
+
this.av = false;
|
|
931
|
+
if (this.g != null) {
|
|
932
|
+
var a = this.g;
|
|
933
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
|
|
934
|
+
var b = this.g;
|
|
935
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
|
|
936
|
+
if (this.g.actualDataSource != null) {
|
|
937
|
+
var c = this.g.actualDataSource;
|
|
938
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
|
|
934
939
|
}
|
|
935
940
|
}
|
|
936
|
-
if (this.
|
|
937
|
-
var d = this.
|
|
938
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
941
|
+
if (this.v != null) {
|
|
942
|
+
var d = this.v;
|
|
943
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dn));
|
|
939
944
|
}
|
|
940
|
-
if (this.
|
|
941
|
-
var e = this.
|
|
942
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
945
|
+
if (this.k != null) {
|
|
946
|
+
var e = this.k;
|
|
947
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
|
|
943
948
|
}
|
|
944
949
|
};
|
|
945
950
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
946
|
-
this.
|
|
947
|
-
this.
|
|
948
|
-
this.
|
|
951
|
+
this.av = true;
|
|
952
|
+
this.dj();
|
|
953
|
+
this.di();
|
|
949
954
|
};
|
|
950
|
-
CheckboxList.prototype.
|
|
951
|
-
if (this.
|
|
952
|
-
var a = this.
|
|
953
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
954
|
-
var b = this.
|
|
955
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
956
|
-
if (this.
|
|
957
|
-
var c = this.
|
|
958
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
955
|
+
CheckboxList.prototype.dj = function () {
|
|
956
|
+
if (this.g != null) {
|
|
957
|
+
var a = this.g;
|
|
958
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
|
|
959
|
+
var b = this.g;
|
|
960
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
|
|
961
|
+
if (this.g.actualDataSource != null) {
|
|
962
|
+
var c = this.g.actualDataSource;
|
|
963
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
|
|
959
964
|
}
|
|
960
965
|
}
|
|
961
|
-
if (this.
|
|
962
|
-
var d = this.
|
|
963
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
966
|
+
if (this.v != null) {
|
|
967
|
+
var d = this.v;
|
|
968
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dn));
|
|
964
969
|
}
|
|
965
970
|
};
|
|
966
|
-
CheckboxList.prototype.
|
|
967
|
-
if (this.
|
|
968
|
-
var a = this.
|
|
969
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
971
|
+
CheckboxList.prototype.di = function () {
|
|
972
|
+
if (this.k != null) {
|
|
973
|
+
var a = this.k;
|
|
974
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
|
|
970
975
|
}
|
|
971
976
|
};
|
|
972
977
|
CheckboxList.prototype.destroy = function () {
|
|
973
|
-
this.
|
|
974
|
-
if (!this.
|
|
975
|
-
this.
|
|
978
|
+
this.au = true;
|
|
979
|
+
if (!this.av) {
|
|
980
|
+
this.dj();
|
|
976
981
|
}
|
|
977
982
|
this.provideContainer(null, null, null);
|
|
978
|
-
if (!this.
|
|
979
|
-
this.
|
|
983
|
+
if (!this.av) {
|
|
984
|
+
this.di();
|
|
980
985
|
}
|
|
981
986
|
};
|
|
982
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
987
|
+
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
983
988
|
get: function () {
|
|
984
|
-
return this.
|
|
989
|
+
return this.au || this.av;
|
|
985
990
|
},
|
|
986
991
|
enumerable: false,
|
|
987
992
|
configurable: true
|
|
988
993
|
});
|
|
989
994
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
990
|
-
this.
|
|
991
|
-
if (null != this.
|
|
992
|
-
this.
|
|
993
|
-
var d = this.
|
|
994
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
995
|
-
this.
|
|
996
|
-
this.
|
|
997
|
-
this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
1000
|
-
this.
|
|
1001
|
-
this.
|
|
1002
|
-
this.
|
|
1003
|
-
var e = this.
|
|
1004
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1005
|
-
if (this.
|
|
1006
|
-
this.
|
|
1007
|
-
this.
|
|
1008
|
-
this.
|
|
1009
|
-
}
|
|
1010
|
-
if (this.
|
|
1011
|
-
this.
|
|
1012
|
-
this.
|
|
995
|
+
this.g = b;
|
|
996
|
+
if (null != this.g) {
|
|
997
|
+
this.g.scrollbarStyle = 1;
|
|
998
|
+
var d = this.g;
|
|
999
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
|
|
1000
|
+
this.g.scrollbarBackground = this.fi;
|
|
1001
|
+
this.g.headerHeight = 0;
|
|
1002
|
+
this.g.rowSeparatorHeight = 0;
|
|
1003
|
+
this.g.defaultColumnMinWidth = NaN;
|
|
1004
|
+
this.g.autoGenerateColumns = false;
|
|
1005
|
+
this.g.activationMode = 0;
|
|
1006
|
+
this.g.selectionMode = 0;
|
|
1007
|
+
this.g.editMode = 0;
|
|
1008
|
+
var e = this.g;
|
|
1009
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
|
|
1010
|
+
if (this.bp != null) {
|
|
1011
|
+
this.g.itemsSource = this.bp;
|
|
1012
|
+
this.dd();
|
|
1013
|
+
this.d8();
|
|
1014
|
+
}
|
|
1015
|
+
if (this.bt != null) {
|
|
1016
|
+
this.d8();
|
|
1017
|
+
this.em();
|
|
1013
1018
|
}
|
|
1014
1019
|
}
|
|
1015
1020
|
this.view.w(c);
|
|
1016
|
-
if (this.
|
|
1017
|
-
this.
|
|
1021
|
+
if (this.az) {
|
|
1022
|
+
this.eo();
|
|
1018
1023
|
}
|
|
1019
1024
|
this.view.r(a);
|
|
1020
1025
|
};
|
|
1021
|
-
CheckboxList.prototype.
|
|
1022
|
-
this.
|
|
1026
|
+
CheckboxList.prototype.dl = function (a, b) {
|
|
1027
|
+
this.g.scrollbarStyle = this.ad;
|
|
1023
1028
|
};
|
|
1024
1029
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1025
1030
|
this.view.w(a);
|
|
1026
1031
|
};
|
|
1027
|
-
CheckboxList.prototype.
|
|
1028
|
-
if (!this.
|
|
1032
|
+
CheckboxList.prototype.dk = function (a, b) {
|
|
1033
|
+
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
1029
1034
|
return;
|
|
1030
1035
|
}
|
|
1031
1036
|
var c = b.cellInfo.l.x;
|
|
1032
1037
|
if (-1 == c) {
|
|
1033
1038
|
return;
|
|
1034
1039
|
}
|
|
1035
|
-
var d = b.cellInfo.
|
|
1036
|
-
var e = this.
|
|
1037
|
-
if (this.
|
|
1040
|
+
var d = b.cellInfo.ih;
|
|
1041
|
+
var e = this.j(d);
|
|
1042
|
+
if (this.a6) {
|
|
1038
1043
|
if (this.keys.contains(e)) {
|
|
1039
|
-
if (this.
|
|
1040
|
-
this.
|
|
1044
|
+
if (this.ak != null) {
|
|
1045
|
+
this.ak.setPropertyValue(d, false);
|
|
1041
1046
|
}
|
|
1042
1047
|
this.keys.remove(e);
|
|
1043
1048
|
}
|
|
1044
1049
|
else {
|
|
1045
|
-
if (this.
|
|
1046
|
-
this.
|
|
1050
|
+
if (this.ak != null) {
|
|
1051
|
+
this.ak.setPropertyValue(d, true);
|
|
1047
1052
|
}
|
|
1048
1053
|
this.keys.add(e);
|
|
1049
1054
|
}
|
|
1050
1055
|
}
|
|
1051
|
-
this.
|
|
1056
|
+
this.dt(c, this.keys.contains(e));
|
|
1052
1057
|
};
|
|
1053
|
-
CheckboxList.prototype.
|
|
1058
|
+
CheckboxList.prototype.dt = function (a, b) {
|
|
1054
1059
|
var c = null;
|
|
1055
1060
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1056
1061
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1069,21 +1074,21 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1069
1074
|
return $ret;
|
|
1070
1075
|
})()));
|
|
1071
1076
|
};
|
|
1072
|
-
CheckboxList.prototype.
|
|
1077
|
+
CheckboxList.prototype.de = function (a, b) {
|
|
1073
1078
|
var c = b.cellInfo.l.x;
|
|
1074
1079
|
if (-1 == c) {
|
|
1075
1080
|
return;
|
|
1076
1081
|
}
|
|
1077
1082
|
var d = false;
|
|
1078
|
-
if (b.cellInfo.
|
|
1079
|
-
var e = this.
|
|
1083
|
+
if (b.cellInfo.ih != null) {
|
|
1084
|
+
var e = this.j(b.cellInfo.ih);
|
|
1080
1085
|
if (this.keys.contains(e)) {
|
|
1081
1086
|
d = true;
|
|
1082
1087
|
}
|
|
1083
1088
|
}
|
|
1084
1089
|
this.view.t(b.content.element, c, d);
|
|
1085
1090
|
};
|
|
1086
|
-
CheckboxList.prototype.
|
|
1091
|
+
CheckboxList.prototype.en = function (a, b) {
|
|
1087
1092
|
var c = b.cellInfo.l.x;
|
|
1088
1093
|
if (-1 == c) {
|
|
1089
1094
|
return;
|
|
@@ -1093,13 +1098,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1093
1098
|
var f = null;
|
|
1094
1099
|
var g = null;
|
|
1095
1100
|
var h = null;
|
|
1096
|
-
if (b.cellInfo.
|
|
1097
|
-
d = this.
|
|
1098
|
-
if (this.
|
|
1099
|
-
e = this.
|
|
1101
|
+
if (b.cellInfo.ih != null) {
|
|
1102
|
+
d = this.ai.getPropertyValue(b.cellInfo.ih);
|
|
1103
|
+
if (this.al != null) {
|
|
1104
|
+
e = this.al.getPropertyValue(b.cellInfo.ih);
|
|
1100
1105
|
}
|
|
1101
|
-
if (this.
|
|
1102
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.
|
|
1106
|
+
if (this.aj != null) {
|
|
1107
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ih));
|
|
1103
1108
|
if (i == 0) {
|
|
1104
1109
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1105
1110
|
}
|
|
@@ -1111,31 +1116,31 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1111
1116
|
}
|
|
1112
1117
|
}
|
|
1113
1118
|
}
|
|
1114
|
-
this.view.u(b.content.element, c, d, e, this.
|
|
1119
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1115
1120
|
};
|
|
1116
|
-
CheckboxList.prototype.
|
|
1117
|
-
if (this.
|
|
1118
|
-
var b = this.d.property(this.
|
|
1121
|
+
CheckboxList.prototype.d0 = function (a) {
|
|
1122
|
+
if (this.bt != null) {
|
|
1123
|
+
var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1119
1124
|
var c = b.contains(a);
|
|
1120
|
-
if (!this.
|
|
1125
|
+
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1121
1126
|
this.c = c;
|
|
1122
|
-
this.
|
|
1127
|
+
this.g.filterExpressions.add(this.c);
|
|
1123
1128
|
}
|
|
1124
1129
|
else {
|
|
1125
|
-
var d = this.
|
|
1126
|
-
this.
|
|
1130
|
+
var d = this.g.filterExpressions.k.indexOf(this.c);
|
|
1131
|
+
this.g.filterExpressions.k.item(d, this.c = c);
|
|
1127
1132
|
}
|
|
1128
1133
|
}
|
|
1129
1134
|
};
|
|
1130
1135
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1131
1136
|
get: function () {
|
|
1132
|
-
return this.
|
|
1137
|
+
return this.bp;
|
|
1133
1138
|
},
|
|
1134
1139
|
set: function (a) {
|
|
1135
|
-
var b = this.
|
|
1136
|
-
this.
|
|
1137
|
-
if (b != this.
|
|
1138
|
-
this.
|
|
1140
|
+
var b = this.bp;
|
|
1141
|
+
this.bp = a;
|
|
1142
|
+
if (b != this.bp) {
|
|
1143
|
+
this.d5("ItemsSource", b, this.bp);
|
|
1139
1144
|
}
|
|
1140
1145
|
},
|
|
1141
1146
|
enumerable: false,
|
|
@@ -1143,55 +1148,55 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1143
1148
|
});
|
|
1144
1149
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1145
1150
|
get: function () {
|
|
1146
|
-
return this.
|
|
1151
|
+
return this.bt;
|
|
1147
1152
|
},
|
|
1148
1153
|
set: function (a) {
|
|
1149
|
-
var b = this.
|
|
1150
|
-
this.
|
|
1151
|
-
if (b != this.
|
|
1152
|
-
this.
|
|
1154
|
+
var b = this.bt;
|
|
1155
|
+
this.bt = a;
|
|
1156
|
+
if (b != this.bt) {
|
|
1157
|
+
this.d5("DataMemberPath", b, this.bt);
|
|
1153
1158
|
}
|
|
1154
1159
|
},
|
|
1155
1160
|
enumerable: false,
|
|
1156
1161
|
configurable: true
|
|
1157
1162
|
});
|
|
1158
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1163
|
+
Object.defineProperty(CheckboxList.prototype, "bq", {
|
|
1159
1164
|
get: function () {
|
|
1160
|
-
return this.
|
|
1165
|
+
return this.bo;
|
|
1161
1166
|
},
|
|
1162
1167
|
set: function (a) {
|
|
1163
|
-
var b = this.
|
|
1164
|
-
this.
|
|
1165
|
-
if (b != this.
|
|
1166
|
-
this.
|
|
1168
|
+
var b = this.bo;
|
|
1169
|
+
this.bo = a;
|
|
1170
|
+
if (b != this.bo) {
|
|
1171
|
+
this.d5("DataLegendTarget", b, this.bo);
|
|
1167
1172
|
}
|
|
1168
1173
|
},
|
|
1169
1174
|
enumerable: false,
|
|
1170
1175
|
configurable: true
|
|
1171
1176
|
});
|
|
1172
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1177
|
+
Object.defineProperty(CheckboxList.prototype, "c7", {
|
|
1173
1178
|
get: function () {
|
|
1174
|
-
return this.
|
|
1179
|
+
return this.bx;
|
|
1175
1180
|
},
|
|
1176
1181
|
set: function (a) {
|
|
1177
|
-
var b = this.
|
|
1178
|
-
this.
|
|
1179
|
-
if (b != this.
|
|
1180
|
-
this.
|
|
1182
|
+
var b = this.bx;
|
|
1183
|
+
this.bx = a;
|
|
1184
|
+
if (b != this.bx) {
|
|
1185
|
+
this.d5("SubtitleMemberPath", b, this.bx);
|
|
1181
1186
|
}
|
|
1182
1187
|
},
|
|
1183
1188
|
enumerable: false,
|
|
1184
1189
|
configurable: true
|
|
1185
1190
|
});
|
|
1186
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1191
|
+
Object.defineProperty(CheckboxList.prototype, "cm", {
|
|
1187
1192
|
get: function () {
|
|
1188
|
-
return this.
|
|
1193
|
+
return this.bv;
|
|
1189
1194
|
},
|
|
1190
1195
|
set: function (a) {
|
|
1191
|
-
var b = this.
|
|
1192
|
-
this.
|
|
1193
|
-
if (b != this.
|
|
1194
|
-
this.
|
|
1196
|
+
var b = this.bv;
|
|
1197
|
+
this.bv = a;
|
|
1198
|
+
if (b != this.bv) {
|
|
1199
|
+
this.d5("PropertyTypeMemberPath", b, this.bv);
|
|
1195
1200
|
}
|
|
1196
1201
|
},
|
|
1197
1202
|
enumerable: false,
|
|
@@ -1199,91 +1204,91 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1199
1204
|
});
|
|
1200
1205
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1201
1206
|
get: function () {
|
|
1202
|
-
return this.
|
|
1207
|
+
return this.bw;
|
|
1203
1208
|
},
|
|
1204
1209
|
set: function (a) {
|
|
1205
|
-
var b = this.
|
|
1206
|
-
this.
|
|
1207
|
-
if (b != this.
|
|
1208
|
-
this.
|
|
1210
|
+
var b = this.bw;
|
|
1211
|
+
this.bw = a;
|
|
1212
|
+
if (b != this.bw) {
|
|
1213
|
+
this.d5("SelectedMemberPath", b, this.bw);
|
|
1209
1214
|
}
|
|
1210
1215
|
},
|
|
1211
1216
|
enumerable: false,
|
|
1212
1217
|
configurable: true
|
|
1213
1218
|
});
|
|
1214
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1219
|
+
Object.defineProperty(CheckboxList.prototype, "cf", {
|
|
1215
1220
|
get: function () {
|
|
1216
|
-
return this.
|
|
1221
|
+
return this.bu;
|
|
1217
1222
|
},
|
|
1218
1223
|
set: function (a) {
|
|
1219
|
-
var b = this.
|
|
1220
|
-
this.
|
|
1221
|
-
if (b != this.
|
|
1222
|
-
this.
|
|
1224
|
+
var b = this.bu;
|
|
1225
|
+
this.bu = a;
|
|
1226
|
+
if (b != this.bu) {
|
|
1227
|
+
this.d5("FilterPlaceholderText", b, this.bu);
|
|
1223
1228
|
}
|
|
1224
1229
|
},
|
|
1225
1230
|
enumerable: false,
|
|
1226
1231
|
configurable: true
|
|
1227
1232
|
});
|
|
1228
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1233
|
+
Object.defineProperty(CheckboxList.prototype, "aa", {
|
|
1229
1234
|
get: function () {
|
|
1230
|
-
return this.
|
|
1235
|
+
return this.z;
|
|
1231
1236
|
},
|
|
1232
1237
|
set: function (a) {
|
|
1233
|
-
var b = this.
|
|
1234
|
-
this.
|
|
1235
|
-
if (b != this.
|
|
1236
|
-
this.
|
|
1238
|
+
var b = this.z;
|
|
1239
|
+
this.z = a;
|
|
1240
|
+
if (b != this.z) {
|
|
1241
|
+
this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1237
1242
|
}
|
|
1238
1243
|
},
|
|
1239
1244
|
enumerable: false,
|
|
1240
1245
|
configurable: true
|
|
1241
1246
|
});
|
|
1242
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1247
|
+
Object.defineProperty(CheckboxList.prototype, "bn", {
|
|
1243
1248
|
get: function () {
|
|
1244
|
-
return this.
|
|
1249
|
+
return this.bk;
|
|
1245
1250
|
},
|
|
1246
1251
|
set: function (a) {
|
|
1247
|
-
var b = this.
|
|
1248
|
-
this.
|
|
1249
|
-
if (b != this.
|
|
1250
|
-
this.
|
|
1252
|
+
var b = this.bk;
|
|
1253
|
+
this.bk = a;
|
|
1254
|
+
if (b != this.bk) {
|
|
1255
|
+
this.d5("RowHeight", b, this.bk);
|
|
1251
1256
|
}
|
|
1252
1257
|
},
|
|
1253
1258
|
enumerable: false,
|
|
1254
1259
|
configurable: true
|
|
1255
1260
|
});
|
|
1256
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1261
|
+
Object.defineProperty(CheckboxList.prototype, "bl", {
|
|
1257
1262
|
get: function () {
|
|
1258
|
-
if (this.
|
|
1259
|
-
return this.
|
|
1263
|
+
if (this.g != null) {
|
|
1264
|
+
return this.g.actualRowHeight;
|
|
1260
1265
|
}
|
|
1261
|
-
else if (this.
|
|
1262
|
-
return this.
|
|
1266
|
+
else if (this.bk != -1) {
|
|
1267
|
+
return this.bk;
|
|
1263
1268
|
}
|
|
1264
1269
|
else {
|
|
1265
1270
|
switch (this.density) {
|
|
1266
1271
|
case 4:
|
|
1267
|
-
case 3: return GridStyleRepository.
|
|
1272
|
+
case 3: return GridStyleRepository.l;
|
|
1268
1273
|
case 0:
|
|
1269
|
-
case 2: return GridStyleRepository.
|
|
1270
|
-
case 1: return GridStyleRepository.
|
|
1274
|
+
case 2: return GridStyleRepository.m;
|
|
1275
|
+
case 1: return GridStyleRepository.k;
|
|
1271
1276
|
}
|
|
1272
|
-
return GridStyleRepository.
|
|
1277
|
+
return GridStyleRepository.m;
|
|
1273
1278
|
}
|
|
1274
1279
|
},
|
|
1275
1280
|
enumerable: false,
|
|
1276
1281
|
configurable: true
|
|
1277
1282
|
});
|
|
1278
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1283
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
1279
1284
|
get: function () {
|
|
1280
|
-
return this.
|
|
1285
|
+
return this.am;
|
|
1281
1286
|
},
|
|
1282
1287
|
set: function (a) {
|
|
1283
|
-
var b = this.
|
|
1284
|
-
this.
|
|
1285
|
-
if (b != this.
|
|
1286
|
-
this.
|
|
1288
|
+
var b = this.am;
|
|
1289
|
+
this.am = a;
|
|
1290
|
+
if (b != this.am) {
|
|
1291
|
+
this.d5("CellTextStyle", b, this.am);
|
|
1287
1292
|
}
|
|
1288
1293
|
},
|
|
1289
1294
|
enumerable: false,
|
|
@@ -1291,13 +1296,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1291
1296
|
});
|
|
1292
1297
|
Object.defineProperty(CheckboxList.prototype, "indexType", {
|
|
1293
1298
|
get: function () {
|
|
1294
|
-
return this.
|
|
1299
|
+
return this.m;
|
|
1295
1300
|
},
|
|
1296
1301
|
set: function (a) {
|
|
1297
|
-
var b = this.
|
|
1298
|
-
this.
|
|
1299
|
-
if (b != this.
|
|
1300
|
-
this.
|
|
1302
|
+
var b = this.m;
|
|
1303
|
+
this.m = a;
|
|
1304
|
+
if (b != this.m) {
|
|
1305
|
+
this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1301
1306
|
}
|
|
1302
1307
|
},
|
|
1303
1308
|
enumerable: false,
|
|
@@ -1305,13 +1310,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1305
1310
|
});
|
|
1306
1311
|
Object.defineProperty(CheckboxList.prototype, "baseTheme", {
|
|
1307
1312
|
get: function () {
|
|
1308
|
-
return this.
|
|
1313
|
+
return this.ae;
|
|
1309
1314
|
},
|
|
1310
1315
|
set: function (a) {
|
|
1311
|
-
var b = this.
|
|
1312
|
-
this.
|
|
1313
|
-
if (b != this.
|
|
1314
|
-
this.
|
|
1316
|
+
var b = this.ae;
|
|
1317
|
+
this.ae = a;
|
|
1318
|
+
if (b != this.ae) {
|
|
1319
|
+
this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1315
1320
|
}
|
|
1316
1321
|
},
|
|
1317
1322
|
enumerable: false,
|
|
@@ -1319,13 +1324,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1319
1324
|
});
|
|
1320
1325
|
Object.defineProperty(CheckboxList.prototype, "density", {
|
|
1321
1326
|
get: function () {
|
|
1322
|
-
return this.
|
|
1327
|
+
return this.ag;
|
|
1323
1328
|
},
|
|
1324
1329
|
set: function (a) {
|
|
1325
|
-
var b = this.
|
|
1326
|
-
this.
|
|
1327
|
-
if (b != this.
|
|
1328
|
-
this.
|
|
1330
|
+
var b = this.ag;
|
|
1331
|
+
this.ag = a;
|
|
1332
|
+
if (b != this.ag) {
|
|
1333
|
+
this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1329
1334
|
}
|
|
1330
1335
|
},
|
|
1331
1336
|
enumerable: false,
|
|
@@ -1333,41 +1338,41 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1333
1338
|
});
|
|
1334
1339
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1335
1340
|
get: function () {
|
|
1336
|
-
return this.
|
|
1341
|
+
return this.e1;
|
|
1337
1342
|
},
|
|
1338
1343
|
set: function (a) {
|
|
1339
|
-
var b = this.
|
|
1340
|
-
this.
|
|
1341
|
-
if (b != this.
|
|
1342
|
-
this.
|
|
1344
|
+
var b = this.e1;
|
|
1345
|
+
this.e1 = a;
|
|
1346
|
+
if (b != this.e1) {
|
|
1347
|
+
this.d5("SearchIconColor", b, this.e1);
|
|
1343
1348
|
}
|
|
1344
1349
|
},
|
|
1345
1350
|
enumerable: false,
|
|
1346
1351
|
configurable: true
|
|
1347
1352
|
});
|
|
1348
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1353
|
+
Object.defineProperty(CheckboxList.prototype, "fj", {
|
|
1349
1354
|
get: function () {
|
|
1350
|
-
return this.
|
|
1355
|
+
return this.ez;
|
|
1351
1356
|
},
|
|
1352
1357
|
set: function (a) {
|
|
1353
|
-
var b = this.
|
|
1354
|
-
this.
|
|
1355
|
-
if (b != this.
|
|
1356
|
-
this.
|
|
1358
|
+
var b = this.ez;
|
|
1359
|
+
this.ez = a;
|
|
1360
|
+
if (b != this.ez) {
|
|
1361
|
+
this.d5("SearchBackgroundColor", b, this.ez);
|
|
1357
1362
|
}
|
|
1358
1363
|
},
|
|
1359
1364
|
enumerable: false,
|
|
1360
1365
|
configurable: true
|
|
1361
1366
|
});
|
|
1362
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1367
|
+
Object.defineProperty(CheckboxList.prototype, "a6", {
|
|
1363
1368
|
get: function () {
|
|
1364
|
-
return this.
|
|
1369
|
+
return this.ax;
|
|
1365
1370
|
},
|
|
1366
1371
|
set: function (a) {
|
|
1367
|
-
var b = this.
|
|
1368
|
-
this.
|
|
1369
|
-
if (b != this.
|
|
1370
|
-
this.
|
|
1372
|
+
var b = this.ax;
|
|
1373
|
+
this.ax = a;
|
|
1374
|
+
if (b != this.ax) {
|
|
1375
|
+
this.d5("LabelClickTriggersChange", b, this.ax);
|
|
1371
1376
|
}
|
|
1372
1377
|
},
|
|
1373
1378
|
enumerable: false,
|
|
@@ -1375,197 +1380,197 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1375
1380
|
});
|
|
1376
1381
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1377
1382
|
get: function () {
|
|
1378
|
-
return this.
|
|
1383
|
+
return this.e2;
|
|
1379
1384
|
},
|
|
1380
1385
|
set: function (a) {
|
|
1381
|
-
var b = this.
|
|
1382
|
-
this.
|
|
1383
|
-
if (b != this.
|
|
1384
|
-
this.
|
|
1386
|
+
var b = this.e2;
|
|
1387
|
+
this.e2 = a;
|
|
1388
|
+
if (b != this.e2) {
|
|
1389
|
+
this.d5("SearchTextColor", b, this.e2);
|
|
1385
1390
|
}
|
|
1386
1391
|
},
|
|
1387
1392
|
enumerable: false,
|
|
1388
1393
|
configurable: true
|
|
1389
1394
|
});
|
|
1390
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1395
|
+
Object.defineProperty(CheckboxList.prototype, "fk", {
|
|
1391
1396
|
get: function () {
|
|
1392
|
-
return this.
|
|
1397
|
+
return this.e0;
|
|
1393
1398
|
},
|
|
1394
1399
|
set: function (a) {
|
|
1395
|
-
var b = this.
|
|
1396
|
-
this.
|
|
1397
|
-
if (b != this.
|
|
1398
|
-
this.
|
|
1400
|
+
var b = this.e0;
|
|
1401
|
+
this.e0 = a;
|
|
1402
|
+
if (b != this.e0) {
|
|
1403
|
+
this.d5("SearchBorderColor", b, this.e0);
|
|
1399
1404
|
}
|
|
1400
1405
|
},
|
|
1401
1406
|
enumerable: false,
|
|
1402
1407
|
configurable: true
|
|
1403
1408
|
});
|
|
1404
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1409
|
+
Object.defineProperty(CheckboxList.prototype, "ap", {
|
|
1405
1410
|
get: function () {
|
|
1406
|
-
return this.
|
|
1411
|
+
return this.an;
|
|
1407
1412
|
},
|
|
1408
1413
|
set: function (a) {
|
|
1409
|
-
var b = this.
|
|
1410
|
-
this.
|
|
1411
|
-
if (b != this.
|
|
1412
|
-
this.
|
|
1414
|
+
var b = this.an;
|
|
1415
|
+
this.an = a;
|
|
1416
|
+
if (b != this.an) {
|
|
1417
|
+
this.d5("SearchTextStyle", b, this.an);
|
|
1413
1418
|
}
|
|
1414
1419
|
},
|
|
1415
1420
|
enumerable: false,
|
|
1416
1421
|
configurable: true
|
|
1417
1422
|
});
|
|
1418
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1423
|
+
Object.defineProperty(CheckboxList.prototype, "e9", {
|
|
1419
1424
|
get: function () {
|
|
1420
|
-
return this.
|
|
1425
|
+
return this.eu;
|
|
1421
1426
|
},
|
|
1422
1427
|
set: function (a) {
|
|
1423
|
-
var b = this.
|
|
1424
|
-
this.
|
|
1425
|
-
if (b != this.
|
|
1426
|
-
this.
|
|
1428
|
+
var b = this.eu;
|
|
1429
|
+
this.eu = a;
|
|
1430
|
+
if (b != this.eu) {
|
|
1431
|
+
this.d5("CheckboxTickColor", b, this.eu);
|
|
1427
1432
|
}
|
|
1428
1433
|
},
|
|
1429
1434
|
enumerable: false,
|
|
1430
1435
|
configurable: true
|
|
1431
1436
|
});
|
|
1432
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1437
|
+
Object.defineProperty(CheckboxList.prototype, "e7", {
|
|
1433
1438
|
get: function () {
|
|
1434
|
-
return this.
|
|
1439
|
+
return this.es;
|
|
1435
1440
|
},
|
|
1436
1441
|
set: function (a) {
|
|
1437
|
-
var b = this.
|
|
1438
|
-
this.
|
|
1439
|
-
if (b != this.
|
|
1440
|
-
this.
|
|
1442
|
+
var b = this.es;
|
|
1443
|
+
this.es = a;
|
|
1444
|
+
if (b != this.es) {
|
|
1445
|
+
this.d5("CheckboxCheckedBackgroundColor", b, this.es);
|
|
1441
1446
|
}
|
|
1442
1447
|
},
|
|
1443
1448
|
enumerable: false,
|
|
1444
1449
|
configurable: true
|
|
1445
1450
|
});
|
|
1446
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1451
|
+
Object.defineProperty(CheckboxList.prototype, "fa", {
|
|
1447
1452
|
get: function () {
|
|
1448
|
-
return this.
|
|
1453
|
+
return this.ev;
|
|
1449
1454
|
},
|
|
1450
1455
|
set: function (a) {
|
|
1451
|
-
var b = this.
|
|
1452
|
-
this.
|
|
1453
|
-
if (b != this.
|
|
1454
|
-
this.
|
|
1456
|
+
var b = this.ev;
|
|
1457
|
+
this.ev = a;
|
|
1458
|
+
if (b != this.ev) {
|
|
1459
|
+
this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
|
|
1455
1460
|
}
|
|
1456
1461
|
},
|
|
1457
1462
|
enumerable: false,
|
|
1458
1463
|
configurable: true
|
|
1459
1464
|
});
|
|
1460
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1465
|
+
Object.defineProperty(CheckboxList.prototype, "e8", {
|
|
1461
1466
|
get: function () {
|
|
1462
|
-
return this.
|
|
1467
|
+
return this.et;
|
|
1463
1468
|
},
|
|
1464
1469
|
set: function (a) {
|
|
1465
|
-
var b = this.
|
|
1466
|
-
this.
|
|
1467
|
-
if (b != this.
|
|
1468
|
-
this.
|
|
1470
|
+
var b = this.et;
|
|
1471
|
+
this.et = a;
|
|
1472
|
+
if (b != this.et) {
|
|
1473
|
+
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1469
1474
|
}
|
|
1470
1475
|
},
|
|
1471
1476
|
enumerable: false,
|
|
1472
1477
|
configurable: true
|
|
1473
1478
|
});
|
|
1474
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1479
|
+
Object.defineProperty(CheckboxList.prototype, "fb", {
|
|
1475
1480
|
get: function () {
|
|
1476
|
-
return this.
|
|
1481
|
+
return this.ew;
|
|
1477
1482
|
},
|
|
1478
1483
|
set: function (a) {
|
|
1479
|
-
var b = this.
|
|
1480
|
-
this.
|
|
1481
|
-
if (b != this.
|
|
1482
|
-
this.
|
|
1484
|
+
var b = this.ew;
|
|
1485
|
+
this.ew = a;
|
|
1486
|
+
if (b != this.ew) {
|
|
1487
|
+
this.d5("CheckboxUncheckedBorderColor", b, this.ew);
|
|
1483
1488
|
}
|
|
1484
1489
|
},
|
|
1485
1490
|
enumerable: false,
|
|
1486
1491
|
configurable: true
|
|
1487
1492
|
});
|
|
1488
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1493
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
1489
1494
|
get: function () {
|
|
1490
|
-
return this.
|
|
1495
|
+
return this.bb;
|
|
1491
1496
|
},
|
|
1492
1497
|
set: function (a) {
|
|
1493
|
-
var b = this.
|
|
1494
|
-
this.
|
|
1495
|
-
if (b != this.
|
|
1496
|
-
this.
|
|
1498
|
+
var b = this.bb;
|
|
1499
|
+
this.bb = a;
|
|
1500
|
+
if (b != this.bb) {
|
|
1501
|
+
this.d5("CheckboxCornerRadius", b, this.bb);
|
|
1497
1502
|
}
|
|
1498
1503
|
},
|
|
1499
1504
|
enumerable: false,
|
|
1500
1505
|
configurable: true
|
|
1501
1506
|
});
|
|
1502
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1507
|
+
Object.defineProperty(CheckboxList.prototype, "ad", {
|
|
1503
1508
|
get: function () {
|
|
1504
|
-
return this.
|
|
1509
|
+
return this.ac;
|
|
1505
1510
|
},
|
|
1506
1511
|
set: function (a) {
|
|
1507
|
-
var b = this.
|
|
1508
|
-
this.
|
|
1509
|
-
if (b != this.
|
|
1510
|
-
this.
|
|
1512
|
+
var b = this.ac;
|
|
1513
|
+
this.ac = a;
|
|
1514
|
+
if (b != this.ac) {
|
|
1515
|
+
this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1511
1516
|
}
|
|
1512
1517
|
},
|
|
1513
1518
|
enumerable: false,
|
|
1514
1519
|
configurable: true
|
|
1515
1520
|
});
|
|
1516
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1521
|
+
Object.defineProperty(CheckboxList.prototype, "fi", {
|
|
1517
1522
|
get: function () {
|
|
1518
|
-
return this.
|
|
1523
|
+
return this.ey;
|
|
1519
1524
|
},
|
|
1520
1525
|
set: function (a) {
|
|
1521
|
-
var b = this.
|
|
1522
|
-
this.
|
|
1523
|
-
if (b != this.
|
|
1524
|
-
this.
|
|
1526
|
+
var b = this.ey;
|
|
1527
|
+
this.ey = a;
|
|
1528
|
+
if (b != this.ey) {
|
|
1529
|
+
this.d5("ScrollbarBackground", b, this.ey);
|
|
1525
1530
|
}
|
|
1526
1531
|
},
|
|
1527
1532
|
enumerable: false,
|
|
1528
1533
|
configurable: true
|
|
1529
1534
|
});
|
|
1530
|
-
CheckboxList.prototype.
|
|
1535
|
+
CheckboxList.prototype.d5 = function (a, b, c) {
|
|
1531
1536
|
if (this.propertyChanged != null) {
|
|
1532
1537
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1533
1538
|
}
|
|
1534
|
-
this.
|
|
1539
|
+
this.eb(a, b, c);
|
|
1535
1540
|
};
|
|
1536
|
-
CheckboxList.prototype.
|
|
1541
|
+
CheckboxList.prototype.eb = function (a, b, c) {
|
|
1537
1542
|
switch (a) {
|
|
1538
1543
|
case "IndexType":
|
|
1539
1544
|
this.keys.clear();
|
|
1540
|
-
this.
|
|
1545
|
+
this.dq();
|
|
1541
1546
|
if (this.keysCleared != null) {
|
|
1542
1547
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1543
1548
|
}
|
|
1544
1549
|
this.view.an();
|
|
1545
|
-
this.
|
|
1550
|
+
this.d1(b, c);
|
|
1546
1551
|
break;
|
|
1547
1552
|
case "ItemsSource":
|
|
1548
|
-
if (this.
|
|
1553
|
+
if (this.g != null) {
|
|
1549
1554
|
this.indexType = 1;
|
|
1550
1555
|
if (c != null) {
|
|
1551
|
-
this.
|
|
1552
|
-
this.
|
|
1553
|
-
this.
|
|
1554
|
-
this.
|
|
1556
|
+
this.g.groupDescriptions.n();
|
|
1557
|
+
this.g.sortDescriptions.n();
|
|
1558
|
+
this.g.filterExpressions.clear();
|
|
1559
|
+
this.g.summaryDescriptions.n();
|
|
1555
1560
|
}
|
|
1556
|
-
if (this.
|
|
1557
|
-
var d = this.
|
|
1558
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1561
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1562
|
+
var d = this.g.actualDataSource;
|
|
1563
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
|
|
1559
1564
|
}
|
|
1560
|
-
this.
|
|
1561
|
-
this.
|
|
1562
|
-
if (this.
|
|
1563
|
-
var e = this.
|
|
1564
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1565
|
+
this.g.itemsSource = this.bp;
|
|
1566
|
+
this.dd();
|
|
1567
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1568
|
+
var e = this.g.actualDataSource;
|
|
1569
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
|
|
1565
1570
|
}
|
|
1566
|
-
this.
|
|
1567
|
-
this.
|
|
1568
|
-
this.
|
|
1571
|
+
this.at = true;
|
|
1572
|
+
this.d8();
|
|
1573
|
+
this.at = false;
|
|
1569
1574
|
this.view.an();
|
|
1570
1575
|
}
|
|
1571
1576
|
break;
|
|
@@ -1573,20 +1578,20 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1573
1578
|
case "SelectedMemberPath":
|
|
1574
1579
|
case "SubtitleMemberPath":
|
|
1575
1580
|
case "PropertyTypeMemberPath":
|
|
1576
|
-
if (this.
|
|
1577
|
-
if (this.
|
|
1578
|
-
this.
|
|
1579
|
-
this.
|
|
1581
|
+
if (this.g != null) {
|
|
1582
|
+
if (this.bt != null) {
|
|
1583
|
+
this.d8();
|
|
1584
|
+
this.em();
|
|
1580
1585
|
}
|
|
1581
1586
|
}
|
|
1582
1587
|
break;
|
|
1583
1588
|
case "PrimaryKey":
|
|
1584
|
-
if (this.
|
|
1585
|
-
this.
|
|
1589
|
+
if (this.g != null) {
|
|
1590
|
+
this.g.primaryKey = this.primaryKey;
|
|
1586
1591
|
}
|
|
1587
1592
|
break;
|
|
1588
1593
|
case "SelectAllCaptionTextColor":
|
|
1589
|
-
this.
|
|
1594
|
+
this.e5 = null != this.fn ? this.fn : this.fg();
|
|
1590
1595
|
break;
|
|
1591
1596
|
case "SelectAllCaption":
|
|
1592
1597
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1601,75 +1606,76 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1601
1606
|
this.view.z();
|
|
1602
1607
|
break;
|
|
1603
1608
|
case "FilterPlaceholderText":
|
|
1604
|
-
if (this.
|
|
1605
|
-
this.
|
|
1609
|
+
if (this.v != null) {
|
|
1610
|
+
this.v.cg = this.cf;
|
|
1606
1611
|
}
|
|
1607
1612
|
break;
|
|
1608
1613
|
case "SearchInputType":
|
|
1609
|
-
if (this.
|
|
1610
|
-
this.
|
|
1614
|
+
if (this.x != null) {
|
|
1615
|
+
this.x.d = this.aa;
|
|
1611
1616
|
}
|
|
1612
1617
|
break;
|
|
1613
1618
|
case "RowHeight":
|
|
1614
|
-
if (this.
|
|
1615
|
-
this.
|
|
1619
|
+
if (this.g != null) {
|
|
1620
|
+
this.g.rowHeight = this.bn;
|
|
1616
1621
|
}
|
|
1617
1622
|
break;
|
|
1618
1623
|
case "CellTextStyle":
|
|
1619
|
-
if (this.
|
|
1620
|
-
this.
|
|
1624
|
+
if (this.g != null) {
|
|
1625
|
+
this.g.cellTextStyle = this.ao;
|
|
1621
1626
|
}
|
|
1622
1627
|
this.view.aj();
|
|
1623
1628
|
break;
|
|
1624
1629
|
case "BackgroundColor":
|
|
1625
1630
|
case "TextColor":
|
|
1626
1631
|
case "RowHoverBackgroundColor":
|
|
1627
|
-
var f = this.
|
|
1632
|
+
var f = this.g;
|
|
1628
1633
|
if (null != f) {
|
|
1629
|
-
f.cellTextColor = this.
|
|
1634
|
+
f.cellTextColor = this.fp;
|
|
1630
1635
|
f.cellBackground = this.backgroundColor;
|
|
1636
|
+
f.background = this.backgroundColor;
|
|
1631
1637
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1632
1638
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1633
1639
|
}
|
|
1634
1640
|
this.view.ak();
|
|
1635
1641
|
break;
|
|
1636
1642
|
case "BaseTheme":
|
|
1637
|
-
this.
|
|
1643
|
+
this.el();
|
|
1638
1644
|
break;
|
|
1639
1645
|
case "Density":
|
|
1640
|
-
this.
|
|
1646
|
+
this.ek();
|
|
1641
1647
|
break;
|
|
1642
1648
|
case "IsRowHoverEnabled":
|
|
1643
|
-
if (this.
|
|
1644
|
-
this.
|
|
1649
|
+
if (this.g != null) {
|
|
1650
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1645
1651
|
}
|
|
1646
1652
|
break;
|
|
1647
1653
|
case "ScrollbarStyle":
|
|
1648
|
-
if (this.
|
|
1649
|
-
this.
|
|
1654
|
+
if (this.g != null) {
|
|
1655
|
+
this.g.scrollbarStyle = this.ad;
|
|
1650
1656
|
}
|
|
1651
1657
|
break;
|
|
1652
1658
|
case "ScrollbarBackground":
|
|
1653
|
-
if (this.
|
|
1654
|
-
this.
|
|
1659
|
+
if (this.g != null) {
|
|
1660
|
+
this.g.scrollbarBackground = this.fi;
|
|
1655
1661
|
}
|
|
1656
1662
|
break;
|
|
1657
1663
|
case "SearchIconColor":
|
|
1658
1664
|
this.view.ai();
|
|
1659
1665
|
break;
|
|
1660
1666
|
case "SearchBackgroundColor":
|
|
1661
|
-
this.
|
|
1667
|
+
this.y.mc = this.fj;
|
|
1662
1668
|
break;
|
|
1663
1669
|
case "SearchBorderColor":
|
|
1664
|
-
this.
|
|
1670
|
+
this.y.md = this.fk;
|
|
1665
1671
|
break;
|
|
1666
1672
|
case "SearchTextColor":
|
|
1667
|
-
if (this.
|
|
1668
|
-
this.
|
|
1673
|
+
if (this.w != null) {
|
|
1674
|
+
this.w.d8 = this.searchTextColor;
|
|
1669
1675
|
}
|
|
1670
1676
|
break;
|
|
1671
1677
|
case "SearchTextStyle":
|
|
1672
|
-
this.
|
|
1678
|
+
this.w.af = this.ap;
|
|
1673
1679
|
break;
|
|
1674
1680
|
case "CheckboxTickColor":
|
|
1675
1681
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1678,41 +1684,41 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1678
1684
|
case "CheckboxUncheckedBorderColor":
|
|
1679
1685
|
case "CheckboxCornerRadius":
|
|
1680
1686
|
this.view.af();
|
|
1681
|
-
if (this.
|
|
1682
|
-
this.
|
|
1687
|
+
if (this.g != null) {
|
|
1688
|
+
this.g.yv();
|
|
1683
1689
|
}
|
|
1684
1690
|
break;
|
|
1685
1691
|
case "CheckboxAlignedRight":
|
|
1686
|
-
if (this.
|
|
1687
|
-
this.
|
|
1692
|
+
if (this.g != null) {
|
|
1693
|
+
this.eo();
|
|
1688
1694
|
}
|
|
1689
1695
|
break;
|
|
1690
1696
|
case "DataLegendTarget":
|
|
1691
|
-
if (this.
|
|
1692
|
-
this.
|
|
1697
|
+
if (this.g != null) {
|
|
1698
|
+
this.g.yv();
|
|
1693
1699
|
}
|
|
1694
1700
|
break;
|
|
1695
1701
|
}
|
|
1696
1702
|
};
|
|
1697
|
-
CheckboxList.prototype.
|
|
1698
|
-
if (this.
|
|
1703
|
+
CheckboxList.prototype.eo = function () {
|
|
1704
|
+
if (this.g.actualColumns.count == 0) {
|
|
1699
1705
|
return;
|
|
1700
1706
|
}
|
|
1701
|
-
var a = this.
|
|
1702
|
-
var b = this.
|
|
1703
|
-
var c = this.
|
|
1704
|
-
this.
|
|
1705
|
-
if (this.
|
|
1706
|
-
this.
|
|
1707
|
-
this.
|
|
1707
|
+
var a = this.g.actualColumns._inner[0];
|
|
1708
|
+
var b = this.g.actualColumns._inner[1];
|
|
1709
|
+
var c = this.g.actualColumns._inner[2];
|
|
1710
|
+
this.g.actualColumns.clear();
|
|
1711
|
+
if (this.az) {
|
|
1712
|
+
this.g.columns.add(b);
|
|
1713
|
+
this.g.columns.add(a);
|
|
1708
1714
|
}
|
|
1709
1715
|
else {
|
|
1710
|
-
this.
|
|
1711
|
-
this.
|
|
1716
|
+
this.g.columns.add(a);
|
|
1717
|
+
this.g.columns.add(b);
|
|
1712
1718
|
}
|
|
1713
|
-
this.
|
|
1719
|
+
this.g.columns.add(c);
|
|
1714
1720
|
};
|
|
1715
|
-
CheckboxList.prototype.
|
|
1721
|
+
CheckboxList.prototype.d1 = function (a, b) {
|
|
1716
1722
|
if (this.indexTypeChanged != null) {
|
|
1717
1723
|
this.indexTypeChanged(this, ((function () {
|
|
1718
1724
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1722,71 +1728,75 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1722
1728
|
})()));
|
|
1723
1729
|
}
|
|
1724
1730
|
};
|
|
1725
|
-
CheckboxList.prototype.
|
|
1726
|
-
if (this.
|
|
1727
|
-
this.
|
|
1731
|
+
CheckboxList.prototype.ek = function () {
|
|
1732
|
+
if (this.g != null) {
|
|
1733
|
+
this.g.density = this.density;
|
|
1728
1734
|
}
|
|
1729
|
-
if (this.
|
|
1730
|
-
this.
|
|
1735
|
+
if (this.x != null) {
|
|
1736
|
+
this.x.t = this.density;
|
|
1731
1737
|
}
|
|
1732
1738
|
this.view.ae();
|
|
1739
|
+
this.view.z();
|
|
1733
1740
|
};
|
|
1734
|
-
CheckboxList.prototype.
|
|
1735
|
-
if (this.
|
|
1736
|
-
this.
|
|
1741
|
+
CheckboxList.prototype.el = function () {
|
|
1742
|
+
if (this.x != null) {
|
|
1743
|
+
this.x.p = this.baseTheme;
|
|
1737
1744
|
}
|
|
1738
|
-
if (this.
|
|
1739
|
-
this.
|
|
1745
|
+
if (this.w != null) {
|
|
1746
|
+
this.w.d8 = this.searchTextColor;
|
|
1740
1747
|
}
|
|
1741
|
-
if (this.
|
|
1742
|
-
this.
|
|
1743
|
-
this.
|
|
1744
|
-
this.
|
|
1745
|
-
this.
|
|
1748
|
+
if (this.g != null) {
|
|
1749
|
+
this.g.theme = this.baseTheme;
|
|
1750
|
+
this.g.cellTextColor = this.fp;
|
|
1751
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1752
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1753
|
+
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1754
|
+
this.g.background = this.backgroundColor;
|
|
1746
1755
|
}
|
|
1756
|
+
this.e5 = this.fn != null ? this.fn : this.fg();
|
|
1747
1757
|
this.view.ag();
|
|
1748
1758
|
};
|
|
1749
|
-
CheckboxList.prototype.
|
|
1750
|
-
this.
|
|
1751
|
-
this.
|
|
1759
|
+
CheckboxList.prototype.d6 = function (a, b) {
|
|
1760
|
+
this.at = true;
|
|
1761
|
+
this.dd();
|
|
1752
1762
|
if (b.schema != null) {
|
|
1753
|
-
this.
|
|
1763
|
+
this.d8();
|
|
1754
1764
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1755
|
-
this.
|
|
1765
|
+
this.d3(this.keys._inner[c]);
|
|
1756
1766
|
}
|
|
1757
1767
|
this.view.an();
|
|
1758
1768
|
}
|
|
1759
|
-
this.
|
|
1769
|
+
this.at = false;
|
|
1760
1770
|
};
|
|
1761
|
-
CheckboxList.prototype.
|
|
1762
|
-
if (this.
|
|
1763
|
-
this.
|
|
1771
|
+
CheckboxList.prototype.d8 = function () {
|
|
1772
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1773
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1764
1774
|
}
|
|
1765
|
-
if (this.
|
|
1766
|
-
this.
|
|
1775
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1776
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1767
1777
|
}
|
|
1768
|
-
if (this.
|
|
1769
|
-
this.
|
|
1778
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1779
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1770
1780
|
}
|
|
1771
|
-
if (this.
|
|
1772
|
-
this.
|
|
1781
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1782
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1773
1783
|
}
|
|
1774
|
-
if (this.
|
|
1775
|
-
this.
|
|
1784
|
+
if (this.ai != null) {
|
|
1785
|
+
this.ai.propertyName = this.bt;
|
|
1776
1786
|
}
|
|
1777
|
-
if (this.
|
|
1778
|
-
this.
|
|
1787
|
+
if (this.al != null) {
|
|
1788
|
+
this.al.propertyName = this.bx;
|
|
1779
1789
|
}
|
|
1780
|
-
if (this.
|
|
1781
|
-
this.
|
|
1790
|
+
if (this.aj != null) {
|
|
1791
|
+
this.aj.propertyName = this.bv;
|
|
1782
1792
|
}
|
|
1783
|
-
if (this.
|
|
1784
|
-
this.
|
|
1785
|
-
var a = this.
|
|
1793
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1794
|
+
this.ak.propertyName = this.bw;
|
|
1795
|
+
var a = this.g.actualDataSource.actualCount;
|
|
1786
1796
|
for (var b = 0; b < a; b++) {
|
|
1787
|
-
var c = this.
|
|
1788
|
-
var d = this.
|
|
1789
|
-
var e = this.
|
|
1797
|
+
var c = this.g.actualDataSource.getItemAtIndex(b);
|
|
1798
|
+
var d = this.j(c);
|
|
1799
|
+
var e = this.ak.getPropertyValue(c);
|
|
1790
1800
|
if (e == true) {
|
|
1791
1801
|
if (!this.keys.contains(d)) {
|
|
1792
1802
|
this.keys.add(d);
|
|
@@ -1798,83 +1808,96 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1798
1808
|
}
|
|
1799
1809
|
}
|
|
1800
1810
|
};
|
|
1801
|
-
CheckboxList.prototype.
|
|
1811
|
+
CheckboxList.prototype.em = function () {
|
|
1802
1812
|
this.view.p();
|
|
1803
|
-
this.
|
|
1804
|
-
this.
|
|
1805
|
-
this.
|
|
1806
|
-
this.
|
|
1807
|
-
this.
|
|
1808
|
-
this.
|
|
1809
|
-
this.
|
|
1810
|
-
this.
|
|
1811
|
-
this.
|
|
1812
|
-
|
|
1813
|
-
|
|
1813
|
+
this.g.columns.clear();
|
|
1814
|
+
this.g.primaryKey = this.primaryKey;
|
|
1815
|
+
this.g.isGroupRowSticky = false;
|
|
1816
|
+
this.g.rowHeight = this.bn;
|
|
1817
|
+
this.g.background = this.backgroundColor;
|
|
1818
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1819
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1820
|
+
this.g.theme = this.baseTheme;
|
|
1821
|
+
this.g.density = this.density;
|
|
1822
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1823
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1824
|
+
if (this.ao != null) {
|
|
1825
|
+
this.g.cellTextStyle = this.ao;
|
|
1814
1826
|
}
|
|
1815
1827
|
var a = new TemplateColumn();
|
|
1816
|
-
if (this.
|
|
1817
|
-
this.
|
|
1828
|
+
if (this.bw == null) {
|
|
1829
|
+
this.bw = "";
|
|
1818
1830
|
}
|
|
1819
|
-
a.
|
|
1820
|
-
a.
|
|
1831
|
+
a.nf = this.bw;
|
|
1832
|
+
a.n6 = "CheckboxColumn";
|
|
1821
1833
|
var b = new ColumnWidth();
|
|
1822
1834
|
b.c = false;
|
|
1823
1835
|
b.f = 28;
|
|
1824
1836
|
a.width = b;
|
|
1825
|
-
a.
|
|
1826
|
-
a.
|
|
1827
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1828
|
-
this.
|
|
1829
|
-
this.
|
|
1830
|
-
var c = this.
|
|
1831
|
-
if ((this.
|
|
1837
|
+
a.lj = 0;
|
|
1838
|
+
a.lk = 0;
|
|
1839
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1840
|
+
this.k = a;
|
|
1841
|
+
this.g.columns.add(a);
|
|
1842
|
+
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1843
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1832
1844
|
var d = new TemplateColumn();
|
|
1833
|
-
d.
|
|
1834
|
-
d.
|
|
1835
|
-
d.
|
|
1845
|
+
d.nf = this.bt;
|
|
1846
|
+
d.n6 = "DataColumn";
|
|
1847
|
+
d.lj = 0;
|
|
1836
1848
|
d.g = 0;
|
|
1837
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1838
|
-
this.
|
|
1849
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1850
|
+
this.g.columns.add(d);
|
|
1839
1851
|
}
|
|
1840
1852
|
else {
|
|
1841
1853
|
var e = void 0;
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
e = new DateTimeColumn();
|
|
1846
|
-
break;
|
|
1847
|
-
case 1:
|
|
1848
|
-
case 3:
|
|
1849
|
-
case 4:
|
|
1850
|
-
case 5:
|
|
1851
|
-
case 6:
|
|
1852
|
-
case 7:
|
|
1853
|
-
case 10:
|
|
1854
|
-
e = new NumericColumn();
|
|
1855
|
-
break;
|
|
1856
|
-
case 2:
|
|
1857
|
-
case 11:
|
|
1858
|
-
case 0:
|
|
1859
|
-
default:
|
|
1860
|
-
e = new TextColumn();
|
|
1861
|
-
break;
|
|
1854
|
+
if (this.f != null) {
|
|
1855
|
+
e = this.f.h0();
|
|
1856
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1862
1857
|
}
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1858
|
+
else {
|
|
1859
|
+
switch (c) {
|
|
1860
|
+
case 8:
|
|
1861
|
+
case 9:
|
|
1862
|
+
e = new DateTimeColumn();
|
|
1863
|
+
break;
|
|
1864
|
+
case 1:
|
|
1865
|
+
case 3:
|
|
1866
|
+
case 4:
|
|
1867
|
+
case 5:
|
|
1868
|
+
case 6:
|
|
1869
|
+
case 7:
|
|
1870
|
+
case 10:
|
|
1871
|
+
e = new NumericColumn();
|
|
1872
|
+
break;
|
|
1873
|
+
case 2:
|
|
1874
|
+
case 11:
|
|
1875
|
+
case 0:
|
|
1876
|
+
default:
|
|
1877
|
+
e = new TextColumn();
|
|
1878
|
+
break;
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
e.nf = this.bt;
|
|
1882
|
+
e.n6 = "DataColumn";
|
|
1883
|
+
e.lj = 0;
|
|
1866
1884
|
e.g = 0;
|
|
1867
|
-
this.
|
|
1885
|
+
this.g.columns.add(e);
|
|
1868
1886
|
}
|
|
1869
1887
|
var f = new TemplateColumn();
|
|
1870
1888
|
var g = new ColumnWidth();
|
|
1871
1889
|
g.c = false;
|
|
1872
1890
|
g.f = 10;
|
|
1873
|
-
f.
|
|
1874
|
-
f.
|
|
1875
|
-
f.
|
|
1891
|
+
f.nf = "PaddingColumn";
|
|
1892
|
+
f.n6 = "PaddingColumn";
|
|
1893
|
+
f.lj = 0;
|
|
1876
1894
|
f.width = g;
|
|
1877
|
-
this.
|
|
1895
|
+
this.g.columns.add(f);
|
|
1896
|
+
};
|
|
1897
|
+
CheckboxList.prototype.dm = function (a, b) {
|
|
1898
|
+
var c = b.b;
|
|
1899
|
+
c.g1 = 0;
|
|
1900
|
+
c.g = 0;
|
|
1878
1901
|
};
|
|
1879
1902
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1880
1903
|
this.view.ah(a);
|
|
@@ -1882,18 +1905,18 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1882
1905
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1883
1906
|
this.view.v(a);
|
|
1884
1907
|
};
|
|
1885
|
-
CheckboxList.prototype.
|
|
1886
|
-
if (!this.
|
|
1887
|
-
var a = this.
|
|
1888
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1908
|
+
CheckboxList.prototype.d2 = function () {
|
|
1909
|
+
if (!this.a0) {
|
|
1910
|
+
var a = this.w;
|
|
1911
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dn));
|
|
1889
1912
|
}
|
|
1890
|
-
this.
|
|
1913
|
+
this.el();
|
|
1891
1914
|
};
|
|
1892
|
-
CheckboxList.prototype.
|
|
1915
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1893
1916
|
var c = b.value.toLowerCase();
|
|
1894
|
-
this.
|
|
1917
|
+
this.d0(c);
|
|
1895
1918
|
};
|
|
1896
|
-
CheckboxList.prototype.
|
|
1919
|
+
CheckboxList.prototype.j = function (a) {
|
|
1897
1920
|
if (this.primaryKey == null) {
|
|
1898
1921
|
return PrimaryKeyValue.createIdentityKey(a);
|
|
1899
1922
|
}
|
|
@@ -1905,81 +1928,81 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1905
1928
|
}
|
|
1906
1929
|
return new PrimaryKeyValue(b, c);
|
|
1907
1930
|
};
|
|
1908
|
-
CheckboxList.prototype.
|
|
1909
|
-
this.
|
|
1931
|
+
CheckboxList.prototype.eg = function (a) {
|
|
1932
|
+
this.as = true;
|
|
1910
1933
|
var b = this.e.getItemAtIndex(a);
|
|
1911
|
-
if (this.
|
|
1912
|
-
this.
|
|
1934
|
+
if (this.ak != null) {
|
|
1935
|
+
this.ak.setPropertyValue(b, false);
|
|
1913
1936
|
}
|
|
1914
|
-
var c = this.
|
|
1937
|
+
var c = this.j(b);
|
|
1915
1938
|
this.keys.remove(c);
|
|
1916
|
-
this.
|
|
1939
|
+
this.as = false;
|
|
1917
1940
|
};
|
|
1918
|
-
CheckboxList.prototype.
|
|
1919
|
-
this.
|
|
1941
|
+
CheckboxList.prototype.da = function (a) {
|
|
1942
|
+
this.as = true;
|
|
1920
1943
|
var b = this.e.getItemAtIndex(a);
|
|
1921
|
-
if (this.
|
|
1922
|
-
this.
|
|
1944
|
+
if (this.ak != null) {
|
|
1945
|
+
this.ak.setPropertyValue(b, true);
|
|
1923
1946
|
}
|
|
1924
|
-
var c = this.
|
|
1947
|
+
var c = this.j(b);
|
|
1925
1948
|
this.keys.add(c);
|
|
1926
|
-
this.
|
|
1949
|
+
this.as = false;
|
|
1927
1950
|
};
|
|
1928
|
-
CheckboxList.prototype.
|
|
1951
|
+
CheckboxList.prototype.ej = function () {
|
|
1929
1952
|
this.indexType = 0;
|
|
1930
1953
|
this.keys.clear();
|
|
1931
|
-
this.
|
|
1954
|
+
this.dq();
|
|
1932
1955
|
if (this.keysCleared != null) {
|
|
1933
1956
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1934
1957
|
}
|
|
1935
1958
|
};
|
|
1936
|
-
CheckboxList.prototype.
|
|
1959
|
+
CheckboxList.prototype.dg = function () {
|
|
1937
1960
|
this.indexType = 1;
|
|
1938
1961
|
this.keys.clear();
|
|
1939
|
-
this.
|
|
1962
|
+
this.dq();
|
|
1940
1963
|
if (this.keysCleared != null) {
|
|
1941
1964
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1942
1965
|
}
|
|
1943
1966
|
};
|
|
1944
|
-
CheckboxList.prototype.
|
|
1945
|
-
if (this.
|
|
1946
|
-
this.
|
|
1967
|
+
CheckboxList.prototype.dv = function (a, b, c) {
|
|
1968
|
+
if (this.g != null) {
|
|
1969
|
+
this.g.notifySetItem(a, b, c);
|
|
1947
1970
|
}
|
|
1948
1971
|
};
|
|
1949
|
-
CheckboxList.prototype.
|
|
1950
|
-
if (this.
|
|
1951
|
-
this.
|
|
1972
|
+
CheckboxList.prototype.dr = function () {
|
|
1973
|
+
if (this.g != null) {
|
|
1974
|
+
this.g.notifyClearItems();
|
|
1952
1975
|
}
|
|
1953
1976
|
};
|
|
1954
|
-
CheckboxList.prototype.
|
|
1955
|
-
if (this.
|
|
1956
|
-
this.
|
|
1977
|
+
CheckboxList.prototype.dq = function () {
|
|
1978
|
+
if (this.g != null) {
|
|
1979
|
+
this.g.invalidateVisibleRows();
|
|
1957
1980
|
}
|
|
1958
1981
|
};
|
|
1959
|
-
CheckboxList.prototype.
|
|
1960
|
-
if (this.
|
|
1961
|
-
this.
|
|
1982
|
+
CheckboxList.prototype.ds = function (a, b) {
|
|
1983
|
+
if (this.g != null) {
|
|
1984
|
+
this.g.notifyInsertItem(a, b);
|
|
1962
1985
|
}
|
|
1963
1986
|
;
|
|
1964
1987
|
};
|
|
1965
|
-
CheckboxList.prototype.
|
|
1966
|
-
if (this.
|
|
1967
|
-
this.
|
|
1988
|
+
CheckboxList.prototype.du = function (a, b) {
|
|
1989
|
+
if (this.g != null) {
|
|
1990
|
+
this.g.notifyRemoveItem(a, b);
|
|
1968
1991
|
}
|
|
1969
1992
|
;
|
|
1970
1993
|
};
|
|
1971
1994
|
CheckboxList.prototype.refresh = function () {
|
|
1972
|
-
if (this.
|
|
1995
|
+
if (this.aw) {
|
|
1973
1996
|
return;
|
|
1974
1997
|
}
|
|
1975
|
-
if (this.
|
|
1976
|
-
this.
|
|
1998
|
+
if (this.g != null) {
|
|
1999
|
+
this.aw = true;
|
|
1977
2000
|
this.view.x();
|
|
1978
|
-
this.
|
|
1979
|
-
this.
|
|
2001
|
+
this.g.refresh();
|
|
2002
|
+
this.aw = false;
|
|
1980
2003
|
}
|
|
1981
2004
|
};
|
|
1982
|
-
CheckboxList.prototype.
|
|
2005
|
+
CheckboxList.prototype.db = function (a) {
|
|
1983
2006
|
var b = null;
|
|
1984
2007
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1985
2008
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1991,15 +2014,15 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1991
2014
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1992
2015
|
}
|
|
1993
2016
|
if (b != null) {
|
|
1994
|
-
if (this.
|
|
2017
|
+
if (this.ak != null) {
|
|
1995
2018
|
var c = this.e.indexOfKey(a);
|
|
1996
2019
|
var d = this.e.getItemAtIndex(c);
|
|
1997
|
-
this.
|
|
2020
|
+
this.ak.setPropertyValue(d, true);
|
|
1998
2021
|
}
|
|
1999
2022
|
this.keys.add(b);
|
|
2000
2023
|
}
|
|
2001
2024
|
};
|
|
2002
|
-
CheckboxList.prototype.
|
|
2025
|
+
CheckboxList.prototype.eh = function (a) {
|
|
2003
2026
|
var b = null;
|
|
2004
2027
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2005
2028
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2011,24 +2034,24 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2011
2034
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
2012
2035
|
}
|
|
2013
2036
|
if (this.keys.contains(b)) {
|
|
2014
|
-
if (this.
|
|
2037
|
+
if (this.ak != null) {
|
|
2015
2038
|
var c = this.e.indexOfKey(a);
|
|
2016
2039
|
var d = this.e.getItemAtIndex(c);
|
|
2017
|
-
this.
|
|
2040
|
+
this.ak.setPropertyValue(d, false);
|
|
2018
2041
|
}
|
|
2019
2042
|
this.keys.remove(b);
|
|
2020
2043
|
}
|
|
2021
2044
|
};
|
|
2022
2045
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2023
|
-
var b =
|
|
2046
|
+
var b = 200;
|
|
2024
2047
|
var c = 0;
|
|
2025
|
-
var d = this.
|
|
2048
|
+
var d = this.be();
|
|
2026
2049
|
var e = 5;
|
|
2027
|
-
if (this.
|
|
2028
|
-
e = this.
|
|
2050
|
+
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
2051
|
+
e = this.g.actualDataSource.actualCount;
|
|
2029
2052
|
}
|
|
2030
|
-
var f = this.
|
|
2031
|
-
var g = this.
|
|
2053
|
+
var f = this.bl * e;
|
|
2054
|
+
var g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
2032
2055
|
var h = f > g ? g : f;
|
|
2033
2056
|
var i = d + h;
|
|
2034
2057
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2045,26 +2068,25 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2045
2068
|
}
|
|
2046
2069
|
return new Size(1, b, c);
|
|
2047
2070
|
};
|
|
2048
|
-
CheckboxList.prototype.
|
|
2071
|
+
CheckboxList.prototype.be = function () {
|
|
2049
2072
|
var a = 0;
|
|
2050
2073
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2051
2074
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2052
|
-
a += (
|
|
2053
|
-
a += 4;
|
|
2075
|
+
a += (1 + 3 + 0);
|
|
2054
2076
|
if (this.showSelectAll) {
|
|
2055
|
-
a += this.
|
|
2077
|
+
a += this.bl + 0 + 0;
|
|
2056
2078
|
}
|
|
2057
2079
|
a += 4;
|
|
2058
2080
|
return a;
|
|
2059
2081
|
};
|
|
2060
|
-
CheckboxList.prototype.
|
|
2061
|
-
return this.
|
|
2082
|
+
CheckboxList.prototype.br = function () {
|
|
2083
|
+
return this.l();
|
|
2062
2084
|
};
|
|
2063
|
-
CheckboxList.prototype.
|
|
2064
|
-
var a = this.
|
|
2085
|
+
CheckboxList.prototype.ce = function () {
|
|
2086
|
+
var a = this.l();
|
|
2065
2087
|
return a.i();
|
|
2066
2088
|
};
|
|
2067
|
-
CheckboxList.prototype.
|
|
2089
|
+
CheckboxList.prototype.l = function () {
|
|
2068
2090
|
var a = new CheckboxListVisualModelExport();
|
|
2069
2091
|
var b = this.view.a();
|
|
2070
2092
|
a.g = b[0];
|
|
@@ -2073,64 +2095,64 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2073
2095
|
a.e = c.height;
|
|
2074
2096
|
a.h = c.width;
|
|
2075
2097
|
a.c = this.baseTheme;
|
|
2076
|
-
a.d = this.
|
|
2077
|
-
a.a = AppearanceHelper.a(this.
|
|
2098
|
+
a.d = this.bl;
|
|
2099
|
+
a.a = AppearanceHelper.a(this.e5);
|
|
2078
2100
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2079
2101
|
return a;
|
|
2080
2102
|
};
|
|
2081
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2103
|
+
Object.defineProperty(CheckboxList.prototype, "c0", {
|
|
2082
2104
|
get: function () {
|
|
2083
|
-
return this.
|
|
2105
|
+
return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2084
2106
|
},
|
|
2085
2107
|
set: function (a) {
|
|
2086
|
-
if (a == this.
|
|
2108
|
+
if (a == this.cz) {
|
|
2087
2109
|
return;
|
|
2088
2110
|
}
|
|
2089
|
-
var b = this.
|
|
2090
|
-
this.
|
|
2091
|
-
this.
|
|
2111
|
+
var b = this.cz;
|
|
2112
|
+
this.cz = a;
|
|
2113
|
+
this.d5("SelectAllCaption", b, this.cz);
|
|
2092
2114
|
},
|
|
2093
2115
|
enumerable: false,
|
|
2094
2116
|
configurable: true
|
|
2095
2117
|
});
|
|
2096
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2118
|
+
Object.defineProperty(CheckboxList.prototype, "fn", {
|
|
2097
2119
|
get: function () {
|
|
2098
|
-
return this.
|
|
2120
|
+
return this.e3;
|
|
2099
2121
|
},
|
|
2100
2122
|
set: function (a) {
|
|
2101
|
-
var b = this.
|
|
2102
|
-
this.
|
|
2103
|
-
if (b != this.
|
|
2104
|
-
this.
|
|
2123
|
+
var b = this.e3;
|
|
2124
|
+
this.e3 = a;
|
|
2125
|
+
if (b != this.e3) {
|
|
2126
|
+
this.d5("SelectAllCaptionTextColor", b, a);
|
|
2105
2127
|
}
|
|
2106
2128
|
},
|
|
2107
2129
|
enumerable: false,
|
|
2108
2130
|
configurable: true
|
|
2109
2131
|
});
|
|
2110
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2132
|
+
Object.defineProperty(CheckboxList.prototype, "e5", {
|
|
2111
2133
|
get: function () {
|
|
2112
|
-
return this.
|
|
2134
|
+
return this.eq;
|
|
2113
2135
|
},
|
|
2114
2136
|
set: function (a) {
|
|
2115
|
-
var b = this.
|
|
2116
|
-
this.
|
|
2117
|
-
if (b != this.
|
|
2118
|
-
this.
|
|
2137
|
+
var b = this.eq;
|
|
2138
|
+
this.eq = a;
|
|
2139
|
+
if (b != this.eq) {
|
|
2140
|
+
this.d5("ActualSelectAllCaptionTextColor", b, a);
|
|
2119
2141
|
}
|
|
2120
2142
|
},
|
|
2121
2143
|
enumerable: false,
|
|
2122
2144
|
configurable: true
|
|
2123
2145
|
});
|
|
2124
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2146
|
+
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
2125
2147
|
get: function () {
|
|
2126
|
-
if (-1 == this.
|
|
2148
|
+
if (-1 == this.bm) {
|
|
2127
2149
|
return false;
|
|
2128
2150
|
}
|
|
2129
2151
|
var a = this.keys.count;
|
|
2130
2152
|
if (0 == a) {
|
|
2131
2153
|
return false;
|
|
2132
2154
|
}
|
|
2133
|
-
if (a == this.
|
|
2155
|
+
if (a == this.bm) {
|
|
2134
2156
|
return false;
|
|
2135
2157
|
}
|
|
2136
2158
|
return true;
|
|
@@ -2140,28 +2162,28 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2140
2162
|
});
|
|
2141
2163
|
Object.defineProperty(CheckboxList.prototype, "showSelectAll", {
|
|
2142
2164
|
get: function () {
|
|
2143
|
-
return this.
|
|
2165
|
+
return this.a9;
|
|
2144
2166
|
},
|
|
2145
2167
|
set: function (a) {
|
|
2146
|
-
if (a == this.
|
|
2168
|
+
if (a == this.a9) {
|
|
2147
2169
|
return;
|
|
2148
2170
|
}
|
|
2149
|
-
var b = this.
|
|
2150
|
-
this.
|
|
2151
|
-
this.
|
|
2171
|
+
var b = this.a9;
|
|
2172
|
+
this.a9 = a;
|
|
2173
|
+
this.d5("showSelectAll", b, this.a9);
|
|
2152
2174
|
},
|
|
2153
2175
|
enumerable: false,
|
|
2154
2176
|
configurable: true
|
|
2155
2177
|
});
|
|
2156
2178
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2157
2179
|
get: function () {
|
|
2158
|
-
return this.
|
|
2180
|
+
return this.er;
|
|
2159
2181
|
},
|
|
2160
2182
|
set: function (a) {
|
|
2161
|
-
var b = this.
|
|
2162
|
-
this.
|
|
2163
|
-
if (b != this.
|
|
2164
|
-
this.
|
|
2183
|
+
var b = this.er;
|
|
2184
|
+
this.er = a;
|
|
2185
|
+
if (b != this.er) {
|
|
2186
|
+
this.d5("BackgroundColor", b, a);
|
|
2165
2187
|
}
|
|
2166
2188
|
},
|
|
2167
2189
|
enumerable: false,
|
|
@@ -2169,33 +2191,40 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2169
2191
|
});
|
|
2170
2192
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2171
2193
|
get: function () {
|
|
2172
|
-
return this.
|
|
2194
|
+
return this.ex;
|
|
2173
2195
|
},
|
|
2174
2196
|
set: function (a) {
|
|
2175
|
-
var b = this.
|
|
2176
|
-
this.
|
|
2177
|
-
if (b != this.
|
|
2178
|
-
this.
|
|
2197
|
+
var b = this.ex;
|
|
2198
|
+
this.ex = a;
|
|
2199
|
+
if (b != this.ex) {
|
|
2200
|
+
this.d5("RowHoverBackgroundColor", b, a);
|
|
2179
2201
|
}
|
|
2180
2202
|
},
|
|
2181
2203
|
enumerable: false,
|
|
2182
2204
|
configurable: true
|
|
2183
2205
|
});
|
|
2184
|
-
|
|
2206
|
+
CheckboxList.prototype.fg = function () {
|
|
2207
|
+
switch (this.baseTheme) {
|
|
2208
|
+
case 6:
|
|
2209
|
+
case 4: return CheckboxList.fd;
|
|
2210
|
+
}
|
|
2211
|
+
return CheckboxList.ff;
|
|
2212
|
+
};
|
|
2213
|
+
Object.defineProperty(CheckboxList.prototype, "fp", {
|
|
2185
2214
|
get: function () {
|
|
2186
|
-
return this.
|
|
2215
|
+
return this.e4;
|
|
2187
2216
|
},
|
|
2188
2217
|
set: function (a) {
|
|
2189
|
-
var b = this.
|
|
2190
|
-
this.
|
|
2191
|
-
if (b != this.
|
|
2192
|
-
this.
|
|
2218
|
+
var b = this.e4;
|
|
2219
|
+
this.e4 = a;
|
|
2220
|
+
if (b != this.e4) {
|
|
2221
|
+
this.d5("TextColor", b, a);
|
|
2193
2222
|
}
|
|
2194
2223
|
},
|
|
2195
2224
|
enumerable: false,
|
|
2196
2225
|
configurable: true
|
|
2197
2226
|
});
|
|
2198
|
-
CheckboxList.prototype.
|
|
2227
|
+
CheckboxList.prototype.d7 = function (a) {
|
|
2199
2228
|
if (this.selectAllCheckboxChanged != null) {
|
|
2200
2229
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2201
2230
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2204,92 +2233,93 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2204
2233
|
})()));
|
|
2205
2234
|
}
|
|
2206
2235
|
};
|
|
2207
|
-
CheckboxList.prototype.
|
|
2208
|
-
if (-1 == this.
|
|
2236
|
+
CheckboxList.prototype.a2 = function () {
|
|
2237
|
+
if (-1 == this.bm) {
|
|
2209
2238
|
return true;
|
|
2210
2239
|
}
|
|
2211
2240
|
var a = this.keys.count;
|
|
2212
2241
|
switch (this.indexType) {
|
|
2213
|
-
case 0: return this.
|
|
2242
|
+
case 0: return this.bm == a;
|
|
2214
2243
|
case 1: return 0 == a;
|
|
2215
2244
|
default: return false;
|
|
2216
2245
|
}
|
|
2217
2246
|
};
|
|
2218
|
-
CheckboxList.prototype.
|
|
2219
|
-
if (-1 == this.
|
|
2247
|
+
CheckboxList.prototype.a1 = function () {
|
|
2248
|
+
if (-1 == this.bm) {
|
|
2220
2249
|
return false;
|
|
2221
2250
|
}
|
|
2222
2251
|
var a = this.keys.count;
|
|
2223
2252
|
switch (this.indexType) {
|
|
2224
2253
|
case 0: return 0 == a;
|
|
2225
|
-
case 1: return this.
|
|
2254
|
+
case 1: return this.bm == a;
|
|
2226
2255
|
default: return false;
|
|
2227
2256
|
}
|
|
2228
2257
|
};
|
|
2229
|
-
CheckboxList.prototype.
|
|
2230
|
-
var a = this.
|
|
2258
|
+
CheckboxList.prototype.dd = function () {
|
|
2259
|
+
var a = this.g.actualDataSource;
|
|
2231
2260
|
if (null != a) {
|
|
2232
2261
|
if (null == a.actualSchema) {
|
|
2233
|
-
this.
|
|
2262
|
+
this.bm = -1;
|
|
2234
2263
|
return;
|
|
2235
2264
|
}
|
|
2236
2265
|
var b = a.actualCount;
|
|
2237
|
-
this.
|
|
2266
|
+
this.bm = b;
|
|
2238
2267
|
}
|
|
2239
2268
|
else {
|
|
2240
|
-
this.
|
|
2269
|
+
this.bm = -1;
|
|
2241
2270
|
}
|
|
2242
2271
|
};
|
|
2243
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2272
|
+
Object.defineProperty(CheckboxList.prototype, "a8", {
|
|
2244
2273
|
get: function () {
|
|
2245
|
-
return this.
|
|
2274
|
+
return this.a7;
|
|
2246
2275
|
},
|
|
2247
2276
|
set: function (a) {
|
|
2248
|
-
if (a == this.
|
|
2277
|
+
if (a == this.a7) {
|
|
2249
2278
|
return;
|
|
2250
2279
|
}
|
|
2251
|
-
var b = this.
|
|
2252
|
-
this.
|
|
2253
|
-
this.
|
|
2280
|
+
var b = this.a7;
|
|
2281
|
+
this.a7 = a;
|
|
2282
|
+
this.d5("ShowFilter", b, this.a7);
|
|
2254
2283
|
},
|
|
2255
2284
|
enumerable: false,
|
|
2256
2285
|
configurable: true
|
|
2257
2286
|
});
|
|
2258
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2287
|
+
Object.defineProperty(CheckboxList.prototype, "a4", {
|
|
2259
2288
|
get: function () {
|
|
2260
|
-
return this.
|
|
2289
|
+
return this.a3;
|
|
2261
2290
|
},
|
|
2262
2291
|
set: function (a) {
|
|
2263
|
-
if (a == this.
|
|
2292
|
+
if (a == this.a3) {
|
|
2264
2293
|
return;
|
|
2265
2294
|
}
|
|
2266
|
-
var b = this.
|
|
2267
|
-
this.
|
|
2268
|
-
this.
|
|
2295
|
+
var b = this.a3;
|
|
2296
|
+
this.a3 = a;
|
|
2297
|
+
this.d5("IsRowHoverEnabled", b, this.a3);
|
|
2269
2298
|
},
|
|
2270
2299
|
enumerable: false,
|
|
2271
2300
|
configurable: true
|
|
2272
2301
|
});
|
|
2273
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2302
|
+
Object.defineProperty(CheckboxList.prototype, "az", {
|
|
2274
2303
|
get: function () {
|
|
2275
|
-
return this.
|
|
2304
|
+
return this.ay;
|
|
2276
2305
|
},
|
|
2277
2306
|
set: function (a) {
|
|
2278
|
-
if (a == this.
|
|
2307
|
+
if (a == this.ay) {
|
|
2279
2308
|
return;
|
|
2280
2309
|
}
|
|
2281
|
-
var b = this.
|
|
2282
|
-
this.
|
|
2283
|
-
this.
|
|
2310
|
+
var b = this.ay;
|
|
2311
|
+
this.ay = a;
|
|
2312
|
+
this.d5("CheckboxAlignedRight", b, this.ay);
|
|
2284
2313
|
},
|
|
2285
2314
|
enumerable: false,
|
|
2286
2315
|
configurable: true
|
|
2287
2316
|
});
|
|
2288
2317
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2289
|
-
CheckboxList.
|
|
2290
|
-
CheckboxList.
|
|
2291
|
-
CheckboxList.
|
|
2292
|
-
CheckboxList.
|
|
2293
|
-
CheckboxList.
|
|
2318
|
+
CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
|
|
2319
|
+
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";
|
|
2320
|
+
CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
|
|
2321
|
+
CheckboxList.fe = null;
|
|
2322
|
+
CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
|
|
2323
|
+
CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
|
|
2294
2324
|
return CheckboxList;
|
|
2295
2325
|
}(Base));
|