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