igniteui-webcomponents-data-grids 7.1.0-alpha.2 → 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 +5951 -5689
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +3 -3
- package/esm2015/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- 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 +20 -20
- package/esm2015/lib/CheckboxListView_combined.js +22 -22
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4875 -4738
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +11 -11
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +8 -8
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
- package/esm2015/lib/GridStyleRepository.js +118 -113
- package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm2015/lib/ImageCellPresenter.js +7 -7
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm2015/lib/NumericCellPresenter.js +8 -8
- package/esm2015/lib/PropertyEditorView_combined.js +17 -17
- 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 +4 -4
- 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/TextHeaderCellPresenter.js +38 -38
- package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm2015/lib/igc-cell-info.js +76 -67
- 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 +281 -261
- package/esm2015/lib/igc-data-grid-component.js +10 -0
- 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-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-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-numeric-cell-info.js +26 -26
- package/esm2015/lib/igc-numeric-column-component.js +46 -35
- 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-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-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 +38 -38
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
- 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 +20 -20
- package/esm5/lib/CheckboxListView_combined.js +22 -22
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +4693 -4528
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +11 -11
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +9 -9
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +8 -8
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- 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/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/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +2 -2
- package/esm5/lib/GridStyleRepository.js +118 -113
- package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
- package/esm5/lib/ImageCellPresenter.js +7 -7
- package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
- package/esm5/lib/NumericCellPresenter.js +8 -8
- package/esm5/lib/PropertyEditorView_combined.js +17 -17
- 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 +4 -4
- 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/TextHeaderCellPresenter.js +38 -38
- package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
- package/esm5/lib/igc-cell-info.js +80 -67
- 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 +289 -261
- package/esm5/lib/igc-data-grid-component.js +14 -0
- 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-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-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-numeric-cell-info.js +26 -26
- package/esm5/lib/igc-numeric-column-component.js +50 -35
- 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-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-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 +38 -38
- package/fesm2015/igniteui-webcomponents-data-grids.js +6090 -5884
- package/fesm5/igniteui-webcomponents-data-grids.js +5951 -5689
- package/lib/ColumnFilterCondition_combined.d.ts +1223 -1198
- package/lib/GridStyleRepositoryKeys.d.ts +28 -27
- 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 +5 -0
- package/lib/igc-data-grid-column-component.d.ts +10 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-column-component.d.ts +6 -0
- package/lib/igc-section-header-component.d.ts +4 -0
- package/package.json +4 -4
|
@@ -30,13 +30,13 @@ export var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (func
|
|
|
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.fp) || a.bc(CellModel.
|
|
33
|
+
if (a.bc(CellModel.fp) || a.bc(CellModel.h6)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.c7));
|
|
35
35
|
var e = a.cs * (1 - d);
|
|
36
36
|
}
|
|
37
37
|
var f = a;
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.hu(f, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateHeaderCellPresenter.$t = markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateHeaderCellPresenter;
|
|
@@ -28,26 +28,26 @@ export var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
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.n5) || a.bc(TextCellModel.h4) || a.bc(TextCellModel.gy)) {
|
|
32
|
+
b.kz = this.e(b);
|
|
33
|
+
this.d.cr(b.kz);
|
|
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.lw != null) {
|
|
40
|
+
return a.lw;
|
|
41
41
|
}
|
|
42
|
-
if (a.
|
|
43
|
-
return a.
|
|
42
|
+
if (a.n7 != null) {
|
|
43
|
+
return a.n7;
|
|
44
44
|
}
|
|
45
45
|
else {
|
|
46
|
-
if (a.
|
|
46
|
+
if (a.ih == null) {
|
|
47
47
|
return "";
|
|
48
48
|
}
|
|
49
49
|
else {
|
|
50
|
-
return a.
|
|
50
|
+
return a.ih.toString();
|
|
51
51
|
}
|
|
52
52
|
}
|
|
53
53
|
};
|
|
@@ -36,11 +36,11 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
|
|
|
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.n5)) {
|
|
40
|
+
b.kz = b.n7;
|
|
41
|
+
this.d.cr(b.kz);
|
|
42
42
|
}
|
|
43
|
-
if (a.bc(CellModel.
|
|
43
|
+
if (a.bc(CellModel.hk)) {
|
|
44
44
|
if (a.bt) {
|
|
45
45
|
this.d.db.m = false;
|
|
46
46
|
}
|
|
@@ -54,17 +54,17 @@ export var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function
|
|
|
54
54
|
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
|
-
if (a.bc(CellModel.
|
|
57
|
+
if (a.bc(CellModel.hl)) {
|
|
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.nx;
|
|
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.oe;
|
|
68
68
|
}
|
|
69
69
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
70
70
|
}
|
|
@@ -36,7 +36,7 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
36
36
|
this.a.c6(a.ez, a.e3, a.e1, a.ex);
|
|
37
37
|
}
|
|
38
38
|
if (a.a5) {
|
|
39
|
-
this.a.cx(a.
|
|
39
|
+
this.a.cx(a.nh, a.en, a.es, a.eq, a.el);
|
|
40
40
|
if (a.bc(CellModel.ej)) {
|
|
41
41
|
if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
|
|
42
42
|
this.a.b9();
|
|
@@ -45,14 +45,14 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
45
45
|
}
|
|
46
46
|
if (a.bs) {
|
|
47
47
|
this.a.c1(a.f9, (a.e3 + a.ex + a.es + a.el));
|
|
48
|
-
this.a.dc(a.
|
|
48
|
+
this.a.dc(a.h7, (a.ez + a.e1 + a.en + a.eq));
|
|
49
49
|
}
|
|
50
50
|
if (a.a7) {
|
|
51
51
|
if (a.bm && !this.a.z) {
|
|
52
52
|
this.a.b8();
|
|
53
53
|
}
|
|
54
54
|
if (a.bc(CellModel.ek)) {
|
|
55
|
-
this.a.cw(a.
|
|
55
|
+
this.a.cw(a.ng.color);
|
|
56
56
|
}
|
|
57
57
|
if (a.bc(CellModel.ew)) {
|
|
58
58
|
this.a.c5(a.cq);
|
|
@@ -61,40 +61,40 @@ export var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
61
61
|
this.a.aa = a.a6;
|
|
62
62
|
this.a.bi = a.gf;
|
|
63
63
|
this.a.ab = a.be;
|
|
64
|
-
this.a.dc(a.
|
|
64
|
+
this.a.dc(a.h7, (a.ez + a.e1 + a.en + a.eq));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("Indent")) {
|
|
67
67
|
this.a.bi = a.gf;
|
|
68
|
-
this.a.dc(a.
|
|
68
|
+
this.a.dc(a.h7, (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.b3 = a.
|
|
75
|
-
}
|
|
76
|
-
if (a.bc(CellModel.hw)) {
|
|
77
|
-
this.a.dt = a.nx;
|
|
73
|
+
if (a.bc(CellModel.hz)) {
|
|
74
|
+
this.a.b3 = a.ln;
|
|
78
75
|
}
|
|
79
76
|
if (a.bc(CellModel.hx)) {
|
|
80
|
-
this.a.
|
|
81
|
-
}
|
|
82
|
-
if (a.bc(CellModel.hp)) {
|
|
83
|
-
this.a.by = a.ld;
|
|
77
|
+
this.a.dt = a.n1;
|
|
84
78
|
}
|
|
85
|
-
if (a.bc(CellModel.
|
|
86
|
-
this.a.
|
|
79
|
+
if (a.bc(CellModel.hy)) {
|
|
80
|
+
this.a.n = a.ak;
|
|
87
81
|
}
|
|
88
82
|
if (a.bc(CellModel.hq)) {
|
|
89
|
-
this.a.
|
|
83
|
+
this.a.by = a.lf;
|
|
90
84
|
}
|
|
91
85
|
if (a.bc(CellModel.ho)) {
|
|
92
|
-
this.a.
|
|
86
|
+
this.a.bv = a.lc;
|
|
87
|
+
}
|
|
88
|
+
if (a.bc(CellModel.hr)) {
|
|
89
|
+
this.a.ds = a.n0;
|
|
93
90
|
}
|
|
94
|
-
if (a.bc(CellModel.
|
|
91
|
+
if (a.bc(CellModel.hp)) {
|
|
92
|
+
this.a.dr = a.nz;
|
|
93
|
+
}
|
|
94
|
+
if (a.bc(CellModel.hw)) {
|
|
95
95
|
this.a.aj = a.c4;
|
|
96
96
|
}
|
|
97
|
-
if (a.bc(CellModel.
|
|
97
|
+
if (a.bc(CellModel.ht) || a.bc(CellModel.hu) || a.bc(CellModel.hv) || a.bc(CellModel.hv)) {
|
|
98
98
|
this.a.dv = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -1037,7 +1037,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1037
1037
|
if (-1 == c) {
|
|
1038
1038
|
return;
|
|
1039
1039
|
}
|
|
1040
|
-
var d = b.cellInfo.
|
|
1040
|
+
var d = b.cellInfo.ii;
|
|
1041
1041
|
var e = this.j(d);
|
|
1042
1042
|
if (this.a6) {
|
|
1043
1043
|
if (this.keys.contains(e)) {
|
|
@@ -1080,8 +1080,8 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1080
1080
|
return;
|
|
1081
1081
|
}
|
|
1082
1082
|
var d = false;
|
|
1083
|
-
if (b.cellInfo.
|
|
1084
|
-
var e = this.j(b.cellInfo.
|
|
1083
|
+
if (b.cellInfo.ii != null) {
|
|
1084
|
+
var e = this.j(b.cellInfo.ii);
|
|
1085
1085
|
if (this.keys.contains(e)) {
|
|
1086
1086
|
d = true;
|
|
1087
1087
|
}
|
|
@@ -1098,13 +1098,13 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1098
1098
|
var f = null;
|
|
1099
1099
|
var g = null;
|
|
1100
1100
|
var h = null;
|
|
1101
|
-
if (b.cellInfo.
|
|
1102
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
1101
|
+
if (b.cellInfo.ii != null) {
|
|
1102
|
+
d = this.ai.getPropertyValue(b.cellInfo.ii);
|
|
1103
1103
|
if (this.al != null) {
|
|
1104
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
1104
|
+
e = this.al.getPropertyValue(b.cellInfo.ii);
|
|
1105
1105
|
}
|
|
1106
1106
|
if (this.aj != null) {
|
|
1107
|
-
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
1107
|
+
var i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ii));
|
|
1108
1108
|
if (i == 0) {
|
|
1109
1109
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
1110
1110
|
}
|
|
@@ -1685,7 +1685,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1685
1685
|
case "CheckboxCornerRadius":
|
|
1686
1686
|
this.view.af();
|
|
1687
1687
|
if (this.g != null) {
|
|
1688
|
-
this.g.
|
|
1688
|
+
this.g.yw();
|
|
1689
1689
|
}
|
|
1690
1690
|
break;
|
|
1691
1691
|
case "CheckboxAlignedRight":
|
|
@@ -1695,7 +1695,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1695
1695
|
break;
|
|
1696
1696
|
case "DataLegendTarget":
|
|
1697
1697
|
if (this.g != null) {
|
|
1698
|
-
this.g.
|
|
1698
|
+
this.g.yw();
|
|
1699
1699
|
}
|
|
1700
1700
|
break;
|
|
1701
1701
|
}
|
|
@@ -1828,23 +1828,23 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1828
1828
|
if (this.bw == null) {
|
|
1829
1829
|
this.bw = "";
|
|
1830
1830
|
}
|
|
1831
|
-
a.
|
|
1832
|
-
a.
|
|
1831
|
+
a.nh = this.bw;
|
|
1832
|
+
a.n8 = "CheckboxColumn";
|
|
1833
1833
|
var b = new ColumnWidth();
|
|
1834
1834
|
b.c = false;
|
|
1835
1835
|
b.f = 28;
|
|
1836
1836
|
a.width = b;
|
|
1837
|
-
a.lj = 0;
|
|
1838
1837
|
a.lk = 0;
|
|
1838
|
+
a.ll = 0;
|
|
1839
1839
|
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1840
1840
|
this.k = a;
|
|
1841
1841
|
this.g.columns.add(a);
|
|
1842
1842
|
var c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1843
1843
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1844
1844
|
var d = new TemplateColumn();
|
|
1845
|
-
d.
|
|
1846
|
-
d.
|
|
1847
|
-
d.
|
|
1845
|
+
d.nh = this.bt;
|
|
1846
|
+
d.n8 = "DataColumn";
|
|
1847
|
+
d.lk = 0;
|
|
1848
1848
|
d.g = 0;
|
|
1849
1849
|
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1850
1850
|
this.g.columns.add(d);
|
|
@@ -1852,7 +1852,7 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1852
1852
|
else {
|
|
1853
1853
|
var e = void 0;
|
|
1854
1854
|
if (this.f != null) {
|
|
1855
|
-
e = this.f.
|
|
1855
|
+
e = this.f.h1();
|
|
1856
1856
|
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1857
1857
|
}
|
|
1858
1858
|
else {
|
|
@@ -1878,9 +1878,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1878
1878
|
break;
|
|
1879
1879
|
}
|
|
1880
1880
|
}
|
|
1881
|
-
e.
|
|
1882
|
-
e.
|
|
1883
|
-
e.
|
|
1881
|
+
e.nh = this.bt;
|
|
1882
|
+
e.n8 = "DataColumn";
|
|
1883
|
+
e.lk = 0;
|
|
1884
1884
|
e.g = 0;
|
|
1885
1885
|
this.g.columns.add(e);
|
|
1886
1886
|
}
|
|
@@ -1888,9 +1888,9 @@ export var CheckboxList = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
1888
1888
|
var g = new ColumnWidth();
|
|
1889
1889
|
g.c = false;
|
|
1890
1890
|
g.f = 10;
|
|
1891
|
-
f.
|
|
1892
|
-
f.
|
|
1893
|
-
f.
|
|
1891
|
+
f.nh = "PaddingColumn";
|
|
1892
|
+
f.n8 = "PaddingColumn";
|
|
1893
|
+
f.lk = 0;
|
|
1894
1894
|
f.width = g;
|
|
1895
1895
|
this.g.columns.add(f);
|
|
1896
1896
|
};
|
|
@@ -346,12 +346,12 @@ export var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
346
346
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
347
347
|
var c = _c.value;
|
|
348
348
|
a = new ColumnChooserInfo();
|
|
349
|
-
var d = c.
|
|
350
|
-
if (c.
|
|
351
|
-
d = c.
|
|
349
|
+
var d = c.nh;
|
|
350
|
+
if (c.no != null) {
|
|
351
|
+
d = c.no;
|
|
352
352
|
}
|
|
353
353
|
a.columnName = d;
|
|
354
|
-
a.isNotHidden = !c.
|
|
354
|
+
a.isNotHidden = !c.ka;
|
|
355
355
|
b.add(a);
|
|
356
356
|
}
|
|
357
357
|
}
|
|
@@ -394,7 +394,7 @@ export var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
394
394
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
395
395
|
var a = _c.value;
|
|
396
396
|
this.m = true;
|
|
397
|
-
a.
|
|
397
|
+
a.ka = false;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
400
|
catch (e_2_1) {
|
|
@@ -420,7 +420,7 @@ export var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
420
420
|
for (var _b = __values(fromEnum(this.b.actualColumns)), _c = _b.next(); !_c.done; _c = _b.next()) {
|
|
421
421
|
var a = _c.value;
|
|
422
422
|
this.m = true;
|
|
423
|
-
a.
|
|
423
|
+
a.ka = true;
|
|
424
424
|
}
|
|
425
425
|
}
|
|
426
426
|
catch (e_3_1) {
|
|
@@ -452,9 +452,9 @@ export var ColumnChooser = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
452
452
|
var c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
453
453
|
var d = this.b.actualColumns.count;
|
|
454
454
|
for (var e = 0; e < d; e++) {
|
|
455
|
-
if (this.b.actualColumns._inner[e].
|
|
456
|
-
this.b.actualColumns._inner[e].
|
|
457
|
-
this.b.actualColumns._inner[e].
|
|
455
|
+
if (this.b.actualColumns._inner[e].nh == c.columnName || this.b.actualColumns._inner[e].n8 == c.columnName || this.b.actualColumns._inner[e].no == c.columnName) {
|
|
456
|
+
this.b.actualColumns._inner[e].ka = !b.b;
|
|
457
|
+
this.b.actualColumns._inner[e].pc("Hidden");
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
460
|
};
|