igniteui-angular-data-grids 21.1.0-beta.2 → 21.1.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 (239) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +10884 -9697
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/AccessibilityRow.js +10 -10
  4. package/esm2015/lib/CanvasCellPresenterBase.js +12 -12
  5. package/esm2015/lib/CanvasContentCellModelHelper.js +12 -12
  6. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  7. package/esm2015/lib/CanvasGridCellBase.js +2 -2
  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/CanvasSummaryCellPresenter.js +4 -4
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +5 -5
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +11 -11
  16. package/esm2015/lib/CellPath.js +79 -69
  17. package/esm2015/lib/CellPresenterBase.js +46 -46
  18. package/esm2015/lib/CheckboxListBridge.js +12 -0
  19. package/esm2015/lib/CheckboxListView_combined.js +329 -283
  20. package/esm2015/lib/ColumnChooserView_combined.js +11 -11
  21. package/esm2015/lib/ColumnFilterCondition_combined.js +7043 -6712
  22. package/esm2015/lib/ColumnGroupingView_combined.js +5 -5
  23. package/esm2015/lib/ColumnPinningView_combined.js +11 -11
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  25. package/esm2015/lib/ContentCellModelHelper.js +16 -16
  26. package/esm2015/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  27. package/esm2015/lib/DataGridCellLayoutPanel.js +17 -17
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +2 -2
  29. package/esm2015/lib/DataGridToolbarView_combined.js +2 -2
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/DraggerView.js +1 -7
  32. package/esm2015/lib/EditorCell.js +289 -289
  33. package/esm2015/lib/EditorCellPresenter.js +27 -27
  34. package/esm2015/lib/FilterCell.js +267 -267
  35. package/esm2015/lib/FilterCellPresenter.js +17 -17
  36. package/esm2015/lib/GridCellBase.js +210 -202
  37. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +13 -13
  38. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  39. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  40. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  41. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  43. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  44. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  45. package/esm2015/lib/GridExternalWrapper.js +12 -6
  46. package/esm2015/lib/GridFilterDialogView_combined.js +238 -187
  47. package/esm2015/lib/ISummaryChooserView_combined.js +4 -4
  48. package/esm2015/lib/ImageCell.js +58 -58
  49. package/esm2015/lib/ImageCellPresenter.js +17 -17
  50. package/esm2015/lib/MultiColumnComboBoxView_combined.js +9 -9
  51. package/esm2015/lib/NumericCell.js +8 -8
  52. package/esm2015/lib/NumericCellPresenter.js +9 -9
  53. package/esm2015/lib/PropertyEditorView_combined.js +19 -19
  54. package/esm2015/lib/SectionHeaderCell.js +30 -20
  55. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  56. package/esm2015/lib/SummaryCell.js +44 -44
  57. package/esm2015/lib/SummaryCellPresenter.js +9 -9
  58. package/esm2015/lib/TemplateCell.js +15 -15
  59. package/esm2015/lib/TemplateCellPresenter.js +6 -6
  60. package/esm2015/lib/TemplateHeader.js +8 -8
  61. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  62. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  63. package/esm2015/lib/TemplateHeaderCellPresenter.js +6 -6
  64. package/esm2015/lib/TemplateSectionHeader.js +2 -2
  65. package/esm2015/lib/TextCell.js +31 -30
  66. package/esm2015/lib/TextCellPresenter.js +10 -10
  67. package/esm2015/lib/TextHeaderCell.js +181 -175
  68. package/esm2015/lib/TextHeaderCellPresenter.js +66 -57
  69. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  70. package/esm2015/lib/igx-cell-info.js +195 -186
  71. package/esm2015/lib/igx-checkbox-list-component.js +42 -20
  72. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  73. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  74. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  75. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  76. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  77. package/esm2015/lib/igx-data-binding-event-args.js +3 -0
  78. package/esm2015/lib/igx-data-grid-column-component.js +261 -195
  79. package/esm2015/lib/igx-data-grid-component.js +226 -33
  80. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +60 -27
  81. package/esm2015/lib/igx-data-grid-toolbar-component.js +40 -8
  82. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  83. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  84. package/esm2015/lib/igx-definition-base-component.js +44 -44
  85. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  86. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  87. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  88. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  89. package/esm2015/lib/igx-header-component.js +16 -16
  90. package/esm2015/lib/igx-image-cell-info.js +6 -6
  91. package/esm2015/lib/igx-image-column-component.js +10 -10
  92. package/esm2015/lib/igx-multi-column-combo-box-component.js +160 -32
  93. package/esm2015/lib/igx-numeric-cell-info.js +28 -28
  94. package/esm2015/lib/igx-numeric-column-component.js +32 -32
  95. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  96. package/esm2015/lib/igx-section-header-component.js +24 -24
  97. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  98. package/esm2015/lib/igx-summary-row-component.js +23 -23
  99. package/esm2015/lib/igx-summary-row-root-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-summary-row-section-dynamic-module.js +2 -0
  101. package/esm2015/lib/igx-template-cell-info.js +2 -2
  102. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  103. package/esm2015/lib/igx-text-cell-info.js +2 -2
  104. package/esm2015/lib/igx-text-column-component.js +8 -8
  105. package/esm2015/lib/igx-text-header-cell-info.js +67 -40
  106. package/esm5/lib/AccessibilityRow.js +10 -10
  107. package/esm5/lib/CanvasCellPresenterBase.js +12 -12
  108. package/esm5/lib/CanvasContentCellModelHelper.js +12 -12
  109. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  110. package/esm5/lib/CanvasGridCellBase.js +2 -2
  111. package/esm5/lib/CanvasImageCellPresenter.js +9 -9
  112. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  113. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  114. package/esm5/lib/CanvasSummaryCellPresenter.js +4 -4
  115. package/esm5/lib/CanvasTemplateCellPresenter.js +5 -5
  116. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +5 -5
  117. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  118. package/esm5/lib/CanvasTextHeaderCellPresenter.js +11 -11
  119. package/esm5/lib/CellPath.js +79 -65
  120. package/esm5/lib/CellPresenterBase.js +46 -46
  121. package/esm5/lib/CheckboxListBridge.js +12 -0
  122. package/esm5/lib/CheckboxListView_combined.js +332 -278
  123. package/esm5/lib/ColumnChooserView_combined.js +11 -11
  124. package/esm5/lib/ColumnFilterCondition_combined.js +6860 -6456
  125. package/esm5/lib/ColumnGroupingView_combined.js +5 -5
  126. package/esm5/lib/ColumnPinningView_combined.js +11 -11
  127. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +7 -7
  128. package/esm5/lib/ContentCellModelHelper.js +16 -16
  129. package/esm5/lib/DataGridAccessibilityLayoutPanel.js +1 -1
  130. package/esm5/lib/DataGridCellLayoutPanel.js +17 -17
  131. package/esm5/lib/DataGridScrollerKeyboardListener.js +2 -2
  132. package/esm5/lib/DataGridToolbarView_combined.js +2 -2
  133. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  134. package/esm5/lib/DraggerView.js +1 -7
  135. package/esm5/lib/EditorCell.js +276 -276
  136. package/esm5/lib/EditorCellPresenter.js +27 -27
  137. package/esm5/lib/FilterCell.js +257 -257
  138. package/esm5/lib/FilterCellPresenter.js +17 -17
  139. package/esm5/lib/GridCellBase.js +205 -193
  140. package/esm5/lib/GridColumnFilterOptionsView_combined.js +13 -13
  141. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  142. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  143. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  144. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  145. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  146. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  147. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  148. package/esm5/lib/GridExternalWrapper.js +12 -6
  149. package/esm5/lib/GridFilterDialogView_combined.js +240 -177
  150. package/esm5/lib/ISummaryChooserView_combined.js +4 -4
  151. package/esm5/lib/ImageCell.js +57 -57
  152. package/esm5/lib/ImageCellPresenter.js +17 -17
  153. package/esm5/lib/MultiColumnComboBoxView_combined.js +9 -9
  154. package/esm5/lib/NumericCell.js +8 -8
  155. package/esm5/lib/NumericCellPresenter.js +9 -9
  156. package/esm5/lib/PropertyEditorView_combined.js +19 -19
  157. package/esm5/lib/SectionHeaderCell.js +30 -20
  158. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  159. package/esm5/lib/SummaryCell.js +44 -44
  160. package/esm5/lib/SummaryCellPresenter.js +9 -9
  161. package/esm5/lib/TemplateCell.js +15 -15
  162. package/esm5/lib/TemplateCellPresenter.js +6 -6
  163. package/esm5/lib/TemplateHeader.js +8 -8
  164. package/esm5/lib/TemplateHeaderCell.js +5 -5
  165. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  166. package/esm5/lib/TemplateHeaderCellPresenter.js +6 -6
  167. package/esm5/lib/TemplateSectionHeader.js +2 -2
  168. package/esm5/lib/TextCell.js +31 -30
  169. package/esm5/lib/TextCellPresenter.js +10 -10
  170. package/esm5/lib/TextHeaderCell.js +185 -179
  171. package/esm5/lib/TextHeaderCellPresenter.js +66 -57
  172. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  173. package/esm5/lib/igx-cell-info.js +207 -186
  174. package/esm5/lib/igx-checkbox-list-component.js +49 -19
  175. package/esm5/lib/igx-column-chooser-component.js +1 -1
  176. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  177. package/esm5/lib/igx-column-pinning-component.js +1 -1
  178. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  179. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  180. package/esm5/lib/igx-data-binding-event-args.js +3 -0
  181. package/esm5/lib/igx-data-grid-column-component.js +285 -195
  182. package/esm5/lib/igx-data-grid-component.js +246 -33
  183. package/esm5/lib/igx-data-grid-filter-dialog-component.js +72 -27
  184. package/esm5/lib/igx-data-grid-toolbar-component.js +40 -8
  185. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  186. package/esm5/lib/igx-date-time-column-component.js +20 -20
  187. package/esm5/lib/igx-definition-base-component.js +44 -44
  188. package/esm5/lib/igx-editor-cell-info.js +23 -23
  189. package/esm5/lib/igx-filter-cell-info.js +26 -26
  190. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  191. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  192. package/esm5/lib/igx-header-component.js +16 -16
  193. package/esm5/lib/igx-image-cell-info.js +6 -6
  194. package/esm5/lib/igx-image-column-component.js +10 -10
  195. package/esm5/lib/igx-multi-column-combo-box-component.js +160 -32
  196. package/esm5/lib/igx-numeric-cell-info.js +28 -28
  197. package/esm5/lib/igx-numeric-column-component.js +32 -32
  198. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  199. package/esm5/lib/igx-section-header-component.js +24 -24
  200. package/esm5/lib/igx-summary-cell-info.js +9 -9
  201. package/esm5/lib/igx-summary-row-component.js +22 -22
  202. package/esm5/lib/igx-summary-row-root-dynamic-module.js +2 -0
  203. package/esm5/lib/igx-summary-row-section-dynamic-module.js +2 -0
  204. package/esm5/lib/igx-template-cell-info.js +2 -2
  205. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  206. package/esm5/lib/igx-text-cell-info.js +2 -2
  207. package/esm5/lib/igx-text-column-component.js +8 -8
  208. package/esm5/lib/igx-text-header-cell-info.js +79 -40
  209. package/fesm2015/igniteui-angular-data-grids.js +10781 -9783
  210. package/fesm5/igniteui-angular-data-grids.js +10884 -9697
  211. package/lib/CellPath.d.ts +21 -20
  212. package/lib/CheckboxListExternal.d.ts +3 -0
  213. package/lib/CheckboxListView_combined.d.ts +77 -71
  214. package/lib/ColumnFilterCondition_combined.d.ts +1759 -1699
  215. package/lib/EditorCell.d.ts +63 -63
  216. package/lib/FilterCell.d.ts +55 -55
  217. package/lib/GridCellBase.d.ts +82 -80
  218. package/lib/GridExternalWrapper.d.ts +2 -0
  219. package/lib/GridFilterDialogView_combined.d.ts +61 -52
  220. package/lib/ImageCell.d.ts +15 -15
  221. package/lib/NumericCell.d.ts +2 -2
  222. package/lib/SectionHeaderCell.d.ts +6 -4
  223. package/lib/SummaryCell.d.ts +10 -10
  224. package/lib/TemplateCell.d.ts +5 -5
  225. package/lib/TemplateHeader.d.ts +3 -3
  226. package/lib/TemplateHeaderCell.d.ts +2 -2
  227. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  228. package/lib/TemplateSectionHeader.d.ts +2 -2
  229. package/lib/TextCell.d.ts +7 -7
  230. package/lib/TextHeaderCell.d.ts +30 -30
  231. package/lib/VerticalSeparatorCell.d.ts +8 -8
  232. package/lib/igx-cell-info.d.ts +6 -0
  233. package/lib/igx-checkbox-list-component.d.ts +11 -1
  234. package/lib/igx-data-grid-column-component.d.ts +31 -1
  235. package/lib/igx-data-grid-component.d.ts +28 -1
  236. package/lib/igx-data-grid-filter-dialog-component.d.ts +16 -1
  237. package/lib/igx-summary-row-component.d.ts +3 -3
  238. package/lib/igx-text-header-cell-info.d.ts +15 -0
  239. package/package.json +4 -4
@@ -14,77 +14,77 @@ 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.dz = null;
18
- _this.d0 = null;
19
17
  _this.d1 = null;
20
- _this.d5 = -1;
21
- _this.d4 = -1;
18
+ _this.d2 = null;
19
+ _this.d3 = null;
20
+ _this.d7 = -1;
21
+ _this.d6 = -1;
22
22
  _this.ar.setRawStyleProperty("vertical-align", "middle");
23
- _this.d1 = a.createElement("div");
24
- _this.dz = a.createElement("span");
25
- _this.dz.setRawStyleProperty("display", "inline-block");
26
- _this.dz.setRawStyleProperty("width", "40%");
27
- _this.dz.setRawStyleProperty("white-space", "nowrap");
28
- _this.dz.setRawStyleProperty("text-overflow", "ellipsis");
29
- _this.dz.setRawStyleProperty("vertical-align", "middle");
30
- _this.dz.setRawStyleProperty("overflow", "hidden");
31
- _this.d1.append(_this.dz);
32
- _this.d0 = a.createElement("span");
33
- _this.d0.setRawStyleProperty("display", "inline-block");
34
- _this.d0.setRawStyleProperty("width", "60%");
35
- _this.d0.setRawStyleProperty("text-align", "right");
36
- _this.d0.setRawStyleProperty("white-space", "nowrap");
37
- _this.d0.setRawStyleProperty("text-overflow", "ellipsis");
38
- _this.d0.setRawStyleProperty("vertical-align", "middle");
39
- _this.d0.setRawStyleProperty("overflow", "hidden");
40
- _this.d1.append(_this.d0);
41
- _this.ar.append(_this.d1);
23
+ _this.d3 = a.createElement("div");
24
+ _this.d1 = a.createElement("span");
25
+ _this.d1.setRawStyleProperty("display", "inline-block");
26
+ _this.d1.setRawStyleProperty("width", "40%");
27
+ _this.d1.setRawStyleProperty("white-space", "nowrap");
28
+ _this.d1.setRawStyleProperty("text-overflow", "ellipsis");
29
+ _this.d1.setRawStyleProperty("vertical-align", "middle");
30
+ _this.d1.setRawStyleProperty("overflow", "hidden");
31
+ _this.d3.append(_this.d1);
32
+ _this.d2 = a.createElement("span");
33
+ _this.d2.setRawStyleProperty("display", "inline-block");
34
+ _this.d2.setRawStyleProperty("width", "60%");
35
+ _this.d2.setRawStyleProperty("text-align", "right");
36
+ _this.d2.setRawStyleProperty("white-space", "nowrap");
37
+ _this.d2.setRawStyleProperty("text-overflow", "ellipsis");
38
+ _this.d2.setRawStyleProperty("vertical-align", "middle");
39
+ _this.d2.setRawStyleProperty("overflow", "hidden");
40
+ _this.d3.append(_this.d2);
41
+ _this.ar.append(_this.d3);
42
42
  return _this;
43
43
  }
44
- Object.defineProperty(SummaryCell.prototype, "d2", {
44
+ Object.defineProperty(SummaryCell.prototype, "d4", {
45
45
  get: function () {
46
- return this.dz;
46
+ return this.d1;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
- Object.defineProperty(SummaryCell.prototype, "d3", {
51
+ Object.defineProperty(SummaryCell.prototype, "d5", {
52
52
  get: function () {
53
- return this.d0;
53
+ return this.d2;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
57
57
  });
58
- SummaryCell.prototype.dd = function (a, b) {
59
- _super.prototype.dd.call(this, a, b);
58
+ SummaryCell.prototype.df = function (a, b) {
59
+ _super.prototype.df.call(this, a, b);
60
60
  var c = Math.max(0, a - b);
61
- if (this.d5 != c) {
62
- this.d5 = c;
61
+ if (this.d7 != c) {
62
+ this.d7 = c;
63
63
  }
64
64
  };
65
- SummaryCell.prototype.c2 = function (a, b) {
66
- _super.prototype.c2.call(this, a, b);
65
+ SummaryCell.prototype.c4 = function (a, b) {
66
+ _super.prototype.c4.call(this, a, b);
67
67
  var c = Math.max(0, a - b);
68
- if (this.d4 != c) {
69
- this.d4 = c;
68
+ if (this.d6 != c) {
69
+ this.d6 = c;
70
70
  }
71
71
  };
72
- SummaryCell.prototype.c1 = function (a, b) {
73
- _super.prototype.c1.call(this, a, b);
74
- if (a == this.dz) {
75
- this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
72
+ SummaryCell.prototype.c3 = function (a, b) {
73
+ _super.prototype.c3.call(this, a, b);
74
+ if (a == this.d1) {
75
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
76
76
  }
77
- else if (a == this.d0) {
78
- this.d0.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
77
+ else if (a == this.d2) {
78
+ this.d2.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
79
79
  }
80
80
  };
81
81
  SummaryCell.prototype.get_ae = function () {
82
82
  return false;
83
83
  };
84
- SummaryCell.prototype.cl = function (a, b, c) {
85
- _super.prototype.cl.call(this, a, b, c);
84
+ SummaryCell.prototype.cn = function (a, b, c) {
85
+ _super.prototype.cn.call(this, a, b, c);
86
86
  if (a == "Indent" || a == "IsCollapsable") {
87
- this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
87
+ this.d3.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
88
88
  }
89
89
  };
90
90
  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.d2, this.a);
32
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d3, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d4, this.a);
32
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d5, this.a);
33
33
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
34
- if (b.oh != null) {
35
- this.d.c9(this.d.d2, b.oh);
34
+ if (b.ok != null) {
35
+ this.d.db(this.d.d4, b.ok);
36
36
  }
37
- if (b.oj != null) {
38
- this.d.c9(this.d.d3, b.oj);
37
+ if (b.om != null) {
38
+ this.d.db(this.d.d5, b.om);
39
39
  }
40
40
  }
41
41
  if (a.bb("SummaryLabelTextColor")) {
42
- this.d.d2.setRawStyleProperty("color", b.oo._fill);
42
+ this.d.d4.setRawStyleProperty("color", b.or._fill);
43
43
  }
44
44
  if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
45
- var c = b.oa;
45
+ var c = b.od;
46
46
  if (c == null) {
47
47
  c = FontUtil.getDefaultFont(this.a.am);
48
48
  }
49
- this.d.d2.setRawStyleProperty("font", c.fontString);
49
+ this.d.d4.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.dz = null;
20
- _this.dz = new TemplateCellContainer(a);
21
- _this.dz.element.setRawStyleProperty("box-sizing", "border-box");
22
- _this.ar.append(_this.dz.element);
23
- _this.ar.listen("keydown", runOn(_this, _this.d1));
19
+ _this.d1 = null;
20
+ _this.d1 = new TemplateCellContainer(a);
21
+ _this.d1.element.setRawStyleProperty("box-sizing", "border-box");
22
+ _this.ar.append(_this.d1.element);
23
+ _this.ar.listen("keydown", runOn(_this, _this.d3));
24
24
  return _this;
25
25
  }
26
- Object.defineProperty(TemplateCell.prototype, "d0", {
26
+ Object.defineProperty(TemplateCell.prototype, "d2", {
27
27
  get: function () {
28
- return this.dz;
28
+ return this.d1;
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.cl = function (a, b, c) {
37
- _super.prototype.cl.call(this, a, b, c);
36
+ TemplateCell.prototype.cn = function (a, b, c) {
37
+ _super.prototype.cn.call(this, a, b, c);
38
38
  if (a == "Indent" || a == "IsCollapsable") {
39
- this.dz.element.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
39
+ this.d1.element.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
40
40
  }
41
41
  };
42
- TemplateCell.prototype.ca = function () {
43
- var a = this.dz.element.getNativeElement();
42
+ TemplateCell.prototype.cc = function () {
43
+ var a = this.d1.element.getNativeElement();
44
44
  if (a.contains(document.activeElement)) {
45
45
  return;
46
46
  }
47
- _super.prototype.ca.call(this);
47
+ _super.prototype.cc.call(this);
48
48
  };
49
- TemplateCell.prototype.d1 = function (a) {
50
- var b = this.dz.element.getNativeElement();
49
+ TemplateCell.prototype.d3 = function (a) {
50
+ var b = this.d1.element.getNativeElement();
51
51
  if (b.contains(document.activeElement) && document.activeElement.nodeName == "INPUT") {
52
52
  var c = BaseDOMEventProxy.c4(a);
53
53
  if (c == 14 || c == 16) {
@@ -29,13 +29,13 @@ var TemplateCellPresenter = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  TemplateCellPresenter.prototype.b = function (a) {
30
30
  _super.prototype.b.call(this, a);
31
31
  var b = a;
32
- var c = this.d.actualColumns._inner[a.l.a5];
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
34
- var d = Math.min(1, Math.max(0, a.c7));
35
- var e = a.cs * (1 - d);
36
- this.e.d0.element.setRawStyleProperty("opacity", e.toString());
32
+ var c = this.d.actualColumns._inner[a.l.a6];
33
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
34
+ var d = Math.min(1, Math.max(0, a.da));
35
+ var e = a.cv * (1 - d);
36
+ this.e.d2.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
- c.sf(a, this.e.d0);
38
+ c.s1(a, this.e.d2);
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.d4 = function (a, b, c) {
26
- var d = "template-header-" + a.a5.toString();
25
+ TemplateHeader.prototype.d5 = function (a, b, c) {
26
+ var d = "template-header-" + a.a6.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.er = function (a, b, c, d) {
30
+ _super.prototype.er.call(this, a, b, c, d);
31
31
  var e = a;
32
32
  var f = b.ci(a.l);
33
- e.ob = f.mm;
34
- e.n = f.hv;
35
- e.oe = f.jx;
33
+ e.oe = f.mq;
34
+ e.n = f.hw;
35
+ e.oh = f.jy;
36
36
  };
37
- TemplateHeader.prototype.hu = function (a, b) {
37
+ TemplateHeader.prototype.hv = 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.dz = null;
19
- _this.dz = new TemplateCellContainer(a);
20
- _this.ar.append(_this.dz.element);
18
+ _this.d1 = null;
19
+ _this.d1 = new TemplateCellContainer(a);
20
+ _this.ar.append(_this.d1.element);
21
21
  return _this;
22
22
  }
23
- Object.defineProperty(TemplateHeaderCell.prototype, "d0", {
23
+ Object.defineProperty(TemplateHeaderCell.prototype, "d2", {
24
24
  get: function () {
25
- return this.dz;
25
+ return this.d1;
26
26
  },
27
27
  enumerable: false,
28
28
  configurable: true
@@ -16,40 +16,40 @@ var TemplateHeaderCellModel = /** @class */ /*@__PURE__*/ (function (_super) {
16
16
  __extends(TemplateHeaderCellModel, _super);
17
17
  function TemplateHeaderCellModel() {
18
18
  var _this = _super !== null && _super.apply(this, arguments) || this;
19
- _this.od = false;
19
+ _this.og = false;
20
20
  return _this;
21
21
  }
22
- Object.defineProperty(TemplateHeaderCellModel.prototype, "oe", {
22
+ Object.defineProperty(TemplateHeaderCellModel.prototype, "oh", {
23
23
  get: function () {
24
- return this.od;
24
+ return this.og;
25
25
  },
26
26
  set: function (a) {
27
- var b = this.od;
28
- this.od = a;
29
- if (this.od != b) {
30
- this.mk("IsFilterUIVisible", TemplateHeaderCellModel.of, b, this.od);
27
+ var b = this.og;
28
+ this.og = a;
29
+ if (this.og != b) {
30
+ this.mn("IsFilterUIVisible", TemplateHeaderCellModel.oi, b, this.og);
31
31
  }
32
32
  },
33
33
  enumerable: false,
34
34
  configurable: true
35
35
  });
36
- TemplateHeaderCellModel.prototype.mt = function (a, b) {
37
- _super.prototype.mt.call(this, a, b);
36
+ TemplateHeaderCellModel.prototype.mw = function (a, b) {
37
+ _super.prototype.mw.call(this, a, b);
38
38
  if (a == "IsFilterUIVisible") {
39
- this.oe = b;
39
+ this.oh = b;
40
40
  }
41
41
  };
42
- TemplateHeaderCellModel.prototype.l5 = function (a) {
42
+ TemplateHeaderCellModel.prototype.l8 = function (a) {
43
43
  switch (a) {
44
44
  case "IsFilterUIVisible": return Boolean_$type;
45
45
  }
46
- return _super.prototype.l5.call(this, a);
46
+ return _super.prototype.l8.call(this, a);
47
47
  };
48
- TemplateHeaderCellModel.prototype.ih = function (a) {
48
+ TemplateHeaderCellModel.prototype.ik = function (a) {
49
49
  if (a == "IsFilterUIVisible") {
50
- return this.oe;
50
+ return this.oh;
51
51
  }
52
- return _super.prototype.ih.call(this, a);
52
+ return _super.prototype.ik.call(this, a);
53
53
  };
54
54
  TemplateHeaderCellModel.prototype.b = function (a) {
55
55
  if (a == null) {
@@ -57,11 +57,11 @@ var TemplateHeaderCellModel = /** @class */ /*@__PURE__*/ (function (_super) {
57
57
  }
58
58
  a = _super.prototype.b.call(this, a);
59
59
  var b = a;
60
- b.ae = this.ob;
60
+ b.ae = this.oe;
61
61
  return b;
62
62
  };
63
63
  TemplateHeaderCellModel.$t = markType(TemplateHeaderCellModel, 'TemplateHeaderCellModel', TemplateCellModel.$);
64
- TemplateHeaderCellModel.of = CellModel.f9("IsFilterUIVisible");
64
+ TemplateHeaderCellModel.oi = CellModel.gc("IsFilterUIVisible");
65
65
  return TemplateHeaderCellModel;
66
66
  }(TemplateCellModel));
67
67
  export { TemplateHeaderCellModel };
@@ -28,15 +28,15 @@ var TemplateHeaderCellPresenter = /** @class */ /*@__PURE__*/ (function (_super)
28
28
  });
29
29
  TemplateHeaderCellPresenter.prototype.b = function (a) {
30
30
  _super.prototype.b.call(this, a);
31
- var b = this.d.actualColumns._inner[a.l.a5];
31
+ var b = this.d.actualColumns._inner[a.l.a6];
32
32
  var c = b.header;
33
- if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
34
- var d = Math.min(1, Math.max(0, a.c7));
35
- var e = a.cs * (1 - d);
36
- this.e.d0.element.setRawStyleProperty("opacity", e.toString());
33
+ if (a.bc(CellModel.fs) || a.bc(CellModel.ia)) {
34
+ var d = Math.min(1, Math.max(0, a.da));
35
+ var e = a.cv * (1 - d);
36
+ this.e.d2.element.setRawStyleProperty("opacity", e.toString());
37
37
  }
38
38
  var f = a;
39
- c.hu(f, this.e.d0);
39
+ c.hv(f, this.e.d2);
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.d4 = function (a, b, c) {
22
+ TemplateSectionHeader.prototype.d5 = 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.ic = function (a, b) {
28
+ TemplateSectionHeader.prototype.ie = function (a, b) {
29
29
  if (this.cellUpdating != null) {
30
30
  this.cellUpdating(this, ((function () {
31
31
  var $ret = new TemplateSectionHeaderCellUpdatingEventArgs();
@@ -14,56 +14,57 @@ 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.dz = null;
18
- _this.d2 = -1;
19
- _this.d1 = -1;
17
+ _this.d1 = null;
18
+ _this.d4 = -1;
19
+ _this.d3 = -1;
20
20
  _this.ar.setRawStyleProperty("text-align", "left");
21
21
  _this.ar.setRawStyleProperty("vertical-align", "middle");
22
- _this.dz = a.createElement("span");
23
- _this.dz.setRawStyleProperty("display", "inline-block");
24
- _this.dz.setRawStyleProperty("overflow", "hidden");
25
- _this.dz.setRawStyleProperty("white-space", "nowrap");
26
- _this.dz.setRawStyleProperty("text-overflow", "ellipsis");
27
- _this.dc(_this.dz, 1);
28
- _this.ar.append(_this.dz);
22
+ _this.d1 = a.createElement("span");
23
+ _this.d1.setRawStyleProperty("display", "inline-block");
24
+ _this.d1.setRawStyleProperty("overflow", "hidden");
25
+ _this.d1.setRawStyleProperty("white-space", "nowrap");
26
+ _this.d1.setRawStyleProperty("text-overflow", "ellipsis");
27
+ _this.de(_this.d1, 1);
28
+ _this.ar.append(_this.d1);
29
29
  return _this;
30
30
  }
31
- Object.defineProperty(TextCell.prototype, "d0", {
31
+ Object.defineProperty(TextCell.prototype, "d2", {
32
32
  get: function () {
33
- return this.dz;
33
+ return this.d1;
34
34
  },
35
35
  enumerable: false,
36
36
  configurable: true
37
37
  });
38
- TextCell.prototype.dd = function (a, b) {
39
- _super.prototype.dd.call(this, a, b);
40
- var c = Math.max(0, a - b - (this.bd + this.bf + this.be));
41
- if (this.d2 != c) {
42
- this.d2 = c;
43
- this.dz.setRawStyleProperty("max-width", c.toString() + "px");
38
+ TextCell.prototype.df = function (a, b) {
39
+ _super.prototype.df.call(this, a, b);
40
+ var c = Math.max(0, a - b - (this.be + this.bg + this.bf));
41
+ if (this.d4 != c) {
42
+ this.d4 = c;
43
+ this.d1.setRawStyleProperty("max-width", c.toString() + "px");
44
44
  }
45
45
  };
46
- TextCell.prototype.c2 = function (a, b) {
47
- _super.prototype.c2.call(this, a, b);
46
+ TextCell.prototype.c4 = function (a, b) {
47
+ _super.prototype.c4.call(this, a, b);
48
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
48
49
  var c = Math.max(0, a - b);
49
- if (this.d1 != c) {
50
- this.d1 = c;
51
- this.dz.setRawStyleProperty("max-height", c.toString() + "px");
50
+ if (this.d3 != c) {
51
+ this.d3 = c;
52
+ this.d1.setRawStyleProperty("max-height", c.toString() + "px");
52
53
  }
53
54
  };
54
- TextCell.prototype.c1 = function (a, b) {
55
- _super.prototype.c1.call(this, a, b);
56
- if (a == this.dz) {
57
- this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
55
+ TextCell.prototype.c3 = function (a, b) {
56
+ _super.prototype.c3.call(this, a, b);
57
+ if (a == this.d1) {
58
+ this.d1.setRawStyleProperty("line-height", (this.bh - this.bi).toString() + "px");
58
59
  }
59
60
  };
60
61
  TextCell.prototype.get_ae = function () {
61
62
  return true;
62
63
  };
63
- TextCell.prototype.cl = function (a, b, c) {
64
- _super.prototype.cl.call(this, a, b, c);
64
+ TextCell.prototype.cn = function (a, b, c) {
65
+ _super.prototype.cn.call(this, a, b, c);
65
66
  if (a == "Indent" || a == "IsCollapsable") {
66
- this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
67
+ this.d1.setRawStyleProperty("margin-left", this.be + this.bg + this.bf + "px");
67
68
  }
68
69
  };
69
70
  TextCell.$t = markType(TextCell, 'TextCell', GridCellBase.$);
@@ -28,26 +28,26 @@ var TextCellPresenter = /** @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(TextCellModel.n9) || a.bc(TextCellModel.h5) || a.bc(TextCellModel.gz)) {
32
- b.k1 = this.e(b);
33
- this.d.c9(this.d.d0, b.k1);
31
+ if (a.bc(TextCellModel.oc) || a.bc(TextCellModel.h8) || a.bc(TextCellModel.g2)) {
32
+ b.k4 = this.e(b);
33
+ this.d.db(this.d.d2, b.k4);
34
34
  }
35
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
35
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
36
36
  }
37
37
  };
38
38
  TextCellPresenter.prototype.e = function (a) {
39
- if (a.ly != null) {
40
- return a.ly;
39
+ if (a.l1 != null) {
40
+ return a.l1;
41
41
  }
42
- if (a.ob != null) {
43
- return a.ob;
42
+ if (a.oe != null) {
43
+ return a.oe;
44
44
  }
45
45
  else {
46
- if (a.ii == null) {
46
+ if (a.il == null) {
47
47
  return "";
48
48
  }
49
49
  else {
50
- return a.ii.toString();
50
+ return a.il.toString();
51
51
  }
52
52
  }
53
53
  };