igniteui-angular-data-grids 20.1.0 → 20.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -24,6 +24,7 @@ import { Color } from "igniteui-angular-core";
|
|
|
24
24
|
import { NativeUI } from "igniteui-angular-core";
|
|
25
25
|
import { PrimaryKeyValue } from "./PrimaryKeyValue";
|
|
26
26
|
import { Thickness } from "igniteui-angular-core";
|
|
27
|
+
import { Size } from "igniteui-angular-core";
|
|
27
28
|
import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
|
|
28
29
|
import { stringIsNullOrEmpty, stringIsNullOrWhiteSpace } from "igniteui-angular-core";
|
|
29
30
|
import { SRProvider } from "igniteui-angular-core";
|
|
@@ -46,8 +47,9 @@ import { DateTimeColumn } from "./DateTimeColumn";
|
|
|
46
47
|
import { NumericColumn } from "./NumericColumn";
|
|
47
48
|
import { TextColumn } from "./TextColumn";
|
|
48
49
|
import { ArgumentException } from "igniteui-angular-core";
|
|
49
|
-
import { Size } from "igniteui-angular-core";
|
|
50
50
|
import { ComponentSizeHelpers } from "igniteui-angular-core";
|
|
51
|
+
import { CheckboxListVisualModelExport } from "igniteui-angular-inputs";
|
|
52
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
51
53
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
52
54
|
import { isPositiveInfinity } from "igniteui-angular-core";
|
|
53
55
|
/**
|
|
@@ -57,113 +59,113 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
57
59
|
class CheckboxListView extends Base {
|
|
58
60
|
constructor() {
|
|
59
61
|
super();
|
|
60
|
-
this.
|
|
62
|
+
this.f = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
|
|
63
|
+
this.i = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
|
|
61
64
|
this.h = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
|
|
62
|
-
this.g = new Dictionary$2(DomWrapper_$type,
|
|
63
|
-
this.
|
|
65
|
+
this.g = new Dictionary$2(DomWrapper_$type, XIcon.$, 0);
|
|
66
|
+
this.n = null;
|
|
67
|
+
this.b = null;
|
|
64
68
|
this.m = null;
|
|
65
|
-
this.a = null;
|
|
66
69
|
this.l = null;
|
|
67
|
-
this.
|
|
70
|
+
this.d = null;
|
|
68
71
|
this.c = null;
|
|
69
|
-
this.b = null;
|
|
70
|
-
this.i = null;
|
|
71
|
-
this.d = false;
|
|
72
72
|
this.j = null;
|
|
73
|
+
this.e = false;
|
|
74
|
+
this.k = null;
|
|
73
75
|
}
|
|
74
|
-
|
|
76
|
+
s() {
|
|
75
77
|
}
|
|
76
|
-
|
|
78
|
+
r(a) {
|
|
77
79
|
if (a == null) {
|
|
78
|
-
this.
|
|
79
|
-
this.
|
|
80
|
+
this.j = null;
|
|
81
|
+
this.f.clear();
|
|
80
82
|
return;
|
|
81
83
|
}
|
|
82
|
-
this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
84
|
+
this.j = a;
|
|
85
|
+
this.ac();
|
|
86
|
+
this.al();
|
|
87
|
+
this.ao();
|
|
88
|
+
this.z();
|
|
87
89
|
let b = Math.round(a.rootWrapper.width());
|
|
88
90
|
let c = Math.round(a.rootWrapper.height());
|
|
89
|
-
this.
|
|
90
|
-
this.
|
|
91
|
-
this.
|
|
91
|
+
this.j.rootWrapper.setStyleProperty("position", "relative");
|
|
92
|
+
this.j.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
93
|
+
this.an();
|
|
92
94
|
}
|
|
93
|
-
|
|
94
|
-
if (this.
|
|
95
|
-
this.
|
|
95
|
+
ac() {
|
|
96
|
+
if (this.j != null) {
|
|
97
|
+
this.ad(this.j);
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
|
-
|
|
100
|
+
ad(a) {
|
|
99
101
|
let b = a.rootWrapper.getChildAt(0);
|
|
100
|
-
this.
|
|
101
|
-
this.
|
|
102
|
+
this.l = b;
|
|
103
|
+
this.c.x = new XInputGroup();
|
|
102
104
|
let c = a.getSubRenderer(b);
|
|
103
|
-
this.
|
|
104
|
-
let d = c.getExternal(this.
|
|
105
|
-
this.
|
|
106
|
-
this.
|
|
107
|
-
this.
|
|
105
|
+
this.c.x.provideContainer(c);
|
|
106
|
+
let d = c.getExternal(this.c.x, c.rootWrapper, c.getExternal(this.c, null, null));
|
|
107
|
+
this.c.x.d = this.c.z;
|
|
108
|
+
this.c.x.p = this.c.baseTheme;
|
|
109
|
+
this.c.x.t = this.c.density;
|
|
108
110
|
let e = a.createElement("div");
|
|
109
111
|
let f = a.getSubRenderer(e);
|
|
110
112
|
let g = new XPrefix();
|
|
111
113
|
g.provideContainer(f);
|
|
112
|
-
let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.
|
|
114
|
+
let h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
|
|
113
115
|
let i = a.createElement("div");
|
|
114
116
|
let j = a.getSubRenderer(i);
|
|
115
|
-
this.
|
|
116
|
-
this.
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
let k = f.getExternal(this.
|
|
117
|
+
this.d = new XIcon();
|
|
118
|
+
this.d.provideContainer(j);
|
|
119
|
+
this.d.fill = this.c.searchIconColor;
|
|
120
|
+
this.d.svgPath = CheckboxList.cr;
|
|
121
|
+
let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
120
122
|
g.appendContentChild(i);
|
|
121
|
-
this.
|
|
122
|
-
this.
|
|
123
|
+
this.c.x.appendContentChild(e);
|
|
124
|
+
this.c.x.inputs.add(g);
|
|
123
125
|
let l = a.createElement("div");
|
|
124
126
|
l.setRawStyleProperty("flex-grow", "1");
|
|
125
127
|
let m = a.getSubRenderer(l);
|
|
126
|
-
this.
|
|
127
|
-
this.
|
|
128
|
-
this.
|
|
129
|
-
let n = m.getExternal(this.
|
|
130
|
-
if (this.
|
|
131
|
-
this.
|
|
132
|
-
}
|
|
133
|
-
this.
|
|
134
|
-
this.
|
|
135
|
-
this.
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
if (this.
|
|
139
|
-
let a = this.
|
|
128
|
+
this.c.v = new XInput();
|
|
129
|
+
this.c.v.provideContainer(m);
|
|
130
|
+
this.c.v.b8 = "text";
|
|
131
|
+
let n = m.getExternal(this.c.v, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
132
|
+
if (this.c.ca != null) {
|
|
133
|
+
this.c.v.cg = this.c.ca;
|
|
134
|
+
}
|
|
135
|
+
this.c.x.appendContentChild(l);
|
|
136
|
+
this.c.x.inputs.add(this.c.v);
|
|
137
|
+
this.c.dw();
|
|
138
|
+
}
|
|
139
|
+
z() {
|
|
140
|
+
if (this.j != null) {
|
|
141
|
+
let a = this.j.rootWrapper.getChildAt(3);
|
|
140
142
|
a.setStyleProperty("width", "100%");
|
|
141
143
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
142
|
-
if (!this.
|
|
144
|
+
if (!this.c.a7 && !this.c.showSelectAll) {
|
|
143
145
|
a.setStyleProperty("height", "100%");
|
|
144
146
|
}
|
|
145
147
|
else {
|
|
146
|
-
let b = this.
|
|
148
|
+
let b = this.c.bd();
|
|
147
149
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
148
150
|
}
|
|
149
151
|
}
|
|
150
152
|
}
|
|
151
|
-
|
|
153
|
+
t(a, b, c) {
|
|
152
154
|
let d = null;
|
|
153
155
|
if (a.getChildCount() == 0) {
|
|
154
156
|
d = new XCheckbox();
|
|
155
|
-
let e = this.
|
|
157
|
+
let e = this.j.getSubRenderer(a);
|
|
156
158
|
d.provideContainer(e);
|
|
157
|
-
let f = this.
|
|
158
|
-
this.
|
|
159
|
-
d.n = this.
|
|
159
|
+
let f = this.j.getExternal(d, e.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
160
|
+
this.f.addItem(a, d);
|
|
161
|
+
d.n = this.c.baseTheme;
|
|
160
162
|
d.y = true;
|
|
161
|
-
d.change = delegateCombine(d.change, runOn(this, this.
|
|
162
|
-
let g = this.
|
|
163
|
+
d.change = delegateCombine(d.change, runOn(this, this.o));
|
|
164
|
+
let g = this.j.createElement("div");
|
|
163
165
|
a.setStyleProperty("display", "flex");
|
|
164
166
|
a.setStyleProperty("height", "100%");
|
|
165
167
|
a.setStyleProperty("align-items", "center");
|
|
166
|
-
switch (this.
|
|
168
|
+
switch (this.c.density) {
|
|
167
169
|
case 1:
|
|
168
170
|
a.setStyleProperty("margin-top", "-4px");
|
|
169
171
|
break;
|
|
@@ -178,16 +180,16 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
178
180
|
a.append(g);
|
|
179
181
|
}
|
|
180
182
|
else {
|
|
181
|
-
d = this.
|
|
183
|
+
d = this.f.item(a);
|
|
182
184
|
}
|
|
183
185
|
if (d != null) {
|
|
184
186
|
let h = d.z;
|
|
185
187
|
try {
|
|
186
188
|
d.z = true;
|
|
187
|
-
d.ar = this.
|
|
189
|
+
d.ar = this.c.bb;
|
|
188
190
|
d.a4 = b;
|
|
189
191
|
if (c) {
|
|
190
|
-
if (this.
|
|
192
|
+
if (this.c.indexType == 0) {
|
|
191
193
|
d.checked = false;
|
|
192
194
|
}
|
|
193
195
|
else {
|
|
@@ -195,7 +197,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
195
197
|
}
|
|
196
198
|
}
|
|
197
199
|
else {
|
|
198
|
-
if (this.
|
|
200
|
+
if (this.c.indexType == 0) {
|
|
199
201
|
d.checked = true;
|
|
200
202
|
}
|
|
201
203
|
else {
|
|
@@ -206,14 +208,14 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
206
208
|
finally {
|
|
207
209
|
d.z = h;
|
|
208
210
|
}
|
|
209
|
-
d.dk = this.
|
|
210
|
-
d.dd = this.
|
|
211
|
-
d.dl = this.
|
|
212
|
-
d.de = this.
|
|
213
|
-
d.dm = this.
|
|
211
|
+
d.dk = this.c.e3;
|
|
212
|
+
d.dd = this.c.e1;
|
|
213
|
+
d.dl = this.c.e4;
|
|
214
|
+
d.de = this.c.e2;
|
|
215
|
+
d.dm = this.c.e5;
|
|
214
216
|
}
|
|
215
217
|
}
|
|
216
|
-
|
|
218
|
+
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
217
219
|
let l = null;
|
|
218
220
|
let m = null;
|
|
219
221
|
let n = null;
|
|
@@ -225,24 +227,24 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
225
227
|
a.setStyleProperty("display", "flex");
|
|
226
228
|
a.setStyleProperty("align-items", "center");
|
|
227
229
|
a.setStyleProperty("height", "100%");
|
|
228
|
-
let p = this.
|
|
229
|
-
let q = this.
|
|
230
|
+
let p = this.j.createElement("div");
|
|
231
|
+
let q = this.j.getSubRenderer(p);
|
|
230
232
|
o.provideContainer(q);
|
|
231
233
|
o.a5 = 24;
|
|
232
234
|
o.a8 = 24;
|
|
233
235
|
p.setStyleProperty("margin-right", "10px");
|
|
234
|
-
let r = this.
|
|
235
|
-
let s = this.
|
|
236
|
+
let r = this.j.createElement("div");
|
|
237
|
+
let s = this.j.getSubRenderer(r);
|
|
236
238
|
l.provideContainer(s);
|
|
237
|
-
let t = this.
|
|
238
|
-
let u = this.
|
|
239
|
+
let t = this.j.createElement("div");
|
|
240
|
+
let u = this.j.getSubRenderer(t);
|
|
239
241
|
m.provideContainer(u);
|
|
240
|
-
this.
|
|
241
|
-
this.
|
|
242
|
-
this.
|
|
242
|
+
this.i.addItem(a, l);
|
|
243
|
+
this.h.addItem(a, m);
|
|
244
|
+
this.g.addItem(a, o);
|
|
243
245
|
n = new XIcon();
|
|
244
|
-
let v = this.
|
|
245
|
-
let w = this.
|
|
246
|
+
let v = this.j.createElement("div");
|
|
247
|
+
let w = this.j.getSubRenderer(v);
|
|
246
248
|
n.provideContainer(w);
|
|
247
249
|
v.setStyleProperty("height", "100%");
|
|
248
250
|
v.setStyleProperty("margin-left", "-4px");
|
|
@@ -270,9 +272,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
270
272
|
a.append(v);
|
|
271
273
|
}
|
|
272
274
|
else {
|
|
273
|
-
l = this.
|
|
274
|
-
m = this.
|
|
275
|
-
o = this.
|
|
275
|
+
l = this.i.item(a);
|
|
276
|
+
m = this.h.item(a);
|
|
277
|
+
o = this.g.item(a);
|
|
276
278
|
}
|
|
277
279
|
if (l != null) {
|
|
278
280
|
try {
|
|
@@ -286,7 +288,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
286
288
|
return $ret;
|
|
287
289
|
})());
|
|
288
290
|
l.ak = true;
|
|
289
|
-
l.p = this.
|
|
291
|
+
l.p = this.c.baseTheme;
|
|
290
292
|
l.y = x;
|
|
291
293
|
l.text = c;
|
|
292
294
|
l.l = 0;
|
|
@@ -356,7 +358,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
356
358
|
ah.setStyleProperty("display", "flex");
|
|
357
359
|
ai.setStyleProperty("display", "flex");
|
|
358
360
|
}
|
|
359
|
-
m.p = this.
|
|
361
|
+
m.p = this.c.baseTheme;
|
|
360
362
|
x.f = x.f - 2;
|
|
361
363
|
m.ak = true;
|
|
362
364
|
m.y = x;
|
|
@@ -368,206 +370,218 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
368
370
|
}
|
|
369
371
|
}
|
|
370
372
|
}
|
|
371
|
-
|
|
372
|
-
if (this.
|
|
373
|
-
for (let a of fromEnum(this.
|
|
373
|
+
ag() {
|
|
374
|
+
if (this.f != null) {
|
|
375
|
+
for (let a of fromEnum(this.f)) {
|
|
374
376
|
let b = a.value;
|
|
375
|
-
b.n = this.
|
|
377
|
+
b.n = this.c.baseTheme;
|
|
376
378
|
}
|
|
377
379
|
}
|
|
378
|
-
if (this.
|
|
379
|
-
this.
|
|
380
|
+
if (this.b != null) {
|
|
381
|
+
this.b.n = this.c.baseTheme;
|
|
380
382
|
}
|
|
381
383
|
}
|
|
382
|
-
|
|
384
|
+
ae() {
|
|
383
385
|
}
|
|
384
|
-
|
|
386
|
+
o(a, b) {
|
|
385
387
|
let c = a;
|
|
386
388
|
let d = parseInt(c.a4.toString());
|
|
387
389
|
let e = c.checked;
|
|
388
390
|
if (e == true) {
|
|
389
|
-
if (this.
|
|
390
|
-
this.
|
|
391
|
+
if (this.c.indexType == 0) {
|
|
392
|
+
this.c.ea(d);
|
|
391
393
|
}
|
|
392
394
|
else {
|
|
393
|
-
this.
|
|
395
|
+
this.c.c5(d);
|
|
394
396
|
}
|
|
395
397
|
}
|
|
396
398
|
else {
|
|
397
|
-
if (this.
|
|
398
|
-
this.
|
|
399
|
+
if (this.c.indexType == 0) {
|
|
400
|
+
this.c.c5(d);
|
|
399
401
|
}
|
|
400
402
|
else {
|
|
401
|
-
this.
|
|
403
|
+
this.c.ea(d);
|
|
402
404
|
}
|
|
403
405
|
}
|
|
404
|
-
this.
|
|
405
|
-
this.
|
|
406
|
+
this.c.ds(d, e);
|
|
407
|
+
this.an(false);
|
|
406
408
|
}
|
|
407
|
-
|
|
409
|
+
q() {
|
|
408
410
|
}
|
|
409
|
-
|
|
410
|
-
for (let c of fromEnum(this.
|
|
411
|
+
aa(a, b) {
|
|
412
|
+
for (let c of fromEnum(this.f)) {
|
|
411
413
|
let d = c.value;
|
|
412
414
|
let e = parseInt(d.a4.toString());
|
|
413
415
|
if (e == a) {
|
|
414
416
|
d.checked = b;
|
|
415
|
-
this.
|
|
417
|
+
this.c.ds(e, b);
|
|
416
418
|
}
|
|
417
419
|
}
|
|
418
|
-
this.
|
|
420
|
+
this.an();
|
|
419
421
|
}
|
|
420
|
-
|
|
421
|
-
for (let b of fromEnum(this.
|
|
422
|
+
ab(a) {
|
|
423
|
+
for (let b of fromEnum(this.f)) {
|
|
422
424
|
let c = b.value;
|
|
423
425
|
c.checked = a;
|
|
424
426
|
}
|
|
425
427
|
}
|
|
426
|
-
|
|
427
|
-
this.
|
|
428
|
-
if (null != this.
|
|
429
|
-
this.
|
|
428
|
+
w(a) {
|
|
429
|
+
this.n = a;
|
|
430
|
+
if (null != this.n) {
|
|
431
|
+
this.n.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
430
432
|
}
|
|
431
433
|
}
|
|
432
|
-
|
|
433
|
-
let a = this.
|
|
434
|
-
if (null == a || null == this.
|
|
434
|
+
ao() {
|
|
435
|
+
let a = this.j;
|
|
436
|
+
if (null == a || null == this.n) {
|
|
435
437
|
return;
|
|
436
438
|
}
|
|
437
439
|
let b = a.createElement("div");
|
|
438
440
|
let c = a.getSubRenderer(b);
|
|
439
|
-
this.
|
|
440
|
-
this.
|
|
441
|
-
let d = this.
|
|
442
|
-
this.
|
|
443
|
-
this.
|
|
444
|
-
this.
|
|
445
|
-
this.
|
|
446
|
-
this.
|
|
447
|
-
this.
|
|
448
|
-
this.
|
|
449
|
-
this.
|
|
450
|
-
this.
|
|
451
|
-
this.
|
|
452
|
-
this.
|
|
453
|
-
this.
|
|
454
|
-
let e = this.
|
|
455
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
456
|
-
this.
|
|
441
|
+
this.b = new XCheckbox();
|
|
442
|
+
this.b.provideContainer(c);
|
|
443
|
+
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
444
|
+
this.b.n = this.c.baseTheme;
|
|
445
|
+
this.m = a.createElement("label");
|
|
446
|
+
this.m.setRawText(this.c.cv);
|
|
447
|
+
this.m.setStyleProperty("font-size", "13px");
|
|
448
|
+
this.n.setStyleProperty("display", "flex");
|
|
449
|
+
this.n.setStyleProperty("flex-direction", "row");
|
|
450
|
+
this.n.setStyleProperty("font-family", "Verdana");
|
|
451
|
+
this.n.setStyleProperty("align-items", "center");
|
|
452
|
+
this.n.append(b);
|
|
453
|
+
this.n.append(this.m);
|
|
454
|
+
this.ap();
|
|
455
|
+
this.am();
|
|
456
|
+
let e = this.b;
|
|
457
|
+
e.change = delegateCombine(e.change, runOn(this, this.y));
|
|
458
|
+
this.b.y = true;
|
|
457
459
|
}
|
|
458
|
-
|
|
459
|
-
if (null != this.
|
|
460
|
-
this.
|
|
461
|
-
NativeUI.q(this.
|
|
460
|
+
am() {
|
|
461
|
+
if (null != this.m) {
|
|
462
|
+
this.m.setRawText(this.c.cv);
|
|
463
|
+
NativeUI.q(this.m, this.c.ez);
|
|
462
464
|
}
|
|
463
465
|
}
|
|
464
|
-
|
|
465
|
-
if (null != this.
|
|
466
|
-
let a = this.
|
|
467
|
-
this.
|
|
466
|
+
ap() {
|
|
467
|
+
if (null != this.m) {
|
|
468
|
+
let a = this.c.showSelectAll ? "flex" : "none";
|
|
469
|
+
this.n.setStyleProperty("display", a);
|
|
468
470
|
}
|
|
469
471
|
}
|
|
470
|
-
|
|
471
|
-
if (this.
|
|
472
|
-
this.
|
|
472
|
+
al() {
|
|
473
|
+
if (this.l != null) {
|
|
474
|
+
this.l.setStyleProperty("display", this.c.a7 ? "block" : "none");
|
|
473
475
|
}
|
|
474
|
-
if (this.
|
|
475
|
-
this.
|
|
476
|
+
if (this.k != null) {
|
|
477
|
+
this.k.setStyleProperty("display", this.c.a7 ? "block" : "none");
|
|
476
478
|
}
|
|
477
479
|
}
|
|
478
|
-
|
|
479
|
-
if (this.
|
|
480
|
+
an(a = true) {
|
|
481
|
+
if (this.b == null) {
|
|
480
482
|
return;
|
|
481
483
|
}
|
|
482
|
-
let b = this.
|
|
483
|
-
this.
|
|
484
|
-
let c = this.
|
|
485
|
-
this.
|
|
484
|
+
let b = this.e;
|
|
485
|
+
this.e = true;
|
|
486
|
+
let c = this.b.z;
|
|
487
|
+
this.b.z = a;
|
|
486
488
|
try {
|
|
487
|
-
if (this.
|
|
488
|
-
this.
|
|
489
|
+
if (this.c.a4) {
|
|
490
|
+
this.b.indeterminate = true;
|
|
489
491
|
return;
|
|
490
492
|
}
|
|
491
|
-
this.
|
|
492
|
-
if (this.
|
|
493
|
-
this.
|
|
493
|
+
this.b.indeterminate = false;
|
|
494
|
+
if (this.c.indexType == 0) {
|
|
495
|
+
this.b.checked = this.c.keys.count == 0;
|
|
494
496
|
}
|
|
495
497
|
else {
|
|
496
|
-
this.
|
|
498
|
+
this.b.checked = this.c.keys.count != 0;
|
|
497
499
|
}
|
|
498
500
|
}
|
|
499
501
|
finally {
|
|
500
|
-
this.
|
|
501
|
-
this.
|
|
502
|
+
this.b.z = c;
|
|
503
|
+
this.e = b;
|
|
502
504
|
}
|
|
503
505
|
}
|
|
504
|
-
|
|
505
|
-
if (this.
|
|
506
|
+
y(a, b) {
|
|
507
|
+
if (this.e || b.isIndeterminate) {
|
|
506
508
|
return;
|
|
507
509
|
}
|
|
508
510
|
if (b.isChecked) {
|
|
509
|
-
this.
|
|
510
|
-
this.
|
|
511
|
+
this.c.ed();
|
|
512
|
+
this.c.d1(b.isChecked);
|
|
511
513
|
}
|
|
512
514
|
else {
|
|
513
|
-
this.
|
|
514
|
-
this.
|
|
515
|
+
this.c.db();
|
|
516
|
+
this.c.d1(b.isChecked);
|
|
515
517
|
}
|
|
516
518
|
}
|
|
517
|
-
|
|
518
|
-
let a = this.
|
|
519
|
+
ak() {
|
|
520
|
+
let a = this.j;
|
|
519
521
|
if (null == a) {
|
|
520
522
|
return;
|
|
521
523
|
}
|
|
522
524
|
let b = a.rootWrapper;
|
|
523
525
|
if (null != b) {
|
|
524
|
-
NativeUI.q(b, this.
|
|
525
|
-
NativeUI.m(b, this.
|
|
526
|
+
NativeUI.q(b, this.c.fh);
|
|
527
|
+
NativeUI.m(b, this.c.backgroundColor);
|
|
526
528
|
}
|
|
527
529
|
}
|
|
528
|
-
|
|
529
|
-
if (this.
|
|
530
|
-
this.
|
|
530
|
+
ai() {
|
|
531
|
+
if (this.d != null) {
|
|
532
|
+
this.d.fill = this.c.searchIconColor;
|
|
531
533
|
}
|
|
532
534
|
}
|
|
533
|
-
|
|
534
|
-
if (this.
|
|
535
|
-
this.
|
|
535
|
+
aj() {
|
|
536
|
+
if (this.c.an != null) {
|
|
537
|
+
this.m.setStyleProperty("font", this.c.an.fontString);
|
|
536
538
|
}
|
|
537
539
|
else {
|
|
538
|
-
this.
|
|
539
|
-
this.
|
|
540
|
+
this.m.setStyleProperty("font-family", "Verdana");
|
|
541
|
+
this.m.setStyleProperty("font-size", 13 + "px");
|
|
540
542
|
}
|
|
541
543
|
}
|
|
542
|
-
|
|
543
|
-
if (this.
|
|
544
|
+
af() {
|
|
545
|
+
if (this.b == null) {
|
|
544
546
|
return;
|
|
545
547
|
}
|
|
546
|
-
this.
|
|
547
|
-
this.
|
|
548
|
-
this.
|
|
549
|
-
this.
|
|
550
|
-
this.
|
|
548
|
+
this.b.dk = this.c.e3;
|
|
549
|
+
this.b.dd = this.c.e1;
|
|
550
|
+
this.b.dl = this.c.e4;
|
|
551
|
+
this.b.de = this.c.e2;
|
|
552
|
+
this.b.dm = this.c.e5;
|
|
551
553
|
}
|
|
552
|
-
|
|
553
|
-
if (this.
|
|
554
|
-
NativeUI.w(this.
|
|
554
|
+
ah(a) {
|
|
555
|
+
if (this.k != null) {
|
|
556
|
+
NativeUI.w(this.k, a);
|
|
555
557
|
}
|
|
556
558
|
}
|
|
557
|
-
|
|
558
|
-
this.
|
|
559
|
+
v(a) {
|
|
560
|
+
this.k = a;
|
|
561
|
+
}
|
|
562
|
+
aq() {
|
|
563
|
+
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
559
564
|
}
|
|
560
|
-
|
|
561
|
-
|
|
565
|
+
a() {
|
|
566
|
+
let rect_ = this.j.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
567
|
+
let a = (rect_.top);
|
|
568
|
+
let b = (rect_.left);
|
|
569
|
+
let c = new Array(2);
|
|
570
|
+
c[0] = a;
|
|
571
|
+
c[1] = b;
|
|
572
|
+
return c;
|
|
573
|
+
}
|
|
574
|
+
x() {
|
|
575
|
+
for (let a of fromEnum(this.g)) {
|
|
562
576
|
a.value.df = null;
|
|
563
577
|
a.value.bf = null;
|
|
564
578
|
}
|
|
565
579
|
}
|
|
566
|
-
|
|
567
|
-
this.e.clear();
|
|
580
|
+
p() {
|
|
568
581
|
this.f.clear();
|
|
569
582
|
this.g.clear();
|
|
570
583
|
this.h.clear();
|
|
584
|
+
this.i.clear();
|
|
571
585
|
}
|
|
572
586
|
}
|
|
573
587
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
@@ -583,17 +597,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
583
597
|
this._view = null;
|
|
584
598
|
this.f = null;
|
|
585
599
|
this.j = null;
|
|
586
|
-
this.ai = null;
|
|
587
|
-
this.ag = null;
|
|
588
600
|
this.aj = null;
|
|
589
601
|
this.ah = null;
|
|
602
|
+
this.ak = null;
|
|
603
|
+
this.ai = null;
|
|
590
604
|
this.d = null;
|
|
591
|
-
this.aq = false;
|
|
592
|
-
this.c = null;
|
|
593
|
-
this.t = null;
|
|
594
|
-
this.v = null;
|
|
595
605
|
this.ar = false;
|
|
596
|
-
this.
|
|
606
|
+
this.c = null;
|
|
607
|
+
this.u = null;
|
|
608
|
+
this.w = null;
|
|
609
|
+
this.as = false;
|
|
610
|
+
this.ap = null;
|
|
597
611
|
this.g = new GridSelectedKeysCollection();
|
|
598
612
|
this.a = null;
|
|
599
613
|
this.propertyChanged = null;
|
|
@@ -601,58 +615,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
601
615
|
this.selectedKeyRemoved = null;
|
|
602
616
|
this.checkedChanged = null;
|
|
603
617
|
this.labelClicked = null;
|
|
618
|
+
this.au = false;
|
|
604
619
|
this.at = false;
|
|
605
|
-
this.
|
|
620
|
+
this.bk = null;
|
|
621
|
+
this.bo = null;
|
|
606
622
|
this.bj = null;
|
|
607
|
-
this.
|
|
608
|
-
this.bi = null;
|
|
623
|
+
this.bs = null;
|
|
609
624
|
this.bq = null;
|
|
610
|
-
this.
|
|
625
|
+
this.br = null;
|
|
611
626
|
this.bp = null;
|
|
612
|
-
this.
|
|
613
|
-
this.
|
|
614
|
-
this.be = -1;
|
|
615
|
-
this.ak = null;
|
|
616
|
-
this.k = 1;
|
|
617
|
-
this.ac = 1;
|
|
618
|
-
this.ae = 2;
|
|
619
|
-
this.es = BrushUtil.j(255, 24, 29, 31);
|
|
620
|
-
this.eq = null;
|
|
621
|
-
this.av = true;
|
|
622
|
-
this.et = null;
|
|
623
|
-
this.er = null;
|
|
627
|
+
this.y = 3;
|
|
628
|
+
this.bf = -1;
|
|
624
629
|
this.al = null;
|
|
625
|
-
this.
|
|
626
|
-
this.
|
|
630
|
+
this.l = 1;
|
|
631
|
+
this.ad = 1;
|
|
632
|
+
this.af = 2;
|
|
633
|
+
this.ev = BrushUtil.j(255, 24, 29, 31);
|
|
634
|
+
this.et = null;
|
|
635
|
+
this.aw = true;
|
|
636
|
+
this.ew = null;
|
|
637
|
+
this.eu = null;
|
|
638
|
+
this.am = null;
|
|
639
|
+
this.eo = null;
|
|
627
640
|
this.em = null;
|
|
628
|
-
this.ek = null;
|
|
629
|
-
this.en = null;
|
|
630
|
-
this.a9 = NaN;
|
|
631
|
-
this.aa = 0;
|
|
632
641
|
this.ep = null;
|
|
642
|
+
this.en = null;
|
|
643
|
+
this.eq = null;
|
|
644
|
+
this.ba = NaN;
|
|
645
|
+
this.ab = 0;
|
|
646
|
+
this.es = null;
|
|
633
647
|
this.indexTypeChanged = null;
|
|
634
|
-
this.
|
|
635
|
-
this.
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
639
|
-
this.
|
|
640
|
-
this.
|
|
641
|
-
this.
|
|
648
|
+
this.av = false;
|
|
649
|
+
this.cu = null;
|
|
650
|
+
this.ex = null;
|
|
651
|
+
this.ek = CheckboxList.e8;
|
|
652
|
+
this.a8 = true;
|
|
653
|
+
this.el = CheckboxList.e6;
|
|
654
|
+
this.er = CheckboxList.e7;
|
|
655
|
+
this.ey = CheckboxList.e8;
|
|
642
656
|
this.keysCleared = null;
|
|
643
657
|
this.selectAllCheckboxChanged = null;
|
|
644
|
-
this.
|
|
645
|
-
this.
|
|
646
|
-
this.
|
|
647
|
-
this.
|
|
658
|
+
this.bh = -1;
|
|
659
|
+
this.a6 = true;
|
|
660
|
+
this.a2 = true;
|
|
661
|
+
this.ax = false;
|
|
648
662
|
let a = this.g;
|
|
649
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
650
|
-
this.g.am(runOn(this, this.
|
|
663
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d4));
|
|
664
|
+
this.g.am(runOn(this, this.d3));
|
|
651
665
|
this.d = new FilterFactory();
|
|
652
666
|
let b = new CheckboxListView();
|
|
653
|
-
b.
|
|
667
|
+
b.c = this;
|
|
654
668
|
this.view = b;
|
|
655
|
-
this.view.
|
|
669
|
+
this.view.s();
|
|
656
670
|
}
|
|
657
671
|
get view() {
|
|
658
672
|
return this._view;
|
|
@@ -660,17 +674,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
660
674
|
set view(a) {
|
|
661
675
|
this._view = a;
|
|
662
676
|
}
|
|
663
|
-
get
|
|
664
|
-
return this.
|
|
677
|
+
get x() {
|
|
678
|
+
return this.w;
|
|
665
679
|
}
|
|
666
|
-
set
|
|
667
|
-
this.
|
|
680
|
+
set x(a) {
|
|
681
|
+
this.w = a;
|
|
668
682
|
}
|
|
669
|
-
get
|
|
670
|
-
return this.
|
|
683
|
+
get v() {
|
|
684
|
+
return this.u;
|
|
671
685
|
}
|
|
672
|
-
set
|
|
673
|
-
this.
|
|
686
|
+
set v(a) {
|
|
687
|
+
this.u = a;
|
|
674
688
|
}
|
|
675
689
|
get e() {
|
|
676
690
|
if (this.f == null) {
|
|
@@ -678,12 +692,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
678
692
|
}
|
|
679
693
|
return this.f.actualDataSource;
|
|
680
694
|
}
|
|
681
|
-
get
|
|
682
|
-
if (this.
|
|
683
|
-
this.
|
|
684
|
-
this.
|
|
695
|
+
get aq() {
|
|
696
|
+
if (this.ap == null) {
|
|
697
|
+
this.ap = new SRProvider(this.view.j);
|
|
698
|
+
this.ap.cb("DataGrid");
|
|
685
699
|
}
|
|
686
|
-
return this.
|
|
700
|
+
return this.ap;
|
|
687
701
|
}
|
|
688
702
|
get keys() {
|
|
689
703
|
return this.g;
|
|
@@ -695,7 +709,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
695
709
|
let b = this.a;
|
|
696
710
|
this.a = a;
|
|
697
711
|
if (b != this.a) {
|
|
698
|
-
this.
|
|
712
|
+
this.dz("PrimaryKey", b, this.a);
|
|
699
713
|
}
|
|
700
714
|
}
|
|
701
715
|
clearSelectedKeys() {
|
|
@@ -713,47 +727,47 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
713
727
|
removeSelectedKeyAt(a) {
|
|
714
728
|
this.keys.removeAt(a);
|
|
715
729
|
}
|
|
716
|
-
|
|
717
|
-
this.
|
|
730
|
+
d3() {
|
|
731
|
+
this.dj();
|
|
718
732
|
if (this.keysCleared != null) {
|
|
719
733
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
720
734
|
}
|
|
721
735
|
}
|
|
722
|
-
|
|
723
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
736
|
+
d4(a, b) {
|
|
737
|
+
if (this.e == null || this.e.actualSchema == null || this.ar) {
|
|
724
738
|
return;
|
|
725
739
|
}
|
|
726
740
|
switch (b.action) {
|
|
727
741
|
case 0:
|
|
728
742
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
729
|
-
this.
|
|
743
|
+
this.dx(b.newItems.item(c));
|
|
730
744
|
}
|
|
731
745
|
break;
|
|
732
746
|
case 1:
|
|
733
747
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
734
|
-
this.
|
|
748
|
+
this.dy(b.oldItems.item(d));
|
|
735
749
|
}
|
|
736
750
|
break;
|
|
737
751
|
case 2:
|
|
738
752
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
739
|
-
this.
|
|
753
|
+
this.dy(b.oldItems.item(e));
|
|
740
754
|
}
|
|
741
755
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
742
|
-
this.
|
|
756
|
+
this.dx(b.newItems.item(f));
|
|
743
757
|
}
|
|
744
758
|
break;
|
|
745
759
|
case 4:
|
|
746
|
-
this.view.
|
|
760
|
+
this.view.ab(this.indexType == 0);
|
|
747
761
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
748
|
-
this.
|
|
762
|
+
this.dx(this.keys.ae._inner[g]);
|
|
749
763
|
}
|
|
750
764
|
break;
|
|
751
765
|
}
|
|
752
766
|
}
|
|
753
|
-
|
|
767
|
+
dx(a) {
|
|
754
768
|
let b = this.e.indexOfKey(a.value);
|
|
755
769
|
if (b >= 0) {
|
|
756
|
-
this.view.
|
|
770
|
+
this.view.aa(b, this.indexType == 1);
|
|
757
771
|
}
|
|
758
772
|
if (this.selectedKeyAdded == null) {
|
|
759
773
|
return;
|
|
@@ -766,10 +780,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
766
780
|
return $ret;
|
|
767
781
|
})()));
|
|
768
782
|
}
|
|
769
|
-
|
|
783
|
+
dy(a) {
|
|
770
784
|
let b = this.e.indexOfKey(a.value);
|
|
771
785
|
if (b >= 0) {
|
|
772
|
-
this.view.
|
|
786
|
+
this.view.aa(b, this.indexType == 0);
|
|
773
787
|
}
|
|
774
788
|
if (this.selectedKeyRemoved == null) {
|
|
775
789
|
return;
|
|
@@ -782,8 +796,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
782
796
|
return $ret;
|
|
783
797
|
})()));
|
|
784
798
|
}
|
|
785
|
-
|
|
786
|
-
if (this.checkedChanged != null && this.
|
|
799
|
+
ds(a, b) {
|
|
800
|
+
if (this.checkedChanged != null && this.as == false) {
|
|
787
801
|
let c = null;
|
|
788
802
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
789
803
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -801,76 +815,76 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
801
815
|
}
|
|
802
816
|
}
|
|
803
817
|
notifySizeChanged() {
|
|
804
|
-
this.view.
|
|
818
|
+
this.view.q();
|
|
805
819
|
}
|
|
806
820
|
onAttachedToUI() {
|
|
807
|
-
this.
|
|
821
|
+
this.au = false;
|
|
808
822
|
if (this.f != null) {
|
|
809
823
|
let a = this.f;
|
|
810
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
824
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.df));
|
|
811
825
|
let b = this.f;
|
|
812
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
826
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dg));
|
|
813
827
|
if (this.f.actualDataSource != null) {
|
|
814
828
|
let c = this.f.actualDataSource;
|
|
815
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
829
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d0));
|
|
816
830
|
}
|
|
817
831
|
}
|
|
818
|
-
if (this.
|
|
819
|
-
let d = this.
|
|
820
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
832
|
+
if (this.u != null) {
|
|
833
|
+
let d = this.u;
|
|
834
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dh));
|
|
821
835
|
}
|
|
822
836
|
if (this.j != null) {
|
|
823
837
|
let e = this.j;
|
|
824
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
838
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c9));
|
|
825
839
|
}
|
|
826
840
|
}
|
|
827
841
|
onDetachedFromUI() {
|
|
828
|
-
this.
|
|
829
|
-
this.
|
|
830
|
-
this.
|
|
842
|
+
this.au = true;
|
|
843
|
+
this.de();
|
|
844
|
+
this.dd();
|
|
831
845
|
}
|
|
832
|
-
|
|
846
|
+
de() {
|
|
833
847
|
if (this.f != null) {
|
|
834
848
|
let a = this.f;
|
|
835
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
849
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.df));
|
|
836
850
|
let b = this.f;
|
|
837
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
851
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dg));
|
|
838
852
|
if (this.f.actualDataSource != null) {
|
|
839
853
|
let c = this.f.actualDataSource;
|
|
840
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
854
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d0));
|
|
841
855
|
}
|
|
842
856
|
}
|
|
843
|
-
if (this.
|
|
844
|
-
let d = this.
|
|
845
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
857
|
+
if (this.u != null) {
|
|
858
|
+
let d = this.u;
|
|
859
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dh));
|
|
846
860
|
}
|
|
847
861
|
}
|
|
848
|
-
|
|
862
|
+
dd() {
|
|
849
863
|
if (this.j != null) {
|
|
850
864
|
let a = this.j;
|
|
851
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
865
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c9));
|
|
852
866
|
}
|
|
853
867
|
}
|
|
854
868
|
destroy() {
|
|
855
|
-
this.
|
|
856
|
-
if (!this.
|
|
857
|
-
this.
|
|
869
|
+
this.at = true;
|
|
870
|
+
if (!this.au) {
|
|
871
|
+
this.de();
|
|
858
872
|
}
|
|
859
873
|
this.provideContainer(null, null, null);
|
|
860
|
-
if (!this.
|
|
861
|
-
this.
|
|
874
|
+
if (!this.au) {
|
|
875
|
+
this.dd();
|
|
862
876
|
}
|
|
863
877
|
}
|
|
864
|
-
get
|
|
865
|
-
return this.
|
|
878
|
+
get az() {
|
|
879
|
+
return this.at || this.au;
|
|
866
880
|
}
|
|
867
881
|
provideContainer(a, b, c) {
|
|
868
882
|
this.f = b;
|
|
869
883
|
if (null != this.f) {
|
|
870
884
|
this.f.scrollbarStyle = 1;
|
|
871
885
|
let d = this.f;
|
|
872
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
873
|
-
this.f.scrollbarBackground = this.
|
|
886
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dg));
|
|
887
|
+
this.f.scrollbarBackground = this.fa;
|
|
874
888
|
this.f.headerHeight = 0;
|
|
875
889
|
this.f.rowSeparatorHeight = 0;
|
|
876
890
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -879,56 +893,56 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
879
893
|
this.f.selectionMode = 0;
|
|
880
894
|
this.f.editMode = 0;
|
|
881
895
|
let e = this.f;
|
|
882
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
883
|
-
if (this.
|
|
884
|
-
this.f.itemsSource = this.
|
|
885
|
-
this.
|
|
886
|
-
this.
|
|
896
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.df));
|
|
897
|
+
if (this.bk != null) {
|
|
898
|
+
this.f.itemsSource = this.bk;
|
|
899
|
+
this.c8();
|
|
900
|
+
this.d2();
|
|
887
901
|
}
|
|
888
|
-
if (this.
|
|
889
|
-
this.
|
|
890
|
-
this.
|
|
902
|
+
if (this.bo != null) {
|
|
903
|
+
this.d2();
|
|
904
|
+
this.eg();
|
|
891
905
|
}
|
|
892
906
|
}
|
|
893
|
-
this.view.
|
|
894
|
-
if (this.
|
|
895
|
-
this.
|
|
907
|
+
this.view.w(c);
|
|
908
|
+
if (this.ay) {
|
|
909
|
+
this.ei();
|
|
896
910
|
}
|
|
897
|
-
this.view.
|
|
911
|
+
this.view.r(a);
|
|
898
912
|
}
|
|
899
|
-
|
|
900
|
-
this.f.scrollbarStyle = this.
|
|
913
|
+
dg(a, b) {
|
|
914
|
+
this.f.scrollbarStyle = this.ac;
|
|
901
915
|
}
|
|
902
916
|
provideSelectAllSection(a) {
|
|
903
|
-
this.view.
|
|
917
|
+
this.view.w(a);
|
|
904
918
|
}
|
|
905
|
-
|
|
906
|
-
if (!this.
|
|
919
|
+
df(a, b) {
|
|
920
|
+
if (!this.ay && b.cellInfo.l.a5 == 0 || this.ay && b.cellInfo.l.a5 == 1) {
|
|
907
921
|
return;
|
|
908
922
|
}
|
|
909
923
|
let c = b.cellInfo.l.x;
|
|
910
924
|
if (-1 == c) {
|
|
911
925
|
return;
|
|
912
926
|
}
|
|
913
|
-
let d = b.cellInfo.
|
|
927
|
+
let d = b.cellInfo.ig;
|
|
914
928
|
let e = this.i(d);
|
|
915
|
-
if (this.
|
|
929
|
+
if (this.a5) {
|
|
916
930
|
if (this.keys.contains(e)) {
|
|
917
|
-
if (this.
|
|
918
|
-
this.
|
|
931
|
+
if (this.aj != null) {
|
|
932
|
+
this.aj.setPropertyValue(d, false);
|
|
919
933
|
}
|
|
920
934
|
this.keys.remove(e);
|
|
921
935
|
}
|
|
922
936
|
else {
|
|
923
|
-
if (this.
|
|
924
|
-
this.
|
|
937
|
+
if (this.aj != null) {
|
|
938
|
+
this.aj.setPropertyValue(d, true);
|
|
925
939
|
}
|
|
926
940
|
this.keys.add(e);
|
|
927
941
|
}
|
|
928
942
|
}
|
|
929
|
-
this.
|
|
943
|
+
this.dm(c, this.keys.contains(e));
|
|
930
944
|
}
|
|
931
|
-
|
|
945
|
+
dm(a, b) {
|
|
932
946
|
let c = null;
|
|
933
947
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
934
948
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -947,21 +961,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
947
961
|
return $ret;
|
|
948
962
|
})()));
|
|
949
963
|
}
|
|
950
|
-
|
|
964
|
+
c9(a, b) {
|
|
951
965
|
let c = b.cellInfo.l.x;
|
|
952
966
|
if (-1 == c) {
|
|
953
967
|
return;
|
|
954
968
|
}
|
|
955
969
|
let d = false;
|
|
956
|
-
if (b.cellInfo.
|
|
957
|
-
let e = this.i(b.cellInfo.
|
|
970
|
+
if (b.cellInfo.ig != null) {
|
|
971
|
+
let e = this.i(b.cellInfo.ig);
|
|
958
972
|
if (this.keys.contains(e)) {
|
|
959
973
|
d = true;
|
|
960
974
|
}
|
|
961
975
|
}
|
|
962
|
-
this.view.
|
|
976
|
+
this.view.t(b.content.element, c, d);
|
|
963
977
|
}
|
|
964
|
-
|
|
978
|
+
eh(a, b) {
|
|
965
979
|
let c = b.cellInfo.l.x;
|
|
966
980
|
if (-1 == c) {
|
|
967
981
|
return;
|
|
@@ -971,13 +985,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
971
985
|
let f = null;
|
|
972
986
|
let g = null;
|
|
973
987
|
let h = null;
|
|
974
|
-
if (b.cellInfo.
|
|
975
|
-
d = this.
|
|
976
|
-
if (this.
|
|
977
|
-
e = this.
|
|
988
|
+
if (b.cellInfo.ig != null) {
|
|
989
|
+
d = this.ah.getPropertyValue(b.cellInfo.ig);
|
|
990
|
+
if (this.ak != null) {
|
|
991
|
+
e = this.ak.getPropertyValue(b.cellInfo.ig);
|
|
978
992
|
}
|
|
979
|
-
if (this.
|
|
980
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.
|
|
993
|
+
if (this.ai != null) {
|
|
994
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ai.getPropertyValue(b.cellInfo.ig));
|
|
981
995
|
if (i == 0) {
|
|
982
996
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
983
997
|
}
|
|
@@ -989,11 +1003,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
989
1003
|
}
|
|
990
1004
|
}
|
|
991
1005
|
}
|
|
992
|
-
this.view.
|
|
1006
|
+
this.view.u(b.content.element, c, d, e, this.al, "Verdana", 13, this.bj, f, g, h);
|
|
993
1007
|
}
|
|
994
|
-
|
|
995
|
-
if (this.
|
|
996
|
-
let b = this.d.property(this.
|
|
1008
|
+
du(a) {
|
|
1009
|
+
if (this.bo != null) {
|
|
1010
|
+
let b = this.d.property(this.bo).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
997
1011
|
let c = b.contains(a);
|
|
998
1012
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
999
1013
|
this.c = c;
|
|
@@ -1006,101 +1020,101 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1006
1020
|
}
|
|
1007
1021
|
}
|
|
1008
1022
|
get itemsSource() {
|
|
1009
|
-
return this.
|
|
1023
|
+
return this.bk;
|
|
1010
1024
|
}
|
|
1011
1025
|
set itemsSource(a) {
|
|
1012
|
-
let b = this.
|
|
1013
|
-
this.
|
|
1014
|
-
if (b != this.
|
|
1015
|
-
this.
|
|
1026
|
+
let b = this.bk;
|
|
1027
|
+
this.bk = a;
|
|
1028
|
+
if (b != this.bk) {
|
|
1029
|
+
this.dz("ItemsSource", b, this.bk);
|
|
1016
1030
|
}
|
|
1017
1031
|
}
|
|
1018
1032
|
get dataMemberPath() {
|
|
1019
|
-
return this.
|
|
1033
|
+
return this.bo;
|
|
1020
1034
|
}
|
|
1021
1035
|
set dataMemberPath(a) {
|
|
1022
|
-
let b = this.
|
|
1023
|
-
this.
|
|
1024
|
-
if (b != this.
|
|
1025
|
-
this.
|
|
1036
|
+
let b = this.bo;
|
|
1037
|
+
this.bo = a;
|
|
1038
|
+
if (b != this.bo) {
|
|
1039
|
+
this.dz("DataMemberPath", b, this.bo);
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
get bl() {
|
|
1043
|
+
return this.bj;
|
|
1044
|
+
}
|
|
1045
|
+
set bl(a) {
|
|
1046
|
+
let b = this.bj;
|
|
1047
|
+
this.bj = a;
|
|
1048
|
+
if (b != this.bj) {
|
|
1049
|
+
this.dz("DataLegendTarget", b, this.bj);
|
|
1026
1050
|
}
|
|
1027
1051
|
}
|
|
1028
|
-
get
|
|
1029
|
-
return this.
|
|
1052
|
+
get c2() {
|
|
1053
|
+
return this.bs;
|
|
1030
1054
|
}
|
|
1031
|
-
set
|
|
1032
|
-
let b = this.
|
|
1033
|
-
this.
|
|
1034
|
-
if (b != this.
|
|
1035
|
-
this.
|
|
1055
|
+
set c2(a) {
|
|
1056
|
+
let b = this.bs;
|
|
1057
|
+
this.bs = a;
|
|
1058
|
+
if (b != this.bs) {
|
|
1059
|
+
this.dz("SubtitleMemberPath", b, this.bs);
|
|
1036
1060
|
}
|
|
1037
1061
|
}
|
|
1038
|
-
get
|
|
1062
|
+
get ch() {
|
|
1039
1063
|
return this.bq;
|
|
1040
1064
|
}
|
|
1041
|
-
set
|
|
1065
|
+
set ch(a) {
|
|
1042
1066
|
let b = this.bq;
|
|
1043
1067
|
this.bq = a;
|
|
1044
1068
|
if (b != this.bq) {
|
|
1045
|
-
this.
|
|
1069
|
+
this.dz("PropertyTypeMemberPath", b, this.bq);
|
|
1046
1070
|
}
|
|
1047
1071
|
}
|
|
1048
|
-
get
|
|
1049
|
-
return this.
|
|
1072
|
+
get selectedMemberPath() {
|
|
1073
|
+
return this.br;
|
|
1050
1074
|
}
|
|
1051
|
-
set
|
|
1052
|
-
let b = this.
|
|
1053
|
-
this.
|
|
1054
|
-
if (b != this.
|
|
1055
|
-
this.
|
|
1075
|
+
set selectedMemberPath(a) {
|
|
1076
|
+
let b = this.br;
|
|
1077
|
+
this.br = a;
|
|
1078
|
+
if (b != this.br) {
|
|
1079
|
+
this.dz("SelectedMemberPath", b, this.br);
|
|
1056
1080
|
}
|
|
1057
1081
|
}
|
|
1058
|
-
get
|
|
1082
|
+
get ca() {
|
|
1059
1083
|
return this.bp;
|
|
1060
1084
|
}
|
|
1061
|
-
set
|
|
1085
|
+
set ca(a) {
|
|
1062
1086
|
let b = this.bp;
|
|
1063
1087
|
this.bp = a;
|
|
1064
1088
|
if (b != this.bp) {
|
|
1065
|
-
this.
|
|
1089
|
+
this.dz("FilterPlaceholderText", b, this.bp);
|
|
1066
1090
|
}
|
|
1067
1091
|
}
|
|
1068
|
-
get
|
|
1069
|
-
return this.
|
|
1092
|
+
get z() {
|
|
1093
|
+
return this.y;
|
|
1070
1094
|
}
|
|
1071
|
-
set
|
|
1072
|
-
let b = this.
|
|
1073
|
-
this.
|
|
1074
|
-
if (b != this.
|
|
1075
|
-
this.
|
|
1095
|
+
set z(a) {
|
|
1096
|
+
let b = this.y;
|
|
1097
|
+
this.y = a;
|
|
1098
|
+
if (b != this.y) {
|
|
1099
|
+
this.dz("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.y));
|
|
1076
1100
|
}
|
|
1077
1101
|
}
|
|
1078
|
-
get
|
|
1079
|
-
return this.
|
|
1102
|
+
get bi() {
|
|
1103
|
+
return this.bf;
|
|
1080
1104
|
}
|
|
1081
|
-
set
|
|
1082
|
-
let b = this.
|
|
1083
|
-
this.
|
|
1084
|
-
if (b != this.
|
|
1085
|
-
this.
|
|
1105
|
+
set bi(a) {
|
|
1106
|
+
let b = this.bf;
|
|
1107
|
+
this.bf = a;
|
|
1108
|
+
if (b != this.bf) {
|
|
1109
|
+
this.dz("RowHeight", b, this.bf);
|
|
1086
1110
|
}
|
|
1087
1111
|
}
|
|
1088
|
-
get
|
|
1089
|
-
return this.be;
|
|
1090
|
-
}
|
|
1091
|
-
set bh(a) {
|
|
1092
|
-
let b = this.be;
|
|
1093
|
-
this.be = a;
|
|
1094
|
-
if (b != this.be) {
|
|
1095
|
-
this.dw("RowHeight", b, this.be);
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
get bf() {
|
|
1112
|
+
get bg() {
|
|
1099
1113
|
if (this.f != null) {
|
|
1100
1114
|
return this.f.actualRowHeight;
|
|
1101
1115
|
}
|
|
1102
|
-
else if (this.
|
|
1103
|
-
return this.
|
|
1116
|
+
else if (this.bf != -1) {
|
|
1117
|
+
return this.bf;
|
|
1104
1118
|
}
|
|
1105
1119
|
else {
|
|
1106
1120
|
switch (this.density) {
|
|
@@ -1113,124 +1127,114 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1113
1127
|
return GridStyleRepository.r;
|
|
1114
1128
|
}
|
|
1115
1129
|
}
|
|
1116
|
-
get
|
|
1117
|
-
return this.
|
|
1130
|
+
get an() {
|
|
1131
|
+
return this.al;
|
|
1118
1132
|
}
|
|
1119
|
-
set
|
|
1120
|
-
let b = this.
|
|
1121
|
-
this.
|
|
1122
|
-
if (b != this.
|
|
1123
|
-
this.
|
|
1133
|
+
set an(a) {
|
|
1134
|
+
let b = this.al;
|
|
1135
|
+
this.al = a;
|
|
1136
|
+
if (b != this.al) {
|
|
1137
|
+
this.dz("CellTextStyle", b, this.al);
|
|
1124
1138
|
}
|
|
1125
1139
|
}
|
|
1126
1140
|
get indexType() {
|
|
1127
|
-
return this.
|
|
1141
|
+
return this.l;
|
|
1128
1142
|
}
|
|
1129
1143
|
set indexType(a) {
|
|
1130
|
-
let b = this.
|
|
1131
|
-
this.
|
|
1132
|
-
if (b != this.
|
|
1133
|
-
this.
|
|
1144
|
+
let b = this.l;
|
|
1145
|
+
this.l = a;
|
|
1146
|
+
if (b != this.l) {
|
|
1147
|
+
this.dz("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.l));
|
|
1134
1148
|
}
|
|
1135
1149
|
}
|
|
1136
1150
|
get baseTheme() {
|
|
1137
|
-
return this.
|
|
1151
|
+
return this.ad;
|
|
1138
1152
|
}
|
|
1139
1153
|
set baseTheme(a) {
|
|
1140
|
-
let b = this.
|
|
1141
|
-
this.
|
|
1142
|
-
if (b != this.
|
|
1143
|
-
this.
|
|
1154
|
+
let b = this.ad;
|
|
1155
|
+
this.ad = a;
|
|
1156
|
+
if (b != this.ad) {
|
|
1157
|
+
this.dz("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ad));
|
|
1144
1158
|
}
|
|
1145
1159
|
}
|
|
1146
1160
|
get density() {
|
|
1147
|
-
return this.
|
|
1161
|
+
return this.af;
|
|
1148
1162
|
}
|
|
1149
1163
|
set density(a) {
|
|
1150
|
-
let b = this.
|
|
1151
|
-
this.
|
|
1152
|
-
if (b != this.
|
|
1153
|
-
this.
|
|
1164
|
+
let b = this.af;
|
|
1165
|
+
this.af = a;
|
|
1166
|
+
if (b != this.af) {
|
|
1167
|
+
this.dz("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.af));
|
|
1154
1168
|
}
|
|
1155
1169
|
}
|
|
1156
1170
|
get searchIconColor() {
|
|
1157
|
-
return this.
|
|
1171
|
+
return this.ev;
|
|
1158
1172
|
}
|
|
1159
1173
|
set searchIconColor(a) {
|
|
1160
|
-
let b = this.
|
|
1161
|
-
this.
|
|
1162
|
-
if (b != this.
|
|
1163
|
-
this.
|
|
1174
|
+
let b = this.ev;
|
|
1175
|
+
this.ev = a;
|
|
1176
|
+
if (b != this.ev) {
|
|
1177
|
+
this.dz("SearchIconColor", b, this.ev);
|
|
1164
1178
|
}
|
|
1165
1179
|
}
|
|
1166
|
-
get
|
|
1167
|
-
return this.
|
|
1180
|
+
get fb() {
|
|
1181
|
+
return this.et;
|
|
1168
1182
|
}
|
|
1169
|
-
set
|
|
1170
|
-
let b = this.
|
|
1171
|
-
this.
|
|
1172
|
-
if (b != this.
|
|
1173
|
-
this.
|
|
1183
|
+
set fb(a) {
|
|
1184
|
+
let b = this.et;
|
|
1185
|
+
this.et = a;
|
|
1186
|
+
if (b != this.et) {
|
|
1187
|
+
this.dz("SearchBackgroundColor", b, this.et);
|
|
1174
1188
|
}
|
|
1175
1189
|
}
|
|
1176
|
-
get
|
|
1177
|
-
return this.
|
|
1190
|
+
get a5() {
|
|
1191
|
+
return this.aw;
|
|
1178
1192
|
}
|
|
1179
|
-
set
|
|
1180
|
-
let b = this.
|
|
1181
|
-
this.
|
|
1182
|
-
if (b != this.
|
|
1183
|
-
this.
|
|
1193
|
+
set a5(a) {
|
|
1194
|
+
let b = this.aw;
|
|
1195
|
+
this.aw = a;
|
|
1196
|
+
if (b != this.aw) {
|
|
1197
|
+
this.dz("LabelClickTriggersChange", b, this.aw);
|
|
1184
1198
|
}
|
|
1185
1199
|
}
|
|
1186
1200
|
get searchTextColor() {
|
|
1187
|
-
return this.
|
|
1201
|
+
return this.ew;
|
|
1188
1202
|
}
|
|
1189
1203
|
set searchTextColor(a) {
|
|
1190
|
-
let b = this.
|
|
1191
|
-
this.
|
|
1192
|
-
if (b != this.
|
|
1193
|
-
this.
|
|
1194
|
-
}
|
|
1195
|
-
}
|
|
1196
|
-
get e9() {
|
|
1197
|
-
return this.er;
|
|
1198
|
-
}
|
|
1199
|
-
set e9(a) {
|
|
1200
|
-
let b = this.er;
|
|
1201
|
-
this.er = a;
|
|
1202
|
-
if (b != this.er) {
|
|
1203
|
-
this.dw("SearchBorderColor", b, this.er);
|
|
1204
|
+
let b = this.ew;
|
|
1205
|
+
this.ew = a;
|
|
1206
|
+
if (b != this.ew) {
|
|
1207
|
+
this.dz("SearchTextColor", b, this.ew);
|
|
1204
1208
|
}
|
|
1205
1209
|
}
|
|
1206
|
-
get
|
|
1207
|
-
return this.
|
|
1210
|
+
get fc() {
|
|
1211
|
+
return this.eu;
|
|
1208
1212
|
}
|
|
1209
|
-
set
|
|
1210
|
-
let b = this.
|
|
1211
|
-
this.
|
|
1212
|
-
if (b != this.
|
|
1213
|
-
this.
|
|
1213
|
+
set fc(a) {
|
|
1214
|
+
let b = this.eu;
|
|
1215
|
+
this.eu = a;
|
|
1216
|
+
if (b != this.eu) {
|
|
1217
|
+
this.dz("SearchBorderColor", b, this.eu);
|
|
1214
1218
|
}
|
|
1215
1219
|
}
|
|
1216
|
-
get
|
|
1217
|
-
return this.
|
|
1220
|
+
get ao() {
|
|
1221
|
+
return this.am;
|
|
1218
1222
|
}
|
|
1219
|
-
set
|
|
1220
|
-
let b = this.
|
|
1221
|
-
this.
|
|
1222
|
-
if (b != this.
|
|
1223
|
-
this.
|
|
1223
|
+
set ao(a) {
|
|
1224
|
+
let b = this.am;
|
|
1225
|
+
this.am = a;
|
|
1226
|
+
if (b != this.am) {
|
|
1227
|
+
this.dz("SearchTextStyle", b, this.am);
|
|
1224
1228
|
}
|
|
1225
1229
|
}
|
|
1226
|
-
get
|
|
1227
|
-
return this.
|
|
1230
|
+
get e3() {
|
|
1231
|
+
return this.eo;
|
|
1228
1232
|
}
|
|
1229
|
-
set
|
|
1230
|
-
let b = this.
|
|
1231
|
-
this.
|
|
1232
|
-
if (b != this.
|
|
1233
|
-
this.
|
|
1233
|
+
set e3(a) {
|
|
1234
|
+
let b = this.eo;
|
|
1235
|
+
this.eo = a;
|
|
1236
|
+
if (b != this.eo) {
|
|
1237
|
+
this.dz("CheckboxTickColor", b, this.eo);
|
|
1234
1238
|
}
|
|
1235
1239
|
}
|
|
1236
1240
|
get e1() {
|
|
@@ -1240,17 +1244,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1240
1244
|
let b = this.em;
|
|
1241
1245
|
this.em = a;
|
|
1242
1246
|
if (b != this.em) {
|
|
1243
|
-
this.
|
|
1247
|
+
this.dz("CheckboxCheckedBackgroundColor", b, this.em);
|
|
1244
1248
|
}
|
|
1245
1249
|
}
|
|
1246
|
-
get
|
|
1247
|
-
return this.
|
|
1250
|
+
get e4() {
|
|
1251
|
+
return this.ep;
|
|
1248
1252
|
}
|
|
1249
|
-
set
|
|
1250
|
-
let b = this.
|
|
1251
|
-
this.
|
|
1252
|
-
if (b != this.
|
|
1253
|
-
this.
|
|
1253
|
+
set e4(a) {
|
|
1254
|
+
let b = this.ep;
|
|
1255
|
+
this.ep = a;
|
|
1256
|
+
if (b != this.ep) {
|
|
1257
|
+
this.dz("CheckboxUncheckedBackgroundColor", b, this.ep);
|
|
1254
1258
|
}
|
|
1255
1259
|
}
|
|
1256
1260
|
get e2() {
|
|
@@ -1260,55 +1264,65 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1260
1264
|
let b = this.en;
|
|
1261
1265
|
this.en = a;
|
|
1262
1266
|
if (b != this.en) {
|
|
1263
|
-
this.
|
|
1267
|
+
this.dz("CheckboxCheckedBorderColor", b, this.en);
|
|
1264
1268
|
}
|
|
1265
1269
|
}
|
|
1266
|
-
get
|
|
1267
|
-
return this.
|
|
1270
|
+
get e5() {
|
|
1271
|
+
return this.eq;
|
|
1268
1272
|
}
|
|
1269
|
-
set
|
|
1270
|
-
let b = this.
|
|
1271
|
-
this.
|
|
1272
|
-
if (b != this.
|
|
1273
|
-
this.
|
|
1273
|
+
set e5(a) {
|
|
1274
|
+
let b = this.eq;
|
|
1275
|
+
this.eq = a;
|
|
1276
|
+
if (b != this.eq) {
|
|
1277
|
+
this.dz("CheckboxUncheckedBorderColor", b, this.eq);
|
|
1274
1278
|
}
|
|
1275
1279
|
}
|
|
1276
|
-
get
|
|
1277
|
-
return this.
|
|
1280
|
+
get bb() {
|
|
1281
|
+
return this.ba;
|
|
1278
1282
|
}
|
|
1279
|
-
set
|
|
1280
|
-
let b = this.
|
|
1281
|
-
this.
|
|
1282
|
-
if (b != this.
|
|
1283
|
-
this.
|
|
1283
|
+
set bb(a) {
|
|
1284
|
+
let b = this.ba;
|
|
1285
|
+
this.ba = a;
|
|
1286
|
+
if (b != this.ba) {
|
|
1287
|
+
this.dz("CheckboxCornerRadius", b, this.ba);
|
|
1284
1288
|
}
|
|
1285
1289
|
}
|
|
1286
|
-
get
|
|
1287
|
-
return this.
|
|
1290
|
+
get ac() {
|
|
1291
|
+
return this.ab;
|
|
1288
1292
|
}
|
|
1289
|
-
set
|
|
1290
|
-
let b = this.
|
|
1291
|
-
this.
|
|
1292
|
-
if (b != this.
|
|
1293
|
-
this.
|
|
1293
|
+
set ac(a) {
|
|
1294
|
+
let b = this.ab;
|
|
1295
|
+
this.ab = a;
|
|
1296
|
+
if (b != this.ab) {
|
|
1297
|
+
this.dz("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ab));
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
get fa() {
|
|
1301
|
+
return this.es;
|
|
1302
|
+
}
|
|
1303
|
+
set fa(a) {
|
|
1304
|
+
let b = this.es;
|
|
1305
|
+
this.es = a;
|
|
1306
|
+
if (b != this.es) {
|
|
1307
|
+
this.dz("ScrollbarBackground", b, this.es);
|
|
1294
1308
|
}
|
|
1295
1309
|
}
|
|
1296
|
-
|
|
1310
|
+
dz(a, b, c) {
|
|
1297
1311
|
if (this.propertyChanged != null) {
|
|
1298
1312
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1299
1313
|
}
|
|
1300
|
-
this.
|
|
1314
|
+
this.d5(a, b, c);
|
|
1301
1315
|
}
|
|
1302
|
-
|
|
1316
|
+
d5(a, b, c) {
|
|
1303
1317
|
switch (a) {
|
|
1304
1318
|
case "IndexType":
|
|
1305
1319
|
this.keys.clear();
|
|
1306
|
-
this.
|
|
1320
|
+
this.dj();
|
|
1307
1321
|
if (this.keysCleared != null) {
|
|
1308
1322
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1309
1323
|
}
|
|
1310
|
-
this.view.
|
|
1311
|
-
this.
|
|
1324
|
+
this.view.an();
|
|
1325
|
+
this.dv(b, c);
|
|
1312
1326
|
break;
|
|
1313
1327
|
case "ItemsSource":
|
|
1314
1328
|
if (this.f != null) {
|
|
@@ -1319,20 +1333,20 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1319
1333
|
this.f.filterExpressions.clear();
|
|
1320
1334
|
this.f.summaryDescriptions.n();
|
|
1321
1335
|
}
|
|
1322
|
-
if (this.f.actualDataSource != null && !this.
|
|
1336
|
+
if (this.f.actualDataSource != null && !this.az) {
|
|
1323
1337
|
let d = this.f.actualDataSource;
|
|
1324
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1338
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d0));
|
|
1325
1339
|
}
|
|
1326
|
-
this.f.itemsSource = this.
|
|
1327
|
-
this.
|
|
1328
|
-
if (this.f.actualDataSource != null && !this.
|
|
1340
|
+
this.f.itemsSource = this.bk;
|
|
1341
|
+
this.c8();
|
|
1342
|
+
if (this.f.actualDataSource != null && !this.az) {
|
|
1329
1343
|
let e = this.f.actualDataSource;
|
|
1330
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1344
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d0));
|
|
1331
1345
|
}
|
|
1332
|
-
this.
|
|
1333
|
-
this.
|
|
1334
|
-
this.
|
|
1335
|
-
this.view.
|
|
1346
|
+
this.as = true;
|
|
1347
|
+
this.d2();
|
|
1348
|
+
this.as = false;
|
|
1349
|
+
this.view.an();
|
|
1336
1350
|
}
|
|
1337
1351
|
break;
|
|
1338
1352
|
case "DataMemberPath":
|
|
@@ -1340,9 +1354,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1340
1354
|
case "SubtitleMemberPath":
|
|
1341
1355
|
case "PropertyTypeMemberPath":
|
|
1342
1356
|
if (this.f != null) {
|
|
1343
|
-
if (this.
|
|
1344
|
-
this.
|
|
1345
|
-
this.
|
|
1357
|
+
if (this.bo != null) {
|
|
1358
|
+
this.d2();
|
|
1359
|
+
this.eg();
|
|
1346
1360
|
}
|
|
1347
1361
|
}
|
|
1348
1362
|
break;
|
|
@@ -1352,90 +1366,90 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1352
1366
|
}
|
|
1353
1367
|
break;
|
|
1354
1368
|
case "SelectAllCaptionTextColor":
|
|
1355
|
-
this.
|
|
1369
|
+
this.ez = null != this.ff ? this.ff : CheckboxList.e8;
|
|
1356
1370
|
break;
|
|
1357
1371
|
case "SelectAllCaption":
|
|
1358
1372
|
case "ActualSelectAllCaptionTextColor":
|
|
1359
|
-
this.view.
|
|
1373
|
+
this.view.am();
|
|
1360
1374
|
break;
|
|
1361
1375
|
case "showSelectAll":
|
|
1362
|
-
this.view.
|
|
1363
|
-
this.view.
|
|
1376
|
+
this.view.ap();
|
|
1377
|
+
this.view.z();
|
|
1364
1378
|
break;
|
|
1365
1379
|
case "ShowFilter":
|
|
1366
|
-
this.view.
|
|
1367
|
-
this.view.
|
|
1380
|
+
this.view.al();
|
|
1381
|
+
this.view.z();
|
|
1368
1382
|
break;
|
|
1369
1383
|
case "FilterPlaceholderText":
|
|
1370
|
-
if (this.
|
|
1371
|
-
this.
|
|
1384
|
+
if (this.u != null) {
|
|
1385
|
+
this.u.cg = this.ca;
|
|
1372
1386
|
}
|
|
1373
1387
|
break;
|
|
1374
1388
|
case "SearchInputType":
|
|
1375
|
-
if (this.
|
|
1376
|
-
this.
|
|
1389
|
+
if (this.w != null) {
|
|
1390
|
+
this.w.d = this.z;
|
|
1377
1391
|
}
|
|
1378
1392
|
break;
|
|
1379
1393
|
case "RowHeight":
|
|
1380
1394
|
if (this.f != null) {
|
|
1381
|
-
this.f.rowHeight = this.
|
|
1395
|
+
this.f.rowHeight = this.bi;
|
|
1382
1396
|
}
|
|
1383
1397
|
break;
|
|
1384
1398
|
case "CellTextStyle":
|
|
1385
1399
|
if (this.f != null) {
|
|
1386
|
-
this.f.cellTextStyle = this.
|
|
1400
|
+
this.f.cellTextStyle = this.an;
|
|
1387
1401
|
}
|
|
1388
|
-
this.view.
|
|
1402
|
+
this.view.aj();
|
|
1389
1403
|
break;
|
|
1390
1404
|
case "BackgroundColor":
|
|
1391
1405
|
case "TextColor":
|
|
1392
1406
|
case "RowHoverBackgroundColor":
|
|
1393
1407
|
let f = this.f;
|
|
1394
1408
|
if (null != f) {
|
|
1395
|
-
f.cellTextColor = this.
|
|
1409
|
+
f.cellTextColor = this.fh;
|
|
1396
1410
|
f.cellBackground = this.backgroundColor;
|
|
1397
1411
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1398
1412
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1399
1413
|
}
|
|
1400
|
-
this.view.
|
|
1414
|
+
this.view.ak();
|
|
1401
1415
|
break;
|
|
1402
1416
|
case "BaseTheme":
|
|
1403
|
-
this.
|
|
1417
|
+
this.ef();
|
|
1404
1418
|
break;
|
|
1405
1419
|
case "Density":
|
|
1406
|
-
this.
|
|
1420
|
+
this.ee();
|
|
1407
1421
|
break;
|
|
1408
1422
|
case "IsRowHoverEnabled":
|
|
1409
1423
|
if (this.f != null) {
|
|
1410
|
-
this.f.isRowHoverEnabled = this.
|
|
1424
|
+
this.f.isRowHoverEnabled = this.a3;
|
|
1411
1425
|
}
|
|
1412
1426
|
break;
|
|
1413
1427
|
case "ScrollbarStyle":
|
|
1414
1428
|
if (this.f != null) {
|
|
1415
|
-
this.f.scrollbarStyle = this.
|
|
1429
|
+
this.f.scrollbarStyle = this.ac;
|
|
1416
1430
|
}
|
|
1417
1431
|
break;
|
|
1418
1432
|
case "ScrollbarBackground":
|
|
1419
1433
|
if (this.f != null) {
|
|
1420
|
-
this.f.scrollbarBackground = this.
|
|
1434
|
+
this.f.scrollbarBackground = this.fa;
|
|
1421
1435
|
}
|
|
1422
1436
|
break;
|
|
1423
1437
|
case "SearchIconColor":
|
|
1424
|
-
this.view.
|
|
1438
|
+
this.view.ai();
|
|
1425
1439
|
break;
|
|
1426
1440
|
case "SearchBackgroundColor":
|
|
1427
|
-
this.
|
|
1441
|
+
this.x.mc = this.fb;
|
|
1428
1442
|
break;
|
|
1429
1443
|
case "SearchBorderColor":
|
|
1430
|
-
this.
|
|
1444
|
+
this.x.md = this.fc;
|
|
1431
1445
|
break;
|
|
1432
1446
|
case "SearchTextColor":
|
|
1433
|
-
if (this.
|
|
1434
|
-
this.
|
|
1447
|
+
if (this.v != null) {
|
|
1448
|
+
this.v.d8 = this.searchTextColor;
|
|
1435
1449
|
}
|
|
1436
1450
|
break;
|
|
1437
1451
|
case "SearchTextStyle":
|
|
1438
|
-
this.
|
|
1452
|
+
this.v.af = this.ao;
|
|
1439
1453
|
break;
|
|
1440
1454
|
case "CheckboxTickColor":
|
|
1441
1455
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1443,14 +1457,14 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1443
1457
|
case "CheckboxCheckedBorderColor":
|
|
1444
1458
|
case "CheckboxUncheckedBorderColor":
|
|
1445
1459
|
case "CheckboxCornerRadius":
|
|
1446
|
-
this.view.
|
|
1460
|
+
this.view.af();
|
|
1447
1461
|
if (this.f != null) {
|
|
1448
1462
|
this.f.xx();
|
|
1449
1463
|
}
|
|
1450
1464
|
break;
|
|
1451
1465
|
case "CheckboxAlignedRight":
|
|
1452
1466
|
if (this.f != null) {
|
|
1453
|
-
this.
|
|
1467
|
+
this.ei();
|
|
1454
1468
|
}
|
|
1455
1469
|
break;
|
|
1456
1470
|
case "DataLegendTarget":
|
|
@@ -1460,7 +1474,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1460
1474
|
break;
|
|
1461
1475
|
}
|
|
1462
1476
|
}
|
|
1463
|
-
|
|
1477
|
+
ei() {
|
|
1464
1478
|
if (this.f.actualColumns.count == 0) {
|
|
1465
1479
|
return;
|
|
1466
1480
|
}
|
|
@@ -1468,7 +1482,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1468
1482
|
let b = this.f.actualColumns._inner[1];
|
|
1469
1483
|
let c = this.f.actualColumns._inner[2];
|
|
1470
1484
|
this.f.actualColumns.clear();
|
|
1471
|
-
if (this.
|
|
1485
|
+
if (this.ay) {
|
|
1472
1486
|
this.f.columns.add(b);
|
|
1473
1487
|
this.f.columns.add(a);
|
|
1474
1488
|
}
|
|
@@ -1478,7 +1492,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1478
1492
|
}
|
|
1479
1493
|
this.f.columns.add(c);
|
|
1480
1494
|
}
|
|
1481
|
-
|
|
1495
|
+
dv(a, b) {
|
|
1482
1496
|
if (this.indexTypeChanged != null) {
|
|
1483
1497
|
this.indexTypeChanged(this, ((() => {
|
|
1484
1498
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1488,71 +1502,71 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1488
1502
|
})()));
|
|
1489
1503
|
}
|
|
1490
1504
|
}
|
|
1491
|
-
|
|
1505
|
+
ee() {
|
|
1492
1506
|
if (this.f != null) {
|
|
1493
1507
|
this.f.density = this.density;
|
|
1494
1508
|
}
|
|
1495
|
-
if (this.
|
|
1496
|
-
this.
|
|
1509
|
+
if (this.w != null) {
|
|
1510
|
+
this.w.t = this.density;
|
|
1497
1511
|
}
|
|
1498
|
-
this.view.
|
|
1512
|
+
this.view.ae();
|
|
1499
1513
|
}
|
|
1500
|
-
|
|
1501
|
-
if (this.
|
|
1502
|
-
this.
|
|
1514
|
+
ef() {
|
|
1515
|
+
if (this.w != null) {
|
|
1516
|
+
this.w.p = this.baseTheme;
|
|
1503
1517
|
}
|
|
1504
|
-
if (this.
|
|
1505
|
-
this.
|
|
1518
|
+
if (this.v != null) {
|
|
1519
|
+
this.v.d8 = this.searchTextColor;
|
|
1506
1520
|
}
|
|
1507
1521
|
if (this.f != null) {
|
|
1508
|
-
this.f.cellTextColor = this.
|
|
1522
|
+
this.f.cellTextColor = this.fh;
|
|
1509
1523
|
this.f.cellBackground = this.backgroundColor;
|
|
1510
1524
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1511
1525
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1512
1526
|
}
|
|
1513
|
-
this.view.
|
|
1527
|
+
this.view.ag();
|
|
1514
1528
|
}
|
|
1515
|
-
|
|
1516
|
-
this.
|
|
1517
|
-
this.
|
|
1529
|
+
d0(a, b) {
|
|
1530
|
+
this.as = true;
|
|
1531
|
+
this.c8();
|
|
1518
1532
|
if (b.schema != null) {
|
|
1519
|
-
this.
|
|
1533
|
+
this.d2();
|
|
1520
1534
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1521
|
-
this.
|
|
1535
|
+
this.dx(this.keys._inner[c]);
|
|
1522
1536
|
}
|
|
1523
|
-
this.view.
|
|
1537
|
+
this.view.an();
|
|
1524
1538
|
}
|
|
1525
|
-
this.
|
|
1539
|
+
this.as = false;
|
|
1526
1540
|
}
|
|
1527
|
-
|
|
1528
|
-
if (this.
|
|
1529
|
-
this.
|
|
1530
|
-
}
|
|
1531
|
-
if (this.ag == null && this.bm != null && this.bm != "") {
|
|
1532
|
-
this.ag = new FastReflectionHelper(false, this.bm);
|
|
1533
|
-
}
|
|
1534
|
-
if (this.aj == null && this.bq != null && this.bq != "") {
|
|
1535
|
-
this.aj = new FastReflectionHelper(false, this.bq);
|
|
1541
|
+
d2() {
|
|
1542
|
+
if (this.aj == null && this.br != null && this.br != "") {
|
|
1543
|
+
this.aj = new FastReflectionHelper(false, this.br);
|
|
1536
1544
|
}
|
|
1537
1545
|
if (this.ah == null && this.bo != null && this.bo != "") {
|
|
1538
1546
|
this.ah = new FastReflectionHelper(false, this.bo);
|
|
1539
1547
|
}
|
|
1540
|
-
if (this.
|
|
1541
|
-
this.
|
|
1548
|
+
if (this.ak == null && this.bs != null && this.bs != "") {
|
|
1549
|
+
this.ak = new FastReflectionHelper(false, this.bs);
|
|
1542
1550
|
}
|
|
1543
|
-
if (this.
|
|
1544
|
-
this.
|
|
1551
|
+
if (this.ai == null && this.bq != null && this.bq != "") {
|
|
1552
|
+
this.ai = new FastReflectionHelper(false, this.bq);
|
|
1545
1553
|
}
|
|
1546
1554
|
if (this.ah != null) {
|
|
1547
1555
|
this.ah.propertyName = this.bo;
|
|
1548
1556
|
}
|
|
1549
|
-
if (this.
|
|
1550
|
-
this.
|
|
1557
|
+
if (this.ak != null) {
|
|
1558
|
+
this.ak.propertyName = this.bs;
|
|
1559
|
+
}
|
|
1560
|
+
if (this.ai != null) {
|
|
1561
|
+
this.ai.propertyName = this.bq;
|
|
1562
|
+
}
|
|
1563
|
+
if (this.bk != null && this.aj != null && this.f.actualDataSource.actualSchema != null) {
|
|
1564
|
+
this.aj.propertyName = this.br;
|
|
1551
1565
|
let a = this.f.actualDataSource.actualCount;
|
|
1552
1566
|
for (let b = 0; b < a; b++) {
|
|
1553
1567
|
let c = this.f.actualDataSource.getItemAtIndex(b);
|
|
1554
1568
|
let d = this.i(c);
|
|
1555
|
-
let e = this.
|
|
1569
|
+
let e = this.aj.getPropertyValue(c);
|
|
1556
1570
|
if (e == true) {
|
|
1557
1571
|
if (!this.keys.contains(d)) {
|
|
1558
1572
|
this.keys.add(d);
|
|
@@ -1564,43 +1578,43 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1564
1578
|
}
|
|
1565
1579
|
}
|
|
1566
1580
|
}
|
|
1567
|
-
|
|
1568
|
-
this.view.
|
|
1581
|
+
eg() {
|
|
1582
|
+
this.view.p();
|
|
1569
1583
|
this.f.columns.clear();
|
|
1570
1584
|
this.f.primaryKey = this.primaryKey;
|
|
1571
1585
|
this.f.isGroupRowSticky = false;
|
|
1572
|
-
this.f.rowHeight = this.
|
|
1586
|
+
this.f.rowHeight = this.bi;
|
|
1573
1587
|
this.f.cellBackground = this.backgroundColor;
|
|
1574
1588
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1575
1589
|
this.f.density = this.density;
|
|
1576
|
-
this.f.isRowHoverEnabled = this.
|
|
1590
|
+
this.f.isRowHoverEnabled = this.a3;
|
|
1577
1591
|
this.f.borderWidth = new Thickness(0, 0);
|
|
1578
|
-
if (this.
|
|
1579
|
-
this.f.cellTextStyle = this.
|
|
1592
|
+
if (this.an != null) {
|
|
1593
|
+
this.f.cellTextStyle = this.an;
|
|
1580
1594
|
}
|
|
1581
1595
|
let a = new TemplateColumn();
|
|
1582
|
-
if (this.
|
|
1583
|
-
this.
|
|
1596
|
+
if (this.br == null) {
|
|
1597
|
+
this.br = "";
|
|
1584
1598
|
}
|
|
1585
|
-
a.
|
|
1586
|
-
a.
|
|
1599
|
+
a.l7 = this.br;
|
|
1600
|
+
a.my = "CheckboxColumn";
|
|
1587
1601
|
let b = new ColumnWidth();
|
|
1588
1602
|
b.c = false;
|
|
1589
1603
|
b.f = 28;
|
|
1590
1604
|
a.width = b;
|
|
1591
|
-
a.
|
|
1592
|
-
a.
|
|
1593
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1605
|
+
a.k0 = 0;
|
|
1606
|
+
a.k1 = 0;
|
|
1607
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c9));
|
|
1594
1608
|
this.j = a;
|
|
1595
1609
|
this.f.columns.add(a);
|
|
1596
|
-
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
1597
|
-
if ((this.
|
|
1610
|
+
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.bo);
|
|
1611
|
+
if ((this.bs != null || this.bq != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1598
1612
|
let d = new TemplateColumn();
|
|
1599
|
-
d.
|
|
1600
|
-
d.
|
|
1601
|
-
d.
|
|
1613
|
+
d.l7 = this.bo;
|
|
1614
|
+
d.my = "DataColumn";
|
|
1615
|
+
d.k0 = 0;
|
|
1602
1616
|
d.g = 0;
|
|
1603
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1617
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.eh));
|
|
1604
1618
|
this.f.columns.add(d);
|
|
1605
1619
|
}
|
|
1606
1620
|
else {
|
|
@@ -1626,9 +1640,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1626
1640
|
e = new TextColumn();
|
|
1627
1641
|
break;
|
|
1628
1642
|
}
|
|
1629
|
-
e.
|
|
1630
|
-
e.
|
|
1631
|
-
e.
|
|
1643
|
+
e.l7 = this.bo;
|
|
1644
|
+
e.my = "DataColumn";
|
|
1645
|
+
e.k0 = 0;
|
|
1632
1646
|
e.g = 0;
|
|
1633
1647
|
this.f.columns.add(e);
|
|
1634
1648
|
}
|
|
@@ -1636,28 +1650,28 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1636
1650
|
let g = new ColumnWidth();
|
|
1637
1651
|
g.c = false;
|
|
1638
1652
|
g.f = 10;
|
|
1639
|
-
f.
|
|
1640
|
-
f.
|
|
1641
|
-
f.
|
|
1653
|
+
f.l7 = "PaddingColumn";
|
|
1654
|
+
f.my = "PaddingColumn";
|
|
1655
|
+
f.k0 = 0;
|
|
1642
1656
|
f.width = g;
|
|
1643
1657
|
this.f.columns.add(f);
|
|
1644
1658
|
}
|
|
1645
1659
|
updateHrMargin(a) {
|
|
1646
|
-
this.view.
|
|
1660
|
+
this.view.ah(a);
|
|
1647
1661
|
}
|
|
1648
1662
|
provideHrElement(a) {
|
|
1649
|
-
this.view.
|
|
1663
|
+
this.view.v(a);
|
|
1650
1664
|
}
|
|
1651
|
-
|
|
1652
|
-
if (!this.
|
|
1653
|
-
let a = this.
|
|
1654
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1665
|
+
dw() {
|
|
1666
|
+
if (!this.az) {
|
|
1667
|
+
let a = this.v;
|
|
1668
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dh));
|
|
1655
1669
|
}
|
|
1656
|
-
this.
|
|
1670
|
+
this.ef();
|
|
1657
1671
|
}
|
|
1658
|
-
|
|
1672
|
+
dh(a, b) {
|
|
1659
1673
|
let c = b.value.toLowerCase();
|
|
1660
|
-
this.
|
|
1674
|
+
this.du(c);
|
|
1661
1675
|
}
|
|
1662
1676
|
i(a) {
|
|
1663
1677
|
if (this.primaryKey == null) {
|
|
@@ -1671,81 +1685,81 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1671
1685
|
}
|
|
1672
1686
|
return new PrimaryKeyValue(b, c);
|
|
1673
1687
|
}
|
|
1674
|
-
|
|
1675
|
-
this.
|
|
1688
|
+
ea(a) {
|
|
1689
|
+
this.ar = true;
|
|
1676
1690
|
let b = this.e.getItemAtIndex(a);
|
|
1677
|
-
if (this.
|
|
1678
|
-
this.
|
|
1691
|
+
if (this.aj != null) {
|
|
1692
|
+
this.aj.setPropertyValue(b, false);
|
|
1679
1693
|
}
|
|
1680
1694
|
let c = this.i(b);
|
|
1681
1695
|
this.keys.remove(c);
|
|
1682
|
-
this.
|
|
1696
|
+
this.ar = false;
|
|
1683
1697
|
}
|
|
1684
|
-
|
|
1685
|
-
this.
|
|
1698
|
+
c5(a) {
|
|
1699
|
+
this.ar = true;
|
|
1686
1700
|
let b = this.e.getItemAtIndex(a);
|
|
1687
|
-
if (this.
|
|
1688
|
-
this.
|
|
1701
|
+
if (this.aj != null) {
|
|
1702
|
+
this.aj.setPropertyValue(b, true);
|
|
1689
1703
|
}
|
|
1690
1704
|
let c = this.i(b);
|
|
1691
1705
|
this.keys.add(c);
|
|
1692
|
-
this.
|
|
1706
|
+
this.ar = false;
|
|
1693
1707
|
}
|
|
1694
|
-
|
|
1708
|
+
ed() {
|
|
1695
1709
|
this.indexType = 0;
|
|
1696
1710
|
this.keys.clear();
|
|
1697
|
-
this.
|
|
1711
|
+
this.dj();
|
|
1698
1712
|
if (this.keysCleared != null) {
|
|
1699
1713
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1700
1714
|
}
|
|
1701
1715
|
}
|
|
1702
|
-
|
|
1716
|
+
db() {
|
|
1703
1717
|
this.indexType = 1;
|
|
1704
1718
|
this.keys.clear();
|
|
1705
|
-
this.
|
|
1719
|
+
this.dj();
|
|
1706
1720
|
if (this.keysCleared != null) {
|
|
1707
1721
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1708
1722
|
}
|
|
1709
1723
|
}
|
|
1710
|
-
|
|
1724
|
+
dp(a, b, c) {
|
|
1711
1725
|
if (this.f != null) {
|
|
1712
1726
|
this.f.notifySetItem(a, b, c);
|
|
1713
1727
|
}
|
|
1714
1728
|
}
|
|
1715
|
-
|
|
1729
|
+
dk() {
|
|
1716
1730
|
if (this.f != null) {
|
|
1717
1731
|
this.f.notifyClearItems();
|
|
1718
1732
|
}
|
|
1719
1733
|
}
|
|
1720
|
-
|
|
1734
|
+
dj() {
|
|
1721
1735
|
if (this.f != null) {
|
|
1722
1736
|
this.f.invalidateVisibleRows();
|
|
1723
1737
|
}
|
|
1724
1738
|
}
|
|
1725
|
-
|
|
1739
|
+
dl(a, b) {
|
|
1726
1740
|
if (this.f != null) {
|
|
1727
1741
|
this.f.notifyInsertItem(a, b);
|
|
1728
1742
|
}
|
|
1729
1743
|
;
|
|
1730
1744
|
}
|
|
1731
|
-
|
|
1745
|
+
dn(a, b) {
|
|
1732
1746
|
if (this.f != null) {
|
|
1733
1747
|
this.f.notifyRemoveItem(a, b);
|
|
1734
1748
|
}
|
|
1735
1749
|
;
|
|
1736
1750
|
}
|
|
1737
1751
|
refresh() {
|
|
1738
|
-
if (this.
|
|
1752
|
+
if (this.av) {
|
|
1739
1753
|
return;
|
|
1740
1754
|
}
|
|
1741
1755
|
if (this.f != null) {
|
|
1742
|
-
this.
|
|
1743
|
-
this.view.
|
|
1756
|
+
this.av = true;
|
|
1757
|
+
this.view.x();
|
|
1744
1758
|
this.f.refresh();
|
|
1745
|
-
this.
|
|
1759
|
+
this.av = false;
|
|
1746
1760
|
}
|
|
1747
1761
|
}
|
|
1748
|
-
|
|
1762
|
+
c6(a) {
|
|
1749
1763
|
let b = null;
|
|
1750
1764
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1751
1765
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1757,15 +1771,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1757
1771
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1758
1772
|
}
|
|
1759
1773
|
if (b != null) {
|
|
1760
|
-
if (this.
|
|
1774
|
+
if (this.aj != null) {
|
|
1761
1775
|
let c = this.e.indexOfKey(a);
|
|
1762
1776
|
let d = this.e.getItemAtIndex(c);
|
|
1763
|
-
this.
|
|
1777
|
+
this.aj.setPropertyValue(d, true);
|
|
1764
1778
|
}
|
|
1765
1779
|
this.keys.add(b);
|
|
1766
1780
|
}
|
|
1767
1781
|
}
|
|
1768
|
-
|
|
1782
|
+
eb(a) {
|
|
1769
1783
|
let b = null;
|
|
1770
1784
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1771
1785
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1777,10 +1791,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1777
1791
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1778
1792
|
}
|
|
1779
1793
|
if (this.keys.contains(b)) {
|
|
1780
|
-
if (this.
|
|
1794
|
+
if (this.aj != null) {
|
|
1781
1795
|
let c = this.e.indexOfKey(a);
|
|
1782
1796
|
let d = this.e.getItemAtIndex(c);
|
|
1783
|
-
this.
|
|
1797
|
+
this.aj.setPropertyValue(d, false);
|
|
1784
1798
|
}
|
|
1785
1799
|
this.keys.remove(b);
|
|
1786
1800
|
}
|
|
@@ -1788,13 +1802,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1788
1802
|
getDesiredSize(a) {
|
|
1789
1803
|
let b = 248;
|
|
1790
1804
|
let c = 0;
|
|
1791
|
-
let d = this.
|
|
1805
|
+
let d = this.bd();
|
|
1792
1806
|
let e = 5;
|
|
1793
1807
|
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
1794
1808
|
e = this.f.actualDataSource.actualCount;
|
|
1795
1809
|
}
|
|
1796
|
-
let f = this.
|
|
1797
|
-
let g = this.
|
|
1810
|
+
let f = this.bg * e;
|
|
1811
|
+
let g = this.bg * (this.showSelectAll ? 4 : 5);
|
|
1798
1812
|
let h = f > g ? g : f;
|
|
1799
1813
|
let i = d + h;
|
|
1800
1814
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1811,104 +1825,125 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1811
1825
|
}
|
|
1812
1826
|
return new Size(1, b, c);
|
|
1813
1827
|
}
|
|
1814
|
-
|
|
1828
|
+
bd() {
|
|
1815
1829
|
let a = 0;
|
|
1816
1830
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1817
1831
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1818
1832
|
a += (0.8 + 6);
|
|
1819
1833
|
a += 4;
|
|
1820
1834
|
if (this.showSelectAll) {
|
|
1821
|
-
a += this.
|
|
1835
|
+
a += this.bg;
|
|
1822
1836
|
}
|
|
1823
1837
|
a += 4;
|
|
1824
1838
|
return a;
|
|
1825
1839
|
}
|
|
1826
|
-
|
|
1827
|
-
return this.
|
|
1840
|
+
bm() {
|
|
1841
|
+
return this.k();
|
|
1842
|
+
}
|
|
1843
|
+
b9() {
|
|
1844
|
+
let a = this.k();
|
|
1845
|
+
return a.i();
|
|
1846
|
+
}
|
|
1847
|
+
k() {
|
|
1848
|
+
let a = new CheckboxListVisualModelExport();
|
|
1849
|
+
let b = this.view.a();
|
|
1850
|
+
a.g = b[0];
|
|
1851
|
+
a.f = b[1];
|
|
1852
|
+
let c = this.view.aq();
|
|
1853
|
+
a.e = c.height;
|
|
1854
|
+
a.h = c.width;
|
|
1855
|
+
a.c = this.baseTheme;
|
|
1856
|
+
a.d = this.bg;
|
|
1857
|
+
a.a = AppearanceHelper.a(this.ez);
|
|
1858
|
+
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1859
|
+
return a;
|
|
1828
1860
|
}
|
|
1829
|
-
|
|
1830
|
-
|
|
1861
|
+
get cv() {
|
|
1862
|
+
return this.cu != null ? this.cu : !stringIsNullOrWhiteSpace(this.aq.b1("Select_All")) ? this.aq.b1("Select_All") : "(Select All)";
|
|
1863
|
+
}
|
|
1864
|
+
set cv(a) {
|
|
1865
|
+
if (a == this.cu) {
|
|
1831
1866
|
return;
|
|
1832
1867
|
}
|
|
1833
|
-
let b = this.
|
|
1834
|
-
this.
|
|
1835
|
-
this.
|
|
1868
|
+
let b = this.cu;
|
|
1869
|
+
this.cu = a;
|
|
1870
|
+
this.dz("SelectAllCaption", b, this.cu);
|
|
1836
1871
|
}
|
|
1837
|
-
get
|
|
1838
|
-
return this.
|
|
1872
|
+
get ff() {
|
|
1873
|
+
return this.ex;
|
|
1839
1874
|
}
|
|
1840
|
-
set
|
|
1841
|
-
let b = this.
|
|
1842
|
-
this.
|
|
1843
|
-
if (b != this.
|
|
1844
|
-
this.
|
|
1875
|
+
set ff(a) {
|
|
1876
|
+
let b = this.ex;
|
|
1877
|
+
this.ex = a;
|
|
1878
|
+
if (b != this.ex) {
|
|
1879
|
+
this.dz("SelectAllCaptionTextColor", b, a);
|
|
1845
1880
|
}
|
|
1846
1881
|
}
|
|
1847
|
-
get
|
|
1848
|
-
return this.
|
|
1882
|
+
get ez() {
|
|
1883
|
+
return this.ek;
|
|
1849
1884
|
}
|
|
1850
|
-
set
|
|
1851
|
-
let b = this.
|
|
1852
|
-
this.
|
|
1853
|
-
if (b != this.
|
|
1854
|
-
this.
|
|
1885
|
+
set ez(a) {
|
|
1886
|
+
let b = this.ek;
|
|
1887
|
+
this.ek = a;
|
|
1888
|
+
if (b != this.ek) {
|
|
1889
|
+
this.dz("ActualSelectAllCaptionTextColor", b, a);
|
|
1855
1890
|
}
|
|
1856
1891
|
}
|
|
1857
|
-
get
|
|
1858
|
-
if (-1 == this.
|
|
1892
|
+
get a4() {
|
|
1893
|
+
if (-1 == this.bh) {
|
|
1859
1894
|
return false;
|
|
1860
1895
|
}
|
|
1861
1896
|
let a = this.keys.count;
|
|
1862
1897
|
if (0 == a) {
|
|
1863
1898
|
return false;
|
|
1864
1899
|
}
|
|
1865
|
-
if (a == this.
|
|
1900
|
+
if (a == this.bh) {
|
|
1866
1901
|
return false;
|
|
1867
1902
|
}
|
|
1868
1903
|
return true;
|
|
1869
1904
|
}
|
|
1870
1905
|
get showSelectAll() {
|
|
1871
|
-
return this.
|
|
1906
|
+
return this.a8;
|
|
1872
1907
|
}
|
|
1873
1908
|
set showSelectAll(a) {
|
|
1874
|
-
if (a == this.
|
|
1909
|
+
if (a == this.a8) {
|
|
1875
1910
|
return;
|
|
1876
1911
|
}
|
|
1877
|
-
let b = this.
|
|
1878
|
-
this.
|
|
1879
|
-
this.
|
|
1912
|
+
let b = this.a8;
|
|
1913
|
+
this.a8 = a;
|
|
1914
|
+
this.dz("showSelectAll", b, this.a8);
|
|
1880
1915
|
}
|
|
1881
1916
|
get backgroundColor() {
|
|
1882
|
-
return this.
|
|
1917
|
+
return this.el;
|
|
1883
1918
|
}
|
|
1884
1919
|
set backgroundColor(a) {
|
|
1885
|
-
let b = this.
|
|
1886
|
-
this.
|
|
1887
|
-
if (b != this.
|
|
1888
|
-
this.
|
|
1920
|
+
let b = this.el;
|
|
1921
|
+
this.el = a;
|
|
1922
|
+
if (b != this.el) {
|
|
1923
|
+
this.dz("BackgroundColor", b, a);
|
|
1889
1924
|
}
|
|
1890
1925
|
}
|
|
1891
1926
|
get rowHoverBackgroundColor() {
|
|
1892
|
-
return this.
|
|
1927
|
+
return this.er;
|
|
1893
1928
|
}
|
|
1894
1929
|
set rowHoverBackgroundColor(a) {
|
|
1895
|
-
let b = this.
|
|
1896
|
-
this.
|
|
1897
|
-
if (b != this.
|
|
1898
|
-
this.
|
|
1930
|
+
let b = this.er;
|
|
1931
|
+
this.er = a;
|
|
1932
|
+
if (b != this.er) {
|
|
1933
|
+
this.dz("RowHoverBackgroundColor", b, a);
|
|
1899
1934
|
}
|
|
1900
1935
|
}
|
|
1901
|
-
get
|
|
1902
|
-
return this.
|
|
1936
|
+
get fh() {
|
|
1937
|
+
return this.ey;
|
|
1903
1938
|
}
|
|
1904
|
-
set
|
|
1905
|
-
let b = this.
|
|
1906
|
-
this.
|
|
1907
|
-
if (b != this.
|
|
1908
|
-
this.
|
|
1939
|
+
set fh(a) {
|
|
1940
|
+
let b = this.ey;
|
|
1941
|
+
this.ey = a;
|
|
1942
|
+
if (b != this.ey) {
|
|
1943
|
+
this.dz("TextColor", b, a);
|
|
1909
1944
|
}
|
|
1910
1945
|
}
|
|
1911
|
-
|
|
1946
|
+
d1(a) {
|
|
1912
1947
|
if (this.selectAllCheckboxChanged != null) {
|
|
1913
1948
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1914
1949
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1917,81 +1952,81 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1917
1952
|
})()));
|
|
1918
1953
|
}
|
|
1919
1954
|
}
|
|
1920
|
-
|
|
1921
|
-
if (-1 == this.
|
|
1955
|
+
a1() {
|
|
1956
|
+
if (-1 == this.bh) {
|
|
1922
1957
|
return true;
|
|
1923
1958
|
}
|
|
1924
1959
|
let a = this.keys.count;
|
|
1925
1960
|
switch (this.indexType) {
|
|
1926
|
-
case 0: return this.
|
|
1961
|
+
case 0: return this.bh == a;
|
|
1927
1962
|
case 1: return 0 == a;
|
|
1928
1963
|
default: return false;
|
|
1929
1964
|
}
|
|
1930
1965
|
}
|
|
1931
|
-
|
|
1932
|
-
if (-1 == this.
|
|
1966
|
+
a0() {
|
|
1967
|
+
if (-1 == this.bh) {
|
|
1933
1968
|
return false;
|
|
1934
1969
|
}
|
|
1935
1970
|
let a = this.keys.count;
|
|
1936
1971
|
switch (this.indexType) {
|
|
1937
1972
|
case 0: return 0 == a;
|
|
1938
|
-
case 1: return this.
|
|
1973
|
+
case 1: return this.bh == a;
|
|
1939
1974
|
default: return false;
|
|
1940
1975
|
}
|
|
1941
1976
|
}
|
|
1942
|
-
|
|
1977
|
+
c8() {
|
|
1943
1978
|
let a = this.f.actualDataSource;
|
|
1944
1979
|
if (null != a) {
|
|
1945
1980
|
if (null == a.actualSchema) {
|
|
1946
|
-
this.
|
|
1981
|
+
this.bh = -1;
|
|
1947
1982
|
return;
|
|
1948
1983
|
}
|
|
1949
1984
|
let b = a.actualCount;
|
|
1950
|
-
this.
|
|
1985
|
+
this.bh = b;
|
|
1951
1986
|
}
|
|
1952
1987
|
else {
|
|
1953
|
-
this.
|
|
1988
|
+
this.bh = -1;
|
|
1954
1989
|
}
|
|
1955
1990
|
}
|
|
1956
|
-
get
|
|
1957
|
-
return this.
|
|
1991
|
+
get a7() {
|
|
1992
|
+
return this.a6;
|
|
1958
1993
|
}
|
|
1959
|
-
set
|
|
1960
|
-
if (a == this.
|
|
1994
|
+
set a7(a) {
|
|
1995
|
+
if (a == this.a6) {
|
|
1961
1996
|
return;
|
|
1962
1997
|
}
|
|
1963
|
-
let b = this.
|
|
1964
|
-
this.
|
|
1965
|
-
this.
|
|
1998
|
+
let b = this.a6;
|
|
1999
|
+
this.a6 = a;
|
|
2000
|
+
this.dz("ShowFilter", b, this.a6);
|
|
1966
2001
|
}
|
|
1967
|
-
get
|
|
1968
|
-
return this.
|
|
2002
|
+
get a3() {
|
|
2003
|
+
return this.a2;
|
|
1969
2004
|
}
|
|
1970
|
-
set
|
|
1971
|
-
if (a == this.
|
|
2005
|
+
set a3(a) {
|
|
2006
|
+
if (a == this.a2) {
|
|
1972
2007
|
return;
|
|
1973
2008
|
}
|
|
1974
|
-
let b = this.
|
|
1975
|
-
this.
|
|
1976
|
-
this.
|
|
2009
|
+
let b = this.a2;
|
|
2010
|
+
this.a2 = a;
|
|
2011
|
+
this.dz("IsRowHoverEnabled", b, this.a2);
|
|
1977
2012
|
}
|
|
1978
|
-
get
|
|
1979
|
-
return this.
|
|
2013
|
+
get ay() {
|
|
2014
|
+
return this.ax;
|
|
1980
2015
|
}
|
|
1981
|
-
set
|
|
1982
|
-
if (a == this.
|
|
2016
|
+
set ay(a) {
|
|
2017
|
+
if (a == this.ax) {
|
|
1983
2018
|
return;
|
|
1984
2019
|
}
|
|
1985
|
-
let b = this.
|
|
1986
|
-
this.
|
|
1987
|
-
this.
|
|
2020
|
+
let b = this.ax;
|
|
2021
|
+
this.ax = a;
|
|
2022
|
+
this.dz("CheckboxAlignedRight", b, this.ax);
|
|
1988
2023
|
}
|
|
1989
2024
|
}
|
|
1990
2025
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
1991
|
-
CheckboxList.
|
|
1992
|
-
CheckboxList.
|
|
1993
|
-
CheckboxList.
|
|
1994
|
-
CheckboxList.
|
|
1995
|
-
CheckboxList.
|
|
2026
|
+
CheckboxList.fg = BrushUtil.j(255, 24, 29, 31);
|
|
2027
|
+
CheckboxList.cr = "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";
|
|
2028
|
+
CheckboxList.e6 = BrushUtil.j(255, 248, 248, 248);
|
|
2029
|
+
CheckboxList.e7 = null;
|
|
2030
|
+
CheckboxList.e8 = BrushUtil.j(255, 24, 29, 31);
|
|
1996
2031
|
return CheckboxList;
|
|
1997
2032
|
})();
|