igniteui-angular-data-grids 21.1.0-beta.1 → 21.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +10 -10
- package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
- package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPath.js +79 -69
- package/esm2015/lib/CellPresenterBase.js +46 -46
- package/esm2015/lib/CheckboxListBridge.js +12 -0
- package/esm2015/lib/CheckboxListView_combined.js +329 -283
- package/esm2015/lib/ColumnChooserView_combined.js +11 -11
- package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
- package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +16 -16
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/DraggerView.js +1 -7
- package/esm2015/lib/EditorCell.js +289 -289
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/FilterCell.js +267 -267
- package/esm2015/lib/FilterCellPresenter.js +17 -17
- package/esm2015/lib/GridCellBase.js +210 -202
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
- package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
- package/esm2015/lib/ImageCell.js +58 -58
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +19 -19
- package/esm2015/lib/SectionHeaderCell.js +30 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +44 -44
- package/esm2015/lib/SummaryCellPresenter.js +9 -9
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +6 -6
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +31 -30
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +181 -175
- package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +195 -186
- package/esm2015/lib/igx-checkbox-list-component.js +42 -20
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +3 -0
- package/esm2015/lib/igx-data-grid-column-component.js +261 -195
- package/esm2015/lib/igx-data-grid-component.js +226 -33
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
- package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-definition-base-component.js +44 -44
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
- package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm2015/lib/igx-numeric-cell-info.js +28 -28
- package/esm2015/lib/igx-numeric-column-component.js +32 -32
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +24 -24
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +23 -23
- package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-text-header-cell-info.js +67 -40
- package/esm5/lib/AccessibilityRow.js +10 -10
- package/esm5/lib/CanvasCellPresenterBase.js +12 -12
- package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPath.js +79 -65
- package/esm5/lib/CellPresenterBase.js +46 -46
- package/esm5/lib/CheckboxListBridge.js +12 -0
- package/esm5/lib/CheckboxListView_combined.js +332 -278
- package/esm5/lib/ColumnChooserView_combined.js +11 -11
- package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
- package/esm5/lib/ColumnGroupingView_combined.js +5 -5
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +16 -16
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/DraggerView.js +1 -7
- package/esm5/lib/EditorCell.js +276 -276
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/FilterCell.js +257 -257
- package/esm5/lib/FilterCellPresenter.js +17 -17
- package/esm5/lib/GridCellBase.js +205 -193
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +240 -177
- package/esm5/lib/ISummaryChooserView_combined.js +4 -4
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +19 -19
- package/esm5/lib/SectionHeaderCell.js +30 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +44 -44
- package/esm5/lib/SummaryCellPresenter.js +9 -9
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +6 -6
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +31 -30
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +185 -179
- package/esm5/lib/TextHeaderCellPresenter.js +66 -57
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +207 -186
- package/esm5/lib/igx-checkbox-list-component.js +49 -19
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +3 -0
- package/esm5/lib/igx-data-grid-column-component.js +285 -195
- package/esm5/lib/igx-data-grid-component.js +246 -33
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
- package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-definition-base-component.js +44 -44
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-filter-row-definition-component.js +8 -8
- package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
- package/esm5/lib/igx-numeric-cell-info.js +28 -28
- package/esm5/lib/igx-numeric-column-component.js +32 -32
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +24 -24
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +22 -22
- package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +79 -40
- package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
- package/fesm5/igniteui-angular-data-grids.js +10884 -9697
- package/lib/CellPath.d.ts +21 -20
- package/lib/CheckboxListExternal.d.ts +3 -0
- package/lib/CheckboxListView_combined.d.ts +77 -71
- package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
- package/lib/EditorCell.d.ts +63 -63
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +82 -80
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +61 -52
- package/lib/ImageCell.d.ts +15 -15
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +6 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +11 -1
- package/lib/igx-data-grid-column-component.d.ts +31 -1
- package/lib/igx-data-grid-component.d.ts +28 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
- package/lib/igx-summary-row-component.d.ts +3 -3
- package/lib/igx-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
|
@@ -37,6 +37,7 @@ import { FilterFactory } from "igniteui-angular-core";
|
|
|
37
37
|
import { CheckboxListKeysClearedEventArgs } from "./CheckboxListKeysClearedEventArgs";
|
|
38
38
|
import { CheckedChangedEventArgs } from "./CheckedChangedEventArgs";
|
|
39
39
|
import { TemplateColumn } from "./TemplateColumn";
|
|
40
|
+
import { CornerRadius } from "igniteui-angular-core";
|
|
40
41
|
import { FastReflectionHelper } from "igniteui-angular-core";
|
|
41
42
|
import { DataSeriesPropertyType_$type } from "igniteui-angular-core";
|
|
42
43
|
import { SvgIconRegistry } from "igniteui-angular-core";
|
|
@@ -104,7 +105,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
104
105
|
let d = a.getSubRenderer(b);
|
|
105
106
|
c.provideContainer(d);
|
|
106
107
|
let e = d.getExternal(c, d.rootWrapper, d.getExternal(this.c, null, null));
|
|
107
|
-
this.c.
|
|
108
|
+
this.c.eh(c);
|
|
108
109
|
let f = a.createElement("div");
|
|
109
110
|
let g = a.getSubRenderer(f);
|
|
110
111
|
let h = new XPrefix();
|
|
@@ -115,7 +116,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
115
116
|
this.d = new XIcon();
|
|
116
117
|
this.d.provideContainer(k);
|
|
117
118
|
this.d.fill = this.c.searchIconColor;
|
|
118
|
-
this.d.svgPath = CheckboxList.
|
|
119
|
+
this.d.svgPath = CheckboxList.cz;
|
|
119
120
|
let l = g.getExternal(this.d, k.rootWrapper, k.getExternal(this.c, null, null));
|
|
120
121
|
h.appendContentChild(j);
|
|
121
122
|
c.appendContentChild(f);
|
|
@@ -132,7 +133,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
132
133
|
}
|
|
133
134
|
this.c.y.appendContentChild(m);
|
|
134
135
|
this.c.y.inputs.add(this.c.w);
|
|
135
|
-
this.c.
|
|
136
|
+
this.c.d5();
|
|
136
137
|
}
|
|
137
138
|
z() {
|
|
138
139
|
if (this.j != null) {
|
|
@@ -205,7 +206,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
205
206
|
finally {
|
|
206
207
|
d.z = h;
|
|
207
208
|
}
|
|
208
|
-
d.dk = this.c.
|
|
209
|
+
d.dk = this.c.fg;
|
|
209
210
|
d.dd = this.c.checkboxCheckedBackgroundColor;
|
|
210
211
|
d.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
211
212
|
d.de = this.c.checkboxCheckedBorderColor;
|
|
@@ -389,21 +390,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
389
390
|
let e = c.checked;
|
|
390
391
|
if (e == true) {
|
|
391
392
|
if (this.c.indexType == 0) {
|
|
392
|
-
this.c.
|
|
393
|
+
this.c.ek(d);
|
|
393
394
|
}
|
|
394
395
|
else {
|
|
395
|
-
this.c.
|
|
396
|
+
this.c.dd(d);
|
|
396
397
|
}
|
|
397
398
|
}
|
|
398
399
|
else {
|
|
399
400
|
if (this.c.indexType == 0) {
|
|
400
|
-
this.c.
|
|
401
|
+
this.c.dd(d);
|
|
401
402
|
}
|
|
402
403
|
else {
|
|
403
|
-
this.c.
|
|
404
|
+
this.c.ek(d);
|
|
404
405
|
}
|
|
405
406
|
}
|
|
406
|
-
this.c.
|
|
407
|
+
this.c.d1(d, e);
|
|
407
408
|
this.an(false);
|
|
408
409
|
}
|
|
409
410
|
q() {
|
|
@@ -414,7 +415,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
414
415
|
let e = parseInt(d.a4.toString());
|
|
415
416
|
if (e == a) {
|
|
416
417
|
d.checked = b;
|
|
417
|
-
this.c.
|
|
418
|
+
this.c.d1(e, b);
|
|
418
419
|
}
|
|
419
420
|
}
|
|
420
421
|
this.an();
|
|
@@ -444,7 +445,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
444
445
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
445
446
|
this.b.n = this.c.baseTheme;
|
|
446
447
|
this.m = a.createElement("label");
|
|
447
|
-
this.m.setRawText(this.c.
|
|
448
|
+
this.m.setRawText(this.c.c3);
|
|
448
449
|
this.m.setStyleProperty("font-size", "13px");
|
|
449
450
|
this.n.setStyleProperty("display", "flex");
|
|
450
451
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -460,8 +461,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
460
461
|
}
|
|
461
462
|
am() {
|
|
462
463
|
if (null != this.m) {
|
|
463
|
-
this.m.setRawText(this.c.
|
|
464
|
-
NativeUI.r(this.m, this.c.
|
|
464
|
+
this.m.setRawText(this.c.c3);
|
|
465
|
+
NativeUI.r(this.m, this.c.fc);
|
|
465
466
|
}
|
|
466
467
|
}
|
|
467
468
|
ap() {
|
|
@@ -509,12 +510,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
509
510
|
return;
|
|
510
511
|
}
|
|
511
512
|
if (b.isChecked) {
|
|
512
|
-
this.c.
|
|
513
|
-
this.c.
|
|
513
|
+
this.c.en();
|
|
514
|
+
this.c.ea(b.isChecked);
|
|
514
515
|
}
|
|
515
516
|
else {
|
|
516
|
-
this.c.
|
|
517
|
-
this.c.
|
|
517
|
+
this.c.dj();
|
|
518
|
+
this.c.ea(b.isChecked);
|
|
518
519
|
}
|
|
519
520
|
}
|
|
520
521
|
ak() {
|
|
@@ -546,7 +547,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
546
547
|
if (this.b == null) {
|
|
547
548
|
return;
|
|
548
549
|
}
|
|
549
|
-
this.b.dk = this.c.
|
|
550
|
+
this.b.dk = this.c.fg;
|
|
550
551
|
this.b.dd = this.c.checkboxCheckedBackgroundColor;
|
|
551
552
|
this.b.dl = this.c.checkboxUncheckedBackgroundColor;
|
|
552
553
|
this.b.de = this.c.checkboxCheckedBorderColor;
|
|
@@ -632,31 +633,33 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
632
633
|
this.m = 1;
|
|
633
634
|
this.ae = 1;
|
|
634
635
|
this.ag = 2;
|
|
635
|
-
this.
|
|
636
|
-
this.e1 = null;
|
|
637
|
-
this.ax = true;
|
|
636
|
+
this.e8 = BrushUtil.l(255, 24, 29, 31);
|
|
638
637
|
this.e5 = null;
|
|
639
|
-
this.
|
|
640
|
-
this.
|
|
638
|
+
this.ax = true;
|
|
639
|
+
this.e9 = null;
|
|
640
|
+
this.e6 = null;
|
|
641
|
+
this.e7 = null;
|
|
641
642
|
this.an = null;
|
|
643
|
+
this.ey = null;
|
|
642
644
|
this.ew = null;
|
|
643
|
-
this.
|
|
645
|
+
this.ez = null;
|
|
644
646
|
this.ex = null;
|
|
645
|
-
this.
|
|
646
|
-
this.ey = null;
|
|
647
|
+
this.e0 = null;
|
|
647
648
|
this.bb = NaN;
|
|
648
649
|
this.gridColumnProvider = null;
|
|
649
650
|
this.ac = 0;
|
|
650
|
-
this.
|
|
651
|
+
this.e3 = null;
|
|
652
|
+
this.e4 = null;
|
|
653
|
+
this.e2 = null;
|
|
651
654
|
this.indexTypeChanged = null;
|
|
652
655
|
this.aw = false;
|
|
653
|
-
this.
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
+
this.c2 = null;
|
|
657
|
+
this.fa = null;
|
|
658
|
+
this.eu = CheckboxList.fm;
|
|
656
659
|
this.a9 = true;
|
|
657
|
-
this.
|
|
658
|
-
this.
|
|
659
|
-
this.
|
|
660
|
+
this.ev = CheckboxList.fj;
|
|
661
|
+
this.e1 = CheckboxList.fl;
|
|
662
|
+
this.fb = CheckboxList.fm;
|
|
660
663
|
this.keysCleared = null;
|
|
661
664
|
this.selectAllCheckboxChanged = null;
|
|
662
665
|
this.bm = -1;
|
|
@@ -664,8 +667,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
664
667
|
this.a3 = true;
|
|
665
668
|
this.ay = false;
|
|
666
669
|
let a = this.h;
|
|
667
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
668
|
-
this.h.am(runOn(this, this.
|
|
670
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ed));
|
|
671
|
+
this.h.am(runOn(this, this.ec));
|
|
669
672
|
this.d = new FilterFactory();
|
|
670
673
|
let b = new CheckboxListView();
|
|
671
674
|
b.c = this;
|
|
@@ -713,7 +716,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
713
716
|
let b = this.a;
|
|
714
717
|
this.a = a;
|
|
715
718
|
if (b != this.a) {
|
|
716
|
-
this.
|
|
719
|
+
this.d8("PrimaryKey", b, this.a);
|
|
717
720
|
}
|
|
718
721
|
}
|
|
719
722
|
clearSelectedKeys() {
|
|
@@ -731,44 +734,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
731
734
|
removeSelectedKeyAt(a) {
|
|
732
735
|
this.keys.removeAt(a);
|
|
733
736
|
}
|
|
734
|
-
|
|
735
|
-
this.
|
|
737
|
+
ec() {
|
|
738
|
+
this.dt();
|
|
736
739
|
if (this.keysCleared != null) {
|
|
737
740
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
738
741
|
}
|
|
739
742
|
}
|
|
740
|
-
|
|
743
|
+
ed(a, b) {
|
|
741
744
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
742
745
|
return;
|
|
743
746
|
}
|
|
744
747
|
switch (b.action) {
|
|
745
748
|
case 0:
|
|
746
749
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
747
|
-
this.
|
|
750
|
+
this.d6(b.newItems.item(c));
|
|
748
751
|
}
|
|
749
752
|
break;
|
|
750
753
|
case 1:
|
|
751
754
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
752
|
-
this.
|
|
755
|
+
this.d7(b.oldItems.item(d));
|
|
753
756
|
}
|
|
754
757
|
break;
|
|
755
758
|
case 2:
|
|
756
759
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
757
|
-
this.
|
|
760
|
+
this.d7(b.oldItems.item(e));
|
|
758
761
|
}
|
|
759
762
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
760
|
-
this.
|
|
763
|
+
this.d6(b.newItems.item(f));
|
|
761
764
|
}
|
|
762
765
|
break;
|
|
763
766
|
case 4:
|
|
764
767
|
this.view.ab(this.indexType == 0);
|
|
765
768
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
766
|
-
this.
|
|
769
|
+
this.d6(this.keys.ae._inner[g]);
|
|
767
770
|
}
|
|
768
771
|
break;
|
|
769
772
|
}
|
|
770
773
|
}
|
|
771
|
-
|
|
774
|
+
d6(a) {
|
|
772
775
|
let b = this.e.indexOfKey(a.value);
|
|
773
776
|
if (b >= 0) {
|
|
774
777
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -784,7 +787,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
784
787
|
return $ret;
|
|
785
788
|
})()));
|
|
786
789
|
}
|
|
787
|
-
|
|
790
|
+
d7(a) {
|
|
788
791
|
let b = this.e.indexOfKey(a.value);
|
|
789
792
|
if (b >= 0) {
|
|
790
793
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -800,7 +803,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
800
803
|
return $ret;
|
|
801
804
|
})()));
|
|
802
805
|
}
|
|
803
|
-
|
|
806
|
+
d1(a, b) {
|
|
804
807
|
if (this.checkedChanged != null && this.at == false) {
|
|
805
808
|
let c = null;
|
|
806
809
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -825,58 +828,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
825
828
|
this.av = false;
|
|
826
829
|
if (this.g != null) {
|
|
827
830
|
let a = this.g;
|
|
828
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
831
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dn));
|
|
829
832
|
let b = this.g;
|
|
830
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
833
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dp));
|
|
831
834
|
if (this.g.actualDataSource != null) {
|
|
832
835
|
let c = this.g.actualDataSource;
|
|
833
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
836
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d9));
|
|
834
837
|
}
|
|
835
838
|
}
|
|
836
839
|
if (this.v != null) {
|
|
837
840
|
let d = this.v;
|
|
838
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
841
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dr));
|
|
839
842
|
}
|
|
840
843
|
if (this.k != null) {
|
|
841
844
|
let e = this.k;
|
|
842
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
845
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.dh));
|
|
843
846
|
}
|
|
844
847
|
}
|
|
845
848
|
onDetachedFromUI() {
|
|
846
849
|
this.av = true;
|
|
847
|
-
this.
|
|
848
|
-
this.
|
|
850
|
+
this.dm();
|
|
851
|
+
this.dl();
|
|
849
852
|
}
|
|
850
|
-
|
|
853
|
+
dm() {
|
|
851
854
|
if (this.g != null) {
|
|
852
855
|
let a = this.g;
|
|
853
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
856
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dn));
|
|
854
857
|
let b = this.g;
|
|
855
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
858
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dp));
|
|
856
859
|
if (this.g.actualDataSource != null) {
|
|
857
860
|
let c = this.g.actualDataSource;
|
|
858
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
861
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d9));
|
|
859
862
|
}
|
|
860
863
|
}
|
|
861
864
|
if (this.v != null) {
|
|
862
865
|
let d = this.v;
|
|
863
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
866
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dr));
|
|
864
867
|
}
|
|
865
868
|
}
|
|
866
|
-
|
|
869
|
+
dl() {
|
|
867
870
|
if (this.k != null) {
|
|
868
871
|
let a = this.k;
|
|
869
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
872
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.dh));
|
|
870
873
|
}
|
|
871
874
|
}
|
|
872
875
|
destroy() {
|
|
873
876
|
this.au = true;
|
|
874
877
|
if (!this.av) {
|
|
875
|
-
this.
|
|
878
|
+
this.dm();
|
|
876
879
|
}
|
|
877
880
|
this.provideContainer(null, null, null);
|
|
878
881
|
if (!this.av) {
|
|
879
|
-
this.
|
|
882
|
+
this.dl();
|
|
880
883
|
}
|
|
881
884
|
}
|
|
882
885
|
get a0() {
|
|
@@ -887,8 +890,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
887
890
|
if (null != this.g) {
|
|
888
891
|
this.g.scrollbarStyle = 1;
|
|
889
892
|
let d = this.g;
|
|
890
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
891
|
-
this.g.scrollbarBackground = this.
|
|
893
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dp));
|
|
894
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
895
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
896
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
892
897
|
this.g.headerHeight = 0;
|
|
893
898
|
this.g.rowSeparatorHeight = 0;
|
|
894
899
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -896,39 +901,41 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
896
901
|
this.g.activationMode = 0;
|
|
897
902
|
this.g.selectionMode = 0;
|
|
898
903
|
this.g.editMode = 0;
|
|
904
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
905
|
+
this.g.cornerRadius = new CornerRadius(0, 0);
|
|
899
906
|
let e = this.g;
|
|
900
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
907
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dn));
|
|
901
908
|
if (this.bp != null) {
|
|
902
909
|
this.g.itemsSource = this.bp;
|
|
903
|
-
this.
|
|
904
|
-
this.
|
|
910
|
+
this.dg();
|
|
911
|
+
this.eb();
|
|
905
912
|
}
|
|
906
913
|
if (this.bt != null) {
|
|
907
|
-
this.
|
|
908
|
-
this.
|
|
914
|
+
this.eb();
|
|
915
|
+
this.eq();
|
|
909
916
|
}
|
|
910
917
|
}
|
|
911
918
|
this.view.w(c);
|
|
912
919
|
if (this.checkboxAlignedRight) {
|
|
913
|
-
this.
|
|
920
|
+
this.es();
|
|
914
921
|
}
|
|
915
922
|
this.view.r(a);
|
|
916
923
|
}
|
|
917
|
-
|
|
924
|
+
dp(a, b) {
|
|
918
925
|
this.g.scrollbarStyle = this.ad;
|
|
919
926
|
}
|
|
920
927
|
provideSelectAllSection(a) {
|
|
921
928
|
this.view.w(a);
|
|
922
929
|
}
|
|
923
|
-
|
|
924
|
-
if (!this.checkboxAlignedRight && b.cellInfo.l.
|
|
930
|
+
dn(a, b) {
|
|
931
|
+
if (!this.checkboxAlignedRight && b.cellInfo.l.a6 == 0 || this.checkboxAlignedRight && b.cellInfo.l.a6 == 1) {
|
|
925
932
|
return;
|
|
926
933
|
}
|
|
927
934
|
let c = b.cellInfo.l.x;
|
|
928
935
|
if (-1 == c) {
|
|
929
936
|
return;
|
|
930
937
|
}
|
|
931
|
-
let d = b.cellInfo.
|
|
938
|
+
let d = b.cellInfo.im;
|
|
932
939
|
let e = this.j(d);
|
|
933
940
|
if (this.labelClickTriggersChange) {
|
|
934
941
|
if (this.keys.contains(e)) {
|
|
@@ -944,9 +951,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
944
951
|
this.keys.add(e);
|
|
945
952
|
}
|
|
946
953
|
}
|
|
947
|
-
this.
|
|
954
|
+
this.dw(c, this.keys.contains(e));
|
|
948
955
|
}
|
|
949
|
-
|
|
956
|
+
dw(a, b) {
|
|
950
957
|
let c = null;
|
|
951
958
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
952
959
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -965,21 +972,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
965
972
|
return $ret;
|
|
966
973
|
})()));
|
|
967
974
|
}
|
|
968
|
-
|
|
975
|
+
dh(a, b) {
|
|
969
976
|
let c = b.cellInfo.l.x;
|
|
970
977
|
if (-1 == c) {
|
|
971
978
|
return;
|
|
972
979
|
}
|
|
973
980
|
let d = false;
|
|
974
|
-
if (b.cellInfo.
|
|
975
|
-
let e = this.j(b.cellInfo.
|
|
981
|
+
if (b.cellInfo.im != null) {
|
|
982
|
+
let e = this.j(b.cellInfo.im);
|
|
976
983
|
if (this.keys.contains(e)) {
|
|
977
984
|
d = true;
|
|
978
985
|
}
|
|
979
986
|
}
|
|
980
987
|
this.view.t(b.content.element, c, d);
|
|
981
988
|
}
|
|
982
|
-
|
|
989
|
+
er(a, b) {
|
|
983
990
|
let c = b.cellInfo.l.x;
|
|
984
991
|
if (-1 == c) {
|
|
985
992
|
return;
|
|
@@ -989,13 +996,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
989
996
|
let f = null;
|
|
990
997
|
let g = null;
|
|
991
998
|
let h = null;
|
|
992
|
-
if (b.cellInfo.
|
|
993
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
999
|
+
if (b.cellInfo.im != null) {
|
|
1000
|
+
d = this.ai.getPropertyValue(b.cellInfo.im);
|
|
994
1001
|
if (this.al != null) {
|
|
995
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1002
|
+
e = this.al.getPropertyValue(b.cellInfo.im);
|
|
996
1003
|
}
|
|
997
1004
|
if (this.aj != null) {
|
|
998
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1005
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.im));
|
|
999
1006
|
if (i == 0) {
|
|
1000
1007
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1001
1008
|
}
|
|
@@ -1009,7 +1016,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1009
1016
|
}
|
|
1010
1017
|
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1011
1018
|
}
|
|
1012
|
-
|
|
1019
|
+
d3(a) {
|
|
1013
1020
|
if (this.bt != null) {
|
|
1014
1021
|
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1015
1022
|
let c = b.contains(a);
|
|
@@ -1030,7 +1037,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1030
1037
|
let b = this.bp;
|
|
1031
1038
|
this.bp = a;
|
|
1032
1039
|
if (b != this.bp) {
|
|
1033
|
-
this.
|
|
1040
|
+
this.d8("ItemsSource", b, this.bp);
|
|
1034
1041
|
}
|
|
1035
1042
|
}
|
|
1036
1043
|
get dataMemberPath() {
|
|
@@ -1040,7 +1047,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1040
1047
|
let b = this.bt;
|
|
1041
1048
|
this.bt = a;
|
|
1042
1049
|
if (b != this.bt) {
|
|
1043
|
-
this.
|
|
1050
|
+
this.d8("DataMemberPath", b, this.bt);
|
|
1044
1051
|
}
|
|
1045
1052
|
}
|
|
1046
1053
|
get dataLegendTarget() {
|
|
@@ -1050,7 +1057,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1050
1057
|
let b = this.bo;
|
|
1051
1058
|
this.bo = a;
|
|
1052
1059
|
if (b != this.bo) {
|
|
1053
|
-
this.
|
|
1060
|
+
this.d8("DataLegendTarget", b, this.bo);
|
|
1054
1061
|
}
|
|
1055
1062
|
}
|
|
1056
1063
|
get subtitleMemberPath() {
|
|
@@ -1060,7 +1067,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1060
1067
|
let b = this.bx;
|
|
1061
1068
|
this.bx = a;
|
|
1062
1069
|
if (b != this.bx) {
|
|
1063
|
-
this.
|
|
1070
|
+
this.d8("SubtitleMemberPath", b, this.bx);
|
|
1064
1071
|
}
|
|
1065
1072
|
}
|
|
1066
1073
|
get propertyTypeMemberPath() {
|
|
@@ -1070,7 +1077,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1070
1077
|
let b = this.bv;
|
|
1071
1078
|
this.bv = a;
|
|
1072
1079
|
if (b != this.bv) {
|
|
1073
|
-
this.
|
|
1080
|
+
this.d8("PropertyTypeMemberPath", b, this.bv);
|
|
1074
1081
|
}
|
|
1075
1082
|
}
|
|
1076
1083
|
get selectedMemberPath() {
|
|
@@ -1080,7 +1087,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1080
1087
|
let b = this.bw;
|
|
1081
1088
|
this.bw = a;
|
|
1082
1089
|
if (b != this.bw) {
|
|
1083
|
-
this.
|
|
1090
|
+
this.d8("SelectedMemberPath", b, this.bw);
|
|
1084
1091
|
}
|
|
1085
1092
|
}
|
|
1086
1093
|
get cf() {
|
|
@@ -1090,7 +1097,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1090
1097
|
let b = this.bu;
|
|
1091
1098
|
this.bu = a;
|
|
1092
1099
|
if (b != this.bu) {
|
|
1093
|
-
this.
|
|
1100
|
+
this.d8("FilterPlaceholderText", b, this.bu);
|
|
1094
1101
|
}
|
|
1095
1102
|
}
|
|
1096
1103
|
get aa() {
|
|
@@ -1100,7 +1107,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1100
1107
|
let b = this.z;
|
|
1101
1108
|
this.z = a;
|
|
1102
1109
|
if (b != this.z) {
|
|
1103
|
-
this.
|
|
1110
|
+
this.d8("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1104
1111
|
}
|
|
1105
1112
|
}
|
|
1106
1113
|
get bn() {
|
|
@@ -1110,7 +1117,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1110
1117
|
let b = this.bk;
|
|
1111
1118
|
this.bk = a;
|
|
1112
1119
|
if (b != this.bk) {
|
|
1113
|
-
this.
|
|
1120
|
+
this.d8("RowHeight", b, this.bk);
|
|
1114
1121
|
}
|
|
1115
1122
|
}
|
|
1116
1123
|
get bl() {
|
|
@@ -1138,7 +1145,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1138
1145
|
let b = this.am;
|
|
1139
1146
|
this.am = a;
|
|
1140
1147
|
if (b != this.am) {
|
|
1141
|
-
this.
|
|
1148
|
+
this.d8("CellTextStyle", b, this.am);
|
|
1142
1149
|
}
|
|
1143
1150
|
}
|
|
1144
1151
|
get indexType() {
|
|
@@ -1148,7 +1155,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1148
1155
|
let b = this.m;
|
|
1149
1156
|
this.m = a;
|
|
1150
1157
|
if (b != this.m) {
|
|
1151
|
-
this.
|
|
1158
|
+
this.d8("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1152
1159
|
}
|
|
1153
1160
|
}
|
|
1154
1161
|
get baseTheme() {
|
|
@@ -1158,7 +1165,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1158
1165
|
let b = this.ae;
|
|
1159
1166
|
this.ae = a;
|
|
1160
1167
|
if (b != this.ae) {
|
|
1161
|
-
this.
|
|
1168
|
+
this.d8("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1162
1169
|
}
|
|
1163
1170
|
}
|
|
1164
1171
|
get density() {
|
|
@@ -1168,27 +1175,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1168
1175
|
let b = this.ag;
|
|
1169
1176
|
this.ag = a;
|
|
1170
1177
|
if (b != this.ag) {
|
|
1171
|
-
this.
|
|
1178
|
+
this.d8("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1172
1179
|
}
|
|
1173
1180
|
}
|
|
1174
1181
|
get searchIconColor() {
|
|
1175
|
-
return this.
|
|
1182
|
+
return this.e8;
|
|
1176
1183
|
}
|
|
1177
1184
|
set searchIconColor(a) {
|
|
1178
|
-
let b = this.
|
|
1179
|
-
this.
|
|
1180
|
-
if (b != this.
|
|
1181
|
-
this.
|
|
1185
|
+
let b = this.e8;
|
|
1186
|
+
this.e8 = a;
|
|
1187
|
+
if (b != this.e8) {
|
|
1188
|
+
this.d8("SearchIconColor", b, this.e8);
|
|
1182
1189
|
}
|
|
1183
1190
|
}
|
|
1184
|
-
get
|
|
1185
|
-
return this.
|
|
1191
|
+
get fs() {
|
|
1192
|
+
return this.e5;
|
|
1186
1193
|
}
|
|
1187
|
-
set
|
|
1188
|
-
let b = this.
|
|
1189
|
-
this.
|
|
1190
|
-
if (b != this.
|
|
1191
|
-
this.
|
|
1194
|
+
set fs(a) {
|
|
1195
|
+
let b = this.e5;
|
|
1196
|
+
this.e5 = a;
|
|
1197
|
+
if (b != this.e5) {
|
|
1198
|
+
this.d8("SearchBackgroundColor", b, this.e5);
|
|
1192
1199
|
}
|
|
1193
1200
|
}
|
|
1194
1201
|
get labelClickTriggersChange() {
|
|
@@ -1198,37 +1205,37 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1198
1205
|
let b = this.ax;
|
|
1199
1206
|
this.ax = a;
|
|
1200
1207
|
if (b != this.ax) {
|
|
1201
|
-
this.
|
|
1208
|
+
this.d8("LabelClickTriggersChange", b, this.ax);
|
|
1202
1209
|
}
|
|
1203
1210
|
}
|
|
1204
1211
|
get searchTextColor() {
|
|
1205
|
-
return this.
|
|
1212
|
+
return this.e9;
|
|
1206
1213
|
}
|
|
1207
1214
|
set searchTextColor(a) {
|
|
1208
|
-
let b = this.
|
|
1209
|
-
this.
|
|
1210
|
-
if (b != this.
|
|
1211
|
-
this.
|
|
1215
|
+
let b = this.e9;
|
|
1216
|
+
this.e9 = a;
|
|
1217
|
+
if (b != this.e9) {
|
|
1218
|
+
this.d8("SearchTextColor", b, this.e9);
|
|
1212
1219
|
}
|
|
1213
1220
|
}
|
|
1214
1221
|
get searchBorderColor() {
|
|
1215
|
-
return this.
|
|
1222
|
+
return this.e6;
|
|
1216
1223
|
}
|
|
1217
1224
|
set searchBorderColor(a) {
|
|
1218
|
-
let b = this.
|
|
1219
|
-
this.
|
|
1220
|
-
if (b != this.
|
|
1221
|
-
this.
|
|
1225
|
+
let b = this.e6;
|
|
1226
|
+
this.e6 = a;
|
|
1227
|
+
if (b != this.e6) {
|
|
1228
|
+
this.d8("SearchBorderColor", b, this.e6);
|
|
1222
1229
|
}
|
|
1223
1230
|
}
|
|
1224
1231
|
get searchFocusBorderColor() {
|
|
1225
|
-
return this.
|
|
1232
|
+
return this.e7;
|
|
1226
1233
|
}
|
|
1227
1234
|
set searchFocusBorderColor(a) {
|
|
1228
|
-
let b = this.
|
|
1229
|
-
this.
|
|
1230
|
-
if (b != this.
|
|
1231
|
-
this.
|
|
1235
|
+
let b = this.e7;
|
|
1236
|
+
this.e7 = a;
|
|
1237
|
+
if (b != this.e7) {
|
|
1238
|
+
this.d8("SearchFocusBorderColor", b, this.e7);
|
|
1232
1239
|
}
|
|
1233
1240
|
}
|
|
1234
1241
|
get ap() {
|
|
@@ -1238,57 +1245,57 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1238
1245
|
let b = this.an;
|
|
1239
1246
|
this.an = a;
|
|
1240
1247
|
if (b != this.an) {
|
|
1241
|
-
this.
|
|
1248
|
+
this.d8("SearchTextStyle", b, this.an);
|
|
1242
1249
|
}
|
|
1243
1250
|
}
|
|
1244
|
-
get
|
|
1245
|
-
return this.
|
|
1251
|
+
get fg() {
|
|
1252
|
+
return this.ey;
|
|
1246
1253
|
}
|
|
1247
|
-
set
|
|
1248
|
-
let b = this.
|
|
1249
|
-
this.
|
|
1250
|
-
if (b != this.
|
|
1251
|
-
this.
|
|
1254
|
+
set fg(a) {
|
|
1255
|
+
let b = this.ey;
|
|
1256
|
+
this.ey = a;
|
|
1257
|
+
if (b != this.ey) {
|
|
1258
|
+
this.d8("CheckboxTickColor", b, this.ey);
|
|
1252
1259
|
}
|
|
1253
1260
|
}
|
|
1254
1261
|
get checkboxCheckedBackgroundColor() {
|
|
1255
|
-
return this.
|
|
1262
|
+
return this.ew;
|
|
1256
1263
|
}
|
|
1257
1264
|
set checkboxCheckedBackgroundColor(a) {
|
|
1258
|
-
let b = this.
|
|
1259
|
-
this.
|
|
1260
|
-
if (b != this.
|
|
1261
|
-
this.
|
|
1265
|
+
let b = this.ew;
|
|
1266
|
+
this.ew = a;
|
|
1267
|
+
if (b != this.ew) {
|
|
1268
|
+
this.d8("CheckboxCheckedBackgroundColor", b, this.ew);
|
|
1262
1269
|
}
|
|
1263
1270
|
}
|
|
1264
1271
|
get checkboxUncheckedBackgroundColor() {
|
|
1265
|
-
return this.
|
|
1272
|
+
return this.ez;
|
|
1266
1273
|
}
|
|
1267
1274
|
set checkboxUncheckedBackgroundColor(a) {
|
|
1268
|
-
let b = this.
|
|
1269
|
-
this.
|
|
1270
|
-
if (b != this.
|
|
1271
|
-
this.
|
|
1275
|
+
let b = this.ez;
|
|
1276
|
+
this.ez = a;
|
|
1277
|
+
if (b != this.ez) {
|
|
1278
|
+
this.d8("CheckboxUncheckedBackgroundColor", b, this.ez);
|
|
1272
1279
|
}
|
|
1273
1280
|
}
|
|
1274
1281
|
get checkboxCheckedBorderColor() {
|
|
1275
|
-
return this.
|
|
1282
|
+
return this.ex;
|
|
1276
1283
|
}
|
|
1277
1284
|
set checkboxCheckedBorderColor(a) {
|
|
1278
|
-
let b = this.
|
|
1279
|
-
this.
|
|
1280
|
-
if (b != this.
|
|
1281
|
-
this.
|
|
1285
|
+
let b = this.ex;
|
|
1286
|
+
this.ex = a;
|
|
1287
|
+
if (b != this.ex) {
|
|
1288
|
+
this.d8("CheckboxCheckedBorderColor", b, this.ex);
|
|
1282
1289
|
}
|
|
1283
1290
|
}
|
|
1284
1291
|
get checkboxUncheckedBorderColor() {
|
|
1285
|
-
return this.
|
|
1292
|
+
return this.e0;
|
|
1286
1293
|
}
|
|
1287
1294
|
set checkboxUncheckedBorderColor(a) {
|
|
1288
|
-
let b = this.
|
|
1289
|
-
this.
|
|
1290
|
-
if (b != this.
|
|
1291
|
-
this.
|
|
1295
|
+
let b = this.e0;
|
|
1296
|
+
this.e0 = a;
|
|
1297
|
+
if (b != this.e0) {
|
|
1298
|
+
this.d8("CheckboxUncheckedBorderColor", b, this.e0);
|
|
1292
1299
|
}
|
|
1293
1300
|
}
|
|
1294
1301
|
get checkboxCornerRadius() {
|
|
@@ -1298,7 +1305,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1298
1305
|
let b = this.bb;
|
|
1299
1306
|
this.bb = a;
|
|
1300
1307
|
if (b != this.bb) {
|
|
1301
|
-
this.
|
|
1308
|
+
this.d8("CheckboxCornerRadius", b, this.bb);
|
|
1302
1309
|
}
|
|
1303
1310
|
}
|
|
1304
1311
|
get ad() {
|
|
@@ -1308,35 +1315,55 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1308
1315
|
let b = this.ac;
|
|
1309
1316
|
this.ac = a;
|
|
1310
1317
|
if (b != this.ac) {
|
|
1311
|
-
this.
|
|
1318
|
+
this.d8("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1312
1319
|
}
|
|
1313
1320
|
}
|
|
1314
|
-
get
|
|
1315
|
-
return this.
|
|
1321
|
+
get scrollbarBackground() {
|
|
1322
|
+
return this.e3;
|
|
1316
1323
|
}
|
|
1317
|
-
set
|
|
1318
|
-
let b = this.
|
|
1319
|
-
this.
|
|
1320
|
-
if (b != this.
|
|
1321
|
-
this.
|
|
1324
|
+
set scrollbarBackground(a) {
|
|
1325
|
+
let b = this.e3;
|
|
1326
|
+
this.e3 = a;
|
|
1327
|
+
if (b != this.e3) {
|
|
1328
|
+
this.d8("ScrollbarBackground", b, this.e3);
|
|
1322
1329
|
}
|
|
1323
1330
|
}
|
|
1324
|
-
|
|
1331
|
+
get scrollbarHoverBackground() {
|
|
1332
|
+
return this.e4;
|
|
1333
|
+
}
|
|
1334
|
+
set scrollbarHoverBackground(a) {
|
|
1335
|
+
let b = this.e4;
|
|
1336
|
+
this.e4 = a;
|
|
1337
|
+
if (b != this.e4) {
|
|
1338
|
+
this.d8("ScrollbarHoverBackground", b, this.e4);
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
get scrollbarActiveBackground() {
|
|
1342
|
+
return this.e2;
|
|
1343
|
+
}
|
|
1344
|
+
set scrollbarActiveBackground(a) {
|
|
1345
|
+
let b = this.e2;
|
|
1346
|
+
this.e2 = a;
|
|
1347
|
+
if (b != this.e2) {
|
|
1348
|
+
this.d8("ScrollbarActiveBackground", b, this.e2);
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
d8(a, b, c) {
|
|
1325
1352
|
if (this.propertyChanged != null) {
|
|
1326
1353
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1327
1354
|
}
|
|
1328
|
-
this.
|
|
1355
|
+
this.ee(a, b, c);
|
|
1329
1356
|
}
|
|
1330
|
-
|
|
1357
|
+
ee(a, b, c) {
|
|
1331
1358
|
switch (a) {
|
|
1332
1359
|
case "IndexType":
|
|
1333
1360
|
this.keys.clear();
|
|
1334
|
-
this.
|
|
1361
|
+
this.dt();
|
|
1335
1362
|
if (this.keysCleared != null) {
|
|
1336
1363
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1337
1364
|
}
|
|
1338
1365
|
this.view.an();
|
|
1339
|
-
this.
|
|
1366
|
+
this.d4(b, c);
|
|
1340
1367
|
break;
|
|
1341
1368
|
case "ItemsSource":
|
|
1342
1369
|
if (this.g != null) {
|
|
@@ -1349,16 +1376,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1349
1376
|
}
|
|
1350
1377
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1351
1378
|
let d = this.g.actualDataSource;
|
|
1352
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1379
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d9));
|
|
1353
1380
|
}
|
|
1354
1381
|
this.g.itemsSource = this.bp;
|
|
1355
|
-
this.
|
|
1382
|
+
this.dg();
|
|
1356
1383
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1357
1384
|
let e = this.g.actualDataSource;
|
|
1358
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1385
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d9));
|
|
1359
1386
|
}
|
|
1360
1387
|
this.at = true;
|
|
1361
|
-
this.
|
|
1388
|
+
this.eb();
|
|
1362
1389
|
this.at = false;
|
|
1363
1390
|
this.view.an();
|
|
1364
1391
|
}
|
|
@@ -1369,8 +1396,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1369
1396
|
case "PropertyTypeMemberPath":
|
|
1370
1397
|
if (this.g != null) {
|
|
1371
1398
|
if (this.bt != null) {
|
|
1372
|
-
this.
|
|
1373
|
-
this.
|
|
1399
|
+
this.eb();
|
|
1400
|
+
this.eq();
|
|
1374
1401
|
}
|
|
1375
1402
|
}
|
|
1376
1403
|
break;
|
|
@@ -1380,7 +1407,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1380
1407
|
}
|
|
1381
1408
|
break;
|
|
1382
1409
|
case "SelectAllCaptionTextColor":
|
|
1383
|
-
this.
|
|
1410
|
+
this.fc = null != this.selectAllCaptionTextColor ? this.selectAllCaptionTextColor : this.fn();
|
|
1384
1411
|
break;
|
|
1385
1412
|
case "SelectAllCaption":
|
|
1386
1413
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1429,10 +1456,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1429
1456
|
this.view.ak();
|
|
1430
1457
|
break;
|
|
1431
1458
|
case "BaseTheme":
|
|
1432
|
-
this.
|
|
1459
|
+
this.ep();
|
|
1433
1460
|
break;
|
|
1434
1461
|
case "Density":
|
|
1435
|
-
this.
|
|
1462
|
+
this.eo();
|
|
1436
1463
|
break;
|
|
1437
1464
|
case "IsRowHoverEnabled":
|
|
1438
1465
|
if (this.g != null) {
|
|
@@ -1446,7 +1473,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1446
1473
|
break;
|
|
1447
1474
|
case "ScrollbarBackground":
|
|
1448
1475
|
if (this.g != null) {
|
|
1449
|
-
this.g.scrollbarBackground = this.
|
|
1476
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
1477
|
+
}
|
|
1478
|
+
break;
|
|
1479
|
+
case "ScrollbarHoverBackground":
|
|
1480
|
+
if (this.g != null) {
|
|
1481
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
1482
|
+
}
|
|
1483
|
+
break;
|
|
1484
|
+
case "ScrollbarActiveBackground":
|
|
1485
|
+
if (this.g != null) {
|
|
1486
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
1450
1487
|
}
|
|
1451
1488
|
break;
|
|
1452
1489
|
case "SearchIconColor":
|
|
@@ -1454,7 +1491,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1454
1491
|
break;
|
|
1455
1492
|
case "SearchBackgroundColor":
|
|
1456
1493
|
if (this.y != null) {
|
|
1457
|
-
this.y.mc = this.
|
|
1494
|
+
this.y.mc = this.fs;
|
|
1458
1495
|
}
|
|
1459
1496
|
break;
|
|
1460
1497
|
case "SearchBorderColor":
|
|
@@ -1485,22 +1522,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1485
1522
|
case "CheckboxCornerRadius":
|
|
1486
1523
|
this.view.af();
|
|
1487
1524
|
if (this.g != null) {
|
|
1488
|
-
this.g.
|
|
1525
|
+
this.g.y6();
|
|
1489
1526
|
}
|
|
1490
1527
|
break;
|
|
1491
1528
|
case "CheckboxAlignedRight":
|
|
1492
1529
|
if (this.g != null) {
|
|
1493
|
-
this.
|
|
1530
|
+
this.es();
|
|
1494
1531
|
}
|
|
1495
1532
|
break;
|
|
1496
1533
|
case "DataLegendTarget":
|
|
1497
1534
|
if (this.g != null) {
|
|
1498
|
-
this.g.
|
|
1535
|
+
this.g.y6();
|
|
1499
1536
|
}
|
|
1500
1537
|
break;
|
|
1501
1538
|
}
|
|
1502
1539
|
}
|
|
1503
|
-
|
|
1540
|
+
es() {
|
|
1504
1541
|
if (this.g.actualColumns.count == 0) {
|
|
1505
1542
|
return;
|
|
1506
1543
|
}
|
|
@@ -1518,7 +1555,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1518
1555
|
}
|
|
1519
1556
|
this.g.columns.add(c);
|
|
1520
1557
|
}
|
|
1521
|
-
|
|
1558
|
+
d4(a, b) {
|
|
1522
1559
|
if (this.indexTypeChanged != null) {
|
|
1523
1560
|
this.indexTypeChanged(this, ((() => {
|
|
1524
1561
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1528,7 +1565,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1528
1565
|
})()));
|
|
1529
1566
|
}
|
|
1530
1567
|
}
|
|
1531
|
-
|
|
1568
|
+
eo() {
|
|
1532
1569
|
if (this.g != null) {
|
|
1533
1570
|
this.g.density = this.density;
|
|
1534
1571
|
}
|
|
@@ -1538,7 +1575,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1538
1575
|
this.view.ae();
|
|
1539
1576
|
this.view.z();
|
|
1540
1577
|
}
|
|
1541
|
-
|
|
1578
|
+
ep() {
|
|
1542
1579
|
if (this.x != null) {
|
|
1543
1580
|
this.x.p = this.baseTheme;
|
|
1544
1581
|
}
|
|
@@ -1552,23 +1589,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1552
1589
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1553
1590
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1554
1591
|
this.g.background = this.backgroundColor;
|
|
1592
|
+
this.g.borderWidth = new Thickness(0, 0);
|
|
1593
|
+
this.g.cornerRadius = new CornerRadius(0, 0);
|
|
1555
1594
|
}
|
|
1556
|
-
this.
|
|
1595
|
+
this.fc = this.selectAllCaptionTextColor != null ? this.selectAllCaptionTextColor : this.fn();
|
|
1557
1596
|
this.view.ag();
|
|
1558
1597
|
}
|
|
1559
|
-
|
|
1598
|
+
d9(a, b) {
|
|
1560
1599
|
this.at = true;
|
|
1561
|
-
this.
|
|
1600
|
+
this.dg();
|
|
1562
1601
|
if (b.schema != null) {
|
|
1563
|
-
this.
|
|
1602
|
+
this.eb();
|
|
1564
1603
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1565
|
-
this.
|
|
1604
|
+
this.d6(this.keys._inner[c]);
|
|
1566
1605
|
}
|
|
1567
1606
|
this.view.an();
|
|
1568
1607
|
}
|
|
1569
1608
|
this.at = false;
|
|
1570
1609
|
}
|
|
1571
|
-
|
|
1610
|
+
eb() {
|
|
1572
1611
|
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1573
1612
|
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1574
1613
|
}
|
|
@@ -1608,7 +1647,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1608
1647
|
}
|
|
1609
1648
|
}
|
|
1610
1649
|
}
|
|
1611
|
-
|
|
1650
|
+
eq() {
|
|
1612
1651
|
this.view.p();
|
|
1613
1652
|
this.g.columns.clear();
|
|
1614
1653
|
this.g.primaryKey = this.primaryKey;
|
|
@@ -1620,7 +1659,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1620
1659
|
this.g.theme = this.baseTheme;
|
|
1621
1660
|
this.g.density = this.density;
|
|
1622
1661
|
this.g.isRowHoverEnabled = this.a4;
|
|
1623
|
-
this.g.
|
|
1662
|
+
this.g.scrollbarStyle = this.ad;
|
|
1663
|
+
this.g.scrollbarBackground = this.scrollbarBackground;
|
|
1664
|
+
this.g.scrollbarHoverBackground = this.scrollbarHoverBackground;
|
|
1665
|
+
this.g.scrollbarActiveBackground = this.scrollbarActiveBackground;
|
|
1624
1666
|
if (this.ao != null) {
|
|
1625
1667
|
this.g.cellTextStyle = this.ao;
|
|
1626
1668
|
}
|
|
@@ -1628,32 +1670,32 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1628
1670
|
if (this.bw == null) {
|
|
1629
1671
|
this.bw = "";
|
|
1630
1672
|
}
|
|
1631
|
-
a.
|
|
1632
|
-
a.
|
|
1673
|
+
a.ns = this.bw;
|
|
1674
|
+
a.ok = "CheckboxColumn";
|
|
1633
1675
|
let b = new ColumnWidth();
|
|
1634
1676
|
b.c = false;
|
|
1635
1677
|
b.f = 28;
|
|
1636
1678
|
a.width = b;
|
|
1637
|
-
a.lm = 0;
|
|
1638
1679
|
a.ln = 0;
|
|
1639
|
-
a.
|
|
1680
|
+
a.lo = 0;
|
|
1681
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.dh));
|
|
1640
1682
|
this.k = a;
|
|
1641
1683
|
this.g.columns.add(a);
|
|
1642
1684
|
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1643
1685
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1644
1686
|
let d = new TemplateColumn();
|
|
1645
|
-
d.
|
|
1646
|
-
d.
|
|
1647
|
-
d.
|
|
1687
|
+
d.ns = this.bt;
|
|
1688
|
+
d.ok = "DataColumn";
|
|
1689
|
+
d.ln = 0;
|
|
1648
1690
|
d.g = 0;
|
|
1649
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1691
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.er));
|
|
1650
1692
|
this.g.columns.add(d);
|
|
1651
1693
|
}
|
|
1652
1694
|
else {
|
|
1653
1695
|
let e;
|
|
1654
1696
|
if (this.gridColumnProvider != null) {
|
|
1655
|
-
e = this.gridColumnProvider.
|
|
1656
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1697
|
+
e = this.gridColumnProvider.h2();
|
|
1698
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dq));
|
|
1657
1699
|
}
|
|
1658
1700
|
else {
|
|
1659
1701
|
switch (c) {
|
|
@@ -1678,9 +1720,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1678
1720
|
break;
|
|
1679
1721
|
}
|
|
1680
1722
|
}
|
|
1681
|
-
e.
|
|
1682
|
-
e.
|
|
1683
|
-
e.
|
|
1723
|
+
e.ns = this.bt;
|
|
1724
|
+
e.ok = "DataColumn";
|
|
1725
|
+
e.ln = 0;
|
|
1684
1726
|
e.g = 0;
|
|
1685
1727
|
this.g.columns.add(e);
|
|
1686
1728
|
}
|
|
@@ -1688,16 +1730,20 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1688
1730
|
let g = new ColumnWidth();
|
|
1689
1731
|
g.c = false;
|
|
1690
1732
|
g.f = 10;
|
|
1691
|
-
f.
|
|
1692
|
-
f.
|
|
1693
|
-
f.
|
|
1733
|
+
f.ns = "PaddingColumn";
|
|
1734
|
+
f.ok = "PaddingColumn";
|
|
1735
|
+
f.ln = 0;
|
|
1694
1736
|
f.width = g;
|
|
1695
1737
|
this.g.columns.add(f);
|
|
1696
1738
|
}
|
|
1697
|
-
|
|
1739
|
+
dq(a, b) {
|
|
1698
1740
|
let c = b.b;
|
|
1699
|
-
c.
|
|
1741
|
+
c.g5 = 0;
|
|
1700
1742
|
c.g = 0;
|
|
1743
|
+
c.np = this.g.cellBackground;
|
|
1744
|
+
c.n9 = this.g.cellTextColor;
|
|
1745
|
+
c.ny = this.g.rowHoverBackground;
|
|
1746
|
+
c.n2 = this.g.cellSelectedBackground;
|
|
1701
1747
|
}
|
|
1702
1748
|
updateHrMargin(a) {
|
|
1703
1749
|
this.view.ah(a);
|
|
@@ -1705,16 +1751,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1705
1751
|
provideHrElement(a) {
|
|
1706
1752
|
this.view.v(a);
|
|
1707
1753
|
}
|
|
1708
|
-
|
|
1754
|
+
d5() {
|
|
1709
1755
|
if (!this.a0) {
|
|
1710
1756
|
let a = this.w;
|
|
1711
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1757
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dr));
|
|
1712
1758
|
}
|
|
1713
|
-
this.
|
|
1759
|
+
this.ep();
|
|
1714
1760
|
}
|
|
1715
|
-
|
|
1761
|
+
dr(a, b) {
|
|
1716
1762
|
let c = b.value.toLowerCase();
|
|
1717
|
-
this.
|
|
1763
|
+
this.d3(c);
|
|
1718
1764
|
}
|
|
1719
1765
|
j(a) {
|
|
1720
1766
|
if (this.primaryKey == null) {
|
|
@@ -1728,7 +1774,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1728
1774
|
}
|
|
1729
1775
|
return new PrimaryKeyValue(b, c);
|
|
1730
1776
|
}
|
|
1731
|
-
|
|
1777
|
+
ek(a) {
|
|
1732
1778
|
this.as = true;
|
|
1733
1779
|
let b = this.e.getItemAtIndex(a);
|
|
1734
1780
|
if (this.ak != null) {
|
|
@@ -1738,7 +1784,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1738
1784
|
this.keys.remove(c);
|
|
1739
1785
|
this.as = false;
|
|
1740
1786
|
}
|
|
1741
|
-
|
|
1787
|
+
dd(a) {
|
|
1742
1788
|
this.as = true;
|
|
1743
1789
|
let b = this.e.getItemAtIndex(a);
|
|
1744
1790
|
if (this.ak != null) {
|
|
@@ -1748,44 +1794,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1748
1794
|
this.keys.add(c);
|
|
1749
1795
|
this.as = false;
|
|
1750
1796
|
}
|
|
1751
|
-
|
|
1797
|
+
en() {
|
|
1752
1798
|
this.indexType = 0;
|
|
1753
1799
|
this.keys.clear();
|
|
1754
|
-
this.
|
|
1800
|
+
this.dt();
|
|
1755
1801
|
if (this.keysCleared != null) {
|
|
1756
1802
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1757
1803
|
}
|
|
1758
1804
|
}
|
|
1759
|
-
|
|
1805
|
+
dj() {
|
|
1760
1806
|
this.indexType = 1;
|
|
1761
1807
|
this.keys.clear();
|
|
1762
|
-
this.
|
|
1808
|
+
this.dt();
|
|
1763
1809
|
if (this.keysCleared != null) {
|
|
1764
1810
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1765
1811
|
}
|
|
1766
1812
|
}
|
|
1767
|
-
|
|
1813
|
+
dy(a, b, c) {
|
|
1768
1814
|
if (this.g != null) {
|
|
1769
1815
|
this.g.notifySetItem(a, b, c);
|
|
1770
1816
|
}
|
|
1771
1817
|
}
|
|
1772
|
-
|
|
1818
|
+
du() {
|
|
1773
1819
|
if (this.g != null) {
|
|
1774
1820
|
this.g.notifyClearItems();
|
|
1775
1821
|
}
|
|
1776
1822
|
}
|
|
1777
|
-
|
|
1823
|
+
dt() {
|
|
1778
1824
|
if (this.g != null) {
|
|
1779
1825
|
this.g.invalidateVisibleRows();
|
|
1780
1826
|
}
|
|
1781
1827
|
}
|
|
1782
|
-
|
|
1828
|
+
dv(a, b) {
|
|
1783
1829
|
if (this.g != null) {
|
|
1784
1830
|
this.g.notifyInsertItem(a, b);
|
|
1785
1831
|
}
|
|
1786
1832
|
;
|
|
1787
1833
|
}
|
|
1788
|
-
|
|
1834
|
+
dx(a, b) {
|
|
1789
1835
|
if (this.g != null) {
|
|
1790
1836
|
this.g.notifyRemoveItem(a, b);
|
|
1791
1837
|
}
|
|
@@ -1802,7 +1848,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1802
1848
|
this.aw = false;
|
|
1803
1849
|
}
|
|
1804
1850
|
}
|
|
1805
|
-
|
|
1851
|
+
de(a) {
|
|
1806
1852
|
let b = null;
|
|
1807
1853
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1808
1854
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1822,7 +1868,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1822
1868
|
this.keys.add(b);
|
|
1823
1869
|
}
|
|
1824
1870
|
}
|
|
1825
|
-
|
|
1871
|
+
el(a) {
|
|
1826
1872
|
let b = null;
|
|
1827
1873
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1828
1874
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1896,39 +1942,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1896
1942
|
a.h = c.width;
|
|
1897
1943
|
a.c = this.baseTheme;
|
|
1898
1944
|
a.d = this.bl;
|
|
1899
|
-
a.a = AppearanceHelper.a(this.
|
|
1945
|
+
a.a = AppearanceHelper.a(this.fc);
|
|
1900
1946
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1901
1947
|
return a;
|
|
1902
1948
|
}
|
|
1903
|
-
get
|
|
1904
|
-
return this.
|
|
1949
|
+
get c3() {
|
|
1950
|
+
return this.c2 != null ? this.c2 : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1905
1951
|
}
|
|
1906
|
-
set
|
|
1907
|
-
if (a == this.
|
|
1952
|
+
set c3(a) {
|
|
1953
|
+
if (a == this.c2) {
|
|
1908
1954
|
return;
|
|
1909
1955
|
}
|
|
1910
|
-
let b = this.
|
|
1911
|
-
this.
|
|
1912
|
-
this.
|
|
1956
|
+
let b = this.c2;
|
|
1957
|
+
this.c2 = a;
|
|
1958
|
+
this.d8("SelectAllCaption", b, this.c2);
|
|
1913
1959
|
}
|
|
1914
1960
|
get selectAllCaptionTextColor() {
|
|
1915
|
-
return this.
|
|
1961
|
+
return this.fa;
|
|
1916
1962
|
}
|
|
1917
1963
|
set selectAllCaptionTextColor(a) {
|
|
1918
|
-
let b = this.
|
|
1919
|
-
this.
|
|
1920
|
-
if (b != this.
|
|
1921
|
-
this.
|
|
1964
|
+
let b = this.fa;
|
|
1965
|
+
this.fa = a;
|
|
1966
|
+
if (b != this.fa) {
|
|
1967
|
+
this.d8("SelectAllCaptionTextColor", b, a);
|
|
1922
1968
|
}
|
|
1923
1969
|
}
|
|
1924
|
-
get
|
|
1925
|
-
return this.
|
|
1970
|
+
get fc() {
|
|
1971
|
+
return this.eu;
|
|
1926
1972
|
}
|
|
1927
|
-
set
|
|
1928
|
-
let b = this.
|
|
1929
|
-
this.
|
|
1930
|
-
if (b != this.
|
|
1931
|
-
this.
|
|
1973
|
+
set fc(a) {
|
|
1974
|
+
let b = this.eu;
|
|
1975
|
+
this.eu = a;
|
|
1976
|
+
if (b != this.eu) {
|
|
1977
|
+
this.d8("ActualSelectAllCaptionTextColor", b, a);
|
|
1932
1978
|
}
|
|
1933
1979
|
}
|
|
1934
1980
|
get a5() {
|
|
@@ -1953,46 +1999,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1953
1999
|
}
|
|
1954
2000
|
let b = this.a9;
|
|
1955
2001
|
this.a9 = a;
|
|
1956
|
-
this.
|
|
2002
|
+
this.d8("showSelectAll", b, this.a9);
|
|
1957
2003
|
}
|
|
1958
2004
|
get backgroundColor() {
|
|
1959
|
-
return this.
|
|
2005
|
+
return this.ev;
|
|
1960
2006
|
}
|
|
1961
2007
|
set backgroundColor(a) {
|
|
1962
|
-
let b = this.
|
|
1963
|
-
this.
|
|
1964
|
-
if (b != this.
|
|
1965
|
-
this.
|
|
2008
|
+
let b = this.ev;
|
|
2009
|
+
this.ev = a;
|
|
2010
|
+
if (b != this.ev) {
|
|
2011
|
+
this.d8("BackgroundColor", b, a);
|
|
1966
2012
|
}
|
|
1967
2013
|
}
|
|
1968
2014
|
get rowHoverBackgroundColor() {
|
|
1969
|
-
return this.
|
|
2015
|
+
return this.e1;
|
|
1970
2016
|
}
|
|
1971
2017
|
set rowHoverBackgroundColor(a) {
|
|
1972
|
-
let b = this.
|
|
1973
|
-
this.
|
|
1974
|
-
if (b != this.
|
|
1975
|
-
this.
|
|
2018
|
+
let b = this.e1;
|
|
2019
|
+
this.e1 = a;
|
|
2020
|
+
if (b != this.e1) {
|
|
2021
|
+
this.d8("RowHoverBackgroundColor", b, a);
|
|
1976
2022
|
}
|
|
1977
2023
|
}
|
|
1978
|
-
|
|
2024
|
+
fn() {
|
|
1979
2025
|
switch (this.baseTheme) {
|
|
1980
2026
|
case 6:
|
|
1981
|
-
case 4: return CheckboxList.
|
|
2027
|
+
case 4: return CheckboxList.fk;
|
|
1982
2028
|
}
|
|
1983
|
-
return CheckboxList.
|
|
2029
|
+
return CheckboxList.fm;
|
|
1984
2030
|
}
|
|
1985
2031
|
get textColor() {
|
|
1986
|
-
return this.
|
|
2032
|
+
return this.fb;
|
|
1987
2033
|
}
|
|
1988
2034
|
set textColor(a) {
|
|
1989
|
-
let b = this.
|
|
1990
|
-
this.
|
|
1991
|
-
if (b != this.
|
|
1992
|
-
this.
|
|
2035
|
+
let b = this.fb;
|
|
2036
|
+
this.fb = a;
|
|
2037
|
+
if (b != this.fb) {
|
|
2038
|
+
this.d8("TextColor", b, a);
|
|
1993
2039
|
}
|
|
1994
2040
|
}
|
|
1995
|
-
|
|
2041
|
+
ea(a) {
|
|
1996
2042
|
if (this.selectAllCheckboxChanged != null) {
|
|
1997
2043
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1998
2044
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2023,7 +2069,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2023
2069
|
default: return false;
|
|
2024
2070
|
}
|
|
2025
2071
|
}
|
|
2026
|
-
|
|
2072
|
+
dg() {
|
|
2027
2073
|
let a = this.g.actualDataSource;
|
|
2028
2074
|
if (null != a) {
|
|
2029
2075
|
if (null == a.actualSchema) {
|
|
@@ -2046,7 +2092,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2046
2092
|
}
|
|
2047
2093
|
let b = this.a7;
|
|
2048
2094
|
this.a7 = a;
|
|
2049
|
-
this.
|
|
2095
|
+
this.d8("ShowFilter", b, this.a7);
|
|
2050
2096
|
}
|
|
2051
2097
|
get a4() {
|
|
2052
2098
|
return this.a3;
|
|
@@ -2057,7 +2103,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2057
2103
|
}
|
|
2058
2104
|
let b = this.a3;
|
|
2059
2105
|
this.a3 = a;
|
|
2060
|
-
this.
|
|
2106
|
+
this.d8("IsRowHoverEnabled", b, this.a3);
|
|
2061
2107
|
}
|
|
2062
2108
|
get checkboxAlignedRight() {
|
|
2063
2109
|
return this.ay;
|
|
@@ -2068,9 +2114,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2068
2114
|
}
|
|
2069
2115
|
let b = this.ay;
|
|
2070
2116
|
this.ay = a;
|
|
2071
|
-
this.
|
|
2117
|
+
this.d8("CheckboxAlignedRight", b, this.ay);
|
|
2072
2118
|
}
|
|
2073
|
-
|
|
2119
|
+
eh(a) {
|
|
2074
2120
|
this.y = a;
|
|
2075
2121
|
if (a == null) {
|
|
2076
2122
|
return;
|
|
@@ -2078,7 +2124,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2078
2124
|
this.y.d = this.aa;
|
|
2079
2125
|
this.y.p = this.baseTheme;
|
|
2080
2126
|
this.y.t = this.density;
|
|
2081
|
-
this.y.mc = this.
|
|
2127
|
+
this.y.mc = this.fs;
|
|
2082
2128
|
this.y.md = this.searchBorderColor;
|
|
2083
2129
|
this.y.no = this.searchFocusBorderColor;
|
|
2084
2130
|
this.y.n6 = BrushUtil.l(0, 0, 0, 0);
|
|
@@ -2086,11 +2132,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2086
2132
|
}
|
|
2087
2133
|
}
|
|
2088
2134
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2089
|
-
CheckboxList.
|
|
2090
|
-
CheckboxList.
|
|
2091
|
-
CheckboxList.
|
|
2092
|
-
CheckboxList.
|
|
2093
|
-
CheckboxList.
|
|
2094
|
-
CheckboxList.
|
|
2135
|
+
CheckboxList.fy = BrushUtil.l(255, 24, 29, 31);
|
|
2136
|
+
CheckboxList.cz = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2137
|
+
CheckboxList.fj = BrushUtil.l(255, 248, 248, 248);
|
|
2138
|
+
CheckboxList.fl = null;
|
|
2139
|
+
CheckboxList.fm = BrushUtil.l(255, 24, 29, 31);
|
|
2140
|
+
CheckboxList.fk = BrushUtil.l(255, 255, 255, 255);
|
|
2095
2141
|
return CheckboxList;
|
|
2096
2142
|
})();
|