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