igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +11 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +382 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +61 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +80 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +11 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +400 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +61 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +108 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +102 -79
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +15 -0
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -11,8 +11,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
|
|
|
11
11
|
import { XCheckbox } from "igniteui-angular-inputs";
|
|
12
12
|
import { XLabel } from "igniteui-angular-inputs";
|
|
13
13
|
import { XIcon } from "igniteui-angular-inputs";
|
|
14
|
-
import { XPrefix } from "igniteui-angular-inputs";
|
|
15
14
|
import { XInputGroup } from "igniteui-angular-inputs";
|
|
15
|
+
import { XPrefix } from "igniteui-angular-inputs";
|
|
16
16
|
import { XInput } from "igniteui-angular-inputs";
|
|
17
17
|
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
18
18
|
import { FontInfo } from "igniteui-angular-core";
|
|
@@ -102,47 +102,44 @@ 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
|
-
|
|
106
|
-
var
|
|
107
|
-
|
|
108
|
-
var
|
|
109
|
-
this.c.
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
var
|
|
113
|
-
|
|
114
|
-
var
|
|
115
|
-
|
|
116
|
-
var
|
|
117
|
-
var i = a.createElement("div");
|
|
118
|
-
var j = a.getSubRenderer(i);
|
|
105
|
+
var c = new XInputGroup();
|
|
106
|
+
var d = a.getSubRenderer(b);
|
|
107
|
+
c.provideContainer(d);
|
|
108
|
+
var e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
109
|
+
this.c.ef(c);
|
|
110
|
+
var f = a.createElement("div");
|
|
111
|
+
var g = a.getSubRenderer(f);
|
|
112
|
+
var h = new XPrefix();
|
|
113
|
+
h.provideContainer(g);
|
|
114
|
+
var i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
|
|
115
|
+
var j = a.createElement("div");
|
|
116
|
+
var k = a.getSubRenderer(j);
|
|
119
117
|
this.d = new XIcon();
|
|
120
|
-
this.d.provideContainer(
|
|
118
|
+
this.d.provideContainer(k);
|
|
121
119
|
this.d.fill = this.c.searchIconColor;
|
|
122
|
-
this.d.svgPath = CheckboxList.
|
|
123
|
-
var
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
var
|
|
128
|
-
|
|
129
|
-
var
|
|
120
|
+
this.d.svgPath = CheckboxList.cx;
|
|
121
|
+
var l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
122
|
+
h.appendContentChild(j);
|
|
123
|
+
c.appendContentChild(f);
|
|
124
|
+
c.inputs.add(h);
|
|
125
|
+
var m = a.createElement("div");
|
|
126
|
+
m.setRawStyleProperty("flex-grow", "1");
|
|
127
|
+
var n = a.getSubRenderer(m);
|
|
130
128
|
this.c.w = new XInput();
|
|
131
|
-
this.c.w.provideContainer(
|
|
129
|
+
this.c.w.provideContainer(n);
|
|
132
130
|
this.c.w.b8 = "text";
|
|
133
|
-
var
|
|
134
|
-
if (this.c.
|
|
135
|
-
this.c.w.cg = this.c.
|
|
131
|
+
var o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
|
|
132
|
+
if (this.c.cf != null) {
|
|
133
|
+
this.c.w.cg = this.c.cf;
|
|
136
134
|
}
|
|
137
|
-
this.c.y.appendContentChild(
|
|
135
|
+
this.c.y.appendContentChild(m);
|
|
138
136
|
this.c.y.inputs.add(this.c.w);
|
|
139
|
-
this.c.
|
|
137
|
+
this.c.d3();
|
|
140
138
|
};
|
|
141
139
|
CheckboxListView.prototype.z = function () {
|
|
142
140
|
if (this.j != null) {
|
|
143
141
|
var a = this.j.rootWrapper.getChildAt(3);
|
|
144
142
|
a.setStyleProperty("width", "100%");
|
|
145
|
-
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
146
143
|
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
147
144
|
a.setStyleProperty("height", "100%");
|
|
148
145
|
}
|
|
@@ -188,7 +185,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
185
|
var h = d.z;
|
|
189
186
|
try {
|
|
190
187
|
d.z = true;
|
|
191
|
-
d.ar = this.c.
|
|
188
|
+
d.ar = this.c.checkboxCornerRadius;
|
|
192
189
|
d.a4 = b;
|
|
193
190
|
if (c) {
|
|
194
191
|
if (this.c.indexType == 0) {
|
|
@@ -210,11 +207,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
207
|
finally {
|
|
211
208
|
d.z = h;
|
|
212
209
|
}
|
|
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.
|
|
210
|
+
d.dk = this.c.fc;
|
|
211
|
+
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
212
|
+
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
213
|
+
d.de = this.c.checkboxCheckedBorderColor;
|
|
214
|
+
d.dm = this.c.checkboxUncheckedBorderColor;
|
|
218
215
|
}
|
|
219
216
|
};
|
|
220
217
|
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -282,8 +279,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
279
|
if (l != null) {
|
|
283
280
|
try {
|
|
284
281
|
o.svg = null;
|
|
285
|
-
o.
|
|
286
|
-
o.
|
|
282
|
+
o.bg = null;
|
|
283
|
+
o.bh = null;
|
|
287
284
|
var x = e != null ? e : ((function () {
|
|
288
285
|
var $ret = new FontInfo();
|
|
289
286
|
$ret.f = g;
|
|
@@ -301,7 +298,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
298
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
302
299
|
if (i != null) {
|
|
303
300
|
aa = true;
|
|
304
|
-
o.
|
|
301
|
+
o.bg = i;
|
|
305
302
|
var ab = ((function () {
|
|
306
303
|
var $ret = new DataContext();
|
|
307
304
|
$ret.series = _this;
|
|
@@ -314,7 +311,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
311
|
})());
|
|
315
312
|
return $ret;
|
|
316
313
|
})());
|
|
317
|
-
o.
|
|
314
|
+
o.bh = ab;
|
|
318
315
|
}
|
|
319
316
|
else if (h != null) {
|
|
320
317
|
var ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -325,8 +322,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
322
|
var ag = af.getDataLegendSeriesTitle();
|
|
326
323
|
if (c == ag || c + " " + d == ag) {
|
|
327
324
|
aa = true;
|
|
328
|
-
o.
|
|
329
|
-
o.
|
|
325
|
+
o.bg = af.getDataLegendBadge();
|
|
326
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
330
327
|
break;
|
|
331
328
|
}
|
|
332
329
|
}
|
|
@@ -402,6 +399,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
399
|
}
|
|
403
400
|
};
|
|
404
401
|
CheckboxListView.prototype.ae = function () {
|
|
402
|
+
if (this.n != null) {
|
|
403
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
404
|
+
}
|
|
405
405
|
};
|
|
406
406
|
CheckboxListView.prototype.o = function (a, b) {
|
|
407
407
|
var c = a;
|
|
@@ -409,21 +409,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
409
|
var e = c.checked;
|
|
410
410
|
if (e == true) {
|
|
411
411
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
412
|
+
this.c.ei(d);
|
|
413
413
|
}
|
|
414
414
|
else {
|
|
415
|
-
this.c.
|
|
415
|
+
this.c.db(d);
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
else {
|
|
419
419
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
420
|
+
this.c.db(d);
|
|
421
421
|
}
|
|
422
422
|
else {
|
|
423
|
-
this.c.
|
|
423
|
+
this.c.ei(d);
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
this.c.
|
|
426
|
+
this.c.dz(d, e);
|
|
427
427
|
this.an(false);
|
|
428
428
|
};
|
|
429
429
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +437,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
437
|
var e = parseInt(d.a4.toString());
|
|
438
438
|
if (e == a) {
|
|
439
439
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
440
|
+
this.c.dz(e, b);
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}
|
|
@@ -482,7 +482,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
482
|
CheckboxListView.prototype.w = function (a) {
|
|
483
483
|
this.n = a;
|
|
484
484
|
if (null != this.n) {
|
|
485
|
-
this.n.setStyleProperty("margin", "
|
|
485
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
486
|
+
this.ae();
|
|
486
487
|
}
|
|
487
488
|
};
|
|
488
489
|
CheckboxListView.prototype.ao = function () {
|
|
@@ -497,7 +498,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
498
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
499
|
this.b.n = this.c.baseTheme;
|
|
499
500
|
this.m = a.createElement("label");
|
|
500
|
-
this.m.setRawText(this.c.
|
|
501
|
+
this.m.setRawText(this.c.c1);
|
|
501
502
|
this.m.setStyleProperty("font-size", "13px");
|
|
502
503
|
this.n.setStyleProperty("display", "flex");
|
|
503
504
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -513,8 +514,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
514
|
};
|
|
514
515
|
CheckboxListView.prototype.am = function () {
|
|
515
516
|
if (null != this.m) {
|
|
516
|
-
this.m.setRawText(this.c.
|
|
517
|
-
NativeUI.
|
|
517
|
+
this.m.setRawText(this.c.c1);
|
|
518
|
+
NativeUI.r(this.m, this.c.e8);
|
|
518
519
|
}
|
|
519
520
|
};
|
|
520
521
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -565,12 +566,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
566
|
return;
|
|
566
567
|
}
|
|
567
568
|
if (b.isChecked) {
|
|
568
|
-
this.c.
|
|
569
|
-
this.c.
|
|
569
|
+
this.c.el();
|
|
570
|
+
this.c.d8(b.isChecked);
|
|
570
571
|
}
|
|
571
572
|
else {
|
|
572
|
-
this.c.
|
|
573
|
-
this.c.
|
|
573
|
+
this.c.dh();
|
|
574
|
+
this.c.d8(b.isChecked);
|
|
574
575
|
}
|
|
575
576
|
};
|
|
576
577
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -580,8 +581,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
581
|
}
|
|
581
582
|
var b = a.rootWrapper;
|
|
582
583
|
if (null != b) {
|
|
583
|
-
NativeUI.
|
|
584
|
-
NativeUI.
|
|
584
|
+
NativeUI.r(b, this.c.textColor);
|
|
585
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
585
586
|
}
|
|
586
587
|
};
|
|
587
588
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -602,19 +603,20 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
603
|
if (this.b == null) {
|
|
603
604
|
return;
|
|
604
605
|
}
|
|
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.
|
|
606
|
+
this.b.dk = this.c.fc;
|
|
607
|
+
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
608
|
+
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
609
|
+
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
610
|
+
this.b.dm = this.c.checkboxUncheckedBorderColor;
|
|
610
611
|
};
|
|
611
612
|
CheckboxListView.prototype.ah = function (a) {
|
|
612
613
|
if (this.k != null) {
|
|
613
|
-
NativeUI.
|
|
614
|
+
NativeUI.y(this.k, a);
|
|
614
615
|
}
|
|
615
616
|
};
|
|
616
617
|
CheckboxListView.prototype.v = function (a) {
|
|
617
618
|
this.k = a;
|
|
619
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
618
620
|
};
|
|
619
621
|
CheckboxListView.prototype.aq = function () {
|
|
620
622
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -633,8 +635,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
635
|
try {
|
|
634
636
|
for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
635
637
|
var a = _c.value;
|
|
636
|
-
a.value.
|
|
637
|
-
a.value.
|
|
638
|
+
a.value.bg = null;
|
|
639
|
+
a.value.bh = null;
|
|
638
640
|
}
|
|
639
641
|
}
|
|
640
642
|
catch (e_4_1) {
|
|
@@ -691,52 +693,53 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
691
693
|
_this.labelClicked = null;
|
|
692
694
|
_this.av = false;
|
|
693
695
|
_this.au = false;
|
|
694
|
-
_this.bl = null;
|
|
695
696
|
_this.bp = null;
|
|
696
|
-
_this.bk = null;
|
|
697
697
|
_this.bt = null;
|
|
698
|
-
_this.
|
|
699
|
-
_this.
|
|
700
|
-
_this.
|
|
698
|
+
_this.bo = null;
|
|
699
|
+
_this.bx = null;
|
|
700
|
+
_this.bv = null;
|
|
701
|
+
_this.bw = null;
|
|
702
|
+
_this.bu = null;
|
|
701
703
|
_this.z = 3;
|
|
702
|
-
_this.
|
|
704
|
+
_this.bk = -1;
|
|
703
705
|
_this.am = null;
|
|
704
706
|
_this.m = 1;
|
|
705
707
|
_this.ae = 1;
|
|
706
708
|
_this.ag = 2;
|
|
707
|
-
_this.
|
|
708
|
-
_this.
|
|
709
|
+
_this.e4 = BrushUtil.l(255, 24, 29, 31);
|
|
710
|
+
_this.e1 = null;
|
|
709
711
|
_this.ax = true;
|
|
710
|
-
_this.
|
|
711
|
-
_this.
|
|
712
|
+
_this.e5 = null;
|
|
713
|
+
_this.e2 = null;
|
|
714
|
+
_this.e3 = null;
|
|
712
715
|
_this.an = null;
|
|
713
|
-
_this.
|
|
714
|
-
_this.
|
|
715
|
-
_this.
|
|
716
|
-
_this.
|
|
717
|
-
_this.
|
|
716
|
+
_this.ew = null;
|
|
717
|
+
_this.eu = null;
|
|
718
|
+
_this.ex = null;
|
|
719
|
+
_this.ev = null;
|
|
720
|
+
_this.ey = null;
|
|
718
721
|
_this.bb = NaN;
|
|
719
|
-
_this.
|
|
722
|
+
_this.gridColumnProvider = null;
|
|
720
723
|
_this.ac = 0;
|
|
721
|
-
_this.
|
|
724
|
+
_this.e0 = null;
|
|
722
725
|
_this.indexTypeChanged = null;
|
|
723
726
|
_this.aw = false;
|
|
724
|
-
_this.
|
|
725
|
-
_this.
|
|
726
|
-
_this.
|
|
727
|
+
_this.c0 = null;
|
|
728
|
+
_this.e6 = null;
|
|
729
|
+
_this.es = CheckboxList.fi;
|
|
727
730
|
_this.a9 = true;
|
|
728
|
-
_this.
|
|
729
|
-
_this.
|
|
730
|
-
_this.
|
|
731
|
+
_this.et = CheckboxList.ff;
|
|
732
|
+
_this.ez = CheckboxList.fh;
|
|
733
|
+
_this.e7 = CheckboxList.fi;
|
|
731
734
|
_this.keysCleared = null;
|
|
732
735
|
_this.selectAllCheckboxChanged = null;
|
|
733
|
-
_this.
|
|
736
|
+
_this.bm = -1;
|
|
734
737
|
_this.a7 = true;
|
|
735
738
|
_this.a3 = true;
|
|
736
739
|
_this.ay = false;
|
|
737
740
|
var a = _this.h;
|
|
738
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
739
|
-
_this.h.am(runOn(_this, _this.
|
|
741
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.eb));
|
|
742
|
+
_this.h.am(runOn(_this, _this.ea));
|
|
740
743
|
_this.d = new FilterFactory();
|
|
741
744
|
var b = new CheckboxListView();
|
|
742
745
|
b.c = _this;
|
|
@@ -810,7 +813,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
813
|
var b = this.a;
|
|
811
814
|
this.a = a;
|
|
812
815
|
if (b != this.a) {
|
|
813
|
-
this.
|
|
816
|
+
this.d6("PrimaryKey", b, this.a);
|
|
814
817
|
}
|
|
815
818
|
},
|
|
816
819
|
enumerable: false,
|
|
@@ -831,44 +834,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
831
834
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
832
835
|
this.keys.removeAt(a);
|
|
833
836
|
};
|
|
834
|
-
CheckboxList.prototype.
|
|
835
|
-
this.
|
|
837
|
+
CheckboxList.prototype.ea = function () {
|
|
838
|
+
this.dr();
|
|
836
839
|
if (this.keysCleared != null) {
|
|
837
840
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
838
841
|
}
|
|
839
842
|
};
|
|
840
|
-
CheckboxList.prototype.
|
|
843
|
+
CheckboxList.prototype.eb = function (a, b) {
|
|
841
844
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
842
845
|
return;
|
|
843
846
|
}
|
|
844
847
|
switch (b.action) {
|
|
845
848
|
case 0:
|
|
846
849
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
847
|
-
this.
|
|
850
|
+
this.d4(b.newItems.item(c));
|
|
848
851
|
}
|
|
849
852
|
break;
|
|
850
853
|
case 1:
|
|
851
854
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
852
|
-
this.
|
|
855
|
+
this.d5(b.oldItems.item(d));
|
|
853
856
|
}
|
|
854
857
|
break;
|
|
855
858
|
case 2:
|
|
856
859
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
857
|
-
this.
|
|
860
|
+
this.d5(b.oldItems.item(e));
|
|
858
861
|
}
|
|
859
862
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
860
|
-
this.
|
|
863
|
+
this.d4(b.newItems.item(f));
|
|
861
864
|
}
|
|
862
865
|
break;
|
|
863
866
|
case 4:
|
|
864
867
|
this.view.ab(this.indexType == 0);
|
|
865
868
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
866
|
-
this.
|
|
869
|
+
this.d4(this.keys.ae._inner[g]);
|
|
867
870
|
}
|
|
868
871
|
break;
|
|
869
872
|
}
|
|
870
873
|
};
|
|
871
|
-
CheckboxList.prototype.
|
|
874
|
+
CheckboxList.prototype.d4 = function (a) {
|
|
872
875
|
var _this = this;
|
|
873
876
|
var b = this.e.indexOfKey(a.value);
|
|
874
877
|
if (b >= 0) {
|
|
@@ -885,7 +888,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
888
|
return $ret;
|
|
886
889
|
})()));
|
|
887
890
|
};
|
|
888
|
-
CheckboxList.prototype.
|
|
891
|
+
CheckboxList.prototype.d5 = function (a) {
|
|
889
892
|
var _this = this;
|
|
890
893
|
var b = this.e.indexOfKey(a.value);
|
|
891
894
|
if (b >= 0) {
|
|
@@ -902,7 +905,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
905
|
return $ret;
|
|
903
906
|
})()));
|
|
904
907
|
};
|
|
905
|
-
CheckboxList.prototype.
|
|
908
|
+
CheckboxList.prototype.dz = function (a, b) {
|
|
906
909
|
if (this.checkedChanged != null && this.at == false) {
|
|
907
910
|
var c_1 = null;
|
|
908
911
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -927,58 +930,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
927
930
|
this.av = false;
|
|
928
931
|
if (this.g != null) {
|
|
929
932
|
var a = this.g;
|
|
930
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
933
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
|
|
931
934
|
var b = this.g;
|
|
932
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
935
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
|
|
933
936
|
if (this.g.actualDataSource != null) {
|
|
934
937
|
var c = this.g.actualDataSource;
|
|
935
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
938
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
|
|
936
939
|
}
|
|
937
940
|
}
|
|
938
941
|
if (this.v != null) {
|
|
939
942
|
var d = this.v;
|
|
940
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
943
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dp));
|
|
941
944
|
}
|
|
942
945
|
if (this.k != null) {
|
|
943
946
|
var e = this.k;
|
|
944
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
947
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
|
|
945
948
|
}
|
|
946
949
|
};
|
|
947
950
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
948
951
|
this.av = true;
|
|
949
|
-
this.
|
|
950
|
-
this.
|
|
952
|
+
this.dk();
|
|
953
|
+
this.dj();
|
|
951
954
|
};
|
|
952
|
-
CheckboxList.prototype.
|
|
955
|
+
CheckboxList.prototype.dk = function () {
|
|
953
956
|
if (this.g != null) {
|
|
954
957
|
var a = this.g;
|
|
955
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
958
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
|
|
956
959
|
var b = this.g;
|
|
957
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
960
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
|
|
958
961
|
if (this.g.actualDataSource != null) {
|
|
959
962
|
var c = this.g.actualDataSource;
|
|
960
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
963
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
|
|
961
964
|
}
|
|
962
965
|
}
|
|
963
966
|
if (this.v != null) {
|
|
964
967
|
var d = this.v;
|
|
965
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
968
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dp));
|
|
966
969
|
}
|
|
967
970
|
};
|
|
968
|
-
CheckboxList.prototype.
|
|
971
|
+
CheckboxList.prototype.dj = function () {
|
|
969
972
|
if (this.k != null) {
|
|
970
973
|
var a = this.k;
|
|
971
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
974
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
|
|
972
975
|
}
|
|
973
976
|
};
|
|
974
977
|
CheckboxList.prototype.destroy = function () {
|
|
975
978
|
this.au = true;
|
|
976
979
|
if (!this.av) {
|
|
977
|
-
this.
|
|
980
|
+
this.dk();
|
|
978
981
|
}
|
|
979
982
|
this.provideContainer(null, null, null);
|
|
980
983
|
if (!this.av) {
|
|
981
|
-
this.
|
|
984
|
+
this.dj();
|
|
982
985
|
}
|
|
983
986
|
};
|
|
984
987
|
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
@@ -993,8 +996,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
993
996
|
if (null != this.g) {
|
|
994
997
|
this.g.scrollbarStyle = 1;
|
|
995
998
|
var d = this.g;
|
|
996
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
997
|
-
this.g.scrollbarBackground = this.
|
|
999
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
|
|
1000
|
+
this.g.scrollbarBackground = this.fl;
|
|
998
1001
|
this.g.headerHeight = 0;
|
|
999
1002
|
this.g.rowSeparatorHeight = 0;
|
|
1000
1003
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -1003,40 +1006,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1003
1006
|
this.g.selectionMode = 0;
|
|
1004
1007
|
this.g.editMode = 0;
|
|
1005
1008
|
var e = this.g;
|
|
1006
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1007
|
-
if (this.bl != null) {
|
|
1008
|
-
this.g.itemsSource = this.bl;
|
|
1009
|
-
this.c9();
|
|
1010
|
-
this.d4();
|
|
1011
|
-
}
|
|
1009
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
|
|
1012
1010
|
if (this.bp != null) {
|
|
1013
|
-
this.
|
|
1014
|
-
this.
|
|
1011
|
+
this.g.itemsSource = this.bp;
|
|
1012
|
+
this.de();
|
|
1013
|
+
this.d9();
|
|
1014
|
+
}
|
|
1015
|
+
if (this.bt != null) {
|
|
1016
|
+
this.d9();
|
|
1017
|
+
this.eo();
|
|
1015
1018
|
}
|
|
1016
1019
|
}
|
|
1017
1020
|
this.view.w(c);
|
|
1018
|
-
if (this.
|
|
1019
|
-
this.
|
|
1021
|
+
if (this.checkboxAlignedRight) {
|
|
1022
|
+
this.eq();
|
|
1020
1023
|
}
|
|
1021
1024
|
this.view.r(a);
|
|
1022
1025
|
};
|
|
1023
|
-
CheckboxList.prototype.
|
|
1026
|
+
CheckboxList.prototype.dm = function (a, b) {
|
|
1024
1027
|
this.g.scrollbarStyle = this.ad;
|
|
1025
1028
|
};
|
|
1026
1029
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1027
1030
|
this.view.w(a);
|
|
1028
1031
|
};
|
|
1029
|
-
CheckboxList.prototype.
|
|
1030
|
-
if (!this.
|
|
1032
|
+
CheckboxList.prototype.dl = function (a, b) {
|
|
1033
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
|
|
1031
1034
|
return;
|
|
1032
1035
|
}
|
|
1033
1036
|
var c = b.cellInfo.l.x;
|
|
1034
1037
|
if (-1 == c) {
|
|
1035
1038
|
return;
|
|
1036
1039
|
}
|
|
1037
|
-
var d = b.cellInfo.
|
|
1040
|
+
var d = b.cellInfo.ij;
|
|
1038
1041
|
var e = this.j(d);
|
|
1039
|
-
if (this.
|
|
1042
|
+
if (this.labelClickTriggersChange) {
|
|
1040
1043
|
if (this.keys.contains(e)) {
|
|
1041
1044
|
if (this.ak != null) {
|
|
1042
1045
|
this.ak.setPropertyValue(d, false);
|
|
@@ -1050,9 +1053,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1050
1053
|
this.keys.add(e);
|
|
1051
1054
|
}
|
|
1052
1055
|
}
|
|
1053
|
-
this.
|
|
1056
|
+
this.du(c, this.keys.contains(e));
|
|
1054
1057
|
};
|
|
1055
|
-
CheckboxList.prototype.
|
|
1058
|
+
CheckboxList.prototype.du = function (a, b) {
|
|
1056
1059
|
var c = null;
|
|
1057
1060
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1058
1061
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1071,21 +1074,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1071
1074
|
return $ret;
|
|
1072
1075
|
})()));
|
|
1073
1076
|
};
|
|
1074
|
-
CheckboxList.prototype.
|
|
1077
|
+
CheckboxList.prototype.df = function (a, b) {
|
|
1075
1078
|
var c = b.cellInfo.l.x;
|
|
1076
1079
|
if (-1 == c) {
|
|
1077
1080
|
return;
|
|
1078
1081
|
}
|
|
1079
1082
|
var d = false;
|
|
1080
|
-
if (b.cellInfo.
|
|
1081
|
-
var e = this.j(b.cellInfo.
|
|
1083
|
+
if (b.cellInfo.ij != null) {
|
|
1084
|
+
var e = this.j(b.cellInfo.ij);
|
|
1082
1085
|
if (this.keys.contains(e)) {
|
|
1083
1086
|
d = true;
|
|
1084
1087
|
}
|
|
1085
1088
|
}
|
|
1086
1089
|
this.view.t(b.content.element, c, d);
|
|
1087
1090
|
};
|
|
1088
|
-
CheckboxList.prototype.
|
|
1091
|
+
CheckboxList.prototype.ep = function (a, b) {
|
|
1089
1092
|
var c = b.cellInfo.l.x;
|
|
1090
1093
|
if (-1 == c) {
|
|
1091
1094
|
return;
|
|
@@ -1095,13 +1098,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1095
1098
|
var f = null;
|
|
1096
1099
|
var g = null;
|
|
1097
1100
|
var h = null;
|
|
1098
|
-
if (b.cellInfo.
|
|
1099
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
1101
|
+
if (b.cellInfo.ij != null) {
|
|
1102
|
+
d = this.ai.getPropertyValue(b.cellInfo.ij);
|
|
1100
1103
|
if (this.al != null) {
|
|
1101
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1104
|
+
e = this.al.getPropertyValue(b.cellInfo.ij);
|
|
1102
1105
|
}
|
|
1103
1106
|
if (this.aj != null) {
|
|
1104
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1107
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
|
|
1105
1108
|
if (i == 0) {
|
|
1106
1109
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1107
1110
|
}
|
|
@@ -1113,11 +1116,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1113
1116
|
}
|
|
1114
1117
|
}
|
|
1115
1118
|
}
|
|
1116
|
-
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.
|
|
1119
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1117
1120
|
};
|
|
1118
|
-
CheckboxList.prototype.
|
|
1119
|
-
if (this.
|
|
1120
|
-
var b = this.d.property(this.
|
|
1121
|
+
CheckboxList.prototype.d1 = function (a) {
|
|
1122
|
+
if (this.bt != null) {
|
|
1123
|
+
var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1121
1124
|
var c = b.contains(a);
|
|
1122
1125
|
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1123
1126
|
this.c = c;
|
|
@@ -1131,13 +1134,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1131
1134
|
};
|
|
1132
1135
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1133
1136
|
get: function () {
|
|
1134
|
-
return this.
|
|
1137
|
+
return this.bp;
|
|
1135
1138
|
},
|
|
1136
1139
|
set: function (a) {
|
|
1137
|
-
var b = this.
|
|
1138
|
-
this.
|
|
1139
|
-
if (b != this.
|
|
1140
|
-
this.
|
|
1140
|
+
var b = this.bp;
|
|
1141
|
+
this.bp = a;
|
|
1142
|
+
if (b != this.bp) {
|
|
1143
|
+
this.d6("ItemsSource", b, this.bp);
|
|
1141
1144
|
}
|
|
1142
1145
|
},
|
|
1143
1146
|
enumerable: false,
|
|
@@ -1145,55 +1148,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1145
1148
|
});
|
|
1146
1149
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1147
1150
|
get: function () {
|
|
1148
|
-
return this.
|
|
1151
|
+
return this.bt;
|
|
1149
1152
|
},
|
|
1150
1153
|
set: function (a) {
|
|
1151
|
-
var b = this.
|
|
1152
|
-
this.
|
|
1153
|
-
if (b != this.
|
|
1154
|
-
this.
|
|
1154
|
+
var b = this.bt;
|
|
1155
|
+
this.bt = a;
|
|
1156
|
+
if (b != this.bt) {
|
|
1157
|
+
this.d6("DataMemberPath", b, this.bt);
|
|
1155
1158
|
}
|
|
1156
1159
|
},
|
|
1157
1160
|
enumerable: false,
|
|
1158
1161
|
configurable: true
|
|
1159
1162
|
});
|
|
1160
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1163
|
+
Object.defineProperty(CheckboxList.prototype, "dataLegendTarget", {
|
|
1161
1164
|
get: function () {
|
|
1162
|
-
return this.
|
|
1165
|
+
return this.bo;
|
|
1163
1166
|
},
|
|
1164
1167
|
set: function (a) {
|
|
1165
|
-
var b = this.
|
|
1166
|
-
this.
|
|
1167
|
-
if (b != this.
|
|
1168
|
-
this.
|
|
1168
|
+
var b = this.bo;
|
|
1169
|
+
this.bo = a;
|
|
1170
|
+
if (b != this.bo) {
|
|
1171
|
+
this.d6("DataLegendTarget", b, this.bo);
|
|
1169
1172
|
}
|
|
1170
1173
|
},
|
|
1171
1174
|
enumerable: false,
|
|
1172
1175
|
configurable: true
|
|
1173
1176
|
});
|
|
1174
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1177
|
+
Object.defineProperty(CheckboxList.prototype, "subtitleMemberPath", {
|
|
1175
1178
|
get: function () {
|
|
1176
|
-
return this.
|
|
1179
|
+
return this.bx;
|
|
1177
1180
|
},
|
|
1178
1181
|
set: function (a) {
|
|
1179
|
-
var b = this.
|
|
1180
|
-
this.
|
|
1181
|
-
if (b != this.
|
|
1182
|
-
this.
|
|
1182
|
+
var b = this.bx;
|
|
1183
|
+
this.bx = a;
|
|
1184
|
+
if (b != this.bx) {
|
|
1185
|
+
this.d6("SubtitleMemberPath", b, this.bx);
|
|
1183
1186
|
}
|
|
1184
1187
|
},
|
|
1185
1188
|
enumerable: false,
|
|
1186
1189
|
configurable: true
|
|
1187
1190
|
});
|
|
1188
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1191
|
+
Object.defineProperty(CheckboxList.prototype, "propertyTypeMemberPath", {
|
|
1189
1192
|
get: function () {
|
|
1190
|
-
return this.
|
|
1193
|
+
return this.bv;
|
|
1191
1194
|
},
|
|
1192
1195
|
set: function (a) {
|
|
1193
|
-
var b = this.
|
|
1194
|
-
this.
|
|
1195
|
-
if (b != this.
|
|
1196
|
-
this.
|
|
1196
|
+
var b = this.bv;
|
|
1197
|
+
this.bv = a;
|
|
1198
|
+
if (b != this.bv) {
|
|
1199
|
+
this.d6("PropertyTypeMemberPath", b, this.bv);
|
|
1197
1200
|
}
|
|
1198
1201
|
},
|
|
1199
1202
|
enumerable: false,
|
|
@@ -1201,27 +1204,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1201
1204
|
});
|
|
1202
1205
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1203
1206
|
get: function () {
|
|
1204
|
-
return this.
|
|
1207
|
+
return this.bw;
|
|
1205
1208
|
},
|
|
1206
1209
|
set: function (a) {
|
|
1207
|
-
var b = this.
|
|
1208
|
-
this.
|
|
1209
|
-
if (b != this.
|
|
1210
|
-
this.
|
|
1210
|
+
var b = this.bw;
|
|
1211
|
+
this.bw = a;
|
|
1212
|
+
if (b != this.bw) {
|
|
1213
|
+
this.d6("SelectedMemberPath", b, this.bw);
|
|
1211
1214
|
}
|
|
1212
1215
|
},
|
|
1213
1216
|
enumerable: false,
|
|
1214
1217
|
configurable: true
|
|
1215
1218
|
});
|
|
1216
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1219
|
+
Object.defineProperty(CheckboxList.prototype, "cf", {
|
|
1217
1220
|
get: function () {
|
|
1218
|
-
return this.
|
|
1221
|
+
return this.bu;
|
|
1219
1222
|
},
|
|
1220
1223
|
set: function (a) {
|
|
1221
|
-
var b = this.
|
|
1222
|
-
this.
|
|
1223
|
-
if (b != this.
|
|
1224
|
-
this.
|
|
1224
|
+
var b = this.bu;
|
|
1225
|
+
this.bu = a;
|
|
1226
|
+
if (b != this.bu) {
|
|
1227
|
+
this.d6("FilterPlaceholderText", b, this.bu);
|
|
1225
1228
|
}
|
|
1226
1229
|
},
|
|
1227
1230
|
enumerable: false,
|
|
@@ -1235,33 +1238,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1235
1238
|
var b = this.z;
|
|
1236
1239
|
this.z = a;
|
|
1237
1240
|
if (b != this.z) {
|
|
1238
|
-
this.
|
|
1241
|
+
this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1239
1242
|
}
|
|
1240
1243
|
},
|
|
1241
1244
|
enumerable: false,
|
|
1242
1245
|
configurable: true
|
|
1243
1246
|
});
|
|
1244
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1247
|
+
Object.defineProperty(CheckboxList.prototype, "bn", {
|
|
1245
1248
|
get: function () {
|
|
1246
|
-
return this.
|
|
1249
|
+
return this.bk;
|
|
1247
1250
|
},
|
|
1248
1251
|
set: function (a) {
|
|
1249
|
-
var b = this.
|
|
1250
|
-
this.
|
|
1251
|
-
if (b != this.
|
|
1252
|
-
this.
|
|
1252
|
+
var b = this.bk;
|
|
1253
|
+
this.bk = a;
|
|
1254
|
+
if (b != this.bk) {
|
|
1255
|
+
this.d6("RowHeight", b, this.bk);
|
|
1253
1256
|
}
|
|
1254
1257
|
},
|
|
1255
1258
|
enumerable: false,
|
|
1256
1259
|
configurable: true
|
|
1257
1260
|
});
|
|
1258
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1261
|
+
Object.defineProperty(CheckboxList.prototype, "bl", {
|
|
1259
1262
|
get: function () {
|
|
1260
1263
|
if (this.g != null) {
|
|
1261
1264
|
return this.g.actualRowHeight;
|
|
1262
1265
|
}
|
|
1263
|
-
else if (this.
|
|
1264
|
-
return this.
|
|
1266
|
+
else if (this.bk != -1) {
|
|
1267
|
+
return this.bk;
|
|
1265
1268
|
}
|
|
1266
1269
|
else {
|
|
1267
1270
|
switch (this.density) {
|
|
@@ -1285,7 +1288,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1285
1288
|
var b = this.am;
|
|
1286
1289
|
this.am = a;
|
|
1287
1290
|
if (b != this.am) {
|
|
1288
|
-
this.
|
|
1291
|
+
this.d6("CellTextStyle", b, this.am);
|
|
1289
1292
|
}
|
|
1290
1293
|
},
|
|
1291
1294
|
enumerable: false,
|
|
@@ -1299,7 +1302,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1299
1302
|
var b = this.m;
|
|
1300
1303
|
this.m = a;
|
|
1301
1304
|
if (b != this.m) {
|
|
1302
|
-
this.
|
|
1305
|
+
this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1303
1306
|
}
|
|
1304
1307
|
},
|
|
1305
1308
|
enumerable: false,
|
|
@@ -1313,7 +1316,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1313
1316
|
var b = this.ae;
|
|
1314
1317
|
this.ae = a;
|
|
1315
1318
|
if (b != this.ae) {
|
|
1316
|
-
this.
|
|
1319
|
+
this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1317
1320
|
}
|
|
1318
1321
|
},
|
|
1319
1322
|
enumerable: false,
|
|
@@ -1327,7 +1330,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1327
1330
|
var b = this.ag;
|
|
1328
1331
|
this.ag = a;
|
|
1329
1332
|
if (b != this.ag) {
|
|
1330
|
-
this.
|
|
1333
|
+
this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1331
1334
|
}
|
|
1332
1335
|
},
|
|
1333
1336
|
enumerable: false,
|
|
@@ -1335,33 +1338,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1335
1338
|
});
|
|
1336
1339
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1337
1340
|
get: function () {
|
|
1338
|
-
return this.
|
|
1341
|
+
return this.e4;
|
|
1339
1342
|
},
|
|
1340
1343
|
set: function (a) {
|
|
1341
|
-
var b = this.
|
|
1342
|
-
this.
|
|
1343
|
-
if (b != this.
|
|
1344
|
-
this.
|
|
1344
|
+
var b = this.e4;
|
|
1345
|
+
this.e4 = a;
|
|
1346
|
+
if (b != this.e4) {
|
|
1347
|
+
this.d6("SearchIconColor", b, this.e4);
|
|
1345
1348
|
}
|
|
1346
1349
|
},
|
|
1347
1350
|
enumerable: false,
|
|
1348
1351
|
configurable: true
|
|
1349
1352
|
});
|
|
1350
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1353
|
+
Object.defineProperty(CheckboxList.prototype, "fm", {
|
|
1351
1354
|
get: function () {
|
|
1352
|
-
return this.
|
|
1355
|
+
return this.e1;
|
|
1353
1356
|
},
|
|
1354
1357
|
set: function (a) {
|
|
1355
|
-
var b = this.
|
|
1356
|
-
this.
|
|
1357
|
-
if (b != this.
|
|
1358
|
-
this.
|
|
1358
|
+
var b = this.e1;
|
|
1359
|
+
this.e1 = a;
|
|
1360
|
+
if (b != this.e1) {
|
|
1361
|
+
this.d6("SearchBackgroundColor", b, this.e1);
|
|
1359
1362
|
}
|
|
1360
1363
|
},
|
|
1361
1364
|
enumerable: false,
|
|
1362
1365
|
configurable: true
|
|
1363
1366
|
});
|
|
1364
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1367
|
+
Object.defineProperty(CheckboxList.prototype, "labelClickTriggersChange", {
|
|
1365
1368
|
get: function () {
|
|
1366
1369
|
return this.ax;
|
|
1367
1370
|
},
|
|
@@ -1369,7 +1372,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1369
1372
|
var b = this.ax;
|
|
1370
1373
|
this.ax = a;
|
|
1371
1374
|
if (b != this.ax) {
|
|
1372
|
-
this.
|
|
1375
|
+
this.d6("LabelClickTriggersChange", b, this.ax);
|
|
1373
1376
|
}
|
|
1374
1377
|
},
|
|
1375
1378
|
enumerable: false,
|
|
@@ -1377,27 +1380,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1377
1380
|
});
|
|
1378
1381
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1379
1382
|
get: function () {
|
|
1380
|
-
return this.
|
|
1383
|
+
return this.e5;
|
|
1381
1384
|
},
|
|
1382
1385
|
set: function (a) {
|
|
1383
|
-
var b = this.
|
|
1384
|
-
this.
|
|
1385
|
-
if (b != this.
|
|
1386
|
-
this.
|
|
1386
|
+
var b = this.e5;
|
|
1387
|
+
this.e5 = a;
|
|
1388
|
+
if (b != this.e5) {
|
|
1389
|
+
this.d6("SearchTextColor", b, this.e5);
|
|
1387
1390
|
}
|
|
1388
1391
|
},
|
|
1389
1392
|
enumerable: false,
|
|
1390
1393
|
configurable: true
|
|
1391
1394
|
});
|
|
1392
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1395
|
+
Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
|
|
1393
1396
|
get: function () {
|
|
1394
|
-
return this.
|
|
1397
|
+
return this.e2;
|
|
1395
1398
|
},
|
|
1396
1399
|
set: function (a) {
|
|
1397
|
-
var b = this.
|
|
1398
|
-
this.
|
|
1399
|
-
if (b != this.
|
|
1400
|
-
this.
|
|
1400
|
+
var b = this.e2;
|
|
1401
|
+
this.e2 = a;
|
|
1402
|
+
if (b != this.e2) {
|
|
1403
|
+
this.d6("SearchBorderColor", b, this.e2);
|
|
1404
|
+
}
|
|
1405
|
+
},
|
|
1406
|
+
enumerable: false,
|
|
1407
|
+
configurable: true
|
|
1408
|
+
});
|
|
1409
|
+
Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
|
|
1410
|
+
get: function () {
|
|
1411
|
+
return this.e3;
|
|
1412
|
+
},
|
|
1413
|
+
set: function (a) {
|
|
1414
|
+
var b = this.e3;
|
|
1415
|
+
this.e3 = a;
|
|
1416
|
+
if (b != this.e3) {
|
|
1417
|
+
this.d6("SearchFocusBorderColor", b, this.e3);
|
|
1401
1418
|
}
|
|
1402
1419
|
},
|
|
1403
1420
|
enumerable: false,
|
|
@@ -1411,83 +1428,83 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1411
1428
|
var b = this.an;
|
|
1412
1429
|
this.an = a;
|
|
1413
1430
|
if (b != this.an) {
|
|
1414
|
-
this.
|
|
1431
|
+
this.d6("SearchTextStyle", b, this.an);
|
|
1415
1432
|
}
|
|
1416
1433
|
},
|
|
1417
1434
|
enumerable: false,
|
|
1418
1435
|
configurable: true
|
|
1419
1436
|
});
|
|
1420
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1437
|
+
Object.defineProperty(CheckboxList.prototype, "fc", {
|
|
1421
1438
|
get: function () {
|
|
1422
|
-
return this.
|
|
1439
|
+
return this.ew;
|
|
1423
1440
|
},
|
|
1424
1441
|
set: function (a) {
|
|
1425
|
-
var b = this.
|
|
1426
|
-
this.
|
|
1427
|
-
if (b != this.
|
|
1428
|
-
this.
|
|
1442
|
+
var b = this.ew;
|
|
1443
|
+
this.ew = a;
|
|
1444
|
+
if (b != this.ew) {
|
|
1445
|
+
this.d6("CheckboxTickColor", b, this.ew);
|
|
1429
1446
|
}
|
|
1430
1447
|
},
|
|
1431
1448
|
enumerable: false,
|
|
1432
1449
|
configurable: true
|
|
1433
1450
|
});
|
|
1434
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1451
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
|
|
1435
1452
|
get: function () {
|
|
1436
|
-
return this.
|
|
1453
|
+
return this.eu;
|
|
1437
1454
|
},
|
|
1438
1455
|
set: function (a) {
|
|
1439
|
-
var b = this.
|
|
1440
|
-
this.
|
|
1441
|
-
if (b != this.
|
|
1442
|
-
this.
|
|
1456
|
+
var b = this.eu;
|
|
1457
|
+
this.eu = a;
|
|
1458
|
+
if (b != this.eu) {
|
|
1459
|
+
this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
|
|
1443
1460
|
}
|
|
1444
1461
|
},
|
|
1445
1462
|
enumerable: false,
|
|
1446
1463
|
configurable: true
|
|
1447
1464
|
});
|
|
1448
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1465
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
|
|
1449
1466
|
get: function () {
|
|
1450
|
-
return this.
|
|
1467
|
+
return this.ex;
|
|
1451
1468
|
},
|
|
1452
1469
|
set: function (a) {
|
|
1453
|
-
var b = this.
|
|
1454
|
-
this.
|
|
1455
|
-
if (b != this.
|
|
1456
|
-
this.
|
|
1470
|
+
var b = this.ex;
|
|
1471
|
+
this.ex = a;
|
|
1472
|
+
if (b != this.ex) {
|
|
1473
|
+
this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
|
|
1457
1474
|
}
|
|
1458
1475
|
},
|
|
1459
1476
|
enumerable: false,
|
|
1460
1477
|
configurable: true
|
|
1461
1478
|
});
|
|
1462
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1479
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
|
|
1463
1480
|
get: function () {
|
|
1464
|
-
return this.
|
|
1481
|
+
return this.ev;
|
|
1465
1482
|
},
|
|
1466
1483
|
set: function (a) {
|
|
1467
|
-
var b = this.
|
|
1468
|
-
this.
|
|
1469
|
-
if (b != this.
|
|
1470
|
-
this.
|
|
1484
|
+
var b = this.ev;
|
|
1485
|
+
this.ev = a;
|
|
1486
|
+
if (b != this.ev) {
|
|
1487
|
+
this.d6("CheckboxCheckedBorderColor", b, this.ev);
|
|
1471
1488
|
}
|
|
1472
1489
|
},
|
|
1473
1490
|
enumerable: false,
|
|
1474
1491
|
configurable: true
|
|
1475
1492
|
});
|
|
1476
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1493
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
|
|
1477
1494
|
get: function () {
|
|
1478
|
-
return this.
|
|
1495
|
+
return this.ey;
|
|
1479
1496
|
},
|
|
1480
1497
|
set: function (a) {
|
|
1481
|
-
var b = this.
|
|
1482
|
-
this.
|
|
1483
|
-
if (b != this.
|
|
1484
|
-
this.
|
|
1498
|
+
var b = this.ey;
|
|
1499
|
+
this.ey = a;
|
|
1500
|
+
if (b != this.ey) {
|
|
1501
|
+
this.d6("CheckboxUncheckedBorderColor", b, this.ey);
|
|
1485
1502
|
}
|
|
1486
1503
|
},
|
|
1487
1504
|
enumerable: false,
|
|
1488
1505
|
configurable: true
|
|
1489
1506
|
});
|
|
1490
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1507
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxCornerRadius", {
|
|
1491
1508
|
get: function () {
|
|
1492
1509
|
return this.bb;
|
|
1493
1510
|
},
|
|
@@ -1495,7 +1512,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1495
1512
|
var b = this.bb;
|
|
1496
1513
|
this.bb = a;
|
|
1497
1514
|
if (b != this.bb) {
|
|
1498
|
-
this.
|
|
1515
|
+
this.d6("CheckboxCornerRadius", b, this.bb);
|
|
1499
1516
|
}
|
|
1500
1517
|
},
|
|
1501
1518
|
enumerable: false,
|
|
@@ -1509,42 +1526,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1509
1526
|
var b = this.ac;
|
|
1510
1527
|
this.ac = a;
|
|
1511
1528
|
if (b != this.ac) {
|
|
1512
|
-
this.
|
|
1529
|
+
this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1513
1530
|
}
|
|
1514
1531
|
},
|
|
1515
1532
|
enumerable: false,
|
|
1516
1533
|
configurable: true
|
|
1517
1534
|
});
|
|
1518
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1535
|
+
Object.defineProperty(CheckboxList.prototype, "fl", {
|
|
1519
1536
|
get: function () {
|
|
1520
|
-
return this.
|
|
1537
|
+
return this.e0;
|
|
1521
1538
|
},
|
|
1522
1539
|
set: function (a) {
|
|
1523
|
-
var b = this.
|
|
1524
|
-
this.
|
|
1525
|
-
if (b != this.
|
|
1526
|
-
this.
|
|
1540
|
+
var b = this.e0;
|
|
1541
|
+
this.e0 = a;
|
|
1542
|
+
if (b != this.e0) {
|
|
1543
|
+
this.d6("ScrollbarBackground", b, this.e0);
|
|
1527
1544
|
}
|
|
1528
1545
|
},
|
|
1529
1546
|
enumerable: false,
|
|
1530
1547
|
configurable: true
|
|
1531
1548
|
});
|
|
1532
|
-
CheckboxList.prototype.
|
|
1549
|
+
CheckboxList.prototype.d6 = function (a, b, c) {
|
|
1533
1550
|
if (this.propertyChanged != null) {
|
|
1534
1551
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1535
1552
|
}
|
|
1536
|
-
this.
|
|
1553
|
+
this.ec(a, b, c);
|
|
1537
1554
|
};
|
|
1538
|
-
CheckboxList.prototype.
|
|
1555
|
+
CheckboxList.prototype.ec = function (a, b, c) {
|
|
1539
1556
|
switch (a) {
|
|
1540
1557
|
case "IndexType":
|
|
1541
1558
|
this.keys.clear();
|
|
1542
|
-
this.
|
|
1559
|
+
this.dr();
|
|
1543
1560
|
if (this.keysCleared != null) {
|
|
1544
1561
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1545
1562
|
}
|
|
1546
1563
|
this.view.an();
|
|
1547
|
-
this.
|
|
1564
|
+
this.d2(b, c);
|
|
1548
1565
|
break;
|
|
1549
1566
|
case "ItemsSource":
|
|
1550
1567
|
if (this.g != null) {
|
|
@@ -1557,16 +1574,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1557
1574
|
}
|
|
1558
1575
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1559
1576
|
var d = this.g.actualDataSource;
|
|
1560
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1577
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
|
|
1561
1578
|
}
|
|
1562
|
-
this.g.itemsSource = this.
|
|
1563
|
-
this.
|
|
1579
|
+
this.g.itemsSource = this.bp;
|
|
1580
|
+
this.de();
|
|
1564
1581
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1565
1582
|
var e = this.g.actualDataSource;
|
|
1566
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1583
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
|
|
1567
1584
|
}
|
|
1568
1585
|
this.at = true;
|
|
1569
|
-
this.
|
|
1586
|
+
this.d9();
|
|
1570
1587
|
this.at = false;
|
|
1571
1588
|
this.view.an();
|
|
1572
1589
|
}
|
|
@@ -1576,9 +1593,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1576
1593
|
case "SubtitleMemberPath":
|
|
1577
1594
|
case "PropertyTypeMemberPath":
|
|
1578
1595
|
if (this.g != null) {
|
|
1579
|
-
if (this.
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1596
|
+
if (this.bt != null) {
|
|
1597
|
+
this.d9();
|
|
1598
|
+
this.eo();
|
|
1582
1599
|
}
|
|
1583
1600
|
}
|
|
1584
1601
|
break;
|
|
@@ -1588,7 +1605,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1588
1605
|
}
|
|
1589
1606
|
break;
|
|
1590
1607
|
case "SelectAllCaptionTextColor":
|
|
1591
|
-
this.
|
|
1608
|
+
this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
|
|
1592
1609
|
break;
|
|
1593
1610
|
case "SelectAllCaption":
|
|
1594
1611
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1604,7 +1621,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1604
1621
|
break;
|
|
1605
1622
|
case "FilterPlaceholderText":
|
|
1606
1623
|
if (this.v != null) {
|
|
1607
|
-
this.v.cg = this.
|
|
1624
|
+
this.v.cg = this.cf;
|
|
1608
1625
|
}
|
|
1609
1626
|
break;
|
|
1610
1627
|
case "SearchInputType":
|
|
@@ -1614,7 +1631,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1614
1631
|
break;
|
|
1615
1632
|
case "RowHeight":
|
|
1616
1633
|
if (this.g != null) {
|
|
1617
|
-
this.g.rowHeight = this.
|
|
1634
|
+
this.g.rowHeight = this.bn;
|
|
1618
1635
|
}
|
|
1619
1636
|
break;
|
|
1620
1637
|
case "CellTextStyle":
|
|
@@ -1628,7 +1645,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1628
1645
|
case "RowHoverBackgroundColor":
|
|
1629
1646
|
var f = this.g;
|
|
1630
1647
|
if (null != f) {
|
|
1631
|
-
f.cellTextColor = this.
|
|
1648
|
+
f.cellTextColor = this.textColor;
|
|
1632
1649
|
f.cellBackground = this.backgroundColor;
|
|
1633
1650
|
f.background = this.backgroundColor;
|
|
1634
1651
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1637,10 +1654,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1637
1654
|
this.view.ak();
|
|
1638
1655
|
break;
|
|
1639
1656
|
case "BaseTheme":
|
|
1640
|
-
this.
|
|
1657
|
+
this.en();
|
|
1641
1658
|
break;
|
|
1642
1659
|
case "Density":
|
|
1643
|
-
this.
|
|
1660
|
+
this.em();
|
|
1644
1661
|
break;
|
|
1645
1662
|
case "IsRowHoverEnabled":
|
|
1646
1663
|
if (this.g != null) {
|
|
@@ -1654,17 +1671,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1654
1671
|
break;
|
|
1655
1672
|
case "ScrollbarBackground":
|
|
1656
1673
|
if (this.g != null) {
|
|
1657
|
-
this.g.scrollbarBackground = this.
|
|
1674
|
+
this.g.scrollbarBackground = this.fl;
|
|
1658
1675
|
}
|
|
1659
1676
|
break;
|
|
1660
1677
|
case "SearchIconColor":
|
|
1661
1678
|
this.view.ai();
|
|
1662
1679
|
break;
|
|
1663
1680
|
case "SearchBackgroundColor":
|
|
1664
|
-
this.y
|
|
1681
|
+
if (this.y != null) {
|
|
1682
|
+
this.y.mc = this.fm;
|
|
1683
|
+
}
|
|
1665
1684
|
break;
|
|
1666
1685
|
case "SearchBorderColor":
|
|
1667
|
-
this.y
|
|
1686
|
+
if (this.y != null) {
|
|
1687
|
+
this.y.md = this.searchBorderColor;
|
|
1688
|
+
}
|
|
1689
|
+
break;
|
|
1690
|
+
case "SearchFocusBorderColor":
|
|
1691
|
+
if (this.y != null) {
|
|
1692
|
+
this.y.no = this.searchFocusBorderColor;
|
|
1693
|
+
}
|
|
1668
1694
|
break;
|
|
1669
1695
|
case "SearchTextColor":
|
|
1670
1696
|
if (this.w != null) {
|
|
@@ -1672,7 +1698,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1672
1698
|
}
|
|
1673
1699
|
break;
|
|
1674
1700
|
case "SearchTextStyle":
|
|
1675
|
-
this.w
|
|
1701
|
+
if (this.w != null) {
|
|
1702
|
+
this.w.af = this.ap;
|
|
1703
|
+
}
|
|
1676
1704
|
break;
|
|
1677
1705
|
case "CheckboxTickColor":
|
|
1678
1706
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1682,22 +1710,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1682
1710
|
case "CheckboxCornerRadius":
|
|
1683
1711
|
this.view.af();
|
|
1684
1712
|
if (this.g != null) {
|
|
1685
|
-
this.g.
|
|
1713
|
+
this.g.y1();
|
|
1686
1714
|
}
|
|
1687
1715
|
break;
|
|
1688
1716
|
case "CheckboxAlignedRight":
|
|
1689
1717
|
if (this.g != null) {
|
|
1690
|
-
this.
|
|
1718
|
+
this.eq();
|
|
1691
1719
|
}
|
|
1692
1720
|
break;
|
|
1693
1721
|
case "DataLegendTarget":
|
|
1694
1722
|
if (this.g != null) {
|
|
1695
|
-
this.g.
|
|
1723
|
+
this.g.y1();
|
|
1696
1724
|
}
|
|
1697
1725
|
break;
|
|
1698
1726
|
}
|
|
1699
1727
|
};
|
|
1700
|
-
CheckboxList.prototype.
|
|
1728
|
+
CheckboxList.prototype.eq = function () {
|
|
1701
1729
|
if (this.g.actualColumns.count == 0) {
|
|
1702
1730
|
return;
|
|
1703
1731
|
}
|
|
@@ -1705,7 +1733,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1705
1733
|
var b = this.g.actualColumns._inner[1];
|
|
1706
1734
|
var c = this.g.actualColumns._inner[2];
|
|
1707
1735
|
this.g.actualColumns.clear();
|
|
1708
|
-
if (this.
|
|
1736
|
+
if (this.checkboxAlignedRight) {
|
|
1709
1737
|
this.g.columns.add(b);
|
|
1710
1738
|
this.g.columns.add(a);
|
|
1711
1739
|
}
|
|
@@ -1715,7 +1743,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1715
1743
|
}
|
|
1716
1744
|
this.g.columns.add(c);
|
|
1717
1745
|
};
|
|
1718
|
-
CheckboxList.prototype.
|
|
1746
|
+
CheckboxList.prototype.d2 = function (a, b) {
|
|
1719
1747
|
if (this.indexTypeChanged != null) {
|
|
1720
1748
|
this.indexTypeChanged(this, ((function () {
|
|
1721
1749
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1725,7 +1753,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1725
1753
|
})()));
|
|
1726
1754
|
}
|
|
1727
1755
|
};
|
|
1728
|
-
CheckboxList.prototype.
|
|
1756
|
+
CheckboxList.prototype.em = function () {
|
|
1729
1757
|
if (this.g != null) {
|
|
1730
1758
|
this.g.density = this.density;
|
|
1731
1759
|
}
|
|
@@ -1733,8 +1761,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1733
1761
|
this.x.t = this.density;
|
|
1734
1762
|
}
|
|
1735
1763
|
this.view.ae();
|
|
1764
|
+
this.view.z();
|
|
1736
1765
|
};
|
|
1737
|
-
CheckboxList.prototype.
|
|
1766
|
+
CheckboxList.prototype.en = function () {
|
|
1738
1767
|
if (this.x != null) {
|
|
1739
1768
|
this.x.p = this.baseTheme;
|
|
1740
1769
|
}
|
|
@@ -1743,51 +1772,51 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1743
1772
|
}
|
|
1744
1773
|
if (this.g != null) {
|
|
1745
1774
|
this.g.theme = this.baseTheme;
|
|
1746
|
-
this.g.cellTextColor = this.
|
|
1775
|
+
this.g.cellTextColor = this.textColor;
|
|
1747
1776
|
this.g.cellBackground = this.backgroundColor;
|
|
1748
1777
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1749
1778
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1750
1779
|
this.g.background = this.backgroundColor;
|
|
1751
1780
|
}
|
|
1752
|
-
this.
|
|
1781
|
+
this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
|
|
1753
1782
|
this.view.ag();
|
|
1754
1783
|
};
|
|
1755
|
-
CheckboxList.prototype.
|
|
1784
|
+
CheckboxList.prototype.d7 = function (a, b) {
|
|
1756
1785
|
this.at = true;
|
|
1757
|
-
this.
|
|
1786
|
+
this.de();
|
|
1758
1787
|
if (b.schema != null) {
|
|
1759
|
-
this.
|
|
1788
|
+
this.d9();
|
|
1760
1789
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1761
|
-
this.
|
|
1790
|
+
this.d4(this.keys._inner[c]);
|
|
1762
1791
|
}
|
|
1763
1792
|
this.view.an();
|
|
1764
1793
|
}
|
|
1765
1794
|
this.at = false;
|
|
1766
1795
|
};
|
|
1767
|
-
CheckboxList.prototype.
|
|
1768
|
-
if (this.ak == null && this.
|
|
1769
|
-
this.ak = new FastReflectionHelper(false, this.
|
|
1796
|
+
CheckboxList.prototype.d9 = function () {
|
|
1797
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1798
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1770
1799
|
}
|
|
1771
|
-
if (this.ai == null && this.
|
|
1772
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1800
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1801
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1773
1802
|
}
|
|
1774
|
-
if (this.al == null && this.
|
|
1775
|
-
this.al = new FastReflectionHelper(false, this.
|
|
1803
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1804
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1776
1805
|
}
|
|
1777
|
-
if (this.aj == null && this.
|
|
1778
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1806
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1807
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1779
1808
|
}
|
|
1780
1809
|
if (this.ai != null) {
|
|
1781
|
-
this.ai.propertyName = this.
|
|
1810
|
+
this.ai.propertyName = this.bt;
|
|
1782
1811
|
}
|
|
1783
1812
|
if (this.al != null) {
|
|
1784
|
-
this.al.propertyName = this.
|
|
1813
|
+
this.al.propertyName = this.bx;
|
|
1785
1814
|
}
|
|
1786
1815
|
if (this.aj != null) {
|
|
1787
|
-
this.aj.propertyName = this.
|
|
1816
|
+
this.aj.propertyName = this.bv;
|
|
1788
1817
|
}
|
|
1789
|
-
if (this.
|
|
1790
|
-
this.ak.propertyName = this.
|
|
1818
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1819
|
+
this.ak.propertyName = this.bw;
|
|
1791
1820
|
var a = this.g.actualDataSource.actualCount;
|
|
1792
1821
|
for (var b = 0; b < a; b++) {
|
|
1793
1822
|
var c = this.g.actualDataSource.getItemAtIndex(b);
|
|
@@ -1804,12 +1833,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1804
1833
|
}
|
|
1805
1834
|
}
|
|
1806
1835
|
};
|
|
1807
|
-
CheckboxList.prototype.
|
|
1836
|
+
CheckboxList.prototype.eo = function () {
|
|
1808
1837
|
this.view.p();
|
|
1809
1838
|
this.g.columns.clear();
|
|
1810
1839
|
this.g.primaryKey = this.primaryKey;
|
|
1811
1840
|
this.g.isGroupRowSticky = false;
|
|
1812
|
-
this.g.rowHeight = this.
|
|
1841
|
+
this.g.rowHeight = this.bn;
|
|
1813
1842
|
this.g.background = this.backgroundColor;
|
|
1814
1843
|
this.g.cellBackground = this.backgroundColor;
|
|
1815
1844
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1821,35 +1850,35 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1821
1850
|
this.g.cellTextStyle = this.ao;
|
|
1822
1851
|
}
|
|
1823
1852
|
var a = new TemplateColumn();
|
|
1824
|
-
if (this.
|
|
1825
|
-
this.
|
|
1853
|
+
if (this.bw == null) {
|
|
1854
|
+
this.bw = "";
|
|
1826
1855
|
}
|
|
1827
|
-
a.
|
|
1828
|
-
a.
|
|
1856
|
+
a.nl = this.bw;
|
|
1857
|
+
a.od = "CheckboxColumn";
|
|
1829
1858
|
var b = new ColumnWidth();
|
|
1830
1859
|
b.c = false;
|
|
1831
1860
|
b.f = 28;
|
|
1832
1861
|
a.width = b;
|
|
1833
|
-
a.
|
|
1834
|
-
a.
|
|
1835
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1862
|
+
a.lm = 0;
|
|
1863
|
+
a.ln = 0;
|
|
1864
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
|
|
1836
1865
|
this.k = a;
|
|
1837
1866
|
this.g.columns.add(a);
|
|
1838
|
-
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.
|
|
1839
|
-
if ((this.
|
|
1867
|
+
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1868
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1840
1869
|
var d = new TemplateColumn();
|
|
1841
|
-
d.
|
|
1842
|
-
d.
|
|
1843
|
-
d.
|
|
1870
|
+
d.nl = this.bt;
|
|
1871
|
+
d.od = "DataColumn";
|
|
1872
|
+
d.lm = 0;
|
|
1844
1873
|
d.g = 0;
|
|
1845
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1874
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
|
|
1846
1875
|
this.g.columns.add(d);
|
|
1847
1876
|
}
|
|
1848
1877
|
else {
|
|
1849
1878
|
var e = void 0;
|
|
1850
|
-
if (this.
|
|
1851
|
-
e = this.
|
|
1852
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1879
|
+
if (this.gridColumnProvider != null) {
|
|
1880
|
+
e = this.gridColumnProvider.h1();
|
|
1881
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
|
|
1853
1882
|
}
|
|
1854
1883
|
else {
|
|
1855
1884
|
switch (c) {
|
|
@@ -1874,9 +1903,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1874
1903
|
break;
|
|
1875
1904
|
}
|
|
1876
1905
|
}
|
|
1877
|
-
e.
|
|
1878
|
-
e.
|
|
1879
|
-
e.
|
|
1906
|
+
e.nl = this.bt;
|
|
1907
|
+
e.od = "DataColumn";
|
|
1908
|
+
e.lm = 0;
|
|
1880
1909
|
e.g = 0;
|
|
1881
1910
|
this.g.columns.add(e);
|
|
1882
1911
|
}
|
|
@@ -1884,15 +1913,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1884
1913
|
var g = new ColumnWidth();
|
|
1885
1914
|
g.c = false;
|
|
1886
1915
|
g.f = 10;
|
|
1887
|
-
f.
|
|
1888
|
-
f.
|
|
1889
|
-
f.
|
|
1916
|
+
f.nl = "PaddingColumn";
|
|
1917
|
+
f.od = "PaddingColumn";
|
|
1918
|
+
f.lm = 0;
|
|
1890
1919
|
f.width = g;
|
|
1891
1920
|
this.g.columns.add(f);
|
|
1892
1921
|
};
|
|
1893
|
-
CheckboxList.prototype.
|
|
1922
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1894
1923
|
var c = b.b;
|
|
1895
|
-
c.
|
|
1924
|
+
c.g2 = 0;
|
|
1925
|
+
c.g = 0;
|
|
1896
1926
|
};
|
|
1897
1927
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1898
1928
|
this.view.ah(a);
|
|
@@ -1900,16 +1930,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1900
1930
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1901
1931
|
this.view.v(a);
|
|
1902
1932
|
};
|
|
1903
|
-
CheckboxList.prototype.
|
|
1933
|
+
CheckboxList.prototype.d3 = function () {
|
|
1904
1934
|
if (!this.a0) {
|
|
1905
1935
|
var a = this.w;
|
|
1906
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1936
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dp));
|
|
1907
1937
|
}
|
|
1908
|
-
this.
|
|
1938
|
+
this.en();
|
|
1909
1939
|
};
|
|
1910
|
-
CheckboxList.prototype.
|
|
1940
|
+
CheckboxList.prototype.dp = function (a, b) {
|
|
1911
1941
|
var c = b.value.toLowerCase();
|
|
1912
|
-
this.
|
|
1942
|
+
this.d1(c);
|
|
1913
1943
|
};
|
|
1914
1944
|
CheckboxList.prototype.j = function (a) {
|
|
1915
1945
|
if (this.primaryKey == null) {
|
|
@@ -1923,7 +1953,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1923
1953
|
}
|
|
1924
1954
|
return new PrimaryKeyValue(b, c);
|
|
1925
1955
|
};
|
|
1926
|
-
CheckboxList.prototype.
|
|
1956
|
+
CheckboxList.prototype.ei = function (a) {
|
|
1927
1957
|
this.as = true;
|
|
1928
1958
|
var b = this.e.getItemAtIndex(a);
|
|
1929
1959
|
if (this.ak != null) {
|
|
@@ -1933,7 +1963,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1933
1963
|
this.keys.remove(c);
|
|
1934
1964
|
this.as = false;
|
|
1935
1965
|
};
|
|
1936
|
-
CheckboxList.prototype.
|
|
1966
|
+
CheckboxList.prototype.db = function (a) {
|
|
1937
1967
|
this.as = true;
|
|
1938
1968
|
var b = this.e.getItemAtIndex(a);
|
|
1939
1969
|
if (this.ak != null) {
|
|
@@ -1943,44 +1973,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1943
1973
|
this.keys.add(c);
|
|
1944
1974
|
this.as = false;
|
|
1945
1975
|
};
|
|
1946
|
-
CheckboxList.prototype.
|
|
1976
|
+
CheckboxList.prototype.el = function () {
|
|
1947
1977
|
this.indexType = 0;
|
|
1948
1978
|
this.keys.clear();
|
|
1949
|
-
this.
|
|
1979
|
+
this.dr();
|
|
1950
1980
|
if (this.keysCleared != null) {
|
|
1951
1981
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1952
1982
|
}
|
|
1953
1983
|
};
|
|
1954
|
-
CheckboxList.prototype.
|
|
1984
|
+
CheckboxList.prototype.dh = function () {
|
|
1955
1985
|
this.indexType = 1;
|
|
1956
1986
|
this.keys.clear();
|
|
1957
|
-
this.
|
|
1987
|
+
this.dr();
|
|
1958
1988
|
if (this.keysCleared != null) {
|
|
1959
1989
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1960
1990
|
}
|
|
1961
1991
|
};
|
|
1962
|
-
CheckboxList.prototype.
|
|
1992
|
+
CheckboxList.prototype.dw = function (a, b, c) {
|
|
1963
1993
|
if (this.g != null) {
|
|
1964
1994
|
this.g.notifySetItem(a, b, c);
|
|
1965
1995
|
}
|
|
1966
1996
|
};
|
|
1967
|
-
CheckboxList.prototype.
|
|
1997
|
+
CheckboxList.prototype.ds = function () {
|
|
1968
1998
|
if (this.g != null) {
|
|
1969
1999
|
this.g.notifyClearItems();
|
|
1970
2000
|
}
|
|
1971
2001
|
};
|
|
1972
|
-
CheckboxList.prototype.
|
|
2002
|
+
CheckboxList.prototype.dr = function () {
|
|
1973
2003
|
if (this.g != null) {
|
|
1974
2004
|
this.g.invalidateVisibleRows();
|
|
1975
2005
|
}
|
|
1976
2006
|
};
|
|
1977
|
-
CheckboxList.prototype.
|
|
2007
|
+
CheckboxList.prototype.dt = function (a, b) {
|
|
1978
2008
|
if (this.g != null) {
|
|
1979
2009
|
this.g.notifyInsertItem(a, b);
|
|
1980
2010
|
}
|
|
1981
2011
|
;
|
|
1982
2012
|
};
|
|
1983
|
-
CheckboxList.prototype.
|
|
2013
|
+
CheckboxList.prototype.dv = function (a, b) {
|
|
1984
2014
|
if (this.g != null) {
|
|
1985
2015
|
this.g.notifyRemoveItem(a, b);
|
|
1986
2016
|
}
|
|
@@ -1997,7 +2027,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1997
2027
|
this.aw = false;
|
|
1998
2028
|
}
|
|
1999
2029
|
};
|
|
2000
|
-
CheckboxList.prototype.
|
|
2030
|
+
CheckboxList.prototype.dc = function (a) {
|
|
2001
2031
|
var b = null;
|
|
2002
2032
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2003
2033
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2017,7 +2047,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2017
2047
|
this.keys.add(b);
|
|
2018
2048
|
}
|
|
2019
2049
|
};
|
|
2020
|
-
CheckboxList.prototype.
|
|
2050
|
+
CheckboxList.prototype.ej = function (a) {
|
|
2021
2051
|
var b = null;
|
|
2022
2052
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2023
2053
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2038,15 +2068,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2038
2068
|
}
|
|
2039
2069
|
};
|
|
2040
2070
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2041
|
-
var b =
|
|
2071
|
+
var b = 200;
|
|
2042
2072
|
var c = 0;
|
|
2043
2073
|
var d = this.be();
|
|
2044
2074
|
var e = 5;
|
|
2045
2075
|
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
2046
2076
|
e = this.g.actualDataSource.actualCount;
|
|
2047
2077
|
}
|
|
2048
|
-
var f = this.
|
|
2049
|
-
var g = this.
|
|
2078
|
+
var f = this.bl * e;
|
|
2079
|
+
var g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
2050
2080
|
var h = f > g ? g : f;
|
|
2051
2081
|
var i = d + h;
|
|
2052
2082
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2067,18 +2097,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2067
2097
|
var a = 0;
|
|
2068
2098
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2069
2099
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2070
|
-
a += (
|
|
2071
|
-
a += 4;
|
|
2100
|
+
a += (1 + 3 + 0);
|
|
2072
2101
|
if (this.showSelectAll) {
|
|
2073
|
-
a += this.
|
|
2102
|
+
a += this.bl + 0 + 0;
|
|
2074
2103
|
}
|
|
2075
2104
|
a += 4;
|
|
2076
2105
|
return a;
|
|
2077
2106
|
};
|
|
2078
|
-
CheckboxList.prototype.
|
|
2107
|
+
CheckboxList.prototype.br = function () {
|
|
2079
2108
|
return this.l();
|
|
2080
2109
|
};
|
|
2081
|
-
CheckboxList.prototype.
|
|
2110
|
+
CheckboxList.prototype.ce = function () {
|
|
2082
2111
|
var a = this.l();
|
|
2083
2112
|
return a.i();
|
|
2084
2113
|
};
|
|
@@ -2091,49 +2120,49 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2091
2120
|
a.e = c.height;
|
|
2092
2121
|
a.h = c.width;
|
|
2093
2122
|
a.c = this.baseTheme;
|
|
2094
|
-
a.d = this.
|
|
2095
|
-
a.a = AppearanceHelper.a(this.
|
|
2123
|
+
a.d = this.bl;
|
|
2124
|
+
a.a = AppearanceHelper.a(this.e8);
|
|
2096
2125
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2097
2126
|
return a;
|
|
2098
2127
|
};
|
|
2099
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2128
|
+
Object.defineProperty(CheckboxList.prototype, "c1", {
|
|
2100
2129
|
get: function () {
|
|
2101
|
-
return this.
|
|
2130
|
+
return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2102
2131
|
},
|
|
2103
2132
|
set: function (a) {
|
|
2104
|
-
if (a == this.
|
|
2133
|
+
if (a == this.c0) {
|
|
2105
2134
|
return;
|
|
2106
2135
|
}
|
|
2107
|
-
var b = this.
|
|
2108
|
-
this.
|
|
2109
|
-
this.
|
|
2136
|
+
var b = this.c0;
|
|
2137
|
+
this.c0 = a;
|
|
2138
|
+
this.d6("SelectAllCaption", b, this.c0);
|
|
2110
2139
|
},
|
|
2111
2140
|
enumerable: false,
|
|
2112
2141
|
configurable: true
|
|
2113
2142
|
});
|
|
2114
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2143
|
+
Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
|
|
2115
2144
|
get: function () {
|
|
2116
|
-
return this.
|
|
2145
|
+
return this.e6;
|
|
2117
2146
|
},
|
|
2118
2147
|
set: function (a) {
|
|
2119
|
-
var b = this.
|
|
2120
|
-
this.
|
|
2121
|
-
if (b != this.
|
|
2122
|
-
this.
|
|
2148
|
+
var b = this.e6;
|
|
2149
|
+
this.e6 = a;
|
|
2150
|
+
if (b != this.e6) {
|
|
2151
|
+
this.d6("SelectAllCaptionTextColor", b, a);
|
|
2123
2152
|
}
|
|
2124
2153
|
},
|
|
2125
2154
|
enumerable: false,
|
|
2126
2155
|
configurable: true
|
|
2127
2156
|
});
|
|
2128
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2157
|
+
Object.defineProperty(CheckboxList.prototype, "e8", {
|
|
2129
2158
|
get: function () {
|
|
2130
|
-
return this.
|
|
2159
|
+
return this.es;
|
|
2131
2160
|
},
|
|
2132
2161
|
set: function (a) {
|
|
2133
|
-
var b = this.
|
|
2134
|
-
this.
|
|
2135
|
-
if (b != this.
|
|
2136
|
-
this.
|
|
2162
|
+
var b = this.es;
|
|
2163
|
+
this.es = a;
|
|
2164
|
+
if (b != this.es) {
|
|
2165
|
+
this.d6("ActualSelectAllCaptionTextColor", b, a);
|
|
2137
2166
|
}
|
|
2138
2167
|
},
|
|
2139
2168
|
enumerable: false,
|
|
@@ -2141,14 +2170,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2141
2170
|
});
|
|
2142
2171
|
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
2143
2172
|
get: function () {
|
|
2144
|
-
if (-1 == this.
|
|
2173
|
+
if (-1 == this.bm) {
|
|
2145
2174
|
return false;
|
|
2146
2175
|
}
|
|
2147
2176
|
var a = this.keys.count;
|
|
2148
2177
|
if (0 == a) {
|
|
2149
2178
|
return false;
|
|
2150
2179
|
}
|
|
2151
|
-
if (a == this.
|
|
2180
|
+
if (a == this.bm) {
|
|
2152
2181
|
return false;
|
|
2153
2182
|
}
|
|
2154
2183
|
return true;
|
|
@@ -2166,20 +2195,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2166
2195
|
}
|
|
2167
2196
|
var b = this.a9;
|
|
2168
2197
|
this.a9 = a;
|
|
2169
|
-
this.
|
|
2198
|
+
this.d6("showSelectAll", b, this.a9);
|
|
2170
2199
|
},
|
|
2171
2200
|
enumerable: false,
|
|
2172
2201
|
configurable: true
|
|
2173
2202
|
});
|
|
2174
2203
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2175
2204
|
get: function () {
|
|
2176
|
-
return this.
|
|
2205
|
+
return this.et;
|
|
2177
2206
|
},
|
|
2178
2207
|
set: function (a) {
|
|
2179
|
-
var b = this.
|
|
2180
|
-
this.
|
|
2181
|
-
if (b != this.
|
|
2182
|
-
this.
|
|
2208
|
+
var b = this.et;
|
|
2209
|
+
this.et = a;
|
|
2210
|
+
if (b != this.et) {
|
|
2211
|
+
this.d6("BackgroundColor", b, a);
|
|
2183
2212
|
}
|
|
2184
2213
|
},
|
|
2185
2214
|
enumerable: false,
|
|
@@ -2187,40 +2216,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2187
2216
|
});
|
|
2188
2217
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2189
2218
|
get: function () {
|
|
2190
|
-
return this.
|
|
2219
|
+
return this.ez;
|
|
2191
2220
|
},
|
|
2192
2221
|
set: function (a) {
|
|
2193
|
-
var b = this.
|
|
2194
|
-
this.
|
|
2195
|
-
if (b != this.
|
|
2196
|
-
this.
|
|
2222
|
+
var b = this.ez;
|
|
2223
|
+
this.ez = a;
|
|
2224
|
+
if (b != this.ez) {
|
|
2225
|
+
this.d6("RowHoverBackgroundColor", b, a);
|
|
2197
2226
|
}
|
|
2198
2227
|
},
|
|
2199
2228
|
enumerable: false,
|
|
2200
2229
|
configurable: true
|
|
2201
2230
|
});
|
|
2202
|
-
CheckboxList.prototype.
|
|
2231
|
+
CheckboxList.prototype.fj = function () {
|
|
2203
2232
|
switch (this.baseTheme) {
|
|
2204
2233
|
case 6:
|
|
2205
|
-
case 4: return CheckboxList.
|
|
2234
|
+
case 4: return CheckboxList.fg;
|
|
2206
2235
|
}
|
|
2207
|
-
return CheckboxList.
|
|
2236
|
+
return CheckboxList.fi;
|
|
2208
2237
|
};
|
|
2209
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2238
|
+
Object.defineProperty(CheckboxList.prototype, "textColor", {
|
|
2210
2239
|
get: function () {
|
|
2211
|
-
return this.
|
|
2240
|
+
return this.e7;
|
|
2212
2241
|
},
|
|
2213
2242
|
set: function (a) {
|
|
2214
|
-
var b = this.
|
|
2215
|
-
this.
|
|
2216
|
-
if (b != this.
|
|
2217
|
-
this.
|
|
2243
|
+
var b = this.e7;
|
|
2244
|
+
this.e7 = a;
|
|
2245
|
+
if (b != this.e7) {
|
|
2246
|
+
this.d6("TextColor", b, a);
|
|
2218
2247
|
}
|
|
2219
2248
|
},
|
|
2220
2249
|
enumerable: false,
|
|
2221
2250
|
configurable: true
|
|
2222
2251
|
});
|
|
2223
|
-
CheckboxList.prototype.
|
|
2252
|
+
CheckboxList.prototype.d8 = function (a) {
|
|
2224
2253
|
if (this.selectAllCheckboxChanged != null) {
|
|
2225
2254
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2226
2255
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2230,39 +2259,39 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2230
2259
|
}
|
|
2231
2260
|
};
|
|
2232
2261
|
CheckboxList.prototype.a2 = function () {
|
|
2233
|
-
if (-1 == this.
|
|
2262
|
+
if (-1 == this.bm) {
|
|
2234
2263
|
return true;
|
|
2235
2264
|
}
|
|
2236
2265
|
var a = this.keys.count;
|
|
2237
2266
|
switch (this.indexType) {
|
|
2238
|
-
case 0: return this.
|
|
2267
|
+
case 0: return this.bm == a;
|
|
2239
2268
|
case 1: return 0 == a;
|
|
2240
2269
|
default: return false;
|
|
2241
2270
|
}
|
|
2242
2271
|
};
|
|
2243
2272
|
CheckboxList.prototype.a1 = function () {
|
|
2244
|
-
if (-1 == this.
|
|
2273
|
+
if (-1 == this.bm) {
|
|
2245
2274
|
return false;
|
|
2246
2275
|
}
|
|
2247
2276
|
var a = this.keys.count;
|
|
2248
2277
|
switch (this.indexType) {
|
|
2249
2278
|
case 0: return 0 == a;
|
|
2250
|
-
case 1: return this.
|
|
2279
|
+
case 1: return this.bm == a;
|
|
2251
2280
|
default: return false;
|
|
2252
2281
|
}
|
|
2253
2282
|
};
|
|
2254
|
-
CheckboxList.prototype.
|
|
2283
|
+
CheckboxList.prototype.de = function () {
|
|
2255
2284
|
var a = this.g.actualDataSource;
|
|
2256
2285
|
if (null != a) {
|
|
2257
2286
|
if (null == a.actualSchema) {
|
|
2258
|
-
this.
|
|
2287
|
+
this.bm = -1;
|
|
2259
2288
|
return;
|
|
2260
2289
|
}
|
|
2261
2290
|
var b = a.actualCount;
|
|
2262
|
-
this.
|
|
2291
|
+
this.bm = b;
|
|
2263
2292
|
}
|
|
2264
2293
|
else {
|
|
2265
|
-
this.
|
|
2294
|
+
this.bm = -1;
|
|
2266
2295
|
}
|
|
2267
2296
|
};
|
|
2268
2297
|
Object.defineProperty(CheckboxList.prototype, "a8", {
|
|
@@ -2275,7 +2304,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2275
2304
|
}
|
|
2276
2305
|
var b = this.a7;
|
|
2277
2306
|
this.a7 = a;
|
|
2278
|
-
this.
|
|
2307
|
+
this.d6("ShowFilter", b, this.a7);
|
|
2279
2308
|
},
|
|
2280
2309
|
enumerable: false,
|
|
2281
2310
|
configurable: true
|
|
@@ -2290,12 +2319,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2290
2319
|
}
|
|
2291
2320
|
var b = this.a3;
|
|
2292
2321
|
this.a3 = a;
|
|
2293
|
-
this.
|
|
2322
|
+
this.d6("IsRowHoverEnabled", b, this.a3);
|
|
2294
2323
|
},
|
|
2295
2324
|
enumerable: false,
|
|
2296
2325
|
configurable: true
|
|
2297
2326
|
});
|
|
2298
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2327
|
+
Object.defineProperty(CheckboxList.prototype, "checkboxAlignedRight", {
|
|
2299
2328
|
get: function () {
|
|
2300
2329
|
return this.ay;
|
|
2301
2330
|
},
|
|
@@ -2305,18 +2334,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2305
2334
|
}
|
|
2306
2335
|
var b = this.ay;
|
|
2307
2336
|
this.ay = a;
|
|
2308
|
-
this.
|
|
2337
|
+
this.d6("CheckboxAlignedRight", b, this.ay);
|
|
2309
2338
|
},
|
|
2310
2339
|
enumerable: false,
|
|
2311
2340
|
configurable: true
|
|
2312
2341
|
});
|
|
2342
|
+
CheckboxList.prototype.ef = function (a) {
|
|
2343
|
+
this.y = a;
|
|
2344
|
+
if (a == null) {
|
|
2345
|
+
return;
|
|
2346
|
+
}
|
|
2347
|
+
this.y.d = this.aa;
|
|
2348
|
+
this.y.p = this.baseTheme;
|
|
2349
|
+
this.y.t = this.density;
|
|
2350
|
+
this.y.mc = this.fm;
|
|
2351
|
+
this.y.md = this.searchBorderColor;
|
|
2352
|
+
this.y.no = this.searchFocusBorderColor;
|
|
2353
|
+
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
2354
|
+
this.y.np = BrushUtil.l(0, 0, 0, 0);
|
|
2355
|
+
};
|
|
2313
2356
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2314
|
-
CheckboxList.
|
|
2315
|
-
CheckboxList.
|
|
2316
|
-
CheckboxList.
|
|
2317
|
-
CheckboxList.
|
|
2318
|
-
CheckboxList.
|
|
2319
|
-
CheckboxList.
|
|
2357
|
+
CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
|
|
2358
|
+
CheckboxList.cx = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2359
|
+
CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
|
|
2360
|
+
CheckboxList.fh = null;
|
|
2361
|
+
CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
|
|
2362
|
+
CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
|
|
2320
2363
|
return CheckboxList;
|
|
2321
2364
|
}(Base));
|
|
2322
2365
|
export { CheckboxList };
|