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.
Files changed (185) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +6134 -5858
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  11. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  12. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  13. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  14. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  15. package/esm2015/lib/CellPresenterBase.js +37 -34
  16. package/esm2015/lib/CheckboxListView_combined.js +23 -23
  17. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  18. package/esm2015/lib/ColumnFilterCondition_combined.js +4143 -3997
  19. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  20. package/esm2015/lib/ColumnPinningView_combined.js +5 -5
  21. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  22. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  23. package/esm2015/lib/DataGridCellLayoutPanel.js +10 -10
  24. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  25. package/esm2015/lib/DataGridToolbarView_combined.js +1 -1
  26. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  27. package/esm2015/lib/EditorCell.js +292 -292
  28. package/esm2015/lib/EditorCellPresenter.js +26 -26
  29. package/esm2015/lib/FilterCell.js +269 -269
  30. package/esm2015/lib/FilterCellPresenter.js +15 -15
  31. package/esm2015/lib/GridCellBase.js +167 -150
  32. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +4 -4
  33. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +5 -5
  34. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  35. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  36. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridExternalWrapper.js +6 -6
  40. package/esm2015/lib/GridFilterDialogView_combined.js +2 -2
  41. package/esm2015/lib/ImageCell.js +57 -57
  42. package/esm2015/lib/ImageCellPresenter.js +15 -15
  43. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  44. package/esm2015/lib/NumericCell.js +8 -8
  45. package/esm2015/lib/NumericCellPresenter.js +9 -9
  46. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  47. package/esm2015/lib/SectionHeaderCell.js +20 -20
  48. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  49. package/esm2015/lib/SummaryCell.js +45 -45
  50. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  51. package/esm2015/lib/TemplateCell.js +15 -15
  52. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  53. package/esm2015/lib/TemplateHeader.js +2 -2
  54. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  55. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  56. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  57. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  58. package/esm2015/lib/TextCell.js +29 -29
  59. package/esm2015/lib/TextCellPresenter.js +10 -10
  60. package/esm2015/lib/TextHeaderCell.js +184 -184
  61. package/esm2015/lib/TextHeaderCellPresenter.js +52 -52
  62. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  63. package/esm2015/lib/igc-cell-info.js +90 -81
  64. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  65. package/esm2015/lib/igc-data-grid-column-component.js +224 -214
  66. package/esm2015/lib/igc-data-grid-component.js +10 -0
  67. package/esm2015/lib/igc-date-time-cell-info.js +12 -12
  68. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  69. package/esm2015/lib/igc-editor-cell-info.js +23 -23
  70. package/esm2015/lib/igc-filter-cell-info.js +26 -26
  71. package/esm2015/lib/igc-image-cell-info.js +6 -6
  72. package/esm2015/lib/igc-image-column-component.js +12 -12
  73. package/esm2015/lib/igc-numeric-cell-info.js +35 -26
  74. package/esm2015/lib/igc-numeric-column-component.js +38 -38
  75. package/esm2015/lib/igc-section-header-cell-info.js +6 -6
  76. package/esm2015/lib/igc-section-header-component.js +32 -12
  77. package/esm2015/lib/igc-summary-cell-info.js +9 -9
  78. package/esm2015/lib/igc-template-cell-info.js +2 -2
  79. package/esm2015/lib/igc-template-header-cell-info.js +2 -2
  80. package/esm2015/lib/igc-text-cell-info.js +2 -2
  81. package/esm2015/lib/igc-text-column-component.js +9 -9
  82. package/esm2015/lib/igc-text-header-cell-info.js +38 -38
  83. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  84. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  85. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  86. package/esm5/lib/CanvasGridCellBase.js +2 -2
  87. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  88. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  89. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  90. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  91. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  92. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  93. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  95. package/esm5/lib/CellPresenterBase.js +37 -34
  96. package/esm5/lib/CheckboxListView_combined.js +23 -23
  97. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  98. package/esm5/lib/ColumnFilterCondition_combined.js +3989 -3819
  99. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  100. package/esm5/lib/ColumnPinningView_combined.js +5 -5
  101. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +6 -6
  102. package/esm5/lib/ContentCellModelHelper.js +10 -10
  103. package/esm5/lib/DataGridCellLayoutPanel.js +10 -10
  104. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  105. package/esm5/lib/DataGridToolbarView_combined.js +1 -1
  106. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  107. package/esm5/lib/EditorCell.js +277 -277
  108. package/esm5/lib/EditorCellPresenter.js +26 -26
  109. package/esm5/lib/FilterCell.js +259 -259
  110. package/esm5/lib/FilterCellPresenter.js +15 -15
  111. package/esm5/lib/GridCellBase.js +164 -143
  112. package/esm5/lib/GridColumnFilterOptionsView_combined.js +4 -4
  113. package/esm5/lib/GridColumnGroupOptionsView_combined.js +5 -5
  114. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  115. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  116. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  117. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  118. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  119. package/esm5/lib/GridExternalWrapper.js +6 -6
  120. package/esm5/lib/GridFilterDialogView_combined.js +2 -2
  121. package/esm5/lib/ImageCell.js +57 -57
  122. package/esm5/lib/ImageCellPresenter.js +15 -15
  123. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  124. package/esm5/lib/NumericCell.js +8 -8
  125. package/esm5/lib/NumericCellPresenter.js +9 -9
  126. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  127. package/esm5/lib/SectionHeaderCell.js +20 -20
  128. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  129. package/esm5/lib/SummaryCell.js +45 -45
  130. package/esm5/lib/SummaryCellPresenter.js +10 -10
  131. package/esm5/lib/TemplateCell.js +15 -15
  132. package/esm5/lib/TemplateCellPresenter.js +3 -3
  133. package/esm5/lib/TemplateHeader.js +2 -2
  134. package/esm5/lib/TemplateHeaderCell.js +5 -5
  135. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  136. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  137. package/esm5/lib/TemplateSectionHeader.js +1 -1
  138. package/esm5/lib/TextCell.js +29 -29
  139. package/esm5/lib/TextCellPresenter.js +10 -10
  140. package/esm5/lib/TextHeaderCell.js +182 -182
  141. package/esm5/lib/TextHeaderCellPresenter.js +52 -52
  142. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  143. package/esm5/lib/igc-cell-info.js +94 -81
  144. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  145. package/esm5/lib/igc-data-grid-column-component.js +228 -214
  146. package/esm5/lib/igc-data-grid-component.js +14 -0
  147. package/esm5/lib/igc-date-time-cell-info.js +12 -12
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-editor-cell-info.js +23 -23
  150. package/esm5/lib/igc-filter-cell-info.js +26 -26
  151. package/esm5/lib/igc-image-cell-info.js +6 -6
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-cell-info.js +39 -26
  154. package/esm5/lib/igc-numeric-column-component.js +38 -38
  155. package/esm5/lib/igc-section-header-cell-info.js +6 -6
  156. package/esm5/lib/igc-section-header-component.js +40 -12
  157. package/esm5/lib/igc-summary-cell-info.js +9 -9
  158. package/esm5/lib/igc-template-cell-info.js +2 -2
  159. package/esm5/lib/igc-template-header-cell-info.js +2 -2
  160. package/esm5/lib/igc-text-cell-info.js +2 -2
  161. package/esm5/lib/igc-text-column-component.js +9 -9
  162. package/esm5/lib/igc-text-header-cell-info.js +38 -38
  163. package/fesm2015/igniteui-webcomponents-data-grids.js +6274 -6050
  164. package/fesm5/igniteui-webcomponents-data-grids.js +6134 -5858
  165. package/lib/ColumnFilterCondition_combined.d.ts +1077 -1053
  166. package/lib/EditorCell.d.ts +67 -67
  167. package/lib/FilterCell.d.ts +55 -55
  168. package/lib/GridCellBase.d.ts +64 -61
  169. package/lib/ImageCell.d.ts +17 -17
  170. package/lib/NumericCell.d.ts +2 -2
  171. package/lib/SectionHeaderCell.d.ts +4 -4
  172. package/lib/SummaryCell.d.ts +10 -10
  173. package/lib/TemplateCell.d.ts +5 -5
  174. package/lib/TemplateHeaderCell.d.ts +2 -2
  175. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  176. package/lib/TemplateSectionHeader.d.ts +1 -1
  177. package/lib/TextCell.d.ts +7 -7
  178. package/lib/TextHeaderCell.d.ts +30 -30
  179. package/lib/VerticalSeparatorCell.d.ts +8 -8
  180. package/lib/igc-cell-info.d.ts +5 -0
  181. package/lib/igc-data-grid-column-component.d.ts +5 -0
  182. package/lib/igc-data-grid-component.d.ts +5 -0
  183. package/lib/igc-numeric-cell-info.d.ts +5 -0
  184. package/lib/igc-section-header-component.d.ts +10 -0
  185. 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.n5)) {
34
- b.kz = b.n7;
35
- this.d.c8(this.d.ea, b.kz);
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.hk)) {
38
- var c = this.d.d4.m;
37
+ if (a.bc(CellModel.hl)) {
38
+ var c = this.d.d7.m;
39
39
  if (a.bt) {
40
- this.d.d4.m = false;
40
+ this.d.d7.m = false;
41
41
  }
42
- this.d.d4.b = a.n;
42
+ this.d.d7.b = a.n;
43
43
  if (a.bt) {
44
- this.d.d4.m = c;
44
+ this.d.d7.m = c;
45
45
  }
46
46
  }
47
- if (a.bc(CellModel.hl)) {
48
- var d = this.d.d4.m;
47
+ if (a.bc(CellModel.hm)) {
48
+ var d = this.d.d7.m;
49
49
  if (a.bt) {
50
- this.d.d4.m = false;
50
+ this.d.d7.m = false;
51
51
  }
52
- this.d.d4.a3 = a.nx;
52
+ this.d.d7.a3 = a.n1;
53
53
  if (a.bt) {
54
- this.d.d4.m = d;
54
+ this.d.d7.m = d;
55
55
  }
56
56
  }
57
57
  if (a.bb("IsColumnOptionsEnabled")) {
58
- var e = b.om;
58
+ var e = b.oq;
59
59
  if (e) {
60
60
  e = this.e();
61
61
  }
62
- this.d.d6 = e;
63
- this.d.d8.setRawStyleProperty("display", e ? "inline-block" : "none");
64
- this.a.dc(a.h7, (a.g1 + a.g3 + a.fg + a.fj));
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.d4.f = b.oe;
67
+ this.d.d7.f = b.oi;
68
68
  }
69
69
  if (a.bb("ColumnOptionsIconAlignment")) {
70
- this.d.dy = b.oa;
70
+ this.d.d1 = b.oe;
71
71
  }
72
72
  if (a.bb("ColumnOptionsIconBehavior")) {
73
- this.d.d0 = b.oc;
73
+ this.d.d3 = b.og;
74
74
  }
75
75
  if (a.bb("ColumnOptionsIconColor")) {
76
- this.d.d2.c1 = b.p5;
76
+ this.d.d5.c1 = b.p9;
77
77
  }
78
- if (a.bb("Path") || (this.d.d2.n != null && this.d.d2.n.grid == null)) {
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.d2.n) {
81
- this.d.d2.n = f;
82
- this.d.d2.bx();
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.o3)) {
86
- this.d.da(b.og);
85
+ if (a.bc(TextHeaderCellModel.o7)) {
86
+ this.d.db(b.ok);
87
87
  }
88
- if (a.bc(TextHeaderCellModel.op)) {
89
- this.d.d2.ct = b.p0;
88
+ if (a.bc(TextHeaderCellModel.ot)) {
89
+ this.d.d5.ct = b.p4;
90
90
  }
91
- if (a.bc(TextHeaderCellModel.o1)) {
92
- this.d.d2.cz = b.p7;
91
+ if (a.bc(TextHeaderCellModel.o5)) {
92
+ this.d.d5.cz = b.qb;
93
93
  }
94
- if (a.bc(TextHeaderCellModel.o2)) {
95
- this.d.d2.ab = b.ok;
94
+ if (a.bc(TextHeaderCellModel.o6)) {
95
+ this.d.d5.ab = b.oo;
96
96
  }
97
- if (a.bc(TextHeaderCellModel.ou)) {
98
- this.d.d2.cx = b.p4;
97
+ if (a.bc(TextHeaderCellModel.oy)) {
98
+ this.d.d5.cx = b.p8;
99
99
  }
100
- if (a.bc(TextHeaderCellModel.o4)) {
101
- this.d.d2.c0 = b.p8;
100
+ if (a.bc(TextHeaderCellModel.o8)) {
101
+ this.d.d5.c0 = b.qc;
102
102
  }
103
- if (a.bc(TextHeaderCellModel.ot)) {
104
- this.d.d2.cw = b.p3;
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.o0)) {
107
- this.d.d2.cy = b.p6;
109
+ if (a.bc(TextHeaderCellModel.ou)) {
110
+ this.d.d5.cu = b.p5;
108
111
  }
109
- if (a.bc(TextHeaderCellModel.oq)) {
110
- this.d.d2.cu = b.p1;
112
+ if (a.bc(TextHeaderCellModel.ov)) {
113
+ this.d.d5.cv = b.p6;
111
114
  }
112
- if (a.bc(TextHeaderCellModel.or)) {
113
- this.d.d2.cv = b.p2;
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.d2.aa = b.oj;
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.oz)) {
122
- this.d.d2.ax = b.oy;
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.ea, this.a);
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.dx = null;
19
- _this.dw = null;
20
- _this.dy = 0;
21
- _this.dz = 0;
22
- _this.dx = a.createElement("div");
23
- _this.dx.setRawStyleProperty("position", "absolute");
24
- _this.dx.setRawStyleProperty("pointer-events", "none");
25
- _this.ar.append(_this.dx);
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.cx = function (a, b, c, d, e) {
28
+ VerticalSeparatorCell.prototype.cy = function (a, b, c, d, e) {
29
29
  if (a == null) {
30
- if (this.dw != null) {
31
- this.dw.remove();
32
- this.dw = null;
30
+ if (this.dz != null) {
31
+ this.dz.remove();
32
+ this.dz = null;
33
33
  }
34
34
  }
35
35
  else {
36
- this.d0();
37
- this.dy = b;
38
- this.dz = d;
36
+ this.d3();
37
+ this.d1 = b;
38
+ this.d2 = d;
39
39
  }
40
- this.d1();
40
+ this.d4();
41
41
  };
42
- VerticalSeparatorCell.prototype.dc = function (a, b) {
43
- _super.prototype.dc.call(this, a, b);
44
- this.d1();
42
+ VerticalSeparatorCell.prototype.dd = function (a, b) {
43
+ _super.prototype.dd.call(this, a, b);
44
+ this.d4();
45
45
  };
46
- VerticalSeparatorCell.prototype.cw = function (a) {
47
- this.dx.setRawStyleProperty("background-color", a.colorString);
46
+ VerticalSeparatorCell.prototype.cx = function (a) {
47
+ this.d0.setRawStyleProperty("background-color", a.colorString);
48
48
  };
49
- VerticalSeparatorCell.prototype.d1 = function () {
50
- if (this.dw != null) {
51
- this.dx.setRawStyleProperty("height", "100%");
52
- this.dx.setRawStyleProperty("width", this.ar.width() - (this.dy + this.dz) + "px");
53
- this.dx.setRawStyleProperty("left", intDivide(this.ar.width(), 2) + "px");
54
- this.dw.setRawStyleProperty("width", "100%");
55
- this.dw.setRawStyleProperty("height", "100%");
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.dx.setRawStyleProperty("height", "100%");
59
- this.dx.setRawStyleProperty("width", this.ar.width() + "px");
60
- this.dx.setRawStyleProperty("left", "0px");
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.d0 = function () {
64
- if (this.dw == null) {
65
- this.dw = this.am.createElement("div");
66
- this.dw.setRawStyleProperty("position", "absolute");
67
- this.dw.setRawStyleProperty("background-color", "rgba(0,0,0,0)");
68
- this.ar.getNativeElement().insertBefore(this.dw.getNativeElement(), this.dx.getNativeElement());
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.$);