igniteui-angular-data-grids 21.0.1 → 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
|
@@ -119,7 +119,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
119
119
|
this.d = new XIcon();
|
|
120
120
|
this.d.provideContainer(j);
|
|
121
121
|
this.d.fill = this.c.searchIconColor;
|
|
122
|
-
this.d.svgPath = CheckboxList.
|
|
122
|
+
this.d.svgPath = CheckboxList.cw;
|
|
123
123
|
var k = f.getExternal(this.d, j.rootWrapper, j.getExternal(this.c, null, null));
|
|
124
124
|
g.appendContentChild(i);
|
|
125
125
|
this.c.y.appendContentChild(e);
|
|
@@ -131,18 +131,17 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
131
131
|
this.c.w.provideContainer(m);
|
|
132
132
|
this.c.w.b8 = "text";
|
|
133
133
|
var n = m.getExternal(this.c.w, m.rootWrapper, m.getExternal(this.c, null, null));
|
|
134
|
-
if (this.c.
|
|
135
|
-
this.c.w.cg = this.c.
|
|
134
|
+
if (this.c.cf != null) {
|
|
135
|
+
this.c.w.cg = this.c.cf;
|
|
136
136
|
}
|
|
137
137
|
this.c.y.appendContentChild(l);
|
|
138
138
|
this.c.y.inputs.add(this.c.w);
|
|
139
|
-
this.c.
|
|
139
|
+
this.c.d2();
|
|
140
140
|
};
|
|
141
141
|
CheckboxListView.prototype.z = function () {
|
|
142
142
|
if (this.j != null) {
|
|
143
143
|
var a = this.j.rootWrapper.getChildAt(3);
|
|
144
144
|
a.setStyleProperty("width", "100%");
|
|
145
|
-
a.setStyleProperty("margin", "4px 0px 0px 0px");
|
|
146
145
|
if (!this.c.a8 && !this.c.showSelectAll) {
|
|
147
146
|
a.setStyleProperty("height", "100%");
|
|
148
147
|
}
|
|
@@ -210,11 +209,11 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
210
209
|
finally {
|
|
211
210
|
d.z = h;
|
|
212
211
|
}
|
|
213
|
-
d.dk = this.c.
|
|
214
|
-
d.dd = this.c.
|
|
215
|
-
d.dl = this.c.
|
|
216
|
-
d.de = this.c.
|
|
217
|
-
d.dm = this.c.
|
|
212
|
+
d.dk = this.c.e9;
|
|
213
|
+
d.dd = this.c.e7;
|
|
214
|
+
d.dl = this.c.fa;
|
|
215
|
+
d.de = this.c.e8;
|
|
216
|
+
d.dm = this.c.fb;
|
|
218
217
|
}
|
|
219
218
|
};
|
|
220
219
|
CheckboxListView.prototype.u = function (a, b, c, d, e, f, g, h, i, j, k) {
|
|
@@ -282,8 +281,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
282
281
|
if (l != null) {
|
|
283
282
|
try {
|
|
284
283
|
o.svg = null;
|
|
285
|
-
o.
|
|
286
|
-
o.
|
|
284
|
+
o.bg = null;
|
|
285
|
+
o.bh = null;
|
|
287
286
|
var x = e != null ? e : ((function () {
|
|
288
287
|
var $ret = new FontInfo();
|
|
289
288
|
$ret.f = g;
|
|
@@ -301,7 +300,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
301
300
|
y.setStyleProperty("width", z ? "24px" : "0px");
|
|
302
301
|
if (i != null) {
|
|
303
302
|
aa = true;
|
|
304
|
-
o.
|
|
303
|
+
o.bg = i;
|
|
305
304
|
var ab = ((function () {
|
|
306
305
|
var $ret = new DataContext();
|
|
307
306
|
$ret.series = _this;
|
|
@@ -314,7 +313,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
314
313
|
})());
|
|
315
314
|
return $ret;
|
|
316
315
|
})());
|
|
317
|
-
o.
|
|
316
|
+
o.bh = ab;
|
|
318
317
|
}
|
|
319
318
|
else if (h != null) {
|
|
320
319
|
var ac = typeCast(IDataLegendTarget_$type, h);
|
|
@@ -325,8 +324,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
325
324
|
var ag = af.getDataLegendSeriesTitle();
|
|
326
325
|
if (c == ag || c + " " + d == ag) {
|
|
327
326
|
aa = true;
|
|
328
|
-
o.
|
|
329
|
-
o.
|
|
327
|
+
o.bg = af.getDataLegendBadge();
|
|
328
|
+
o.bh = af.getDataLegendBadgeContext();
|
|
330
329
|
break;
|
|
331
330
|
}
|
|
332
331
|
}
|
|
@@ -402,6 +401,9 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
402
401
|
}
|
|
403
402
|
};
|
|
404
403
|
CheckboxListView.prototype.ae = function () {
|
|
404
|
+
if (this.n != null) {
|
|
405
|
+
this.n.setStyleProperty("height", this.c.bl + "px");
|
|
406
|
+
}
|
|
405
407
|
};
|
|
406
408
|
CheckboxListView.prototype.o = function (a, b) {
|
|
407
409
|
var c = a;
|
|
@@ -409,21 +411,21 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
409
411
|
var e = c.checked;
|
|
410
412
|
if (e == true) {
|
|
411
413
|
if (this.c.indexType == 0) {
|
|
412
|
-
this.c.
|
|
414
|
+
this.c.eg(d);
|
|
413
415
|
}
|
|
414
416
|
else {
|
|
415
|
-
this.c.
|
|
417
|
+
this.c.da(d);
|
|
416
418
|
}
|
|
417
419
|
}
|
|
418
420
|
else {
|
|
419
421
|
if (this.c.indexType == 0) {
|
|
420
|
-
this.c.
|
|
422
|
+
this.c.da(d);
|
|
421
423
|
}
|
|
422
424
|
else {
|
|
423
|
-
this.c.
|
|
425
|
+
this.c.eg(d);
|
|
424
426
|
}
|
|
425
427
|
}
|
|
426
|
-
this.c.
|
|
428
|
+
this.c.dy(d, e);
|
|
427
429
|
this.an(false);
|
|
428
430
|
};
|
|
429
431
|
CheckboxListView.prototype.q = function () {
|
|
@@ -437,7 +439,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
437
439
|
var e = parseInt(d.a4.toString());
|
|
438
440
|
if (e == a) {
|
|
439
441
|
d.checked = b;
|
|
440
|
-
this.c.
|
|
442
|
+
this.c.dy(e, b);
|
|
441
443
|
}
|
|
442
444
|
}
|
|
443
445
|
}
|
|
@@ -482,7 +484,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
482
484
|
CheckboxListView.prototype.w = function (a) {
|
|
483
485
|
this.n = a;
|
|
484
486
|
if (null != this.n) {
|
|
485
|
-
this.n.setStyleProperty("margin", "
|
|
487
|
+
this.n.setStyleProperty("margin", 0 + "px 0px " + 0 + "px 0px");
|
|
488
|
+
this.ae();
|
|
486
489
|
}
|
|
487
490
|
};
|
|
488
491
|
CheckboxListView.prototype.ao = function () {
|
|
@@ -497,7 +500,7 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
497
500
|
var d = this.j.getExternal(this.b, c.rootWrapper, this.j.getExternal(this.c, null, null));
|
|
498
501
|
this.b.n = this.c.baseTheme;
|
|
499
502
|
this.m = a.createElement("label");
|
|
500
|
-
this.m.setRawText(this.c.
|
|
503
|
+
this.m.setRawText(this.c.c0);
|
|
501
504
|
this.m.setStyleProperty("font-size", "13px");
|
|
502
505
|
this.n.setStyleProperty("display", "flex");
|
|
503
506
|
this.n.setStyleProperty("flex-direction", "row");
|
|
@@ -513,8 +516,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
513
516
|
};
|
|
514
517
|
CheckboxListView.prototype.am = function () {
|
|
515
518
|
if (null != this.m) {
|
|
516
|
-
this.m.setRawText(this.c.
|
|
517
|
-
NativeUI.
|
|
519
|
+
this.m.setRawText(this.c.c0);
|
|
520
|
+
NativeUI.r(this.m, this.c.e5);
|
|
518
521
|
}
|
|
519
522
|
};
|
|
520
523
|
CheckboxListView.prototype.ap = function () {
|
|
@@ -565,12 +568,12 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
565
568
|
return;
|
|
566
569
|
}
|
|
567
570
|
if (b.isChecked) {
|
|
568
|
-
this.c.
|
|
569
|
-
this.c.
|
|
571
|
+
this.c.ej();
|
|
572
|
+
this.c.d7(b.isChecked);
|
|
570
573
|
}
|
|
571
574
|
else {
|
|
572
|
-
this.c.
|
|
573
|
-
this.c.
|
|
575
|
+
this.c.dg();
|
|
576
|
+
this.c.d7(b.isChecked);
|
|
574
577
|
}
|
|
575
578
|
};
|
|
576
579
|
CheckboxListView.prototype.ak = function () {
|
|
@@ -580,8 +583,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
580
583
|
}
|
|
581
584
|
var b = a.rootWrapper;
|
|
582
585
|
if (null != b) {
|
|
583
|
-
NativeUI.
|
|
584
|
-
NativeUI.
|
|
586
|
+
NativeUI.r(b, this.c.fp);
|
|
587
|
+
NativeUI.n(b, this.c.backgroundColor);
|
|
585
588
|
}
|
|
586
589
|
};
|
|
587
590
|
CheckboxListView.prototype.ai = function () {
|
|
@@ -602,19 +605,20 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
602
605
|
if (this.b == null) {
|
|
603
606
|
return;
|
|
604
607
|
}
|
|
605
|
-
this.b.dk = this.c.
|
|
606
|
-
this.b.dd = this.c.
|
|
607
|
-
this.b.dl = this.c.
|
|
608
|
-
this.b.de = this.c.
|
|
609
|
-
this.b.dm = this.c.
|
|
608
|
+
this.b.dk = this.c.e9;
|
|
609
|
+
this.b.dd = this.c.e7;
|
|
610
|
+
this.b.dl = this.c.fa;
|
|
611
|
+
this.b.de = this.c.e8;
|
|
612
|
+
this.b.dm = this.c.fb;
|
|
610
613
|
};
|
|
611
614
|
CheckboxListView.prototype.ah = function (a) {
|
|
612
615
|
if (this.k != null) {
|
|
613
|
-
NativeUI.
|
|
616
|
+
NativeUI.y(this.k, a);
|
|
614
617
|
}
|
|
615
618
|
};
|
|
616
619
|
CheckboxListView.prototype.v = function (a) {
|
|
617
620
|
this.k = a;
|
|
621
|
+
this.ah(new Thickness(1, 0, DeviceUtils.g(3), 0, DeviceUtils.g(0)));
|
|
618
622
|
};
|
|
619
623
|
CheckboxListView.prototype.aq = function () {
|
|
620
624
|
return new Size(1, this.j.rootWrapper.width(), this.j.rootWrapper.height());
|
|
@@ -633,8 +637,8 @@ var CheckboxListView = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
633
637
|
try {
|
|
634
638
|
for (var _b = __values(fromEnum(this.g)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
635
639
|
var a = _c.value;
|
|
636
|
-
a.value.
|
|
637
|
-
a.value.
|
|
640
|
+
a.value.bg = null;
|
|
641
|
+
a.value.bh = null;
|
|
638
642
|
}
|
|
639
643
|
}
|
|
640
644
|
catch (e_4_1) {
|
|
@@ -691,52 +695,52 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
691
695
|
_this.labelClicked = null;
|
|
692
696
|
_this.av = false;
|
|
693
697
|
_this.au = false;
|
|
694
|
-
_this.bl = null;
|
|
695
698
|
_this.bp = null;
|
|
696
|
-
_this.bk = null;
|
|
697
699
|
_this.bt = null;
|
|
698
|
-
_this.
|
|
699
|
-
_this.
|
|
700
|
-
_this.
|
|
700
|
+
_this.bo = null;
|
|
701
|
+
_this.bx = null;
|
|
702
|
+
_this.bv = null;
|
|
703
|
+
_this.bw = null;
|
|
704
|
+
_this.bu = null;
|
|
701
705
|
_this.z = 3;
|
|
702
|
-
_this.
|
|
706
|
+
_this.bk = -1;
|
|
703
707
|
_this.am = null;
|
|
704
708
|
_this.m = 1;
|
|
705
709
|
_this.ae = 1;
|
|
706
710
|
_this.ag = 2;
|
|
707
|
-
_this.
|
|
708
|
-
_this.
|
|
711
|
+
_this.e1 = BrushUtil.l(255, 24, 29, 31);
|
|
712
|
+
_this.ez = null;
|
|
709
713
|
_this.ax = true;
|
|
710
|
-
_this.
|
|
711
|
-
_this.
|
|
714
|
+
_this.e2 = null;
|
|
715
|
+
_this.e0 = null;
|
|
712
716
|
_this.an = null;
|
|
713
|
-
_this.
|
|
714
|
-
_this.eo = null;
|
|
715
|
-
_this.er = null;
|
|
716
|
-
_this.ep = null;
|
|
717
|
+
_this.eu = null;
|
|
717
718
|
_this.es = null;
|
|
719
|
+
_this.ev = null;
|
|
720
|
+
_this.et = null;
|
|
721
|
+
_this.ew = null;
|
|
718
722
|
_this.bb = NaN;
|
|
719
723
|
_this.f = null;
|
|
720
724
|
_this.ac = 0;
|
|
721
|
-
_this.
|
|
725
|
+
_this.ey = null;
|
|
722
726
|
_this.indexTypeChanged = null;
|
|
723
727
|
_this.aw = false;
|
|
724
|
-
_this.
|
|
725
|
-
_this.
|
|
726
|
-
_this.
|
|
728
|
+
_this.cz = null;
|
|
729
|
+
_this.e3 = null;
|
|
730
|
+
_this.eq = CheckboxList.ff;
|
|
727
731
|
_this.a9 = true;
|
|
728
|
-
_this.
|
|
729
|
-
_this.
|
|
730
|
-
_this.
|
|
732
|
+
_this.er = CheckboxList.fc;
|
|
733
|
+
_this.ex = CheckboxList.fe;
|
|
734
|
+
_this.e4 = CheckboxList.ff;
|
|
731
735
|
_this.keysCleared = null;
|
|
732
736
|
_this.selectAllCheckboxChanged = null;
|
|
733
|
-
_this.
|
|
737
|
+
_this.bm = -1;
|
|
734
738
|
_this.a7 = true;
|
|
735
739
|
_this.a3 = true;
|
|
736
740
|
_this.ay = false;
|
|
737
741
|
var a = _this.h;
|
|
738
|
-
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.
|
|
739
|
-
_this.h.am(runOn(_this, _this.
|
|
742
|
+
a.collectionChanged = delegateCombine(a.collectionChanged, runOn(_this, _this.ea));
|
|
743
|
+
_this.h.am(runOn(_this, _this.d9));
|
|
740
744
|
_this.d = new FilterFactory();
|
|
741
745
|
var b = new CheckboxListView();
|
|
742
746
|
b.c = _this;
|
|
@@ -810,7 +814,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
810
814
|
var b = this.a;
|
|
811
815
|
this.a = a;
|
|
812
816
|
if (b != this.a) {
|
|
813
|
-
this.
|
|
817
|
+
this.d5("PrimaryKey", b, this.a);
|
|
814
818
|
}
|
|
815
819
|
},
|
|
816
820
|
enumerable: false,
|
|
@@ -831,44 +835,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
831
835
|
CheckboxList.prototype.removeSelectedKeyAt = function (a) {
|
|
832
836
|
this.keys.removeAt(a);
|
|
833
837
|
};
|
|
834
|
-
CheckboxList.prototype.
|
|
835
|
-
this.
|
|
838
|
+
CheckboxList.prototype.d9 = function () {
|
|
839
|
+
this.dq();
|
|
836
840
|
if (this.keysCleared != null) {
|
|
837
841
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
838
842
|
}
|
|
839
843
|
};
|
|
840
|
-
CheckboxList.prototype.
|
|
844
|
+
CheckboxList.prototype.ea = function (a, b) {
|
|
841
845
|
if (this.e == null || this.e.actualSchema == null || this.as) {
|
|
842
846
|
return;
|
|
843
847
|
}
|
|
844
848
|
switch (b.action) {
|
|
845
849
|
case 0:
|
|
846
850
|
for (var c = 0; c < b.newItems.count; c++) {
|
|
847
|
-
this.
|
|
851
|
+
this.d3(b.newItems.item(c));
|
|
848
852
|
}
|
|
849
853
|
break;
|
|
850
854
|
case 1:
|
|
851
855
|
for (var d = 0; d < b.oldItems.count; d++) {
|
|
852
|
-
this.
|
|
856
|
+
this.d4(b.oldItems.item(d));
|
|
853
857
|
}
|
|
854
858
|
break;
|
|
855
859
|
case 2:
|
|
856
860
|
for (var e = 0; e < b.oldItems.count; e++) {
|
|
857
|
-
this.
|
|
861
|
+
this.d4(b.oldItems.item(e));
|
|
858
862
|
}
|
|
859
863
|
for (var f = 0; f < b.newItems.count; f++) {
|
|
860
|
-
this.
|
|
864
|
+
this.d3(b.newItems.item(f));
|
|
861
865
|
}
|
|
862
866
|
break;
|
|
863
867
|
case 4:
|
|
864
868
|
this.view.ab(this.indexType == 0);
|
|
865
869
|
for (var g = 0; g < this.keys.ae.count; g++) {
|
|
866
|
-
this.
|
|
870
|
+
this.d3(this.keys.ae._inner[g]);
|
|
867
871
|
}
|
|
868
872
|
break;
|
|
869
873
|
}
|
|
870
874
|
};
|
|
871
|
-
CheckboxList.prototype.
|
|
875
|
+
CheckboxList.prototype.d3 = function (a) {
|
|
872
876
|
var _this = this;
|
|
873
877
|
var b = this.e.indexOfKey(a.value);
|
|
874
878
|
if (b >= 0) {
|
|
@@ -885,7 +889,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
885
889
|
return $ret;
|
|
886
890
|
})()));
|
|
887
891
|
};
|
|
888
|
-
CheckboxList.prototype.
|
|
892
|
+
CheckboxList.prototype.d4 = function (a) {
|
|
889
893
|
var _this = this;
|
|
890
894
|
var b = this.e.indexOfKey(a.value);
|
|
891
895
|
if (b >= 0) {
|
|
@@ -902,7 +906,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
902
906
|
return $ret;
|
|
903
907
|
})()));
|
|
904
908
|
};
|
|
905
|
-
CheckboxList.prototype.
|
|
909
|
+
CheckboxList.prototype.dy = function (a, b) {
|
|
906
910
|
if (this.checkedChanged != null && this.at == false) {
|
|
907
911
|
var c_1 = null;
|
|
908
912
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
@@ -927,58 +931,58 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
927
931
|
this.av = false;
|
|
928
932
|
if (this.g != null) {
|
|
929
933
|
var a = this.g;
|
|
930
|
-
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.
|
|
934
|
+
a.cellClicked = delegateCombine(a.cellClicked, runOn(this, this.dk));
|
|
931
935
|
var b = this.g;
|
|
932
|
-
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.
|
|
936
|
+
b.sizeChanged = delegateCombine(b.sizeChanged, runOn(this, this.dl));
|
|
933
937
|
if (this.g.actualDataSource != null) {
|
|
934
938
|
var c = this.g.actualDataSource;
|
|
935
|
-
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.
|
|
939
|
+
c.schemaChanged = delegateCombine(c.schemaChanged, runOn(this, this.d6));
|
|
936
940
|
}
|
|
937
941
|
}
|
|
938
942
|
if (this.v != null) {
|
|
939
943
|
var d = this.v;
|
|
940
|
-
d.changing = delegateCombine(d.changing, runOn(this, this.
|
|
944
|
+
d.changing = delegateCombine(d.changing, runOn(this, this.dn));
|
|
941
945
|
}
|
|
942
946
|
if (this.k != null) {
|
|
943
947
|
var e = this.k;
|
|
944
|
-
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.
|
|
948
|
+
e.cellUpdating = delegateCombine(e.cellUpdating, runOn(this, this.de));
|
|
945
949
|
}
|
|
946
950
|
};
|
|
947
951
|
CheckboxList.prototype.onDetachedFromUI = function () {
|
|
948
952
|
this.av = true;
|
|
949
|
-
this.
|
|
950
|
-
this.
|
|
953
|
+
this.dj();
|
|
954
|
+
this.di();
|
|
951
955
|
};
|
|
952
|
-
CheckboxList.prototype.
|
|
956
|
+
CheckboxList.prototype.dj = function () {
|
|
953
957
|
if (this.g != null) {
|
|
954
958
|
var a = this.g;
|
|
955
|
-
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.
|
|
959
|
+
a.cellClicked = delegateRemove(a.cellClicked, runOn(this, this.dk));
|
|
956
960
|
var b = this.g;
|
|
957
|
-
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.
|
|
961
|
+
b.sizeChanged = delegateRemove(b.sizeChanged, runOn(this, this.dl));
|
|
958
962
|
if (this.g.actualDataSource != null) {
|
|
959
963
|
var c = this.g.actualDataSource;
|
|
960
|
-
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.
|
|
964
|
+
c.schemaChanged = delegateRemove(c.schemaChanged, runOn(this, this.d6));
|
|
961
965
|
}
|
|
962
966
|
}
|
|
963
967
|
if (this.v != null) {
|
|
964
968
|
var d = this.v;
|
|
965
|
-
d.changing = delegateRemove(d.changing, runOn(this, this.
|
|
969
|
+
d.changing = delegateRemove(d.changing, runOn(this, this.dn));
|
|
966
970
|
}
|
|
967
971
|
};
|
|
968
|
-
CheckboxList.prototype.
|
|
972
|
+
CheckboxList.prototype.di = function () {
|
|
969
973
|
if (this.k != null) {
|
|
970
974
|
var a = this.k;
|
|
971
|
-
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.
|
|
975
|
+
a.cellUpdating = delegateRemove(a.cellUpdating, runOn(this, this.de));
|
|
972
976
|
}
|
|
973
977
|
};
|
|
974
978
|
CheckboxList.prototype.destroy = function () {
|
|
975
979
|
this.au = true;
|
|
976
980
|
if (!this.av) {
|
|
977
|
-
this.
|
|
981
|
+
this.dj();
|
|
978
982
|
}
|
|
979
983
|
this.provideContainer(null, null, null);
|
|
980
984
|
if (!this.av) {
|
|
981
|
-
this.
|
|
985
|
+
this.di();
|
|
982
986
|
}
|
|
983
987
|
};
|
|
984
988
|
Object.defineProperty(CheckboxList.prototype, "a0", {
|
|
@@ -993,8 +997,8 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
993
997
|
if (null != this.g) {
|
|
994
998
|
this.g.scrollbarStyle = 1;
|
|
995
999
|
var d = this.g;
|
|
996
|
-
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.
|
|
997
|
-
this.g.scrollbarBackground = this.
|
|
1000
|
+
d.sizeChanged = delegateCombine(d.sizeChanged, runOn(this, this.dl));
|
|
1001
|
+
this.g.scrollbarBackground = this.fi;
|
|
998
1002
|
this.g.headerHeight = 0;
|
|
999
1003
|
this.g.rowSeparatorHeight = 0;
|
|
1000
1004
|
this.g.defaultColumnMinWidth = NaN;
|
|
@@ -1003,30 +1007,30 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1003
1007
|
this.g.selectionMode = 0;
|
|
1004
1008
|
this.g.editMode = 0;
|
|
1005
1009
|
var e = this.g;
|
|
1006
|
-
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.
|
|
1007
|
-
if (this.bl != null) {
|
|
1008
|
-
this.g.itemsSource = this.bl;
|
|
1009
|
-
this.c9();
|
|
1010
|
-
this.d4();
|
|
1011
|
-
}
|
|
1010
|
+
e.cellClicked = delegateCombine(e.cellClicked, runOn(this, this.dk));
|
|
1012
1011
|
if (this.bp != null) {
|
|
1013
|
-
this.
|
|
1014
|
-
this.
|
|
1012
|
+
this.g.itemsSource = this.bp;
|
|
1013
|
+
this.dd();
|
|
1014
|
+
this.d8();
|
|
1015
|
+
}
|
|
1016
|
+
if (this.bt != null) {
|
|
1017
|
+
this.d8();
|
|
1018
|
+
this.em();
|
|
1015
1019
|
}
|
|
1016
1020
|
}
|
|
1017
1021
|
this.view.w(c);
|
|
1018
1022
|
if (this.az) {
|
|
1019
|
-
this.
|
|
1023
|
+
this.eo();
|
|
1020
1024
|
}
|
|
1021
1025
|
this.view.r(a);
|
|
1022
1026
|
};
|
|
1023
|
-
CheckboxList.prototype.
|
|
1027
|
+
CheckboxList.prototype.dl = function (a, b) {
|
|
1024
1028
|
this.g.scrollbarStyle = this.ad;
|
|
1025
1029
|
};
|
|
1026
1030
|
CheckboxList.prototype.provideSelectAllSection = function (a) {
|
|
1027
1031
|
this.view.w(a);
|
|
1028
1032
|
};
|
|
1029
|
-
CheckboxList.prototype.
|
|
1033
|
+
CheckboxList.prototype.dk = function (a, b) {
|
|
1030
1034
|
if (!this.az && b.cellInfo.l.a5 == 0 || this.az && b.cellInfo.l.a5 == 1) {
|
|
1031
1035
|
return;
|
|
1032
1036
|
}
|
|
@@ -1034,7 +1038,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1034
1038
|
if (-1 == c) {
|
|
1035
1039
|
return;
|
|
1036
1040
|
}
|
|
1037
|
-
var d = b.cellInfo.
|
|
1041
|
+
var d = b.cellInfo.ij;
|
|
1038
1042
|
var e = this.j(d);
|
|
1039
1043
|
if (this.a6) {
|
|
1040
1044
|
if (this.keys.contains(e)) {
|
|
@@ -1050,9 +1054,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1050
1054
|
this.keys.add(e);
|
|
1051
1055
|
}
|
|
1052
1056
|
}
|
|
1053
|
-
this.
|
|
1057
|
+
this.dt(c, this.keys.contains(e));
|
|
1054
1058
|
};
|
|
1055
|
-
CheckboxList.prototype.
|
|
1059
|
+
CheckboxList.prototype.dt = function (a, b) {
|
|
1056
1060
|
var c = null;
|
|
1057
1061
|
if (this.e.actualPrimaryKey != null && this.e.actualPrimaryKey.length > 0) {
|
|
1058
1062
|
c = new Array(this.e.actualPrimaryKey.length);
|
|
@@ -1071,21 +1075,21 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1071
1075
|
return $ret;
|
|
1072
1076
|
})()));
|
|
1073
1077
|
};
|
|
1074
|
-
CheckboxList.prototype.
|
|
1078
|
+
CheckboxList.prototype.de = function (a, b) {
|
|
1075
1079
|
var c = b.cellInfo.l.x;
|
|
1076
1080
|
if (-1 == c) {
|
|
1077
1081
|
return;
|
|
1078
1082
|
}
|
|
1079
1083
|
var d = false;
|
|
1080
|
-
if (b.cellInfo.
|
|
1081
|
-
var e = this.j(b.cellInfo.
|
|
1084
|
+
if (b.cellInfo.ij != null) {
|
|
1085
|
+
var e = this.j(b.cellInfo.ij);
|
|
1082
1086
|
if (this.keys.contains(e)) {
|
|
1083
1087
|
d = true;
|
|
1084
1088
|
}
|
|
1085
1089
|
}
|
|
1086
1090
|
this.view.t(b.content.element, c, d);
|
|
1087
1091
|
};
|
|
1088
|
-
CheckboxList.prototype.
|
|
1092
|
+
CheckboxList.prototype.en = function (a, b) {
|
|
1089
1093
|
var c = b.cellInfo.l.x;
|
|
1090
1094
|
if (-1 == c) {
|
|
1091
1095
|
return;
|
|
@@ -1095,13 +1099,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1095
1099
|
var f = null;
|
|
1096
1100
|
var g = null;
|
|
1097
1101
|
var h = null;
|
|
1098
|
-
if (b.cellInfo.
|
|
1099
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
1102
|
+
if (b.cellInfo.ij != null) {
|
|
1103
|
+
d = this.ai.getPropertyValue(b.cellInfo.ij);
|
|
1100
1104
|
if (this.al != null) {
|
|
1101
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1105
|
+
e = this.al.getPropertyValue(b.cellInfo.ij);
|
|
1102
1106
|
}
|
|
1103
1107
|
if (this.aj != null) {
|
|
1104
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1108
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ij));
|
|
1105
1109
|
if (i == 0) {
|
|
1106
1110
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1107
1111
|
}
|
|
@@ -1113,11 +1117,11 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1113
1117
|
}
|
|
1114
1118
|
}
|
|
1115
1119
|
}
|
|
1116
|
-
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.
|
|
1120
|
+
this.view.u(b.content.element, c, d, e, this.am, "Verdana", 13, this.bo, f, g, h);
|
|
1117
1121
|
};
|
|
1118
|
-
CheckboxList.prototype.
|
|
1119
|
-
if (this.
|
|
1120
|
-
var b = this.d.property(this.
|
|
1122
|
+
CheckboxList.prototype.d0 = function (a) {
|
|
1123
|
+
if (this.bt != null) {
|
|
1124
|
+
var b = this.d.property(this.bt).cast(enumGetBox(DataSourceSchemaPropertyType_$type, 0)).toLower();
|
|
1121
1125
|
var c = b.contains(a);
|
|
1122
1126
|
if (!this.g.filterExpressions.k.contains(this.c)) {
|
|
1123
1127
|
this.c = c;
|
|
@@ -1131,13 +1135,13 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1131
1135
|
};
|
|
1132
1136
|
Object.defineProperty(CheckboxList.prototype, "itemsSource", {
|
|
1133
1137
|
get: function () {
|
|
1134
|
-
return this.
|
|
1138
|
+
return this.bp;
|
|
1135
1139
|
},
|
|
1136
1140
|
set: function (a) {
|
|
1137
|
-
var b = this.
|
|
1138
|
-
this.
|
|
1139
|
-
if (b != this.
|
|
1140
|
-
this.
|
|
1141
|
+
var b = this.bp;
|
|
1142
|
+
this.bp = a;
|
|
1143
|
+
if (b != this.bp) {
|
|
1144
|
+
this.d5("ItemsSource", b, this.bp);
|
|
1141
1145
|
}
|
|
1142
1146
|
},
|
|
1143
1147
|
enumerable: false,
|
|
@@ -1145,55 +1149,55 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1145
1149
|
});
|
|
1146
1150
|
Object.defineProperty(CheckboxList.prototype, "dataMemberPath", {
|
|
1147
1151
|
get: function () {
|
|
1148
|
-
return this.
|
|
1152
|
+
return this.bt;
|
|
1149
1153
|
},
|
|
1150
1154
|
set: function (a) {
|
|
1151
|
-
var b = this.
|
|
1152
|
-
this.
|
|
1153
|
-
if (b != this.
|
|
1154
|
-
this.
|
|
1155
|
+
var b = this.bt;
|
|
1156
|
+
this.bt = a;
|
|
1157
|
+
if (b != this.bt) {
|
|
1158
|
+
this.d5("DataMemberPath", b, this.bt);
|
|
1155
1159
|
}
|
|
1156
1160
|
},
|
|
1157
1161
|
enumerable: false,
|
|
1158
1162
|
configurable: true
|
|
1159
1163
|
});
|
|
1160
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1164
|
+
Object.defineProperty(CheckboxList.prototype, "bq", {
|
|
1161
1165
|
get: function () {
|
|
1162
|
-
return this.
|
|
1166
|
+
return this.bo;
|
|
1163
1167
|
},
|
|
1164
1168
|
set: function (a) {
|
|
1165
|
-
var b = this.
|
|
1166
|
-
this.
|
|
1167
|
-
if (b != this.
|
|
1168
|
-
this.
|
|
1169
|
+
var b = this.bo;
|
|
1170
|
+
this.bo = a;
|
|
1171
|
+
if (b != this.bo) {
|
|
1172
|
+
this.d5("DataLegendTarget", b, this.bo);
|
|
1169
1173
|
}
|
|
1170
1174
|
},
|
|
1171
1175
|
enumerable: false,
|
|
1172
1176
|
configurable: true
|
|
1173
1177
|
});
|
|
1174
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1178
|
+
Object.defineProperty(CheckboxList.prototype, "c7", {
|
|
1175
1179
|
get: function () {
|
|
1176
|
-
return this.
|
|
1180
|
+
return this.bx;
|
|
1177
1181
|
},
|
|
1178
1182
|
set: function (a) {
|
|
1179
|
-
var b = this.
|
|
1180
|
-
this.
|
|
1181
|
-
if (b != this.
|
|
1182
|
-
this.
|
|
1183
|
+
var b = this.bx;
|
|
1184
|
+
this.bx = a;
|
|
1185
|
+
if (b != this.bx) {
|
|
1186
|
+
this.d5("SubtitleMemberPath", b, this.bx);
|
|
1183
1187
|
}
|
|
1184
1188
|
},
|
|
1185
1189
|
enumerable: false,
|
|
1186
1190
|
configurable: true
|
|
1187
1191
|
});
|
|
1188
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1192
|
+
Object.defineProperty(CheckboxList.prototype, "cm", {
|
|
1189
1193
|
get: function () {
|
|
1190
|
-
return this.
|
|
1194
|
+
return this.bv;
|
|
1191
1195
|
},
|
|
1192
1196
|
set: function (a) {
|
|
1193
|
-
var b = this.
|
|
1194
|
-
this.
|
|
1195
|
-
if (b != this.
|
|
1196
|
-
this.
|
|
1197
|
+
var b = this.bv;
|
|
1198
|
+
this.bv = a;
|
|
1199
|
+
if (b != this.bv) {
|
|
1200
|
+
this.d5("PropertyTypeMemberPath", b, this.bv);
|
|
1197
1201
|
}
|
|
1198
1202
|
},
|
|
1199
1203
|
enumerable: false,
|
|
@@ -1201,27 +1205,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1201
1205
|
});
|
|
1202
1206
|
Object.defineProperty(CheckboxList.prototype, "selectedMemberPath", {
|
|
1203
1207
|
get: function () {
|
|
1204
|
-
return this.
|
|
1208
|
+
return this.bw;
|
|
1205
1209
|
},
|
|
1206
1210
|
set: function (a) {
|
|
1207
|
-
var b = this.
|
|
1208
|
-
this.
|
|
1209
|
-
if (b != this.
|
|
1210
|
-
this.
|
|
1211
|
+
var b = this.bw;
|
|
1212
|
+
this.bw = a;
|
|
1213
|
+
if (b != this.bw) {
|
|
1214
|
+
this.d5("SelectedMemberPath", b, this.bw);
|
|
1211
1215
|
}
|
|
1212
1216
|
},
|
|
1213
1217
|
enumerable: false,
|
|
1214
1218
|
configurable: true
|
|
1215
1219
|
});
|
|
1216
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1220
|
+
Object.defineProperty(CheckboxList.prototype, "cf", {
|
|
1217
1221
|
get: function () {
|
|
1218
|
-
return this.
|
|
1222
|
+
return this.bu;
|
|
1219
1223
|
},
|
|
1220
1224
|
set: function (a) {
|
|
1221
|
-
var b = this.
|
|
1222
|
-
this.
|
|
1223
|
-
if (b != this.
|
|
1224
|
-
this.
|
|
1225
|
+
var b = this.bu;
|
|
1226
|
+
this.bu = a;
|
|
1227
|
+
if (b != this.bu) {
|
|
1228
|
+
this.d5("FilterPlaceholderText", b, this.bu);
|
|
1225
1229
|
}
|
|
1226
1230
|
},
|
|
1227
1231
|
enumerable: false,
|
|
@@ -1235,33 +1239,33 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1235
1239
|
var b = this.z;
|
|
1236
1240
|
this.z = a;
|
|
1237
1241
|
if (b != this.z) {
|
|
1238
|
-
this.
|
|
1242
|
+
this.d5("SearchInputType", enumGetBox(InputGroupDisplayType_$type, b), enumGetBox(InputGroupDisplayType_$type, this.z));
|
|
1239
1243
|
}
|
|
1240
1244
|
},
|
|
1241
1245
|
enumerable: false,
|
|
1242
1246
|
configurable: true
|
|
1243
1247
|
});
|
|
1244
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1248
|
+
Object.defineProperty(CheckboxList.prototype, "bn", {
|
|
1245
1249
|
get: function () {
|
|
1246
|
-
return this.
|
|
1250
|
+
return this.bk;
|
|
1247
1251
|
},
|
|
1248
1252
|
set: function (a) {
|
|
1249
|
-
var b = this.
|
|
1250
|
-
this.
|
|
1251
|
-
if (b != this.
|
|
1252
|
-
this.
|
|
1253
|
+
var b = this.bk;
|
|
1254
|
+
this.bk = a;
|
|
1255
|
+
if (b != this.bk) {
|
|
1256
|
+
this.d5("RowHeight", b, this.bk);
|
|
1253
1257
|
}
|
|
1254
1258
|
},
|
|
1255
1259
|
enumerable: false,
|
|
1256
1260
|
configurable: true
|
|
1257
1261
|
});
|
|
1258
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1262
|
+
Object.defineProperty(CheckboxList.prototype, "bl", {
|
|
1259
1263
|
get: function () {
|
|
1260
1264
|
if (this.g != null) {
|
|
1261
1265
|
return this.g.actualRowHeight;
|
|
1262
1266
|
}
|
|
1263
|
-
else if (this.
|
|
1264
|
-
return this.
|
|
1267
|
+
else if (this.bk != -1) {
|
|
1268
|
+
return this.bk;
|
|
1265
1269
|
}
|
|
1266
1270
|
else {
|
|
1267
1271
|
switch (this.density) {
|
|
@@ -1285,7 +1289,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1285
1289
|
var b = this.am;
|
|
1286
1290
|
this.am = a;
|
|
1287
1291
|
if (b != this.am) {
|
|
1288
|
-
this.
|
|
1292
|
+
this.d5("CellTextStyle", b, this.am);
|
|
1289
1293
|
}
|
|
1290
1294
|
},
|
|
1291
1295
|
enumerable: false,
|
|
@@ -1299,7 +1303,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1299
1303
|
var b = this.m;
|
|
1300
1304
|
this.m = a;
|
|
1301
1305
|
if (b != this.m) {
|
|
1302
|
-
this.
|
|
1306
|
+
this.d5("IndexType", enumGetBox(CheckboxListIndexType_$type, b), enumGetBox(CheckboxListIndexType_$type, this.m));
|
|
1303
1307
|
}
|
|
1304
1308
|
},
|
|
1305
1309
|
enumerable: false,
|
|
@@ -1313,7 +1317,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1313
1317
|
var b = this.ae;
|
|
1314
1318
|
this.ae = a;
|
|
1315
1319
|
if (b != this.ae) {
|
|
1316
|
-
this.
|
|
1320
|
+
this.d5("BaseTheme", enumGetBox(BaseControlTheme_$type, b), enumGetBox(BaseControlTheme_$type, this.ae));
|
|
1317
1321
|
}
|
|
1318
1322
|
},
|
|
1319
1323
|
enumerable: false,
|
|
@@ -1327,7 +1331,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1327
1331
|
var b = this.ag;
|
|
1328
1332
|
this.ag = a;
|
|
1329
1333
|
if (b != this.ag) {
|
|
1330
|
-
this.
|
|
1334
|
+
this.d5("Density", enumGetBox(ControlDisplayDensity_$type, b), enumGetBox(ControlDisplayDensity_$type, this.ag));
|
|
1331
1335
|
}
|
|
1332
1336
|
},
|
|
1333
1337
|
enumerable: false,
|
|
@@ -1335,27 +1339,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1335
1339
|
});
|
|
1336
1340
|
Object.defineProperty(CheckboxList.prototype, "searchIconColor", {
|
|
1337
1341
|
get: function () {
|
|
1338
|
-
return this.
|
|
1342
|
+
return this.e1;
|
|
1339
1343
|
},
|
|
1340
1344
|
set: function (a) {
|
|
1341
|
-
var b = this.
|
|
1342
|
-
this.
|
|
1343
|
-
if (b != this.
|
|
1344
|
-
this.
|
|
1345
|
+
var b = this.e1;
|
|
1346
|
+
this.e1 = a;
|
|
1347
|
+
if (b != this.e1) {
|
|
1348
|
+
this.d5("SearchIconColor", b, this.e1);
|
|
1345
1349
|
}
|
|
1346
1350
|
},
|
|
1347
1351
|
enumerable: false,
|
|
1348
1352
|
configurable: true
|
|
1349
1353
|
});
|
|
1350
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1354
|
+
Object.defineProperty(CheckboxList.prototype, "fj", {
|
|
1351
1355
|
get: function () {
|
|
1352
|
-
return this.
|
|
1356
|
+
return this.ez;
|
|
1353
1357
|
},
|
|
1354
1358
|
set: function (a) {
|
|
1355
|
-
var b = this.
|
|
1356
|
-
this.
|
|
1357
|
-
if (b != this.
|
|
1358
|
-
this.
|
|
1359
|
+
var b = this.ez;
|
|
1360
|
+
this.ez = a;
|
|
1361
|
+
if (b != this.ez) {
|
|
1362
|
+
this.d5("SearchBackgroundColor", b, this.ez);
|
|
1359
1363
|
}
|
|
1360
1364
|
},
|
|
1361
1365
|
enumerable: false,
|
|
@@ -1369,7 +1373,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1369
1373
|
var b = this.ax;
|
|
1370
1374
|
this.ax = a;
|
|
1371
1375
|
if (b != this.ax) {
|
|
1372
|
-
this.
|
|
1376
|
+
this.d5("LabelClickTriggersChange", b, this.ax);
|
|
1373
1377
|
}
|
|
1374
1378
|
},
|
|
1375
1379
|
enumerable: false,
|
|
@@ -1377,27 +1381,27 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1377
1381
|
});
|
|
1378
1382
|
Object.defineProperty(CheckboxList.prototype, "searchTextColor", {
|
|
1379
1383
|
get: function () {
|
|
1380
|
-
return this.
|
|
1384
|
+
return this.e2;
|
|
1381
1385
|
},
|
|
1382
1386
|
set: function (a) {
|
|
1383
|
-
var b = this.
|
|
1384
|
-
this.
|
|
1385
|
-
if (b != this.
|
|
1386
|
-
this.
|
|
1387
|
+
var b = this.e2;
|
|
1388
|
+
this.e2 = a;
|
|
1389
|
+
if (b != this.e2) {
|
|
1390
|
+
this.d5("SearchTextColor", b, this.e2);
|
|
1387
1391
|
}
|
|
1388
1392
|
},
|
|
1389
1393
|
enumerable: false,
|
|
1390
1394
|
configurable: true
|
|
1391
1395
|
});
|
|
1392
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1396
|
+
Object.defineProperty(CheckboxList.prototype, "fk", {
|
|
1393
1397
|
get: function () {
|
|
1394
|
-
return this.
|
|
1398
|
+
return this.e0;
|
|
1395
1399
|
},
|
|
1396
1400
|
set: function (a) {
|
|
1397
|
-
var b = this.
|
|
1398
|
-
this.
|
|
1399
|
-
if (b != this.
|
|
1400
|
-
this.
|
|
1401
|
+
var b = this.e0;
|
|
1402
|
+
this.e0 = a;
|
|
1403
|
+
if (b != this.e0) {
|
|
1404
|
+
this.d5("SearchBorderColor", b, this.e0);
|
|
1401
1405
|
}
|
|
1402
1406
|
},
|
|
1403
1407
|
enumerable: false,
|
|
@@ -1411,77 +1415,77 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1411
1415
|
var b = this.an;
|
|
1412
1416
|
this.an = a;
|
|
1413
1417
|
if (b != this.an) {
|
|
1414
|
-
this.
|
|
1418
|
+
this.d5("SearchTextStyle", b, this.an);
|
|
1415
1419
|
}
|
|
1416
1420
|
},
|
|
1417
1421
|
enumerable: false,
|
|
1418
1422
|
configurable: true
|
|
1419
1423
|
});
|
|
1420
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1424
|
+
Object.defineProperty(CheckboxList.prototype, "e9", {
|
|
1421
1425
|
get: function () {
|
|
1422
|
-
return this.
|
|
1426
|
+
return this.eu;
|
|
1423
1427
|
},
|
|
1424
1428
|
set: function (a) {
|
|
1425
|
-
var b = this.
|
|
1426
|
-
this.
|
|
1427
|
-
if (b != this.
|
|
1428
|
-
this.
|
|
1429
|
+
var b = this.eu;
|
|
1430
|
+
this.eu = a;
|
|
1431
|
+
if (b != this.eu) {
|
|
1432
|
+
this.d5("CheckboxTickColor", b, this.eu);
|
|
1429
1433
|
}
|
|
1430
1434
|
},
|
|
1431
1435
|
enumerable: false,
|
|
1432
1436
|
configurable: true
|
|
1433
1437
|
});
|
|
1434
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1438
|
+
Object.defineProperty(CheckboxList.prototype, "e7", {
|
|
1435
1439
|
get: function () {
|
|
1436
|
-
return this.
|
|
1440
|
+
return this.es;
|
|
1437
1441
|
},
|
|
1438
1442
|
set: function (a) {
|
|
1439
|
-
var b = this.
|
|
1440
|
-
this.
|
|
1441
|
-
if (b != this.
|
|
1442
|
-
this.
|
|
1443
|
+
var b = this.es;
|
|
1444
|
+
this.es = a;
|
|
1445
|
+
if (b != this.es) {
|
|
1446
|
+
this.d5("CheckboxCheckedBackgroundColor", b, this.es);
|
|
1443
1447
|
}
|
|
1444
1448
|
},
|
|
1445
1449
|
enumerable: false,
|
|
1446
1450
|
configurable: true
|
|
1447
1451
|
});
|
|
1448
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1452
|
+
Object.defineProperty(CheckboxList.prototype, "fa", {
|
|
1449
1453
|
get: function () {
|
|
1450
|
-
return this.
|
|
1454
|
+
return this.ev;
|
|
1451
1455
|
},
|
|
1452
1456
|
set: function (a) {
|
|
1453
|
-
var b = this.
|
|
1454
|
-
this.
|
|
1455
|
-
if (b != this.
|
|
1456
|
-
this.
|
|
1457
|
+
var b = this.ev;
|
|
1458
|
+
this.ev = a;
|
|
1459
|
+
if (b != this.ev) {
|
|
1460
|
+
this.d5("CheckboxUncheckedBackgroundColor", b, this.ev);
|
|
1457
1461
|
}
|
|
1458
1462
|
},
|
|
1459
1463
|
enumerable: false,
|
|
1460
1464
|
configurable: true
|
|
1461
1465
|
});
|
|
1462
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1466
|
+
Object.defineProperty(CheckboxList.prototype, "e8", {
|
|
1463
1467
|
get: function () {
|
|
1464
|
-
return this.
|
|
1468
|
+
return this.et;
|
|
1465
1469
|
},
|
|
1466
1470
|
set: function (a) {
|
|
1467
|
-
var b = this.
|
|
1468
|
-
this.
|
|
1469
|
-
if (b != this.
|
|
1470
|
-
this.
|
|
1471
|
+
var b = this.et;
|
|
1472
|
+
this.et = a;
|
|
1473
|
+
if (b != this.et) {
|
|
1474
|
+
this.d5("CheckboxCheckedBorderColor", b, this.et);
|
|
1471
1475
|
}
|
|
1472
1476
|
},
|
|
1473
1477
|
enumerable: false,
|
|
1474
1478
|
configurable: true
|
|
1475
1479
|
});
|
|
1476
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1480
|
+
Object.defineProperty(CheckboxList.prototype, "fb", {
|
|
1477
1481
|
get: function () {
|
|
1478
|
-
return this.
|
|
1482
|
+
return this.ew;
|
|
1479
1483
|
},
|
|
1480
1484
|
set: function (a) {
|
|
1481
|
-
var b = this.
|
|
1482
|
-
this.
|
|
1483
|
-
if (b != this.
|
|
1484
|
-
this.
|
|
1485
|
+
var b = this.ew;
|
|
1486
|
+
this.ew = a;
|
|
1487
|
+
if (b != this.ew) {
|
|
1488
|
+
this.d5("CheckboxUncheckedBorderColor", b, this.ew);
|
|
1485
1489
|
}
|
|
1486
1490
|
},
|
|
1487
1491
|
enumerable: false,
|
|
@@ -1495,7 +1499,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1495
1499
|
var b = this.bb;
|
|
1496
1500
|
this.bb = a;
|
|
1497
1501
|
if (b != this.bb) {
|
|
1498
|
-
this.
|
|
1502
|
+
this.d5("CheckboxCornerRadius", b, this.bb);
|
|
1499
1503
|
}
|
|
1500
1504
|
},
|
|
1501
1505
|
enumerable: false,
|
|
@@ -1509,42 +1513,42 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1509
1513
|
var b = this.ac;
|
|
1510
1514
|
this.ac = a;
|
|
1511
1515
|
if (b != this.ac) {
|
|
1512
|
-
this.
|
|
1516
|
+
this.d5("ScrollbarStyle", enumGetBox(ScrollbarStyle_$type, b), enumGetBox(ScrollbarStyle_$type, this.ac));
|
|
1513
1517
|
}
|
|
1514
1518
|
},
|
|
1515
1519
|
enumerable: false,
|
|
1516
1520
|
configurable: true
|
|
1517
1521
|
});
|
|
1518
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
1522
|
+
Object.defineProperty(CheckboxList.prototype, "fi", {
|
|
1519
1523
|
get: function () {
|
|
1520
|
-
return this.
|
|
1524
|
+
return this.ey;
|
|
1521
1525
|
},
|
|
1522
1526
|
set: function (a) {
|
|
1523
|
-
var b = this.
|
|
1524
|
-
this.
|
|
1525
|
-
if (b != this.
|
|
1526
|
-
this.
|
|
1527
|
+
var b = this.ey;
|
|
1528
|
+
this.ey = a;
|
|
1529
|
+
if (b != this.ey) {
|
|
1530
|
+
this.d5("ScrollbarBackground", b, this.ey);
|
|
1527
1531
|
}
|
|
1528
1532
|
},
|
|
1529
1533
|
enumerable: false,
|
|
1530
1534
|
configurable: true
|
|
1531
1535
|
});
|
|
1532
|
-
CheckboxList.prototype.
|
|
1536
|
+
CheckboxList.prototype.d5 = function (a, b, c) {
|
|
1533
1537
|
if (this.propertyChanged != null) {
|
|
1534
1538
|
this.propertyChanged(this, new PropertyChangedEventArgs(a));
|
|
1535
1539
|
}
|
|
1536
|
-
this.
|
|
1540
|
+
this.eb(a, b, c);
|
|
1537
1541
|
};
|
|
1538
|
-
CheckboxList.prototype.
|
|
1542
|
+
CheckboxList.prototype.eb = function (a, b, c) {
|
|
1539
1543
|
switch (a) {
|
|
1540
1544
|
case "IndexType":
|
|
1541
1545
|
this.keys.clear();
|
|
1542
|
-
this.
|
|
1546
|
+
this.dq();
|
|
1543
1547
|
if (this.keysCleared != null) {
|
|
1544
1548
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1545
1549
|
}
|
|
1546
1550
|
this.view.an();
|
|
1547
|
-
this.
|
|
1551
|
+
this.d1(b, c);
|
|
1548
1552
|
break;
|
|
1549
1553
|
case "ItemsSource":
|
|
1550
1554
|
if (this.g != null) {
|
|
@@ -1557,16 +1561,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1557
1561
|
}
|
|
1558
1562
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1559
1563
|
var d = this.g.actualDataSource;
|
|
1560
|
-
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.
|
|
1564
|
+
d.schemaChanged = delegateRemove(d.schemaChanged, runOn(this, this.d6));
|
|
1561
1565
|
}
|
|
1562
|
-
this.g.itemsSource = this.
|
|
1563
|
-
this.
|
|
1566
|
+
this.g.itemsSource = this.bp;
|
|
1567
|
+
this.dd();
|
|
1564
1568
|
if (this.g.actualDataSource != null && !this.a0) {
|
|
1565
1569
|
var e = this.g.actualDataSource;
|
|
1566
|
-
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.
|
|
1570
|
+
e.schemaChanged = delegateCombine(e.schemaChanged, runOn(this, this.d6));
|
|
1567
1571
|
}
|
|
1568
1572
|
this.at = true;
|
|
1569
|
-
this.
|
|
1573
|
+
this.d8();
|
|
1570
1574
|
this.at = false;
|
|
1571
1575
|
this.view.an();
|
|
1572
1576
|
}
|
|
@@ -1576,9 +1580,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1576
1580
|
case "SubtitleMemberPath":
|
|
1577
1581
|
case "PropertyTypeMemberPath":
|
|
1578
1582
|
if (this.g != null) {
|
|
1579
|
-
if (this.
|
|
1580
|
-
this.
|
|
1581
|
-
this.
|
|
1583
|
+
if (this.bt != null) {
|
|
1584
|
+
this.d8();
|
|
1585
|
+
this.em();
|
|
1582
1586
|
}
|
|
1583
1587
|
}
|
|
1584
1588
|
break;
|
|
@@ -1588,7 +1592,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1588
1592
|
}
|
|
1589
1593
|
break;
|
|
1590
1594
|
case "SelectAllCaptionTextColor":
|
|
1591
|
-
this.
|
|
1595
|
+
this.e5 = null != this.fn ? this.fn : this.fg();
|
|
1592
1596
|
break;
|
|
1593
1597
|
case "SelectAllCaption":
|
|
1594
1598
|
case "ActualSelectAllCaptionTextColor":
|
|
@@ -1604,7 +1608,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1604
1608
|
break;
|
|
1605
1609
|
case "FilterPlaceholderText":
|
|
1606
1610
|
if (this.v != null) {
|
|
1607
|
-
this.v.cg = this.
|
|
1611
|
+
this.v.cg = this.cf;
|
|
1608
1612
|
}
|
|
1609
1613
|
break;
|
|
1610
1614
|
case "SearchInputType":
|
|
@@ -1614,7 +1618,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1614
1618
|
break;
|
|
1615
1619
|
case "RowHeight":
|
|
1616
1620
|
if (this.g != null) {
|
|
1617
|
-
this.g.rowHeight = this.
|
|
1621
|
+
this.g.rowHeight = this.bn;
|
|
1618
1622
|
}
|
|
1619
1623
|
break;
|
|
1620
1624
|
case "CellTextStyle":
|
|
@@ -1628,7 +1632,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1628
1632
|
case "RowHoverBackgroundColor":
|
|
1629
1633
|
var f = this.g;
|
|
1630
1634
|
if (null != f) {
|
|
1631
|
-
f.cellTextColor = this.
|
|
1635
|
+
f.cellTextColor = this.fp;
|
|
1632
1636
|
f.cellBackground = this.backgroundColor;
|
|
1633
1637
|
f.background = this.backgroundColor;
|
|
1634
1638
|
f.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1637,10 +1641,10 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1637
1641
|
this.view.ak();
|
|
1638
1642
|
break;
|
|
1639
1643
|
case "BaseTheme":
|
|
1640
|
-
this.
|
|
1644
|
+
this.el();
|
|
1641
1645
|
break;
|
|
1642
1646
|
case "Density":
|
|
1643
|
-
this.
|
|
1647
|
+
this.ek();
|
|
1644
1648
|
break;
|
|
1645
1649
|
case "IsRowHoverEnabled":
|
|
1646
1650
|
if (this.g != null) {
|
|
@@ -1654,17 +1658,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1654
1658
|
break;
|
|
1655
1659
|
case "ScrollbarBackground":
|
|
1656
1660
|
if (this.g != null) {
|
|
1657
|
-
this.g.scrollbarBackground = this.
|
|
1661
|
+
this.g.scrollbarBackground = this.fi;
|
|
1658
1662
|
}
|
|
1659
1663
|
break;
|
|
1660
1664
|
case "SearchIconColor":
|
|
1661
1665
|
this.view.ai();
|
|
1662
1666
|
break;
|
|
1663
1667
|
case "SearchBackgroundColor":
|
|
1664
|
-
this.y.mc = this.
|
|
1668
|
+
this.y.mc = this.fj;
|
|
1665
1669
|
break;
|
|
1666
1670
|
case "SearchBorderColor":
|
|
1667
|
-
this.y.md = this.
|
|
1671
|
+
this.y.md = this.fk;
|
|
1668
1672
|
break;
|
|
1669
1673
|
case "SearchTextColor":
|
|
1670
1674
|
if (this.w != null) {
|
|
@@ -1682,22 +1686,22 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1682
1686
|
case "CheckboxCornerRadius":
|
|
1683
1687
|
this.view.af();
|
|
1684
1688
|
if (this.g != null) {
|
|
1685
|
-
this.g.
|
|
1689
|
+
this.g.yx();
|
|
1686
1690
|
}
|
|
1687
1691
|
break;
|
|
1688
1692
|
case "CheckboxAlignedRight":
|
|
1689
1693
|
if (this.g != null) {
|
|
1690
|
-
this.
|
|
1694
|
+
this.eo();
|
|
1691
1695
|
}
|
|
1692
1696
|
break;
|
|
1693
1697
|
case "DataLegendTarget":
|
|
1694
1698
|
if (this.g != null) {
|
|
1695
|
-
this.g.
|
|
1699
|
+
this.g.yx();
|
|
1696
1700
|
}
|
|
1697
1701
|
break;
|
|
1698
1702
|
}
|
|
1699
1703
|
};
|
|
1700
|
-
CheckboxList.prototype.
|
|
1704
|
+
CheckboxList.prototype.eo = function () {
|
|
1701
1705
|
if (this.g.actualColumns.count == 0) {
|
|
1702
1706
|
return;
|
|
1703
1707
|
}
|
|
@@ -1715,7 +1719,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1715
1719
|
}
|
|
1716
1720
|
this.g.columns.add(c);
|
|
1717
1721
|
};
|
|
1718
|
-
CheckboxList.prototype.
|
|
1722
|
+
CheckboxList.prototype.d1 = function (a, b) {
|
|
1719
1723
|
if (this.indexTypeChanged != null) {
|
|
1720
1724
|
this.indexTypeChanged(this, ((function () {
|
|
1721
1725
|
var $ret = new CheckboxListIndexTypeChangedEventArgs();
|
|
@@ -1725,7 +1729,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1725
1729
|
})()));
|
|
1726
1730
|
}
|
|
1727
1731
|
};
|
|
1728
|
-
CheckboxList.prototype.
|
|
1732
|
+
CheckboxList.prototype.ek = function () {
|
|
1729
1733
|
if (this.g != null) {
|
|
1730
1734
|
this.g.density = this.density;
|
|
1731
1735
|
}
|
|
@@ -1733,8 +1737,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1733
1737
|
this.x.t = this.density;
|
|
1734
1738
|
}
|
|
1735
1739
|
this.view.ae();
|
|
1740
|
+
this.view.z();
|
|
1736
1741
|
};
|
|
1737
|
-
CheckboxList.prototype.
|
|
1742
|
+
CheckboxList.prototype.el = function () {
|
|
1738
1743
|
if (this.x != null) {
|
|
1739
1744
|
this.x.p = this.baseTheme;
|
|
1740
1745
|
}
|
|
@@ -1743,51 +1748,51 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1743
1748
|
}
|
|
1744
1749
|
if (this.g != null) {
|
|
1745
1750
|
this.g.theme = this.baseTheme;
|
|
1746
|
-
this.g.cellTextColor = this.
|
|
1751
|
+
this.g.cellTextColor = this.fp;
|
|
1747
1752
|
this.g.cellBackground = this.backgroundColor;
|
|
1748
1753
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
1749
1754
|
this.g.rowHoverBackground = this.rowHoverBackgroundColor;
|
|
1750
1755
|
this.g.background = this.backgroundColor;
|
|
1751
1756
|
}
|
|
1752
|
-
this.
|
|
1757
|
+
this.e5 = this.fn != null ? this.fn : this.fg();
|
|
1753
1758
|
this.view.ag();
|
|
1754
1759
|
};
|
|
1755
|
-
CheckboxList.prototype.
|
|
1760
|
+
CheckboxList.prototype.d6 = function (a, b) {
|
|
1756
1761
|
this.at = true;
|
|
1757
|
-
this.
|
|
1762
|
+
this.dd();
|
|
1758
1763
|
if (b.schema != null) {
|
|
1759
|
-
this.
|
|
1764
|
+
this.d8();
|
|
1760
1765
|
for (var c = 0; c < this.keys.count; c++) {
|
|
1761
|
-
this.
|
|
1766
|
+
this.d3(this.keys._inner[c]);
|
|
1762
1767
|
}
|
|
1763
1768
|
this.view.an();
|
|
1764
1769
|
}
|
|
1765
1770
|
this.at = false;
|
|
1766
1771
|
};
|
|
1767
|
-
CheckboxList.prototype.
|
|
1768
|
-
if (this.ak == null && this.
|
|
1769
|
-
this.ak = new FastReflectionHelper(false, this.
|
|
1772
|
+
CheckboxList.prototype.d8 = function () {
|
|
1773
|
+
if (this.ak == null && this.bw != null && this.bw != "") {
|
|
1774
|
+
this.ak = new FastReflectionHelper(false, this.bw);
|
|
1770
1775
|
}
|
|
1771
|
-
if (this.ai == null && this.
|
|
1772
|
-
this.ai = new FastReflectionHelper(false, this.
|
|
1776
|
+
if (this.ai == null && this.bt != null && this.bt != "") {
|
|
1777
|
+
this.ai = new FastReflectionHelper(false, this.bt);
|
|
1773
1778
|
}
|
|
1774
|
-
if (this.al == null && this.
|
|
1775
|
-
this.al = new FastReflectionHelper(false, this.
|
|
1779
|
+
if (this.al == null && this.bx != null && this.bx != "") {
|
|
1780
|
+
this.al = new FastReflectionHelper(false, this.bx);
|
|
1776
1781
|
}
|
|
1777
|
-
if (this.aj == null && this.
|
|
1778
|
-
this.aj = new FastReflectionHelper(false, this.
|
|
1782
|
+
if (this.aj == null && this.bv != null && this.bv != "") {
|
|
1783
|
+
this.aj = new FastReflectionHelper(false, this.bv);
|
|
1779
1784
|
}
|
|
1780
1785
|
if (this.ai != null) {
|
|
1781
|
-
this.ai.propertyName = this.
|
|
1786
|
+
this.ai.propertyName = this.bt;
|
|
1782
1787
|
}
|
|
1783
1788
|
if (this.al != null) {
|
|
1784
|
-
this.al.propertyName = this.
|
|
1789
|
+
this.al.propertyName = this.bx;
|
|
1785
1790
|
}
|
|
1786
1791
|
if (this.aj != null) {
|
|
1787
|
-
this.aj.propertyName = this.
|
|
1792
|
+
this.aj.propertyName = this.bv;
|
|
1788
1793
|
}
|
|
1789
|
-
if (this.
|
|
1790
|
-
this.ak.propertyName = this.
|
|
1794
|
+
if (this.bp != null && this.ak != null && this.g.actualDataSource.actualSchema != null) {
|
|
1795
|
+
this.ak.propertyName = this.bw;
|
|
1791
1796
|
var a = this.g.actualDataSource.actualCount;
|
|
1792
1797
|
for (var b = 0; b < a; b++) {
|
|
1793
1798
|
var c = this.g.actualDataSource.getItemAtIndex(b);
|
|
@@ -1804,12 +1809,12 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1804
1809
|
}
|
|
1805
1810
|
}
|
|
1806
1811
|
};
|
|
1807
|
-
CheckboxList.prototype.
|
|
1812
|
+
CheckboxList.prototype.em = function () {
|
|
1808
1813
|
this.view.p();
|
|
1809
1814
|
this.g.columns.clear();
|
|
1810
1815
|
this.g.primaryKey = this.primaryKey;
|
|
1811
1816
|
this.g.isGroupRowSticky = false;
|
|
1812
|
-
this.g.rowHeight = this.
|
|
1817
|
+
this.g.rowHeight = this.bn;
|
|
1813
1818
|
this.g.background = this.backgroundColor;
|
|
1814
1819
|
this.g.cellBackground = this.backgroundColor;
|
|
1815
1820
|
this.g.cellSelectedBackground = this.backgroundColor;
|
|
@@ -1821,35 +1826,35 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1821
1826
|
this.g.cellTextStyle = this.ao;
|
|
1822
1827
|
}
|
|
1823
1828
|
var a = new TemplateColumn();
|
|
1824
|
-
if (this.
|
|
1825
|
-
this.
|
|
1829
|
+
if (this.bw == null) {
|
|
1830
|
+
this.bw = "";
|
|
1826
1831
|
}
|
|
1827
|
-
a.
|
|
1828
|
-
a.
|
|
1832
|
+
a.nj = this.bw;
|
|
1833
|
+
a.ob = "CheckboxColumn";
|
|
1829
1834
|
var b = new ColumnWidth();
|
|
1830
1835
|
b.c = false;
|
|
1831
1836
|
b.f = 28;
|
|
1832
1837
|
a.width = b;
|
|
1833
|
-
a.
|
|
1834
|
-
a.
|
|
1835
|
-
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.
|
|
1838
|
+
a.lm = 0;
|
|
1839
|
+
a.ln = 0;
|
|
1840
|
+
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1836
1841
|
this.k = a;
|
|
1837
1842
|
this.g.columns.add(a);
|
|
1838
|
-
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.
|
|
1839
|
-
if ((this.
|
|
1843
|
+
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1844
|
+
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1840
1845
|
var d = new TemplateColumn();
|
|
1841
|
-
d.
|
|
1842
|
-
d.
|
|
1843
|
-
d.
|
|
1846
|
+
d.nj = this.bt;
|
|
1847
|
+
d.ob = "DataColumn";
|
|
1848
|
+
d.lm = 0;
|
|
1844
1849
|
d.g = 0;
|
|
1845
|
-
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.
|
|
1850
|
+
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1846
1851
|
this.g.columns.add(d);
|
|
1847
1852
|
}
|
|
1848
1853
|
else {
|
|
1849
1854
|
var e = void 0;
|
|
1850
1855
|
if (this.f != null) {
|
|
1851
|
-
e = this.f.
|
|
1852
|
-
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.
|
|
1856
|
+
e = this.f.h1();
|
|
1857
|
+
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1853
1858
|
}
|
|
1854
1859
|
else {
|
|
1855
1860
|
switch (c) {
|
|
@@ -1874,9 +1879,9 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1874
1879
|
break;
|
|
1875
1880
|
}
|
|
1876
1881
|
}
|
|
1877
|
-
e.
|
|
1878
|
-
e.
|
|
1879
|
-
e.
|
|
1882
|
+
e.nj = this.bt;
|
|
1883
|
+
e.ob = "DataColumn";
|
|
1884
|
+
e.lm = 0;
|
|
1880
1885
|
e.g = 0;
|
|
1881
1886
|
this.g.columns.add(e);
|
|
1882
1887
|
}
|
|
@@ -1884,15 +1889,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1884
1889
|
var g = new ColumnWidth();
|
|
1885
1890
|
g.c = false;
|
|
1886
1891
|
g.f = 10;
|
|
1887
|
-
f.
|
|
1888
|
-
f.
|
|
1889
|
-
f.
|
|
1892
|
+
f.nj = "PaddingColumn";
|
|
1893
|
+
f.ob = "PaddingColumn";
|
|
1894
|
+
f.lm = 0;
|
|
1890
1895
|
f.width = g;
|
|
1891
1896
|
this.g.columns.add(f);
|
|
1892
1897
|
};
|
|
1893
|
-
CheckboxList.prototype.
|
|
1898
|
+
CheckboxList.prototype.dm = function (a, b) {
|
|
1894
1899
|
var c = b.b;
|
|
1895
|
-
c.
|
|
1900
|
+
c.g2 = 0;
|
|
1901
|
+
c.g = 0;
|
|
1896
1902
|
};
|
|
1897
1903
|
CheckboxList.prototype.updateHrMargin = function (a) {
|
|
1898
1904
|
this.view.ah(a);
|
|
@@ -1900,16 +1906,16 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1900
1906
|
CheckboxList.prototype.provideHrElement = function (a) {
|
|
1901
1907
|
this.view.v(a);
|
|
1902
1908
|
};
|
|
1903
|
-
CheckboxList.prototype.
|
|
1909
|
+
CheckboxList.prototype.d2 = function () {
|
|
1904
1910
|
if (!this.a0) {
|
|
1905
1911
|
var a = this.w;
|
|
1906
|
-
a.changing = delegateCombine(a.changing, runOn(this, this.
|
|
1912
|
+
a.changing = delegateCombine(a.changing, runOn(this, this.dn));
|
|
1907
1913
|
}
|
|
1908
|
-
this.
|
|
1914
|
+
this.el();
|
|
1909
1915
|
};
|
|
1910
|
-
CheckboxList.prototype.
|
|
1916
|
+
CheckboxList.prototype.dn = function (a, b) {
|
|
1911
1917
|
var c = b.value.toLowerCase();
|
|
1912
|
-
this.
|
|
1918
|
+
this.d0(c);
|
|
1913
1919
|
};
|
|
1914
1920
|
CheckboxList.prototype.j = function (a) {
|
|
1915
1921
|
if (this.primaryKey == null) {
|
|
@@ -1923,7 +1929,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1923
1929
|
}
|
|
1924
1930
|
return new PrimaryKeyValue(b, c);
|
|
1925
1931
|
};
|
|
1926
|
-
CheckboxList.prototype.
|
|
1932
|
+
CheckboxList.prototype.eg = function (a) {
|
|
1927
1933
|
this.as = true;
|
|
1928
1934
|
var b = this.e.getItemAtIndex(a);
|
|
1929
1935
|
if (this.ak != null) {
|
|
@@ -1933,7 +1939,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1933
1939
|
this.keys.remove(c);
|
|
1934
1940
|
this.as = false;
|
|
1935
1941
|
};
|
|
1936
|
-
CheckboxList.prototype.
|
|
1942
|
+
CheckboxList.prototype.da = function (a) {
|
|
1937
1943
|
this.as = true;
|
|
1938
1944
|
var b = this.e.getItemAtIndex(a);
|
|
1939
1945
|
if (this.ak != null) {
|
|
@@ -1943,44 +1949,44 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1943
1949
|
this.keys.add(c);
|
|
1944
1950
|
this.as = false;
|
|
1945
1951
|
};
|
|
1946
|
-
CheckboxList.prototype.
|
|
1952
|
+
CheckboxList.prototype.ej = function () {
|
|
1947
1953
|
this.indexType = 0;
|
|
1948
1954
|
this.keys.clear();
|
|
1949
|
-
this.
|
|
1955
|
+
this.dq();
|
|
1950
1956
|
if (this.keysCleared != null) {
|
|
1951
1957
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1952
1958
|
}
|
|
1953
1959
|
};
|
|
1954
|
-
CheckboxList.prototype.
|
|
1960
|
+
CheckboxList.prototype.dg = function () {
|
|
1955
1961
|
this.indexType = 1;
|
|
1956
1962
|
this.keys.clear();
|
|
1957
|
-
this.
|
|
1963
|
+
this.dq();
|
|
1958
1964
|
if (this.keysCleared != null) {
|
|
1959
1965
|
this.keysCleared(this, new CheckboxListKeysClearedEventArgs());
|
|
1960
1966
|
}
|
|
1961
1967
|
};
|
|
1962
|
-
CheckboxList.prototype.
|
|
1968
|
+
CheckboxList.prototype.dv = function (a, b, c) {
|
|
1963
1969
|
if (this.g != null) {
|
|
1964
1970
|
this.g.notifySetItem(a, b, c);
|
|
1965
1971
|
}
|
|
1966
1972
|
};
|
|
1967
|
-
CheckboxList.prototype.
|
|
1973
|
+
CheckboxList.prototype.dr = function () {
|
|
1968
1974
|
if (this.g != null) {
|
|
1969
1975
|
this.g.notifyClearItems();
|
|
1970
1976
|
}
|
|
1971
1977
|
};
|
|
1972
|
-
CheckboxList.prototype.
|
|
1978
|
+
CheckboxList.prototype.dq = function () {
|
|
1973
1979
|
if (this.g != null) {
|
|
1974
1980
|
this.g.invalidateVisibleRows();
|
|
1975
1981
|
}
|
|
1976
1982
|
};
|
|
1977
|
-
CheckboxList.prototype.
|
|
1983
|
+
CheckboxList.prototype.ds = function (a, b) {
|
|
1978
1984
|
if (this.g != null) {
|
|
1979
1985
|
this.g.notifyInsertItem(a, b);
|
|
1980
1986
|
}
|
|
1981
1987
|
;
|
|
1982
1988
|
};
|
|
1983
|
-
CheckboxList.prototype.
|
|
1989
|
+
CheckboxList.prototype.du = function (a, b) {
|
|
1984
1990
|
if (this.g != null) {
|
|
1985
1991
|
this.g.notifyRemoveItem(a, b);
|
|
1986
1992
|
}
|
|
@@ -1997,7 +2003,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1997
2003
|
this.aw = false;
|
|
1998
2004
|
}
|
|
1999
2005
|
};
|
|
2000
|
-
CheckboxList.prototype.
|
|
2006
|
+
CheckboxList.prototype.db = function (a) {
|
|
2001
2007
|
var b = null;
|
|
2002
2008
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2003
2009
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2017,7 +2023,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2017
2023
|
this.keys.add(b);
|
|
2018
2024
|
}
|
|
2019
2025
|
};
|
|
2020
|
-
CheckboxList.prototype.
|
|
2026
|
+
CheckboxList.prototype.eh = function (a) {
|
|
2021
2027
|
var b = null;
|
|
2022
2028
|
if (this.primaryKey == null || this.primaryKey.length == 0) {
|
|
2023
2029
|
b = new PrimaryKeyValue(null, a);
|
|
@@ -2038,15 +2044,15 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2038
2044
|
}
|
|
2039
2045
|
};
|
|
2040
2046
|
CheckboxList.prototype.getDesiredSize = function (a) {
|
|
2041
|
-
var b =
|
|
2047
|
+
var b = 200;
|
|
2042
2048
|
var c = 0;
|
|
2043
2049
|
var d = this.be();
|
|
2044
2050
|
var e = 5;
|
|
2045
2051
|
if (this.g != null && this.g.actualDataSource != null && this.g.actualDataSource.actualCount > 0) {
|
|
2046
2052
|
e = this.g.actualDataSource.actualCount;
|
|
2047
2053
|
}
|
|
2048
|
-
var f = this.
|
|
2049
|
-
var g = this.
|
|
2054
|
+
var f = this.bl * e;
|
|
2055
|
+
var g = this.bl * (this.showSelectAll ? 4 : 5);
|
|
2050
2056
|
var h = f > g ? g : f;
|
|
2051
2057
|
var i = d + h;
|
|
2052
2058
|
if (isPositiveInfinity(a.height)) {
|
|
@@ -2067,18 +2073,17 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2067
2073
|
var a = 0;
|
|
2068
2074
|
a += ComponentSizeHelpers.d(this.density, this.baseTheme);
|
|
2069
2075
|
a += ComponentSizeHelpers.c(this.density, this.baseTheme);
|
|
2070
|
-
a += (
|
|
2071
|
-
a += 4;
|
|
2076
|
+
a += (1 + 3 + 0);
|
|
2072
2077
|
if (this.showSelectAll) {
|
|
2073
|
-
a += this.
|
|
2078
|
+
a += this.bl + 0 + 0;
|
|
2074
2079
|
}
|
|
2075
2080
|
a += 4;
|
|
2076
2081
|
return a;
|
|
2077
2082
|
};
|
|
2078
|
-
CheckboxList.prototype.
|
|
2083
|
+
CheckboxList.prototype.br = function () {
|
|
2079
2084
|
return this.l();
|
|
2080
2085
|
};
|
|
2081
|
-
CheckboxList.prototype.
|
|
2086
|
+
CheckboxList.prototype.ce = function () {
|
|
2082
2087
|
var a = this.l();
|
|
2083
2088
|
return a.i();
|
|
2084
2089
|
};
|
|
@@ -2091,49 +2096,49 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2091
2096
|
a.e = c.height;
|
|
2092
2097
|
a.h = c.width;
|
|
2093
2098
|
a.c = this.baseTheme;
|
|
2094
|
-
a.d = this.
|
|
2095
|
-
a.a = AppearanceHelper.a(this.
|
|
2099
|
+
a.d = this.bl;
|
|
2100
|
+
a.a = AppearanceHelper.a(this.e5);
|
|
2096
2101
|
a.b = AppearanceHelper.a(this.backgroundColor);
|
|
2097
2102
|
return a;
|
|
2098
2103
|
};
|
|
2099
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2104
|
+
Object.defineProperty(CheckboxList.prototype, "c0", {
|
|
2100
2105
|
get: function () {
|
|
2101
|
-
return this.
|
|
2106
|
+
return this.cz != null ? this.cz : !stringIsNullOrWhiteSpace(this.ar.b1("Select_All")) ? this.ar.b1("Select_All") : "(Select All)";
|
|
2102
2107
|
},
|
|
2103
2108
|
set: function (a) {
|
|
2104
|
-
if (a == this.
|
|
2109
|
+
if (a == this.cz) {
|
|
2105
2110
|
return;
|
|
2106
2111
|
}
|
|
2107
|
-
var b = this.
|
|
2108
|
-
this.
|
|
2109
|
-
this.
|
|
2112
|
+
var b = this.cz;
|
|
2113
|
+
this.cz = a;
|
|
2114
|
+
this.d5("SelectAllCaption", b, this.cz);
|
|
2110
2115
|
},
|
|
2111
2116
|
enumerable: false,
|
|
2112
2117
|
configurable: true
|
|
2113
2118
|
});
|
|
2114
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2119
|
+
Object.defineProperty(CheckboxList.prototype, "fn", {
|
|
2115
2120
|
get: function () {
|
|
2116
|
-
return this.
|
|
2121
|
+
return this.e3;
|
|
2117
2122
|
},
|
|
2118
2123
|
set: function (a) {
|
|
2119
|
-
var b = this.
|
|
2120
|
-
this.
|
|
2121
|
-
if (b != this.
|
|
2122
|
-
this.
|
|
2124
|
+
var b = this.e3;
|
|
2125
|
+
this.e3 = a;
|
|
2126
|
+
if (b != this.e3) {
|
|
2127
|
+
this.d5("SelectAllCaptionTextColor", b, a);
|
|
2123
2128
|
}
|
|
2124
2129
|
},
|
|
2125
2130
|
enumerable: false,
|
|
2126
2131
|
configurable: true
|
|
2127
2132
|
});
|
|
2128
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2133
|
+
Object.defineProperty(CheckboxList.prototype, "e5", {
|
|
2129
2134
|
get: function () {
|
|
2130
|
-
return this.
|
|
2135
|
+
return this.eq;
|
|
2131
2136
|
},
|
|
2132
2137
|
set: function (a) {
|
|
2133
|
-
var b = this.
|
|
2134
|
-
this.
|
|
2135
|
-
if (b != this.
|
|
2136
|
-
this.
|
|
2138
|
+
var b = this.eq;
|
|
2139
|
+
this.eq = a;
|
|
2140
|
+
if (b != this.eq) {
|
|
2141
|
+
this.d5("ActualSelectAllCaptionTextColor", b, a);
|
|
2137
2142
|
}
|
|
2138
2143
|
},
|
|
2139
2144
|
enumerable: false,
|
|
@@ -2141,14 +2146,14 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2141
2146
|
});
|
|
2142
2147
|
Object.defineProperty(CheckboxList.prototype, "a5", {
|
|
2143
2148
|
get: function () {
|
|
2144
|
-
if (-1 == this.
|
|
2149
|
+
if (-1 == this.bm) {
|
|
2145
2150
|
return false;
|
|
2146
2151
|
}
|
|
2147
2152
|
var a = this.keys.count;
|
|
2148
2153
|
if (0 == a) {
|
|
2149
2154
|
return false;
|
|
2150
2155
|
}
|
|
2151
|
-
if (a == this.
|
|
2156
|
+
if (a == this.bm) {
|
|
2152
2157
|
return false;
|
|
2153
2158
|
}
|
|
2154
2159
|
return true;
|
|
@@ -2166,20 +2171,20 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2166
2171
|
}
|
|
2167
2172
|
var b = this.a9;
|
|
2168
2173
|
this.a9 = a;
|
|
2169
|
-
this.
|
|
2174
|
+
this.d5("showSelectAll", b, this.a9);
|
|
2170
2175
|
},
|
|
2171
2176
|
enumerable: false,
|
|
2172
2177
|
configurable: true
|
|
2173
2178
|
});
|
|
2174
2179
|
Object.defineProperty(CheckboxList.prototype, "backgroundColor", {
|
|
2175
2180
|
get: function () {
|
|
2176
|
-
return this.
|
|
2181
|
+
return this.er;
|
|
2177
2182
|
},
|
|
2178
2183
|
set: function (a) {
|
|
2179
|
-
var b = this.
|
|
2180
|
-
this.
|
|
2181
|
-
if (b != this.
|
|
2182
|
-
this.
|
|
2184
|
+
var b = this.er;
|
|
2185
|
+
this.er = a;
|
|
2186
|
+
if (b != this.er) {
|
|
2187
|
+
this.d5("BackgroundColor", b, a);
|
|
2183
2188
|
}
|
|
2184
2189
|
},
|
|
2185
2190
|
enumerable: false,
|
|
@@ -2187,40 +2192,40 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2187
2192
|
});
|
|
2188
2193
|
Object.defineProperty(CheckboxList.prototype, "rowHoverBackgroundColor", {
|
|
2189
2194
|
get: function () {
|
|
2190
|
-
return this.
|
|
2195
|
+
return this.ex;
|
|
2191
2196
|
},
|
|
2192
2197
|
set: function (a) {
|
|
2193
|
-
var b = this.
|
|
2194
|
-
this.
|
|
2195
|
-
if (b != this.
|
|
2196
|
-
this.
|
|
2198
|
+
var b = this.ex;
|
|
2199
|
+
this.ex = a;
|
|
2200
|
+
if (b != this.ex) {
|
|
2201
|
+
this.d5("RowHoverBackgroundColor", b, a);
|
|
2197
2202
|
}
|
|
2198
2203
|
},
|
|
2199
2204
|
enumerable: false,
|
|
2200
2205
|
configurable: true
|
|
2201
2206
|
});
|
|
2202
|
-
CheckboxList.prototype.
|
|
2207
|
+
CheckboxList.prototype.fg = function () {
|
|
2203
2208
|
switch (this.baseTheme) {
|
|
2204
2209
|
case 6:
|
|
2205
|
-
case 4: return CheckboxList.
|
|
2210
|
+
case 4: return CheckboxList.fd;
|
|
2206
2211
|
}
|
|
2207
|
-
return CheckboxList.
|
|
2212
|
+
return CheckboxList.ff;
|
|
2208
2213
|
};
|
|
2209
|
-
Object.defineProperty(CheckboxList.prototype, "
|
|
2214
|
+
Object.defineProperty(CheckboxList.prototype, "fp", {
|
|
2210
2215
|
get: function () {
|
|
2211
|
-
return this.
|
|
2216
|
+
return this.e4;
|
|
2212
2217
|
},
|
|
2213
2218
|
set: function (a) {
|
|
2214
|
-
var b = this.
|
|
2215
|
-
this.
|
|
2216
|
-
if (b != this.
|
|
2217
|
-
this.
|
|
2219
|
+
var b = this.e4;
|
|
2220
|
+
this.e4 = a;
|
|
2221
|
+
if (b != this.e4) {
|
|
2222
|
+
this.d5("TextColor", b, a);
|
|
2218
2223
|
}
|
|
2219
2224
|
},
|
|
2220
2225
|
enumerable: false,
|
|
2221
2226
|
configurable: true
|
|
2222
2227
|
});
|
|
2223
|
-
CheckboxList.prototype.
|
|
2228
|
+
CheckboxList.prototype.d7 = function (a) {
|
|
2224
2229
|
if (this.selectAllCheckboxChanged != null) {
|
|
2225
2230
|
this.selectAllCheckboxChanged(this, ((function () {
|
|
2226
2231
|
var $ret = new SelectAllCheckboxChangedEventArgs();
|
|
@@ -2230,39 +2235,39 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2230
2235
|
}
|
|
2231
2236
|
};
|
|
2232
2237
|
CheckboxList.prototype.a2 = function () {
|
|
2233
|
-
if (-1 == this.
|
|
2238
|
+
if (-1 == this.bm) {
|
|
2234
2239
|
return true;
|
|
2235
2240
|
}
|
|
2236
2241
|
var a = this.keys.count;
|
|
2237
2242
|
switch (this.indexType) {
|
|
2238
|
-
case 0: return this.
|
|
2243
|
+
case 0: return this.bm == a;
|
|
2239
2244
|
case 1: return 0 == a;
|
|
2240
2245
|
default: return false;
|
|
2241
2246
|
}
|
|
2242
2247
|
};
|
|
2243
2248
|
CheckboxList.prototype.a1 = function () {
|
|
2244
|
-
if (-1 == this.
|
|
2249
|
+
if (-1 == this.bm) {
|
|
2245
2250
|
return false;
|
|
2246
2251
|
}
|
|
2247
2252
|
var a = this.keys.count;
|
|
2248
2253
|
switch (this.indexType) {
|
|
2249
2254
|
case 0: return 0 == a;
|
|
2250
|
-
case 1: return this.
|
|
2255
|
+
case 1: return this.bm == a;
|
|
2251
2256
|
default: return false;
|
|
2252
2257
|
}
|
|
2253
2258
|
};
|
|
2254
|
-
CheckboxList.prototype.
|
|
2259
|
+
CheckboxList.prototype.dd = function () {
|
|
2255
2260
|
var a = this.g.actualDataSource;
|
|
2256
2261
|
if (null != a) {
|
|
2257
2262
|
if (null == a.actualSchema) {
|
|
2258
|
-
this.
|
|
2263
|
+
this.bm = -1;
|
|
2259
2264
|
return;
|
|
2260
2265
|
}
|
|
2261
2266
|
var b = a.actualCount;
|
|
2262
|
-
this.
|
|
2267
|
+
this.bm = b;
|
|
2263
2268
|
}
|
|
2264
2269
|
else {
|
|
2265
|
-
this.
|
|
2270
|
+
this.bm = -1;
|
|
2266
2271
|
}
|
|
2267
2272
|
};
|
|
2268
2273
|
Object.defineProperty(CheckboxList.prototype, "a8", {
|
|
@@ -2275,7 +2280,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2275
2280
|
}
|
|
2276
2281
|
var b = this.a7;
|
|
2277
2282
|
this.a7 = a;
|
|
2278
|
-
this.
|
|
2283
|
+
this.d5("ShowFilter", b, this.a7);
|
|
2279
2284
|
},
|
|
2280
2285
|
enumerable: false,
|
|
2281
2286
|
configurable: true
|
|
@@ -2290,7 +2295,7 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2290
2295
|
}
|
|
2291
2296
|
var b = this.a3;
|
|
2292
2297
|
this.a3 = a;
|
|
2293
|
-
this.
|
|
2298
|
+
this.d5("IsRowHoverEnabled", b, this.a3);
|
|
2294
2299
|
},
|
|
2295
2300
|
enumerable: false,
|
|
2296
2301
|
configurable: true
|
|
@@ -2305,18 +2310,18 @@ var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
2305
2310
|
}
|
|
2306
2311
|
var b = this.ay;
|
|
2307
2312
|
this.ay = a;
|
|
2308
|
-
this.
|
|
2313
|
+
this.d5("CheckboxAlignedRight", b, this.ay);
|
|
2309
2314
|
},
|
|
2310
2315
|
enumerable: false,
|
|
2311
2316
|
configurable: true
|
|
2312
2317
|
});
|
|
2313
2318
|
CheckboxList.$t = markType(CheckboxList, 'CheckboxList', Base.$, [INotifyPropertyChanged_$type]);
|
|
2314
|
-
CheckboxList.
|
|
2315
|
-
CheckboxList.
|
|
2316
|
-
CheckboxList.
|
|
2317
|
-
CheckboxList.
|
|
2318
|
-
CheckboxList.
|
|
2319
|
-
CheckboxList.
|
|
2319
|
+
CheckboxList.fo = BrushUtil.l(255, 24, 29, 31);
|
|
2320
|
+
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";
|
|
2321
|
+
CheckboxList.fc = BrushUtil.l(255, 248, 248, 248);
|
|
2322
|
+
CheckboxList.fe = null;
|
|
2323
|
+
CheckboxList.ff = BrushUtil.l(255, 24, 29, 31);
|
|
2324
|
+
CheckboxList.fd = BrushUtil.l(255, 255, 255, 255);
|
|
2320
2325
|
return CheckboxList;
|
|
2321
2326
|
}(Base));
|
|
2322
2327
|
export { CheckboxList };
|