igniteui-angular-data-grids 21.1.0-beta.0 → 21.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +3905 -3606
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +356 -322
- package/esm2015/lib/ColumnChooserView_combined.js +7 -7
- package/esm2015/lib/ColumnFilterCondition_combined.js +2987 -2879
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/PropertyEditorView_combined.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +1 -1
- package/esm2015/lib/TextHeaderCell.js +7 -7
- package/esm2015/lib/TextHeaderCellPresenter.js +14 -11
- package/esm2015/lib/igx-checkbox-list-component.js +57 -46
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +101 -85
- package/esm2015/lib/igx-data-grid-component.js +24 -1
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +36 -25
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +26 -20
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +346 -308
- package/esm5/lib/ColumnChooserView_combined.js +7 -7
- package/esm5/lib/ColumnFilterCondition_combined.js +2901 -2773
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +2 -2
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/PropertyEditorView_combined.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +1 -1
- package/esm5/lib/TextHeaderCell.js +7 -7
- package/esm5/lib/TextHeaderCellPresenter.js +14 -11
- package/esm5/lib/igx-checkbox-list-component.js +60 -45
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +109 -85
- package/esm5/lib/igx-data-grid-component.js +32 -1
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +40 -25
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +30 -20
- package/fesm2015/igniteui-angular-data-grids.js +3975 -3732
- package/fesm5/igniteui-angular-data-grids.js +3905 -3606
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +711 -694
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/igx-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +5 -1
- package/lib/igx-data-grid-component.d.ts +13 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +6 -1
- package/lib/igx-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -10,8 +10,8 @@ import { Dictionary$2 } from "igniteui-angular-core";
|
|
|
10
10
|
import { XCheckbox } from "igniteui-angular-inputs";
|
|
11
11
|
import { XLabel } from "igniteui-angular-inputs";
|
|
12
12
|
import { XIcon } from "igniteui-angular-inputs";
|
|
13
|
-
import { XPrefix } from "igniteui-angular-inputs";
|
|
14
13
|
import { XInputGroup } from "igniteui-angular-inputs";
|
|
14
|
+
import { XPrefix } from "igniteui-angular-inputs";
|
|
15
15
|
import { XInput } from "igniteui-angular-inputs";
|
|
16
16
|
import { ControlDisplayDensity_$type } from "igniteui-angular-core";
|
|
17
17
|
import { FontInfo } from "igniteui-angular-core";
|
|
@@ -100,41 +100,39 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
100
100
|
ad(a) {
|
|
101
101
|
let b = a.rootWrapper.getChildAt(0);
|
|
102
102
|
this.l = b;
|
|
103
|
-
|
|
104
|
-
let
|
|
105
|
-
|
|
106
|
-
let
|
|
107
|
-
this.c.
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
let
|
|
111
|
-
|
|
112
|
-
let
|
|
113
|
-
|
|
114
|
-
let
|
|
115
|
-
let i = a.createElement("div");
|
|
116
|
-
let j = a.getSubRenderer(i);
|
|
103
|
+
let c = new XInputGroup();
|
|
104
|
+
let d = a.getSubRenderer(b);
|
|
105
|
+
c.provideContainer(d);
|
|
106
|
+
let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
107
|
+
this.c.ef(c);
|
|
108
|
+
let f = a.createElement("div");
|
|
109
|
+
let g = a.getSubRenderer(f);
|
|
110
|
+
let h = new XPrefix();
|
|
111
|
+
h.provideContainer(g);
|
|
112
|
+
let i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
|
|
113
|
+
let j = a.createElement("div");
|
|
114
|
+
let k = a.getSubRenderer(j);
|
|
117
115
|
this.d = new XIcon();
|
|
118
|
-
this.d.provideContainer(
|
|
116
|
+
this.d.provideContainer(k);
|
|
119
117
|
this.d.fill = this.c.searchIconColor;
|
|
120
|
-
this.d.svgPath = CheckboxList.
|
|
121
|
-
let
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
let
|
|
126
|
-
|
|
127
|
-
let
|
|
118
|
+
this.d.svgPath = CheckboxList.cx;
|
|
119
|
+
let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
120
|
+
h.appendContentChild(j);
|
|
121
|
+
c.appendContentChild(f);
|
|
122
|
+
c.inputs.add(h);
|
|
123
|
+
let m = a.createElement("div");
|
|
124
|
+
m.setRawStyleProperty("flex-grow", "1");
|
|
125
|
+
let n = a.getSubRenderer(m);
|
|
128
126
|
this.c.w = new XInput();
|
|
129
|
-
this.c.w.provideContainer(
|
|
127
|
+
this.c.w.provideContainer(n);
|
|
130
128
|
this.c.w.b8 = "text";
|
|
131
|
-
let
|
|
129
|
+
let o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
|
|
132
130
|
if (this.c.cf != null) {
|
|
133
131
|
this.c.w.cg = this.c.cf;
|
|
134
132
|
}
|
|
135
|
-
this.c.y.appendContentChild(
|
|
133
|
+
this.c.y.appendContentChild(m);
|
|
136
134
|
this.c.y.inputs.add(this.c.w);
|
|
137
|
-
this.c.
|
|
135
|
+
this.c.d3();
|
|
138
136
|
}
|
|
139
137
|
z() {
|
|
140
138
|
if (this.j != null) {
|
|
@@ -185,7 +183,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
185
183
|
let h = d.z;
|
|
186
184
|
try {
|
|
187
185
|
d.z = true;
|
|
188
|
-
d.ar = this.c.
|
|
186
|
+
d.ar = this.c.checkboxCornerRadius;
|
|
189
187
|
d.a4 = b;
|
|
190
188
|
if (c) {
|
|
191
189
|
if (this.c.indexType == 0) {
|
|
@@ -207,11 +205,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
207
205
|
finally {
|
|
208
206
|
d.z = h;
|
|
209
207
|
}
|
|
210
|
-
d.dk = this.c.
|
|
211
|
-
d.dd = this.c.
|
|
212
|
-
d.dl = this.c.
|
|
213
|
-
d.de = this.c.
|
|
214
|
-
d.dm = this.c.
|
|
208
|
+
d.dk = this.c.fc;
|
|
209
|
+
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
210
|
+
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
211
|
+
d.de = this.c.checkboxCheckedBorderColor;
|
|
212
|
+
d.dm = this.c.checkboxUncheckedBorderColor;
|
|
215
213
|
}
|
|
216
214
|
}
|
|
217
215
|
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -391,21 +389,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
391
389
|
let e = c.checked;
|
|
392
390
|
if (e == true) {
|
|
393
391
|
if (this.c.indexType == 0) {
|
|
394
|
-
this.c.
|
|
392
|
+
this.c.ei(d);
|
|
395
393
|
}
|
|
396
394
|
else {
|
|
397
|
-
this.c.
|
|
395
|
+
this.c.db(d);
|
|
398
396
|
}
|
|
399
397
|
}
|
|
400
398
|
else {
|
|
401
399
|
if (this.c.indexType == 0) {
|
|
402
|
-
this.c.
|
|
400
|
+
this.c.db(d);
|
|
403
401
|
}
|
|
404
402
|
else {
|
|
405
|
-
this.c.
|
|
403
|
+
this.c.ei(d);
|
|
406
404
|
}
|
|
407
405
|
}
|
|
408
|
-
this.c.
|
|
406
|
+
this.c.dz(d, e);
|
|
409
407
|
this.an(false);
|
|
410
408
|
}
|
|
411
409
|
q() {
|
|
@@ -416,7 +414,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
416
414
|
let e = parseInt(d.a4.toString());
|
|
417
415
|
if (e == a) {
|
|
418
416
|
d.checked = b;
|
|
419
|
-
this.c.
|
|
417
|
+
this.c.dz(e, b);
|
|
420
418
|
}
|
|
421
419
|
}
|
|
422
420
|
this.an();
|
|
@@ -446,7 +444,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
446
444
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
447
445
|
this.b.n = this.c.baseTheme;
|
|
448
446
|
this.m = a.createElement("label");
|
|
449
|
-
this.m.setRawText(this.c.
|
|
447
|
+
this.m.setRawText(this.c.c1);
|
|
450
448
|
this.m.setStyleProperty("font-size", "13px");
|
|
451
449
|
this.n.setStyleProperty("display", "flex");
|
|
452
450
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -462,8 +460,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
462
460
|
}
|
|
463
461
|
am() {
|
|
464
462
|
if (null != this.m) {
|
|
465
|
-
this.m.setRawText(this.c.
|
|
466
|
-
NativeUI.r(this.m, this.c.
|
|
463
|
+
this.m.setRawText(this.c.c1);
|
|
464
|
+
NativeUI.r(this.m, this.c.e8);
|
|
467
465
|
}
|
|
468
466
|
}
|
|
469
467
|
ap() {
|
|
@@ -511,12 +509,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
511
509
|
return;
|
|
512
510
|
}
|
|
513
511
|
if (b.isChecked) {
|
|
514
|
-
this.c.
|
|
515
|
-
this.c.
|
|
512
|
+
this.c.el();
|
|
513
|
+
this.c.d8(b.isChecked);
|
|
516
514
|
}
|
|
517
515
|
else {
|
|
518
|
-
this.c.
|
|
519
|
-
this.c.
|
|
516
|
+
this.c.dh();
|
|
517
|
+
this.c.d8(b.isChecked);
|
|
520
518
|
}
|
|
521
519
|
}
|
|
522
520
|
ak() {
|
|
@@ -526,7 +524,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
526
524
|
}
|
|
527
525
|
let b = a.rootWrapper;
|
|
528
526
|
if (null != b) {
|
|
529
|
-
NativeUI.r(b, this.c.
|
|
527
|
+
NativeUI.r(b, this.c.textColor);
|
|
530
528
|
NativeUI.n(b, this.c.backgroundColor);
|
|
531
529
|
}
|
|
532
530
|
}
|
|
@@ -548,11 +546,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
548
546
|
if (this.b == null) {
|
|
549
547
|
return;
|
|
550
548
|
}
|
|
551
|
-
this.b.dk = this.c.
|
|
552
|
-
this.b.dd = this.c.
|
|
553
|
-
this.b.dl = this.c.
|
|
554
|
-
this.b.de = this.c.
|
|
555
|
-
this.b.dm = this.c.
|
|
549
|
+
this.b.dk = this.c.fc;
|
|
550
|
+
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
551
|
+
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
552
|
+
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
553
|
+
this.b.dm = this.c.checkboxUncheckedBorderColor;
|
|
556
554
|
}
|
|
557
555
|
ah(a) {
|
|
558
556
|
if (this.k != null) {
|
|
@@ -634,30 +632,31 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
634
632
|
this.m = 1;
|
|
635
633
|
this.ae = 1;
|
|
636
634
|
this.ag = 2;
|
|
637
|
-
this.
|
|
638
|
-
this.
|
|
635
|
+
this.e4 = BrushUtil.l(255, 24, 29, 31);
|
|
636
|
+
this.e1 = null;
|
|
639
637
|
this.ax = true;
|
|
638
|
+
this.e5 = null;
|
|
640
639
|
this.e2 = null;
|
|
641
|
-
this.
|
|
640
|
+
this.e3 = null;
|
|
642
641
|
this.an = null;
|
|
642
|
+
this.ew = null;
|
|
643
643
|
this.eu = null;
|
|
644
|
-
this.
|
|
644
|
+
this.ex = null;
|
|
645
645
|
this.ev = null;
|
|
646
|
-
this.
|
|
647
|
-
this.ew = null;
|
|
646
|
+
this.ey = null;
|
|
648
647
|
this.bb = NaN;
|
|
649
|
-
this.
|
|
648
|
+
this.gridColumnProvider = null;
|
|
650
649
|
this.ac = 0;
|
|
651
|
-
this.
|
|
650
|
+
this.e0 = null;
|
|
652
651
|
this.indexTypeChanged = null;
|
|
653
652
|
this.aw = false;
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
653
|
+
this.c0 = null;
|
|
654
|
+
this.e6 = null;
|
|
655
|
+
this.es = CheckboxList.fi;
|
|
657
656
|
this.a9 = true;
|
|
658
|
-
this.
|
|
659
|
-
this.
|
|
660
|
-
this.
|
|
657
|
+
this.et = CheckboxList.ff;
|
|
658
|
+
this.ez = CheckboxList.fh;
|
|
659
|
+
this.e7 = CheckboxList.fi;
|
|
661
660
|
this.keysCleared = null;
|
|
662
661
|
this.selectAllCheckboxChanged = null;
|
|
663
662
|
this.bm = -1;
|
|
@@ -665,8 +664,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
665
664
|
this.a3 = true;
|
|
666
665
|
this.ay = false;
|
|
667
666
|
let a = this.h;
|
|
668
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
669
|
-
this.h.am(runOn(this, this.
|
|
667
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.eb));
|
|
668
|
+
this.h.am(runOn(this, this.ea));
|
|
670
669
|
this.d = new FilterFactory();
|
|
671
670
|
let b = new CheckboxListView();
|
|
672
671
|
b.c = this;
|
|
@@ -714,7 +713,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
714
713
|
let b = this.a;
|
|
715
714
|
this.a = a;
|
|
716
715
|
if (b != this.a) {
|
|
717
|
-
this.
|
|
716
|
+
this.d6("PrimaryKey", b, this.a);
|
|
718
717
|
}
|
|
719
718
|
}
|
|
720
719
|
clearSelectedKeys() {
|
|
@@ -732,44 +731,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
732
731
|
removeSelectedKeyAt(a) {
|
|
733
732
|
this.keys.removeAt(a);
|
|
734
733
|
}
|
|
735
|
-
|
|
736
|
-
this.
|
|
734
|
+
ea() {
|
|
735
|
+
this.dr();
|
|
737
736
|
if (this.keysCleared != null) {
|
|
738
737
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
739
738
|
}
|
|
740
739
|
}
|
|
741
|
-
|
|
740
|
+
eb(a, b) {
|
|
742
741
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
743
742
|
return;
|
|
744
743
|
}
|
|
745
744
|
switch (b.action) {
|
|
746
745
|
case 0:
|
|
747
746
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
748
|
-
this.
|
|
747
|
+
this.d4(b.newItems.item(c));
|
|
749
748
|
}
|
|
750
749
|
break;
|
|
751
750
|
case 1:
|
|
752
751
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
753
|
-
this.
|
|
752
|
+
this.d5(b.oldItems.item(d));
|
|
754
753
|
}
|
|
755
754
|
break;
|
|
756
755
|
case 2:
|
|
757
756
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
758
|
-
this.
|
|
757
|
+
this.d5(b.oldItems.item(e));
|
|
759
758
|
}
|
|
760
759
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
761
|
-
this.
|
|
760
|
+
this.d4(b.newItems.item(f));
|
|
762
761
|
}
|
|
763
762
|
break;
|
|
764
763
|
case 4:
|
|
765
764
|
this.view.ab(this.indexType == 0);
|
|
766
765
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
767
|
-
this.
|
|
766
|
+
this.d4(this.keys.ae._inner[g]);
|
|
768
767
|
}
|
|
769
768
|
break;
|
|
770
769
|
}
|
|
771
770
|
}
|
|
772
|
-
|
|
771
|
+
d4(a) {
|
|
773
772
|
let b = this.e.indexOfKey(a.value);
|
|
774
773
|
if (b >= 0) {
|
|
775
774
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -785,7 +784,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
785
784
|
return $ret;
|
|
786
785
|
})()));
|
|
787
786
|
}
|
|
788
|
-
|
|
787
|
+
d5(a) {
|
|
789
788
|
let b = this.e.indexOfKey(a.value);
|
|
790
789
|
if (b >= 0) {
|
|
791
790
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -801,7 +800,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
801
800
|
return $ret;
|
|
802
801
|
})()));
|
|
803
802
|
}
|
|
804
|
-
|
|
803
|
+
dz(a, b) {
|
|
805
804
|
if (this.checkedChanged != null && this.at == false) {
|
|
806
805
|
let c = null;
|
|
807
806
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -826,58 +825,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
826
825
|
this.av = false;
|
|
827
826
|
if (this.g != null) {
|
|
828
827
|
let a = this.g;
|
|
829
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
828
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
|
|
830
829
|
let b = this.g;
|
|
831
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
830
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
|
|
832
831
|
if (this.g.actualDataSource != null) {
|
|
833
832
|
let c = this.g.actualDataSource;
|
|
834
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
833
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
|
|
835
834
|
}
|
|
836
835
|
}
|
|
837
836
|
if (this.v != null) {
|
|
838
837
|
let d = this.v;
|
|
839
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
838
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dp));
|
|
840
839
|
}
|
|
841
840
|
if (this.k != null) {
|
|
842
841
|
let e = this.k;
|
|
843
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
842
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
|
|
844
843
|
}
|
|
845
844
|
}
|
|
846
845
|
onDetachedFromUI() {
|
|
847
846
|
this.av = true;
|
|
847
|
+
this.dk();
|
|
848
848
|
this.dj();
|
|
849
|
-
this.di();
|
|
850
849
|
}
|
|
851
|
-
|
|
850
|
+
dk() {
|
|
852
851
|
if (this.g != null) {
|
|
853
852
|
let a = this.g;
|
|
854
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
853
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
|
|
855
854
|
let b = this.g;
|
|
856
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
855
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
|
|
857
856
|
if (this.g.actualDataSource != null) {
|
|
858
857
|
let c = this.g.actualDataSource;
|
|
859
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
858
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
|
|
860
859
|
}
|
|
861
860
|
}
|
|
862
861
|
if (this.v != null) {
|
|
863
862
|
let d = this.v;
|
|
864
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
863
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dp));
|
|
865
864
|
}
|
|
866
865
|
}
|
|
867
|
-
|
|
866
|
+
dj() {
|
|
868
867
|
if (this.k != null) {
|
|
869
868
|
let a = this.k;
|
|
870
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
869
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
|
|
871
870
|
}
|
|
872
871
|
}
|
|
873
872
|
destroy() {
|
|
874
873
|
this.au = true;
|
|
875
874
|
if (!this.av) {
|
|
876
|
-
this.
|
|
875
|
+
this.dk();
|
|
877
876
|
}
|
|
878
877
|
this.provideContainer(null, null, null);
|
|
879
878
|
if (!this.av) {
|
|
880
|
-
this.
|
|
879
|
+
this.dj();
|
|
881
880
|
}
|
|
882
881
|
}
|
|
883
882
|
get a0() {
|
|
@@ -888,8 +887,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
888
887
|
if (null != this.g) {
|
|
889
888
|
this.g.scrollbarStyle = 1;
|
|
890
889
|
let d = this.g;
|
|
891
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
892
|
-
this.g.scrollbarBackground = this.
|
|
890
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
|
|
891
|
+
this.g.scrollbarBackground = this.fl;
|
|
893
892
|
this.g.headerHeight = 0;
|
|
894
893
|
this.g.rowSeparatorHeight = 0;
|
|
895
894
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -898,31 +897,31 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
898
897
|
this.g.selectionMode = 0;
|
|
899
898
|
this.g.editMode = 0;
|
|
900
899
|
let e = this.g;
|
|
901
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
900
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
|
|
902
901
|
if (this.bp != null) {
|
|
903
902
|
this.g.itemsSource = this.bp;
|
|
904
|
-
this.
|
|
905
|
-
this.
|
|
903
|
+
this.de();
|
|
904
|
+
this.d9();
|
|
906
905
|
}
|
|
907
906
|
if (this.bt != null) {
|
|
908
|
-
this.
|
|
909
|
-
this.
|
|
907
|
+
this.d9();
|
|
908
|
+
this.eo();
|
|
910
909
|
}
|
|
911
910
|
}
|
|
912
911
|
this.view.w(c);
|
|
913
|
-
if (this.
|
|
914
|
-
this.
|
|
912
|
+
if (this.checkboxAlignedRight) {
|
|
913
|
+
this.eq();
|
|
915
914
|
}
|
|
916
915
|
this.view.r(a);
|
|
917
916
|
}
|
|
918
|
-
|
|
917
|
+
dm(a, b) {
|
|
919
918
|
this.g.scrollbarStyle = this.ad;
|
|
920
919
|
}
|
|
921
920
|
provideSelectAllSection(a) {
|
|
922
921
|
this.view.w(a);
|
|
923
922
|
}
|
|
924
|
-
|
|
925
|
-
if (!this.
|
|
923
|
+
dl(a, b) {
|
|
924
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
|
|
926
925
|
return;
|
|
927
926
|
}
|
|
928
927
|
let c = b.cellInfo.l.x;
|
|
@@ -931,7 +930,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
931
930
|
}
|
|
932
931
|
let d = b.cellInfo.ij;
|
|
933
932
|
let e = this.j(d);
|
|
934
|
-
if (this.
|
|
933
|
+
if (this.labelClickTriggersChange) {
|
|
935
934
|
if (this.keys.contains(e)) {
|
|
936
935
|
if (this.ak != null) {
|
|
937
936
|
this.ak.setPropertyValue(d, false);
|
|
@@ -945,9 +944,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
945
944
|
this.keys.add(e);
|
|
946
945
|
}
|
|
947
946
|
}
|
|
948
|
-
this.
|
|
947
|
+
this.du(c, this.keys.contains(e));
|
|
949
948
|
}
|
|
950
|
-
|
|
949
|
+
du(a, b) {
|
|
951
950
|
let c = null;
|
|
952
951
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
953
952
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -966,7 +965,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
966
965
|
return $ret;
|
|
967
966
|
})()));
|
|
968
967
|
}
|
|
969
|
-
|
|
968
|
+
df(a, b) {
|
|
970
969
|
let c = b.cellInfo.l.x;
|
|
971
970
|
if (-1 == c) {
|
|
972
971
|
return;
|
|
@@ -980,7 +979,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
980
979
|
}
|
|
981
980
|
this.view.t(b.content.element, c, d);
|
|
982
981
|
}
|
|
983
|
-
|
|
982
|
+
ep(a, b) {
|
|
984
983
|
let c = b.cellInfo.l.x;
|
|
985
984
|
if (-1 == c) {
|
|
986
985
|
return;
|
|
@@ -1010,7 +1009,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1010
1009
|
}
|
|
1011
1010
|
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1012
1011
|
}
|
|
1013
|
-
|
|
1012
|
+
d1(a) {
|
|
1014
1013
|
if (this.bt != null) {
|
|
1015
1014
|
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1016
1015
|
let c = b.contains(a);
|
|
@@ -1031,7 +1030,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1031
1030
|
let b = this.bp;
|
|
1032
1031
|
this.bp = a;
|
|
1033
1032
|
if (b != this.bp) {
|
|
1034
|
-
this.
|
|
1033
|
+
this.d6("ItemsSource", b, this.bp);
|
|
1035
1034
|
}
|
|
1036
1035
|
}
|
|
1037
1036
|
get dataMemberPath() {
|
|
@@ -1041,37 +1040,37 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1041
1040
|
let b = this.bt;
|
|
1042
1041
|
this.bt = a;
|
|
1043
1042
|
if (b != this.bt) {
|
|
1044
|
-
this.
|
|
1043
|
+
this.d6("DataMemberPath", b, this.bt);
|
|
1045
1044
|
}
|
|
1046
1045
|
}
|
|
1047
|
-
get
|
|
1046
|
+
get dataLegendTarget() {
|
|
1048
1047
|
return this.bo;
|
|
1049
1048
|
}
|
|
1050
|
-
set
|
|
1049
|
+
set dataLegendTarget(a) {
|
|
1051
1050
|
let b = this.bo;
|
|
1052
1051
|
this.bo = a;
|
|
1053
1052
|
if (b != this.bo) {
|
|
1054
|
-
this.
|
|
1053
|
+
this.d6("DataLegendTarget", b, this.bo);
|
|
1055
1054
|
}
|
|
1056
1055
|
}
|
|
1057
|
-
get
|
|
1056
|
+
get subtitleMemberPath() {
|
|
1058
1057
|
return this.bx;
|
|
1059
1058
|
}
|
|
1060
|
-
set
|
|
1059
|
+
set subtitleMemberPath(a) {
|
|
1061
1060
|
let b = this.bx;
|
|
1062
1061
|
this.bx = a;
|
|
1063
1062
|
if (b != this.bx) {
|
|
1064
|
-
this.
|
|
1063
|
+
this.d6("SubtitleMemberPath", b, this.bx);
|
|
1065
1064
|
}
|
|
1066
1065
|
}
|
|
1067
|
-
get
|
|
1066
|
+
get propertyTypeMemberPath() {
|
|
1068
1067
|
return this.bv;
|
|
1069
1068
|
}
|
|
1070
|
-
set
|
|
1069
|
+
set propertyTypeMemberPath(a) {
|
|
1071
1070
|
let b = this.bv;
|
|
1072
1071
|
this.bv = a;
|
|
1073
1072
|
if (b != this.bv) {
|
|
1074
|
-
this.
|
|
1073
|
+
this.d6("PropertyTypeMemberPath", b, this.bv);
|
|
1075
1074
|
}
|
|
1076
1075
|
}
|
|
1077
1076
|
get selectedMemberPath() {
|
|
@@ -1081,7 +1080,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1081
1080
|
let b = this.bw;
|
|
1082
1081
|
this.bw = a;
|
|
1083
1082
|
if (b != this.bw) {
|
|
1084
|
-
this.
|
|
1083
|
+
this.d6("SelectedMemberPath", b, this.bw);
|
|
1085
1084
|
}
|
|
1086
1085
|
}
|
|
1087
1086
|
get cf() {
|
|
@@ -1091,7 +1090,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1091
1090
|
let b = this.bu;
|
|
1092
1091
|
this.bu = a;
|
|
1093
1092
|
if (b != this.bu) {
|
|
1094
|
-
this.
|
|
1093
|
+
this.d6("FilterPlaceholderText", b, this.bu);
|
|
1095
1094
|
}
|
|
1096
1095
|
}
|
|
1097
1096
|
get aa() {
|
|
@@ -1101,7 +1100,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1101
1100
|
let b = this.z;
|
|
1102
1101
|
this.z = a;
|
|
1103
1102
|
if (b != this.z) {
|
|
1104
|
-
this.
|
|
1103
|
+
this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1105
1104
|
}
|
|
1106
1105
|
}
|
|
1107
1106
|
get bn() {
|
|
@@ -1111,7 +1110,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1111
1110
|
let b = this.bk;
|
|
1112
1111
|
this.bk = a;
|
|
1113
1112
|
if (b != this.bk) {
|
|
1114
|
-
this.
|
|
1113
|
+
this.d6("RowHeight", b, this.bk);
|
|
1115
1114
|
}
|
|
1116
1115
|
}
|
|
1117
1116
|
get bl() {
|
|
@@ -1139,7 +1138,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1139
1138
|
let b = this.am;
|
|
1140
1139
|
this.am = a;
|
|
1141
1140
|
if (b != this.am) {
|
|
1142
|
-
this.
|
|
1141
|
+
this.d6("CellTextStyle", b, this.am);
|
|
1143
1142
|
}
|
|
1144
1143
|
}
|
|
1145
1144
|
get indexType() {
|
|
@@ -1149,7 +1148,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1149
1148
|
let b = this.m;
|
|
1150
1149
|
this.m = a;
|
|
1151
1150
|
if (b != this.m) {
|
|
1152
|
-
this.
|
|
1151
|
+
this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1153
1152
|
}
|
|
1154
1153
|
}
|
|
1155
1154
|
get baseTheme() {
|
|
@@ -1159,7 +1158,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1159
1158
|
let b = this.ae;
|
|
1160
1159
|
this.ae = a;
|
|
1161
1160
|
if (b != this.ae) {
|
|
1162
|
-
this.
|
|
1161
|
+
this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1163
1162
|
}
|
|
1164
1163
|
}
|
|
1165
1164
|
get density() {
|
|
@@ -1169,57 +1168,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1169
1168
|
let b = this.ag;
|
|
1170
1169
|
this.ag = a;
|
|
1171
1170
|
if (b != this.ag) {
|
|
1172
|
-
this.
|
|
1171
|
+
this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1173
1172
|
}
|
|
1174
1173
|
}
|
|
1175
1174
|
get searchIconColor() {
|
|
1176
|
-
return this.
|
|
1175
|
+
return this.e4;
|
|
1177
1176
|
}
|
|
1178
1177
|
set searchIconColor(a) {
|
|
1179
|
-
let b = this.
|
|
1180
|
-
this.
|
|
1181
|
-
if (b != this.
|
|
1182
|
-
this.
|
|
1178
|
+
let b = this.e4;
|
|
1179
|
+
this.e4 = a;
|
|
1180
|
+
if (b != this.e4) {
|
|
1181
|
+
this.d6("SearchIconColor", b, this.e4);
|
|
1183
1182
|
}
|
|
1184
1183
|
}
|
|
1185
|
-
get
|
|
1186
|
-
return this.
|
|
1184
|
+
get fm() {
|
|
1185
|
+
return this.e1;
|
|
1187
1186
|
}
|
|
1188
|
-
set
|
|
1189
|
-
let b = this.
|
|
1190
|
-
this.
|
|
1191
|
-
if (b != this.
|
|
1192
|
-
this.
|
|
1187
|
+
set fm(a) {
|
|
1188
|
+
let b = this.e1;
|
|
1189
|
+
this.e1 = a;
|
|
1190
|
+
if (b != this.e1) {
|
|
1191
|
+
this.d6("SearchBackgroundColor", b, this.e1);
|
|
1193
1192
|
}
|
|
1194
1193
|
}
|
|
1195
|
-
get
|
|
1194
|
+
get labelClickTriggersChange() {
|
|
1196
1195
|
return this.ax;
|
|
1197
1196
|
}
|
|
1198
|
-
set
|
|
1197
|
+
set labelClickTriggersChange(a) {
|
|
1199
1198
|
let b = this.ax;
|
|
1200
1199
|
this.ax = a;
|
|
1201
1200
|
if (b != this.ax) {
|
|
1202
|
-
this.
|
|
1201
|
+
this.d6("LabelClickTriggersChange", b, this.ax);
|
|
1203
1202
|
}
|
|
1204
1203
|
}
|
|
1205
1204
|
get searchTextColor() {
|
|
1206
|
-
return this.
|
|
1205
|
+
return this.e5;
|
|
1207
1206
|
}
|
|
1208
1207
|
set searchTextColor(a) {
|
|
1208
|
+
let b = this.e5;
|
|
1209
|
+
this.e5 = a;
|
|
1210
|
+
if (b != this.e5) {
|
|
1211
|
+
this.d6("SearchTextColor", b, this.e5);
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
get searchBorderColor() {
|
|
1215
|
+
return this.e2;
|
|
1216
|
+
}
|
|
1217
|
+
set searchBorderColor(a) {
|
|
1209
1218
|
let b = this.e2;
|
|
1210
1219
|
this.e2 = a;
|
|
1211
1220
|
if (b != this.e2) {
|
|
1212
|
-
this.
|
|
1221
|
+
this.d6("SearchBorderColor", b, this.e2);
|
|
1213
1222
|
}
|
|
1214
1223
|
}
|
|
1215
|
-
get
|
|
1216
|
-
return this.
|
|
1224
|
+
get searchFocusBorderColor() {
|
|
1225
|
+
return this.e3;
|
|
1217
1226
|
}
|
|
1218
|
-
set
|
|
1219
|
-
let b = this.
|
|
1220
|
-
this.
|
|
1221
|
-
if (b != this.
|
|
1222
|
-
this.
|
|
1227
|
+
set searchFocusBorderColor(a) {
|
|
1228
|
+
let b = this.e3;
|
|
1229
|
+
this.e3 = a;
|
|
1230
|
+
if (b != this.e3) {
|
|
1231
|
+
this.d6("SearchFocusBorderColor", b, this.e3);
|
|
1223
1232
|
}
|
|
1224
1233
|
}
|
|
1225
1234
|
get ap() {
|
|
@@ -1229,67 +1238,67 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1229
1238
|
let b = this.an;
|
|
1230
1239
|
this.an = a;
|
|
1231
1240
|
if (b != this.an) {
|
|
1232
|
-
this.
|
|
1241
|
+
this.d6("SearchTextStyle", b, this.an);
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
get fc() {
|
|
1245
|
+
return this.ew;
|
|
1246
|
+
}
|
|
1247
|
+
set fc(a) {
|
|
1248
|
+
let b = this.ew;
|
|
1249
|
+
this.ew = a;
|
|
1250
|
+
if (b != this.ew) {
|
|
1251
|
+
this.d6("CheckboxTickColor", b, this.ew);
|
|
1233
1252
|
}
|
|
1234
1253
|
}
|
|
1235
|
-
get
|
|
1254
|
+
get checkboxCheckedBackgroundColor() {
|
|
1236
1255
|
return this.eu;
|
|
1237
1256
|
}
|
|
1238
|
-
set
|
|
1257
|
+
set checkboxCheckedBackgroundColor(a) {
|
|
1239
1258
|
let b = this.eu;
|
|
1240
1259
|
this.eu = a;
|
|
1241
1260
|
if (b != this.eu) {
|
|
1242
|
-
this.
|
|
1261
|
+
this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
|
|
1243
1262
|
}
|
|
1244
1263
|
}
|
|
1245
|
-
get
|
|
1246
|
-
return this.
|
|
1264
|
+
get checkboxUncheckedBackgroundColor() {
|
|
1265
|
+
return this.ex;
|
|
1247
1266
|
}
|
|
1248
|
-
set
|
|
1249
|
-
let b = this.
|
|
1250
|
-
this.
|
|
1251
|
-
if (b != this.
|
|
1252
|
-
this.
|
|
1267
|
+
set checkboxUncheckedBackgroundColor(a) {
|
|
1268
|
+
let b = this.ex;
|
|
1269
|
+
this.ex = a;
|
|
1270
|
+
if (b != this.ex) {
|
|
1271
|
+
this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
|
|
1253
1272
|
}
|
|
1254
1273
|
}
|
|
1255
|
-
get
|
|
1274
|
+
get checkboxCheckedBorderColor() {
|
|
1256
1275
|
return this.ev;
|
|
1257
1276
|
}
|
|
1258
|
-
set
|
|
1277
|
+
set checkboxCheckedBorderColor(a) {
|
|
1259
1278
|
let b = this.ev;
|
|
1260
1279
|
this.ev = a;
|
|
1261
1280
|
if (b != this.ev) {
|
|
1262
|
-
this.
|
|
1263
|
-
}
|
|
1264
|
-
}
|
|
1265
|
-
get e8() {
|
|
1266
|
-
return this.et;
|
|
1267
|
-
}
|
|
1268
|
-
set e8(a) {
|
|
1269
|
-
let b = this.et;
|
|
1270
|
-
this.et = a;
|
|
1271
|
-
if (b != this.et) {
|
|
1272
|
-
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1281
|
+
this.d6("CheckboxCheckedBorderColor", b, this.ev);
|
|
1273
1282
|
}
|
|
1274
1283
|
}
|
|
1275
|
-
get
|
|
1276
|
-
return this.
|
|
1284
|
+
get checkboxUncheckedBorderColor() {
|
|
1285
|
+
return this.ey;
|
|
1277
1286
|
}
|
|
1278
|
-
set
|
|
1279
|
-
let b = this.
|
|
1280
|
-
this.
|
|
1281
|
-
if (b != this.
|
|
1282
|
-
this.
|
|
1287
|
+
set checkboxUncheckedBorderColor(a) {
|
|
1288
|
+
let b = this.ey;
|
|
1289
|
+
this.ey = a;
|
|
1290
|
+
if (b != this.ey) {
|
|
1291
|
+
this.d6("CheckboxUncheckedBorderColor", b, this.ey);
|
|
1283
1292
|
}
|
|
1284
1293
|
}
|
|
1285
|
-
get
|
|
1294
|
+
get checkboxCornerRadius() {
|
|
1286
1295
|
return this.bb;
|
|
1287
1296
|
}
|
|
1288
|
-
set
|
|
1297
|
+
set checkboxCornerRadius(a) {
|
|
1289
1298
|
let b = this.bb;
|
|
1290
1299
|
this.bb = a;
|
|
1291
1300
|
if (b != this.bb) {
|
|
1292
|
-
this.
|
|
1301
|
+
this.d6("CheckboxCornerRadius", b, this.bb);
|
|
1293
1302
|
}
|
|
1294
1303
|
}
|
|
1295
1304
|
get ad() {
|
|
@@ -1299,35 +1308,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1299
1308
|
let b = this.ac;
|
|
1300
1309
|
this.ac = a;
|
|
1301
1310
|
if (b != this.ac) {
|
|
1302
|
-
this.
|
|
1311
|
+
this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1303
1312
|
}
|
|
1304
1313
|
}
|
|
1305
|
-
get
|
|
1306
|
-
return this.
|
|
1314
|
+
get fl() {
|
|
1315
|
+
return this.e0;
|
|
1307
1316
|
}
|
|
1308
|
-
set
|
|
1309
|
-
let b = this.
|
|
1310
|
-
this.
|
|
1311
|
-
if (b != this.
|
|
1312
|
-
this.
|
|
1317
|
+
set fl(a) {
|
|
1318
|
+
let b = this.e0;
|
|
1319
|
+
this.e0 = a;
|
|
1320
|
+
if (b != this.e0) {
|
|
1321
|
+
this.d6("ScrollbarBackground", b, this.e0);
|
|
1313
1322
|
}
|
|
1314
1323
|
}
|
|
1315
|
-
|
|
1324
|
+
d6(a, b, c) {
|
|
1316
1325
|
if (this.propertyChanged != null) {
|
|
1317
1326
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1318
1327
|
}
|
|
1319
|
-
this.
|
|
1328
|
+
this.ec(a, b, c);
|
|
1320
1329
|
}
|
|
1321
|
-
|
|
1330
|
+
ec(a, b, c) {
|
|
1322
1331
|
switch (a) {
|
|
1323
1332
|
case "IndexType":
|
|
1324
1333
|
this.keys.clear();
|
|
1325
|
-
this.
|
|
1334
|
+
this.dr();
|
|
1326
1335
|
if (this.keysCleared != null) {
|
|
1327
1336
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1328
1337
|
}
|
|
1329
1338
|
this.view.an();
|
|
1330
|
-
this.
|
|
1339
|
+
this.d2(b, c);
|
|
1331
1340
|
break;
|
|
1332
1341
|
case "ItemsSource":
|
|
1333
1342
|
if (this.g != null) {
|
|
@@ -1340,16 +1349,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1340
1349
|
}
|
|
1341
1350
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1342
1351
|
let d = this.g.actualDataSource;
|
|
1343
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1352
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
|
|
1344
1353
|
}
|
|
1345
1354
|
this.g.itemsSource = this.bp;
|
|
1346
|
-
this.
|
|
1355
|
+
this.de();
|
|
1347
1356
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1348
1357
|
let e = this.g.actualDataSource;
|
|
1349
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1358
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
|
|
1350
1359
|
}
|
|
1351
1360
|
this.at = true;
|
|
1352
|
-
this.
|
|
1361
|
+
this.d9();
|
|
1353
1362
|
this.at = false;
|
|
1354
1363
|
this.view.an();
|
|
1355
1364
|
}
|
|
@@ -1360,8 +1369,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1360
1369
|
case "PropertyTypeMemberPath":
|
|
1361
1370
|
if (this.g != null) {
|
|
1362
1371
|
if (this.bt != null) {
|
|
1363
|
-
this.
|
|
1364
|
-
this.
|
|
1372
|
+
this.d9();
|
|
1373
|
+
this.eo();
|
|
1365
1374
|
}
|
|
1366
1375
|
}
|
|
1367
1376
|
break;
|
|
@@ -1371,7 +1380,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1371
1380
|
}
|
|
1372
1381
|
break;
|
|
1373
1382
|
case "SelectAllCaptionTextColor":
|
|
1374
|
-
this.
|
|
1383
|
+
this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
|
|
1375
1384
|
break;
|
|
1376
1385
|
case "SelectAllCaption":
|
|
1377
1386
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1411,7 +1420,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1411
1420
|
case "RowHoverBackgroundColor":
|
|
1412
1421
|
let f = this.g;
|
|
1413
1422
|
if (null != f) {
|
|
1414
|
-
f.cellTextColor = this.
|
|
1423
|
+
f.cellTextColor = this.textColor;
|
|
1415
1424
|
f.cellBackground = this.backgroundColor;
|
|
1416
1425
|
f.background = this.backgroundColor;
|
|
1417
1426
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1420,10 +1429,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1420
1429
|
this.view.ak();
|
|
1421
1430
|
break;
|
|
1422
1431
|
case "BaseTheme":
|
|
1423
|
-
this.
|
|
1432
|
+
this.en();
|
|
1424
1433
|
break;
|
|
1425
1434
|
case "Density":
|
|
1426
|
-
this.
|
|
1435
|
+
this.em();
|
|
1427
1436
|
break;
|
|
1428
1437
|
case "IsRowHoverEnabled":
|
|
1429
1438
|
if (this.g != null) {
|
|
@@ -1437,17 +1446,26 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1437
1446
|
break;
|
|
1438
1447
|
case "ScrollbarBackground":
|
|
1439
1448
|
if (this.g != null) {
|
|
1440
|
-
this.g.scrollbarBackground = this.
|
|
1449
|
+
this.g.scrollbarBackground = this.fl;
|
|
1441
1450
|
}
|
|
1442
1451
|
break;
|
|
1443
1452
|
case "SearchIconColor":
|
|
1444
1453
|
this.view.ai();
|
|
1445
1454
|
break;
|
|
1446
1455
|
case "SearchBackgroundColor":
|
|
1447
|
-
this.y
|
|
1456
|
+
if (this.y != null) {
|
|
1457
|
+
this.y.mc = this.fm;
|
|
1458
|
+
}
|
|
1448
1459
|
break;
|
|
1449
1460
|
case "SearchBorderColor":
|
|
1450
|
-
this.y
|
|
1461
|
+
if (this.y != null) {
|
|
1462
|
+
this.y.md = this.searchBorderColor;
|
|
1463
|
+
}
|
|
1464
|
+
break;
|
|
1465
|
+
case "SearchFocusBorderColor":
|
|
1466
|
+
if (this.y != null) {
|
|
1467
|
+
this.y.no = this.searchFocusBorderColor;
|
|
1468
|
+
}
|
|
1451
1469
|
break;
|
|
1452
1470
|
case "SearchTextColor":
|
|
1453
1471
|
if (this.w != null) {
|
|
@@ -1455,7 +1473,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1455
1473
|
}
|
|
1456
1474
|
break;
|
|
1457
1475
|
case "SearchTextStyle":
|
|
1458
|
-
this.w
|
|
1476
|
+
if (this.w != null) {
|
|
1477
|
+
this.w.af = this.ap;
|
|
1478
|
+
}
|
|
1459
1479
|
break;
|
|
1460
1480
|
case "CheckboxTickColor":
|
|
1461
1481
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1465,22 +1485,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1465
1485
|
case "CheckboxCornerRadius":
|
|
1466
1486
|
this.view.af();
|
|
1467
1487
|
if (this.g != null) {
|
|
1468
|
-
this.g.
|
|
1488
|
+
this.g.y1();
|
|
1469
1489
|
}
|
|
1470
1490
|
break;
|
|
1471
1491
|
case "CheckboxAlignedRight":
|
|
1472
1492
|
if (this.g != null) {
|
|
1473
|
-
this.
|
|
1493
|
+
this.eq();
|
|
1474
1494
|
}
|
|
1475
1495
|
break;
|
|
1476
1496
|
case "DataLegendTarget":
|
|
1477
1497
|
if (this.g != null) {
|
|
1478
|
-
this.g.
|
|
1498
|
+
this.g.y1();
|
|
1479
1499
|
}
|
|
1480
1500
|
break;
|
|
1481
1501
|
}
|
|
1482
1502
|
}
|
|
1483
|
-
|
|
1503
|
+
eq() {
|
|
1484
1504
|
if (this.g.actualColumns.count == 0) {
|
|
1485
1505
|
return;
|
|
1486
1506
|
}
|
|
@@ -1488,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1488
1508
|
let b = this.g.actualColumns._inner[1];
|
|
1489
1509
|
let c = this.g.actualColumns._inner[2];
|
|
1490
1510
|
this.g.actualColumns.clear();
|
|
1491
|
-
if (this.
|
|
1511
|
+
if (this.checkboxAlignedRight) {
|
|
1492
1512
|
this.g.columns.add(b);
|
|
1493
1513
|
this.g.columns.add(a);
|
|
1494
1514
|
}
|
|
@@ -1498,7 +1518,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1498
1518
|
}
|
|
1499
1519
|
this.g.columns.add(c);
|
|
1500
1520
|
}
|
|
1501
|
-
|
|
1521
|
+
d2(a, b) {
|
|
1502
1522
|
if (this.indexTypeChanged != null) {
|
|
1503
1523
|
this.indexTypeChanged(this, ((() => {
|
|
1504
1524
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1508,7 +1528,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1508
1528
|
})()));
|
|
1509
1529
|
}
|
|
1510
1530
|
}
|
|
1511
|
-
|
|
1531
|
+
em() {
|
|
1512
1532
|
if (this.g != null) {
|
|
1513
1533
|
this.g.density = this.density;
|
|
1514
1534
|
}
|
|
@@ -1518,7 +1538,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1518
1538
|
this.view.ae();
|
|
1519
1539
|
this.view.z();
|
|
1520
1540
|
}
|
|
1521
|
-
|
|
1541
|
+
en() {
|
|
1522
1542
|
if (this.x != null) {
|
|
1523
1543
|
this.x.p = this.baseTheme;
|
|
1524
1544
|
}
|
|
@@ -1527,28 +1547,28 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1527
1547
|
}
|
|
1528
1548
|
if (this.g != null) {
|
|
1529
1549
|
this.g.theme = this.baseTheme;
|
|
1530
|
-
this.g.cellTextColor = this.
|
|
1550
|
+
this.g.cellTextColor = this.textColor;
|
|
1531
1551
|
this.g.cellBackground = this.backgroundColor;
|
|
1532
1552
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1533
1553
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1534
1554
|
this.g.background = this.backgroundColor;
|
|
1535
1555
|
}
|
|
1536
|
-
this.
|
|
1556
|
+
this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
|
|
1537
1557
|
this.view.ag();
|
|
1538
1558
|
}
|
|
1539
|
-
|
|
1559
|
+
d7(a, b) {
|
|
1540
1560
|
this.at = true;
|
|
1541
|
-
this.
|
|
1561
|
+
this.de();
|
|
1542
1562
|
if (b.schema != null) {
|
|
1543
|
-
this.
|
|
1563
|
+
this.d9();
|
|
1544
1564
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1545
|
-
this.
|
|
1565
|
+
this.d4(this.keys._inner[c]);
|
|
1546
1566
|
}
|
|
1547
1567
|
this.view.an();
|
|
1548
1568
|
}
|
|
1549
1569
|
this.at = false;
|
|
1550
1570
|
}
|
|
1551
|
-
|
|
1571
|
+
d9() {
|
|
1552
1572
|
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1553
1573
|
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1554
1574
|
}
|
|
@@ -1588,7 +1608,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1588
1608
|
}
|
|
1589
1609
|
}
|
|
1590
1610
|
}
|
|
1591
|
-
|
|
1611
|
+
eo() {
|
|
1592
1612
|
this.view.p();
|
|
1593
1613
|
this.g.columns.clear();
|
|
1594
1614
|
this.g.primaryKey = this.primaryKey;
|
|
@@ -1608,32 +1628,32 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1608
1628
|
if (this.bw == null) {
|
|
1609
1629
|
this.bw = "";
|
|
1610
1630
|
}
|
|
1611
|
-
a.
|
|
1612
|
-
a.
|
|
1631
|
+
a.nl = this.bw;
|
|
1632
|
+
a.od = "CheckboxColumn";
|
|
1613
1633
|
let b = new ColumnWidth();
|
|
1614
1634
|
b.c = false;
|
|
1615
1635
|
b.f = 28;
|
|
1616
1636
|
a.width = b;
|
|
1617
1637
|
a.lm = 0;
|
|
1618
1638
|
a.ln = 0;
|
|
1619
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1639
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
|
|
1620
1640
|
this.k = a;
|
|
1621
1641
|
this.g.columns.add(a);
|
|
1622
1642
|
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1623
1643
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1624
1644
|
let d = new TemplateColumn();
|
|
1625
|
-
d.
|
|
1626
|
-
d.
|
|
1645
|
+
d.nl = this.bt;
|
|
1646
|
+
d.od = "DataColumn";
|
|
1627
1647
|
d.lm = 0;
|
|
1628
1648
|
d.g = 0;
|
|
1629
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1649
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
|
|
1630
1650
|
this.g.columns.add(d);
|
|
1631
1651
|
}
|
|
1632
1652
|
else {
|
|
1633
1653
|
let e;
|
|
1634
|
-
if (this.
|
|
1635
|
-
e = this.
|
|
1636
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1654
|
+
if (this.gridColumnProvider != null) {
|
|
1655
|
+
e = this.gridColumnProvider.h1();
|
|
1656
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
|
|
1637
1657
|
}
|
|
1638
1658
|
else {
|
|
1639
1659
|
switch (c) {
|
|
@@ -1658,8 +1678,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1658
1678
|
break;
|
|
1659
1679
|
}
|
|
1660
1680
|
}
|
|
1661
|
-
e.
|
|
1662
|
-
e.
|
|
1681
|
+
e.nl = this.bt;
|
|
1682
|
+
e.od = "DataColumn";
|
|
1663
1683
|
e.lm = 0;
|
|
1664
1684
|
e.g = 0;
|
|
1665
1685
|
this.g.columns.add(e);
|
|
@@ -1668,13 +1688,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1668
1688
|
let g = new ColumnWidth();
|
|
1669
1689
|
g.c = false;
|
|
1670
1690
|
g.f = 10;
|
|
1671
|
-
f.
|
|
1672
|
-
f.
|
|
1691
|
+
f.nl = "PaddingColumn";
|
|
1692
|
+
f.od = "PaddingColumn";
|
|
1673
1693
|
f.lm = 0;
|
|
1674
1694
|
f.width = g;
|
|
1675
1695
|
this.g.columns.add(f);
|
|
1676
1696
|
}
|
|
1677
|
-
|
|
1697
|
+
dn(a, b) {
|
|
1678
1698
|
let c = b.b;
|
|
1679
1699
|
c.g2 = 0;
|
|
1680
1700
|
c.g = 0;
|
|
@@ -1685,16 +1705,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1685
1705
|
provideHrElement(a) {
|
|
1686
1706
|
this.view.v(a);
|
|
1687
1707
|
}
|
|
1688
|
-
|
|
1708
|
+
d3() {
|
|
1689
1709
|
if (!this.a0) {
|
|
1690
1710
|
let a = this.w;
|
|
1691
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1711
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dp));
|
|
1692
1712
|
}
|
|
1693
|
-
this.
|
|
1713
|
+
this.en();
|
|
1694
1714
|
}
|
|
1695
|
-
|
|
1715
|
+
dp(a, b) {
|
|
1696
1716
|
let c = b.value.toLowerCase();
|
|
1697
|
-
this.
|
|
1717
|
+
this.d1(c);
|
|
1698
1718
|
}
|
|
1699
1719
|
j(a) {
|
|
1700
1720
|
if (this.primaryKey == null) {
|
|
@@ -1708,7 +1728,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1708
1728
|
}
|
|
1709
1729
|
return new PrimaryKeyValue(b, c);
|
|
1710
1730
|
}
|
|
1711
|
-
|
|
1731
|
+
ei(a) {
|
|
1712
1732
|
this.as = true;
|
|
1713
1733
|
let b = this.e.getItemAtIndex(a);
|
|
1714
1734
|
if (this.ak != null) {
|
|
@@ -1718,7 +1738,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1718
1738
|
this.keys.remove(c);
|
|
1719
1739
|
this.as = false;
|
|
1720
1740
|
}
|
|
1721
|
-
|
|
1741
|
+
db(a) {
|
|
1722
1742
|
this.as = true;
|
|
1723
1743
|
let b = this.e.getItemAtIndex(a);
|
|
1724
1744
|
if (this.ak != null) {
|
|
@@ -1728,44 +1748,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1728
1748
|
this.keys.add(c);
|
|
1729
1749
|
this.as = false;
|
|
1730
1750
|
}
|
|
1731
|
-
|
|
1751
|
+
el() {
|
|
1732
1752
|
this.indexType = 0;
|
|
1733
1753
|
this.keys.clear();
|
|
1734
|
-
this.
|
|
1754
|
+
this.dr();
|
|
1735
1755
|
if (this.keysCleared != null) {
|
|
1736
1756
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1737
1757
|
}
|
|
1738
1758
|
}
|
|
1739
|
-
|
|
1759
|
+
dh() {
|
|
1740
1760
|
this.indexType = 1;
|
|
1741
1761
|
this.keys.clear();
|
|
1742
|
-
this.
|
|
1762
|
+
this.dr();
|
|
1743
1763
|
if (this.keysCleared != null) {
|
|
1744
1764
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1745
1765
|
}
|
|
1746
1766
|
}
|
|
1747
|
-
|
|
1767
|
+
dw(a, b, c) {
|
|
1748
1768
|
if (this.g != null) {
|
|
1749
1769
|
this.g.notifySetItem(a, b, c);
|
|
1750
1770
|
}
|
|
1751
1771
|
}
|
|
1752
|
-
|
|
1772
|
+
ds() {
|
|
1753
1773
|
if (this.g != null) {
|
|
1754
1774
|
this.g.notifyClearItems();
|
|
1755
1775
|
}
|
|
1756
1776
|
}
|
|
1757
|
-
|
|
1777
|
+
dr() {
|
|
1758
1778
|
if (this.g != null) {
|
|
1759
1779
|
this.g.invalidateVisibleRows();
|
|
1760
1780
|
}
|
|
1761
1781
|
}
|
|
1762
|
-
|
|
1782
|
+
dt(a, b) {
|
|
1763
1783
|
if (this.g != null) {
|
|
1764
1784
|
this.g.notifyInsertItem(a, b);
|
|
1765
1785
|
}
|
|
1766
1786
|
;
|
|
1767
1787
|
}
|
|
1768
|
-
|
|
1788
|
+
dv(a, b) {
|
|
1769
1789
|
if (this.g != null) {
|
|
1770
1790
|
this.g.notifyRemoveItem(a, b);
|
|
1771
1791
|
}
|
|
@@ -1782,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1782
1802
|
this.aw = false;
|
|
1783
1803
|
}
|
|
1784
1804
|
}
|
|
1785
|
-
|
|
1805
|
+
dc(a) {
|
|
1786
1806
|
let b = null;
|
|
1787
1807
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1788
1808
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1802,7 +1822,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1802
1822
|
this.keys.add(b);
|
|
1803
1823
|
}
|
|
1804
1824
|
}
|
|
1805
|
-
|
|
1825
|
+
ej(a) {
|
|
1806
1826
|
let b = null;
|
|
1807
1827
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1808
1828
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1876,39 +1896,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1876
1896
|
a.h = c.width;
|
|
1877
1897
|
a.c = this.baseTheme;
|
|
1878
1898
|
a.d = this.bl;
|
|
1879
|
-
a.a = AppearanceHelper.a(this.
|
|
1899
|
+
a.a = AppearanceHelper.a(this.e8);
|
|
1880
1900
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1881
1901
|
return a;
|
|
1882
1902
|
}
|
|
1883
|
-
get
|
|
1884
|
-
return this.
|
|
1903
|
+
get c1() {
|
|
1904
|
+
return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1885
1905
|
}
|
|
1886
|
-
set
|
|
1887
|
-
if (a == this.
|
|
1906
|
+
set c1(a) {
|
|
1907
|
+
if (a == this.c0) {
|
|
1888
1908
|
return;
|
|
1889
1909
|
}
|
|
1890
|
-
let b = this.
|
|
1891
|
-
this.
|
|
1892
|
-
this.
|
|
1910
|
+
let b = this.c0;
|
|
1911
|
+
this.c0 = a;
|
|
1912
|
+
this.d6("SelectAllCaption", b, this.c0);
|
|
1893
1913
|
}
|
|
1894
|
-
get
|
|
1895
|
-
return this.
|
|
1914
|
+
get selectAllCaptionTextColor() {
|
|
1915
|
+
return this.e6;
|
|
1896
1916
|
}
|
|
1897
|
-
set
|
|
1898
|
-
let b = this.
|
|
1899
|
-
this.
|
|
1900
|
-
if (b != this.
|
|
1901
|
-
this.
|
|
1917
|
+
set selectAllCaptionTextColor(a) {
|
|
1918
|
+
let b = this.e6;
|
|
1919
|
+
this.e6 = a;
|
|
1920
|
+
if (b != this.e6) {
|
|
1921
|
+
this.d6("SelectAllCaptionTextColor", b, a);
|
|
1902
1922
|
}
|
|
1903
1923
|
}
|
|
1904
|
-
get
|
|
1905
|
-
return this.
|
|
1924
|
+
get e8() {
|
|
1925
|
+
return this.es;
|
|
1906
1926
|
}
|
|
1907
|
-
set
|
|
1908
|
-
let b = this.
|
|
1909
|
-
this.
|
|
1910
|
-
if (b != this.
|
|
1911
|
-
this.
|
|
1927
|
+
set e8(a) {
|
|
1928
|
+
let b = this.es;
|
|
1929
|
+
this.es = a;
|
|
1930
|
+
if (b != this.es) {
|
|
1931
|
+
this.d6("ActualSelectAllCaptionTextColor", b, a);
|
|
1912
1932
|
}
|
|
1913
1933
|
}
|
|
1914
1934
|
get a5() {
|
|
@@ -1933,46 +1953,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1933
1953
|
}
|
|
1934
1954
|
let b = this.a9;
|
|
1935
1955
|
this.a9 = a;
|
|
1936
|
-
this.
|
|
1956
|
+
this.d6("showSelectAll", b, this.a9);
|
|
1937
1957
|
}
|
|
1938
1958
|
get backgroundColor() {
|
|
1939
|
-
return this.
|
|
1959
|
+
return this.et;
|
|
1940
1960
|
}
|
|
1941
1961
|
set backgroundColor(a) {
|
|
1942
|
-
let b = this.
|
|
1943
|
-
this.
|
|
1944
|
-
if (b != this.
|
|
1945
|
-
this.
|
|
1962
|
+
let b = this.et;
|
|
1963
|
+
this.et = a;
|
|
1964
|
+
if (b != this.et) {
|
|
1965
|
+
this.d6("BackgroundColor", b, a);
|
|
1946
1966
|
}
|
|
1947
1967
|
}
|
|
1948
1968
|
get rowHoverBackgroundColor() {
|
|
1949
|
-
return this.
|
|
1969
|
+
return this.ez;
|
|
1950
1970
|
}
|
|
1951
1971
|
set rowHoverBackgroundColor(a) {
|
|
1952
|
-
let b = this.
|
|
1953
|
-
this.
|
|
1954
|
-
if (b != this.
|
|
1955
|
-
this.
|
|
1972
|
+
let b = this.ez;
|
|
1973
|
+
this.ez = a;
|
|
1974
|
+
if (b != this.ez) {
|
|
1975
|
+
this.d6("RowHoverBackgroundColor", b, a);
|
|
1956
1976
|
}
|
|
1957
1977
|
}
|
|
1958
|
-
|
|
1978
|
+
fj() {
|
|
1959
1979
|
switch (this.baseTheme) {
|
|
1960
1980
|
case 6:
|
|
1961
|
-
case 4: return CheckboxList.
|
|
1981
|
+
case 4: return CheckboxList.fg;
|
|
1962
1982
|
}
|
|
1963
|
-
return CheckboxList.
|
|
1983
|
+
return CheckboxList.fi;
|
|
1964
1984
|
}
|
|
1965
|
-
get
|
|
1966
|
-
return this.
|
|
1985
|
+
get textColor() {
|
|
1986
|
+
return this.e7;
|
|
1967
1987
|
}
|
|
1968
|
-
set
|
|
1969
|
-
let b = this.
|
|
1970
|
-
this.
|
|
1971
|
-
if (b != this.
|
|
1972
|
-
this.
|
|
1988
|
+
set textColor(a) {
|
|
1989
|
+
let b = this.e7;
|
|
1990
|
+
this.e7 = a;
|
|
1991
|
+
if (b != this.e7) {
|
|
1992
|
+
this.d6("TextColor", b, a);
|
|
1973
1993
|
}
|
|
1974
1994
|
}
|
|
1975
|
-
|
|
1995
|
+
d8(a) {
|
|
1976
1996
|
if (this.selectAllCheckboxChanged != null) {
|
|
1977
1997
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1978
1998
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2003,7 +2023,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2003
2023
|
default: return false;
|
|
2004
2024
|
}
|
|
2005
2025
|
}
|
|
2006
|
-
|
|
2026
|
+
de() {
|
|
2007
2027
|
let a = this.g.actualDataSource;
|
|
2008
2028
|
if (null != a) {
|
|
2009
2029
|
if (null == a.actualSchema) {
|
|
@@ -2026,7 +2046,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2026
2046
|
}
|
|
2027
2047
|
let b = this.a7;
|
|
2028
2048
|
this.a7 = a;
|
|
2029
|
-
this.
|
|
2049
|
+
this.d6("ShowFilter", b, this.a7);
|
|
2030
2050
|
}
|
|
2031
2051
|
get a4() {
|
|
2032
2052
|
return this.a3;
|
|
@@ -2037,26 +2057,40 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2037
2057
|
}
|
|
2038
2058
|
let b = this.a3;
|
|
2039
2059
|
this.a3 = a;
|
|
2040
|
-
this.
|
|
2060
|
+
this.d6("IsRowHoverEnabled", b, this.a3);
|
|
2041
2061
|
}
|
|
2042
|
-
get
|
|
2062
|
+
get checkboxAlignedRight() {
|
|
2043
2063
|
return this.ay;
|
|
2044
2064
|
}
|
|
2045
|
-
set
|
|
2065
|
+
set checkboxAlignedRight(a) {
|
|
2046
2066
|
if (a == this.ay) {
|
|
2047
2067
|
return;
|
|
2048
2068
|
}
|
|
2049
2069
|
let b = this.ay;
|
|
2050
2070
|
this.ay = a;
|
|
2051
|
-
this.
|
|
2071
|
+
this.d6("CheckboxAlignedRight", b, this.ay);
|
|
2072
|
+
}
|
|
2073
|
+
ef(a) {
|
|
2074
|
+
this.y = a;
|
|
2075
|
+
if (a == null) {
|
|
2076
|
+
return;
|
|
2077
|
+
}
|
|
2078
|
+
this.y.d = this.aa;
|
|
2079
|
+
this.y.p = this.baseTheme;
|
|
2080
|
+
this.y.t = this.density;
|
|
2081
|
+
this.y.mc = this.fm;
|
|
2082
|
+
this.y.md = this.searchBorderColor;
|
|
2083
|
+
this.y.no = this.searchFocusBorderColor;
|
|
2084
|
+
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
2085
|
+
this.y.np = BrushUtil.l(0, 0, 0, 0);
|
|
2052
2086
|
}
|
|
2053
2087
|
}
|
|
2054
2088
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2055
|
-
CheckboxList.
|
|
2056
|
-
CheckboxList.
|
|
2057
|
-
CheckboxList.
|
|
2058
|
-
CheckboxList.
|
|
2059
|
-
CheckboxList.
|
|
2060
|
-
CheckboxList.
|
|
2089
|
+
CheckboxList.fs = BrushUtil.l(255, 24, 29, 31);
|
|
2090
|
+
CheckboxList.cx = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2091
|
+
CheckboxList.ff = BrushUtil.l(255, 248, 248, 248);
|
|
2092
|
+
CheckboxList.fh = null;
|
|
2093
|
+
CheckboxList.fi = BrushUtil.l(255, 24, 29, 31);
|
|
2094
|
+
CheckboxList.fg = BrushUtil.l(255, 255, 255, 255);
|
|
2061
2095
|
return CheckboxList;
|
|
2062
2096
|
})();
|