igniteui-webcomponents-data-grids 7.0.1-beta.0 → 7.1.0-alpha.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-webcomponents-data-grids.umd.js +8241 -9505
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
- package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CellPresenterBase.js +10 -10
- package/esm2015/lib/CheckboxListBridge.js +0 -28
- package/esm2015/lib/CheckboxListView_combined.js +705 -730
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
- package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
- package/esm2015/lib/ColumnPinningView_combined.js +16 -16
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm2015/lib/ContentCellModelHelper.js +3 -3
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
- package/esm2015/lib/DateTimeCellPresenter.js +2 -2
- package/esm2015/lib/DraggerView.js +3 -3
- package/esm2015/lib/EditorCell.js +267 -267
- package/esm2015/lib/EditorCellPresenter.js +15 -15
- package/esm2015/lib/FilterCell.js +261 -261
- package/esm2015/lib/FilterCellPresenter.js +8 -8
- package/esm2015/lib/GridCellBase.js +63 -65
- package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm2015/lib/GridExternalWrapper.js +6 -9
- package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +433 -271
- package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
- package/esm2015/lib/ImageCell.js +55 -55
- package/esm2015/lib/ImageCellPresenter.js +8 -8
- package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm2015/lib/NumericCell.js +4 -4
- package/esm2015/lib/NumericCellPresenter.js +2 -2
- package/esm2015/lib/PropertyEditorView_combined.js +22 -22
- package/esm2015/lib/SectionHeaderCell.js +8 -8
- package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/SummaryCell.js +25 -25
- package/esm2015/lib/SummaryCellPresenter.js +5 -5
- package/esm2015/lib/TemplateCell.js +11 -11
- package/esm2015/lib/TemplateCellPresenter.js +2 -2
- package/esm2015/lib/TemplateHeader.js +7 -7
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextCell.js +22 -22
- package/esm2015/lib/TextCellPresenter.js +2 -2
- package/esm2015/lib/TextHeaderCell.js +134 -140
- package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
- package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
- package/esm2015/lib/VerticalSeparatorCell.js +32 -32
- package/esm2015/lib/igc-checkbox-list-component.js +89 -89
- 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-grid-column-component.js +193 -307
- package/esm2015/lib/igc-data-grid-component.js +1 -99
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
- package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +129 -129
- package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
- package/esm2015/lib/igc-header-component.js +24 -24
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-component.js +24 -24
- package/esm2015/lib/igc-summary-row-component.js +24 -24
- package/esm2015/lib/igc-text-column-component.js +9 -9
- package/esm2015/lib/igc-text-header-cell-info.js +4 -65
- package/esm2015/public_api.js +0 -1
- package/esm5/lib/CanvasCellPresenterBase.js +1 -1
- package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CellPresenterBase.js +10 -10
- package/esm5/lib/CheckboxListBridge.js +0 -28
- package/esm5/lib/CheckboxListView_combined.js +684 -709
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
- package/esm5/lib/ColumnGroupingView_combined.js +14 -14
- package/esm5/lib/ColumnPinningView_combined.js +16 -16
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
- package/esm5/lib/ContentCellModelHelper.js +3 -3
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +12 -12
- package/esm5/lib/DateTimeCellPresenter.js +2 -2
- package/esm5/lib/DraggerView.js +3 -3
- package/esm5/lib/EditorCell.js +256 -256
- package/esm5/lib/EditorCellPresenter.js +15 -15
- package/esm5/lib/FilterCell.js +252 -252
- package/esm5/lib/FilterCellPresenter.js +8 -8
- package/esm5/lib/GridCellBase.js +62 -64
- package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
- package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
- package/esm5/lib/GridExternalWrapper.js +6 -9
- package/esm5/lib/GridFilterDialogView_combined.js +164 -331
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +585 -275
- package/esm5/lib/ISummaryChooserView_combined.js +11 -11
- package/esm5/lib/ImageCell.js +54 -54
- package/esm5/lib/ImageCellPresenter.js +8 -8
- package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
- package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
- package/esm5/lib/NumericCell.js +4 -4
- package/esm5/lib/NumericCellPresenter.js +2 -2
- package/esm5/lib/PropertyEditorView_combined.js +22 -22
- package/esm5/lib/SectionHeaderCell.js +8 -8
- package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/SummaryCell.js +26 -26
- package/esm5/lib/SummaryCellPresenter.js +5 -5
- package/esm5/lib/TemplateCell.js +11 -11
- package/esm5/lib/TemplateCellPresenter.js +2 -2
- package/esm5/lib/TemplateHeader.js +7 -7
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextCell.js +22 -22
- package/esm5/lib/TextCellPresenter.js +2 -2
- package/esm5/lib/TextHeaderCell.js +132 -138
- package/esm5/lib/TextHeaderCellPresenter.js +21 -43
- package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
- package/esm5/lib/VerticalSeparatorCell.js +32 -32
- package/esm5/lib/igc-checkbox-list-component.js +89 -89
- 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-grid-column-component.js +193 -355
- package/esm5/lib/igc-data-grid-component.js +2 -140
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
- package/esm5/lib/igc-data-grid-pager-component.js +10 -38
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +129 -129
- package/esm5/lib/igc-filter-row-definition-component.js +12 -12
- package/esm5/lib/igc-header-component.js +24 -24
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-component.js +24 -24
- package/esm5/lib/igc-summary-row-component.js +24 -24
- package/esm5/lib/igc-text-column-component.js +9 -9
- package/esm5/lib/igc-text-header-cell-info.js +4 -93
- package/esm5/public_api.js +0 -1
- package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
- package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
- package/lib/CheckboxListBridge.d.ts +0 -1
- package/lib/CheckboxListExternal.d.ts +0 -6
- package/lib/CheckboxListView_combined.d.ts +148 -153
- package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +19 -21
- package/lib/GridExternalWrapper.d.ts +0 -1
- package/lib/GridFilterDialogView_combined.d.ts +58 -81
- package/lib/GridStyleRepository.d.ts +84 -23
- package/lib/ImageCell.d.ts +14 -14
- package/lib/SectionHeaderCell.d.ts +2 -2
- package/lib/SummaryCell.d.ts +4 -4
- package/lib/TemplateCell.d.ts +3 -3
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextCell.d.ts +4 -4
- package/lib/TextHeaderCell.d.ts +24 -26
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +0 -54
- package/lib/igc-data-grid-component.d.ts +1 -49
- package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
- package/lib/igc-data-grid-pager-component.d.ts +0 -10
- package/lib/igc-text-header-cell-info.d.ts +0 -33
- package/package.json +4 -4
- package/public_api.d.ts +0 -1
- package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
- package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
- package/lib/GridStyleRepositoryKeys.d.ts +0 -48
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { SortIndicatorStyle_$type } from "./SortIndicatorStyle";
|
|
2
2
|
import { ColumnOptionsIconAlignment_$type } from "./ColumnOptionsIconAlignment";
|
|
3
3
|
import { ColumnOptionsIconBehavior_$type } from "./ColumnOptionsIconBehavior";
|
|
4
|
-
import { BaseControlTheme_$type } from "igniteui-webcomponents-core";
|
|
5
4
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
6
5
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
7
6
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
@@ -25,10 +24,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
25
24
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
26
25
|
*/
|
|
27
26
|
get isColumnOptionsEnabled() {
|
|
28
|
-
return this.i.
|
|
27
|
+
return this.i.ob;
|
|
29
28
|
}
|
|
30
29
|
set isColumnOptionsEnabled(v) {
|
|
31
|
-
this.i.
|
|
30
|
+
this.i.ob = ensureBool(v);
|
|
32
31
|
}
|
|
33
32
|
get sortIndicatorStyle() {
|
|
34
33
|
return this.i.n9;
|
|
@@ -49,10 +48,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
49
48
|
* Gets or sets the color for the column options icon in the header.
|
|
50
49
|
*/
|
|
51
50
|
get columnOptionsIconColor() {
|
|
52
|
-
return brushToString(this.i.
|
|
51
|
+
return brushToString(this.i.on);
|
|
53
52
|
}
|
|
54
53
|
set columnOptionsIconColor(v) {
|
|
55
|
-
this.i.
|
|
54
|
+
this.i.on = stringToBrush(v);
|
|
56
55
|
}
|
|
57
56
|
/**
|
|
58
57
|
* Gets or sets how the column option icon will behave in the header.
|
|
@@ -63,64 +62,4 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
63
62
|
set columnOptionsIconBehavior(v) {
|
|
64
63
|
this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
65
64
|
}
|
|
66
|
-
/**
|
|
67
|
-
* Gets or sets the column options theme.
|
|
68
|
-
*/
|
|
69
|
-
get columnOptionsTheme() {
|
|
70
|
-
return this.i.ob;
|
|
71
|
-
}
|
|
72
|
-
set columnOptionsTheme(v) {
|
|
73
|
-
this.i.ob = ensureEnum(BaseControlTheme_$type, v);
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Gets or sets the column options dropdown background color.
|
|
77
|
-
*/
|
|
78
|
-
get columnOptionsBackground() {
|
|
79
|
-
return brushToString(this.i.pa);
|
|
80
|
-
}
|
|
81
|
-
set columnOptionsBackground(v) {
|
|
82
|
-
this.i.pa = stringToBrush(v);
|
|
83
|
-
}
|
|
84
|
-
/**
|
|
85
|
-
* Gets or sets the text color for text inside the column options menu.
|
|
86
|
-
*/
|
|
87
|
-
get columnOptionsTextColor() {
|
|
88
|
-
return brushToString(this.i.pf);
|
|
89
|
-
}
|
|
90
|
-
set columnOptionsTextColor(v) {
|
|
91
|
-
this.i.pf = stringToBrush(v);
|
|
92
|
-
}
|
|
93
|
-
/**
|
|
94
|
-
* Gets or sets the color of separators inside the column options menu.
|
|
95
|
-
*/
|
|
96
|
-
get columnOptionsSeparatorColor() {
|
|
97
|
-
return brushToString(this.i.pe);
|
|
98
|
-
}
|
|
99
|
-
set columnOptionsSeparatorColor(v) {
|
|
100
|
-
this.i.pe = stringToBrush(v);
|
|
101
|
-
}
|
|
102
|
-
/**
|
|
103
|
-
* Gets or sets the background color for group headers inside the column options menu.
|
|
104
|
-
*/
|
|
105
|
-
get columnOptionsGroupHeaderBackground() {
|
|
106
|
-
return brushToString(this.i.pb);
|
|
107
|
-
}
|
|
108
|
-
set columnOptionsGroupHeaderBackground(v) {
|
|
109
|
-
this.i.pb = stringToBrush(v);
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* Gets or sets the text color for group headers inside the column options menu.
|
|
113
|
-
*/
|
|
114
|
-
get columnOptionsGroupHeaderTextColor() {
|
|
115
|
-
return brushToString(this.i.pc);
|
|
116
|
-
}
|
|
117
|
-
set columnOptionsGroupHeaderTextColor(v) {
|
|
118
|
-
this.i.pc = stringToBrush(v);
|
|
119
|
-
}
|
|
120
|
-
get columnOptionsAccentColor() {
|
|
121
|
-
return brushToString(this.i.o9);
|
|
122
|
-
}
|
|
123
|
-
set columnOptionsAccentColor(v) {
|
|
124
|
-
this.i.o9 = stringToBrush(v);
|
|
125
|
-
}
|
|
126
65
|
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -345,7 +345,6 @@ export * from './lib/GridColumnSpacer';
|
|
|
345
345
|
export * from './lib/GridColumnSpacerCollection';
|
|
346
346
|
export * from './lib/GridEffectGroup';
|
|
347
347
|
export * from './lib/GridStyleRepository';
|
|
348
|
-
export * from './lib/GridStyleRepositoryKeys';
|
|
349
348
|
export * from './lib/HoverManager';
|
|
350
349
|
export * from './lib/IColumnGrouping';
|
|
351
350
|
export * from './lib/IDataGridComponent';
|
|
@@ -57,7 +57,7 @@ export var CanvasCellPresenterBase = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
57
57
|
if (c == 1) {
|
|
58
58
|
return b.color;
|
|
59
59
|
}
|
|
60
|
-
var d = BrushUtil.
|
|
60
|
+
var d = BrushUtil.n(a, c, b, 0);
|
|
61
61
|
return d.color;
|
|
62
62
|
};
|
|
63
63
|
Object.defineProperty(CanvasCellPresenterBase.prototype, "nativeCell", {
|
|
@@ -36,7 +36,7 @@ export var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (
|
|
|
36
36
|
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.pa(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -36,7 +36,7 @@ export var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (func
|
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.hr(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -38,14 +38,14 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
38
38
|
if (a.a5) {
|
|
39
39
|
this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
|
|
40
40
|
if (a.bc(CellModel.ej)) {
|
|
41
|
-
if (!a.bj && a.p.
|
|
41
|
+
if (!a.bj && a.p.iz && a.bg && a.co == 1) {
|
|
42
42
|
this.a.b9();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
if (a.bs) {
|
|
47
47
|
this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
|
|
48
|
-
this.a.
|
|
48
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
49
49
|
}
|
|
50
50
|
if (a.a7) {
|
|
51
51
|
if (a.bm && !this.a.z) {
|
|
@@ -61,11 +61,11 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
this.a.aa = a.a6;
|
|
62
62
|
this.a.bi = a.ge;
|
|
63
63
|
this.a.ab = a.be;
|
|
64
|
-
this.a.
|
|
64
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("Indent")) {
|
|
67
67
|
this.a.bi = a.ge;
|
|
68
|
-
this.a.
|
|
68
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
69
69
|
}
|
|
70
70
|
if (a.bb("IsExpanded")) {
|
|
71
71
|
this.a.ab = a.be;
|
|
@@ -74,7 +74,7 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
74
74
|
this.a.b3 = a.lk;
|
|
75
75
|
}
|
|
76
76
|
if (a.bc(CellModel.hv)) {
|
|
77
|
-
this.a.
|
|
77
|
+
this.a.ds = a.nw;
|
|
78
78
|
}
|
|
79
79
|
if (a.bc(CellModel.hw)) {
|
|
80
80
|
this.a.n = a.ak;
|
|
@@ -86,20 +86,20 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
86
86
|
this.a.bv = a.k9;
|
|
87
87
|
}
|
|
88
88
|
if (a.bc(CellModel.hp)) {
|
|
89
|
-
this.a.
|
|
89
|
+
this.a.dr = a.nv;
|
|
90
90
|
}
|
|
91
91
|
if (a.bc(CellModel.hn)) {
|
|
92
|
-
this.a.
|
|
92
|
+
this.a.dq = a.nu;
|
|
93
93
|
}
|
|
94
94
|
if (a.bc(CellModel.hu)) {
|
|
95
95
|
this.a.aj = a.c4;
|
|
96
96
|
}
|
|
97
97
|
if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
|
|
98
|
-
this.a.
|
|
98
|
+
this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
if (a.bs && a.bm) {
|
|
102
|
-
this.a.
|
|
102
|
+
this.a.dj(a);
|
|
103
103
|
}
|
|
104
104
|
if (a.bb("DoClone")) {
|
|
105
105
|
if (a.a1) {
|
|
@@ -115,7 +115,7 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
115
115
|
if (c == 1) {
|
|
116
116
|
return b.color;
|
|
117
117
|
}
|
|
118
|
-
var d = BrushUtil.
|
|
118
|
+
var d = BrushUtil.n(a, c, b, 0);
|
|
119
119
|
return d.color;
|
|
120
120
|
};
|
|
121
121
|
Object.defineProperty(CellPresenterBase.prototype, "nativeCell", {
|
|
@@ -120,11 +120,6 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
120
120
|
this.y = null;
|
|
121
121
|
this.aa = null;
|
|
122
122
|
break;
|
|
123
|
-
case 26:
|
|
124
|
-
e.keysCleared = delegateRemove(e.keysCleared, runOn(this, this.ak));
|
|
125
|
-
this.z = null;
|
|
126
|
-
this.ab = null;
|
|
127
|
-
break;
|
|
128
123
|
}
|
|
129
124
|
};
|
|
130
125
|
CheckboxListBridge.prototype.ag = function (a, b) {
|
|
@@ -216,9 +211,6 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
216
211
|
case 82:
|
|
217
212
|
d.searchTextColor = c;
|
|
218
213
|
break;
|
|
219
|
-
case 117:
|
|
220
|
-
d.selectAllCaptionTextColor = c;
|
|
221
|
-
break;
|
|
222
214
|
case 99:
|
|
223
215
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
224
216
|
break;
|
|
@@ -237,18 +229,6 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
237
229
|
case 17:
|
|
238
230
|
d.checkboxCornerRadius = c;
|
|
239
231
|
break;
|
|
240
|
-
case 67:
|
|
241
|
-
d.checkboxCheckedBackgroundColor = c;
|
|
242
|
-
break;
|
|
243
|
-
case 69:
|
|
244
|
-
d.checkboxCheckedBorderColor = c;
|
|
245
|
-
break;
|
|
246
|
-
case 66:
|
|
247
|
-
d.checkboxUncheckedBackgroundColor = c;
|
|
248
|
-
break;
|
|
249
|
-
case 68:
|
|
250
|
-
d.checkboxUncheckedBorderColor = c;
|
|
251
|
-
break;
|
|
252
232
|
}
|
|
253
233
|
};
|
|
254
234
|
CheckboxListBridge.prototype.getValue = function (a, b) {
|
|
@@ -267,17 +247,12 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
267
247
|
case 24: return c.rowHoverBackgroundColor;
|
|
268
248
|
case 81: return c.searchIconColor;
|
|
269
249
|
case 82: return c.searchTextColor;
|
|
270
|
-
case 117: return c.selectAllCaptionTextColor;
|
|
271
250
|
case 99: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
272
251
|
case 113: return c.checkboxAlignedRight;
|
|
273
252
|
case 114: return c.labelClickTriggersChange;
|
|
274
253
|
case 115: return c.dataLegendTarget;
|
|
275
254
|
case 78: return c.propertyTypeMemberPath;
|
|
276
255
|
case 17: return c.checkboxCornerRadius;
|
|
277
|
-
case 67: return c.checkboxCheckedBackgroundColor;
|
|
278
|
-
case 69: return c.checkboxCheckedBorderColor;
|
|
279
|
-
case 66: return c.checkboxUncheckedBackgroundColor;
|
|
280
|
-
case 68: return c.checkboxUncheckedBorderColor;
|
|
281
256
|
}
|
|
282
257
|
return null;
|
|
283
258
|
};
|
|
@@ -306,9 +281,6 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
306
281
|
var b = a.exportVisualModel();
|
|
307
282
|
return b;
|
|
308
283
|
};
|
|
309
|
-
CheckboxListBridge.prototype.setGridColumnProvider = function (a, b) {
|
|
310
|
-
a.gridColumnProvider = b;
|
|
311
|
-
};
|
|
312
284
|
CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
|
|
313
285
|
return CheckboxListBridge;
|
|
314
286
|
}(XComponentBridge));
|