igniteui-angular-data-grids 21.0.1-beta.0 → 21.1.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (279) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +15844 -13294
  2. package/bundles/igniteui-angular-data-grids.umd.min.js +1 -1
  3. package/esm2015/lib/CanvasCellPresenterBase.js +4 -4
  4. package/esm2015/lib/CanvasContentCellModelHelper.js +5 -5
  5. package/esm2015/lib/CanvasDateTimeCellPresenter.js +8 -8
  6. package/esm2015/lib/CanvasGridCellBase.js +13 -13
  7. package/esm2015/lib/CanvasImageCellPresenter.js +7 -7
  8. package/esm2015/lib/CanvasNumericCellPresenter.js +8 -8
  9. package/esm2015/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  10. package/esm2015/lib/CanvasSummaryCell.js +2 -2
  11. package/esm2015/lib/CanvasSummaryCellPresenter.js +6 -6
  12. package/esm2015/lib/CanvasTemplateCellPresenter.js +2 -2
  13. package/esm2015/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  14. package/esm2015/lib/CanvasTextCellPresenter.js +9 -9
  15. package/esm2015/lib/CanvasTextHeaderCellPresenter.js +7 -7
  16. package/esm2015/lib/CellPresenterBase.js +39 -36
  17. package/esm2015/lib/CheckboxListBridge.js +36 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +417 -412
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8357 -7096
  21. package/esm2015/lib/ColumnGroupingView_combined.js +14 -14
  22. package/esm2015/lib/ColumnOptionsIconAlignment.js +9 -1
  23. package/esm2015/lib/ColumnPinningView_combined.js +13 -13
  24. package/esm2015/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  25. package/esm2015/lib/ContentCellModelHelper.js +10 -10
  26. package/esm2015/lib/DataGridCellLayoutPanel.js +14 -14
  27. package/esm2015/lib/DataGridLocaleEn.js +3 -0
  28. package/esm2015/lib/DataGridScrollerKeyboardListener.js +18 -15
  29. package/esm2015/lib/DataGridToolbarView_combined.js +3 -3
  30. package/esm2015/lib/DateTimeCellPresenter.js +9 -9
  31. package/esm2015/lib/Dragger.js +4 -4
  32. package/esm2015/lib/DraggerView.js +8 -8
  33. package/esm2015/lib/EditorCell.js +291 -291
  34. package/esm2015/lib/EditorCellPresenter.js +26 -26
  35. package/esm2015/lib/FilterCell.js +269 -269
  36. package/esm2015/lib/FilterCellPresenter.js +15 -15
  37. package/esm2015/lib/GridCellBase.js +171 -154
  38. package/esm2015/lib/GridColumnFilterOptionsView_combined.js +15 -15
  39. package/esm2015/lib/GridColumnGroupOptionsView_combined.js +7 -7
  40. package/esm2015/lib/GridColumnHideOptionsView_combined.js +3 -3
  41. package/esm2015/lib/GridColumnMoveOptionsView_combined.js +1 -1
  42. package/esm2015/lib/GridColumnOptionsViewBase_combined.js +2 -2
  43. package/esm2015/lib/GridColumnOptionsView_combined.js +1 -1
  44. package/esm2015/lib/GridColumnPinOptionsView_combined.js +4 -4
  45. package/esm2015/lib/GridColumnSortOptionsView_combined.js +2 -2
  46. package/esm2015/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  47. package/esm2015/lib/GridExpansionIndicatorView_combined.js +5 -5
  48. package/esm2015/lib/GridExternalWrapper.js +12 -6
  49. package/esm2015/lib/GridFilterDialogView_combined.js +367 -261
  50. package/esm2015/lib/GridIconRepository.js +94 -0
  51. package/esm2015/lib/GridSortIndicatorView_combined.js +24 -20
  52. package/esm2015/lib/GridStyleRepository.js +123 -115
  53. package/esm2015/lib/GridStyleRepositoryKeys.js +1 -1
  54. package/esm2015/lib/ICheckboxListView.js +11 -0
  55. package/esm2015/lib/ISummaryChooserView_combined.js +7 -7
  56. package/esm2015/lib/ImageCell.js +57 -57
  57. package/esm2015/lib/ImageCellPresenter.js +15 -15
  58. package/esm2015/lib/MultiColumnComboBoxView_combined.js +14 -14
  59. package/esm2015/lib/NativeUIComboFactory.js +1 -1
  60. package/esm2015/lib/NativeUIGridFactory.js +2 -2
  61. package/esm2015/lib/NumericCell.js +8 -8
  62. package/esm2015/lib/NumericCellPresenter.js +9 -9
  63. package/esm2015/lib/PropertyEditorView_combined.js +23 -23
  64. package/esm2015/lib/SectionHeaderCell.js +22 -10
  65. package/esm2015/lib/SectionHeaderCellPresenter.js +10 -10
  66. package/esm2015/lib/SummaryCell.js +47 -38
  67. package/esm2015/lib/SummaryCellPresenter.js +10 -10
  68. package/esm2015/lib/TemplateCell.js +16 -16
  69. package/esm2015/lib/TemplateCellPresenter.js +3 -3
  70. package/esm2015/lib/TemplateHeader.js +5 -5
  71. package/esm2015/lib/TemplateHeaderCell.js +5 -5
  72. package/esm2015/lib/TemplateHeaderCellModel.js +18 -18
  73. package/esm2015/lib/TemplateHeaderCellPresenter.js +3 -3
  74. package/esm2015/lib/TemplateSectionHeader.js +1 -1
  75. package/esm2015/lib/TextCell.js +29 -29
  76. package/esm2015/lib/TextCellPresenter.js +10 -10
  77. package/esm2015/lib/TextHeaderCell.js +188 -153
  78. package/esm2015/lib/TextHeaderCellPresenter.js +58 -39
  79. package/esm2015/lib/TextIconSetConditionalStyle.js +1 -1
  80. package/esm2015/lib/VerticalSeparatorCell.js +37 -37
  81. package/esm2015/lib/igx-cell-info.js +115 -91
  82. package/esm2015/lib/igx-checkbox-list-component.js +46 -47
  83. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  84. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  85. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  86. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  87. package/esm2015/lib/igx-data-grid-column-component.js +289 -163
  88. package/esm2015/lib/igx-data-grid-component.js +163 -2
  89. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +105 -28
  90. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  91. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  92. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  93. package/esm2015/lib/igx-definition-base-component.js +8 -8
  94. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  95. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  96. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  97. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  98. package/esm2015/lib/igx-header-component.js +16 -16
  99. package/esm2015/lib/igx-image-cell-info.js +6 -6
  100. package/esm2015/lib/igx-image-column-component.js +10 -10
  101. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  102. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  103. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  104. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  106. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  107. package/esm2015/lib/igx-section-header-component.js +55 -17
  108. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  110. package/esm2015/lib/igx-summary-row-component.js +16 -16
  111. package/esm2015/lib/igx-template-cell-info.js +2 -2
  112. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  113. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  114. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  115. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  116. package/esm2015/lib/igx-text-cell-info.js +2 -2
  117. package/esm2015/lib/igx-text-column-component.js +8 -8
  118. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  119. package/esm2015/lib/igx-text-header-cell-info.js +74 -24
  120. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  121. package/esm2015/public_api.js +2 -0
  122. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  123. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  124. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  125. package/esm5/lib/CanvasGridCellBase.js +13 -13
  126. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  127. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  129. package/esm5/lib/CanvasSummaryCell.js +2 -2
  130. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  131. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  132. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  133. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  134. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  135. package/esm5/lib/CellPresenterBase.js +39 -36
  136. package/esm5/lib/CheckboxListBridge.js +36 -36
  137. package/esm5/lib/CheckboxListView_combined.js +400 -395
  138. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  139. package/esm5/lib/ColumnFilterCondition_combined.js +8293 -6823
  140. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  141. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  142. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  143. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  144. package/esm5/lib/ContentCellModelHelper.js +10 -10
  145. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  146. package/esm5/lib/DataGridLocaleEn.js +3 -0
  147. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  148. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  149. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  150. package/esm5/lib/Dragger.js +4 -4
  151. package/esm5/lib/DraggerView.js +8 -8
  152. package/esm5/lib/EditorCell.js +277 -277
  153. package/esm5/lib/EditorCellPresenter.js +26 -26
  154. package/esm5/lib/FilterCell.js +259 -259
  155. package/esm5/lib/FilterCellPresenter.js +15 -15
  156. package/esm5/lib/GridCellBase.js +168 -147
  157. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  158. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  159. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  160. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  161. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  162. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  163. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  164. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  165. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  166. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  167. package/esm5/lib/GridExternalWrapper.js +12 -6
  168. package/esm5/lib/GridFilterDialogView_combined.js +381 -247
  169. package/esm5/lib/GridIconRepository.js +98 -0
  170. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  171. package/esm5/lib/GridStyleRepository.js +127 -115
  172. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  173. package/esm5/lib/ICheckboxListView.js +11 -0
  174. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  175. package/esm5/lib/ImageCell.js +57 -57
  176. package/esm5/lib/ImageCellPresenter.js +15 -15
  177. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  178. package/esm5/lib/NativeUIComboFactory.js +1 -1
  179. package/esm5/lib/NativeUIGridFactory.js +2 -2
  180. package/esm5/lib/NumericCell.js +8 -8
  181. package/esm5/lib/NumericCellPresenter.js +9 -9
  182. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  183. package/esm5/lib/SectionHeaderCell.js +22 -10
  184. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  185. package/esm5/lib/SummaryCell.js +47 -38
  186. package/esm5/lib/SummaryCellPresenter.js +10 -10
  187. package/esm5/lib/TemplateCell.js +16 -16
  188. package/esm5/lib/TemplateCellPresenter.js +3 -3
  189. package/esm5/lib/TemplateHeader.js +5 -5
  190. package/esm5/lib/TemplateHeaderCell.js +5 -5
  191. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  192. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  193. package/esm5/lib/TemplateSectionHeader.js +1 -1
  194. package/esm5/lib/TextCell.js +29 -29
  195. package/esm5/lib/TextCellPresenter.js +10 -10
  196. package/esm5/lib/TextHeaderCell.js +186 -151
  197. package/esm5/lib/TextHeaderCellPresenter.js +58 -39
  198. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  199. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  200. package/esm5/lib/igx-cell-info.js +127 -91
  201. package/esm5/lib/igx-checkbox-list-component.js +46 -47
  202. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  203. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  204. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  205. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  206. package/esm5/lib/igx-data-grid-column-component.js +341 -163
  207. package/esm5/lib/igx-data-grid-component.js +213 -2
  208. package/esm5/lib/igx-data-grid-filter-dialog-component.js +129 -28
  209. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  210. package/esm5/lib/igx-date-time-column-component.js +20 -20
  211. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  212. package/esm5/lib/igx-definition-base-component.js +8 -8
  213. package/esm5/lib/igx-editor-cell-info.js +23 -23
  214. package/esm5/lib/igx-filter-cell-info.js +26 -26
  215. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  216. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-header-component.js +16 -16
  218. package/esm5/lib/igx-image-cell-info.js +6 -6
  219. package/esm5/lib/igx-image-column-component.js +10 -10
  220. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  221. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  222. package/esm5/lib/igx-numeric-column-component.js +47 -31
  223. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  224. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  225. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  226. package/esm5/lib/igx-section-header-component.js +71 -17
  227. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  228. package/esm5/lib/igx-summary-cell-info.js +9 -9
  229. package/esm5/lib/igx-summary-row-component.js +16 -16
  230. package/esm5/lib/igx-template-cell-info.js +2 -2
  231. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  232. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  233. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  235. package/esm5/lib/igx-text-cell-info.js +2 -2
  236. package/esm5/lib/igx-text-column-component.js +8 -8
  237. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-text-header-cell-info.js +98 -24
  239. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  240. package/esm5/public_api.js +2 -0
  241. package/fesm2015/igniteui-angular-data-grids.js +15287 -13172
  242. package/fesm5/igniteui-angular-data-grids.js +15844 -13296
  243. package/lib/CheckboxListView_combined.d.ts +104 -104
  244. package/lib/ColumnFilterCondition_combined.d.ts +1817 -1681
  245. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  246. package/lib/DataGridLocaleEn.d.ts +3 -0
  247. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  248. package/lib/EditorCell.d.ts +67 -67
  249. package/lib/FilterCell.d.ts +55 -55
  250. package/lib/GridCellBase.d.ts +64 -61
  251. package/lib/GridExternalWrapper.d.ts +2 -0
  252. package/lib/GridFilterDialogView_combined.d.ts +100 -80
  253. package/lib/GridIconRepository.d.ts +44 -0
  254. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  255. package/lib/GridStyleRepository.d.ts +3 -2
  256. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  257. package/lib/ICheckboxListView.d.ts +38 -0
  258. package/lib/ImageCell.d.ts +17 -17
  259. package/lib/NumericCell.d.ts +2 -2
  260. package/lib/SectionHeaderCell.d.ts +5 -3
  261. package/lib/SummaryCell.d.ts +11 -9
  262. package/lib/TemplateCell.d.ts +5 -5
  263. package/lib/TemplateHeader.d.ts +1 -1
  264. package/lib/TemplateHeaderCell.d.ts +2 -2
  265. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  266. package/lib/TemplateSectionHeader.d.ts +1 -1
  267. package/lib/TextCell.d.ts +7 -7
  268. package/lib/TextHeaderCell.d.ts +30 -30
  269. package/lib/VerticalSeparatorCell.d.ts +8 -8
  270. package/lib/igx-cell-info.d.ts +15 -0
  271. package/lib/igx-data-grid-column-component.d.ts +42 -1
  272. package/lib/igx-data-grid-component.d.ts +61 -1
  273. package/lib/igx-data-grid-filter-dialog-component.d.ts +32 -1
  274. package/lib/igx-numeric-cell-info.d.ts +6 -0
  275. package/lib/igx-numeric-column-component.d.ts +8 -1
  276. package/lib/igx-section-header-component.d.ts +15 -1
  277. package/lib/igx-text-header-cell-info.d.ts +16 -0
  278. package/package.json +4 -4
  279. package/public_api.d.ts +2 -0
@@ -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.fo) || a.bc(CellModel.h4)) {
32
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
33
33
  var c = Math.min(1, Math.max(0, a.c7));
34
34
  var d = a.cs * (1 - c);
35
- this.d.d0 = d;
35
+ this.d.d3 = d;
36
36
  }
37
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
38
- this.e(b.n8, b.n1);
37
+ if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
38
+ this.e(b.oh, b.oa);
39
39
  }
40
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
41
- this.f(b.n3, b.g, b.i);
40
+ if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
41
+ this.f(b.oc, b.g, b.i);
42
42
  }
43
- if (b.bc(ImageCellModel.hk)) {
43
+ if (b.bc(ImageCellModel.hn)) {
44
44
  if (a.u == 1) {
45
- this.d.d5();
45
+ this.d.d8();
46
46
  }
47
47
  else if (a.u == 2) {
48
- this.e(b.n8, b.n1);
48
+ this.e(b.oh, b.oa);
49
49
  }
50
50
  }
51
51
  }
52
52
  };
53
53
  ImageCellPresenter.prototype.f = function (a, b, c) {
54
- this.d.eb(a);
54
+ this.d.ee(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.d8(a, 4);
62
+ this.d.eb(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.d8(d, 2);
69
+ this.d.eb(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.d8(e, 1);
76
+ this.d.eb(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.d8(f, 1);
83
+ this.d.eb(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.d8(g, 3);
90
+ this.d.eb(g, 3);
91
91
  }
92
92
  };
93
93
  ImageCellPresenter.$t = markType(ImageCellPresenter, 'ImageCellPresenter', CellPresenterBase.$);
@@ -136,8 +136,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
136
136
  return;
137
137
  }
138
138
  this.p = false;
139
- if (b.g4 != a) {
140
- b.g4 = a;
139
+ if (b.g5 != a) {
140
+ b.g5 = a;
141
141
  this.p = true;
142
142
  }
143
143
  else {
@@ -156,9 +156,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
156
156
  this.co();
157
157
  var b = this.g.p();
158
158
  if (null != b) {
159
- var c = b.g4;
159
+ var c = b.g5;
160
160
  if (null != c) {
161
- b.g4 = null;
161
+ b.g5 = null;
162
162
  }
163
163
  }
164
164
  };
@@ -642,7 +642,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
642
642
  }
643
643
  this.w = true;
644
644
  if (stringIsNullOrEmpty(this.au)) {
645
- if (null != a.g4) {
645
+ if (null != a.g5) {
646
646
  this.aw(null);
647
647
  }
648
648
  else {
@@ -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.mw();
715
+ e = g.no();
716
716
  }
717
717
  d.d = e;
718
718
  d.b = a;
@@ -767,8 +767,8 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
767
767
  this.l.y = a.av;
768
768
  }
769
769
  if (null != this.am) {
770
- NativeUI.q(this.am, a.hs);
771
- NativeUI.m(this.am, a.hr);
770
+ NativeUI.r(this.am, a.hs);
771
+ NativeUI.n(this.am, a.hr);
772
772
  if (null != a.aw) {
773
773
  this.am.setStyleProperty("font", a.aw.fontString);
774
774
  }
@@ -839,9 +839,9 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
839
839
  this.au = null;
840
840
  var a = this.g.p();
841
841
  if (null != a) {
842
- var b = a.g4;
842
+ var b = a.g5;
843
843
  if (null != b) {
844
- a.g4 = null;
844
+ a.g5 = null;
845
845
  }
846
846
  else {
847
847
  this.cw();
@@ -879,7 +879,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
879
879
  _this.d.isColumnOptionsEnabled = false;
880
880
  _this.d.isActiveCellStyleEnabled = false;
881
881
  _this.d.cornerRadius = new CornerRadius(0, 0);
882
- _this.d.i1 = false;
882
+ _this.d.i8 = false;
883
883
  var b = _this.d;
884
884
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(_this, _this.a7));
885
885
  var c = _this.d;
@@ -1170,7 +1170,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1170
1170
  }
1171
1171
  var k = this.e.activeCell;
1172
1172
  if (null != j.activeCell) {
1173
- this.d.ko(false, false);
1173
+ this.d.kv(false, false);
1174
1174
  b.preventDefault();
1175
1175
  }
1176
1176
  else {
@@ -1197,7 +1197,7 @@ var MultiColumnComboBoxView = /** @class */ /*@__PURE__*/ (function (_super) {
1197
1197
  }
1198
1198
  var o = this.e.activeCell;
1199
1199
  if (null != n.activeCell) {
1200
- this.d.k1(false, false);
1200
+ this.d.k8(false, false);
1201
1201
  b.preventDefault();
1202
1202
  }
1203
1203
  else {
@@ -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.mr, a)) {
2779
+ if (0 == StringComparer.b.compare(d.nj, a)) {
2780
2780
  return d;
2781
2781
  }
2782
2782
  }
@@ -29,7 +29,7 @@ var NativeUIComboFactory = /** @class */ /*@__PURE__*/ (function (_super) {
29
29
  configurable: true
30
30
  });
31
31
  NativeUIComboFactory.register = function () {
32
- NativeUIComponent.as(NativeUIComboFactory.instance);
32
+ NativeUIComponent.at(NativeUIComboFactory.instance);
33
33
  };
34
34
  Object.defineProperty(NativeUIComboFactory.prototype, "flavor", {
35
35
  get: function () {
@@ -31,7 +31,7 @@ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
31
31
  configurable: true
32
32
  });
33
33
  NativeUIGridFactory.register = function () {
34
- NativeUIComponent.as(NativeUIGridFactory.instance);
34
+ NativeUIComponent.at(NativeUIGridFactory.instance);
35
35
  };
36
36
  Object.defineProperty(NativeUIGridFactory.prototype, "flavor", {
37
37
  get: function () {
@@ -68,7 +68,7 @@ var NativeUIGridFactory = /** @class */ /*@__PURE__*/ (function (_super) {
68
68
  var f = (comp_.i);
69
69
  var g = new CheckboxListBridge(f);
70
70
  var h = new NativeUICheckboxList();
71
- h.an = d;
71
+ h.ao = d;
72
72
  h.d = g;
73
73
  b(h);
74
74
  }, false);
@@ -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.c2(_this.dx, 2);
18
- _this.db(_this.dx, 1);
17
+ _this.c3(_this.d0, 2);
18
+ _this.dc(_this.d0, 1);
19
19
  return _this;
20
20
  }
21
- NumericCell.prototype.ck = function (a, b, c) {
22
- _super.prototype.ck.call(this, a, b, c);
21
+ NumericCell.prototype.cl = function (a, b, c) {
22
+ _super.prototype.cl.call(this, a, b, c);
23
23
  if (a == "Indent" || a == "IsCollapsable") {
24
- this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
24
+ this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
25
25
  }
26
26
  };
27
- NumericCell.prototype.b8 = function () {
28
- _super.prototype.b8.call(this);
29
- this.dh(2, 1);
27
+ NumericCell.prototype.b9 = function () {
28
+ _super.prototype.b9.call(this);
29
+ this.di(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.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
33
- b.kx = this.e(b);
34
- this.d.c8(this.d.dx, b.kx);
32
+ if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
33
+ b.k1 = this.e(b);
34
+ this.d.c9(this.d.d0, b.k1);
35
35
  }
36
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
36
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
37
37
  }
38
38
  };
39
39
  NumericCellPresenter.prototype.e = function (a) {
40
- if (a.lt != null) {
41
- return a.lt;
40
+ if (a.ly != null) {
41
+ return a.ly;
42
42
  }
43
- if (a.ov != null) {
44
- var val_ = a.n9;
45
- var override_ = a.ov;
43
+ if (a.o7 != null) {
44
+ var val_ = a.ok;
45
+ var override_ = a.o7;
46
46
  return (override_.format(val_));
47
47
  }
48
48
  return NumericCellFormatter.c(a);
@@ -114,8 +114,8 @@ var PropertyEditorView = /** @class */ /*@__PURE__*/ (function (_super) {
114
114
  }
115
115
  var b = a.rootWrapper;
116
116
  if (null != b) {
117
- NativeUI.q(b, this.b.ec);
118
- NativeUI.m(b, this.b.d8);
117
+ NativeUI.r(b, this.b.ec);
118
+ NativeUI.n(b, this.b.d8);
119
119
  }
120
120
  };
121
121
  PropertyEditorView.prototype.e = function () {
@@ -836,15 +836,15 @@ var PropertyEditor = /** @class */ /*@__PURE__*/ (function (_super) {
836
836
  }
837
837
  else {
838
838
  var a = new TextColumn();
839
- a.k7 = 10;
840
- a.k8 = 5;
841
- a.mr = "PropertyPath";
839
+ a.lm = 10;
840
+ a.ln = 5;
841
+ a.nj = "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.mr = "ValueType";
846
- b.k7 = 5;
847
- b.k8 = 5;
845
+ b.nj = "ValueType";
846
+ b.lm = 5;
847
+ b.ln = 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.k7 = 10;
928
- s.k8 = 5;
927
+ s.lm = 10;
928
+ s.ln = 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.ni = "PropertyName_" + k;
937
- s.mr = "PropertyName";
936
+ s.ob = "PropertyName_" + k;
937
+ s.nj = "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.ni = "ValueType_" + k;
975
- v.mr = "ValueType";
976
- v.k7 = 5;
977
- v.k8 = 5;
974
+ v.ob = "ValueType_" + k;
975
+ v.nj = "ValueType";
976
+ v.lm = 5;
977
+ v.ln = 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.fp, b.rowObject);
1071
+ var d = this.s(c, b.cellInfo.fq, 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.fp, b.rowObject);
1076
+ var d = this.s(c, b.cellInfo.fq, 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.fp, b.cellInfo.ig);
1193
+ var d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
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.fp, b.cellInfo.ig);
1291
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
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.s != 3) {
1304
1304
  c.s = 3;
1305
1305
  }
1306
- var e = _this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1306
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1307
1307
  c.ee = 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.fp, b.cellInfo.ig);
1324
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
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.fp, b.cellInfo.ig);
1596
+ var e = _this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1597
1597
  var f = e.ar;
1598
1598
  if (f == null) {
1599
1599
  f = false;
@@ -14,37 +14,49 @@ var SectionHeaderCell = /** @class */ /*@__PURE__*/ (function (_super) {
14
14
  __extends(SectionHeaderCell, _super);
15
15
  function SectionHeaderCell(a) {
16
16
  var _this = _super.call(this, a) || this;
17
- _this.dw = null;
18
- _this.dw = a.createElement("span");
17
+ _this.dz = null;
18
+ _this.dz = a.createElement("span");
19
+ _this.dz.setRawStyleProperty("display", "inline-block");
20
+ _this.dz.setRawStyleProperty("line-height", "normal");
21
+ _this.dz.setRawStyleProperty("vertical-align", "middle");
22
+ _this.dz.setRawStyleProperty("overflow", "hidden");
23
+ _this.dz.setRawStyleProperty("white-space", "nowrap");
24
+ _this.dz.setRawStyleProperty("text-overflow", "ellipsis");
19
25
  _this.ar.setRawStyleProperty("text-align", "left");
20
26
  _this.ar.setRawStyleProperty("vertical-align", "middle");
21
27
  _this.ar.setRawStyleProperty("overflow", "hidden");
22
28
  _this.ar.setRawStyleProperty("white-space", "nowrap");
23
29
  _this.ar.setRawStyleProperty("text-overflow", "ellipsis");
24
- _this.ar.append(_this.dw);
30
+ _this.ar.append(_this.dz);
25
31
  return _this;
26
32
  }
27
- Object.defineProperty(SectionHeaderCell.prototype, "dx", {
33
+ Object.defineProperty(SectionHeaderCell.prototype, "d0", {
28
34
  get: function () {
29
- return this.dw;
35
+ return this.dz;
30
36
  },
31
37
  enumerable: false,
32
38
  configurable: true
33
39
  });
40
+ SectionHeaderCell.prototype.c1 = function (a, b) {
41
+ _super.prototype.c1.call(this, a, b);
42
+ if (a == this.dz) {
43
+ this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
44
+ }
45
+ };
34
46
  SectionHeaderCell.prototype.get_ae = function () {
35
47
  return true;
36
48
  };
37
- SectionHeaderCell.prototype.ck = function (a, b, c) {
38
- _super.prototype.ck.call(this, a, b, c);
49
+ SectionHeaderCell.prototype.cl = function (a, b, c) {
50
+ _super.prototype.cl.call(this, a, b, c);
39
51
  if (a == "Indent") {
40
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
52
+ this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
41
53
  }
42
54
  if (a == "IsCollapsable") {
43
55
  if (this.aa) {
44
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
56
+ this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
45
57
  }
46
58
  else {
47
- this.dw.setRawStyleProperty("margin-left", "0px");
59
+ this.dz.setRawStyleProperty("margin-left", "0px");
48
60
  }
49
61
  }
50
62
  };
@@ -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.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 = "";
31
+ if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh) || a.bc(SectionHeaderCellModel.og) || a.bc(SectionHeaderCellModel.oj)) {
32
+ if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
33
+ if (b.ii == null) {
34
+ b.k1 = "";
35
35
  }
36
36
  else {
37
- b.kx = b.ie.toString();
37
+ b.k1 = b.ii.toString();
38
38
  }
39
39
  }
40
40
  else {
41
- if (b.oe != null && b.n5 == 0) {
42
- b.kx = b.og + "    " + b.oe;
41
+ if (b.on != null && b.oe == 0) {
42
+ b.k1 = b.op + "    " + b.on;
43
43
  }
44
44
  else {
45
- b.kx = b.og;
45
+ b.k1 = b.op;
46
46
  }
47
47
  }
48
- this.d.c8(this.d.dx, b.kx);
48
+ this.d.c9(this.d.d0, b.k1);
49
49
  }
50
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
50
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
51
51
  }
52
52
  };
53
53
  SectionHeaderCellPresenter.$t = markType(SectionHeaderCellPresenter, 'SectionHeaderCellPresenter', CellPresenterBase.$);
@@ -14,68 +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.dw = null;
18
- _this.dx = null;
19
- _this.dy = null;
20
- _this.d2 = -1;
21
- _this.d1 = -1;
17
+ _this.dz = null;
18
+ _this.d0 = null;
19
+ _this.d1 = null;
20
+ _this.d5 = -1;
21
+ _this.d4 = -1;
22
22
  _this.ar.setRawStyleProperty("vertical-align", "middle");
23
- _this.dy = a.createElement("div");
24
- _this.dw = a.createElement("span");
25
- _this.dw.setRawStyleProperty("display", "inline-block");
26
- _this.dw.setRawStyleProperty("width", "40%");
27
- _this.dw.setRawStyleProperty("white-space", "nowrap");
28
- _this.dw.setRawStyleProperty("text-overflow", "ellipsis");
29
- _this.dw.setRawStyleProperty("vertical-align", "middle");
30
- _this.dw.setRawStyleProperty("overflow", "hidden");
31
- _this.dy.append(_this.dw);
32
- _this.dx = a.createElement("span");
33
- _this.dx.setRawStyleProperty("display", "inline-block");
34
- _this.dx.setRawStyleProperty("width", "60%");
35
- _this.dx.setRawStyleProperty("text-align", "right");
36
- _this.dx.setRawStyleProperty("white-space", "nowrap");
37
- _this.dx.setRawStyleProperty("text-overflow", "ellipsis");
38
- _this.dx.setRawStyleProperty("vertical-align", "middle");
39
- _this.dx.setRawStyleProperty("overflow", "hidden");
40
- _this.dy.append(_this.dx);
41
- _this.ar.append(_this.dy);
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);
42
42
  return _this;
43
43
  }
44
- Object.defineProperty(SummaryCell.prototype, "dz", {
44
+ Object.defineProperty(SummaryCell.prototype, "d2", {
45
45
  get: function () {
46
- return this.dw;
46
+ return this.dz;
47
47
  },
48
48
  enumerable: false,
49
49
  configurable: true
50
50
  });
51
- Object.defineProperty(SummaryCell.prototype, "d0", {
51
+ Object.defineProperty(SummaryCell.prototype, "d3", {
52
52
  get: function () {
53
- return this.dx;
53
+ return this.d0;
54
54
  },
55
55
  enumerable: false,
56
56
  configurable: true
57
57
  });
58
- SummaryCell.prototype.dc = function (a, b) {
59
- _super.prototype.dc.call(this, a, b);
58
+ SummaryCell.prototype.dd = function (a, b) {
59
+ _super.prototype.dd.call(this, a, b);
60
60
  var c = Math.max(0, a - b);
61
- if (this.d2 != c) {
62
- this.d2 = c;
61
+ if (this.d5 != c) {
62
+ this.d5 = c;
63
+ }
64
+ };
65
+ SummaryCell.prototype.c2 = function (a, b) {
66
+ _super.prototype.c2.call(this, a, b);
67
+ var c = Math.max(0, a - b);
68
+ if (this.d4 != c) {
69
+ this.d4 = c;
63
70
  }
64
71
  };
65
72
  SummaryCell.prototype.c1 = function (a, b) {
66
73
  _super.prototype.c1.call(this, a, b);
67
- var c = Math.max(0, a - b);
68
- if (this.d1 != c) {
69
- this.d1 = c;
74
+ if (a == this.dz) {
75
+ this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
76
+ }
77
+ else if (a == this.d0) {
78
+ this.d0.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
70
79
  }
71
80
  };
72
81
  SummaryCell.prototype.get_ae = function () {
73
82
  return false;
74
83
  };
75
- SummaryCell.prototype.ck = function (a, b, c) {
76
- _super.prototype.ck.call(this, a, b, c);
84
+ SummaryCell.prototype.cl = function (a, b, c) {
85
+ _super.prototype.cl.call(this, a, b, c);
77
86
  if (a == "Indent" || a == "IsCollapsable") {
78
- this.dy.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
87
+ this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
79
88
  }
80
89
  };
81
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.dz, this.a);
32
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
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);
33
33
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
34
- if (b.n8 != null) {
35
- this.d.c8(this.d.dz, b.n8);
34
+ if (b.oh != null) {
35
+ this.d.c9(this.d.d2, b.oh);
36
36
  }
37
- if (b.oa != null) {
38
- this.d.c8(this.d.d0, b.oa);
37
+ if (b.oj != null) {
38
+ this.d.c9(this.d.d3, b.oj);
39
39
  }
40
40
  }
41
41
  if (a.bb("SummaryLabelTextColor")) {
42
- this.d.dz.setRawStyleProperty("color", b.of._fill);
42
+ this.d.d2.setRawStyleProperty("color", b.oo._fill);
43
43
  }
44
- if (a.bb("SummaryLabelFontInfo")) {
45
- var c = b.n1;
44
+ if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
45
+ var c = b.oa;
46
46
  if (c == null) {
47
47
  c = FontUtil.getDefaultFont(this.a.am);
48
48
  }
49
- this.d.dz.setRawStyleProperty("font", c.fontString);
49
+ this.d.d2.setRawStyleProperty("font", c.fontString);
50
50
  }
51
51
  }
52
52
  };