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
|
@@ -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
30
|
this.a.ck(a.f9);
|
|
31
|
-
this.a.cu(a.
|
|
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.fp) || b.bc(CellModel.eu) || 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
35
|
if (b.bc(CellModel.gv)) {
|
|
36
36
|
}
|
|
37
|
-
if (b.bc(CellModel.gb) || 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
|
}
|
|
@@ -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.fp) || 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
|
}
|
|
@@ -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.fp) || 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.fp) || 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
|
}
|
|
@@ -31,7 +31,7 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
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
36
|
if (!a.bj && a.p.i8 && a.bg && a.co == 1) {
|
|
37
37
|
this.a.b9();
|
|
@@ -40,14 +40,14 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
40
40
|
}
|
|
41
41
|
if (a.bs) {
|
|
42
42
|
this.a.c1(a.f9, (a.e3 + a.ex + a.es + a.el));
|
|
43
|
-
this.a.dc(a.
|
|
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);
|
|
@@ -56,40 +56,40 @@ let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
56
56
|
this.a.aa = a.a6;
|
|
57
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
62
|
this.a.bi = a.gf;
|
|
63
|
-
this.a.dc(a.
|
|
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.
|
|
70
|
-
}
|
|
71
|
-
if (a.bc(CellModel.hw)) {
|
|
72
|
-
this.a.dt = a.nx;
|
|
68
|
+
if (a.bc(CellModel.hz)) {
|
|
69
|
+
this.a.b3 = a.ln;
|
|
73
70
|
}
|
|
74
71
|
if (a.bc(CellModel.hx)) {
|
|
75
|
-
this.a.
|
|
76
|
-
}
|
|
77
|
-
if (a.bc(CellModel.hp)) {
|
|
78
|
-
this.a.by = a.ld;
|
|
72
|
+
this.a.dt = a.n1;
|
|
79
73
|
}
|
|
80
|
-
if (a.bc(CellModel.
|
|
81
|
-
this.a.
|
|
74
|
+
if (a.bc(CellModel.hy)) {
|
|
75
|
+
this.a.n = a.ak;
|
|
82
76
|
}
|
|
83
77
|
if (a.bc(CellModel.hq)) {
|
|
84
|
-
this.a.
|
|
78
|
+
this.a.by = a.lf;
|
|
85
79
|
}
|
|
86
80
|
if (a.bc(CellModel.ho)) {
|
|
87
|
-
this.a.
|
|
81
|
+
this.a.bv = a.lc;
|
|
82
|
+
}
|
|
83
|
+
if (a.bc(CellModel.hr)) {
|
|
84
|
+
this.a.ds = a.n0;
|
|
88
85
|
}
|
|
89
|
-
if (a.bc(CellModel.
|
|
86
|
+
if (a.bc(CellModel.hp)) {
|
|
87
|
+
this.a.dr = a.nz;
|
|
88
|
+
}
|
|
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
|
}
|
|
@@ -924,7 +924,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
924
924
|
if (-1 == c) {
|
|
925
925
|
return;
|
|
926
926
|
}
|
|
927
|
-
let d = b.cellInfo.
|
|
927
|
+
let d = b.cellInfo.ii;
|
|
928
928
|
let e = this.j(d);
|
|
929
929
|
if (this.a6) {
|
|
930
930
|
if (this.keys.contains(e)) {
|
|
@@ -967,8 +967,8 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
967
967
|
return;
|
|
968
968
|
}
|
|
969
969
|
let d = false;
|
|
970
|
-
if (b.cellInfo.
|
|
971
|
-
let e = this.j(b.cellInfo.
|
|
970
|
+
if (b.cellInfo.ii != null) {
|
|
971
|
+
let e = this.j(b.cellInfo.ii);
|
|
972
972
|
if (this.keys.contains(e)) {
|
|
973
973
|
d = true;
|
|
974
974
|
}
|
|
@@ -985,13 +985,13 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
985
985
|
let f = null;
|
|
986
986
|
let g = null;
|
|
987
987
|
let h = null;
|
|
988
|
-
if (b.cellInfo.
|
|
989
|
-
d = this.ai.getPropertyValue(b.cellInfo.
|
|
988
|
+
if (b.cellInfo.ii != null) {
|
|
989
|
+
d = this.ai.getPropertyValue(b.cellInfo.ii);
|
|
990
990
|
if (this.al != null) {
|
|
991
|
-
e = this.al.getPropertyValue(b.cellInfo.
|
|
991
|
+
e = this.al.getPropertyValue(b.cellInfo.ii);
|
|
992
992
|
}
|
|
993
993
|
if (this.aj != null) {
|
|
994
|
-
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.
|
|
994
|
+
let i = EnumUtil.getEnumValue(DataSeriesPropertyType_$type, this.aj.getPropertyValue(b.cellInfo.ii));
|
|
995
995
|
if (i == 0) {
|
|
996
996
|
h = SvgIconRegistry.instance.getSvgPathString("ChartToolbarIcons", "string-field");
|
|
997
997
|
}
|
|
@@ -1460,7 +1460,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1460
1460
|
case "CheckboxCornerRadius":
|
|
1461
1461
|
this.view.af();
|
|
1462
1462
|
if (this.g != null) {
|
|
1463
|
-
this.g.
|
|
1463
|
+
this.g.yw();
|
|
1464
1464
|
}
|
|
1465
1465
|
break;
|
|
1466
1466
|
case "CheckboxAlignedRight":
|
|
@@ -1470,7 +1470,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1470
1470
|
break;
|
|
1471
1471
|
case "DataLegendTarget":
|
|
1472
1472
|
if (this.g != null) {
|
|
1473
|
-
this.g.
|
|
1473
|
+
this.g.yw();
|
|
1474
1474
|
}
|
|
1475
1475
|
break;
|
|
1476
1476
|
}
|
|
@@ -1603,23 +1603,23 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1603
1603
|
if (this.bw == null) {
|
|
1604
1604
|
this.bw = "";
|
|
1605
1605
|
}
|
|
1606
|
-
a.
|
|
1607
|
-
a.
|
|
1606
|
+
a.nh = this.bw;
|
|
1607
|
+
a.n8 = "CheckboxColumn";
|
|
1608
1608
|
let b = new ColumnWidth();
|
|
1609
1609
|
b.c = false;
|
|
1610
1610
|
b.f = 28;
|
|
1611
1611
|
a.width = b;
|
|
1612
|
-
a.lj = 0;
|
|
1613
1612
|
a.lk = 0;
|
|
1613
|
+
a.ll = 0;
|
|
1614
1614
|
a.cellUpdating = delegateCombine(a.cellUpdating, runOn(this, this.de));
|
|
1615
1615
|
this.k = a;
|
|
1616
1616
|
this.g.columns.add(a);
|
|
1617
1617
|
let c = this.g.actualDataSource.resolveSchemaPropertyType(this.bt);
|
|
1618
1618
|
if ((this.bx != null || this.bv != null) && (c == 0 || c == 11 || c == 2)) {
|
|
1619
1619
|
let d = new TemplateColumn();
|
|
1620
|
-
d.
|
|
1621
|
-
d.
|
|
1622
|
-
d.
|
|
1620
|
+
d.nh = this.bt;
|
|
1621
|
+
d.n8 = "DataColumn";
|
|
1622
|
+
d.lk = 0;
|
|
1623
1623
|
d.g = 0;
|
|
1624
1624
|
d.cellUpdating = delegateCombine(d.cellUpdating, runOn(this, this.en));
|
|
1625
1625
|
this.g.columns.add(d);
|
|
@@ -1627,7 +1627,7 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1627
1627
|
else {
|
|
1628
1628
|
let e;
|
|
1629
1629
|
if (this.f != null) {
|
|
1630
|
-
e = this.f.
|
|
1630
|
+
e = this.f.h1();
|
|
1631
1631
|
e.onAttachingOverride = delegateCombine(e.onAttachingOverride, runOn(this, this.dm));
|
|
1632
1632
|
}
|
|
1633
1633
|
else {
|
|
@@ -1653,9 +1653,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1653
1653
|
break;
|
|
1654
1654
|
}
|
|
1655
1655
|
}
|
|
1656
|
-
e.
|
|
1657
|
-
e.
|
|
1658
|
-
e.
|
|
1656
|
+
e.nh = this.bt;
|
|
1657
|
+
e.n8 = "DataColumn";
|
|
1658
|
+
e.lk = 0;
|
|
1659
1659
|
e.g = 0;
|
|
1660
1660
|
this.g.columns.add(e);
|
|
1661
1661
|
}
|
|
@@ -1663,9 +1663,9 @@ let CheckboxList = /*@__PURE__*/ (() => {
|
|
|
1663
1663
|
let g = new ColumnWidth();
|
|
1664
1664
|
g.c = false;
|
|
1665
1665
|
g.f = 10;
|
|
1666
|
-
f.
|
|
1667
|
-
f.
|
|
1668
|
-
f.
|
|
1666
|
+
f.nh = "PaddingColumn";
|
|
1667
|
+
f.n8 = "PaddingColumn";
|
|
1668
|
+
f.lk = 0;
|
|
1669
1669
|
f.width = g;
|
|
1670
1670
|
this.g.columns.add(f);
|
|
1671
1671
|
}
|
|
@@ -300,12 +300,12 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
300
300
|
let b = new ObservableCollection$1(ColumnChooserInfo.$, 0);
|
|
301
301
|
for (let c of fromEnum(this.b.actualColumns)) {
|
|
302
302
|
a = new ColumnChooserInfo();
|
|
303
|
-
let d = c.
|
|
304
|
-
if (c.
|
|
305
|
-
d = c.
|
|
303
|
+
let d = c.nh;
|
|
304
|
+
if (c.no != null) {
|
|
305
|
+
d = c.no;
|
|
306
306
|
}
|
|
307
307
|
a.columnName = d;
|
|
308
|
-
a.isNotHidden = !c.
|
|
308
|
+
a.isNotHidden = !c.ka;
|
|
309
309
|
b.add(a);
|
|
310
310
|
}
|
|
311
311
|
if (this.s != null) {
|
|
@@ -331,7 +331,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
331
331
|
if (this.b != null) {
|
|
332
332
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
333
333
|
this.m = true;
|
|
334
|
-
a.
|
|
334
|
+
a.ka = false;
|
|
335
335
|
}
|
|
336
336
|
}
|
|
337
337
|
}
|
|
@@ -340,7 +340,7 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
340
340
|
if (this.b != null) {
|
|
341
341
|
for (let a of fromEnum(this.b.actualColumns)) {
|
|
342
342
|
this.m = true;
|
|
343
|
-
a.
|
|
343
|
+
a.ka = true;
|
|
344
344
|
}
|
|
345
345
|
}
|
|
346
346
|
}
|
|
@@ -358,9 +358,9 @@ let ColumnChooser = /*@__PURE__*/ (() => {
|
|
|
358
358
|
let c = this.d.g.actualDataSource.getItemAtIndex(b.c);
|
|
359
359
|
let d = this.b.actualColumns.count;
|
|
360
360
|
for (let e = 0; e < d; e++) {
|
|
361
|
-
if (this.b.actualColumns._inner[e].
|
|
362
|
-
this.b.actualColumns._inner[e].
|
|
363
|
-
this.b.actualColumns._inner[e].
|
|
361
|
+
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) {
|
|
362
|
+
this.b.actualColumns._inner[e].ka = !b.b;
|
|
363
|
+
this.b.actualColumns._inner[e].pc("Hidden");
|
|
364
364
|
}
|
|
365
365
|
}
|
|
366
366
|
}
|