igniteui-webcomponents-data-grids 6.2.2-alpha.2 → 6.3.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-webcomponents-data-grids.umd.js +5786 -5636
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/AccessibilityRow.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
- package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +7 -7
- package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CanvasSummaryCell.js +1 -1
- package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +40 -37
- package/esm2015/lib/CheckboxListBridge.js +4 -0
- package/esm2015/lib/CheckboxListView_combined.js +778 -743
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +7 -7
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm2015/lib/ContentCellModelHelper.js +13 -13
- package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +303 -303
- package/esm2015/lib/EditorCellPresenter.js +27 -27
- package/esm2015/lib/EditorRowCell.js +1 -1
- package/esm2015/lib/FilterCell.js +272 -272
- package/esm2015/lib/FilterCellPresenter.js +16 -16
- package/esm2015/lib/GridCellBase.js +356 -337
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCell.js +59 -59
- package/esm2015/lib/ImageCellPresenter.js +17 -17
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCell.js +8 -8
- package/esm2015/lib/NumericCellPresenter.js +9 -9
- package/esm2015/lib/PropertyEditorView_combined.js +21 -21
- package/esm2015/lib/SectionHeaderCell.js +15 -15
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SortIndicatorStyle.js +6 -2
- package/esm2015/lib/SummaryCell.js +40 -40
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +5 -5
- package/esm2015/lib/TemplateHeader.js +2 -2
- package/esm2015/lib/TemplateHeaderCell.js +5 -5
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm2015/lib/TextCell.js +32 -32
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +153 -153
- package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +164 -155
- package/esm2015/lib/igc-checkbox-list-component.js +103 -87
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +114 -104
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- package/esm2015/lib/igc-image-cell-info.js +6 -6
- package/esm2015/lib/igc-image-column-component.js +12 -12
- package/esm2015/lib/igc-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +35 -35
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- package/esm2015/lib/igc-template-cell-info.js +2 -2
- package/esm2015/lib/igc-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/esm5/lib/AccessibilityRow.js +1 -1
- package/esm5/lib/CanvasCellPresenterBase.js +9 -9
- package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +7 -7
- package/esm5/lib/CanvasImageCellPresenter.js +9 -9
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- package/esm5/lib/CanvasSummaryCell.js +1 -1
- package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +40 -37
- package/esm5/lib/CheckboxListBridge.js +4 -0
- package/esm5/lib/CheckboxListView_combined.js +760 -725
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +7 -7
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
- package/esm5/lib/ContentCellModelHelper.js +13 -13
- package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +285 -285
- package/esm5/lib/EditorCellPresenter.js +27 -27
- package/esm5/lib/EditorRowCell.js +1 -1
- package/esm5/lib/FilterCell.js +262 -262
- package/esm5/lib/FilterCellPresenter.js +16 -16
- package/esm5/lib/GridCellBase.js +349 -326
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
- package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCell.js +59 -59
- package/esm5/lib/ImageCellPresenter.js +17 -17
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCell.js +8 -8
- package/esm5/lib/NumericCellPresenter.js +9 -9
- package/esm5/lib/PropertyEditorView_combined.js +21 -21
- package/esm5/lib/SectionHeaderCell.js +15 -15
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SortIndicatorStyle.js +6 -2
- package/esm5/lib/SummaryCell.js +40 -40
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +5 -5
- package/esm5/lib/TemplateHeader.js +2 -2
- package/esm5/lib/TemplateHeaderCell.js +5 -5
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
- package/esm5/lib/TextCell.js +32 -32
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +151 -151
- package/esm5/lib/TextHeaderCellPresenter.js +25 -25
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +168 -155
- package/esm5/lib/igc-checkbox-list-component.js +103 -87
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +118 -104
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- package/esm5/lib/igc-image-cell-info.js +6 -6
- package/esm5/lib/igc-image-column-component.js +12 -12
- package/esm5/lib/igc-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +35 -35
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- package/esm5/lib/igc-template-cell-info.js +2 -2
- package/esm5/lib/igc-template-header-cell-info.js +2 -2
- 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-header-cell-info.js +10 -10
- package/fesm2015/igniteui-webcomponents-data-grids.js +5980 -5848
- package/fesm5/igniteui-webcomponents-data-grids.js +5788 -5638
- package/lib/CheckboxListBridge.d.ts +1 -0
- package/lib/CheckboxListViewExternal.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +185 -179
- package/lib/ColumnFilterCondition_combined.d.ts +820 -813
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +105 -102
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +3 -3
- package/lib/SortIndicatorStyle.d.ts +5 -1
- package/lib/SummaryCell.d.ts +9 -9
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +29 -29
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-checkbox-list-component.d.ts +10 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/package.json +4 -4
|
@@ -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.n6) || a.bc(SectionHeaderCellModel.n8)) {
|
|
32
|
+
if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
|
|
33
|
+
if (b.ie == null) {
|
|
34
|
+
b.kx = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.kx = b.ie.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.oe != null && b.n5 == 0) {
|
|
42
|
+
b.kx = b.og + " " + b.oe;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.kx = b.og;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.cr(b.
|
|
48
|
+
this.d.cr(b.kx);
|
|
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.af(this.da);
|
|
70
70
|
this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
|
|
71
71
|
}
|
|
72
72
|
var b = this.bo;
|
|
@@ -28,11 +28,11 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
28
|
var b = a;
|
|
29
29
|
if (a.a7) {
|
|
30
30
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
31
|
-
this.d.dj(b.
|
|
32
|
-
this.d.cr(b.
|
|
31
|
+
this.d.dj(b.n8);
|
|
32
|
+
this.d.cr(b.oa);
|
|
33
33
|
}
|
|
34
34
|
if (a.bb("SummaryLabelTextColor")) {
|
|
35
|
-
var c = CanvasContentCellModelHelper.e(b.
|
|
35
|
+
var c = CanvasContentCellModelHelper.e(b.of);
|
|
36
36
|
this.d.dk(c);
|
|
37
37
|
}
|
|
38
38
|
if (a.bb("FontInfo")) {
|
|
@@ -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.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
33
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.c7));
|
|
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.pa(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -30,9 +30,9 @@ 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.
|
|
34
|
-
var d = Math.min(1, Math.max(0, a.
|
|
35
|
-
var e = a.
|
|
33
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
34
|
+
var d = Math.min(1, Math.max(0, a.c7));
|
|
35
|
+
var e = a.cs * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
38
|
this.d.dc();
|
|
@@ -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.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
|
|
32
|
+
b.kx = this.e(b);
|
|
33
|
+
this.d.cr(b.kx);
|
|
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.lt != null) {
|
|
40
|
+
return a.lt;
|
|
41
41
|
}
|
|
42
|
-
if (a.
|
|
43
|
-
return a.
|
|
42
|
+
if (a.n2 != null) {
|
|
43
|
+
return a.n2;
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
if (a.
|
|
46
|
+
if (a.ie == null) {
|
|
47
47
|
return "";
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
return a.
|
|
50
|
+
return a.ie.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.n0)) {
|
|
40
|
+
b.kx = b.n2;
|
|
41
|
+
this.d.cr(b.kx);
|
|
42
42
|
}
|
|
43
|
-
if (a.bc(CellModel.
|
|
43
|
+
if (a.bc(CellModel.hi)) {
|
|
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.hj)) {
|
|
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.ns;
|
|
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.n9;
|
|
68
68
|
}
|
|
69
69
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
70
70
|
}
|
|
@@ -25,83 +25,86 @@ 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.cv(a.c);
|
|
29
|
+
this.a.c4(a.e);
|
|
30
|
+
this.a.cy(a.d);
|
|
31
|
+
this.a.cj();
|
|
32
|
+
if (a.bc(CellModel.gm)) {
|
|
33
33
|
this.a.ad = a.bh;
|
|
34
34
|
}
|
|
35
|
-
if (a.bc(CellModel.
|
|
36
|
-
this.a.
|
|
35
|
+
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
36
|
+
this.a.c6(a.ez, a.e3, a.e1, a.ex);
|
|
37
37
|
}
|
|
38
38
|
if (a.a5) {
|
|
39
|
-
this.a.
|
|
40
|
-
if (a.bc(CellModel.
|
|
41
|
-
if (!a.bj && a.p.iz && a.bg && a.
|
|
42
|
-
this.a.
|
|
39
|
+
this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
|
|
40
|
+
if (a.bc(CellModel.ej)) {
|
|
41
|
+
if (!a.bj && a.p.iz && a.bg && a.co == 1) {
|
|
42
|
+
this.a.b9();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
if (a.bs) {
|
|
47
|
-
this.a.
|
|
48
|
-
this.a.
|
|
47
|
+
this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
|
|
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) {
|
|
52
|
-
this.a.
|
|
52
|
+
this.a.b8();
|
|
53
53
|
}
|
|
54
|
-
if (a.bc(CellModel.
|
|
55
|
-
this.a.
|
|
54
|
+
if (a.bc(CellModel.ek)) {
|
|
55
|
+
this.a.cw(a.nc.color);
|
|
56
56
|
}
|
|
57
|
-
if (a.bc(CellModel.
|
|
58
|
-
this.a.
|
|
57
|
+
if (a.bc(CellModel.ew)) {
|
|
58
|
+
this.a.c5(a.cq);
|
|
59
59
|
}
|
|
60
60
|
if (a.bb("IsCollapsable")) {
|
|
61
61
|
this.a.aa = a.a6;
|
|
62
|
-
this.a.
|
|
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
|
-
this.a.
|
|
68
|
-
this.a.
|
|
67
|
+
this.a.bi = a.ge;
|
|
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;
|
|
72
72
|
}
|
|
73
|
-
if (a.bc(CellModel.
|
|
74
|
-
this.a.
|
|
73
|
+
if (a.bc(CellModel.hx)) {
|
|
74
|
+
this.a.b3 = a.lk;
|
|
75
75
|
}
|
|
76
|
-
if (a.bc(CellModel.
|
|
77
|
-
this.a.
|
|
76
|
+
if (a.bc(CellModel.hv)) {
|
|
77
|
+
this.a.ds = a.nw;
|
|
78
78
|
}
|
|
79
|
-
if (a.bc(CellModel.
|
|
79
|
+
if (a.bc(CellModel.hw)) {
|
|
80
80
|
this.a.n = a.ak;
|
|
81
81
|
}
|
|
82
|
+
if (a.bc(CellModel.ho)) {
|
|
83
|
+
this.a.by = a.lc;
|
|
84
|
+
}
|
|
82
85
|
if (a.bc(CellModel.hm)) {
|
|
83
|
-
this.a.
|
|
86
|
+
this.a.bv = a.k9;
|
|
84
87
|
}
|
|
85
|
-
if (a.bc(CellModel.
|
|
86
|
-
this.a.
|
|
88
|
+
if (a.bc(CellModel.hp)) {
|
|
89
|
+
this.a.dr = a.nv;
|
|
87
90
|
}
|
|
88
91
|
if (a.bc(CellModel.hn)) {
|
|
89
|
-
this.a.
|
|
92
|
+
this.a.dq = a.nu;
|
|
90
93
|
}
|
|
91
|
-
if (a.bc(CellModel.
|
|
92
|
-
this.a.
|
|
94
|
+
if (a.bc(CellModel.hu)) {
|
|
95
|
+
this.a.aj = a.c4;
|
|
93
96
|
}
|
|
94
|
-
if (a.bc(CellModel.
|
|
95
|
-
this.a.
|
|
97
|
+
if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
|
|
98
|
+
this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
96
99
|
}
|
|
97
100
|
}
|
|
98
101
|
if (a.bs && a.bm) {
|
|
99
|
-
this.a.
|
|
102
|
+
this.a.dj(a);
|
|
100
103
|
}
|
|
101
104
|
if (a.bb("DoClone")) {
|
|
102
105
|
if (a.a1) {
|
|
103
106
|
a.a1 = false;
|
|
104
|
-
this.a.
|
|
107
|
+
this.a.b7();
|
|
105
108
|
}
|
|
106
109
|
}
|
|
107
110
|
};
|
|
@@ -277,6 +277,10 @@ var CheckboxListBridge = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
277
277
|
};
|
|
278
278
|
CheckboxListBridge.prototype.am = function (a, b) {
|
|
279
279
|
};
|
|
280
|
+
CheckboxListBridge.prototype.exportVisualData = function (a) {
|
|
281
|
+
var b = a.exportVisualModel();
|
|
282
|
+
return b;
|
|
283
|
+
};
|
|
280
284
|
CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
|
|
281
285
|
return CheckboxListBridge;
|
|
282
286
|
}(XComponentBridge));
|