igniteui-angular-data-grids 20.1.0-beta.0 → 20.2.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +354 -335
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -25,6 +25,7 @@ import { Color } from "igniteui-angular-core";
|
|
|
25
25
|
import { NativeUI } from "igniteui-angular-core";
|
|
26
26
|
import { PrimaryKeyValue } from "./PrimaryKeyValue";
|
|
27
27
|
import { Thickness } from "igniteui-angular-core";
|
|
28
|
+
import { Size } from "igniteui-angular-core";
|
|
28
29
|
import { CheckboxListIndexType_$type } from "./CheckboxListIndexType";
|
|
29
30
|
import { stringIsNullOrEmpty, stringIsNullOrWhiteSpace } from "igniteui-angular-core";
|
|
30
31
|
import { SRProvider } from "igniteui-angular-core";
|
|
@@ -47,8 +48,9 @@ import { DateTimeColumn } from "./DateTimeColumn";
|
|
|
47
48
|
import { NumericColumn } from "./NumericColumn";
|
|
48
49
|
import { TextColumn } from "./TextColumn";
|
|
49
50
|
import { ArgumentException } from "igniteui-angular-core";
|
|
50
|
-
import { Size } from "igniteui-angular-core";
|
|
51
51
|
import { ComponentSizeHelpers } from "igniteui-angular-core";
|
|
52
|
+
import { CheckboxListVisualModelExport } from "igniteui-angular-inputs";
|
|
53
|
+
import { AppearanceHelper } from "igniteui-angular-core";
|
|
52
54
|
import { SelectAllCheckboxChangedEventArgs } from "./SelectAllCheckboxChangedEventArgs";
|
|
53
55
|
import { isPositiveInfinity } from "igniteui-angular-core";
|
|
54
56
|
/**
|
|
@@ -58,114 +60,114 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
58
60
|
__extends(CheckboxListView, _super);
|
|
59
61
|
function CheckboxListView() {
|
|
60
62
|
var _this = _super.call(this) || this;
|
|
61
|
-
_this.
|
|
63
|
+
_this.f = new Dictionary$2(DomWrapper_$type, XCheckbox.$, 0);
|
|
64
|
+
_this.i = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
|
|
62
65
|
_this.h = new Dictionary$2(DomWrapper_$type, XLabel.$, 0);
|
|
63
|
-
_this.g = new Dictionary$2(DomWrapper_$type,
|
|
64
|
-
_this.
|
|
66
|
+
_this.g = new Dictionary$2(DomWrapper_$type, XIcon.$, 0);
|
|
67
|
+
_this.n = null;
|
|
68
|
+
_this.b = null;
|
|
65
69
|
_this.m = null;
|
|
66
|
-
_this.a = null;
|
|
67
70
|
_this.l = null;
|
|
68
|
-
_this.
|
|
71
|
+
_this.d = null;
|
|
69
72
|
_this.c = null;
|
|
70
|
-
_this.b = null;
|
|
71
|
-
_this.i = null;
|
|
72
|
-
_this.d = false;
|
|
73
73
|
_this.j = null;
|
|
74
|
+
_this.e = false;
|
|
75
|
+
_this.k = null;
|
|
74
76
|
return _this;
|
|
75
77
|
}
|
|
76
|
-
CheckboxListView.prototype.
|
|
78
|
+
CheckboxListView.prototype.s = function () {
|
|
77
79
|
};
|
|
78
|
-
CheckboxListView.prototype.
|
|
80
|
+
CheckboxListView.prototype.r = function (a) {
|
|
79
81
|
if (a == null) {
|
|
80
|
-
this.
|
|
81
|
-
this.
|
|
82
|
+
this.j = null;
|
|
83
|
+
this.f.clear();
|
|
82
84
|
return;
|
|
83
85
|
}
|
|
84
|
-
this.
|
|
85
|
-
this.
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
this.
|
|
86
|
+
this.j = a;
|
|
87
|
+
this.ac();
|
|
88
|
+
this.al();
|
|
89
|
+
this.ao();
|
|
90
|
+
this.z();
|
|
89
91
|
var b = Math.round(a.rootWrapper.width());
|
|
90
92
|
var c = Math.round(a.rootWrapper.height());
|
|
91
|
-
this.
|
|
92
|
-
this.
|
|
93
|
-
this.
|
|
93
|
+
this.j.rootWrapper.setStyleProperty("position", "relative");
|
|
94
|
+
this.j.rootWrapper.setStyleProperty("padding-bottom", "4px");
|
|
95
|
+
this.an();
|
|
94
96
|
};
|
|
95
|
-
CheckboxListView.prototype.
|
|
96
|
-
if (this.
|
|
97
|
-
this.
|
|
97
|
+
CheckboxListView.prototype.ac = function () {
|
|
98
|
+
if (this.j != null) {
|
|
99
|
+
this.ad(this.j);
|
|
98
100
|
}
|
|
99
101
|
};
|
|
100
|
-
CheckboxListView.prototype.
|
|
102
|
+
CheckboxListView.prototype.ad = function (a) {
|
|
101
103
|
var b = a.rootWrapper.getChildAt(0);
|
|
102
|
-
this.
|
|
103
|
-
this.
|
|
104
|
+
this.l = b;
|
|
105
|
+
this.c.x = new XInputGroup();
|
|
104
106
|
var c = a.getSubRenderer(b);
|
|
105
|
-
this.
|
|
106
|
-
var d = c.getExternal(this.
|
|
107
|
-
this.
|
|
108
|
-
this.
|
|
109
|
-
this.
|
|
107
|
+
this.c.x.provideContainer(c);
|
|
108
|
+
var d = c.getExternal(this.c.x, c.rootWrapper, c.getExternal(this.c, null, null));
|
|
109
|
+
this.c.x.d = this.c.z;
|
|
110
|
+
this.c.x.p = this.c.baseTheme;
|
|
111
|
+
this.c.x.t = this.c.density;
|
|
110
112
|
var e = a.createElement("div");
|
|
111
113
|
var f = a.getSubRenderer(e);
|
|
112
114
|
var g = new XPrefix();
|
|
113
115
|
g.provideContainer(f);
|
|
114
|
-
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.
|
|
116
|
+
var h = f.getExternal(g, f.rootWrapper, f.getExternal(this.c, null, null));
|
|
115
117
|
var i = a.createElement("div");
|
|
116
118
|
var j = a.getSubRenderer(i);
|
|
117
|
-
this.
|
|
118
|
-
this.
|
|
119
|
-
this.
|
|
120
|
-
this.
|
|
121
|
-
var k = f.getExternal(this.
|
|
119
|
+
this.d = new XIcon();
|
|
120
|
+
this.d.provideContainer(j);
|
|
121
|
+
this.d.fill = this.c.searchIconColor;
|
|
122
|
+
this.d.svgPath = CheckboxList.cr;
|
|
123
|
+
var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
122
124
|
g.appendContentChild(i);
|
|
123
|
-
this.
|
|
124
|
-
this.
|
|
125
|
+
this.c.x.appendContentChild(e);
|
|
126
|
+
this.c.x.inputs.add(g);
|
|
125
127
|
var l = a.createElement("div");
|
|
126
128
|
l.setRawStyleProperty("flex-grow", "1");
|
|
127
129
|
var m = a.getSubRenderer(l);
|
|
128
|
-
this.
|
|
129
|
-
this.
|
|
130
|
-
this.
|
|
131
|
-
var n = m.getExternal(this.
|
|
132
|
-
if (this.
|
|
133
|
-
this.
|
|
134
|
-
}
|
|
135
|
-
this.
|
|
136
|
-
this.
|
|
137
|
-
this.
|
|
138
|
-
};
|
|
139
|
-
CheckboxListView.prototype.
|
|
140
|
-
if (this.
|
|
141
|
-
var a = this.
|
|
130
|
+
this.c.v = new XInput();
|
|
131
|
+
this.c.v.provideContainer(m);
|
|
132
|
+
this.c.v.b8 = "text";
|
|
133
|
+
var n = m.getExternal(this.c.v, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
134
|
+
if (this.c.ca != null) {
|
|
135
|
+
this.c.v.cg = this.c.ca;
|
|
136
|
+
}
|
|
137
|
+
this.c.x.appendContentChild(l);
|
|
138
|
+
this.c.x.inputs.add(this.c.v);
|
|
139
|
+
this.c.dw();
|
|
140
|
+
};
|
|
141
|
+
CheckboxListView.prototype.z = function () {
|
|
142
|
+
if (this.j != null) {
|
|
143
|
+
var a = this.j.rootWrapper.getChildAt(3);
|
|
142
144
|
a.setStyleProperty("width", "100%");
|
|
143
145
|
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
144
|
-
if (!this.
|
|
146
|
+
if (!this.c.a7 && !this.c.showSelectAll) {
|
|
145
147
|
a.setStyleProperty("height", "100%");
|
|
146
148
|
}
|
|
147
149
|
else {
|
|
148
|
-
var b = this.
|
|
150
|
+
var b = this.c.bd();
|
|
149
151
|
a.setStyleProperty("height", "calc(100% - " + b + "px");
|
|
150
152
|
}
|
|
151
153
|
}
|
|
152
154
|
};
|
|
153
|
-
CheckboxListView.prototype.
|
|
155
|
+
CheckboxListView.prototype.t = function (a, b, c) {
|
|
154
156
|
var d = null;
|
|
155
157
|
if (a.getChildCount() == 0) {
|
|
156
158
|
d = new XCheckbox();
|
|
157
|
-
var e = this.
|
|
159
|
+
var e = this.j.getSubRenderer(a);
|
|
158
160
|
d.provideContainer(e);
|
|
159
|
-
var f = this.
|
|
160
|
-
this.
|
|
161
|
-
d.n = this.
|
|
161
|
+
var f = this.j.getExternal(d, e.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
162
|
+
this.f.addItem(a, d);
|
|
163
|
+
d.n = this.c.baseTheme;
|
|
162
164
|
d.y = true;
|
|
163
|
-
d.change = delegateCombine(d.change, runOn(this, this.
|
|
164
|
-
var g = this.
|
|
165
|
+
d.change = delegateCombine(d.change, runOn(this, this.o));
|
|
166
|
+
var g = this.j.createElement("div");
|
|
165
167
|
a.setStyleProperty("display", "flex");
|
|
166
168
|
a.setStyleProperty("height", "100%");
|
|
167
169
|
a.setStyleProperty("align-items", "center");
|
|
168
|
-
switch (this.
|
|
170
|
+
switch (this.c.density) {
|
|
169
171
|
case 1:
|
|
170
172
|
a.setStyleProperty("margin-top", "-4px");
|
|
171
173
|
break;
|
|
@@ -180,16 +182,16 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
180
182
|
a.append(g);
|
|
181
183
|
}
|
|
182
184
|
else {
|
|
183
|
-
d = this.
|
|
185
|
+
d = this.f.item(a);
|
|
184
186
|
}
|
|
185
187
|
if (d != null) {
|
|
186
188
|
var h = d.z;
|
|
187
189
|
try {
|
|
188
190
|
d.z = true;
|
|
189
|
-
d.ar = this.
|
|
191
|
+
d.ar = this.c.bb;
|
|
190
192
|
d.a4 = b;
|
|
191
193
|
if (c) {
|
|
192
|
-
if (this.
|
|
194
|
+
if (this.c.indexType == 0) {
|
|
193
195
|
d.checked = false;
|
|
194
196
|
}
|
|
195
197
|
else {
|
|
@@ -197,7 +199,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
197
199
|
}
|
|
198
200
|
}
|
|
199
201
|
else {
|
|
200
|
-
if (this.
|
|
202
|
+
if (this.c.indexType == 0) {
|
|
201
203
|
d.checked = true;
|
|
202
204
|
}
|
|
203
205
|
else {
|
|
@@ -208,14 +210,14 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
208
210
|
finally {
|
|
209
211
|
d.z = h;
|
|
210
212
|
}
|
|
211
|
-
d.dk = this.
|
|
212
|
-
d.dd = this.
|
|
213
|
-
d.dl = this.
|
|
214
|
-
d.de = this.
|
|
215
|
-
d.dm = this.
|
|
213
|
+
d.dk = this.c.e3;
|
|
214
|
+
d.dd = this.c.e1;
|
|
215
|
+
d.dl = this.c.e4;
|
|
216
|
+
d.de = this.c.e2;
|
|
217
|
+
d.dm = this.c.e5;
|
|
216
218
|
}
|
|
217
219
|
};
|
|
218
|
-
CheckboxListView.prototype.
|
|
220
|
+
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
219
221
|
var _this = this;
|
|
220
222
|
var l = null;
|
|
221
223
|
var m = null;
|
|
@@ -228,24 +230,24 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
228
230
|
a.setStyleProperty("display", "flex");
|
|
229
231
|
a.setStyleProperty("align-items", "center");
|
|
230
232
|
a.setStyleProperty("height", "100%");
|
|
231
|
-
var p = this.
|
|
232
|
-
var q = this.
|
|
233
|
+
var p = this.j.createElement("div");
|
|
234
|
+
var q = this.j.getSubRenderer(p);
|
|
233
235
|
o.provideContainer(q);
|
|
234
236
|
o.a5 = 24;
|
|
235
237
|
o.a8 = 24;
|
|
236
238
|
p.setStyleProperty("margin-right", "10px");
|
|
237
|
-
var r = this.
|
|
238
|
-
var s = this.
|
|
239
|
+
var r = this.j.createElement("div");
|
|
240
|
+
var s = this.j.getSubRenderer(r);
|
|
239
241
|
l.provideContainer(s);
|
|
240
|
-
var t = this.
|
|
241
|
-
var u = this.
|
|
242
|
+
var t = this.j.createElement("div");
|
|
243
|
+
var u = this.j.getSubRenderer(t);
|
|
242
244
|
m.provideContainer(u);
|
|
243
|
-
this.
|
|
244
|
-
this.
|
|
245
|
-
this.
|
|
245
|
+
this.i.addItem(a, l);
|
|
246
|
+
this.h.addItem(a, m);
|
|
247
|
+
this.g.addItem(a, o);
|
|
246
248
|
n = new XIcon();
|
|
247
|
-
var v = this.
|
|
248
|
-
var w = this.
|
|
249
|
+
var v = this.j.createElement("div");
|
|
250
|
+
var w = this.j.getSubRenderer(v);
|
|
249
251
|
n.provideContainer(w);
|
|
250
252
|
v.setStyleProperty("height", "100%");
|
|
251
253
|
v.setStyleProperty("margin-left", "-4px");
|
|
@@ -273,9 +275,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
273
275
|
a.append(v);
|
|
274
276
|
}
|
|
275
277
|
else {
|
|
276
|
-
l = this.
|
|
277
|
-
m = this.
|
|
278
|
-
o = this.
|
|
278
|
+
l = this.i.item(a);
|
|
279
|
+
m = this.h.item(a);
|
|
280
|
+
o = this.g.item(a);
|
|
279
281
|
}
|
|
280
282
|
if (l != null) {
|
|
281
283
|
try {
|
|
@@ -289,7 +291,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
289
291
|
return $ret;
|
|
290
292
|
})());
|
|
291
293
|
l.ak = true;
|
|
292
|
-
l.p = this.
|
|
294
|
+
l.p = this.c.baseTheme;
|
|
293
295
|
l.y = x;
|
|
294
296
|
l.text = c;
|
|
295
297
|
l.l = 0;
|
|
@@ -359,7 +361,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
359
361
|
ah.setStyleProperty("display", "flex");
|
|
360
362
|
ai.setStyleProperty("display", "flex");
|
|
361
363
|
}
|
|
362
|
-
m.p = this.
|
|
364
|
+
m.p = this.c.baseTheme;
|
|
363
365
|
x.f = x.f - 2;
|
|
364
366
|
m.ak = true;
|
|
365
367
|
m.y = x;
|
|
@@ -371,14 +373,14 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
371
373
|
}
|
|
372
374
|
}
|
|
373
375
|
};
|
|
374
|
-
CheckboxListView.prototype.
|
|
376
|
+
CheckboxListView.prototype.ag = function () {
|
|
375
377
|
var e_1, _a;
|
|
376
|
-
if (this.
|
|
378
|
+
if (this.f != null) {
|
|
377
379
|
try {
|
|
378
|
-
for (var _b = __values(fromEnum(this.
|
|
380
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
379
381
|
var a = _c.value;
|
|
380
382
|
var b = a.value;
|
|
381
|
-
b.n = this.
|
|
383
|
+
b.n = this.c.baseTheme;
|
|
382
384
|
}
|
|
383
385
|
}
|
|
384
386
|
catch (e_1_1) {
|
|
@@ -395,47 +397,47 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
395
397
|
}
|
|
396
398
|
}
|
|
397
399
|
}
|
|
398
|
-
if (this.
|
|
399
|
-
this.
|
|
400
|
+
if (this.b != null) {
|
|
401
|
+
this.b.n = this.c.baseTheme;
|
|
400
402
|
}
|
|
401
403
|
};
|
|
402
|
-
CheckboxListView.prototype.
|
|
404
|
+
CheckboxListView.prototype.ae = function () {
|
|
403
405
|
};
|
|
404
|
-
CheckboxListView.prototype.
|
|
406
|
+
CheckboxListView.prototype.o = function (a, b) {
|
|
405
407
|
var c = a;
|
|
406
408
|
var d = parseInt(c.a4.toString());
|
|
407
409
|
var e = c.checked;
|
|
408
410
|
if (e == true) {
|
|
409
|
-
if (this.
|
|
410
|
-
this.
|
|
411
|
+
if (this.c.indexType == 0) {
|
|
412
|
+
this.c.ea(d);
|
|
411
413
|
}
|
|
412
414
|
else {
|
|
413
|
-
this.
|
|
415
|
+
this.c.c5(d);
|
|
414
416
|
}
|
|
415
417
|
}
|
|
416
418
|
else {
|
|
417
|
-
if (this.
|
|
418
|
-
this.
|
|
419
|
+
if (this.c.indexType == 0) {
|
|
420
|
+
this.c.c5(d);
|
|
419
421
|
}
|
|
420
422
|
else {
|
|
421
|
-
this.
|
|
423
|
+
this.c.ea(d);
|
|
422
424
|
}
|
|
423
425
|
}
|
|
424
|
-
this.
|
|
425
|
-
this.
|
|
426
|
+
this.c.ds(d, e);
|
|
427
|
+
this.an(false);
|
|
426
428
|
};
|
|
427
|
-
CheckboxListView.prototype.
|
|
429
|
+
CheckboxListView.prototype.q = function () {
|
|
428
430
|
};
|
|
429
|
-
CheckboxListView.prototype.
|
|
431
|
+
CheckboxListView.prototype.aa = function (a, b) {
|
|
430
432
|
var e_2, _a;
|
|
431
433
|
try {
|
|
432
|
-
for (var _b = __values(fromEnum(this.
|
|
434
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
433
435
|
var c = _c.value;
|
|
434
436
|
var d = c.value;
|
|
435
437
|
var e = parseInt(d.a4.toString());
|
|
436
438
|
if (e == a) {
|
|
437
439
|
d.checked = b;
|
|
438
|
-
this.
|
|
440
|
+
this.c.ds(e, b);
|
|
439
441
|
}
|
|
440
442
|
}
|
|
441
443
|
}
|
|
@@ -452,12 +454,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
454
|
throw e_2.error;
|
|
453
455
|
}
|
|
454
456
|
}
|
|
455
|
-
this.
|
|
457
|
+
this.an();
|
|
456
458
|
};
|
|
457
|
-
CheckboxListView.prototype.
|
|
459
|
+
CheckboxListView.prototype.ab = function (a) {
|
|
458
460
|
var e_3, _a;
|
|
459
461
|
try {
|
|
460
|
-
for (var _b = __values(fromEnum(this.
|
|
462
|
+
for (var _b = __values(fromEnum(this.f)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
461
463
|
var b = _c.value;
|
|
462
464
|
var c = b.value;
|
|
463
465
|
c.checked = a;
|
|
@@ -477,147 +479,159 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
477
479
|
}
|
|
478
480
|
}
|
|
479
481
|
};
|
|
480
|
-
CheckboxListView.prototype.
|
|
481
|
-
this.
|
|
482
|
-
if (null != this.
|
|
483
|
-
this.
|
|
482
|
+
CheckboxListView.prototype.w = function (a) {
|
|
483
|
+
this.n = a;
|
|
484
|
+
if (null != this.n) {
|
|
485
|
+
this.n.setStyleProperty("margin", "5px 0px 4px 0px");
|
|
484
486
|
}
|
|
485
487
|
};
|
|
486
|
-
CheckboxListView.prototype.
|
|
487
|
-
var a = this.
|
|
488
|
-
if (null == a || null == this.
|
|
488
|
+
CheckboxListView.prototype.ao = function () {
|
|
489
|
+
var a = this.j;
|
|
490
|
+
if (null == a || null == this.n) {
|
|
489
491
|
return;
|
|
490
492
|
}
|
|
491
493
|
var b = a.createElement("div");
|
|
492
494
|
var c = a.getSubRenderer(b);
|
|
493
|
-
this.
|
|
494
|
-
this.
|
|
495
|
-
var d = this.
|
|
496
|
-
this.
|
|
497
|
-
this.
|
|
498
|
-
this.
|
|
499
|
-
this.
|
|
500
|
-
this.
|
|
501
|
-
this.
|
|
502
|
-
this.
|
|
503
|
-
this.
|
|
504
|
-
this.
|
|
505
|
-
this.
|
|
506
|
-
this.
|
|
507
|
-
this.
|
|
508
|
-
var e = this.
|
|
509
|
-
e.change = delegateCombine(e.change, runOn(this, this.
|
|
510
|
-
this.
|
|
495
|
+
this.b = new XCheckbox();
|
|
496
|
+
this.b.provideContainer(c);
|
|
497
|
+
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
|
+
this.b.n = this.c.baseTheme;
|
|
499
|
+
this.m = a.createElement("label");
|
|
500
|
+
this.m.setRawText(this.c.cv);
|
|
501
|
+
this.m.setStyleProperty("font-size", "13px");
|
|
502
|
+
this.n.setStyleProperty("display", "flex");
|
|
503
|
+
this.n.setStyleProperty("flex-direction", "row");
|
|
504
|
+
this.n.setStyleProperty("font-family", "Verdana");
|
|
505
|
+
this.n.setStyleProperty("align-items", "center");
|
|
506
|
+
this.n.append(b);
|
|
507
|
+
this.n.append(this.m);
|
|
508
|
+
this.ap();
|
|
509
|
+
this.am();
|
|
510
|
+
var e = this.b;
|
|
511
|
+
e.change = delegateCombine(e.change, runOn(this, this.y));
|
|
512
|
+
this.b.y = true;
|
|
511
513
|
};
|
|
512
|
-
CheckboxListView.prototype.
|
|
513
|
-
if (null != this.
|
|
514
|
-
this.
|
|
515
|
-
NativeUI.q(this.
|
|
514
|
+
CheckboxListView.prototype.am = function () {
|
|
515
|
+
if (null != this.m) {
|
|
516
|
+
this.m.setRawText(this.c.cv);
|
|
517
|
+
NativeUI.q(this.m, this.c.ez);
|
|
516
518
|
}
|
|
517
519
|
};
|
|
518
|
-
CheckboxListView.prototype.
|
|
519
|
-
if (null != this.
|
|
520
|
-
var a = this.
|
|
521
|
-
this.
|
|
520
|
+
CheckboxListView.prototype.ap = function () {
|
|
521
|
+
if (null != this.m) {
|
|
522
|
+
var a = this.c.showSelectAll ? "flex" : "none";
|
|
523
|
+
this.n.setStyleProperty("display", a);
|
|
522
524
|
}
|
|
523
525
|
};
|
|
524
|
-
CheckboxListView.prototype.
|
|
525
|
-
if (this.
|
|
526
|
-
this.
|
|
526
|
+
CheckboxListView.prototype.al = function () {
|
|
527
|
+
if (this.l != null) {
|
|
528
|
+
this.l.setStyleProperty("display", this.c.a7 ? "block" : "none");
|
|
527
529
|
}
|
|
528
|
-
if (this.
|
|
529
|
-
this.
|
|
530
|
+
if (this.k != null) {
|
|
531
|
+
this.k.setStyleProperty("display", this.c.a7 ? "block" : "none");
|
|
530
532
|
}
|
|
531
533
|
};
|
|
532
|
-
CheckboxListView.prototype.
|
|
534
|
+
CheckboxListView.prototype.an = function (a) {
|
|
533
535
|
if (a === void 0) {
|
|
534
536
|
a = true;
|
|
535
537
|
}
|
|
536
|
-
if (this.
|
|
538
|
+
if (this.b == null) {
|
|
537
539
|
return;
|
|
538
540
|
}
|
|
539
|
-
var b = this.
|
|
540
|
-
this.
|
|
541
|
-
var c = this.
|
|
542
|
-
this.
|
|
541
|
+
var b = this.e;
|
|
542
|
+
this.e = true;
|
|
543
|
+
var c = this.b.z;
|
|
544
|
+
this.b.z = a;
|
|
543
545
|
try {
|
|
544
|
-
if (this.
|
|
545
|
-
this.
|
|
546
|
+
if (this.c.a4) {
|
|
547
|
+
this.b.indeterminate = true;
|
|
546
548
|
return;
|
|
547
549
|
}
|
|
548
|
-
this.
|
|
549
|
-
if (this.
|
|
550
|
-
this.
|
|
550
|
+
this.b.indeterminate = false;
|
|
551
|
+
if (this.c.indexType == 0) {
|
|
552
|
+
this.b.checked = this.c.keys.count == 0;
|
|
551
553
|
}
|
|
552
554
|
else {
|
|
553
|
-
this.
|
|
555
|
+
this.b.checked = this.c.keys.count != 0;
|
|
554
556
|
}
|
|
555
557
|
}
|
|
556
558
|
finally {
|
|
557
|
-
this.
|
|
558
|
-
this.
|
|
559
|
+
this.b.z = c;
|
|
560
|
+
this.e = b;
|
|
559
561
|
}
|
|
560
562
|
};
|
|
561
|
-
CheckboxListView.prototype.
|
|
562
|
-
if (this.
|
|
563
|
+
CheckboxListView.prototype.y = function (a, b) {
|
|
564
|
+
if (this.e || b.isIndeterminate) {
|
|
563
565
|
return;
|
|
564
566
|
}
|
|
565
567
|
if (b.isChecked) {
|
|
566
|
-
this.
|
|
567
|
-
this.
|
|
568
|
+
this.c.ed();
|
|
569
|
+
this.c.d1(b.isChecked);
|
|
568
570
|
}
|
|
569
571
|
else {
|
|
570
|
-
this.
|
|
571
|
-
this.
|
|
572
|
+
this.c.db();
|
|
573
|
+
this.c.d1(b.isChecked);
|
|
572
574
|
}
|
|
573
575
|
};
|
|
574
|
-
CheckboxListView.prototype.
|
|
575
|
-
var a = this.
|
|
576
|
+
CheckboxListView.prototype.ak = function () {
|
|
577
|
+
var a = this.j;
|
|
576
578
|
if (null == a) {
|
|
577
579
|
return;
|
|
578
580
|
}
|
|
579
581
|
var b = a.rootWrapper;
|
|
580
582
|
if (null != b) {
|
|
581
|
-
NativeUI.q(b, this.
|
|
582
|
-
NativeUI.m(b, this.
|
|
583
|
+
NativeUI.q(b, this.c.fh);
|
|
584
|
+
NativeUI.m(b, this.c.backgroundColor);
|
|
583
585
|
}
|
|
584
586
|
};
|
|
585
|
-
CheckboxListView.prototype.
|
|
586
|
-
if (this.
|
|
587
|
-
this.
|
|
587
|
+
CheckboxListView.prototype.ai = function () {
|
|
588
|
+
if (this.d != null) {
|
|
589
|
+
this.d.fill = this.c.searchIconColor;
|
|
588
590
|
}
|
|
589
591
|
};
|
|
590
|
-
CheckboxListView.prototype.
|
|
591
|
-
if (this.
|
|
592
|
-
this.
|
|
592
|
+
CheckboxListView.prototype.aj = function () {
|
|
593
|
+
if (this.c.an != null) {
|
|
594
|
+
this.m.setStyleProperty("font", this.c.an.fontString);
|
|
593
595
|
}
|
|
594
596
|
else {
|
|
595
|
-
this.
|
|
596
|
-
this.
|
|
597
|
+
this.m.setStyleProperty("font-family", "Verdana");
|
|
598
|
+
this.m.setStyleProperty("font-size", 13 + "px");
|
|
597
599
|
}
|
|
598
600
|
};
|
|
599
|
-
CheckboxListView.prototype.
|
|
600
|
-
if (this.
|
|
601
|
+
CheckboxListView.prototype.af = function () {
|
|
602
|
+
if (this.b == null) {
|
|
601
603
|
return;
|
|
602
604
|
}
|
|
603
|
-
this.
|
|
604
|
-
this.
|
|
605
|
-
this.
|
|
606
|
-
this.
|
|
607
|
-
this.
|
|
605
|
+
this.b.dk = this.c.e3;
|
|
606
|
+
this.b.dd = this.c.e1;
|
|
607
|
+
this.b.dl = this.c.e4;
|
|
608
|
+
this.b.de = this.c.e2;
|
|
609
|
+
this.b.dm = this.c.e5;
|
|
608
610
|
};
|
|
609
|
-
CheckboxListView.prototype.
|
|
610
|
-
if (this.
|
|
611
|
-
NativeUI.w(this.
|
|
611
|
+
CheckboxListView.prototype.ah = function (a) {
|
|
612
|
+
if (this.k != null) {
|
|
613
|
+
NativeUI.w(this.k, a);
|
|
612
614
|
}
|
|
613
615
|
};
|
|
614
|
-
CheckboxListView.prototype.
|
|
615
|
-
this.
|
|
616
|
+
CheckboxListView.prototype.v = function (a) {
|
|
617
|
+
this.k = a;
|
|
618
|
+
};
|
|
619
|
+
CheckboxListView.prototype.aq = function () {
|
|
620
|
+
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
621
|
+
};
|
|
622
|
+
CheckboxListView.prototype.a = function () {
|
|
623
|
+
var rect_ = this.j.rootWrapper.getNativeElement().getBoundingClientRect();
|
|
624
|
+
var a = (rect_.top);
|
|
625
|
+
var b = (rect_.left);
|
|
626
|
+
var c = new Array(2);
|
|
627
|
+
c[0] = a;
|
|
628
|
+
c[1] = b;
|
|
629
|
+
return c;
|
|
616
630
|
};
|
|
617
|
-
CheckboxListView.prototype.
|
|
631
|
+
CheckboxListView.prototype.x = function () {
|
|
618
632
|
var e_4, _a;
|
|
619
633
|
try {
|
|
620
|
-
for (var _b = __values(fromEnum(this.
|
|
634
|
+
for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
621
635
|
var a = _c.value;
|
|
622
636
|
a.value.df = null;
|
|
623
637
|
a.value.bf = null;
|
|
@@ -637,11 +651,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
637
651
|
}
|
|
638
652
|
}
|
|
639
653
|
};
|
|
640
|
-
CheckboxListView.prototype.
|
|
641
|
-
this.e.clear();
|
|
654
|
+
CheckboxListView.prototype.p = function () {
|
|
642
655
|
this.f.clear();
|
|
643
656
|
this.g.clear();
|
|
644
657
|
this.h.clear();
|
|
658
|
+
this.i.clear();
|
|
645
659
|
};
|
|
646
660
|
CheckboxListView.$t = markType(CheckboxListView, 'CheckboxListView');
|
|
647
661
|
return CheckboxListView;
|
|
@@ -657,17 +671,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
657
671
|
_this._view = null;
|
|
658
672
|
_this.f = null;
|
|
659
673
|
_this.j = null;
|
|
660
|
-
_this.ai = null;
|
|
661
|
-
_this.ag = null;
|
|
662
674
|
_this.aj = null;
|
|
663
675
|
_this.ah = null;
|
|
676
|
+
_this.ak = null;
|
|
677
|
+
_this.ai = null;
|
|
664
678
|
_this.d = null;
|
|
665
|
-
_this.aq = false;
|
|
666
|
-
_this.c = null;
|
|
667
|
-
_this.t = null;
|
|
668
|
-
_this.v = null;
|
|
669
679
|
_this.ar = false;
|
|
670
|
-
_this.
|
|
680
|
+
_this.c = null;
|
|
681
|
+
_this.u = null;
|
|
682
|
+
_this.w = null;
|
|
683
|
+
_this.as = false;
|
|
684
|
+
_this.ap = null;
|
|
671
685
|
_this.g = new GridSelectedKeysCollection();
|
|
672
686
|
_this.a = null;
|
|
673
687
|
_this.propertyChanged = null;
|
|
@@ -675,58 +689,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
675
689
|
_this.selectedKeyRemoved = null;
|
|
676
690
|
_this.checkedChanged = null;
|
|
677
691
|
_this.labelClicked = null;
|
|
692
|
+
_this.au = false;
|
|
678
693
|
_this.at = false;
|
|
679
|
-
_this.
|
|
694
|
+
_this.bk = null;
|
|
695
|
+
_this.bo = null;
|
|
680
696
|
_this.bj = null;
|
|
681
|
-
_this.
|
|
682
|
-
_this.bi = null;
|
|
697
|
+
_this.bs = null;
|
|
683
698
|
_this.bq = null;
|
|
684
|
-
_this.
|
|
699
|
+
_this.br = null;
|
|
685
700
|
_this.bp = null;
|
|
686
|
-
_this.
|
|
687
|
-
_this.
|
|
688
|
-
_this.be = -1;
|
|
689
|
-
_this.ak = null;
|
|
690
|
-
_this.k = 1;
|
|
691
|
-
_this.ac = 1;
|
|
692
|
-
_this.ae = 2;
|
|
693
|
-
_this.es = BrushUtil.j(255, 24, 29, 31);
|
|
694
|
-
_this.eq = null;
|
|
695
|
-
_this.av = true;
|
|
696
|
-
_this.et = null;
|
|
697
|
-
_this.er = null;
|
|
701
|
+
_this.y = 3;
|
|
702
|
+
_this.bf = -1;
|
|
698
703
|
_this.al = null;
|
|
699
|
-
_this.
|
|
700
|
-
_this.
|
|
704
|
+
_this.l = 1;
|
|
705
|
+
_this.ad = 1;
|
|
706
|
+
_this.af = 2;
|
|
707
|
+
_this.ev = BrushUtil.j(255, 24, 29, 31);
|
|
708
|
+
_this.et = null;
|
|
709
|
+
_this.aw = true;
|
|
710
|
+
_this.ew = null;
|
|
711
|
+
_this.eu = null;
|
|
712
|
+
_this.am = null;
|
|
713
|
+
_this.eo = null;
|
|
701
714
|
_this.em = null;
|
|
702
|
-
_this.ek = null;
|
|
703
|
-
_this.en = null;
|
|
704
|
-
_this.a9 = NaN;
|
|
705
|
-
_this.aa = 0;
|
|
706
715
|
_this.ep = null;
|
|
716
|
+
_this.en = null;
|
|
717
|
+
_this.eq = null;
|
|
718
|
+
_this.ba = NaN;
|
|
719
|
+
_this.ab = 0;
|
|
720
|
+
_this.es = null;
|
|
707
721
|
_this.indexTypeChanged = null;
|
|
708
|
-
_this.
|
|
709
|
-
_this.
|
|
710
|
-
_this.
|
|
711
|
-
_this.
|
|
712
|
-
_this.
|
|
713
|
-
_this.
|
|
714
|
-
_this.
|
|
715
|
-
_this.
|
|
722
|
+
_this.av = false;
|
|
723
|
+
_this.cu = null;
|
|
724
|
+
_this.ex = null;
|
|
725
|
+
_this.ek = CheckboxList.e8;
|
|
726
|
+
_this.a8 = true;
|
|
727
|
+
_this.el = CheckboxList.e6;
|
|
728
|
+
_this.er = CheckboxList.e7;
|
|
729
|
+
_this.ey = CheckboxList.e8;
|
|
716
730
|
_this.keysCleared = null;
|
|
717
731
|
_this.selectAllCheckboxChanged = null;
|
|
718
|
-
_this.
|
|
719
|
-
_this.
|
|
720
|
-
_this.
|
|
721
|
-
_this.
|
|
732
|
+
_this.bh = -1;
|
|
733
|
+
_this.a6 = true;
|
|
734
|
+
_this.a2 = true;
|
|
735
|
+
_this.ax = false;
|
|
722
736
|
var a = _this.g;
|
|
723
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
724
|
-
_this.g.am(runOn(_this, _this.
|
|
737
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.d4));
|
|
738
|
+
_this.g.am(runOn(_this, _this.d3));
|
|
725
739
|
_this.d = new FilterFactory();
|
|
726
740
|
var b = new CheckboxListView();
|
|
727
|
-
b.
|
|
741
|
+
b.c = _this;
|
|
728
742
|
_this.view = b;
|
|
729
|
-
_this.view.
|
|
743
|
+
_this.view.s();
|
|
730
744
|
return _this;
|
|
731
745
|
}
|
|
732
746
|
Object.defineProperty(CheckboxList.prototype, "view", {
|
|
@@ -739,22 +753,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
739
753
|
enumerable: false,
|
|
740
754
|
configurable: true
|
|
741
755
|
});
|
|
742
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
756
|
+
Object.defineProperty(CheckboxList.prototype, "x", {
|
|
743
757
|
get: function () {
|
|
744
|
-
return this.
|
|
758
|
+
return this.w;
|
|
745
759
|
},
|
|
746
760
|
set: function (a) {
|
|
747
|
-
this.
|
|
761
|
+
this.w = a;
|
|
748
762
|
},
|
|
749
763
|
enumerable: false,
|
|
750
764
|
configurable: true
|
|
751
765
|
});
|
|
752
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
766
|
+
Object.defineProperty(CheckboxList.prototype, "v", {
|
|
753
767
|
get: function () {
|
|
754
|
-
return this.
|
|
768
|
+
return this.u;
|
|
755
769
|
},
|
|
756
770
|
set: function (a) {
|
|
757
|
-
this.
|
|
771
|
+
this.u = a;
|
|
758
772
|
},
|
|
759
773
|
enumerable: false,
|
|
760
774
|
configurable: true
|
|
@@ -769,13 +783,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
769
783
|
enumerable: false,
|
|
770
784
|
configurable: true
|
|
771
785
|
});
|
|
772
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
786
|
+
Object.defineProperty(CheckboxList.prototype, "aq", {
|
|
773
787
|
get: function () {
|
|
774
|
-
if (this.
|
|
775
|
-
this.
|
|
776
|
-
this.
|
|
788
|
+
if (this.ap == null) {
|
|
789
|
+
this.ap = new SRProvider(this.view.j);
|
|
790
|
+
this.ap.cb("DataGrid");
|
|
777
791
|
}
|
|
778
|
-
return this.
|
|
792
|
+
return this.ap;
|
|
779
793
|
},
|
|
780
794
|
enumerable: false,
|
|
781
795
|
configurable: true
|
|
@@ -795,7 +809,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
795
809
|
var b = this.a;
|
|
796
810
|
this.a = a;
|
|
797
811
|
if (b != this.a) {
|
|
798
|
-
this.
|
|
812
|
+
this.dz("PrimaryKey", b, this.a);
|
|
799
813
|
}
|
|
800
814
|
},
|
|
801
815
|
enumerable: false,
|
|
@@ -816,48 +830,48 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
816
830
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
817
831
|
this.keys.removeAt(a);
|
|
818
832
|
};
|
|
819
|
-
CheckboxList.prototype.
|
|
820
|
-
this.
|
|
833
|
+
CheckboxList.prototype.d3 = function () {
|
|
834
|
+
this.dj();
|
|
821
835
|
if (this.keysCleared != null) {
|
|
822
836
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
823
837
|
}
|
|
824
838
|
};
|
|
825
|
-
CheckboxList.prototype.
|
|
826
|
-
if (this.e == null || this.e.actualSchema == null || this.
|
|
839
|
+
CheckboxList.prototype.d4 = function (a, b) {
|
|
840
|
+
if (this.e == null || this.e.actualSchema == null || this.ar) {
|
|
827
841
|
return;
|
|
828
842
|
}
|
|
829
843
|
switch (b.action) {
|
|
830
844
|
case 0:
|
|
831
845
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
832
|
-
this.
|
|
846
|
+
this.dx(b.newItems.item(c));
|
|
833
847
|
}
|
|
834
848
|
break;
|
|
835
849
|
case 1:
|
|
836
850
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
837
|
-
this.
|
|
851
|
+
this.dy(b.oldItems.item(d));
|
|
838
852
|
}
|
|
839
853
|
break;
|
|
840
854
|
case 2:
|
|
841
855
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
842
|
-
this.
|
|
856
|
+
this.dy(b.oldItems.item(e));
|
|
843
857
|
}
|
|
844
858
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
845
|
-
this.
|
|
859
|
+
this.dx(b.newItems.item(f));
|
|
846
860
|
}
|
|
847
861
|
break;
|
|
848
862
|
case 4:
|
|
849
|
-
this.view.
|
|
863
|
+
this.view.ab(this.indexType == 0);
|
|
850
864
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
851
|
-
this.
|
|
865
|
+
this.dx(this.keys.ae._inner[g]);
|
|
852
866
|
}
|
|
853
867
|
break;
|
|
854
868
|
}
|
|
855
869
|
};
|
|
856
|
-
CheckboxList.prototype.
|
|
870
|
+
CheckboxList.prototype.dx = function (a) {
|
|
857
871
|
var _this = this;
|
|
858
872
|
var b = this.e.indexOfKey(a.value);
|
|
859
873
|
if (b >= 0) {
|
|
860
|
-
this.view.
|
|
874
|
+
this.view.aa(b, this.indexType == 1);
|
|
861
875
|
}
|
|
862
876
|
if (this.selectedKeyAdded == null) {
|
|
863
877
|
return;
|
|
@@ -870,11 +884,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
870
884
|
return $ret;
|
|
871
885
|
})()));
|
|
872
886
|
};
|
|
873
|
-
CheckboxList.prototype.
|
|
887
|
+
CheckboxList.prototype.dy = function (a) {
|
|
874
888
|
var _this = this;
|
|
875
889
|
var b = this.e.indexOfKey(a.value);
|
|
876
890
|
if (b >= 0) {
|
|
877
|
-
this.view.
|
|
891
|
+
this.view.aa(b, this.indexType == 0);
|
|
878
892
|
}
|
|
879
893
|
if (this.selectedKeyRemoved == null) {
|
|
880
894
|
return;
|
|
@@ -887,8 +901,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
887
901
|
return $ret;
|
|
888
902
|
})()));
|
|
889
903
|
};
|
|
890
|
-
CheckboxList.prototype.
|
|
891
|
-
if (this.checkedChanged != null && this.
|
|
904
|
+
CheckboxList.prototype.ds = function (a, b) {
|
|
905
|
+
if (this.checkedChanged != null && this.as == false) {
|
|
892
906
|
var c_1 = null;
|
|
893
907
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
894
908
|
c_1 = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -906,69 +920,69 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
906
920
|
}
|
|
907
921
|
};
|
|
908
922
|
CheckboxList.prototype.notifySizeChanged = function () {
|
|
909
|
-
this.view.
|
|
923
|
+
this.view.q();
|
|
910
924
|
};
|
|
911
925
|
CheckboxList.prototype.onAttachedToUI = function () {
|
|
912
|
-
this.
|
|
926
|
+
this.au = false;
|
|
913
927
|
if (this.f != null) {
|
|
914
928
|
var a = this.f;
|
|
915
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
929
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.df));
|
|
916
930
|
var b = this.f;
|
|
917
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
931
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dg));
|
|
918
932
|
if (this.f.actualDataSource != null) {
|
|
919
933
|
var c = this.f.actualDataSource;
|
|
920
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
934
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d0));
|
|
921
935
|
}
|
|
922
936
|
}
|
|
923
|
-
if (this.
|
|
924
|
-
var d = this.
|
|
925
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
937
|
+
if (this.u != null) {
|
|
938
|
+
var d = this.u;
|
|
939
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dh));
|
|
926
940
|
}
|
|
927
941
|
if (this.j != null) {
|
|
928
942
|
var e = this.j;
|
|
929
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
943
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.c9));
|
|
930
944
|
}
|
|
931
945
|
};
|
|
932
946
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
933
|
-
this.
|
|
934
|
-
this.
|
|
935
|
-
this.
|
|
947
|
+
this.au = true;
|
|
948
|
+
this.de();
|
|
949
|
+
this.dd();
|
|
936
950
|
};
|
|
937
|
-
CheckboxList.prototype.
|
|
951
|
+
CheckboxList.prototype.de = function () {
|
|
938
952
|
if (this.f != null) {
|
|
939
953
|
var a = this.f;
|
|
940
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
954
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.df));
|
|
941
955
|
var b = this.f;
|
|
942
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
956
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dg));
|
|
943
957
|
if (this.f.actualDataSource != null) {
|
|
944
958
|
var c = this.f.actualDataSource;
|
|
945
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
959
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d0));
|
|
946
960
|
}
|
|
947
961
|
}
|
|
948
|
-
if (this.
|
|
949
|
-
var d = this.
|
|
950
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
962
|
+
if (this.u != null) {
|
|
963
|
+
var d = this.u;
|
|
964
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dh));
|
|
951
965
|
}
|
|
952
966
|
};
|
|
953
|
-
CheckboxList.prototype.
|
|
967
|
+
CheckboxList.prototype.dd = function () {
|
|
954
968
|
if (this.j != null) {
|
|
955
969
|
var a = this.j;
|
|
956
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
970
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.c9));
|
|
957
971
|
}
|
|
958
972
|
};
|
|
959
973
|
CheckboxList.prototype.destroy = function () {
|
|
960
|
-
this.
|
|
961
|
-
if (!this.
|
|
962
|
-
this.
|
|
974
|
+
this.at = true;
|
|
975
|
+
if (!this.au) {
|
|
976
|
+
this.de();
|
|
963
977
|
}
|
|
964
978
|
this.provideContainer(null, null, null);
|
|
965
|
-
if (!this.
|
|
966
|
-
this.
|
|
979
|
+
if (!this.au) {
|
|
980
|
+
this.dd();
|
|
967
981
|
}
|
|
968
982
|
};
|
|
969
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
983
|
+
Object.defineProperty(CheckboxList.prototype, "az", {
|
|
970
984
|
get: function () {
|
|
971
|
-
return this.
|
|
985
|
+
return this.at || this.au;
|
|
972
986
|
},
|
|
973
987
|
enumerable: false,
|
|
974
988
|
configurable: true
|
|
@@ -978,8 +992,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
978
992
|
if (null != this.f) {
|
|
979
993
|
this.f.scrollbarStyle = 1;
|
|
980
994
|
var d = this.f;
|
|
981
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
982
|
-
this.f.scrollbarBackground = this.
|
|
995
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dg));
|
|
996
|
+
this.f.scrollbarBackground = this.fa;
|
|
983
997
|
this.f.headerHeight = 0;
|
|
984
998
|
this.f.rowSeparatorHeight = 0;
|
|
985
999
|
this.f.defaultColumnMinWidth = NaN;
|
|
@@ -988,56 +1002,56 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
988
1002
|
this.f.selectionMode = 0;
|
|
989
1003
|
this.f.editMode = 0;
|
|
990
1004
|
var e = this.f;
|
|
991
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
992
|
-
if (this.
|
|
993
|
-
this.f.itemsSource = this.
|
|
994
|
-
this.
|
|
995
|
-
this.
|
|
1005
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.df));
|
|
1006
|
+
if (this.bk != null) {
|
|
1007
|
+
this.f.itemsSource = this.bk;
|
|
1008
|
+
this.c8();
|
|
1009
|
+
this.d2();
|
|
996
1010
|
}
|
|
997
|
-
if (this.
|
|
998
|
-
this.
|
|
999
|
-
this.
|
|
1011
|
+
if (this.bo != null) {
|
|
1012
|
+
this.d2();
|
|
1013
|
+
this.eg();
|
|
1000
1014
|
}
|
|
1001
1015
|
}
|
|
1002
|
-
this.view.
|
|
1003
|
-
if (this.
|
|
1004
|
-
this.
|
|
1016
|
+
this.view.w(c);
|
|
1017
|
+
if (this.ay) {
|
|
1018
|
+
this.ei();
|
|
1005
1019
|
}
|
|
1006
|
-
this.view.
|
|
1020
|
+
this.view.r(a);
|
|
1007
1021
|
};
|
|
1008
|
-
CheckboxList.prototype.
|
|
1009
|
-
this.f.scrollbarStyle = this.
|
|
1022
|
+
CheckboxList.prototype.dg = function (a, b) {
|
|
1023
|
+
this.f.scrollbarStyle = this.ac;
|
|
1010
1024
|
};
|
|
1011
1025
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1012
|
-
this.view.
|
|
1026
|
+
this.view.w(a);
|
|
1013
1027
|
};
|
|
1014
|
-
CheckboxList.prototype.
|
|
1015
|
-
if (!this.
|
|
1028
|
+
CheckboxList.prototype.df = function (a, b) {
|
|
1029
|
+
if (!this.ay && b.cellInfo.l.a5 == 0 || this.ay && b.cellInfo.l.a5 == 1) {
|
|
1016
1030
|
return;
|
|
1017
1031
|
}
|
|
1018
1032
|
var c = b.cellInfo.l.x;
|
|
1019
1033
|
if (-1 == c) {
|
|
1020
1034
|
return;
|
|
1021
1035
|
}
|
|
1022
|
-
var d = b.cellInfo.
|
|
1036
|
+
var d = b.cellInfo.ig;
|
|
1023
1037
|
var e = this.i(d);
|
|
1024
|
-
if (this.
|
|
1038
|
+
if (this.a5) {
|
|
1025
1039
|
if (this.keys.contains(e)) {
|
|
1026
|
-
if (this.
|
|
1027
|
-
this.
|
|
1040
|
+
if (this.aj != null) {
|
|
1041
|
+
this.aj.setPropertyValue(d, false);
|
|
1028
1042
|
}
|
|
1029
1043
|
this.keys.remove(e);
|
|
1030
1044
|
}
|
|
1031
1045
|
else {
|
|
1032
|
-
if (this.
|
|
1033
|
-
this.
|
|
1046
|
+
if (this.aj != null) {
|
|
1047
|
+
this.aj.setPropertyValue(d, true);
|
|
1034
1048
|
}
|
|
1035
1049
|
this.keys.add(e);
|
|
1036
1050
|
}
|
|
1037
1051
|
}
|
|
1038
|
-
this.
|
|
1052
|
+
this.dm(c, this.keys.contains(e));
|
|
1039
1053
|
};
|
|
1040
|
-
CheckboxList.prototype.
|
|
1054
|
+
CheckboxList.prototype.dm = function (a, b) {
|
|
1041
1055
|
var c = null;
|
|
1042
1056
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1043
1057
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1056,21 +1070,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1056
1070
|
return $ret;
|
|
1057
1071
|
})()));
|
|
1058
1072
|
};
|
|
1059
|
-
CheckboxList.prototype.
|
|
1073
|
+
CheckboxList.prototype.c9 = function (a, b) {
|
|
1060
1074
|
var c = b.cellInfo.l.x;
|
|
1061
1075
|
if (-1 == c) {
|
|
1062
1076
|
return;
|
|
1063
1077
|
}
|
|
1064
1078
|
var d = false;
|
|
1065
|
-
if (b.cellInfo.
|
|
1066
|
-
var e = this.i(b.cellInfo.
|
|
1079
|
+
if (b.cellInfo.ig != null) {
|
|
1080
|
+
var e = this.i(b.cellInfo.ig);
|
|
1067
1081
|
if (this.keys.contains(e)) {
|
|
1068
1082
|
d = true;
|
|
1069
1083
|
}
|
|
1070
1084
|
}
|
|
1071
|
-
this.view.
|
|
1085
|
+
this.view.t(b.content.element, c, d);
|
|
1072
1086
|
};
|
|
1073
|
-
CheckboxList.prototype.
|
|
1087
|
+
CheckboxList.prototype.eh = function (a, b) {
|
|
1074
1088
|
var c = b.cellInfo.l.x;
|
|
1075
1089
|
if (-1 == c) {
|
|
1076
1090
|
return;
|
|
@@ -1080,13 +1094,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1094
|
var f = null;
|
|
1081
1095
|
var g = null;
|
|
1082
1096
|
var h = null;
|
|
1083
|
-
if (b.cellInfo.
|
|
1084
|
-
d = this.
|
|
1085
|
-
if (this.
|
|
1086
|
-
e = this.
|
|
1097
|
+
if (b.cellInfo.ig != null) {
|
|
1098
|
+
d = this.ah.getPropertyValue(b.cellInfo.ig);
|
|
1099
|
+
if (this.ak != null) {
|
|
1100
|
+
e = this.ak.getPropertyValue(b.cellInfo.ig);
|
|
1087
1101
|
}
|
|
1088
|
-
if (this.
|
|
1089
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.
|
|
1102
|
+
if (this.ai != null) {
|
|
1103
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.ai.getPropertyValue(b.cellInfo.ig));
|
|
1090
1104
|
if (i == 0) {
|
|
1091
1105
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1092
1106
|
}
|
|
@@ -1098,11 +1112,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1098
1112
|
}
|
|
1099
1113
|
}
|
|
1100
1114
|
}
|
|
1101
|
-
this.view.
|
|
1115
|
+
this.view.u(b.content.element, c, d, e, this.al, "Verdana", 13, this.bj, f, g, h);
|
|
1102
1116
|
};
|
|
1103
|
-
CheckboxList.prototype.
|
|
1104
|
-
if (this.
|
|
1105
|
-
var b = this.d.property(this.
|
|
1117
|
+
CheckboxList.prototype.du = function (a) {
|
|
1118
|
+
if (this.bo != null) {
|
|
1119
|
+
var b = this.d.property(this.bo).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1106
1120
|
var c = b.contains(a);
|
|
1107
1121
|
if (!this.f.filterExpressions.k.contains(this.c)) {
|
|
1108
1122
|
this.c = c;
|
|
@@ -1116,13 +1130,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1116
1130
|
};
|
|
1117
1131
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1118
1132
|
get: function () {
|
|
1119
|
-
return this.
|
|
1133
|
+
return this.bk;
|
|
1120
1134
|
},
|
|
1121
1135
|
set: function (a) {
|
|
1122
|
-
var b = this.
|
|
1123
|
-
this.
|
|
1124
|
-
if (b != this.
|
|
1125
|
-
this.
|
|
1136
|
+
var b = this.bk;
|
|
1137
|
+
this.bk = a;
|
|
1138
|
+
if (b != this.bk) {
|
|
1139
|
+
this.dz("ItemsSource", b, this.bk);
|
|
1126
1140
|
}
|
|
1127
1141
|
},
|
|
1128
1142
|
enumerable: false,
|
|
@@ -1130,55 +1144,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1130
1144
|
});
|
|
1131
1145
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1132
1146
|
get: function () {
|
|
1133
|
-
return this.
|
|
1147
|
+
return this.bo;
|
|
1134
1148
|
},
|
|
1135
1149
|
set: function (a) {
|
|
1136
|
-
var b = this.
|
|
1137
|
-
this.
|
|
1138
|
-
if (b != this.
|
|
1139
|
-
this.
|
|
1150
|
+
var b = this.bo;
|
|
1151
|
+
this.bo = a;
|
|
1152
|
+
if (b != this.bo) {
|
|
1153
|
+
this.dz("DataMemberPath", b, this.bo);
|
|
1140
1154
|
}
|
|
1141
1155
|
},
|
|
1142
1156
|
enumerable: false,
|
|
1143
1157
|
configurable: true
|
|
1144
1158
|
});
|
|
1145
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1159
|
+
Object.defineProperty(CheckboxList.prototype, "bl", {
|
|
1146
1160
|
get: function () {
|
|
1147
|
-
return this.
|
|
1161
|
+
return this.bj;
|
|
1148
1162
|
},
|
|
1149
1163
|
set: function (a) {
|
|
1150
|
-
var b = this.
|
|
1151
|
-
this.
|
|
1152
|
-
if (b != this.
|
|
1153
|
-
this.
|
|
1164
|
+
var b = this.bj;
|
|
1165
|
+
this.bj = a;
|
|
1166
|
+
if (b != this.bj) {
|
|
1167
|
+
this.dz("DataLegendTarget", b, this.bj);
|
|
1154
1168
|
}
|
|
1155
1169
|
},
|
|
1156
1170
|
enumerable: false,
|
|
1157
1171
|
configurable: true
|
|
1158
1172
|
});
|
|
1159
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1173
|
+
Object.defineProperty(CheckboxList.prototype, "c2", {
|
|
1160
1174
|
get: function () {
|
|
1161
|
-
return this.
|
|
1175
|
+
return this.bs;
|
|
1162
1176
|
},
|
|
1163
1177
|
set: function (a) {
|
|
1164
|
-
var b = this.
|
|
1165
|
-
this.
|
|
1166
|
-
if (b != this.
|
|
1167
|
-
this.
|
|
1178
|
+
var b = this.bs;
|
|
1179
|
+
this.bs = a;
|
|
1180
|
+
if (b != this.bs) {
|
|
1181
|
+
this.dz("SubtitleMemberPath", b, this.bs);
|
|
1168
1182
|
}
|
|
1169
1183
|
},
|
|
1170
1184
|
enumerable: false,
|
|
1171
1185
|
configurable: true
|
|
1172
1186
|
});
|
|
1173
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1187
|
+
Object.defineProperty(CheckboxList.prototype, "ch", {
|
|
1174
1188
|
get: function () {
|
|
1175
|
-
return this.
|
|
1189
|
+
return this.bq;
|
|
1176
1190
|
},
|
|
1177
1191
|
set: function (a) {
|
|
1178
|
-
var b = this.
|
|
1179
|
-
this.
|
|
1180
|
-
if (b != this.
|
|
1181
|
-
this.
|
|
1192
|
+
var b = this.bq;
|
|
1193
|
+
this.bq = a;
|
|
1194
|
+
if (b != this.bq) {
|
|
1195
|
+
this.dz("PropertyTypeMemberPath", b, this.bq);
|
|
1182
1196
|
}
|
|
1183
1197
|
},
|
|
1184
1198
|
enumerable: false,
|
|
@@ -1186,67 +1200,67 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1186
1200
|
});
|
|
1187
1201
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1188
1202
|
get: function () {
|
|
1189
|
-
return this.
|
|
1203
|
+
return this.br;
|
|
1190
1204
|
},
|
|
1191
1205
|
set: function (a) {
|
|
1192
|
-
var b = this.
|
|
1193
|
-
this.
|
|
1194
|
-
if (b != this.
|
|
1195
|
-
this.
|
|
1206
|
+
var b = this.br;
|
|
1207
|
+
this.br = a;
|
|
1208
|
+
if (b != this.br) {
|
|
1209
|
+
this.dz("SelectedMemberPath", b, this.br);
|
|
1196
1210
|
}
|
|
1197
1211
|
},
|
|
1198
1212
|
enumerable: false,
|
|
1199
1213
|
configurable: true
|
|
1200
1214
|
});
|
|
1201
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1215
|
+
Object.defineProperty(CheckboxList.prototype, "ca", {
|
|
1202
1216
|
get: function () {
|
|
1203
|
-
return this.
|
|
1217
|
+
return this.bp;
|
|
1204
1218
|
},
|
|
1205
1219
|
set: function (a) {
|
|
1206
|
-
var b = this.
|
|
1207
|
-
this.
|
|
1208
|
-
if (b != this.
|
|
1209
|
-
this.
|
|
1220
|
+
var b = this.bp;
|
|
1221
|
+
this.bp = a;
|
|
1222
|
+
if (b != this.bp) {
|
|
1223
|
+
this.dz("FilterPlaceholderText", b, this.bp);
|
|
1210
1224
|
}
|
|
1211
1225
|
},
|
|
1212
1226
|
enumerable: false,
|
|
1213
1227
|
configurable: true
|
|
1214
1228
|
});
|
|
1215
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1229
|
+
Object.defineProperty(CheckboxList.prototype, "z", {
|
|
1216
1230
|
get: function () {
|
|
1217
|
-
return this.
|
|
1231
|
+
return this.y;
|
|
1218
1232
|
},
|
|
1219
1233
|
set: function (a) {
|
|
1220
|
-
var b = this.
|
|
1221
|
-
this.
|
|
1222
|
-
if (b != this.
|
|
1223
|
-
this.
|
|
1234
|
+
var b = this.y;
|
|
1235
|
+
this.y = a;
|
|
1236
|
+
if (b != this.y) {
|
|
1237
|
+
this.dz("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.y));
|
|
1224
1238
|
}
|
|
1225
1239
|
},
|
|
1226
1240
|
enumerable: false,
|
|
1227
1241
|
configurable: true
|
|
1228
1242
|
});
|
|
1229
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1243
|
+
Object.defineProperty(CheckboxList.prototype, "bi", {
|
|
1230
1244
|
get: function () {
|
|
1231
|
-
return this.
|
|
1245
|
+
return this.bf;
|
|
1232
1246
|
},
|
|
1233
1247
|
set: function (a) {
|
|
1234
|
-
var b = this.
|
|
1235
|
-
this.
|
|
1236
|
-
if (b != this.
|
|
1237
|
-
this.
|
|
1248
|
+
var b = this.bf;
|
|
1249
|
+
this.bf = a;
|
|
1250
|
+
if (b != this.bf) {
|
|
1251
|
+
this.dz("RowHeight", b, this.bf);
|
|
1238
1252
|
}
|
|
1239
1253
|
},
|
|
1240
1254
|
enumerable: false,
|
|
1241
1255
|
configurable: true
|
|
1242
1256
|
});
|
|
1243
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1257
|
+
Object.defineProperty(CheckboxList.prototype, "bg", {
|
|
1244
1258
|
get: function () {
|
|
1245
1259
|
if (this.f != null) {
|
|
1246
1260
|
return this.f.actualRowHeight;
|
|
1247
1261
|
}
|
|
1248
|
-
else if (this.
|
|
1249
|
-
return this.
|
|
1262
|
+
else if (this.bf != -1) {
|
|
1263
|
+
return this.bf;
|
|
1250
1264
|
}
|
|
1251
1265
|
else {
|
|
1252
1266
|
switch (this.density) {
|
|
@@ -1262,15 +1276,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1262
1276
|
enumerable: false,
|
|
1263
1277
|
configurable: true
|
|
1264
1278
|
});
|
|
1265
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1279
|
+
Object.defineProperty(CheckboxList.prototype, "an", {
|
|
1266
1280
|
get: function () {
|
|
1267
|
-
return this.
|
|
1281
|
+
return this.al;
|
|
1268
1282
|
},
|
|
1269
1283
|
set: function (a) {
|
|
1270
|
-
var b = this.
|
|
1271
|
-
this.
|
|
1272
|
-
if (b != this.
|
|
1273
|
-
this.
|
|
1284
|
+
var b = this.al;
|
|
1285
|
+
this.al = a;
|
|
1286
|
+
if (b != this.al) {
|
|
1287
|
+
this.dz("CellTextStyle", b, this.al);
|
|
1274
1288
|
}
|
|
1275
1289
|
},
|
|
1276
1290
|
enumerable: false,
|
|
@@ -1278,13 +1292,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1278
1292
|
});
|
|
1279
1293
|
Object.defineProperty(CheckboxList.prototype, "indexType", {
|
|
1280
1294
|
get: function () {
|
|
1281
|
-
return this.
|
|
1295
|
+
return this.l;
|
|
1282
1296
|
},
|
|
1283
1297
|
set: function (a) {
|
|
1284
|
-
var b = this.
|
|
1285
|
-
this.
|
|
1286
|
-
if (b != this.
|
|
1287
|
-
this.
|
|
1298
|
+
var b = this.l;
|
|
1299
|
+
this.l = a;
|
|
1300
|
+
if (b != this.l) {
|
|
1301
|
+
this.dz("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.l));
|
|
1288
1302
|
}
|
|
1289
1303
|
},
|
|
1290
1304
|
enumerable: false,
|
|
@@ -1292,13 +1306,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1292
1306
|
});
|
|
1293
1307
|
Object.defineProperty(CheckboxList.prototype, "baseTheme", {
|
|
1294
1308
|
get: function () {
|
|
1295
|
-
return this.
|
|
1309
|
+
return this.ad;
|
|
1296
1310
|
},
|
|
1297
1311
|
set: function (a) {
|
|
1298
|
-
var b = this.
|
|
1299
|
-
this.
|
|
1300
|
-
if (b != this.
|
|
1301
|
-
this.
|
|
1312
|
+
var b = this.ad;
|
|
1313
|
+
this.ad = a;
|
|
1314
|
+
if (b != this.ad) {
|
|
1315
|
+
this.dz("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ad));
|
|
1302
1316
|
}
|
|
1303
1317
|
},
|
|
1304
1318
|
enumerable: false,
|
|
@@ -1306,13 +1320,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1306
1320
|
});
|
|
1307
1321
|
Object.defineProperty(CheckboxList.prototype, "density", {
|
|
1308
1322
|
get: function () {
|
|
1309
|
-
return this.
|
|
1323
|
+
return this.af;
|
|
1310
1324
|
},
|
|
1311
1325
|
set: function (a) {
|
|
1312
|
-
var b = this.
|
|
1313
|
-
this.
|
|
1314
|
-
if (b != this.
|
|
1315
|
-
this.
|
|
1326
|
+
var b = this.af;
|
|
1327
|
+
this.af = a;
|
|
1328
|
+
if (b != this.af) {
|
|
1329
|
+
this.dz("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.af));
|
|
1316
1330
|
}
|
|
1317
1331
|
},
|
|
1318
1332
|
enumerable: false,
|
|
@@ -1320,41 +1334,41 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1320
1334
|
});
|
|
1321
1335
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1322
1336
|
get: function () {
|
|
1323
|
-
return this.
|
|
1337
|
+
return this.ev;
|
|
1324
1338
|
},
|
|
1325
1339
|
set: function (a) {
|
|
1326
|
-
var b = this.
|
|
1327
|
-
this.
|
|
1328
|
-
if (b != this.
|
|
1329
|
-
this.
|
|
1340
|
+
var b = this.ev;
|
|
1341
|
+
this.ev = a;
|
|
1342
|
+
if (b != this.ev) {
|
|
1343
|
+
this.dz("SearchIconColor", b, this.ev);
|
|
1330
1344
|
}
|
|
1331
1345
|
},
|
|
1332
1346
|
enumerable: false,
|
|
1333
1347
|
configurable: true
|
|
1334
1348
|
});
|
|
1335
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1349
|
+
Object.defineProperty(CheckboxList.prototype, "fb", {
|
|
1336
1350
|
get: function () {
|
|
1337
|
-
return this.
|
|
1351
|
+
return this.et;
|
|
1338
1352
|
},
|
|
1339
1353
|
set: function (a) {
|
|
1340
|
-
var b = this.
|
|
1341
|
-
this.
|
|
1342
|
-
if (b != this.
|
|
1343
|
-
this.
|
|
1354
|
+
var b = this.et;
|
|
1355
|
+
this.et = a;
|
|
1356
|
+
if (b != this.et) {
|
|
1357
|
+
this.dz("SearchBackgroundColor", b, this.et);
|
|
1344
1358
|
}
|
|
1345
1359
|
},
|
|
1346
1360
|
enumerable: false,
|
|
1347
1361
|
configurable: true
|
|
1348
1362
|
});
|
|
1349
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1363
|
+
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
1350
1364
|
get: function () {
|
|
1351
|
-
return this.
|
|
1365
|
+
return this.aw;
|
|
1352
1366
|
},
|
|
1353
1367
|
set: function (a) {
|
|
1354
|
-
var b = this.
|
|
1355
|
-
this.
|
|
1356
|
-
if (b != this.
|
|
1357
|
-
this.
|
|
1368
|
+
var b = this.aw;
|
|
1369
|
+
this.aw = a;
|
|
1370
|
+
if (b != this.aw) {
|
|
1371
|
+
this.dz("LabelClickTriggersChange", b, this.aw);
|
|
1358
1372
|
}
|
|
1359
1373
|
},
|
|
1360
1374
|
enumerable: false,
|
|
@@ -1362,69 +1376,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1362
1376
|
});
|
|
1363
1377
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1364
1378
|
get: function () {
|
|
1365
|
-
return this.
|
|
1366
|
-
},
|
|
1367
|
-
set: function (a) {
|
|
1368
|
-
var b = this.et;
|
|
1369
|
-
this.et = a;
|
|
1370
|
-
if (b != this.et) {
|
|
1371
|
-
this.dw("SearchTextColor", b, this.et);
|
|
1372
|
-
}
|
|
1373
|
-
},
|
|
1374
|
-
enumerable: false,
|
|
1375
|
-
configurable: true
|
|
1376
|
-
});
|
|
1377
|
-
Object.defineProperty(CheckboxList.prototype, "e9", {
|
|
1378
|
-
get: function () {
|
|
1379
|
-
return this.er;
|
|
1379
|
+
return this.ew;
|
|
1380
1380
|
},
|
|
1381
1381
|
set: function (a) {
|
|
1382
|
-
var b = this.
|
|
1383
|
-
this.
|
|
1384
|
-
if (b != this.
|
|
1385
|
-
this.
|
|
1382
|
+
var b = this.ew;
|
|
1383
|
+
this.ew = a;
|
|
1384
|
+
if (b != this.ew) {
|
|
1385
|
+
this.dz("SearchTextColor", b, this.ew);
|
|
1386
1386
|
}
|
|
1387
1387
|
},
|
|
1388
1388
|
enumerable: false,
|
|
1389
1389
|
configurable: true
|
|
1390
1390
|
});
|
|
1391
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1391
|
+
Object.defineProperty(CheckboxList.prototype, "fc", {
|
|
1392
1392
|
get: function () {
|
|
1393
|
-
return this.
|
|
1393
|
+
return this.eu;
|
|
1394
1394
|
},
|
|
1395
1395
|
set: function (a) {
|
|
1396
|
-
var b = this.
|
|
1397
|
-
this.
|
|
1398
|
-
if (b != this.
|
|
1399
|
-
this.
|
|
1396
|
+
var b = this.eu;
|
|
1397
|
+
this.eu = a;
|
|
1398
|
+
if (b != this.eu) {
|
|
1399
|
+
this.dz("SearchBorderColor", b, this.eu);
|
|
1400
1400
|
}
|
|
1401
1401
|
},
|
|
1402
1402
|
enumerable: false,
|
|
1403
1403
|
configurable: true
|
|
1404
1404
|
});
|
|
1405
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1405
|
+
Object.defineProperty(CheckboxList.prototype, "ao", {
|
|
1406
1406
|
get: function () {
|
|
1407
|
-
return this.
|
|
1407
|
+
return this.am;
|
|
1408
1408
|
},
|
|
1409
1409
|
set: function (a) {
|
|
1410
|
-
var b = this.
|
|
1411
|
-
this.
|
|
1412
|
-
if (b != this.
|
|
1413
|
-
this.
|
|
1410
|
+
var b = this.am;
|
|
1411
|
+
this.am = a;
|
|
1412
|
+
if (b != this.am) {
|
|
1413
|
+
this.dz("SearchTextStyle", b, this.am);
|
|
1414
1414
|
}
|
|
1415
1415
|
},
|
|
1416
1416
|
enumerable: false,
|
|
1417
1417
|
configurable: true
|
|
1418
1418
|
});
|
|
1419
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1419
|
+
Object.defineProperty(CheckboxList.prototype, "e3", {
|
|
1420
1420
|
get: function () {
|
|
1421
|
-
return this.
|
|
1421
|
+
return this.eo;
|
|
1422
1422
|
},
|
|
1423
1423
|
set: function (a) {
|
|
1424
|
-
var b = this.
|
|
1425
|
-
this.
|
|
1426
|
-
if (b != this.
|
|
1427
|
-
this.
|
|
1424
|
+
var b = this.eo;
|
|
1425
|
+
this.eo = a;
|
|
1426
|
+
if (b != this.eo) {
|
|
1427
|
+
this.dz("CheckboxTickColor", b, this.eo);
|
|
1428
1428
|
}
|
|
1429
1429
|
},
|
|
1430
1430
|
enumerable: false,
|
|
@@ -1438,21 +1438,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1438
1438
|
var b = this.em;
|
|
1439
1439
|
this.em = a;
|
|
1440
1440
|
if (b != this.em) {
|
|
1441
|
-
this.
|
|
1441
|
+
this.dz("CheckboxCheckedBackgroundColor", b, this.em);
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
1444
|
enumerable: false,
|
|
1445
1445
|
configurable: true
|
|
1446
1446
|
});
|
|
1447
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1447
|
+
Object.defineProperty(CheckboxList.prototype, "e4", {
|
|
1448
1448
|
get: function () {
|
|
1449
|
-
return this.
|
|
1449
|
+
return this.ep;
|
|
1450
1450
|
},
|
|
1451
1451
|
set: function (a) {
|
|
1452
|
-
var b = this.
|
|
1453
|
-
this.
|
|
1454
|
-
if (b != this.
|
|
1455
|
-
this.
|
|
1452
|
+
var b = this.ep;
|
|
1453
|
+
this.ep = a;
|
|
1454
|
+
if (b != this.ep) {
|
|
1455
|
+
this.dz("CheckboxUncheckedBackgroundColor", b, this.ep);
|
|
1456
1456
|
}
|
|
1457
1457
|
},
|
|
1458
1458
|
enumerable: false,
|
|
@@ -1466,70 +1466,84 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1466
1466
|
var b = this.en;
|
|
1467
1467
|
this.en = a;
|
|
1468
1468
|
if (b != this.en) {
|
|
1469
|
-
this.
|
|
1469
|
+
this.dz("CheckboxCheckedBorderColor", b, this.en);
|
|
1470
1470
|
}
|
|
1471
1471
|
},
|
|
1472
1472
|
enumerable: false,
|
|
1473
1473
|
configurable: true
|
|
1474
1474
|
});
|
|
1475
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1475
|
+
Object.defineProperty(CheckboxList.prototype, "e5", {
|
|
1476
1476
|
get: function () {
|
|
1477
|
-
return this.
|
|
1477
|
+
return this.eq;
|
|
1478
1478
|
},
|
|
1479
1479
|
set: function (a) {
|
|
1480
|
-
var b = this.
|
|
1481
|
-
this.
|
|
1482
|
-
if (b != this.
|
|
1483
|
-
this.
|
|
1480
|
+
var b = this.eq;
|
|
1481
|
+
this.eq = a;
|
|
1482
|
+
if (b != this.eq) {
|
|
1483
|
+
this.dz("CheckboxUncheckedBorderColor", b, this.eq);
|
|
1484
1484
|
}
|
|
1485
1485
|
},
|
|
1486
1486
|
enumerable: false,
|
|
1487
1487
|
configurable: true
|
|
1488
1488
|
});
|
|
1489
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1489
|
+
Object.defineProperty(CheckboxList.prototype, "bb", {
|
|
1490
1490
|
get: function () {
|
|
1491
|
-
return this.
|
|
1491
|
+
return this.ba;
|
|
1492
1492
|
},
|
|
1493
1493
|
set: function (a) {
|
|
1494
|
-
var b = this.
|
|
1495
|
-
this.
|
|
1496
|
-
if (b != this.
|
|
1497
|
-
this.
|
|
1494
|
+
var b = this.ba;
|
|
1495
|
+
this.ba = a;
|
|
1496
|
+
if (b != this.ba) {
|
|
1497
|
+
this.dz("CheckboxCornerRadius", b, this.ba);
|
|
1498
1498
|
}
|
|
1499
1499
|
},
|
|
1500
1500
|
enumerable: false,
|
|
1501
1501
|
configurable: true
|
|
1502
1502
|
});
|
|
1503
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1503
|
+
Object.defineProperty(CheckboxList.prototype, "ac", {
|
|
1504
1504
|
get: function () {
|
|
1505
|
-
return this.
|
|
1505
|
+
return this.ab;
|
|
1506
1506
|
},
|
|
1507
1507
|
set: function (a) {
|
|
1508
|
-
var b = this.
|
|
1509
|
-
this.
|
|
1510
|
-
if (b != this.
|
|
1511
|
-
this.
|
|
1508
|
+
var b = this.ab;
|
|
1509
|
+
this.ab = a;
|
|
1510
|
+
if (b != this.ab) {
|
|
1511
|
+
this.dz("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ab));
|
|
1512
1512
|
}
|
|
1513
1513
|
},
|
|
1514
1514
|
enumerable: false,
|
|
1515
1515
|
configurable: true
|
|
1516
1516
|
});
|
|
1517
|
-
CheckboxList.prototype
|
|
1517
|
+
Object.defineProperty(CheckboxList.prototype, "fa", {
|
|
1518
|
+
get: function () {
|
|
1519
|
+
return this.es;
|
|
1520
|
+
},
|
|
1521
|
+
set: function (a) {
|
|
1522
|
+
var b = this.es;
|
|
1523
|
+
this.es = a;
|
|
1524
|
+
if (b != this.es) {
|
|
1525
|
+
this.dz("ScrollbarBackground", b, this.es);
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
enumerable: false,
|
|
1529
|
+
configurable: true
|
|
1530
|
+
});
|
|
1531
|
+
CheckboxList.prototype.dz = function (a, b, c) {
|
|
1518
1532
|
if (this.propertyChanged != null) {
|
|
1519
1533
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1520
1534
|
}
|
|
1521
|
-
this.
|
|
1535
|
+
this.d5(a, b, c);
|
|
1522
1536
|
};
|
|
1523
|
-
CheckboxList.prototype.
|
|
1537
|
+
CheckboxList.prototype.d5 = function (a, b, c) {
|
|
1524
1538
|
switch (a) {
|
|
1525
1539
|
case "IndexType":
|
|
1526
1540
|
this.keys.clear();
|
|
1527
|
-
this.
|
|
1541
|
+
this.dj();
|
|
1528
1542
|
if (this.keysCleared != null) {
|
|
1529
1543
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1530
1544
|
}
|
|
1531
|
-
this.view.
|
|
1532
|
-
this.
|
|
1545
|
+
this.view.an();
|
|
1546
|
+
this.dv(b, c);
|
|
1533
1547
|
break;
|
|
1534
1548
|
case "ItemsSource":
|
|
1535
1549
|
if (this.f != null) {
|
|
@@ -1540,20 +1554,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1540
1554
|
this.f.filterExpressions.clear();
|
|
1541
1555
|
this.f.summaryDescriptions.n();
|
|
1542
1556
|
}
|
|
1543
|
-
if (this.f.actualDataSource != null && !this.
|
|
1557
|
+
if (this.f.actualDataSource != null && !this.az) {
|
|
1544
1558
|
var d = this.f.actualDataSource;
|
|
1545
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1559
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d0));
|
|
1546
1560
|
}
|
|
1547
|
-
this.f.itemsSource = this.
|
|
1548
|
-
this.
|
|
1549
|
-
if (this.f.actualDataSource != null && !this.
|
|
1561
|
+
this.f.itemsSource = this.bk;
|
|
1562
|
+
this.c8();
|
|
1563
|
+
if (this.f.actualDataSource != null && !this.az) {
|
|
1550
1564
|
var e = this.f.actualDataSource;
|
|
1551
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1565
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d0));
|
|
1552
1566
|
}
|
|
1553
|
-
this.
|
|
1554
|
-
this.
|
|
1555
|
-
this.
|
|
1556
|
-
this.view.
|
|
1567
|
+
this.as = true;
|
|
1568
|
+
this.d2();
|
|
1569
|
+
this.as = false;
|
|
1570
|
+
this.view.an();
|
|
1557
1571
|
}
|
|
1558
1572
|
break;
|
|
1559
1573
|
case "DataMemberPath":
|
|
@@ -1561,9 +1575,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1561
1575
|
case "SubtitleMemberPath":
|
|
1562
1576
|
case "PropertyTypeMemberPath":
|
|
1563
1577
|
if (this.f != null) {
|
|
1564
|
-
if (this.
|
|
1565
|
-
this.
|
|
1566
|
-
this.
|
|
1578
|
+
if (this.bo != null) {
|
|
1579
|
+
this.d2();
|
|
1580
|
+
this.eg();
|
|
1567
1581
|
}
|
|
1568
1582
|
}
|
|
1569
1583
|
break;
|
|
@@ -1573,90 +1587,90 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1573
1587
|
}
|
|
1574
1588
|
break;
|
|
1575
1589
|
case "SelectAllCaptionTextColor":
|
|
1576
|
-
this.
|
|
1590
|
+
this.ez = null != this.ff ? this.ff : CheckboxList.e8;
|
|
1577
1591
|
break;
|
|
1578
1592
|
case "SelectAllCaption":
|
|
1579
1593
|
case "ActualSelectAllCaptionTextColor":
|
|
1580
|
-
this.view.
|
|
1594
|
+
this.view.am();
|
|
1581
1595
|
break;
|
|
1582
1596
|
case "showSelectAll":
|
|
1583
|
-
this.view.
|
|
1584
|
-
this.view.
|
|
1597
|
+
this.view.ap();
|
|
1598
|
+
this.view.z();
|
|
1585
1599
|
break;
|
|
1586
1600
|
case "ShowFilter":
|
|
1587
|
-
this.view.
|
|
1588
|
-
this.view.
|
|
1601
|
+
this.view.al();
|
|
1602
|
+
this.view.z();
|
|
1589
1603
|
break;
|
|
1590
1604
|
case "FilterPlaceholderText":
|
|
1591
|
-
if (this.
|
|
1592
|
-
this.
|
|
1605
|
+
if (this.u != null) {
|
|
1606
|
+
this.u.cg = this.ca;
|
|
1593
1607
|
}
|
|
1594
1608
|
break;
|
|
1595
1609
|
case "SearchInputType":
|
|
1596
|
-
if (this.
|
|
1597
|
-
this.
|
|
1610
|
+
if (this.w != null) {
|
|
1611
|
+
this.w.d = this.z;
|
|
1598
1612
|
}
|
|
1599
1613
|
break;
|
|
1600
1614
|
case "RowHeight":
|
|
1601
1615
|
if (this.f != null) {
|
|
1602
|
-
this.f.rowHeight = this.
|
|
1616
|
+
this.f.rowHeight = this.bi;
|
|
1603
1617
|
}
|
|
1604
1618
|
break;
|
|
1605
1619
|
case "CellTextStyle":
|
|
1606
1620
|
if (this.f != null) {
|
|
1607
|
-
this.f.cellTextStyle = this.
|
|
1621
|
+
this.f.cellTextStyle = this.an;
|
|
1608
1622
|
}
|
|
1609
|
-
this.view.
|
|
1623
|
+
this.view.aj();
|
|
1610
1624
|
break;
|
|
1611
1625
|
case "BackgroundColor":
|
|
1612
1626
|
case "TextColor":
|
|
1613
1627
|
case "RowHoverBackgroundColor":
|
|
1614
1628
|
var f = this.f;
|
|
1615
1629
|
if (null != f) {
|
|
1616
|
-
f.cellTextColor = this.
|
|
1630
|
+
f.cellTextColor = this.fh;
|
|
1617
1631
|
f.cellBackground = this.backgroundColor;
|
|
1618
1632
|
f.cellSelectedBackground = this.backgroundColor;
|
|
1619
1633
|
f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1620
1634
|
}
|
|
1621
|
-
this.view.
|
|
1635
|
+
this.view.ak();
|
|
1622
1636
|
break;
|
|
1623
1637
|
case "BaseTheme":
|
|
1624
|
-
this.
|
|
1638
|
+
this.ef();
|
|
1625
1639
|
break;
|
|
1626
1640
|
case "Density":
|
|
1627
|
-
this.
|
|
1641
|
+
this.ee();
|
|
1628
1642
|
break;
|
|
1629
1643
|
case "IsRowHoverEnabled":
|
|
1630
1644
|
if (this.f != null) {
|
|
1631
|
-
this.f.isRowHoverEnabled = this.
|
|
1645
|
+
this.f.isRowHoverEnabled = this.a3;
|
|
1632
1646
|
}
|
|
1633
1647
|
break;
|
|
1634
1648
|
case "ScrollbarStyle":
|
|
1635
1649
|
if (this.f != null) {
|
|
1636
|
-
this.f.scrollbarStyle = this.
|
|
1650
|
+
this.f.scrollbarStyle = this.ac;
|
|
1637
1651
|
}
|
|
1638
1652
|
break;
|
|
1639
1653
|
case "ScrollbarBackground":
|
|
1640
1654
|
if (this.f != null) {
|
|
1641
|
-
this.f.scrollbarBackground = this.
|
|
1655
|
+
this.f.scrollbarBackground = this.fa;
|
|
1642
1656
|
}
|
|
1643
1657
|
break;
|
|
1644
1658
|
case "SearchIconColor":
|
|
1645
|
-
this.view.
|
|
1659
|
+
this.view.ai();
|
|
1646
1660
|
break;
|
|
1647
1661
|
case "SearchBackgroundColor":
|
|
1648
|
-
this.
|
|
1662
|
+
this.x.mc = this.fb;
|
|
1649
1663
|
break;
|
|
1650
1664
|
case "SearchBorderColor":
|
|
1651
|
-
this.
|
|
1665
|
+
this.x.md = this.fc;
|
|
1652
1666
|
break;
|
|
1653
1667
|
case "SearchTextColor":
|
|
1654
|
-
if (this.
|
|
1655
|
-
this.
|
|
1668
|
+
if (this.v != null) {
|
|
1669
|
+
this.v.d8 = this.searchTextColor;
|
|
1656
1670
|
}
|
|
1657
1671
|
break;
|
|
1658
1672
|
case "SearchTextStyle":
|
|
1659
|
-
this.
|
|
1673
|
+
this.v.af = this.ao;
|
|
1660
1674
|
break;
|
|
1661
1675
|
case "CheckboxTickColor":
|
|
1662
1676
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1664,14 +1678,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1664
1678
|
case "CheckboxCheckedBorderColor":
|
|
1665
1679
|
case "CheckboxUncheckedBorderColor":
|
|
1666
1680
|
case "CheckboxCornerRadius":
|
|
1667
|
-
this.view.
|
|
1681
|
+
this.view.af();
|
|
1668
1682
|
if (this.f != null) {
|
|
1669
1683
|
this.f.xx();
|
|
1670
1684
|
}
|
|
1671
1685
|
break;
|
|
1672
1686
|
case "CheckboxAlignedRight":
|
|
1673
1687
|
if (this.f != null) {
|
|
1674
|
-
this.
|
|
1688
|
+
this.ei();
|
|
1675
1689
|
}
|
|
1676
1690
|
break;
|
|
1677
1691
|
case "DataLegendTarget":
|
|
@@ -1681,7 +1695,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1681
1695
|
break;
|
|
1682
1696
|
}
|
|
1683
1697
|
};
|
|
1684
|
-
CheckboxList.prototype.
|
|
1698
|
+
CheckboxList.prototype.ei = function () {
|
|
1685
1699
|
if (this.f.actualColumns.count == 0) {
|
|
1686
1700
|
return;
|
|
1687
1701
|
}
|
|
@@ -1689,7 +1703,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1689
1703
|
var b = this.f.actualColumns._inner[1];
|
|
1690
1704
|
var c = this.f.actualColumns._inner[2];
|
|
1691
1705
|
this.f.actualColumns.clear();
|
|
1692
|
-
if (this.
|
|
1706
|
+
if (this.ay) {
|
|
1693
1707
|
this.f.columns.add(b);
|
|
1694
1708
|
this.f.columns.add(a);
|
|
1695
1709
|
}
|
|
@@ -1699,7 +1713,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1699
1713
|
}
|
|
1700
1714
|
this.f.columns.add(c);
|
|
1701
1715
|
};
|
|
1702
|
-
CheckboxList.prototype.
|
|
1716
|
+
CheckboxList.prototype.dv = function (a, b) {
|
|
1703
1717
|
if (this.indexTypeChanged != null) {
|
|
1704
1718
|
this.indexTypeChanged(this, ((function () {
|
|
1705
1719
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1709,71 +1723,71 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1709
1723
|
})()));
|
|
1710
1724
|
}
|
|
1711
1725
|
};
|
|
1712
|
-
CheckboxList.prototype.
|
|
1726
|
+
CheckboxList.prototype.ee = function () {
|
|
1713
1727
|
if (this.f != null) {
|
|
1714
1728
|
this.f.density = this.density;
|
|
1715
1729
|
}
|
|
1716
|
-
if (this.
|
|
1717
|
-
this.
|
|
1730
|
+
if (this.w != null) {
|
|
1731
|
+
this.w.t = this.density;
|
|
1718
1732
|
}
|
|
1719
|
-
this.view.
|
|
1733
|
+
this.view.ae();
|
|
1720
1734
|
};
|
|
1721
|
-
CheckboxList.prototype.
|
|
1722
|
-
if (this.
|
|
1723
|
-
this.
|
|
1735
|
+
CheckboxList.prototype.ef = function () {
|
|
1736
|
+
if (this.w != null) {
|
|
1737
|
+
this.w.p = this.baseTheme;
|
|
1724
1738
|
}
|
|
1725
|
-
if (this.
|
|
1726
|
-
this.
|
|
1739
|
+
if (this.v != null) {
|
|
1740
|
+
this.v.d8 = this.searchTextColor;
|
|
1727
1741
|
}
|
|
1728
1742
|
if (this.f != null) {
|
|
1729
|
-
this.f.cellTextColor = this.
|
|
1743
|
+
this.f.cellTextColor = this.fh;
|
|
1730
1744
|
this.f.cellBackground = this.backgroundColor;
|
|
1731
1745
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1732
1746
|
this.f.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1733
1747
|
}
|
|
1734
|
-
this.view.
|
|
1748
|
+
this.view.ag();
|
|
1735
1749
|
};
|
|
1736
|
-
CheckboxList.prototype.
|
|
1737
|
-
this.
|
|
1738
|
-
this.
|
|
1750
|
+
CheckboxList.prototype.d0 = function (a, b) {
|
|
1751
|
+
this.as = true;
|
|
1752
|
+
this.c8();
|
|
1739
1753
|
if (b.schema != null) {
|
|
1740
|
-
this.
|
|
1754
|
+
this.d2();
|
|
1741
1755
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1742
|
-
this.
|
|
1756
|
+
this.dx(this.keys._inner[c]);
|
|
1743
1757
|
}
|
|
1744
|
-
this.view.
|
|
1758
|
+
this.view.an();
|
|
1745
1759
|
}
|
|
1746
|
-
this.
|
|
1760
|
+
this.as = false;
|
|
1747
1761
|
};
|
|
1748
|
-
CheckboxList.prototype.
|
|
1749
|
-
if (this.
|
|
1750
|
-
this.
|
|
1751
|
-
}
|
|
1752
|
-
if (this.ag == null && this.bm != null && this.bm != "") {
|
|
1753
|
-
this.ag = new FastReflectionHelper(false, this.bm);
|
|
1754
|
-
}
|
|
1755
|
-
if (this.aj == null && this.bq != null && this.bq != "") {
|
|
1756
|
-
this.aj = new FastReflectionHelper(false, this.bq);
|
|
1762
|
+
CheckboxList.prototype.d2 = function () {
|
|
1763
|
+
if (this.aj == null && this.br != null && this.br != "") {
|
|
1764
|
+
this.aj = new FastReflectionHelper(false, this.br);
|
|
1757
1765
|
}
|
|
1758
1766
|
if (this.ah == null && this.bo != null && this.bo != "") {
|
|
1759
1767
|
this.ah = new FastReflectionHelper(false, this.bo);
|
|
1760
1768
|
}
|
|
1761
|
-
if (this.
|
|
1762
|
-
this.
|
|
1769
|
+
if (this.ak == null && this.bs != null && this.bs != "") {
|
|
1770
|
+
this.ak = new FastReflectionHelper(false, this.bs);
|
|
1763
1771
|
}
|
|
1764
|
-
if (this.
|
|
1765
|
-
this.
|
|
1772
|
+
if (this.ai == null && this.bq != null && this.bq != "") {
|
|
1773
|
+
this.ai = new FastReflectionHelper(false, this.bq);
|
|
1766
1774
|
}
|
|
1767
1775
|
if (this.ah != null) {
|
|
1768
1776
|
this.ah.propertyName = this.bo;
|
|
1769
1777
|
}
|
|
1770
|
-
if (this.
|
|
1771
|
-
this.
|
|
1778
|
+
if (this.ak != null) {
|
|
1779
|
+
this.ak.propertyName = this.bs;
|
|
1780
|
+
}
|
|
1781
|
+
if (this.ai != null) {
|
|
1782
|
+
this.ai.propertyName = this.bq;
|
|
1783
|
+
}
|
|
1784
|
+
if (this.bk != null && this.aj != null && this.f.actualDataSource.actualSchema != null) {
|
|
1785
|
+
this.aj.propertyName = this.br;
|
|
1772
1786
|
var a = this.f.actualDataSource.actualCount;
|
|
1773
1787
|
for (var b = 0; b < a; b++) {
|
|
1774
1788
|
var c = this.f.actualDataSource.getItemAtIndex(b);
|
|
1775
1789
|
var d = this.i(c);
|
|
1776
|
-
var e = this.
|
|
1790
|
+
var e = this.aj.getPropertyValue(c);
|
|
1777
1791
|
if (e == true) {
|
|
1778
1792
|
if (!this.keys.contains(d)) {
|
|
1779
1793
|
this.keys.add(d);
|
|
@@ -1785,43 +1799,43 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1785
1799
|
}
|
|
1786
1800
|
}
|
|
1787
1801
|
};
|
|
1788
|
-
CheckboxList.prototype.
|
|
1789
|
-
this.view.
|
|
1802
|
+
CheckboxList.prototype.eg = function () {
|
|
1803
|
+
this.view.p();
|
|
1790
1804
|
this.f.columns.clear();
|
|
1791
1805
|
this.f.primaryKey = this.primaryKey;
|
|
1792
1806
|
this.f.isGroupRowSticky = false;
|
|
1793
|
-
this.f.rowHeight = this.
|
|
1807
|
+
this.f.rowHeight = this.bi;
|
|
1794
1808
|
this.f.cellBackground = this.backgroundColor;
|
|
1795
1809
|
this.f.cellSelectedBackground = this.backgroundColor;
|
|
1796
1810
|
this.f.density = this.density;
|
|
1797
|
-
this.f.isRowHoverEnabled = this.
|
|
1811
|
+
this.f.isRowHoverEnabled = this.a3;
|
|
1798
1812
|
this.f.borderWidth = new Thickness(0, 0);
|
|
1799
|
-
if (this.
|
|
1800
|
-
this.f.cellTextStyle = this.
|
|
1813
|
+
if (this.an != null) {
|
|
1814
|
+
this.f.cellTextStyle = this.an;
|
|
1801
1815
|
}
|
|
1802
1816
|
var a = new TemplateColumn();
|
|
1803
|
-
if (this.
|
|
1804
|
-
this.
|
|
1817
|
+
if (this.br == null) {
|
|
1818
|
+
this.br = "";
|
|
1805
1819
|
}
|
|
1806
|
-
a.
|
|
1807
|
-
a.
|
|
1820
|
+
a.l7 = this.br;
|
|
1821
|
+
a.my = "CheckboxColumn";
|
|
1808
1822
|
var b = new ColumnWidth();
|
|
1809
1823
|
b.c = false;
|
|
1810
1824
|
b.f = 28;
|
|
1811
1825
|
a.width = b;
|
|
1812
|
-
a.
|
|
1813
|
-
a.
|
|
1814
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1826
|
+
a.k0 = 0;
|
|
1827
|
+
a.k1 = 0;
|
|
1828
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.c9));
|
|
1815
1829
|
this.j = a;
|
|
1816
1830
|
this.f.columns.add(a);
|
|
1817
|
-
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.
|
|
1818
|
-
if ((this.
|
|
1831
|
+
var c = this.f.actualDataSource.resolveSchemaPropertyType(this.bo);
|
|
1832
|
+
if ((this.bs != null || this.bq != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1819
1833
|
var d = new TemplateColumn();
|
|
1820
|
-
d.
|
|
1821
|
-
d.
|
|
1822
|
-
d.
|
|
1834
|
+
d.l7 = this.bo;
|
|
1835
|
+
d.my = "DataColumn";
|
|
1836
|
+
d.k0 = 0;
|
|
1823
1837
|
d.g = 0;
|
|
1824
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1838
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.eh));
|
|
1825
1839
|
this.f.columns.add(d);
|
|
1826
1840
|
}
|
|
1827
1841
|
else {
|
|
@@ -1847,9 +1861,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1847
1861
|
e = new TextColumn();
|
|
1848
1862
|
break;
|
|
1849
1863
|
}
|
|
1850
|
-
e.
|
|
1851
|
-
e.
|
|
1852
|
-
e.
|
|
1864
|
+
e.l7 = this.bo;
|
|
1865
|
+
e.my = "DataColumn";
|
|
1866
|
+
e.k0 = 0;
|
|
1853
1867
|
e.g = 0;
|
|
1854
1868
|
this.f.columns.add(e);
|
|
1855
1869
|
}
|
|
@@ -1857,28 +1871,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1857
1871
|
var g = new ColumnWidth();
|
|
1858
1872
|
g.c = false;
|
|
1859
1873
|
g.f = 10;
|
|
1860
|
-
f.
|
|
1861
|
-
f.
|
|
1862
|
-
f.
|
|
1874
|
+
f.l7 = "PaddingColumn";
|
|
1875
|
+
f.my = "PaddingColumn";
|
|
1876
|
+
f.k0 = 0;
|
|
1863
1877
|
f.width = g;
|
|
1864
1878
|
this.f.columns.add(f);
|
|
1865
1879
|
};
|
|
1866
1880
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1867
|
-
this.view.
|
|
1881
|
+
this.view.ah(a);
|
|
1868
1882
|
};
|
|
1869
1883
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1870
|
-
this.view.
|
|
1884
|
+
this.view.v(a);
|
|
1871
1885
|
};
|
|
1872
|
-
CheckboxList.prototype.
|
|
1873
|
-
if (!this.
|
|
1874
|
-
var a = this.
|
|
1875
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1886
|
+
CheckboxList.prototype.dw = function () {
|
|
1887
|
+
if (!this.az) {
|
|
1888
|
+
var a = this.v;
|
|
1889
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dh));
|
|
1876
1890
|
}
|
|
1877
|
-
this.
|
|
1891
|
+
this.ef();
|
|
1878
1892
|
};
|
|
1879
|
-
CheckboxList.prototype.
|
|
1893
|
+
CheckboxList.prototype.dh = function (a, b) {
|
|
1880
1894
|
var c = b.value.toLowerCase();
|
|
1881
|
-
this.
|
|
1895
|
+
this.du(c);
|
|
1882
1896
|
};
|
|
1883
1897
|
CheckboxList.prototype.i = function (a) {
|
|
1884
1898
|
if (this.primaryKey == null) {
|
|
@@ -1892,81 +1906,81 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1892
1906
|
}
|
|
1893
1907
|
return new PrimaryKeyValue(b, c);
|
|
1894
1908
|
};
|
|
1895
|
-
CheckboxList.prototype.
|
|
1896
|
-
this.
|
|
1909
|
+
CheckboxList.prototype.ea = function (a) {
|
|
1910
|
+
this.ar = true;
|
|
1897
1911
|
var b = this.e.getItemAtIndex(a);
|
|
1898
|
-
if (this.
|
|
1899
|
-
this.
|
|
1912
|
+
if (this.aj != null) {
|
|
1913
|
+
this.aj.setPropertyValue(b, false);
|
|
1900
1914
|
}
|
|
1901
1915
|
var c = this.i(b);
|
|
1902
1916
|
this.keys.remove(c);
|
|
1903
|
-
this.
|
|
1917
|
+
this.ar = false;
|
|
1904
1918
|
};
|
|
1905
|
-
CheckboxList.prototype.
|
|
1906
|
-
this.
|
|
1919
|
+
CheckboxList.prototype.c5 = function (a) {
|
|
1920
|
+
this.ar = true;
|
|
1907
1921
|
var b = this.e.getItemAtIndex(a);
|
|
1908
|
-
if (this.
|
|
1909
|
-
this.
|
|
1922
|
+
if (this.aj != null) {
|
|
1923
|
+
this.aj.setPropertyValue(b, true);
|
|
1910
1924
|
}
|
|
1911
1925
|
var c = this.i(b);
|
|
1912
1926
|
this.keys.add(c);
|
|
1913
|
-
this.
|
|
1927
|
+
this.ar = false;
|
|
1914
1928
|
};
|
|
1915
|
-
CheckboxList.prototype.
|
|
1929
|
+
CheckboxList.prototype.ed = function () {
|
|
1916
1930
|
this.indexType = 0;
|
|
1917
1931
|
this.keys.clear();
|
|
1918
|
-
this.
|
|
1932
|
+
this.dj();
|
|
1919
1933
|
if (this.keysCleared != null) {
|
|
1920
1934
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1921
1935
|
}
|
|
1922
1936
|
};
|
|
1923
|
-
CheckboxList.prototype.
|
|
1937
|
+
CheckboxList.prototype.db = function () {
|
|
1924
1938
|
this.indexType = 1;
|
|
1925
1939
|
this.keys.clear();
|
|
1926
|
-
this.
|
|
1940
|
+
this.dj();
|
|
1927
1941
|
if (this.keysCleared != null) {
|
|
1928
1942
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1929
1943
|
}
|
|
1930
1944
|
};
|
|
1931
|
-
CheckboxList.prototype.
|
|
1945
|
+
CheckboxList.prototype.dp = function (a, b, c) {
|
|
1932
1946
|
if (this.f != null) {
|
|
1933
1947
|
this.f.notifySetItem(a, b, c);
|
|
1934
1948
|
}
|
|
1935
1949
|
};
|
|
1936
|
-
CheckboxList.prototype.
|
|
1950
|
+
CheckboxList.prototype.dk = function () {
|
|
1937
1951
|
if (this.f != null) {
|
|
1938
1952
|
this.f.notifyClearItems();
|
|
1939
1953
|
}
|
|
1940
1954
|
};
|
|
1941
|
-
CheckboxList.prototype.
|
|
1955
|
+
CheckboxList.prototype.dj = function () {
|
|
1942
1956
|
if (this.f != null) {
|
|
1943
1957
|
this.f.invalidateVisibleRows();
|
|
1944
1958
|
}
|
|
1945
1959
|
};
|
|
1946
|
-
CheckboxList.prototype.
|
|
1960
|
+
CheckboxList.prototype.dl = function (a, b) {
|
|
1947
1961
|
if (this.f != null) {
|
|
1948
1962
|
this.f.notifyInsertItem(a, b);
|
|
1949
1963
|
}
|
|
1950
1964
|
;
|
|
1951
1965
|
};
|
|
1952
|
-
CheckboxList.prototype.
|
|
1966
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1953
1967
|
if (this.f != null) {
|
|
1954
1968
|
this.f.notifyRemoveItem(a, b);
|
|
1955
1969
|
}
|
|
1956
1970
|
;
|
|
1957
1971
|
};
|
|
1958
1972
|
CheckboxList.prototype.refresh = function () {
|
|
1959
|
-
if (this.
|
|
1973
|
+
if (this.av) {
|
|
1960
1974
|
return;
|
|
1961
1975
|
}
|
|
1962
1976
|
if (this.f != null) {
|
|
1963
|
-
this.
|
|
1964
|
-
this.view.
|
|
1977
|
+
this.av = true;
|
|
1978
|
+
this.view.x();
|
|
1965
1979
|
this.f.refresh();
|
|
1966
|
-
this.
|
|
1980
|
+
this.av = false;
|
|
1967
1981
|
}
|
|
1968
1982
|
};
|
|
1969
|
-
CheckboxList.prototype.
|
|
1983
|
+
CheckboxList.prototype.c6 = function (a) {
|
|
1970
1984
|
var b = null;
|
|
1971
1985
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1972
1986
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1978,15 +1992,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1978
1992
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1979
1993
|
}
|
|
1980
1994
|
if (b != null) {
|
|
1981
|
-
if (this.
|
|
1995
|
+
if (this.aj != null) {
|
|
1982
1996
|
var c = this.e.indexOfKey(a);
|
|
1983
1997
|
var d = this.e.getItemAtIndex(c);
|
|
1984
|
-
this.
|
|
1998
|
+
this.aj.setPropertyValue(d, true);
|
|
1985
1999
|
}
|
|
1986
2000
|
this.keys.add(b);
|
|
1987
2001
|
}
|
|
1988
2002
|
};
|
|
1989
|
-
CheckboxList.prototype.
|
|
2003
|
+
CheckboxList.prototype.eb = function (a) {
|
|
1990
2004
|
var b = null;
|
|
1991
2005
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1992
2006
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1998,10 +2012,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1998
2012
|
throw new ArgumentException(1, "value length must match PrimaryKey length");
|
|
1999
2013
|
}
|
|
2000
2014
|
if (this.keys.contains(b)) {
|
|
2001
|
-
if (this.
|
|
2015
|
+
if (this.aj != null) {
|
|
2002
2016
|
var c = this.e.indexOfKey(a);
|
|
2003
2017
|
var d = this.e.getItemAtIndex(c);
|
|
2004
|
-
this.
|
|
2018
|
+
this.aj.setPropertyValue(d, false);
|
|
2005
2019
|
}
|
|
2006
2020
|
this.keys.remove(b);
|
|
2007
2021
|
}
|
|
@@ -2009,13 +2023,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2009
2023
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2010
2024
|
var b = 248;
|
|
2011
2025
|
var c = 0;
|
|
2012
|
-
var d = this.
|
|
2026
|
+
var d = this.bd();
|
|
2013
2027
|
var e = 5;
|
|
2014
2028
|
if (this.f != null && this.f.actualDataSource != null && this.f.actualDataSource.actualCount > 0) {
|
|
2015
2029
|
e = this.f.actualDataSource.actualCount;
|
|
2016
2030
|
}
|
|
2017
|
-
var f = this.
|
|
2018
|
-
var g = this.
|
|
2031
|
+
var f = this.bg * e;
|
|
2032
|
+
var g = this.bg * (this.showSelectAll ? 4 : 5);
|
|
2019
2033
|
var h = f > g ? g : f;
|
|
2020
2034
|
var i = d + h;
|
|
2021
2035
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2032,71 +2046,92 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2032
2046
|
}
|
|
2033
2047
|
return new Size(1, b, c);
|
|
2034
2048
|
};
|
|
2035
|
-
CheckboxList.prototype.
|
|
2049
|
+
CheckboxList.prototype.bd = function () {
|
|
2036
2050
|
var a = 0;
|
|
2037
2051
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2038
2052
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2039
2053
|
a += (0.8 + 6);
|
|
2040
2054
|
a += 4;
|
|
2041
2055
|
if (this.showSelectAll) {
|
|
2042
|
-
a += this.
|
|
2056
|
+
a += this.bg;
|
|
2043
2057
|
}
|
|
2044
2058
|
a += 4;
|
|
2045
2059
|
return a;
|
|
2046
2060
|
};
|
|
2047
|
-
|
|
2061
|
+
CheckboxList.prototype.bm = function () {
|
|
2062
|
+
return this.k();
|
|
2063
|
+
};
|
|
2064
|
+
CheckboxList.prototype.b9 = function () {
|
|
2065
|
+
var a = this.k();
|
|
2066
|
+
return a.i();
|
|
2067
|
+
};
|
|
2068
|
+
CheckboxList.prototype.k = function () {
|
|
2069
|
+
var a = new CheckboxListVisualModelExport();
|
|
2070
|
+
var b = this.view.a();
|
|
2071
|
+
a.g = b[0];
|
|
2072
|
+
a.f = b[1];
|
|
2073
|
+
var c = this.view.aq();
|
|
2074
|
+
a.e = c.height;
|
|
2075
|
+
a.h = c.width;
|
|
2076
|
+
a.c = this.baseTheme;
|
|
2077
|
+
a.d = this.bg;
|
|
2078
|
+
a.a = AppearanceHelper.a(this.ez);
|
|
2079
|
+
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2080
|
+
return a;
|
|
2081
|
+
};
|
|
2082
|
+
Object.defineProperty(CheckboxList.prototype, "cv", {
|
|
2048
2083
|
get: function () {
|
|
2049
|
-
return this.
|
|
2084
|
+
return this.cu != null ? this.cu : !stringIsNullOrWhiteSpace(this.aq.b1("Select_All")) ? this.aq.b1("Select_All") : "(Select All)";
|
|
2050
2085
|
},
|
|
2051
2086
|
set: function (a) {
|
|
2052
|
-
if (a == this.
|
|
2087
|
+
if (a == this.cu) {
|
|
2053
2088
|
return;
|
|
2054
2089
|
}
|
|
2055
|
-
var b = this.
|
|
2056
|
-
this.
|
|
2057
|
-
this.
|
|
2090
|
+
var b = this.cu;
|
|
2091
|
+
this.cu = a;
|
|
2092
|
+
this.dz("SelectAllCaption", b, this.cu);
|
|
2058
2093
|
},
|
|
2059
2094
|
enumerable: false,
|
|
2060
2095
|
configurable: true
|
|
2061
2096
|
});
|
|
2062
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2097
|
+
Object.defineProperty(CheckboxList.prototype, "ff", {
|
|
2063
2098
|
get: function () {
|
|
2064
|
-
return this.
|
|
2099
|
+
return this.ex;
|
|
2065
2100
|
},
|
|
2066
2101
|
set: function (a) {
|
|
2067
|
-
var b = this.
|
|
2068
|
-
this.
|
|
2069
|
-
if (b != this.
|
|
2070
|
-
this.
|
|
2102
|
+
var b = this.ex;
|
|
2103
|
+
this.ex = a;
|
|
2104
|
+
if (b != this.ex) {
|
|
2105
|
+
this.dz("SelectAllCaptionTextColor", b, a);
|
|
2071
2106
|
}
|
|
2072
2107
|
},
|
|
2073
2108
|
enumerable: false,
|
|
2074
2109
|
configurable: true
|
|
2075
2110
|
});
|
|
2076
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2111
|
+
Object.defineProperty(CheckboxList.prototype, "ez", {
|
|
2077
2112
|
get: function () {
|
|
2078
|
-
return this.
|
|
2113
|
+
return this.ek;
|
|
2079
2114
|
},
|
|
2080
2115
|
set: function (a) {
|
|
2081
|
-
var b = this.
|
|
2082
|
-
this.
|
|
2083
|
-
if (b != this.
|
|
2084
|
-
this.
|
|
2116
|
+
var b = this.ek;
|
|
2117
|
+
this.ek = a;
|
|
2118
|
+
if (b != this.ek) {
|
|
2119
|
+
this.dz("ActualSelectAllCaptionTextColor", b, a);
|
|
2085
2120
|
}
|
|
2086
2121
|
},
|
|
2087
2122
|
enumerable: false,
|
|
2088
2123
|
configurable: true
|
|
2089
2124
|
});
|
|
2090
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2125
|
+
Object.defineProperty(CheckboxList.prototype, "a4", {
|
|
2091
2126
|
get: function () {
|
|
2092
|
-
if (-1 == this.
|
|
2127
|
+
if (-1 == this.bh) {
|
|
2093
2128
|
return false;
|
|
2094
2129
|
}
|
|
2095
2130
|
var a = this.keys.count;
|
|
2096
2131
|
if (0 == a) {
|
|
2097
2132
|
return false;
|
|
2098
2133
|
}
|
|
2099
|
-
if (a == this.
|
|
2134
|
+
if (a == this.bh) {
|
|
2100
2135
|
return false;
|
|
2101
2136
|
}
|
|
2102
2137
|
return true;
|
|
@@ -2106,28 +2141,28 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2106
2141
|
});
|
|
2107
2142
|
Object.defineProperty(CheckboxList.prototype, "showSelectAll", {
|
|
2108
2143
|
get: function () {
|
|
2109
|
-
return this.
|
|
2144
|
+
return this.a8;
|
|
2110
2145
|
},
|
|
2111
2146
|
set: function (a) {
|
|
2112
|
-
if (a == this.
|
|
2147
|
+
if (a == this.a8) {
|
|
2113
2148
|
return;
|
|
2114
2149
|
}
|
|
2115
|
-
var b = this.
|
|
2116
|
-
this.
|
|
2117
|
-
this.
|
|
2150
|
+
var b = this.a8;
|
|
2151
|
+
this.a8 = a;
|
|
2152
|
+
this.dz("showSelectAll", b, this.a8);
|
|
2118
2153
|
},
|
|
2119
2154
|
enumerable: false,
|
|
2120
2155
|
configurable: true
|
|
2121
2156
|
});
|
|
2122
2157
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2123
2158
|
get: function () {
|
|
2124
|
-
return this.
|
|
2159
|
+
return this.el;
|
|
2125
2160
|
},
|
|
2126
2161
|
set: function (a) {
|
|
2127
|
-
var b = this.
|
|
2128
|
-
this.
|
|
2129
|
-
if (b != this.
|
|
2130
|
-
this.
|
|
2162
|
+
var b = this.el;
|
|
2163
|
+
this.el = a;
|
|
2164
|
+
if (b != this.el) {
|
|
2165
|
+
this.dz("BackgroundColor", b, a);
|
|
2131
2166
|
}
|
|
2132
2167
|
},
|
|
2133
2168
|
enumerable: false,
|
|
@@ -2135,33 +2170,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2135
2170
|
});
|
|
2136
2171
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2137
2172
|
get: function () {
|
|
2138
|
-
return this.
|
|
2173
|
+
return this.er;
|
|
2139
2174
|
},
|
|
2140
2175
|
set: function (a) {
|
|
2141
|
-
var b = this.
|
|
2142
|
-
this.
|
|
2143
|
-
if (b != this.
|
|
2144
|
-
this.
|
|
2176
|
+
var b = this.er;
|
|
2177
|
+
this.er = a;
|
|
2178
|
+
if (b != this.er) {
|
|
2179
|
+
this.dz("RowHoverBackgroundColor", b, a);
|
|
2145
2180
|
}
|
|
2146
2181
|
},
|
|
2147
2182
|
enumerable: false,
|
|
2148
2183
|
configurable: true
|
|
2149
2184
|
});
|
|
2150
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2185
|
+
Object.defineProperty(CheckboxList.prototype, "fh", {
|
|
2151
2186
|
get: function () {
|
|
2152
|
-
return this.
|
|
2187
|
+
return this.ey;
|
|
2153
2188
|
},
|
|
2154
2189
|
set: function (a) {
|
|
2155
|
-
var b = this.
|
|
2156
|
-
this.
|
|
2157
|
-
if (b != this.
|
|
2158
|
-
this.
|
|
2190
|
+
var b = this.ey;
|
|
2191
|
+
this.ey = a;
|
|
2192
|
+
if (b != this.ey) {
|
|
2193
|
+
this.dz("TextColor", b, a);
|
|
2159
2194
|
}
|
|
2160
2195
|
},
|
|
2161
2196
|
enumerable: false,
|
|
2162
2197
|
configurable: true
|
|
2163
2198
|
});
|
|
2164
|
-
CheckboxList.prototype.
|
|
2199
|
+
CheckboxList.prototype.d1 = function (a) {
|
|
2165
2200
|
if (this.selectAllCheckboxChanged != null) {
|
|
2166
2201
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2167
2202
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2170,93 +2205,93 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2170
2205
|
})()));
|
|
2171
2206
|
}
|
|
2172
2207
|
};
|
|
2173
|
-
CheckboxList.prototype.
|
|
2174
|
-
if (-1 == this.
|
|
2208
|
+
CheckboxList.prototype.a1 = function () {
|
|
2209
|
+
if (-1 == this.bh) {
|
|
2175
2210
|
return true;
|
|
2176
2211
|
}
|
|
2177
2212
|
var a = this.keys.count;
|
|
2178
2213
|
switch (this.indexType) {
|
|
2179
|
-
case 0: return this.
|
|
2214
|
+
case 0: return this.bh == a;
|
|
2180
2215
|
case 1: return 0 == a;
|
|
2181
2216
|
default: return false;
|
|
2182
2217
|
}
|
|
2183
2218
|
};
|
|
2184
|
-
CheckboxList.prototype.
|
|
2185
|
-
if (-1 == this.
|
|
2219
|
+
CheckboxList.prototype.a0 = function () {
|
|
2220
|
+
if (-1 == this.bh) {
|
|
2186
2221
|
return false;
|
|
2187
2222
|
}
|
|
2188
2223
|
var a = this.keys.count;
|
|
2189
2224
|
switch (this.indexType) {
|
|
2190
2225
|
case 0: return 0 == a;
|
|
2191
|
-
case 1: return this.
|
|
2226
|
+
case 1: return this.bh == a;
|
|
2192
2227
|
default: return false;
|
|
2193
2228
|
}
|
|
2194
2229
|
};
|
|
2195
|
-
CheckboxList.prototype.
|
|
2230
|
+
CheckboxList.prototype.c8 = function () {
|
|
2196
2231
|
var a = this.f.actualDataSource;
|
|
2197
2232
|
if (null != a) {
|
|
2198
2233
|
if (null == a.actualSchema) {
|
|
2199
|
-
this.
|
|
2234
|
+
this.bh = -1;
|
|
2200
2235
|
return;
|
|
2201
2236
|
}
|
|
2202
2237
|
var b = a.actualCount;
|
|
2203
|
-
this.
|
|
2238
|
+
this.bh = b;
|
|
2204
2239
|
}
|
|
2205
2240
|
else {
|
|
2206
|
-
this.
|
|
2241
|
+
this.bh = -1;
|
|
2207
2242
|
}
|
|
2208
2243
|
};
|
|
2209
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2244
|
+
Object.defineProperty(CheckboxList.prototype, "a7", {
|
|
2210
2245
|
get: function () {
|
|
2211
|
-
return this.
|
|
2246
|
+
return this.a6;
|
|
2212
2247
|
},
|
|
2213
2248
|
set: function (a) {
|
|
2214
|
-
if (a == this.
|
|
2249
|
+
if (a == this.a6) {
|
|
2215
2250
|
return;
|
|
2216
2251
|
}
|
|
2217
|
-
var b = this.
|
|
2218
|
-
this.
|
|
2219
|
-
this.
|
|
2252
|
+
var b = this.a6;
|
|
2253
|
+
this.a6 = a;
|
|
2254
|
+
this.dz("ShowFilter", b, this.a6);
|
|
2220
2255
|
},
|
|
2221
2256
|
enumerable: false,
|
|
2222
2257
|
configurable: true
|
|
2223
2258
|
});
|
|
2224
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2259
|
+
Object.defineProperty(CheckboxList.prototype, "a3", {
|
|
2225
2260
|
get: function () {
|
|
2226
|
-
return this.
|
|
2261
|
+
return this.a2;
|
|
2227
2262
|
},
|
|
2228
2263
|
set: function (a) {
|
|
2229
|
-
if (a == this.
|
|
2264
|
+
if (a == this.a2) {
|
|
2230
2265
|
return;
|
|
2231
2266
|
}
|
|
2232
|
-
var b = this.
|
|
2233
|
-
this.
|
|
2234
|
-
this.
|
|
2267
|
+
var b = this.a2;
|
|
2268
|
+
this.a2 = a;
|
|
2269
|
+
this.dz("IsRowHoverEnabled", b, this.a2);
|
|
2235
2270
|
},
|
|
2236
2271
|
enumerable: false,
|
|
2237
2272
|
configurable: true
|
|
2238
2273
|
});
|
|
2239
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2274
|
+
Object.defineProperty(CheckboxList.prototype, "ay", {
|
|
2240
2275
|
get: function () {
|
|
2241
|
-
return this.
|
|
2276
|
+
return this.ax;
|
|
2242
2277
|
},
|
|
2243
2278
|
set: function (a) {
|
|
2244
|
-
if (a == this.
|
|
2279
|
+
if (a == this.ax) {
|
|
2245
2280
|
return;
|
|
2246
2281
|
}
|
|
2247
|
-
var b = this.
|
|
2248
|
-
this.
|
|
2249
|
-
this.
|
|
2282
|
+
var b = this.ax;
|
|
2283
|
+
this.ax = a;
|
|
2284
|
+
this.dz("CheckboxAlignedRight", b, this.ax);
|
|
2250
2285
|
},
|
|
2251
2286
|
enumerable: false,
|
|
2252
2287
|
configurable: true
|
|
2253
2288
|
});
|
|
2254
2289
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2255
|
-
CheckboxList.
|
|
2256
|
-
CheckboxList.
|
|
2257
|
-
CheckboxList.
|
|
2258
|
-
CheckboxList.
|
|
2259
|
-
CheckboxList.
|
|
2290
|
+
CheckboxList.fg = BrushUtil.j(255, 24, 29, 31);
|
|
2291
|
+
CheckboxList.cr = "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";
|
|
2292
|
+
CheckboxList.e6 = BrushUtil.j(255, 248, 248, 248);
|
|
2293
|
+
CheckboxList.e7 = null;
|
|
2294
|
+
CheckboxList.e8 = BrushUtil.j(255, 24, 29, 31);
|
|
2260
2295
|
return CheckboxList;
|
|
2261
2296
|
}(Base));
|
|
2262
2297
|
export { CheckboxList };
|