igniteui-angular-data-grids 20.0.0-beta.1 → 20.0.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/igniteui-angular-data-grids.umd.js +3900 -3533
- package/bundles/igniteui-angular-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 +10 -6
- package/esm2015/lib/CanvasGridCellBase.js +1 -1
- package/esm2015/lib/CanvasImageCellPresenter.js +6 -6
- package/esm2015/lib/CanvasNumericCellPresenter.js +9 -6
- 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 +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +20 -15
- package/esm2015/lib/CanvasTextHeaderCell.js +4 -4
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm2015/lib/CellPresenterBase.js +5 -5
- package/esm2015/lib/CheckboxListView_combined.js +479 -435
- package/esm2015/lib/ColumnChooserView_combined.js +13 -13
- package/esm2015/lib/ColumnFilterCondition_combined.js +2442 -2384
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +13 -13
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +4 -4
- package/esm2015/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
- package/esm2015/lib/DateTimeCellPresenter.js +10 -6
- package/esm2015/lib/EditorCellPresenter.js +19 -19
- package/esm2015/lib/FilterCellPresenter.js +11 -11
- package/esm2015/lib/FormatCellEventArgs.js +31 -0
- package/esm2015/lib/GridCellBase.js +1 -1
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm2015/lib/GridExternalWrapper.js +6 -6
- package/esm2015/lib/GridFilterDialogView_combined.js +9 -4
- package/esm2015/lib/GridSortIndicatorView_combined.js +136 -120
- package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
- package/esm2015/lib/ImageCellPresenter.js +6 -6
- package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm2015/lib/NumericCellPresenter.js +9 -6
- 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 +2 -2
- package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
- package/esm2015/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/TextCellPresenter.js +20 -15
- package/esm2015/lib/TextHeaderCell.js +6 -5
- package/esm2015/lib/TextHeaderCellPresenter.js +16 -16
- package/esm2015/lib/igx-cell-info.js +58 -49
- package/esm2015/lib/igx-checkbox-list-component.js +58 -55
- package/esm2015/lib/igx-combo-box-column-component.js +10 -10
- package/esm2015/lib/igx-data-grid-column-component.js +121 -97
- package/esm2015/lib/igx-data-grid-sort-indicator-component.js +20 -12
- 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-format-cell-event-args.js +82 -0
- 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/esm2015/public_api.js +2 -0
- package/esm5/lib/CanvasCellPresenterBase.js +3 -3
- package/esm5/lib/CanvasContentCellModelHelper.js +4 -4
- package/esm5/lib/CanvasDateTimeCellPresenter.js +10 -6
- package/esm5/lib/CanvasGridCellBase.js +1 -1
- package/esm5/lib/CanvasImageCellPresenter.js +6 -6
- package/esm5/lib/CanvasNumericCellPresenter.js +9 -6
- 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 +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +20 -15
- package/esm5/lib/CanvasTextHeaderCell.js +4 -4
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +9 -9
- package/esm5/lib/CellPresenterBase.js +5 -5
- package/esm5/lib/CheckboxListView_combined.js +461 -413
- package/esm5/lib/ColumnChooserView_combined.js +13 -13
- package/esm5/lib/ColumnFilterCondition_combined.js +2343 -2281
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +13 -13
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +4 -4
- package/esm5/lib/DataGridCellLayoutPanel.js +8 -8
- package/esm5/lib/DataGridToolbarView_combined.js +2 -2
- package/esm5/lib/DateTimeCellPresenter.js +10 -6
- package/esm5/lib/EditorCellPresenter.js +19 -19
- package/esm5/lib/FilterCellPresenter.js +11 -11
- package/esm5/lib/FormatCellEventArgs.js +37 -0
- package/esm5/lib/GridCellBase.js +1 -1
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +10 -10
- package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
- 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/GridColumnSummaryOptionsView_combined.js +7 -7
- package/esm5/lib/GridExternalWrapper.js +6 -6
- package/esm5/lib/GridFilterDialogView_combined.js +9 -4
- package/esm5/lib/GridSortIndicatorView_combined.js +135 -115
- package/esm5/lib/ISummaryChooserView_combined.js +9 -9
- package/esm5/lib/ImageCellPresenter.js +6 -6
- package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
- package/esm5/lib/NumericCellPresenter.js +9 -6
- 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 +2 -2
- package/esm5/lib/TemplateHeaderCellModel.js +17 -17
- package/esm5/lib/TemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/TextCellPresenter.js +20 -15
- package/esm5/lib/TextHeaderCell.js +6 -5
- package/esm5/lib/TextHeaderCellPresenter.js +16 -16
- package/esm5/lib/igx-cell-info.js +62 -49
- package/esm5/lib/igx-checkbox-list-component.js +62 -55
- package/esm5/lib/igx-combo-box-column-component.js +10 -10
- package/esm5/lib/igx-data-grid-column-component.js +126 -97
- package/esm5/lib/igx-data-grid-sort-indicator-component.js +24 -12
- 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-format-cell-event-args.js +112 -0
- 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/esm5/public_api.js +2 -0
- package/fesm2015/igniteui-angular-data-grids.js +3969 -3666
- package/fesm5/igniteui-angular-data-grids.js +3900 -3535
- package/lib/CanvasTextCellPresenter.d.ts +1 -0
- package/lib/CheckboxListView_combined.d.ts +127 -120
- package/lib/ColumnFilterCondition_combined.d.ts +643 -636
- package/lib/FormatCellEventArgs.d.ts +15 -0
- package/lib/GridSortIndicatorView_combined.d.ts +41 -38
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TextCellPresenter.d.ts +1 -0
- package/lib/igx-cell-info.d.ts +5 -0
- package/lib/igx-checkbox-list-component.d.ts +2 -0
- package/lib/igx-data-grid-column-component.d.ts +10 -1
- package/lib/igx-data-grid-sort-indicator-component.d.ts +4 -1
- package/lib/igx-format-cell-event-args.d.ts +45 -0
- package/package.json +4 -4
- package/public_api.d.ts +2 -0
|
@@ -29,18 +29,22 @@ var CanvasDateTimeCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a3) {
|
|
32
|
-
if (a.a8(DateTimeCellModel.
|
|
32
|
+
if (a.a8(DateTimeCellModel.mv) || a.a8(DateTimeCellModel.mw) || a.a8(DateTimeCellModel.mu) || a.a8(DateTimeCellModel.gj) || a.a8(DateTimeCellModel.hb)) {
|
|
33
33
|
this.e(b);
|
|
34
|
-
this.d.cr(b.
|
|
34
|
+
this.d.cr(b.j3);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasDateTimeCellPresenter.prototype.e = function (a) {
|
|
40
|
-
a.
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
40
|
+
if (a.ki != null) {
|
|
41
|
+
a.j3 = a.ki;
|
|
42
|
+
return;
|
|
43
|
+
}
|
|
44
|
+
a.j3 = a.m7(a.mt);
|
|
45
|
+
if (a.j3 == stringEmpty()) {
|
|
46
|
+
if (!(typeCast(Date_$type, a.hn) !== null)) {
|
|
47
|
+
a.j3 = a.hn.toString();
|
|
44
48
|
}
|
|
45
49
|
}
|
|
46
50
|
};
|
|
@@ -29,23 +29,23 @@ var CanvasImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a3) {
|
|
32
|
-
if (a.a8(CellModel.fa) || a.a8(CellModel.
|
|
32
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
|
|
33
33
|
var c = Math.min(1, Math.max(0, a.ct));
|
|
34
34
|
var d = a.cj * (1 - c);
|
|
35
35
|
this.d.dd = d;
|
|
36
36
|
}
|
|
37
|
-
if (b.a8(ImageCellModel.
|
|
38
|
-
this.e(b.
|
|
37
|
+
if (b.a8(ImageCellModel.mn) || b.a8(ImageCellModel.mo)) {
|
|
38
|
+
this.e(b.mr, b.mk);
|
|
39
39
|
}
|
|
40
|
-
if (b.a8(ImageCellModel.
|
|
41
|
-
this.f(b.
|
|
40
|
+
if (b.a8(ImageCellModel.mp) || b.a8(ImageCellModel.fw) || b.a8(ImageCellModel.hc)) {
|
|
41
|
+
this.f(b.mm, b.g, b.i);
|
|
42
42
|
}
|
|
43
43
|
if (b.a8(ImageCellModel.g6)) {
|
|
44
44
|
if (a.u == 1) {
|
|
45
45
|
this.d.dg();
|
|
46
46
|
}
|
|
47
47
|
else if (a.u == 2) {
|
|
48
|
-
this.e(b.
|
|
48
|
+
this.e(b.mr, b.mk);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -29,17 +29,20 @@ var CanvasNumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
29
29
|
_super.prototype.b.call(this, a);
|
|
30
30
|
var b = a;
|
|
31
31
|
if (a.a3) {
|
|
32
|
-
if (a.a8(NumericCellModel.
|
|
33
|
-
b.
|
|
34
|
-
this.d.cr(b.
|
|
32
|
+
if (a.a8(NumericCellModel.m8) || a.a8(NumericCellModel.mw) || a.a8(NumericCellModel.hb) || b.mp()) {
|
|
33
|
+
b.j3 = this.e(b);
|
|
34
|
+
this.d.cr(b.j3);
|
|
35
35
|
}
|
|
36
36
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
39
|
CanvasNumericCellPresenter.prototype.e = function (a) {
|
|
40
|
-
if (a.
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
if (a.ki != null) {
|
|
41
|
+
return a.ki;
|
|
42
|
+
}
|
|
43
|
+
if (a.ne != null) {
|
|
44
|
+
var val_ = a.ms;
|
|
45
|
+
var override_ = a.ne;
|
|
43
46
|
return (override_.format(val_));
|
|
44
47
|
}
|
|
45
48
|
return NumericCellFormatter.c(a);
|
|
@@ -28,24 +28,24 @@ var CanvasSectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_s
|
|
|
28
28
|
_super.prototype.b.call(this, a);
|
|
29
29
|
var b = a;
|
|
30
30
|
if (a.a3) {
|
|
31
|
-
if (a.a8(SectionHeaderCellModel.
|
|
32
|
-
if (b.
|
|
33
|
-
if (b.
|
|
34
|
-
b.
|
|
31
|
+
if (a.a8(SectionHeaderCellModel.mp) || a.a8(SectionHeaderCellModel.mr)) {
|
|
32
|
+
if (b.ml == null || (b.ml.length == 0 && b.mz == null)) {
|
|
33
|
+
if (b.hn == null) {
|
|
34
|
+
b.j3 = "";
|
|
35
35
|
}
|
|
36
36
|
else {
|
|
37
|
-
b.
|
|
37
|
+
b.j3 = b.hn.toString();
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
else {
|
|
41
|
-
if (b.
|
|
42
|
-
b.
|
|
41
|
+
if (b.mx != null && b.mo == 0) {
|
|
42
|
+
b.j3 = b.mz + " " + b.mx;
|
|
43
43
|
}
|
|
44
44
|
else {
|
|
45
|
-
b.
|
|
45
|
+
b.j3 = b.mz;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
48
|
-
this.d.cr(b.
|
|
48
|
+
this.d.cr(b.j3);
|
|
49
49
|
}
|
|
50
50
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
51
51
|
}
|
|
@@ -28,11 +28,11 @@ var CanvasSummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
28
28
|
var b = a;
|
|
29
29
|
if (a.a3) {
|
|
30
30
|
if (a.a7("ResolvedSummaryLabel") || a.a7("ResolvedSummaryValue")) {
|
|
31
|
-
this.d.dj(b.
|
|
32
|
-
this.d.cr(b.
|
|
31
|
+
this.d.dj(b.mr);
|
|
32
|
+
this.d.cr(b.mt);
|
|
33
33
|
}
|
|
34
34
|
if (a.a7("SummaryLabelTextColor")) {
|
|
35
|
-
var c = CanvasContentCellModelHelper.e(b.
|
|
35
|
+
var c = CanvasContentCellModelHelper.e(b.my);
|
|
36
36
|
this.d.dk(c);
|
|
37
37
|
}
|
|
38
38
|
if (a.a7("FontInfo")) {
|
|
@@ -30,13 +30,13 @@ var CanvasTemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
var c = this.e.actualColumns._inner[a.l.a5];
|
|
33
|
-
if (a.a8(CellModel.fa) || a.a8(CellModel.
|
|
33
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.ct));
|
|
35
35
|
var e = a.cj * (1 - d);
|
|
36
36
|
this.d.db.opacity = e;
|
|
37
37
|
}
|
|
38
38
|
this.d.dc();
|
|
39
|
-
c.
|
|
39
|
+
c.n6(a, this.d);
|
|
40
40
|
};
|
|
41
41
|
CanvasTemplateCellPresenter.$t = markType(CanvasTemplateCellPresenter, 'CanvasTemplateCellPresenter', CanvasCellPresenterBase.$);
|
|
42
42
|
return CanvasTemplateCellPresenter;
|
|
@@ -30,7 +30,7 @@ var CanvasTemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = this.e.actualColumns._inner[a.l.a5];
|
|
32
32
|
var c = b.header;
|
|
33
|
-
if (a.a8(CellModel.fa) || a.a8(CellModel.
|
|
33
|
+
if (a.a8(CellModel.fa) || a.a8(CellModel.hd)) {
|
|
34
34
|
var d = Math.min(1, Math.max(0, a.ct));
|
|
35
35
|
var e = a.cj * (1 - d);
|
|
36
36
|
}
|
|
@@ -6,10 +6,9 @@ GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOA
|
|
|
6
6
|
*/
|
|
7
7
|
import { __extends } from "tslib";
|
|
8
8
|
import { CanvasCellPresenterBase } from "./CanvasCellPresenterBase";
|
|
9
|
-
import { CellModel } from "./CellModel";
|
|
10
9
|
import { TextCellModel } from "./TextCellModel";
|
|
11
|
-
import { markType } from "igniteui-angular-core";
|
|
12
10
|
import { CanvasContentCellModelHelper } from "./CanvasContentCellModelHelper";
|
|
11
|
+
import { markType } from "igniteui-angular-core";
|
|
13
12
|
/**
|
|
14
13
|
* @hidden
|
|
15
14
|
*/
|
|
@@ -29,23 +28,29 @@ var CanvasTextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
29
28
|
_super.prototype.b.call(this, a);
|
|
30
29
|
var b = a;
|
|
31
30
|
if (a.a3) {
|
|
32
|
-
if (a.a8(TextCellModel.
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
else {
|
|
37
|
-
if (b.hm == null) {
|
|
38
|
-
b.j1 = "";
|
|
39
|
-
}
|
|
40
|
-
else {
|
|
41
|
-
b.j1 = b.hm.toString();
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
this.d.cr(b.j1);
|
|
31
|
+
if (a.a8(TextCellModel.mj) || a.a8(TextCellModel.hb) || a.a8(TextCellModel.gj)) {
|
|
32
|
+
b.j3 = this.e(b);
|
|
33
|
+
this.d.cr(b.j3);
|
|
45
34
|
}
|
|
46
35
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
47
36
|
}
|
|
48
37
|
};
|
|
38
|
+
CanvasTextCellPresenter.prototype.e = function (a) {
|
|
39
|
+
if (a.ki != null) {
|
|
40
|
+
return a.ki;
|
|
41
|
+
}
|
|
42
|
+
if (a.ml != null) {
|
|
43
|
+
return a.ml;
|
|
44
|
+
}
|
|
45
|
+
else {
|
|
46
|
+
if (a.hn == null) {
|
|
47
|
+
return "";
|
|
48
|
+
}
|
|
49
|
+
else {
|
|
50
|
+
return a.hn.toString();
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
};
|
|
49
54
|
CanvasTextCellPresenter.$t = markType(CanvasTextCellPresenter, 'CanvasTextCellPresenter', CanvasCellPresenterBase.$);
|
|
50
55
|
return CanvasTextCellPresenter;
|
|
51
56
|
}(CanvasCellPresenterBase));
|
|
@@ -27,12 +27,12 @@ var CanvasTextHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
27
27
|
b.setRawStyleProperty("height", "16px");
|
|
28
28
|
_this.dd = b;
|
|
29
29
|
var c = a.getSubRenderer(_this.dd);
|
|
30
|
-
_this.da.
|
|
31
|
-
_this.da.
|
|
30
|
+
_this.da.a0(c);
|
|
31
|
+
_this.da.y = window.devicePixelRatio;
|
|
32
32
|
var d = _this.da;
|
|
33
33
|
d.renderCompleted = delegateCombine(d.renderCompleted, function (d, e) { return _this.ca(); });
|
|
34
|
-
_this.da.
|
|
35
|
-
_this.dc = _this.da.
|
|
34
|
+
_this.da.au(16, 16);
|
|
35
|
+
_this.dc = _this.da.af();
|
|
36
36
|
return _this;
|
|
37
37
|
}
|
|
38
38
|
Object.defineProperty(CanvasTextHeaderCell.prototype, "db", {
|
|
@@ -36,13 +36,13 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
36
36
|
_super.prototype.b.call(this, a);
|
|
37
37
|
var b = a;
|
|
38
38
|
if (a.a3) {
|
|
39
|
-
if (a.a8(TextCellModel.
|
|
40
|
-
b.
|
|
41
|
-
this.d.cr(b.
|
|
39
|
+
if (a.a8(TextCellModel.mj)) {
|
|
40
|
+
b.j3 = b.ml;
|
|
41
|
+
this.d.cr(b.j3);
|
|
42
42
|
}
|
|
43
43
|
if (a.a8(CellModel.g4)) {
|
|
44
44
|
if (a.bp) {
|
|
45
|
-
this.d.db.
|
|
45
|
+
this.d.db.m = false;
|
|
46
46
|
}
|
|
47
47
|
if (this.e == null) {
|
|
48
48
|
var c_1 = a.p;
|
|
@@ -51,20 +51,20 @@ var CanvasTextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_supe
|
|
|
51
51
|
this.d.de(a.n);
|
|
52
52
|
this.d.cp(runOn(this, this.f));
|
|
53
53
|
if (a.bp) {
|
|
54
|
-
this.d.db.
|
|
54
|
+
this.d.db.m = true;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
if (a.a8(CellModel.g5)) {
|
|
58
58
|
if (a.bp) {
|
|
59
|
-
this.d.db.
|
|
59
|
+
this.d.db.m = false;
|
|
60
60
|
}
|
|
61
|
-
this.d.db.
|
|
61
|
+
this.d.db.a3 = a.me;
|
|
62
62
|
if (a.bp) {
|
|
63
|
-
this.d.db.
|
|
63
|
+
this.d.db.m = true;
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (a.a7("SortIndicatorStyle")) {
|
|
67
|
-
this.d.db.f = b.
|
|
67
|
+
this.d.db.f = b.ms;
|
|
68
68
|
}
|
|
69
69
|
CanvasContentCellModelHelper.a(this.a.bq, b, this.a);
|
|
70
70
|
}
|
|
@@ -35,7 +35,7 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
35
35
|
this.a.b7(a.el, a.ep, a.en, a.ej);
|
|
36
36
|
}
|
|
37
37
|
if (a.a1) {
|
|
38
|
-
this.a.b1(a.
|
|
38
|
+
this.a.b1(a.lz, a.d9, a.ee, a.ec, a.d7);
|
|
39
39
|
if (a.a8(CellModel.d5)) {
|
|
40
40
|
if (!a.bf && a.p.ix && a.bc && a.cf == 1) {
|
|
41
41
|
this.a.bh();
|
|
@@ -44,14 +44,14 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
44
44
|
}
|
|
45
45
|
if (a.bo) {
|
|
46
46
|
this.a.b3(a.fu, (a.ep + a.ej + a.ee + a.d7));
|
|
47
|
-
this.a.b9(a.
|
|
47
|
+
this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
|
|
48
48
|
}
|
|
49
49
|
if (a.a3) {
|
|
50
50
|
if (a.bi && !this.a.u) {
|
|
51
51
|
this.a.bg();
|
|
52
52
|
}
|
|
53
53
|
if (a.a8(CellModel.d6)) {
|
|
54
|
-
this.a.b0(a.
|
|
54
|
+
this.a.b0(a.ly.color);
|
|
55
55
|
}
|
|
56
56
|
if (a.a8(CellModel.ei)) {
|
|
57
57
|
this.a.b6(a.ch);
|
|
@@ -60,11 +60,11 @@ var CellPresenterBase = /** @class */ /*@__PURE__*/ (function (_super) {
|
|
|
60
60
|
this.a.v = a.a2;
|
|
61
61
|
this.a.a6 = a.f0;
|
|
62
62
|
this.a.w = a.ba;
|
|
63
|
-
this.a.b9(a.
|
|
63
|
+
this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
|
|
64
64
|
}
|
|
65
65
|
if (a.a7("Indent")) {
|
|
66
66
|
this.a.a6 = a.f0;
|
|
67
|
-
this.a.b9(a.
|
|
67
|
+
this.a.b9(a.he, (a.el + a.en + a.d9 + a.ec));
|
|
68
68
|
}
|
|
69
69
|
if (a.a7("IsExpanded")) {
|
|
70
70
|
this.a.w = a.ba;
|