igniteui-webcomponents-data-grids 7.0.0 → 7.0.1-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-webcomponents-data-grids.umd.js +9505 -8241
- 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 +28 -0
- package/esm2015/lib/CheckboxListView_combined.js +730 -705
- package/esm2015/lib/ColumnChooserView_combined.js +16 -16
- package/esm2015/lib/ColumnFilterCondition_combined.js +5835 -5150
- 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 +65 -63
- 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 +9 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +311 -172
- package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +271 -433
- package/esm2015/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +140 -134
- package/esm2015/lib/TextHeaderCellPresenter.js +43 -21
- 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 +307 -193
- package/esm2015/lib/igc-data-grid-component.js +99 -1
- package/esm2015/lib/igc-data-grid-filter-dialog-component.js +77 -20
- package/esm2015/lib/igc-data-grid-pager-component.js +30 -10
- 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 +65 -4
- package/esm2015/public_api.js +1 -0
- 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 +28 -0
- package/esm5/lib/CheckboxListView_combined.js +709 -684
- package/esm5/lib/ColumnChooserView_combined.js +16 -16
- package/esm5/lib/ColumnFilterCondition_combined.js +5822 -5005
- 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 +64 -62
- 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 +9 -6
- package/esm5/lib/GridFilterDialogView_combined.js +331 -164
- package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +275 -585
- package/esm5/lib/GridStyleRepositoryKeys.js +11 -0
- 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 +138 -132
- package/esm5/lib/TextHeaderCellPresenter.js +43 -21
- package/esm5/lib/TextIconSetConditionalStyle.js +4 -3
- 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 +355 -193
- package/esm5/lib/igc-data-grid-component.js +140 -2
- package/esm5/lib/igc-data-grid-filter-dialog-component.js +101 -20
- package/esm5/lib/igc-data-grid-pager-component.js +38 -10
- 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 +93 -4
- package/esm5/public_api.js +1 -0
- package/fesm2015/igniteui-webcomponents-data-grids.js +9402 -8300
- package/fesm5/igniteui-webcomponents-data-grids.js +9507 -8244
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListExternal.d.ts +6 -0
- package/lib/CheckboxListView_combined.d.ts +153 -148
- package/lib/ColumnFilterCondition_combined.d.ts +1402 -1268
- package/lib/EditorCell.d.ts +51 -51
- package/lib/FilterCell.d.ts +53 -53
- package/lib/GridCellBase.d.ts +21 -19
- package/lib/GridExternalWrapper.d.ts +1 -0
- package/lib/GridFilterDialogView_combined.d.ts +81 -58
- package/lib/GridStyleRepository.d.ts +23 -84
- package/lib/GridStyleRepositoryKeys.d.ts +48 -0
- 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 +26 -24
- package/lib/VerticalSeparatorCell.d.ts +4 -4
- package/lib/igc-data-grid-column-component.d.ts +54 -0
- package/lib/igc-data-grid-component.d.ts +49 -1
- package/lib/igc-data-grid-filter-dialog-component.d.ts +27 -0
- package/lib/igc-data-grid-pager-component.d.ts +10 -0
- package/lib/igc-text-header-cell-info.d.ts +33 -0
- package/package.json +4 -4
- package/public_api.d.ts +1 -0
|
@@ -1,6 +1,7 @@
|
|
|
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";
|
|
4
5
|
import { IgcTextCellInfo } from "./igc-text-cell-info";
|
|
5
6
|
import { TextHeaderCellModel as TextHeaderCellModel_internal } from "./TextHeaderCellModel";
|
|
6
7
|
import { ensureBool, ensureEnum, brushToString, stringToBrush } from "igniteui-webcomponents-core";
|
|
@@ -24,10 +25,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
24
25
|
* Sets or gets whether the filter UI should be visible in the header.
|
|
25
26
|
*/
|
|
26
27
|
get isColumnOptionsEnabled() {
|
|
27
|
-
return this.i.
|
|
28
|
+
return this.i.od;
|
|
28
29
|
}
|
|
29
30
|
set isColumnOptionsEnabled(v) {
|
|
30
|
-
this.i.
|
|
31
|
+
this.i.od = ensureBool(v);
|
|
31
32
|
}
|
|
32
33
|
get sortIndicatorStyle() {
|
|
33
34
|
return this.i.n9;
|
|
@@ -48,10 +49,10 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
48
49
|
* Gets or sets the color for the column options icon in the header.
|
|
49
50
|
*/
|
|
50
51
|
get columnOptionsIconColor() {
|
|
51
|
-
return brushToString(this.i.
|
|
52
|
+
return brushToString(this.i.pd);
|
|
52
53
|
}
|
|
53
54
|
set columnOptionsIconColor(v) {
|
|
54
|
-
this.i.
|
|
55
|
+
this.i.pd = stringToBrush(v);
|
|
55
56
|
}
|
|
56
57
|
/**
|
|
57
58
|
* Gets or sets how the column option icon will behave in the header.
|
|
@@ -62,4 +63,64 @@ export class IgcTextHeaderCellInfo extends IgcTextCellInfo {
|
|
|
62
63
|
set columnOptionsIconBehavior(v) {
|
|
63
64
|
this.i.n7 = ensureEnum(ColumnOptionsIconBehavior_$type, v);
|
|
64
65
|
}
|
|
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
|
+
}
|
|
65
126
|
}
|
package/esm2015/public_api.js
CHANGED
|
@@ -345,6 +345,7 @@ 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';
|
|
348
349
|
export * from './lib/HoverManager';
|
|
349
350
|
export * from './lib/IColumnGrouping';
|
|
350
351
|
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.p(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.qr(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.ht(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.i1 && 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.dc(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.dc(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.dc(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.dt = 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.ds = a.nv;
|
|
90
90
|
}
|
|
91
91
|
if (a.bc(CellModel.hn)) {
|
|
92
|
-
this.a.
|
|
92
|
+
this.a.dr = 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.dv = 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.dk(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.p(a, c, b, 0);
|
|
119
119
|
return d.color;
|
|
120
120
|
};
|
|
121
121
|
Object.defineProperty(CellPresenterBase.prototype, "nativeCell", {
|
|
@@ -120,6 +120,11 @@ 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;
|
|
123
128
|
}
|
|
124
129
|
};
|
|
125
130
|
CheckboxListBridge.prototype.ag = function (a, b) {
|
|
@@ -211,6 +216,9 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
211
216
|
case 82:
|
|
212
217
|
d.searchTextColor = c;
|
|
213
218
|
break;
|
|
219
|
+
case 117:
|
|
220
|
+
d.selectAllCaptionTextColor = c;
|
|
221
|
+
break;
|
|
214
222
|
case 99:
|
|
215
223
|
d.indexType = EnumUtil.getEnumValue(NativeUICheckboxListIndexType_$type, c);
|
|
216
224
|
break;
|
|
@@ -229,6 +237,18 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
229
237
|
case 17:
|
|
230
238
|
d.checkboxCornerRadius = c;
|
|
231
239
|
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;
|
|
232
252
|
}
|
|
233
253
|
};
|
|
234
254
|
CheckboxListBridge.prototype.getValue = function (a, b) {
|
|
@@ -247,12 +267,17 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
247
267
|
case 24: return c.rowHoverBackgroundColor;
|
|
248
268
|
case 81: return c.searchIconColor;
|
|
249
269
|
case 82: return c.searchTextColor;
|
|
270
|
+
case 117: return c.selectAllCaptionTextColor;
|
|
250
271
|
case 99: return enumGetBox(CheckboxListExternalIndexType_$type, c.indexType);
|
|
251
272
|
case 113: return c.checkboxAlignedRight;
|
|
252
273
|
case 114: return c.labelClickTriggersChange;
|
|
253
274
|
case 115: return c.dataLegendTarget;
|
|
254
275
|
case 78: return c.propertyTypeMemberPath;
|
|
255
276
|
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;
|
|
256
281
|
}
|
|
257
282
|
return null;
|
|
258
283
|
};
|
|
@@ -281,6 +306,9 @@ export var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
281
306
|
var b = a.exportVisualModel();
|
|
282
307
|
return b;
|
|
283
308
|
};
|
|
309
|
+
CheckboxListBridge.prototype.setGridColumnProvider = function (a, b) {
|
|
310
|
+
a.gridColumnProvider = b;
|
|
311
|
+
};
|
|
284
312
|
CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
|
|
285
313
|
return CheckboxListBridge;
|
|
286
314
|
}(XComponentBridge));
|