igniteui-webcomponents-data-grids 7.1.0-alpha.3 → 7.1.0-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-webcomponents-data-grids.umd.js +6134 -5858
- package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
- package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
- package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm2015/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
- package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm2015/lib/CellPresenterBase.js +37 -34
- package/esm2015/lib/CheckboxListView_combined.js +23 -23
- package/esm2015/lib/ColumnChooserView_combined.js +9 -9
- package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
- package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
- package/esm2015/lib/ColumnPinningView_combined.js +5 -5
- package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm2015/lib/ContentCellModelHelper.js +10 -10
- package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
- package/esm2015/lib/DateTimeCellPresenter.js +9 -9
- package/esm2015/lib/EditorCell.js +292 -292
- package/esm2015/lib/EditorCellPresenter.js +26 -26
- package/esm2015/lib/FilterCell.js +269 -269
- package/esm2015/lib/FilterCellPresenter.js +15 -15
- package/esm2015/lib/GridCellBase.js +167 -150
- package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm2015/lib/ImageCellPresenter.js +15 -15
- 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 +19 -19
- package/esm2015/lib/SectionHeaderCell.js +20 -20
- package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm2015/lib/SummaryCell.js +45 -45
- package/esm2015/lib/SummaryCellPresenter.js +10 -10
- package/esm2015/lib/TemplateCell.js +15 -15
- package/esm2015/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm2015/lib/TemplateSectionHeader.js +1 -1
- package/esm2015/lib/TextCell.js +29 -29
- package/esm2015/lib/TextCellPresenter.js +10 -10
- package/esm2015/lib/TextHeaderCell.js +184 -184
- package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
- package/esm2015/lib/VerticalSeparatorCell.js +37 -37
- package/esm2015/lib/igc-cell-info.js +90 -81
- package/esm2015/lib/igc-combo-box-column-component.js +10 -10
- package/esm2015/lib/igc-data-grid-column-component.js +224 -214
- 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-editor-cell-info.js +23 -23
- package/esm2015/lib/igc-filter-cell-info.js +26 -26
- 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 +35 -26
- package/esm2015/lib/igc-numeric-column-component.js +38 -38
- package/esm2015/lib/igc-section-header-cell-info.js +6 -6
- package/esm2015/lib/igc-section-header-component.js +32 -12
- package/esm2015/lib/igc-summary-cell-info.js +9 -9
- 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 +4 -4
- package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
- package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
- package/esm5/lib/CanvasGridCellBase.js +2 -2
- 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 +6 -6
- package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
- package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
- package/esm5/lib/CanvasTextCellPresenter.js +9 -9
- package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
- package/esm5/lib/CellPresenterBase.js +37 -34
- package/esm5/lib/CheckboxListView_combined.js +23 -23
- package/esm5/lib/ColumnChooserView_combined.js +9 -9
- package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
- package/esm5/lib/ColumnGroupingView_combined.js +4 -4
- package/esm5/lib/ColumnPinningView_combined.js +5 -5
- package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
- package/esm5/lib/ContentCellModelHelper.js +10 -10
- package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
- package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
- package/esm5/lib/DataGridToolbarView_combined.js +1 -1
- package/esm5/lib/DateTimeCellPresenter.js +9 -9
- package/esm5/lib/EditorCell.js +277 -277
- package/esm5/lib/EditorCellPresenter.js +26 -26
- package/esm5/lib/FilterCell.js +259 -259
- package/esm5/lib/FilterCellPresenter.js +15 -15
- package/esm5/lib/GridCellBase.js +164 -143
- package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
- 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 +1 -1
- 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/ImageCell.js +57 -57
- package/esm5/lib/ImageCellPresenter.js +15 -15
- 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 +19 -19
- package/esm5/lib/SectionHeaderCell.js +20 -20
- package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
- package/esm5/lib/SummaryCell.js +45 -45
- package/esm5/lib/SummaryCellPresenter.js +10 -10
- package/esm5/lib/TemplateCell.js +15 -15
- package/esm5/lib/TemplateCellPresenter.js +3 -3
- 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 +3 -3
- package/esm5/lib/TemplateSectionHeader.js +1 -1
- package/esm5/lib/TextCell.js +29 -29
- package/esm5/lib/TextCellPresenter.js +10 -10
- package/esm5/lib/TextHeaderCell.js +182 -182
- package/esm5/lib/TextHeaderCellPresenter.js +52 -52
- package/esm5/lib/VerticalSeparatorCell.js +37 -37
- package/esm5/lib/igc-cell-info.js +94 -81
- package/esm5/lib/igc-combo-box-column-component.js +10 -10
- package/esm5/lib/igc-data-grid-column-component.js +228 -214
- 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-editor-cell-info.js +23 -23
- package/esm5/lib/igc-filter-cell-info.js +26 -26
- 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 +39 -26
- package/esm5/lib/igc-numeric-column-component.js +38 -38
- package/esm5/lib/igc-section-header-cell-info.js +6 -6
- package/esm5/lib/igc-section-header-component.js +40 -12
- package/esm5/lib/igc-summary-cell-info.js +9 -9
- 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 +6274 -6050
- package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
- package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
- package/lib/EditorCell.d.ts +67 -67
- package/lib/FilterCell.d.ts +55 -55
- package/lib/GridCellBase.d.ts +64 -61
- package/lib/ImageCell.d.ts +17 -17
- package/lib/NumericCell.d.ts +2 -2
- package/lib/SectionHeaderCell.d.ts +4 -4
- package/lib/SummaryCell.d.ts +10 -10
- package/lib/TemplateCell.d.ts +5 -5
- package/lib/TemplateHeaderCell.d.ts +2 -2
- package/lib/TemplateHeaderCellModel.d.ts +7 -7
- package/lib/TemplateSectionHeader.d.ts +1 -1
- package/lib/TextCell.d.ts +7 -7
- package/lib/TextHeaderCell.d.ts +30 -30
- package/lib/VerticalSeparatorCell.d.ts +8 -8
- package/lib/igc-cell-info.d.ts +5 -0
- package/lib/igc-data-grid-column-component.d.ts +5 -0
- package/lib/igc-data-grid-component.d.ts +5 -0
- package/lib/igc-numeric-cell-info.d.ts +5 -0
- package/lib/igc-section-header-component.d.ts +10 -0
- package/package.json +4 -4
|
@@ -30,98 +30,98 @@ export var TextHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_sup
|
|
|
30
30
|
_super.prototype.b.call(this, a);
|
|
31
31
|
var b = a;
|
|
32
32
|
if (a.a7) {
|
|
33
|
-
if (a.bc(TextCellModel.
|
|
34
|
-
b.
|
|
35
|
-
this.d.
|
|
33
|
+
if (a.bc(TextCellModel.n9)) {
|
|
34
|
+
b.k1 = b.ob;
|
|
35
|
+
this.d.c9(this.d.ed, b.k1);
|
|
36
36
|
}
|
|
37
|
-
if (a.bc(CellModel.
|
|
38
|
-
var c = this.d.
|
|
37
|
+
if (a.bc(CellModel.hl)) {
|
|
38
|
+
var c = this.d.d7.m;
|
|
39
39
|
if (a.bt) {
|
|
40
|
-
this.d.
|
|
40
|
+
this.d.d7.m = false;
|
|
41
41
|
}
|
|
42
|
-
this.d.
|
|
42
|
+
this.d.d7.b = a.n;
|
|
43
43
|
if (a.bt) {
|
|
44
|
-
this.d.
|
|
44
|
+
this.d.d7.m = c;
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
|
-
if (a.bc(CellModel.
|
|
48
|
-
var d = this.d.
|
|
47
|
+
if (a.bc(CellModel.hm)) {
|
|
48
|
+
var d = this.d.d7.m;
|
|
49
49
|
if (a.bt) {
|
|
50
|
-
this.d.
|
|
50
|
+
this.d.d7.m = false;
|
|
51
51
|
}
|
|
52
|
-
this.d.
|
|
52
|
+
this.d.d7.a3 = a.n1;
|
|
53
53
|
if (a.bt) {
|
|
54
|
-
this.d.
|
|
54
|
+
this.d.d7.m = d;
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
if (a.bb("IsColumnOptionsEnabled")) {
|
|
58
|
-
var e = b.
|
|
58
|
+
var e = b.oq;
|
|
59
59
|
if (e) {
|
|
60
60
|
e = this.e();
|
|
61
61
|
}
|
|
62
|
-
this.d.
|
|
63
|
-
this.d.
|
|
64
|
-
this.a.
|
|
62
|
+
this.d.d9 = e;
|
|
63
|
+
this.d.eb.setRawStyleProperty("display", e ? "inline-block" : "none");
|
|
64
|
+
this.a.dd(a.h8, (a.g2 + a.g4 + a.fg + a.fj));
|
|
65
65
|
}
|
|
66
66
|
if (a.bb("SortIndicatorStyle")) {
|
|
67
|
-
this.d.
|
|
67
|
+
this.d.d7.f = b.oi;
|
|
68
68
|
}
|
|
69
69
|
if (a.bb("ColumnOptionsIconAlignment")) {
|
|
70
|
-
this.d.
|
|
70
|
+
this.d.d1 = b.oe;
|
|
71
71
|
}
|
|
72
72
|
if (a.bb("ColumnOptionsIconBehavior")) {
|
|
73
|
-
this.d.
|
|
73
|
+
this.d.d3 = b.og;
|
|
74
74
|
}
|
|
75
75
|
if (a.bb("ColumnOptionsIconColor")) {
|
|
76
|
-
this.d.
|
|
76
|
+
this.d.d5.c1 = b.p9;
|
|
77
77
|
}
|
|
78
|
-
if (a.bb("Path") || (this.d.
|
|
78
|
+
if (a.bb("Path") || (this.d.d5.n != null && this.d.d5.n.grid == null)) {
|
|
79
79
|
var f = a.e.getColumn();
|
|
80
|
-
if (f != this.d.
|
|
81
|
-
this.d.
|
|
82
|
-
this.d.
|
|
80
|
+
if (f != this.d.d5.n) {
|
|
81
|
+
this.d.d5.n = f;
|
|
82
|
+
this.d.d5.bx();
|
|
83
83
|
}
|
|
84
84
|
}
|
|
85
|
-
if (a.bc(TextHeaderCellModel.
|
|
86
|
-
this.d.
|
|
85
|
+
if (a.bc(TextHeaderCellModel.o7)) {
|
|
86
|
+
this.d.db(b.ok);
|
|
87
87
|
}
|
|
88
|
-
if (a.bc(TextHeaderCellModel.
|
|
89
|
-
this.d.
|
|
88
|
+
if (a.bc(TextHeaderCellModel.ot)) {
|
|
89
|
+
this.d.d5.ct = b.p4;
|
|
90
90
|
}
|
|
91
|
-
if (a.bc(TextHeaderCellModel.
|
|
92
|
-
this.d.
|
|
91
|
+
if (a.bc(TextHeaderCellModel.o5)) {
|
|
92
|
+
this.d.d5.cz = b.qb;
|
|
93
93
|
}
|
|
94
|
-
if (a.bc(TextHeaderCellModel.
|
|
95
|
-
this.d.
|
|
94
|
+
if (a.bc(TextHeaderCellModel.o6)) {
|
|
95
|
+
this.d.d5.ab = b.oo;
|
|
96
96
|
}
|
|
97
|
-
if (a.bc(TextHeaderCellModel.
|
|
98
|
-
this.d.
|
|
97
|
+
if (a.bc(TextHeaderCellModel.oy)) {
|
|
98
|
+
this.d.d5.cx = b.p8;
|
|
99
99
|
}
|
|
100
|
-
if (a.bc(TextHeaderCellModel.
|
|
101
|
-
this.d.
|
|
100
|
+
if (a.bc(TextHeaderCellModel.o8)) {
|
|
101
|
+
this.d.d5.c0 = b.qc;
|
|
102
102
|
}
|
|
103
|
-
if (a.bc(TextHeaderCellModel.
|
|
104
|
-
this.d.
|
|
103
|
+
if (a.bc(TextHeaderCellModel.ox)) {
|
|
104
|
+
this.d.d5.cw = b.p7;
|
|
105
|
+
}
|
|
106
|
+
if (a.bc(TextHeaderCellModel.o4)) {
|
|
107
|
+
this.d.d5.cy = b.qa;
|
|
105
108
|
}
|
|
106
|
-
if (a.bc(TextHeaderCellModel.
|
|
107
|
-
this.d.
|
|
109
|
+
if (a.bc(TextHeaderCellModel.ou)) {
|
|
110
|
+
this.d.d5.cu = b.p5;
|
|
108
111
|
}
|
|
109
|
-
if (a.bc(TextHeaderCellModel.
|
|
110
|
-
this.d.
|
|
112
|
+
if (a.bc(TextHeaderCellModel.ov)) {
|
|
113
|
+
this.d.d5.cv = b.p6;
|
|
111
114
|
}
|
|
112
|
-
if (a.bc(TextHeaderCellModel.
|
|
113
|
-
this.d.
|
|
115
|
+
if (a.bc(TextHeaderCellModel.ow)) {
|
|
116
|
+
this.d.d5.aa = b.on;
|
|
114
117
|
}
|
|
115
118
|
if (a.bc(TextHeaderCellModel.os)) {
|
|
116
|
-
this.d.
|
|
117
|
-
}
|
|
118
|
-
if (a.bc(TextHeaderCellModel.oo)) {
|
|
119
|
-
this.d.d2.cs = b.pz;
|
|
119
|
+
this.d.d5.cs = b.p3;
|
|
120
120
|
}
|
|
121
|
-
if (a.bc(TextHeaderCellModel.
|
|
122
|
-
this.d.
|
|
121
|
+
if (a.bc(TextHeaderCellModel.o3)) {
|
|
122
|
+
this.d.d5.ax = b.o2;
|
|
123
123
|
}
|
|
124
|
-
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.
|
|
124
|
+
ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.ed, this.a);
|
|
125
125
|
}
|
|
126
126
|
};
|
|
127
127
|
TextHeaderCellPresenter.prototype.e = function () {
|
|
@@ -15,57 +15,57 @@ export var VerticalSeparatorCell = /** @class */ /*@__PURE__*/ (function (_super
|
|
|
15
15
|
__extends(VerticalSeparatorCell, _super);
|
|
16
16
|
function VerticalSeparatorCell(a) {
|
|
17
17
|
var _this = _super.call(this, a) || this;
|
|
18
|
-
_this.
|
|
19
|
-
_this.
|
|
20
|
-
_this.
|
|
21
|
-
_this.
|
|
22
|
-
_this.
|
|
23
|
-
_this.
|
|
24
|
-
_this.
|
|
25
|
-
_this.ar.append(_this.
|
|
18
|
+
_this.d0 = null;
|
|
19
|
+
_this.dz = null;
|
|
20
|
+
_this.d1 = 0;
|
|
21
|
+
_this.d2 = 0;
|
|
22
|
+
_this.d0 = a.createElement("div");
|
|
23
|
+
_this.d0.setRawStyleProperty("position", "absolute");
|
|
24
|
+
_this.d0.setRawStyleProperty("pointer-events", "none");
|
|
25
|
+
_this.ar.append(_this.d0);
|
|
26
26
|
return _this;
|
|
27
27
|
}
|
|
28
|
-
VerticalSeparatorCell.prototype.
|
|
28
|
+
VerticalSeparatorCell.prototype.cy = function (a, b, c, d, e) {
|
|
29
29
|
if (a == null) {
|
|
30
|
-
if (this.
|
|
31
|
-
this.
|
|
32
|
-
this.
|
|
30
|
+
if (this.dz != null) {
|
|
31
|
+
this.dz.remove();
|
|
32
|
+
this.dz = null;
|
|
33
33
|
}
|
|
34
34
|
}
|
|
35
35
|
else {
|
|
36
|
-
this.
|
|
37
|
-
this.
|
|
38
|
-
this.
|
|
36
|
+
this.d3();
|
|
37
|
+
this.d1 = b;
|
|
38
|
+
this.d2 = d;
|
|
39
39
|
}
|
|
40
|
-
this.
|
|
40
|
+
this.d4();
|
|
41
41
|
};
|
|
42
|
-
VerticalSeparatorCell.prototype.
|
|
43
|
-
_super.prototype.
|
|
44
|
-
this.
|
|
42
|
+
VerticalSeparatorCell.prototype.dd = function (a, b) {
|
|
43
|
+
_super.prototype.dd.call(this, a, b);
|
|
44
|
+
this.d4();
|
|
45
45
|
};
|
|
46
|
-
VerticalSeparatorCell.prototype.
|
|
47
|
-
this.
|
|
46
|
+
VerticalSeparatorCell.prototype.cx = function (a) {
|
|
47
|
+
this.d0.setRawStyleProperty("background-color", a.colorString);
|
|
48
48
|
};
|
|
49
|
-
VerticalSeparatorCell.prototype.
|
|
50
|
-
if (this.
|
|
51
|
-
this.
|
|
52
|
-
this.
|
|
53
|
-
this.
|
|
54
|
-
this.
|
|
55
|
-
this.
|
|
49
|
+
VerticalSeparatorCell.prototype.d4 = function () {
|
|
50
|
+
if (this.dz != null) {
|
|
51
|
+
this.d0.setRawStyleProperty("height", "100%");
|
|
52
|
+
this.d0.setRawStyleProperty("width", this.ar.width() - (this.d1 + this.d2) + "px");
|
|
53
|
+
this.d0.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
|
|
54
|
+
this.dz.setRawStyleProperty("width", "100%");
|
|
55
|
+
this.dz.setRawStyleProperty("height", "100%");
|
|
56
56
|
}
|
|
57
57
|
else {
|
|
58
|
-
this.
|
|
59
|
-
this.
|
|
60
|
-
this.
|
|
58
|
+
this.d0.setRawStyleProperty("height", "100%");
|
|
59
|
+
this.d0.setRawStyleProperty("width", this.ar.width() + "px");
|
|
60
|
+
this.d0.setRawStyleProperty("left", "0px");
|
|
61
61
|
}
|
|
62
62
|
};
|
|
63
|
-
VerticalSeparatorCell.prototype.
|
|
64
|
-
if (this.
|
|
65
|
-
this.
|
|
66
|
-
this.
|
|
67
|
-
this.
|
|
68
|
-
this.ar.getNativeElement().insertBefore(this.
|
|
63
|
+
VerticalSeparatorCell.prototype.d3 = function () {
|
|
64
|
+
if (this.dz == null) {
|
|
65
|
+
this.dz = this.am.createElement("div");
|
|
66
|
+
this.dz.setRawStyleProperty("position", "absolute");
|
|
67
|
+
this.dz.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
|
|
68
|
+
this.ar.getNativeElement().insertBefore(this.dz.getNativeElement(), this.d0.getNativeElement());
|
|
69
69
|
}
|
|
70
70
|
};
|
|
71
71
|
VerticalSeparatorCell.$t = markType(VerticalSeparatorCell, 'VerticalSeparatorCell', GridCellBase.$);
|