igniteui-webcomponents-data-grids 7.0.1 → 7.1.0-alpha.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 (190) hide show
  1. package/bundles/igniteui-webcomponents-data-grids.umd.js +8241 -9505
  2. package/bundles/igniteui-webcomponents-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +1 -1
  4. package/esm2015/lib/CanvasTemplateCellPresenter.js +1 -1
  5. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  6. package/esm2015/lib/CellPresenterBase.js +10 -10
  7. package/esm2015/lib/CheckboxListBridge.js +0 -28
  8. package/esm2015/lib/CheckboxListView_combined.js +705 -730
  9. package/esm2015/lib/ColumnChooserView_combined.js +16 -16
  10. package/esm2015/lib/ColumnFilterCondition_combined.js +5150 -5835
  11. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  12. package/esm2015/lib/ColumnPinningView_combined.js +16 -16
  13. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  14. package/esm2015/lib/ContentCellModelHelper.js +3 -3
  15. package/esm2015/lib/DataGridScrollerKeyboardListener.js +15 -15
  16. package/esm2015/lib/DataGridToolbarView_combined.js +12 -12
  17. package/esm2015/lib/DateTimeCellPresenter.js +2 -2
  18. package/esm2015/lib/DraggerView.js +3 -3
  19. package/esm2015/lib/EditorCell.js +267 -267
  20. package/esm2015/lib/EditorCellPresenter.js +15 -15
  21. package/esm2015/lib/FilterCell.js +261 -261
  22. package/esm2015/lib/FilterCellPresenter.js +8 -8
  23. package/esm2015/lib/GridCellBase.js +63 -65
  24. package/esm2015/lib/GridColumnButtonOptionsView_combined.js +2 -2
  25. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +17 -17
  26. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +9 -9
  27. package/esm2015/lib/GridColumnHideOptionsView_combined.js +5 -5
  28. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  29. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +15 -15
  30. package/esm2015/lib/GridColumnOptionsView_combined.js +3 -3
  31. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  32. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  33. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  34. package/esm2015/lib/GridExternalWrapper.js +6 -9
  35. package/esm2015/lib/GridFilterDialogView_combined.js +172 -311
  36. package/esm2015/lib/GridSortIndicatorView_combined.js +2 -2
  37. package/esm2015/lib/GridStyleRepository.js +433 -271
  38. package/esm2015/lib/ISummaryChooserView_combined.js +11 -11
  39. package/esm2015/lib/ImageCell.js +55 -55
  40. package/esm2015/lib/ImageCellPresenter.js +8 -8
  41. package/esm2015/lib/MultiColumnComboBoxUtilities.js +2 -2
  42. package/esm2015/lib/MultiColumnComboBoxView_combined.js +35 -35
  43. package/esm2015/lib/NumericCell.js +4 -4
  44. package/esm2015/lib/NumericCellPresenter.js +2 -2
  45. package/esm2015/lib/PropertyEditorView_combined.js +22 -22
  46. package/esm2015/lib/SectionHeaderCell.js +8 -8
  47. package/esm2015/lib/SectionHeaderCellPresenter.js +2 -2
  48. package/esm2015/lib/SummaryCell.js +25 -25
  49. package/esm2015/lib/SummaryCellPresenter.js +5 -5
  50. package/esm2015/lib/TemplateCell.js +11 -11
  51. package/esm2015/lib/TemplateCellPresenter.js +2 -2
  52. package/esm2015/lib/TemplateHeader.js +7 -7
  53. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  54. package/esm2015/lib/TemplateHeaderCellPresenter.js +2 -2
  55. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  56. package/esm2015/lib/TextCell.js +22 -22
  57. package/esm2015/lib/TextCellPresenter.js +2 -2
  58. package/esm2015/lib/TextHeaderCell.js +134 -140
  59. package/esm2015/lib/TextHeaderCellPresenter.js +21 -43
  60. package/esm2015/lib/TextIconSetConditionalStyle.js +3 -3
  61. package/esm2015/lib/VerticalSeparatorCell.js +32 -32
  62. package/esm2015/lib/igc-checkbox-list-component.js +89 -89
  63. package/esm2015/lib/igc-column-moving-separator-component.js +9 -9
  64. package/esm2015/lib/igc-column-resizing-separator-component.js +6 -6
  65. package/esm2015/lib/igc-combo-box-column-component.js +10 -10
  66. package/esm2015/lib/igc-data-grid-column-component.js +193 -307
  67. package/esm2015/lib/igc-data-grid-component.js +1 -99
  68. package/esm2015/lib/igc-data-grid-filter-dialog-component.js +20 -77
  69. package/esm2015/lib/igc-data-grid-pager-component.js +10 -30
  70. package/esm2015/lib/igc-date-time-column-component.js +23 -23
  71. package/esm2015/lib/igc-definition-base-component.js +129 -129
  72. package/esm2015/lib/igc-filter-row-definition-component.js +12 -12
  73. package/esm2015/lib/igc-header-component.js +24 -24
  74. package/esm2015/lib/igc-image-column-component.js +12 -12
  75. package/esm2015/lib/igc-numeric-column-component.js +35 -35
  76. package/esm2015/lib/igc-section-header-component.js +24 -24
  77. package/esm2015/lib/igc-summary-row-component.js +24 -24
  78. package/esm2015/lib/igc-text-column-component.js +9 -9
  79. package/esm2015/lib/igc-text-header-cell-info.js +4 -65
  80. package/esm2015/public_api.js +0 -1
  81. package/esm5/lib/CanvasCellPresenterBase.js +1 -1
  82. package/esm5/lib/CanvasTemplateCellPresenter.js +1 -1
  83. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +1 -1
  84. package/esm5/lib/CellPresenterBase.js +10 -10
  85. package/esm5/lib/CheckboxListBridge.js +0 -28
  86. package/esm5/lib/CheckboxListView_combined.js +684 -709
  87. package/esm5/lib/ColumnChooserView_combined.js +16 -16
  88. package/esm5/lib/ColumnFilterCondition_combined.js +5014 -5831
  89. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  90. package/esm5/lib/ColumnPinningView_combined.js +16 -16
  91. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +5 -5
  92. package/esm5/lib/ContentCellModelHelper.js +3 -3
  93. package/esm5/lib/DataGridScrollerKeyboardListener.js +15 -15
  94. package/esm5/lib/DataGridToolbarView_combined.js +12 -12
  95. package/esm5/lib/DateTimeCellPresenter.js +2 -2
  96. package/esm5/lib/DraggerView.js +3 -3
  97. package/esm5/lib/EditorCell.js +256 -256
  98. package/esm5/lib/EditorCellPresenter.js +15 -15
  99. package/esm5/lib/FilterCell.js +252 -252
  100. package/esm5/lib/FilterCellPresenter.js +8 -8
  101. package/esm5/lib/GridCellBase.js +62 -64
  102. package/esm5/lib/GridColumnButtonOptionsView_combined.js +2 -2
  103. package/esm5/lib/GridColumnFilterOptionsView_combined.js +17 -17
  104. package/esm5/lib/GridColumnGroupOptionsView_combined.js +9 -9
  105. package/esm5/lib/GridColumnHideOptionsView_combined.js +5 -5
  106. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  107. package/esm5/lib/GridColumnOptionsViewBase_combined.js +15 -15
  108. package/esm5/lib/GridColumnOptionsView_combined.js +3 -3
  109. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  110. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  111. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +13 -13
  112. package/esm5/lib/GridExternalWrapper.js +6 -9
  113. package/esm5/lib/GridFilterDialogView_combined.js +164 -331
  114. package/esm5/lib/GridSortIndicatorView_combined.js +2 -2
  115. package/esm5/lib/GridStyleRepository.js +585 -275
  116. package/esm5/lib/ISummaryChooserView_combined.js +11 -11
  117. package/esm5/lib/ImageCell.js +54 -54
  118. package/esm5/lib/ImageCellPresenter.js +8 -8
  119. package/esm5/lib/MultiColumnComboBoxUtilities.js +2 -2
  120. package/esm5/lib/MultiColumnComboBoxView_combined.js +35 -35
  121. package/esm5/lib/NumericCell.js +4 -4
  122. package/esm5/lib/NumericCellPresenter.js +2 -2
  123. package/esm5/lib/PropertyEditorView_combined.js +22 -22
  124. package/esm5/lib/SectionHeaderCell.js +8 -8
  125. package/esm5/lib/SectionHeaderCellPresenter.js +2 -2
  126. package/esm5/lib/SummaryCell.js +26 -26
  127. package/esm5/lib/SummaryCellPresenter.js +5 -5
  128. package/esm5/lib/TemplateCell.js +11 -11
  129. package/esm5/lib/TemplateCellPresenter.js +2 -2
  130. package/esm5/lib/TemplateHeader.js +7 -7
  131. package/esm5/lib/TemplateHeaderCell.js +5 -5
  132. package/esm5/lib/TemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/TemplateSectionHeader.js +2 -2
  134. package/esm5/lib/TextCell.js +22 -22
  135. package/esm5/lib/TextCellPresenter.js +2 -2
  136. package/esm5/lib/TextHeaderCell.js +132 -138
  137. package/esm5/lib/TextHeaderCellPresenter.js +21 -43
  138. package/esm5/lib/TextIconSetConditionalStyle.js +3 -4
  139. package/esm5/lib/VerticalSeparatorCell.js +32 -32
  140. package/esm5/lib/igc-checkbox-list-component.js +89 -89
  141. package/esm5/lib/igc-column-moving-separator-component.js +9 -9
  142. package/esm5/lib/igc-column-resizing-separator-component.js +6 -6
  143. package/esm5/lib/igc-combo-box-column-component.js +10 -10
  144. package/esm5/lib/igc-data-grid-column-component.js +193 -355
  145. package/esm5/lib/igc-data-grid-component.js +2 -140
  146. package/esm5/lib/igc-data-grid-filter-dialog-component.js +20 -101
  147. package/esm5/lib/igc-data-grid-pager-component.js +10 -38
  148. package/esm5/lib/igc-date-time-column-component.js +23 -23
  149. package/esm5/lib/igc-definition-base-component.js +129 -129
  150. package/esm5/lib/igc-filter-row-definition-component.js +12 -12
  151. package/esm5/lib/igc-header-component.js +24 -24
  152. package/esm5/lib/igc-image-column-component.js +12 -12
  153. package/esm5/lib/igc-numeric-column-component.js +35 -35
  154. package/esm5/lib/igc-section-header-component.js +24 -24
  155. package/esm5/lib/igc-summary-row-component.js +24 -24
  156. package/esm5/lib/igc-text-column-component.js +9 -9
  157. package/esm5/lib/igc-text-header-cell-info.js +4 -93
  158. package/esm5/public_api.js +0 -1
  159. package/fesm2015/igniteui-webcomponents-data-grids.js +8299 -9401
  160. package/fesm5/igniteui-webcomponents-data-grids.js +8244 -9507
  161. package/lib/CheckboxListBridge.d.ts +0 -1
  162. package/lib/CheckboxListExternal.d.ts +0 -6
  163. package/lib/CheckboxListView_combined.d.ts +148 -153
  164. package/lib/ColumnFilterCondition_combined.d.ts +1266 -1400
  165. package/lib/EditorCell.d.ts +51 -51
  166. package/lib/FilterCell.d.ts +53 -53
  167. package/lib/GridCellBase.d.ts +19 -21
  168. package/lib/GridExternalWrapper.d.ts +0 -1
  169. package/lib/GridFilterDialogView_combined.d.ts +58 -81
  170. package/lib/GridStyleRepository.d.ts +84 -23
  171. package/lib/ImageCell.d.ts +14 -14
  172. package/lib/SectionHeaderCell.d.ts +2 -2
  173. package/lib/SummaryCell.d.ts +4 -4
  174. package/lib/TemplateCell.d.ts +3 -3
  175. package/lib/TemplateHeader.d.ts +3 -3
  176. package/lib/TemplateHeaderCell.d.ts +2 -2
  177. package/lib/TemplateSectionHeader.d.ts +2 -2
  178. package/lib/TextCell.d.ts +4 -4
  179. package/lib/TextHeaderCell.d.ts +24 -26
  180. package/lib/VerticalSeparatorCell.d.ts +4 -4
  181. package/lib/igc-data-grid-column-component.d.ts +0 -54
  182. package/lib/igc-data-grid-component.d.ts +1 -49
  183. package/lib/igc-data-grid-filter-dialog-component.d.ts +0 -27
  184. package/lib/igc-data-grid-pager-component.d.ts +0 -10
  185. package/lib/igc-text-header-cell-info.d.ts +0 -33
  186. package/package.json +4 -4
  187. package/public_api.d.ts +0 -1
  188. package/esm2015/lib/GridStyleRepositoryKeys.js +0 -11
  189. package/esm5/lib/GridStyleRepositoryKeys.js +0 -11
  190. package/lib/GridStyleRepositoryKeys.d.ts +0 -48
@@ -835,15 +835,15 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
835
835
  }
836
836
  else {
837
837
  var a = new TextColumn();
838
- a.k7 = 10;
839
- a.k8 = 5;
840
- a.mr = "PropertyPath";
838
+ a.k0 = 10;
839
+ a.k1 = 5;
840
+ a.l7 = "PropertyPath";
841
841
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
842
842
  this.l.columns.add(a);
843
843
  var b = new TemplateColumn();
844
- b.mr = "ValueType";
845
- b.k7 = 5;
846
- b.k8 = 5;
844
+ b.l7 = "ValueType";
845
+ b.k0 = 5;
846
+ b.k1 = 5;
847
847
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
848
848
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
849
849
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -923,8 +923,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
923
923
  var r = this_1.cc(l);
924
924
  if (c.count <= g) {
925
925
  var s = new TextColumn();
926
- s.k7 = 10;
927
- s.k8 = 5;
926
+ s.k0 = 10;
927
+ s.k1 = 5;
928
928
  s.width = ((function () {
929
929
  var $ret = new ColumnWidth();
930
930
  $ret.c = false;
@@ -932,8 +932,8 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
932
932
  return $ret;
933
933
  })());
934
934
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this_1, this_1.dp));
935
- s.ni = "PropertyName_" + k;
936
- s.mr = "PropertyName";
935
+ s.my = "PropertyName_" + k;
936
+ s.l7 = "PropertyName";
937
937
  c.add(s);
938
938
  this_1.au.item(s, c.count - 1);
939
939
  g++;
@@ -970,10 +970,10 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
970
970
  }
971
971
  if (c.count <= g) {
972
972
  var v = new TemplateColumn();
973
- v.ni = "ValueType_" + k;
974
- v.mr = "ValueType";
975
- v.k7 = 5;
976
- v.k8 = 5;
973
+ v.my = "ValueType_" + k;
974
+ v.l7 = "ValueType";
975
+ v.k0 = 5;
976
+ v.k1 = 5;
977
977
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this_1, this_1.cu));
978
978
  v.width = ((function () {
979
979
  var $ret = new ColumnWidth();
@@ -1299,11 +1299,11 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1299
1299
  PropertyEditor.prototype.cz = function (a, b) {
1300
1300
  var _this = this;
1301
1301
  this.m.q(b, function (c, d) {
1302
- if (c.s != 3) {
1303
- c.s = 3;
1302
+ if (c.r != 3) {
1303
+ c.r = 3;
1304
1304
  }
1305
1305
  var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1306
- c.ee = e;
1306
+ c.ed = e;
1307
1307
  var f = e.ar;
1308
1308
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
1309
1309
  f = e.ar.toString();
@@ -1352,7 +1352,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1352
1352
  }
1353
1353
  if (d) {
1354
1354
  c.selectedValueChanged = delegateCombine(c.selectedValueChanged, runOn(_this, _this.cq));
1355
- c.hw = BrushUtil.l(255, 255, 255, 255);
1355
+ c.hw = BrushUtil.j(255, 255, 255, 255);
1356
1356
  c.g = ["Name"];
1357
1357
  c.columnHeadersVisible = false;
1358
1358
  c.defaultColumnWidth = ((function () {
@@ -1433,7 +1433,7 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1433
1433
  };
1434
1434
  PropertyEditor.prototype.cm = function (a, b) {
1435
1435
  var c = a;
1436
- var d = c.ee;
1436
+ var d = c.ed;
1437
1437
  this.an = true;
1438
1438
  d.a6();
1439
1439
  this.an = false;
@@ -1811,9 +1811,9 @@ export var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1811
1811
  }
1812
1812
  };
1813
1813
  PropertyEditor.$t = markType(PropertyEditor, 'PropertyEditor', Base.$, [INotifyPropertyChanged_$type]);
1814
- PropertyEditor.eb = BrushUtil.l(255, 24, 29, 31);
1814
+ PropertyEditor.eb = BrushUtil.j(255, 24, 29, 31);
1815
1815
  PropertyEditor.cj = "M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z";
1816
- PropertyEditor.d9 = BrushUtil.l(255, 248, 248, 248);
1817
- PropertyEditor.ea = BrushUtil.l(255, 24, 29, 31);
1816
+ PropertyEditor.d9 = BrushUtil.j(255, 248, 248, 248);
1817
+ PropertyEditor.ea = BrushUtil.j(255, 24, 29, 31);
1818
1818
  return PropertyEditor;
1819
1819
  }(Base));
@@ -14,19 +14,19 @@ export var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(SectionHeaderCell, _super);
15
15
  function SectionHeaderCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.dw = null;
18
- _this.dw = a.createElement("span");
17
+ _this.dv = null;
18
+ _this.dv = a.createElement("span");
19
19
  _this.ar.setRawStyleProperty("text-align", "left");
20
20
  _this.ar.setRawStyleProperty("vertical-align", "middle");
21
21
  _this.ar.setRawStyleProperty("overflow", "hidden");
22
22
  _this.ar.setRawStyleProperty("white-space", "nowrap");
23
23
  _this.ar.setRawStyleProperty("text-overflow", "ellipsis");
24
- _this.ar.append(_this.dw);
24
+ _this.ar.append(_this.dv);
25
25
  return _this;
26
26
  }
27
- Object.defineProperty(SectionHeaderCell.prototype, "dx", {
27
+ Object.defineProperty(SectionHeaderCell.prototype, "dw", {
28
28
  get: function () {
29
- return this.dw;
29
+ return this.dv;
30
30
  },
31
31
  enumerable: false,
32
32
  configurable: true
@@ -37,14 +37,14 @@ export var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
37
37
  SectionHeaderCell.prototype.ck = function (a, b, c) {
38
38
  _super.prototype.ck.call(this, a, b, c);
39
39
  if (a == "Indent") {
40
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
40
+ this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
41
41
  }
42
42
  if (a == "IsCollapsable") {
43
43
  if (this.aa) {
44
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
44
+ this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
45
45
  }
46
46
  else {
47
- this.dw.setRawStyleProperty("margin-left", "0px");
47
+ this.dv.setRawStyleProperty("margin-left", "0px");
48
48
  }
49
49
  }
50
50
  };
@@ -45,9 +45,9 @@ export var SectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_
45
45
  b.kx = b.og;
46
46
  }
47
47
  }
48
- this.d.c8(this.d.dx, b.kx);
48
+ this.d.c8(this.d.dw, b.kx);
49
49
  }
50
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
50
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
51
51
  }
52
52
  };
53
53
  SectionHeaderCellPresenter.$t = markType(SectionHeaderCellPresenter, 'SectionHeaderCellPresenter', CellPresenterBase.$);
@@ -14,59 +14,59 @@ export var SummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(SummaryCell, _super);
15
15
  function SummaryCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
+ _this.dv = null;
17
18
  _this.dw = null;
18
19
  _this.dx = null;
19
- _this.dy = null;
20
- _this.d2 = -1;
21
20
  _this.d1 = -1;
21
+ _this.d0 = -1;
22
22
  _this.ar.setRawStyleProperty("vertical-align", "middle");
23
- _this.dy = a.createElement("div");
23
+ _this.dx = a.createElement("div");
24
+ _this.dv = a.createElement("span");
25
+ _this.dv.setRawStyleProperty("display", "inline-block");
26
+ _this.dv.setRawStyleProperty("width", "40%");
27
+ _this.dv.setRawStyleProperty("white-space", "nowrap");
28
+ _this.dv.setRawStyleProperty("text-overflow", "ellipsis");
29
+ _this.dv.setRawStyleProperty("vertical-align", "middle");
30
+ _this.dv.setRawStyleProperty("overflow", "hidden");
31
+ _this.dx.append(_this.dv);
24
32
  _this.dw = a.createElement("span");
25
33
  _this.dw.setRawStyleProperty("display", "inline-block");
26
- _this.dw.setRawStyleProperty("width", "40%");
34
+ _this.dw.setRawStyleProperty("width", "60%");
35
+ _this.dw.setRawStyleProperty("text-align", "right");
27
36
  _this.dw.setRawStyleProperty("white-space", "nowrap");
28
37
  _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
29
38
  _this.dw.setRawStyleProperty("vertical-align", "middle");
30
39
  _this.dw.setRawStyleProperty("overflow", "hidden");
31
- _this.dy.append(_this.dw);
32
- _this.dx = a.createElement("span");
33
- _this.dx.setRawStyleProperty("display", "inline-block");
34
- _this.dx.setRawStyleProperty("width", "60%");
35
- _this.dx.setRawStyleProperty("text-align", "right");
36
- _this.dx.setRawStyleProperty("white-space", "nowrap");
37
- _this.dx.setRawStyleProperty("text-overflow", "ellipsis");
38
- _this.dx.setRawStyleProperty("vertical-align", "middle");
39
- _this.dx.setRawStyleProperty("overflow", "hidden");
40
- _this.dy.append(_this.dx);
41
- _this.ar.append(_this.dy);
40
+ _this.dx.append(_this.dw);
41
+ _this.ar.append(_this.dx);
42
42
  return _this;
43
43
  }
44
- Object.defineProperty(SummaryCell.prototype, "dz", {
44
+ Object.defineProperty(SummaryCell.prototype, "dy", {
45
45
  get: function () {
46
- return this.dw;
46
+ return this.dv;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
- Object.defineProperty(SummaryCell.prototype, "d0", {
51
+ Object.defineProperty(SummaryCell.prototype, "dz", {
52
52
  get: function () {
53
- return this.dx;
53
+ return this.dw;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
57
57
  });
58
- SummaryCell.prototype.dc = function (a, b) {
59
- _super.prototype.dc.call(this, a, b);
58
+ SummaryCell.prototype.db = function (a, b) {
59
+ _super.prototype.db.call(this, a, b);
60
60
  var c = Math.max(0, a - b);
61
- if (this.d2 != c) {
62
- this.d2 = c;
61
+ if (this.d1 != c) {
62
+ this.d1 = c;
63
63
  }
64
64
  };
65
65
  SummaryCell.prototype.c1 = function (a, b) {
66
66
  _super.prototype.c1.call(this, a, b);
67
67
  var c = Math.max(0, a - b);
68
- if (this.d1 != c) {
69
- this.d1 = c;
68
+ if (this.d0 != c) {
69
+ this.d0 = c;
70
70
  }
71
71
  };
72
72
  SummaryCell.prototype.get_ae = function () {
@@ -75,7 +75,7 @@ export var SummaryCell = /** @class */ /*@__PURE__*/ (function (_super) {
75
75
  SummaryCell.prototype.ck = function (a, b, c) {
76
76
  _super.prototype.ck.call(this, a, b, c);
77
77
  if (a == "Indent" || a == "IsCollapsable") {
78
- this.dy.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
78
+ this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
79
79
  }
80
80
  };
81
81
  SummaryCell.$t = markType(SummaryCell, 'SummaryCell', GridCellBase.$);
@@ -28,25 +28,25 @@ export var SummaryCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dy, this.a);
31
32
  ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
32
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
33
33
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
34
34
  if (b.n8 != null) {
35
- this.d.c8(this.d.dz, b.n8);
35
+ this.d.c8(this.d.dy, b.n8);
36
36
  }
37
37
  if (b.oa != null) {
38
- this.d.c8(this.d.d0, b.oa);
38
+ this.d.c8(this.d.dz, b.oa);
39
39
  }
40
40
  }
41
41
  if (a.bb("SummaryLabelTextColor")) {
42
- this.d.dz.setRawStyleProperty("color", b.of._fill);
42
+ this.d.dy.setRawStyleProperty("color", b.of._fill);
43
43
  }
44
44
  if (a.bb("SummaryLabelFontInfo")) {
45
45
  var c = b.n1;
46
46
  if (c == null) {
47
47
  c = FontUtil.getDefaultFont(this.a.am);
48
48
  }
49
- this.d.dz.setRawStyleProperty("font", c.fontString);
49
+ this.d.dy.setRawStyleProperty("font", c.fontString);
50
50
  }
51
51
  }
52
52
  };
@@ -16,16 +16,16 @@ export var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(TemplateCell, _super);
17
17
  function TemplateCell(a) {
18
18
  var _this = _super.call(this, a) || this;
19
- _this.dw = null;
20
- _this.dw = new TemplateCellContainer(a);
21
- _this.dw.element.setRawStyleProperty("box-sizing", "border-box");
22
- _this.ar.append(_this.dw.element);
23
- _this.ar.listen("keydown", runOn(_this, _this.dy));
19
+ _this.dv = null;
20
+ _this.dv = new TemplateCellContainer(a);
21
+ _this.dv.element.setRawStyleProperty("box-sizing", "border-box");
22
+ _this.ar.append(_this.dv.element);
23
+ _this.ar.listen("keydown", runOn(_this, _this.dx));
24
24
  return _this;
25
25
  }
26
- Object.defineProperty(TemplateCell.prototype, "dx", {
26
+ Object.defineProperty(TemplateCell.prototype, "dw", {
27
27
  get: function () {
28
- return this.dw;
28
+ return this.dv;
29
29
  },
30
30
  enumerable: false,
31
31
  configurable: true
@@ -36,18 +36,18 @@ export var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
36
36
  TemplateCell.prototype.ck = function (a, b, c) {
37
37
  _super.prototype.ck.call(this, a, b, c);
38
38
  if (a == "Indent" || a == "IsCollapsable") {
39
- this.dw.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
39
+ this.dv.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
40
40
  }
41
41
  };
42
42
  TemplateCell.prototype.b9 = function () {
43
- var a = this.dw.element.getNativeElement();
43
+ var a = this.dv.element.getNativeElement();
44
44
  if (a.contains(document.activeElement)) {
45
45
  return;
46
46
  }
47
47
  _super.prototype.b9.call(this);
48
48
  };
49
- TemplateCell.prototype.dy = function (a) {
50
- var b = this.dw.element.getNativeElement();
49
+ TemplateCell.prototype.dx = function (a) {
50
+ var b = this.dv.element.getNativeElement();
51
51
  if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
52
52
  var c = BaseDOMEventProxy.c1(a);
53
53
  if (c == 14 || c == 16) {
@@ -33,9 +33,9 @@ export var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super
33
33
  if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
- this.e.dx.element.setRawStyleProperty("opacity", e.toString());
36
+ this.e.dw.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
- c.qr(a, this.e.dx);
38
+ c.pa(a, this.e.dw);
39
39
  };
40
40
  TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
41
41
  return TemplateCellPresenter;
@@ -22,19 +22,19 @@ export var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
22
22
  TemplateHeader.prototype.n = function (a) {
23
23
  return new TemplateHeaderCellModel();
24
24
  };
25
- TemplateHeader.prototype.d4 = function (a, b, c) {
25
+ TemplateHeader.prototype.d3 = function (a, b, c) {
26
26
  var d = "template-header-" + a.a5.toString();
27
27
  return d;
28
28
  };
29
- TemplateHeader.prototype.eq = function (a, b, c, d) {
30
- _super.prototype.eq.call(this, a, b, c, d);
29
+ TemplateHeader.prototype.ep = function (a, b, c, d) {
30
+ _super.prototype.ep.call(this, a, b, c, d);
31
31
  var e = a;
32
32
  var f = b.cg(a.l);
33
- e.n2 = f.l0;
34
- e.n = f.hu;
35
- e.n5 = f.jn;
33
+ e.n2 = f.lm;
34
+ e.n = f.hs;
35
+ e.n5 = f.jg;
36
36
  };
37
- TemplateHeader.prototype.ht = function (a, b) {
37
+ TemplateHeader.prototype.hr = function (a, b) {
38
38
  if (this.cellUpdating != null) {
39
39
  this.cellUpdating(this, ((function () {
40
40
  var $ret = new TemplateHeaderCellUpdatingEventArgs();
@@ -15,14 +15,14 @@ export var TemplateHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
15
15
  __extends(TemplateHeaderCell, _super);
16
16
  function TemplateHeaderCell(a) {
17
17
  var _this = _super.call(this, a) || this;
18
- _this.dw = null;
19
- _this.dw = new TemplateCellContainer(a);
20
- _this.ar.append(_this.dw.element);
18
+ _this.dv = null;
19
+ _this.dv = new TemplateCellContainer(a);
20
+ _this.ar.append(_this.dv.element);
21
21
  return _this;
22
22
  }
23
- Object.defineProperty(TemplateHeaderCell.prototype, "dx", {
23
+ Object.defineProperty(TemplateHeaderCell.prototype, "dw", {
24
24
  get: function () {
25
- return this.dw;
25
+ return this.dv;
26
26
  },
27
27
  enumerable: false,
28
28
  configurable: true
@@ -33,10 +33,10 @@ export var TemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (
33
33
  if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
34
34
  var d = Math.min(1, Math.max(0, a.c7));
35
35
  var e = a.cs * (1 - d);
36
- this.e.dx.element.setRawStyleProperty("opacity", e.toString());
36
+ this.e.dw.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
38
  var f = a;
39
- c.ht(f, this.e.dx);
39
+ c.hr(f, this.e.dw);
40
40
  };
41
41
  TemplateHeaderCellPresenter.$t = markType(TemplateHeaderCellPresenter, 'TemplateHeaderCellPresenter', CellPresenterBase.$);
42
42
  return TemplateHeaderCellPresenter;
@@ -19,13 +19,13 @@ export var TemplateSectionHeader = /** @class */ /*@__PURE__*/ (function (_super
19
19
  _this.cellUpdating = null;
20
20
  return _this;
21
21
  }
22
- TemplateSectionHeader.prototype.d4 = function (a, b, c) {
22
+ TemplateSectionHeader.prototype.d3 = function (a, b, c) {
23
23
  return "templateSectionHeader";
24
24
  };
25
25
  TemplateSectionHeader.prototype.n = function (a) {
26
26
  return new TemplateSectionHeaderCellModel();
27
27
  };
28
- TemplateSectionHeader.prototype.hx = function (a, b) {
28
+ TemplateSectionHeader.prototype.hv = function (a, b) {
29
29
  if (this.cellUpdating != null) {
30
30
  this.cellUpdating(this, ((function () {
31
31
  var $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -14,47 +14,47 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(TextCell, _super);
15
15
  function TextCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.dw = null;
18
- _this.dz = -1;
17
+ _this.dv = null;
19
18
  _this.dy = -1;
19
+ _this.dx = -1;
20
20
  _this.ar.setRawStyleProperty("text-align", "left");
21
21
  _this.ar.setRawStyleProperty("vertical-align", "middle");
22
- _this.dw = a.createElement("span");
23
- _this.dw.setRawStyleProperty("display", "inline-block");
24
- _this.dw.setRawStyleProperty("overflow", "hidden");
25
- _this.dw.setRawStyleProperty("white-space", "nowrap");
26
- _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
27
- _this.db(_this.dw, 1);
28
- _this.ar.append(_this.dw);
22
+ _this.dv = a.createElement("span");
23
+ _this.dv.setRawStyleProperty("display", "inline-block");
24
+ _this.dv.setRawStyleProperty("overflow", "hidden");
25
+ _this.dv.setRawStyleProperty("white-space", "nowrap");
26
+ _this.dv.setRawStyleProperty("text-overflow", "ellipsis");
27
+ _this.da(_this.dv, 1);
28
+ _this.ar.append(_this.dv);
29
29
  return _this;
30
30
  }
31
- Object.defineProperty(TextCell.prototype, "dx", {
31
+ Object.defineProperty(TextCell.prototype, "dw", {
32
32
  get: function () {
33
- return this.dw;
33
+ return this.dv;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
37
37
  });
38
- TextCell.prototype.dc = function (a, b) {
39
- _super.prototype.dc.call(this, a, b);
38
+ TextCell.prototype.db = function (a, b) {
39
+ _super.prototype.db.call(this, a, b);
40
40
  var c = Math.max(0, a - b - (this.bd + this.bf + this.be));
41
- if (this.dz != c) {
42
- this.dz = c;
43
- this.dw.setRawStyleProperty("max-width", c.toString() + "px");
41
+ if (this.dy != c) {
42
+ this.dy = c;
43
+ this.dv.setRawStyleProperty("max-width", c.toString() + "px");
44
44
  }
45
45
  };
46
46
  TextCell.prototype.c1 = function (a, b) {
47
47
  _super.prototype.c1.call(this, a, b);
48
48
  var c = Math.max(0, a - b);
49
- if (this.dy != c) {
50
- this.dy = c;
51
- this.dw.setRawStyleProperty("max-height", c.toString() + "px");
49
+ if (this.dx != c) {
50
+ this.dx = c;
51
+ this.dv.setRawStyleProperty("max-height", c.toString() + "px");
52
52
  }
53
53
  };
54
54
  TextCell.prototype.c0 = function (a, b) {
55
55
  _super.prototype.c0.call(this, a, b);
56
- if (a == this.dw) {
57
- this.dw.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
56
+ if (a == this.dv) {
57
+ this.dv.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
58
58
  }
59
59
  };
60
60
  TextCell.prototype.get_ae = function () {
@@ -63,7 +63,7 @@ export var TextCell = /** @class */ /*@__PURE__*/ (function (_super) {
63
63
  TextCell.prototype.ck = function (a, b, c) {
64
64
  _super.prototype.ck.call(this, a, b, c);
65
65
  if (a == "Indent" || a == "IsCollapsable") {
66
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
66
+ this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
67
67
  }
68
68
  };
69
69
  TextCell.$t = markType(TextCell, 'TextCell', GridCellBase.$);
@@ -30,9 +30,9 @@ export var TextCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  if (a.a7) {
31
31
  if (a.bc(TextCellModel.n0) || a.bc(TextCellModel.h2) || a.bc(TextCellModel.gx)) {
32
32
  b.kx = this.e(b);
33
- this.d.c8(this.d.dx, b.kx);
33
+ this.d.c8(this.d.dw, b.kx);
34
34
  }
35
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
35
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
36
36
  }
37
37
  };
38
38
  TextCellPresenter.prototype.e = function (a) {