igniteui-angular-data-grids 20.1.0 → 20.2.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-angular-data-grids.umd.js +5727 -5576
- package/bundles/igniteui-angular-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 +354 -335
- 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/igx-cell-info.js +164 -155
- package/esm2015/lib/igx-checkbox-list-component.js +82 -66
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +87 -76
- package/esm2015/lib/igx-date-time-cell-info.js +12 -12
- package/esm2015/lib/igx-date-time-column-component.js +20 -20
- package/esm2015/lib/igx-editor-cell-info.js +23 -23
- package/esm2015/lib/igx-filter-cell-info.js +26 -26
- package/esm2015/lib/igx-image-cell-info.js +6 -6
- package/esm2015/lib/igx-image-column-component.js +10 -10
- package/esm2015/lib/igx-numeric-cell-info.js +26 -26
- package/esm2015/lib/igx-numeric-column-component.js +30 -30
- package/esm2015/lib/igx-section-header-cell-info.js +6 -6
- package/esm2015/lib/igx-summary-cell-info.js +9 -9
- package/esm2015/lib/igx-template-cell-info.js +2 -2
- package/esm2015/lib/igx-template-header-cell-info.js +2 -2
- package/esm2015/lib/igx-text-cell-info.js +2 -2
- package/esm2015/lib/igx-text-column-component.js +8 -8
- package/esm2015/lib/igx-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/igx-cell-info.js +168 -155
- package/esm5/lib/igx-checkbox-list-component.js +82 -66
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +91 -76
- package/esm5/lib/igx-date-time-cell-info.js +12 -12
- package/esm5/lib/igx-date-time-column-component.js +20 -20
- package/esm5/lib/igx-editor-cell-info.js +23 -23
- package/esm5/lib/igx-filter-cell-info.js +26 -26
- package/esm5/lib/igx-image-cell-info.js +6 -6
- package/esm5/lib/igx-image-column-component.js +10 -10
- package/esm5/lib/igx-numeric-cell-info.js +26 -26
- package/esm5/lib/igx-numeric-column-component.js +30 -30
- package/esm5/lib/igx-section-header-cell-info.js +6 -6
- package/esm5/lib/igx-summary-cell-info.js +9 -9
- package/esm5/lib/igx-template-cell-info.js +2 -2
- package/esm5/lib/igx-template-header-cell-info.js +2 -2
- package/esm5/lib/igx-text-cell-info.js +2 -2
- package/esm5/lib/igx-text-column-component.js +8 -8
- package/esm5/lib/igx-text-header-cell-info.js +10 -10
- package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
- package/fesm5/igniteui-angular-data-grids.js +5729 -5578
- 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/igx-cell-info.d.ts +6 -0
- package/lib/igx-checkbox-list-component.d.ts +10 -0
- package/lib/igx-data-grid-column-component.d.ts +7 -1
- package/package.json +4 -4
|
@@ -23,25 +23,25 @@ export let CanvasCellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
23
23
|
}
|
|
24
24
|
b(a) {
|
|
25
25
|
this.a.cf(a.c);
|
|
26
|
-
if (a.bc(CellModel.
|
|
27
|
-
this.a.cn(a.
|
|
26
|
+
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
27
|
+
this.a.cn(a.ez, a.e3, a.e1, a.ex);
|
|
28
28
|
}
|
|
29
29
|
if (a.a5) {
|
|
30
|
-
this.a.ch(a.
|
|
30
|
+
this.a.ch(a.nd, a.en, a.es, a.eq, a.el);
|
|
31
31
|
}
|
|
32
32
|
if (a.bs) {
|
|
33
|
-
this.a.ck(a.
|
|
34
|
-
this.a.cu(a.
|
|
33
|
+
this.a.ck(a.f8);
|
|
34
|
+
this.a.cu(a.h5);
|
|
35
35
|
}
|
|
36
36
|
if (a.a7) {
|
|
37
37
|
if (a.bm && !this.a.z) {
|
|
38
38
|
this.a.b5();
|
|
39
39
|
}
|
|
40
|
-
if (a.bc(CellModel.
|
|
41
|
-
this.a.cg(a.
|
|
40
|
+
if (a.bc(CellModel.ek)) {
|
|
41
|
+
this.a.cg(a.nc.color);
|
|
42
42
|
}
|
|
43
|
-
if (a.bc(CellModel.
|
|
44
|
-
this.a.cm(a.
|
|
43
|
+
if (a.bc(CellModel.ew)) {
|
|
44
|
+
this.a.cm(a.cq);
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
if (a.bs && a.bm) {
|
|
@@ -21,23 +21,23 @@ export let CanvasContentCellModelHelper = /*@__PURE__*/ (() => {
|
|
|
21
21
|
}
|
|
22
22
|
static a(a, b, c) {
|
|
23
23
|
if (b.a7) {
|
|
24
|
-
if (b.bc(CellModel.
|
|
25
|
-
let d = Math.min(1, Math.max(0, b.
|
|
26
|
-
let e = b.
|
|
24
|
+
if (b.bc(CellModel.fo) || b.bc(CellModel.eu) || b.bc(CellModel.h4) || b.bb("IsRowPinned") || b.bb("IsRowSticky") || b.bb("PinnedRowOpacity")) {
|
|
25
|
+
let d = Math.min(1, Math.max(0, b.c7));
|
|
26
|
+
let e = b.cp * (1 - d);
|
|
27
27
|
c.ci(e);
|
|
28
28
|
if (b.bm) {
|
|
29
|
-
c.cy(b.
|
|
29
|
+
c.cy(b.cp * d);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(CellModel.
|
|
33
|
-
CanvasContentCellModelHelper.c(c, b.
|
|
32
|
+
if (b.bc(CellModel.e5)) {
|
|
33
|
+
CanvasContentCellModelHelper.c(c, b.ne);
|
|
34
34
|
if (b.bm) {
|
|
35
|
-
c.cw(b.
|
|
35
|
+
c.cw(b.ne);
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
|
-
if (b.bc(CellModel.
|
|
38
|
+
if (b.bc(CellModel.gu)) {
|
|
39
39
|
}
|
|
40
|
-
if (b.bc(CellModel.
|
|
40
|
+
if (b.bc(CellModel.ga) || b.bc(CellModel.h3)) {
|
|
41
41
|
let f = b.g;
|
|
42
42
|
let g = b.i;
|
|
43
43
|
c.cl(f);
|
|
@@ -24,22 +24,22 @@ export let CanvasDateTimeCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
26
|
if (a.a7) {
|
|
27
|
-
if (a.bc(DateTimeCellModel.
|
|
27
|
+
if (a.bc(DateTimeCellModel.oc) || a.bc(DateTimeCellModel.od) || a.bc(DateTimeCellModel.ob) || a.bc(DateTimeCellModel.gx) || a.bc(DateTimeCellModel.h2)) {
|
|
28
28
|
this.e(b);
|
|
29
|
-
this.d.cr(b.
|
|
29
|
+
this.d.cr(b.kx);
|
|
30
30
|
}
|
|
31
31
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
35
|
-
if (a.
|
|
36
|
-
a.
|
|
35
|
+
if (a.lt != null) {
|
|
36
|
+
a.kx = a.lt;
|
|
37
37
|
return;
|
|
38
38
|
}
|
|
39
|
-
a.
|
|
40
|
-
if (a.
|
|
41
|
-
if (!(typeCast(Date_$type, a.
|
|
42
|
-
a.
|
|
39
|
+
a.kx = a.oo(a.oa);
|
|
40
|
+
if (a.kx == stringEmpty()) {
|
|
41
|
+
if (!(typeCast(Date_$type, a.ie) !== null)) {
|
|
42
|
+
a.kx = a.ie.toString();
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -223,7 +223,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
223
223
|
return;
|
|
224
224
|
}
|
|
225
225
|
if (this.b2 != 1) {
|
|
226
|
-
a.
|
|
226
|
+
a.ag(this.b2);
|
|
227
227
|
}
|
|
228
228
|
let j = this.m;
|
|
229
229
|
if (!this.y) {
|
|
@@ -239,7 +239,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
239
239
|
if (this.s || this.x || (this.i != null && this.i.j != this.bu)) {
|
|
240
240
|
this.s = false;
|
|
241
241
|
this.bu = this.i.j;
|
|
242
|
-
j.
|
|
242
|
+
j.af(this.i);
|
|
243
243
|
}
|
|
244
244
|
if (f != 1) {
|
|
245
245
|
j.aa();
|
|
@@ -249,7 +249,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
249
249
|
j.aa();
|
|
250
250
|
let k = Math.round((d - b));
|
|
251
251
|
let l = Math.round((e - c));
|
|
252
|
-
j.
|
|
252
|
+
j.ai(k, l);
|
|
253
253
|
}
|
|
254
254
|
if (g) {
|
|
255
255
|
this.cb(j);
|
|
@@ -275,7 +275,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
if (this.b2 != 1) {
|
|
278
|
-
a.
|
|
278
|
+
a.ag(1);
|
|
279
279
|
}
|
|
280
280
|
}
|
|
281
281
|
bx() {
|
|
@@ -527,8 +527,8 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
527
527
|
if (this.a1 != b) {
|
|
528
528
|
this.a1 = b;
|
|
529
529
|
}
|
|
530
|
-
let c = a.
|
|
531
|
-
let d = a.
|
|
530
|
+
let c = a.h5 * 0.2;
|
|
531
|
+
let d = a.f8 * 0.6;
|
|
532
532
|
if (this.a2 >= c && this.a2 <= d) {
|
|
533
533
|
return;
|
|
534
534
|
}
|
|
@@ -575,7 +575,7 @@ export let CanvasGridCellBase = /*@__PURE__*/ (() => {
|
|
|
575
575
|
if (this.s || (this.i != null && this.i.j != this.bu)) {
|
|
576
576
|
this.s = false;
|
|
577
577
|
this.bu = this.i.j;
|
|
578
|
-
a.
|
|
578
|
+
a.af(this.i);
|
|
579
579
|
}
|
|
580
580
|
let b;
|
|
581
581
|
if (this.h != this.i || this.bw != this.i.j) {
|
|
@@ -24,23 +24,23 @@ export let CanvasImageCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
26
|
if (a.a7) {
|
|
27
|
-
if (a.bc(CellModel.
|
|
28
|
-
let c = Math.min(1, Math.max(0, a.
|
|
29
|
-
let d = a.
|
|
27
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
28
|
+
let c = Math.min(1, Math.max(0, a.c7));
|
|
29
|
+
let d = a.cs * (1 - c);
|
|
30
30
|
this.d.dd = d;
|
|
31
31
|
}
|
|
32
|
-
if (b.bc(ImageCellModel.
|
|
33
|
-
this.e(b.
|
|
32
|
+
if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
|
|
33
|
+
this.e(b.n8, b.n1);
|
|
34
34
|
}
|
|
35
|
-
if (b.bc(ImageCellModel.
|
|
36
|
-
this.f(b.
|
|
35
|
+
if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
|
|
36
|
+
this.f(b.n3, b.g, b.i);
|
|
37
37
|
}
|
|
38
|
-
if (b.bc(ImageCellModel.
|
|
38
|
+
if (b.bc(ImageCellModel.hk)) {
|
|
39
39
|
if (a.u == 1) {
|
|
40
40
|
this.d.dg();
|
|
41
41
|
}
|
|
42
42
|
else if (a.u == 2) {
|
|
43
|
-
this.e(b.
|
|
43
|
+
this.e(b.n8, b.n1);
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -24,20 +24,20 @@ export let CanvasNumericCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
26
|
if (a.a7) {
|
|
27
|
-
if (a.bc(NumericCellModel.
|
|
28
|
-
b.
|
|
29
|
-
this.d.cr(b.
|
|
27
|
+
if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
|
|
28
|
+
b.kx = this.e(b);
|
|
29
|
+
this.d.cr(b.kx);
|
|
30
30
|
}
|
|
31
31
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
e(a) {
|
|
35
|
-
if (a.
|
|
36
|
-
return a.
|
|
35
|
+
if (a.lt != null) {
|
|
36
|
+
return a.lt;
|
|
37
37
|
}
|
|
38
|
-
if (a.
|
|
39
|
-
let val_ = a.
|
|
40
|
-
let override_ = a.
|
|
38
|
+
if (a.ov != null) {
|
|
39
|
+
let val_ = a.n9;
|
|
40
|
+
let override_ = a.ov;
|
|
41
41
|
return (override_.format(val_));
|
|
42
42
|
}
|
|
43
43
|
return NumericCellFormatter.c(a);
|
|
@@ -23,24 +23,24 @@ export let CanvasSectionHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
super.b(a);
|
|
24
24
|
let b = a;
|
|
25
25
|
if (a.a7) {
|
|
26
|
-
if (a.bc(SectionHeaderCellModel.
|
|
27
|
-
if (b.
|
|
28
|
-
if (b.
|
|
29
|
-
b.
|
|
26
|
+
if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8)) {
|
|
27
|
+
if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
|
|
28
|
+
if (b.ie == null) {
|
|
29
|
+
b.kx = "";
|
|
30
30
|
}
|
|
31
31
|
else {
|
|
32
|
-
b.
|
|
32
|
+
b.kx = b.ie.toString();
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
if (b.
|
|
37
|
-
b.
|
|
36
|
+
if (b.oe != null && b.n5 == 0) {
|
|
37
|
+
b.kx = b.og + " " + b.oe;
|
|
38
38
|
}
|
|
39
39
|
else {
|
|
40
|
-
b.
|
|
40
|
+
b.kx = b.og;
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
this.d.cr(b.
|
|
43
|
+
this.d.cr(b.kx);
|
|
44
44
|
}
|
|
45
45
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
46
46
|
}
|
|
@@ -64,7 +64,7 @@ export let CanvasSummaryCell = /*@__PURE__*/ (() => {
|
|
|
64
64
|
if (this.db || (this.da != null && this.da.j != this.dh)) {
|
|
65
65
|
this.db = false;
|
|
66
66
|
this.dh = this.da.j;
|
|
67
|
-
a.
|
|
67
|
+
a.af(this.da);
|
|
68
68
|
this.dd = FontUtil.getCurrentFontHeight(this.bq, this.da);
|
|
69
69
|
}
|
|
70
70
|
let b = this.bo;
|
|
@@ -23,11 +23,11 @@ export let CanvasSummaryCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
let b = a;
|
|
24
24
|
if (a.a7) {
|
|
25
25
|
if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
|
|
26
|
-
this.d.dj(b.
|
|
27
|
-
this.d.cr(b.
|
|
26
|
+
this.d.dj(b.n8);
|
|
27
|
+
this.d.cr(b.oa);
|
|
28
28
|
}
|
|
29
29
|
if (a.bb("SummaryLabelTextColor")) {
|
|
30
|
-
let c = CanvasContentCellModelHelper.e(b.
|
|
30
|
+
let c = CanvasContentCellModelHelper.e(b.of);
|
|
31
31
|
this.d.dk(c);
|
|
32
32
|
}
|
|
33
33
|
if (a.bb("FontInfo")) {
|
|
@@ -24,13 +24,13 @@ export let CanvasTemplateCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = a;
|
|
26
26
|
let c = this.e.actualColumns._inner[a.l.a5];
|
|
27
|
-
if (a.bc(CellModel.
|
|
28
|
-
let d = Math.min(1, Math.max(0, a.
|
|
29
|
-
let e = a.
|
|
27
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
28
|
+
let d = Math.min(1, Math.max(0, a.c7));
|
|
29
|
+
let e = a.cs * (1 - d);
|
|
30
30
|
this.d.db.opacity = e;
|
|
31
31
|
}
|
|
32
32
|
this.d.dc();
|
|
33
|
-
c.
|
|
33
|
+
c.pa(a, this.d);
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
@@ -24,9 +24,9 @@ export let CanvasTemplateHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
24
24
|
super.b(a);
|
|
25
25
|
let b = this.e.actualColumns._inner[a.l.a5];
|
|
26
26
|
let c = b.header;
|
|
27
|
-
if (a.bc(CellModel.
|
|
28
|
-
let d = Math.min(1, Math.max(0, a.
|
|
29
|
-
let e = a.
|
|
27
|
+
if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
|
|
28
|
+
let d = Math.min(1, Math.max(0, a.c7));
|
|
29
|
+
let e = a.cs * (1 - d);
|
|
30
30
|
}
|
|
31
31
|
let f = a;
|
|
32
32
|
this.d.dc();
|
|
@@ -23,26 +23,26 @@ export let CanvasTextCellPresenter = /*@__PURE__*/ (() => {
|
|
|
23
23
|
super.b(a);
|
|
24
24
|
let b = a;
|
|
25
25
|
if (a.a7) {
|
|
26
|
-
if (a.bc(TextCellModel.
|
|
27
|
-
b.
|
|
28
|
-
this.d.cr(b.
|
|
26
|
+
if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
|
|
27
|
+
b.kx = this.e(b);
|
|
28
|
+
this.d.cr(b.kx);
|
|
29
29
|
}
|
|
30
30
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
33
|
e(a) {
|
|
34
|
-
if (a.
|
|
35
|
-
return a.
|
|
34
|
+
if (a.lt != null) {
|
|
35
|
+
return a.lt;
|
|
36
36
|
}
|
|
37
|
-
if (a.
|
|
38
|
-
return a.
|
|
37
|
+
if (a.n2 != null) {
|
|
38
|
+
return a.n2;
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (a.
|
|
41
|
+
if (a.ie == null) {
|
|
42
42
|
return "";
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
return a.
|
|
45
|
+
return a.ie.toString();
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
48
|
}
|
|
@@ -30,11 +30,11 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
30
30
|
super.b(a);
|
|
31
31
|
let b = a;
|
|
32
32
|
if (a.a7) {
|
|
33
|
-
if (a.bc(TextCellModel.
|
|
34
|
-
b.
|
|
35
|
-
this.d.cr(b.
|
|
33
|
+
if (a.bc(TextCellModel.n0)) {
|
|
34
|
+
b.kx = b.n2;
|
|
35
|
+
this.d.cr(b.kx);
|
|
36
36
|
}
|
|
37
|
-
if (a.bc(CellModel.
|
|
37
|
+
if (a.bc(CellModel.hi)) {
|
|
38
38
|
if (a.bt) {
|
|
39
39
|
this.d.db.m = false;
|
|
40
40
|
}
|
|
@@ -48,17 +48,17 @@ export let CanvasTextHeaderCellPresenter = /*@__PURE__*/ (() => {
|
|
|
48
48
|
this.d.db.m = true;
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
|
-
if (a.bc(CellModel.
|
|
51
|
+
if (a.bc(CellModel.hj)) {
|
|
52
52
|
if (a.bt) {
|
|
53
53
|
this.d.db.m = false;
|
|
54
54
|
}
|
|
55
|
-
this.d.db.a3 = a.
|
|
55
|
+
this.d.db.a3 = a.ns;
|
|
56
56
|
if (a.bt) {
|
|
57
57
|
this.d.db.m = true;
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
if (a.bb("SortIndicatorStyle")) {
|
|
61
|
-
this.d.db.f = b.
|
|
61
|
+
this.d.db.f = b.n9;
|
|
62
62
|
}
|
|
63
63
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
64
64
|
}
|
|
@@ -23,83 +23,86 @@ export let CellPresenterBase = /*@__PURE__*/ (() => {
|
|
|
23
23
|
this.b(a);
|
|
24
24
|
}
|
|
25
25
|
b(a) {
|
|
26
|
-
this.a.
|
|
27
|
-
this.a.
|
|
28
|
-
this.a.
|
|
29
|
-
this.a.
|
|
30
|
-
if (a.bc(CellModel.
|
|
26
|
+
this.a.cv(a.c);
|
|
27
|
+
this.a.c4(a.e);
|
|
28
|
+
this.a.cy(a.d);
|
|
29
|
+
this.a.cj();
|
|
30
|
+
if (a.bc(CellModel.gm)) {
|
|
31
31
|
this.a.ad = a.bh;
|
|
32
32
|
}
|
|
33
|
-
if (a.bc(CellModel.
|
|
34
|
-
this.a.
|
|
33
|
+
if (a.bc(CellModel.e0) || a.bc(CellModel.e4) || a.bc(CellModel.e2) || a.bc(CellModel.ey)) {
|
|
34
|
+
this.a.c6(a.ez, a.e3, a.e1, a.ex);
|
|
35
35
|
}
|
|
36
36
|
if (a.a5) {
|
|
37
|
-
this.a.
|
|
38
|
-
if (a.bc(CellModel.
|
|
39
|
-
if (!a.bj && a.p.iz && a.bg && a.
|
|
40
|
-
this.a.
|
|
37
|
+
this.a.cx(a.nd, a.en, a.es, a.eq, a.el);
|
|
38
|
+
if (a.bc(CellModel.ej)) {
|
|
39
|
+
if (!a.bj && a.p.iz && a.bg && a.co == 1) {
|
|
40
|
+
this.a.b9();
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
if (a.bs) {
|
|
45
|
-
this.a.
|
|
46
|
-
this.a.
|
|
45
|
+
this.a.c1(a.f8, (a.e3 + a.ex + a.es + a.el));
|
|
46
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
47
47
|
}
|
|
48
48
|
if (a.a7) {
|
|
49
49
|
if (a.bm && !this.a.z) {
|
|
50
|
-
this.a.
|
|
50
|
+
this.a.b8();
|
|
51
51
|
}
|
|
52
|
-
if (a.bc(CellModel.
|
|
53
|
-
this.a.
|
|
52
|
+
if (a.bc(CellModel.ek)) {
|
|
53
|
+
this.a.cw(a.nc.color);
|
|
54
54
|
}
|
|
55
|
-
if (a.bc(CellModel.
|
|
56
|
-
this.a.
|
|
55
|
+
if (a.bc(CellModel.ew)) {
|
|
56
|
+
this.a.c5(a.cq);
|
|
57
57
|
}
|
|
58
58
|
if (a.bb("IsCollapsable")) {
|
|
59
59
|
this.a.aa = a.a6;
|
|
60
|
-
this.a.
|
|
60
|
+
this.a.bi = a.ge;
|
|
61
61
|
this.a.ab = a.be;
|
|
62
|
-
this.a.
|
|
62
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
63
63
|
}
|
|
64
64
|
if (a.bb("Indent")) {
|
|
65
|
-
this.a.
|
|
66
|
-
this.a.
|
|
65
|
+
this.a.bi = a.ge;
|
|
66
|
+
this.a.db(a.h5, (a.ez + a.e1 + a.en + a.eq));
|
|
67
67
|
}
|
|
68
68
|
if (a.bb("IsExpanded")) {
|
|
69
69
|
this.a.ab = a.be;
|
|
70
70
|
}
|
|
71
|
-
if (a.bc(CellModel.
|
|
72
|
-
this.a.
|
|
71
|
+
if (a.bc(CellModel.hx)) {
|
|
72
|
+
this.a.b3 = a.lk;
|
|
73
73
|
}
|
|
74
|
-
if (a.bc(CellModel.
|
|
75
|
-
this.a.
|
|
74
|
+
if (a.bc(CellModel.hv)) {
|
|
75
|
+
this.a.ds = a.nw;
|
|
76
76
|
}
|
|
77
|
-
if (a.bc(CellModel.
|
|
77
|
+
if (a.bc(CellModel.hw)) {
|
|
78
78
|
this.a.n = a.ak;
|
|
79
79
|
}
|
|
80
|
+
if (a.bc(CellModel.ho)) {
|
|
81
|
+
this.a.by = a.lc;
|
|
82
|
+
}
|
|
80
83
|
if (a.bc(CellModel.hm)) {
|
|
81
|
-
this.a.
|
|
84
|
+
this.a.bv = a.k9;
|
|
82
85
|
}
|
|
83
|
-
if (a.bc(CellModel.
|
|
84
|
-
this.a.
|
|
86
|
+
if (a.bc(CellModel.hp)) {
|
|
87
|
+
this.a.dr = a.nv;
|
|
85
88
|
}
|
|
86
89
|
if (a.bc(CellModel.hn)) {
|
|
87
|
-
this.a.
|
|
90
|
+
this.a.dq = a.nu;
|
|
88
91
|
}
|
|
89
|
-
if (a.bc(CellModel.
|
|
90
|
-
this.a.
|
|
92
|
+
if (a.bc(CellModel.hu)) {
|
|
93
|
+
this.a.aj = a.c4;
|
|
91
94
|
}
|
|
92
|
-
if (a.bc(CellModel.
|
|
93
|
-
this.a.
|
|
95
|
+
if (a.bc(CellModel.hr) || a.bc(CellModel.hs) || a.bc(CellModel.ht) || a.bc(CellModel.ht)) {
|
|
96
|
+
this.a.du = new Rect(0, a.c1, a.c2, a.c3, a.c0);
|
|
94
97
|
}
|
|
95
98
|
}
|
|
96
99
|
if (a.bs && a.bm) {
|
|
97
|
-
this.a.
|
|
100
|
+
this.a.dj(a);
|
|
98
101
|
}
|
|
99
102
|
if (a.bb("DoClone")) {
|
|
100
103
|
if (a.a1) {
|
|
101
104
|
a.a1 = false;
|
|
102
|
-
this.a.
|
|
105
|
+
this.a.b7();
|
|
103
106
|
}
|
|
104
107
|
}
|
|
105
108
|
}
|
|
@@ -275,6 +275,10 @@ export let CheckboxListBridge = /*@__PURE__*/ (() => {
|
|
|
275
275
|
}
|
|
276
276
|
am(a, b) {
|
|
277
277
|
}
|
|
278
|
+
exportVisualData(a) {
|
|
279
|
+
let b = a.exportVisualModel();
|
|
280
|
+
return b;
|
|
281
|
+
}
|
|
278
282
|
}
|
|
279
283
|
CheckboxListBridge.$t = markType(CheckboxListBridge, 'CheckboxListBridge', XComponentBridge.$, [INativeUICheckboxListBridge_$type]);
|
|
280
284
|
return CheckboxListBridge;
|