igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +7956 -7387
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +38 -35
- package/esm2015/lib/CheckboxListBridge.js +8 -0
- package/esm2015/lib/CheckboxListView_combined.js +369 -335
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +5218 -4964
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridLocaleEn.js +8 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +188 -173
- package/esm2015/lib/GridIconRepository.js +4 -4
- package/esm2015/lib/ISummaryChooserView_combined.js +5 -5
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +55 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-checkbox-list-component.js +68 -58
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +238 -214
- package/esm2015/lib/igc-data-grid-component.js +31 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +44 -34
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +44 -38
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +38 -35
- package/esm5/lib/CheckboxListBridge.js +8 -0
- package/esm5/lib/CheckboxListView_combined.js +359 -321
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +5068 -4770
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridLocaleEn.js +8 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +8 -8
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +183 -164
- package/esm5/lib/GridIconRepository.js +4 -4
- package/esm5/lib/ISummaryChooserView_combined.js +5 -5
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +5 -5
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +55 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-checkbox-list-component.js +72 -58
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +250 -214
- package/esm5/lib/igc-data-grid-component.js +43 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +48 -34
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +48 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +8096 -7635
- package/fesm5/igniteui-webcomponents-data-grids.js +7956 -7387
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +98 -94
- package/lib/ColumnFilterCondition_combined.d.ts +1308 -1267
- package/lib/DataGridLocaleEn.d.ts +8 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridFilterDialogView_combined.d.ts +52 -49
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +9 -0
- package/lib/igc-data-grid-component.d.ts +16 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +2 -0
- package/package.json +4 -4
|
@@ -10,8 +10,8 @@ import { Dictionary$2 } from "igniteui-webcomponents-core";
|
|
|
10
10
|
import { XCheckbox } from "igniteui-webcomponents-inputs";
|
|
11
11
|
import { XLabel } from "igniteui-webcomponents-inputs";
|
|
12
12
|
import { XIcon } from "igniteui-webcomponents-inputs";
|
|
13
|
-
import { XPrefix } from "igniteui-webcomponents-inputs";
|
|
14
13
|
import { XInputGroup } from "igniteui-webcomponents-inputs";
|
|
14
|
+
import { XPrefix } from "igniteui-webcomponents-inputs";
|
|
15
15
|
import { XInput } from "igniteui-webcomponents-inputs";
|
|
16
16
|
import { ControlDisplayDensity_$type } from "igniteui-webcomponents-core";
|
|
17
17
|
import { FontInfo } from "igniteui-webcomponents-core";
|
|
@@ -97,41 +97,39 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
97
97
|
ad(a) {
|
|
98
98
|
let b = a.rootWrapper.getChildAt(0);
|
|
99
99
|
this.l = b;
|
|
100
|
-
|
|
101
|
-
let
|
|
102
|
-
|
|
103
|
-
let
|
|
104
|
-
this.c.
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
let
|
|
108
|
-
|
|
109
|
-
let
|
|
110
|
-
|
|
111
|
-
let
|
|
112
|
-
let i = a.createElement("div");
|
|
113
|
-
let j = a.getSubRenderer(i);
|
|
100
|
+
let c = new XInputGroup();
|
|
101
|
+
let d = a.getSubRenderer(b);
|
|
102
|
+
c.provideContainer(d);
|
|
103
|
+
let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
104
|
+
this.c.ef(c);
|
|
105
|
+
let f = a.createElement("div");
|
|
106
|
+
let g = a.getSubRenderer(f);
|
|
107
|
+
let h = new XPrefix();
|
|
108
|
+
h.provideContainer(g);
|
|
109
|
+
let i = g.getExternal(h, g.rootWrapper, g.getExternal(this.c, null, null));
|
|
110
|
+
let j = a.createElement("div");
|
|
111
|
+
let k = a.getSubRenderer(j);
|
|
114
112
|
this.d = new XIcon();
|
|
115
|
-
this.d.provideContainer(
|
|
113
|
+
this.d.provideContainer(k);
|
|
116
114
|
this.d.fill = this.c.searchIconColor;
|
|
117
|
-
this.d.svgPath = CheckboxList.
|
|
118
|
-
let
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
let
|
|
123
|
-
|
|
124
|
-
let
|
|
115
|
+
this.d.svgPath = CheckboxList.cx;
|
|
116
|
+
let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
117
|
+
h.appendContentChild(j);
|
|
118
|
+
c.appendContentChild(f);
|
|
119
|
+
c.inputs.add(h);
|
|
120
|
+
let m = a.createElement("div");
|
|
121
|
+
m.setRawStyleProperty("flex-grow", "1");
|
|
122
|
+
let n = a.getSubRenderer(m);
|
|
125
123
|
this.c.w = new XInput();
|
|
126
|
-
this.c.w.provideContainer(
|
|
124
|
+
this.c.w.provideContainer(n);
|
|
127
125
|
this.c.w.b8 = "text";
|
|
128
|
-
let
|
|
126
|
+
let o = n.getExternal(this.c.w, n.rootWrapper, n.getExternal(this.c, null, null));
|
|
129
127
|
if (this.c.cf != null) {
|
|
130
128
|
this.c.w.cg = this.c.cf;
|
|
131
129
|
}
|
|
132
|
-
this.c.y.appendContentChild(
|
|
130
|
+
this.c.y.appendContentChild(m);
|
|
133
131
|
this.c.y.inputs.add(this.c.w);
|
|
134
|
-
this.c.
|
|
132
|
+
this.c.d3();
|
|
135
133
|
}
|
|
136
134
|
z() {
|
|
137
135
|
if (this.j != null) {
|
|
@@ -182,7 +180,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
182
180
|
let h = d.z;
|
|
183
181
|
try {
|
|
184
182
|
d.z = true;
|
|
185
|
-
d.ar = this.c.
|
|
183
|
+
d.ar = this.c.checkboxCornerRadius;
|
|
186
184
|
d.a4 = b;
|
|
187
185
|
if (c) {
|
|
188
186
|
if (this.c.indexType == 0) {
|
|
@@ -204,11 +202,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
204
202
|
finally {
|
|
205
203
|
d.z = h;
|
|
206
204
|
}
|
|
207
|
-
d.dk = this.c.
|
|
208
|
-
d.dd = this.c.
|
|
209
|
-
d.dl = this.c.
|
|
210
|
-
d.de = this.c.
|
|
211
|
-
d.dm = this.c.
|
|
205
|
+
d.dk = this.c.fc;
|
|
206
|
+
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
207
|
+
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
208
|
+
d.de = this.c.checkboxCheckedBorderColor;
|
|
209
|
+
d.dm = this.c.checkboxUncheckedBorderColor;
|
|
212
210
|
}
|
|
213
211
|
}
|
|
214
212
|
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -388,21 +386,21 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
388
386
|
let e = c.checked;
|
|
389
387
|
if (e == true) {
|
|
390
388
|
if (this.c.indexType == 0) {
|
|
391
|
-
this.c.
|
|
389
|
+
this.c.ei(d);
|
|
392
390
|
}
|
|
393
391
|
else {
|
|
394
|
-
this.c.
|
|
392
|
+
this.c.db(d);
|
|
395
393
|
}
|
|
396
394
|
}
|
|
397
395
|
else {
|
|
398
396
|
if (this.c.indexType == 0) {
|
|
399
|
-
this.c.
|
|
397
|
+
this.c.db(d);
|
|
400
398
|
}
|
|
401
399
|
else {
|
|
402
|
-
this.c.
|
|
400
|
+
this.c.ei(d);
|
|
403
401
|
}
|
|
404
402
|
}
|
|
405
|
-
this.c.
|
|
403
|
+
this.c.dz(d, e);
|
|
406
404
|
this.an(false);
|
|
407
405
|
}
|
|
408
406
|
q() {
|
|
@@ -413,7 +411,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
413
411
|
let e = parseInt(d.a4.toString());
|
|
414
412
|
if (e == a) {
|
|
415
413
|
d.checked = b;
|
|
416
|
-
this.c.
|
|
414
|
+
this.c.dz(e, b);
|
|
417
415
|
}
|
|
418
416
|
}
|
|
419
417
|
this.an();
|
|
@@ -443,7 +441,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
443
441
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
444
442
|
this.b.n = this.c.baseTheme;
|
|
445
443
|
this.m = a.createElement("label");
|
|
446
|
-
this.m.setRawText(this.c.
|
|
444
|
+
this.m.setRawText(this.c.c1);
|
|
447
445
|
this.m.setStyleProperty("font-size", "13px");
|
|
448
446
|
this.n.setStyleProperty("display", "flex");
|
|
449
447
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -459,8 +457,8 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
459
457
|
}
|
|
460
458
|
am() {
|
|
461
459
|
if (null != this.m) {
|
|
462
|
-
this.m.setRawText(this.c.
|
|
463
|
-
NativeUI.r(this.m, this.c.
|
|
460
|
+
this.m.setRawText(this.c.c1);
|
|
461
|
+
NativeUI.r(this.m, this.c.e8);
|
|
464
462
|
}
|
|
465
463
|
}
|
|
466
464
|
ap() {
|
|
@@ -508,12 +506,12 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
508
506
|
return;
|
|
509
507
|
}
|
|
510
508
|
if (b.isChecked) {
|
|
511
|
-
this.c.
|
|
512
|
-
this.c.
|
|
509
|
+
this.c.el();
|
|
510
|
+
this.c.d8(b.isChecked);
|
|
513
511
|
}
|
|
514
512
|
else {
|
|
515
|
-
this.c.
|
|
516
|
-
this.c.
|
|
513
|
+
this.c.dh();
|
|
514
|
+
this.c.d8(b.isChecked);
|
|
517
515
|
}
|
|
518
516
|
}
|
|
519
517
|
ak() {
|
|
@@ -523,7 +521,7 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
523
521
|
}
|
|
524
522
|
let b = a.rootWrapper;
|
|
525
523
|
if (null != b) {
|
|
526
|
-
NativeUI.r(b, this.c.
|
|
524
|
+
NativeUI.r(b, this.c.textColor);
|
|
527
525
|
NativeUI.n(b, this.c.backgroundColor);
|
|
528
526
|
}
|
|
529
527
|
}
|
|
@@ -545,11 +543,11 @@ let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
545
543
|
if (this.b == null) {
|
|
546
544
|
return;
|
|
547
545
|
}
|
|
548
|
-
this.b.dk = this.c.
|
|
549
|
-
this.b.dd = this.c.
|
|
550
|
-
this.b.dl = this.c.
|
|
551
|
-
this.b.de = this.c.
|
|
552
|
-
this.b.dm = this.c.
|
|
546
|
+
this.b.dk = this.c.fc;
|
|
547
|
+
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
548
|
+
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
549
|
+
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
550
|
+
this.b.dm = this.c.checkboxUncheckedBorderColor;
|
|
553
551
|
}
|
|
554
552
|
ah(a) {
|
|
555
553
|
if (this.k != null) {
|
|
@@ -632,7 +630,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
632
630
|
let b = this.a;
|
|
633
631
|
this.a = a;
|
|
634
632
|
if (b != this.a) {
|
|
635
|
-
this.
|
|
633
|
+
this.d6("PrimaryKey", b, this.a);
|
|
636
634
|
}
|
|
637
635
|
}
|
|
638
636
|
constructor() {
|
|
@@ -673,30 +671,31 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
673
671
|
this.m = 1;
|
|
674
672
|
this.ae = 1;
|
|
675
673
|
this.ag = 2;
|
|
676
|
-
this.
|
|
677
|
-
this.
|
|
674
|
+
this.e4 = BrushUtil.l(255, 24, 29, 31);
|
|
675
|
+
this.e1 = null;
|
|
678
676
|
this.ax = true;
|
|
677
|
+
this.e5 = null;
|
|
679
678
|
this.e2 = null;
|
|
680
|
-
this.
|
|
679
|
+
this.e3 = null;
|
|
681
680
|
this.an = null;
|
|
681
|
+
this.ew = null;
|
|
682
682
|
this.eu = null;
|
|
683
|
-
this.
|
|
683
|
+
this.ex = null;
|
|
684
684
|
this.ev = null;
|
|
685
|
-
this.
|
|
686
|
-
this.ew = null;
|
|
685
|
+
this.ey = null;
|
|
687
686
|
this.bb = NaN;
|
|
688
|
-
this.
|
|
687
|
+
this.gridColumnProvider = null;
|
|
689
688
|
this.ac = 0;
|
|
690
|
-
this.
|
|
689
|
+
this.e0 = null;
|
|
691
690
|
this.indexTypeChanged = null;
|
|
692
691
|
this.aw = false;
|
|
693
|
-
this.
|
|
694
|
-
this.
|
|
695
|
-
this.
|
|
692
|
+
this.c0 = null;
|
|
693
|
+
this.e6 = null;
|
|
694
|
+
this.es = CheckboxList.fi;
|
|
696
695
|
this.a9 = true;
|
|
697
|
-
this.
|
|
698
|
-
this.
|
|
699
|
-
this.
|
|
696
|
+
this.et = CheckboxList.ff;
|
|
697
|
+
this.ez = CheckboxList.fh;
|
|
698
|
+
this.e7 = CheckboxList.fi;
|
|
700
699
|
this.keysCleared = null;
|
|
701
700
|
this.selectAllCheckboxChanged = null;
|
|
702
701
|
this.bm = -1;
|
|
@@ -704,8 +703,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
704
703
|
this.a3 = true;
|
|
705
704
|
this.ay = false;
|
|
706
705
|
let a = this.h;
|
|
707
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
708
|
-
this.h.am(runOn(this, this.
|
|
706
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.eb));
|
|
707
|
+
this.h.am(runOn(this, this.ea));
|
|
709
708
|
this.d = new FilterFactory();
|
|
710
709
|
let b = new CheckboxListView();
|
|
711
710
|
b.c = this;
|
|
@@ -727,44 +726,44 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
727
726
|
removeSelectedKeyAt(a) {
|
|
728
727
|
this.keys.removeAt(a);
|
|
729
728
|
}
|
|
730
|
-
|
|
731
|
-
this.
|
|
729
|
+
ea() {
|
|
730
|
+
this.dr();
|
|
732
731
|
if (this.keysCleared != null) {
|
|
733
732
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
734
733
|
}
|
|
735
734
|
}
|
|
736
|
-
|
|
735
|
+
eb(a, b) {
|
|
737
736
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
738
737
|
return;
|
|
739
738
|
}
|
|
740
739
|
switch (b.action) {
|
|
741
740
|
case 0:
|
|
742
741
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
743
|
-
this.
|
|
742
|
+
this.d4(b.newItems.item(c));
|
|
744
743
|
}
|
|
745
744
|
break;
|
|
746
745
|
case 1:
|
|
747
746
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
748
|
-
this.
|
|
747
|
+
this.d5(b.oldItems.item(d));
|
|
749
748
|
}
|
|
750
749
|
break;
|
|
751
750
|
case 2:
|
|
752
751
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
753
|
-
this.
|
|
752
|
+
this.d5(b.oldItems.item(e));
|
|
754
753
|
}
|
|
755
754
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
756
|
-
this.
|
|
755
|
+
this.d4(b.newItems.item(f));
|
|
757
756
|
}
|
|
758
757
|
break;
|
|
759
758
|
case 4:
|
|
760
759
|
this.view.ab(this.indexType == 0);
|
|
761
760
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
762
|
-
this.
|
|
761
|
+
this.d4(this.keys.ae._inner[g]);
|
|
763
762
|
}
|
|
764
763
|
break;
|
|
765
764
|
}
|
|
766
765
|
}
|
|
767
|
-
|
|
766
|
+
d4(a) {
|
|
768
767
|
let b = this.e.indexOfKey(a.value);
|
|
769
768
|
if (b >= 0) {
|
|
770
769
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -780,7 +779,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
780
779
|
return $ret;
|
|
781
780
|
})()));
|
|
782
781
|
}
|
|
783
|
-
|
|
782
|
+
d5(a) {
|
|
784
783
|
let b = this.e.indexOfKey(a.value);
|
|
785
784
|
if (b >= 0) {
|
|
786
785
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -796,7 +795,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
796
795
|
return $ret;
|
|
797
796
|
})()));
|
|
798
797
|
}
|
|
799
|
-
|
|
798
|
+
dz(a, b) {
|
|
800
799
|
if (this.checkedChanged != null && this.at == false) {
|
|
801
800
|
let c = null;
|
|
802
801
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -821,58 +820,58 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
821
820
|
this.av = false;
|
|
822
821
|
if (this.g != null) {
|
|
823
822
|
let a = this.g;
|
|
824
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
823
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dl));
|
|
825
824
|
let b = this.g;
|
|
826
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
825
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dm));
|
|
827
826
|
if (this.g.actualDataSource != null) {
|
|
828
827
|
let c = this.g.actualDataSource;
|
|
829
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
828
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d7));
|
|
830
829
|
}
|
|
831
830
|
}
|
|
832
831
|
if (this.v != null) {
|
|
833
832
|
let d = this.v;
|
|
834
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
833
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dp));
|
|
835
834
|
}
|
|
836
835
|
if (this.k != null) {
|
|
837
836
|
let e = this.k;
|
|
838
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
837
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.df));
|
|
839
838
|
}
|
|
840
839
|
}
|
|
841
840
|
onDetachedFromUI() {
|
|
842
841
|
this.av = true;
|
|
842
|
+
this.dk();
|
|
843
843
|
this.dj();
|
|
844
|
-
this.di();
|
|
845
844
|
}
|
|
846
|
-
|
|
845
|
+
dk() {
|
|
847
846
|
if (this.g != null) {
|
|
848
847
|
let a = this.g;
|
|
849
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
848
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dl));
|
|
850
849
|
let b = this.g;
|
|
851
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
850
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dm));
|
|
852
851
|
if (this.g.actualDataSource != null) {
|
|
853
852
|
let c = this.g.actualDataSource;
|
|
854
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
853
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d7));
|
|
855
854
|
}
|
|
856
855
|
}
|
|
857
856
|
if (this.v != null) {
|
|
858
857
|
let d = this.v;
|
|
859
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
858
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dp));
|
|
860
859
|
}
|
|
861
860
|
}
|
|
862
|
-
|
|
861
|
+
dj() {
|
|
863
862
|
if (this.k != null) {
|
|
864
863
|
let a = this.k;
|
|
865
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
864
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.df));
|
|
866
865
|
}
|
|
867
866
|
}
|
|
868
867
|
destroy() {
|
|
869
868
|
this.au = true;
|
|
870
869
|
if (!this.av) {
|
|
871
|
-
this.
|
|
870
|
+
this.dk();
|
|
872
871
|
}
|
|
873
872
|
this.provideContainer(null, null, null);
|
|
874
873
|
if (!this.av) {
|
|
875
|
-
this.
|
|
874
|
+
this.dj();
|
|
876
875
|
}
|
|
877
876
|
}
|
|
878
877
|
get a0() {
|
|
@@ -883,8 +882,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
883
882
|
if (null != this.g) {
|
|
884
883
|
this.g.scrollbarStyle = 1;
|
|
885
884
|
let d = this.g;
|
|
886
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
887
|
-
this.g.scrollbarBackground = this.
|
|
885
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dm));
|
|
886
|
+
this.g.scrollbarBackground = this.fl;
|
|
888
887
|
this.g.headerHeight = 0;
|
|
889
888
|
this.g.rowSeparatorHeight = 0;
|
|
890
889
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -893,40 +892,40 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
893
892
|
this.g.selectionMode = 0;
|
|
894
893
|
this.g.editMode = 0;
|
|
895
894
|
let e = this.g;
|
|
896
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
895
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dl));
|
|
897
896
|
if (this.bp != null) {
|
|
898
897
|
this.g.itemsSource = this.bp;
|
|
899
|
-
this.
|
|
900
|
-
this.
|
|
898
|
+
this.de();
|
|
899
|
+
this.d9();
|
|
901
900
|
}
|
|
902
901
|
if (this.bt != null) {
|
|
903
|
-
this.
|
|
904
|
-
this.
|
|
902
|
+
this.d9();
|
|
903
|
+
this.eo();
|
|
905
904
|
}
|
|
906
905
|
}
|
|
907
906
|
this.view.w(c);
|
|
908
|
-
if (this.
|
|
909
|
-
this.
|
|
907
|
+
if (this.checkboxAlignedRight) {
|
|
908
|
+
this.eq();
|
|
910
909
|
}
|
|
911
910
|
this.view.r(a);
|
|
912
911
|
}
|
|
913
|
-
|
|
912
|
+
dm(a, b) {
|
|
914
913
|
this.g.scrollbarStyle = this.ad;
|
|
915
914
|
}
|
|
916
915
|
provideSelectAllSection(a) {
|
|
917
916
|
this.view.w(a);
|
|
918
917
|
}
|
|
919
|
-
|
|
920
|
-
if (!this.
|
|
918
|
+
dl(a, b) {
|
|
919
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a5 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a5 == 1) {
|
|
921
920
|
return;
|
|
922
921
|
}
|
|
923
922
|
let c = b.cellInfo.l.x;
|
|
924
923
|
if (-1 == c) {
|
|
925
924
|
return;
|
|
926
925
|
}
|
|
927
|
-
let d = b.cellInfo.
|
|
926
|
+
let d = b.cellInfo.ij;
|
|
928
927
|
let e = this.j(d);
|
|
929
|
-
if (this.
|
|
928
|
+
if (this.labelClickTriggersChange) {
|
|
930
929
|
if (this.keys.contains(e)) {
|
|
931
930
|
if (this.ak != null) {
|
|
932
931
|
this.ak.setPropertyValue(d, false);
|
|
@@ -940,9 +939,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
940
939
|
this.keys.add(e);
|
|
941
940
|
}
|
|
942
941
|
}
|
|
943
|
-
this.
|
|
942
|
+
this.du(c, this.keys.contains(e));
|
|
944
943
|
}
|
|
945
|
-
|
|
944
|
+
du(a, b) {
|
|
946
945
|
let c = null;
|
|
947
946
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
948
947
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -961,21 +960,21 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
961
960
|
return $ret;
|
|
962
961
|
})()));
|
|
963
962
|
}
|
|
964
|
-
|
|
963
|
+
df(a, b) {
|
|
965
964
|
let c = b.cellInfo.l.x;
|
|
966
965
|
if (-1 == c) {
|
|
967
966
|
return;
|
|
968
967
|
}
|
|
969
968
|
let d = false;
|
|
970
|
-
if (b.cellInfo.
|
|
971
|
-
let e = this.j(b.cellInfo.
|
|
969
|
+
if (b.cellInfo.ij != null) {
|
|
970
|
+
let e = this.j(b.cellInfo.ij);
|
|
972
971
|
if (this.keys.contains(e)) {
|
|
973
972
|
d = true;
|
|
974
973
|
}
|
|
975
974
|
}
|
|
976
975
|
this.view.t(b.content.element, c, d);
|
|
977
976
|
}
|
|
978
|
-
|
|
977
|
+
ep(a, b) {
|
|
979
978
|
let c = b.cellInfo.l.x;
|
|
980
979
|
if (-1 == c) {
|
|
981
980
|
return;
|
|
@@ -985,13 +984,13 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
985
984
|
let f = null;
|
|
986
985
|
let g = null;
|
|
987
986
|
let h = null;
|
|
988
|
-
if (b.cellInfo.
|
|
989
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
987
|
+
if (b.cellInfo.ij != null) {
|
|
988
|
+
d = this.ai.getPropertyValue(b.cellInfo.ij);
|
|
990
989
|
if (this.al != null) {
|
|
991
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
990
|
+
e = this.al.getPropertyValue(b.cellInfo.ij);
|
|
992
991
|
}
|
|
993
992
|
if (this.aj != null) {
|
|
994
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
993
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
|
|
995
994
|
if (i == 0) {
|
|
996
995
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
997
996
|
}
|
|
@@ -1005,7 +1004,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1005
1004
|
}
|
|
1006
1005
|
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1007
1006
|
}
|
|
1008
|
-
|
|
1007
|
+
d1(a) {
|
|
1009
1008
|
if (this.bt != null) {
|
|
1010
1009
|
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1011
1010
|
let c = b.contains(a);
|
|
@@ -1026,7 +1025,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1026
1025
|
let b = this.bp;
|
|
1027
1026
|
this.bp = a;
|
|
1028
1027
|
if (b != this.bp) {
|
|
1029
|
-
this.
|
|
1028
|
+
this.d6("ItemsSource", b, this.bp);
|
|
1030
1029
|
}
|
|
1031
1030
|
}
|
|
1032
1031
|
get dataMemberPath() {
|
|
@@ -1036,37 +1035,37 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1036
1035
|
let b = this.bt;
|
|
1037
1036
|
this.bt = a;
|
|
1038
1037
|
if (b != this.bt) {
|
|
1039
|
-
this.
|
|
1038
|
+
this.d6("DataMemberPath", b, this.bt);
|
|
1040
1039
|
}
|
|
1041
1040
|
}
|
|
1042
|
-
get
|
|
1041
|
+
get dataLegendTarget() {
|
|
1043
1042
|
return this.bo;
|
|
1044
1043
|
}
|
|
1045
|
-
set
|
|
1044
|
+
set dataLegendTarget(a) {
|
|
1046
1045
|
let b = this.bo;
|
|
1047
1046
|
this.bo = a;
|
|
1048
1047
|
if (b != this.bo) {
|
|
1049
|
-
this.
|
|
1048
|
+
this.d6("DataLegendTarget", b, this.bo);
|
|
1050
1049
|
}
|
|
1051
1050
|
}
|
|
1052
|
-
get
|
|
1051
|
+
get subtitleMemberPath() {
|
|
1053
1052
|
return this.bx;
|
|
1054
1053
|
}
|
|
1055
|
-
set
|
|
1054
|
+
set subtitleMemberPath(a) {
|
|
1056
1055
|
let b = this.bx;
|
|
1057
1056
|
this.bx = a;
|
|
1058
1057
|
if (b != this.bx) {
|
|
1059
|
-
this.
|
|
1058
|
+
this.d6("SubtitleMemberPath", b, this.bx);
|
|
1060
1059
|
}
|
|
1061
1060
|
}
|
|
1062
|
-
get
|
|
1061
|
+
get propertyTypeMemberPath() {
|
|
1063
1062
|
return this.bv;
|
|
1064
1063
|
}
|
|
1065
|
-
set
|
|
1064
|
+
set propertyTypeMemberPath(a) {
|
|
1066
1065
|
let b = this.bv;
|
|
1067
1066
|
this.bv = a;
|
|
1068
1067
|
if (b != this.bv) {
|
|
1069
|
-
this.
|
|
1068
|
+
this.d6("PropertyTypeMemberPath", b, this.bv);
|
|
1070
1069
|
}
|
|
1071
1070
|
}
|
|
1072
1071
|
get selectedMemberPath() {
|
|
@@ -1076,7 +1075,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1076
1075
|
let b = this.bw;
|
|
1077
1076
|
this.bw = a;
|
|
1078
1077
|
if (b != this.bw) {
|
|
1079
|
-
this.
|
|
1078
|
+
this.d6("SelectedMemberPath", b, this.bw);
|
|
1080
1079
|
}
|
|
1081
1080
|
}
|
|
1082
1081
|
get cf() {
|
|
@@ -1086,7 +1085,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1086
1085
|
let b = this.bu;
|
|
1087
1086
|
this.bu = a;
|
|
1088
1087
|
if (b != this.bu) {
|
|
1089
|
-
this.
|
|
1088
|
+
this.d6("FilterPlaceholderText", b, this.bu);
|
|
1090
1089
|
}
|
|
1091
1090
|
}
|
|
1092
1091
|
get aa() {
|
|
@@ -1096,7 +1095,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1096
1095
|
let b = this.z;
|
|
1097
1096
|
this.z = a;
|
|
1098
1097
|
if (b != this.z) {
|
|
1099
|
-
this.
|
|
1098
|
+
this.d6("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1100
1099
|
}
|
|
1101
1100
|
}
|
|
1102
1101
|
get bn() {
|
|
@@ -1106,7 +1105,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1106
1105
|
let b = this.bk;
|
|
1107
1106
|
this.bk = a;
|
|
1108
1107
|
if (b != this.bk) {
|
|
1109
|
-
this.
|
|
1108
|
+
this.d6("RowHeight", b, this.bk);
|
|
1110
1109
|
}
|
|
1111
1110
|
}
|
|
1112
1111
|
get bl() {
|
|
@@ -1134,7 +1133,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1134
1133
|
let b = this.am;
|
|
1135
1134
|
this.am = a;
|
|
1136
1135
|
if (b != this.am) {
|
|
1137
|
-
this.
|
|
1136
|
+
this.d6("CellTextStyle", b, this.am);
|
|
1138
1137
|
}
|
|
1139
1138
|
}
|
|
1140
1139
|
get indexType() {
|
|
@@ -1144,7 +1143,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1144
1143
|
let b = this.m;
|
|
1145
1144
|
this.m = a;
|
|
1146
1145
|
if (b != this.m) {
|
|
1147
|
-
this.
|
|
1146
|
+
this.d6("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1148
1147
|
}
|
|
1149
1148
|
}
|
|
1150
1149
|
get baseTheme() {
|
|
@@ -1154,7 +1153,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1154
1153
|
let b = this.ae;
|
|
1155
1154
|
this.ae = a;
|
|
1156
1155
|
if (b != this.ae) {
|
|
1157
|
-
this.
|
|
1156
|
+
this.d6("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1158
1157
|
}
|
|
1159
1158
|
}
|
|
1160
1159
|
get density() {
|
|
@@ -1164,57 +1163,67 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1164
1163
|
let b = this.ag;
|
|
1165
1164
|
this.ag = a;
|
|
1166
1165
|
if (b != this.ag) {
|
|
1167
|
-
this.
|
|
1166
|
+
this.d6("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1168
1167
|
}
|
|
1169
1168
|
}
|
|
1170
1169
|
get searchIconColor() {
|
|
1171
|
-
return this.
|
|
1170
|
+
return this.e4;
|
|
1172
1171
|
}
|
|
1173
1172
|
set searchIconColor(a) {
|
|
1174
|
-
let b = this.
|
|
1175
|
-
this.
|
|
1176
|
-
if (b != this.
|
|
1177
|
-
this.
|
|
1173
|
+
let b = this.e4;
|
|
1174
|
+
this.e4 = a;
|
|
1175
|
+
if (b != this.e4) {
|
|
1176
|
+
this.d6("SearchIconColor", b, this.e4);
|
|
1178
1177
|
}
|
|
1179
1178
|
}
|
|
1180
|
-
get
|
|
1181
|
-
return this.
|
|
1179
|
+
get fm() {
|
|
1180
|
+
return this.e1;
|
|
1182
1181
|
}
|
|
1183
|
-
set
|
|
1184
|
-
let b = this.
|
|
1185
|
-
this.
|
|
1186
|
-
if (b != this.
|
|
1187
|
-
this.
|
|
1182
|
+
set fm(a) {
|
|
1183
|
+
let b = this.e1;
|
|
1184
|
+
this.e1 = a;
|
|
1185
|
+
if (b != this.e1) {
|
|
1186
|
+
this.d6("SearchBackgroundColor", b, this.e1);
|
|
1188
1187
|
}
|
|
1189
1188
|
}
|
|
1190
|
-
get
|
|
1189
|
+
get labelClickTriggersChange() {
|
|
1191
1190
|
return this.ax;
|
|
1192
1191
|
}
|
|
1193
|
-
set
|
|
1192
|
+
set labelClickTriggersChange(a) {
|
|
1194
1193
|
let b = this.ax;
|
|
1195
1194
|
this.ax = a;
|
|
1196
1195
|
if (b != this.ax) {
|
|
1197
|
-
this.
|
|
1196
|
+
this.d6("LabelClickTriggersChange", b, this.ax);
|
|
1198
1197
|
}
|
|
1199
1198
|
}
|
|
1200
1199
|
get searchTextColor() {
|
|
1201
|
-
return this.
|
|
1200
|
+
return this.e5;
|
|
1202
1201
|
}
|
|
1203
1202
|
set searchTextColor(a) {
|
|
1203
|
+
let b = this.e5;
|
|
1204
|
+
this.e5 = a;
|
|
1205
|
+
if (b != this.e5) {
|
|
1206
|
+
this.d6("SearchTextColor", b, this.e5);
|
|
1207
|
+
}
|
|
1208
|
+
}
|
|
1209
|
+
get searchBorderColor() {
|
|
1210
|
+
return this.e2;
|
|
1211
|
+
}
|
|
1212
|
+
set searchBorderColor(a) {
|
|
1204
1213
|
let b = this.e2;
|
|
1205
1214
|
this.e2 = a;
|
|
1206
1215
|
if (b != this.e2) {
|
|
1207
|
-
this.
|
|
1216
|
+
this.d6("SearchBorderColor", b, this.e2);
|
|
1208
1217
|
}
|
|
1209
1218
|
}
|
|
1210
|
-
get
|
|
1211
|
-
return this.
|
|
1219
|
+
get searchFocusBorderColor() {
|
|
1220
|
+
return this.e3;
|
|
1212
1221
|
}
|
|
1213
|
-
set
|
|
1214
|
-
let b = this.
|
|
1215
|
-
this.
|
|
1216
|
-
if (b != this.
|
|
1217
|
-
this.
|
|
1222
|
+
set searchFocusBorderColor(a) {
|
|
1223
|
+
let b = this.e3;
|
|
1224
|
+
this.e3 = a;
|
|
1225
|
+
if (b != this.e3) {
|
|
1226
|
+
this.d6("SearchFocusBorderColor", b, this.e3);
|
|
1218
1227
|
}
|
|
1219
1228
|
}
|
|
1220
1229
|
get ap() {
|
|
@@ -1224,67 +1233,67 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1224
1233
|
let b = this.an;
|
|
1225
1234
|
this.an = a;
|
|
1226
1235
|
if (b != this.an) {
|
|
1227
|
-
this.
|
|
1236
|
+
this.d6("SearchTextStyle", b, this.an);
|
|
1237
|
+
}
|
|
1238
|
+
}
|
|
1239
|
+
get fc() {
|
|
1240
|
+
return this.ew;
|
|
1241
|
+
}
|
|
1242
|
+
set fc(a) {
|
|
1243
|
+
let b = this.ew;
|
|
1244
|
+
this.ew = a;
|
|
1245
|
+
if (b != this.ew) {
|
|
1246
|
+
this.d6("CheckboxTickColor", b, this.ew);
|
|
1228
1247
|
}
|
|
1229
1248
|
}
|
|
1230
|
-
get
|
|
1249
|
+
get checkboxCheckedBackgroundColor() {
|
|
1231
1250
|
return this.eu;
|
|
1232
1251
|
}
|
|
1233
|
-
set
|
|
1252
|
+
set checkboxCheckedBackgroundColor(a) {
|
|
1234
1253
|
let b = this.eu;
|
|
1235
1254
|
this.eu = a;
|
|
1236
1255
|
if (b != this.eu) {
|
|
1237
|
-
this.
|
|
1256
|
+
this.d6("CheckboxCheckedBackgroundColor", b, this.eu);
|
|
1238
1257
|
}
|
|
1239
1258
|
}
|
|
1240
|
-
get
|
|
1241
|
-
return this.
|
|
1259
|
+
get checkboxUncheckedBackgroundColor() {
|
|
1260
|
+
return this.ex;
|
|
1242
1261
|
}
|
|
1243
|
-
set
|
|
1244
|
-
let b = this.
|
|
1245
|
-
this.
|
|
1246
|
-
if (b != this.
|
|
1247
|
-
this.
|
|
1262
|
+
set checkboxUncheckedBackgroundColor(a) {
|
|
1263
|
+
let b = this.ex;
|
|
1264
|
+
this.ex = a;
|
|
1265
|
+
if (b != this.ex) {
|
|
1266
|
+
this.d6("CheckboxUncheckedBackgroundColor", b, this.ex);
|
|
1248
1267
|
}
|
|
1249
1268
|
}
|
|
1250
|
-
get
|
|
1269
|
+
get checkboxCheckedBorderColor() {
|
|
1251
1270
|
return this.ev;
|
|
1252
1271
|
}
|
|
1253
|
-
set
|
|
1272
|
+
set checkboxCheckedBorderColor(a) {
|
|
1254
1273
|
let b = this.ev;
|
|
1255
1274
|
this.ev = a;
|
|
1256
1275
|
if (b != this.ev) {
|
|
1257
|
-
this.
|
|
1258
|
-
}
|
|
1259
|
-
}
|
|
1260
|
-
get e8() {
|
|
1261
|
-
return this.et;
|
|
1262
|
-
}
|
|
1263
|
-
set e8(a) {
|
|
1264
|
-
let b = this.et;
|
|
1265
|
-
this.et = a;
|
|
1266
|
-
if (b != this.et) {
|
|
1267
|
-
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1276
|
+
this.d6("CheckboxCheckedBorderColor", b, this.ev);
|
|
1268
1277
|
}
|
|
1269
1278
|
}
|
|
1270
|
-
get
|
|
1271
|
-
return this.
|
|
1279
|
+
get checkboxUncheckedBorderColor() {
|
|
1280
|
+
return this.ey;
|
|
1272
1281
|
}
|
|
1273
|
-
set
|
|
1274
|
-
let b = this.
|
|
1275
|
-
this.
|
|
1276
|
-
if (b != this.
|
|
1277
|
-
this.
|
|
1282
|
+
set checkboxUncheckedBorderColor(a) {
|
|
1283
|
+
let b = this.ey;
|
|
1284
|
+
this.ey = a;
|
|
1285
|
+
if (b != this.ey) {
|
|
1286
|
+
this.d6("CheckboxUncheckedBorderColor", b, this.ey);
|
|
1278
1287
|
}
|
|
1279
1288
|
}
|
|
1280
|
-
get
|
|
1289
|
+
get checkboxCornerRadius() {
|
|
1281
1290
|
return this.bb;
|
|
1282
1291
|
}
|
|
1283
|
-
set
|
|
1292
|
+
set checkboxCornerRadius(a) {
|
|
1284
1293
|
let b = this.bb;
|
|
1285
1294
|
this.bb = a;
|
|
1286
1295
|
if (b != this.bb) {
|
|
1287
|
-
this.
|
|
1296
|
+
this.d6("CheckboxCornerRadius", b, this.bb);
|
|
1288
1297
|
}
|
|
1289
1298
|
}
|
|
1290
1299
|
get ad() {
|
|
@@ -1294,35 +1303,35 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1294
1303
|
let b = this.ac;
|
|
1295
1304
|
this.ac = a;
|
|
1296
1305
|
if (b != this.ac) {
|
|
1297
|
-
this.
|
|
1306
|
+
this.d6("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1298
1307
|
}
|
|
1299
1308
|
}
|
|
1300
|
-
get
|
|
1301
|
-
return this.
|
|
1309
|
+
get fl() {
|
|
1310
|
+
return this.e0;
|
|
1302
1311
|
}
|
|
1303
|
-
set
|
|
1304
|
-
let b = this.
|
|
1305
|
-
this.
|
|
1306
|
-
if (b != this.
|
|
1307
|
-
this.
|
|
1312
|
+
set fl(a) {
|
|
1313
|
+
let b = this.e0;
|
|
1314
|
+
this.e0 = a;
|
|
1315
|
+
if (b != this.e0) {
|
|
1316
|
+
this.d6("ScrollbarBackground", b, this.e0);
|
|
1308
1317
|
}
|
|
1309
1318
|
}
|
|
1310
|
-
|
|
1319
|
+
d6(a, b, c) {
|
|
1311
1320
|
if (this.propertyChanged != null) {
|
|
1312
1321
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1313
1322
|
}
|
|
1314
|
-
this.
|
|
1323
|
+
this.ec(a, b, c);
|
|
1315
1324
|
}
|
|
1316
|
-
|
|
1325
|
+
ec(a, b, c) {
|
|
1317
1326
|
switch (a) {
|
|
1318
1327
|
case "IndexType":
|
|
1319
1328
|
this.keys.clear();
|
|
1320
|
-
this.
|
|
1329
|
+
this.dr();
|
|
1321
1330
|
if (this.keysCleared != null) {
|
|
1322
1331
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1323
1332
|
}
|
|
1324
1333
|
this.view.an();
|
|
1325
|
-
this.
|
|
1334
|
+
this.d2(b, c);
|
|
1326
1335
|
break;
|
|
1327
1336
|
case "ItemsSource":
|
|
1328
1337
|
if (this.g != null) {
|
|
@@ -1335,16 +1344,16 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1335
1344
|
}
|
|
1336
1345
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1337
1346
|
let d = this.g.actualDataSource;
|
|
1338
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1347
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d7));
|
|
1339
1348
|
}
|
|
1340
1349
|
this.g.itemsSource = this.bp;
|
|
1341
|
-
this.
|
|
1350
|
+
this.de();
|
|
1342
1351
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1343
1352
|
let e = this.g.actualDataSource;
|
|
1344
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1353
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d7));
|
|
1345
1354
|
}
|
|
1346
1355
|
this.at = true;
|
|
1347
|
-
this.
|
|
1356
|
+
this.d9();
|
|
1348
1357
|
this.at = false;
|
|
1349
1358
|
this.view.an();
|
|
1350
1359
|
}
|
|
@@ -1355,8 +1364,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1355
1364
|
case "PropertyTypeMemberPath":
|
|
1356
1365
|
if (this.g != null) {
|
|
1357
1366
|
if (this.bt != null) {
|
|
1358
|
-
this.
|
|
1359
|
-
this.
|
|
1367
|
+
this.d9();
|
|
1368
|
+
this.eo();
|
|
1360
1369
|
}
|
|
1361
1370
|
}
|
|
1362
1371
|
break;
|
|
@@ -1366,7 +1375,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1366
1375
|
}
|
|
1367
1376
|
break;
|
|
1368
1377
|
case "SelectAllCaptionTextColor":
|
|
1369
|
-
this.
|
|
1378
|
+
this.e8 = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fj();
|
|
1370
1379
|
break;
|
|
1371
1380
|
case "SelectAllCaption":
|
|
1372
1381
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1406,7 +1415,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1406
1415
|
case "RowHoverBackgroundColor":
|
|
1407
1416
|
let f = this.g;
|
|
1408
1417
|
if (null != f) {
|
|
1409
|
-
f.cellTextColor = this.
|
|
1418
|
+
f.cellTextColor = this.textColor;
|
|
1410
1419
|
f.cellBackground = this.backgroundColor;
|
|
1411
1420
|
f.background = this.backgroundColor;
|
|
1412
1421
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1415,10 +1424,10 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1415
1424
|
this.view.ak();
|
|
1416
1425
|
break;
|
|
1417
1426
|
case "BaseTheme":
|
|
1418
|
-
this.
|
|
1427
|
+
this.en();
|
|
1419
1428
|
break;
|
|
1420
1429
|
case "Density":
|
|
1421
|
-
this.
|
|
1430
|
+
this.em();
|
|
1422
1431
|
break;
|
|
1423
1432
|
case "IsRowHoverEnabled":
|
|
1424
1433
|
if (this.g != null) {
|
|
@@ -1432,17 +1441,26 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1432
1441
|
break;
|
|
1433
1442
|
case "ScrollbarBackground":
|
|
1434
1443
|
if (this.g != null) {
|
|
1435
|
-
this.g.scrollbarBackground = this.
|
|
1444
|
+
this.g.scrollbarBackground = this.fl;
|
|
1436
1445
|
}
|
|
1437
1446
|
break;
|
|
1438
1447
|
case "SearchIconColor":
|
|
1439
1448
|
this.view.ai();
|
|
1440
1449
|
break;
|
|
1441
1450
|
case "SearchBackgroundColor":
|
|
1442
|
-
this.y
|
|
1451
|
+
if (this.y != null) {
|
|
1452
|
+
this.y.mc = this.fm;
|
|
1453
|
+
}
|
|
1443
1454
|
break;
|
|
1444
1455
|
case "SearchBorderColor":
|
|
1445
|
-
this.y
|
|
1456
|
+
if (this.y != null) {
|
|
1457
|
+
this.y.md = this.searchBorderColor;
|
|
1458
|
+
}
|
|
1459
|
+
break;
|
|
1460
|
+
case "SearchFocusBorderColor":
|
|
1461
|
+
if (this.y != null) {
|
|
1462
|
+
this.y.no = this.searchFocusBorderColor;
|
|
1463
|
+
}
|
|
1446
1464
|
break;
|
|
1447
1465
|
case "SearchTextColor":
|
|
1448
1466
|
if (this.w != null) {
|
|
@@ -1450,7 +1468,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1450
1468
|
}
|
|
1451
1469
|
break;
|
|
1452
1470
|
case "SearchTextStyle":
|
|
1453
|
-
this.w
|
|
1471
|
+
if (this.w != null) {
|
|
1472
|
+
this.w.af = this.ap;
|
|
1473
|
+
}
|
|
1454
1474
|
break;
|
|
1455
1475
|
case "CheckboxTickColor":
|
|
1456
1476
|
case "CheckboxCheckedBackgroundColor":
|
|
@@ -1460,22 +1480,22 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1460
1480
|
case "CheckboxCornerRadius":
|
|
1461
1481
|
this.view.af();
|
|
1462
1482
|
if (this.g != null) {
|
|
1463
|
-
this.g.
|
|
1483
|
+
this.g.y1();
|
|
1464
1484
|
}
|
|
1465
1485
|
break;
|
|
1466
1486
|
case "CheckboxAlignedRight":
|
|
1467
1487
|
if (this.g != null) {
|
|
1468
|
-
this.
|
|
1488
|
+
this.eq();
|
|
1469
1489
|
}
|
|
1470
1490
|
break;
|
|
1471
1491
|
case "DataLegendTarget":
|
|
1472
1492
|
if (this.g != null) {
|
|
1473
|
-
this.g.
|
|
1493
|
+
this.g.y1();
|
|
1474
1494
|
}
|
|
1475
1495
|
break;
|
|
1476
1496
|
}
|
|
1477
1497
|
}
|
|
1478
|
-
|
|
1498
|
+
eq() {
|
|
1479
1499
|
if (this.g.actualColumns.count == 0) {
|
|
1480
1500
|
return;
|
|
1481
1501
|
}
|
|
@@ -1483,7 +1503,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1483
1503
|
let b = this.g.actualColumns._inner[1];
|
|
1484
1504
|
let c = this.g.actualColumns._inner[2];
|
|
1485
1505
|
this.g.actualColumns.clear();
|
|
1486
|
-
if (this.
|
|
1506
|
+
if (this.checkboxAlignedRight) {
|
|
1487
1507
|
this.g.columns.add(b);
|
|
1488
1508
|
this.g.columns.add(a);
|
|
1489
1509
|
}
|
|
@@ -1493,7 +1513,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1493
1513
|
}
|
|
1494
1514
|
this.g.columns.add(c);
|
|
1495
1515
|
}
|
|
1496
|
-
|
|
1516
|
+
d2(a, b) {
|
|
1497
1517
|
if (this.indexTypeChanged != null) {
|
|
1498
1518
|
this.indexTypeChanged(this, ((() => {
|
|
1499
1519
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1503,7 +1523,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1503
1523
|
})()));
|
|
1504
1524
|
}
|
|
1505
1525
|
}
|
|
1506
|
-
|
|
1526
|
+
em() {
|
|
1507
1527
|
if (this.g != null) {
|
|
1508
1528
|
this.g.density = this.density;
|
|
1509
1529
|
}
|
|
@@ -1513,7 +1533,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1513
1533
|
this.view.ae();
|
|
1514
1534
|
this.view.z();
|
|
1515
1535
|
}
|
|
1516
|
-
|
|
1536
|
+
en() {
|
|
1517
1537
|
if (this.x != null) {
|
|
1518
1538
|
this.x.p = this.baseTheme;
|
|
1519
1539
|
}
|
|
@@ -1522,28 +1542,28 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1522
1542
|
}
|
|
1523
1543
|
if (this.g != null) {
|
|
1524
1544
|
this.g.theme = this.baseTheme;
|
|
1525
|
-
this.g.cellTextColor = this.
|
|
1545
|
+
this.g.cellTextColor = this.textColor;
|
|
1526
1546
|
this.g.cellBackground = this.backgroundColor;
|
|
1527
1547
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1528
1548
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1529
1549
|
this.g.background = this.backgroundColor;
|
|
1530
1550
|
}
|
|
1531
|
-
this.
|
|
1551
|
+
this.e8 = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fj();
|
|
1532
1552
|
this.view.ag();
|
|
1533
1553
|
}
|
|
1534
|
-
|
|
1554
|
+
d7(a, b) {
|
|
1535
1555
|
this.at = true;
|
|
1536
|
-
this.
|
|
1556
|
+
this.de();
|
|
1537
1557
|
if (b.schema != null) {
|
|
1538
|
-
this.
|
|
1558
|
+
this.d9();
|
|
1539
1559
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1540
|
-
this.
|
|
1560
|
+
this.d4(this.keys._inner[c]);
|
|
1541
1561
|
}
|
|
1542
1562
|
this.view.an();
|
|
1543
1563
|
}
|
|
1544
1564
|
this.at = false;
|
|
1545
1565
|
}
|
|
1546
|
-
|
|
1566
|
+
d9() {
|
|
1547
1567
|
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1548
1568
|
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1549
1569
|
}
|
|
@@ -1583,7 +1603,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1583
1603
|
}
|
|
1584
1604
|
}
|
|
1585
1605
|
}
|
|
1586
|
-
|
|
1606
|
+
eo() {
|
|
1587
1607
|
this.view.p();
|
|
1588
1608
|
this.g.columns.clear();
|
|
1589
1609
|
this.g.primaryKey = this.primaryKey;
|
|
@@ -1603,32 +1623,32 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1603
1623
|
if (this.bw == null) {
|
|
1604
1624
|
this.bw = "";
|
|
1605
1625
|
}
|
|
1606
|
-
a.
|
|
1607
|
-
a.
|
|
1626
|
+
a.nl = this.bw;
|
|
1627
|
+
a.od = "CheckboxColumn";
|
|
1608
1628
|
let b = new ColumnWidth();
|
|
1609
1629
|
b.c = false;
|
|
1610
1630
|
b.f = 28;
|
|
1611
1631
|
a.width = b;
|
|
1612
|
-
a.
|
|
1613
|
-
a.
|
|
1614
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1632
|
+
a.lm = 0;
|
|
1633
|
+
a.ln = 0;
|
|
1634
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.df));
|
|
1615
1635
|
this.k = a;
|
|
1616
1636
|
this.g.columns.add(a);
|
|
1617
1637
|
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1618
1638
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1619
1639
|
let d = new TemplateColumn();
|
|
1620
|
-
d.
|
|
1621
|
-
d.
|
|
1622
|
-
d.
|
|
1640
|
+
d.nl = this.bt;
|
|
1641
|
+
d.od = "DataColumn";
|
|
1642
|
+
d.lm = 0;
|
|
1623
1643
|
d.g = 0;
|
|
1624
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1644
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.ep));
|
|
1625
1645
|
this.g.columns.add(d);
|
|
1626
1646
|
}
|
|
1627
1647
|
else {
|
|
1628
1648
|
let e;
|
|
1629
|
-
if (this.
|
|
1630
|
-
e = this.
|
|
1631
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1649
|
+
if (this.gridColumnProvider != null) {
|
|
1650
|
+
e = this.gridColumnProvider.h1();
|
|
1651
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dn));
|
|
1632
1652
|
}
|
|
1633
1653
|
else {
|
|
1634
1654
|
switch (c) {
|
|
@@ -1653,9 +1673,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1653
1673
|
break;
|
|
1654
1674
|
}
|
|
1655
1675
|
}
|
|
1656
|
-
e.
|
|
1657
|
-
e.
|
|
1658
|
-
e.
|
|
1676
|
+
e.nl = this.bt;
|
|
1677
|
+
e.od = "DataColumn";
|
|
1678
|
+
e.lm = 0;
|
|
1659
1679
|
e.g = 0;
|
|
1660
1680
|
this.g.columns.add(e);
|
|
1661
1681
|
}
|
|
@@ -1663,15 +1683,15 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1663
1683
|
let g = new ColumnWidth();
|
|
1664
1684
|
g.c = false;
|
|
1665
1685
|
g.f = 10;
|
|
1666
|
-
f.
|
|
1667
|
-
f.
|
|
1668
|
-
f.
|
|
1686
|
+
f.nl = "PaddingColumn";
|
|
1687
|
+
f.od = "PaddingColumn";
|
|
1688
|
+
f.lm = 0;
|
|
1669
1689
|
f.width = g;
|
|
1670
1690
|
this.g.columns.add(f);
|
|
1671
1691
|
}
|
|
1672
|
-
|
|
1692
|
+
dn(a, b) {
|
|
1673
1693
|
let c = b.b;
|
|
1674
|
-
c.
|
|
1694
|
+
c.g2 = 0;
|
|
1675
1695
|
c.g = 0;
|
|
1676
1696
|
}
|
|
1677
1697
|
updateHrMargin(a) {
|
|
@@ -1680,16 +1700,16 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1680
1700
|
provideHrElement(a) {
|
|
1681
1701
|
this.view.v(a);
|
|
1682
1702
|
}
|
|
1683
|
-
|
|
1703
|
+
d3() {
|
|
1684
1704
|
if (!this.a0) {
|
|
1685
1705
|
let a = this.w;
|
|
1686
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1706
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dp));
|
|
1687
1707
|
}
|
|
1688
|
-
this.
|
|
1708
|
+
this.en();
|
|
1689
1709
|
}
|
|
1690
|
-
|
|
1710
|
+
dp(a, b) {
|
|
1691
1711
|
let c = b.value.toLowerCase();
|
|
1692
|
-
this.
|
|
1712
|
+
this.d1(c);
|
|
1693
1713
|
}
|
|
1694
1714
|
j(a) {
|
|
1695
1715
|
if (this.primaryKey == null) {
|
|
@@ -1703,7 +1723,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1703
1723
|
}
|
|
1704
1724
|
return new PrimaryKeyValue(b, c);
|
|
1705
1725
|
}
|
|
1706
|
-
|
|
1726
|
+
ei(a) {
|
|
1707
1727
|
this.as = true;
|
|
1708
1728
|
let b = this.e.getItemAtIndex(a);
|
|
1709
1729
|
if (this.ak != null) {
|
|
@@ -1713,7 +1733,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1713
1733
|
this.keys.remove(c);
|
|
1714
1734
|
this.as = false;
|
|
1715
1735
|
}
|
|
1716
|
-
|
|
1736
|
+
db(a) {
|
|
1717
1737
|
this.as = true;
|
|
1718
1738
|
let b = this.e.getItemAtIndex(a);
|
|
1719
1739
|
if (this.ak != null) {
|
|
@@ -1723,44 +1743,44 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1723
1743
|
this.keys.add(c);
|
|
1724
1744
|
this.as = false;
|
|
1725
1745
|
}
|
|
1726
|
-
|
|
1746
|
+
el() {
|
|
1727
1747
|
this.indexType = 0;
|
|
1728
1748
|
this.keys.clear();
|
|
1729
|
-
this.
|
|
1749
|
+
this.dr();
|
|
1730
1750
|
if (this.keysCleared != null) {
|
|
1731
1751
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1732
1752
|
}
|
|
1733
1753
|
}
|
|
1734
|
-
|
|
1754
|
+
dh() {
|
|
1735
1755
|
this.indexType = 1;
|
|
1736
1756
|
this.keys.clear();
|
|
1737
|
-
this.
|
|
1757
|
+
this.dr();
|
|
1738
1758
|
if (this.keysCleared != null) {
|
|
1739
1759
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1740
1760
|
}
|
|
1741
1761
|
}
|
|
1742
|
-
|
|
1762
|
+
dw(a, b, c) {
|
|
1743
1763
|
if (this.g != null) {
|
|
1744
1764
|
this.g.notifySetItem(a, b, c);
|
|
1745
1765
|
}
|
|
1746
1766
|
}
|
|
1747
|
-
|
|
1767
|
+
ds() {
|
|
1748
1768
|
if (this.g != null) {
|
|
1749
1769
|
this.g.notifyClearItems();
|
|
1750
1770
|
}
|
|
1751
1771
|
}
|
|
1752
|
-
|
|
1772
|
+
dr() {
|
|
1753
1773
|
if (this.g != null) {
|
|
1754
1774
|
this.g.invalidateVisibleRows();
|
|
1755
1775
|
}
|
|
1756
1776
|
}
|
|
1757
|
-
|
|
1777
|
+
dt(a, b) {
|
|
1758
1778
|
if (this.g != null) {
|
|
1759
1779
|
this.g.notifyInsertItem(a, b);
|
|
1760
1780
|
}
|
|
1761
1781
|
;
|
|
1762
1782
|
}
|
|
1763
|
-
|
|
1783
|
+
dv(a, b) {
|
|
1764
1784
|
if (this.g != null) {
|
|
1765
1785
|
this.g.notifyRemoveItem(a, b);
|
|
1766
1786
|
}
|
|
@@ -1777,7 +1797,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1777
1797
|
this.aw = false;
|
|
1778
1798
|
}
|
|
1779
1799
|
}
|
|
1780
|
-
|
|
1800
|
+
dc(a) {
|
|
1781
1801
|
let b = null;
|
|
1782
1802
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1783
1803
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1797,7 +1817,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1797
1817
|
this.keys.add(b);
|
|
1798
1818
|
}
|
|
1799
1819
|
}
|
|
1800
|
-
|
|
1820
|
+
ej(a) {
|
|
1801
1821
|
let b = null;
|
|
1802
1822
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1803
1823
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1871,39 +1891,39 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1871
1891
|
a.h = c.width;
|
|
1872
1892
|
a.c = this.baseTheme;
|
|
1873
1893
|
a.d = this.bl;
|
|
1874
|
-
a.a = AppearanceHelper.a(this.
|
|
1894
|
+
a.a = AppearanceHelper.a(this.e8);
|
|
1875
1895
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1876
1896
|
return a;
|
|
1877
1897
|
}
|
|
1878
|
-
get
|
|
1879
|
-
return this.
|
|
1898
|
+
get c1() {
|
|
1899
|
+
return this.c0 != null ? this.c0 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1880
1900
|
}
|
|
1881
|
-
set
|
|
1882
|
-
if (a == this.
|
|
1901
|
+
set c1(a) {
|
|
1902
|
+
if (a == this.c0) {
|
|
1883
1903
|
return;
|
|
1884
1904
|
}
|
|
1885
|
-
let b = this.
|
|
1886
|
-
this.
|
|
1887
|
-
this.
|
|
1905
|
+
let b = this.c0;
|
|
1906
|
+
this.c0 = a;
|
|
1907
|
+
this.d6("SelectAllCaption", b, this.c0);
|
|
1888
1908
|
}
|
|
1889
|
-
get
|
|
1890
|
-
return this.
|
|
1909
|
+
get selectAllCaptionTextColor() {
|
|
1910
|
+
return this.e6;
|
|
1891
1911
|
}
|
|
1892
|
-
set
|
|
1893
|
-
let b = this.
|
|
1894
|
-
this.
|
|
1895
|
-
if (b != this.
|
|
1896
|
-
this.
|
|
1912
|
+
set selectAllCaptionTextColor(a) {
|
|
1913
|
+
let b = this.e6;
|
|
1914
|
+
this.e6 = a;
|
|
1915
|
+
if (b != this.e6) {
|
|
1916
|
+
this.d6("SelectAllCaptionTextColor", b, a);
|
|
1897
1917
|
}
|
|
1898
1918
|
}
|
|
1899
|
-
get
|
|
1900
|
-
return this.
|
|
1919
|
+
get e8() {
|
|
1920
|
+
return this.es;
|
|
1901
1921
|
}
|
|
1902
|
-
set
|
|
1903
|
-
let b = this.
|
|
1904
|
-
this.
|
|
1905
|
-
if (b != this.
|
|
1906
|
-
this.
|
|
1922
|
+
set e8(a) {
|
|
1923
|
+
let b = this.es;
|
|
1924
|
+
this.es = a;
|
|
1925
|
+
if (b != this.es) {
|
|
1926
|
+
this.d6("ActualSelectAllCaptionTextColor", b, a);
|
|
1907
1927
|
}
|
|
1908
1928
|
}
|
|
1909
1929
|
get a5() {
|
|
@@ -1928,46 +1948,46 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1928
1948
|
}
|
|
1929
1949
|
let b = this.a9;
|
|
1930
1950
|
this.a9 = a;
|
|
1931
|
-
this.
|
|
1951
|
+
this.d6("showSelectAll", b, this.a9);
|
|
1932
1952
|
}
|
|
1933
1953
|
get backgroundColor() {
|
|
1934
|
-
return this.
|
|
1954
|
+
return this.et;
|
|
1935
1955
|
}
|
|
1936
1956
|
set backgroundColor(a) {
|
|
1937
|
-
let b = this.
|
|
1938
|
-
this.
|
|
1939
|
-
if (b != this.
|
|
1940
|
-
this.
|
|
1957
|
+
let b = this.et;
|
|
1958
|
+
this.et = a;
|
|
1959
|
+
if (b != this.et) {
|
|
1960
|
+
this.d6("BackgroundColor", b, a);
|
|
1941
1961
|
}
|
|
1942
1962
|
}
|
|
1943
1963
|
get rowHoverBackgroundColor() {
|
|
1944
|
-
return this.
|
|
1964
|
+
return this.ez;
|
|
1945
1965
|
}
|
|
1946
1966
|
set rowHoverBackgroundColor(a) {
|
|
1947
|
-
let b = this.
|
|
1948
|
-
this.
|
|
1949
|
-
if (b != this.
|
|
1950
|
-
this.
|
|
1967
|
+
let b = this.ez;
|
|
1968
|
+
this.ez = a;
|
|
1969
|
+
if (b != this.ez) {
|
|
1970
|
+
this.d6("RowHoverBackgroundColor", b, a);
|
|
1951
1971
|
}
|
|
1952
1972
|
}
|
|
1953
|
-
|
|
1973
|
+
fj() {
|
|
1954
1974
|
switch (this.baseTheme) {
|
|
1955
1975
|
case 6:
|
|
1956
|
-
case 4: return CheckboxList.
|
|
1976
|
+
case 4: return CheckboxList.fg;
|
|
1957
1977
|
}
|
|
1958
|
-
return CheckboxList.
|
|
1978
|
+
return CheckboxList.fi;
|
|
1959
1979
|
}
|
|
1960
|
-
get
|
|
1961
|
-
return this.
|
|
1980
|
+
get textColor() {
|
|
1981
|
+
return this.e7;
|
|
1962
1982
|
}
|
|
1963
|
-
set
|
|
1964
|
-
let b = this.
|
|
1965
|
-
this.
|
|
1966
|
-
if (b != this.
|
|
1967
|
-
this.
|
|
1983
|
+
set textColor(a) {
|
|
1984
|
+
let b = this.e7;
|
|
1985
|
+
this.e7 = a;
|
|
1986
|
+
if (b != this.e7) {
|
|
1987
|
+
this.d6("TextColor", b, a);
|
|
1968
1988
|
}
|
|
1969
1989
|
}
|
|
1970
|
-
|
|
1990
|
+
d8(a) {
|
|
1971
1991
|
if (this.selectAllCheckboxChanged != null) {
|
|
1972
1992
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1973
1993
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1998,7 +2018,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1998
2018
|
default: return false;
|
|
1999
2019
|
}
|
|
2000
2020
|
}
|
|
2001
|
-
|
|
2021
|
+
de() {
|
|
2002
2022
|
let a = this.g.actualDataSource;
|
|
2003
2023
|
if (null != a) {
|
|
2004
2024
|
if (null == a.actualSchema) {
|
|
@@ -2021,7 +2041,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2021
2041
|
}
|
|
2022
2042
|
let b = this.a7;
|
|
2023
2043
|
this.a7 = a;
|
|
2024
|
-
this.
|
|
2044
|
+
this.d6("ShowFilter", b, this.a7);
|
|
2025
2045
|
}
|
|
2026
2046
|
get a4() {
|
|
2027
2047
|
return this.a3;
|
|
@@ -2032,27 +2052,41 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2032
2052
|
}
|
|
2033
2053
|
let b = this.a3;
|
|
2034
2054
|
this.a3 = a;
|
|
2035
|
-
this.
|
|
2055
|
+
this.d6("IsRowHoverEnabled", b, this.a3);
|
|
2036
2056
|
}
|
|
2037
|
-
get
|
|
2057
|
+
get checkboxAlignedRight() {
|
|
2038
2058
|
return this.ay;
|
|
2039
2059
|
}
|
|
2040
|
-
set
|
|
2060
|
+
set checkboxAlignedRight(a) {
|
|
2041
2061
|
if (a == this.ay) {
|
|
2042
2062
|
return;
|
|
2043
2063
|
}
|
|
2044
2064
|
let b = this.ay;
|
|
2045
2065
|
this.ay = a;
|
|
2046
|
-
this.
|
|
2066
|
+
this.d6("CheckboxAlignedRight", b, this.ay);
|
|
2067
|
+
}
|
|
2068
|
+
ef(a) {
|
|
2069
|
+
this.y = a;
|
|
2070
|
+
if (a == null) {
|
|
2071
|
+
return;
|
|
2072
|
+
}
|
|
2073
|
+
this.y.d = this.aa;
|
|
2074
|
+
this.y.p = this.baseTheme;
|
|
2075
|
+
this.y.t = this.density;
|
|
2076
|
+
this.y.mc = this.fm;
|
|
2077
|
+
this.y.md = this.searchBorderColor;
|
|
2078
|
+
this.y.no = this.searchFocusBorderColor;
|
|
2079
|
+
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
2080
|
+
this.y.np = BrushUtil.l(0, 0, 0, 0);
|
|
2047
2081
|
}
|
|
2048
2082
|
}
|
|
2049
2083
|
CheckboxList.$t = /*@__PURE__*/ markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2050
|
-
CheckboxList.
|
|
2051
|
-
CheckboxList.
|
|
2052
|
-
CheckboxList.
|
|
2053
|
-
CheckboxList.
|
|
2054
|
-
CheckboxList.
|
|
2055
|
-
CheckboxList.
|
|
2084
|
+
CheckboxList.fs = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
2085
|
+
CheckboxList.cx = "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";
|
|
2086
|
+
CheckboxList.ff = /*@__PURE__*/ BrushUtil.l(255, 248, 248, 248);
|
|
2087
|
+
CheckboxList.fh = null;
|
|
2088
|
+
CheckboxList.fi = /*@__PURE__*/ BrushUtil.l(255, 24, 29, 31);
|
|
2089
|
+
CheckboxList.fg = /*@__PURE__*/ BrushUtil.l(255, 255, 255, 255);
|
|
2056
2090
|
return CheckboxList;
|
|
2057
2091
|
})();
|
|
2058
2092
|
export { CheckboxList };
|