igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
- package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +13 -13
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +2 -2
- package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +39 -36
- package/esm2015/lib/CheckboxListBridge.js +36 -36
- package/esm2015/lib/CheckboxListView_combined.js +417 -412
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/DraggerView.js +8 -8
- package/esm2015/lib/EditorCell.js +291 -291
- 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 +171 -154
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm2015/lib/GridExternalWrapper.js +12 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
- package/esm2015/lib/GridIconRepository.js +94 -0
- package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm2015/lib/GridStyleRepository.js +123 -115
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ICheckboxListView.js +11 -0
- package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
- package/esm2015/lib/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NativeUIComboFactory.js +1 -1
- package/esm2015/lib/NativeUIGridFactory.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCell.js +22 -10
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +47 -38
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +16 -16
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- package/esm2015/lib/TemplateHeader.js +5 -5
- 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 +188 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igx-cell-info.js +115 -91
- package/esm2015/lib/igx-checkbox-list-component.js +46 -47
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- 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 +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +289 -163
- package/esm2015/lib/igx-data-grid-component.js +163 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-numeric-cell-info.js +35 -26
- package/esm2015/lib/igx-numeric-column-component.js +43 -31
- package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-section-header-component.js +55 -17
- package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-summary-row-component.js +16 -16
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm2015/lib/igx-text-header-cell-info.js +74 -24
- package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +13 -13
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +2 -2
- package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +39 -36
- package/esm5/lib/CheckboxListBridge.js +36 -36
- package/esm5/lib/CheckboxListView_combined.js +400 -395
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
- package/esm5/lib/DataGridToolbarView_combined.js +3 -3
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/DraggerView.js +8 -8
- 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 +168 -147
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
- 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/GridColumnOptionsViewBase_combined.js +2 -2
- 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/GridExpansionIndicatorView_combined.js +5 -5
- package/esm5/lib/GridExternalWrapper.js +12 -6
- package/esm5/lib/GridFilterDialogView_combined.js +381 -247
- package/esm5/lib/GridIconRepository.js +98 -0
- package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
- package/esm5/lib/GridStyleRepository.js +127 -115
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ICheckboxListView.js +11 -0
- package/esm5/lib/ISummaryChooserView_combined.js +7 -7
- package/esm5/lib/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NativeUIComboFactory.js +1 -1
- package/esm5/lib/NativeUIGridFactory.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCell.js +22 -10
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +47 -38
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +16 -16
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- package/esm5/lib/TemplateHeader.js +5 -5
- 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 +186 -151
- package/esm5/lib/TextHeaderCellPresenter.js +58 -39
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igx-cell-info.js +127 -91
- package/esm5/lib/igx-checkbox-list-component.js +46 -47
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- 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 +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +341 -163
- package/esm5/lib/igx-data-grid-component.js +213 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
- 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-date-time-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-definition-base-component.js +8 -8
- 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-filter-row-definition-dynamic-module.js +2 -0
- 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-image-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-numeric-cell-info.js +39 -26
- package/esm5/lib/igx-numeric-column-component.js +47 -31
- package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-section-header-component.js +71 -17
- package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-summary-row-component.js +16 -16
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
- package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
- 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-column-dynamic-module.js +2 -0
- package/esm5/lib/igx-text-header-cell-info.js +98 -24
- package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
- package/fesm5/igniteui-angular-data-grids.js +15844 -13296
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -0
- package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/GridExternalWrapper.d.ts +2 -0
- package/lib/GridFilterDialogView_combined.d.ts +100 -80
- package/lib/GridIconRepository.d.ts +44 -0
- package/lib/GridSortIndicatorView_combined.d.ts +5 -4
- package/lib/GridStyleRepository.d.ts +3 -2
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- package/lib/ICheckboxListView.d.ts +38 -0
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +5 -3
- package/lib/SummaryCell.d.ts +11 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeader.d.ts +1 -1
- 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/igx-cell-info.d.ts +15 -0
- package/lib/igx-data-grid-column-component.d.ts +42 -1
- package/lib/igx-data-grid-component.d.ts +61 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
- package/lib/igx-numeric-cell-info.d.ts +6 -0
- package/lib/igx-numeric-column-component.d.ts +8 -1
- package/lib/igx-section-header-component.d.ts +15 -1
- package/lib/igx-text-header-cell-info.d.ts +16 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -117,7 +117,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
117
117
|
this.d = new XIcon();
|
|
118
118
|
this.d.provideContainer(j);
|
|
119
119
|
this.d.fill = this.c.searchIconColor;
|
|
120
|
-
this.d.svgPath = CheckboxList.
|
|
120
|
+
this.d.svgPath = CheckboxList.cw;
|
|
121
121
|
let k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
122
122
|
g.appendContentChild(i);
|
|
123
123
|
this.c.y.appendContentChild(e);
|
|
@@ -129,18 +129,17 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
129
129
|
this.c.w.provideContainer(m);
|
|
130
130
|
this.c.w.b8 = "text";
|
|
131
131
|
let n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
132
|
-
if (this.c.
|
|
133
|
-
this.c.w.cg = this.c.
|
|
132
|
+
if (this.c.cf != null) {
|
|
133
|
+
this.c.w.cg = this.c.cf;
|
|
134
134
|
}
|
|
135
135
|
this.c.y.appendContentChild(l);
|
|
136
136
|
this.c.y.inputs.add(this.c.w);
|
|
137
|
-
this.c.
|
|
137
|
+
this.c.d2();
|
|
138
138
|
}
|
|
139
139
|
z() {
|
|
140
140
|
if (this.j != null) {
|
|
141
141
|
let a = this.j.rootWrapper.getChildAt(3);
|
|
142
142
|
a.setStyleProperty("width", "100%");
|
|
143
|
-
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
144
143
|
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
145
144
|
a.setStyleProperty("height", "100%");
|
|
146
145
|
}
|
|
@@ -208,11 +207,11 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
208
207
|
finally {
|
|
209
208
|
d.z = h;
|
|
210
209
|
}
|
|
211
|
-
d.dk = this.c.
|
|
212
|
-
d.dd = this.c.
|
|
213
|
-
d.dl = this.c.
|
|
214
|
-
d.de = this.c.
|
|
215
|
-
d.dm = this.c.
|
|
210
|
+
d.dk = this.c.e9;
|
|
211
|
+
d.dd = this.c.e7;
|
|
212
|
+
d.dl = this.c.fa;
|
|
213
|
+
d.de = this.c.e8;
|
|
214
|
+
d.dm = this.c.fb;
|
|
216
215
|
}
|
|
217
216
|
}
|
|
218
217
|
u(a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -279,8 +278,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
279
278
|
if (l != null) {
|
|
280
279
|
try {
|
|
281
280
|
o.svg = null;
|
|
282
|
-
o.
|
|
283
|
-
o.
|
|
281
|
+
o.bg = null;
|
|
282
|
+
o.bh = null;
|
|
284
283
|
let x = e != null ? e : ((() => {
|
|
285
284
|
let $ret = new FontInfo();
|
|
286
285
|
$ret.f = g;
|
|
@@ -298,7 +297,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
298
297
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
299
298
|
if (i != null) {
|
|
300
299
|
aa = true;
|
|
301
|
-
o.
|
|
300
|
+
o.bg = i;
|
|
302
301
|
let ab = ((() => {
|
|
303
302
|
let $ret = new DataContext();
|
|
304
303
|
$ret.series = this;
|
|
@@ -311,7 +310,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
311
310
|
})());
|
|
312
311
|
return $ret;
|
|
313
312
|
})());
|
|
314
|
-
o.
|
|
313
|
+
o.bh = ab;
|
|
315
314
|
}
|
|
316
315
|
else if (h != null) {
|
|
317
316
|
let ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -322,8 +321,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
322
321
|
let ag = af.getDataLegendSeriesTitle();
|
|
323
322
|
if (c == ag || c + " " + d == ag) {
|
|
324
323
|
aa = true;
|
|
325
|
-
o.
|
|
326
|
-
o.
|
|
324
|
+
o.bg = af.getDataLegendBadge();
|
|
325
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
327
326
|
break;
|
|
328
327
|
}
|
|
329
328
|
}
|
|
@@ -382,6 +381,9 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
382
381
|
}
|
|
383
382
|
}
|
|
384
383
|
ae() {
|
|
384
|
+
if (this.n != null) {
|
|
385
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
386
|
+
}
|
|
385
387
|
}
|
|
386
388
|
o(a, b) {
|
|
387
389
|
let c = a;
|
|
@@ -389,21 +391,21 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
389
391
|
let e = c.checked;
|
|
390
392
|
if (e == true) {
|
|
391
393
|
if (this.c.indexType == 0) {
|
|
392
|
-
this.c.
|
|
394
|
+
this.c.eg(d);
|
|
393
395
|
}
|
|
394
396
|
else {
|
|
395
|
-
this.c.
|
|
397
|
+
this.c.da(d);
|
|
396
398
|
}
|
|
397
399
|
}
|
|
398
400
|
else {
|
|
399
401
|
if (this.c.indexType == 0) {
|
|
400
|
-
this.c.
|
|
402
|
+
this.c.da(d);
|
|
401
403
|
}
|
|
402
404
|
else {
|
|
403
|
-
this.c.
|
|
405
|
+
this.c.eg(d);
|
|
404
406
|
}
|
|
405
407
|
}
|
|
406
|
-
this.c.
|
|
408
|
+
this.c.dy(d, e);
|
|
407
409
|
this.an(false);
|
|
408
410
|
}
|
|
409
411
|
q() {
|
|
@@ -414,7 +416,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
414
416
|
let e = parseInt(d.a4.toString());
|
|
415
417
|
if (e == a) {
|
|
416
418
|
d.checked = b;
|
|
417
|
-
this.c.
|
|
419
|
+
this.c.dy(e, b);
|
|
418
420
|
}
|
|
419
421
|
}
|
|
420
422
|
this.an();
|
|
@@ -428,7 +430,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
428
430
|
w(a) {
|
|
429
431
|
this.n = a;
|
|
430
432
|
if (null != this.n) {
|
|
431
|
-
this.n.setStyleProperty("margin", "
|
|
433
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
434
|
+
this.ae();
|
|
432
435
|
}
|
|
433
436
|
}
|
|
434
437
|
ao() {
|
|
@@ -443,7 +446,7 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
443
446
|
let d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
444
447
|
this.b.n = this.c.baseTheme;
|
|
445
448
|
this.m = a.createElement("label");
|
|
446
|
-
this.m.setRawText(this.c.
|
|
449
|
+
this.m.setRawText(this.c.c0);
|
|
447
450
|
this.m.setStyleProperty("font-size", "13px");
|
|
448
451
|
this.n.setStyleProperty("display", "flex");
|
|
449
452
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -459,8 +462,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
459
462
|
}
|
|
460
463
|
am() {
|
|
461
464
|
if (null != this.m) {
|
|
462
|
-
this.m.setRawText(this.c.
|
|
463
|
-
NativeUI.
|
|
465
|
+
this.m.setRawText(this.c.c0);
|
|
466
|
+
NativeUI.r(this.m, this.c.e5);
|
|
464
467
|
}
|
|
465
468
|
}
|
|
466
469
|
ap() {
|
|
@@ -508,12 +511,12 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
508
511
|
return;
|
|
509
512
|
}
|
|
510
513
|
if (b.isChecked) {
|
|
511
|
-
this.c.
|
|
512
|
-
this.c.
|
|
514
|
+
this.c.ej();
|
|
515
|
+
this.c.d7(b.isChecked);
|
|
513
516
|
}
|
|
514
517
|
else {
|
|
515
|
-
this.c.
|
|
516
|
-
this.c.
|
|
518
|
+
this.c.dg();
|
|
519
|
+
this.c.d7(b.isChecked);
|
|
517
520
|
}
|
|
518
521
|
}
|
|
519
522
|
ak() {
|
|
@@ -523,8 +526,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
523
526
|
}
|
|
524
527
|
let b = a.rootWrapper;
|
|
525
528
|
if (null != b) {
|
|
526
|
-
NativeUI.
|
|
527
|
-
NativeUI.
|
|
529
|
+
NativeUI.r(b, this.c.fp);
|
|
530
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
528
531
|
}
|
|
529
532
|
}
|
|
530
533
|
ai() {
|
|
@@ -545,19 +548,20 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
545
548
|
if (this.b == null) {
|
|
546
549
|
return;
|
|
547
550
|
}
|
|
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.
|
|
551
|
+
this.b.dk = this.c.e9;
|
|
552
|
+
this.b.dd = this.c.e7;
|
|
553
|
+
this.b.dl = this.c.fa;
|
|
554
|
+
this.b.de = this.c.e8;
|
|
555
|
+
this.b.dm = this.c.fb;
|
|
553
556
|
}
|
|
554
557
|
ah(a) {
|
|
555
558
|
if (this.k != null) {
|
|
556
|
-
NativeUI.
|
|
559
|
+
NativeUI.y(this.k, a);
|
|
557
560
|
}
|
|
558
561
|
}
|
|
559
562
|
v(a) {
|
|
560
563
|
this.k = a;
|
|
564
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
561
565
|
}
|
|
562
566
|
aq() {
|
|
563
567
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -573,8 +577,8 @@ export let CheckboxListView = /*@__PURE__*/ (() => {
|
|
|
573
577
|
}
|
|
574
578
|
x() {
|
|
575
579
|
for (let a of fromEnum(this.g)) {
|
|
576
|
-
a.value.
|
|
577
|
-
a.value.
|
|
580
|
+
a.value.bg = null;
|
|
581
|
+
a.value.bh = null;
|
|
578
582
|
}
|
|
579
583
|
}
|
|
580
584
|
p() {
|
|
@@ -617,52 +621,52 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
617
621
|
this.labelClicked = null;
|
|
618
622
|
this.av = false;
|
|
619
623
|
this.au = false;
|
|
620
|
-
this.bl = null;
|
|
621
624
|
this.bp = null;
|
|
622
|
-
this.bk = null;
|
|
623
625
|
this.bt = null;
|
|
624
|
-
this.
|
|
625
|
-
this.
|
|
626
|
-
this.
|
|
626
|
+
this.bo = null;
|
|
627
|
+
this.bx = null;
|
|
628
|
+
this.bv = null;
|
|
629
|
+
this.bw = null;
|
|
630
|
+
this.bu = null;
|
|
627
631
|
this.z = 3;
|
|
628
|
-
this.
|
|
632
|
+
this.bk = -1;
|
|
629
633
|
this.am = null;
|
|
630
634
|
this.m = 1;
|
|
631
635
|
this.ae = 1;
|
|
632
636
|
this.ag = 2;
|
|
633
|
-
this.
|
|
634
|
-
this.
|
|
637
|
+
this.e1 = BrushUtil.l(255, 24, 29, 31);
|
|
638
|
+
this.ez = null;
|
|
635
639
|
this.ax = true;
|
|
636
|
-
this.
|
|
637
|
-
this.
|
|
640
|
+
this.e2 = null;
|
|
641
|
+
this.e0 = null;
|
|
638
642
|
this.an = null;
|
|
639
|
-
this.
|
|
640
|
-
this.eo = null;
|
|
641
|
-
this.er = null;
|
|
642
|
-
this.ep = null;
|
|
643
|
+
this.eu = null;
|
|
643
644
|
this.es = null;
|
|
645
|
+
this.ev = null;
|
|
646
|
+
this.et = null;
|
|
647
|
+
this.ew = null;
|
|
644
648
|
this.bb = NaN;
|
|
645
649
|
this.f = null;
|
|
646
650
|
this.ac = 0;
|
|
647
|
-
this.
|
|
651
|
+
this.ey = null;
|
|
648
652
|
this.indexTypeChanged = null;
|
|
649
653
|
this.aw = false;
|
|
650
|
-
this.
|
|
651
|
-
this.
|
|
652
|
-
this.
|
|
654
|
+
this.cz = null;
|
|
655
|
+
this.e3 = null;
|
|
656
|
+
this.eq = CheckboxList.ff;
|
|
653
657
|
this.a9 = true;
|
|
654
|
-
this.
|
|
655
|
-
this.
|
|
656
|
-
this.
|
|
658
|
+
this.er = CheckboxList.fc;
|
|
659
|
+
this.ex = CheckboxList.fe;
|
|
660
|
+
this.e4 = CheckboxList.ff;
|
|
657
661
|
this.keysCleared = null;
|
|
658
662
|
this.selectAllCheckboxChanged = null;
|
|
659
|
-
this.
|
|
663
|
+
this.bm = -1;
|
|
660
664
|
this.a7 = true;
|
|
661
665
|
this.a3 = true;
|
|
662
666
|
this.ay = false;
|
|
663
667
|
let a = this.h;
|
|
664
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.
|
|
665
|
-
this.h.am(runOn(this, this.
|
|
668
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(this, this.ea));
|
|
669
|
+
this.h.am(runOn(this, this.d9));
|
|
666
670
|
this.d = new FilterFactory();
|
|
667
671
|
let b = new CheckboxListView();
|
|
668
672
|
b.c = this;
|
|
@@ -710,7 +714,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
710
714
|
let b = this.a;
|
|
711
715
|
this.a = a;
|
|
712
716
|
if (b != this.a) {
|
|
713
|
-
this.
|
|
717
|
+
this.d5("PrimaryKey", b, this.a);
|
|
714
718
|
}
|
|
715
719
|
}
|
|
716
720
|
clearSelectedKeys() {
|
|
@@ -728,44 +732,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
728
732
|
removeSelectedKeyAt(a) {
|
|
729
733
|
this.keys.removeAt(a);
|
|
730
734
|
}
|
|
731
|
-
|
|
732
|
-
this.
|
|
735
|
+
d9() {
|
|
736
|
+
this.dq();
|
|
733
737
|
if (this.keysCleared != null) {
|
|
734
738
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
735
739
|
}
|
|
736
740
|
}
|
|
737
|
-
|
|
741
|
+
ea(a, b) {
|
|
738
742
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
739
743
|
return;
|
|
740
744
|
}
|
|
741
745
|
switch (b.action) {
|
|
742
746
|
case 0:
|
|
743
747
|
for (let c = 0; c < b.newItems.count; c++) {
|
|
744
|
-
this.
|
|
748
|
+
this.d3(b.newItems.item(c));
|
|
745
749
|
}
|
|
746
750
|
break;
|
|
747
751
|
case 1:
|
|
748
752
|
for (let d = 0; d < b.oldItems.count; d++) {
|
|
749
|
-
this.
|
|
753
|
+
this.d4(b.oldItems.item(d));
|
|
750
754
|
}
|
|
751
755
|
break;
|
|
752
756
|
case 2:
|
|
753
757
|
for (let e = 0; e < b.oldItems.count; e++) {
|
|
754
|
-
this.
|
|
758
|
+
this.d4(b.oldItems.item(e));
|
|
755
759
|
}
|
|
756
760
|
for (let f = 0; f < b.newItems.count; f++) {
|
|
757
|
-
this.
|
|
761
|
+
this.d3(b.newItems.item(f));
|
|
758
762
|
}
|
|
759
763
|
break;
|
|
760
764
|
case 4:
|
|
761
765
|
this.view.ab(this.indexType == 0);
|
|
762
766
|
for (let g = 0; g < this.keys.ae.count; g++) {
|
|
763
|
-
this.
|
|
767
|
+
this.d3(this.keys.ae._inner[g]);
|
|
764
768
|
}
|
|
765
769
|
break;
|
|
766
770
|
}
|
|
767
771
|
}
|
|
768
|
-
|
|
772
|
+
d3(a) {
|
|
769
773
|
let b = this.e.indexOfKey(a.value);
|
|
770
774
|
if (b >= 0) {
|
|
771
775
|
this.view.aa(b, this.indexType == 1);
|
|
@@ -781,7 +785,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
781
785
|
return $ret;
|
|
782
786
|
})()));
|
|
783
787
|
}
|
|
784
|
-
|
|
788
|
+
d4(a) {
|
|
785
789
|
let b = this.e.indexOfKey(a.value);
|
|
786
790
|
if (b >= 0) {
|
|
787
791
|
this.view.aa(b, this.indexType == 0);
|
|
@@ -797,7 +801,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
797
801
|
return $ret;
|
|
798
802
|
})()));
|
|
799
803
|
}
|
|
800
|
-
|
|
804
|
+
dy(a, b) {
|
|
801
805
|
if (this.checkedChanged != null && this.at == false) {
|
|
802
806
|
let c = null;
|
|
803
807
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -822,58 +826,58 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
822
826
|
this.av = false;
|
|
823
827
|
if (this.g != null) {
|
|
824
828
|
let a = this.g;
|
|
825
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
829
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
|
|
826
830
|
let b = this.g;
|
|
827
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
831
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
|
|
828
832
|
if (this.g.actualDataSource != null) {
|
|
829
833
|
let c = this.g.actualDataSource;
|
|
830
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
834
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
|
|
831
835
|
}
|
|
832
836
|
}
|
|
833
837
|
if (this.v != null) {
|
|
834
838
|
let d = this.v;
|
|
835
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
839
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dn));
|
|
836
840
|
}
|
|
837
841
|
if (this.k != null) {
|
|
838
842
|
let e = this.k;
|
|
839
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
843
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
|
|
840
844
|
}
|
|
841
845
|
}
|
|
842
846
|
onDetachedFromUI() {
|
|
843
847
|
this.av = true;
|
|
844
|
-
this.
|
|
845
|
-
this.
|
|
848
|
+
this.dj();
|
|
849
|
+
this.di();
|
|
846
850
|
}
|
|
847
|
-
|
|
851
|
+
dj() {
|
|
848
852
|
if (this.g != null) {
|
|
849
853
|
let a = this.g;
|
|
850
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
854
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
|
|
851
855
|
let b = this.g;
|
|
852
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
856
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
|
|
853
857
|
if (this.g.actualDataSource != null) {
|
|
854
858
|
let c = this.g.actualDataSource;
|
|
855
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
859
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
|
|
856
860
|
}
|
|
857
861
|
}
|
|
858
862
|
if (this.v != null) {
|
|
859
863
|
let d = this.v;
|
|
860
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
864
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dn));
|
|
861
865
|
}
|
|
862
866
|
}
|
|
863
|
-
|
|
867
|
+
di() {
|
|
864
868
|
if (this.k != null) {
|
|
865
869
|
let a = this.k;
|
|
866
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
870
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
|
|
867
871
|
}
|
|
868
872
|
}
|
|
869
873
|
destroy() {
|
|
870
874
|
this.au = true;
|
|
871
875
|
if (!this.av) {
|
|
872
|
-
this.
|
|
876
|
+
this.dj();
|
|
873
877
|
}
|
|
874
878
|
this.provideContainer(null, null, null);
|
|
875
879
|
if (!this.av) {
|
|
876
|
-
this.
|
|
880
|
+
this.di();
|
|
877
881
|
}
|
|
878
882
|
}
|
|
879
883
|
get a0() {
|
|
@@ -884,8 +888,8 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
884
888
|
if (null != this.g) {
|
|
885
889
|
this.g.scrollbarStyle = 1;
|
|
886
890
|
let d = this.g;
|
|
887
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
888
|
-
this.g.scrollbarBackground = this.
|
|
891
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
|
|
892
|
+
this.g.scrollbarBackground = this.fi;
|
|
889
893
|
this.g.headerHeight = 0;
|
|
890
894
|
this.g.rowSeparatorHeight = 0;
|
|
891
895
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -894,30 +898,30 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
894
898
|
this.g.selectionMode = 0;
|
|
895
899
|
this.g.editMode = 0;
|
|
896
900
|
let e = this.g;
|
|
897
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
898
|
-
if (this.bl != null) {
|
|
899
|
-
this.g.itemsSource = this.bl;
|
|
900
|
-
this.c9();
|
|
901
|
-
this.d4();
|
|
902
|
-
}
|
|
901
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
|
|
903
902
|
if (this.bp != null) {
|
|
904
|
-
this.
|
|
905
|
-
this.
|
|
903
|
+
this.g.itemsSource = this.bp;
|
|
904
|
+
this.dd();
|
|
905
|
+
this.d8();
|
|
906
|
+
}
|
|
907
|
+
if (this.bt != null) {
|
|
908
|
+
this.d8();
|
|
909
|
+
this.em();
|
|
906
910
|
}
|
|
907
911
|
}
|
|
908
912
|
this.view.w(c);
|
|
909
913
|
if (this.az) {
|
|
910
|
-
this.
|
|
914
|
+
this.eo();
|
|
911
915
|
}
|
|
912
916
|
this.view.r(a);
|
|
913
917
|
}
|
|
914
|
-
|
|
918
|
+
dl(a, b) {
|
|
915
919
|
this.g.scrollbarStyle = this.ad;
|
|
916
920
|
}
|
|
917
921
|
provideSelectAllSection(a) {
|
|
918
922
|
this.view.w(a);
|
|
919
923
|
}
|
|
920
|
-
|
|
924
|
+
dk(a, b) {
|
|
921
925
|
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
922
926
|
return;
|
|
923
927
|
}
|
|
@@ -925,7 +929,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
925
929
|
if (-1 == c) {
|
|
926
930
|
return;
|
|
927
931
|
}
|
|
928
|
-
let d = b.cellInfo.
|
|
932
|
+
let d = b.cellInfo.ij;
|
|
929
933
|
let e = this.j(d);
|
|
930
934
|
if (this.a6) {
|
|
931
935
|
if (this.keys.contains(e)) {
|
|
@@ -941,9 +945,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
941
945
|
this.keys.add(e);
|
|
942
946
|
}
|
|
943
947
|
}
|
|
944
|
-
this.
|
|
948
|
+
this.dt(c, this.keys.contains(e));
|
|
945
949
|
}
|
|
946
|
-
|
|
950
|
+
dt(a, b) {
|
|
947
951
|
let c = null;
|
|
948
952
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
949
953
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -962,21 +966,21 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
962
966
|
return $ret;
|
|
963
967
|
})()));
|
|
964
968
|
}
|
|
965
|
-
|
|
969
|
+
de(a, b) {
|
|
966
970
|
let c = b.cellInfo.l.x;
|
|
967
971
|
if (-1 == c) {
|
|
968
972
|
return;
|
|
969
973
|
}
|
|
970
974
|
let d = false;
|
|
971
|
-
if (b.cellInfo.
|
|
972
|
-
let e = this.j(b.cellInfo.
|
|
975
|
+
if (b.cellInfo.ij != null) {
|
|
976
|
+
let e = this.j(b.cellInfo.ij);
|
|
973
977
|
if (this.keys.contains(e)) {
|
|
974
978
|
d = true;
|
|
975
979
|
}
|
|
976
980
|
}
|
|
977
981
|
this.view.t(b.content.element, c, d);
|
|
978
982
|
}
|
|
979
|
-
|
|
983
|
+
en(a, b) {
|
|
980
984
|
let c = b.cellInfo.l.x;
|
|
981
985
|
if (-1 == c) {
|
|
982
986
|
return;
|
|
@@ -986,13 +990,13 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
986
990
|
let f = null;
|
|
987
991
|
let g = null;
|
|
988
992
|
let h = null;
|
|
989
|
-
if (b.cellInfo.
|
|
990
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
993
|
+
if (b.cellInfo.ij != null) {
|
|
994
|
+
d = this.ai.getPropertyValue(b.cellInfo.ij);
|
|
991
995
|
if (this.al != null) {
|
|
992
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
996
|
+
e = this.al.getPropertyValue(b.cellInfo.ij);
|
|
993
997
|
}
|
|
994
998
|
if (this.aj != null) {
|
|
995
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
999
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
|
|
996
1000
|
if (i == 0) {
|
|
997
1001
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
998
1002
|
}
|
|
@@ -1004,11 +1008,11 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1004
1008
|
}
|
|
1005
1009
|
}
|
|
1006
1010
|
}
|
|
1007
|
-
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.
|
|
1011
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1008
1012
|
}
|
|
1009
|
-
|
|
1010
|
-
if (this.
|
|
1011
|
-
let b = this.d.property(this.
|
|
1013
|
+
d0(a) {
|
|
1014
|
+
if (this.bt != null) {
|
|
1015
|
+
let b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1012
1016
|
let c = b.contains(a);
|
|
1013
1017
|
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1014
1018
|
this.c = c;
|
|
@@ -1021,73 +1025,73 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1021
1025
|
}
|
|
1022
1026
|
}
|
|
1023
1027
|
get itemsSource() {
|
|
1024
|
-
return this.
|
|
1028
|
+
return this.bp;
|
|
1025
1029
|
}
|
|
1026
1030
|
set itemsSource(a) {
|
|
1027
|
-
let b = this.
|
|
1028
|
-
this.
|
|
1029
|
-
if (b != this.
|
|
1030
|
-
this.
|
|
1031
|
+
let b = this.bp;
|
|
1032
|
+
this.bp = a;
|
|
1033
|
+
if (b != this.bp) {
|
|
1034
|
+
this.d5("ItemsSource", b, this.bp);
|
|
1031
1035
|
}
|
|
1032
1036
|
}
|
|
1033
1037
|
get dataMemberPath() {
|
|
1034
|
-
return this.
|
|
1038
|
+
return this.bt;
|
|
1035
1039
|
}
|
|
1036
1040
|
set dataMemberPath(a) {
|
|
1037
|
-
let b = this.
|
|
1038
|
-
this.
|
|
1039
|
-
if (b != this.
|
|
1040
|
-
this.
|
|
1041
|
+
let b = this.bt;
|
|
1042
|
+
this.bt = a;
|
|
1043
|
+
if (b != this.bt) {
|
|
1044
|
+
this.d5("DataMemberPath", b, this.bt);
|
|
1041
1045
|
}
|
|
1042
1046
|
}
|
|
1043
|
-
get
|
|
1044
|
-
return this.
|
|
1047
|
+
get bq() {
|
|
1048
|
+
return this.bo;
|
|
1045
1049
|
}
|
|
1046
|
-
set
|
|
1047
|
-
let b = this.
|
|
1048
|
-
this.
|
|
1049
|
-
if (b != this.
|
|
1050
|
-
this.
|
|
1050
|
+
set bq(a) {
|
|
1051
|
+
let b = this.bo;
|
|
1052
|
+
this.bo = a;
|
|
1053
|
+
if (b != this.bo) {
|
|
1054
|
+
this.d5("DataLegendTarget", b, this.bo);
|
|
1051
1055
|
}
|
|
1052
1056
|
}
|
|
1053
|
-
get
|
|
1054
|
-
return this.
|
|
1057
|
+
get c7() {
|
|
1058
|
+
return this.bx;
|
|
1055
1059
|
}
|
|
1056
|
-
set
|
|
1057
|
-
let b = this.
|
|
1058
|
-
this.
|
|
1059
|
-
if (b != this.
|
|
1060
|
-
this.
|
|
1060
|
+
set c7(a) {
|
|
1061
|
+
let b = this.bx;
|
|
1062
|
+
this.bx = a;
|
|
1063
|
+
if (b != this.bx) {
|
|
1064
|
+
this.d5("SubtitleMemberPath", b, this.bx);
|
|
1061
1065
|
}
|
|
1062
1066
|
}
|
|
1063
|
-
get
|
|
1064
|
-
return this.
|
|
1067
|
+
get cm() {
|
|
1068
|
+
return this.bv;
|
|
1065
1069
|
}
|
|
1066
|
-
set
|
|
1067
|
-
let b = this.
|
|
1068
|
-
this.
|
|
1069
|
-
if (b != this.
|
|
1070
|
-
this.
|
|
1070
|
+
set cm(a) {
|
|
1071
|
+
let b = this.bv;
|
|
1072
|
+
this.bv = a;
|
|
1073
|
+
if (b != this.bv) {
|
|
1074
|
+
this.d5("PropertyTypeMemberPath", b, this.bv);
|
|
1071
1075
|
}
|
|
1072
1076
|
}
|
|
1073
1077
|
get selectedMemberPath() {
|
|
1074
|
-
return this.
|
|
1078
|
+
return this.bw;
|
|
1075
1079
|
}
|
|
1076
1080
|
set selectedMemberPath(a) {
|
|
1077
|
-
let b = this.
|
|
1078
|
-
this.
|
|
1079
|
-
if (b != this.
|
|
1080
|
-
this.
|
|
1081
|
+
let b = this.bw;
|
|
1082
|
+
this.bw = a;
|
|
1083
|
+
if (b != this.bw) {
|
|
1084
|
+
this.d5("SelectedMemberPath", b, this.bw);
|
|
1081
1085
|
}
|
|
1082
1086
|
}
|
|
1083
|
-
get
|
|
1084
|
-
return this.
|
|
1087
|
+
get cf() {
|
|
1088
|
+
return this.bu;
|
|
1085
1089
|
}
|
|
1086
|
-
set
|
|
1087
|
-
let b = this.
|
|
1088
|
-
this.
|
|
1089
|
-
if (b != this.
|
|
1090
|
-
this.
|
|
1090
|
+
set cf(a) {
|
|
1091
|
+
let b = this.bu;
|
|
1092
|
+
this.bu = a;
|
|
1093
|
+
if (b != this.bu) {
|
|
1094
|
+
this.d5("FilterPlaceholderText", b, this.bu);
|
|
1091
1095
|
}
|
|
1092
1096
|
}
|
|
1093
1097
|
get aa() {
|
|
@@ -1097,25 +1101,25 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1097
1101
|
let b = this.z;
|
|
1098
1102
|
this.z = a;
|
|
1099
1103
|
if (b != this.z) {
|
|
1100
|
-
this.
|
|
1104
|
+
this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1101
1105
|
}
|
|
1102
1106
|
}
|
|
1103
|
-
get
|
|
1104
|
-
return this.
|
|
1107
|
+
get bn() {
|
|
1108
|
+
return this.bk;
|
|
1105
1109
|
}
|
|
1106
|
-
set
|
|
1107
|
-
let b = this.
|
|
1108
|
-
this.
|
|
1109
|
-
if (b != this.
|
|
1110
|
-
this.
|
|
1110
|
+
set bn(a) {
|
|
1111
|
+
let b = this.bk;
|
|
1112
|
+
this.bk = a;
|
|
1113
|
+
if (b != this.bk) {
|
|
1114
|
+
this.d5("RowHeight", b, this.bk);
|
|
1111
1115
|
}
|
|
1112
1116
|
}
|
|
1113
|
-
get
|
|
1117
|
+
get bl() {
|
|
1114
1118
|
if (this.g != null) {
|
|
1115
1119
|
return this.g.actualRowHeight;
|
|
1116
1120
|
}
|
|
1117
|
-
else if (this.
|
|
1118
|
-
return this.
|
|
1121
|
+
else if (this.bk != -1) {
|
|
1122
|
+
return this.bk;
|
|
1119
1123
|
}
|
|
1120
1124
|
else {
|
|
1121
1125
|
switch (this.density) {
|
|
@@ -1135,7 +1139,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1135
1139
|
let b = this.am;
|
|
1136
1140
|
this.am = a;
|
|
1137
1141
|
if (b != this.am) {
|
|
1138
|
-
this.
|
|
1142
|
+
this.d5("CellTextStyle", b, this.am);
|
|
1139
1143
|
}
|
|
1140
1144
|
}
|
|
1141
1145
|
get indexType() {
|
|
@@ -1145,7 +1149,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1145
1149
|
let b = this.m;
|
|
1146
1150
|
this.m = a;
|
|
1147
1151
|
if (b != this.m) {
|
|
1148
|
-
this.
|
|
1152
|
+
this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1149
1153
|
}
|
|
1150
1154
|
}
|
|
1151
1155
|
get baseTheme() {
|
|
@@ -1155,7 +1159,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1155
1159
|
let b = this.ae;
|
|
1156
1160
|
this.ae = a;
|
|
1157
1161
|
if (b != this.ae) {
|
|
1158
|
-
this.
|
|
1162
|
+
this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1159
1163
|
}
|
|
1160
1164
|
}
|
|
1161
1165
|
get density() {
|
|
@@ -1165,27 +1169,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1165
1169
|
let b = this.ag;
|
|
1166
1170
|
this.ag = a;
|
|
1167
1171
|
if (b != this.ag) {
|
|
1168
|
-
this.
|
|
1172
|
+
this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1169
1173
|
}
|
|
1170
1174
|
}
|
|
1171
1175
|
get searchIconColor() {
|
|
1172
|
-
return this.
|
|
1176
|
+
return this.e1;
|
|
1173
1177
|
}
|
|
1174
1178
|
set searchIconColor(a) {
|
|
1175
|
-
let b = this.
|
|
1176
|
-
this.
|
|
1177
|
-
if (b != this.
|
|
1178
|
-
this.
|
|
1179
|
+
let b = this.e1;
|
|
1180
|
+
this.e1 = a;
|
|
1181
|
+
if (b != this.e1) {
|
|
1182
|
+
this.d5("SearchIconColor", b, this.e1);
|
|
1179
1183
|
}
|
|
1180
1184
|
}
|
|
1181
|
-
get
|
|
1182
|
-
return this.
|
|
1185
|
+
get fj() {
|
|
1186
|
+
return this.ez;
|
|
1183
1187
|
}
|
|
1184
|
-
set
|
|
1185
|
-
let b = this.
|
|
1186
|
-
this.
|
|
1187
|
-
if (b != this.
|
|
1188
|
-
this.
|
|
1188
|
+
set fj(a) {
|
|
1189
|
+
let b = this.ez;
|
|
1190
|
+
this.ez = a;
|
|
1191
|
+
if (b != this.ez) {
|
|
1192
|
+
this.d5("SearchBackgroundColor", b, this.ez);
|
|
1189
1193
|
}
|
|
1190
1194
|
}
|
|
1191
1195
|
get a6() {
|
|
@@ -1195,27 +1199,27 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1195
1199
|
let b = this.ax;
|
|
1196
1200
|
this.ax = a;
|
|
1197
1201
|
if (b != this.ax) {
|
|
1198
|
-
this.
|
|
1202
|
+
this.d5("LabelClickTriggersChange", b, this.ax);
|
|
1199
1203
|
}
|
|
1200
1204
|
}
|
|
1201
1205
|
get searchTextColor() {
|
|
1202
|
-
return this.
|
|
1206
|
+
return this.e2;
|
|
1203
1207
|
}
|
|
1204
1208
|
set searchTextColor(a) {
|
|
1205
|
-
let b = this.
|
|
1206
|
-
this.
|
|
1207
|
-
if (b != this.
|
|
1208
|
-
this.
|
|
1209
|
+
let b = this.e2;
|
|
1210
|
+
this.e2 = a;
|
|
1211
|
+
if (b != this.e2) {
|
|
1212
|
+
this.d5("SearchTextColor", b, this.e2);
|
|
1209
1213
|
}
|
|
1210
1214
|
}
|
|
1211
|
-
get
|
|
1212
|
-
return this.
|
|
1215
|
+
get fk() {
|
|
1216
|
+
return this.e0;
|
|
1213
1217
|
}
|
|
1214
|
-
set
|
|
1215
|
-
let b = this.
|
|
1216
|
-
this.
|
|
1217
|
-
if (b != this.
|
|
1218
|
-
this.
|
|
1218
|
+
set fk(a) {
|
|
1219
|
+
let b = this.e0;
|
|
1220
|
+
this.e0 = a;
|
|
1221
|
+
if (b != this.e0) {
|
|
1222
|
+
this.d5("SearchBorderColor", b, this.e0);
|
|
1219
1223
|
}
|
|
1220
1224
|
}
|
|
1221
1225
|
get ap() {
|
|
@@ -1225,57 +1229,57 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1225
1229
|
let b = this.an;
|
|
1226
1230
|
this.an = a;
|
|
1227
1231
|
if (b != this.an) {
|
|
1228
|
-
this.
|
|
1232
|
+
this.d5("SearchTextStyle", b, this.an);
|
|
1229
1233
|
}
|
|
1230
1234
|
}
|
|
1231
|
-
get
|
|
1232
|
-
return this.
|
|
1235
|
+
get e9() {
|
|
1236
|
+
return this.eu;
|
|
1233
1237
|
}
|
|
1234
|
-
set
|
|
1235
|
-
let b = this.
|
|
1236
|
-
this.
|
|
1237
|
-
if (b != this.
|
|
1238
|
-
this.
|
|
1238
|
+
set e9(a) {
|
|
1239
|
+
let b = this.eu;
|
|
1240
|
+
this.eu = a;
|
|
1241
|
+
if (b != this.eu) {
|
|
1242
|
+
this.d5("CheckboxTickColor", b, this.eu);
|
|
1239
1243
|
}
|
|
1240
1244
|
}
|
|
1241
|
-
get
|
|
1242
|
-
return this.
|
|
1245
|
+
get e7() {
|
|
1246
|
+
return this.es;
|
|
1243
1247
|
}
|
|
1244
|
-
set
|
|
1245
|
-
let b = this.
|
|
1246
|
-
this.
|
|
1247
|
-
if (b != this.
|
|
1248
|
-
this.
|
|
1248
|
+
set e7(a) {
|
|
1249
|
+
let b = this.es;
|
|
1250
|
+
this.es = a;
|
|
1251
|
+
if (b != this.es) {
|
|
1252
|
+
this.d5("CheckboxCheckedBackgroundColor", b, this.es);
|
|
1249
1253
|
}
|
|
1250
1254
|
}
|
|
1251
|
-
get
|
|
1252
|
-
return this.
|
|
1255
|
+
get fa() {
|
|
1256
|
+
return this.ev;
|
|
1253
1257
|
}
|
|
1254
|
-
set
|
|
1255
|
-
let b = this.
|
|
1256
|
-
this.
|
|
1257
|
-
if (b != this.
|
|
1258
|
-
this.
|
|
1258
|
+
set fa(a) {
|
|
1259
|
+
let b = this.ev;
|
|
1260
|
+
this.ev = a;
|
|
1261
|
+
if (b != this.ev) {
|
|
1262
|
+
this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
|
|
1259
1263
|
}
|
|
1260
1264
|
}
|
|
1261
|
-
get
|
|
1262
|
-
return this.
|
|
1265
|
+
get e8() {
|
|
1266
|
+
return this.et;
|
|
1263
1267
|
}
|
|
1264
|
-
set
|
|
1265
|
-
let b = this.
|
|
1266
|
-
this.
|
|
1267
|
-
if (b != this.
|
|
1268
|
-
this.
|
|
1268
|
+
set e8(a) {
|
|
1269
|
+
let b = this.et;
|
|
1270
|
+
this.et = a;
|
|
1271
|
+
if (b != this.et) {
|
|
1272
|
+
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1269
1273
|
}
|
|
1270
1274
|
}
|
|
1271
|
-
get
|
|
1272
|
-
return this.
|
|
1275
|
+
get fb() {
|
|
1276
|
+
return this.ew;
|
|
1273
1277
|
}
|
|
1274
|
-
set
|
|
1275
|
-
let b = this.
|
|
1276
|
-
this.
|
|
1277
|
-
if (b != this.
|
|
1278
|
-
this.
|
|
1278
|
+
set fb(a) {
|
|
1279
|
+
let b = this.ew;
|
|
1280
|
+
this.ew = a;
|
|
1281
|
+
if (b != this.ew) {
|
|
1282
|
+
this.d5("CheckboxUncheckedBorderColor", b, this.ew);
|
|
1279
1283
|
}
|
|
1280
1284
|
}
|
|
1281
1285
|
get bc() {
|
|
@@ -1285,7 +1289,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1285
1289
|
let b = this.bb;
|
|
1286
1290
|
this.bb = a;
|
|
1287
1291
|
if (b != this.bb) {
|
|
1288
|
-
this.
|
|
1292
|
+
this.d5("CheckboxCornerRadius", b, this.bb);
|
|
1289
1293
|
}
|
|
1290
1294
|
}
|
|
1291
1295
|
get ad() {
|
|
@@ -1295,35 +1299,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1295
1299
|
let b = this.ac;
|
|
1296
1300
|
this.ac = a;
|
|
1297
1301
|
if (b != this.ac) {
|
|
1298
|
-
this.
|
|
1302
|
+
this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1299
1303
|
}
|
|
1300
1304
|
}
|
|
1301
|
-
get
|
|
1302
|
-
return this.
|
|
1305
|
+
get fi() {
|
|
1306
|
+
return this.ey;
|
|
1303
1307
|
}
|
|
1304
|
-
set
|
|
1305
|
-
let b = this.
|
|
1306
|
-
this.
|
|
1307
|
-
if (b != this.
|
|
1308
|
-
this.
|
|
1308
|
+
set fi(a) {
|
|
1309
|
+
let b = this.ey;
|
|
1310
|
+
this.ey = a;
|
|
1311
|
+
if (b != this.ey) {
|
|
1312
|
+
this.d5("ScrollbarBackground", b, this.ey);
|
|
1309
1313
|
}
|
|
1310
1314
|
}
|
|
1311
|
-
|
|
1315
|
+
d5(a, b, c) {
|
|
1312
1316
|
if (this.propertyChanged != null) {
|
|
1313
1317
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1314
1318
|
}
|
|
1315
|
-
this.
|
|
1319
|
+
this.eb(a, b, c);
|
|
1316
1320
|
}
|
|
1317
|
-
|
|
1321
|
+
eb(a, b, c) {
|
|
1318
1322
|
switch (a) {
|
|
1319
1323
|
case "IndexType":
|
|
1320
1324
|
this.keys.clear();
|
|
1321
|
-
this.
|
|
1325
|
+
this.dq();
|
|
1322
1326
|
if (this.keysCleared != null) {
|
|
1323
1327
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1324
1328
|
}
|
|
1325
1329
|
this.view.an();
|
|
1326
|
-
this.
|
|
1330
|
+
this.d1(b, c);
|
|
1327
1331
|
break;
|
|
1328
1332
|
case "ItemsSource":
|
|
1329
1333
|
if (this.g != null) {
|
|
@@ -1336,16 +1340,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1336
1340
|
}
|
|
1337
1341
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1338
1342
|
let d = this.g.actualDataSource;
|
|
1339
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1343
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
|
|
1340
1344
|
}
|
|
1341
|
-
this.g.itemsSource = this.
|
|
1342
|
-
this.
|
|
1345
|
+
this.g.itemsSource = this.bp;
|
|
1346
|
+
this.dd();
|
|
1343
1347
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1344
1348
|
let e = this.g.actualDataSource;
|
|
1345
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1349
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
|
|
1346
1350
|
}
|
|
1347
1351
|
this.at = true;
|
|
1348
|
-
this.
|
|
1352
|
+
this.d8();
|
|
1349
1353
|
this.at = false;
|
|
1350
1354
|
this.view.an();
|
|
1351
1355
|
}
|
|
@@ -1355,9 +1359,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1355
1359
|
case "SubtitleMemberPath":
|
|
1356
1360
|
case "PropertyTypeMemberPath":
|
|
1357
1361
|
if (this.g != null) {
|
|
1358
|
-
if (this.
|
|
1359
|
-
this.
|
|
1360
|
-
this.
|
|
1362
|
+
if (this.bt != null) {
|
|
1363
|
+
this.d8();
|
|
1364
|
+
this.em();
|
|
1361
1365
|
}
|
|
1362
1366
|
}
|
|
1363
1367
|
break;
|
|
@@ -1367,7 +1371,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1367
1371
|
}
|
|
1368
1372
|
break;
|
|
1369
1373
|
case "SelectAllCaptionTextColor":
|
|
1370
|
-
this.
|
|
1374
|
+
this.e5 = null != this.fn ? this.fn : this.fg();
|
|
1371
1375
|
break;
|
|
1372
1376
|
case "SelectAllCaption":
|
|
1373
1377
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1383,7 +1387,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1383
1387
|
break;
|
|
1384
1388
|
case "FilterPlaceholderText":
|
|
1385
1389
|
if (this.v != null) {
|
|
1386
|
-
this.v.cg = this.
|
|
1390
|
+
this.v.cg = this.cf;
|
|
1387
1391
|
}
|
|
1388
1392
|
break;
|
|
1389
1393
|
case "SearchInputType":
|
|
@@ -1393,7 +1397,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1393
1397
|
break;
|
|
1394
1398
|
case "RowHeight":
|
|
1395
1399
|
if (this.g != null) {
|
|
1396
|
-
this.g.rowHeight = this.
|
|
1400
|
+
this.g.rowHeight = this.bn;
|
|
1397
1401
|
}
|
|
1398
1402
|
break;
|
|
1399
1403
|
case "CellTextStyle":
|
|
@@ -1407,7 +1411,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1407
1411
|
case "RowHoverBackgroundColor":
|
|
1408
1412
|
let f = this.g;
|
|
1409
1413
|
if (null != f) {
|
|
1410
|
-
f.cellTextColor = this.
|
|
1414
|
+
f.cellTextColor = this.fp;
|
|
1411
1415
|
f.cellBackground = this.backgroundColor;
|
|
1412
1416
|
f.background = this.backgroundColor;
|
|
1413
1417
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1416,10 +1420,10 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1416
1420
|
this.view.ak();
|
|
1417
1421
|
break;
|
|
1418
1422
|
case "BaseTheme":
|
|
1419
|
-
this.
|
|
1423
|
+
this.el();
|
|
1420
1424
|
break;
|
|
1421
1425
|
case "Density":
|
|
1422
|
-
this.
|
|
1426
|
+
this.ek();
|
|
1423
1427
|
break;
|
|
1424
1428
|
case "IsRowHoverEnabled":
|
|
1425
1429
|
if (this.g != null) {
|
|
@@ -1433,17 +1437,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1433
1437
|
break;
|
|
1434
1438
|
case "ScrollbarBackground":
|
|
1435
1439
|
if (this.g != null) {
|
|
1436
|
-
this.g.scrollbarBackground = this.
|
|
1440
|
+
this.g.scrollbarBackground = this.fi;
|
|
1437
1441
|
}
|
|
1438
1442
|
break;
|
|
1439
1443
|
case "SearchIconColor":
|
|
1440
1444
|
this.view.ai();
|
|
1441
1445
|
break;
|
|
1442
1446
|
case "SearchBackgroundColor":
|
|
1443
|
-
this.y.mc = this.
|
|
1447
|
+
this.y.mc = this.fj;
|
|
1444
1448
|
break;
|
|
1445
1449
|
case "SearchBorderColor":
|
|
1446
|
-
this.y.md = this.
|
|
1450
|
+
this.y.md = this.fk;
|
|
1447
1451
|
break;
|
|
1448
1452
|
case "SearchTextColor":
|
|
1449
1453
|
if (this.w != null) {
|
|
@@ -1461,22 +1465,22 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1461
1465
|
case "CheckboxCornerRadius":
|
|
1462
1466
|
this.view.af();
|
|
1463
1467
|
if (this.g != null) {
|
|
1464
|
-
this.g.
|
|
1468
|
+
this.g.yx();
|
|
1465
1469
|
}
|
|
1466
1470
|
break;
|
|
1467
1471
|
case "CheckboxAlignedRight":
|
|
1468
1472
|
if (this.g != null) {
|
|
1469
|
-
this.
|
|
1473
|
+
this.eo();
|
|
1470
1474
|
}
|
|
1471
1475
|
break;
|
|
1472
1476
|
case "DataLegendTarget":
|
|
1473
1477
|
if (this.g != null) {
|
|
1474
|
-
this.g.
|
|
1478
|
+
this.g.yx();
|
|
1475
1479
|
}
|
|
1476
1480
|
break;
|
|
1477
1481
|
}
|
|
1478
1482
|
}
|
|
1479
|
-
|
|
1483
|
+
eo() {
|
|
1480
1484
|
if (this.g.actualColumns.count == 0) {
|
|
1481
1485
|
return;
|
|
1482
1486
|
}
|
|
@@ -1494,7 +1498,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1494
1498
|
}
|
|
1495
1499
|
this.g.columns.add(c);
|
|
1496
1500
|
}
|
|
1497
|
-
|
|
1501
|
+
d1(a, b) {
|
|
1498
1502
|
if (this.indexTypeChanged != null) {
|
|
1499
1503
|
this.indexTypeChanged(this, ((() => {
|
|
1500
1504
|
let $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1504,7 +1508,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1504
1508
|
})()));
|
|
1505
1509
|
}
|
|
1506
1510
|
}
|
|
1507
|
-
|
|
1511
|
+
ek() {
|
|
1508
1512
|
if (this.g != null) {
|
|
1509
1513
|
this.g.density = this.density;
|
|
1510
1514
|
}
|
|
@@ -1512,8 +1516,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1512
1516
|
this.x.t = this.density;
|
|
1513
1517
|
}
|
|
1514
1518
|
this.view.ae();
|
|
1519
|
+
this.view.z();
|
|
1515
1520
|
}
|
|
1516
|
-
|
|
1521
|
+
el() {
|
|
1517
1522
|
if (this.x != null) {
|
|
1518
1523
|
this.x.p = this.baseTheme;
|
|
1519
1524
|
}
|
|
@@ -1522,51 +1527,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1522
1527
|
}
|
|
1523
1528
|
if (this.g != null) {
|
|
1524
1529
|
this.g.theme = this.baseTheme;
|
|
1525
|
-
this.g.cellTextColor = this.
|
|
1530
|
+
this.g.cellTextColor = this.fp;
|
|
1526
1531
|
this.g.cellBackground = this.backgroundColor;
|
|
1527
1532
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1528
1533
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1529
1534
|
this.g.background = this.backgroundColor;
|
|
1530
1535
|
}
|
|
1531
|
-
this.
|
|
1536
|
+
this.e5 = this.fn != null ? this.fn : this.fg();
|
|
1532
1537
|
this.view.ag();
|
|
1533
1538
|
}
|
|
1534
|
-
|
|
1539
|
+
d6(a, b) {
|
|
1535
1540
|
this.at = true;
|
|
1536
|
-
this.
|
|
1541
|
+
this.dd();
|
|
1537
1542
|
if (b.schema != null) {
|
|
1538
|
-
this.
|
|
1543
|
+
this.d8();
|
|
1539
1544
|
for (let c = 0; c < this.keys.count; c++) {
|
|
1540
|
-
this.
|
|
1545
|
+
this.d3(this.keys._inner[c]);
|
|
1541
1546
|
}
|
|
1542
1547
|
this.view.an();
|
|
1543
1548
|
}
|
|
1544
1549
|
this.at = false;
|
|
1545
1550
|
}
|
|
1546
|
-
|
|
1547
|
-
if (this.ak == null && this.
|
|
1548
|
-
this.ak = new FastReflectionHelper(false, this.
|
|
1551
|
+
d8() {
|
|
1552
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1553
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1549
1554
|
}
|
|
1550
|
-
if (this.ai == null && this.
|
|
1551
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1555
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1556
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1552
1557
|
}
|
|
1553
|
-
if (this.al == null && this.
|
|
1554
|
-
this.al = new FastReflectionHelper(false, this.
|
|
1558
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1559
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1555
1560
|
}
|
|
1556
|
-
if (this.aj == null && this.
|
|
1557
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1561
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1562
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1558
1563
|
}
|
|
1559
1564
|
if (this.ai != null) {
|
|
1560
|
-
this.ai.propertyName = this.
|
|
1565
|
+
this.ai.propertyName = this.bt;
|
|
1561
1566
|
}
|
|
1562
1567
|
if (this.al != null) {
|
|
1563
|
-
this.al.propertyName = this.
|
|
1568
|
+
this.al.propertyName = this.bx;
|
|
1564
1569
|
}
|
|
1565
1570
|
if (this.aj != null) {
|
|
1566
|
-
this.aj.propertyName = this.
|
|
1571
|
+
this.aj.propertyName = this.bv;
|
|
1567
1572
|
}
|
|
1568
|
-
if (this.
|
|
1569
|
-
this.ak.propertyName = this.
|
|
1573
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1574
|
+
this.ak.propertyName = this.bw;
|
|
1570
1575
|
let a = this.g.actualDataSource.actualCount;
|
|
1571
1576
|
for (let b = 0; b < a; b++) {
|
|
1572
1577
|
let c = this.g.actualDataSource.getItemAtIndex(b);
|
|
@@ -1583,12 +1588,12 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1583
1588
|
}
|
|
1584
1589
|
}
|
|
1585
1590
|
}
|
|
1586
|
-
|
|
1591
|
+
em() {
|
|
1587
1592
|
this.view.p();
|
|
1588
1593
|
this.g.columns.clear();
|
|
1589
1594
|
this.g.primaryKey = this.primaryKey;
|
|
1590
1595
|
this.g.isGroupRowSticky = false;
|
|
1591
|
-
this.g.rowHeight = this.
|
|
1596
|
+
this.g.rowHeight = this.bn;
|
|
1592
1597
|
this.g.background = this.backgroundColor;
|
|
1593
1598
|
this.g.cellBackground = this.backgroundColor;
|
|
1594
1599
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1600,35 +1605,35 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1600
1605
|
this.g.cellTextStyle = this.ao;
|
|
1601
1606
|
}
|
|
1602
1607
|
let a = new TemplateColumn();
|
|
1603
|
-
if (this.
|
|
1604
|
-
this.
|
|
1608
|
+
if (this.bw == null) {
|
|
1609
|
+
this.bw = "";
|
|
1605
1610
|
}
|
|
1606
|
-
a.
|
|
1607
|
-
a.
|
|
1611
|
+
a.nj = this.bw;
|
|
1612
|
+
a.ob = "CheckboxColumn";
|
|
1608
1613
|
let b = new ColumnWidth();
|
|
1609
1614
|
b.c = false;
|
|
1610
1615
|
b.f = 28;
|
|
1611
1616
|
a.width = b;
|
|
1612
|
-
a.
|
|
1613
|
-
a.
|
|
1614
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1617
|
+
a.lm = 0;
|
|
1618
|
+
a.ln = 0;
|
|
1619
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1615
1620
|
this.k = a;
|
|
1616
1621
|
this.g.columns.add(a);
|
|
1617
|
-
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.
|
|
1618
|
-
if ((this.
|
|
1622
|
+
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1623
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1619
1624
|
let d = new TemplateColumn();
|
|
1620
|
-
d.
|
|
1621
|
-
d.
|
|
1622
|
-
d.
|
|
1625
|
+
d.nj = this.bt;
|
|
1626
|
+
d.ob = "DataColumn";
|
|
1627
|
+
d.lm = 0;
|
|
1623
1628
|
d.g = 0;
|
|
1624
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1629
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1625
1630
|
this.g.columns.add(d);
|
|
1626
1631
|
}
|
|
1627
1632
|
else {
|
|
1628
1633
|
let e;
|
|
1629
1634
|
if (this.f != null) {
|
|
1630
|
-
e = this.f.
|
|
1631
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1635
|
+
e = this.f.h1();
|
|
1636
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1632
1637
|
}
|
|
1633
1638
|
else {
|
|
1634
1639
|
switch (c) {
|
|
@@ -1653,9 +1658,9 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1653
1658
|
break;
|
|
1654
1659
|
}
|
|
1655
1660
|
}
|
|
1656
|
-
e.
|
|
1657
|
-
e.
|
|
1658
|
-
e.
|
|
1661
|
+
e.nj = this.bt;
|
|
1662
|
+
e.ob = "DataColumn";
|
|
1663
|
+
e.lm = 0;
|
|
1659
1664
|
e.g = 0;
|
|
1660
1665
|
this.g.columns.add(e);
|
|
1661
1666
|
}
|
|
@@ -1663,15 +1668,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1663
1668
|
let g = new ColumnWidth();
|
|
1664
1669
|
g.c = false;
|
|
1665
1670
|
g.f = 10;
|
|
1666
|
-
f.
|
|
1667
|
-
f.
|
|
1668
|
-
f.
|
|
1671
|
+
f.nj = "PaddingColumn";
|
|
1672
|
+
f.ob = "PaddingColumn";
|
|
1673
|
+
f.lm = 0;
|
|
1669
1674
|
f.width = g;
|
|
1670
1675
|
this.g.columns.add(f);
|
|
1671
1676
|
}
|
|
1672
|
-
|
|
1677
|
+
dm(a, b) {
|
|
1673
1678
|
let c = b.b;
|
|
1674
|
-
c.
|
|
1679
|
+
c.g2 = 0;
|
|
1680
|
+
c.g = 0;
|
|
1675
1681
|
}
|
|
1676
1682
|
updateHrMargin(a) {
|
|
1677
1683
|
this.view.ah(a);
|
|
@@ -1679,16 +1685,16 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1679
1685
|
provideHrElement(a) {
|
|
1680
1686
|
this.view.v(a);
|
|
1681
1687
|
}
|
|
1682
|
-
|
|
1688
|
+
d2() {
|
|
1683
1689
|
if (!this.a0) {
|
|
1684
1690
|
let a = this.w;
|
|
1685
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1691
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dn));
|
|
1686
1692
|
}
|
|
1687
|
-
this.
|
|
1693
|
+
this.el();
|
|
1688
1694
|
}
|
|
1689
|
-
|
|
1695
|
+
dn(a, b) {
|
|
1690
1696
|
let c = b.value.toLowerCase();
|
|
1691
|
-
this.
|
|
1697
|
+
this.d0(c);
|
|
1692
1698
|
}
|
|
1693
1699
|
j(a) {
|
|
1694
1700
|
if (this.primaryKey == null) {
|
|
@@ -1702,7 +1708,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1702
1708
|
}
|
|
1703
1709
|
return new PrimaryKeyValue(b, c);
|
|
1704
1710
|
}
|
|
1705
|
-
|
|
1711
|
+
eg(a) {
|
|
1706
1712
|
this.as = true;
|
|
1707
1713
|
let b = this.e.getItemAtIndex(a);
|
|
1708
1714
|
if (this.ak != null) {
|
|
@@ -1712,7 +1718,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1712
1718
|
this.keys.remove(c);
|
|
1713
1719
|
this.as = false;
|
|
1714
1720
|
}
|
|
1715
|
-
|
|
1721
|
+
da(a) {
|
|
1716
1722
|
this.as = true;
|
|
1717
1723
|
let b = this.e.getItemAtIndex(a);
|
|
1718
1724
|
if (this.ak != null) {
|
|
@@ -1722,44 +1728,44 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1722
1728
|
this.keys.add(c);
|
|
1723
1729
|
this.as = false;
|
|
1724
1730
|
}
|
|
1725
|
-
|
|
1731
|
+
ej() {
|
|
1726
1732
|
this.indexType = 0;
|
|
1727
1733
|
this.keys.clear();
|
|
1728
|
-
this.
|
|
1734
|
+
this.dq();
|
|
1729
1735
|
if (this.keysCleared != null) {
|
|
1730
1736
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1731
1737
|
}
|
|
1732
1738
|
}
|
|
1733
|
-
|
|
1739
|
+
dg() {
|
|
1734
1740
|
this.indexType = 1;
|
|
1735
1741
|
this.keys.clear();
|
|
1736
|
-
this.
|
|
1742
|
+
this.dq();
|
|
1737
1743
|
if (this.keysCleared != null) {
|
|
1738
1744
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1739
1745
|
}
|
|
1740
1746
|
}
|
|
1741
|
-
|
|
1747
|
+
dv(a, b, c) {
|
|
1742
1748
|
if (this.g != null) {
|
|
1743
1749
|
this.g.notifySetItem(a, b, c);
|
|
1744
1750
|
}
|
|
1745
1751
|
}
|
|
1746
|
-
|
|
1752
|
+
dr() {
|
|
1747
1753
|
if (this.g != null) {
|
|
1748
1754
|
this.g.notifyClearItems();
|
|
1749
1755
|
}
|
|
1750
1756
|
}
|
|
1751
|
-
|
|
1757
|
+
dq() {
|
|
1752
1758
|
if (this.g != null) {
|
|
1753
1759
|
this.g.invalidateVisibleRows();
|
|
1754
1760
|
}
|
|
1755
1761
|
}
|
|
1756
|
-
|
|
1762
|
+
ds(a, b) {
|
|
1757
1763
|
if (this.g != null) {
|
|
1758
1764
|
this.g.notifyInsertItem(a, b);
|
|
1759
1765
|
}
|
|
1760
1766
|
;
|
|
1761
1767
|
}
|
|
1762
|
-
|
|
1768
|
+
du(a, b) {
|
|
1763
1769
|
if (this.g != null) {
|
|
1764
1770
|
this.g.notifyRemoveItem(a, b);
|
|
1765
1771
|
}
|
|
@@ -1776,7 +1782,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1776
1782
|
this.aw = false;
|
|
1777
1783
|
}
|
|
1778
1784
|
}
|
|
1779
|
-
|
|
1785
|
+
db(a) {
|
|
1780
1786
|
let b = null;
|
|
1781
1787
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1782
1788
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1796,7 +1802,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1796
1802
|
this.keys.add(b);
|
|
1797
1803
|
}
|
|
1798
1804
|
}
|
|
1799
|
-
|
|
1805
|
+
eh(a) {
|
|
1800
1806
|
let b = null;
|
|
1801
1807
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
1802
1808
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -1817,15 +1823,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1817
1823
|
}
|
|
1818
1824
|
}
|
|
1819
1825
|
getDesiredSize(a) {
|
|
1820
|
-
let b =
|
|
1826
|
+
let b = 200;
|
|
1821
1827
|
let c = 0;
|
|
1822
1828
|
let d = this.be();
|
|
1823
1829
|
let e = 5;
|
|
1824
1830
|
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
1825
1831
|
e = this.g.actualDataSource.actualCount;
|
|
1826
1832
|
}
|
|
1827
|
-
let f = this.
|
|
1828
|
-
let g = this.
|
|
1833
|
+
let f = this.bl * e;
|
|
1834
|
+
let g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
1829
1835
|
let h = f > g ? g : f;
|
|
1830
1836
|
let i = d + h;
|
|
1831
1837
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -1846,18 +1852,17 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1846
1852
|
let a = 0;
|
|
1847
1853
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
1848
1854
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
1849
|
-
a += (
|
|
1850
|
-
a += 4;
|
|
1855
|
+
a += (1 + 3 + 0);
|
|
1851
1856
|
if (this.showSelectAll) {
|
|
1852
|
-
a += this.
|
|
1857
|
+
a += this.bl + 0 + 0;
|
|
1853
1858
|
}
|
|
1854
1859
|
a += 4;
|
|
1855
1860
|
return a;
|
|
1856
1861
|
}
|
|
1857
|
-
|
|
1862
|
+
br() {
|
|
1858
1863
|
return this.l();
|
|
1859
1864
|
}
|
|
1860
|
-
|
|
1865
|
+
ce() {
|
|
1861
1866
|
let a = this.l();
|
|
1862
1867
|
return a.i();
|
|
1863
1868
|
}
|
|
@@ -1870,51 +1875,51 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1870
1875
|
a.e = c.height;
|
|
1871
1876
|
a.h = c.width;
|
|
1872
1877
|
a.c = this.baseTheme;
|
|
1873
|
-
a.d = this.
|
|
1874
|
-
a.a = AppearanceHelper.a(this.
|
|
1878
|
+
a.d = this.bl;
|
|
1879
|
+
a.a = AppearanceHelper.a(this.e5);
|
|
1875
1880
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
1876
1881
|
return a;
|
|
1877
1882
|
}
|
|
1878
|
-
get
|
|
1879
|
-
return this.
|
|
1883
|
+
get c0() {
|
|
1884
|
+
return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
1880
1885
|
}
|
|
1881
|
-
set
|
|
1882
|
-
if (a == this.
|
|
1886
|
+
set c0(a) {
|
|
1887
|
+
if (a == this.cz) {
|
|
1883
1888
|
return;
|
|
1884
1889
|
}
|
|
1885
|
-
let b = this.
|
|
1886
|
-
this.
|
|
1887
|
-
this.
|
|
1890
|
+
let b = this.cz;
|
|
1891
|
+
this.cz = a;
|
|
1892
|
+
this.d5("SelectAllCaption", b, this.cz);
|
|
1888
1893
|
}
|
|
1889
|
-
get
|
|
1890
|
-
return this.
|
|
1894
|
+
get fn() {
|
|
1895
|
+
return this.e3;
|
|
1891
1896
|
}
|
|
1892
|
-
set
|
|
1893
|
-
let b = this.
|
|
1894
|
-
this.
|
|
1895
|
-
if (b != this.
|
|
1896
|
-
this.
|
|
1897
|
+
set fn(a) {
|
|
1898
|
+
let b = this.e3;
|
|
1899
|
+
this.e3 = a;
|
|
1900
|
+
if (b != this.e3) {
|
|
1901
|
+
this.d5("SelectAllCaptionTextColor", b, a);
|
|
1897
1902
|
}
|
|
1898
1903
|
}
|
|
1899
|
-
get
|
|
1900
|
-
return this.
|
|
1904
|
+
get e5() {
|
|
1905
|
+
return this.eq;
|
|
1901
1906
|
}
|
|
1902
|
-
set
|
|
1903
|
-
let b = this.
|
|
1904
|
-
this.
|
|
1905
|
-
if (b != this.
|
|
1906
|
-
this.
|
|
1907
|
+
set e5(a) {
|
|
1908
|
+
let b = this.eq;
|
|
1909
|
+
this.eq = a;
|
|
1910
|
+
if (b != this.eq) {
|
|
1911
|
+
this.d5("ActualSelectAllCaptionTextColor", b, a);
|
|
1907
1912
|
}
|
|
1908
1913
|
}
|
|
1909
1914
|
get a5() {
|
|
1910
|
-
if (-1 == this.
|
|
1915
|
+
if (-1 == this.bm) {
|
|
1911
1916
|
return false;
|
|
1912
1917
|
}
|
|
1913
1918
|
let a = this.keys.count;
|
|
1914
1919
|
if (0 == a) {
|
|
1915
1920
|
return false;
|
|
1916
1921
|
}
|
|
1917
|
-
if (a == this.
|
|
1922
|
+
if (a == this.bm) {
|
|
1918
1923
|
return false;
|
|
1919
1924
|
}
|
|
1920
1925
|
return true;
|
|
@@ -1928,46 +1933,46 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1928
1933
|
}
|
|
1929
1934
|
let b = this.a9;
|
|
1930
1935
|
this.a9 = a;
|
|
1931
|
-
this.
|
|
1936
|
+
this.d5("showSelectAll", b, this.a9);
|
|
1932
1937
|
}
|
|
1933
1938
|
get backgroundColor() {
|
|
1934
|
-
return this.
|
|
1939
|
+
return this.er;
|
|
1935
1940
|
}
|
|
1936
1941
|
set backgroundColor(a) {
|
|
1937
|
-
let b = this.
|
|
1938
|
-
this.
|
|
1939
|
-
if (b != this.
|
|
1940
|
-
this.
|
|
1942
|
+
let b = this.er;
|
|
1943
|
+
this.er = a;
|
|
1944
|
+
if (b != this.er) {
|
|
1945
|
+
this.d5("BackgroundColor", b, a);
|
|
1941
1946
|
}
|
|
1942
1947
|
}
|
|
1943
1948
|
get rowHoverBackgroundColor() {
|
|
1944
|
-
return this.
|
|
1949
|
+
return this.ex;
|
|
1945
1950
|
}
|
|
1946
1951
|
set rowHoverBackgroundColor(a) {
|
|
1947
|
-
let b = this.
|
|
1948
|
-
this.
|
|
1949
|
-
if (b != this.
|
|
1950
|
-
this.
|
|
1952
|
+
let b = this.ex;
|
|
1953
|
+
this.ex = a;
|
|
1954
|
+
if (b != this.ex) {
|
|
1955
|
+
this.d5("RowHoverBackgroundColor", b, a);
|
|
1951
1956
|
}
|
|
1952
1957
|
}
|
|
1953
|
-
|
|
1958
|
+
fg() {
|
|
1954
1959
|
switch (this.baseTheme) {
|
|
1955
1960
|
case 6:
|
|
1956
|
-
case 4: return CheckboxList.
|
|
1961
|
+
case 4: return CheckboxList.fd;
|
|
1957
1962
|
}
|
|
1958
|
-
return CheckboxList.
|
|
1963
|
+
return CheckboxList.ff;
|
|
1959
1964
|
}
|
|
1960
|
-
get
|
|
1961
|
-
return this.
|
|
1965
|
+
get fp() {
|
|
1966
|
+
return this.e4;
|
|
1962
1967
|
}
|
|
1963
|
-
set
|
|
1964
|
-
let b = this.
|
|
1965
|
-
this.
|
|
1966
|
-
if (b != this.
|
|
1967
|
-
this.
|
|
1968
|
+
set fp(a) {
|
|
1969
|
+
let b = this.e4;
|
|
1970
|
+
this.e4 = a;
|
|
1971
|
+
if (b != this.e4) {
|
|
1972
|
+
this.d5("TextColor", b, a);
|
|
1968
1973
|
}
|
|
1969
1974
|
}
|
|
1970
|
-
|
|
1975
|
+
d7(a) {
|
|
1971
1976
|
if (this.selectAllCheckboxChanged != null) {
|
|
1972
1977
|
this.selectAllCheckboxChanged(this, ((() => {
|
|
1973
1978
|
let $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -1977,39 +1982,39 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1977
1982
|
}
|
|
1978
1983
|
}
|
|
1979
1984
|
a2() {
|
|
1980
|
-
if (-1 == this.
|
|
1985
|
+
if (-1 == this.bm) {
|
|
1981
1986
|
return true;
|
|
1982
1987
|
}
|
|
1983
1988
|
let a = this.keys.count;
|
|
1984
1989
|
switch (this.indexType) {
|
|
1985
|
-
case 0: return this.
|
|
1990
|
+
case 0: return this.bm == a;
|
|
1986
1991
|
case 1: return 0 == a;
|
|
1987
1992
|
default: return false;
|
|
1988
1993
|
}
|
|
1989
1994
|
}
|
|
1990
1995
|
a1() {
|
|
1991
|
-
if (-1 == this.
|
|
1996
|
+
if (-1 == this.bm) {
|
|
1992
1997
|
return false;
|
|
1993
1998
|
}
|
|
1994
1999
|
let a = this.keys.count;
|
|
1995
2000
|
switch (this.indexType) {
|
|
1996
2001
|
case 0: return 0 == a;
|
|
1997
|
-
case 1: return this.
|
|
2002
|
+
case 1: return this.bm == a;
|
|
1998
2003
|
default: return false;
|
|
1999
2004
|
}
|
|
2000
2005
|
}
|
|
2001
|
-
|
|
2006
|
+
dd() {
|
|
2002
2007
|
let a = this.g.actualDataSource;
|
|
2003
2008
|
if (null != a) {
|
|
2004
2009
|
if (null == a.actualSchema) {
|
|
2005
|
-
this.
|
|
2010
|
+
this.bm = -1;
|
|
2006
2011
|
return;
|
|
2007
2012
|
}
|
|
2008
2013
|
let b = a.actualCount;
|
|
2009
|
-
this.
|
|
2014
|
+
this.bm = b;
|
|
2010
2015
|
}
|
|
2011
2016
|
else {
|
|
2012
|
-
this.
|
|
2017
|
+
this.bm = -1;
|
|
2013
2018
|
}
|
|
2014
2019
|
}
|
|
2015
2020
|
get a8() {
|
|
@@ -2021,7 +2026,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2021
2026
|
}
|
|
2022
2027
|
let b = this.a7;
|
|
2023
2028
|
this.a7 = a;
|
|
2024
|
-
this.
|
|
2029
|
+
this.d5("ShowFilter", b, this.a7);
|
|
2025
2030
|
}
|
|
2026
2031
|
get a4() {
|
|
2027
2032
|
return this.a3;
|
|
@@ -2032,7 +2037,7 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2032
2037
|
}
|
|
2033
2038
|
let b = this.a3;
|
|
2034
2039
|
this.a3 = a;
|
|
2035
|
-
this.
|
|
2040
|
+
this.d5("IsRowHoverEnabled", b, this.a3);
|
|
2036
2041
|
}
|
|
2037
2042
|
get az() {
|
|
2038
2043
|
return this.ay;
|
|
@@ -2043,15 +2048,15 @@ export let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
2043
2048
|
}
|
|
2044
2049
|
let b = this.ay;
|
|
2045
2050
|
this.ay = a;
|
|
2046
|
-
this.
|
|
2051
|
+
this.d5("CheckboxAlignedRight", b, this.ay);
|
|
2047
2052
|
}
|
|
2048
2053
|
}
|
|
2049
2054
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2050
|
-
CheckboxList.
|
|
2051
|
-
CheckboxList.
|
|
2052
|
-
CheckboxList.
|
|
2053
|
-
CheckboxList.
|
|
2054
|
-
CheckboxList.
|
|
2055
|
-
CheckboxList.
|
|
2055
|
+
CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
|
|
2056
|
+
CheckboxList.cw = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
|
|
2057
|
+
CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
|
|
2058
|
+
CheckboxList.fe = null;
|
|
2059
|
+
CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
|
|
2060
|
+
CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
|
|
2056
2061
|
return CheckboxList;
|
|
2057
2062
|
})();
|