igniteui-angular-data-grids 20.0.0-beta.1 → 20.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 +3900 -3533
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- 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-format-cell-event-args.js +82 -0
- 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/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- 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-format-cell-event-args.js +112 -0
- 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/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -115,7 +115,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
115
115
|
this.c = new XIcon();
|
|
116
116
|
this.c.provideContainer(j);
|
|
117
117
|
this.c.fill = this.b.searchIconColor;
|
|
118
|
-
this.c.svgPath = CheckboxList.
|
|
118
|
+
this.c.svgPath = CheckboxList.co;
|
|
119
119
|
let k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
120
120
|
g.appendContentChild(i);
|
|
121
121
|
this.b.w.appendContentChild(e);
|
|
@@ -127,23 +127,23 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
127
127
|
this.b.u.provideContainer(m);
|
|
128
128
|
this.b.u.b8 = "text";
|
|
129
129
|
let n = m.getExternal(this.b.u, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
130
|
-
if (this.b.
|
|
131
|
-
this.b.u.cg = this.b.
|
|
130
|
+
if (this.b.b7 != null) {
|
|
131
|
+
this.b.u.cg = this.b.b7;
|
|
132
132
|
}
|
|
133
133
|
this.b.w.appendContentChild(l);
|
|
134
134
|
this.b.w.inputs.add(this.b.u);
|
|
135
|
-
this.b.
|
|
135
|
+
this.b.dt();
|
|
136
136
|
}
|
|
137
137
|
x() {
|
|
138
138
|
if (this.i != null) {
|
|
139
139
|
let a = this.i.rootWrapper.getChildAt(3);
|
|
140
140
|
a.setStyleProperty("width", "100%");
|
|
141
141
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
142
|
-
if (!this.b.
|
|
142
|
+
if (!this.b.a6 && !this.b.showSelectAll) {
|
|
143
143
|
a.setStyleProperty("height", "100%");
|
|
144
144
|
}
|
|
145
145
|
else {
|
|
146
|
-
let b = this.b.
|
|
146
|
+
let b = this.b.bc();
|
|
147
147
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
148
148
|
}
|
|
149
149
|
}
|
|
@@ -184,7 +184,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
184
184
|
let h = d.z;
|
|
185
185
|
try {
|
|
186
186
|
d.z = true;
|
|
187
|
-
d.ar = this.b.
|
|
187
|
+
d.ar = this.b.ba;
|
|
188
188
|
d.a4 = b;
|
|
189
189
|
if (c) {
|
|
190
190
|
if (this.b.indexType == 0) {
|
|
@@ -206,11 +206,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
206
206
|
finally {
|
|
207
207
|
d.z = h;
|
|
208
208
|
}
|
|
209
|
-
d.dk = this.b.
|
|
210
|
-
d.dd = this.b.
|
|
211
|
-
d.dl = this.b.
|
|
212
|
-
d.de = this.b.
|
|
213
|
-
d.dm = this.b.
|
|
209
|
+
d.dk = this.b.e0;
|
|
210
|
+
d.dd = this.b.ey;
|
|
211
|
+
d.dl = this.b.e1;
|
|
212
|
+
d.de = this.b.ez;
|
|
213
|
+
d.dm = this.b.e2;
|
|
214
214
|
}
|
|
215
215
|
}
|
|
216
216
|
s(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -387,21 +387,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
387
387
|
let e = c.checked;
|
|
388
388
|
if (e == true) {
|
|
389
389
|
if (this.b.indexType == 0) {
|
|
390
|
-
this.b.
|
|
390
|
+
this.b.d7(d);
|
|
391
391
|
}
|
|
392
392
|
else {
|
|
393
|
-
this.b.
|
|
393
|
+
this.b.c2(d);
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
else {
|
|
397
397
|
if (this.b.indexType == 0) {
|
|
398
|
-
this.b.
|
|
398
|
+
this.b.c2(d);
|
|
399
399
|
}
|
|
400
400
|
else {
|
|
401
|
-
this.b.
|
|
401
|
+
this.b.d7(d);
|
|
402
402
|
}
|
|
403
403
|
}
|
|
404
|
-
this.b.
|
|
404
|
+
this.b.dp(d, e);
|
|
405
405
|
this.al(false);
|
|
406
406
|
}
|
|
407
407
|
o() {
|
|
@@ -412,7 +412,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
412
412
|
let e = parseInt(d.a4.toString());
|
|
413
413
|
if (e == a) {
|
|
414
414
|
d.checked = b;
|
|
415
|
-
this.b.
|
|
415
|
+
this.b.dp(e, b);
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
this.al();
|
|
@@ -441,7 +441,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
441
441
|
let d = this.i.getExternal(this.a, c.rootWrapper, this.i.getExternal(this.b, null, null));
|
|
442
442
|
this.a.n = this.b.baseTheme;
|
|
443
443
|
this.l = a.createElement("label");
|
|
444
|
-
this.l.setRawText(this.b.
|
|
444
|
+
this.l.setRawText(this.b.cs);
|
|
445
445
|
this.l.setStyleProperty("font-size", "13px");
|
|
446
446
|
this.m.setStyleProperty("display", "flex");
|
|
447
447
|
this.m.setStyleProperty("flex-direction", "row");
|
|
@@ -457,8 +457,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
457
457
|
}
|
|
458
458
|
ak() {
|
|
459
459
|
if (null != this.l) {
|
|
460
|
-
this.l.setRawText(this.b.
|
|
461
|
-
NativeUI.q(this.l, this.b.
|
|
460
|
+
this.l.setRawText(this.b.cs);
|
|
461
|
+
NativeUI.q(this.l, this.b.ew);
|
|
462
462
|
}
|
|
463
463
|
}
|
|
464
464
|
an() {
|
|
@@ -469,10 +469,10 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
469
469
|
}
|
|
470
470
|
aj() {
|
|
471
471
|
if (this.k != null) {
|
|
472
|
-
this.k.setStyleProperty("display", this.b.
|
|
472
|
+
this.k.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
473
473
|
}
|
|
474
474
|
if (this.j != null) {
|
|
475
|
-
this.j.setStyleProperty("display", this.b.
|
|
475
|
+
this.j.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
al(a = true) {
|
|
@@ -484,7 +484,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
484
484
|
let c = this.a.z;
|
|
485
485
|
this.a.z = a;
|
|
486
486
|
try {
|
|
487
|
-
if (this.b.
|
|
487
|
+
if (this.b.a3) {
|
|
488
488
|
this.a.indeterminate = true;
|
|
489
489
|
return;
|
|
490
490
|
}
|
|
@@ -506,12 +506,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
506
506
|
return;
|
|
507
507
|
}
|
|
508
508
|
if (b.isChecked) {
|
|
509
|
-
this.b.
|
|
510
|
-
this.b.
|
|
509
|
+
this.b.ea();
|
|
510
|
+
this.b.dy(b.isChecked);
|
|
511
511
|
}
|
|
512
512
|
else {
|
|
513
|
-
this.b.
|
|
514
|
-
this.b.
|
|
513
|
+
this.b.c8();
|
|
514
|
+
this.b.dy(b.isChecked);
|
|
515
515
|
}
|
|
516
516
|
}
|
|
517
517
|
ai() {
|
|
@@ -521,7 +521,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
521
521
|
}
|
|
522
522
|
let b = a.rootWrapper;
|
|
523
523
|
if (null != b) {
|
|
524
|
-
NativeUI.q(b, this.b.
|
|
524
|
+
NativeUI.q(b, this.b.fe);
|
|
525
525
|
NativeUI.m(b, this.b.backgroundColor);
|
|
526
526
|
}
|
|
527
527
|
}
|
|
@@ -543,11 +543,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
543
543
|
if (this.a == null) {
|
|
544
544
|
return;
|
|
545
545
|
}
|
|
546
|
-
this.a.dk = this.b.
|
|
547
|
-
this.a.dd = this.b.
|
|
548
|
-
this.a.dl = this.b.
|
|
549
|
-
this.a.de = this.b.
|
|
550
|
-
this.a.dm = this.b.
|
|
546
|
+
this.a.dk = this.b.e0;
|
|
547
|
+
this.a.dd = this.b.ey;
|
|
548
|
+
this.a.dl = this.b.e1;
|
|
549
|
+
this.a.de = this.b.ez;
|
|
550
|
+
this.a.dm = this.b.e2;
|
|
551
551
|
}
|
|
552
552
|
af(a) {
|
|
553
553
|
if (this.j != null) {
|
|
@@ -595,51 +595,53 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
595
595
|
this.selectedKeyRemoved = null;
|
|
596
596
|
this.checkedChanged = null;
|
|
597
597
|
this.labelClicked = null;
|
|
598
|
-
this.
|
|
598
|
+
this.at = false;
|
|
599
|
+
this.as = false;
|
|
599
600
|
this.bj = null;
|
|
600
|
-
this.bf = null;
|
|
601
|
-
this.bn = null;
|
|
602
|
-
this.bl = null;
|
|
603
601
|
this.bm = null;
|
|
604
|
-
this.
|
|
602
|
+
this.bi = null;
|
|
603
|
+
this.bq = null;
|
|
604
|
+
this.bo = null;
|
|
605
|
+
this.bp = null;
|
|
606
|
+
this.bn = null;
|
|
605
607
|
this.x = 3;
|
|
606
|
-
this.
|
|
608
|
+
this.be = -1;
|
|
607
609
|
this.ak = null;
|
|
608
610
|
this.k = 1;
|
|
609
611
|
this.ac = 1;
|
|
610
612
|
this.ae = 2;
|
|
611
|
-
this.
|
|
613
|
+
this.es = BrushUtil.j(255, 24, 29, 31);
|
|
614
|
+
this.eq = null;
|
|
615
|
+
this.av = true;
|
|
616
|
+
this.et = null;
|
|
617
|
+
this.er = null;
|
|
618
|
+
this.al = null;
|
|
619
|
+
this.el = null;
|
|
612
620
|
this.ej = null;
|
|
613
|
-
this.at = true;
|
|
614
621
|
this.em = null;
|
|
615
622
|
this.ek = null;
|
|
616
|
-
this.
|
|
617
|
-
this.
|
|
618
|
-
this.ec = null;
|
|
619
|
-
this.ef = null;
|
|
620
|
-
this.ed = null;
|
|
621
|
-
this.eg = null;
|
|
622
|
-
this.a6 = NaN;
|
|
623
|
+
this.en = null;
|
|
624
|
+
this.a9 = NaN;
|
|
623
625
|
this.aa = 0;
|
|
624
|
-
this.
|
|
626
|
+
this.ep = null;
|
|
625
627
|
this.indexTypeChanged = null;
|
|
626
|
-
this.
|
|
627
|
-
this.
|
|
628
|
-
this.
|
|
629
|
-
this.
|
|
630
|
-
this.
|
|
631
|
-
this.
|
|
632
|
-
this.
|
|
633
|
-
this.
|
|
628
|
+
this.au = false;
|
|
629
|
+
this.cr = null;
|
|
630
|
+
this.eu = null;
|
|
631
|
+
this.eh = CheckboxList.e5;
|
|
632
|
+
this.a7 = true;
|
|
633
|
+
this.ei = CheckboxList.e3;
|
|
634
|
+
this.eo = CheckboxList.e4;
|
|
635
|
+
this.ev = CheckboxList.e5;
|
|
634
636
|
this.keysCleared = null;
|
|
635
637
|
this.selectAllCheckboxChanged = null;
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
639
|
-
this.
|
|
638
|
+
this.bg = -1;
|
|
639
|
+
this.a5 = true;
|
|
640
|
+
this.a1 = true;
|
|
641
|
+
this.aw = false;
|
|
640
642
|
let a = this.g;
|
|
641
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
642
|
-
this.g.am(runOn(this, this.
|
|
643
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.d1));
|
|
644
|
+
this.g.am(runOn(this, this.d0));
|
|
643
645
|
this.d = new FilterFactory();
|
|
644
646
|
let b = new CheckboxListView();
|
|
645
647
|
b.b = this;
|
|
@@ -687,7 +689,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
687
689
|
let b = this.a;
|
|
688
690
|
this.a = a;
|
|
689
691
|
if (b != this.a) {
|
|
690
|
-
this.
|
|
692
|
+
this.dw("PrimaryKey", b, this.a);
|
|
691
693
|
}
|
|
692
694
|
}
|
|
693
695
|
clearSelectedKeys() {
|
|
@@ -705,44 +707,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
705
707
|
removeSelectedKeyAt(a) {
|
|
706
708
|
this.keys.removeAt(a);
|
|
707
709
|
}
|
|
708
|
-
|
|
709
|
-
this.
|
|
710
|
+
d0() {
|
|
711
|
+
this.dg();
|
|
710
712
|
if (this.keysCleared != null) {
|
|
711
713
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
712
714
|
}
|
|
713
715
|
}
|
|
714
|
-
|
|
716
|
+
d1(a, b) {
|
|
715
717
|
if (this.e == null || this.e.actualSchema == null || this.aq) {
|
|
716
718
|
return;
|
|
717
719
|
}
|
|
718
720
|
switch (b.action) {
|
|
719
721
|
case 0:
|
|
720
722
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
721
|
-
this.
|
|
723
|
+
this.du(b.newItems.item(c));
|
|
722
724
|
}
|
|
723
725
|
break;
|
|
724
726
|
case 1:
|
|
725
727
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
726
|
-
this.
|
|
728
|
+
this.dv(b.oldItems.item(d));
|
|
727
729
|
}
|
|
728
730
|
break;
|
|
729
731
|
case 2:
|
|
730
732
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
731
|
-
this.
|
|
733
|
+
this.dv(b.oldItems.item(e));
|
|
732
734
|
}
|
|
733
735
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
734
|
-
this.
|
|
736
|
+
this.du(b.newItems.item(f));
|
|
735
737
|
}
|
|
736
738
|
break;
|
|
737
739
|
case 4:
|
|
738
740
|
this.view.z(this.indexType == 0);
|
|
739
741
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
740
|
-
this.
|
|
742
|
+
this.du(this.keys.ae._inner[g]);
|
|
741
743
|
}
|
|
742
744
|
break;
|
|
743
745
|
}
|
|
744
746
|
}
|
|
745
|
-
|
|
747
|
+
du(a) {
|
|
746
748
|
let b = this.e.indexOfKey(a.value);
|
|
747
749
|
if (b >= 0) {
|
|
748
750
|
this.view.y(b, this.indexType == 1);
|
|
@@ -758,7 +760,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
758
760
|
return $ret;
|
|
759
761
|
})()));
|
|
760
762
|
}
|
|
761
|
-
|
|
763
|
+
dv(a) {
|
|
762
764
|
let b = this.e.indexOfKey(a.value);
|
|
763
765
|
if (b >= 0) {
|
|
764
766
|
this.view.y(b, this.indexType == 0);
|
|
@@ -774,7 +776,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
774
776
|
return $ret;
|
|
775
777
|
})()));
|
|
776
778
|
}
|
|
777
|
-
|
|
779
|
+
dp(a, b) {
|
|
778
780
|
if (this.checkedChanged != null && this.ar == false) {
|
|
779
781
|
let c = null;
|
|
780
782
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -795,34 +797,74 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
795
797
|
notifySizeChanged() {
|
|
796
798
|
this.view.o();
|
|
797
799
|
}
|
|
798
|
-
|
|
800
|
+
onAttachedToUI() {
|
|
801
|
+
this.at = false;
|
|
799
802
|
if (this.f != null) {
|
|
800
803
|
let a = this.f;
|
|
801
|
-
a.cellClicked =
|
|
804
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dc));
|
|
802
805
|
let b = this.f;
|
|
803
|
-
b.sizeChanged =
|
|
806
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dd));
|
|
804
807
|
if (this.f.actualDataSource != null) {
|
|
805
808
|
let c = this.f.actualDataSource;
|
|
806
|
-
c.schemaChanged =
|
|
809
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.dx));
|
|
807
810
|
}
|
|
808
811
|
}
|
|
809
812
|
if (this.t != null) {
|
|
810
813
|
let d = this.t;
|
|
811
|
-
d.
|
|
814
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.de));
|
|
812
815
|
}
|
|
813
|
-
this.provideContainer(null, null, null);
|
|
814
816
|
if (this.j != null) {
|
|
815
817
|
let e = this.j;
|
|
816
|
-
e.cellUpdating =
|
|
818
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c6));
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
onDetachedFromUI() {
|
|
822
|
+
this.at = true;
|
|
823
|
+
this.db();
|
|
824
|
+
this.da();
|
|
825
|
+
}
|
|
826
|
+
db() {
|
|
827
|
+
if (this.f != null) {
|
|
828
|
+
let a = this.f;
|
|
829
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dc));
|
|
830
|
+
let b = this.f;
|
|
831
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dd));
|
|
832
|
+
if (this.f.actualDataSource != null) {
|
|
833
|
+
let c = this.f.actualDataSource;
|
|
834
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.dx));
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
if (this.t != null) {
|
|
838
|
+
let d = this.t;
|
|
839
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.de));
|
|
817
840
|
}
|
|
818
841
|
}
|
|
842
|
+
da() {
|
|
843
|
+
if (this.j != null) {
|
|
844
|
+
let a = this.j;
|
|
845
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c6));
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
destroy() {
|
|
849
|
+
this.as = true;
|
|
850
|
+
if (!this.at) {
|
|
851
|
+
this.db();
|
|
852
|
+
}
|
|
853
|
+
this.provideContainer(null, null, null);
|
|
854
|
+
if (!this.at) {
|
|
855
|
+
this.da();
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
get ay() {
|
|
859
|
+
return this.as || this.at;
|
|
860
|
+
}
|
|
819
861
|
provideContainer(a, b, c) {
|
|
820
862
|
this.f = b;
|
|
821
863
|
if (null != this.f) {
|
|
822
864
|
this.f.scrollbarStyle = 1;
|
|
823
865
|
let d = this.f;
|
|
824
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
825
|
-
this.f.scrollbarBackground = this.
|
|
866
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dd));
|
|
867
|
+
this.f.scrollbarBackground = this.e7;
|
|
826
868
|
this.f.headerHeight = 0;
|
|
827
869
|
this.f.rowSeparatorHeight = 0;
|
|
828
870
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -830,40 +872,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
830
872
|
this.f.activationMode = 0;
|
|
831
873
|
this.f.editMode = 0;
|
|
832
874
|
let e = this.f;
|
|
833
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
834
|
-
if (this.bg != null) {
|
|
835
|
-
this.f.itemsSource = this.bg;
|
|
836
|
-
this.c2();
|
|
837
|
-
this.ds();
|
|
838
|
-
}
|
|
875
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dc));
|
|
839
876
|
if (this.bj != null) {
|
|
840
|
-
this.
|
|
841
|
-
this.
|
|
877
|
+
this.f.itemsSource = this.bj;
|
|
878
|
+
this.c5();
|
|
879
|
+
this.dz();
|
|
880
|
+
}
|
|
881
|
+
if (this.bm != null) {
|
|
882
|
+
this.dz();
|
|
883
|
+
this.ed();
|
|
842
884
|
}
|
|
843
885
|
}
|
|
844
886
|
this.view.u(c);
|
|
845
|
-
if (this.
|
|
846
|
-
this.
|
|
887
|
+
if (this.ax) {
|
|
888
|
+
this.ef();
|
|
847
889
|
}
|
|
848
890
|
this.view.p(a);
|
|
849
891
|
}
|
|
850
|
-
|
|
892
|
+
dd(a, b) {
|
|
851
893
|
this.f.scrollbarStyle = this.ab;
|
|
852
894
|
}
|
|
853
895
|
provideSelectAllSection(a) {
|
|
854
896
|
this.view.u(a);
|
|
855
897
|
}
|
|
856
|
-
|
|
857
|
-
if (!this.
|
|
898
|
+
dc(a, b) {
|
|
899
|
+
if (!this.ax && b.cellInfo.l.a5 == 0 || this.ax && b.cellInfo.l.a5 == 1) {
|
|
858
900
|
return;
|
|
859
901
|
}
|
|
860
902
|
let c = b.cellInfo.l.x;
|
|
861
903
|
if (-1 == c) {
|
|
862
904
|
return;
|
|
863
905
|
}
|
|
864
|
-
let d = b.cellInfo.
|
|
906
|
+
let d = b.cellInfo.ho;
|
|
865
907
|
let e = this.i(d);
|
|
866
|
-
if (this.
|
|
908
|
+
if (this.a4) {
|
|
867
909
|
if (this.keys.contains(e)) {
|
|
868
910
|
if (this.ai != null) {
|
|
869
911
|
this.ai.setPropertyValue(d, false);
|
|
@@ -877,9 +919,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
877
919
|
this.keys.add(e);
|
|
878
920
|
}
|
|
879
921
|
}
|
|
880
|
-
this.
|
|
922
|
+
this.dj(c, this.keys.contains(e));
|
|
881
923
|
}
|
|
882
|
-
|
|
924
|
+
dj(a, b) {
|
|
883
925
|
let c = null;
|
|
884
926
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
885
927
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -898,21 +940,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
898
940
|
return $ret;
|
|
899
941
|
})()));
|
|
900
942
|
}
|
|
901
|
-
|
|
943
|
+
c6(a, b) {
|
|
902
944
|
let c = b.cellInfo.l.x;
|
|
903
945
|
if (-1 == c) {
|
|
904
946
|
return;
|
|
905
947
|
}
|
|
906
948
|
let d = false;
|
|
907
|
-
if (b.cellInfo.
|
|
908
|
-
let e = this.i(b.cellInfo.
|
|
949
|
+
if (b.cellInfo.ho != null) {
|
|
950
|
+
let e = this.i(b.cellInfo.ho);
|
|
909
951
|
if (this.keys.contains(e)) {
|
|
910
952
|
d = true;
|
|
911
953
|
}
|
|
912
954
|
}
|
|
913
955
|
this.view.r(b.content.element, c, d);
|
|
914
956
|
}
|
|
915
|
-
|
|
957
|
+
ee(a, b) {
|
|
916
958
|
let c = b.cellInfo.l.x;
|
|
917
959
|
if (-1 == c) {
|
|
918
960
|
return;
|
|
@@ -922,13 +964,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
922
964
|
let f = null;
|
|
923
965
|
let g = null;
|
|
924
966
|
let h = null;
|
|
925
|
-
if (b.cellInfo.
|
|
926
|
-
d = this.ag.getPropertyValue(b.cellInfo.
|
|
967
|
+
if (b.cellInfo.ho != null) {
|
|
968
|
+
d = this.ag.getPropertyValue(b.cellInfo.ho);
|
|
927
969
|
if (this.aj != null) {
|
|
928
|
-
e = this.aj.getPropertyValue(b.cellInfo.
|
|
970
|
+
e = this.aj.getPropertyValue(b.cellInfo.ho);
|
|
929
971
|
}
|
|
930
972
|
if (this.ah != null) {
|
|
931
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ah.getPropertyValue(b.cellInfo.
|
|
973
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ah.getPropertyValue(b.cellInfo.ho));
|
|
932
974
|
if (i == 0) {
|
|
933
975
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
934
976
|
}
|
|
@@ -940,11 +982,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
940
982
|
}
|
|
941
983
|
}
|
|
942
984
|
}
|
|
943
|
-
this.view.s(b.content.element, c, d, e, this.ak, "Verdana", 13, this.
|
|
985
|
+
this.view.s(b.content.element, c, d, e, this.ak, "Verdana", 13, this.bi, f, g, h);
|
|
944
986
|
}
|
|
945
|
-
|
|
946
|
-
if (this.
|
|
947
|
-
let b = this.d.property(this.
|
|
987
|
+
dr(a) {
|
|
988
|
+
if (this.bm != null) {
|
|
989
|
+
let b = this.d.property(this.bm).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
948
990
|
let c = b.contains(a);
|
|
949
991
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
950
992
|
this.c = c;
|
|
@@ -957,73 +999,73 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
957
999
|
}
|
|
958
1000
|
}
|
|
959
1001
|
get itemsSource() {
|
|
960
|
-
return this.
|
|
1002
|
+
return this.bj;
|
|
961
1003
|
}
|
|
962
1004
|
set itemsSource(a) {
|
|
963
|
-
let b = this.
|
|
964
|
-
this.
|
|
965
|
-
if (b != this.
|
|
966
|
-
this.
|
|
1005
|
+
let b = this.bj;
|
|
1006
|
+
this.bj = a;
|
|
1007
|
+
if (b != this.bj) {
|
|
1008
|
+
this.dw("ItemsSource", b, this.bj);
|
|
967
1009
|
}
|
|
968
1010
|
}
|
|
969
1011
|
get dataMemberPath() {
|
|
970
|
-
return this.
|
|
1012
|
+
return this.bm;
|
|
971
1013
|
}
|
|
972
1014
|
set dataMemberPath(a) {
|
|
973
|
-
let b = this.
|
|
974
|
-
this.
|
|
975
|
-
if (b != this.
|
|
976
|
-
this.
|
|
1015
|
+
let b = this.bm;
|
|
1016
|
+
this.bm = a;
|
|
1017
|
+
if (b != this.bm) {
|
|
1018
|
+
this.dw("DataMemberPath", b, this.bm);
|
|
977
1019
|
}
|
|
978
1020
|
}
|
|
979
|
-
get
|
|
980
|
-
return this.
|
|
1021
|
+
get bk() {
|
|
1022
|
+
return this.bi;
|
|
981
1023
|
}
|
|
982
|
-
set
|
|
983
|
-
let b = this.
|
|
984
|
-
this.
|
|
985
|
-
if (b != this.
|
|
986
|
-
this.
|
|
1024
|
+
set bk(a) {
|
|
1025
|
+
let b = this.bi;
|
|
1026
|
+
this.bi = a;
|
|
1027
|
+
if (b != this.bi) {
|
|
1028
|
+
this.dw("DataLegendTarget", b, this.bi);
|
|
987
1029
|
}
|
|
988
1030
|
}
|
|
989
|
-
get
|
|
990
|
-
return this.
|
|
1031
|
+
get cz() {
|
|
1032
|
+
return this.bq;
|
|
991
1033
|
}
|
|
992
|
-
set
|
|
993
|
-
let b = this.
|
|
994
|
-
this.
|
|
995
|
-
if (b != this.
|
|
996
|
-
this.
|
|
1034
|
+
set cz(a) {
|
|
1035
|
+
let b = this.bq;
|
|
1036
|
+
this.bq = a;
|
|
1037
|
+
if (b != this.bq) {
|
|
1038
|
+
this.dw("SubtitleMemberPath", b, this.bq);
|
|
997
1039
|
}
|
|
998
1040
|
}
|
|
999
|
-
get
|
|
1000
|
-
return this.
|
|
1041
|
+
get ce() {
|
|
1042
|
+
return this.bo;
|
|
1001
1043
|
}
|
|
1002
|
-
set
|
|
1003
|
-
let b = this.
|
|
1004
|
-
this.
|
|
1005
|
-
if (b != this.
|
|
1006
|
-
this.
|
|
1044
|
+
set ce(a) {
|
|
1045
|
+
let b = this.bo;
|
|
1046
|
+
this.bo = a;
|
|
1047
|
+
if (b != this.bo) {
|
|
1048
|
+
this.dw("PropertyTypeMemberPath", b, this.bo);
|
|
1007
1049
|
}
|
|
1008
1050
|
}
|
|
1009
1051
|
get selectedMemberPath() {
|
|
1010
|
-
return this.
|
|
1052
|
+
return this.bp;
|
|
1011
1053
|
}
|
|
1012
1054
|
set selectedMemberPath(a) {
|
|
1013
|
-
let b = this.
|
|
1014
|
-
this.
|
|
1015
|
-
if (b != this.
|
|
1016
|
-
this.
|
|
1055
|
+
let b = this.bp;
|
|
1056
|
+
this.bp = a;
|
|
1057
|
+
if (b != this.bp) {
|
|
1058
|
+
this.dw("SelectedMemberPath", b, this.bp);
|
|
1017
1059
|
}
|
|
1018
1060
|
}
|
|
1019
|
-
get
|
|
1020
|
-
return this.
|
|
1061
|
+
get b7() {
|
|
1062
|
+
return this.bn;
|
|
1021
1063
|
}
|
|
1022
|
-
set
|
|
1023
|
-
let b = this.
|
|
1024
|
-
this.
|
|
1025
|
-
if (b != this.
|
|
1026
|
-
this.
|
|
1064
|
+
set b7(a) {
|
|
1065
|
+
let b = this.bn;
|
|
1066
|
+
this.bn = a;
|
|
1067
|
+
if (b != this.bn) {
|
|
1068
|
+
this.dw("FilterPlaceholderText", b, this.bn);
|
|
1027
1069
|
}
|
|
1028
1070
|
}
|
|
1029
1071
|
get y() {
|
|
@@ -1033,25 +1075,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1033
1075
|
let b = this.x;
|
|
1034
1076
|
this.x = a;
|
|
1035
1077
|
if (b != this.x) {
|
|
1036
|
-
this.
|
|
1078
|
+
this.dw("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.x));
|
|
1037
1079
|
}
|
|
1038
1080
|
}
|
|
1039
|
-
get
|
|
1040
|
-
return this.
|
|
1081
|
+
get bh() {
|
|
1082
|
+
return this.be;
|
|
1041
1083
|
}
|
|
1042
|
-
set
|
|
1043
|
-
let b = this.
|
|
1044
|
-
this.
|
|
1045
|
-
if (b != this.
|
|
1046
|
-
this.
|
|
1084
|
+
set bh(a) {
|
|
1085
|
+
let b = this.be;
|
|
1086
|
+
this.be = a;
|
|
1087
|
+
if (b != this.be) {
|
|
1088
|
+
this.dw("RowHeight", b, this.be);
|
|
1047
1089
|
}
|
|
1048
1090
|
}
|
|
1049
|
-
get
|
|
1091
|
+
get bf() {
|
|
1050
1092
|
if (this.f != null) {
|
|
1051
1093
|
return this.f.actualRowHeight;
|
|
1052
1094
|
}
|
|
1053
|
-
else if (this.
|
|
1054
|
-
return this.
|
|
1095
|
+
else if (this.be != -1) {
|
|
1096
|
+
return this.be;
|
|
1055
1097
|
}
|
|
1056
1098
|
else {
|
|
1057
1099
|
switch (this.density) {
|
|
@@ -1071,7 +1113,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1071
1113
|
let b = this.ak;
|
|
1072
1114
|
this.ak = a;
|
|
1073
1115
|
if (b != this.ak) {
|
|
1074
|
-
this.
|
|
1116
|
+
this.dw("CellTextStyle", b, this.ak);
|
|
1075
1117
|
}
|
|
1076
1118
|
}
|
|
1077
1119
|
get indexType() {
|
|
@@ -1081,7 +1123,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1081
1123
|
let b = this.k;
|
|
1082
1124
|
this.k = a;
|
|
1083
1125
|
if (b != this.k) {
|
|
1084
|
-
this.
|
|
1126
|
+
this.dw("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
1085
1127
|
}
|
|
1086
1128
|
}
|
|
1087
1129
|
get baseTheme() {
|
|
@@ -1091,7 +1133,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1091
1133
|
let b = this.ac;
|
|
1092
1134
|
this.ac = a;
|
|
1093
1135
|
if (b != this.ac) {
|
|
1094
|
-
this.
|
|
1136
|
+
this.dw("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ac));
|
|
1095
1137
|
}
|
|
1096
1138
|
}
|
|
1097
1139
|
get density() {
|
|
@@ -1101,57 +1143,57 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1101
1143
|
let b = this.ae;
|
|
1102
1144
|
this.ae = a;
|
|
1103
1145
|
if (b != this.ae) {
|
|
1104
|
-
this.
|
|
1146
|
+
this.dw("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ae));
|
|
1105
1147
|
}
|
|
1106
1148
|
}
|
|
1107
1149
|
get searchIconColor() {
|
|
1108
|
-
return this.
|
|
1150
|
+
return this.es;
|
|
1109
1151
|
}
|
|
1110
1152
|
set searchIconColor(a) {
|
|
1111
|
-
let b = this.
|
|
1112
|
-
this.
|
|
1113
|
-
if (b != this.
|
|
1114
|
-
this.
|
|
1153
|
+
let b = this.es;
|
|
1154
|
+
this.es = a;
|
|
1155
|
+
if (b != this.es) {
|
|
1156
|
+
this.dw("SearchIconColor", b, this.es);
|
|
1115
1157
|
}
|
|
1116
1158
|
}
|
|
1117
|
-
get
|
|
1118
|
-
return this.
|
|
1159
|
+
get e8() {
|
|
1160
|
+
return this.eq;
|
|
1119
1161
|
}
|
|
1120
|
-
set
|
|
1121
|
-
let b = this.
|
|
1122
|
-
this.
|
|
1123
|
-
if (b != this.
|
|
1124
|
-
this.
|
|
1162
|
+
set e8(a) {
|
|
1163
|
+
let b = this.eq;
|
|
1164
|
+
this.eq = a;
|
|
1165
|
+
if (b != this.eq) {
|
|
1166
|
+
this.dw("SearchBackgroundColor", b, this.eq);
|
|
1125
1167
|
}
|
|
1126
1168
|
}
|
|
1127
|
-
get
|
|
1128
|
-
return this.
|
|
1169
|
+
get a4() {
|
|
1170
|
+
return this.av;
|
|
1129
1171
|
}
|
|
1130
|
-
set
|
|
1131
|
-
let b = this.
|
|
1132
|
-
this.
|
|
1133
|
-
if (b != this.
|
|
1134
|
-
this.
|
|
1172
|
+
set a4(a) {
|
|
1173
|
+
let b = this.av;
|
|
1174
|
+
this.av = a;
|
|
1175
|
+
if (b != this.av) {
|
|
1176
|
+
this.dw("LabelClickTriggersChange", b, this.av);
|
|
1135
1177
|
}
|
|
1136
1178
|
}
|
|
1137
1179
|
get searchTextColor() {
|
|
1138
|
-
return this.
|
|
1180
|
+
return this.et;
|
|
1139
1181
|
}
|
|
1140
1182
|
set searchTextColor(a) {
|
|
1141
|
-
let b = this.
|
|
1142
|
-
this.
|
|
1143
|
-
if (b != this.
|
|
1144
|
-
this.
|
|
1183
|
+
let b = this.et;
|
|
1184
|
+
this.et = a;
|
|
1185
|
+
if (b != this.et) {
|
|
1186
|
+
this.dw("SearchTextColor", b, this.et);
|
|
1145
1187
|
}
|
|
1146
1188
|
}
|
|
1147
|
-
get
|
|
1148
|
-
return this.
|
|
1189
|
+
get e9() {
|
|
1190
|
+
return this.er;
|
|
1149
1191
|
}
|
|
1150
|
-
set
|
|
1151
|
-
let b = this.
|
|
1152
|
-
this.
|
|
1153
|
-
if (b != this.
|
|
1154
|
-
this.
|
|
1192
|
+
set e9(a) {
|
|
1193
|
+
let b = this.er;
|
|
1194
|
+
this.er = a;
|
|
1195
|
+
if (b != this.er) {
|
|
1196
|
+
this.dw("SearchBorderColor", b, this.er);
|
|
1155
1197
|
}
|
|
1156
1198
|
}
|
|
1157
1199
|
get an() {
|
|
@@ -1161,67 +1203,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1161
1203
|
let b = this.al;
|
|
1162
1204
|
this.al = a;
|
|
1163
1205
|
if (b != this.al) {
|
|
1164
|
-
this.
|
|
1206
|
+
this.dw("SearchTextStyle", b, this.al);
|
|
1165
1207
|
}
|
|
1166
1208
|
}
|
|
1167
|
-
get
|
|
1168
|
-
return this.
|
|
1209
|
+
get e0() {
|
|
1210
|
+
return this.el;
|
|
1169
1211
|
}
|
|
1170
|
-
set
|
|
1171
|
-
let b = this.
|
|
1172
|
-
this.
|
|
1173
|
-
if (b != this.
|
|
1174
|
-
this.
|
|
1212
|
+
set e0(a) {
|
|
1213
|
+
let b = this.el;
|
|
1214
|
+
this.el = a;
|
|
1215
|
+
if (b != this.el) {
|
|
1216
|
+
this.dw("CheckboxTickColor", b, this.el);
|
|
1175
1217
|
}
|
|
1176
1218
|
}
|
|
1177
|
-
get
|
|
1178
|
-
return this.
|
|
1219
|
+
get ey() {
|
|
1220
|
+
return this.ej;
|
|
1179
1221
|
}
|
|
1180
|
-
set
|
|
1181
|
-
let b = this.
|
|
1182
|
-
this.
|
|
1183
|
-
if (b != this.
|
|
1184
|
-
this.
|
|
1222
|
+
set ey(a) {
|
|
1223
|
+
let b = this.ej;
|
|
1224
|
+
this.ej = a;
|
|
1225
|
+
if (b != this.ej) {
|
|
1226
|
+
this.dw("CheckboxCheckedBackgroundColor", b, this.ej);
|
|
1185
1227
|
}
|
|
1186
1228
|
}
|
|
1187
|
-
get
|
|
1188
|
-
return this.
|
|
1229
|
+
get e1() {
|
|
1230
|
+
return this.em;
|
|
1189
1231
|
}
|
|
1190
|
-
set
|
|
1191
|
-
let b = this.
|
|
1192
|
-
this.
|
|
1193
|
-
if (b != this.
|
|
1194
|
-
this.
|
|
1232
|
+
set e1(a) {
|
|
1233
|
+
let b = this.em;
|
|
1234
|
+
this.em = a;
|
|
1235
|
+
if (b != this.em) {
|
|
1236
|
+
this.dw("CheckboxUncheckedBackgroundColor", b, this.em);
|
|
1195
1237
|
}
|
|
1196
1238
|
}
|
|
1197
|
-
get
|
|
1198
|
-
return this.
|
|
1239
|
+
get ez() {
|
|
1240
|
+
return this.ek;
|
|
1199
1241
|
}
|
|
1200
|
-
set
|
|
1201
|
-
let b = this.
|
|
1202
|
-
this.
|
|
1203
|
-
if (b != this.
|
|
1204
|
-
this.
|
|
1242
|
+
set ez(a) {
|
|
1243
|
+
let b = this.ek;
|
|
1244
|
+
this.ek = a;
|
|
1245
|
+
if (b != this.ek) {
|
|
1246
|
+
this.dw("CheckboxCheckedBorderColor", b, this.ek);
|
|
1205
1247
|
}
|
|
1206
1248
|
}
|
|
1207
|
-
get
|
|
1208
|
-
return this.
|
|
1249
|
+
get e2() {
|
|
1250
|
+
return this.en;
|
|
1209
1251
|
}
|
|
1210
|
-
set
|
|
1211
|
-
let b = this.
|
|
1212
|
-
this.
|
|
1213
|
-
if (b != this.
|
|
1214
|
-
this.
|
|
1252
|
+
set e2(a) {
|
|
1253
|
+
let b = this.en;
|
|
1254
|
+
this.en = a;
|
|
1255
|
+
if (b != this.en) {
|
|
1256
|
+
this.dw("CheckboxUncheckedBorderColor", b, this.en);
|
|
1215
1257
|
}
|
|
1216
1258
|
}
|
|
1217
|
-
get
|
|
1218
|
-
return this.
|
|
1259
|
+
get ba() {
|
|
1260
|
+
return this.a9;
|
|
1219
1261
|
}
|
|
1220
|
-
set
|
|
1221
|
-
let b = this.
|
|
1222
|
-
this.
|
|
1223
|
-
if (b != this.
|
|
1224
|
-
this.
|
|
1262
|
+
set ba(a) {
|
|
1263
|
+
let b = this.a9;
|
|
1264
|
+
this.a9 = a;
|
|
1265
|
+
if (b != this.a9) {
|
|
1266
|
+
this.dw("CheckboxCornerRadius", b, this.a9);
|
|
1225
1267
|
}
|
|
1226
1268
|
}
|
|
1227
1269
|
get ab() {
|
|
@@ -1231,35 +1273,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1231
1273
|
let b = this.aa;
|
|
1232
1274
|
this.aa = a;
|
|
1233
1275
|
if (b != this.aa) {
|
|
1234
|
-
this.
|
|
1276
|
+
this.dw("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.aa));
|
|
1235
1277
|
}
|
|
1236
1278
|
}
|
|
1237
|
-
get
|
|
1238
|
-
return this.
|
|
1279
|
+
get e7() {
|
|
1280
|
+
return this.ep;
|
|
1239
1281
|
}
|
|
1240
|
-
set
|
|
1241
|
-
let b = this.
|
|
1242
|
-
this.
|
|
1243
|
-
if (b != this.
|
|
1244
|
-
this.
|
|
1282
|
+
set e7(a) {
|
|
1283
|
+
let b = this.ep;
|
|
1284
|
+
this.ep = a;
|
|
1285
|
+
if (b != this.ep) {
|
|
1286
|
+
this.dw("ScrollbarBackground", b, this.ep);
|
|
1245
1287
|
}
|
|
1246
1288
|
}
|
|
1247
|
-
|
|
1289
|
+
dw(a, b, c) {
|
|
1248
1290
|
if (this.propertyChanged != null) {
|
|
1249
1291
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1250
1292
|
}
|
|
1251
|
-
this.
|
|
1293
|
+
this.d2(a, b, c);
|
|
1252
1294
|
}
|
|
1253
|
-
|
|
1295
|
+
d2(a, b, c) {
|
|
1254
1296
|
switch (a) {
|
|
1255
1297
|
case "IndexType":
|
|
1256
1298
|
this.keys.clear();
|
|
1257
|
-
this.
|
|
1299
|
+
this.dg();
|
|
1258
1300
|
if (this.keysCleared != null) {
|
|
1259
1301
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1260
1302
|
}
|
|
1261
1303
|
this.view.al();
|
|
1262
|
-
this.
|
|
1304
|
+
this.ds(b, c);
|
|
1263
1305
|
break;
|
|
1264
1306
|
case "ItemsSource":
|
|
1265
1307
|
if (this.f != null) {
|
|
@@ -1270,18 +1312,18 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1270
1312
|
this.f.filterExpressions.clear();
|
|
1271
1313
|
this.f.summaryDescriptions.n();
|
|
1272
1314
|
}
|
|
1273
|
-
if (this.f.actualDataSource != null) {
|
|
1315
|
+
if (this.f.actualDataSource != null && !this.ay) {
|
|
1274
1316
|
let d = this.f.actualDataSource;
|
|
1275
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1317
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.dx));
|
|
1276
1318
|
}
|
|
1277
|
-
this.f.itemsSource = this.
|
|
1278
|
-
this.
|
|
1279
|
-
if (this.f.actualDataSource != null) {
|
|
1319
|
+
this.f.itemsSource = this.bj;
|
|
1320
|
+
this.c5();
|
|
1321
|
+
if (this.f.actualDataSource != null && !this.ay) {
|
|
1280
1322
|
let e = this.f.actualDataSource;
|
|
1281
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1323
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.dx));
|
|
1282
1324
|
}
|
|
1283
1325
|
this.ar = true;
|
|
1284
|
-
this.
|
|
1326
|
+
this.dz();
|
|
1285
1327
|
this.ar = false;
|
|
1286
1328
|
this.view.al();
|
|
1287
1329
|
}
|
|
@@ -1291,9 +1333,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1291
1333
|
case "SubtitleMemberPath":
|
|
1292
1334
|
case "PropertyTypeMemberPath":
|
|
1293
1335
|
if (this.f != null) {
|
|
1294
|
-
if (this.
|
|
1295
|
-
this.
|
|
1296
|
-
this.
|
|
1336
|
+
if (this.bm != null) {
|
|
1337
|
+
this.dz();
|
|
1338
|
+
this.ed();
|
|
1297
1339
|
}
|
|
1298
1340
|
}
|
|
1299
1341
|
break;
|
|
@@ -1303,7 +1345,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1303
1345
|
}
|
|
1304
1346
|
break;
|
|
1305
1347
|
case "SelectAllCaptionTextColor":
|
|
1306
|
-
this.
|
|
1348
|
+
this.ew = null != this.fc ? this.fc : CheckboxList.e5;
|
|
1307
1349
|
break;
|
|
1308
1350
|
case "SelectAllCaption":
|
|
1309
1351
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1319,7 +1361,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1319
1361
|
break;
|
|
1320
1362
|
case "FilterPlaceholderText":
|
|
1321
1363
|
if (this.t != null) {
|
|
1322
|
-
this.t.cg = this.
|
|
1364
|
+
this.t.cg = this.b7;
|
|
1323
1365
|
}
|
|
1324
1366
|
break;
|
|
1325
1367
|
case "SearchInputType":
|
|
@@ -1329,7 +1371,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1329
1371
|
break;
|
|
1330
1372
|
case "RowHeight":
|
|
1331
1373
|
if (this.f != null) {
|
|
1332
|
-
this.f.rowHeight = this.
|
|
1374
|
+
this.f.rowHeight = this.bh;
|
|
1333
1375
|
}
|
|
1334
1376
|
break;
|
|
1335
1377
|
case "CellTextStyle":
|
|
@@ -1343,7 +1385,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1343
1385
|
case "RowHoverBackgroundColor":
|
|
1344
1386
|
let f = this.f;
|
|
1345
1387
|
if (null != f) {
|
|
1346
|
-
f.cellTextColor = this.
|
|
1388
|
+
f.cellTextColor = this.fe;
|
|
1347
1389
|
f.cellBackground = this.backgroundColor;
|
|
1348
1390
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1349
1391
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
@@ -1351,14 +1393,14 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1351
1393
|
this.view.ai();
|
|
1352
1394
|
break;
|
|
1353
1395
|
case "BaseTheme":
|
|
1354
|
-
this.
|
|
1396
|
+
this.ec();
|
|
1355
1397
|
break;
|
|
1356
1398
|
case "Density":
|
|
1357
|
-
this.
|
|
1399
|
+
this.eb();
|
|
1358
1400
|
break;
|
|
1359
1401
|
case "IsRowHoverEnabled":
|
|
1360
1402
|
if (this.f != null) {
|
|
1361
|
-
this.f.isRowHoverEnabled = this.
|
|
1403
|
+
this.f.isRowHoverEnabled = this.a2;
|
|
1362
1404
|
}
|
|
1363
1405
|
break;
|
|
1364
1406
|
case "ScrollbarStyle":
|
|
@@ -1368,17 +1410,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1368
1410
|
break;
|
|
1369
1411
|
case "ScrollbarBackground":
|
|
1370
1412
|
if (this.f != null) {
|
|
1371
|
-
this.f.scrollbarBackground = this.
|
|
1413
|
+
this.f.scrollbarBackground = this.e7;
|
|
1372
1414
|
}
|
|
1373
1415
|
break;
|
|
1374
1416
|
case "SearchIconColor":
|
|
1375
1417
|
this.view.ag();
|
|
1376
1418
|
break;
|
|
1377
1419
|
case "SearchBackgroundColor":
|
|
1378
|
-
this.w.mc = this.
|
|
1420
|
+
this.w.mc = this.e8;
|
|
1379
1421
|
break;
|
|
1380
1422
|
case "SearchBorderColor":
|
|
1381
|
-
this.w.md = this.
|
|
1423
|
+
this.w.md = this.e9;
|
|
1382
1424
|
break;
|
|
1383
1425
|
case "SearchTextColor":
|
|
1384
1426
|
if (this.u != null) {
|
|
@@ -1401,7 +1443,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1401
1443
|
break;
|
|
1402
1444
|
case "CheckboxAlignedRight":
|
|
1403
1445
|
if (this.f != null) {
|
|
1404
|
-
this.
|
|
1446
|
+
this.ef();
|
|
1405
1447
|
}
|
|
1406
1448
|
break;
|
|
1407
1449
|
case "DataLegendTarget":
|
|
@@ -1411,7 +1453,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1411
1453
|
break;
|
|
1412
1454
|
}
|
|
1413
1455
|
}
|
|
1414
|
-
|
|
1456
|
+
ef() {
|
|
1415
1457
|
if (this.f.actualColumns.count == 0) {
|
|
1416
1458
|
return;
|
|
1417
1459
|
}
|
|
@@ -1419,7 +1461,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1419
1461
|
let b = this.f.actualColumns._inner[1];
|
|
1420
1462
|
let c = this.f.actualColumns._inner[2];
|
|
1421
1463
|
this.f.actualColumns.clear();
|
|
1422
|
-
if (this.
|
|
1464
|
+
if (this.ax) {
|
|
1423
1465
|
this.f.columns.add(b);
|
|
1424
1466
|
this.f.columns.add(a);
|
|
1425
1467
|
}
|
|
@@ -1429,7 +1471,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1429
1471
|
}
|
|
1430
1472
|
this.f.columns.add(c);
|
|
1431
1473
|
}
|
|
1432
|
-
|
|
1474
|
+
ds(a, b) {
|
|
1433
1475
|
if (this.indexTypeChanged != null) {
|
|
1434
1476
|
this.indexTypeChanged(this, ((() => {
|
|
1435
1477
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1439,7 +1481,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1439
1481
|
})()));
|
|
1440
1482
|
}
|
|
1441
1483
|
}
|
|
1442
|
-
|
|
1484
|
+
eb() {
|
|
1443
1485
|
if (this.f != null) {
|
|
1444
1486
|
this.f.density = this.density;
|
|
1445
1487
|
}
|
|
@@ -1448,7 +1490,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1448
1490
|
}
|
|
1449
1491
|
this.view.ac();
|
|
1450
1492
|
}
|
|
1451
|
-
|
|
1493
|
+
ec() {
|
|
1452
1494
|
if (this.v != null) {
|
|
1453
1495
|
this.v.p = this.baseTheme;
|
|
1454
1496
|
}
|
|
@@ -1456,49 +1498,49 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1456
1498
|
this.u.d8 = this.searchTextColor;
|
|
1457
1499
|
}
|
|
1458
1500
|
if (this.f != null) {
|
|
1459
|
-
this.f.cellTextColor = this.
|
|
1501
|
+
this.f.cellTextColor = this.fe;
|
|
1460
1502
|
this.f.cellBackground = this.backgroundColor;
|
|
1461
1503
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1462
1504
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1463
1505
|
}
|
|
1464
1506
|
this.view.ae();
|
|
1465
1507
|
}
|
|
1466
|
-
|
|
1508
|
+
dx(a, b) {
|
|
1467
1509
|
this.ar = true;
|
|
1468
|
-
this.
|
|
1510
|
+
this.c5();
|
|
1469
1511
|
if (b.schema != null) {
|
|
1470
|
-
this.
|
|
1512
|
+
this.dz();
|
|
1471
1513
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1472
|
-
this.
|
|
1514
|
+
this.du(this.keys._inner[c]);
|
|
1473
1515
|
}
|
|
1474
1516
|
this.view.al();
|
|
1475
1517
|
}
|
|
1476
1518
|
this.ar = false;
|
|
1477
1519
|
}
|
|
1478
|
-
|
|
1479
|
-
if (this.ai == null && this.
|
|
1480
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1520
|
+
dz() {
|
|
1521
|
+
if (this.ai == null && this.bp != null && this.bp != "") {
|
|
1522
|
+
this.ai = new FastReflectionHelper(false, this.bp);
|
|
1481
1523
|
}
|
|
1482
|
-
if (this.ag == null && this.
|
|
1483
|
-
this.ag = new FastReflectionHelper(false, this.
|
|
1524
|
+
if (this.ag == null && this.bm != null && this.bm != "") {
|
|
1525
|
+
this.ag = new FastReflectionHelper(false, this.bm);
|
|
1484
1526
|
}
|
|
1485
|
-
if (this.aj == null && this.
|
|
1486
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1527
|
+
if (this.aj == null && this.bq != null && this.bq != "") {
|
|
1528
|
+
this.aj = new FastReflectionHelper(false, this.bq);
|
|
1487
1529
|
}
|
|
1488
|
-
if (this.ah == null && this.
|
|
1489
|
-
this.ah = new FastReflectionHelper(false, this.
|
|
1530
|
+
if (this.ah == null && this.bo != null && this.bo != "") {
|
|
1531
|
+
this.ah = new FastReflectionHelper(false, this.bo);
|
|
1490
1532
|
}
|
|
1491
1533
|
if (this.ag != null) {
|
|
1492
|
-
this.ag.propertyName = this.
|
|
1534
|
+
this.ag.propertyName = this.bm;
|
|
1493
1535
|
}
|
|
1494
1536
|
if (this.aj != null) {
|
|
1495
|
-
this.aj.propertyName = this.
|
|
1537
|
+
this.aj.propertyName = this.bq;
|
|
1496
1538
|
}
|
|
1497
1539
|
if (this.ah != null) {
|
|
1498
|
-
this.ah.propertyName = this.
|
|
1540
|
+
this.ah.propertyName = this.bo;
|
|
1499
1541
|
}
|
|
1500
|
-
if (this.
|
|
1501
|
-
this.ai.propertyName = this.
|
|
1542
|
+
if (this.bj != null && this.ai != null && this.f.actualDataSource.actualSchema != null) {
|
|
1543
|
+
this.ai.propertyName = this.bp;
|
|
1502
1544
|
let a = this.f.actualDataSource.actualCount;
|
|
1503
1545
|
for (let b = 0; b < a; b++) {
|
|
1504
1546
|
let c = this.f.actualDataSource.getItemAtIndex(b);
|
|
@@ -1515,42 +1557,42 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1515
1557
|
}
|
|
1516
1558
|
}
|
|
1517
1559
|
}
|
|
1518
|
-
|
|
1560
|
+
ed() {
|
|
1519
1561
|
this.f.actualColumns.clear();
|
|
1520
1562
|
this.f.primaryKey = this.primaryKey;
|
|
1521
1563
|
this.f.isGroupRowSticky = false;
|
|
1522
|
-
this.f.rowHeight = this.
|
|
1564
|
+
this.f.rowHeight = this.bh;
|
|
1523
1565
|
this.f.cellBackground = this.backgroundColor;
|
|
1524
1566
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1525
1567
|
this.f.density = this.density;
|
|
1526
|
-
this.f.isRowHoverEnabled = this.
|
|
1568
|
+
this.f.isRowHoverEnabled = this.a2;
|
|
1527
1569
|
this.f.borderWidth = new Thickness(0, 0);
|
|
1528
1570
|
if (this.am != null) {
|
|
1529
1571
|
this.f.cellTextStyle = this.am;
|
|
1530
1572
|
}
|
|
1531
1573
|
let a = new TemplateColumn();
|
|
1532
|
-
if (this.
|
|
1533
|
-
this.
|
|
1574
|
+
if (this.bp == null) {
|
|
1575
|
+
this.bp = "";
|
|
1534
1576
|
}
|
|
1535
|
-
a.
|
|
1536
|
-
a.
|
|
1577
|
+
a.lp = this.bp;
|
|
1578
|
+
a.mg = "CheckboxColumn";
|
|
1537
1579
|
let b = new ColumnWidth();
|
|
1538
1580
|
b.c = false;
|
|
1539
1581
|
b.f = 28;
|
|
1540
1582
|
a.width = b;
|
|
1541
|
-
a.kk = 0;
|
|
1542
1583
|
a.kl = 0;
|
|
1543
|
-
a.
|
|
1584
|
+
a.km = 0;
|
|
1585
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c6));
|
|
1544
1586
|
this.j = a;
|
|
1545
1587
|
this.f.columns.add(a);
|
|
1546
|
-
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
1547
|
-
if ((this.
|
|
1588
|
+
let c = this.f.actualDataSource.resolveSchemaPropertyType(this.bm);
|
|
1589
|
+
if ((this.bq != null || this.bo != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1548
1590
|
let d = new TemplateColumn();
|
|
1549
|
-
d.
|
|
1550
|
-
d.
|
|
1551
|
-
d.
|
|
1591
|
+
d.lp = this.bm;
|
|
1592
|
+
d.mg = "DataColumn";
|
|
1593
|
+
d.kl = 0;
|
|
1552
1594
|
d.g = 0;
|
|
1553
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1595
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ee));
|
|
1554
1596
|
this.f.columns.add(d);
|
|
1555
1597
|
}
|
|
1556
1598
|
else {
|
|
@@ -1576,9 +1618,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1576
1618
|
e = new TextColumn();
|
|
1577
1619
|
break;
|
|
1578
1620
|
}
|
|
1579
|
-
e.
|
|
1580
|
-
e.
|
|
1581
|
-
e.
|
|
1621
|
+
e.lp = this.bm;
|
|
1622
|
+
e.mg = "DataColumn";
|
|
1623
|
+
e.kl = 0;
|
|
1582
1624
|
e.g = 0;
|
|
1583
1625
|
this.f.columns.add(e);
|
|
1584
1626
|
}
|
|
@@ -1586,9 +1628,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1586
1628
|
let g = new ColumnWidth();
|
|
1587
1629
|
g.c = false;
|
|
1588
1630
|
g.f = 10;
|
|
1589
|
-
f.
|
|
1590
|
-
f.
|
|
1591
|
-
f.
|
|
1631
|
+
f.lp = "PaddingColumn";
|
|
1632
|
+
f.mg = "PaddingColumn";
|
|
1633
|
+
f.kl = 0;
|
|
1592
1634
|
f.width = g;
|
|
1593
1635
|
this.f.columns.add(f);
|
|
1594
1636
|
}
|
|
@@ -1598,14 +1640,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1598
1640
|
provideHrElement(a) {
|
|
1599
1641
|
this.view.t(a);
|
|
1600
1642
|
}
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1643
|
+
dt() {
|
|
1644
|
+
if (!this.ay) {
|
|
1645
|
+
let a = this.u;
|
|
1646
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.de));
|
|
1647
|
+
}
|
|
1648
|
+
this.ec();
|
|
1605
1649
|
}
|
|
1606
|
-
|
|
1650
|
+
de(a, b) {
|
|
1607
1651
|
let c = b.value.toLowerCase();
|
|
1608
|
-
this.
|
|
1652
|
+
this.dr(c);
|
|
1609
1653
|
}
|
|
1610
1654
|
i(a) {
|
|
1611
1655
|
if (this.primaryKey == null) {
|
|
@@ -1619,7 +1663,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1619
1663
|
}
|
|
1620
1664
|
return new PrimaryKeyValue(b, c);
|
|
1621
1665
|
}
|
|
1622
|
-
|
|
1666
|
+
d7(a) {
|
|
1623
1667
|
this.aq = true;
|
|
1624
1668
|
let b = this.e.getItemAtIndex(a);
|
|
1625
1669
|
if (this.ai != null) {
|
|
@@ -1629,7 +1673,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1629
1673
|
this.keys.remove(c);
|
|
1630
1674
|
this.aq = false;
|
|
1631
1675
|
}
|
|
1632
|
-
|
|
1676
|
+
c2(a) {
|
|
1633
1677
|
this.aq = true;
|
|
1634
1678
|
let b = this.e.getItemAtIndex(a);
|
|
1635
1679
|
if (this.ai != null) {
|
|
@@ -1639,61 +1683,61 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1639
1683
|
this.keys.add(c);
|
|
1640
1684
|
this.aq = false;
|
|
1641
1685
|
}
|
|
1642
|
-
|
|
1686
|
+
ea() {
|
|
1643
1687
|
this.indexType = 0;
|
|
1644
1688
|
this.keys.clear();
|
|
1645
|
-
this.
|
|
1689
|
+
this.dg();
|
|
1646
1690
|
if (this.keysCleared != null) {
|
|
1647
1691
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1648
1692
|
}
|
|
1649
1693
|
}
|
|
1650
|
-
|
|
1694
|
+
c8() {
|
|
1651
1695
|
this.indexType = 1;
|
|
1652
1696
|
this.keys.clear();
|
|
1653
|
-
this.
|
|
1697
|
+
this.dg();
|
|
1654
1698
|
if (this.keysCleared != null) {
|
|
1655
1699
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1656
1700
|
}
|
|
1657
1701
|
}
|
|
1658
|
-
|
|
1702
|
+
dl(a, b, c) {
|
|
1659
1703
|
if (this.f != null) {
|
|
1660
1704
|
this.f.notifySetItem(a, b, c);
|
|
1661
1705
|
}
|
|
1662
1706
|
}
|
|
1663
|
-
|
|
1707
|
+
dh() {
|
|
1664
1708
|
if (this.f != null) {
|
|
1665
1709
|
this.f.notifyClearItems();
|
|
1666
1710
|
}
|
|
1667
1711
|
}
|
|
1668
|
-
|
|
1712
|
+
dg() {
|
|
1669
1713
|
if (this.f != null) {
|
|
1670
1714
|
this.f.invalidateVisibleRows();
|
|
1671
1715
|
}
|
|
1672
1716
|
}
|
|
1673
|
-
|
|
1717
|
+
di(a, b) {
|
|
1674
1718
|
if (this.f != null) {
|
|
1675
1719
|
this.f.notifyInsertItem(a, b);
|
|
1676
1720
|
}
|
|
1677
1721
|
;
|
|
1678
1722
|
}
|
|
1679
|
-
|
|
1723
|
+
dk(a, b) {
|
|
1680
1724
|
if (this.f != null) {
|
|
1681
1725
|
this.f.notifyRemoveItem(a, b);
|
|
1682
1726
|
}
|
|
1683
1727
|
;
|
|
1684
1728
|
}
|
|
1685
1729
|
refresh() {
|
|
1686
|
-
if (this.
|
|
1730
|
+
if (this.au) {
|
|
1687
1731
|
return;
|
|
1688
1732
|
}
|
|
1689
1733
|
if (this.f != null) {
|
|
1690
|
-
this.
|
|
1734
|
+
this.au = true;
|
|
1691
1735
|
this.view.v();
|
|
1692
1736
|
this.f.refresh();
|
|
1693
|
-
this.
|
|
1737
|
+
this.au = false;
|
|
1694
1738
|
}
|
|
1695
1739
|
}
|
|
1696
|
-
|
|
1740
|
+
c3(a) {
|
|
1697
1741
|
let b = null;
|
|
1698
1742
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1699
1743
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1713,7 +1757,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1713
1757
|
this.keys.add(b);
|
|
1714
1758
|
}
|
|
1715
1759
|
}
|
|
1716
|
-
|
|
1760
|
+
d8(a) {
|
|
1717
1761
|
let b = null;
|
|
1718
1762
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1719
1763
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1736,13 +1780,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1736
1780
|
getDesiredSize(a) {
|
|
1737
1781
|
let b = 248;
|
|
1738
1782
|
let c = 0;
|
|
1739
|
-
let d = this.
|
|
1783
|
+
let d = this.bc();
|
|
1740
1784
|
let e = 5;
|
|
1741
1785
|
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
1742
1786
|
e = this.f.actualDataSource.actualCount;
|
|
1743
1787
|
}
|
|
1744
|
-
let f = this.
|
|
1745
|
-
let g = this.
|
|
1788
|
+
let f = this.bf * e;
|
|
1789
|
+
let g = this.bf * (this.showSelectAll ? 4 : 5);
|
|
1746
1790
|
let h = f > g ? g : f;
|
|
1747
1791
|
let i = d + h;
|
|
1748
1792
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1759,104 +1803,104 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1759
1803
|
}
|
|
1760
1804
|
return new Size(1, b, c);
|
|
1761
1805
|
}
|
|
1762
|
-
|
|
1806
|
+
bc() {
|
|
1763
1807
|
let a = 0;
|
|
1764
1808
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1765
1809
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1766
1810
|
a += (0.8 + 6);
|
|
1767
1811
|
a += 4;
|
|
1768
1812
|
if (this.showSelectAll) {
|
|
1769
|
-
a += this.
|
|
1813
|
+
a += this.bf;
|
|
1770
1814
|
}
|
|
1771
1815
|
a += 4;
|
|
1772
1816
|
return a;
|
|
1773
1817
|
}
|
|
1774
|
-
get
|
|
1775
|
-
return this.
|
|
1818
|
+
get cs() {
|
|
1819
|
+
return this.cr != null ? this.cr : !stringIsNullOrWhiteSpace(this.ap.b1("Select_All")) ? this.ap.b1("Select_All") : "(Select All)";
|
|
1776
1820
|
}
|
|
1777
|
-
set
|
|
1778
|
-
if (a == this.
|
|
1821
|
+
set cs(a) {
|
|
1822
|
+
if (a == this.cr) {
|
|
1779
1823
|
return;
|
|
1780
1824
|
}
|
|
1781
|
-
let b = this.
|
|
1782
|
-
this.
|
|
1783
|
-
this.
|
|
1825
|
+
let b = this.cr;
|
|
1826
|
+
this.cr = a;
|
|
1827
|
+
this.dw("SelectAllCaption", b, this.cr);
|
|
1784
1828
|
}
|
|
1785
|
-
get
|
|
1786
|
-
return this.
|
|
1829
|
+
get fc() {
|
|
1830
|
+
return this.eu;
|
|
1787
1831
|
}
|
|
1788
|
-
set
|
|
1789
|
-
let b = this.
|
|
1790
|
-
this.
|
|
1791
|
-
if (b != this.
|
|
1792
|
-
this.
|
|
1832
|
+
set fc(a) {
|
|
1833
|
+
let b = this.eu;
|
|
1834
|
+
this.eu = a;
|
|
1835
|
+
if (b != this.eu) {
|
|
1836
|
+
this.dw("SelectAllCaptionTextColor", b, a);
|
|
1793
1837
|
}
|
|
1794
1838
|
}
|
|
1795
|
-
get
|
|
1796
|
-
return this.
|
|
1839
|
+
get ew() {
|
|
1840
|
+
return this.eh;
|
|
1797
1841
|
}
|
|
1798
|
-
set
|
|
1799
|
-
let b = this.
|
|
1800
|
-
this.
|
|
1801
|
-
if (b != this.
|
|
1802
|
-
this.
|
|
1842
|
+
set ew(a) {
|
|
1843
|
+
let b = this.eh;
|
|
1844
|
+
this.eh = a;
|
|
1845
|
+
if (b != this.eh) {
|
|
1846
|
+
this.dw("ActualSelectAllCaptionTextColor", b, a);
|
|
1803
1847
|
}
|
|
1804
1848
|
}
|
|
1805
|
-
get
|
|
1806
|
-
if (-1 == this.
|
|
1849
|
+
get a3() {
|
|
1850
|
+
if (-1 == this.bg) {
|
|
1807
1851
|
return false;
|
|
1808
1852
|
}
|
|
1809
1853
|
let a = this.keys.count;
|
|
1810
1854
|
if (0 == a) {
|
|
1811
1855
|
return false;
|
|
1812
1856
|
}
|
|
1813
|
-
if (a == this.
|
|
1857
|
+
if (a == this.bg) {
|
|
1814
1858
|
return false;
|
|
1815
1859
|
}
|
|
1816
1860
|
return true;
|
|
1817
1861
|
}
|
|
1818
1862
|
get showSelectAll() {
|
|
1819
|
-
return this.
|
|
1863
|
+
return this.a7;
|
|
1820
1864
|
}
|
|
1821
1865
|
set showSelectAll(a) {
|
|
1822
|
-
if (a == this.
|
|
1866
|
+
if (a == this.a7) {
|
|
1823
1867
|
return;
|
|
1824
1868
|
}
|
|
1825
|
-
let b = this.
|
|
1826
|
-
this.
|
|
1827
|
-
this.
|
|
1869
|
+
let b = this.a7;
|
|
1870
|
+
this.a7 = a;
|
|
1871
|
+
this.dw("showSelectAll", b, this.a7);
|
|
1828
1872
|
}
|
|
1829
1873
|
get backgroundColor() {
|
|
1830
|
-
return this.
|
|
1874
|
+
return this.ei;
|
|
1831
1875
|
}
|
|
1832
1876
|
set backgroundColor(a) {
|
|
1833
|
-
let b = this.
|
|
1834
|
-
this.
|
|
1835
|
-
if (b != this.
|
|
1836
|
-
this.
|
|
1877
|
+
let b = this.ei;
|
|
1878
|
+
this.ei = a;
|
|
1879
|
+
if (b != this.ei) {
|
|
1880
|
+
this.dw("BackgroundColor", b, a);
|
|
1837
1881
|
}
|
|
1838
1882
|
}
|
|
1839
1883
|
get rowHoverBackgroundColor() {
|
|
1840
|
-
return this.eh;
|
|
1841
|
-
}
|
|
1842
|
-
set rowHoverBackgroundColor(a) {
|
|
1843
|
-
let b = this.eh;
|
|
1844
|
-
this.eh = a;
|
|
1845
|
-
if (b != this.eh) {
|
|
1846
|
-
this.dp("RowHoverBackgroundColor", b, a);
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
get e7() {
|
|
1850
1884
|
return this.eo;
|
|
1851
1885
|
}
|
|
1852
|
-
set
|
|
1886
|
+
set rowHoverBackgroundColor(a) {
|
|
1853
1887
|
let b = this.eo;
|
|
1854
1888
|
this.eo = a;
|
|
1855
1889
|
if (b != this.eo) {
|
|
1856
|
-
this.
|
|
1890
|
+
this.dw("RowHoverBackgroundColor", b, a);
|
|
1857
1891
|
}
|
|
1858
1892
|
}
|
|
1859
|
-
|
|
1893
|
+
get fe() {
|
|
1894
|
+
return this.ev;
|
|
1895
|
+
}
|
|
1896
|
+
set fe(a) {
|
|
1897
|
+
let b = this.ev;
|
|
1898
|
+
this.ev = a;
|
|
1899
|
+
if (b != this.ev) {
|
|
1900
|
+
this.dw("TextColor", b, a);
|
|
1901
|
+
}
|
|
1902
|
+
}
|
|
1903
|
+
dy(a) {
|
|
1860
1904
|
if (this.selectAllCheckboxChanged != null) {
|
|
1861
1905
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1862
1906
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1865,81 +1909,81 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1865
1909
|
})()));
|
|
1866
1910
|
}
|
|
1867
1911
|
}
|
|
1868
|
-
|
|
1869
|
-
if (-1 == this.
|
|
1912
|
+
a0() {
|
|
1913
|
+
if (-1 == this.bg) {
|
|
1870
1914
|
return true;
|
|
1871
1915
|
}
|
|
1872
1916
|
let a = this.keys.count;
|
|
1873
1917
|
switch (this.indexType) {
|
|
1874
|
-
case 0: return this.
|
|
1918
|
+
case 0: return this.bg == a;
|
|
1875
1919
|
case 1: return 0 == a;
|
|
1876
1920
|
default: return false;
|
|
1877
1921
|
}
|
|
1878
1922
|
}
|
|
1879
|
-
|
|
1880
|
-
if (-1 == this.
|
|
1923
|
+
az() {
|
|
1924
|
+
if (-1 == this.bg) {
|
|
1881
1925
|
return false;
|
|
1882
1926
|
}
|
|
1883
1927
|
let a = this.keys.count;
|
|
1884
1928
|
switch (this.indexType) {
|
|
1885
1929
|
case 0: return 0 == a;
|
|
1886
|
-
case 1: return this.
|
|
1930
|
+
case 1: return this.bg == a;
|
|
1887
1931
|
default: return false;
|
|
1888
1932
|
}
|
|
1889
1933
|
}
|
|
1890
|
-
|
|
1934
|
+
c5() {
|
|
1891
1935
|
let a = this.f.actualDataSource;
|
|
1892
1936
|
if (null != a) {
|
|
1893
1937
|
if (null == a.actualSchema) {
|
|
1894
|
-
this.
|
|
1938
|
+
this.bg = -1;
|
|
1895
1939
|
return;
|
|
1896
1940
|
}
|
|
1897
1941
|
let b = a.actualCount;
|
|
1898
|
-
this.
|
|
1942
|
+
this.bg = b;
|
|
1899
1943
|
}
|
|
1900
1944
|
else {
|
|
1901
|
-
this.
|
|
1945
|
+
this.bg = -1;
|
|
1902
1946
|
}
|
|
1903
1947
|
}
|
|
1904
|
-
get
|
|
1905
|
-
return this.
|
|
1948
|
+
get a6() {
|
|
1949
|
+
return this.a5;
|
|
1906
1950
|
}
|
|
1907
|
-
set
|
|
1908
|
-
if (a == this.
|
|
1951
|
+
set a6(a) {
|
|
1952
|
+
if (a == this.a5) {
|
|
1909
1953
|
return;
|
|
1910
1954
|
}
|
|
1911
|
-
let b = this.
|
|
1912
|
-
this.
|
|
1913
|
-
this.
|
|
1955
|
+
let b = this.a5;
|
|
1956
|
+
this.a5 = a;
|
|
1957
|
+
this.dw("ShowFilter", b, this.a5);
|
|
1914
1958
|
}
|
|
1915
|
-
get
|
|
1916
|
-
return this.
|
|
1959
|
+
get a2() {
|
|
1960
|
+
return this.a1;
|
|
1917
1961
|
}
|
|
1918
|
-
set
|
|
1919
|
-
if (a == this.
|
|
1962
|
+
set a2(a) {
|
|
1963
|
+
if (a == this.a1) {
|
|
1920
1964
|
return;
|
|
1921
1965
|
}
|
|
1922
|
-
let b = this.
|
|
1923
|
-
this.
|
|
1924
|
-
this.
|
|
1966
|
+
let b = this.a1;
|
|
1967
|
+
this.a1 = a;
|
|
1968
|
+
this.dw("IsRowHoverEnabled", b, this.a1);
|
|
1925
1969
|
}
|
|
1926
|
-
get
|
|
1927
|
-
return this.
|
|
1970
|
+
get ax() {
|
|
1971
|
+
return this.aw;
|
|
1928
1972
|
}
|
|
1929
|
-
set
|
|
1930
|
-
if (a == this.
|
|
1973
|
+
set ax(a) {
|
|
1974
|
+
if (a == this.aw) {
|
|
1931
1975
|
return;
|
|
1932
1976
|
}
|
|
1933
|
-
let b = this.
|
|
1934
|
-
this.
|
|
1935
|
-
this.
|
|
1977
|
+
let b = this.aw;
|
|
1978
|
+
this.aw = a;
|
|
1979
|
+
this.dw("CheckboxAlignedRight", b, this.aw);
|
|
1936
1980
|
}
|
|
1937
1981
|
}
|
|
1938
1982
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
1939
|
-
CheckboxList.
|
|
1940
|
-
CheckboxList.
|
|
1941
|
-
CheckboxList.
|
|
1942
|
-
CheckboxList.
|
|
1943
|
-
CheckboxList.
|
|
1983
|
+
CheckboxList.fd = BrushUtil.j(255, 24, 29, 31);
|
|
1984
|
+
CheckboxList.co = "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";
|
|
1985
|
+
CheckboxList.e3 = BrushUtil.j(255, 248, 248, 248);
|
|
1986
|
+
CheckboxList.e4 = null;
|
|
1987
|
+
CheckboxList.e5 = BrushUtil.j(255, 24, 29, 31);
|
|
1944
1988
|
return CheckboxList;
|
|
1945
1989
|
})();
|