igniteui-webcomponents-data-grids 7.1.0-alpha.1 → 7.1.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +45073 -42900
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +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 +3 -3
- 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 +24 -24
- 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 +8014 -6939
- package/esm2015/lib/ColumnGroupingView_combined.js +13 -13
- package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm2015/lib/DataGridLocaleEn.js +3 -0
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/Dragger.js +4 -4
- package/esm2015/lib/EditorCellPresenter.js +21 -21
- package/esm2015/lib/FilterCellPresenter.js +12 -12
- package/esm2015/lib/GridCellBase.js +6 -6
- 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 +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +363 -258
- package/esm2015/lib/GridIconRepository.js +92 -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/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +23 -23
- package/esm2015/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/SummaryCellPresenter.js +6 -6
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +9 -9
- package/esm2015/lib/TextHeaderCell.js +62 -27
- package/esm2015/lib/TextHeaderCellPresenter.js +45 -26
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +106 -91
- package/esm2015/lib/igc-checkbox-list-component.js +57 -58
- package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
- package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-binding-event-args.js +27 -22
- package/esm2015/lib/igc-data-grid-column-component.js +332 -229
- package/esm2015/lib/igc-data-grid-component.js +145 -0
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +109 -38
- package/esm2015/lib/igc-date-time-cell-info.js +12 -12
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-date-time-column-module.js +2 -0
- package/esm2015/lib/igc-definition-base-component.js +12 -12
- package/esm2015/lib/igc-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-filter-row-definition-module.js +2 -0
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-image-column-module.js +2 -0
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- package/esm2015/lib/igc-numeric-column-module.js +2 -0
- package/esm2015/lib/igc-row-separator-module.js +2 -0
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +38 -24
- package/esm2015/lib/igc-section-header-module.js +2 -0
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-column-module.js +2 -0
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-module.js +2 -0
- package/esm2015/lib/igc-template-section-header-module.js +4 -0
- package/esm2015/lib/igc-text-cell-info.js +2 -2
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-column-module.js +2 -0
- package/esm2015/lib/igc-text-header-cell-info.js +74 -24
- package/esm2015/lib/igc-text-header-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 +3 -3
- 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 +24 -24
- 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 +8053 -6793
- package/esm5/lib/ColumnGroupingView_combined.js +13 -13
- package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
- package/esm5/lib/DataGridLocaleEn.js +3 -0
- package/esm5/lib/DataGridScrollerKeyboardListener.js +16 -16
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/Dragger.js +4 -4
- package/esm5/lib/EditorCellPresenter.js +21 -21
- package/esm5/lib/FilterCellPresenter.js +12 -12
- package/esm5/lib/GridCellBase.js +6 -6
- 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 +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +377 -244
- package/esm5/lib/GridIconRepository.js +97 -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/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +23 -23
- package/esm5/lib/SectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/SummaryCellPresenter.js +6 -6
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCellPresenter.js +9 -9
- package/esm5/lib/TextHeaderCell.js +62 -27
- package/esm5/lib/TextHeaderCellPresenter.js +45 -26
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +114 -91
- package/esm5/lib/igc-checkbox-list-component.js +57 -58
- package/esm5/lib/igc-column-moving-separator-component.js +9 -9
- package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-binding-event-args.js +27 -22
- package/esm5/lib/igc-data-grid-column-component.js +380 -229
- package/esm5/lib/igc-data-grid-component.js +191 -0
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +133 -38
- package/esm5/lib/igc-date-time-cell-info.js +12 -12
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-date-time-column-module.js +2 -0
- package/esm5/lib/igc-definition-base-component.js +12 -12
- package/esm5/lib/igc-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-filter-row-definition-module.js +2 -0
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-image-column-module.js +2 -0
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- package/esm5/lib/igc-numeric-column-module.js +2 -0
- package/esm5/lib/igc-row-separator-module.js +2 -0
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +46 -24
- package/esm5/lib/igc-section-header-module.js +2 -0
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-column-module.js +2 -0
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-module.js +2 -0
- package/esm5/lib/igc-template-section-header-module.js +4 -0
- package/esm5/lib/igc-text-cell-info.js +2 -2
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-column-module.js +2 -0
- package/esm5/lib/igc-text-header-cell-info.js +98 -24
- package/esm5/lib/igc-text-header-module.js +2 -0
- package/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +39274 -37487
- package/fesm5/igniteui-webcomponents-data-grids.js +45073 -42902
- package/lib/CheckboxListView_combined.d.ts +104 -104
- package/lib/ColumnFilterCondition_combined.d.ts +1768 -1659
- package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
- package/lib/DataGridLocaleEn.d.ts +3 -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/TemplateHeader.d.ts +1 -1
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/igc-cell-info.d.ts +9 -0
- package/lib/igc-data-grid-column-component.d.ts +33 -0
- package/lib/igc-data-grid-component.d.ts +48 -0
- package/lib/igc-data-grid-filter-dialog-component.d.ts +30 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/lib/igc-text-header-cell-info.d.ts +15 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -24,18 +24,18 @@ let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.a.cn(a.ez, a.e3, a.e1, a.ex);
|
|
25
25
|
}
|
|
26
26
|
if (a.a5) {
|
|
27
|
-
this.a.ch(a.
|
|
27
|
+
this.a.ch(a.nh, a.en, a.es, a.eq, a.el);
|
|
28
28
|
}
|
|
29
29
|
if (a.bs) {
|
|
30
|
-
this.a.ck(a.
|
|
31
|
-
this.a.cu(a.
|
|
30
|
+
this.a.ck(a.f9);
|
|
31
|
+
this.a.cu(a.h7);
|
|
32
32
|
}
|
|
33
33
|
if (a.a7) {
|
|
34
34
|
if (a.bm && !this.a.z) {
|
|
35
35
|
this.a.b5();
|
|
36
36
|
}
|
|
37
37
|
if (a.bc(CellModel.ek)) {
|
|
38
|
-
this.a.cg(a.
|
|
38
|
+
this.a.cg(a.ng.color);
|
|
39
39
|
}
|
|
40
40
|
if (a.bc(CellModel.ew)) {
|
|
41
41
|
this.a.cm(a.cq);
|
|
@@ -18,7 +18,7 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
18
18
|
}
|
|
19
19
|
static a(a, b, c) {
|
|
20
20
|
if (b.a7) {
|
|
21
|
-
if (b.bc(CellModel.
|
|
21
|
+
if (b.bc(CellModel.fp) || b.bc(CellModel.eu) || b.bc(CellModel.h6) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
22
22
|
let d = Math.min(1, Math.max(0, b.c7));
|
|
23
23
|
let e = b.cp * (1 - d);
|
|
24
24
|
c.ci(e);
|
|
@@ -27,14 +27,14 @@ let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
if (b.bc(CellModel.e5)) {
|
|
30
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
30
|
+
CanvasContentCellModelHelper.c(c, b.ni);
|
|
31
31
|
if (b.bm) {
|
|
32
|
-
c.cw(b.
|
|
32
|
+
c.cw(b.ni);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(CellModel.
|
|
35
|
+
if (b.bc(CellModel.gv)) {
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(CellModel.
|
|
37
|
+
if (b.bc(CellModel.gb) || b.bc(CellModel.h5)) {
|
|
38
38
|
let f = b.g;
|
|
39
39
|
let g = b.i;
|
|
40
40
|
c.cl(f);
|
|
@@ -21,22 +21,22 @@ let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(DateTimeCellModel.
|
|
24
|
+
if (a.bc(DateTimeCellModel.oh) || a.bc(DateTimeCellModel.oi) || a.bc(DateTimeCellModel.og) || a.bc(DateTimeCellModel.gy) || a.bc(DateTimeCellModel.h4)) {
|
|
25
25
|
this.e(b);
|
|
26
|
-
this.d.cr(b.
|
|
26
|
+
this.d.cr(b.kz);
|
|
27
27
|
}
|
|
28
28
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
a.
|
|
32
|
+
if (a.lw != null) {
|
|
33
|
+
a.kz = a.lw;
|
|
34
34
|
return;
|
|
35
35
|
}
|
|
36
|
-
a.
|
|
37
|
-
if (a.
|
|
38
|
-
if (!(typeCast(Date_$type, a.
|
|
39
|
-
a.
|
|
36
|
+
a.kz = a.ot(a.of);
|
|
37
|
+
if (a.kz == stringEmpty()) {
|
|
38
|
+
if (!(typeCast(Date_$type, a.ih) !== null)) {
|
|
39
|
+
a.kz = a.ih.toString();
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -220,7 +220,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
220
220
|
return;
|
|
221
221
|
}
|
|
222
222
|
if (this.b2 != 1) {
|
|
223
|
-
a.
|
|
223
|
+
a.ai(this.b2);
|
|
224
224
|
}
|
|
225
225
|
let j = this.m;
|
|
226
226
|
if (!this.y) {
|
|
@@ -236,17 +236,17 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
236
236
|
if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
|
|
237
237
|
this.s = false;
|
|
238
238
|
this.bu = this.i.j;
|
|
239
|
-
j.
|
|
239
|
+
j.ah(this.i);
|
|
240
240
|
}
|
|
241
241
|
if (f != 1) {
|
|
242
|
-
j.
|
|
243
|
-
j.
|
|
242
|
+
j.ac();
|
|
243
|
+
j.ad(f, f);
|
|
244
244
|
}
|
|
245
245
|
if (!this.y) {
|
|
246
|
-
j.
|
|
246
|
+
j.ac();
|
|
247
247
|
let k = Math.round((d - b));
|
|
248
248
|
let l = Math.round((e - c));
|
|
249
|
-
j.
|
|
249
|
+
j.ak(k, l);
|
|
250
250
|
}
|
|
251
251
|
if (g) {
|
|
252
252
|
this.cb(j);
|
|
@@ -255,10 +255,10 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
255
255
|
this.cc(j);
|
|
256
256
|
}
|
|
257
257
|
if (!this.y) {
|
|
258
|
-
j.
|
|
258
|
+
j.ab();
|
|
259
259
|
}
|
|
260
260
|
if (f != 1) {
|
|
261
|
-
j.
|
|
261
|
+
j.ab();
|
|
262
262
|
}
|
|
263
263
|
}
|
|
264
264
|
if (!i && this.y) {
|
|
@@ -272,7 +272,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
272
272
|
}
|
|
273
273
|
}
|
|
274
274
|
if (this.b2 != 1) {
|
|
275
|
-
a.
|
|
275
|
+
a.ai(1);
|
|
276
276
|
}
|
|
277
277
|
}
|
|
278
278
|
bx() {
|
|
@@ -343,7 +343,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
343
343
|
if (this.c0.al != null) {
|
|
344
344
|
this.c0.n = this.a3;
|
|
345
345
|
this.c0.o = this.a6;
|
|
346
|
-
a.
|
|
346
|
+
a.y(this.c0);
|
|
347
347
|
if (this.u) {
|
|
348
348
|
this.c7.ad = 1;
|
|
349
349
|
this.c7.an = this.a3;
|
|
@@ -524,8 +524,8 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
524
524
|
if (this.a1 != b) {
|
|
525
525
|
this.a1 = b;
|
|
526
526
|
}
|
|
527
|
-
let c = a.
|
|
528
|
-
let d = a.
|
|
527
|
+
let c = a.h7 * 0.2;
|
|
528
|
+
let d = a.f9 * 0.6;
|
|
529
529
|
if (this.a2 >= c && this.a2 <= d) {
|
|
530
530
|
return;
|
|
531
531
|
}
|
|
@@ -572,7 +572,7 @@ let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
572
572
|
if (this.s || (this.i != null && this.i.j != this.bu)) {
|
|
573
573
|
this.s = false;
|
|
574
574
|
this.bu = this.i.j;
|
|
575
|
-
a.
|
|
575
|
+
a.ah(this.i);
|
|
576
576
|
}
|
|
577
577
|
let b;
|
|
578
578
|
if (this.h != this.i || this.bw != this.i.j) {
|
|
@@ -21,23 +21,23 @@ let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
|
|
25
25
|
let c = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let d = a.cs * (1 - c);
|
|
27
27
|
this.d.dd = d;
|
|
28
28
|
}
|
|
29
|
-
if (b.bc(ImageCellModel.
|
|
30
|
-
this.e(b.
|
|
29
|
+
if (b.bc(ImageCellModel.n9) || b.bc(ImageCellModel.oa)) {
|
|
30
|
+
this.e(b.od, b.n6);
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(ImageCellModel.
|
|
33
|
-
this.f(b.
|
|
32
|
+
if (b.bc(ImageCellModel.ob) || b.bc(ImageCellModel.gb) || b.bc(ImageCellModel.h5)) {
|
|
33
|
+
this.f(b.n8, b.g, b.i);
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(ImageCellModel.
|
|
35
|
+
if (b.bc(ImageCellModel.hm)) {
|
|
36
36
|
if (a.u == 1) {
|
|
37
37
|
this.d.dg();
|
|
38
38
|
}
|
|
39
39
|
else if (a.u == 2) {
|
|
40
|
-
this.e(b.
|
|
40
|
+
this.e(b.od, b.n6);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
@@ -21,20 +21,20 @@ let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
if (a.a7) {
|
|
24
|
-
if (a.bc(NumericCellModel.
|
|
25
|
-
b.
|
|
26
|
-
this.d.cr(b.
|
|
24
|
+
if (a.bc(NumericCellModel.ou) || a.bc(NumericCellModel.oi) || a.bc(NumericCellModel.h4) || b.ob()) {
|
|
25
|
+
b.kz = this.e(b);
|
|
26
|
+
this.d.cr(b.kz);
|
|
27
27
|
}
|
|
28
28
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
e(a) {
|
|
32
|
-
if (a.
|
|
33
|
-
return a.
|
|
32
|
+
if (a.lw != null) {
|
|
33
|
+
return a.lw;
|
|
34
34
|
}
|
|
35
|
-
if (a.
|
|
36
|
-
let val_ = a.
|
|
37
|
-
let override_ = a.
|
|
35
|
+
if (a.o0 != null) {
|
|
36
|
+
let val_ = a.oe;
|
|
37
|
+
let override_ = a.o0;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
40
|
return NumericCellFormatter.c(a);
|
|
@@ -20,24 +20,24 @@ let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(SectionHeaderCellModel.
|
|
24
|
-
if (b.
|
|
25
|
-
if (b.
|
|
26
|
-
b.
|
|
23
|
+
if (a.bc(SectionHeaderCellModel.ob) || a.bc(SectionHeaderCellModel.od)) {
|
|
24
|
+
if (b.n7 == null || (b.n7.length == 0 && b.ol == null)) {
|
|
25
|
+
if (b.ih == null) {
|
|
26
|
+
b.kz = "";
|
|
27
27
|
}
|
|
28
28
|
else {
|
|
29
|
-
b.
|
|
29
|
+
b.kz = b.ih.toString();
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
else {
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
33
|
+
if (b.oj != null && b.oa == 0) {
|
|
34
|
+
b.kz = b.ol + " " + b.oj;
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.kz = b.ol;
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
|
-
this.d.cr(b.
|
|
40
|
+
this.d.cr(b.kz);
|
|
41
41
|
}
|
|
42
42
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
43
43
|
}
|
|
@@ -61,7 +61,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
61
61
|
if (this.db || (this.da != null && this.da.j != this.dh)) {
|
|
62
62
|
this.db = false;
|
|
63
63
|
this.dh = this.da.j;
|
|
64
|
-
a.
|
|
64
|
+
a.ah(this.da);
|
|
65
65
|
this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
|
|
66
66
|
}
|
|
67
67
|
let b = this.bo;
|
|
@@ -82,7 +82,7 @@ let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
82
82
|
}
|
|
83
83
|
this.dn.n = this.de;
|
|
84
84
|
this.dn.o = this.df;
|
|
85
|
-
a.
|
|
85
|
+
a.y(this.dn);
|
|
86
86
|
}
|
|
87
87
|
super.cc(a);
|
|
88
88
|
}
|
|
@@ -20,11 +20,11 @@ let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
let b = a;
|
|
21
21
|
if (a.a7) {
|
|
22
22
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
23
|
-
this.d.dj(b.
|
|
24
|
-
this.d.cr(b.
|
|
23
|
+
this.d.dj(b.od);
|
|
24
|
+
this.d.cr(b.of);
|
|
25
25
|
}
|
|
26
26
|
if (a.bb("SummaryLabelTextColor")) {
|
|
27
|
-
let c = CanvasContentCellModelHelper.e(b.
|
|
27
|
+
let c = CanvasContentCellModelHelper.e(b.ok);
|
|
28
28
|
this.d.dk(c);
|
|
29
29
|
}
|
|
30
30
|
if (a.bb("FontInfo")) {
|
|
@@ -21,13 +21,13 @@ let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = a;
|
|
23
23
|
let c = this.e.actualColumns._inner[a.l.a5];
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
this.d.db.opacity = e;
|
|
28
28
|
}
|
|
29
29
|
this.d.dc();
|
|
30
|
-
c.
|
|
30
|
+
c.r5(a, this.d);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -21,13 +21,13 @@ let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
21
21
|
super.b(a);
|
|
22
22
|
let b = this.e.actualColumns._inner[a.l.a5];
|
|
23
23
|
let c = b.header;
|
|
24
|
-
if (a.bc(CellModel.
|
|
24
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
|
|
25
25
|
let d = Math.min(1, Math.max(0, a.c7));
|
|
26
26
|
let e = a.cs * (1 - d);
|
|
27
27
|
}
|
|
28
28
|
let f = a;
|
|
29
29
|
this.d.dc();
|
|
30
|
-
c.
|
|
30
|
+
c.hu(f, this.d);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
CanvasTemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -20,26 +20,26 @@ let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
20
20
|
super.b(a);
|
|
21
21
|
let b = a;
|
|
22
22
|
if (a.a7) {
|
|
23
|
-
if (a.bc(TextCellModel.
|
|
24
|
-
b.
|
|
25
|
-
this.d.cr(b.
|
|
23
|
+
if (a.bc(TextCellModel.n5) || a.bc(TextCellModel.h4) || a.bc(TextCellModel.gy)) {
|
|
24
|
+
b.kz = this.e(b);
|
|
25
|
+
this.d.cr(b.kz);
|
|
26
26
|
}
|
|
27
27
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
e(a) {
|
|
31
|
-
if (a.
|
|
32
|
-
return a.
|
|
31
|
+
if (a.lw != null) {
|
|
32
|
+
return a.lw;
|
|
33
33
|
}
|
|
34
|
-
if (a.
|
|
35
|
-
return a.
|
|
34
|
+
if (a.n7 != null) {
|
|
35
|
+
return a.n7;
|
|
36
36
|
}
|
|
37
37
|
else {
|
|
38
|
-
if (a.
|
|
38
|
+
if (a.ih == null) {
|
|
39
39
|
return "";
|
|
40
40
|
}
|
|
41
41
|
else {
|
|
42
|
-
return a.
|
|
42
|
+
return a.ih.toString();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -27,11 +27,11 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
27
27
|
super.b(a);
|
|
28
28
|
let b = a;
|
|
29
29
|
if (a.a7) {
|
|
30
|
-
if (a.bc(TextCellModel.
|
|
31
|
-
b.
|
|
32
|
-
this.d.cr(b.
|
|
30
|
+
if (a.bc(TextCellModel.n5)) {
|
|
31
|
+
b.kz = b.n7;
|
|
32
|
+
this.d.cr(b.kz);
|
|
33
33
|
}
|
|
34
|
-
if (a.bc(CellModel.
|
|
34
|
+
if (a.bc(CellModel.hk)) {
|
|
35
35
|
if (a.bt) {
|
|
36
36
|
this.d.db.m = false;
|
|
37
37
|
}
|
|
@@ -45,17 +45,17 @@ let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
45
45
|
this.d.db.m = true;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
if (a.bc(CellModel.
|
|
48
|
+
if (a.bc(CellModel.hl)) {
|
|
49
49
|
if (a.bt) {
|
|
50
50
|
this.d.db.m = false;
|
|
51
51
|
}
|
|
52
|
-
this.d.db.a3 = a.
|
|
52
|
+
this.d.db.a3 = a.nx;
|
|
53
53
|
if (a.bt) {
|
|
54
54
|
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
if (a.bb("SortIndicatorStyle")) {
|
|
58
|
-
this.d.db.f = b.
|
|
58
|
+
this.d.db.f = b.oe;
|
|
59
59
|
}
|
|
60
60
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
61
61
|
}
|
|
@@ -24,72 +24,72 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
24
24
|
this.a.c4(a.e);
|
|
25
25
|
this.a.cy(a.d);
|
|
26
26
|
this.a.cj();
|
|
27
|
-
if (a.bc(CellModel.
|
|
27
|
+
if (a.bc(CellModel.gn)) {
|
|
28
28
|
this.a.ad = a.bh;
|
|
29
29
|
}
|
|
30
30
|
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
31
31
|
this.a.c6(a.ez, a.e3, a.e1, a.ex);
|
|
32
32
|
}
|
|
33
33
|
if (a.a5) {
|
|
34
|
-
this.a.cx(a.
|
|
34
|
+
this.a.cx(a.nh, a.en, a.es, a.eq, a.el);
|
|
35
35
|
if (a.bc(CellModel.ej)) {
|
|
36
|
-
if (!a.bj && a.p.
|
|
36
|
+
if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
|
|
37
37
|
this.a.b9();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
if (a.bs) {
|
|
42
|
-
this.a.c1(a.
|
|
43
|
-
this.a.dc(a.
|
|
42
|
+
this.a.c1(a.f9, (a.e3 + a.ex + a.es + a.el));
|
|
43
|
+
this.a.dc(a.h7, (a.ez + a.e1 + a.en + a.eq));
|
|
44
44
|
}
|
|
45
45
|
if (a.a7) {
|
|
46
46
|
if (a.bm && !this.a.z) {
|
|
47
47
|
this.a.b8();
|
|
48
48
|
}
|
|
49
49
|
if (a.bc(CellModel.ek)) {
|
|
50
|
-
this.a.cw(a.
|
|
50
|
+
this.a.cw(a.ng.color);
|
|
51
51
|
}
|
|
52
52
|
if (a.bc(CellModel.ew)) {
|
|
53
53
|
this.a.c5(a.cq);
|
|
54
54
|
}
|
|
55
55
|
if (a.bb("IsCollapsable")) {
|
|
56
56
|
this.a.aa = a.a6;
|
|
57
|
-
this.a.bi = a.
|
|
57
|
+
this.a.bi = a.gf;
|
|
58
58
|
this.a.ab = a.be;
|
|
59
|
-
this.a.dc(a.
|
|
59
|
+
this.a.dc(a.h7, (a.ez + a.e1 + a.en + a.eq));
|
|
60
60
|
}
|
|
61
61
|
if (a.bb("Indent")) {
|
|
62
|
-
this.a.bi = a.
|
|
63
|
-
this.a.dc(a.
|
|
62
|
+
this.a.bi = a.gf;
|
|
63
|
+
this.a.dc(a.h7, (a.ez + a.e1 + a.en + a.eq));
|
|
64
64
|
}
|
|
65
65
|
if (a.bb("IsExpanded")) {
|
|
66
66
|
this.a.ab = a.be;
|
|
67
67
|
}
|
|
68
|
-
if (a.bc(CellModel.
|
|
69
|
-
this.a.b3 = a.
|
|
68
|
+
if (a.bc(CellModel.hz)) {
|
|
69
|
+
this.a.b3 = a.ln;
|
|
70
70
|
}
|
|
71
|
-
if (a.bc(CellModel.
|
|
72
|
-
this.a.dt = a.
|
|
71
|
+
if (a.bc(CellModel.hx)) {
|
|
72
|
+
this.a.dt = a.n1;
|
|
73
73
|
}
|
|
74
|
-
if (a.bc(CellModel.
|
|
74
|
+
if (a.bc(CellModel.hy)) {
|
|
75
75
|
this.a.n = a.ak;
|
|
76
76
|
}
|
|
77
|
+
if (a.bc(CellModel.hq)) {
|
|
78
|
+
this.a.by = a.lf;
|
|
79
|
+
}
|
|
77
80
|
if (a.bc(CellModel.ho)) {
|
|
78
|
-
this.a.
|
|
81
|
+
this.a.bv = a.lc;
|
|
79
82
|
}
|
|
80
|
-
if (a.bc(CellModel.
|
|
81
|
-
this.a.
|
|
83
|
+
if (a.bc(CellModel.hr)) {
|
|
84
|
+
this.a.ds = a.n0;
|
|
82
85
|
}
|
|
83
86
|
if (a.bc(CellModel.hp)) {
|
|
84
|
-
this.a.
|
|
85
|
-
}
|
|
86
|
-
if (a.bc(CellModel.hn)) {
|
|
87
|
-
this.a.dr = a.nu;
|
|
87
|
+
this.a.dr = a.nz;
|
|
88
88
|
}
|
|
89
|
-
if (a.bc(CellModel.
|
|
89
|
+
if (a.bc(CellModel.hw)) {
|
|
90
90
|
this.a.aj = a.c4;
|
|
91
91
|
}
|
|
92
|
-
if (a.bc(CellModel.
|
|
92
|
+
if (a.bc(CellModel.ht) || a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hv)) {
|
|
93
93
|
this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -178,19 +178,19 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
178
178
|
case 8:
|
|
179
179
|
d.itemsSource = c;
|
|
180
180
|
break;
|
|
181
|
-
case
|
|
181
|
+
case 76:
|
|
182
182
|
d.selectedMemberPath = c;
|
|
183
183
|
break;
|
|
184
|
-
case
|
|
184
|
+
case 77:
|
|
185
185
|
d.dataMemberPath = c;
|
|
186
186
|
break;
|
|
187
|
-
case
|
|
187
|
+
case 78:
|
|
188
188
|
d.subtitleMemberPath = c;
|
|
189
189
|
break;
|
|
190
|
-
case
|
|
190
|
+
case 80:
|
|
191
191
|
d.showSelectAll = c;
|
|
192
192
|
break;
|
|
193
|
-
case
|
|
193
|
+
case 81:
|
|
194
194
|
d.primaryKey = c;
|
|
195
195
|
break;
|
|
196
196
|
case 1:
|
|
@@ -199,49 +199,49 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
199
199
|
case 18:
|
|
200
200
|
d.baseTheme = EnumUtil.getEnumValue(BaseControlTheme_$type, c);
|
|
201
201
|
break;
|
|
202
|
-
case
|
|
202
|
+
case 34:
|
|
203
203
|
d.textColor = c;
|
|
204
204
|
break;
|
|
205
205
|
case 24:
|
|
206
206
|
d.rowHoverBackgroundColor = c;
|
|
207
207
|
break;
|
|
208
|
-
case
|
|
208
|
+
case 82:
|
|
209
209
|
d.searchIconColor = c;
|
|
210
210
|
break;
|
|
211
|
-
case
|
|
211
|
+
case 83:
|
|
212
212
|
d.searchTextColor = c;
|
|
213
213
|
break;
|
|
214
|
-
case
|
|
214
|
+
case 118:
|
|
215
215
|
d.selectAllCaptionTextColor = c;
|
|
216
216
|
break;
|
|
217
|
-
case
|
|
217
|
+
case 100:
|
|
218
218
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
219
219
|
break;
|
|
220
|
-
case
|
|
220
|
+
case 114:
|
|
221
221
|
d.checkboxAlignedRight = c;
|
|
222
222
|
break;
|
|
223
|
-
case
|
|
223
|
+
case 115:
|
|
224
224
|
d.labelClickTriggersChange = c;
|
|
225
225
|
break;
|
|
226
|
-
case
|
|
226
|
+
case 116:
|
|
227
227
|
d.dataLegendTarget = c;
|
|
228
228
|
break;
|
|
229
|
-
case
|
|
229
|
+
case 79:
|
|
230
230
|
d.propertyTypeMemberPath = c;
|
|
231
231
|
break;
|
|
232
232
|
case 17:
|
|
233
233
|
d.checkboxCornerRadius = c;
|
|
234
234
|
break;
|
|
235
|
-
case
|
|
235
|
+
case 68:
|
|
236
236
|
d.checkboxCheckedBackgroundColor = c;
|
|
237
237
|
break;
|
|
238
|
-
case
|
|
238
|
+
case 70:
|
|
239
239
|
d.checkboxCheckedBorderColor = c;
|
|
240
240
|
break;
|
|
241
|
-
case
|
|
241
|
+
case 67:
|
|
242
242
|
d.checkboxUncheckedBackgroundColor = c;
|
|
243
243
|
break;
|
|
244
|
-
case
|
|
244
|
+
case 69:
|
|
245
245
|
d.checkboxUncheckedBorderColor = c;
|
|
246
246
|
break;
|
|
247
247
|
}
|
|
@@ -251,28 +251,28 @@ let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
251
251
|
switch (b) {
|
|
252
252
|
case 23: return c.backgroundColor;
|
|
253
253
|
case 8: return c.itemsSource;
|
|
254
|
-
case
|
|
255
|
-
case
|
|
256
|
-
case
|
|
257
|
-
case
|
|
258
|
-
case
|
|
254
|
+
case 76: return c.selectedMemberPath;
|
|
255
|
+
case 77: return c.dataMemberPath;
|
|
256
|
+
case 78: return c.subtitleMemberPath;
|
|
257
|
+
case 80: return c.showSelectAll;
|
|
258
|
+
case 81: return c.primaryKey;
|
|
259
259
|
case 1: return enumGetBox(ControlDisplayDensity_$type, c.density);
|
|
260
260
|
case 18: return enumGetBox(BaseControlTheme_$type, c.baseTheme);
|
|
261
|
-
case
|
|
261
|
+
case 34: return c.textColor;
|
|
262
262
|
case 24: return c.rowHoverBackgroundColor;
|
|
263
|
-
case
|
|
264
|
-
case
|
|
265
|
-
case
|
|
266
|
-
case
|
|
267
|
-
case
|
|
268
|
-
case
|
|
269
|
-
case
|
|
270
|
-
case
|
|
263
|
+
case 82: return c.searchIconColor;
|
|
264
|
+
case 83: return c.searchTextColor;
|
|
265
|
+
case 118: return c.selectAllCaptionTextColor;
|
|
266
|
+
case 100: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
267
|
+
case 114: return c.checkboxAlignedRight;
|
|
268
|
+
case 115: return c.labelClickTriggersChange;
|
|
269
|
+
case 116: return c.dataLegendTarget;
|
|
270
|
+
case 79: return c.propertyTypeMemberPath;
|
|
271
271
|
case 17: return c.checkboxCornerRadius;
|
|
272
|
-
case
|
|
273
|
-
case
|
|
274
|
-
case
|
|
275
|
-
case
|
|
272
|
+
case 68: return c.checkboxCheckedBackgroundColor;
|
|
273
|
+
case 70: return c.checkboxCheckedBorderColor;
|
|
274
|
+
case 67: return c.checkboxUncheckedBackgroundColor;
|
|
275
|
+
case 69: return c.checkboxUncheckedBorderColor;
|
|
276
276
|
}
|
|
277
277
|
return null;
|
|
278
278
|
}
|