igniteui-angular-data-grids 20.1.0 → 20.2.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 (192) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +5727 -5576
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +1 -1
  4. package/esm2015/lib/CanvasCellPresenterBase.js +9 -9
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +9 -9
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +7 -7
  8. package/esm2015/lib/CanvasImageCellPresenter.js +9 -9
  9. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  10. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  11. package/esm2015/lib/CanvasSummaryCell.js +1 -1
  12. package/esm2015/lib/CanvasSummaryCellPresenter.js +3 -3
  13. package/esm2015/lib/CanvasTemplateCellPresenter.js +4 -4
  14. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  15. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  16. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  17. package/esm2015/lib/CellPresenterBase.js +40 -37
  18. package/esm2015/lib/CheckboxListBridge.js +4 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +778 -743
  20. package/esm2015/lib/ColumnChooserView_combined.js +9 -9
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +2894 -2867
  22. package/esm2015/lib/ColumnGroupingView_combined.js +4 -4
  23. package/esm2015/lib/ColumnPinningView_combined.js +7 -7
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +13 -13
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  27. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  28. package/esm2015/lib/EditorCell.js +303 -303
  29. package/esm2015/lib/EditorCellPresenter.js +27 -27
  30. package/esm2015/lib/EditorRowCell.js +1 -1
  31. package/esm2015/lib/FilterCell.js +272 -272
  32. package/esm2015/lib/FilterCellPresenter.js +16 -16
  33. package/esm2015/lib/GridCellBase.js +354 -335
  34. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +9 -9
  35. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +4 -4
  36. package/esm2015/lib/GridColumnHideOptionsView_combined.js +1 -1
  37. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  38. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  39. package/esm2015/lib/GridColumnPinOptionsView_combined.js +1 -1
  40. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  41. package/esm2015/lib/GridExternalWrapper.js +6 -6
  42. package/esm2015/lib/GridFilterDialogView_combined.js +1 -1
  43. package/esm2015/lib/GridSortIndicatorView_combined.js +15 -8
  44. package/esm2015/lib/ISummaryChooserView_combined.js +9 -9
  45. package/esm2015/lib/ImageCell.js +59 -59
  46. package/esm2015/lib/ImageCellPresenter.js +17 -17
  47. package/esm2015/lib/MultiColumnComboBoxView_combined.js +2 -2
  48. package/esm2015/lib/NumericCell.js +8 -8
  49. package/esm2015/lib/NumericCellPresenter.js +9 -9
  50. package/esm2015/lib/PropertyEditorView_combined.js +21 -21
  51. package/esm2015/lib/SectionHeaderCell.js +15 -15
  52. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  53. package/esm2015/lib/SortIndicatorStyle.js +6 -2
  54. package/esm2015/lib/SummaryCell.js +40 -40
  55. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  56. package/esm2015/lib/TemplateCell.js +15 -15
  57. package/esm2015/lib/TemplateCellPresenter.js +5 -5
  58. package/esm2015/lib/TemplateHeader.js +2 -2
  59. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  60. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  61. package/esm2015/lib/TemplateHeaderCellPresenter.js +5 -5
  62. package/esm2015/lib/TextCell.js +32 -32
  63. package/esm2015/lib/TextCellPresenter.js +10 -10
  64. package/esm2015/lib/TextHeaderCell.js +153 -153
  65. package/esm2015/lib/TextHeaderCellPresenter.js +25 -25
  66. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  67. package/esm2015/lib/igx-cell-info.js +164 -155
  68. package/esm2015/lib/igx-checkbox-list-component.js +82 -66
  69. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  70. package/esm2015/lib/igx-data-grid-column-component.js +87 -76
  71. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  72. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  73. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  74. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  75. package/esm2015/lib/igx-image-cell-info.js +6 -6
  76. package/esm2015/lib/igx-image-column-component.js +10 -10
  77. package/esm2015/lib/igx-numeric-cell-info.js +26 -26
  78. package/esm2015/lib/igx-numeric-column-component.js +30 -30
  79. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  80. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  81. package/esm2015/lib/igx-template-cell-info.js +2 -2
  82. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  83. package/esm2015/lib/igx-text-cell-info.js +2 -2
  84. package/esm2015/lib/igx-text-column-component.js +8 -8
  85. package/esm2015/lib/igx-text-header-cell-info.js +10 -10
  86. package/esm5/lib/AccessibilityRow.js +1 -1
  87. package/esm5/lib/CanvasCellPresenterBase.js +9 -9
  88. package/esm5/lib/CanvasContentCellModelHelper.js +9 -9
  89. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  90. package/esm5/lib/CanvasGridCellBase.js +7 -7
  91. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  92. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  93. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  94. package/esm5/lib/CanvasSummaryCell.js +1 -1
  95. package/esm5/lib/CanvasSummaryCellPresenter.js +3 -3
  96. package/esm5/lib/CanvasTemplateCellPresenter.js +4 -4
  97. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +3 -3
  98. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  99. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  100. package/esm5/lib/CellPresenterBase.js +40 -37
  101. package/esm5/lib/CheckboxListBridge.js +4 -0
  102. package/esm5/lib/CheckboxListView_combined.js +760 -725
  103. package/esm5/lib/ColumnChooserView_combined.js +9 -9
  104. package/esm5/lib/ColumnFilterCondition_combined.js +2735 -2700
  105. package/esm5/lib/ColumnGroupingView_combined.js +4 -4
  106. package/esm5/lib/ColumnPinningView_combined.js +7 -7
  107. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  108. package/esm5/lib/ContentCellModelHelper.js +13 -13
  109. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  110. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  111. package/esm5/lib/EditorCell.js +285 -285
  112. package/esm5/lib/EditorCellPresenter.js +27 -27
  113. package/esm5/lib/EditorRowCell.js +1 -1
  114. package/esm5/lib/FilterCell.js +262 -262
  115. package/esm5/lib/FilterCellPresenter.js +16 -16
  116. package/esm5/lib/GridCellBase.js +349 -326
  117. package/esm5/lib/GridColumnFilterOptionsView_combined.js +9 -9
  118. package/esm5/lib/GridColumnGroupOptionsView_combined.js +4 -4
  119. package/esm5/lib/GridColumnHideOptionsView_combined.js +1 -1
  120. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  121. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  122. package/esm5/lib/GridColumnPinOptionsView_combined.js +1 -1
  123. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +6 -6
  124. package/esm5/lib/GridExternalWrapper.js +6 -6
  125. package/esm5/lib/GridFilterDialogView_combined.js +1 -1
  126. package/esm5/lib/GridSortIndicatorView_combined.js +15 -10
  127. package/esm5/lib/ISummaryChooserView_combined.js +9 -9
  128. package/esm5/lib/ImageCell.js +59 -59
  129. package/esm5/lib/ImageCellPresenter.js +17 -17
  130. package/esm5/lib/MultiColumnComboBoxView_combined.js +2 -2
  131. package/esm5/lib/NumericCell.js +8 -8
  132. package/esm5/lib/NumericCellPresenter.js +9 -9
  133. package/esm5/lib/PropertyEditorView_combined.js +21 -21
  134. package/esm5/lib/SectionHeaderCell.js +15 -15
  135. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  136. package/esm5/lib/SortIndicatorStyle.js +6 -2
  137. package/esm5/lib/SummaryCell.js +40 -40
  138. package/esm5/lib/SummaryCellPresenter.js +10 -10
  139. package/esm5/lib/TemplateCell.js +15 -15
  140. package/esm5/lib/TemplateCellPresenter.js +5 -5
  141. package/esm5/lib/TemplateHeader.js +2 -2
  142. package/esm5/lib/TemplateHeaderCell.js +5 -5
  143. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  144. package/esm5/lib/TemplateHeaderCellPresenter.js +5 -5
  145. package/esm5/lib/TextCell.js +32 -32
  146. package/esm5/lib/TextCellPresenter.js +10 -10
  147. package/esm5/lib/TextHeaderCell.js +151 -151
  148. package/esm5/lib/TextHeaderCellPresenter.js +25 -25
  149. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  150. package/esm5/lib/igx-cell-info.js +168 -155
  151. package/esm5/lib/igx-checkbox-list-component.js +82 -66
  152. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  153. package/esm5/lib/igx-data-grid-column-component.js +91 -76
  154. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  155. package/esm5/lib/igx-date-time-column-component.js +20 -20
  156. package/esm5/lib/igx-editor-cell-info.js +23 -23
  157. package/esm5/lib/igx-filter-cell-info.js +26 -26
  158. package/esm5/lib/igx-image-cell-info.js +6 -6
  159. package/esm5/lib/igx-image-column-component.js +10 -10
  160. package/esm5/lib/igx-numeric-cell-info.js +26 -26
  161. package/esm5/lib/igx-numeric-column-component.js +30 -30
  162. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  163. package/esm5/lib/igx-summary-cell-info.js +9 -9
  164. package/esm5/lib/igx-template-cell-info.js +2 -2
  165. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  166. package/esm5/lib/igx-text-cell-info.js +2 -2
  167. package/esm5/lib/igx-text-column-component.js +8 -8
  168. package/esm5/lib/igx-text-header-cell-info.js +10 -10
  169. package/fesm2015/igniteui-angular-data-grids.js +5924 -5791
  170. package/fesm5/igniteui-angular-data-grids.js +5729 -5578
  171. package/lib/CheckboxListBridge.d.ts +1 -0
  172. package/lib/CheckboxListViewExternal.d.ts +1 -0
  173. package/lib/CheckboxListView_combined.d.ts +185 -179
  174. package/lib/ColumnFilterCondition_combined.d.ts +820 -813
  175. package/lib/EditorCell.d.ts +67 -67
  176. package/lib/FilterCell.d.ts +55 -55
  177. package/lib/GridCellBase.d.ts +105 -102
  178. package/lib/ImageCell.d.ts +17 -17
  179. package/lib/NumericCell.d.ts +2 -2
  180. package/lib/SectionHeaderCell.d.ts +3 -3
  181. package/lib/SortIndicatorStyle.d.ts +5 -1
  182. package/lib/SummaryCell.d.ts +9 -9
  183. package/lib/TemplateCell.d.ts +5 -5
  184. package/lib/TemplateHeaderCell.d.ts +2 -2
  185. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  186. package/lib/TextCell.d.ts +7 -7
  187. package/lib/TextHeaderCell.d.ts +29 -29
  188. package/lib/VerticalSeparatorCell.d.ts +8 -8
  189. package/lib/igx-cell-info.d.ts +6 -0
  190. package/lib/igx-checkbox-list-component.d.ts +10 -0
  191. package/lib/igx-data-grid-column-component.d.ts +7 -1
  192. package/package.json +4 -4
@@ -29,29 +29,29 @@ var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(CellModel.fm) || a.bc(CellModel.h1)) {
33
- var c = Math.min(1, Math.max(0, a.c5));
34
- var d = a.cr * (1 - c);
35
- this.d.dw = d;
32
+ if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
33
+ var c = Math.min(1, Math.max(0, a.c7));
34
+ var d = a.cs * (1 - c);
35
+ this.d.dz = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n0) || b.bc(ImageCellModel.n1)) {
38
- this.e(b.n4, b.nx);
37
+ if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
38
+ this.e(b.n8, b.n1);
39
39
  }
40
- if (b.bc(ImageCellModel.n2) || b.bc(ImageCellModel.f8) || b.bc(ImageCellModel.h0)) {
41
- this.f(b.nz, b.g, b.i);
40
+ if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
41
+ this.f(b.n3, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hi)) {
43
+ if (b.bc(ImageCellModel.hk)) {
44
44
  if (a.u == 1) {
45
- this.d.d1();
45
+ this.d.d4();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.n4, b.nx);
48
+ this.e(b.n8, b.n1);
49
49
  }
50
50
  }
51
51
  }
52
52
  };
53
53
  ImageCellPresenter.prototype.f = function (a, b, c) {
54
- this.d.d7(a);
54
+ this.d.ea(a);
55
55
  };
56
56
  ImageCellPresenter.prototype.e = function (a, b) {
57
57
  var c = a.toLowerCase();
@@ -59,35 +59,35 @@ var ImageCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
59
59
  b = 4;
60
60
  }
61
61
  if (stringStartsWith(c, "http") || b == 4) {
62
- this.d.d4(a, 4);
62
+ this.d.d7(a, 4);
63
63
  }
64
64
  if (stringStartsWith(c, "asset") || b == 2) {
65
65
  var d = a;
66
66
  if (stringStartsWith(c, "asset")) {
67
67
  d = a.substr(8);
68
68
  }
69
- this.d.d4(d, 2);
69
+ this.d.d7(d, 2);
70
70
  }
71
71
  if (stringStartsWith(c, "drawable") || b == 1) {
72
72
  var e = a;
73
73
  if (stringStartsWith(c, "drawable")) {
74
74
  e = a.substr(11);
75
75
  }
76
- this.d.d4(e, 1);
76
+ this.d.d7(e, 1);
77
77
  }
78
78
  if (stringStartsWith(c, "nativeresource") || b == 1) {
79
79
  var f = a;
80
80
  if (stringStartsWith(c, "nativeresource")) {
81
81
  f = a.substr(17);
82
82
  }
83
- this.d.d4(f, 1);
83
+ this.d.d7(f, 1);
84
84
  }
85
85
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
86
86
  var g = a;
87
87
  if (stringStartsWith(c, "embeddedresource")) {
88
88
  g = a.substr(19);
89
89
  }
90
- this.d.d4(g, 3);
90
+ this.d.d7(g, 3);
91
91
  }
92
92
  };
93
93
  ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
@@ -712,7 +712,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
712
712
  }
713
713
  var f = this.g;
714
714
  var g = this.g.p();
715
- e = g.ma();
715
+ e = g.mc();
716
716
  }
717
717
  d.d = e;
718
718
  d.b = a;
@@ -2776,7 +2776,7 @@ var MultiColumnComboBox = /** @class */ /*@__PURE__*/ (function (_super) {
2776
2776
  try {
2777
2777
  for (var _b = __values(fromEnum(c)), _c = _b.next(); !_c.done; _c = _b.next()) {
2778
2778
  var d = _c.value;
2779
- if (0 == StringComparer.b.compare(d.l5, a)) {
2779
+ if (0 == StringComparer.b.compare(d.l7, a)) {
2780
2780
  return d;
2781
2781
  }
2782
2782
  }
@@ -14,19 +14,19 @@ var NumericCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(NumericCell, _super);
15
15
  function NumericCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.cz(_this.dt, 2);
18
- _this.c7(_this.dt, 1);
17
+ _this.c2(_this.dw, 2);
18
+ _this.da(_this.dw, 1);
19
19
  return _this;
20
20
  }
21
- NumericCell.prototype.ch = function (a, b, c) {
22
- _super.prototype.ch.call(this, a, b, c);
21
+ NumericCell.prototype.ck = function (a, b, c) {
22
+ _super.prototype.ck.call(this, a, b, c);
23
23
  if (a == "Indent" || a == "IsCollapsable") {
24
- this.dt.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
24
+ this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
25
25
  }
26
26
  };
27
- NumericCell.prototype.b5 = function () {
28
- _super.prototype.b5.call(this);
29
- this.dd(2, 1);
27
+ NumericCell.prototype.b8 = function () {
28
+ _super.prototype.b8.call(this);
29
+ this.dg(2, 1);
30
30
  };
31
31
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
32
32
  return NumericCell;
@@ -29,20 +29,20 @@ var NumericCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  _super.prototype.b.call(this, a);
30
30
  var b = a;
31
31
  if (a.a7) {
32
- if (a.bc(NumericCellModel.ol) || a.bc(NumericCellModel.n9) || a.bc(NumericCellModel.hz) || b.n2()) {
33
- b.ku = this.e(b);
34
- this.d.c5(this.d.dt, b.ku);
32
+ if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
33
+ b.kx = this.e(b);
34
+ this.d.c8(this.d.dw, b.kx);
35
35
  }
36
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dw, this.a);
37
37
  }
38
38
  };
39
39
  NumericCellPresenter.prototype.e = function (a) {
40
- if (a.lp != null) {
41
- return a.lp;
40
+ if (a.lt != null) {
41
+ return a.lt;
42
42
  }
43
- if (a.or != null) {
44
- var val_ = a.n5;
45
- var override_ = a.or;
43
+ if (a.ov != null) {
44
+ var val_ = a.n9;
45
+ var override_ = a.ov;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -836,15 +836,15 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
836
836
  }
837
837
  else {
838
838
  var a = new TextColumn();
839
- a.ky = 10;
840
- a.kz = 5;
841
- a.l5 = "PropertyPath";
839
+ a.k0 = 10;
840
+ a.k1 = 5;
841
+ a.l7 = "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.l5 = "ValueType";
846
- b.ky = 5;
847
- b.kz = 5;
845
+ b.l7 = "ValueType";
846
+ b.k0 = 5;
847
+ b.k1 = 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.ky = 10;
928
- s.kz = 5;
927
+ s.k0 = 10;
928
+ s.k1 = 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.mw = "PropertyName_" + k;
937
- s.l5 = "PropertyName";
936
+ s.my = "PropertyName_" + k;
937
+ s.l7 = "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.mw = "ValueType_" + k;
975
- v.l5 = "ValueType";
976
- v.ky = 5;
977
- v.kz = 5;
974
+ v.my = "ValueType_" + k;
975
+ v.l7 = "ValueType";
976
+ v.k0 = 5;
977
+ v.k1 = 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();
@@ -1068,12 +1068,12 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1068
1068
  };
1069
1069
  PropertyEditor.prototype.cu = function (a, b) {
1070
1070
  var c = a;
1071
- var d = this.s(c, b.cellInfo.fn, b.rowObject);
1071
+ var d = this.s(c, b.cellInfo.fp, b.rowObject);
1072
1072
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
1073
1073
  };
1074
1074
  PropertyEditor.prototype.dp = function (a, b) {
1075
1075
  var c = a;
1076
- var d = this.s(c, b.cellInfo.fn, b.rowObject);
1076
+ var d = this.s(c, b.cellInfo.fp, b.rowObject);
1077
1077
  if (d == null) {
1078
1078
  b.resolvedValue = null;
1079
1079
  return;
@@ -1190,7 +1190,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1190
1190
  };
1191
1191
  PropertyEditor.prototype.ct = function (a, b) {
1192
1192
  var c = a;
1193
- var d = this.s(c, b.cellInfo.fn, b.cellInfo.ic);
1193
+ var d = this.s(c, b.cellInfo.fp, b.cellInfo.ig);
1194
1194
  var e = d != null ? d.w : 0;
1195
1195
  switch (e) {
1196
1196
  case 10:
@@ -1288,7 +1288,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1288
1288
  if (c.t != 3) {
1289
1289
  c.t = 3;
1290
1290
  }
1291
- var e = _this.s(a, b.cellInfo.fn, b.cellInfo.ic);
1291
+ var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1292
1292
  var f = c.inputs._inner[0];
1293
1293
  f.bh = e;
1294
1294
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1303,7 +1303,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1303
1303
  if (c.r != 3) {
1304
1304
  c.r = 3;
1305
1305
  }
1306
- var e = _this.s(a, b.cellInfo.fn, b.cellInfo.ic);
1306
+ var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1307
1307
  c.ed = e;
1308
1308
  var f = e.ar;
1309
1309
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1321,7 +1321,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1321
1321
  if (c.density != 3) {
1322
1322
  c.density = 3;
1323
1323
  }
1324
- var e = _this.s(a, b.cellInfo.fn, b.cellInfo.ic);
1324
+ var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1325
1325
  if (c.dd != e) {
1326
1326
  if (!d) {
1327
1327
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(_this, _this.cq));
@@ -1593,7 +1593,7 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
1593
1593
  if (!c.y) {
1594
1594
  c.y = true;
1595
1595
  }
1596
- var e = _this.s(a, b.cellInfo.fn, b.cellInfo.ic);
1596
+ var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1597
1597
  var f = e.ar;
1598
1598
  if (f == null) {
1599
1599
  f = false;
@@ -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.ds = null;
18
- _this.ds = a.createElement("span");
19
- _this.ap.setRawStyleProperty("text-align", "left");
20
- _this.ap.setRawStyleProperty("vertical-align", "middle");
21
- _this.ap.setRawStyleProperty("overflow", "hidden");
22
- _this.ap.setRawStyleProperty("white-space", "nowrap");
23
- _this.ap.setRawStyleProperty("text-overflow", "ellipsis");
24
- _this.ap.append(_this.ds);
17
+ _this.dv = null;
18
+ _this.dv = a.createElement("span");
19
+ _this.ar.setRawStyleProperty("text-align", "left");
20
+ _this.ar.setRawStyleProperty("vertical-align", "middle");
21
+ _this.ar.setRawStyleProperty("overflow", "hidden");
22
+ _this.ar.setRawStyleProperty("white-space", "nowrap");
23
+ _this.ar.setRawStyleProperty("text-overflow", "ellipsis");
24
+ _this.ar.append(_this.dv);
25
25
  return _this;
26
26
  }
27
- Object.defineProperty(SectionHeaderCell.prototype, "dt", {
27
+ Object.defineProperty(SectionHeaderCell.prototype, "dw", {
28
28
  get: function () {
29
- return this.ds;
29
+ return this.dv;
30
30
  },
31
31
  enumerable: false,
32
32
  configurable: true
@@ -34,17 +34,17 @@ var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
34
34
  SectionHeaderCell.prototype.get_ae = function () {
35
35
  return true;
36
36
  };
37
- SectionHeaderCell.prototype.ch = function (a, b, c) {
38
- _super.prototype.ch.call(this, a, b, c);
37
+ SectionHeaderCell.prototype.ck = function (a, b, c) {
38
+ _super.prototype.ck.call(this, a, b, c);
39
39
  if (a == "Indent") {
40
- this.ds.setRawStyleProperty("margin-left", this.bb + this.bd + 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.ds.setRawStyleProperty("margin-left", this.bb + this.bd + 10 + "px");
44
+ this.dv.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
45
45
  }
46
46
  else {
47
- this.ds.setRawStyleProperty("margin-left", "0px");
47
+ this.dv.setRawStyleProperty("margin-left", "0px");
48
48
  }
49
49
  }
50
50
  };
@@ -28,26 +28,26 @@ var SectionHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  _super.prototype.b.call(this, a);
29
29
  var b = a;
30
30
  if (a.a7) {
31
- if (a.bc(SectionHeaderCellModel.n2) || a.bc(SectionHeaderCellModel.n4) || a.bc(SectionHeaderCellModel.n3) || a.bc(SectionHeaderCellModel.n6)) {
32
- if (b.ny == null || (b.ny.length == 0 && b.oc == null)) {
33
- if (b.ib == null) {
34
- b.ku = "";
31
+ if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.oa)) {
32
+ if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
33
+ if (b.ie == null) {
34
+ b.kx = "";
35
35
  }
36
36
  else {
37
- b.ku = b.ib.toString();
37
+ b.kx = b.ie.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.oa != null && b.n1 == 0) {
42
- b.ku = b.oc + "    " + b.oa;
41
+ if (b.oe != null && b.n5 == 0) {
42
+ b.kx = b.og + "    " + b.oe;
43
43
  }
44
44
  else {
45
- b.ku = b.oc;
45
+ b.kx = b.og;
46
46
  }
47
47
  }
48
- this.d.c5(this.d.dt, b.ku);
48
+ this.d.c8(this.d.dw, b.kx);
49
49
  }
50
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dt, 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.$);
@@ -20,13 +20,17 @@ export var SortIndicatorStyle = /*@__PURE__*/ (function (SortIndicatorStyle) {
20
20
  * is faded and which is fully opaque.
21
21
  */
22
22
  SortIndicatorStyle[SortIndicatorStyle["FadingSimpleUpDownArrows"] = 2] = "FadingSimpleUpDownArrows";
23
+ /**
24
+ * The sort indicator is not rendered.
25
+ */
26
+ SortIndicatorStyle[SortIndicatorStyle["None"] = 3] = "None";
23
27
  /**
24
28
  * No style is set.
25
29
  */
26
- SortIndicatorStyle[SortIndicatorStyle["Unset"] = 3] = "Unset";
30
+ SortIndicatorStyle[SortIndicatorStyle["Unset"] = 4] = "Unset";
27
31
  return SortIndicatorStyle;
28
32
  })({});
29
33
  /**
30
34
  * @hidden
31
35
  */
32
- export var SortIndicatorStyle_$type = markEnum('SortIndicatorStyle', 'Default,0|FadingUpDownArrows,1|FadingSimpleUpDownArrows,2|Unset,3');
36
+ export var SortIndicatorStyle_$type = markEnum('SortIndicatorStyle', 'Default,0|FadingUpDownArrows,1|FadingSimpleUpDownArrows,2|None,3|Unset,4');
@@ -14,68 +14,68 @@ 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.ds = null;
18
- _this.dt = null;
19
- _this.du = null;
20
- _this.dy = -1;
21
- _this.dx = -1;
22
- _this.ap.setRawStyleProperty("vertical-align", "middle");
23
- _this.du = a.createElement("div");
24
- _this.ds = a.createElement("span");
25
- _this.ds.setRawStyleProperty("display", "inline-block");
26
- _this.ds.setRawStyleProperty("width", "40%");
27
- _this.ds.setRawStyleProperty("white-space", "nowrap");
28
- _this.ds.setRawStyleProperty("text-overflow", "ellipsis");
29
- _this.ds.setRawStyleProperty("vertical-align", "middle");
30
- _this.ds.setRawStyleProperty("overflow", "hidden");
31
- _this.du.append(_this.ds);
32
- _this.dt = a.createElement("span");
33
- _this.dt.setRawStyleProperty("display", "inline-block");
34
- _this.dt.setRawStyleProperty("width", "60%");
35
- _this.dt.setRawStyleProperty("text-align", "right");
36
- _this.dt.setRawStyleProperty("white-space", "nowrap");
37
- _this.dt.setRawStyleProperty("text-overflow", "ellipsis");
38
- _this.dt.setRawStyleProperty("vertical-align", "middle");
39
- _this.dt.setRawStyleProperty("overflow", "hidden");
40
- _this.du.append(_this.dt);
41
- _this.ap.append(_this.du);
17
+ _this.dv = null;
18
+ _this.dw = null;
19
+ _this.dx = null;
20
+ _this.d1 = -1;
21
+ _this.d0 = -1;
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);
32
+ _this.dw = a.createElement("span");
33
+ _this.dw.setRawStyleProperty("display", "inline-block");
34
+ _this.dw.setRawStyleProperty("width", "60%");
35
+ _this.dw.setRawStyleProperty("text-align", "right");
36
+ _this.dw.setRawStyleProperty("white-space", "nowrap");
37
+ _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
38
+ _this.dw.setRawStyleProperty("vertical-align", "middle");
39
+ _this.dw.setRawStyleProperty("overflow", "hidden");
40
+ _this.dx.append(_this.dw);
41
+ _this.ar.append(_this.dx);
42
42
  return _this;
43
43
  }
44
- Object.defineProperty(SummaryCell.prototype, "dv", {
44
+ Object.defineProperty(SummaryCell.prototype, "dy", {
45
45
  get: function () {
46
- return this.ds;
46
+ return this.dv;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
- Object.defineProperty(SummaryCell.prototype, "dw", {
51
+ Object.defineProperty(SummaryCell.prototype, "dz", {
52
52
  get: function () {
53
- return this.dt;
53
+ return this.dw;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
57
57
  });
58
- SummaryCell.prototype.c8 = function (a, b) {
59
- _super.prototype.c8.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.dy != c) {
62
- this.dy = c;
61
+ if (this.d1 != c) {
62
+ this.d1 = c;
63
63
  }
64
64
  };
65
- SummaryCell.prototype.cy = function (a, b) {
66
- _super.prototype.cy.call(this, a, b);
65
+ SummaryCell.prototype.c1 = function (a, b) {
66
+ _super.prototype.c1.call(this, a, b);
67
67
  var c = Math.max(0, a - b);
68
- if (this.dx != c) {
69
- this.dx = c;
68
+ if (this.d0 != c) {
69
+ this.d0 = c;
70
70
  }
71
71
  };
72
72
  SummaryCell.prototype.get_ae = function () {
73
73
  return false;
74
74
  };
75
- SummaryCell.prototype.ch = function (a, b, c) {
76
- _super.prototype.ch.call(this, a, b, c);
75
+ SummaryCell.prototype.ck = function (a, b, c) {
76
+ _super.prototype.ck.call(this, a, b, c);
77
77
  if (a == "Indent" || a == "IsCollapsable") {
78
- this.du.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "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 @@ 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.ak, b, this.a.ap, this.d.dv, this.a);
32
- ContentCellModelHelper.a(this.a.ak, b, this.a.ap, this.d.dw, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dy, this.a);
32
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
33
33
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
34
- if (b.n4 != null) {
35
- this.d.c5(this.d.dv, b.n4);
34
+ if (b.n8 != null) {
35
+ this.d.c8(this.d.dy, b.n8);
36
36
  }
37
- if (b.n6 != null) {
38
- this.d.c5(this.d.dw, b.n6);
37
+ if (b.oa != null) {
38
+ this.d.c8(this.d.dz, b.oa);
39
39
  }
40
40
  }
41
41
  if (a.bb("SummaryLabelTextColor")) {
42
- this.d.dv.setRawStyleProperty("color", b.ob._fill);
42
+ this.d.dy.setRawStyleProperty("color", b.of._fill);
43
43
  }
44
44
  if (a.bb("SummaryLabelFontInfo")) {
45
- var c = b.nx;
45
+ var c = b.n1;
46
46
  if (c == null) {
47
- c = FontUtil.getDefaultFont(this.a.ak);
47
+ c = FontUtil.getDefaultFont(this.a.am);
48
48
  }
49
- this.d.dv.setRawStyleProperty("font", c.fontString);
49
+ this.d.dy.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.ds = null;
20
- _this.ds = new TemplateCellContainer(a);
21
- _this.ds.element.setRawStyleProperty("box-sizing", "border-box");
22
- _this.ap.append(_this.ds.element);
23
- _this.ap.listen("keydown", runOn(_this, _this.du));
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, "dt", {
26
+ Object.defineProperty(TemplateCell.prototype, "dw", {
27
27
  get: function () {
28
- return this.ds;
28
+ return this.dv;
29
29
  },
30
30
  enumerable: false,
31
31
  configurable: true
@@ -33,21 +33,21 @@ var TemplateCell = /** @class */ /*@__PURE__*/ (function (_super) {
33
33
  TemplateCell.prototype.get_ae = function () {
34
34
  return true;
35
35
  };
36
- TemplateCell.prototype.ch = function (a, b, c) {
37
- _super.prototype.ch.call(this, a, b, c);
36
+ TemplateCell.prototype.ck = function (a, b, c) {
37
+ _super.prototype.ck.call(this, a, b, c);
38
38
  if (a == "Indent" || a == "IsCollapsable") {
39
- this.ds.element.setRawStyleProperty("margin-left", this.bb + this.bd + this.bc + "px");
39
+ this.dv.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
40
40
  }
41
41
  };
42
- TemplateCell.prototype.b6 = function () {
43
- var a = this.ds.element.getNativeElement();
42
+ TemplateCell.prototype.b9 = function () {
43
+ var a = this.dv.element.getNativeElement();
44
44
  if (a.contains(document.activeElement)) {
45
45
  return;
46
46
  }
47
- _super.prototype.b6.call(this);
47
+ _super.prototype.b9.call(this);
48
48
  };
49
- TemplateCell.prototype.du = function (a) {
50
- var b = this.ds.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.c0(a);
53
53
  if (c == 14 || c == 16) {
@@ -30,12 +30,12 @@ var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
32
  var c = this.d.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fm) || a.bc(CellModel.h1)) {
34
- var d = Math.min(1, Math.max(0, a.c5));
35
- var e = a.cr * (1 - d);
36
- this.e.dt.element.setRawStyleProperty("opacity", e.toString());
33
+ if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
34
+ var d = Math.min(1, Math.max(0, a.c7));
35
+ var e = a.cs * (1 - d);
36
+ this.e.dw.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
- c.o7(a, this.e.dt);
38
+ c.pa(a, this.e.dw);
39
39
  };
40
40
  TemplateCellPresenter.$t = markType(TemplateCellPresenter, 'TemplateCellPresenter', CellPresenterBase.$);
41
41
  return TemplateCellPresenter;
@@ -30,9 +30,9 @@ var TemplateHeader = /** @class */ /*@__PURE__*/ (function (_super) {
30
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.ny = f.lk;
33
+ e.n2 = f.lm;
34
34
  e.n = f.hs;
35
- e.n1 = f.jg;
35
+ e.n5 = f.jg;
36
36
  };
37
37
  TemplateHeader.prototype.hr = function (a, b) {
38
38
  if (this.cellUpdating != null) {
@@ -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.ds = null;
19
- _this.ds = new TemplateCellContainer(a);
20
- _this.ap.append(_this.ds.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, "dt", {
23
+ Object.defineProperty(TemplateHeaderCell.prototype, "dw", {
24
24
  get: function () {
25
- return this.ds;
25
+ return this.dv;
26
26
  },
27
27
  enumerable: false,
28
28
  configurable: true