igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -38,6 +38,7 @@ import { FilterFactory } from "igniteui-angular-core";
|
|
|
38
38
|
import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
|
|
39
39
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
40
40
|
import { TemplateColumn } from "./TemplateColumn";
|
|
41
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
41
42
|
import { FastReflectionHelper } from "igniteui-angular-core";
|
|
42
43
|
import { DataSeriesPropertyType_$type } from "igniteui-angular-core";
|
|
43
44
|
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
@@ -106,7 +107,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
106
107
|
var d = a.getSubRenderer(b);
|
|
107
108
|
c.provideContainer(d);
|
|
108
109
|
var e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
109
|
-
this.c.
|
|
110
|
+
this.c.eh(c);
|
|
110
111
|
var f = a.createElement("div");
|
|
111
112
|
var g = a.getSubRenderer(f);
|
|
112
113
|
var h = new XPrefix();
|
|
@@ -117,7 +118,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
117
118
|
this.d = new XIcon();
|
|
118
119
|
this.d.provideContainer(k);
|
|
119
120
|
this.d.fill = this.c.searchIconColor;
|
|
120
|
-
this.d.svgPath = CheckboxList.
|
|
121
|
+
this.d.svgPath = CheckboxList.cz;
|
|
121
122
|
var l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
122
123
|
h.appendContentChild(j);
|
|
123
124
|
c.appendContentChild(f);
|
|
@@ -134,7 +135,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
134
135
|
}
|
|
135
136
|
this.c.y.appendContentChild(m);
|
|
136
137
|
this.c.y.inputs.add(this.c.w);
|
|
137
|
-
this.c.
|
|
138
|
+
this.c.d5();
|
|
138
139
|
};
|
|
139
140
|
CheckboxListView.prototype.z = function () {
|
|
140
141
|
if (this.j != null) {
|
|
@@ -207,7 +208,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
207
208
|
finally {
|
|
208
209
|
d.z = h;
|
|
209
210
|
}
|
|
210
|
-
d.dk = this.c.
|
|
211
|
+
d.dk = this.c.fg;
|
|
211
212
|
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
212
213
|
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
213
214
|
d.de = this.c.checkboxCheckedBorderColor;
|
|
@@ -409,21 +410,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
410
|
var e = c.checked;
|
|
410
411
|
if (e == true) {
|
|
411
412
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
413
|
+
this.c.ek(d);
|
|
413
414
|
}
|
|
414
415
|
else {
|
|
415
|
-
this.c.
|
|
416
|
+
this.c.dd(d);
|
|
416
417
|
}
|
|
417
418
|
}
|
|
418
419
|
else {
|
|
419
420
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
421
|
+
this.c.dd(d);
|
|
421
422
|
}
|
|
422
423
|
else {
|
|
423
|
-
this.c.
|
|
424
|
+
this.c.ek(d);
|
|
424
425
|
}
|
|
425
426
|
}
|
|
426
|
-
this.c.
|
|
427
|
+
this.c.d1(d, e);
|
|
427
428
|
this.an(false);
|
|
428
429
|
};
|
|
429
430
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +438,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
438
|
var e = parseInt(d.a4.toString());
|
|
438
439
|
if (e == a) {
|
|
439
440
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
441
|
+
this.c.d1(e, b);
|
|
441
442
|
}
|
|
442
443
|
}
|
|
443
444
|
}
|
|
@@ -498,7 +499,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
498
499
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
499
500
|
this.b.n = this.c.baseTheme;
|
|
500
501
|
this.m = a.createElement("label");
|
|
501
|
-
this.m.setRawText(this.c.
|
|
502
|
+
this.m.setRawText(this.c.c3);
|
|
502
503
|
this.m.setStyleProperty("font-size", "13px");
|
|
503
504
|
this.n.setStyleProperty("display", "flex");
|
|
504
505
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -514,8 +515,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
514
515
|
};
|
|
515
516
|
CheckboxListView.prototype.am = function () {
|
|
516
517
|
if (null != this.m) {
|
|
517
|
-
this.m.setRawText(this.c.
|
|
518
|
-
NativeUI.r(this.m, this.c.
|
|
518
|
+
this.m.setRawText(this.c.c3);
|
|
519
|
+
NativeUI.r(this.m, this.c.fc);
|
|
519
520
|
}
|
|
520
521
|
};
|
|
521
522
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -566,12 +567,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
566
567
|
return;
|
|
567
568
|
}
|
|
568
569
|
if (b.isChecked) {
|
|
569
|
-
this.c.
|
|
570
|
-
this.c.
|
|
570
|
+
this.c.en();
|
|
571
|
+
this.c.ea(b.isChecked);
|
|
571
572
|
}
|
|
572
573
|
else {
|
|
573
|
-
this.c.
|
|
574
|
-
this.c.
|
|
574
|
+
this.c.dj();
|
|
575
|
+
this.c.ea(b.isChecked);
|
|
575
576
|
}
|
|
576
577
|
};
|
|
577
578
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -603,7 +604,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
603
604
|
if (this.b == null) {
|
|
604
605
|
return;
|
|
605
606
|
}
|
|
606
|
-
this.b.dk = this.c.
|
|
607
|
+
this.b.dk = this.c.fg;
|
|
607
608
|
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
608
609
|
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
609
610
|
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
@@ -706,31 +707,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
706
707
|
_this.m = 1;
|
|
707
708
|
_this.ae = 1;
|
|
708
709
|
_this.ag = 2;
|
|
709
|
-
_this.
|
|
710
|
-
_this.e1 = null;
|
|
711
|
-
_this.ax = true;
|
|
710
|
+
_this.e8 = BrushUtil.l(255, 24, 29, 31);
|
|
712
711
|
_this.e5 = null;
|
|
713
|
-
_this.
|
|
714
|
-
_this.
|
|
712
|
+
_this.ax = true;
|
|
713
|
+
_this.e9 = null;
|
|
714
|
+
_this.e6 = null;
|
|
715
|
+
_this.e7 = null;
|
|
715
716
|
_this.an = null;
|
|
717
|
+
_this.ey = null;
|
|
716
718
|
_this.ew = null;
|
|
717
|
-
_this.
|
|
719
|
+
_this.ez = null;
|
|
718
720
|
_this.ex = null;
|
|
719
|
-
_this.
|
|
720
|
-
_this.ey = null;
|
|
721
|
+
_this.e0 = null;
|
|
721
722
|
_this.bb = NaN;
|
|
722
723
|
_this.gridColumnProvider = null;
|
|
723
724
|
_this.ac = 0;
|
|
724
|
-
_this.
|
|
725
|
+
_this.e3 = null;
|
|
726
|
+
_this.e4 = null;
|
|
727
|
+
_this.e2 = null;
|
|
725
728
|
_this.indexTypeChanged = null;
|
|
726
729
|
_this.aw = false;
|
|
727
|
-
_this.
|
|
728
|
-
_this.
|
|
729
|
-
_this.
|
|
730
|
+
_this.c2 = null;
|
|
731
|
+
_this.fa = null;
|
|
732
|
+
_this.eu = CheckboxList.fm;
|
|
730
733
|
_this.a9 = true;
|
|
731
|
-
_this.
|
|
732
|
-
_this.
|
|
733
|
-
_this.
|
|
734
|
+
_this.ev = CheckboxList.fj;
|
|
735
|
+
_this.e1 = CheckboxList.fl;
|
|
736
|
+
_this.fb = CheckboxList.fm;
|
|
734
737
|
_this.keysCleared = null;
|
|
735
738
|
_this.selectAllCheckboxChanged = null;
|
|
736
739
|
_this.bm = -1;
|
|
@@ -738,8 +741,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
738
741
|
_this.a3 = true;
|
|
739
742
|
_this.ay = false;
|
|
740
743
|
var a = _this.h;
|
|
741
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
742
|
-
_this.h.am(runOn(_this, _this.
|
|
744
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ed));
|
|
745
|
+
_this.h.am(runOn(_this, _this.ec));
|
|
743
746
|
_this.d = new FilterFactory();
|
|
744
747
|
var b = new CheckboxListView();
|
|
745
748
|
b.c = _this;
|
|
@@ -813,7 +816,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
813
816
|
var b = this.a;
|
|
814
817
|
this.a = a;
|
|
815
818
|
if (b != this.a) {
|
|
816
|
-
this.
|
|
819
|
+
this.d8("PrimaryKey", b, this.a);
|
|
817
820
|
}
|
|
818
821
|
},
|
|
819
822
|
enumerable: false,
|
|
@@ -834,44 +837,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
834
837
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
835
838
|
this.keys.removeAt(a);
|
|
836
839
|
};
|
|
837
|
-
CheckboxList.prototype.
|
|
838
|
-
this.
|
|
840
|
+
CheckboxList.prototype.ec = function () {
|
|
841
|
+
this.dt();
|
|
839
842
|
if (this.keysCleared != null) {
|
|
840
843
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
841
844
|
}
|
|
842
845
|
};
|
|
843
|
-
CheckboxList.prototype.
|
|
846
|
+
CheckboxList.prototype.ed = function (a, b) {
|
|
844
847
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
845
848
|
return;
|
|
846
849
|
}
|
|
847
850
|
switch (b.action) {
|
|
848
851
|
case 0:
|
|
849
852
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
850
|
-
this.
|
|
853
|
+
this.d6(b.newItems.item(c));
|
|
851
854
|
}
|
|
852
855
|
break;
|
|
853
856
|
case 1:
|
|
854
857
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
855
|
-
this.
|
|
858
|
+
this.d7(b.oldItems.item(d));
|
|
856
859
|
}
|
|
857
860
|
break;
|
|
858
861
|
case 2:
|
|
859
862
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
860
|
-
this.
|
|
863
|
+
this.d7(b.oldItems.item(e));
|
|
861
864
|
}
|
|
862
865
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
863
|
-
this.
|
|
866
|
+
this.d6(b.newItems.item(f));
|
|
864
867
|
}
|
|
865
868
|
break;
|
|
866
869
|
case 4:
|
|
867
870
|
this.view.ab(this.indexType == 0);
|
|
868
871
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
869
|
-
this.
|
|
872
|
+
this.d6(this.keys.ae._inner[g]);
|
|
870
873
|
}
|
|
871
874
|
break;
|
|
872
875
|
}
|
|
873
876
|
};
|
|
874
|
-
CheckboxList.prototype.
|
|
877
|
+
CheckboxList.prototype.d6 = function (a) {
|
|
875
878
|
var _this = this;
|
|
876
879
|
var b = this.e.indexOfKey(a.value);
|
|
877
880
|
if (b >= 0) {
|
|
@@ -888,7 +891,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
888
891
|
return $ret;
|
|
889
892
|
})()));
|
|
890
893
|
};
|
|
891
|
-
CheckboxList.prototype.
|
|
894
|
+
CheckboxList.prototype.d7 = function (a) {
|
|
892
895
|
var _this = this;
|
|
893
896
|
var b = this.e.indexOfKey(a.value);
|
|
894
897
|
if (b >= 0) {
|
|
@@ -905,7 +908,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
905
908
|
return $ret;
|
|
906
909
|
})()));
|
|
907
910
|
};
|
|
908
|
-
CheckboxList.prototype.
|
|
911
|
+
CheckboxList.prototype.d1 = function (a, b) {
|
|
909
912
|
if (this.checkedChanged != null && this.at == false) {
|
|
910
913
|
var c_1 = null;
|
|
911
914
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -930,58 +933,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
930
933
|
this.av = false;
|
|
931
934
|
if (this.g != null) {
|
|
932
935
|
var a = this.g;
|
|
933
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
936
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dn));
|
|
934
937
|
var b = this.g;
|
|
935
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
938
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dp));
|
|
936
939
|
if (this.g.actualDataSource != null) {
|
|
937
940
|
var c = this.g.actualDataSource;
|
|
938
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
941
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d9));
|
|
939
942
|
}
|
|
940
943
|
}
|
|
941
944
|
if (this.v != null) {
|
|
942
945
|
var d = this.v;
|
|
943
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
946
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dr));
|
|
944
947
|
}
|
|
945
948
|
if (this.k != null) {
|
|
946
949
|
var e = this.k;
|
|
947
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
950
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.dh));
|
|
948
951
|
}
|
|
949
952
|
};
|
|
950
953
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
951
954
|
this.av = true;
|
|
952
|
-
this.
|
|
953
|
-
this.
|
|
955
|
+
this.dm();
|
|
956
|
+
this.dl();
|
|
954
957
|
};
|
|
955
|
-
CheckboxList.prototype.
|
|
958
|
+
CheckboxList.prototype.dm = function () {
|
|
956
959
|
if (this.g != null) {
|
|
957
960
|
var a = this.g;
|
|
958
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
961
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dn));
|
|
959
962
|
var b = this.g;
|
|
960
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
963
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dp));
|
|
961
964
|
if (this.g.actualDataSource != null) {
|
|
962
965
|
var c = this.g.actualDataSource;
|
|
963
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
966
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d9));
|
|
964
967
|
}
|
|
965
968
|
}
|
|
966
969
|
if (this.v != null) {
|
|
967
970
|
var d = this.v;
|
|
968
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
971
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dr));
|
|
969
972
|
}
|
|
970
973
|
};
|
|
971
|
-
CheckboxList.prototype.
|
|
974
|
+
CheckboxList.prototype.dl = function () {
|
|
972
975
|
if (this.k != null) {
|
|
973
976
|
var a = this.k;
|
|
974
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
977
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.dh));
|
|
975
978
|
}
|
|
976
979
|
};
|
|
977
980
|
CheckboxList.prototype.destroy = function () {
|
|
978
981
|
this.au = true;
|
|
979
982
|
if (!this.av) {
|
|
980
|
-
this.
|
|
983
|
+
this.dm();
|
|
981
984
|
}
|
|
982
985
|
this.provideContainer(null, null, null);
|
|
983
986
|
if (!this.av) {
|
|
984
|
-
this.
|
|
987
|
+
this.dl();
|
|
985
988
|
}
|
|
986
989
|
};
|
|
987
990
|
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
@@ -996,8 +999,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
996
999
|
if (null != this.g) {
|
|
997
1000
|
this.g.scrollbarStyle = 1;
|
|
998
1001
|
var d = this.g;
|
|
999
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
1000
|
-
this.g.scrollbarBackground = this.
|
|
1002
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dp));
|
|
1003
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
1004
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
1005
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
1001
1006
|
this.g.headerHeight = 0;
|
|
1002
1007
|
this.g.rowSeparatorHeight = 0;
|
|
1003
1008
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -1005,39 +1010,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1005
1010
|
this.g.activationMode = 0;
|
|
1006
1011
|
this.g.selectionMode = 0;
|
|
1007
1012
|
this.g.editMode = 0;
|
|
1013
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1014
|
+
this.g.cornerRadius = new CornerRadius(0, 0);
|
|
1008
1015
|
var e = this.g;
|
|
1009
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1016
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dn));
|
|
1010
1017
|
if (this.bp != null) {
|
|
1011
1018
|
this.g.itemsSource = this.bp;
|
|
1012
|
-
this.
|
|
1013
|
-
this.
|
|
1019
|
+
this.dg();
|
|
1020
|
+
this.eb();
|
|
1014
1021
|
}
|
|
1015
1022
|
if (this.bt != null) {
|
|
1016
|
-
this.
|
|
1017
|
-
this.
|
|
1023
|
+
this.eb();
|
|
1024
|
+
this.eq();
|
|
1018
1025
|
}
|
|
1019
1026
|
}
|
|
1020
1027
|
this.view.w(c);
|
|
1021
1028
|
if (this.checkboxAlignedRight) {
|
|
1022
|
-
this.
|
|
1029
|
+
this.es();
|
|
1023
1030
|
}
|
|
1024
1031
|
this.view.r(a);
|
|
1025
1032
|
};
|
|
1026
|
-
CheckboxList.prototype.
|
|
1033
|
+
CheckboxList.prototype.dp = function (a, b) {
|
|
1027
1034
|
this.g.scrollbarStyle = this.ad;
|
|
1028
1035
|
};
|
|
1029
1036
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1030
1037
|
this.view.w(a);
|
|
1031
1038
|
};
|
|
1032
|
-
CheckboxList.prototype.
|
|
1033
|
-
if (!this.checkboxAlignedRight && b.cellInfo.l.
|
|
1039
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1040
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a6 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a6 == 1) {
|
|
1034
1041
|
return;
|
|
1035
1042
|
}
|
|
1036
1043
|
var c = b.cellInfo.l.x;
|
|
1037
1044
|
if (-1 == c) {
|
|
1038
1045
|
return;
|
|
1039
1046
|
}
|
|
1040
|
-
var d = b.cellInfo.
|
|
1047
|
+
var d = b.cellInfo.im;
|
|
1041
1048
|
var e = this.j(d);
|
|
1042
1049
|
if (this.labelClickTriggersChange) {
|
|
1043
1050
|
if (this.keys.contains(e)) {
|
|
@@ -1053,9 +1060,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1053
1060
|
this.keys.add(e);
|
|
1054
1061
|
}
|
|
1055
1062
|
}
|
|
1056
|
-
this.
|
|
1063
|
+
this.dw(c, this.keys.contains(e));
|
|
1057
1064
|
};
|
|
1058
|
-
CheckboxList.prototype.
|
|
1065
|
+
CheckboxList.prototype.dw = function (a, b) {
|
|
1059
1066
|
var c = null;
|
|
1060
1067
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1061
1068
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1074,21 +1081,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1074
1081
|
return $ret;
|
|
1075
1082
|
})()));
|
|
1076
1083
|
};
|
|
1077
|
-
CheckboxList.prototype.
|
|
1084
|
+
CheckboxList.prototype.dh = function (a, b) {
|
|
1078
1085
|
var c = b.cellInfo.l.x;
|
|
1079
1086
|
if (-1 == c) {
|
|
1080
1087
|
return;
|
|
1081
1088
|
}
|
|
1082
1089
|
var d = false;
|
|
1083
|
-
if (b.cellInfo.
|
|
1084
|
-
var e = this.j(b.cellInfo.
|
|
1090
|
+
if (b.cellInfo.im != null) {
|
|
1091
|
+
var e = this.j(b.cellInfo.im);
|
|
1085
1092
|
if (this.keys.contains(e)) {
|
|
1086
1093
|
d = true;
|
|
1087
1094
|
}
|
|
1088
1095
|
}
|
|
1089
1096
|
this.view.t(b.content.element, c, d);
|
|
1090
1097
|
};
|
|
1091
|
-
CheckboxList.prototype.
|
|
1098
|
+
CheckboxList.prototype.er = function (a, b) {
|
|
1092
1099
|
var c = b.cellInfo.l.x;
|
|
1093
1100
|
if (-1 == c) {
|
|
1094
1101
|
return;
|
|
@@ -1098,13 +1105,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1098
1105
|
var f = null;
|
|
1099
1106
|
var g = null;
|
|
1100
1107
|
var h = null;
|
|
1101
|
-
if (b.cellInfo.
|
|
1102
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
1108
|
+
if (b.cellInfo.im != null) {
|
|
1109
|
+
d = this.ai.getPropertyValue(b.cellInfo.im);
|
|
1103
1110
|
if (this.al != null) {
|
|
1104
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1111
|
+
e = this.al.getPropertyValue(b.cellInfo.im);
|
|
1105
1112
|
}
|
|
1106
1113
|
if (this.aj != null) {
|
|
1107
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1114
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.im));
|
|
1108
1115
|
if (i == 0) {
|
|
1109
1116
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1110
1117
|
}
|
|
@@ -1118,7 +1125,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1118
1125
|
}
|
|
1119
1126
|
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1120
1127
|
};
|
|
1121
|
-
CheckboxList.prototype.
|
|
1128
|
+
CheckboxList.prototype.d3 = function (a) {
|
|
1122
1129
|
if (this.bt != null) {
|
|
1123
1130
|
var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1124
1131
|
var c = b.contains(a);
|
|
@@ -1140,7 +1147,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1140
1147
|
var b = this.bp;
|
|
1141
1148
|
this.bp = a;
|
|
1142
1149
|
if (b != this.bp) {
|
|
1143
|
-
this.
|
|
1150
|
+
this.d8("ItemsSource", b, this.bp);
|
|
1144
1151
|
}
|
|
1145
1152
|
},
|
|
1146
1153
|
enumerable: false,
|
|
@@ -1154,7 +1161,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1154
1161
|
var b = this.bt;
|
|
1155
1162
|
this.bt = a;
|
|
1156
1163
|
if (b != this.bt) {
|
|
1157
|
-
this.
|
|
1164
|
+
this.d8("DataMemberPath", b, this.bt);
|
|
1158
1165
|
}
|
|
1159
1166
|
},
|
|
1160
1167
|
enumerable: false,
|
|
@@ -1168,7 +1175,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1168
1175
|
var b = this.bo;
|
|
1169
1176
|
this.bo = a;
|
|
1170
1177
|
if (b != this.bo) {
|
|
1171
|
-
this.
|
|
1178
|
+
this.d8("DataLegendTarget", b, this.bo);
|
|
1172
1179
|
}
|
|
1173
1180
|
},
|
|
1174
1181
|
enumerable: false,
|
|
@@ -1182,7 +1189,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1182
1189
|
var b = this.bx;
|
|
1183
1190
|
this.bx = a;
|
|
1184
1191
|
if (b != this.bx) {
|
|
1185
|
-
this.
|
|
1192
|
+
this.d8("SubtitleMemberPath", b, this.bx);
|
|
1186
1193
|
}
|
|
1187
1194
|
},
|
|
1188
1195
|
enumerable: false,
|
|
@@ -1196,7 +1203,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1196
1203
|
var b = this.bv;
|
|
1197
1204
|
this.bv = a;
|
|
1198
1205
|
if (b != this.bv) {
|
|
1199
|
-
this.
|
|
1206
|
+
this.d8("PropertyTypeMemberPath", b, this.bv);
|
|
1200
1207
|
}
|
|
1201
1208
|
},
|
|
1202
1209
|
enumerable: false,
|
|
@@ -1210,7 +1217,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1210
1217
|
var b = this.bw;
|
|
1211
1218
|
this.bw = a;
|
|
1212
1219
|
if (b != this.bw) {
|
|
1213
|
-
this.
|
|
1220
|
+
this.d8("SelectedMemberPath", b, this.bw);
|
|
1214
1221
|
}
|
|
1215
1222
|
},
|
|
1216
1223
|
enumerable: false,
|
|
@@ -1224,7 +1231,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1224
1231
|
var b = this.bu;
|
|
1225
1232
|
this.bu = a;
|
|
1226
1233
|
if (b != this.bu) {
|
|
1227
|
-
this.
|
|
1234
|
+
this.d8("FilterPlaceholderText", b, this.bu);
|
|
1228
1235
|
}
|
|
1229
1236
|
},
|
|
1230
1237
|
enumerable: false,
|
|
@@ -1238,7 +1245,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1238
1245
|
var b = this.z;
|
|
1239
1246
|
this.z = a;
|
|
1240
1247
|
if (b != this.z) {
|
|
1241
|
-
this.
|
|
1248
|
+
this.d8("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1242
1249
|
}
|
|
1243
1250
|
},
|
|
1244
1251
|
enumerable: false,
|
|
@@ -1252,7 +1259,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1252
1259
|
var b = this.bk;
|
|
1253
1260
|
this.bk = a;
|
|
1254
1261
|
if (b != this.bk) {
|
|
1255
|
-
this.
|
|
1262
|
+
this.d8("RowHeight", b, this.bk);
|
|
1256
1263
|
}
|
|
1257
1264
|
},
|
|
1258
1265
|
enumerable: false,
|
|
@@ -1288,7 +1295,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1288
1295
|
var b = this.am;
|
|
1289
1296
|
this.am = a;
|
|
1290
1297
|
if (b != this.am) {
|
|
1291
|
-
this.
|
|
1298
|
+
this.d8("CellTextStyle", b, this.am);
|
|
1292
1299
|
}
|
|
1293
1300
|
},
|
|
1294
1301
|
enumerable: false,
|
|
@@ -1302,7 +1309,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1302
1309
|
var b = this.m;
|
|
1303
1310
|
this.m = a;
|
|
1304
1311
|
if (b != this.m) {
|
|
1305
|
-
this.
|
|
1312
|
+
this.d8("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1306
1313
|
}
|
|
1307
1314
|
},
|
|
1308
1315
|
enumerable: false,
|
|
@@ -1316,7 +1323,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1316
1323
|
var b = this.ae;
|
|
1317
1324
|
this.ae = a;
|
|
1318
1325
|
if (b != this.ae) {
|
|
1319
|
-
this.
|
|
1326
|
+
this.d8("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1320
1327
|
}
|
|
1321
1328
|
},
|
|
1322
1329
|
enumerable: false,
|
|
@@ -1330,7 +1337,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1330
1337
|
var b = this.ag;
|
|
1331
1338
|
this.ag = a;
|
|
1332
1339
|
if (b != this.ag) {
|
|
1333
|
-
this.
|
|
1340
|
+
this.d8("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1334
1341
|
}
|
|
1335
1342
|
},
|
|
1336
1343
|
enumerable: false,
|
|
@@ -1338,27 +1345,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1338
1345
|
});
|
|
1339
1346
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1340
1347
|
get: function () {
|
|
1341
|
-
return this.
|
|
1348
|
+
return this.e8;
|
|
1342
1349
|
},
|
|
1343
1350
|
set: function (a) {
|
|
1344
|
-
var b = this.
|
|
1345
|
-
this.
|
|
1346
|
-
if (b != this.
|
|
1347
|
-
this.
|
|
1351
|
+
var b = this.e8;
|
|
1352
|
+
this.e8 = a;
|
|
1353
|
+
if (b != this.e8) {
|
|
1354
|
+
this.d8("SearchIconColor", b, this.e8);
|
|
1348
1355
|
}
|
|
1349
1356
|
},
|
|
1350
1357
|
enumerable: false,
|
|
1351
1358
|
configurable: true
|
|
1352
1359
|
});
|
|
1353
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1360
|
+
Object.defineProperty(CheckboxList.prototype, "fs", {
|
|
1354
1361
|
get: function () {
|
|
1355
|
-
return this.
|
|
1362
|
+
return this.e5;
|
|
1356
1363
|
},
|
|
1357
1364
|
set: function (a) {
|
|
1358
|
-
var b = this.
|
|
1359
|
-
this.
|
|
1360
|
-
if (b != this.
|
|
1361
|
-
this.
|
|
1365
|
+
var b = this.e5;
|
|
1366
|
+
this.e5 = a;
|
|
1367
|
+
if (b != this.e5) {
|
|
1368
|
+
this.d8("SearchBackgroundColor", b, this.e5);
|
|
1362
1369
|
}
|
|
1363
1370
|
},
|
|
1364
1371
|
enumerable: false,
|
|
@@ -1372,7 +1379,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1372
1379
|
var b = this.ax;
|
|
1373
1380
|
this.ax = a;
|
|
1374
1381
|
if (b != this.ax) {
|
|
1375
|
-
this.
|
|
1382
|
+
this.d8("LabelClickTriggersChange", b, this.ax);
|
|
1376
1383
|
}
|
|
1377
1384
|
},
|
|
1378
1385
|
enumerable: false,
|
|
@@ -1380,13 +1387,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1380
1387
|
});
|
|
1381
1388
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1382
1389
|
get: function () {
|
|
1383
|
-
return this.
|
|
1390
|
+
return this.e9;
|
|
1384
1391
|
},
|
|
1385
1392
|
set: function (a) {
|
|
1386
|
-
var b = this.
|
|
1387
|
-
this.
|
|
1388
|
-
if (b != this.
|
|
1389
|
-
this.
|
|
1393
|
+
var b = this.e9;
|
|
1394
|
+
this.e9 = a;
|
|
1395
|
+
if (b != this.e9) {
|
|
1396
|
+
this.d8("SearchTextColor", b, this.e9);
|
|
1390
1397
|
}
|
|
1391
1398
|
},
|
|
1392
1399
|
enumerable: false,
|
|
@@ -1394,13 +1401,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1394
1401
|
});
|
|
1395
1402
|
Object.defineProperty(CheckboxList.prototype, "searchBorderColor", {
|
|
1396
1403
|
get: function () {
|
|
1397
|
-
return this.
|
|
1404
|
+
return this.e6;
|
|
1398
1405
|
},
|
|
1399
1406
|
set: function (a) {
|
|
1400
|
-
var b = this.
|
|
1401
|
-
this.
|
|
1402
|
-
if (b != this.
|
|
1403
|
-
this.
|
|
1407
|
+
var b = this.e6;
|
|
1408
|
+
this.e6 = a;
|
|
1409
|
+
if (b != this.e6) {
|
|
1410
|
+
this.d8("SearchBorderColor", b, this.e6);
|
|
1404
1411
|
}
|
|
1405
1412
|
},
|
|
1406
1413
|
enumerable: false,
|
|
@@ -1408,13 +1415,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1408
1415
|
});
|
|
1409
1416
|
Object.defineProperty(CheckboxList.prototype, "searchFocusBorderColor", {
|
|
1410
1417
|
get: function () {
|
|
1411
|
-
return this.
|
|
1418
|
+
return this.e7;
|
|
1412
1419
|
},
|
|
1413
1420
|
set: function (a) {
|
|
1414
|
-
var b = this.
|
|
1415
|
-
this.
|
|
1416
|
-
if (b != this.
|
|
1417
|
-
this.
|
|
1421
|
+
var b = this.e7;
|
|
1422
|
+
this.e7 = a;
|
|
1423
|
+
if (b != this.e7) {
|
|
1424
|
+
this.d8("SearchFocusBorderColor", b, this.e7);
|
|
1418
1425
|
}
|
|
1419
1426
|
},
|
|
1420
1427
|
enumerable: false,
|
|
@@ -1428,21 +1435,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1428
1435
|
var b = this.an;
|
|
1429
1436
|
this.an = a;
|
|
1430
1437
|
if (b != this.an) {
|
|
1431
|
-
this.
|
|
1438
|
+
this.d8("SearchTextStyle", b, this.an);
|
|
1432
1439
|
}
|
|
1433
1440
|
},
|
|
1434
1441
|
enumerable: false,
|
|
1435
1442
|
configurable: true
|
|
1436
1443
|
});
|
|
1437
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1444
|
+
Object.defineProperty(CheckboxList.prototype, "fg", {
|
|
1438
1445
|
get: function () {
|
|
1439
|
-
return this.
|
|
1446
|
+
return this.ey;
|
|
1440
1447
|
},
|
|
1441
1448
|
set: function (a) {
|
|
1442
|
-
var b = this.
|
|
1443
|
-
this.
|
|
1444
|
-
if (b != this.
|
|
1445
|
-
this.
|
|
1449
|
+
var b = this.ey;
|
|
1450
|
+
this.ey = a;
|
|
1451
|
+
if (b != this.ey) {
|
|
1452
|
+
this.d8("CheckboxTickColor", b, this.ey);
|
|
1446
1453
|
}
|
|
1447
1454
|
},
|
|
1448
1455
|
enumerable: false,
|
|
@@ -1450,13 +1457,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1450
1457
|
});
|
|
1451
1458
|
Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBackgroundColor", {
|
|
1452
1459
|
get: function () {
|
|
1453
|
-
return this.
|
|
1460
|
+
return this.ew;
|
|
1454
1461
|
},
|
|
1455
1462
|
set: function (a) {
|
|
1456
|
-
var b = this.
|
|
1457
|
-
this.
|
|
1458
|
-
if (b != this.
|
|
1459
|
-
this.
|
|
1463
|
+
var b = this.ew;
|
|
1464
|
+
this.ew = a;
|
|
1465
|
+
if (b != this.ew) {
|
|
1466
|
+
this.d8("CheckboxCheckedBackgroundColor", b, this.ew);
|
|
1460
1467
|
}
|
|
1461
1468
|
},
|
|
1462
1469
|
enumerable: false,
|
|
@@ -1464,13 +1471,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1464
1471
|
});
|
|
1465
1472
|
Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBackgroundColor", {
|
|
1466
1473
|
get: function () {
|
|
1467
|
-
return this.
|
|
1474
|
+
return this.ez;
|
|
1468
1475
|
},
|
|
1469
1476
|
set: function (a) {
|
|
1470
|
-
var b = this.
|
|
1471
|
-
this.
|
|
1472
|
-
if (b != this.
|
|
1473
|
-
this.
|
|
1477
|
+
var b = this.ez;
|
|
1478
|
+
this.ez = a;
|
|
1479
|
+
if (b != this.ez) {
|
|
1480
|
+
this.d8("CheckboxUncheckedBackgroundColor", b, this.ez);
|
|
1474
1481
|
}
|
|
1475
1482
|
},
|
|
1476
1483
|
enumerable: false,
|
|
@@ -1478,13 +1485,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1478
1485
|
});
|
|
1479
1486
|
Object.defineProperty(CheckboxList.prototype, "checkboxCheckedBorderColor", {
|
|
1480
1487
|
get: function () {
|
|
1481
|
-
return this.
|
|
1488
|
+
return this.ex;
|
|
1482
1489
|
},
|
|
1483
1490
|
set: function (a) {
|
|
1484
|
-
var b = this.
|
|
1485
|
-
this.
|
|
1486
|
-
if (b != this.
|
|
1487
|
-
this.
|
|
1491
|
+
var b = this.ex;
|
|
1492
|
+
this.ex = a;
|
|
1493
|
+
if (b != this.ex) {
|
|
1494
|
+
this.d8("CheckboxCheckedBorderColor", b, this.ex);
|
|
1488
1495
|
}
|
|
1489
1496
|
},
|
|
1490
1497
|
enumerable: false,
|
|
@@ -1492,13 +1499,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1492
1499
|
});
|
|
1493
1500
|
Object.defineProperty(CheckboxList.prototype, "checkboxUncheckedBorderColor", {
|
|
1494
1501
|
get: function () {
|
|
1495
|
-
return this.
|
|
1502
|
+
return this.e0;
|
|
1496
1503
|
},
|
|
1497
1504
|
set: function (a) {
|
|
1498
|
-
var b = this.
|
|
1499
|
-
this.
|
|
1500
|
-
if (b != this.
|
|
1501
|
-
this.
|
|
1505
|
+
var b = this.e0;
|
|
1506
|
+
this.e0 = a;
|
|
1507
|
+
if (b != this.e0) {
|
|
1508
|
+
this.d8("CheckboxUncheckedBorderColor", b, this.e0);
|
|
1502
1509
|
}
|
|
1503
1510
|
},
|
|
1504
1511
|
enumerable: false,
|
|
@@ -1512,7 +1519,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1512
1519
|
var b = this.bb;
|
|
1513
1520
|
this.bb = a;
|
|
1514
1521
|
if (b != this.bb) {
|
|
1515
|
-
this.
|
|
1522
|
+
this.d8("CheckboxCornerRadius", b, this.bb);
|
|
1516
1523
|
}
|
|
1517
1524
|
},
|
|
1518
1525
|
enumerable: false,
|
|
@@ -1526,42 +1533,70 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1526
1533
|
var b = this.ac;
|
|
1527
1534
|
this.ac = a;
|
|
1528
1535
|
if (b != this.ac) {
|
|
1529
|
-
this.
|
|
1536
|
+
this.d8("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1530
1537
|
}
|
|
1531
1538
|
},
|
|
1532
1539
|
enumerable: false,
|
|
1533
1540
|
configurable: true
|
|
1534
1541
|
});
|
|
1535
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1542
|
+
Object.defineProperty(CheckboxList.prototype, "scrollbarBackground", {
|
|
1536
1543
|
get: function () {
|
|
1537
|
-
return this.
|
|
1544
|
+
return this.e3;
|
|
1538
1545
|
},
|
|
1539
1546
|
set: function (a) {
|
|
1540
|
-
var b = this.
|
|
1541
|
-
this.
|
|
1542
|
-
if (b != this.
|
|
1543
|
-
this.
|
|
1547
|
+
var b = this.e3;
|
|
1548
|
+
this.e3 = a;
|
|
1549
|
+
if (b != this.e3) {
|
|
1550
|
+
this.d8("ScrollbarBackground", b, this.e3);
|
|
1544
1551
|
}
|
|
1545
1552
|
},
|
|
1546
1553
|
enumerable: false,
|
|
1547
1554
|
configurable: true
|
|
1548
1555
|
});
|
|
1549
|
-
CheckboxList.prototype
|
|
1556
|
+
Object.defineProperty(CheckboxList.prototype, "scrollbarHoverBackground", {
|
|
1557
|
+
get: function () {
|
|
1558
|
+
return this.e4;
|
|
1559
|
+
},
|
|
1560
|
+
set: function (a) {
|
|
1561
|
+
var b = this.e4;
|
|
1562
|
+
this.e4 = a;
|
|
1563
|
+
if (b != this.e4) {
|
|
1564
|
+
this.d8("ScrollbarHoverBackground", b, this.e4);
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
enumerable: false,
|
|
1568
|
+
configurable: true
|
|
1569
|
+
});
|
|
1570
|
+
Object.defineProperty(CheckboxList.prototype, "scrollbarActiveBackground", {
|
|
1571
|
+
get: function () {
|
|
1572
|
+
return this.e2;
|
|
1573
|
+
},
|
|
1574
|
+
set: function (a) {
|
|
1575
|
+
var b = this.e2;
|
|
1576
|
+
this.e2 = a;
|
|
1577
|
+
if (b != this.e2) {
|
|
1578
|
+
this.d8("ScrollbarActiveBackground", b, this.e2);
|
|
1579
|
+
}
|
|
1580
|
+
},
|
|
1581
|
+
enumerable: false,
|
|
1582
|
+
configurable: true
|
|
1583
|
+
});
|
|
1584
|
+
CheckboxList.prototype.d8 = function (a, b, c) {
|
|
1550
1585
|
if (this.propertyChanged != null) {
|
|
1551
1586
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1552
1587
|
}
|
|
1553
|
-
this.
|
|
1588
|
+
this.ee(a, b, c);
|
|
1554
1589
|
};
|
|
1555
|
-
CheckboxList.prototype.
|
|
1590
|
+
CheckboxList.prototype.ee = function (a, b, c) {
|
|
1556
1591
|
switch (a) {
|
|
1557
1592
|
case "IndexType":
|
|
1558
1593
|
this.keys.clear();
|
|
1559
|
-
this.
|
|
1594
|
+
this.dt();
|
|
1560
1595
|
if (this.keysCleared != null) {
|
|
1561
1596
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1562
1597
|
}
|
|
1563
1598
|
this.view.an();
|
|
1564
|
-
this.
|
|
1599
|
+
this.d4(b, c);
|
|
1565
1600
|
break;
|
|
1566
1601
|
case "ItemsSource":
|
|
1567
1602
|
if (this.g != null) {
|
|
@@ -1574,16 +1609,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1574
1609
|
}
|
|
1575
1610
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1576
1611
|
var d = this.g.actualDataSource;
|
|
1577
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1612
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d9));
|
|
1578
1613
|
}
|
|
1579
1614
|
this.g.itemsSource = this.bp;
|
|
1580
|
-
this.
|
|
1615
|
+
this.dg();
|
|
1581
1616
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1582
1617
|
var e = this.g.actualDataSource;
|
|
1583
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1618
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d9));
|
|
1584
1619
|
}
|
|
1585
1620
|
this.at = true;
|
|
1586
|
-
this.
|
|
1621
|
+
this.eb();
|
|
1587
1622
|
this.at = false;
|
|
1588
1623
|
this.view.an();
|
|
1589
1624
|
}
|
|
@@ -1594,8 +1629,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1594
1629
|
case "PropertyTypeMemberPath":
|
|
1595
1630
|
if (this.g != null) {
|
|
1596
1631
|
if (this.bt != null) {
|
|
1597
|
-
this.
|
|
1598
|
-
this.
|
|
1632
|
+
this.eb();
|
|
1633
|
+
this.eq();
|
|
1599
1634
|
}
|
|
1600
1635
|
}
|
|
1601
1636
|
break;
|
|
@@ -1605,7 +1640,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1605
1640
|
}
|
|
1606
1641
|
break;
|
|
1607
1642
|
case "SelectAllCaptionTextColor":
|
|
1608
|
-
this.
|
|
1643
|
+
this.fc = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fn();
|
|
1609
1644
|
break;
|
|
1610
1645
|
case "SelectAllCaption":
|
|
1611
1646
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1654,10 +1689,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1654
1689
|
this.view.ak();
|
|
1655
1690
|
break;
|
|
1656
1691
|
case "BaseTheme":
|
|
1657
|
-
this.
|
|
1692
|
+
this.ep();
|
|
1658
1693
|
break;
|
|
1659
1694
|
case "Density":
|
|
1660
|
-
this.
|
|
1695
|
+
this.eo();
|
|
1661
1696
|
break;
|
|
1662
1697
|
case "IsRowHoverEnabled":
|
|
1663
1698
|
if (this.g != null) {
|
|
@@ -1671,7 +1706,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1671
1706
|
break;
|
|
1672
1707
|
case "ScrollbarBackground":
|
|
1673
1708
|
if (this.g != null) {
|
|
1674
|
-
this.g.scrollbarBackground = this.
|
|
1709
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
1710
|
+
}
|
|
1711
|
+
break;
|
|
1712
|
+
case "ScrollbarHoverBackground":
|
|
1713
|
+
if (this.g != null) {
|
|
1714
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
1715
|
+
}
|
|
1716
|
+
break;
|
|
1717
|
+
case "ScrollbarActiveBackground":
|
|
1718
|
+
if (this.g != null) {
|
|
1719
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
1675
1720
|
}
|
|
1676
1721
|
break;
|
|
1677
1722
|
case "SearchIconColor":
|
|
@@ -1679,7 +1724,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1679
1724
|
break;
|
|
1680
1725
|
case "SearchBackgroundColor":
|
|
1681
1726
|
if (this.y != null) {
|
|
1682
|
-
this.y.mc = this.
|
|
1727
|
+
this.y.mc = this.fs;
|
|
1683
1728
|
}
|
|
1684
1729
|
break;
|
|
1685
1730
|
case "SearchBorderColor":
|
|
@@ -1710,22 +1755,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1710
1755
|
case "CheckboxCornerRadius":
|
|
1711
1756
|
this.view.af();
|
|
1712
1757
|
if (this.g != null) {
|
|
1713
|
-
this.g.
|
|
1758
|
+
this.g.y6();
|
|
1714
1759
|
}
|
|
1715
1760
|
break;
|
|
1716
1761
|
case "CheckboxAlignedRight":
|
|
1717
1762
|
if (this.g != null) {
|
|
1718
|
-
this.
|
|
1763
|
+
this.es();
|
|
1719
1764
|
}
|
|
1720
1765
|
break;
|
|
1721
1766
|
case "DataLegendTarget":
|
|
1722
1767
|
if (this.g != null) {
|
|
1723
|
-
this.g.
|
|
1768
|
+
this.g.y6();
|
|
1724
1769
|
}
|
|
1725
1770
|
break;
|
|
1726
1771
|
}
|
|
1727
1772
|
};
|
|
1728
|
-
CheckboxList.prototype.
|
|
1773
|
+
CheckboxList.prototype.es = function () {
|
|
1729
1774
|
if (this.g.actualColumns.count == 0) {
|
|
1730
1775
|
return;
|
|
1731
1776
|
}
|
|
@@ -1743,7 +1788,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1743
1788
|
}
|
|
1744
1789
|
this.g.columns.add(c);
|
|
1745
1790
|
};
|
|
1746
|
-
CheckboxList.prototype.
|
|
1791
|
+
CheckboxList.prototype.d4 = function (a, b) {
|
|
1747
1792
|
if (this.indexTypeChanged != null) {
|
|
1748
1793
|
this.indexTypeChanged(this, ((function () {
|
|
1749
1794
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1753,7 +1798,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1753
1798
|
})()));
|
|
1754
1799
|
}
|
|
1755
1800
|
};
|
|
1756
|
-
CheckboxList.prototype.
|
|
1801
|
+
CheckboxList.prototype.eo = function () {
|
|
1757
1802
|
if (this.g != null) {
|
|
1758
1803
|
this.g.density = this.density;
|
|
1759
1804
|
}
|
|
@@ -1763,7 +1808,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1763
1808
|
this.view.ae();
|
|
1764
1809
|
this.view.z();
|
|
1765
1810
|
};
|
|
1766
|
-
CheckboxList.prototype.
|
|
1811
|
+
CheckboxList.prototype.ep = function () {
|
|
1767
1812
|
if (this.x != null) {
|
|
1768
1813
|
this.x.p = this.baseTheme;
|
|
1769
1814
|
}
|
|
@@ -1777,23 +1822,25 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1777
1822
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1778
1823
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1779
1824
|
this.g.background = this.backgroundColor;
|
|
1825
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1826
|
+
this.g.cornerRadius = new CornerRadius(0, 0);
|
|
1780
1827
|
}
|
|
1781
|
-
this.
|
|
1828
|
+
this.fc = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fn();
|
|
1782
1829
|
this.view.ag();
|
|
1783
1830
|
};
|
|
1784
|
-
CheckboxList.prototype.
|
|
1831
|
+
CheckboxList.prototype.d9 = function (a, b) {
|
|
1785
1832
|
this.at = true;
|
|
1786
|
-
this.
|
|
1833
|
+
this.dg();
|
|
1787
1834
|
if (b.schema != null) {
|
|
1788
|
-
this.
|
|
1835
|
+
this.eb();
|
|
1789
1836
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1790
|
-
this.
|
|
1837
|
+
this.d6(this.keys._inner[c]);
|
|
1791
1838
|
}
|
|
1792
1839
|
this.view.an();
|
|
1793
1840
|
}
|
|
1794
1841
|
this.at = false;
|
|
1795
1842
|
};
|
|
1796
|
-
CheckboxList.prototype.
|
|
1843
|
+
CheckboxList.prototype.eb = function () {
|
|
1797
1844
|
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1798
1845
|
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1799
1846
|
}
|
|
@@ -1833,7 +1880,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1833
1880
|
}
|
|
1834
1881
|
}
|
|
1835
1882
|
};
|
|
1836
|
-
CheckboxList.prototype.
|
|
1883
|
+
CheckboxList.prototype.eq = function () {
|
|
1837
1884
|
this.view.p();
|
|
1838
1885
|
this.g.columns.clear();
|
|
1839
1886
|
this.g.primaryKey = this.primaryKey;
|
|
@@ -1845,7 +1892,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1845
1892
|
this.g.theme = this.baseTheme;
|
|
1846
1893
|
this.g.density = this.density;
|
|
1847
1894
|
this.g.isRowHoverEnabled = this.a4;
|
|
1848
|
-
this.g.
|
|
1895
|
+
this.g.scrollbarStyle = this.ad;
|
|
1896
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
1897
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
1898
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
1849
1899
|
if (this.ao != null) {
|
|
1850
1900
|
this.g.cellTextStyle = this.ao;
|
|
1851
1901
|
}
|
|
@@ -1853,32 +1903,32 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1853
1903
|
if (this.bw == null) {
|
|
1854
1904
|
this.bw = "";
|
|
1855
1905
|
}
|
|
1856
|
-
a.
|
|
1857
|
-
a.
|
|
1906
|
+
a.ns = this.bw;
|
|
1907
|
+
a.ok = "CheckboxColumn";
|
|
1858
1908
|
var b = new ColumnWidth();
|
|
1859
1909
|
b.c = false;
|
|
1860
1910
|
b.f = 28;
|
|
1861
1911
|
a.width = b;
|
|
1862
|
-
a.lm = 0;
|
|
1863
1912
|
a.ln = 0;
|
|
1864
|
-
a.
|
|
1913
|
+
a.lo = 0;
|
|
1914
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.dh));
|
|
1865
1915
|
this.k = a;
|
|
1866
1916
|
this.g.columns.add(a);
|
|
1867
1917
|
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1868
1918
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1869
1919
|
var d = new TemplateColumn();
|
|
1870
|
-
d.
|
|
1871
|
-
d.
|
|
1872
|
-
d.
|
|
1920
|
+
d.ns = this.bt;
|
|
1921
|
+
d.ok = "DataColumn";
|
|
1922
|
+
d.ln = 0;
|
|
1873
1923
|
d.g = 0;
|
|
1874
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1924
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.er));
|
|
1875
1925
|
this.g.columns.add(d);
|
|
1876
1926
|
}
|
|
1877
1927
|
else {
|
|
1878
1928
|
var e = void 0;
|
|
1879
1929
|
if (this.gridColumnProvider != null) {
|
|
1880
|
-
e = this.gridColumnProvider.
|
|
1881
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1930
|
+
e = this.gridColumnProvider.h2();
|
|
1931
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dq));
|
|
1882
1932
|
}
|
|
1883
1933
|
else {
|
|
1884
1934
|
switch (c) {
|
|
@@ -1903,9 +1953,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1903
1953
|
break;
|
|
1904
1954
|
}
|
|
1905
1955
|
}
|
|
1906
|
-
e.
|
|
1907
|
-
e.
|
|
1908
|
-
e.
|
|
1956
|
+
e.ns = this.bt;
|
|
1957
|
+
e.ok = "DataColumn";
|
|
1958
|
+
e.ln = 0;
|
|
1909
1959
|
e.g = 0;
|
|
1910
1960
|
this.g.columns.add(e);
|
|
1911
1961
|
}
|
|
@@ -1913,16 +1963,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1913
1963
|
var g = new ColumnWidth();
|
|
1914
1964
|
g.c = false;
|
|
1915
1965
|
g.f = 10;
|
|
1916
|
-
f.
|
|
1917
|
-
f.
|
|
1918
|
-
f.
|
|
1966
|
+
f.ns = "PaddingColumn";
|
|
1967
|
+
f.ok = "PaddingColumn";
|
|
1968
|
+
f.ln = 0;
|
|
1919
1969
|
f.width = g;
|
|
1920
1970
|
this.g.columns.add(f);
|
|
1921
1971
|
};
|
|
1922
|
-
CheckboxList.prototype.
|
|
1972
|
+
CheckboxList.prototype.dq = function (a, b) {
|
|
1923
1973
|
var c = b.b;
|
|
1924
|
-
c.
|
|
1974
|
+
c.g5 = 0;
|
|
1925
1975
|
c.g = 0;
|
|
1976
|
+
c.np = this.g.cellBackground;
|
|
1977
|
+
c.n9 = this.g.cellTextColor;
|
|
1978
|
+
c.ny = this.g.rowHoverBackground;
|
|
1979
|
+
c.n2 = this.g.cellSelectedBackground;
|
|
1926
1980
|
};
|
|
1927
1981
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1928
1982
|
this.view.ah(a);
|
|
@@ -1930,16 +1984,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1930
1984
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1931
1985
|
this.view.v(a);
|
|
1932
1986
|
};
|
|
1933
|
-
CheckboxList.prototype.
|
|
1987
|
+
CheckboxList.prototype.d5 = function () {
|
|
1934
1988
|
if (!this.a0) {
|
|
1935
1989
|
var a = this.w;
|
|
1936
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1990
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dr));
|
|
1937
1991
|
}
|
|
1938
|
-
this.
|
|
1992
|
+
this.ep();
|
|
1939
1993
|
};
|
|
1940
|
-
CheckboxList.prototype.
|
|
1994
|
+
CheckboxList.prototype.dr = function (a, b) {
|
|
1941
1995
|
var c = b.value.toLowerCase();
|
|
1942
|
-
this.
|
|
1996
|
+
this.d3(c);
|
|
1943
1997
|
};
|
|
1944
1998
|
CheckboxList.prototype.j = function (a) {
|
|
1945
1999
|
if (this.primaryKey == null) {
|
|
@@ -1953,7 +2007,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1953
2007
|
}
|
|
1954
2008
|
return new PrimaryKeyValue(b, c);
|
|
1955
2009
|
};
|
|
1956
|
-
CheckboxList.prototype.
|
|
2010
|
+
CheckboxList.prototype.ek = function (a) {
|
|
1957
2011
|
this.as = true;
|
|
1958
2012
|
var b = this.e.getItemAtIndex(a);
|
|
1959
2013
|
if (this.ak != null) {
|
|
@@ -1963,7 +2017,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1963
2017
|
this.keys.remove(c);
|
|
1964
2018
|
this.as = false;
|
|
1965
2019
|
};
|
|
1966
|
-
CheckboxList.prototype.
|
|
2020
|
+
CheckboxList.prototype.dd = function (a) {
|
|
1967
2021
|
this.as = true;
|
|
1968
2022
|
var b = this.e.getItemAtIndex(a);
|
|
1969
2023
|
if (this.ak != null) {
|
|
@@ -1973,44 +2027,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1973
2027
|
this.keys.add(c);
|
|
1974
2028
|
this.as = false;
|
|
1975
2029
|
};
|
|
1976
|
-
CheckboxList.prototype.
|
|
2030
|
+
CheckboxList.prototype.en = function () {
|
|
1977
2031
|
this.indexType = 0;
|
|
1978
2032
|
this.keys.clear();
|
|
1979
|
-
this.
|
|
2033
|
+
this.dt();
|
|
1980
2034
|
if (this.keysCleared != null) {
|
|
1981
2035
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1982
2036
|
}
|
|
1983
2037
|
};
|
|
1984
|
-
CheckboxList.prototype.
|
|
2038
|
+
CheckboxList.prototype.dj = function () {
|
|
1985
2039
|
this.indexType = 1;
|
|
1986
2040
|
this.keys.clear();
|
|
1987
|
-
this.
|
|
2041
|
+
this.dt();
|
|
1988
2042
|
if (this.keysCleared != null) {
|
|
1989
2043
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1990
2044
|
}
|
|
1991
2045
|
};
|
|
1992
|
-
CheckboxList.prototype.
|
|
2046
|
+
CheckboxList.prototype.dy = function (a, b, c) {
|
|
1993
2047
|
if (this.g != null) {
|
|
1994
2048
|
this.g.notifySetItem(a, b, c);
|
|
1995
2049
|
}
|
|
1996
2050
|
};
|
|
1997
|
-
CheckboxList.prototype.
|
|
2051
|
+
CheckboxList.prototype.du = function () {
|
|
1998
2052
|
if (this.g != null) {
|
|
1999
2053
|
this.g.notifyClearItems();
|
|
2000
2054
|
}
|
|
2001
2055
|
};
|
|
2002
|
-
CheckboxList.prototype.
|
|
2056
|
+
CheckboxList.prototype.dt = function () {
|
|
2003
2057
|
if (this.g != null) {
|
|
2004
2058
|
this.g.invalidateVisibleRows();
|
|
2005
2059
|
}
|
|
2006
2060
|
};
|
|
2007
|
-
CheckboxList.prototype.
|
|
2061
|
+
CheckboxList.prototype.dv = function (a, b) {
|
|
2008
2062
|
if (this.g != null) {
|
|
2009
2063
|
this.g.notifyInsertItem(a, b);
|
|
2010
2064
|
}
|
|
2011
2065
|
;
|
|
2012
2066
|
};
|
|
2013
|
-
CheckboxList.prototype.
|
|
2067
|
+
CheckboxList.prototype.dx = function (a, b) {
|
|
2014
2068
|
if (this.g != null) {
|
|
2015
2069
|
this.g.notifyRemoveItem(a, b);
|
|
2016
2070
|
}
|
|
@@ -2027,7 +2081,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2027
2081
|
this.aw = false;
|
|
2028
2082
|
}
|
|
2029
2083
|
};
|
|
2030
|
-
CheckboxList.prototype.
|
|
2084
|
+
CheckboxList.prototype.de = function (a) {
|
|
2031
2085
|
var b = null;
|
|
2032
2086
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2033
2087
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2047,7 +2101,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2047
2101
|
this.keys.add(b);
|
|
2048
2102
|
}
|
|
2049
2103
|
};
|
|
2050
|
-
CheckboxList.prototype.
|
|
2104
|
+
CheckboxList.prototype.el = function (a) {
|
|
2051
2105
|
var b = null;
|
|
2052
2106
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2053
2107
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2121,48 +2175,48 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2121
2175
|
a.h = c.width;
|
|
2122
2176
|
a.c = this.baseTheme;
|
|
2123
2177
|
a.d = this.bl;
|
|
2124
|
-
a.a = AppearanceHelper.a(this.
|
|
2178
|
+
a.a = AppearanceHelper.a(this.fc);
|
|
2125
2179
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2126
2180
|
return a;
|
|
2127
2181
|
};
|
|
2128
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2182
|
+
Object.defineProperty(CheckboxList.prototype, "c3", {
|
|
2129
2183
|
get: function () {
|
|
2130
|
-
return this.
|
|
2184
|
+
return this.c2 != null ? this.c2 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2131
2185
|
},
|
|
2132
2186
|
set: function (a) {
|
|
2133
|
-
if (a == this.
|
|
2187
|
+
if (a == this.c2) {
|
|
2134
2188
|
return;
|
|
2135
2189
|
}
|
|
2136
|
-
var b = this.
|
|
2137
|
-
this.
|
|
2138
|
-
this.
|
|
2190
|
+
var b = this.c2;
|
|
2191
|
+
this.c2 = a;
|
|
2192
|
+
this.d8("SelectAllCaption", b, this.c2);
|
|
2139
2193
|
},
|
|
2140
2194
|
enumerable: false,
|
|
2141
2195
|
configurable: true
|
|
2142
2196
|
});
|
|
2143
2197
|
Object.defineProperty(CheckboxList.prototype, "selectAllCaptionTextColor", {
|
|
2144
2198
|
get: function () {
|
|
2145
|
-
return this.
|
|
2199
|
+
return this.fa;
|
|
2146
2200
|
},
|
|
2147
2201
|
set: function (a) {
|
|
2148
|
-
var b = this.
|
|
2149
|
-
this.
|
|
2150
|
-
if (b != this.
|
|
2151
|
-
this.
|
|
2202
|
+
var b = this.fa;
|
|
2203
|
+
this.fa = a;
|
|
2204
|
+
if (b != this.fa) {
|
|
2205
|
+
this.d8("SelectAllCaptionTextColor", b, a);
|
|
2152
2206
|
}
|
|
2153
2207
|
},
|
|
2154
2208
|
enumerable: false,
|
|
2155
2209
|
configurable: true
|
|
2156
2210
|
});
|
|
2157
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2211
|
+
Object.defineProperty(CheckboxList.prototype, "fc", {
|
|
2158
2212
|
get: function () {
|
|
2159
|
-
return this.
|
|
2213
|
+
return this.eu;
|
|
2160
2214
|
},
|
|
2161
2215
|
set: function (a) {
|
|
2162
|
-
var b = this.
|
|
2163
|
-
this.
|
|
2164
|
-
if (b != this.
|
|
2165
|
-
this.
|
|
2216
|
+
var b = this.eu;
|
|
2217
|
+
this.eu = a;
|
|
2218
|
+
if (b != this.eu) {
|
|
2219
|
+
this.d8("ActualSelectAllCaptionTextColor", b, a);
|
|
2166
2220
|
}
|
|
2167
2221
|
},
|
|
2168
2222
|
enumerable: false,
|
|
@@ -2195,20 +2249,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2195
2249
|
}
|
|
2196
2250
|
var b = this.a9;
|
|
2197
2251
|
this.a9 = a;
|
|
2198
|
-
this.
|
|
2252
|
+
this.d8("showSelectAll", b, this.a9);
|
|
2199
2253
|
},
|
|
2200
2254
|
enumerable: false,
|
|
2201
2255
|
configurable: true
|
|
2202
2256
|
});
|
|
2203
2257
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2204
2258
|
get: function () {
|
|
2205
|
-
return this.
|
|
2259
|
+
return this.ev;
|
|
2206
2260
|
},
|
|
2207
2261
|
set: function (a) {
|
|
2208
|
-
var b = this.
|
|
2209
|
-
this.
|
|
2210
|
-
if (b != this.
|
|
2211
|
-
this.
|
|
2262
|
+
var b = this.ev;
|
|
2263
|
+
this.ev = a;
|
|
2264
|
+
if (b != this.ev) {
|
|
2265
|
+
this.d8("BackgroundColor", b, a);
|
|
2212
2266
|
}
|
|
2213
2267
|
},
|
|
2214
2268
|
enumerable: false,
|
|
@@ -2216,40 +2270,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2216
2270
|
});
|
|
2217
2271
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2218
2272
|
get: function () {
|
|
2219
|
-
return this.
|
|
2273
|
+
return this.e1;
|
|
2220
2274
|
},
|
|
2221
2275
|
set: function (a) {
|
|
2222
|
-
var b = this.
|
|
2223
|
-
this.
|
|
2224
|
-
if (b != this.
|
|
2225
|
-
this.
|
|
2276
|
+
var b = this.e1;
|
|
2277
|
+
this.e1 = a;
|
|
2278
|
+
if (b != this.e1) {
|
|
2279
|
+
this.d8("RowHoverBackgroundColor", b, a);
|
|
2226
2280
|
}
|
|
2227
2281
|
},
|
|
2228
2282
|
enumerable: false,
|
|
2229
2283
|
configurable: true
|
|
2230
2284
|
});
|
|
2231
|
-
CheckboxList.prototype.
|
|
2285
|
+
CheckboxList.prototype.fn = function () {
|
|
2232
2286
|
switch (this.baseTheme) {
|
|
2233
2287
|
case 6:
|
|
2234
|
-
case 4: return CheckboxList.
|
|
2288
|
+
case 4: return CheckboxList.fk;
|
|
2235
2289
|
}
|
|
2236
|
-
return CheckboxList.
|
|
2290
|
+
return CheckboxList.fm;
|
|
2237
2291
|
};
|
|
2238
2292
|
Object.defineProperty(CheckboxList.prototype, "textColor", {
|
|
2239
2293
|
get: function () {
|
|
2240
|
-
return this.
|
|
2294
|
+
return this.fb;
|
|
2241
2295
|
},
|
|
2242
2296
|
set: function (a) {
|
|
2243
|
-
var b = this.
|
|
2244
|
-
this.
|
|
2245
|
-
if (b != this.
|
|
2246
|
-
this.
|
|
2297
|
+
var b = this.fb;
|
|
2298
|
+
this.fb = a;
|
|
2299
|
+
if (b != this.fb) {
|
|
2300
|
+
this.d8("TextColor", b, a);
|
|
2247
2301
|
}
|
|
2248
2302
|
},
|
|
2249
2303
|
enumerable: false,
|
|
2250
2304
|
configurable: true
|
|
2251
2305
|
});
|
|
2252
|
-
CheckboxList.prototype.
|
|
2306
|
+
CheckboxList.prototype.ea = function (a) {
|
|
2253
2307
|
if (this.selectAllCheckboxChanged != null) {
|
|
2254
2308
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2255
2309
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2280,7 +2334,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2280
2334
|
default: return false;
|
|
2281
2335
|
}
|
|
2282
2336
|
};
|
|
2283
|
-
CheckboxList.prototype.
|
|
2337
|
+
CheckboxList.prototype.dg = function () {
|
|
2284
2338
|
var a = this.g.actualDataSource;
|
|
2285
2339
|
if (null != a) {
|
|
2286
2340
|
if (null == a.actualSchema) {
|
|
@@ -2304,7 +2358,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2304
2358
|
}
|
|
2305
2359
|
var b = this.a7;
|
|
2306
2360
|
this.a7 = a;
|
|
2307
|
-
this.
|
|
2361
|
+
this.d8("ShowFilter", b, this.a7);
|
|
2308
2362
|
},
|
|
2309
2363
|
enumerable: false,
|
|
2310
2364
|
configurable: true
|
|
@@ -2319,7 +2373,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2319
2373
|
}
|
|
2320
2374
|
var b = this.a3;
|
|
2321
2375
|
this.a3 = a;
|
|
2322
|
-
this.
|
|
2376
|
+
this.d8("IsRowHoverEnabled", b, this.a3);
|
|
2323
2377
|
},
|
|
2324
2378
|
enumerable: false,
|
|
2325
2379
|
configurable: true
|
|
@@ -2334,12 +2388,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2334
2388
|
}
|
|
2335
2389
|
var b = this.ay;
|
|
2336
2390
|
this.ay = a;
|
|
2337
|
-
this.
|
|
2391
|
+
this.d8("CheckboxAlignedRight", b, this.ay);
|
|
2338
2392
|
},
|
|
2339
2393
|
enumerable: false,
|
|
2340
2394
|
configurable: true
|
|
2341
2395
|
});
|
|
2342
|
-
CheckboxList.prototype.
|
|
2396
|
+
CheckboxList.prototype.eh = function (a) {
|
|
2343
2397
|
this.y = a;
|
|
2344
2398
|
if (a == null) {
|
|
2345
2399
|
return;
|
|
@@ -2347,19 +2401,19 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2347
2401
|
this.y.d = this.aa;
|
|
2348
2402
|
this.y.p = this.baseTheme;
|
|
2349
2403
|
this.y.t = this.density;
|
|
2350
|
-
this.y.mc = this.
|
|
2404
|
+
this.y.mc = this.fs;
|
|
2351
2405
|
this.y.md = this.searchBorderColor;
|
|
2352
2406
|
this.y.no = this.searchFocusBorderColor;
|
|
2353
2407
|
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
2354
2408
|
this.y.np = BrushUtil.l(0, 0, 0, 0);
|
|
2355
2409
|
};
|
|
2356
2410
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2357
|
-
CheckboxList.
|
|
2358
|
-
CheckboxList.
|
|
2359
|
-
CheckboxList.
|
|
2360
|
-
CheckboxList.
|
|
2361
|
-
CheckboxList.
|
|
2362
|
-
CheckboxList.
|
|
2411
|
+
CheckboxList.fy = BrushUtil.l(255, 24, 29, 31);
|
|
2412
|
+
CheckboxList.cz = "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";
|
|
2413
|
+
CheckboxList.fj = BrushUtil.l(255, 248, 248, 248);
|
|
2414
|
+
CheckboxList.fl = null;
|
|
2415
|
+
CheckboxList.fm = BrushUtil.l(255, 24, 29, 31);
|
|
2416
|
+
CheckboxList.fk = BrushUtil.l(255, 255, 255, 255);
|
|
2363
2417
|
return CheckboxList;
|
|
2364
2418
|
}(Base));
|
|
2365
2419
|
export { CheckboxList };
|