igniteui-angular-data-grids 21.0.1 → 21.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
- 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 +44 -36
- package/esm2015/lib/CheckboxListView_combined.js +492 -453
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
- 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 +11 -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 +382 -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 +61 -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 +64 -54
- package/esm2015/lib/igx-column-chooser-component.js +1 -1
- package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
- package/esm2015/lib/igx-column-pinning-component.js +1 -1
- package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-binding-event-args.js +27 -22
- package/esm2015/lib/igx-data-grid-column-component.js +305 -163
- package/esm2015/lib/igx-data-grid-component.js +186 -2
- package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -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-grid-column-filter-options-component.js +1 -1
- package/esm2015/lib/igx-header-component.js +16 -16
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-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 +80 -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 +44 -36
- package/esm5/lib/CheckboxListView_combined.js +476 -433
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
- 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 +11 -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 +400 -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 +61 -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 +67 -53
- package/esm5/lib/igx-column-chooser-component.js +1 -1
- package/esm5/lib/igx-column-moving-separator-component.js +6 -6
- package/esm5/lib/igx-column-pinning-component.js +1 -1
- package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-binding-event-args.js +27 -22
- package/esm5/lib/igx-data-grid-column-component.js +365 -163
- package/esm5/lib/igx-data-grid-component.js +244 -2
- package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -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-grid-column-filter-options-component.js +1 -1
- package/esm5/lib/igx-header-component.js +16 -16
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-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 +108 -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 +16030 -13672
- package/fesm5/igniteui-angular-data-grids.js +16132 -13285
- package/lib/CheckboxListExternal.d.ts +2 -0
- package/lib/CheckboxListView_combined.d.ts +117 -113
- package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +11 -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 +102 -79
- 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-checkbox-list-component.d.ts +6 -1
- package/lib/igx-data-grid-column-component.d.ts +46 -1
- package/lib/igx-data-grid-component.d.ts +73 -1
- package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -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 +18 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -305,7 +305,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
305
305
|
return;
|
|
306
306
|
}
|
|
307
307
|
if (this.b2 != 1) {
|
|
308
|
-
a.
|
|
308
|
+
a.ai(this.b2);
|
|
309
309
|
}
|
|
310
310
|
var j = this.m;
|
|
311
311
|
if (!this.y) {
|
|
@@ -321,17 +321,17 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
321
321
|
if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
|
|
322
322
|
this.s = false;
|
|
323
323
|
this.bu = this.i.j;
|
|
324
|
-
j.
|
|
324
|
+
j.ah(this.i);
|
|
325
325
|
}
|
|
326
326
|
if (f != 1) {
|
|
327
|
-
j.
|
|
328
|
-
j.
|
|
327
|
+
j.ac();
|
|
328
|
+
j.ad(f, f);
|
|
329
329
|
}
|
|
330
330
|
if (!this.y) {
|
|
331
|
-
j.
|
|
331
|
+
j.ac();
|
|
332
332
|
var k = Math.round((d - b));
|
|
333
333
|
var l = Math.round((e - c));
|
|
334
|
-
j.
|
|
334
|
+
j.ak(k, l);
|
|
335
335
|
}
|
|
336
336
|
if (g) {
|
|
337
337
|
this.cb(j);
|
|
@@ -340,10 +340,10 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
340
340
|
this.cc(j);
|
|
341
341
|
}
|
|
342
342
|
if (!this.y) {
|
|
343
|
-
j.
|
|
343
|
+
j.ab();
|
|
344
344
|
}
|
|
345
345
|
if (f != 1) {
|
|
346
|
-
j.
|
|
346
|
+
j.ab();
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
if (!i && this.y) {
|
|
@@ -357,7 +357,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
357
357
|
}
|
|
358
358
|
}
|
|
359
359
|
if (this.b2 != 1) {
|
|
360
|
-
a.
|
|
360
|
+
a.ai(1);
|
|
361
361
|
}
|
|
362
362
|
};
|
|
363
363
|
CanvasGridCellBase.prototype.bx = function () {
|
|
@@ -428,7 +428,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
428
428
|
if (this.c0.al != null) {
|
|
429
429
|
this.c0.n = this.a3;
|
|
430
430
|
this.c0.o = this.a6;
|
|
431
|
-
a.
|
|
431
|
+
a.y(this.c0);
|
|
432
432
|
if (this.u) {
|
|
433
433
|
this.c7.ad = 1;
|
|
434
434
|
this.c7.an = this.a3;
|
|
@@ -631,8 +631,8 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
631
631
|
if (this.a1 != b) {
|
|
632
632
|
this.a1 = b;
|
|
633
633
|
}
|
|
634
|
-
var c = a.
|
|
635
|
-
var d = a.
|
|
634
|
+
var c = a.h8 * 0.2;
|
|
635
|
+
var d = a.ga * 0.6;
|
|
636
636
|
if (this.a2 >= c && this.a2 <= d) {
|
|
637
637
|
return;
|
|
638
638
|
}
|
|
@@ -683,7 +683,7 @@ var CanvasGridCellBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
683
683
|
if (this.s || (this.i != null && this.i.j != this.bu)) {
|
|
684
684
|
this.s = false;
|
|
685
685
|
this.bu = this.i.j;
|
|
686
|
-
a.
|
|
686
|
+
a.ah(this.i);
|
|
687
687
|
}
|
|
688
688
|
var b;
|
|
689
689
|
if (this.h != this.i || this.bw != this.i.j) {
|
|
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(CellModel.
|
|
32
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
33
33
|
var c = Math.min(1, Math.max(0, a.c7));
|
|
34
34
|
var d = a.cs * (1 - c);
|
|
35
35
|
this.d.dd = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
|
|
38
|
+
this.e(b.oh, b.oa);
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
|
|
41
|
+
this.f(b.oc, b.g, b.i);
|
|
42
42
|
}
|
|
43
|
-
if (b.bc(ImageCellModel.
|
|
43
|
+
if (b.bc(ImageCellModel.hn)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
45
|
this.d.dg();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.oh, b.oa);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -29,20 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a7) {
|
|
32
|
-
if (a.bc(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.cr(b.
|
|
32
|
+
if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
|
|
33
|
+
b.k1 = this.e(b);
|
|
34
|
+
this.d.cr(b.k1);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasNumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
return a.
|
|
40
|
+
if (a.ly != null) {
|
|
41
|
+
return a.ly;
|
|
42
42
|
}
|
|
43
|
-
if (a.
|
|
44
|
-
var val_ = a.
|
|
45
|
-
var override_ = a.
|
|
43
|
+
if (a.o7 != null) {
|
|
44
|
+
var val_ = a.ok;
|
|
45
|
+
var override_ = a.o7;
|
|
46
46
|
return (override_.format(val_));
|
|
47
47
|
}
|
|
48
48
|
return NumericCellFormatter.c(a);
|
|
@@ -28,24 +28,24 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(SectionHeaderCellModel.
|
|
32
|
-
if (b.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
31
|
+
if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh)) {
|
|
32
|
+
if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
|
|
33
|
+
if (b.ii == null) {
|
|
34
|
+
b.k1 = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.k1 = b.ii.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.on != null && b.oe == 0) {
|
|
42
|
+
b.k1 = b.op + " " + b.on;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.k1 = b.op;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.cr(b.
|
|
48
|
+
this.d.cr(b.k1);
|
|
49
49
|
}
|
|
50
50
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
51
51
|
}
|
|
@@ -66,7 +66,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
66
66
|
if (this.db || (this.da != null && this.da.j != this.dh)) {
|
|
67
67
|
this.db = false;
|
|
68
68
|
this.dh = this.da.j;
|
|
69
|
-
a.
|
|
69
|
+
a.ah(this.da);
|
|
70
70
|
this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
|
|
71
71
|
}
|
|
72
72
|
var b = this.bo;
|
|
@@ -87,7 +87,7 @@ var CanvasSummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
87
87
|
}
|
|
88
88
|
this.dn.n = this.de;
|
|
89
89
|
this.dn.o = this.df;
|
|
90
|
-
a.
|
|
90
|
+
a.y(this.dn);
|
|
91
91
|
}
|
|
92
92
|
_super.prototype.cc.call(this, a);
|
|
93
93
|
};
|
|
@@ -27,18 +27,18 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
27
27
|
_super.prototype.b.call(this, a);
|
|
28
28
|
var b = a;
|
|
29
29
|
if (a.a7) {
|
|
30
|
+
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
30
31
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
31
|
-
this.d.dj(b.
|
|
32
|
-
this.d.cr(b.
|
|
32
|
+
this.d.dj(b.oh);
|
|
33
|
+
this.d.cr(b.oj);
|
|
33
34
|
}
|
|
34
35
|
if (a.bb("SummaryLabelTextColor")) {
|
|
35
|
-
var c = CanvasContentCellModelHelper.e(b.
|
|
36
|
+
var c = CanvasContentCellModelHelper.e(b.oo);
|
|
36
37
|
this.d.dk(c);
|
|
37
38
|
}
|
|
38
|
-
if (a.bb("FontInfo")) {
|
|
39
|
-
this.d.dl(b.
|
|
39
|
+
if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
|
|
40
|
+
this.d.dl(b.oa);
|
|
40
41
|
}
|
|
41
|
-
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
42
42
|
}
|
|
43
43
|
};
|
|
44
44
|
CanvasSummaryCellPresenter.$t = markType(CanvasSummaryCellPresenter, 'CanvasSummaryCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -30,13 +30,13 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
var c = this.e.actualColumns._inner[a.l.a5];
|
|
33
|
-
if (a.bc(CellModel.
|
|
33
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.c7));
|
|
35
35
|
var e = a.cs * (1 - d);
|
|
36
36
|
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.sf(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -30,13 +30,13 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = this.e.actualColumns._inner[a.l.a5];
|
|
32
32
|
var c = b.header;
|
|
33
|
-
if (a.bc(CellModel.
|
|
33
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.c7));
|
|
35
35
|
var e = a.cs * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.hu(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -28,26 +28,26 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a7) {
|
|
31
|
-
if (a.bc(TextCellModel.
|
|
32
|
-
b.
|
|
33
|
-
this.d.cr(b.
|
|
31
|
+
if (a.bc(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
|
|
32
|
+
b.k1 = this.e(b);
|
|
33
|
+
this.d.cr(b.k1);
|
|
34
34
|
}
|
|
35
35
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
38
|
CanvasTextCellPresenter.prototype.e = function (a) {
|
|
39
|
-
if (a.
|
|
40
|
-
return a.
|
|
39
|
+
if (a.ly != null) {
|
|
40
|
+
return a.ly;
|
|
41
41
|
}
|
|
42
|
-
if (a.
|
|
43
|
-
return a.
|
|
42
|
+
if (a.ob != null) {
|
|
43
|
+
return a.ob;
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
if (a.
|
|
46
|
+
if (a.ii == null) {
|
|
47
47
|
return "";
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
return a.
|
|
50
|
+
return a.ii.toString();
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
};
|
|
@@ -36,11 +36,11 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
36
36
|
_super.prototype.b.call(this, a);
|
|
37
37
|
var b = a;
|
|
38
38
|
if (a.a7) {
|
|
39
|
-
if (a.bc(TextCellModel.
|
|
40
|
-
b.
|
|
41
|
-
this.d.cr(b.
|
|
39
|
+
if (a.bc(TextCellModel.n9)) {
|
|
40
|
+
b.k1 = b.ob;
|
|
41
|
+
this.d.cr(b.k1);
|
|
42
42
|
}
|
|
43
|
-
if (a.bc(CellModel.
|
|
43
|
+
if (a.bc(CellModel.hl)) {
|
|
44
44
|
if (a.bt) {
|
|
45
45
|
this.d.db.m = false;
|
|
46
46
|
}
|
|
@@ -54,17 +54,17 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
54
54
|
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
if (a.bc(CellModel.
|
|
57
|
+
if (a.bc(CellModel.hm)) {
|
|
58
58
|
if (a.bt) {
|
|
59
59
|
this.d.db.m = false;
|
|
60
60
|
}
|
|
61
|
-
this.d.db.a3 = a.
|
|
61
|
+
this.d.db.a3 = a.n1;
|
|
62
62
|
if (a.bt) {
|
|
63
63
|
this.d.db.m = true;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("SortIndicatorStyle")) {
|
|
67
|
-
this.d.db.f = b.
|
|
67
|
+
this.d.db.f = b.oi;
|
|
68
68
|
}
|
|
69
69
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
70
70
|
}
|
|
@@ -25,86 +25,89 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
25
25
|
this.b(a);
|
|
26
26
|
};
|
|
27
27
|
CellPresenterBase.prototype.b = function (a) {
|
|
28
|
-
this.a.
|
|
29
|
-
this.a.
|
|
30
|
-
this.a.
|
|
31
|
-
this.a.
|
|
32
|
-
if (a.bc(CellModel.
|
|
28
|
+
this.a.cw(a.c);
|
|
29
|
+
this.a.c5(a.e);
|
|
30
|
+
this.a.cz(a.d);
|
|
31
|
+
this.a.ck();
|
|
32
|
+
if (a.bc(CellModel.go)) {
|
|
33
33
|
this.a.ad = a.bh;
|
|
34
34
|
}
|
|
35
35
|
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
36
|
-
this.a.
|
|
36
|
+
this.a.c7(a.ez, a.e3, a.e1, a.ex);
|
|
37
37
|
}
|
|
38
38
|
if (a.a5) {
|
|
39
|
-
this.a.
|
|
39
|
+
this.a.cy(a.nk, a.en, a.es, a.eq, a.el);
|
|
40
40
|
if (a.bc(CellModel.ej)) {
|
|
41
|
-
if (!a.bj && a.p.
|
|
42
|
-
this.a.
|
|
41
|
+
if (!a.bj && a.p.i9 && a.bg && a.co == 1) {
|
|
42
|
+
this.a.ca();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
if (a.bs) {
|
|
47
|
-
this.a.
|
|
48
|
-
this.a.
|
|
47
|
+
this.a.c2(a.ga, (a.e3 + a.ex + a.es + a.el));
|
|
48
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
49
49
|
}
|
|
50
50
|
if (a.a7) {
|
|
51
51
|
if (a.bm && !this.a.z) {
|
|
52
|
-
this.a.
|
|
52
|
+
this.a.b9();
|
|
53
53
|
}
|
|
54
54
|
if (a.bc(CellModel.ek)) {
|
|
55
|
-
this.a.
|
|
55
|
+
this.a.cx(a.nj.color);
|
|
56
56
|
}
|
|
57
57
|
if (a.bc(CellModel.ew)) {
|
|
58
|
-
this.a.
|
|
58
|
+
this.a.c6(a.cq);
|
|
59
59
|
}
|
|
60
60
|
if (a.bb("IsCollapsable")) {
|
|
61
61
|
this.a.aa = a.a6;
|
|
62
|
-
this.a.bi = a.
|
|
62
|
+
this.a.bi = a.gg;
|
|
63
63
|
this.a.ab = a.be;
|
|
64
|
-
this.a.
|
|
64
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("Indent")) {
|
|
67
|
-
this.a.bi = a.
|
|
68
|
-
this.a.
|
|
67
|
+
this.a.bi = a.gg;
|
|
68
|
+
this.a.dd(a.h8, (a.ez + a.e1 + a.en + a.eq));
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("IsExpanded")) {
|
|
71
71
|
this.a.ab = a.be;
|
|
72
72
|
}
|
|
73
|
-
if (a.
|
|
74
|
-
this.a.
|
|
73
|
+
if (a.bb("IsCollapsable") || a.bb("ExpansionIndicatorIconColor")) {
|
|
74
|
+
this.a.dt = a.ns;
|
|
75
75
|
}
|
|
76
|
-
if (a.bc(CellModel.
|
|
77
|
-
this.a.
|
|
76
|
+
if (a.bc(CellModel.h0)) {
|
|
77
|
+
this.a.b4 = a.lp;
|
|
78
78
|
}
|
|
79
|
-
if (a.bc(CellModel.
|
|
80
|
-
this.a.
|
|
79
|
+
if (a.bc(CellModel.hy)) {
|
|
80
|
+
this.a.dw = a.n5;
|
|
81
81
|
}
|
|
82
|
-
if (a.bc(CellModel.
|
|
83
|
-
this.a.
|
|
82
|
+
if (a.bc(CellModel.hz)) {
|
|
83
|
+
this.a.n = a.ak;
|
|
84
84
|
}
|
|
85
|
-
if (a.bc(CellModel.
|
|
86
|
-
this.a.
|
|
85
|
+
if (a.bc(CellModel.hr)) {
|
|
86
|
+
this.a.bz = a.lh;
|
|
87
87
|
}
|
|
88
88
|
if (a.bc(CellModel.hp)) {
|
|
89
|
-
this.a.
|
|
89
|
+
this.a.bw = a.le;
|
|
90
90
|
}
|
|
91
|
-
if (a.bc(CellModel.
|
|
92
|
-
this.a.
|
|
91
|
+
if (a.bc(CellModel.hs)) {
|
|
92
|
+
this.a.dv = a.n4;
|
|
93
93
|
}
|
|
94
|
-
if (a.bc(CellModel.
|
|
94
|
+
if (a.bc(CellModel.hq)) {
|
|
95
|
+
this.a.du = a.n3;
|
|
96
|
+
}
|
|
97
|
+
if (a.bc(CellModel.hx)) {
|
|
95
98
|
this.a.aj = a.c4;
|
|
96
99
|
}
|
|
97
|
-
if (a.bc(CellModel.
|
|
98
|
-
this.a.
|
|
100
|
+
if (a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hw) || a.bc(CellModel.hw)) {
|
|
101
|
+
this.a.dy = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
99
102
|
}
|
|
100
103
|
}
|
|
101
104
|
if (a.bs && a.bm) {
|
|
102
|
-
this.a.
|
|
105
|
+
this.a.dl(a);
|
|
103
106
|
}
|
|
104
107
|
if (a.bb("DoClone")) {
|
|
105
108
|
if (a.a1) {
|
|
106
109
|
a.a1 = false;
|
|
107
|
-
this.a.
|
|
110
|
+
this.a.b8();
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
};
|
|
@@ -183,19 +183,19 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
183
183
|
case 8:
|
|
184
184
|
d.itemsSource = c;
|
|
185
185
|
break;
|
|
186
|
-
case
|
|
186
|
+
case 76:
|
|
187
187
|
d.selectedMemberPath = c;
|
|
188
188
|
break;
|
|
189
|
-
case
|
|
189
|
+
case 77:
|
|
190
190
|
d.dataMemberPath = c;
|
|
191
191
|
break;
|
|
192
|
-
case
|
|
192
|
+
case 78:
|
|
193
193
|
d.subtitleMemberPath = c;
|
|
194
194
|
break;
|
|
195
|
-
case
|
|
195
|
+
case 80:
|
|
196
196
|
d.showSelectAll = c;
|
|
197
197
|
break;
|
|
198
|
-
case
|
|
198
|
+
case 81:
|
|
199
199
|
d.primaryKey = c;
|
|
200
200
|
break;
|
|
201
201
|
case 1:
|
|
@@ -204,49 +204,55 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
204
204
|
case 18:
|
|
205
205
|
d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
206
206
|
break;
|
|
207
|
-
case
|
|
207
|
+
case 34:
|
|
208
208
|
d.textColor = c;
|
|
209
209
|
break;
|
|
210
210
|
case 24:
|
|
211
211
|
d.rowHoverBackgroundColor = c;
|
|
212
212
|
break;
|
|
213
|
-
case
|
|
213
|
+
case 82:
|
|
214
214
|
d.searchIconColor = c;
|
|
215
215
|
break;
|
|
216
|
-
case
|
|
216
|
+
case 83:
|
|
217
217
|
d.searchTextColor = c;
|
|
218
218
|
break;
|
|
219
|
-
case
|
|
219
|
+
case 126:
|
|
220
|
+
d.searchBorderColor = c;
|
|
221
|
+
break;
|
|
222
|
+
case 127:
|
|
223
|
+
d.searchFocusBorderColor = c;
|
|
224
|
+
break;
|
|
225
|
+
case 118:
|
|
220
226
|
d.selectAllCaptionTextColor = c;
|
|
221
227
|
break;
|
|
222
|
-
case
|
|
228
|
+
case 100:
|
|
223
229
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
224
230
|
break;
|
|
225
|
-
case
|
|
231
|
+
case 114:
|
|
226
232
|
d.checkboxAlignedRight = c;
|
|
227
233
|
break;
|
|
228
|
-
case
|
|
234
|
+
case 115:
|
|
229
235
|
d.labelClickTriggersChange = c;
|
|
230
236
|
break;
|
|
231
|
-
case
|
|
237
|
+
case 116:
|
|
232
238
|
d.dataLegendTarget = c;
|
|
233
239
|
break;
|
|
234
|
-
case
|
|
240
|
+
case 79:
|
|
235
241
|
d.propertyTypeMemberPath = c;
|
|
236
242
|
break;
|
|
237
243
|
case 17:
|
|
238
244
|
d.checkboxCornerRadius = c;
|
|
239
245
|
break;
|
|
240
|
-
case
|
|
246
|
+
case 68:
|
|
241
247
|
d.checkboxCheckedBackgroundColor = c;
|
|
242
248
|
break;
|
|
243
|
-
case
|
|
249
|
+
case 70:
|
|
244
250
|
d.checkboxCheckedBorderColor = c;
|
|
245
251
|
break;
|
|
246
|
-
case
|
|
252
|
+
case 67:
|
|
247
253
|
d.checkboxUncheckedBackgroundColor = c;
|
|
248
254
|
break;
|
|
249
|
-
case
|
|
255
|
+
case 69:
|
|
250
256
|
d.checkboxUncheckedBorderColor = c;
|
|
251
257
|
break;
|
|
252
258
|
}
|
|
@@ -256,28 +262,30 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
256
262
|
switch (b) {
|
|
257
263
|
case 23: return c.backgroundColor;
|
|
258
264
|
case 8: return c.itemsSource;
|
|
259
|
-
case
|
|
260
|
-
case
|
|
261
|
-
case
|
|
262
|
-
case
|
|
263
|
-
case
|
|
265
|
+
case 76: return c.selectedMemberPath;
|
|
266
|
+
case 77: return c.dataMemberPath;
|
|
267
|
+
case 78: return c.subtitleMemberPath;
|
|
268
|
+
case 80: return c.showSelectAll;
|
|
269
|
+
case 81: return c.primaryKey;
|
|
264
270
|
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
265
271
|
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
266
|
-
case
|
|
272
|
+
case 34: return c.textColor;
|
|
267
273
|
case 24: return c.rowHoverBackgroundColor;
|
|
268
|
-
case
|
|
269
|
-
case
|
|
270
|
-
case
|
|
271
|
-
case
|
|
272
|
-
case
|
|
273
|
-
case
|
|
274
|
-
case
|
|
275
|
-
case
|
|
274
|
+
case 82: return c.searchIconColor;
|
|
275
|
+
case 83: return c.searchTextColor;
|
|
276
|
+
case 126: return c.searchBorderColor;
|
|
277
|
+
case 127: return c.searchFocusBorderColor;
|
|
278
|
+
case 118: return c.selectAllCaptionTextColor;
|
|
279
|
+
case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
280
|
+
case 114: return c.checkboxAlignedRight;
|
|
281
|
+
case 115: return c.labelClickTriggersChange;
|
|
282
|
+
case 116: return c.dataLegendTarget;
|
|
283
|
+
case 79: return c.propertyTypeMemberPath;
|
|
276
284
|
case 17: return c.checkboxCornerRadius;
|
|
277
|
-
case
|
|
278
|
-
case
|
|
279
|
-
case
|
|
280
|
-
case
|
|
285
|
+
case 68: return c.checkboxCheckedBackgroundColor;
|
|
286
|
+
case 70: return c.checkboxCheckedBorderColor;
|
|
287
|
+
case 67: return c.checkboxUncheckedBackgroundColor;
|
|
288
|
+
case 69: return c.checkboxUncheckedBorderColor;
|
|
281
289
|
}
|
|
282
290
|
return null;
|
|
283
291
|
};
|