igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.2
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 +44020 -42109
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +25 -25
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +416 -411
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +6915 -5977
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +6 -3
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +3 -3
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +44 -25
- package/esm2015/lib/igc-cell-info.js +97 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +271 -188
- package/esm2015/lib/igc-data-grid-component.js +135 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +25 -25
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +399 -394
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +6922 -5827
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +10 -3
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +7 -7
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +3 -3
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +44 -25
- package/esm5/lib/igc-cell-info.js +101 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +311 -188
- package/esm5/lib/igc-data-grid-component.js +177 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +38809 -37228
- package/fesm5/igniteui-webcomponents-data-grids.js +44020 -42111
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1518 -1434
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/igc-cell-info.d.ts +4 -0
- package/lib/igc-data-grid-column-component.d.ts +23 -0
- package/lib/igc-data-grid-component.d.ts +43 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -119,7 +119,7 @@ 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.cw;
|
|
123
123
|
var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
124
124
|
g.appendContentChild(i);
|
|
125
125
|
this.c.y.appendContentChild(e);
|
|
@@ -131,18 +131,17 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
131
131
|
this.c.w.provideContainer(m);
|
|
132
132
|
this.c.w.b8 = "text";
|
|
133
133
|
var n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
134
|
-
if (this.c.
|
|
135
|
-
this.c.w.cg = this.c.
|
|
134
|
+
if (this.c.cf != null) {
|
|
135
|
+
this.c.w.cg = this.c.cf;
|
|
136
136
|
}
|
|
137
137
|
this.c.y.appendContentChild(l);
|
|
138
138
|
this.c.y.inputs.add(this.c.w);
|
|
139
|
-
this.c.
|
|
139
|
+
this.c.d2();
|
|
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
|
-
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
146
145
|
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
147
146
|
a.setStyleProperty("height", "100%");
|
|
148
147
|
}
|
|
@@ -210,11 +209,11 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
209
|
finally {
|
|
211
210
|
d.z = h;
|
|
212
211
|
}
|
|
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.
|
|
212
|
+
d.dk = this.c.e9;
|
|
213
|
+
d.dd = this.c.e7;
|
|
214
|
+
d.dl = this.c.fa;
|
|
215
|
+
d.de = this.c.e8;
|
|
216
|
+
d.dm = this.c.fb;
|
|
218
217
|
}
|
|
219
218
|
};
|
|
220
219
|
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -282,8 +281,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
281
|
if (l != null) {
|
|
283
282
|
try {
|
|
284
283
|
o.svg = null;
|
|
285
|
-
o.
|
|
286
|
-
o.
|
|
284
|
+
o.bg = null;
|
|
285
|
+
o.bh = null;
|
|
287
286
|
var x = e != null ? e : ((function () {
|
|
288
287
|
var $ret = new FontInfo();
|
|
289
288
|
$ret.f = g;
|
|
@@ -301,7 +300,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
300
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
302
301
|
if (i != null) {
|
|
303
302
|
aa = true;
|
|
304
|
-
o.
|
|
303
|
+
o.bg = i;
|
|
305
304
|
var ab = ((function () {
|
|
306
305
|
var $ret = new DataContext();
|
|
307
306
|
$ret.series = _this;
|
|
@@ -314,7 +313,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
313
|
})());
|
|
315
314
|
return $ret;
|
|
316
315
|
})());
|
|
317
|
-
o.
|
|
316
|
+
o.bh = ab;
|
|
318
317
|
}
|
|
319
318
|
else if (h != null) {
|
|
320
319
|
var ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -325,8 +324,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
324
|
var ag = af.getDataLegendSeriesTitle();
|
|
326
325
|
if (c == ag || c + " " + d == ag) {
|
|
327
326
|
aa = true;
|
|
328
|
-
o.
|
|
329
|
-
o.
|
|
327
|
+
o.bg = af.getDataLegendBadge();
|
|
328
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
330
329
|
break;
|
|
331
330
|
}
|
|
332
331
|
}
|
|
@@ -402,6 +401,9 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
401
|
}
|
|
403
402
|
};
|
|
404
403
|
CheckboxListView.prototype.ae = function () {
|
|
404
|
+
if (this.n != null) {
|
|
405
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
406
|
+
}
|
|
405
407
|
};
|
|
406
408
|
CheckboxListView.prototype.o = function (a, b) {
|
|
407
409
|
var c = a;
|
|
@@ -409,21 +411,21 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
411
|
var e = c.checked;
|
|
410
412
|
if (e == true) {
|
|
411
413
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
414
|
+
this.c.eg(d);
|
|
413
415
|
}
|
|
414
416
|
else {
|
|
415
|
-
this.c.
|
|
417
|
+
this.c.da(d);
|
|
416
418
|
}
|
|
417
419
|
}
|
|
418
420
|
else {
|
|
419
421
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
422
|
+
this.c.da(d);
|
|
421
423
|
}
|
|
422
424
|
else {
|
|
423
|
-
this.c.
|
|
425
|
+
this.c.eg(d);
|
|
424
426
|
}
|
|
425
427
|
}
|
|
426
|
-
this.c.
|
|
428
|
+
this.c.dy(d, e);
|
|
427
429
|
this.an(false);
|
|
428
430
|
};
|
|
429
431
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +439,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
439
|
var e = parseInt(d.a4.toString());
|
|
438
440
|
if (e == a) {
|
|
439
441
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
442
|
+
this.c.dy(e, b);
|
|
441
443
|
}
|
|
442
444
|
}
|
|
443
445
|
}
|
|
@@ -482,7 +484,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
484
|
CheckboxListView.prototype.w = function (a) {
|
|
483
485
|
this.n = a;
|
|
484
486
|
if (null != this.n) {
|
|
485
|
-
this.n.setStyleProperty("margin", "
|
|
487
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
488
|
+
this.ae();
|
|
486
489
|
}
|
|
487
490
|
};
|
|
488
491
|
CheckboxListView.prototype.ao = function () {
|
|
@@ -497,7 +500,7 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
500
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
501
|
this.b.n = this.c.baseTheme;
|
|
499
502
|
this.m = a.createElement("label");
|
|
500
|
-
this.m.setRawText(this.c.
|
|
503
|
+
this.m.setRawText(this.c.c0);
|
|
501
504
|
this.m.setStyleProperty("font-size", "13px");
|
|
502
505
|
this.n.setStyleProperty("display", "flex");
|
|
503
506
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -513,8 +516,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
516
|
};
|
|
514
517
|
CheckboxListView.prototype.am = function () {
|
|
515
518
|
if (null != this.m) {
|
|
516
|
-
this.m.setRawText(this.c.
|
|
517
|
-
NativeUI.
|
|
519
|
+
this.m.setRawText(this.c.c0);
|
|
520
|
+
NativeUI.r(this.m, this.c.e5);
|
|
518
521
|
}
|
|
519
522
|
};
|
|
520
523
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -565,12 +568,12 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
568
|
return;
|
|
566
569
|
}
|
|
567
570
|
if (b.isChecked) {
|
|
568
|
-
this.c.
|
|
569
|
-
this.c.
|
|
571
|
+
this.c.ej();
|
|
572
|
+
this.c.d7(b.isChecked);
|
|
570
573
|
}
|
|
571
574
|
else {
|
|
572
|
-
this.c.
|
|
573
|
-
this.c.
|
|
575
|
+
this.c.dg();
|
|
576
|
+
this.c.d7(b.isChecked);
|
|
574
577
|
}
|
|
575
578
|
};
|
|
576
579
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -580,8 +583,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
583
|
}
|
|
581
584
|
var b = a.rootWrapper;
|
|
582
585
|
if (null != b) {
|
|
583
|
-
NativeUI.
|
|
584
|
-
NativeUI.
|
|
586
|
+
NativeUI.r(b, this.c.fp);
|
|
587
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
585
588
|
}
|
|
586
589
|
};
|
|
587
590
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -602,19 +605,20 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
605
|
if (this.b == null) {
|
|
603
606
|
return;
|
|
604
607
|
}
|
|
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.
|
|
608
|
+
this.b.dk = this.c.e9;
|
|
609
|
+
this.b.dd = this.c.e7;
|
|
610
|
+
this.b.dl = this.c.fa;
|
|
611
|
+
this.b.de = this.c.e8;
|
|
612
|
+
this.b.dm = this.c.fb;
|
|
610
613
|
};
|
|
611
614
|
CheckboxListView.prototype.ah = function (a) {
|
|
612
615
|
if (this.k != null) {
|
|
613
|
-
NativeUI.
|
|
616
|
+
NativeUI.y(this.k, a);
|
|
614
617
|
}
|
|
615
618
|
};
|
|
616
619
|
CheckboxListView.prototype.v = function (a) {
|
|
617
620
|
this.k = a;
|
|
621
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
618
622
|
};
|
|
619
623
|
CheckboxListView.prototype.aq = function () {
|
|
620
624
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -633,8 +637,8 @@ export var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
637
|
try {
|
|
634
638
|
for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
635
639
|
var a = _c.value;
|
|
636
|
-
a.value.
|
|
637
|
-
a.value.
|
|
640
|
+
a.value.bg = null;
|
|
641
|
+
a.value.bh = null;
|
|
638
642
|
}
|
|
639
643
|
}
|
|
640
644
|
catch (e_4_1) {
|
|
@@ -690,52 +694,52 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
690
694
|
_this.labelClicked = null;
|
|
691
695
|
_this.av = false;
|
|
692
696
|
_this.au = false;
|
|
693
|
-
_this.bl = null;
|
|
694
697
|
_this.bp = null;
|
|
695
|
-
_this.bk = null;
|
|
696
698
|
_this.bt = null;
|
|
697
|
-
_this.
|
|
698
|
-
_this.
|
|
699
|
-
_this.
|
|
699
|
+
_this.bo = null;
|
|
700
|
+
_this.bx = null;
|
|
701
|
+
_this.bv = null;
|
|
702
|
+
_this.bw = null;
|
|
703
|
+
_this.bu = null;
|
|
700
704
|
_this.z = 3;
|
|
701
|
-
_this.
|
|
705
|
+
_this.bk = -1;
|
|
702
706
|
_this.am = null;
|
|
703
707
|
_this.m = 1;
|
|
704
708
|
_this.ae = 1;
|
|
705
709
|
_this.ag = 2;
|
|
706
|
-
_this.
|
|
707
|
-
_this.
|
|
710
|
+
_this.e1 = BrushUtil.l(255, 24, 29, 31);
|
|
711
|
+
_this.ez = null;
|
|
708
712
|
_this.ax = true;
|
|
709
|
-
_this.
|
|
710
|
-
_this.
|
|
713
|
+
_this.e2 = null;
|
|
714
|
+
_this.e0 = null;
|
|
711
715
|
_this.an = null;
|
|
712
|
-
_this.
|
|
713
|
-
_this.eo = null;
|
|
714
|
-
_this.er = null;
|
|
715
|
-
_this.ep = null;
|
|
716
|
+
_this.eu = null;
|
|
716
717
|
_this.es = null;
|
|
718
|
+
_this.ev = null;
|
|
719
|
+
_this.et = null;
|
|
720
|
+
_this.ew = null;
|
|
717
721
|
_this.bb = NaN;
|
|
718
722
|
_this.f = null;
|
|
719
723
|
_this.ac = 0;
|
|
720
|
-
_this.
|
|
724
|
+
_this.ey = null;
|
|
721
725
|
_this.indexTypeChanged = null;
|
|
722
726
|
_this.aw = false;
|
|
723
|
-
_this.
|
|
724
|
-
_this.
|
|
725
|
-
_this.
|
|
727
|
+
_this.cz = null;
|
|
728
|
+
_this.e3 = null;
|
|
729
|
+
_this.eq = CheckboxList.ff;
|
|
726
730
|
_this.a9 = true;
|
|
727
|
-
_this.
|
|
728
|
-
_this.
|
|
729
|
-
_this.
|
|
731
|
+
_this.er = CheckboxList.fc;
|
|
732
|
+
_this.ex = CheckboxList.fe;
|
|
733
|
+
_this.e4 = CheckboxList.ff;
|
|
730
734
|
_this.keysCleared = null;
|
|
731
735
|
_this.selectAllCheckboxChanged = null;
|
|
732
|
-
_this.
|
|
736
|
+
_this.bm = -1;
|
|
733
737
|
_this.a7 = true;
|
|
734
738
|
_this.a3 = true;
|
|
735
739
|
_this.ay = false;
|
|
736
740
|
var a = _this.h;
|
|
737
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
738
|
-
_this.h.am(runOn(_this, _this.
|
|
741
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ea));
|
|
742
|
+
_this.h.am(runOn(_this, _this.d9));
|
|
739
743
|
_this.d = new FilterFactory();
|
|
740
744
|
var b = new CheckboxListView();
|
|
741
745
|
b.c = _this;
|
|
@@ -809,7 +813,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
809
813
|
var b = this.a;
|
|
810
814
|
this.a = a;
|
|
811
815
|
if (b != this.a) {
|
|
812
|
-
this.
|
|
816
|
+
this.d5("PrimaryKey", b, this.a);
|
|
813
817
|
}
|
|
814
818
|
},
|
|
815
819
|
enumerable: false,
|
|
@@ -830,44 +834,44 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
830
834
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
831
835
|
this.keys.removeAt(a);
|
|
832
836
|
};
|
|
833
|
-
CheckboxList.prototype.
|
|
834
|
-
this.
|
|
837
|
+
CheckboxList.prototype.d9 = function () {
|
|
838
|
+
this.dq();
|
|
835
839
|
if (this.keysCleared != null) {
|
|
836
840
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
837
841
|
}
|
|
838
842
|
};
|
|
839
|
-
CheckboxList.prototype.
|
|
843
|
+
CheckboxList.prototype.ea = function (a, b) {
|
|
840
844
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
841
845
|
return;
|
|
842
846
|
}
|
|
843
847
|
switch (b.action) {
|
|
844
848
|
case 0:
|
|
845
849
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
846
|
-
this.
|
|
850
|
+
this.d3(b.newItems.item(c));
|
|
847
851
|
}
|
|
848
852
|
break;
|
|
849
853
|
case 1:
|
|
850
854
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
851
|
-
this.
|
|
855
|
+
this.d4(b.oldItems.item(d));
|
|
852
856
|
}
|
|
853
857
|
break;
|
|
854
858
|
case 2:
|
|
855
859
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
856
|
-
this.
|
|
860
|
+
this.d4(b.oldItems.item(e));
|
|
857
861
|
}
|
|
858
862
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
859
|
-
this.
|
|
863
|
+
this.d3(b.newItems.item(f));
|
|
860
864
|
}
|
|
861
865
|
break;
|
|
862
866
|
case 4:
|
|
863
867
|
this.view.ab(this.indexType == 0);
|
|
864
868
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
865
|
-
this.
|
|
869
|
+
this.d3(this.keys.ae._inner[g]);
|
|
866
870
|
}
|
|
867
871
|
break;
|
|
868
872
|
}
|
|
869
873
|
};
|
|
870
|
-
CheckboxList.prototype.
|
|
874
|
+
CheckboxList.prototype.d3 = function (a) {
|
|
871
875
|
var _this = this;
|
|
872
876
|
var b = this.e.indexOfKey(a.value);
|
|
873
877
|
if (b >= 0) {
|
|
@@ -884,7 +888,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
884
888
|
return $ret;
|
|
885
889
|
})()));
|
|
886
890
|
};
|
|
887
|
-
CheckboxList.prototype.
|
|
891
|
+
CheckboxList.prototype.d4 = function (a) {
|
|
888
892
|
var _this = this;
|
|
889
893
|
var b = this.e.indexOfKey(a.value);
|
|
890
894
|
if (b >= 0) {
|
|
@@ -901,7 +905,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
901
905
|
return $ret;
|
|
902
906
|
})()));
|
|
903
907
|
};
|
|
904
|
-
CheckboxList.prototype.
|
|
908
|
+
CheckboxList.prototype.dy = function (a, b) {
|
|
905
909
|
if (this.checkedChanged != null && this.at == false) {
|
|
906
910
|
var c_1 = null;
|
|
907
911
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -926,58 +930,58 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
926
930
|
this.av = false;
|
|
927
931
|
if (this.g != null) {
|
|
928
932
|
var a = this.g;
|
|
929
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
933
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
|
|
930
934
|
var b = this.g;
|
|
931
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
935
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
|
|
932
936
|
if (this.g.actualDataSource != null) {
|
|
933
937
|
var c = this.g.actualDataSource;
|
|
934
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
938
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
|
|
935
939
|
}
|
|
936
940
|
}
|
|
937
941
|
if (this.v != null) {
|
|
938
942
|
var d = this.v;
|
|
939
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
943
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dn));
|
|
940
944
|
}
|
|
941
945
|
if (this.k != null) {
|
|
942
946
|
var e = this.k;
|
|
943
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
947
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
|
|
944
948
|
}
|
|
945
949
|
};
|
|
946
950
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
947
951
|
this.av = true;
|
|
948
|
-
this.
|
|
949
|
-
this.
|
|
952
|
+
this.dj();
|
|
953
|
+
this.di();
|
|
950
954
|
};
|
|
951
|
-
CheckboxList.prototype.
|
|
955
|
+
CheckboxList.prototype.dj = function () {
|
|
952
956
|
if (this.g != null) {
|
|
953
957
|
var a = this.g;
|
|
954
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
958
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
|
|
955
959
|
var b = this.g;
|
|
956
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
960
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
|
|
957
961
|
if (this.g.actualDataSource != null) {
|
|
958
962
|
var c = this.g.actualDataSource;
|
|
959
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
963
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
|
|
960
964
|
}
|
|
961
965
|
}
|
|
962
966
|
if (this.v != null) {
|
|
963
967
|
var d = this.v;
|
|
964
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
968
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dn));
|
|
965
969
|
}
|
|
966
970
|
};
|
|
967
|
-
CheckboxList.prototype.
|
|
971
|
+
CheckboxList.prototype.di = function () {
|
|
968
972
|
if (this.k != null) {
|
|
969
973
|
var a = this.k;
|
|
970
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
974
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
|
|
971
975
|
}
|
|
972
976
|
};
|
|
973
977
|
CheckboxList.prototype.destroy = function () {
|
|
974
978
|
this.au = true;
|
|
975
979
|
if (!this.av) {
|
|
976
|
-
this.
|
|
980
|
+
this.dj();
|
|
977
981
|
}
|
|
978
982
|
this.provideContainer(null, null, null);
|
|
979
983
|
if (!this.av) {
|
|
980
|
-
this.
|
|
984
|
+
this.di();
|
|
981
985
|
}
|
|
982
986
|
};
|
|
983
987
|
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
@@ -992,8 +996,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
992
996
|
if (null != this.g) {
|
|
993
997
|
this.g.scrollbarStyle = 1;
|
|
994
998
|
var d = this.g;
|
|
995
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
996
|
-
this.g.scrollbarBackground = this.
|
|
999
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
|
|
1000
|
+
this.g.scrollbarBackground = this.fi;
|
|
997
1001
|
this.g.headerHeight = 0;
|
|
998
1002
|
this.g.rowSeparatorHeight = 0;
|
|
999
1003
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -1002,30 +1006,30 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1002
1006
|
this.g.selectionMode = 0;
|
|
1003
1007
|
this.g.editMode = 0;
|
|
1004
1008
|
var e = this.g;
|
|
1005
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1006
|
-
if (this.bl != null) {
|
|
1007
|
-
this.g.itemsSource = this.bl;
|
|
1008
|
-
this.c9();
|
|
1009
|
-
this.d4();
|
|
1010
|
-
}
|
|
1009
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
|
|
1011
1010
|
if (this.bp != null) {
|
|
1012
|
-
this.
|
|
1013
|
-
this.
|
|
1011
|
+
this.g.itemsSource = this.bp;
|
|
1012
|
+
this.dd();
|
|
1013
|
+
this.d8();
|
|
1014
|
+
}
|
|
1015
|
+
if (this.bt != null) {
|
|
1016
|
+
this.d8();
|
|
1017
|
+
this.em();
|
|
1014
1018
|
}
|
|
1015
1019
|
}
|
|
1016
1020
|
this.view.w(c);
|
|
1017
1021
|
if (this.az) {
|
|
1018
|
-
this.
|
|
1022
|
+
this.eo();
|
|
1019
1023
|
}
|
|
1020
1024
|
this.view.r(a);
|
|
1021
1025
|
};
|
|
1022
|
-
CheckboxList.prototype.
|
|
1026
|
+
CheckboxList.prototype.dl = function (a, b) {
|
|
1023
1027
|
this.g.scrollbarStyle = this.ad;
|
|
1024
1028
|
};
|
|
1025
1029
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1026
1030
|
this.view.w(a);
|
|
1027
1031
|
};
|
|
1028
|
-
CheckboxList.prototype.
|
|
1032
|
+
CheckboxList.prototype.dk = function (a, b) {
|
|
1029
1033
|
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
1030
1034
|
return;
|
|
1031
1035
|
}
|
|
@@ -1033,7 +1037,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1033
1037
|
if (-1 == c) {
|
|
1034
1038
|
return;
|
|
1035
1039
|
}
|
|
1036
|
-
var d = b.cellInfo.
|
|
1040
|
+
var d = b.cellInfo.ih;
|
|
1037
1041
|
var e = this.j(d);
|
|
1038
1042
|
if (this.a6) {
|
|
1039
1043
|
if (this.keys.contains(e)) {
|
|
@@ -1049,9 +1053,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1049
1053
|
this.keys.add(e);
|
|
1050
1054
|
}
|
|
1051
1055
|
}
|
|
1052
|
-
this.
|
|
1056
|
+
this.dt(c, this.keys.contains(e));
|
|
1053
1057
|
};
|
|
1054
|
-
CheckboxList.prototype.
|
|
1058
|
+
CheckboxList.prototype.dt = function (a, b) {
|
|
1055
1059
|
var c = null;
|
|
1056
1060
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1057
1061
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1070,21 +1074,21 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1070
1074
|
return $ret;
|
|
1071
1075
|
})()));
|
|
1072
1076
|
};
|
|
1073
|
-
CheckboxList.prototype.
|
|
1077
|
+
CheckboxList.prototype.de = function (a, b) {
|
|
1074
1078
|
var c = b.cellInfo.l.x;
|
|
1075
1079
|
if (-1 == c) {
|
|
1076
1080
|
return;
|
|
1077
1081
|
}
|
|
1078
1082
|
var d = false;
|
|
1079
|
-
if (b.cellInfo.
|
|
1080
|
-
var e = this.j(b.cellInfo.
|
|
1083
|
+
if (b.cellInfo.ih != null) {
|
|
1084
|
+
var e = this.j(b.cellInfo.ih);
|
|
1081
1085
|
if (this.keys.contains(e)) {
|
|
1082
1086
|
d = true;
|
|
1083
1087
|
}
|
|
1084
1088
|
}
|
|
1085
1089
|
this.view.t(b.content.element, c, d);
|
|
1086
1090
|
};
|
|
1087
|
-
CheckboxList.prototype.
|
|
1091
|
+
CheckboxList.prototype.en = function (a, b) {
|
|
1088
1092
|
var c = b.cellInfo.l.x;
|
|
1089
1093
|
if (-1 == c) {
|
|
1090
1094
|
return;
|
|
@@ -1094,13 +1098,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1094
1098
|
var f = null;
|
|
1095
1099
|
var g = null;
|
|
1096
1100
|
var h = null;
|
|
1097
|
-
if (b.cellInfo.
|
|
1098
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
1101
|
+
if (b.cellInfo.ih != null) {
|
|
1102
|
+
d = this.ai.getPropertyValue(b.cellInfo.ih);
|
|
1099
1103
|
if (this.al != null) {
|
|
1100
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1104
|
+
e = this.al.getPropertyValue(b.cellInfo.ih);
|
|
1101
1105
|
}
|
|
1102
1106
|
if (this.aj != null) {
|
|
1103
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1107
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ih));
|
|
1104
1108
|
if (i == 0) {
|
|
1105
1109
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1106
1110
|
}
|
|
@@ -1112,11 +1116,11 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1112
1116
|
}
|
|
1113
1117
|
}
|
|
1114
1118
|
}
|
|
1115
|
-
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.
|
|
1119
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1116
1120
|
};
|
|
1117
|
-
CheckboxList.prototype.
|
|
1118
|
-
if (this.
|
|
1119
|
-
var b = this.d.property(this.
|
|
1121
|
+
CheckboxList.prototype.d0 = function (a) {
|
|
1122
|
+
if (this.bt != null) {
|
|
1123
|
+
var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1120
1124
|
var c = b.contains(a);
|
|
1121
1125
|
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1122
1126
|
this.c = c;
|
|
@@ -1130,13 +1134,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1130
1134
|
};
|
|
1131
1135
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1132
1136
|
get: function () {
|
|
1133
|
-
return this.
|
|
1137
|
+
return this.bp;
|
|
1134
1138
|
},
|
|
1135
1139
|
set: function (a) {
|
|
1136
|
-
var b = this.
|
|
1137
|
-
this.
|
|
1138
|
-
if (b != this.
|
|
1139
|
-
this.
|
|
1140
|
+
var b = this.bp;
|
|
1141
|
+
this.bp = a;
|
|
1142
|
+
if (b != this.bp) {
|
|
1143
|
+
this.d5("ItemsSource", b, this.bp);
|
|
1140
1144
|
}
|
|
1141
1145
|
},
|
|
1142
1146
|
enumerable: false,
|
|
@@ -1144,55 +1148,55 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1144
1148
|
});
|
|
1145
1149
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1146
1150
|
get: function () {
|
|
1147
|
-
return this.
|
|
1151
|
+
return this.bt;
|
|
1148
1152
|
},
|
|
1149
1153
|
set: function (a) {
|
|
1150
|
-
var b = this.
|
|
1151
|
-
this.
|
|
1152
|
-
if (b != this.
|
|
1153
|
-
this.
|
|
1154
|
+
var b = this.bt;
|
|
1155
|
+
this.bt = a;
|
|
1156
|
+
if (b != this.bt) {
|
|
1157
|
+
this.d5("DataMemberPath", b, this.bt);
|
|
1154
1158
|
}
|
|
1155
1159
|
},
|
|
1156
1160
|
enumerable: false,
|
|
1157
1161
|
configurable: true
|
|
1158
1162
|
});
|
|
1159
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1163
|
+
Object.defineProperty(CheckboxList.prototype, "bq", {
|
|
1160
1164
|
get: function () {
|
|
1161
|
-
return this.
|
|
1165
|
+
return this.bo;
|
|
1162
1166
|
},
|
|
1163
1167
|
set: function (a) {
|
|
1164
|
-
var b = this.
|
|
1165
|
-
this.
|
|
1166
|
-
if (b != this.
|
|
1167
|
-
this.
|
|
1168
|
+
var b = this.bo;
|
|
1169
|
+
this.bo = a;
|
|
1170
|
+
if (b != this.bo) {
|
|
1171
|
+
this.d5("DataLegendTarget", b, this.bo);
|
|
1168
1172
|
}
|
|
1169
1173
|
},
|
|
1170
1174
|
enumerable: false,
|
|
1171
1175
|
configurable: true
|
|
1172
1176
|
});
|
|
1173
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1177
|
+
Object.defineProperty(CheckboxList.prototype, "c7", {
|
|
1174
1178
|
get: function () {
|
|
1175
|
-
return this.
|
|
1179
|
+
return this.bx;
|
|
1176
1180
|
},
|
|
1177
1181
|
set: function (a) {
|
|
1178
|
-
var b = this.
|
|
1179
|
-
this.
|
|
1180
|
-
if (b != this.
|
|
1181
|
-
this.
|
|
1182
|
+
var b = this.bx;
|
|
1183
|
+
this.bx = a;
|
|
1184
|
+
if (b != this.bx) {
|
|
1185
|
+
this.d5("SubtitleMemberPath", b, this.bx);
|
|
1182
1186
|
}
|
|
1183
1187
|
},
|
|
1184
1188
|
enumerable: false,
|
|
1185
1189
|
configurable: true
|
|
1186
1190
|
});
|
|
1187
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1191
|
+
Object.defineProperty(CheckboxList.prototype, "cm", {
|
|
1188
1192
|
get: function () {
|
|
1189
|
-
return this.
|
|
1193
|
+
return this.bv;
|
|
1190
1194
|
},
|
|
1191
1195
|
set: function (a) {
|
|
1192
|
-
var b = this.
|
|
1193
|
-
this.
|
|
1194
|
-
if (b != this.
|
|
1195
|
-
this.
|
|
1196
|
+
var b = this.bv;
|
|
1197
|
+
this.bv = a;
|
|
1198
|
+
if (b != this.bv) {
|
|
1199
|
+
this.d5("PropertyTypeMemberPath", b, this.bv);
|
|
1196
1200
|
}
|
|
1197
1201
|
},
|
|
1198
1202
|
enumerable: false,
|
|
@@ -1200,27 +1204,27 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1200
1204
|
});
|
|
1201
1205
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1202
1206
|
get: function () {
|
|
1203
|
-
return this.
|
|
1207
|
+
return this.bw;
|
|
1204
1208
|
},
|
|
1205
1209
|
set: function (a) {
|
|
1206
|
-
var b = this.
|
|
1207
|
-
this.
|
|
1208
|
-
if (b != this.
|
|
1209
|
-
this.
|
|
1210
|
+
var b = this.bw;
|
|
1211
|
+
this.bw = a;
|
|
1212
|
+
if (b != this.bw) {
|
|
1213
|
+
this.d5("SelectedMemberPath", b, this.bw);
|
|
1210
1214
|
}
|
|
1211
1215
|
},
|
|
1212
1216
|
enumerable: false,
|
|
1213
1217
|
configurable: true
|
|
1214
1218
|
});
|
|
1215
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1219
|
+
Object.defineProperty(CheckboxList.prototype, "cf", {
|
|
1216
1220
|
get: function () {
|
|
1217
|
-
return this.
|
|
1221
|
+
return this.bu;
|
|
1218
1222
|
},
|
|
1219
1223
|
set: function (a) {
|
|
1220
|
-
var b = this.
|
|
1221
|
-
this.
|
|
1222
|
-
if (b != this.
|
|
1223
|
-
this.
|
|
1224
|
+
var b = this.bu;
|
|
1225
|
+
this.bu = a;
|
|
1226
|
+
if (b != this.bu) {
|
|
1227
|
+
this.d5("FilterPlaceholderText", b, this.bu);
|
|
1224
1228
|
}
|
|
1225
1229
|
},
|
|
1226
1230
|
enumerable: false,
|
|
@@ -1234,33 +1238,33 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1234
1238
|
var b = this.z;
|
|
1235
1239
|
this.z = a;
|
|
1236
1240
|
if (b != this.z) {
|
|
1237
|
-
this.
|
|
1241
|
+
this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1238
1242
|
}
|
|
1239
1243
|
},
|
|
1240
1244
|
enumerable: false,
|
|
1241
1245
|
configurable: true
|
|
1242
1246
|
});
|
|
1243
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1247
|
+
Object.defineProperty(CheckboxList.prototype, "bn", {
|
|
1244
1248
|
get: function () {
|
|
1245
|
-
return this.
|
|
1249
|
+
return this.bk;
|
|
1246
1250
|
},
|
|
1247
1251
|
set: function (a) {
|
|
1248
|
-
var b = this.
|
|
1249
|
-
this.
|
|
1250
|
-
if (b != this.
|
|
1251
|
-
this.
|
|
1252
|
+
var b = this.bk;
|
|
1253
|
+
this.bk = a;
|
|
1254
|
+
if (b != this.bk) {
|
|
1255
|
+
this.d5("RowHeight", b, this.bk);
|
|
1252
1256
|
}
|
|
1253
1257
|
},
|
|
1254
1258
|
enumerable: false,
|
|
1255
1259
|
configurable: true
|
|
1256
1260
|
});
|
|
1257
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1261
|
+
Object.defineProperty(CheckboxList.prototype, "bl", {
|
|
1258
1262
|
get: function () {
|
|
1259
1263
|
if (this.g != null) {
|
|
1260
1264
|
return this.g.actualRowHeight;
|
|
1261
1265
|
}
|
|
1262
|
-
else if (this.
|
|
1263
|
-
return this.
|
|
1266
|
+
else if (this.bk != -1) {
|
|
1267
|
+
return this.bk;
|
|
1264
1268
|
}
|
|
1265
1269
|
else {
|
|
1266
1270
|
switch (this.density) {
|
|
@@ -1284,7 +1288,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1284
1288
|
var b = this.am;
|
|
1285
1289
|
this.am = a;
|
|
1286
1290
|
if (b != this.am) {
|
|
1287
|
-
this.
|
|
1291
|
+
this.d5("CellTextStyle", b, this.am);
|
|
1288
1292
|
}
|
|
1289
1293
|
},
|
|
1290
1294
|
enumerable: false,
|
|
@@ -1298,7 +1302,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1298
1302
|
var b = this.m;
|
|
1299
1303
|
this.m = a;
|
|
1300
1304
|
if (b != this.m) {
|
|
1301
|
-
this.
|
|
1305
|
+
this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1302
1306
|
}
|
|
1303
1307
|
},
|
|
1304
1308
|
enumerable: false,
|
|
@@ -1312,7 +1316,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1312
1316
|
var b = this.ae;
|
|
1313
1317
|
this.ae = a;
|
|
1314
1318
|
if (b != this.ae) {
|
|
1315
|
-
this.
|
|
1319
|
+
this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1316
1320
|
}
|
|
1317
1321
|
},
|
|
1318
1322
|
enumerable: false,
|
|
@@ -1326,7 +1330,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1326
1330
|
var b = this.ag;
|
|
1327
1331
|
this.ag = a;
|
|
1328
1332
|
if (b != this.ag) {
|
|
1329
|
-
this.
|
|
1333
|
+
this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1330
1334
|
}
|
|
1331
1335
|
},
|
|
1332
1336
|
enumerable: false,
|
|
@@ -1334,27 +1338,27 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1334
1338
|
});
|
|
1335
1339
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1336
1340
|
get: function () {
|
|
1337
|
-
return this.
|
|
1341
|
+
return this.e1;
|
|
1338
1342
|
},
|
|
1339
1343
|
set: function (a) {
|
|
1340
|
-
var b = this.
|
|
1341
|
-
this.
|
|
1342
|
-
if (b != this.
|
|
1343
|
-
this.
|
|
1344
|
+
var b = this.e1;
|
|
1345
|
+
this.e1 = a;
|
|
1346
|
+
if (b != this.e1) {
|
|
1347
|
+
this.d5("SearchIconColor", b, this.e1);
|
|
1344
1348
|
}
|
|
1345
1349
|
},
|
|
1346
1350
|
enumerable: false,
|
|
1347
1351
|
configurable: true
|
|
1348
1352
|
});
|
|
1349
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1353
|
+
Object.defineProperty(CheckboxList.prototype, "fj", {
|
|
1350
1354
|
get: function () {
|
|
1351
|
-
return this.
|
|
1355
|
+
return this.ez;
|
|
1352
1356
|
},
|
|
1353
1357
|
set: function (a) {
|
|
1354
|
-
var b = this.
|
|
1355
|
-
this.
|
|
1356
|
-
if (b != this.
|
|
1357
|
-
this.
|
|
1358
|
+
var b = this.ez;
|
|
1359
|
+
this.ez = a;
|
|
1360
|
+
if (b != this.ez) {
|
|
1361
|
+
this.d5("SearchBackgroundColor", b, this.ez);
|
|
1358
1362
|
}
|
|
1359
1363
|
},
|
|
1360
1364
|
enumerable: false,
|
|
@@ -1368,7 +1372,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1368
1372
|
var b = this.ax;
|
|
1369
1373
|
this.ax = a;
|
|
1370
1374
|
if (b != this.ax) {
|
|
1371
|
-
this.
|
|
1375
|
+
this.d5("LabelClickTriggersChange", b, this.ax);
|
|
1372
1376
|
}
|
|
1373
1377
|
},
|
|
1374
1378
|
enumerable: false,
|
|
@@ -1376,27 +1380,27 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1376
1380
|
});
|
|
1377
1381
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1378
1382
|
get: function () {
|
|
1379
|
-
return this.
|
|
1383
|
+
return this.e2;
|
|
1380
1384
|
},
|
|
1381
1385
|
set: function (a) {
|
|
1382
|
-
var b = this.
|
|
1383
|
-
this.
|
|
1384
|
-
if (b != this.
|
|
1385
|
-
this.
|
|
1386
|
+
var b = this.e2;
|
|
1387
|
+
this.e2 = a;
|
|
1388
|
+
if (b != this.e2) {
|
|
1389
|
+
this.d5("SearchTextColor", b, this.e2);
|
|
1386
1390
|
}
|
|
1387
1391
|
},
|
|
1388
1392
|
enumerable: false,
|
|
1389
1393
|
configurable: true
|
|
1390
1394
|
});
|
|
1391
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1395
|
+
Object.defineProperty(CheckboxList.prototype, "fk", {
|
|
1392
1396
|
get: function () {
|
|
1393
|
-
return this.
|
|
1397
|
+
return this.e0;
|
|
1394
1398
|
},
|
|
1395
1399
|
set: function (a) {
|
|
1396
|
-
var b = this.
|
|
1397
|
-
this.
|
|
1398
|
-
if (b != this.
|
|
1399
|
-
this.
|
|
1400
|
+
var b = this.e0;
|
|
1401
|
+
this.e0 = a;
|
|
1402
|
+
if (b != this.e0) {
|
|
1403
|
+
this.d5("SearchBorderColor", b, this.e0);
|
|
1400
1404
|
}
|
|
1401
1405
|
},
|
|
1402
1406
|
enumerable: false,
|
|
@@ -1410,77 +1414,77 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1410
1414
|
var b = this.an;
|
|
1411
1415
|
this.an = a;
|
|
1412
1416
|
if (b != this.an) {
|
|
1413
|
-
this.
|
|
1417
|
+
this.d5("SearchTextStyle", b, this.an);
|
|
1414
1418
|
}
|
|
1415
1419
|
},
|
|
1416
1420
|
enumerable: false,
|
|
1417
1421
|
configurable: true
|
|
1418
1422
|
});
|
|
1419
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1423
|
+
Object.defineProperty(CheckboxList.prototype, "e9", {
|
|
1420
1424
|
get: function () {
|
|
1421
|
-
return this.
|
|
1425
|
+
return this.eu;
|
|
1422
1426
|
},
|
|
1423
1427
|
set: function (a) {
|
|
1424
|
-
var b = this.
|
|
1425
|
-
this.
|
|
1426
|
-
if (b != this.
|
|
1427
|
-
this.
|
|
1428
|
+
var b = this.eu;
|
|
1429
|
+
this.eu = a;
|
|
1430
|
+
if (b != this.eu) {
|
|
1431
|
+
this.d5("CheckboxTickColor", b, this.eu);
|
|
1428
1432
|
}
|
|
1429
1433
|
},
|
|
1430
1434
|
enumerable: false,
|
|
1431
1435
|
configurable: true
|
|
1432
1436
|
});
|
|
1433
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1437
|
+
Object.defineProperty(CheckboxList.prototype, "e7", {
|
|
1434
1438
|
get: function () {
|
|
1435
|
-
return this.
|
|
1439
|
+
return this.es;
|
|
1436
1440
|
},
|
|
1437
1441
|
set: function (a) {
|
|
1438
|
-
var b = this.
|
|
1439
|
-
this.
|
|
1440
|
-
if (b != this.
|
|
1441
|
-
this.
|
|
1442
|
+
var b = this.es;
|
|
1443
|
+
this.es = a;
|
|
1444
|
+
if (b != this.es) {
|
|
1445
|
+
this.d5("CheckboxCheckedBackgroundColor", b, this.es);
|
|
1442
1446
|
}
|
|
1443
1447
|
},
|
|
1444
1448
|
enumerable: false,
|
|
1445
1449
|
configurable: true
|
|
1446
1450
|
});
|
|
1447
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1451
|
+
Object.defineProperty(CheckboxList.prototype, "fa", {
|
|
1448
1452
|
get: function () {
|
|
1449
|
-
return this.
|
|
1453
|
+
return this.ev;
|
|
1450
1454
|
},
|
|
1451
1455
|
set: function (a) {
|
|
1452
|
-
var b = this.
|
|
1453
|
-
this.
|
|
1454
|
-
if (b != this.
|
|
1455
|
-
this.
|
|
1456
|
+
var b = this.ev;
|
|
1457
|
+
this.ev = a;
|
|
1458
|
+
if (b != this.ev) {
|
|
1459
|
+
this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
|
|
1456
1460
|
}
|
|
1457
1461
|
},
|
|
1458
1462
|
enumerable: false,
|
|
1459
1463
|
configurable: true
|
|
1460
1464
|
});
|
|
1461
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1465
|
+
Object.defineProperty(CheckboxList.prototype, "e8", {
|
|
1462
1466
|
get: function () {
|
|
1463
|
-
return this.
|
|
1467
|
+
return this.et;
|
|
1464
1468
|
},
|
|
1465
1469
|
set: function (a) {
|
|
1466
|
-
var b = this.
|
|
1467
|
-
this.
|
|
1468
|
-
if (b != this.
|
|
1469
|
-
this.
|
|
1470
|
+
var b = this.et;
|
|
1471
|
+
this.et = a;
|
|
1472
|
+
if (b != this.et) {
|
|
1473
|
+
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1470
1474
|
}
|
|
1471
1475
|
},
|
|
1472
1476
|
enumerable: false,
|
|
1473
1477
|
configurable: true
|
|
1474
1478
|
});
|
|
1475
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1479
|
+
Object.defineProperty(CheckboxList.prototype, "fb", {
|
|
1476
1480
|
get: function () {
|
|
1477
|
-
return this.
|
|
1481
|
+
return this.ew;
|
|
1478
1482
|
},
|
|
1479
1483
|
set: function (a) {
|
|
1480
|
-
var b = this.
|
|
1481
|
-
this.
|
|
1482
|
-
if (b != this.
|
|
1483
|
-
this.
|
|
1484
|
+
var b = this.ew;
|
|
1485
|
+
this.ew = a;
|
|
1486
|
+
if (b != this.ew) {
|
|
1487
|
+
this.d5("CheckboxUncheckedBorderColor", b, this.ew);
|
|
1484
1488
|
}
|
|
1485
1489
|
},
|
|
1486
1490
|
enumerable: false,
|
|
@@ -1494,7 +1498,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1494
1498
|
var b = this.bb;
|
|
1495
1499
|
this.bb = a;
|
|
1496
1500
|
if (b != this.bb) {
|
|
1497
|
-
this.
|
|
1501
|
+
this.d5("CheckboxCornerRadius", b, this.bb);
|
|
1498
1502
|
}
|
|
1499
1503
|
},
|
|
1500
1504
|
enumerable: false,
|
|
@@ -1508,42 +1512,42 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1508
1512
|
var b = this.ac;
|
|
1509
1513
|
this.ac = a;
|
|
1510
1514
|
if (b != this.ac) {
|
|
1511
|
-
this.
|
|
1515
|
+
this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1512
1516
|
}
|
|
1513
1517
|
},
|
|
1514
1518
|
enumerable: false,
|
|
1515
1519
|
configurable: true
|
|
1516
1520
|
});
|
|
1517
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1521
|
+
Object.defineProperty(CheckboxList.prototype, "fi", {
|
|
1518
1522
|
get: function () {
|
|
1519
|
-
return this.
|
|
1523
|
+
return this.ey;
|
|
1520
1524
|
},
|
|
1521
1525
|
set: function (a) {
|
|
1522
|
-
var b = this.
|
|
1523
|
-
this.
|
|
1524
|
-
if (b != this.
|
|
1525
|
-
this.
|
|
1526
|
+
var b = this.ey;
|
|
1527
|
+
this.ey = a;
|
|
1528
|
+
if (b != this.ey) {
|
|
1529
|
+
this.d5("ScrollbarBackground", b, this.ey);
|
|
1526
1530
|
}
|
|
1527
1531
|
},
|
|
1528
1532
|
enumerable: false,
|
|
1529
1533
|
configurable: true
|
|
1530
1534
|
});
|
|
1531
|
-
CheckboxList.prototype.
|
|
1535
|
+
CheckboxList.prototype.d5 = function (a, b, c) {
|
|
1532
1536
|
if (this.propertyChanged != null) {
|
|
1533
1537
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1534
1538
|
}
|
|
1535
|
-
this.
|
|
1539
|
+
this.eb(a, b, c);
|
|
1536
1540
|
};
|
|
1537
|
-
CheckboxList.prototype.
|
|
1541
|
+
CheckboxList.prototype.eb = function (a, b, c) {
|
|
1538
1542
|
switch (a) {
|
|
1539
1543
|
case "IndexType":
|
|
1540
1544
|
this.keys.clear();
|
|
1541
|
-
this.
|
|
1545
|
+
this.dq();
|
|
1542
1546
|
if (this.keysCleared != null) {
|
|
1543
1547
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1544
1548
|
}
|
|
1545
1549
|
this.view.an();
|
|
1546
|
-
this.
|
|
1550
|
+
this.d1(b, c);
|
|
1547
1551
|
break;
|
|
1548
1552
|
case "ItemsSource":
|
|
1549
1553
|
if (this.g != null) {
|
|
@@ -1556,16 +1560,16 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1556
1560
|
}
|
|
1557
1561
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1558
1562
|
var d = this.g.actualDataSource;
|
|
1559
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1563
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
|
|
1560
1564
|
}
|
|
1561
|
-
this.g.itemsSource = this.
|
|
1562
|
-
this.
|
|
1565
|
+
this.g.itemsSource = this.bp;
|
|
1566
|
+
this.dd();
|
|
1563
1567
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1564
1568
|
var e = this.g.actualDataSource;
|
|
1565
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1569
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
|
|
1566
1570
|
}
|
|
1567
1571
|
this.at = true;
|
|
1568
|
-
this.
|
|
1572
|
+
this.d8();
|
|
1569
1573
|
this.at = false;
|
|
1570
1574
|
this.view.an();
|
|
1571
1575
|
}
|
|
@@ -1575,9 +1579,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1575
1579
|
case "SubtitleMemberPath":
|
|
1576
1580
|
case "PropertyTypeMemberPath":
|
|
1577
1581
|
if (this.g != null) {
|
|
1578
|
-
if (this.
|
|
1579
|
-
this.
|
|
1580
|
-
this.
|
|
1582
|
+
if (this.bt != null) {
|
|
1583
|
+
this.d8();
|
|
1584
|
+
this.em();
|
|
1581
1585
|
}
|
|
1582
1586
|
}
|
|
1583
1587
|
break;
|
|
@@ -1587,7 +1591,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1587
1591
|
}
|
|
1588
1592
|
break;
|
|
1589
1593
|
case "SelectAllCaptionTextColor":
|
|
1590
|
-
this.
|
|
1594
|
+
this.e5 = null != this.fn ? this.fn : this.fg();
|
|
1591
1595
|
break;
|
|
1592
1596
|
case "SelectAllCaption":
|
|
1593
1597
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1603,7 +1607,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1603
1607
|
break;
|
|
1604
1608
|
case "FilterPlaceholderText":
|
|
1605
1609
|
if (this.v != null) {
|
|
1606
|
-
this.v.cg = this.
|
|
1610
|
+
this.v.cg = this.cf;
|
|
1607
1611
|
}
|
|
1608
1612
|
break;
|
|
1609
1613
|
case "SearchInputType":
|
|
@@ -1613,7 +1617,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1613
1617
|
break;
|
|
1614
1618
|
case "RowHeight":
|
|
1615
1619
|
if (this.g != null) {
|
|
1616
|
-
this.g.rowHeight = this.
|
|
1620
|
+
this.g.rowHeight = this.bn;
|
|
1617
1621
|
}
|
|
1618
1622
|
break;
|
|
1619
1623
|
case "CellTextStyle":
|
|
@@ -1627,7 +1631,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1627
1631
|
case "RowHoverBackgroundColor":
|
|
1628
1632
|
var f = this.g;
|
|
1629
1633
|
if (null != f) {
|
|
1630
|
-
f.cellTextColor = this.
|
|
1634
|
+
f.cellTextColor = this.fp;
|
|
1631
1635
|
f.cellBackground = this.backgroundColor;
|
|
1632
1636
|
f.background = this.backgroundColor;
|
|
1633
1637
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1636,10 +1640,10 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1636
1640
|
this.view.ak();
|
|
1637
1641
|
break;
|
|
1638
1642
|
case "BaseTheme":
|
|
1639
|
-
this.
|
|
1643
|
+
this.el();
|
|
1640
1644
|
break;
|
|
1641
1645
|
case "Density":
|
|
1642
|
-
this.
|
|
1646
|
+
this.ek();
|
|
1643
1647
|
break;
|
|
1644
1648
|
case "IsRowHoverEnabled":
|
|
1645
1649
|
if (this.g != null) {
|
|
@@ -1653,17 +1657,17 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1653
1657
|
break;
|
|
1654
1658
|
case "ScrollbarBackground":
|
|
1655
1659
|
if (this.g != null) {
|
|
1656
|
-
this.g.scrollbarBackground = this.
|
|
1660
|
+
this.g.scrollbarBackground = this.fi;
|
|
1657
1661
|
}
|
|
1658
1662
|
break;
|
|
1659
1663
|
case "SearchIconColor":
|
|
1660
1664
|
this.view.ai();
|
|
1661
1665
|
break;
|
|
1662
1666
|
case "SearchBackgroundColor":
|
|
1663
|
-
this.y.mc = this.
|
|
1667
|
+
this.y.mc = this.fj;
|
|
1664
1668
|
break;
|
|
1665
1669
|
case "SearchBorderColor":
|
|
1666
|
-
this.y.md = this.
|
|
1670
|
+
this.y.md = this.fk;
|
|
1667
1671
|
break;
|
|
1668
1672
|
case "SearchTextColor":
|
|
1669
1673
|
if (this.w != null) {
|
|
@@ -1681,22 +1685,22 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1681
1685
|
case "CheckboxCornerRadius":
|
|
1682
1686
|
this.view.af();
|
|
1683
1687
|
if (this.g != null) {
|
|
1684
|
-
this.g.
|
|
1688
|
+
this.g.yv();
|
|
1685
1689
|
}
|
|
1686
1690
|
break;
|
|
1687
1691
|
case "CheckboxAlignedRight":
|
|
1688
1692
|
if (this.g != null) {
|
|
1689
|
-
this.
|
|
1693
|
+
this.eo();
|
|
1690
1694
|
}
|
|
1691
1695
|
break;
|
|
1692
1696
|
case "DataLegendTarget":
|
|
1693
1697
|
if (this.g != null) {
|
|
1694
|
-
this.g.
|
|
1698
|
+
this.g.yv();
|
|
1695
1699
|
}
|
|
1696
1700
|
break;
|
|
1697
1701
|
}
|
|
1698
1702
|
};
|
|
1699
|
-
CheckboxList.prototype.
|
|
1703
|
+
CheckboxList.prototype.eo = function () {
|
|
1700
1704
|
if (this.g.actualColumns.count == 0) {
|
|
1701
1705
|
return;
|
|
1702
1706
|
}
|
|
@@ -1714,7 +1718,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1714
1718
|
}
|
|
1715
1719
|
this.g.columns.add(c);
|
|
1716
1720
|
};
|
|
1717
|
-
CheckboxList.prototype.
|
|
1721
|
+
CheckboxList.prototype.d1 = function (a, b) {
|
|
1718
1722
|
if (this.indexTypeChanged != null) {
|
|
1719
1723
|
this.indexTypeChanged(this, ((function () {
|
|
1720
1724
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1724,7 +1728,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1724
1728
|
})()));
|
|
1725
1729
|
}
|
|
1726
1730
|
};
|
|
1727
|
-
CheckboxList.prototype.
|
|
1731
|
+
CheckboxList.prototype.ek = function () {
|
|
1728
1732
|
if (this.g != null) {
|
|
1729
1733
|
this.g.density = this.density;
|
|
1730
1734
|
}
|
|
@@ -1732,8 +1736,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1732
1736
|
this.x.t = this.density;
|
|
1733
1737
|
}
|
|
1734
1738
|
this.view.ae();
|
|
1739
|
+
this.view.z();
|
|
1735
1740
|
};
|
|
1736
|
-
CheckboxList.prototype.
|
|
1741
|
+
CheckboxList.prototype.el = function () {
|
|
1737
1742
|
if (this.x != null) {
|
|
1738
1743
|
this.x.p = this.baseTheme;
|
|
1739
1744
|
}
|
|
@@ -1742,51 +1747,51 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1742
1747
|
}
|
|
1743
1748
|
if (this.g != null) {
|
|
1744
1749
|
this.g.theme = this.baseTheme;
|
|
1745
|
-
this.g.cellTextColor = this.
|
|
1750
|
+
this.g.cellTextColor = this.fp;
|
|
1746
1751
|
this.g.cellBackground = this.backgroundColor;
|
|
1747
1752
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1748
1753
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1749
1754
|
this.g.background = this.backgroundColor;
|
|
1750
1755
|
}
|
|
1751
|
-
this.
|
|
1756
|
+
this.e5 = this.fn != null ? this.fn : this.fg();
|
|
1752
1757
|
this.view.ag();
|
|
1753
1758
|
};
|
|
1754
|
-
CheckboxList.prototype.
|
|
1759
|
+
CheckboxList.prototype.d6 = function (a, b) {
|
|
1755
1760
|
this.at = true;
|
|
1756
|
-
this.
|
|
1761
|
+
this.dd();
|
|
1757
1762
|
if (b.schema != null) {
|
|
1758
|
-
this.
|
|
1763
|
+
this.d8();
|
|
1759
1764
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1760
|
-
this.
|
|
1765
|
+
this.d3(this.keys._inner[c]);
|
|
1761
1766
|
}
|
|
1762
1767
|
this.view.an();
|
|
1763
1768
|
}
|
|
1764
1769
|
this.at = false;
|
|
1765
1770
|
};
|
|
1766
|
-
CheckboxList.prototype.
|
|
1767
|
-
if (this.ak == null && this.
|
|
1768
|
-
this.ak = new FastReflectionHelper(false, this.
|
|
1771
|
+
CheckboxList.prototype.d8 = function () {
|
|
1772
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1773
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1769
1774
|
}
|
|
1770
|
-
if (this.ai == null && this.
|
|
1771
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1775
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1776
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1772
1777
|
}
|
|
1773
|
-
if (this.al == null && this.
|
|
1774
|
-
this.al = new FastReflectionHelper(false, this.
|
|
1778
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1779
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1775
1780
|
}
|
|
1776
|
-
if (this.aj == null && this.
|
|
1777
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1781
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1782
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1778
1783
|
}
|
|
1779
1784
|
if (this.ai != null) {
|
|
1780
|
-
this.ai.propertyName = this.
|
|
1785
|
+
this.ai.propertyName = this.bt;
|
|
1781
1786
|
}
|
|
1782
1787
|
if (this.al != null) {
|
|
1783
|
-
this.al.propertyName = this.
|
|
1788
|
+
this.al.propertyName = this.bx;
|
|
1784
1789
|
}
|
|
1785
1790
|
if (this.aj != null) {
|
|
1786
|
-
this.aj.propertyName = this.
|
|
1791
|
+
this.aj.propertyName = this.bv;
|
|
1787
1792
|
}
|
|
1788
|
-
if (this.
|
|
1789
|
-
this.ak.propertyName = this.
|
|
1793
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1794
|
+
this.ak.propertyName = this.bw;
|
|
1790
1795
|
var a = this.g.actualDataSource.actualCount;
|
|
1791
1796
|
for (var b = 0; b < a; b++) {
|
|
1792
1797
|
var c = this.g.actualDataSource.getItemAtIndex(b);
|
|
@@ -1803,12 +1808,12 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1803
1808
|
}
|
|
1804
1809
|
}
|
|
1805
1810
|
};
|
|
1806
|
-
CheckboxList.prototype.
|
|
1811
|
+
CheckboxList.prototype.em = function () {
|
|
1807
1812
|
this.view.p();
|
|
1808
1813
|
this.g.columns.clear();
|
|
1809
1814
|
this.g.primaryKey = this.primaryKey;
|
|
1810
1815
|
this.g.isGroupRowSticky = false;
|
|
1811
|
-
this.g.rowHeight = this.
|
|
1816
|
+
this.g.rowHeight = this.bn;
|
|
1812
1817
|
this.g.background = this.backgroundColor;
|
|
1813
1818
|
this.g.cellBackground = this.backgroundColor;
|
|
1814
1819
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1820,35 +1825,35 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1820
1825
|
this.g.cellTextStyle = this.ao;
|
|
1821
1826
|
}
|
|
1822
1827
|
var a = new TemplateColumn();
|
|
1823
|
-
if (this.
|
|
1824
|
-
this.
|
|
1828
|
+
if (this.bw == null) {
|
|
1829
|
+
this.bw = "";
|
|
1825
1830
|
}
|
|
1826
|
-
a.
|
|
1827
|
-
a.
|
|
1831
|
+
a.nf = this.bw;
|
|
1832
|
+
a.n6 = "CheckboxColumn";
|
|
1828
1833
|
var b = new ColumnWidth();
|
|
1829
1834
|
b.c = false;
|
|
1830
1835
|
b.f = 28;
|
|
1831
1836
|
a.width = b;
|
|
1832
|
-
a.
|
|
1833
|
-
a.
|
|
1834
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1837
|
+
a.lj = 0;
|
|
1838
|
+
a.lk = 0;
|
|
1839
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1835
1840
|
this.k = a;
|
|
1836
1841
|
this.g.columns.add(a);
|
|
1837
|
-
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.
|
|
1838
|
-
if ((this.
|
|
1842
|
+
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1843
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1839
1844
|
var d = new TemplateColumn();
|
|
1840
|
-
d.
|
|
1841
|
-
d.
|
|
1842
|
-
d.
|
|
1845
|
+
d.nf = this.bt;
|
|
1846
|
+
d.n6 = "DataColumn";
|
|
1847
|
+
d.lj = 0;
|
|
1843
1848
|
d.g = 0;
|
|
1844
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1849
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1845
1850
|
this.g.columns.add(d);
|
|
1846
1851
|
}
|
|
1847
1852
|
else {
|
|
1848
1853
|
var e = void 0;
|
|
1849
1854
|
if (this.f != null) {
|
|
1850
1855
|
e = this.f.h0();
|
|
1851
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1856
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1852
1857
|
}
|
|
1853
1858
|
else {
|
|
1854
1859
|
switch (c) {
|
|
@@ -1873,9 +1878,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1873
1878
|
break;
|
|
1874
1879
|
}
|
|
1875
1880
|
}
|
|
1876
|
-
e.
|
|
1877
|
-
e.
|
|
1878
|
-
e.
|
|
1881
|
+
e.nf = this.bt;
|
|
1882
|
+
e.n6 = "DataColumn";
|
|
1883
|
+
e.lj = 0;
|
|
1879
1884
|
e.g = 0;
|
|
1880
1885
|
this.g.columns.add(e);
|
|
1881
1886
|
}
|
|
@@ -1883,15 +1888,16 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1883
1888
|
var g = new ColumnWidth();
|
|
1884
1889
|
g.c = false;
|
|
1885
1890
|
g.f = 10;
|
|
1886
|
-
f.
|
|
1887
|
-
f.
|
|
1888
|
-
f.
|
|
1891
|
+
f.nf = "PaddingColumn";
|
|
1892
|
+
f.n6 = "PaddingColumn";
|
|
1893
|
+
f.lj = 0;
|
|
1889
1894
|
f.width = g;
|
|
1890
1895
|
this.g.columns.add(f);
|
|
1891
1896
|
};
|
|
1892
|
-
CheckboxList.prototype.
|
|
1897
|
+
CheckboxList.prototype.dm = function (a, b) {
|
|
1893
1898
|
var c = b.b;
|
|
1894
|
-
c.
|
|
1899
|
+
c.g1 = 0;
|
|
1900
|
+
c.g = 0;
|
|
1895
1901
|
};
|
|
1896
1902
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1897
1903
|
this.view.ah(a);
|
|
@@ -1899,16 +1905,16 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1899
1905
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1900
1906
|
this.view.v(a);
|
|
1901
1907
|
};
|
|
1902
|
-
CheckboxList.prototype.
|
|
1908
|
+
CheckboxList.prototype.d2 = function () {
|
|
1903
1909
|
if (!this.a0) {
|
|
1904
1910
|
var a = this.w;
|
|
1905
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1911
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dn));
|
|
1906
1912
|
}
|
|
1907
|
-
this.
|
|
1913
|
+
this.el();
|
|
1908
1914
|
};
|
|
1909
|
-
CheckboxList.prototype.
|
|
1915
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1910
1916
|
var c = b.value.toLowerCase();
|
|
1911
|
-
this.
|
|
1917
|
+
this.d0(c);
|
|
1912
1918
|
};
|
|
1913
1919
|
CheckboxList.prototype.j = function (a) {
|
|
1914
1920
|
if (this.primaryKey == null) {
|
|
@@ -1922,7 +1928,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1922
1928
|
}
|
|
1923
1929
|
return new PrimaryKeyValue(b, c);
|
|
1924
1930
|
};
|
|
1925
|
-
CheckboxList.prototype.
|
|
1931
|
+
CheckboxList.prototype.eg = function (a) {
|
|
1926
1932
|
this.as = true;
|
|
1927
1933
|
var b = this.e.getItemAtIndex(a);
|
|
1928
1934
|
if (this.ak != null) {
|
|
@@ -1932,7 +1938,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1932
1938
|
this.keys.remove(c);
|
|
1933
1939
|
this.as = false;
|
|
1934
1940
|
};
|
|
1935
|
-
CheckboxList.prototype.
|
|
1941
|
+
CheckboxList.prototype.da = function (a) {
|
|
1936
1942
|
this.as = true;
|
|
1937
1943
|
var b = this.e.getItemAtIndex(a);
|
|
1938
1944
|
if (this.ak != null) {
|
|
@@ -1942,44 +1948,44 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1942
1948
|
this.keys.add(c);
|
|
1943
1949
|
this.as = false;
|
|
1944
1950
|
};
|
|
1945
|
-
CheckboxList.prototype.
|
|
1951
|
+
CheckboxList.prototype.ej = function () {
|
|
1946
1952
|
this.indexType = 0;
|
|
1947
1953
|
this.keys.clear();
|
|
1948
|
-
this.
|
|
1954
|
+
this.dq();
|
|
1949
1955
|
if (this.keysCleared != null) {
|
|
1950
1956
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1951
1957
|
}
|
|
1952
1958
|
};
|
|
1953
|
-
CheckboxList.prototype.
|
|
1959
|
+
CheckboxList.prototype.dg = function () {
|
|
1954
1960
|
this.indexType = 1;
|
|
1955
1961
|
this.keys.clear();
|
|
1956
|
-
this.
|
|
1962
|
+
this.dq();
|
|
1957
1963
|
if (this.keysCleared != null) {
|
|
1958
1964
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1959
1965
|
}
|
|
1960
1966
|
};
|
|
1961
|
-
CheckboxList.prototype.
|
|
1967
|
+
CheckboxList.prototype.dv = function (a, b, c) {
|
|
1962
1968
|
if (this.g != null) {
|
|
1963
1969
|
this.g.notifySetItem(a, b, c);
|
|
1964
1970
|
}
|
|
1965
1971
|
};
|
|
1966
|
-
CheckboxList.prototype.
|
|
1972
|
+
CheckboxList.prototype.dr = function () {
|
|
1967
1973
|
if (this.g != null) {
|
|
1968
1974
|
this.g.notifyClearItems();
|
|
1969
1975
|
}
|
|
1970
1976
|
};
|
|
1971
|
-
CheckboxList.prototype.
|
|
1977
|
+
CheckboxList.prototype.dq = function () {
|
|
1972
1978
|
if (this.g != null) {
|
|
1973
1979
|
this.g.invalidateVisibleRows();
|
|
1974
1980
|
}
|
|
1975
1981
|
};
|
|
1976
|
-
CheckboxList.prototype.
|
|
1982
|
+
CheckboxList.prototype.ds = function (a, b) {
|
|
1977
1983
|
if (this.g != null) {
|
|
1978
1984
|
this.g.notifyInsertItem(a, b);
|
|
1979
1985
|
}
|
|
1980
1986
|
;
|
|
1981
1987
|
};
|
|
1982
|
-
CheckboxList.prototype.
|
|
1988
|
+
CheckboxList.prototype.du = function (a, b) {
|
|
1983
1989
|
if (this.g != null) {
|
|
1984
1990
|
this.g.notifyRemoveItem(a, b);
|
|
1985
1991
|
}
|
|
@@ -1996,7 +2002,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1996
2002
|
this.aw = false;
|
|
1997
2003
|
}
|
|
1998
2004
|
};
|
|
1999
|
-
CheckboxList.prototype.
|
|
2005
|
+
CheckboxList.prototype.db = function (a) {
|
|
2000
2006
|
var b = null;
|
|
2001
2007
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2002
2008
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2016,7 +2022,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2016
2022
|
this.keys.add(b);
|
|
2017
2023
|
}
|
|
2018
2024
|
};
|
|
2019
|
-
CheckboxList.prototype.
|
|
2025
|
+
CheckboxList.prototype.eh = function (a) {
|
|
2020
2026
|
var b = null;
|
|
2021
2027
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2022
2028
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2037,15 +2043,15 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2037
2043
|
}
|
|
2038
2044
|
};
|
|
2039
2045
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2040
|
-
var b =
|
|
2046
|
+
var b = 200;
|
|
2041
2047
|
var c = 0;
|
|
2042
2048
|
var d = this.be();
|
|
2043
2049
|
var e = 5;
|
|
2044
2050
|
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
2045
2051
|
e = this.g.actualDataSource.actualCount;
|
|
2046
2052
|
}
|
|
2047
|
-
var f = this.
|
|
2048
|
-
var g = this.
|
|
2053
|
+
var f = this.bl * e;
|
|
2054
|
+
var g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
2049
2055
|
var h = f > g ? g : f;
|
|
2050
2056
|
var i = d + h;
|
|
2051
2057
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2066,18 +2072,17 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2066
2072
|
var a = 0;
|
|
2067
2073
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2068
2074
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2069
|
-
a += (
|
|
2070
|
-
a += 4;
|
|
2075
|
+
a += (1 + 3 + 0);
|
|
2071
2076
|
if (this.showSelectAll) {
|
|
2072
|
-
a += this.
|
|
2077
|
+
a += this.bl + 0 + 0;
|
|
2073
2078
|
}
|
|
2074
2079
|
a += 4;
|
|
2075
2080
|
return a;
|
|
2076
2081
|
};
|
|
2077
|
-
CheckboxList.prototype.
|
|
2082
|
+
CheckboxList.prototype.br = function () {
|
|
2078
2083
|
return this.l();
|
|
2079
2084
|
};
|
|
2080
|
-
CheckboxList.prototype.
|
|
2085
|
+
CheckboxList.prototype.ce = function () {
|
|
2081
2086
|
var a = this.l();
|
|
2082
2087
|
return a.i();
|
|
2083
2088
|
};
|
|
@@ -2090,49 +2095,49 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2090
2095
|
a.e = c.height;
|
|
2091
2096
|
a.h = c.width;
|
|
2092
2097
|
a.c = this.baseTheme;
|
|
2093
|
-
a.d = this.
|
|
2094
|
-
a.a = AppearanceHelper.a(this.
|
|
2098
|
+
a.d = this.bl;
|
|
2099
|
+
a.a = AppearanceHelper.a(this.e5);
|
|
2095
2100
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2096
2101
|
return a;
|
|
2097
2102
|
};
|
|
2098
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2103
|
+
Object.defineProperty(CheckboxList.prototype, "c0", {
|
|
2099
2104
|
get: function () {
|
|
2100
|
-
return this.
|
|
2105
|
+
return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2101
2106
|
},
|
|
2102
2107
|
set: function (a) {
|
|
2103
|
-
if (a == this.
|
|
2108
|
+
if (a == this.cz) {
|
|
2104
2109
|
return;
|
|
2105
2110
|
}
|
|
2106
|
-
var b = this.
|
|
2107
|
-
this.
|
|
2108
|
-
this.
|
|
2111
|
+
var b = this.cz;
|
|
2112
|
+
this.cz = a;
|
|
2113
|
+
this.d5("SelectAllCaption", b, this.cz);
|
|
2109
2114
|
},
|
|
2110
2115
|
enumerable: false,
|
|
2111
2116
|
configurable: true
|
|
2112
2117
|
});
|
|
2113
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2118
|
+
Object.defineProperty(CheckboxList.prototype, "fn", {
|
|
2114
2119
|
get: function () {
|
|
2115
|
-
return this.
|
|
2120
|
+
return this.e3;
|
|
2116
2121
|
},
|
|
2117
2122
|
set: function (a) {
|
|
2118
|
-
var b = this.
|
|
2119
|
-
this.
|
|
2120
|
-
if (b != this.
|
|
2121
|
-
this.
|
|
2123
|
+
var b = this.e3;
|
|
2124
|
+
this.e3 = a;
|
|
2125
|
+
if (b != this.e3) {
|
|
2126
|
+
this.d5("SelectAllCaptionTextColor", b, a);
|
|
2122
2127
|
}
|
|
2123
2128
|
},
|
|
2124
2129
|
enumerable: false,
|
|
2125
2130
|
configurable: true
|
|
2126
2131
|
});
|
|
2127
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2132
|
+
Object.defineProperty(CheckboxList.prototype, "e5", {
|
|
2128
2133
|
get: function () {
|
|
2129
|
-
return this.
|
|
2134
|
+
return this.eq;
|
|
2130
2135
|
},
|
|
2131
2136
|
set: function (a) {
|
|
2132
|
-
var b = this.
|
|
2133
|
-
this.
|
|
2134
|
-
if (b != this.
|
|
2135
|
-
this.
|
|
2137
|
+
var b = this.eq;
|
|
2138
|
+
this.eq = a;
|
|
2139
|
+
if (b != this.eq) {
|
|
2140
|
+
this.d5("ActualSelectAllCaptionTextColor", b, a);
|
|
2136
2141
|
}
|
|
2137
2142
|
},
|
|
2138
2143
|
enumerable: false,
|
|
@@ -2140,14 +2145,14 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2140
2145
|
});
|
|
2141
2146
|
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
2142
2147
|
get: function () {
|
|
2143
|
-
if (-1 == this.
|
|
2148
|
+
if (-1 == this.bm) {
|
|
2144
2149
|
return false;
|
|
2145
2150
|
}
|
|
2146
2151
|
var a = this.keys.count;
|
|
2147
2152
|
if (0 == a) {
|
|
2148
2153
|
return false;
|
|
2149
2154
|
}
|
|
2150
|
-
if (a == this.
|
|
2155
|
+
if (a == this.bm) {
|
|
2151
2156
|
return false;
|
|
2152
2157
|
}
|
|
2153
2158
|
return true;
|
|
@@ -2165,20 +2170,20 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2165
2170
|
}
|
|
2166
2171
|
var b = this.a9;
|
|
2167
2172
|
this.a9 = a;
|
|
2168
|
-
this.
|
|
2173
|
+
this.d5("showSelectAll", b, this.a9);
|
|
2169
2174
|
},
|
|
2170
2175
|
enumerable: false,
|
|
2171
2176
|
configurable: true
|
|
2172
2177
|
});
|
|
2173
2178
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2174
2179
|
get: function () {
|
|
2175
|
-
return this.
|
|
2180
|
+
return this.er;
|
|
2176
2181
|
},
|
|
2177
2182
|
set: function (a) {
|
|
2178
|
-
var b = this.
|
|
2179
|
-
this.
|
|
2180
|
-
if (b != this.
|
|
2181
|
-
this.
|
|
2183
|
+
var b = this.er;
|
|
2184
|
+
this.er = a;
|
|
2185
|
+
if (b != this.er) {
|
|
2186
|
+
this.d5("BackgroundColor", b, a);
|
|
2182
2187
|
}
|
|
2183
2188
|
},
|
|
2184
2189
|
enumerable: false,
|
|
@@ -2186,40 +2191,40 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2186
2191
|
});
|
|
2187
2192
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2188
2193
|
get: function () {
|
|
2189
|
-
return this.
|
|
2194
|
+
return this.ex;
|
|
2190
2195
|
},
|
|
2191
2196
|
set: function (a) {
|
|
2192
|
-
var b = this.
|
|
2193
|
-
this.
|
|
2194
|
-
if (b != this.
|
|
2195
|
-
this.
|
|
2197
|
+
var b = this.ex;
|
|
2198
|
+
this.ex = a;
|
|
2199
|
+
if (b != this.ex) {
|
|
2200
|
+
this.d5("RowHoverBackgroundColor", b, a);
|
|
2196
2201
|
}
|
|
2197
2202
|
},
|
|
2198
2203
|
enumerable: false,
|
|
2199
2204
|
configurable: true
|
|
2200
2205
|
});
|
|
2201
|
-
CheckboxList.prototype.
|
|
2206
|
+
CheckboxList.prototype.fg = function () {
|
|
2202
2207
|
switch (this.baseTheme) {
|
|
2203
2208
|
case 6:
|
|
2204
|
-
case 4: return CheckboxList.
|
|
2209
|
+
case 4: return CheckboxList.fd;
|
|
2205
2210
|
}
|
|
2206
|
-
return CheckboxList.
|
|
2211
|
+
return CheckboxList.ff;
|
|
2207
2212
|
};
|
|
2208
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2213
|
+
Object.defineProperty(CheckboxList.prototype, "fp", {
|
|
2209
2214
|
get: function () {
|
|
2210
|
-
return this.
|
|
2215
|
+
return this.e4;
|
|
2211
2216
|
},
|
|
2212
2217
|
set: function (a) {
|
|
2213
|
-
var b = this.
|
|
2214
|
-
this.
|
|
2215
|
-
if (b != this.
|
|
2216
|
-
this.
|
|
2218
|
+
var b = this.e4;
|
|
2219
|
+
this.e4 = a;
|
|
2220
|
+
if (b != this.e4) {
|
|
2221
|
+
this.d5("TextColor", b, a);
|
|
2217
2222
|
}
|
|
2218
2223
|
},
|
|
2219
2224
|
enumerable: false,
|
|
2220
2225
|
configurable: true
|
|
2221
2226
|
});
|
|
2222
|
-
CheckboxList.prototype.
|
|
2227
|
+
CheckboxList.prototype.d7 = function (a) {
|
|
2223
2228
|
if (this.selectAllCheckboxChanged != null) {
|
|
2224
2229
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2225
2230
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2229,39 +2234,39 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2229
2234
|
}
|
|
2230
2235
|
};
|
|
2231
2236
|
CheckboxList.prototype.a2 = function () {
|
|
2232
|
-
if (-1 == this.
|
|
2237
|
+
if (-1 == this.bm) {
|
|
2233
2238
|
return true;
|
|
2234
2239
|
}
|
|
2235
2240
|
var a = this.keys.count;
|
|
2236
2241
|
switch (this.indexType) {
|
|
2237
|
-
case 0: return this.
|
|
2242
|
+
case 0: return this.bm == a;
|
|
2238
2243
|
case 1: return 0 == a;
|
|
2239
2244
|
default: return false;
|
|
2240
2245
|
}
|
|
2241
2246
|
};
|
|
2242
2247
|
CheckboxList.prototype.a1 = function () {
|
|
2243
|
-
if (-1 == this.
|
|
2248
|
+
if (-1 == this.bm) {
|
|
2244
2249
|
return false;
|
|
2245
2250
|
}
|
|
2246
2251
|
var a = this.keys.count;
|
|
2247
2252
|
switch (this.indexType) {
|
|
2248
2253
|
case 0: return 0 == a;
|
|
2249
|
-
case 1: return this.
|
|
2254
|
+
case 1: return this.bm == a;
|
|
2250
2255
|
default: return false;
|
|
2251
2256
|
}
|
|
2252
2257
|
};
|
|
2253
|
-
CheckboxList.prototype.
|
|
2258
|
+
CheckboxList.prototype.dd = function () {
|
|
2254
2259
|
var a = this.g.actualDataSource;
|
|
2255
2260
|
if (null != a) {
|
|
2256
2261
|
if (null == a.actualSchema) {
|
|
2257
|
-
this.
|
|
2262
|
+
this.bm = -1;
|
|
2258
2263
|
return;
|
|
2259
2264
|
}
|
|
2260
2265
|
var b = a.actualCount;
|
|
2261
|
-
this.
|
|
2266
|
+
this.bm = b;
|
|
2262
2267
|
}
|
|
2263
2268
|
else {
|
|
2264
|
-
this.
|
|
2269
|
+
this.bm = -1;
|
|
2265
2270
|
}
|
|
2266
2271
|
};
|
|
2267
2272
|
Object.defineProperty(CheckboxList.prototype, "a8", {
|
|
@@ -2274,7 +2279,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2274
2279
|
}
|
|
2275
2280
|
var b = this.a7;
|
|
2276
2281
|
this.a7 = a;
|
|
2277
|
-
this.
|
|
2282
|
+
this.d5("ShowFilter", b, this.a7);
|
|
2278
2283
|
},
|
|
2279
2284
|
enumerable: false,
|
|
2280
2285
|
configurable: true
|
|
@@ -2289,7 +2294,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2289
2294
|
}
|
|
2290
2295
|
var b = this.a3;
|
|
2291
2296
|
this.a3 = a;
|
|
2292
|
-
this.
|
|
2297
|
+
this.d5("IsRowHoverEnabled", b, this.a3);
|
|
2293
2298
|
},
|
|
2294
2299
|
enumerable: false,
|
|
2295
2300
|
configurable: true
|
|
@@ -2304,17 +2309,17 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2304
2309
|
}
|
|
2305
2310
|
var b = this.ay;
|
|
2306
2311
|
this.ay = a;
|
|
2307
|
-
this.
|
|
2312
|
+
this.d5("CheckboxAlignedRight", b, this.ay);
|
|
2308
2313
|
},
|
|
2309
2314
|
enumerable: false,
|
|
2310
2315
|
configurable: true
|
|
2311
2316
|
});
|
|
2312
2317
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2313
|
-
CheckboxList.
|
|
2314
|
-
CheckboxList.
|
|
2315
|
-
CheckboxList.
|
|
2316
|
-
CheckboxList.
|
|
2317
|
-
CheckboxList.
|
|
2318
|
-
CheckboxList.
|
|
2318
|
+
CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
|
|
2319
|
+
CheckboxList.cw = "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";
|
|
2320
|
+
CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
|
|
2321
|
+
CheckboxList.fe = null;
|
|
2322
|
+
CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
|
|
2323
|
+
CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
|
|
2319
2324
|
return CheckboxList;
|
|
2320
2325
|
}(Base));
|