igniteui-angular-data-grids 20.0.0 → 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 -5
- package/public_api.d.ts +2 -0
|
@@ -117,7 +117,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
117
|
this.c = new XIcon();
|
|
118
118
|
this.c.provideContainer(j);
|
|
119
119
|
this.c.fill = this.b.searchIconColor;
|
|
120
|
-
this.c.svgPath = CheckboxList.
|
|
120
|
+
this.c.svgPath = CheckboxList.co;
|
|
121
121
|
var k = f.getExternal(this.c, j.rootWrapper, j.getExternal(this.b, null, null));
|
|
122
122
|
g.appendContentChild(i);
|
|
123
123
|
this.b.w.appendContentChild(e);
|
|
@@ -129,23 +129,23 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
129
129
|
this.b.u.provideContainer(m);
|
|
130
130
|
this.b.u.b8 = "text";
|
|
131
131
|
var n = m.getExternal(this.b.u, m.rootWrapper, m.getExternal(this.b, null, null));
|
|
132
|
-
if (this.b.
|
|
133
|
-
this.b.u.cg = this.b.
|
|
132
|
+
if (this.b.b7 != null) {
|
|
133
|
+
this.b.u.cg = this.b.b7;
|
|
134
134
|
}
|
|
135
135
|
this.b.w.appendContentChild(l);
|
|
136
136
|
this.b.w.inputs.add(this.b.u);
|
|
137
|
-
this.b.
|
|
137
|
+
this.b.dt();
|
|
138
138
|
};
|
|
139
139
|
CheckboxListView.prototype.x = function () {
|
|
140
140
|
if (this.i != null) {
|
|
141
141
|
var a = this.i.rootWrapper.getChildAt(3);
|
|
142
142
|
a.setStyleProperty("width", "100%");
|
|
143
143
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
144
|
-
if (!this.b.
|
|
144
|
+
if (!this.b.a6 && !this.b.showSelectAll) {
|
|
145
145
|
a.setStyleProperty("height", "100%");
|
|
146
146
|
}
|
|
147
147
|
else {
|
|
148
|
-
var b = this.b.
|
|
148
|
+
var b = this.b.bc();
|
|
149
149
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
150
150
|
}
|
|
151
151
|
}
|
|
@@ -186,7 +186,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
186
186
|
var h = d.z;
|
|
187
187
|
try {
|
|
188
188
|
d.z = true;
|
|
189
|
-
d.ar = this.b.
|
|
189
|
+
d.ar = this.b.ba;
|
|
190
190
|
d.a4 = b;
|
|
191
191
|
if (c) {
|
|
192
192
|
if (this.b.indexType == 0) {
|
|
@@ -208,11 +208,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
208
208
|
finally {
|
|
209
209
|
d.z = h;
|
|
210
210
|
}
|
|
211
|
-
d.dk = this.b.
|
|
212
|
-
d.dd = this.b.
|
|
213
|
-
d.dl = this.b.
|
|
214
|
-
d.de = this.b.
|
|
215
|
-
d.dm = this.b.
|
|
211
|
+
d.dk = this.b.e0;
|
|
212
|
+
d.dd = this.b.ey;
|
|
213
|
+
d.dl = this.b.e1;
|
|
214
|
+
d.de = this.b.ez;
|
|
215
|
+
d.dm = this.b.e2;
|
|
216
216
|
}
|
|
217
217
|
};
|
|
218
218
|
CheckboxListView.prototype.s = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -407,21 +407,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
407
407
|
var e = c.checked;
|
|
408
408
|
if (e == true) {
|
|
409
409
|
if (this.b.indexType == 0) {
|
|
410
|
-
this.b.
|
|
410
|
+
this.b.d7(d);
|
|
411
411
|
}
|
|
412
412
|
else {
|
|
413
|
-
this.b.
|
|
413
|
+
this.b.c2(d);
|
|
414
414
|
}
|
|
415
415
|
}
|
|
416
416
|
else {
|
|
417
417
|
if (this.b.indexType == 0) {
|
|
418
|
-
this.b.
|
|
418
|
+
this.b.c2(d);
|
|
419
419
|
}
|
|
420
420
|
else {
|
|
421
|
-
this.b.
|
|
421
|
+
this.b.d7(d);
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
|
-
this.b.
|
|
424
|
+
this.b.dp(d, e);
|
|
425
425
|
this.al(false);
|
|
426
426
|
};
|
|
427
427
|
CheckboxListView.prototype.o = function () {
|
|
@@ -435,7 +435,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
435
435
|
var e = parseInt(d.a4.toString());
|
|
436
436
|
if (e == a) {
|
|
437
437
|
d.checked = b;
|
|
438
|
-
this.b.
|
|
438
|
+
this.b.dp(e, b);
|
|
439
439
|
}
|
|
440
440
|
}
|
|
441
441
|
}
|
|
@@ -495,7 +495,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
495
495
|
var d = this.i.getExternal(this.a, c.rootWrapper, this.i.getExternal(this.b, null, null));
|
|
496
496
|
this.a.n = this.b.baseTheme;
|
|
497
497
|
this.l = a.createElement("label");
|
|
498
|
-
this.l.setRawText(this.b.
|
|
498
|
+
this.l.setRawText(this.b.cs);
|
|
499
499
|
this.l.setStyleProperty("font-size", "13px");
|
|
500
500
|
this.m.setStyleProperty("display", "flex");
|
|
501
501
|
this.m.setStyleProperty("flex-direction", "row");
|
|
@@ -511,8 +511,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
511
511
|
};
|
|
512
512
|
CheckboxListView.prototype.ak = function () {
|
|
513
513
|
if (null != this.l) {
|
|
514
|
-
this.l.setRawText(this.b.
|
|
515
|
-
NativeUI.q(this.l, this.b.
|
|
514
|
+
this.l.setRawText(this.b.cs);
|
|
515
|
+
NativeUI.q(this.l, this.b.ew);
|
|
516
516
|
}
|
|
517
517
|
};
|
|
518
518
|
CheckboxListView.prototype.an = function () {
|
|
@@ -523,10 +523,10 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
523
523
|
};
|
|
524
524
|
CheckboxListView.prototype.aj = function () {
|
|
525
525
|
if (this.k != null) {
|
|
526
|
-
this.k.setStyleProperty("display", this.b.
|
|
526
|
+
this.k.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
527
527
|
}
|
|
528
528
|
if (this.j != null) {
|
|
529
|
-
this.j.setStyleProperty("display", this.b.
|
|
529
|
+
this.j.setStyleProperty("display", this.b.a6 ? "block" : "none");
|
|
530
530
|
}
|
|
531
531
|
};
|
|
532
532
|
CheckboxListView.prototype.al = function (a) {
|
|
@@ -541,7 +541,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
541
541
|
var c = this.a.z;
|
|
542
542
|
this.a.z = a;
|
|
543
543
|
try {
|
|
544
|
-
if (this.b.
|
|
544
|
+
if (this.b.a3) {
|
|
545
545
|
this.a.indeterminate = true;
|
|
546
546
|
return;
|
|
547
547
|
}
|
|
@@ -563,12 +563,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
563
563
|
return;
|
|
564
564
|
}
|
|
565
565
|
if (b.isChecked) {
|
|
566
|
-
this.b.
|
|
567
|
-
this.b.
|
|
566
|
+
this.b.ea();
|
|
567
|
+
this.b.dy(b.isChecked);
|
|
568
568
|
}
|
|
569
569
|
else {
|
|
570
|
-
this.b.
|
|
571
|
-
this.b.
|
|
570
|
+
this.b.c8();
|
|
571
|
+
this.b.dy(b.isChecked);
|
|
572
572
|
}
|
|
573
573
|
};
|
|
574
574
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -578,7 +578,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
578
578
|
}
|
|
579
579
|
var b = a.rootWrapper;
|
|
580
580
|
if (null != b) {
|
|
581
|
-
NativeUI.q(b, this.b.
|
|
581
|
+
NativeUI.q(b, this.b.fe);
|
|
582
582
|
NativeUI.m(b, this.b.backgroundColor);
|
|
583
583
|
}
|
|
584
584
|
};
|
|
@@ -600,11 +600,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
600
600
|
if (this.a == null) {
|
|
601
601
|
return;
|
|
602
602
|
}
|
|
603
|
-
this.a.dk = this.b.
|
|
604
|
-
this.a.dd = this.b.
|
|
605
|
-
this.a.dl = this.b.
|
|
606
|
-
this.a.de = this.b.
|
|
607
|
-
this.a.dm = this.b.
|
|
603
|
+
this.a.dk = this.b.e0;
|
|
604
|
+
this.a.dd = this.b.ey;
|
|
605
|
+
this.a.dl = this.b.e1;
|
|
606
|
+
this.a.de = this.b.ez;
|
|
607
|
+
this.a.dm = this.b.e2;
|
|
608
608
|
};
|
|
609
609
|
CheckboxListView.prototype.af = function (a) {
|
|
610
610
|
if (this.j != null) {
|
|
@@ -669,51 +669,53 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
669
|
_this.selectedKeyRemoved = null;
|
|
670
670
|
_this.checkedChanged = null;
|
|
671
671
|
_this.labelClicked = null;
|
|
672
|
-
_this.
|
|
672
|
+
_this.at = false;
|
|
673
|
+
_this.as = false;
|
|
673
674
|
_this.bj = null;
|
|
674
|
-
_this.bf = null;
|
|
675
|
-
_this.bn = null;
|
|
676
|
-
_this.bl = null;
|
|
677
675
|
_this.bm = null;
|
|
678
|
-
_this.
|
|
676
|
+
_this.bi = null;
|
|
677
|
+
_this.bq = null;
|
|
678
|
+
_this.bo = null;
|
|
679
|
+
_this.bp = null;
|
|
680
|
+
_this.bn = null;
|
|
679
681
|
_this.x = 3;
|
|
680
|
-
_this.
|
|
682
|
+
_this.be = -1;
|
|
681
683
|
_this.ak = null;
|
|
682
684
|
_this.k = 1;
|
|
683
685
|
_this.ac = 1;
|
|
684
686
|
_this.ae = 2;
|
|
685
|
-
_this.
|
|
687
|
+
_this.es = BrushUtil.j(255, 24, 29, 31);
|
|
688
|
+
_this.eq = null;
|
|
689
|
+
_this.av = true;
|
|
690
|
+
_this.et = null;
|
|
691
|
+
_this.er = null;
|
|
692
|
+
_this.al = null;
|
|
693
|
+
_this.el = null;
|
|
686
694
|
_this.ej = null;
|
|
687
|
-
_this.at = true;
|
|
688
695
|
_this.em = null;
|
|
689
696
|
_this.ek = null;
|
|
690
|
-
_this.
|
|
691
|
-
_this.
|
|
692
|
-
_this.ec = null;
|
|
693
|
-
_this.ef = null;
|
|
694
|
-
_this.ed = null;
|
|
695
|
-
_this.eg = null;
|
|
696
|
-
_this.a6 = NaN;
|
|
697
|
+
_this.en = null;
|
|
698
|
+
_this.a9 = NaN;
|
|
697
699
|
_this.aa = 0;
|
|
698
|
-
_this.
|
|
700
|
+
_this.ep = null;
|
|
699
701
|
_this.indexTypeChanged = null;
|
|
700
|
-
_this.
|
|
701
|
-
_this.
|
|
702
|
-
_this.
|
|
703
|
-
_this.
|
|
704
|
-
_this.
|
|
705
|
-
_this.
|
|
706
|
-
_this.
|
|
707
|
-
_this.
|
|
702
|
+
_this.au = false;
|
|
703
|
+
_this.cr = null;
|
|
704
|
+
_this.eu = null;
|
|
705
|
+
_this.eh = CheckboxList.e5;
|
|
706
|
+
_this.a7 = true;
|
|
707
|
+
_this.ei = CheckboxList.e3;
|
|
708
|
+
_this.eo = CheckboxList.e4;
|
|
709
|
+
_this.ev = CheckboxList.e5;
|
|
708
710
|
_this.keysCleared = null;
|
|
709
711
|
_this.selectAllCheckboxChanged = null;
|
|
710
|
-
_this.
|
|
711
|
-
_this.
|
|
712
|
-
_this.
|
|
713
|
-
_this.
|
|
712
|
+
_this.bg = -1;
|
|
713
|
+
_this.a5 = true;
|
|
714
|
+
_this.a1 = true;
|
|
715
|
+
_this.aw = false;
|
|
714
716
|
var a = _this.g;
|
|
715
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
716
|
-
_this.g.am(runOn(_this, _this.
|
|
717
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.d1));
|
|
718
|
+
_this.g.am(runOn(_this, _this.d0));
|
|
717
719
|
_this.d = new FilterFactory();
|
|
718
720
|
var b = new CheckboxListView();
|
|
719
721
|
b.b = _this;
|
|
@@ -787,7 +789,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
787
789
|
var b = this.a;
|
|
788
790
|
this.a = a;
|
|
789
791
|
if (b != this.a) {
|
|
790
|
-
this.
|
|
792
|
+
this.dw("PrimaryKey", b, this.a);
|
|
791
793
|
}
|
|
792
794
|
},
|
|
793
795
|
enumerable: false,
|
|
@@ -808,44 +810,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
808
810
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
809
811
|
this.keys.removeAt(a);
|
|
810
812
|
};
|
|
811
|
-
CheckboxList.prototype.
|
|
812
|
-
this.
|
|
813
|
+
CheckboxList.prototype.d0 = function () {
|
|
814
|
+
this.dg();
|
|
813
815
|
if (this.keysCleared != null) {
|
|
814
816
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
815
817
|
}
|
|
816
818
|
};
|
|
817
|
-
CheckboxList.prototype.
|
|
819
|
+
CheckboxList.prototype.d1 = function (a, b) {
|
|
818
820
|
if (this.e == null || this.e.actualSchema == null || this.aq) {
|
|
819
821
|
return;
|
|
820
822
|
}
|
|
821
823
|
switch (b.action) {
|
|
822
824
|
case 0:
|
|
823
825
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
824
|
-
this.
|
|
826
|
+
this.du(b.newItems.item(c));
|
|
825
827
|
}
|
|
826
828
|
break;
|
|
827
829
|
case 1:
|
|
828
830
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
829
|
-
this.
|
|
831
|
+
this.dv(b.oldItems.item(d));
|
|
830
832
|
}
|
|
831
833
|
break;
|
|
832
834
|
case 2:
|
|
833
835
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
834
|
-
this.
|
|
836
|
+
this.dv(b.oldItems.item(e));
|
|
835
837
|
}
|
|
836
838
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
837
|
-
this.
|
|
839
|
+
this.du(b.newItems.item(f));
|
|
838
840
|
}
|
|
839
841
|
break;
|
|
840
842
|
case 4:
|
|
841
843
|
this.view.z(this.indexType == 0);
|
|
842
844
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
843
|
-
this.
|
|
845
|
+
this.du(this.keys.ae._inner[g]);
|
|
844
846
|
}
|
|
845
847
|
break;
|
|
846
848
|
}
|
|
847
849
|
};
|
|
848
|
-
CheckboxList.prototype.
|
|
850
|
+
CheckboxList.prototype.du = function (a) {
|
|
849
851
|
var _this = this;
|
|
850
852
|
var b = this.e.indexOfKey(a.value);
|
|
851
853
|
if (b >= 0) {
|
|
@@ -862,7 +864,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
862
864
|
return $ret;
|
|
863
865
|
})()));
|
|
864
866
|
};
|
|
865
|
-
CheckboxList.prototype.
|
|
867
|
+
CheckboxList.prototype.dv = function (a) {
|
|
866
868
|
var _this = this;
|
|
867
869
|
var b = this.e.indexOfKey(a.value);
|
|
868
870
|
if (b >= 0) {
|
|
@@ -879,7 +881,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
879
881
|
return $ret;
|
|
880
882
|
})()));
|
|
881
883
|
};
|
|
882
|
-
CheckboxList.prototype.
|
|
884
|
+
CheckboxList.prototype.dp = function (a, b) {
|
|
883
885
|
if (this.checkedChanged != null && this.ar == false) {
|
|
884
886
|
var c_1 = null;
|
|
885
887
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -900,34 +902,78 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
900
902
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
901
903
|
this.view.o();
|
|
902
904
|
};
|
|
903
|
-
CheckboxList.prototype.
|
|
905
|
+
CheckboxList.prototype.onAttachedToUI = function () {
|
|
906
|
+
this.at = false;
|
|
904
907
|
if (this.f != null) {
|
|
905
908
|
var a = this.f;
|
|
906
|
-
a.cellClicked =
|
|
909
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dc));
|
|
907
910
|
var b = this.f;
|
|
908
|
-
b.sizeChanged =
|
|
911
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dd));
|
|
909
912
|
if (this.f.actualDataSource != null) {
|
|
910
913
|
var c = this.f.actualDataSource;
|
|
911
|
-
c.schemaChanged =
|
|
914
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.dx));
|
|
912
915
|
}
|
|
913
916
|
}
|
|
914
917
|
if (this.t != null) {
|
|
915
918
|
var d = this.t;
|
|
916
|
-
d.
|
|
919
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.de));
|
|
917
920
|
}
|
|
918
|
-
this.provideContainer(null, null, null);
|
|
919
921
|
if (this.j != null) {
|
|
920
922
|
var e = this.j;
|
|
921
|
-
e.cellUpdating =
|
|
923
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c6));
|
|
924
|
+
}
|
|
925
|
+
};
|
|
926
|
+
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
927
|
+
this.at = true;
|
|
928
|
+
this.db();
|
|
929
|
+
this.da();
|
|
930
|
+
};
|
|
931
|
+
CheckboxList.prototype.db = function () {
|
|
932
|
+
if (this.f != null) {
|
|
933
|
+
var a = this.f;
|
|
934
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dc));
|
|
935
|
+
var b = this.f;
|
|
936
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dd));
|
|
937
|
+
if (this.f.actualDataSource != null) {
|
|
938
|
+
var c = this.f.actualDataSource;
|
|
939
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.dx));
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
if (this.t != null) {
|
|
943
|
+
var d = this.t;
|
|
944
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.de));
|
|
945
|
+
}
|
|
946
|
+
};
|
|
947
|
+
CheckboxList.prototype.da = function () {
|
|
948
|
+
if (this.j != null) {
|
|
949
|
+
var a = this.j;
|
|
950
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c6));
|
|
951
|
+
}
|
|
952
|
+
};
|
|
953
|
+
CheckboxList.prototype.destroy = function () {
|
|
954
|
+
this.as = true;
|
|
955
|
+
if (!this.at) {
|
|
956
|
+
this.db();
|
|
957
|
+
}
|
|
958
|
+
this.provideContainer(null, null, null);
|
|
959
|
+
if (!this.at) {
|
|
960
|
+
this.da();
|
|
922
961
|
}
|
|
923
962
|
};
|
|
963
|
+
Object.defineProperty(CheckboxList.prototype, "ay", {
|
|
964
|
+
get: function () {
|
|
965
|
+
return this.as || this.at;
|
|
966
|
+
},
|
|
967
|
+
enumerable: false,
|
|
968
|
+
configurable: true
|
|
969
|
+
});
|
|
924
970
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
925
971
|
this.f = b;
|
|
926
972
|
if (null != this.f) {
|
|
927
973
|
this.f.scrollbarStyle = 1;
|
|
928
974
|
var d = this.f;
|
|
929
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
930
|
-
this.f.scrollbarBackground = this.
|
|
975
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dd));
|
|
976
|
+
this.f.scrollbarBackground = this.e7;
|
|
931
977
|
this.f.headerHeight = 0;
|
|
932
978
|
this.f.rowSeparatorHeight = 0;
|
|
933
979
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -935,40 +981,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
935
981
|
this.f.activationMode = 0;
|
|
936
982
|
this.f.editMode = 0;
|
|
937
983
|
var e = this.f;
|
|
938
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
939
|
-
if (this.bg != null) {
|
|
940
|
-
this.f.itemsSource = this.bg;
|
|
941
|
-
this.c2();
|
|
942
|
-
this.ds();
|
|
943
|
-
}
|
|
984
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dc));
|
|
944
985
|
if (this.bj != null) {
|
|
945
|
-
this.
|
|
946
|
-
this.
|
|
986
|
+
this.f.itemsSource = this.bj;
|
|
987
|
+
this.c5();
|
|
988
|
+
this.dz();
|
|
989
|
+
}
|
|
990
|
+
if (this.bm != null) {
|
|
991
|
+
this.dz();
|
|
992
|
+
this.ed();
|
|
947
993
|
}
|
|
948
994
|
}
|
|
949
995
|
this.view.u(c);
|
|
950
|
-
if (this.
|
|
951
|
-
this.
|
|
996
|
+
if (this.ax) {
|
|
997
|
+
this.ef();
|
|
952
998
|
}
|
|
953
999
|
this.view.p(a);
|
|
954
1000
|
};
|
|
955
|
-
CheckboxList.prototype.
|
|
1001
|
+
CheckboxList.prototype.dd = function (a, b) {
|
|
956
1002
|
this.f.scrollbarStyle = this.ab;
|
|
957
1003
|
};
|
|
958
1004
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
959
1005
|
this.view.u(a);
|
|
960
1006
|
};
|
|
961
|
-
CheckboxList.prototype.
|
|
962
|
-
if (!this.
|
|
1007
|
+
CheckboxList.prototype.dc = function (a, b) {
|
|
1008
|
+
if (!this.ax && b.cellInfo.l.a5 == 0 || this.ax && b.cellInfo.l.a5 == 1) {
|
|
963
1009
|
return;
|
|
964
1010
|
}
|
|
965
1011
|
var c = b.cellInfo.l.x;
|
|
966
1012
|
if (-1 == c) {
|
|
967
1013
|
return;
|
|
968
1014
|
}
|
|
969
|
-
var d = b.cellInfo.
|
|
1015
|
+
var d = b.cellInfo.ho;
|
|
970
1016
|
var e = this.i(d);
|
|
971
|
-
if (this.
|
|
1017
|
+
if (this.a4) {
|
|
972
1018
|
if (this.keys.contains(e)) {
|
|
973
1019
|
if (this.ai != null) {
|
|
974
1020
|
this.ai.setPropertyValue(d, false);
|
|
@@ -982,9 +1028,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
982
1028
|
this.keys.add(e);
|
|
983
1029
|
}
|
|
984
1030
|
}
|
|
985
|
-
this.
|
|
1031
|
+
this.dj(c, this.keys.contains(e));
|
|
986
1032
|
};
|
|
987
|
-
CheckboxList.prototype.
|
|
1033
|
+
CheckboxList.prototype.dj = function (a, b) {
|
|
988
1034
|
var c = null;
|
|
989
1035
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
990
1036
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1003,21 +1049,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1003
1049
|
return $ret;
|
|
1004
1050
|
})()));
|
|
1005
1051
|
};
|
|
1006
|
-
CheckboxList.prototype.
|
|
1052
|
+
CheckboxList.prototype.c6 = function (a, b) {
|
|
1007
1053
|
var c = b.cellInfo.l.x;
|
|
1008
1054
|
if (-1 == c) {
|
|
1009
1055
|
return;
|
|
1010
1056
|
}
|
|
1011
1057
|
var d = false;
|
|
1012
|
-
if (b.cellInfo.
|
|
1013
|
-
var e = this.i(b.cellInfo.
|
|
1058
|
+
if (b.cellInfo.ho != null) {
|
|
1059
|
+
var e = this.i(b.cellInfo.ho);
|
|
1014
1060
|
if (this.keys.contains(e)) {
|
|
1015
1061
|
d = true;
|
|
1016
1062
|
}
|
|
1017
1063
|
}
|
|
1018
1064
|
this.view.r(b.content.element, c, d);
|
|
1019
1065
|
};
|
|
1020
|
-
CheckboxList.prototype.
|
|
1066
|
+
CheckboxList.prototype.ee = function (a, b) {
|
|
1021
1067
|
var c = b.cellInfo.l.x;
|
|
1022
1068
|
if (-1 == c) {
|
|
1023
1069
|
return;
|
|
@@ -1027,13 +1073,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1027
1073
|
var f = null;
|
|
1028
1074
|
var g = null;
|
|
1029
1075
|
var h = null;
|
|
1030
|
-
if (b.cellInfo.
|
|
1031
|
-
d = this.ag.getPropertyValue(b.cellInfo.
|
|
1076
|
+
if (b.cellInfo.ho != null) {
|
|
1077
|
+
d = this.ag.getPropertyValue(b.cellInfo.ho);
|
|
1032
1078
|
if (this.aj != null) {
|
|
1033
|
-
e = this.aj.getPropertyValue(b.cellInfo.
|
|
1079
|
+
e = this.aj.getPropertyValue(b.cellInfo.ho);
|
|
1034
1080
|
}
|
|
1035
1081
|
if (this.ah != null) {
|
|
1036
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ah.getPropertyValue(b.cellInfo.
|
|
1082
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ah.getPropertyValue(b.cellInfo.ho));
|
|
1037
1083
|
if (i == 0) {
|
|
1038
1084
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1039
1085
|
}
|
|
@@ -1045,11 +1091,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1045
1091
|
}
|
|
1046
1092
|
}
|
|
1047
1093
|
}
|
|
1048
|
-
this.view.s(b.content.element, c, d, e, this.ak, "Verdana", 13, this.
|
|
1094
|
+
this.view.s(b.content.element, c, d, e, this.ak, "Verdana", 13, this.bi, f, g, h);
|
|
1049
1095
|
};
|
|
1050
|
-
CheckboxList.prototype.
|
|
1051
|
-
if (this.
|
|
1052
|
-
var b = this.d.property(this.
|
|
1096
|
+
CheckboxList.prototype.dr = function (a) {
|
|
1097
|
+
if (this.bm != null) {
|
|
1098
|
+
var b = this.d.property(this.bm).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1053
1099
|
var c = b.contains(a);
|
|
1054
1100
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
1055
1101
|
this.c = c;
|
|
@@ -1063,13 +1109,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1063
1109
|
};
|
|
1064
1110
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1065
1111
|
get: function () {
|
|
1066
|
-
return this.
|
|
1112
|
+
return this.bj;
|
|
1067
1113
|
},
|
|
1068
1114
|
set: function (a) {
|
|
1069
|
-
var b = this.
|
|
1070
|
-
this.
|
|
1071
|
-
if (b != this.
|
|
1072
|
-
this.
|
|
1115
|
+
var b = this.bj;
|
|
1116
|
+
this.bj = a;
|
|
1117
|
+
if (b != this.bj) {
|
|
1118
|
+
this.dw("ItemsSource", b, this.bj);
|
|
1073
1119
|
}
|
|
1074
1120
|
},
|
|
1075
1121
|
enumerable: false,
|
|
@@ -1077,55 +1123,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1077
1123
|
});
|
|
1078
1124
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1079
1125
|
get: function () {
|
|
1080
|
-
return this.
|
|
1126
|
+
return this.bm;
|
|
1081
1127
|
},
|
|
1082
1128
|
set: function (a) {
|
|
1083
|
-
var b = this.
|
|
1084
|
-
this.
|
|
1085
|
-
if (b != this.
|
|
1086
|
-
this.
|
|
1129
|
+
var b = this.bm;
|
|
1130
|
+
this.bm = a;
|
|
1131
|
+
if (b != this.bm) {
|
|
1132
|
+
this.dw("DataMemberPath", b, this.bm);
|
|
1087
1133
|
}
|
|
1088
1134
|
},
|
|
1089
1135
|
enumerable: false,
|
|
1090
1136
|
configurable: true
|
|
1091
1137
|
});
|
|
1092
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1138
|
+
Object.defineProperty(CheckboxList.prototype, "bk", {
|
|
1093
1139
|
get: function () {
|
|
1094
|
-
return this.
|
|
1140
|
+
return this.bi;
|
|
1095
1141
|
},
|
|
1096
1142
|
set: function (a) {
|
|
1097
|
-
var b = this.
|
|
1098
|
-
this.
|
|
1099
|
-
if (b != this.
|
|
1100
|
-
this.
|
|
1143
|
+
var b = this.bi;
|
|
1144
|
+
this.bi = a;
|
|
1145
|
+
if (b != this.bi) {
|
|
1146
|
+
this.dw("DataLegendTarget", b, this.bi);
|
|
1101
1147
|
}
|
|
1102
1148
|
},
|
|
1103
1149
|
enumerable: false,
|
|
1104
1150
|
configurable: true
|
|
1105
1151
|
});
|
|
1106
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1152
|
+
Object.defineProperty(CheckboxList.prototype, "cz", {
|
|
1107
1153
|
get: function () {
|
|
1108
|
-
return this.
|
|
1154
|
+
return this.bq;
|
|
1109
1155
|
},
|
|
1110
1156
|
set: function (a) {
|
|
1111
|
-
var b = this.
|
|
1112
|
-
this.
|
|
1113
|
-
if (b != this.
|
|
1114
|
-
this.
|
|
1157
|
+
var b = this.bq;
|
|
1158
|
+
this.bq = a;
|
|
1159
|
+
if (b != this.bq) {
|
|
1160
|
+
this.dw("SubtitleMemberPath", b, this.bq);
|
|
1115
1161
|
}
|
|
1116
1162
|
},
|
|
1117
1163
|
enumerable: false,
|
|
1118
1164
|
configurable: true
|
|
1119
1165
|
});
|
|
1120
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1166
|
+
Object.defineProperty(CheckboxList.prototype, "ce", {
|
|
1121
1167
|
get: function () {
|
|
1122
|
-
return this.
|
|
1168
|
+
return this.bo;
|
|
1123
1169
|
},
|
|
1124
1170
|
set: function (a) {
|
|
1125
|
-
var b = this.
|
|
1126
|
-
this.
|
|
1127
|
-
if (b != this.
|
|
1128
|
-
this.
|
|
1171
|
+
var b = this.bo;
|
|
1172
|
+
this.bo = a;
|
|
1173
|
+
if (b != this.bo) {
|
|
1174
|
+
this.dw("PropertyTypeMemberPath", b, this.bo);
|
|
1129
1175
|
}
|
|
1130
1176
|
},
|
|
1131
1177
|
enumerable: false,
|
|
@@ -1133,27 +1179,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1133
1179
|
});
|
|
1134
1180
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1135
1181
|
get: function () {
|
|
1136
|
-
return this.
|
|
1182
|
+
return this.bp;
|
|
1137
1183
|
},
|
|
1138
1184
|
set: function (a) {
|
|
1139
|
-
var b = this.
|
|
1140
|
-
this.
|
|
1141
|
-
if (b != this.
|
|
1142
|
-
this.
|
|
1185
|
+
var b = this.bp;
|
|
1186
|
+
this.bp = a;
|
|
1187
|
+
if (b != this.bp) {
|
|
1188
|
+
this.dw("SelectedMemberPath", b, this.bp);
|
|
1143
1189
|
}
|
|
1144
1190
|
},
|
|
1145
1191
|
enumerable: false,
|
|
1146
1192
|
configurable: true
|
|
1147
1193
|
});
|
|
1148
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1194
|
+
Object.defineProperty(CheckboxList.prototype, "b7", {
|
|
1149
1195
|
get: function () {
|
|
1150
|
-
return this.
|
|
1196
|
+
return this.bn;
|
|
1151
1197
|
},
|
|
1152
1198
|
set: function (a) {
|
|
1153
|
-
var b = this.
|
|
1154
|
-
this.
|
|
1155
|
-
if (b != this.
|
|
1156
|
-
this.
|
|
1199
|
+
var b = this.bn;
|
|
1200
|
+
this.bn = a;
|
|
1201
|
+
if (b != this.bn) {
|
|
1202
|
+
this.dw("FilterPlaceholderText", b, this.bn);
|
|
1157
1203
|
}
|
|
1158
1204
|
},
|
|
1159
1205
|
enumerable: false,
|
|
@@ -1167,33 +1213,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1167
1213
|
var b = this.x;
|
|
1168
1214
|
this.x = a;
|
|
1169
1215
|
if (b != this.x) {
|
|
1170
|
-
this.
|
|
1216
|
+
this.dw("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.x));
|
|
1171
1217
|
}
|
|
1172
1218
|
},
|
|
1173
1219
|
enumerable: false,
|
|
1174
1220
|
configurable: true
|
|
1175
1221
|
});
|
|
1176
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1222
|
+
Object.defineProperty(CheckboxList.prototype, "bh", {
|
|
1177
1223
|
get: function () {
|
|
1178
|
-
return this.
|
|
1224
|
+
return this.be;
|
|
1179
1225
|
},
|
|
1180
1226
|
set: function (a) {
|
|
1181
|
-
var b = this.
|
|
1182
|
-
this.
|
|
1183
|
-
if (b != this.
|
|
1184
|
-
this.
|
|
1227
|
+
var b = this.be;
|
|
1228
|
+
this.be = a;
|
|
1229
|
+
if (b != this.be) {
|
|
1230
|
+
this.dw("RowHeight", b, this.be);
|
|
1185
1231
|
}
|
|
1186
1232
|
},
|
|
1187
1233
|
enumerable: false,
|
|
1188
1234
|
configurable: true
|
|
1189
1235
|
});
|
|
1190
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1236
|
+
Object.defineProperty(CheckboxList.prototype, "bf", {
|
|
1191
1237
|
get: function () {
|
|
1192
1238
|
if (this.f != null) {
|
|
1193
1239
|
return this.f.actualRowHeight;
|
|
1194
1240
|
}
|
|
1195
|
-
else if (this.
|
|
1196
|
-
return this.
|
|
1241
|
+
else if (this.be != -1) {
|
|
1242
|
+
return this.be;
|
|
1197
1243
|
}
|
|
1198
1244
|
else {
|
|
1199
1245
|
switch (this.density) {
|
|
@@ -1217,7 +1263,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1217
1263
|
var b = this.ak;
|
|
1218
1264
|
this.ak = a;
|
|
1219
1265
|
if (b != this.ak) {
|
|
1220
|
-
this.
|
|
1266
|
+
this.dw("CellTextStyle", b, this.ak);
|
|
1221
1267
|
}
|
|
1222
1268
|
},
|
|
1223
1269
|
enumerable: false,
|
|
@@ -1231,7 +1277,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1231
1277
|
var b = this.k;
|
|
1232
1278
|
this.k = a;
|
|
1233
1279
|
if (b != this.k) {
|
|
1234
|
-
this.
|
|
1280
|
+
this.dw("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.k));
|
|
1235
1281
|
}
|
|
1236
1282
|
},
|
|
1237
1283
|
enumerable: false,
|
|
@@ -1245,7 +1291,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1245
1291
|
var b = this.ac;
|
|
1246
1292
|
this.ac = a;
|
|
1247
1293
|
if (b != this.ac) {
|
|
1248
|
-
this.
|
|
1294
|
+
this.dw("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ac));
|
|
1249
1295
|
}
|
|
1250
1296
|
},
|
|
1251
1297
|
enumerable: false,
|
|
@@ -1259,7 +1305,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1259
1305
|
var b = this.ae;
|
|
1260
1306
|
this.ae = a;
|
|
1261
1307
|
if (b != this.ae) {
|
|
1262
|
-
this.
|
|
1308
|
+
this.dw("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ae));
|
|
1263
1309
|
}
|
|
1264
1310
|
},
|
|
1265
1311
|
enumerable: false,
|
|
@@ -1267,41 +1313,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1267
1313
|
});
|
|
1268
1314
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1269
1315
|
get: function () {
|
|
1270
|
-
return this.
|
|
1316
|
+
return this.es;
|
|
1271
1317
|
},
|
|
1272
1318
|
set: function (a) {
|
|
1273
|
-
var b = this.
|
|
1274
|
-
this.
|
|
1275
|
-
if (b != this.
|
|
1276
|
-
this.
|
|
1319
|
+
var b = this.es;
|
|
1320
|
+
this.es = a;
|
|
1321
|
+
if (b != this.es) {
|
|
1322
|
+
this.dw("SearchIconColor", b, this.es);
|
|
1277
1323
|
}
|
|
1278
1324
|
},
|
|
1279
1325
|
enumerable: false,
|
|
1280
1326
|
configurable: true
|
|
1281
1327
|
});
|
|
1282
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1328
|
+
Object.defineProperty(CheckboxList.prototype, "e8", {
|
|
1283
1329
|
get: function () {
|
|
1284
|
-
return this.
|
|
1330
|
+
return this.eq;
|
|
1285
1331
|
},
|
|
1286
1332
|
set: function (a) {
|
|
1287
|
-
var b = this.
|
|
1288
|
-
this.
|
|
1289
|
-
if (b != this.
|
|
1290
|
-
this.
|
|
1333
|
+
var b = this.eq;
|
|
1334
|
+
this.eq = a;
|
|
1335
|
+
if (b != this.eq) {
|
|
1336
|
+
this.dw("SearchBackgroundColor", b, this.eq);
|
|
1291
1337
|
}
|
|
1292
1338
|
},
|
|
1293
1339
|
enumerable: false,
|
|
1294
1340
|
configurable: true
|
|
1295
1341
|
});
|
|
1296
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1342
|
+
Object.defineProperty(CheckboxList.prototype, "a4", {
|
|
1297
1343
|
get: function () {
|
|
1298
|
-
return this.
|
|
1344
|
+
return this.av;
|
|
1299
1345
|
},
|
|
1300
1346
|
set: function (a) {
|
|
1301
|
-
var b = this.
|
|
1302
|
-
this.
|
|
1303
|
-
if (b != this.
|
|
1304
|
-
this.
|
|
1347
|
+
var b = this.av;
|
|
1348
|
+
this.av = a;
|
|
1349
|
+
if (b != this.av) {
|
|
1350
|
+
this.dw("LabelClickTriggersChange", b, this.av);
|
|
1305
1351
|
}
|
|
1306
1352
|
},
|
|
1307
1353
|
enumerable: false,
|
|
@@ -1309,27 +1355,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1309
1355
|
});
|
|
1310
1356
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1311
1357
|
get: function () {
|
|
1312
|
-
return this.
|
|
1358
|
+
return this.et;
|
|
1313
1359
|
},
|
|
1314
1360
|
set: function (a) {
|
|
1315
|
-
var b = this.
|
|
1316
|
-
this.
|
|
1317
|
-
if (b != this.
|
|
1318
|
-
this.
|
|
1361
|
+
var b = this.et;
|
|
1362
|
+
this.et = a;
|
|
1363
|
+
if (b != this.et) {
|
|
1364
|
+
this.dw("SearchTextColor", b, this.et);
|
|
1319
1365
|
}
|
|
1320
1366
|
},
|
|
1321
1367
|
enumerable: false,
|
|
1322
1368
|
configurable: true
|
|
1323
1369
|
});
|
|
1324
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1370
|
+
Object.defineProperty(CheckboxList.prototype, "e9", {
|
|
1325
1371
|
get: function () {
|
|
1326
|
-
return this.
|
|
1372
|
+
return this.er;
|
|
1327
1373
|
},
|
|
1328
1374
|
set: function (a) {
|
|
1329
|
-
var b = this.
|
|
1330
|
-
this.
|
|
1331
|
-
if (b != this.
|
|
1332
|
-
this.
|
|
1375
|
+
var b = this.er;
|
|
1376
|
+
this.er = a;
|
|
1377
|
+
if (b != this.er) {
|
|
1378
|
+
this.dw("SearchBorderColor", b, this.er);
|
|
1333
1379
|
}
|
|
1334
1380
|
},
|
|
1335
1381
|
enumerable: false,
|
|
@@ -1343,91 +1389,91 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1343
1389
|
var b = this.al;
|
|
1344
1390
|
this.al = a;
|
|
1345
1391
|
if (b != this.al) {
|
|
1346
|
-
this.
|
|
1392
|
+
this.dw("SearchTextStyle", b, this.al);
|
|
1347
1393
|
}
|
|
1348
1394
|
},
|
|
1349
1395
|
enumerable: false,
|
|
1350
1396
|
configurable: true
|
|
1351
1397
|
});
|
|
1352
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1398
|
+
Object.defineProperty(CheckboxList.prototype, "e0", {
|
|
1353
1399
|
get: function () {
|
|
1354
|
-
return this.
|
|
1400
|
+
return this.el;
|
|
1355
1401
|
},
|
|
1356
1402
|
set: function (a) {
|
|
1357
|
-
var b = this.
|
|
1358
|
-
this.
|
|
1359
|
-
if (b != this.
|
|
1360
|
-
this.
|
|
1403
|
+
var b = this.el;
|
|
1404
|
+
this.el = a;
|
|
1405
|
+
if (b != this.el) {
|
|
1406
|
+
this.dw("CheckboxTickColor", b, this.el);
|
|
1361
1407
|
}
|
|
1362
1408
|
},
|
|
1363
1409
|
enumerable: false,
|
|
1364
1410
|
configurable: true
|
|
1365
1411
|
});
|
|
1366
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1412
|
+
Object.defineProperty(CheckboxList.prototype, "ey", {
|
|
1367
1413
|
get: function () {
|
|
1368
|
-
return this.
|
|
1414
|
+
return this.ej;
|
|
1369
1415
|
},
|
|
1370
1416
|
set: function (a) {
|
|
1371
|
-
var b = this.
|
|
1372
|
-
this.
|
|
1373
|
-
if (b != this.
|
|
1374
|
-
this.
|
|
1417
|
+
var b = this.ej;
|
|
1418
|
+
this.ej = a;
|
|
1419
|
+
if (b != this.ej) {
|
|
1420
|
+
this.dw("CheckboxCheckedBackgroundColor", b, this.ej);
|
|
1375
1421
|
}
|
|
1376
1422
|
},
|
|
1377
1423
|
enumerable: false,
|
|
1378
1424
|
configurable: true
|
|
1379
1425
|
});
|
|
1380
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1426
|
+
Object.defineProperty(CheckboxList.prototype, "e1", {
|
|
1381
1427
|
get: function () {
|
|
1382
|
-
return this.
|
|
1428
|
+
return this.em;
|
|
1383
1429
|
},
|
|
1384
1430
|
set: function (a) {
|
|
1385
|
-
var b = this.
|
|
1386
|
-
this.
|
|
1387
|
-
if (b != this.
|
|
1388
|
-
this.
|
|
1431
|
+
var b = this.em;
|
|
1432
|
+
this.em = a;
|
|
1433
|
+
if (b != this.em) {
|
|
1434
|
+
this.dw("CheckboxUncheckedBackgroundColor", b, this.em);
|
|
1389
1435
|
}
|
|
1390
1436
|
},
|
|
1391
1437
|
enumerable: false,
|
|
1392
1438
|
configurable: true
|
|
1393
1439
|
});
|
|
1394
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1440
|
+
Object.defineProperty(CheckboxList.prototype, "ez", {
|
|
1395
1441
|
get: function () {
|
|
1396
|
-
return this.
|
|
1442
|
+
return this.ek;
|
|
1397
1443
|
},
|
|
1398
1444
|
set: function (a) {
|
|
1399
|
-
var b = this.
|
|
1400
|
-
this.
|
|
1401
|
-
if (b != this.
|
|
1402
|
-
this.
|
|
1445
|
+
var b = this.ek;
|
|
1446
|
+
this.ek = a;
|
|
1447
|
+
if (b != this.ek) {
|
|
1448
|
+
this.dw("CheckboxCheckedBorderColor", b, this.ek);
|
|
1403
1449
|
}
|
|
1404
1450
|
},
|
|
1405
1451
|
enumerable: false,
|
|
1406
1452
|
configurable: true
|
|
1407
1453
|
});
|
|
1408
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1454
|
+
Object.defineProperty(CheckboxList.prototype, "e2", {
|
|
1409
1455
|
get: function () {
|
|
1410
|
-
return this.
|
|
1456
|
+
return this.en;
|
|
1411
1457
|
},
|
|
1412
1458
|
set: function (a) {
|
|
1413
|
-
var b = this.
|
|
1414
|
-
this.
|
|
1415
|
-
if (b != this.
|
|
1416
|
-
this.
|
|
1459
|
+
var b = this.en;
|
|
1460
|
+
this.en = a;
|
|
1461
|
+
if (b != this.en) {
|
|
1462
|
+
this.dw("CheckboxUncheckedBorderColor", b, this.en);
|
|
1417
1463
|
}
|
|
1418
1464
|
},
|
|
1419
1465
|
enumerable: false,
|
|
1420
1466
|
configurable: true
|
|
1421
1467
|
});
|
|
1422
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1468
|
+
Object.defineProperty(CheckboxList.prototype, "ba", {
|
|
1423
1469
|
get: function () {
|
|
1424
|
-
return this.
|
|
1470
|
+
return this.a9;
|
|
1425
1471
|
},
|
|
1426
1472
|
set: function (a) {
|
|
1427
|
-
var b = this.
|
|
1428
|
-
this.
|
|
1429
|
-
if (b != this.
|
|
1430
|
-
this.
|
|
1473
|
+
var b = this.a9;
|
|
1474
|
+
this.a9 = a;
|
|
1475
|
+
if (b != this.a9) {
|
|
1476
|
+
this.dw("CheckboxCornerRadius", b, this.a9);
|
|
1431
1477
|
}
|
|
1432
1478
|
},
|
|
1433
1479
|
enumerable: false,
|
|
@@ -1441,42 +1487,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1441
1487
|
var b = this.aa;
|
|
1442
1488
|
this.aa = a;
|
|
1443
1489
|
if (b != this.aa) {
|
|
1444
|
-
this.
|
|
1490
|
+
this.dw("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.aa));
|
|
1445
1491
|
}
|
|
1446
1492
|
},
|
|
1447
1493
|
enumerable: false,
|
|
1448
1494
|
configurable: true
|
|
1449
1495
|
});
|
|
1450
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1496
|
+
Object.defineProperty(CheckboxList.prototype, "e7", {
|
|
1451
1497
|
get: function () {
|
|
1452
|
-
return this.
|
|
1498
|
+
return this.ep;
|
|
1453
1499
|
},
|
|
1454
1500
|
set: function (a) {
|
|
1455
|
-
var b = this.
|
|
1456
|
-
this.
|
|
1457
|
-
if (b != this.
|
|
1458
|
-
this.
|
|
1501
|
+
var b = this.ep;
|
|
1502
|
+
this.ep = a;
|
|
1503
|
+
if (b != this.ep) {
|
|
1504
|
+
this.dw("ScrollbarBackground", b, this.ep);
|
|
1459
1505
|
}
|
|
1460
1506
|
},
|
|
1461
1507
|
enumerable: false,
|
|
1462
1508
|
configurable: true
|
|
1463
1509
|
});
|
|
1464
|
-
CheckboxList.prototype.
|
|
1510
|
+
CheckboxList.prototype.dw = function (a, b, c) {
|
|
1465
1511
|
if (this.propertyChanged != null) {
|
|
1466
1512
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1467
1513
|
}
|
|
1468
|
-
this.
|
|
1514
|
+
this.d2(a, b, c);
|
|
1469
1515
|
};
|
|
1470
|
-
CheckboxList.prototype.
|
|
1516
|
+
CheckboxList.prototype.d2 = function (a, b, c) {
|
|
1471
1517
|
switch (a) {
|
|
1472
1518
|
case "IndexType":
|
|
1473
1519
|
this.keys.clear();
|
|
1474
|
-
this.
|
|
1520
|
+
this.dg();
|
|
1475
1521
|
if (this.keysCleared != null) {
|
|
1476
1522
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1477
1523
|
}
|
|
1478
1524
|
this.view.al();
|
|
1479
|
-
this.
|
|
1525
|
+
this.ds(b, c);
|
|
1480
1526
|
break;
|
|
1481
1527
|
case "ItemsSource":
|
|
1482
1528
|
if (this.f != null) {
|
|
@@ -1487,18 +1533,18 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1487
1533
|
this.f.filterExpressions.clear();
|
|
1488
1534
|
this.f.summaryDescriptions.n();
|
|
1489
1535
|
}
|
|
1490
|
-
if (this.f.actualDataSource != null) {
|
|
1536
|
+
if (this.f.actualDataSource != null && !this.ay) {
|
|
1491
1537
|
var d = this.f.actualDataSource;
|
|
1492
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1538
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.dx));
|
|
1493
1539
|
}
|
|
1494
|
-
this.f.itemsSource = this.
|
|
1495
|
-
this.
|
|
1496
|
-
if (this.f.actualDataSource != null) {
|
|
1540
|
+
this.f.itemsSource = this.bj;
|
|
1541
|
+
this.c5();
|
|
1542
|
+
if (this.f.actualDataSource != null && !this.ay) {
|
|
1497
1543
|
var e = this.f.actualDataSource;
|
|
1498
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1544
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.dx));
|
|
1499
1545
|
}
|
|
1500
1546
|
this.ar = true;
|
|
1501
|
-
this.
|
|
1547
|
+
this.dz();
|
|
1502
1548
|
this.ar = false;
|
|
1503
1549
|
this.view.al();
|
|
1504
1550
|
}
|
|
@@ -1508,9 +1554,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1508
1554
|
case "SubtitleMemberPath":
|
|
1509
1555
|
case "PropertyTypeMemberPath":
|
|
1510
1556
|
if (this.f != null) {
|
|
1511
|
-
if (this.
|
|
1512
|
-
this.
|
|
1513
|
-
this.
|
|
1557
|
+
if (this.bm != null) {
|
|
1558
|
+
this.dz();
|
|
1559
|
+
this.ed();
|
|
1514
1560
|
}
|
|
1515
1561
|
}
|
|
1516
1562
|
break;
|
|
@@ -1520,7 +1566,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1520
1566
|
}
|
|
1521
1567
|
break;
|
|
1522
1568
|
case "SelectAllCaptionTextColor":
|
|
1523
|
-
this.
|
|
1569
|
+
this.ew = null != this.fc ? this.fc : CheckboxList.e5;
|
|
1524
1570
|
break;
|
|
1525
1571
|
case "SelectAllCaption":
|
|
1526
1572
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1536,7 +1582,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1536
1582
|
break;
|
|
1537
1583
|
case "FilterPlaceholderText":
|
|
1538
1584
|
if (this.t != null) {
|
|
1539
|
-
this.t.cg = this.
|
|
1585
|
+
this.t.cg = this.b7;
|
|
1540
1586
|
}
|
|
1541
1587
|
break;
|
|
1542
1588
|
case "SearchInputType":
|
|
@@ -1546,7 +1592,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1546
1592
|
break;
|
|
1547
1593
|
case "RowHeight":
|
|
1548
1594
|
if (this.f != null) {
|
|
1549
|
-
this.f.rowHeight = this.
|
|
1595
|
+
this.f.rowHeight = this.bh;
|
|
1550
1596
|
}
|
|
1551
1597
|
break;
|
|
1552
1598
|
case "CellTextStyle":
|
|
@@ -1560,7 +1606,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1560
1606
|
case "RowHoverBackgroundColor":
|
|
1561
1607
|
var f = this.f;
|
|
1562
1608
|
if (null != f) {
|
|
1563
|
-
f.cellTextColor = this.
|
|
1609
|
+
f.cellTextColor = this.fe;
|
|
1564
1610
|
f.cellBackground = this.backgroundColor;
|
|
1565
1611
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1566
1612
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
@@ -1568,14 +1614,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1568
1614
|
this.view.ai();
|
|
1569
1615
|
break;
|
|
1570
1616
|
case "BaseTheme":
|
|
1571
|
-
this.
|
|
1617
|
+
this.ec();
|
|
1572
1618
|
break;
|
|
1573
1619
|
case "Density":
|
|
1574
|
-
this.
|
|
1620
|
+
this.eb();
|
|
1575
1621
|
break;
|
|
1576
1622
|
case "IsRowHoverEnabled":
|
|
1577
1623
|
if (this.f != null) {
|
|
1578
|
-
this.f.isRowHoverEnabled = this.
|
|
1624
|
+
this.f.isRowHoverEnabled = this.a2;
|
|
1579
1625
|
}
|
|
1580
1626
|
break;
|
|
1581
1627
|
case "ScrollbarStyle":
|
|
@@ -1585,17 +1631,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1585
1631
|
break;
|
|
1586
1632
|
case "ScrollbarBackground":
|
|
1587
1633
|
if (this.f != null) {
|
|
1588
|
-
this.f.scrollbarBackground = this.
|
|
1634
|
+
this.f.scrollbarBackground = this.e7;
|
|
1589
1635
|
}
|
|
1590
1636
|
break;
|
|
1591
1637
|
case "SearchIconColor":
|
|
1592
1638
|
this.view.ag();
|
|
1593
1639
|
break;
|
|
1594
1640
|
case "SearchBackgroundColor":
|
|
1595
|
-
this.w.mc = this.
|
|
1641
|
+
this.w.mc = this.e8;
|
|
1596
1642
|
break;
|
|
1597
1643
|
case "SearchBorderColor":
|
|
1598
|
-
this.w.md = this.
|
|
1644
|
+
this.w.md = this.e9;
|
|
1599
1645
|
break;
|
|
1600
1646
|
case "SearchTextColor":
|
|
1601
1647
|
if (this.u != null) {
|
|
@@ -1618,7 +1664,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1618
1664
|
break;
|
|
1619
1665
|
case "CheckboxAlignedRight":
|
|
1620
1666
|
if (this.f != null) {
|
|
1621
|
-
this.
|
|
1667
|
+
this.ef();
|
|
1622
1668
|
}
|
|
1623
1669
|
break;
|
|
1624
1670
|
case "DataLegendTarget":
|
|
@@ -1628,7 +1674,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1628
1674
|
break;
|
|
1629
1675
|
}
|
|
1630
1676
|
};
|
|
1631
|
-
CheckboxList.prototype.
|
|
1677
|
+
CheckboxList.prototype.ef = function () {
|
|
1632
1678
|
if (this.f.actualColumns.count == 0) {
|
|
1633
1679
|
return;
|
|
1634
1680
|
}
|
|
@@ -1636,7 +1682,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1636
1682
|
var b = this.f.actualColumns._inner[1];
|
|
1637
1683
|
var c = this.f.actualColumns._inner[2];
|
|
1638
1684
|
this.f.actualColumns.clear();
|
|
1639
|
-
if (this.
|
|
1685
|
+
if (this.ax) {
|
|
1640
1686
|
this.f.columns.add(b);
|
|
1641
1687
|
this.f.columns.add(a);
|
|
1642
1688
|
}
|
|
@@ -1646,7 +1692,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1646
1692
|
}
|
|
1647
1693
|
this.f.columns.add(c);
|
|
1648
1694
|
};
|
|
1649
|
-
CheckboxList.prototype.
|
|
1695
|
+
CheckboxList.prototype.ds = function (a, b) {
|
|
1650
1696
|
if (this.indexTypeChanged != null) {
|
|
1651
1697
|
this.indexTypeChanged(this, ((function () {
|
|
1652
1698
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1656,7 +1702,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1656
1702
|
})()));
|
|
1657
1703
|
}
|
|
1658
1704
|
};
|
|
1659
|
-
CheckboxList.prototype.
|
|
1705
|
+
CheckboxList.prototype.eb = function () {
|
|
1660
1706
|
if (this.f != null) {
|
|
1661
1707
|
this.f.density = this.density;
|
|
1662
1708
|
}
|
|
@@ -1665,7 +1711,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1665
1711
|
}
|
|
1666
1712
|
this.view.ac();
|
|
1667
1713
|
};
|
|
1668
|
-
CheckboxList.prototype.
|
|
1714
|
+
CheckboxList.prototype.ec = function () {
|
|
1669
1715
|
if (this.v != null) {
|
|
1670
1716
|
this.v.p = this.baseTheme;
|
|
1671
1717
|
}
|
|
@@ -1673,49 +1719,49 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1673
1719
|
this.u.d8 = this.searchTextColor;
|
|
1674
1720
|
}
|
|
1675
1721
|
if (this.f != null) {
|
|
1676
|
-
this.f.cellTextColor = this.
|
|
1722
|
+
this.f.cellTextColor = this.fe;
|
|
1677
1723
|
this.f.cellBackground = this.backgroundColor;
|
|
1678
1724
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1679
1725
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1680
1726
|
}
|
|
1681
1727
|
this.view.ae();
|
|
1682
1728
|
};
|
|
1683
|
-
CheckboxList.prototype.
|
|
1729
|
+
CheckboxList.prototype.dx = function (a, b) {
|
|
1684
1730
|
this.ar = true;
|
|
1685
|
-
this.
|
|
1731
|
+
this.c5();
|
|
1686
1732
|
if (b.schema != null) {
|
|
1687
|
-
this.
|
|
1733
|
+
this.dz();
|
|
1688
1734
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1689
|
-
this.
|
|
1735
|
+
this.du(this.keys._inner[c]);
|
|
1690
1736
|
}
|
|
1691
1737
|
this.view.al();
|
|
1692
1738
|
}
|
|
1693
1739
|
this.ar = false;
|
|
1694
1740
|
};
|
|
1695
|
-
CheckboxList.prototype.
|
|
1696
|
-
if (this.ai == null && this.
|
|
1697
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1741
|
+
CheckboxList.prototype.dz = function () {
|
|
1742
|
+
if (this.ai == null && this.bp != null && this.bp != "") {
|
|
1743
|
+
this.ai = new FastReflectionHelper(false, this.bp);
|
|
1698
1744
|
}
|
|
1699
|
-
if (this.ag == null && this.
|
|
1700
|
-
this.ag = new FastReflectionHelper(false, this.
|
|
1745
|
+
if (this.ag == null && this.bm != null && this.bm != "") {
|
|
1746
|
+
this.ag = new FastReflectionHelper(false, this.bm);
|
|
1701
1747
|
}
|
|
1702
|
-
if (this.aj == null && this.
|
|
1703
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1748
|
+
if (this.aj == null && this.bq != null && this.bq != "") {
|
|
1749
|
+
this.aj = new FastReflectionHelper(false, this.bq);
|
|
1704
1750
|
}
|
|
1705
|
-
if (this.ah == null && this.
|
|
1706
|
-
this.ah = new FastReflectionHelper(false, this.
|
|
1751
|
+
if (this.ah == null && this.bo != null && this.bo != "") {
|
|
1752
|
+
this.ah = new FastReflectionHelper(false, this.bo);
|
|
1707
1753
|
}
|
|
1708
1754
|
if (this.ag != null) {
|
|
1709
|
-
this.ag.propertyName = this.
|
|
1755
|
+
this.ag.propertyName = this.bm;
|
|
1710
1756
|
}
|
|
1711
1757
|
if (this.aj != null) {
|
|
1712
|
-
this.aj.propertyName = this.
|
|
1758
|
+
this.aj.propertyName = this.bq;
|
|
1713
1759
|
}
|
|
1714
1760
|
if (this.ah != null) {
|
|
1715
|
-
this.ah.propertyName = this.
|
|
1761
|
+
this.ah.propertyName = this.bo;
|
|
1716
1762
|
}
|
|
1717
|
-
if (this.
|
|
1718
|
-
this.ai.propertyName = this.
|
|
1763
|
+
if (this.bj != null && this.ai != null && this.f.actualDataSource.actualSchema != null) {
|
|
1764
|
+
this.ai.propertyName = this.bp;
|
|
1719
1765
|
var a = this.f.actualDataSource.actualCount;
|
|
1720
1766
|
for (var b = 0; b < a; b++) {
|
|
1721
1767
|
var c = this.f.actualDataSource.getItemAtIndex(b);
|
|
@@ -1732,42 +1778,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1732
1778
|
}
|
|
1733
1779
|
}
|
|
1734
1780
|
};
|
|
1735
|
-
CheckboxList.prototype.
|
|
1781
|
+
CheckboxList.prototype.ed = function () {
|
|
1736
1782
|
this.f.actualColumns.clear();
|
|
1737
1783
|
this.f.primaryKey = this.primaryKey;
|
|
1738
1784
|
this.f.isGroupRowSticky = false;
|
|
1739
|
-
this.f.rowHeight = this.
|
|
1785
|
+
this.f.rowHeight = this.bh;
|
|
1740
1786
|
this.f.cellBackground = this.backgroundColor;
|
|
1741
1787
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1742
1788
|
this.f.density = this.density;
|
|
1743
|
-
this.f.isRowHoverEnabled = this.
|
|
1789
|
+
this.f.isRowHoverEnabled = this.a2;
|
|
1744
1790
|
this.f.borderWidth = new Thickness(0, 0);
|
|
1745
1791
|
if (this.am != null) {
|
|
1746
1792
|
this.f.cellTextStyle = this.am;
|
|
1747
1793
|
}
|
|
1748
1794
|
var a = new TemplateColumn();
|
|
1749
|
-
if (this.
|
|
1750
|
-
this.
|
|
1795
|
+
if (this.bp == null) {
|
|
1796
|
+
this.bp = "";
|
|
1751
1797
|
}
|
|
1752
|
-
a.
|
|
1753
|
-
a.
|
|
1798
|
+
a.lp = this.bp;
|
|
1799
|
+
a.mg = "CheckboxColumn";
|
|
1754
1800
|
var b = new ColumnWidth();
|
|
1755
1801
|
b.c = false;
|
|
1756
1802
|
b.f = 28;
|
|
1757
1803
|
a.width = b;
|
|
1758
|
-
a.kk = 0;
|
|
1759
1804
|
a.kl = 0;
|
|
1760
|
-
a.
|
|
1805
|
+
a.km = 0;
|
|
1806
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c6));
|
|
1761
1807
|
this.j = a;
|
|
1762
1808
|
this.f.columns.add(a);
|
|
1763
|
-
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
1764
|
-
if ((this.
|
|
1809
|
+
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.bm);
|
|
1810
|
+
if ((this.bq != null || this.bo != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1765
1811
|
var d = new TemplateColumn();
|
|
1766
|
-
d.
|
|
1767
|
-
d.
|
|
1768
|
-
d.
|
|
1812
|
+
d.lp = this.bm;
|
|
1813
|
+
d.mg = "DataColumn";
|
|
1814
|
+
d.kl = 0;
|
|
1769
1815
|
d.g = 0;
|
|
1770
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1816
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ee));
|
|
1771
1817
|
this.f.columns.add(d);
|
|
1772
1818
|
}
|
|
1773
1819
|
else {
|
|
@@ -1793,9 +1839,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1793
1839
|
e = new TextColumn();
|
|
1794
1840
|
break;
|
|
1795
1841
|
}
|
|
1796
|
-
e.
|
|
1797
|
-
e.
|
|
1798
|
-
e.
|
|
1842
|
+
e.lp = this.bm;
|
|
1843
|
+
e.mg = "DataColumn";
|
|
1844
|
+
e.kl = 0;
|
|
1799
1845
|
e.g = 0;
|
|
1800
1846
|
this.f.columns.add(e);
|
|
1801
1847
|
}
|
|
@@ -1803,9 +1849,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1803
1849
|
var g = new ColumnWidth();
|
|
1804
1850
|
g.c = false;
|
|
1805
1851
|
g.f = 10;
|
|
1806
|
-
f.
|
|
1807
|
-
f.
|
|
1808
|
-
f.
|
|
1852
|
+
f.lp = "PaddingColumn";
|
|
1853
|
+
f.mg = "PaddingColumn";
|
|
1854
|
+
f.kl = 0;
|
|
1809
1855
|
f.width = g;
|
|
1810
1856
|
this.f.columns.add(f);
|
|
1811
1857
|
};
|
|
@@ -1815,14 +1861,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1815
1861
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1816
1862
|
this.view.t(a);
|
|
1817
1863
|
};
|
|
1818
|
-
CheckboxList.prototype.
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1864
|
+
CheckboxList.prototype.dt = function () {
|
|
1865
|
+
if (!this.ay) {
|
|
1866
|
+
var a = this.u;
|
|
1867
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.de));
|
|
1868
|
+
}
|
|
1869
|
+
this.ec();
|
|
1822
1870
|
};
|
|
1823
|
-
CheckboxList.prototype.
|
|
1871
|
+
CheckboxList.prototype.de = function (a, b) {
|
|
1824
1872
|
var c = b.value.toLowerCase();
|
|
1825
|
-
this.
|
|
1873
|
+
this.dr(c);
|
|
1826
1874
|
};
|
|
1827
1875
|
CheckboxList.prototype.i = function (a) {
|
|
1828
1876
|
if (this.primaryKey == null) {
|
|
@@ -1836,7 +1884,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1836
1884
|
}
|
|
1837
1885
|
return new PrimaryKeyValue(b, c);
|
|
1838
1886
|
};
|
|
1839
|
-
CheckboxList.prototype.
|
|
1887
|
+
CheckboxList.prototype.d7 = function (a) {
|
|
1840
1888
|
this.aq = true;
|
|
1841
1889
|
var b = this.e.getItemAtIndex(a);
|
|
1842
1890
|
if (this.ai != null) {
|
|
@@ -1846,7 +1894,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1846
1894
|
this.keys.remove(c);
|
|
1847
1895
|
this.aq = false;
|
|
1848
1896
|
};
|
|
1849
|
-
CheckboxList.prototype.
|
|
1897
|
+
CheckboxList.prototype.c2 = function (a) {
|
|
1850
1898
|
this.aq = true;
|
|
1851
1899
|
var b = this.e.getItemAtIndex(a);
|
|
1852
1900
|
if (this.ai != null) {
|
|
@@ -1856,61 +1904,61 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1856
1904
|
this.keys.add(c);
|
|
1857
1905
|
this.aq = false;
|
|
1858
1906
|
};
|
|
1859
|
-
CheckboxList.prototype.
|
|
1907
|
+
CheckboxList.prototype.ea = function () {
|
|
1860
1908
|
this.indexType = 0;
|
|
1861
1909
|
this.keys.clear();
|
|
1862
|
-
this.
|
|
1910
|
+
this.dg();
|
|
1863
1911
|
if (this.keysCleared != null) {
|
|
1864
1912
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1865
1913
|
}
|
|
1866
1914
|
};
|
|
1867
|
-
CheckboxList.prototype.
|
|
1915
|
+
CheckboxList.prototype.c8 = function () {
|
|
1868
1916
|
this.indexType = 1;
|
|
1869
1917
|
this.keys.clear();
|
|
1870
|
-
this.
|
|
1918
|
+
this.dg();
|
|
1871
1919
|
if (this.keysCleared != null) {
|
|
1872
1920
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1873
1921
|
}
|
|
1874
1922
|
};
|
|
1875
|
-
CheckboxList.prototype.
|
|
1923
|
+
CheckboxList.prototype.dl = function (a, b, c) {
|
|
1876
1924
|
if (this.f != null) {
|
|
1877
1925
|
this.f.notifySetItem(a, b, c);
|
|
1878
1926
|
}
|
|
1879
1927
|
};
|
|
1880
|
-
CheckboxList.prototype.
|
|
1928
|
+
CheckboxList.prototype.dh = function () {
|
|
1881
1929
|
if (this.f != null) {
|
|
1882
1930
|
this.f.notifyClearItems();
|
|
1883
1931
|
}
|
|
1884
1932
|
};
|
|
1885
|
-
CheckboxList.prototype.
|
|
1933
|
+
CheckboxList.prototype.dg = function () {
|
|
1886
1934
|
if (this.f != null) {
|
|
1887
1935
|
this.f.invalidateVisibleRows();
|
|
1888
1936
|
}
|
|
1889
1937
|
};
|
|
1890
|
-
CheckboxList.prototype.
|
|
1938
|
+
CheckboxList.prototype.di = function (a, b) {
|
|
1891
1939
|
if (this.f != null) {
|
|
1892
1940
|
this.f.notifyInsertItem(a, b);
|
|
1893
1941
|
}
|
|
1894
1942
|
;
|
|
1895
1943
|
};
|
|
1896
|
-
CheckboxList.prototype.
|
|
1944
|
+
CheckboxList.prototype.dk = function (a, b) {
|
|
1897
1945
|
if (this.f != null) {
|
|
1898
1946
|
this.f.notifyRemoveItem(a, b);
|
|
1899
1947
|
}
|
|
1900
1948
|
;
|
|
1901
1949
|
};
|
|
1902
1950
|
CheckboxList.prototype.refresh = function () {
|
|
1903
|
-
if (this.
|
|
1951
|
+
if (this.au) {
|
|
1904
1952
|
return;
|
|
1905
1953
|
}
|
|
1906
1954
|
if (this.f != null) {
|
|
1907
|
-
this.
|
|
1955
|
+
this.au = true;
|
|
1908
1956
|
this.view.v();
|
|
1909
1957
|
this.f.refresh();
|
|
1910
|
-
this.
|
|
1958
|
+
this.au = false;
|
|
1911
1959
|
}
|
|
1912
1960
|
};
|
|
1913
|
-
CheckboxList.prototype.
|
|
1961
|
+
CheckboxList.prototype.c3 = function (a) {
|
|
1914
1962
|
var b = null;
|
|
1915
1963
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1916
1964
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1930,7 +1978,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1930
1978
|
this.keys.add(b);
|
|
1931
1979
|
}
|
|
1932
1980
|
};
|
|
1933
|
-
CheckboxList.prototype.
|
|
1981
|
+
CheckboxList.prototype.d8 = function (a) {
|
|
1934
1982
|
var b = null;
|
|
1935
1983
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1936
1984
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1953,13 +2001,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1953
2001
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
1954
2002
|
var b = 248;
|
|
1955
2003
|
var c = 0;
|
|
1956
|
-
var d = this.
|
|
2004
|
+
var d = this.bc();
|
|
1957
2005
|
var e = 5;
|
|
1958
2006
|
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
1959
2007
|
e = this.f.actualDataSource.actualCount;
|
|
1960
2008
|
}
|
|
1961
|
-
var f = this.
|
|
1962
|
-
var g = this.
|
|
2009
|
+
var f = this.bf * e;
|
|
2010
|
+
var g = this.bf * (this.showSelectAll ? 4 : 5);
|
|
1963
2011
|
var h = f > g ? g : f;
|
|
1964
2012
|
var i = d + h;
|
|
1965
2013
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1976,71 +2024,71 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1976
2024
|
}
|
|
1977
2025
|
return new Size(1, b, c);
|
|
1978
2026
|
};
|
|
1979
|
-
CheckboxList.prototype.
|
|
2027
|
+
CheckboxList.prototype.bc = function () {
|
|
1980
2028
|
var a = 0;
|
|
1981
2029
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1982
2030
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1983
2031
|
a += (0.8 + 6);
|
|
1984
2032
|
a += 4;
|
|
1985
2033
|
if (this.showSelectAll) {
|
|
1986
|
-
a += this.
|
|
2034
|
+
a += this.bf;
|
|
1987
2035
|
}
|
|
1988
2036
|
a += 4;
|
|
1989
2037
|
return a;
|
|
1990
2038
|
};
|
|
1991
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2039
|
+
Object.defineProperty(CheckboxList.prototype, "cs", {
|
|
1992
2040
|
get: function () {
|
|
1993
|
-
return this.
|
|
2041
|
+
return this.cr != null ? this.cr : !stringIsNullOrWhiteSpace(this.ap.b1("Select_All")) ? this.ap.b1("Select_All") : "(Select All)";
|
|
1994
2042
|
},
|
|
1995
2043
|
set: function (a) {
|
|
1996
|
-
if (a == this.
|
|
2044
|
+
if (a == this.cr) {
|
|
1997
2045
|
return;
|
|
1998
2046
|
}
|
|
1999
|
-
var b = this.
|
|
2000
|
-
this.
|
|
2001
|
-
this.
|
|
2047
|
+
var b = this.cr;
|
|
2048
|
+
this.cr = a;
|
|
2049
|
+
this.dw("SelectAllCaption", b, this.cr);
|
|
2002
2050
|
},
|
|
2003
2051
|
enumerable: false,
|
|
2004
2052
|
configurable: true
|
|
2005
2053
|
});
|
|
2006
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2054
|
+
Object.defineProperty(CheckboxList.prototype, "fc", {
|
|
2007
2055
|
get: function () {
|
|
2008
|
-
return this.
|
|
2056
|
+
return this.eu;
|
|
2009
2057
|
},
|
|
2010
2058
|
set: function (a) {
|
|
2011
|
-
var b = this.
|
|
2012
|
-
this.
|
|
2013
|
-
if (b != this.
|
|
2014
|
-
this.
|
|
2059
|
+
var b = this.eu;
|
|
2060
|
+
this.eu = a;
|
|
2061
|
+
if (b != this.eu) {
|
|
2062
|
+
this.dw("SelectAllCaptionTextColor", b, a);
|
|
2015
2063
|
}
|
|
2016
2064
|
},
|
|
2017
2065
|
enumerable: false,
|
|
2018
2066
|
configurable: true
|
|
2019
2067
|
});
|
|
2020
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2068
|
+
Object.defineProperty(CheckboxList.prototype, "ew", {
|
|
2021
2069
|
get: function () {
|
|
2022
|
-
return this.
|
|
2070
|
+
return this.eh;
|
|
2023
2071
|
},
|
|
2024
2072
|
set: function (a) {
|
|
2025
|
-
var b = this.
|
|
2026
|
-
this.
|
|
2027
|
-
if (b != this.
|
|
2028
|
-
this.
|
|
2073
|
+
var b = this.eh;
|
|
2074
|
+
this.eh = a;
|
|
2075
|
+
if (b != this.eh) {
|
|
2076
|
+
this.dw("ActualSelectAllCaptionTextColor", b, a);
|
|
2029
2077
|
}
|
|
2030
2078
|
},
|
|
2031
2079
|
enumerable: false,
|
|
2032
2080
|
configurable: true
|
|
2033
2081
|
});
|
|
2034
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2082
|
+
Object.defineProperty(CheckboxList.prototype, "a3", {
|
|
2035
2083
|
get: function () {
|
|
2036
|
-
if (-1 == this.
|
|
2084
|
+
if (-1 == this.bg) {
|
|
2037
2085
|
return false;
|
|
2038
2086
|
}
|
|
2039
2087
|
var a = this.keys.count;
|
|
2040
2088
|
if (0 == a) {
|
|
2041
2089
|
return false;
|
|
2042
2090
|
}
|
|
2043
|
-
if (a == this.
|
|
2091
|
+
if (a == this.bg) {
|
|
2044
2092
|
return false;
|
|
2045
2093
|
}
|
|
2046
2094
|
return true;
|
|
@@ -2050,28 +2098,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2050
2098
|
});
|
|
2051
2099
|
Object.defineProperty(CheckboxList.prototype, "showSelectAll", {
|
|
2052
2100
|
get: function () {
|
|
2053
|
-
return this.
|
|
2101
|
+
return this.a7;
|
|
2054
2102
|
},
|
|
2055
2103
|
set: function (a) {
|
|
2056
|
-
if (a == this.
|
|
2104
|
+
if (a == this.a7) {
|
|
2057
2105
|
return;
|
|
2058
2106
|
}
|
|
2059
|
-
var b = this.
|
|
2060
|
-
this.
|
|
2061
|
-
this.
|
|
2107
|
+
var b = this.a7;
|
|
2108
|
+
this.a7 = a;
|
|
2109
|
+
this.dw("showSelectAll", b, this.a7);
|
|
2062
2110
|
},
|
|
2063
2111
|
enumerable: false,
|
|
2064
2112
|
configurable: true
|
|
2065
2113
|
});
|
|
2066
2114
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2067
2115
|
get: function () {
|
|
2068
|
-
return this.
|
|
2116
|
+
return this.ei;
|
|
2069
2117
|
},
|
|
2070
2118
|
set: function (a) {
|
|
2071
|
-
var b = this.
|
|
2072
|
-
this.
|
|
2073
|
-
if (b != this.
|
|
2074
|
-
this.
|
|
2119
|
+
var b = this.ei;
|
|
2120
|
+
this.ei = a;
|
|
2121
|
+
if (b != this.ei) {
|
|
2122
|
+
this.dw("BackgroundColor", b, a);
|
|
2075
2123
|
}
|
|
2076
2124
|
},
|
|
2077
2125
|
enumerable: false,
|
|
@@ -2079,33 +2127,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2079
2127
|
});
|
|
2080
2128
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2081
2129
|
get: function () {
|
|
2082
|
-
return this.
|
|
2130
|
+
return this.eo;
|
|
2083
2131
|
},
|
|
2084
2132
|
set: function (a) {
|
|
2085
|
-
var b = this.
|
|
2086
|
-
this.
|
|
2087
|
-
if (b != this.
|
|
2088
|
-
this.
|
|
2133
|
+
var b = this.eo;
|
|
2134
|
+
this.eo = a;
|
|
2135
|
+
if (b != this.eo) {
|
|
2136
|
+
this.dw("RowHoverBackgroundColor", b, a);
|
|
2089
2137
|
}
|
|
2090
2138
|
},
|
|
2091
2139
|
enumerable: false,
|
|
2092
2140
|
configurable: true
|
|
2093
2141
|
});
|
|
2094
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2142
|
+
Object.defineProperty(CheckboxList.prototype, "fe", {
|
|
2095
2143
|
get: function () {
|
|
2096
|
-
return this.
|
|
2144
|
+
return this.ev;
|
|
2097
2145
|
},
|
|
2098
2146
|
set: function (a) {
|
|
2099
|
-
var b = this.
|
|
2100
|
-
this.
|
|
2101
|
-
if (b != this.
|
|
2102
|
-
this.
|
|
2147
|
+
var b = this.ev;
|
|
2148
|
+
this.ev = a;
|
|
2149
|
+
if (b != this.ev) {
|
|
2150
|
+
this.dw("TextColor", b, a);
|
|
2103
2151
|
}
|
|
2104
2152
|
},
|
|
2105
2153
|
enumerable: false,
|
|
2106
2154
|
configurable: true
|
|
2107
2155
|
});
|
|
2108
|
-
CheckboxList.prototype.
|
|
2156
|
+
CheckboxList.prototype.dy = function (a) {
|
|
2109
2157
|
if (this.selectAllCheckboxChanged != null) {
|
|
2110
2158
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2111
2159
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2114,93 +2162,93 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2114
2162
|
})()));
|
|
2115
2163
|
}
|
|
2116
2164
|
};
|
|
2117
|
-
CheckboxList.prototype.
|
|
2118
|
-
if (-1 == this.
|
|
2165
|
+
CheckboxList.prototype.a0 = function () {
|
|
2166
|
+
if (-1 == this.bg) {
|
|
2119
2167
|
return true;
|
|
2120
2168
|
}
|
|
2121
2169
|
var a = this.keys.count;
|
|
2122
2170
|
switch (this.indexType) {
|
|
2123
|
-
case 0: return this.
|
|
2171
|
+
case 0: return this.bg == a;
|
|
2124
2172
|
case 1: return 0 == a;
|
|
2125
2173
|
default: return false;
|
|
2126
2174
|
}
|
|
2127
2175
|
};
|
|
2128
|
-
CheckboxList.prototype.
|
|
2129
|
-
if (-1 == this.
|
|
2176
|
+
CheckboxList.prototype.az = function () {
|
|
2177
|
+
if (-1 == this.bg) {
|
|
2130
2178
|
return false;
|
|
2131
2179
|
}
|
|
2132
2180
|
var a = this.keys.count;
|
|
2133
2181
|
switch (this.indexType) {
|
|
2134
2182
|
case 0: return 0 == a;
|
|
2135
|
-
case 1: return this.
|
|
2183
|
+
case 1: return this.bg == a;
|
|
2136
2184
|
default: return false;
|
|
2137
2185
|
}
|
|
2138
2186
|
};
|
|
2139
|
-
CheckboxList.prototype.
|
|
2187
|
+
CheckboxList.prototype.c5 = function () {
|
|
2140
2188
|
var a = this.f.actualDataSource;
|
|
2141
2189
|
if (null != a) {
|
|
2142
2190
|
if (null == a.actualSchema) {
|
|
2143
|
-
this.
|
|
2191
|
+
this.bg = -1;
|
|
2144
2192
|
return;
|
|
2145
2193
|
}
|
|
2146
2194
|
var b = a.actualCount;
|
|
2147
|
-
this.
|
|
2195
|
+
this.bg = b;
|
|
2148
2196
|
}
|
|
2149
2197
|
else {
|
|
2150
|
-
this.
|
|
2198
|
+
this.bg = -1;
|
|
2151
2199
|
}
|
|
2152
2200
|
};
|
|
2153
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2201
|
+
Object.defineProperty(CheckboxList.prototype, "a6", {
|
|
2154
2202
|
get: function () {
|
|
2155
|
-
return this.
|
|
2203
|
+
return this.a5;
|
|
2156
2204
|
},
|
|
2157
2205
|
set: function (a) {
|
|
2158
|
-
if (a == this.
|
|
2206
|
+
if (a == this.a5) {
|
|
2159
2207
|
return;
|
|
2160
2208
|
}
|
|
2161
|
-
var b = this.
|
|
2162
|
-
this.
|
|
2163
|
-
this.
|
|
2209
|
+
var b = this.a5;
|
|
2210
|
+
this.a5 = a;
|
|
2211
|
+
this.dw("ShowFilter", b, this.a5);
|
|
2164
2212
|
},
|
|
2165
2213
|
enumerable: false,
|
|
2166
2214
|
configurable: true
|
|
2167
2215
|
});
|
|
2168
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2216
|
+
Object.defineProperty(CheckboxList.prototype, "a2", {
|
|
2169
2217
|
get: function () {
|
|
2170
|
-
return this.
|
|
2218
|
+
return this.a1;
|
|
2171
2219
|
},
|
|
2172
2220
|
set: function (a) {
|
|
2173
|
-
if (a == this.
|
|
2221
|
+
if (a == this.a1) {
|
|
2174
2222
|
return;
|
|
2175
2223
|
}
|
|
2176
|
-
var b = this.
|
|
2177
|
-
this.
|
|
2178
|
-
this.
|
|
2224
|
+
var b = this.a1;
|
|
2225
|
+
this.a1 = a;
|
|
2226
|
+
this.dw("IsRowHoverEnabled", b, this.a1);
|
|
2179
2227
|
},
|
|
2180
2228
|
enumerable: false,
|
|
2181
2229
|
configurable: true
|
|
2182
2230
|
});
|
|
2183
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2231
|
+
Object.defineProperty(CheckboxList.prototype, "ax", {
|
|
2184
2232
|
get: function () {
|
|
2185
|
-
return this.
|
|
2233
|
+
return this.aw;
|
|
2186
2234
|
},
|
|
2187
2235
|
set: function (a) {
|
|
2188
|
-
if (a == this.
|
|
2236
|
+
if (a == this.aw) {
|
|
2189
2237
|
return;
|
|
2190
2238
|
}
|
|
2191
|
-
var b = this.
|
|
2192
|
-
this.
|
|
2193
|
-
this.
|
|
2239
|
+
var b = this.aw;
|
|
2240
|
+
this.aw = a;
|
|
2241
|
+
this.dw("CheckboxAlignedRight", b, this.aw);
|
|
2194
2242
|
},
|
|
2195
2243
|
enumerable: false,
|
|
2196
2244
|
configurable: true
|
|
2197
2245
|
});
|
|
2198
2246
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2199
|
-
CheckboxList.
|
|
2200
|
-
CheckboxList.
|
|
2201
|
-
CheckboxList.
|
|
2202
|
-
CheckboxList.
|
|
2203
|
-
CheckboxList.
|
|
2247
|
+
CheckboxList.fd = BrushUtil.j(255, 24, 29, 31);
|
|
2248
|
+
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";
|
|
2249
|
+
CheckboxList.e3 = BrushUtil.j(255, 248, 248, 248);
|
|
2250
|
+
CheckboxList.e4 = null;
|
|
2251
|
+
CheckboxList.e5 = BrushUtil.j(255, 24, 29, 31);
|
|
2204
2252
|
return CheckboxList;
|
|
2205
2253
|
}(Base));
|
|
2206
2254
|
export { CheckboxList };
|