igniteui-webcomponents-grids 3.2.3 → 3.2.4
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-grids.umd.js +10236 -9350
- package/bundles/igniteui-webcomponents-grids.umd.min.js +1 -1
- package/esm2015/lib/BaseEditorView.js +5 -0
- package/esm2015/lib/CanvasCellPresenterBase.js +10 -10
- package/esm2015/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm2015/lib/CanvasGridCellBase.js +305 -289
- package/esm2015/lib/CanvasImageCell.js +29 -29
- package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
- package/esm2015/lib/CanvasNumericCell.js +2 -2
- package/esm2015/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasSummaryCell.js +51 -51
- package/esm2015/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm2015/lib/CanvasTemplateCell.js +7 -7
- package/esm2015/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm2015/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextCell.js +3 -3
- package/esm2015/lib/CanvasTextCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTextHeaderCell.js +24 -24
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm2015/lib/CellPresenterBase.js +1 -1
- package/esm2015/lib/CheckboxListView_combined.js +341 -306
- package/esm2015/lib/ColumnChooserView_combined.js +22 -22
- package/esm2015/lib/ColumnFilterCondition_combined.js +7498 -7180
- package/esm2015/lib/ColumnGroupDescription.js +22 -0
- package/esm2015/lib/ColumnGroupDescriptionCollection.js +14 -8
- package/esm2015/lib/ColumnGroupingView_combined.js +25 -25
- package/esm2015/lib/ColumnPinningView_combined.js +22 -22
- package/esm2015/lib/ColumnSortDescriptionCollection.js +12 -6
- package/esm2015/lib/ColumnSummaryDescriptionCollection.js +12 -6
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm2015/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm2015/lib/DataGridToolbarView_combined.js +17 -17
- package/esm2015/lib/DateTimeColumnValueFormatter.js +90 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm2015/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm2015/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm2015/lib/GridExternalWrapper.js +18 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
- package/esm2015/lib/ISummaryChooserView_combined.js +13 -13
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm2015/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm2015/lib/NumericCellPresenter.js +1 -1
- package/esm2015/lib/PropertyEditorView_combined.js +40 -40
- package/esm2015/lib/TemplateCellPresenter.js +1 -1
- package/esm2015/lib/TemplateHeader.js +8 -8
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TemplateSectionHeader.js +2 -2
- package/esm2015/lib/TextEditorView.js +28 -10
- package/esm2015/lib/VerticalSeparatorCell.js +46 -8
- package/esm2015/lib/VisualModelExport.js +120 -100
- package/esm2015/lib/igc-checkbox-list-component.js +74 -54
- package/esm2015/lib/igc-column-component.js +164 -164
- package/esm2015/lib/igc-column-group-description-collection.js +13 -3
- 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-column-sort-description-collection.js +13 -3
- package/esm2015/lib/igc-column-summary-description-collection.js +13 -3
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-component.js +699 -593
- package/esm2015/lib/igc-date-time-column-component.js +23 -23
- package/esm2015/lib/igc-definition-base-component.js +50 -50
- 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/esm5/lib/BaseEditorView.js +5 -0
- package/esm5/lib/CanvasCellPresenterBase.js +10 -10
- package/esm5/lib/CanvasContentCellModelHelper.js +11 -11
- package/esm5/lib/CanvasDateTimeCellPresenter.js +2 -2
- package/esm5/lib/CanvasGridCellBase.js +304 -288
- package/esm5/lib/CanvasImageCell.js +28 -28
- package/esm5/lib/CanvasImageCellPresenter.js +7 -7
- package/esm5/lib/CanvasNumericCell.js +2 -2
- package/esm5/lib/CanvasNumericCellPresenter.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCell.js +3 -3
- package/esm5/lib/CanvasSectionHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasSummaryCell.js +51 -51
- package/esm5/lib/CanvasSummaryCellPresenter.js +5 -5
- package/esm5/lib/CanvasTemplateCell.js +7 -7
- package/esm5/lib/CanvasTemplateCellPresenter.js +3 -3
- package/esm5/lib/CanvasTemplateHeaderCell.js +7 -7
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextCell.js +3 -3
- package/esm5/lib/CanvasTextCellPresenter.js +2 -2
- package/esm5/lib/CanvasTextHeaderCell.js +24 -24
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
- package/esm5/lib/CellPresenterBase.js +1 -1
- package/esm5/lib/CheckboxListView_combined.js +339 -296
- package/esm5/lib/ColumnChooserView_combined.js +22 -22
- package/esm5/lib/ColumnFilterCondition_combined.js +7319 -6934
- package/esm5/lib/ColumnGroupDescription.js +22 -0
- package/esm5/lib/ColumnGroupDescriptionCollection.js +18 -8
- package/esm5/lib/ColumnGroupingView_combined.js +25 -25
- package/esm5/lib/ColumnPinningView_combined.js +22 -22
- package/esm5/lib/ColumnSortDescriptionCollection.js +16 -6
- package/esm5/lib/ColumnSummaryDescriptionCollection.js +16 -6
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +23 -18
- package/esm5/lib/DataGridAccessibilityLayoutPanel.js +5 -5
- package/esm5/lib/DataGridCellLayoutPanel.js +27 -25
- package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
- package/esm5/lib/DataGridToolbarView_combined.js +17 -17
- package/esm5/lib/DateTimeColumnValueFormatter.js +92 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +25 -25
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
- package/esm5/lib/GridColumnMoveOptionsView_combined.js +6 -6
- package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
- package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
- package/esm5/lib/GridColumnPinOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSortOptionsView_combined.js +5 -5
- package/esm5/lib/GridColumnSummaryOptionsView_combined.js +15 -15
- package/esm5/lib/GridExternalWrapper.js +18 -6
- package/esm5/lib/GridFilterDialogView_combined.js +1 -1
- package/esm5/lib/ISummaryChooserView_combined.js +13 -13
- package/esm5/lib/MultiColumnComboBoxView_combined.js +47 -47
- package/esm5/lib/MultiColumnComboVisualModelExport.js +1 -1
- package/esm5/lib/NumericCellPresenter.js +1 -1
- package/esm5/lib/PropertyEditorView_combined.js +40 -40
- package/esm5/lib/TemplateCellPresenter.js +1 -1
- package/esm5/lib/TemplateHeader.js +8 -8
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TemplateSectionHeader.js +2 -2
- package/esm5/lib/TextEditorView.js +28 -10
- package/esm5/lib/VerticalSeparatorCell.js +46 -8
- package/esm5/lib/VisualModelExport.js +120 -100
- package/esm5/lib/igc-checkbox-list-component.js +82 -54
- package/esm5/lib/igc-column-component.js +164 -164
- package/esm5/lib/igc-column-group-description-collection.js +17 -3
- 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-column-sort-description-collection.js +17 -3
- package/esm5/lib/igc-column-summary-description-collection.js +17 -3
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-component.js +743 -601
- package/esm5/lib/igc-date-time-column-component.js +23 -23
- package/esm5/lib/igc-definition-base-component.js +50 -50
- 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/fesm2015/igniteui-webcomponents-grids.js +10276 -9534
- package/fesm5/igniteui-webcomponents-grids.js +10237 -9351
- package/lib/CanvasGridCellBase.d.ts +95 -93
- package/lib/CanvasImageCell.d.ts +11 -11
- package/lib/CanvasSectionHeaderCell.d.ts +1 -1
- package/lib/CanvasSummaryCell.d.ts +15 -15
- package/lib/CanvasTemplateCell.d.ts +4 -4
- package/lib/CanvasTemplateHeaderCell.d.ts +4 -4
- package/lib/CanvasTextCell.d.ts +1 -1
- package/lib/CanvasTextHeaderCell.d.ts +6 -6
- package/lib/CheckboxListView_combined.d.ts +74 -69
- package/lib/ColumnFilterCondition_combined.d.ts +1299 -1258
- package/lib/ColumnGroupDescription.d.ts +1 -0
- package/lib/ColumnGroupDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSortDescriptionCollection.d.ts +8 -7
- package/lib/ColumnSummaryDescriptionCollection.d.ts +8 -7
- package/lib/DataGridCellLayoutPanel.d.ts +1 -0
- package/lib/DateTimeColumnValueFormatter.d.ts +19 -1
- package/lib/GridExternalWrapper.d.ts +4 -0
- package/lib/TemplateHeader.d.ts +3 -3
- package/lib/TemplateSectionHeader.d.ts +2 -2
- package/lib/TextEditorView.d.ts +5 -3
- package/lib/VerticalSeparatorCell.d.ts +9 -0
- package/lib/VisualModelExport.d.ts +31 -26
- package/lib/igc-checkbox-list-component.d.ts +9 -0
- package/lib/igc-column-group-description-collection.d.ts +4 -0
- package/lib/igc-column-sort-description-collection.d.ts +4 -0
- package/lib/igc-column-summary-description-collection.d.ts +4 -0
- package/lib/igc-data-grid-component.d.ts +30 -2
- package/package.json +4 -4
|
@@ -13,51 +13,51 @@ export let CanvasImageCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class CanvasImageCell extends CanvasGridCellBase {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.c5 = 1;
|
|
17
|
-
this.c6 = 3;
|
|
18
|
-
this.da = null;
|
|
19
16
|
this.c7 = 1;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
17
|
+
this.c8 = 3;
|
|
18
|
+
this.dc = null;
|
|
19
|
+
this.c9 = 1;
|
|
20
|
+
this.db = null;
|
|
21
|
+
this.db = a.createElement("img");
|
|
22
22
|
}
|
|
23
|
-
get
|
|
24
|
-
return this.
|
|
23
|
+
get da() {
|
|
24
|
+
return this.c9;
|
|
25
25
|
}
|
|
26
|
-
set
|
|
27
|
-
this.
|
|
26
|
+
set da(a) {
|
|
27
|
+
this.c9 = a;
|
|
28
28
|
}
|
|
29
|
-
|
|
30
|
-
this.
|
|
31
|
-
this.
|
|
29
|
+
df(a, b) {
|
|
30
|
+
this.dd();
|
|
31
|
+
this.db.setRawStyleProperty("opacity", "0");
|
|
32
32
|
if (a == null || a.length == 0) {
|
|
33
|
-
this.
|
|
33
|
+
this.de(this.db);
|
|
34
34
|
return;
|
|
35
35
|
}
|
|
36
|
-
if (Base.equalsStatic(a, this.
|
|
36
|
+
if (Base.equalsStatic(a, this.dc)) {
|
|
37
37
|
return;
|
|
38
38
|
}
|
|
39
|
-
this.
|
|
39
|
+
this.di(a, b);
|
|
40
40
|
}
|
|
41
|
-
|
|
41
|
+
de(a) {
|
|
42
42
|
a.setAttribute("src", "");
|
|
43
43
|
}
|
|
44
|
-
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
44
|
+
di(a, b) {
|
|
45
|
+
this.dc = a;
|
|
46
|
+
this.db.setAttribute("src", a);
|
|
47
47
|
}
|
|
48
|
-
|
|
49
|
-
this.
|
|
50
|
-
this.
|
|
48
|
+
dd() {
|
|
49
|
+
this.de(this.db);
|
|
50
|
+
this.dc = "";
|
|
51
51
|
}
|
|
52
|
-
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
52
|
+
dg(a) {
|
|
53
|
+
this.aa = true;
|
|
54
|
+
this.c7 = a;
|
|
55
55
|
}
|
|
56
|
-
|
|
57
|
-
this.
|
|
58
|
-
this.
|
|
56
|
+
dh(a) {
|
|
57
|
+
this.aa = true;
|
|
58
|
+
this.c8 = a;
|
|
59
59
|
}
|
|
60
|
-
|
|
60
|
+
get_ac() {
|
|
61
61
|
return true;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
@@ -27,7 +27,7 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
27
27
|
if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
|
|
28
28
|
let c = Math.min(1, Math.max(0, a.ck));
|
|
29
29
|
let d = a.ca * (1 - c);
|
|
30
|
-
this.d.
|
|
30
|
+
this.d.da = d;
|
|
31
31
|
}
|
|
32
32
|
if (b.a3(ImageCellModel.ln) || b.a3(ImageCellModel.lo)) {
|
|
33
33
|
this.e(b.lr, b.lk);
|
|
@@ -37,7 +37,7 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
37
37
|
}
|
|
38
38
|
if (b.a3(ImageCellModel.gn)) {
|
|
39
39
|
if (a.u == 1) {
|
|
40
|
-
this.d.
|
|
40
|
+
this.d.dd();
|
|
41
41
|
}
|
|
42
42
|
else if (a.u == 2) {
|
|
43
43
|
this.e(b.lr, b.lk);
|
|
@@ -53,35 +53,35 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
53
53
|
b = 4;
|
|
54
54
|
}
|
|
55
55
|
if (stringStartsWith(c, "http") || b == 4) {
|
|
56
|
-
this.d.
|
|
56
|
+
this.d.df(a, 4);
|
|
57
57
|
}
|
|
58
58
|
if (stringStartsWith(c, "asset") || b == 2) {
|
|
59
59
|
let d = a;
|
|
60
60
|
if (stringStartsWith(c, "asset")) {
|
|
61
61
|
d = a.substr(8);
|
|
62
62
|
}
|
|
63
|
-
this.d.
|
|
63
|
+
this.d.df(d, 2);
|
|
64
64
|
}
|
|
65
65
|
if (stringStartsWith(c, "drawable") || b == 1) {
|
|
66
66
|
let e = a;
|
|
67
67
|
if (stringStartsWith(c, "drawable")) {
|
|
68
68
|
e = a.substr(11);
|
|
69
69
|
}
|
|
70
|
-
this.d.
|
|
70
|
+
this.d.df(e, 1);
|
|
71
71
|
}
|
|
72
72
|
if (stringStartsWith(c, "nativeresource") || b == 1) {
|
|
73
73
|
let f = a;
|
|
74
74
|
if (stringStartsWith(c, "nativeresource")) {
|
|
75
75
|
f = a.substr(17);
|
|
76
76
|
}
|
|
77
|
-
this.d.
|
|
77
|
+
this.d.df(f, 1);
|
|
78
78
|
}
|
|
79
79
|
if (stringStartsWith(c, "embeddedresource") || b == 3) {
|
|
80
80
|
let g = a;
|
|
81
81
|
if (stringStartsWith(c, "embeddedresource")) {
|
|
82
82
|
g = a.substr(19);
|
|
83
83
|
}
|
|
84
|
-
this.d.
|
|
84
|
+
this.d.df(g, 3);
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
@@ -13,8 +13,8 @@ export let CanvasNumericCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class CanvasNumericCell extends CanvasTextCell {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ci(2);
|
|
17
|
+
this.cq(1);
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
CanvasNumericCell.$t = /*@__PURE__*/ markType(CanvasNumericCell, 'CanvasNumericCell', CanvasTextCell.$);
|
|
@@ -26,9 +26,9 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
26
26
|
if (a.ay) {
|
|
27
27
|
if (a.a3(NumericCellModel.l8) || b.lp()) {
|
|
28
28
|
b.jb = this.e(b);
|
|
29
|
-
this.d.
|
|
29
|
+
this.d.co(b.jb);
|
|
30
30
|
}
|
|
31
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
31
|
+
CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
@@ -37,7 +37,7 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
37
37
|
let override_ = a.me;
|
|
38
38
|
return (override_.format(val_));
|
|
39
39
|
}
|
|
40
|
-
return NumericCellFormatter.
|
|
40
|
+
return NumericCellFormatter.c(a);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
CanvasNumericCellPresenter.$t = /*@__PURE__*/ markType(CanvasNumericCellPresenter, 'CanvasNumericCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -13,10 +13,10 @@ export let CanvasSectionHeaderCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class CanvasSectionHeaderCell extends CanvasGridCellBase {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ci(0);
|
|
17
|
+
this.cq(1);
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
get_ac() {
|
|
20
20
|
return true;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -40,9 +40,9 @@ export let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
40
40
|
b.jb = b.lz;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
this.d.
|
|
43
|
+
this.d.co(b.jb);
|
|
44
44
|
}
|
|
45
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
45
|
+
CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -17,79 +17,79 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
17
17
|
class CanvasSummaryCell extends CanvasGridCellBase {
|
|
18
18
|
constructor(a) {
|
|
19
19
|
super(a);
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.c9 = 0;
|
|
23
|
-
this.da = 0;
|
|
24
|
-
this.c8 = 0;
|
|
25
|
-
this.c5 = null;
|
|
26
|
-
this.dc = 0;
|
|
27
|
-
this.c6 = false;
|
|
28
|
-
this.c7 = true;
|
|
20
|
+
this.df = null;
|
|
21
|
+
this.dk = new TextBlock();
|
|
29
22
|
this.db = 0;
|
|
30
|
-
this.
|
|
23
|
+
this.dc = 0;
|
|
24
|
+
this.da = 0;
|
|
25
|
+
this.c7 = null;
|
|
26
|
+
this.de = 0;
|
|
27
|
+
this.c8 = false;
|
|
28
|
+
this.c9 = true;
|
|
29
|
+
this.dd = 0;
|
|
30
|
+
this.ci(2);
|
|
31
31
|
}
|
|
32
|
-
|
|
33
|
-
super.
|
|
34
|
-
this.
|
|
35
|
-
this.
|
|
32
|
+
cr(a) {
|
|
33
|
+
super.cr(a);
|
|
34
|
+
this.bh = intDivide(a, 2);
|
|
35
|
+
this.c9 = true;
|
|
36
36
|
}
|
|
37
|
-
|
|
38
|
-
this.
|
|
39
|
-
this.
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
37
|
+
di(a) {
|
|
38
|
+
this.c7 = a;
|
|
39
|
+
this.c8 = true;
|
|
40
|
+
this.aa = true;
|
|
41
|
+
this.c9 = true;
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
this.
|
|
45
|
-
this.
|
|
46
|
-
this.
|
|
47
|
-
this.
|
|
43
|
+
dg(a) {
|
|
44
|
+
this.df = a;
|
|
45
|
+
this.dk.al = this.df;
|
|
46
|
+
this.aa = true;
|
|
47
|
+
this.c9 = true;
|
|
48
48
|
}
|
|
49
|
-
|
|
50
|
-
this.
|
|
51
|
-
this.
|
|
49
|
+
dh(a) {
|
|
50
|
+
this.aa = true;
|
|
51
|
+
this.dk.ao = ((() => {
|
|
52
52
|
let $ret = new Brush();
|
|
53
53
|
$ret.color = a;
|
|
54
54
|
return $ret;
|
|
55
55
|
})());
|
|
56
56
|
}
|
|
57
|
-
|
|
58
|
-
if (this.
|
|
57
|
+
dj(a) {
|
|
58
|
+
if (this.dk.al == null) {
|
|
59
59
|
return;
|
|
60
60
|
}
|
|
61
61
|
if (a == null) {
|
|
62
62
|
return;
|
|
63
63
|
}
|
|
64
|
-
if (this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
a.ac(this.
|
|
68
|
-
this.
|
|
64
|
+
if (this.c8 || (this.c7 != null && this.c7.g != this.de)) {
|
|
65
|
+
this.c8 = false;
|
|
66
|
+
this.de = this.c7.g;
|
|
67
|
+
a.ac(this.c7);
|
|
68
|
+
this.da = FontUtil.getCurrentFontHeight(this.bn, this.c7);
|
|
69
69
|
}
|
|
70
|
-
let b = this.
|
|
71
|
-
let c = this.
|
|
72
|
-
b -= (this.
|
|
73
|
-
c -= (this.
|
|
70
|
+
let b = this.bl;
|
|
71
|
+
let c = this.ba;
|
|
72
|
+
b -= (this.a7 + this.bc + this.a8 + this.bd);
|
|
73
|
+
c -= (this.a9 + this.be + this.a6 + this.bb);
|
|
74
74
|
b = Math.max(b, 0);
|
|
75
75
|
c = Math.max(c, 0);
|
|
76
|
-
this.
|
|
77
|
-
this.
|
|
78
|
-
this.
|
|
76
|
+
this.dd = this.bk(this.dk, this.df, b / 2, a);
|
|
77
|
+
this.db = this.bc + this.a7;
|
|
78
|
+
this.dc = this.be + this.a9 + ((c / 2) - (this.da / 2));
|
|
79
79
|
}
|
|
80
|
-
|
|
81
|
-
if (this.
|
|
82
|
-
if (this.
|
|
83
|
-
this.
|
|
84
|
-
this.
|
|
80
|
+
b9(a) {
|
|
81
|
+
if (this.dk.al != null) {
|
|
82
|
+
if (this.c9) {
|
|
83
|
+
this.dj(a);
|
|
84
|
+
this.c9 = false;
|
|
85
85
|
}
|
|
86
|
-
this.
|
|
87
|
-
this.
|
|
88
|
-
a.w(this.
|
|
86
|
+
this.dk.n = this.db;
|
|
87
|
+
this.dk.o = this.dc;
|
|
88
|
+
a.w(this.dk);
|
|
89
89
|
}
|
|
90
|
-
super.
|
|
90
|
+
super.b9(a);
|
|
91
91
|
}
|
|
92
|
-
|
|
92
|
+
get_ac() {
|
|
93
93
|
return false;
|
|
94
94
|
}
|
|
95
95
|
}
|
|
@@ -23,17 +23,17 @@ export let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
let b = a;
|
|
24
24
|
if (a.ay) {
|
|
25
25
|
if (a.a2("ResolvedSummaryLabel") || a.a2("ResolvedSummaryValue")) {
|
|
26
|
-
this.d.
|
|
27
|
-
this.d.
|
|
26
|
+
this.d.dg(b.lr);
|
|
27
|
+
this.d.co(b.lt);
|
|
28
28
|
}
|
|
29
29
|
if (a.a2("SummaryLabelTextColor")) {
|
|
30
30
|
let c = CanvasContentCellModelHelper.e(b.ly);
|
|
31
|
-
this.d.
|
|
31
|
+
this.d.dh(c);
|
|
32
32
|
}
|
|
33
33
|
if (a.a2("FontInfo")) {
|
|
34
|
-
this.d.
|
|
34
|
+
this.d.di(b.ag);
|
|
35
35
|
}
|
|
36
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
36
|
+
CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
@@ -14,17 +14,17 @@ export let CanvasTemplateCell = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class CanvasTemplateCell extends CanvasGridCellBase {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
17
|
+
this.c7 = null;
|
|
18
|
+
this.c7 = new CanvasTemplateCellContainer(a);
|
|
19
19
|
}
|
|
20
|
-
get
|
|
21
|
-
return this.
|
|
20
|
+
get c8() {
|
|
21
|
+
return this.c7;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_ac() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
this.
|
|
26
|
+
c9() {
|
|
27
|
+
this.b5();
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
CanvasTemplateCell.$t = /*@__PURE__*/ markType(CanvasTemplateCell, 'CanvasTemplateCell', CanvasGridCellBase.$);
|
|
@@ -27,10 +27,10 @@ export let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
27
27
|
if (a.a3(CellModel.es) || a.a3(CellModel.gt)) {
|
|
28
28
|
let d = Math.min(1, Math.max(0, a.ck));
|
|
29
29
|
let e = a.ca * (1 - d);
|
|
30
|
-
this.e.
|
|
30
|
+
this.e.c8.opacity = e;
|
|
31
31
|
}
|
|
32
|
-
this.e.
|
|
33
|
-
c.
|
|
32
|
+
this.e.c9();
|
|
33
|
+
c.lm(a, this.e);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
CanvasTemplateCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -14,17 +14,17 @@ export let CanvasTemplateHeaderCell = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class CanvasTemplateHeaderCell extends CanvasGridCellBase {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.
|
|
18
|
-
this.
|
|
17
|
+
this.c7 = null;
|
|
18
|
+
this.c7 = new CanvasTemplateCellContainer(a);
|
|
19
19
|
}
|
|
20
|
-
get
|
|
21
|
-
return this.
|
|
20
|
+
get c8() {
|
|
21
|
+
return this.c7;
|
|
22
22
|
}
|
|
23
|
-
|
|
23
|
+
get_ab() {
|
|
24
24
|
return true;
|
|
25
25
|
}
|
|
26
|
-
|
|
27
|
-
this.
|
|
26
|
+
c9() {
|
|
27
|
+
this.b5();
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
CanvasTemplateHeaderCell.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCell, 'CanvasTemplateHeaderCell', CanvasGridCellBase.$);
|
|
@@ -29,8 +29,8 @@ export let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
29
29
|
let e = a.ca * (1 - d);
|
|
30
30
|
}
|
|
31
31
|
let f = a;
|
|
32
|
-
this.e.
|
|
33
|
-
c.
|
|
32
|
+
this.e.c9();
|
|
33
|
+
c.fe(f, this.e);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
CanvasTemplateHeaderCellPresenter.$t = /*@__PURE__*/ markType(CanvasTemplateHeaderCellPresenter, 'CanvasTemplateHeaderCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -13,10 +13,10 @@ export let CanvasTextCell = /*@__PURE__*/ (() => {
|
|
|
13
13
|
class CanvasTextCell extends CanvasGridCellBase {
|
|
14
14
|
constructor(a) {
|
|
15
15
|
super(a);
|
|
16
|
-
this.
|
|
17
|
-
this.
|
|
16
|
+
this.ci(0);
|
|
17
|
+
this.cq(1);
|
|
18
18
|
}
|
|
19
|
-
|
|
19
|
+
get_ac() {
|
|
20
20
|
return true;
|
|
21
21
|
}
|
|
22
22
|
}
|
|
@@ -36,9 +36,9 @@ export let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
36
36
|
b.jb = b.g3.toString();
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
this.d.
|
|
39
|
+
this.d.co(b.jb);
|
|
40
40
|
}
|
|
41
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
41
|
+
CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -14,41 +14,41 @@ export let CanvasTextHeaderCell = /*@__PURE__*/ (() => {
|
|
|
14
14
|
class CanvasTextHeaderCell extends CanvasGridCellBase {
|
|
15
15
|
constructor(a) {
|
|
16
16
|
super(a);
|
|
17
|
-
this.c5 = null;
|
|
18
|
-
this.c8 = null;
|
|
19
17
|
this.c7 = null;
|
|
20
|
-
this.
|
|
21
|
-
this.
|
|
22
|
-
this.
|
|
18
|
+
this.da = null;
|
|
19
|
+
this.c9 = null;
|
|
20
|
+
this.ci(0);
|
|
21
|
+
this.cq(1);
|
|
22
|
+
this.c7 = new GridSortIndicator();
|
|
23
23
|
let b = a.createElement("div");
|
|
24
24
|
b.setRawStyleProperty("display", "inline-block");
|
|
25
25
|
b.setRawStyleProperty("width", "16px");
|
|
26
26
|
b.setRawStyleProperty("height", "16px");
|
|
27
|
-
this.
|
|
28
|
-
let c = a.getSubRenderer(this.
|
|
29
|
-
this.
|
|
30
|
-
this.
|
|
31
|
-
let d = this.
|
|
32
|
-
d.renderCompleted = delegateCombine(d.renderCompleted, (d, e) => this.
|
|
33
|
-
this.
|
|
34
|
-
this.
|
|
27
|
+
this.da = b;
|
|
28
|
+
let c = a.getSubRenderer(this.da);
|
|
29
|
+
this.c7.ax(c);
|
|
30
|
+
this.c7.w = window.devicePixelRatio;
|
|
31
|
+
let d = this.c7;
|
|
32
|
+
d.renderCompleted = delegateCombine(d.renderCompleted, (d, e) => this.b7());
|
|
33
|
+
this.c7.ar(16, 16);
|
|
34
|
+
this.c9 = this.c7.ad();
|
|
35
35
|
}
|
|
36
|
-
get
|
|
37
|
-
return this.
|
|
36
|
+
get c8() {
|
|
37
|
+
return this.c7;
|
|
38
38
|
}
|
|
39
|
-
|
|
40
|
-
this.
|
|
41
|
-
this.
|
|
39
|
+
db(a) {
|
|
40
|
+
this.c8.b = a;
|
|
41
|
+
this.b7();
|
|
42
42
|
}
|
|
43
|
-
|
|
44
|
-
super.
|
|
45
|
-
let b = this.
|
|
43
|
+
b9(a) {
|
|
44
|
+
super.b9(a);
|
|
45
|
+
let b = this.bi + 5;
|
|
46
46
|
if (this.d == 2) {
|
|
47
|
-
b = this.
|
|
47
|
+
b = this.bg - 21;
|
|
48
48
|
}
|
|
49
|
-
a.m(this.
|
|
49
|
+
a.m(this.c9, 1, b, this.bj - 8, 16, 16);
|
|
50
50
|
}
|
|
51
|
-
|
|
51
|
+
get_ab() {
|
|
52
52
|
return true;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -32,35 +32,35 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
32
32
|
if (a.ay) {
|
|
33
33
|
if (a.a3(TextCellModel.lj)) {
|
|
34
34
|
b.jb = b.ll;
|
|
35
|
-
this.d.
|
|
35
|
+
this.d.co(b.jb);
|
|
36
36
|
}
|
|
37
37
|
if (a.a3(CellModel.gl)) {
|
|
38
38
|
if (a.bk) {
|
|
39
|
-
this.d.
|
|
39
|
+
this.d.c8.l = false;
|
|
40
40
|
}
|
|
41
41
|
if (this.e == null) {
|
|
42
42
|
let c = a.p;
|
|
43
|
-
this.e = () => c.
|
|
43
|
+
this.e = () => c.xc();
|
|
44
44
|
}
|
|
45
|
-
this.d.
|
|
46
|
-
this.d.
|
|
45
|
+
this.d.db(a.n);
|
|
46
|
+
this.d.cm(runOn(this, this.f));
|
|
47
47
|
if (a.bk) {
|
|
48
|
-
this.d.
|
|
48
|
+
this.d.c8.l = true;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
if (a.a3(CellModel.gm)) {
|
|
52
52
|
if (a.bk) {
|
|
53
|
-
this.d.
|
|
53
|
+
this.d.c8.l = false;
|
|
54
54
|
}
|
|
55
|
-
this.d.
|
|
55
|
+
this.d.c8.a0 = a.le;
|
|
56
56
|
if (a.bk) {
|
|
57
|
-
this.d.
|
|
57
|
+
this.d.c8.l = true;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
if (a.a2("SortIndicatorStyle")) {
|
|
61
|
-
this.d.
|
|
61
|
+
this.d.c8.f = b.ls;
|
|
62
62
|
}
|
|
63
|
-
CanvasContentCellModelHelper.a(this.a.
|
|
63
|
+
CanvasContentCellModelHelper.a(this.a.bn, b, this.a);
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -35,7 +35,7 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
35
35
|
if (a.aw) {
|
|
36
36
|
this.a.by(a.k1, a.dy, a.d3, a.d1, a.dw);
|
|
37
37
|
if (a.a3(CellModel.du)) {
|
|
38
|
-
if (!a.ba && a.p.
|
|
38
|
+
if (!a.ba && a.p.iw && a.a7 && a.b7 == 1) {
|
|
39
39
|
this.a.be();
|
|
40
40
|
}
|
|
41
41
|
}
|