igniteui-angular-data-grids 21.0.0-beta.0 → 21.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +9371 -8077
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +266 -266
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +65 -63
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igx-checkbox-list-component.js +69 -69
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +265 -139
- package/esm2015/lib/igx-data-grid-component.js +110 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +79 -16
- package/esm2015/lib/igx-data-grid-pager-component.js +32 -10
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +89 -89
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-component.js +16 -16
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +65 -4
- package/esm2015/public_api.js +1 -0
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +64 -62
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igx-checkbox-list-component.js +69 -69
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +313 -139
- package/esm5/lib/igx-data-grid-component.js +151 -3
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +103 -16
- package/esm5/lib/igx-data-grid-pager-component.js +40 -10
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +89 -89
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-component.js +16 -16
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-angular-data-grids.js +9273 -8141
- package/fesm5/igniteui-angular-data-grids.js +9373 -8080
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igx-data-grid-column-component.d.ts +55 -1
- package/lib/igx-data-grid-component.d.ts +51 -2
- package/lib/igx-data-grid-filter-dialog-component.d.ts +28 -1
- package/lib/igx-data-grid-pager-component.d.ts +11 -1
- package/lib/igx-text-header-cell-info.d.ts +34 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -102,13 +102,13 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
102
102
|
CheckboxListView.prototype.ad = function (a) {
|
|
103
103
|
var b = a.rootWrapper.getChildAt(0);
|
|
104
104
|
this.l = b;
|
|
105
|
-
this.c.
|
|
105
|
+
this.c.y = new XInputGroup();
|
|
106
106
|
var c = a.getSubRenderer(b);
|
|
107
|
-
this.c.
|
|
108
|
-
var d = c.getExternal(this.c.
|
|
109
|
-
this.c.
|
|
110
|
-
this.c.
|
|
111
|
-
this.c.
|
|
107
|
+
this.c.y.provideContainer(c);
|
|
108
|
+
var d = c.getExternal(this.c.y, c.rootWrapper, c.getExternal(this.c, null, null));
|
|
109
|
+
this.c.y.d = this.c.aa;
|
|
110
|
+
this.c.y.p = this.c.baseTheme;
|
|
111
|
+
this.c.y.t = this.c.density;
|
|
112
112
|
var e = a.createElement("div");
|
|
113
113
|
var f = a.getSubRenderer(e);
|
|
114
114
|
var g = new XPrefix();
|
|
@@ -119,35 +119,35 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
119
|
this.d = new XIcon();
|
|
120
120
|
this.d.provideContainer(j);
|
|
121
121
|
this.d.fill = this.c.searchIconColor;
|
|
122
|
-
this.d.svgPath = CheckboxList.
|
|
122
|
+
this.d.svgPath = CheckboxList.cs;
|
|
123
123
|
var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
124
124
|
g.appendContentChild(i);
|
|
125
|
-
this.c.
|
|
126
|
-
this.c.
|
|
125
|
+
this.c.y.appendContentChild(e);
|
|
126
|
+
this.c.y.inputs.add(g);
|
|
127
127
|
var l = a.createElement("div");
|
|
128
128
|
l.setRawStyleProperty("flex-grow", "1");
|
|
129
129
|
var m = a.getSubRenderer(l);
|
|
130
|
-
this.c.
|
|
131
|
-
this.c.
|
|
132
|
-
this.c.
|
|
133
|
-
var n = m.getExternal(this.c.
|
|
134
|
-
if (this.c.
|
|
135
|
-
this.c.
|
|
130
|
+
this.c.w = new XInput();
|
|
131
|
+
this.c.w.provideContainer(m);
|
|
132
|
+
this.c.w.b8 = "text";
|
|
133
|
+
var n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
134
|
+
if (this.c.cb != null) {
|
|
135
|
+
this.c.w.cg = this.c.cb;
|
|
136
136
|
}
|
|
137
|
-
this.c.
|
|
138
|
-
this.c.
|
|
139
|
-
this.c.
|
|
137
|
+
this.c.y.appendContentChild(l);
|
|
138
|
+
this.c.y.inputs.add(this.c.w);
|
|
139
|
+
this.c.dy();
|
|
140
140
|
};
|
|
141
141
|
CheckboxListView.prototype.z = function () {
|
|
142
142
|
if (this.j != null) {
|
|
143
143
|
var a = this.j.rootWrapper.getChildAt(3);
|
|
144
144
|
a.setStyleProperty("width", "100%");
|
|
145
145
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
146
|
-
if (!this.c.
|
|
146
|
+
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
147
147
|
a.setStyleProperty("height", "100%");
|
|
148
148
|
}
|
|
149
149
|
else {
|
|
150
|
-
var b = this.c.
|
|
150
|
+
var b = this.c.be();
|
|
151
151
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
152
152
|
}
|
|
153
153
|
}
|
|
@@ -188,7 +188,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
188
188
|
var h = d.z;
|
|
189
189
|
try {
|
|
190
190
|
d.z = true;
|
|
191
|
-
d.ar = this.c.
|
|
191
|
+
d.ar = this.c.bc;
|
|
192
192
|
d.a4 = b;
|
|
193
193
|
if (c) {
|
|
194
194
|
if (this.c.indexType == 0) {
|
|
@@ -210,11 +210,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
210
|
finally {
|
|
211
211
|
d.z = h;
|
|
212
212
|
}
|
|
213
|
-
d.dk = this.c.
|
|
214
|
-
d.dd = this.c.
|
|
215
|
-
d.dl = this.c.
|
|
216
|
-
d.de = this.c.
|
|
217
|
-
d.dm = this.c.
|
|
213
|
+
d.dk = this.c.e5;
|
|
214
|
+
d.dd = this.c.e3;
|
|
215
|
+
d.dl = this.c.e6;
|
|
216
|
+
d.de = this.c.e4;
|
|
217
|
+
d.dm = this.c.e7;
|
|
218
218
|
}
|
|
219
219
|
};
|
|
220
220
|
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -257,7 +257,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
257
257
|
n.a8 = 16;
|
|
258
258
|
n.a7 = 2;
|
|
259
259
|
n.svgPath = "<svg width=\"16\" height=\"16\" viewBox=\"0 2 24 24\" fill=\"none\" stroke=\"rgba(0, 0, 0, 255)\" xmlns=\"http://www.w3.org/2000/svg\">\r\n" + "<path d=\"M20 11.1205L16.2166 14.8795L12.4575 11.1205\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\r\n" + "</svg>\r\n";
|
|
260
|
-
n.ea = BrushUtil.
|
|
260
|
+
n.ea = BrushUtil.l(120, 0, 0, 0);
|
|
261
261
|
n.a4 = DeviceUtils.g(1);
|
|
262
262
|
r.setStyleProperty("display", "flex");
|
|
263
263
|
r.setStyleProperty("height", "100%");
|
|
@@ -341,10 +341,10 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
341
341
|
o.a9 = 24;
|
|
342
342
|
o.a5 = 24;
|
|
343
343
|
o.a8 = 24;
|
|
344
|
-
o.d3 = BrushUtil.
|
|
345
|
-
o.fill = BrushUtil.
|
|
346
|
-
o.ea = BrushUtil.
|
|
347
|
-
o.d4 = BrushUtil.
|
|
344
|
+
o.d3 = BrushUtil.l(0, 255, 255, 255);
|
|
345
|
+
o.fill = BrushUtil.l(0, 255, 255, 255);
|
|
346
|
+
o.ea = BrushUtil.l(0, 255, 255, 255);
|
|
347
|
+
o.d4 = BrushUtil.l(0, 255, 255, 255);
|
|
348
348
|
o.svg = k;
|
|
349
349
|
}
|
|
350
350
|
if (!aa) {
|
|
@@ -366,7 +366,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
366
366
|
m.ak = true;
|
|
367
367
|
m.y = x;
|
|
368
368
|
m.text = d;
|
|
369
|
-
m.dj = BrushUtil.
|
|
369
|
+
m.dj = BrushUtil.l(180, 0, 0, 0);
|
|
370
370
|
m.l = 0;
|
|
371
371
|
}
|
|
372
372
|
finally {
|
|
@@ -409,21 +409,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
409
|
var e = c.checked;
|
|
410
410
|
if (e == true) {
|
|
411
411
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
412
|
+
this.c.ec(d);
|
|
413
413
|
}
|
|
414
414
|
else {
|
|
415
|
-
this.c.
|
|
415
|
+
this.c.c6(d);
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
else {
|
|
419
419
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
420
|
+
this.c.c6(d);
|
|
421
421
|
}
|
|
422
422
|
else {
|
|
423
|
-
this.c.
|
|
423
|
+
this.c.ec(d);
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
|
-
this.c.
|
|
426
|
+
this.c.du(d, e);
|
|
427
427
|
this.an(false);
|
|
428
428
|
};
|
|
429
429
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +437,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
437
|
var e = parseInt(d.a4.toString());
|
|
438
438
|
if (e == a) {
|
|
439
439
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
440
|
+
this.c.du(e, b);
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}
|
|
@@ -497,7 +497,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
497
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
498
|
this.b.n = this.c.baseTheme;
|
|
499
499
|
this.m = a.createElement("label");
|
|
500
|
-
this.m.setRawText(this.c.
|
|
500
|
+
this.m.setRawText(this.c.cw);
|
|
501
501
|
this.m.setStyleProperty("font-size", "13px");
|
|
502
502
|
this.n.setStyleProperty("display", "flex");
|
|
503
503
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -513,8 +513,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
513
|
};
|
|
514
514
|
CheckboxListView.prototype.am = function () {
|
|
515
515
|
if (null != this.m) {
|
|
516
|
-
this.m.setRawText(this.c.
|
|
517
|
-
NativeUI.q(this.m, this.c.
|
|
516
|
+
this.m.setRawText(this.c.cw);
|
|
517
|
+
NativeUI.q(this.m, this.c.e1);
|
|
518
518
|
}
|
|
519
519
|
};
|
|
520
520
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -525,10 +525,10 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
525
525
|
};
|
|
526
526
|
CheckboxListView.prototype.al = function () {
|
|
527
527
|
if (this.l != null) {
|
|
528
|
-
this.l.setStyleProperty("display", this.c.
|
|
528
|
+
this.l.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
529
529
|
}
|
|
530
530
|
if (this.k != null) {
|
|
531
|
-
this.k.setStyleProperty("display", this.c.
|
|
531
|
+
this.k.setStyleProperty("display", this.c.a8 ? "block" : "none");
|
|
532
532
|
}
|
|
533
533
|
};
|
|
534
534
|
CheckboxListView.prototype.an = function (a) {
|
|
@@ -543,7 +543,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
543
543
|
var c = this.b.z;
|
|
544
544
|
this.b.z = a;
|
|
545
545
|
try {
|
|
546
|
-
if (this.c.
|
|
546
|
+
if (this.c.a5) {
|
|
547
547
|
this.b.indeterminate = true;
|
|
548
548
|
return;
|
|
549
549
|
}
|
|
@@ -565,12 +565,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
565
|
return;
|
|
566
566
|
}
|
|
567
567
|
if (b.isChecked) {
|
|
568
|
-
this.c.
|
|
569
|
-
this.c.
|
|
568
|
+
this.c.ef();
|
|
569
|
+
this.c.d3(b.isChecked);
|
|
570
570
|
}
|
|
571
571
|
else {
|
|
572
|
-
this.c.
|
|
573
|
-
this.c.
|
|
572
|
+
this.c.dc();
|
|
573
|
+
this.c.d3(b.isChecked);
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
576
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -580,7 +580,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
580
|
}
|
|
581
581
|
var b = a.rootWrapper;
|
|
582
582
|
if (null != b) {
|
|
583
|
-
NativeUI.q(b, this.c.
|
|
583
|
+
NativeUI.q(b, this.c.fl);
|
|
584
584
|
NativeUI.m(b, this.c.backgroundColor);
|
|
585
585
|
}
|
|
586
586
|
};
|
|
@@ -590,8 +590,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
590
590
|
}
|
|
591
591
|
};
|
|
592
592
|
CheckboxListView.prototype.aj = function () {
|
|
593
|
-
if (this.c.
|
|
594
|
-
this.m.setStyleProperty("font", this.c.
|
|
593
|
+
if (this.c.ao != null) {
|
|
594
|
+
this.m.setStyleProperty("font", this.c.ao.fontString);
|
|
595
595
|
}
|
|
596
596
|
else {
|
|
597
597
|
this.m.setStyleProperty("font-family", "Verdana");
|
|
@@ -602,11 +602,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
602
|
if (this.b == null) {
|
|
603
603
|
return;
|
|
604
604
|
}
|
|
605
|
-
this.b.dk = this.c.
|
|
606
|
-
this.b.dd = this.c.
|
|
607
|
-
this.b.dl = this.c.
|
|
608
|
-
this.b.de = this.c.
|
|
609
|
-
this.b.dm = this.c.
|
|
605
|
+
this.b.dk = this.c.e5;
|
|
606
|
+
this.b.dd = this.c.e3;
|
|
607
|
+
this.b.dl = this.c.e6;
|
|
608
|
+
this.b.de = this.c.e4;
|
|
609
|
+
this.b.dm = this.c.e7;
|
|
610
610
|
};
|
|
611
611
|
CheckboxListView.prototype.ah = function (a) {
|
|
612
612
|
if (this.k != null) {
|
|
@@ -669,73 +669,74 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
669
669
|
function CheckboxList() {
|
|
670
670
|
var _this = _super.call(this) || this;
|
|
671
671
|
_this._view = null;
|
|
672
|
-
_this.
|
|
673
|
-
_this.
|
|
674
|
-
_this.aj = null;
|
|
675
|
-
_this.ah = null;
|
|
672
|
+
_this.g = null;
|
|
673
|
+
_this.k = null;
|
|
676
674
|
_this.ak = null;
|
|
677
675
|
_this.ai = null;
|
|
676
|
+
_this.al = null;
|
|
677
|
+
_this.aj = null;
|
|
678
678
|
_this.d = null;
|
|
679
|
-
_this.ar = false;
|
|
680
|
-
_this.c = null;
|
|
681
|
-
_this.u = null;
|
|
682
|
-
_this.w = null;
|
|
683
679
|
_this.as = false;
|
|
684
|
-
_this.
|
|
685
|
-
_this.
|
|
680
|
+
_this.c = null;
|
|
681
|
+
_this.v = null;
|
|
682
|
+
_this.x = null;
|
|
683
|
+
_this.at = false;
|
|
684
|
+
_this.aq = null;
|
|
685
|
+
_this.h = new GridSelectedKeysCollection();
|
|
686
686
|
_this.a = null;
|
|
687
687
|
_this.propertyChanged = null;
|
|
688
688
|
_this.selectedKeyAdded = null;
|
|
689
689
|
_this.selectedKeyRemoved = null;
|
|
690
690
|
_this.checkedChanged = null;
|
|
691
691
|
_this.labelClicked = null;
|
|
692
|
+
_this.av = false;
|
|
692
693
|
_this.au = false;
|
|
693
|
-
_this.
|
|
694
|
+
_this.bl = null;
|
|
695
|
+
_this.bp = null;
|
|
694
696
|
_this.bk = null;
|
|
695
|
-
_this.
|
|
696
|
-
_this.
|
|
697
|
+
_this.bt = null;
|
|
698
|
+
_this.br = null;
|
|
697
699
|
_this.bs = null;
|
|
698
700
|
_this.bq = null;
|
|
699
|
-
_this.
|
|
700
|
-
_this.
|
|
701
|
-
_this.y = 3;
|
|
702
|
-
_this.bf = -1;
|
|
703
|
-
_this.al = null;
|
|
704
|
-
_this.l = 1;
|
|
705
|
-
_this.ad = 1;
|
|
706
|
-
_this.af = 2;
|
|
707
|
-
_this.ev = BrushUtil.j(255, 24, 29, 31);
|
|
708
|
-
_this.et = null;
|
|
709
|
-
_this.aw = true;
|
|
710
|
-
_this.ew = null;
|
|
711
|
-
_this.eu = null;
|
|
701
|
+
_this.z = 3;
|
|
702
|
+
_this.bg = -1;
|
|
712
703
|
_this.am = null;
|
|
704
|
+
_this.m = 1;
|
|
705
|
+
_this.ae = 1;
|
|
706
|
+
_this.ag = 2;
|
|
707
|
+
_this.ex = BrushUtil.l(255, 24, 29, 31);
|
|
708
|
+
_this.ev = null;
|
|
709
|
+
_this.ax = true;
|
|
710
|
+
_this.ey = null;
|
|
711
|
+
_this.ew = null;
|
|
712
|
+
_this.an = null;
|
|
713
|
+
_this.eq = null;
|
|
713
714
|
_this.eo = null;
|
|
714
|
-
_this.
|
|
715
|
+
_this.er = null;
|
|
715
716
|
_this.ep = null;
|
|
716
|
-
_this.en = null;
|
|
717
|
-
_this.eq = null;
|
|
718
|
-
_this.ba = NaN;
|
|
719
|
-
_this.ab = 0;
|
|
720
717
|
_this.es = null;
|
|
718
|
+
_this.bb = NaN;
|
|
719
|
+
_this.f = null;
|
|
720
|
+
_this.ac = 0;
|
|
721
|
+
_this.eu = null;
|
|
721
722
|
_this.indexTypeChanged = null;
|
|
722
|
-
_this.
|
|
723
|
-
_this.
|
|
724
|
-
_this.
|
|
725
|
-
_this.
|
|
726
|
-
_this.
|
|
727
|
-
_this.
|
|
728
|
-
_this.
|
|
729
|
-
_this.
|
|
723
|
+
_this.aw = false;
|
|
724
|
+
_this.cv = null;
|
|
725
|
+
_this.ez = null;
|
|
726
|
+
_this.em = CheckboxList.fb;
|
|
727
|
+
_this.a9 = true;
|
|
728
|
+
_this.en = CheckboxList.e8;
|
|
729
|
+
_this.et = CheckboxList.fa;
|
|
730
|
+
_this.e0 = CheckboxList.fb;
|
|
730
731
|
_this.keysCleared = null;
|
|
731
732
|
_this.selectAllCheckboxChanged = null;
|
|
732
|
-
_this.
|
|
733
|
-
_this.
|
|
734
|
-
_this.
|
|
735
|
-
_this.
|
|
736
|
-
var a = _this.
|
|
737
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
738
|
-
_this.
|
|
733
|
+
_this.bi = -1;
|
|
734
|
+
_this.a7 = true;
|
|
735
|
+
_this.a3 = true;
|
|
736
|
+
_this.ay = false;
|
|
737
|
+
var a = _this.h;
|
|
738
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.d6));
|
|
739
|
+
_this.h.am(runOn(_this, _this.d5));
|
|
739
740
|
_this.d = new FilterFactory();
|
|
740
741
|
var b = new CheckboxListView();
|
|
741
742
|
b.c = _this;
|
|
@@ -753,50 +754,50 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
753
754
|
enumerable: false,
|
|
754
755
|
configurable: true
|
|
755
756
|
});
|
|
756
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
757
|
+
Object.defineProperty(CheckboxList.prototype, "y", {
|
|
757
758
|
get: function () {
|
|
758
|
-
return this.
|
|
759
|
+
return this.x;
|
|
759
760
|
},
|
|
760
761
|
set: function (a) {
|
|
761
|
-
this.
|
|
762
|
+
this.x = a;
|
|
762
763
|
},
|
|
763
764
|
enumerable: false,
|
|
764
765
|
configurable: true
|
|
765
766
|
});
|
|
766
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
767
|
+
Object.defineProperty(CheckboxList.prototype, "w", {
|
|
767
768
|
get: function () {
|
|
768
|
-
return this.
|
|
769
|
+
return this.v;
|
|
769
770
|
},
|
|
770
771
|
set: function (a) {
|
|
771
|
-
this.
|
|
772
|
+
this.v = a;
|
|
772
773
|
},
|
|
773
774
|
enumerable: false,
|
|
774
775
|
configurable: true
|
|
775
776
|
});
|
|
776
777
|
Object.defineProperty(CheckboxList.prototype, "e", {
|
|
777
778
|
get: function () {
|
|
778
|
-
if (this.
|
|
779
|
+
if (this.g == null) {
|
|
779
780
|
return null;
|
|
780
781
|
}
|
|
781
|
-
return this.
|
|
782
|
+
return this.g.actualDataSource;
|
|
782
783
|
},
|
|
783
784
|
enumerable: false,
|
|
784
785
|
configurable: true
|
|
785
786
|
});
|
|
786
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
787
|
+
Object.defineProperty(CheckboxList.prototype, "ar", {
|
|
787
788
|
get: function () {
|
|
788
|
-
if (this.
|
|
789
|
-
this.
|
|
790
|
-
this.
|
|
789
|
+
if (this.aq == null) {
|
|
790
|
+
this.aq = new SRProvider(this.view.j);
|
|
791
|
+
this.aq.cb("DataGrid");
|
|
791
792
|
}
|
|
792
|
-
return this.
|
|
793
|
+
return this.aq;
|
|
793
794
|
},
|
|
794
795
|
enumerable: false,
|
|
795
796
|
configurable: true
|
|
796
797
|
});
|
|
797
798
|
Object.defineProperty(CheckboxList.prototype, "keys", {
|
|
798
799
|
get: function () {
|
|
799
|
-
return this.
|
|
800
|
+
return this.h;
|
|
800
801
|
},
|
|
801
802
|
enumerable: false,
|
|
802
803
|
configurable: true
|
|
@@ -809,7 +810,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
810
|
var b = this.a;
|
|
810
811
|
this.a = a;
|
|
811
812
|
if (b != this.a) {
|
|
812
|
-
this.
|
|
813
|
+
this.d1("PrimaryKey", b, this.a);
|
|
813
814
|
}
|
|
814
815
|
},
|
|
815
816
|
enumerable: false,
|
|
@@ -830,44 +831,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
830
831
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
831
832
|
this.keys.removeAt(a);
|
|
832
833
|
};
|
|
833
|
-
CheckboxList.prototype.
|
|
834
|
-
this.
|
|
834
|
+
CheckboxList.prototype.d5 = function () {
|
|
835
|
+
this.dl();
|
|
835
836
|
if (this.keysCleared != null) {
|
|
836
837
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
837
838
|
}
|
|
838
839
|
};
|
|
839
|
-
CheckboxList.prototype.
|
|
840
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
840
|
+
CheckboxList.prototype.d6 = function (a, b) {
|
|
841
|
+
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
841
842
|
return;
|
|
842
843
|
}
|
|
843
844
|
switch (b.action) {
|
|
844
845
|
case 0:
|
|
845
846
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
846
|
-
this.
|
|
847
|
+
this.dz(b.newItems.item(c));
|
|
847
848
|
}
|
|
848
849
|
break;
|
|
849
850
|
case 1:
|
|
850
851
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
851
|
-
this.
|
|
852
|
+
this.d0(b.oldItems.item(d));
|
|
852
853
|
}
|
|
853
854
|
break;
|
|
854
855
|
case 2:
|
|
855
856
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
856
|
-
this.
|
|
857
|
+
this.d0(b.oldItems.item(e));
|
|
857
858
|
}
|
|
858
859
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
859
|
-
this.
|
|
860
|
+
this.dz(b.newItems.item(f));
|
|
860
861
|
}
|
|
861
862
|
break;
|
|
862
863
|
case 4:
|
|
863
864
|
this.view.ab(this.indexType == 0);
|
|
864
865
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
865
|
-
this.
|
|
866
|
+
this.dz(this.keys.ae._inner[g]);
|
|
866
867
|
}
|
|
867
868
|
break;
|
|
868
869
|
}
|
|
869
870
|
};
|
|
870
|
-
CheckboxList.prototype.
|
|
871
|
+
CheckboxList.prototype.dz = function (a) {
|
|
871
872
|
var _this = this;
|
|
872
873
|
var b = this.e.indexOfKey(a.value);
|
|
873
874
|
if (b >= 0) {
|
|
@@ -884,7 +885,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
884
885
|
return $ret;
|
|
885
886
|
})()));
|
|
886
887
|
};
|
|
887
|
-
CheckboxList.prototype.
|
|
888
|
+
CheckboxList.prototype.d0 = function (a) {
|
|
888
889
|
var _this = this;
|
|
889
890
|
var b = this.e.indexOfKey(a.value);
|
|
890
891
|
if (b >= 0) {
|
|
@@ -901,8 +902,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
901
902
|
return $ret;
|
|
902
903
|
})()));
|
|
903
904
|
};
|
|
904
|
-
CheckboxList.prototype.
|
|
905
|
-
if (this.checkedChanged != null && this.
|
|
905
|
+
CheckboxList.prototype.du = function (a, b) {
|
|
906
|
+
if (this.checkedChanged != null && this.at == false) {
|
|
906
907
|
var c_1 = null;
|
|
907
908
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
908
909
|
c_1 = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -923,110 +924,110 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
923
924
|
this.view.q();
|
|
924
925
|
};
|
|
925
926
|
CheckboxList.prototype.onAttachedToUI = function () {
|
|
926
|
-
this.
|
|
927
|
-
if (this.
|
|
928
|
-
var a = this.
|
|
929
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
930
|
-
var b = this.
|
|
931
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
932
|
-
if (this.
|
|
933
|
-
var c = this.
|
|
934
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
927
|
+
this.av = false;
|
|
928
|
+
if (this.g != null) {
|
|
929
|
+
var a = this.g;
|
|
930
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dg));
|
|
931
|
+
var b = this.g;
|
|
932
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dh));
|
|
933
|
+
if (this.g.actualDataSource != null) {
|
|
934
|
+
var c = this.g.actualDataSource;
|
|
935
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d2));
|
|
935
936
|
}
|
|
936
937
|
}
|
|
937
|
-
if (this.
|
|
938
|
-
var d = this.
|
|
939
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
938
|
+
if (this.v != null) {
|
|
939
|
+
var d = this.v;
|
|
940
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dj));
|
|
940
941
|
}
|
|
941
|
-
if (this.
|
|
942
|
-
var e = this.
|
|
943
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
942
|
+
if (this.k != null) {
|
|
943
|
+
var e = this.k;
|
|
944
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.da));
|
|
944
945
|
}
|
|
945
946
|
};
|
|
946
947
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
947
|
-
this.
|
|
948
|
+
this.av = true;
|
|
949
|
+
this.df();
|
|
948
950
|
this.de();
|
|
949
|
-
this.dd();
|
|
950
951
|
};
|
|
951
|
-
CheckboxList.prototype.
|
|
952
|
-
if (this.
|
|
953
|
-
var a = this.
|
|
954
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
955
|
-
var b = this.
|
|
956
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
957
|
-
if (this.
|
|
958
|
-
var c = this.
|
|
959
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
952
|
+
CheckboxList.prototype.df = function () {
|
|
953
|
+
if (this.g != null) {
|
|
954
|
+
var a = this.g;
|
|
955
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dg));
|
|
956
|
+
var b = this.g;
|
|
957
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dh));
|
|
958
|
+
if (this.g.actualDataSource != null) {
|
|
959
|
+
var c = this.g.actualDataSource;
|
|
960
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d2));
|
|
960
961
|
}
|
|
961
962
|
}
|
|
962
|
-
if (this.
|
|
963
|
-
var d = this.
|
|
964
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
963
|
+
if (this.v != null) {
|
|
964
|
+
var d = this.v;
|
|
965
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dj));
|
|
965
966
|
}
|
|
966
967
|
};
|
|
967
|
-
CheckboxList.prototype.
|
|
968
|
-
if (this.
|
|
969
|
-
var a = this.
|
|
970
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
968
|
+
CheckboxList.prototype.de = function () {
|
|
969
|
+
if (this.k != null) {
|
|
970
|
+
var a = this.k;
|
|
971
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.da));
|
|
971
972
|
}
|
|
972
973
|
};
|
|
973
974
|
CheckboxList.prototype.destroy = function () {
|
|
974
|
-
this.
|
|
975
|
-
if (!this.
|
|
976
|
-
this.
|
|
975
|
+
this.au = true;
|
|
976
|
+
if (!this.av) {
|
|
977
|
+
this.df();
|
|
977
978
|
}
|
|
978
979
|
this.provideContainer(null, null, null);
|
|
979
|
-
if (!this.
|
|
980
|
-
this.
|
|
980
|
+
if (!this.av) {
|
|
981
|
+
this.de();
|
|
981
982
|
}
|
|
982
983
|
};
|
|
983
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
984
|
+
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
984
985
|
get: function () {
|
|
985
|
-
return this.
|
|
986
|
+
return this.au || this.av;
|
|
986
987
|
},
|
|
987
988
|
enumerable: false,
|
|
988
989
|
configurable: true
|
|
989
990
|
});
|
|
990
991
|
CheckboxList.prototype.provideContainer = function (a, b, c) {
|
|
991
|
-
this.
|
|
992
|
-
if (null != this.
|
|
993
|
-
this.
|
|
994
|
-
var d = this.
|
|
995
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
996
|
-
this.
|
|
997
|
-
this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
1000
|
-
this.
|
|
1001
|
-
this.
|
|
1002
|
-
this.
|
|
1003
|
-
this.
|
|
1004
|
-
var e = this.
|
|
1005
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1006
|
-
if (this.
|
|
1007
|
-
this.
|
|
1008
|
-
this.
|
|
1009
|
-
this.
|
|
1010
|
-
}
|
|
1011
|
-
if (this.
|
|
1012
|
-
this.
|
|
1013
|
-
this.
|
|
992
|
+
this.g = b;
|
|
993
|
+
if (null != this.g) {
|
|
994
|
+
this.g.scrollbarStyle = 1;
|
|
995
|
+
var d = this.g;
|
|
996
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dh));
|
|
997
|
+
this.g.scrollbarBackground = this.fe;
|
|
998
|
+
this.g.headerHeight = 0;
|
|
999
|
+
this.g.rowSeparatorHeight = 0;
|
|
1000
|
+
this.g.defaultColumnMinWidth = NaN;
|
|
1001
|
+
this.g.autoGenerateColumns = false;
|
|
1002
|
+
this.g.activationMode = 0;
|
|
1003
|
+
this.g.selectionMode = 0;
|
|
1004
|
+
this.g.editMode = 0;
|
|
1005
|
+
var e = this.g;
|
|
1006
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dg));
|
|
1007
|
+
if (this.bl != null) {
|
|
1008
|
+
this.g.itemsSource = this.bl;
|
|
1009
|
+
this.c9();
|
|
1010
|
+
this.d4();
|
|
1011
|
+
}
|
|
1012
|
+
if (this.bp != null) {
|
|
1013
|
+
this.d4();
|
|
1014
|
+
this.ei();
|
|
1014
1015
|
}
|
|
1015
1016
|
}
|
|
1016
1017
|
this.view.w(c);
|
|
1017
|
-
if (this.
|
|
1018
|
-
this.
|
|
1018
|
+
if (this.az) {
|
|
1019
|
+
this.ek();
|
|
1019
1020
|
}
|
|
1020
1021
|
this.view.r(a);
|
|
1021
1022
|
};
|
|
1022
|
-
CheckboxList.prototype.
|
|
1023
|
-
this.
|
|
1023
|
+
CheckboxList.prototype.dh = function (a, b) {
|
|
1024
|
+
this.g.scrollbarStyle = this.ad;
|
|
1024
1025
|
};
|
|
1025
1026
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1026
1027
|
this.view.w(a);
|
|
1027
1028
|
};
|
|
1028
|
-
CheckboxList.prototype.
|
|
1029
|
-
if (!this.
|
|
1029
|
+
CheckboxList.prototype.dg = function (a, b) {
|
|
1030
|
+
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
1030
1031
|
return;
|
|
1031
1032
|
}
|
|
1032
1033
|
var c = b.cellInfo.l.x;
|
|
@@ -1034,24 +1035,24 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1034
1035
|
return;
|
|
1035
1036
|
}
|
|
1036
1037
|
var d = b.cellInfo.ig;
|
|
1037
|
-
var e = this.
|
|
1038
|
-
if (this.
|
|
1038
|
+
var e = this.j(d);
|
|
1039
|
+
if (this.a6) {
|
|
1039
1040
|
if (this.keys.contains(e)) {
|
|
1040
|
-
if (this.
|
|
1041
|
-
this.
|
|
1041
|
+
if (this.ak != null) {
|
|
1042
|
+
this.ak.setPropertyValue(d, false);
|
|
1042
1043
|
}
|
|
1043
1044
|
this.keys.remove(e);
|
|
1044
1045
|
}
|
|
1045
1046
|
else {
|
|
1046
|
-
if (this.
|
|
1047
|
-
this.
|
|
1047
|
+
if (this.ak != null) {
|
|
1048
|
+
this.ak.setPropertyValue(d, true);
|
|
1048
1049
|
}
|
|
1049
1050
|
this.keys.add(e);
|
|
1050
1051
|
}
|
|
1051
1052
|
}
|
|
1052
|
-
this.
|
|
1053
|
+
this.dp(c, this.keys.contains(e));
|
|
1053
1054
|
};
|
|
1054
|
-
CheckboxList.prototype.
|
|
1055
|
+
CheckboxList.prototype.dp = function (a, b) {
|
|
1055
1056
|
var c = null;
|
|
1056
1057
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1057
1058
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1070,21 +1071,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1070
1071
|
return $ret;
|
|
1071
1072
|
})()));
|
|
1072
1073
|
};
|
|
1073
|
-
CheckboxList.prototype.
|
|
1074
|
+
CheckboxList.prototype.da = function (a, b) {
|
|
1074
1075
|
var c = b.cellInfo.l.x;
|
|
1075
1076
|
if (-1 == c) {
|
|
1076
1077
|
return;
|
|
1077
1078
|
}
|
|
1078
1079
|
var d = false;
|
|
1079
1080
|
if (b.cellInfo.ig != null) {
|
|
1080
|
-
var e = this.
|
|
1081
|
+
var e = this.j(b.cellInfo.ig);
|
|
1081
1082
|
if (this.keys.contains(e)) {
|
|
1082
1083
|
d = true;
|
|
1083
1084
|
}
|
|
1084
1085
|
}
|
|
1085
1086
|
this.view.t(b.content.element, c, d);
|
|
1086
1087
|
};
|
|
1087
|
-
CheckboxList.prototype.
|
|
1088
|
+
CheckboxList.prototype.ej = function (a, b) {
|
|
1088
1089
|
var c = b.cellInfo.l.x;
|
|
1089
1090
|
if (-1 == c) {
|
|
1090
1091
|
return;
|
|
@@ -1095,12 +1096,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1095
1096
|
var g = null;
|
|
1096
1097
|
var h = null;
|
|
1097
1098
|
if (b.cellInfo.ig != null) {
|
|
1098
|
-
d = this.
|
|
1099
|
-
if (this.
|
|
1100
|
-
e = this.
|
|
1099
|
+
d = this.ai.getPropertyValue(b.cellInfo.ig);
|
|
1100
|
+
if (this.al != null) {
|
|
1101
|
+
e = this.al.getPropertyValue(b.cellInfo.ig);
|
|
1101
1102
|
}
|
|
1102
|
-
if (this.
|
|
1103
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.
|
|
1103
|
+
if (this.aj != null) {
|
|
1104
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ig));
|
|
1104
1105
|
if (i == 0) {
|
|
1105
1106
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1106
1107
|
}
|
|
@@ -1112,31 +1113,31 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1112
1113
|
}
|
|
1113
1114
|
}
|
|
1114
1115
|
}
|
|
1115
|
-
this.view.u(b.content.element, c, d, e, this.
|
|
1116
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bk, f, g, h);
|
|
1116
1117
|
};
|
|
1117
|
-
CheckboxList.prototype.
|
|
1118
|
-
if (this.
|
|
1119
|
-
var b = this.d.property(this.
|
|
1118
|
+
CheckboxList.prototype.dw = function (a) {
|
|
1119
|
+
if (this.bp != null) {
|
|
1120
|
+
var b = this.d.property(this.bp).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1120
1121
|
var c = b.contains(a);
|
|
1121
|
-
if (!this.
|
|
1122
|
+
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1122
1123
|
this.c = c;
|
|
1123
|
-
this.
|
|
1124
|
+
this.g.filterExpressions.add(this.c);
|
|
1124
1125
|
}
|
|
1125
1126
|
else {
|
|
1126
|
-
var d = this.
|
|
1127
|
-
this.
|
|
1127
|
+
var d = this.g.filterExpressions.k.indexOf(this.c);
|
|
1128
|
+
this.g.filterExpressions.k.item(d, this.c = c);
|
|
1128
1129
|
}
|
|
1129
1130
|
}
|
|
1130
1131
|
};
|
|
1131
1132
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1132
1133
|
get: function () {
|
|
1133
|
-
return this.
|
|
1134
|
+
return this.bl;
|
|
1134
1135
|
},
|
|
1135
1136
|
set: function (a) {
|
|
1136
|
-
var b = this.
|
|
1137
|
-
this.
|
|
1138
|
-
if (b != this.
|
|
1139
|
-
this.
|
|
1137
|
+
var b = this.bl;
|
|
1138
|
+
this.bl = a;
|
|
1139
|
+
if (b != this.bl) {
|
|
1140
|
+
this.d1("ItemsSource", b, this.bl);
|
|
1140
1141
|
}
|
|
1141
1142
|
},
|
|
1142
1143
|
enumerable: false,
|
|
@@ -1144,55 +1145,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1144
1145
|
});
|
|
1145
1146
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1146
1147
|
get: function () {
|
|
1147
|
-
return this.
|
|
1148
|
+
return this.bp;
|
|
1148
1149
|
},
|
|
1149
1150
|
set: function (a) {
|
|
1150
|
-
var b = this.
|
|
1151
|
-
this.
|
|
1152
|
-
if (b != this.
|
|
1153
|
-
this.
|
|
1151
|
+
var b = this.bp;
|
|
1152
|
+
this.bp = a;
|
|
1153
|
+
if (b != this.bp) {
|
|
1154
|
+
this.d1("DataMemberPath", b, this.bp);
|
|
1154
1155
|
}
|
|
1155
1156
|
},
|
|
1156
1157
|
enumerable: false,
|
|
1157
1158
|
configurable: true
|
|
1158
1159
|
});
|
|
1159
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1160
|
+
Object.defineProperty(CheckboxList.prototype, "bm", {
|
|
1160
1161
|
get: function () {
|
|
1161
|
-
return this.
|
|
1162
|
+
return this.bk;
|
|
1162
1163
|
},
|
|
1163
1164
|
set: function (a) {
|
|
1164
|
-
var b = this.
|
|
1165
|
-
this.
|
|
1166
|
-
if (b != this.
|
|
1167
|
-
this.
|
|
1165
|
+
var b = this.bk;
|
|
1166
|
+
this.bk = a;
|
|
1167
|
+
if (b != this.bk) {
|
|
1168
|
+
this.d1("DataLegendTarget", b, this.bk);
|
|
1168
1169
|
}
|
|
1169
1170
|
},
|
|
1170
1171
|
enumerable: false,
|
|
1171
1172
|
configurable: true
|
|
1172
1173
|
});
|
|
1173
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1174
|
+
Object.defineProperty(CheckboxList.prototype, "c3", {
|
|
1174
1175
|
get: function () {
|
|
1175
|
-
return this.
|
|
1176
|
+
return this.bt;
|
|
1176
1177
|
},
|
|
1177
1178
|
set: function (a) {
|
|
1178
|
-
var b = this.
|
|
1179
|
-
this.
|
|
1180
|
-
if (b != this.
|
|
1181
|
-
this.
|
|
1179
|
+
var b = this.bt;
|
|
1180
|
+
this.bt = a;
|
|
1181
|
+
if (b != this.bt) {
|
|
1182
|
+
this.d1("SubtitleMemberPath", b, this.bt);
|
|
1182
1183
|
}
|
|
1183
1184
|
},
|
|
1184
1185
|
enumerable: false,
|
|
1185
1186
|
configurable: true
|
|
1186
1187
|
});
|
|
1187
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1188
|
+
Object.defineProperty(CheckboxList.prototype, "ci", {
|
|
1188
1189
|
get: function () {
|
|
1189
|
-
return this.
|
|
1190
|
+
return this.br;
|
|
1190
1191
|
},
|
|
1191
1192
|
set: function (a) {
|
|
1192
|
-
var b = this.
|
|
1193
|
-
this.
|
|
1194
|
-
if (b != this.
|
|
1195
|
-
this.
|
|
1193
|
+
var b = this.br;
|
|
1194
|
+
this.br = a;
|
|
1195
|
+
if (b != this.br) {
|
|
1196
|
+
this.d1("PropertyTypeMemberPath", b, this.br);
|
|
1196
1197
|
}
|
|
1197
1198
|
},
|
|
1198
1199
|
enumerable: false,
|
|
@@ -1200,91 +1201,91 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1201
|
});
|
|
1201
1202
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1202
1203
|
get: function () {
|
|
1203
|
-
return this.
|
|
1204
|
+
return this.bs;
|
|
1204
1205
|
},
|
|
1205
1206
|
set: function (a) {
|
|
1206
|
-
var b = this.
|
|
1207
|
-
this.
|
|
1208
|
-
if (b != this.
|
|
1209
|
-
this.
|
|
1207
|
+
var b = this.bs;
|
|
1208
|
+
this.bs = a;
|
|
1209
|
+
if (b != this.bs) {
|
|
1210
|
+
this.d1("SelectedMemberPath", b, this.bs);
|
|
1210
1211
|
}
|
|
1211
1212
|
},
|
|
1212
1213
|
enumerable: false,
|
|
1213
1214
|
configurable: true
|
|
1214
1215
|
});
|
|
1215
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1216
|
+
Object.defineProperty(CheckboxList.prototype, "cb", {
|
|
1216
1217
|
get: function () {
|
|
1217
|
-
return this.
|
|
1218
|
+
return this.bq;
|
|
1218
1219
|
},
|
|
1219
1220
|
set: function (a) {
|
|
1220
|
-
var b = this.
|
|
1221
|
-
this.
|
|
1222
|
-
if (b != this.
|
|
1223
|
-
this.
|
|
1221
|
+
var b = this.bq;
|
|
1222
|
+
this.bq = a;
|
|
1223
|
+
if (b != this.bq) {
|
|
1224
|
+
this.d1("FilterPlaceholderText", b, this.bq);
|
|
1224
1225
|
}
|
|
1225
1226
|
},
|
|
1226
1227
|
enumerable: false,
|
|
1227
1228
|
configurable: true
|
|
1228
1229
|
});
|
|
1229
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1230
|
+
Object.defineProperty(CheckboxList.prototype, "aa", {
|
|
1230
1231
|
get: function () {
|
|
1231
|
-
return this.
|
|
1232
|
+
return this.z;
|
|
1232
1233
|
},
|
|
1233
1234
|
set: function (a) {
|
|
1234
|
-
var b = this.
|
|
1235
|
-
this.
|
|
1236
|
-
if (b != this.
|
|
1237
|
-
this.
|
|
1235
|
+
var b = this.z;
|
|
1236
|
+
this.z = a;
|
|
1237
|
+
if (b != this.z) {
|
|
1238
|
+
this.d1("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1238
1239
|
}
|
|
1239
1240
|
},
|
|
1240
1241
|
enumerable: false,
|
|
1241
1242
|
configurable: true
|
|
1242
1243
|
});
|
|
1243
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1244
|
+
Object.defineProperty(CheckboxList.prototype, "bj", {
|
|
1244
1245
|
get: function () {
|
|
1245
|
-
return this.
|
|
1246
|
+
return this.bg;
|
|
1246
1247
|
},
|
|
1247
1248
|
set: function (a) {
|
|
1248
|
-
var b = this.
|
|
1249
|
-
this.
|
|
1250
|
-
if (b != this.
|
|
1251
|
-
this.
|
|
1249
|
+
var b = this.bg;
|
|
1250
|
+
this.bg = a;
|
|
1251
|
+
if (b != this.bg) {
|
|
1252
|
+
this.d1("RowHeight", b, this.bg);
|
|
1252
1253
|
}
|
|
1253
1254
|
},
|
|
1254
1255
|
enumerable: false,
|
|
1255
1256
|
configurable: true
|
|
1256
1257
|
});
|
|
1257
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1258
|
+
Object.defineProperty(CheckboxList.prototype, "bh", {
|
|
1258
1259
|
get: function () {
|
|
1259
|
-
if (this.
|
|
1260
|
-
return this.
|
|
1260
|
+
if (this.g != null) {
|
|
1261
|
+
return this.g.actualRowHeight;
|
|
1261
1262
|
}
|
|
1262
|
-
else if (this.
|
|
1263
|
-
return this.
|
|
1263
|
+
else if (this.bg != -1) {
|
|
1264
|
+
return this.bg;
|
|
1264
1265
|
}
|
|
1265
1266
|
else {
|
|
1266
1267
|
switch (this.density) {
|
|
1267
1268
|
case 4:
|
|
1268
|
-
case 3: return GridStyleRepository.
|
|
1269
|
+
case 3: return GridStyleRepository.l;
|
|
1269
1270
|
case 0:
|
|
1270
|
-
case 2: return GridStyleRepository.
|
|
1271
|
-
case 1: return GridStyleRepository.
|
|
1271
|
+
case 2: return GridStyleRepository.m;
|
|
1272
|
+
case 1: return GridStyleRepository.k;
|
|
1272
1273
|
}
|
|
1273
|
-
return GridStyleRepository.
|
|
1274
|
+
return GridStyleRepository.m;
|
|
1274
1275
|
}
|
|
1275
1276
|
},
|
|
1276
1277
|
enumerable: false,
|
|
1277
1278
|
configurable: true
|
|
1278
1279
|
});
|
|
1279
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1280
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
1280
1281
|
get: function () {
|
|
1281
|
-
return this.
|
|
1282
|
+
return this.am;
|
|
1282
1283
|
},
|
|
1283
1284
|
set: function (a) {
|
|
1284
|
-
var b = this.
|
|
1285
|
-
this.
|
|
1286
|
-
if (b != this.
|
|
1287
|
-
this.
|
|
1285
|
+
var b = this.am;
|
|
1286
|
+
this.am = a;
|
|
1287
|
+
if (b != this.am) {
|
|
1288
|
+
this.d1("CellTextStyle", b, this.am);
|
|
1288
1289
|
}
|
|
1289
1290
|
},
|
|
1290
1291
|
enumerable: false,
|
|
@@ -1292,13 +1293,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1292
1293
|
});
|
|
1293
1294
|
Object.defineProperty(CheckboxList.prototype, "indexType", {
|
|
1294
1295
|
get: function () {
|
|
1295
|
-
return this.
|
|
1296
|
+
return this.m;
|
|
1296
1297
|
},
|
|
1297
1298
|
set: function (a) {
|
|
1298
|
-
var b = this.
|
|
1299
|
-
this.
|
|
1300
|
-
if (b != this.
|
|
1301
|
-
this.
|
|
1299
|
+
var b = this.m;
|
|
1300
|
+
this.m = a;
|
|
1301
|
+
if (b != this.m) {
|
|
1302
|
+
this.d1("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1302
1303
|
}
|
|
1303
1304
|
},
|
|
1304
1305
|
enumerable: false,
|
|
@@ -1306,13 +1307,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1306
1307
|
});
|
|
1307
1308
|
Object.defineProperty(CheckboxList.prototype, "baseTheme", {
|
|
1308
1309
|
get: function () {
|
|
1309
|
-
return this.
|
|
1310
|
+
return this.ae;
|
|
1310
1311
|
},
|
|
1311
1312
|
set: function (a) {
|
|
1312
|
-
var b = this.
|
|
1313
|
-
this.
|
|
1314
|
-
if (b != this.
|
|
1315
|
-
this.
|
|
1313
|
+
var b = this.ae;
|
|
1314
|
+
this.ae = a;
|
|
1315
|
+
if (b != this.ae) {
|
|
1316
|
+
this.d1("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1316
1317
|
}
|
|
1317
1318
|
},
|
|
1318
1319
|
enumerable: false,
|
|
@@ -1320,19 +1321,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1321
|
});
|
|
1321
1322
|
Object.defineProperty(CheckboxList.prototype, "density", {
|
|
1322
1323
|
get: function () {
|
|
1323
|
-
return this.
|
|
1324
|
+
return this.ag;
|
|
1324
1325
|
},
|
|
1325
1326
|
set: function (a) {
|
|
1326
|
-
var b = this.
|
|
1327
|
-
this.
|
|
1328
|
-
if (b != this.
|
|
1329
|
-
this.
|
|
1327
|
+
var b = this.ag;
|
|
1328
|
+
this.ag = a;
|
|
1329
|
+
if (b != this.ag) {
|
|
1330
|
+
this.d1("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1330
1331
|
}
|
|
1331
1332
|
},
|
|
1332
1333
|
enumerable: false,
|
|
1333
1334
|
configurable: true
|
|
1334
1335
|
});
|
|
1335
1336
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1337
|
+
get: function () {
|
|
1338
|
+
return this.ex;
|
|
1339
|
+
},
|
|
1340
|
+
set: function (a) {
|
|
1341
|
+
var b = this.ex;
|
|
1342
|
+
this.ex = a;
|
|
1343
|
+
if (b != this.ex) {
|
|
1344
|
+
this.d1("SearchIconColor", b, this.ex);
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
enumerable: false,
|
|
1348
|
+
configurable: true
|
|
1349
|
+
});
|
|
1350
|
+
Object.defineProperty(CheckboxList.prototype, "ff", {
|
|
1336
1351
|
get: function () {
|
|
1337
1352
|
return this.ev;
|
|
1338
1353
|
},
|
|
@@ -1340,41 +1355,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1340
1355
|
var b = this.ev;
|
|
1341
1356
|
this.ev = a;
|
|
1342
1357
|
if (b != this.ev) {
|
|
1343
|
-
this.
|
|
1358
|
+
this.d1("SearchBackgroundColor", b, this.ev);
|
|
1344
1359
|
}
|
|
1345
1360
|
},
|
|
1346
1361
|
enumerable: false,
|
|
1347
1362
|
configurable: true
|
|
1348
1363
|
});
|
|
1349
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1364
|
+
Object.defineProperty(CheckboxList.prototype, "a6", {
|
|
1350
1365
|
get: function () {
|
|
1351
|
-
return this.
|
|
1366
|
+
return this.ax;
|
|
1352
1367
|
},
|
|
1353
1368
|
set: function (a) {
|
|
1354
|
-
var b = this.
|
|
1355
|
-
this.
|
|
1356
|
-
if (b != this.
|
|
1357
|
-
this.
|
|
1369
|
+
var b = this.ax;
|
|
1370
|
+
this.ax = a;
|
|
1371
|
+
if (b != this.ax) {
|
|
1372
|
+
this.d1("LabelClickTriggersChange", b, this.ax);
|
|
1358
1373
|
}
|
|
1359
1374
|
},
|
|
1360
1375
|
enumerable: false,
|
|
1361
1376
|
configurable: true
|
|
1362
1377
|
});
|
|
1363
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1378
|
+
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1364
1379
|
get: function () {
|
|
1365
|
-
return this.
|
|
1380
|
+
return this.ey;
|
|
1366
1381
|
},
|
|
1367
1382
|
set: function (a) {
|
|
1368
|
-
var b = this.
|
|
1369
|
-
this.
|
|
1370
|
-
if (b != this.
|
|
1371
|
-
this.
|
|
1383
|
+
var b = this.ey;
|
|
1384
|
+
this.ey = a;
|
|
1385
|
+
if (b != this.ey) {
|
|
1386
|
+
this.d1("SearchTextColor", b, this.ey);
|
|
1372
1387
|
}
|
|
1373
1388
|
},
|
|
1374
1389
|
enumerable: false,
|
|
1375
1390
|
configurable: true
|
|
1376
1391
|
});
|
|
1377
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1392
|
+
Object.defineProperty(CheckboxList.prototype, "fg", {
|
|
1378
1393
|
get: function () {
|
|
1379
1394
|
return this.ew;
|
|
1380
1395
|
},
|
|
@@ -1382,35 +1397,35 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1382
1397
|
var b = this.ew;
|
|
1383
1398
|
this.ew = a;
|
|
1384
1399
|
if (b != this.ew) {
|
|
1385
|
-
this.
|
|
1400
|
+
this.d1("SearchBorderColor", b, this.ew);
|
|
1386
1401
|
}
|
|
1387
1402
|
},
|
|
1388
1403
|
enumerable: false,
|
|
1389
1404
|
configurable: true
|
|
1390
1405
|
});
|
|
1391
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1406
|
+
Object.defineProperty(CheckboxList.prototype, "ap", {
|
|
1392
1407
|
get: function () {
|
|
1393
|
-
return this.
|
|
1408
|
+
return this.an;
|
|
1394
1409
|
},
|
|
1395
1410
|
set: function (a) {
|
|
1396
|
-
var b = this.
|
|
1397
|
-
this.
|
|
1398
|
-
if (b != this.
|
|
1399
|
-
this.
|
|
1411
|
+
var b = this.an;
|
|
1412
|
+
this.an = a;
|
|
1413
|
+
if (b != this.an) {
|
|
1414
|
+
this.d1("SearchTextStyle", b, this.an);
|
|
1400
1415
|
}
|
|
1401
1416
|
},
|
|
1402
1417
|
enumerable: false,
|
|
1403
1418
|
configurable: true
|
|
1404
1419
|
});
|
|
1405
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1420
|
+
Object.defineProperty(CheckboxList.prototype, "e5", {
|
|
1406
1421
|
get: function () {
|
|
1407
|
-
return this.
|
|
1422
|
+
return this.eq;
|
|
1408
1423
|
},
|
|
1409
1424
|
set: function (a) {
|
|
1410
|
-
var b = this.
|
|
1411
|
-
this.
|
|
1412
|
-
if (b != this.
|
|
1413
|
-
this.
|
|
1425
|
+
var b = this.eq;
|
|
1426
|
+
this.eq = a;
|
|
1427
|
+
if (b != this.eq) {
|
|
1428
|
+
this.d1("CheckboxTickColor", b, this.eq);
|
|
1414
1429
|
}
|
|
1415
1430
|
},
|
|
1416
1431
|
enumerable: false,
|
|
@@ -1424,21 +1439,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1424
1439
|
var b = this.eo;
|
|
1425
1440
|
this.eo = a;
|
|
1426
1441
|
if (b != this.eo) {
|
|
1427
|
-
this.
|
|
1442
|
+
this.d1("CheckboxCheckedBackgroundColor", b, this.eo);
|
|
1428
1443
|
}
|
|
1429
1444
|
},
|
|
1430
1445
|
enumerable: false,
|
|
1431
1446
|
configurable: true
|
|
1432
1447
|
});
|
|
1433
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1448
|
+
Object.defineProperty(CheckboxList.prototype, "e6", {
|
|
1434
1449
|
get: function () {
|
|
1435
|
-
return this.
|
|
1450
|
+
return this.er;
|
|
1436
1451
|
},
|
|
1437
1452
|
set: function (a) {
|
|
1438
|
-
var b = this.
|
|
1439
|
-
this.
|
|
1440
|
-
if (b != this.
|
|
1441
|
-
this.
|
|
1453
|
+
var b = this.er;
|
|
1454
|
+
this.er = a;
|
|
1455
|
+
if (b != this.er) {
|
|
1456
|
+
this.d1("CheckboxUncheckedBackgroundColor", b, this.er);
|
|
1442
1457
|
}
|
|
1443
1458
|
},
|
|
1444
1459
|
enumerable: false,
|
|
@@ -1452,121 +1467,107 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1452
1467
|
var b = this.ep;
|
|
1453
1468
|
this.ep = a;
|
|
1454
1469
|
if (b != this.ep) {
|
|
1455
|
-
this.
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
enumerable: false,
|
|
1459
|
-
configurable: true
|
|
1460
|
-
});
|
|
1461
|
-
Object.defineProperty(CheckboxList.prototype, "e2", {
|
|
1462
|
-
get: function () {
|
|
1463
|
-
return this.en;
|
|
1464
|
-
},
|
|
1465
|
-
set: function (a) {
|
|
1466
|
-
var b = this.en;
|
|
1467
|
-
this.en = a;
|
|
1468
|
-
if (b != this.en) {
|
|
1469
|
-
this.dz("CheckboxCheckedBorderColor", b, this.en);
|
|
1470
|
+
this.d1("CheckboxCheckedBorderColor", b, this.ep);
|
|
1470
1471
|
}
|
|
1471
1472
|
},
|
|
1472
1473
|
enumerable: false,
|
|
1473
1474
|
configurable: true
|
|
1474
1475
|
});
|
|
1475
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1476
|
+
Object.defineProperty(CheckboxList.prototype, "e7", {
|
|
1476
1477
|
get: function () {
|
|
1477
|
-
return this.
|
|
1478
|
+
return this.es;
|
|
1478
1479
|
},
|
|
1479
1480
|
set: function (a) {
|
|
1480
|
-
var b = this.
|
|
1481
|
-
this.
|
|
1482
|
-
if (b != this.
|
|
1483
|
-
this.
|
|
1481
|
+
var b = this.es;
|
|
1482
|
+
this.es = a;
|
|
1483
|
+
if (b != this.es) {
|
|
1484
|
+
this.d1("CheckboxUncheckedBorderColor", b, this.es);
|
|
1484
1485
|
}
|
|
1485
1486
|
},
|
|
1486
1487
|
enumerable: false,
|
|
1487
1488
|
configurable: true
|
|
1488
1489
|
});
|
|
1489
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1490
|
+
Object.defineProperty(CheckboxList.prototype, "bc", {
|
|
1490
1491
|
get: function () {
|
|
1491
|
-
return this.
|
|
1492
|
+
return this.bb;
|
|
1492
1493
|
},
|
|
1493
1494
|
set: function (a) {
|
|
1494
|
-
var b = this.
|
|
1495
|
-
this.
|
|
1496
|
-
if (b != this.
|
|
1497
|
-
this.
|
|
1495
|
+
var b = this.bb;
|
|
1496
|
+
this.bb = a;
|
|
1497
|
+
if (b != this.bb) {
|
|
1498
|
+
this.d1("CheckboxCornerRadius", b, this.bb);
|
|
1498
1499
|
}
|
|
1499
1500
|
},
|
|
1500
1501
|
enumerable: false,
|
|
1501
1502
|
configurable: true
|
|
1502
1503
|
});
|
|
1503
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1504
|
+
Object.defineProperty(CheckboxList.prototype, "ad", {
|
|
1504
1505
|
get: function () {
|
|
1505
|
-
return this.
|
|
1506
|
+
return this.ac;
|
|
1506
1507
|
},
|
|
1507
1508
|
set: function (a) {
|
|
1508
|
-
var b = this.
|
|
1509
|
-
this.
|
|
1510
|
-
if (b != this.
|
|
1511
|
-
this.
|
|
1509
|
+
var b = this.ac;
|
|
1510
|
+
this.ac = a;
|
|
1511
|
+
if (b != this.ac) {
|
|
1512
|
+
this.d1("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1512
1513
|
}
|
|
1513
1514
|
},
|
|
1514
1515
|
enumerable: false,
|
|
1515
1516
|
configurable: true
|
|
1516
1517
|
});
|
|
1517
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1518
|
+
Object.defineProperty(CheckboxList.prototype, "fe", {
|
|
1518
1519
|
get: function () {
|
|
1519
|
-
return this.
|
|
1520
|
+
return this.eu;
|
|
1520
1521
|
},
|
|
1521
1522
|
set: function (a) {
|
|
1522
|
-
var b = this.
|
|
1523
|
-
this.
|
|
1524
|
-
if (b != this.
|
|
1525
|
-
this.
|
|
1523
|
+
var b = this.eu;
|
|
1524
|
+
this.eu = a;
|
|
1525
|
+
if (b != this.eu) {
|
|
1526
|
+
this.d1("ScrollbarBackground", b, this.eu);
|
|
1526
1527
|
}
|
|
1527
1528
|
},
|
|
1528
1529
|
enumerable: false,
|
|
1529
1530
|
configurable: true
|
|
1530
1531
|
});
|
|
1531
|
-
CheckboxList.prototype.
|
|
1532
|
+
CheckboxList.prototype.d1 = function (a, b, c) {
|
|
1532
1533
|
if (this.propertyChanged != null) {
|
|
1533
1534
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1534
1535
|
}
|
|
1535
|
-
this.
|
|
1536
|
+
this.d7(a, b, c);
|
|
1536
1537
|
};
|
|
1537
|
-
CheckboxList.prototype.
|
|
1538
|
+
CheckboxList.prototype.d7 = function (a, b, c) {
|
|
1538
1539
|
switch (a) {
|
|
1539
1540
|
case "IndexType":
|
|
1540
1541
|
this.keys.clear();
|
|
1541
|
-
this.
|
|
1542
|
+
this.dl();
|
|
1542
1543
|
if (this.keysCleared != null) {
|
|
1543
1544
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1544
1545
|
}
|
|
1545
1546
|
this.view.an();
|
|
1546
|
-
this.
|
|
1547
|
+
this.dx(b, c);
|
|
1547
1548
|
break;
|
|
1548
1549
|
case "ItemsSource":
|
|
1549
|
-
if (this.
|
|
1550
|
+
if (this.g != null) {
|
|
1550
1551
|
this.indexType = 1;
|
|
1551
1552
|
if (c != null) {
|
|
1552
|
-
this.
|
|
1553
|
-
this.
|
|
1554
|
-
this.
|
|
1555
|
-
this.
|
|
1553
|
+
this.g.groupDescriptions.n();
|
|
1554
|
+
this.g.sortDescriptions.n();
|
|
1555
|
+
this.g.filterExpressions.clear();
|
|
1556
|
+
this.g.summaryDescriptions.n();
|
|
1556
1557
|
}
|
|
1557
|
-
if (this.
|
|
1558
|
-
var d = this.
|
|
1559
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1558
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1559
|
+
var d = this.g.actualDataSource;
|
|
1560
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d2));
|
|
1560
1561
|
}
|
|
1561
|
-
this.
|
|
1562
|
-
this.
|
|
1563
|
-
if (this.
|
|
1564
|
-
var e = this.
|
|
1565
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1562
|
+
this.g.itemsSource = this.bl;
|
|
1563
|
+
this.c9();
|
|
1564
|
+
if (this.g.actualDataSource != null && !this.a0) {
|
|
1565
|
+
var e = this.g.actualDataSource;
|
|
1566
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d2));
|
|
1566
1567
|
}
|
|
1567
|
-
this.
|
|
1568
|
-
this.
|
|
1569
|
-
this.
|
|
1568
|
+
this.at = true;
|
|
1569
|
+
this.d4();
|
|
1570
|
+
this.at = false;
|
|
1570
1571
|
this.view.an();
|
|
1571
1572
|
}
|
|
1572
1573
|
break;
|
|
@@ -1574,20 +1575,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1574
1575
|
case "SelectedMemberPath":
|
|
1575
1576
|
case "SubtitleMemberPath":
|
|
1576
1577
|
case "PropertyTypeMemberPath":
|
|
1577
|
-
if (this.
|
|
1578
|
-
if (this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1578
|
+
if (this.g != null) {
|
|
1579
|
+
if (this.bp != null) {
|
|
1580
|
+
this.d4();
|
|
1581
|
+
this.ei();
|
|
1581
1582
|
}
|
|
1582
1583
|
}
|
|
1583
1584
|
break;
|
|
1584
1585
|
case "PrimaryKey":
|
|
1585
|
-
if (this.
|
|
1586
|
-
this.
|
|
1586
|
+
if (this.g != null) {
|
|
1587
|
+
this.g.primaryKey = this.primaryKey;
|
|
1587
1588
|
}
|
|
1588
1589
|
break;
|
|
1589
1590
|
case "SelectAllCaptionTextColor":
|
|
1590
|
-
this.
|
|
1591
|
+
this.e1 = null != this.fj ? this.fj : this.fc();
|
|
1591
1592
|
break;
|
|
1592
1593
|
case "SelectAllCaption":
|
|
1593
1594
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1602,75 +1603,76 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1602
1603
|
this.view.z();
|
|
1603
1604
|
break;
|
|
1604
1605
|
case "FilterPlaceholderText":
|
|
1605
|
-
if (this.
|
|
1606
|
-
this.
|
|
1606
|
+
if (this.v != null) {
|
|
1607
|
+
this.v.cg = this.cb;
|
|
1607
1608
|
}
|
|
1608
1609
|
break;
|
|
1609
1610
|
case "SearchInputType":
|
|
1610
|
-
if (this.
|
|
1611
|
-
this.
|
|
1611
|
+
if (this.x != null) {
|
|
1612
|
+
this.x.d = this.aa;
|
|
1612
1613
|
}
|
|
1613
1614
|
break;
|
|
1614
1615
|
case "RowHeight":
|
|
1615
|
-
if (this.
|
|
1616
|
-
this.
|
|
1616
|
+
if (this.g != null) {
|
|
1617
|
+
this.g.rowHeight = this.bj;
|
|
1617
1618
|
}
|
|
1618
1619
|
break;
|
|
1619
1620
|
case "CellTextStyle":
|
|
1620
|
-
if (this.
|
|
1621
|
-
this.
|
|
1621
|
+
if (this.g != null) {
|
|
1622
|
+
this.g.cellTextStyle = this.ao;
|
|
1622
1623
|
}
|
|
1623
1624
|
this.view.aj();
|
|
1624
1625
|
break;
|
|
1625
1626
|
case "BackgroundColor":
|
|
1626
1627
|
case "TextColor":
|
|
1627
1628
|
case "RowHoverBackgroundColor":
|
|
1628
|
-
var f = this.
|
|
1629
|
+
var f = this.g;
|
|
1629
1630
|
if (null != f) {
|
|
1630
|
-
f.cellTextColor = this.
|
|
1631
|
+
f.cellTextColor = this.fl;
|
|
1631
1632
|
f.cellBackground = this.backgroundColor;
|
|
1633
|
+
f.background = this.backgroundColor;
|
|
1632
1634
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1633
1635
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1634
1636
|
}
|
|
1635
1637
|
this.view.ak();
|
|
1636
1638
|
break;
|
|
1637
1639
|
case "BaseTheme":
|
|
1638
|
-
this.
|
|
1640
|
+
this.eh();
|
|
1639
1641
|
break;
|
|
1640
1642
|
case "Density":
|
|
1641
|
-
this.
|
|
1643
|
+
this.eg();
|
|
1642
1644
|
break;
|
|
1643
1645
|
case "IsRowHoverEnabled":
|
|
1644
|
-
if (this.
|
|
1645
|
-
this.
|
|
1646
|
+
if (this.g != null) {
|
|
1647
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1646
1648
|
}
|
|
1647
1649
|
break;
|
|
1648
1650
|
case "ScrollbarStyle":
|
|
1649
|
-
if (this.
|
|
1650
|
-
this.
|
|
1651
|
+
if (this.g != null) {
|
|
1652
|
+
this.g.scrollbarStyle = this.ad;
|
|
1651
1653
|
}
|
|
1652
1654
|
break;
|
|
1653
1655
|
case "ScrollbarBackground":
|
|
1654
|
-
if (this.
|
|
1655
|
-
this.
|
|
1656
|
+
if (this.g != null) {
|
|
1657
|
+
this.g.scrollbarBackground = this.fe;
|
|
1656
1658
|
}
|
|
1657
1659
|
break;
|
|
1658
1660
|
case "SearchIconColor":
|
|
1659
1661
|
this.view.ai();
|
|
1660
1662
|
break;
|
|
1661
1663
|
case "SearchBackgroundColor":
|
|
1662
|
-
this.
|
|
1664
|
+
this.y.mc = this.ff;
|
|
1663
1665
|
break;
|
|
1664
1666
|
case "SearchBorderColor":
|
|
1665
|
-
this.
|
|
1667
|
+
this.y.md = this.fg;
|
|
1666
1668
|
break;
|
|
1667
1669
|
case "SearchTextColor":
|
|
1668
|
-
if (this.
|
|
1669
|
-
this.
|
|
1670
|
+
if (this.w != null) {
|
|
1671
|
+
this.w.d8 = this.searchTextColor;
|
|
1670
1672
|
}
|
|
1671
1673
|
break;
|
|
1672
1674
|
case "SearchTextStyle":
|
|
1673
|
-
this.
|
|
1675
|
+
this.w.af = this.ap;
|
|
1674
1676
|
break;
|
|
1675
1677
|
case "CheckboxTickColor":
|
|
1676
1678
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1679,41 +1681,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1679
1681
|
case "CheckboxUncheckedBorderColor":
|
|
1680
1682
|
case "CheckboxCornerRadius":
|
|
1681
1683
|
this.view.af();
|
|
1682
|
-
if (this.
|
|
1683
|
-
this.
|
|
1684
|
+
if (this.g != null) {
|
|
1685
|
+
this.g.x9();
|
|
1684
1686
|
}
|
|
1685
1687
|
break;
|
|
1686
1688
|
case "CheckboxAlignedRight":
|
|
1687
|
-
if (this.
|
|
1688
|
-
this.
|
|
1689
|
+
if (this.g != null) {
|
|
1690
|
+
this.ek();
|
|
1689
1691
|
}
|
|
1690
1692
|
break;
|
|
1691
1693
|
case "DataLegendTarget":
|
|
1692
|
-
if (this.
|
|
1693
|
-
this.
|
|
1694
|
+
if (this.g != null) {
|
|
1695
|
+
this.g.x9();
|
|
1694
1696
|
}
|
|
1695
1697
|
break;
|
|
1696
1698
|
}
|
|
1697
1699
|
};
|
|
1698
|
-
CheckboxList.prototype.
|
|
1699
|
-
if (this.
|
|
1700
|
+
CheckboxList.prototype.ek = function () {
|
|
1701
|
+
if (this.g.actualColumns.count == 0) {
|
|
1700
1702
|
return;
|
|
1701
1703
|
}
|
|
1702
|
-
var a = this.
|
|
1703
|
-
var b = this.
|
|
1704
|
-
var c = this.
|
|
1705
|
-
this.
|
|
1706
|
-
if (this.
|
|
1707
|
-
this.
|
|
1708
|
-
this.
|
|
1704
|
+
var a = this.g.actualColumns._inner[0];
|
|
1705
|
+
var b = this.g.actualColumns._inner[1];
|
|
1706
|
+
var c = this.g.actualColumns._inner[2];
|
|
1707
|
+
this.g.actualColumns.clear();
|
|
1708
|
+
if (this.az) {
|
|
1709
|
+
this.g.columns.add(b);
|
|
1710
|
+
this.g.columns.add(a);
|
|
1709
1711
|
}
|
|
1710
1712
|
else {
|
|
1711
|
-
this.
|
|
1712
|
-
this.
|
|
1713
|
+
this.g.columns.add(a);
|
|
1714
|
+
this.g.columns.add(b);
|
|
1713
1715
|
}
|
|
1714
|
-
this.
|
|
1716
|
+
this.g.columns.add(c);
|
|
1715
1717
|
};
|
|
1716
|
-
CheckboxList.prototype.
|
|
1718
|
+
CheckboxList.prototype.dx = function (a, b) {
|
|
1717
1719
|
if (this.indexTypeChanged != null) {
|
|
1718
1720
|
this.indexTypeChanged(this, ((function () {
|
|
1719
1721
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1723,71 +1725,74 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1723
1725
|
})()));
|
|
1724
1726
|
}
|
|
1725
1727
|
};
|
|
1726
|
-
CheckboxList.prototype.
|
|
1727
|
-
if (this.
|
|
1728
|
-
this.
|
|
1728
|
+
CheckboxList.prototype.eg = function () {
|
|
1729
|
+
if (this.g != null) {
|
|
1730
|
+
this.g.density = this.density;
|
|
1729
1731
|
}
|
|
1730
|
-
if (this.
|
|
1731
|
-
this.
|
|
1732
|
+
if (this.x != null) {
|
|
1733
|
+
this.x.t = this.density;
|
|
1732
1734
|
}
|
|
1733
1735
|
this.view.ae();
|
|
1734
1736
|
};
|
|
1735
|
-
CheckboxList.prototype.
|
|
1736
|
-
if (this.
|
|
1737
|
-
this.
|
|
1737
|
+
CheckboxList.prototype.eh = function () {
|
|
1738
|
+
if (this.x != null) {
|
|
1739
|
+
this.x.p = this.baseTheme;
|
|
1738
1740
|
}
|
|
1739
|
-
if (this.
|
|
1740
|
-
this.
|
|
1741
|
+
if (this.w != null) {
|
|
1742
|
+
this.w.d8 = this.searchTextColor;
|
|
1741
1743
|
}
|
|
1742
|
-
if (this.
|
|
1743
|
-
this.
|
|
1744
|
-
this.
|
|
1745
|
-
this.
|
|
1746
|
-
this.
|
|
1744
|
+
if (this.g != null) {
|
|
1745
|
+
this.g.theme = this.baseTheme;
|
|
1746
|
+
this.g.cellTextColor = this.fl;
|
|
1747
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1748
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1749
|
+
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1750
|
+
this.g.background = this.backgroundColor;
|
|
1747
1751
|
}
|
|
1752
|
+
this.e1 = this.fj != null ? this.fj : this.fc();
|
|
1748
1753
|
this.view.ag();
|
|
1749
1754
|
};
|
|
1750
|
-
CheckboxList.prototype.
|
|
1751
|
-
this.
|
|
1752
|
-
this.
|
|
1755
|
+
CheckboxList.prototype.d2 = function (a, b) {
|
|
1756
|
+
this.at = true;
|
|
1757
|
+
this.c9();
|
|
1753
1758
|
if (b.schema != null) {
|
|
1754
|
-
this.
|
|
1759
|
+
this.d4();
|
|
1755
1760
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1756
|
-
this.
|
|
1761
|
+
this.dz(this.keys._inner[c]);
|
|
1757
1762
|
}
|
|
1758
1763
|
this.view.an();
|
|
1759
1764
|
}
|
|
1760
|
-
this.
|
|
1765
|
+
this.at = false;
|
|
1761
1766
|
};
|
|
1762
|
-
CheckboxList.prototype.
|
|
1763
|
-
if (this.aj == null && this.br != null && this.br != "") {
|
|
1764
|
-
this.aj = new FastReflectionHelper(false, this.br);
|
|
1765
|
-
}
|
|
1766
|
-
if (this.ah == null && this.bo != null && this.bo != "") {
|
|
1767
|
-
this.ah = new FastReflectionHelper(false, this.bo);
|
|
1768
|
-
}
|
|
1767
|
+
CheckboxList.prototype.d4 = function () {
|
|
1769
1768
|
if (this.ak == null && this.bs != null && this.bs != "") {
|
|
1770
1769
|
this.ak = new FastReflectionHelper(false, this.bs);
|
|
1771
1770
|
}
|
|
1772
|
-
if (this.ai == null && this.
|
|
1773
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1771
|
+
if (this.ai == null && this.bp != null && this.bp != "") {
|
|
1772
|
+
this.ai = new FastReflectionHelper(false, this.bp);
|
|
1774
1773
|
}
|
|
1775
|
-
if (this.
|
|
1776
|
-
this.
|
|
1774
|
+
if (this.al == null && this.bt != null && this.bt != "") {
|
|
1775
|
+
this.al = new FastReflectionHelper(false, this.bt);
|
|
1777
1776
|
}
|
|
1778
|
-
if (this.
|
|
1779
|
-
this.
|
|
1777
|
+
if (this.aj == null && this.br != null && this.br != "") {
|
|
1778
|
+
this.aj = new FastReflectionHelper(false, this.br);
|
|
1780
1779
|
}
|
|
1781
1780
|
if (this.ai != null) {
|
|
1782
|
-
this.ai.propertyName = this.
|
|
1781
|
+
this.ai.propertyName = this.bp;
|
|
1783
1782
|
}
|
|
1784
|
-
if (this.
|
|
1783
|
+
if (this.al != null) {
|
|
1784
|
+
this.al.propertyName = this.bt;
|
|
1785
|
+
}
|
|
1786
|
+
if (this.aj != null) {
|
|
1785
1787
|
this.aj.propertyName = this.br;
|
|
1786
|
-
|
|
1788
|
+
}
|
|
1789
|
+
if (this.bl != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1790
|
+
this.ak.propertyName = this.bs;
|
|
1791
|
+
var a = this.g.actualDataSource.actualCount;
|
|
1787
1792
|
for (var b = 0; b < a; b++) {
|
|
1788
|
-
var c = this.
|
|
1789
|
-
var d = this.
|
|
1790
|
-
var e = this.
|
|
1793
|
+
var c = this.g.actualDataSource.getItemAtIndex(b);
|
|
1794
|
+
var d = this.j(c);
|
|
1795
|
+
var e = this.ak.getPropertyValue(c);
|
|
1791
1796
|
if (e == true) {
|
|
1792
1797
|
if (!this.keys.contains(d)) {
|
|
1793
1798
|
this.keys.add(d);
|
|
@@ -1799,83 +1804,95 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1799
1804
|
}
|
|
1800
1805
|
}
|
|
1801
1806
|
};
|
|
1802
|
-
CheckboxList.prototype.
|
|
1807
|
+
CheckboxList.prototype.ei = function () {
|
|
1803
1808
|
this.view.p();
|
|
1804
|
-
this.
|
|
1805
|
-
this.
|
|
1806
|
-
this.
|
|
1807
|
-
this.
|
|
1808
|
-
this.
|
|
1809
|
-
this.
|
|
1810
|
-
this.
|
|
1811
|
-
this.
|
|
1812
|
-
this.
|
|
1813
|
-
|
|
1814
|
-
|
|
1809
|
+
this.g.columns.clear();
|
|
1810
|
+
this.g.primaryKey = this.primaryKey;
|
|
1811
|
+
this.g.isGroupRowSticky = false;
|
|
1812
|
+
this.g.rowHeight = this.bj;
|
|
1813
|
+
this.g.background = this.backgroundColor;
|
|
1814
|
+
this.g.cellBackground = this.backgroundColor;
|
|
1815
|
+
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1816
|
+
this.g.theme = this.baseTheme;
|
|
1817
|
+
this.g.density = this.density;
|
|
1818
|
+
this.g.isRowHoverEnabled = this.a4;
|
|
1819
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1820
|
+
if (this.ao != null) {
|
|
1821
|
+
this.g.cellTextStyle = this.ao;
|
|
1815
1822
|
}
|
|
1816
1823
|
var a = new TemplateColumn();
|
|
1817
|
-
if (this.
|
|
1818
|
-
this.
|
|
1824
|
+
if (this.bs == null) {
|
|
1825
|
+
this.bs = "";
|
|
1819
1826
|
}
|
|
1820
|
-
a.
|
|
1821
|
-
a.
|
|
1827
|
+
a.mr = this.bs;
|
|
1828
|
+
a.ni = "CheckboxColumn";
|
|
1822
1829
|
var b = new ColumnWidth();
|
|
1823
1830
|
b.c = false;
|
|
1824
1831
|
b.f = 28;
|
|
1825
1832
|
a.width = b;
|
|
1826
|
-
a.
|
|
1827
|
-
a.
|
|
1828
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1829
|
-
this.
|
|
1830
|
-
this.
|
|
1831
|
-
var c = this.
|
|
1832
|
-
if ((this.
|
|
1833
|
+
a.k7 = 0;
|
|
1834
|
+
a.k8 = 0;
|
|
1835
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.da));
|
|
1836
|
+
this.k = a;
|
|
1837
|
+
this.g.columns.add(a);
|
|
1838
|
+
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bp);
|
|
1839
|
+
if ((this.bt != null || this.br != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1833
1840
|
var d = new TemplateColumn();
|
|
1834
|
-
d.
|
|
1835
|
-
d.
|
|
1836
|
-
d.
|
|
1841
|
+
d.mr = this.bp;
|
|
1842
|
+
d.ni = "DataColumn";
|
|
1843
|
+
d.k7 = 0;
|
|
1837
1844
|
d.g = 0;
|
|
1838
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1839
|
-
this.
|
|
1845
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ej));
|
|
1846
|
+
this.g.columns.add(d);
|
|
1840
1847
|
}
|
|
1841
1848
|
else {
|
|
1842
1849
|
var e = void 0;
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
e = new DateTimeColumn();
|
|
1847
|
-
break;
|
|
1848
|
-
case 1:
|
|
1849
|
-
case 3:
|
|
1850
|
-
case 4:
|
|
1851
|
-
case 5:
|
|
1852
|
-
case 6:
|
|
1853
|
-
case 7:
|
|
1854
|
-
case 10:
|
|
1855
|
-
e = new NumericColumn();
|
|
1856
|
-
break;
|
|
1857
|
-
case 2:
|
|
1858
|
-
case 11:
|
|
1859
|
-
case 0:
|
|
1860
|
-
default:
|
|
1861
|
-
e = new TextColumn();
|
|
1862
|
-
break;
|
|
1850
|
+
if (this.f != null) {
|
|
1851
|
+
e = this.f.h0();
|
|
1852
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.di));
|
|
1863
1853
|
}
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1854
|
+
else {
|
|
1855
|
+
switch (c) {
|
|
1856
|
+
case 8:
|
|
1857
|
+
case 9:
|
|
1858
|
+
e = new DateTimeColumn();
|
|
1859
|
+
break;
|
|
1860
|
+
case 1:
|
|
1861
|
+
case 3:
|
|
1862
|
+
case 4:
|
|
1863
|
+
case 5:
|
|
1864
|
+
case 6:
|
|
1865
|
+
case 7:
|
|
1866
|
+
case 10:
|
|
1867
|
+
e = new NumericColumn();
|
|
1868
|
+
break;
|
|
1869
|
+
case 2:
|
|
1870
|
+
case 11:
|
|
1871
|
+
case 0:
|
|
1872
|
+
default:
|
|
1873
|
+
e = new TextColumn();
|
|
1874
|
+
break;
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
e.mr = this.bp;
|
|
1878
|
+
e.ni = "DataColumn";
|
|
1879
|
+
e.k7 = 0;
|
|
1867
1880
|
e.g = 0;
|
|
1868
|
-
this.
|
|
1881
|
+
this.g.columns.add(e);
|
|
1869
1882
|
}
|
|
1870
1883
|
var f = new TemplateColumn();
|
|
1871
1884
|
var g = new ColumnWidth();
|
|
1872
1885
|
g.c = false;
|
|
1873
1886
|
g.f = 10;
|
|
1874
|
-
f.
|
|
1875
|
-
f.
|
|
1876
|
-
f.
|
|
1887
|
+
f.mr = "PaddingColumn";
|
|
1888
|
+
f.ni = "PaddingColumn";
|
|
1889
|
+
f.k7 = 0;
|
|
1877
1890
|
f.width = g;
|
|
1878
|
-
this.
|
|
1891
|
+
this.g.columns.add(f);
|
|
1892
|
+
};
|
|
1893
|
+
CheckboxList.prototype.di = function (a, b) {
|
|
1894
|
+
var c = b.b;
|
|
1895
|
+
c.g0 = 0;
|
|
1879
1896
|
};
|
|
1880
1897
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1881
1898
|
this.view.ah(a);
|
|
@@ -1883,18 +1900,18 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1883
1900
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1884
1901
|
this.view.v(a);
|
|
1885
1902
|
};
|
|
1886
|
-
CheckboxList.prototype.
|
|
1887
|
-
if (!this.
|
|
1888
|
-
var a = this.
|
|
1889
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1903
|
+
CheckboxList.prototype.dy = function () {
|
|
1904
|
+
if (!this.a0) {
|
|
1905
|
+
var a = this.w;
|
|
1906
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dj));
|
|
1890
1907
|
}
|
|
1891
|
-
this.
|
|
1908
|
+
this.eh();
|
|
1892
1909
|
};
|
|
1893
|
-
CheckboxList.prototype.
|
|
1910
|
+
CheckboxList.prototype.dj = function (a, b) {
|
|
1894
1911
|
var c = b.value.toLowerCase();
|
|
1895
|
-
this.
|
|
1912
|
+
this.dw(c);
|
|
1896
1913
|
};
|
|
1897
|
-
CheckboxList.prototype.
|
|
1914
|
+
CheckboxList.prototype.j = function (a) {
|
|
1898
1915
|
if (this.primaryKey == null) {
|
|
1899
1916
|
return PrimaryKeyValue.createIdentityKey(a);
|
|
1900
1917
|
}
|
|
@@ -1906,81 +1923,81 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1906
1923
|
}
|
|
1907
1924
|
return new PrimaryKeyValue(b, c);
|
|
1908
1925
|
};
|
|
1909
|
-
CheckboxList.prototype.
|
|
1910
|
-
this.
|
|
1926
|
+
CheckboxList.prototype.ec = function (a) {
|
|
1927
|
+
this.as = true;
|
|
1911
1928
|
var b = this.e.getItemAtIndex(a);
|
|
1912
|
-
if (this.
|
|
1913
|
-
this.
|
|
1929
|
+
if (this.ak != null) {
|
|
1930
|
+
this.ak.setPropertyValue(b, false);
|
|
1914
1931
|
}
|
|
1915
|
-
var c = this.
|
|
1932
|
+
var c = this.j(b);
|
|
1916
1933
|
this.keys.remove(c);
|
|
1917
|
-
this.
|
|
1934
|
+
this.as = false;
|
|
1918
1935
|
};
|
|
1919
|
-
CheckboxList.prototype.
|
|
1920
|
-
this.
|
|
1936
|
+
CheckboxList.prototype.c6 = function (a) {
|
|
1937
|
+
this.as = true;
|
|
1921
1938
|
var b = this.e.getItemAtIndex(a);
|
|
1922
|
-
if (this.
|
|
1923
|
-
this.
|
|
1939
|
+
if (this.ak != null) {
|
|
1940
|
+
this.ak.setPropertyValue(b, true);
|
|
1924
1941
|
}
|
|
1925
|
-
var c = this.
|
|
1942
|
+
var c = this.j(b);
|
|
1926
1943
|
this.keys.add(c);
|
|
1927
|
-
this.
|
|
1944
|
+
this.as = false;
|
|
1928
1945
|
};
|
|
1929
|
-
CheckboxList.prototype.
|
|
1946
|
+
CheckboxList.prototype.ef = function () {
|
|
1930
1947
|
this.indexType = 0;
|
|
1931
1948
|
this.keys.clear();
|
|
1932
|
-
this.
|
|
1949
|
+
this.dl();
|
|
1933
1950
|
if (this.keysCleared != null) {
|
|
1934
1951
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1935
1952
|
}
|
|
1936
1953
|
};
|
|
1937
|
-
CheckboxList.prototype.
|
|
1954
|
+
CheckboxList.prototype.dc = function () {
|
|
1938
1955
|
this.indexType = 1;
|
|
1939
1956
|
this.keys.clear();
|
|
1940
|
-
this.
|
|
1957
|
+
this.dl();
|
|
1941
1958
|
if (this.keysCleared != null) {
|
|
1942
1959
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1943
1960
|
}
|
|
1944
1961
|
};
|
|
1945
|
-
CheckboxList.prototype.
|
|
1946
|
-
if (this.
|
|
1947
|
-
this.
|
|
1962
|
+
CheckboxList.prototype.dr = function (a, b, c) {
|
|
1963
|
+
if (this.g != null) {
|
|
1964
|
+
this.g.notifySetItem(a, b, c);
|
|
1948
1965
|
}
|
|
1949
1966
|
};
|
|
1950
|
-
CheckboxList.prototype.
|
|
1951
|
-
if (this.
|
|
1952
|
-
this.
|
|
1967
|
+
CheckboxList.prototype.dm = function () {
|
|
1968
|
+
if (this.g != null) {
|
|
1969
|
+
this.g.notifyClearItems();
|
|
1953
1970
|
}
|
|
1954
1971
|
};
|
|
1955
|
-
CheckboxList.prototype.
|
|
1956
|
-
if (this.
|
|
1957
|
-
this.
|
|
1972
|
+
CheckboxList.prototype.dl = function () {
|
|
1973
|
+
if (this.g != null) {
|
|
1974
|
+
this.g.invalidateVisibleRows();
|
|
1958
1975
|
}
|
|
1959
1976
|
};
|
|
1960
|
-
CheckboxList.prototype.
|
|
1961
|
-
if (this.
|
|
1962
|
-
this.
|
|
1977
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1978
|
+
if (this.g != null) {
|
|
1979
|
+
this.g.notifyInsertItem(a, b);
|
|
1963
1980
|
}
|
|
1964
1981
|
;
|
|
1965
1982
|
};
|
|
1966
|
-
CheckboxList.prototype.
|
|
1967
|
-
if (this.
|
|
1968
|
-
this.
|
|
1983
|
+
CheckboxList.prototype.dq = function (a, b) {
|
|
1984
|
+
if (this.g != null) {
|
|
1985
|
+
this.g.notifyRemoveItem(a, b);
|
|
1969
1986
|
}
|
|
1970
1987
|
;
|
|
1971
1988
|
};
|
|
1972
1989
|
CheckboxList.prototype.refresh = function () {
|
|
1973
|
-
if (this.
|
|
1990
|
+
if (this.aw) {
|
|
1974
1991
|
return;
|
|
1975
1992
|
}
|
|
1976
|
-
if (this.
|
|
1977
|
-
this.
|
|
1993
|
+
if (this.g != null) {
|
|
1994
|
+
this.aw = true;
|
|
1978
1995
|
this.view.x();
|
|
1979
|
-
this.
|
|
1980
|
-
this.
|
|
1996
|
+
this.g.refresh();
|
|
1997
|
+
this.aw = false;
|
|
1981
1998
|
}
|
|
1982
1999
|
};
|
|
1983
|
-
CheckboxList.prototype.
|
|
2000
|
+
CheckboxList.prototype.c7 = function (a) {
|
|
1984
2001
|
var b = null;
|
|
1985
2002
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1986
2003
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1992,15 +2009,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1992
2009
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1993
2010
|
}
|
|
1994
2011
|
if (b != null) {
|
|
1995
|
-
if (this.
|
|
2012
|
+
if (this.ak != null) {
|
|
1996
2013
|
var c = this.e.indexOfKey(a);
|
|
1997
2014
|
var d = this.e.getItemAtIndex(c);
|
|
1998
|
-
this.
|
|
2015
|
+
this.ak.setPropertyValue(d, true);
|
|
1999
2016
|
}
|
|
2000
2017
|
this.keys.add(b);
|
|
2001
2018
|
}
|
|
2002
2019
|
};
|
|
2003
|
-
CheckboxList.prototype.
|
|
2020
|
+
CheckboxList.prototype.ed = function (a) {
|
|
2004
2021
|
var b = null;
|
|
2005
2022
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2006
2023
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2012,10 +2029,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2012
2029
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
2013
2030
|
}
|
|
2014
2031
|
if (this.keys.contains(b)) {
|
|
2015
|
-
if (this.
|
|
2032
|
+
if (this.ak != null) {
|
|
2016
2033
|
var c = this.e.indexOfKey(a);
|
|
2017
2034
|
var d = this.e.getItemAtIndex(c);
|
|
2018
|
-
this.
|
|
2035
|
+
this.ak.setPropertyValue(d, false);
|
|
2019
2036
|
}
|
|
2020
2037
|
this.keys.remove(b);
|
|
2021
2038
|
}
|
|
@@ -2023,13 +2040,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2023
2040
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2024
2041
|
var b = 248;
|
|
2025
2042
|
var c = 0;
|
|
2026
|
-
var d = this.
|
|
2043
|
+
var d = this.be();
|
|
2027
2044
|
var e = 5;
|
|
2028
|
-
if (this.
|
|
2029
|
-
e = this.
|
|
2045
|
+
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
2046
|
+
e = this.g.actualDataSource.actualCount;
|
|
2030
2047
|
}
|
|
2031
|
-
var f = this.
|
|
2032
|
-
var g = this.
|
|
2048
|
+
var f = this.bh * e;
|
|
2049
|
+
var g = this.bh * (this.showSelectAll ? 4 : 5);
|
|
2033
2050
|
var h = f > g ? g : f;
|
|
2034
2051
|
var i = d + h;
|
|
2035
2052
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2046,26 +2063,26 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2046
2063
|
}
|
|
2047
2064
|
return new Size(1, b, c);
|
|
2048
2065
|
};
|
|
2049
|
-
CheckboxList.prototype.
|
|
2066
|
+
CheckboxList.prototype.be = function () {
|
|
2050
2067
|
var a = 0;
|
|
2051
2068
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2052
2069
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2053
2070
|
a += (0.8 + 6);
|
|
2054
2071
|
a += 4;
|
|
2055
2072
|
if (this.showSelectAll) {
|
|
2056
|
-
a += this.
|
|
2073
|
+
a += this.bh;
|
|
2057
2074
|
}
|
|
2058
2075
|
a += 4;
|
|
2059
2076
|
return a;
|
|
2060
2077
|
};
|
|
2061
|
-
CheckboxList.prototype.
|
|
2062
|
-
return this.
|
|
2078
|
+
CheckboxList.prototype.bn = function () {
|
|
2079
|
+
return this.l();
|
|
2063
2080
|
};
|
|
2064
|
-
CheckboxList.prototype.
|
|
2065
|
-
var a = this.
|
|
2081
|
+
CheckboxList.prototype.ca = function () {
|
|
2082
|
+
var a = this.l();
|
|
2066
2083
|
return a.i();
|
|
2067
2084
|
};
|
|
2068
|
-
CheckboxList.prototype.
|
|
2085
|
+
CheckboxList.prototype.l = function () {
|
|
2069
2086
|
var a = new CheckboxListVisualModelExport();
|
|
2070
2087
|
var b = this.view.a();
|
|
2071
2088
|
a.g = b[0];
|
|
@@ -2074,64 +2091,64 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2074
2091
|
a.e = c.height;
|
|
2075
2092
|
a.h = c.width;
|
|
2076
2093
|
a.c = this.baseTheme;
|
|
2077
|
-
a.d = this.
|
|
2078
|
-
a.a = AppearanceHelper.a(this.
|
|
2094
|
+
a.d = this.bh;
|
|
2095
|
+
a.a = AppearanceHelper.a(this.e1);
|
|
2079
2096
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2080
2097
|
return a;
|
|
2081
2098
|
};
|
|
2082
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2099
|
+
Object.defineProperty(CheckboxList.prototype, "cw", {
|
|
2083
2100
|
get: function () {
|
|
2084
|
-
return this.
|
|
2101
|
+
return this.cv != null ? this.cv : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2085
2102
|
},
|
|
2086
2103
|
set: function (a) {
|
|
2087
|
-
if (a == this.
|
|
2104
|
+
if (a == this.cv) {
|
|
2088
2105
|
return;
|
|
2089
2106
|
}
|
|
2090
|
-
var b = this.
|
|
2091
|
-
this.
|
|
2092
|
-
this.
|
|
2107
|
+
var b = this.cv;
|
|
2108
|
+
this.cv = a;
|
|
2109
|
+
this.d1("SelectAllCaption", b, this.cv);
|
|
2093
2110
|
},
|
|
2094
2111
|
enumerable: false,
|
|
2095
2112
|
configurable: true
|
|
2096
2113
|
});
|
|
2097
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2114
|
+
Object.defineProperty(CheckboxList.prototype, "fj", {
|
|
2098
2115
|
get: function () {
|
|
2099
|
-
return this.
|
|
2116
|
+
return this.ez;
|
|
2100
2117
|
},
|
|
2101
2118
|
set: function (a) {
|
|
2102
|
-
var b = this.
|
|
2103
|
-
this.
|
|
2104
|
-
if (b != this.
|
|
2105
|
-
this.
|
|
2119
|
+
var b = this.ez;
|
|
2120
|
+
this.ez = a;
|
|
2121
|
+
if (b != this.ez) {
|
|
2122
|
+
this.d1("SelectAllCaptionTextColor", b, a);
|
|
2106
2123
|
}
|
|
2107
2124
|
},
|
|
2108
2125
|
enumerable: false,
|
|
2109
2126
|
configurable: true
|
|
2110
2127
|
});
|
|
2111
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2128
|
+
Object.defineProperty(CheckboxList.prototype, "e1", {
|
|
2112
2129
|
get: function () {
|
|
2113
|
-
return this.
|
|
2130
|
+
return this.em;
|
|
2114
2131
|
},
|
|
2115
2132
|
set: function (a) {
|
|
2116
|
-
var b = this.
|
|
2117
|
-
this.
|
|
2118
|
-
if (b != this.
|
|
2119
|
-
this.
|
|
2133
|
+
var b = this.em;
|
|
2134
|
+
this.em = a;
|
|
2135
|
+
if (b != this.em) {
|
|
2136
|
+
this.d1("ActualSelectAllCaptionTextColor", b, a);
|
|
2120
2137
|
}
|
|
2121
2138
|
},
|
|
2122
2139
|
enumerable: false,
|
|
2123
2140
|
configurable: true
|
|
2124
2141
|
});
|
|
2125
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2142
|
+
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
2126
2143
|
get: function () {
|
|
2127
|
-
if (-1 == this.
|
|
2144
|
+
if (-1 == this.bi) {
|
|
2128
2145
|
return false;
|
|
2129
2146
|
}
|
|
2130
2147
|
var a = this.keys.count;
|
|
2131
2148
|
if (0 == a) {
|
|
2132
2149
|
return false;
|
|
2133
2150
|
}
|
|
2134
|
-
if (a == this.
|
|
2151
|
+
if (a == this.bi) {
|
|
2135
2152
|
return false;
|
|
2136
2153
|
}
|
|
2137
2154
|
return true;
|
|
@@ -2141,28 +2158,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2141
2158
|
});
|
|
2142
2159
|
Object.defineProperty(CheckboxList.prototype, "showSelectAll", {
|
|
2143
2160
|
get: function () {
|
|
2144
|
-
return this.
|
|
2161
|
+
return this.a9;
|
|
2145
2162
|
},
|
|
2146
2163
|
set: function (a) {
|
|
2147
|
-
if (a == this.
|
|
2164
|
+
if (a == this.a9) {
|
|
2148
2165
|
return;
|
|
2149
2166
|
}
|
|
2150
|
-
var b = this.
|
|
2151
|
-
this.
|
|
2152
|
-
this.
|
|
2167
|
+
var b = this.a9;
|
|
2168
|
+
this.a9 = a;
|
|
2169
|
+
this.d1("showSelectAll", b, this.a9);
|
|
2153
2170
|
},
|
|
2154
2171
|
enumerable: false,
|
|
2155
2172
|
configurable: true
|
|
2156
2173
|
});
|
|
2157
2174
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2158
2175
|
get: function () {
|
|
2159
|
-
return this.
|
|
2176
|
+
return this.en;
|
|
2160
2177
|
},
|
|
2161
2178
|
set: function (a) {
|
|
2162
|
-
var b = this.
|
|
2163
|
-
this.
|
|
2164
|
-
if (b != this.
|
|
2165
|
-
this.
|
|
2179
|
+
var b = this.en;
|
|
2180
|
+
this.en = a;
|
|
2181
|
+
if (b != this.en) {
|
|
2182
|
+
this.d1("BackgroundColor", b, a);
|
|
2166
2183
|
}
|
|
2167
2184
|
},
|
|
2168
2185
|
enumerable: false,
|
|
@@ -2170,33 +2187,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2170
2187
|
});
|
|
2171
2188
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2172
2189
|
get: function () {
|
|
2173
|
-
return this.
|
|
2190
|
+
return this.et;
|
|
2174
2191
|
},
|
|
2175
2192
|
set: function (a) {
|
|
2176
|
-
var b = this.
|
|
2177
|
-
this.
|
|
2178
|
-
if (b != this.
|
|
2179
|
-
this.
|
|
2193
|
+
var b = this.et;
|
|
2194
|
+
this.et = a;
|
|
2195
|
+
if (b != this.et) {
|
|
2196
|
+
this.d1("RowHoverBackgroundColor", b, a);
|
|
2180
2197
|
}
|
|
2181
2198
|
},
|
|
2182
2199
|
enumerable: false,
|
|
2183
2200
|
configurable: true
|
|
2184
2201
|
});
|
|
2185
|
-
|
|
2202
|
+
CheckboxList.prototype.fc = function () {
|
|
2203
|
+
switch (this.baseTheme) {
|
|
2204
|
+
case 6:
|
|
2205
|
+
case 4: return CheckboxList.e9;
|
|
2206
|
+
}
|
|
2207
|
+
return CheckboxList.fb;
|
|
2208
|
+
};
|
|
2209
|
+
Object.defineProperty(CheckboxList.prototype, "fl", {
|
|
2186
2210
|
get: function () {
|
|
2187
|
-
return this.
|
|
2211
|
+
return this.e0;
|
|
2188
2212
|
},
|
|
2189
2213
|
set: function (a) {
|
|
2190
|
-
var b = this.
|
|
2191
|
-
this.
|
|
2192
|
-
if (b != this.
|
|
2193
|
-
this.
|
|
2214
|
+
var b = this.e0;
|
|
2215
|
+
this.e0 = a;
|
|
2216
|
+
if (b != this.e0) {
|
|
2217
|
+
this.d1("TextColor", b, a);
|
|
2194
2218
|
}
|
|
2195
2219
|
},
|
|
2196
2220
|
enumerable: false,
|
|
2197
2221
|
configurable: true
|
|
2198
2222
|
});
|
|
2199
|
-
CheckboxList.prototype.
|
|
2223
|
+
CheckboxList.prototype.d3 = function (a) {
|
|
2200
2224
|
if (this.selectAllCheckboxChanged != null) {
|
|
2201
2225
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2202
2226
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2205,93 +2229,94 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2205
2229
|
})()));
|
|
2206
2230
|
}
|
|
2207
2231
|
};
|
|
2208
|
-
CheckboxList.prototype.
|
|
2209
|
-
if (-1 == this.
|
|
2232
|
+
CheckboxList.prototype.a2 = function () {
|
|
2233
|
+
if (-1 == this.bi) {
|
|
2210
2234
|
return true;
|
|
2211
2235
|
}
|
|
2212
2236
|
var a = this.keys.count;
|
|
2213
2237
|
switch (this.indexType) {
|
|
2214
|
-
case 0: return this.
|
|
2238
|
+
case 0: return this.bi == a;
|
|
2215
2239
|
case 1: return 0 == a;
|
|
2216
2240
|
default: return false;
|
|
2217
2241
|
}
|
|
2218
2242
|
};
|
|
2219
|
-
CheckboxList.prototype.
|
|
2220
|
-
if (-1 == this.
|
|
2243
|
+
CheckboxList.prototype.a1 = function () {
|
|
2244
|
+
if (-1 == this.bi) {
|
|
2221
2245
|
return false;
|
|
2222
2246
|
}
|
|
2223
2247
|
var a = this.keys.count;
|
|
2224
2248
|
switch (this.indexType) {
|
|
2225
2249
|
case 0: return 0 == a;
|
|
2226
|
-
case 1: return this.
|
|
2250
|
+
case 1: return this.bi == a;
|
|
2227
2251
|
default: return false;
|
|
2228
2252
|
}
|
|
2229
2253
|
};
|
|
2230
|
-
CheckboxList.prototype.
|
|
2231
|
-
var a = this.
|
|
2254
|
+
CheckboxList.prototype.c9 = function () {
|
|
2255
|
+
var a = this.g.actualDataSource;
|
|
2232
2256
|
if (null != a) {
|
|
2233
2257
|
if (null == a.actualSchema) {
|
|
2234
|
-
this.
|
|
2258
|
+
this.bi = -1;
|
|
2235
2259
|
return;
|
|
2236
2260
|
}
|
|
2237
2261
|
var b = a.actualCount;
|
|
2238
|
-
this.
|
|
2262
|
+
this.bi = b;
|
|
2239
2263
|
}
|
|
2240
2264
|
else {
|
|
2241
|
-
this.
|
|
2265
|
+
this.bi = -1;
|
|
2242
2266
|
}
|
|
2243
2267
|
};
|
|
2244
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2268
|
+
Object.defineProperty(CheckboxList.prototype, "a8", {
|
|
2245
2269
|
get: function () {
|
|
2246
|
-
return this.
|
|
2270
|
+
return this.a7;
|
|
2247
2271
|
},
|
|
2248
2272
|
set: function (a) {
|
|
2249
|
-
if (a == this.
|
|
2273
|
+
if (a == this.a7) {
|
|
2250
2274
|
return;
|
|
2251
2275
|
}
|
|
2252
|
-
var b = this.
|
|
2253
|
-
this.
|
|
2254
|
-
this.
|
|
2276
|
+
var b = this.a7;
|
|
2277
|
+
this.a7 = a;
|
|
2278
|
+
this.d1("ShowFilter", b, this.a7);
|
|
2255
2279
|
},
|
|
2256
2280
|
enumerable: false,
|
|
2257
2281
|
configurable: true
|
|
2258
2282
|
});
|
|
2259
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2283
|
+
Object.defineProperty(CheckboxList.prototype, "a4", {
|
|
2260
2284
|
get: function () {
|
|
2261
|
-
return this.
|
|
2285
|
+
return this.a3;
|
|
2262
2286
|
},
|
|
2263
2287
|
set: function (a) {
|
|
2264
|
-
if (a == this.
|
|
2288
|
+
if (a == this.a3) {
|
|
2265
2289
|
return;
|
|
2266
2290
|
}
|
|
2267
|
-
var b = this.
|
|
2268
|
-
this.
|
|
2269
|
-
this.
|
|
2291
|
+
var b = this.a3;
|
|
2292
|
+
this.a3 = a;
|
|
2293
|
+
this.d1("IsRowHoverEnabled", b, this.a3);
|
|
2270
2294
|
},
|
|
2271
2295
|
enumerable: false,
|
|
2272
2296
|
configurable: true
|
|
2273
2297
|
});
|
|
2274
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2298
|
+
Object.defineProperty(CheckboxList.prototype, "az", {
|
|
2275
2299
|
get: function () {
|
|
2276
|
-
return this.
|
|
2300
|
+
return this.ay;
|
|
2277
2301
|
},
|
|
2278
2302
|
set: function (a) {
|
|
2279
|
-
if (a == this.
|
|
2303
|
+
if (a == this.ay) {
|
|
2280
2304
|
return;
|
|
2281
2305
|
}
|
|
2282
|
-
var b = this.
|
|
2283
|
-
this.
|
|
2284
|
-
this.
|
|
2306
|
+
var b = this.ay;
|
|
2307
|
+
this.ay = a;
|
|
2308
|
+
this.d1("CheckboxAlignedRight", b, this.ay);
|
|
2285
2309
|
},
|
|
2286
2310
|
enumerable: false,
|
|
2287
2311
|
configurable: true
|
|
2288
2312
|
});
|
|
2289
2313
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2290
|
-
CheckboxList.
|
|
2291
|
-
CheckboxList.
|
|
2292
|
-
CheckboxList.
|
|
2293
|
-
CheckboxList.
|
|
2294
|
-
CheckboxList.
|
|
2314
|
+
CheckboxList.fk = BrushUtil.l(255, 24, 29, 31);
|
|
2315
|
+
CheckboxList.cs = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2316
|
+
CheckboxList.e8 = BrushUtil.l(255, 248, 248, 248);
|
|
2317
|
+
CheckboxList.fa = null;
|
|
2318
|
+
CheckboxList.fb = BrushUtil.l(255, 24, 29, 31);
|
|
2319
|
+
CheckboxList.e9 = BrushUtil.l(255, 255, 255, 255);
|
|
2295
2320
|
return CheckboxList;
|
|
2296
2321
|
}(Base));
|
|
2297
2322
|
export { CheckboxList };
|