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