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

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 (287) hide show
  1. package/bundles/igniteui-angular-data-grids.umd.js +16132 -13283
  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 +44 -36
  18. package/esm2015/lib/CheckboxListView_combined.js +492 -453
  19. package/esm2015/lib/ColumnChooserView_combined.js +13 -13
  20. package/esm2015/lib/ColumnFilterCondition_combined.js +8444 -7075
  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 +11 -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 +382 -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 +61 -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 +64 -54
  83. package/esm2015/lib/igx-column-chooser-component.js +1 -1
  84. package/esm2015/lib/igx-column-moving-separator-component.js +6 -6
  85. package/esm2015/lib/igx-column-pinning-component.js +1 -1
  86. package/esm2015/lib/igx-column-resizing-separator-component.js +4 -4
  87. package/esm2015/lib/igx-combo-box-column-component.js +10 -10
  88. package/esm2015/lib/igx-data-binding-event-args.js +27 -22
  89. package/esm2015/lib/igx-data-grid-column-component.js +305 -163
  90. package/esm2015/lib/igx-data-grid-component.js +186 -2
  91. package/esm2015/lib/igx-data-grid-filter-dialog-component.js +116 -28
  92. package/esm2015/lib/igx-date-time-cell-info.js +12 -12
  93. package/esm2015/lib/igx-date-time-column-component.js +20 -20
  94. package/esm2015/lib/igx-date-time-column-dynamic-module.js +2 -0
  95. package/esm2015/lib/igx-definition-base-component.js +8 -8
  96. package/esm2015/lib/igx-editor-cell-info.js +23 -23
  97. package/esm2015/lib/igx-filter-cell-info.js +26 -26
  98. package/esm2015/lib/igx-filter-row-definition-component.js +8 -8
  99. package/esm2015/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  100. package/esm2015/lib/igx-grid-column-filter-options-component.js +1 -1
  101. package/esm2015/lib/igx-header-component.js +16 -16
  102. package/esm2015/lib/igx-image-cell-info.js +6 -6
  103. package/esm2015/lib/igx-image-column-component.js +10 -10
  104. package/esm2015/lib/igx-image-column-dynamic-module.js +2 -0
  105. package/esm2015/lib/igx-numeric-cell-info.js +35 -26
  106. package/esm2015/lib/igx-numeric-column-component.js +43 -31
  107. package/esm2015/lib/igx-numeric-column-dynamic-module.js +2 -0
  108. package/esm2015/lib/igx-row-separator-dynamic-module.js +2 -0
  109. package/esm2015/lib/igx-section-header-cell-info.js +6 -6
  110. package/esm2015/lib/igx-section-header-component.js +55 -17
  111. package/esm2015/lib/igx-section-header-dynamic-module.js +2 -0
  112. package/esm2015/lib/igx-summary-cell-info.js +9 -9
  113. package/esm2015/lib/igx-summary-row-component.js +16 -16
  114. package/esm2015/lib/igx-template-cell-info.js +2 -2
  115. package/esm2015/lib/igx-template-column-dynamic-module.js +2 -0
  116. package/esm2015/lib/igx-template-header-cell-info.js +2 -2
  117. package/esm2015/lib/igx-template-header-dynamic-module.js +2 -0
  118. package/esm2015/lib/igx-template-section-header-dynamic-module.js +4 -0
  119. package/esm2015/lib/igx-text-cell-info.js +2 -2
  120. package/esm2015/lib/igx-text-column-component.js +8 -8
  121. package/esm2015/lib/igx-text-column-dynamic-module.js +2 -0
  122. package/esm2015/lib/igx-text-header-cell-info.js +80 -24
  123. package/esm2015/lib/igx-text-header-dynamic-module.js +2 -0
  124. package/esm2015/public_api.js +2 -0
  125. package/esm5/lib/CanvasCellPresenterBase.js +4 -4
  126. package/esm5/lib/CanvasContentCellModelHelper.js +5 -5
  127. package/esm5/lib/CanvasDateTimeCellPresenter.js +8 -8
  128. package/esm5/lib/CanvasGridCellBase.js +13 -13
  129. package/esm5/lib/CanvasImageCellPresenter.js +7 -7
  130. package/esm5/lib/CanvasNumericCellPresenter.js +8 -8
  131. package/esm5/lib/CanvasSectionHeaderCellPresenter.js +9 -9
  132. package/esm5/lib/CanvasSummaryCell.js +2 -2
  133. package/esm5/lib/CanvasSummaryCellPresenter.js +6 -6
  134. package/esm5/lib/CanvasTemplateCellPresenter.js +2 -2
  135. package/esm5/lib/CanvasTemplateHeaderCellPresenter.js +2 -2
  136. package/esm5/lib/CanvasTextCellPresenter.js +9 -9
  137. package/esm5/lib/CanvasTextHeaderCellPresenter.js +7 -7
  138. package/esm5/lib/CellPresenterBase.js +39 -36
  139. package/esm5/lib/CheckboxListBridge.js +44 -36
  140. package/esm5/lib/CheckboxListView_combined.js +476 -433
  141. package/esm5/lib/ColumnChooserView_combined.js +13 -13
  142. package/esm5/lib/ColumnFilterCondition_combined.js +8422 -6824
  143. package/esm5/lib/ColumnGroupingView_combined.js +14 -14
  144. package/esm5/lib/ColumnOptionsIconAlignment.js +9 -1
  145. package/esm5/lib/ColumnPinningView_combined.js +13 -13
  146. package/esm5/lib/ComparisonOperatorSelectorView_combined.js +8 -8
  147. package/esm5/lib/ContentCellModelHelper.js +10 -10
  148. package/esm5/lib/DataGridCellLayoutPanel.js +14 -14
  149. package/esm5/lib/DataGridLocaleEn.js +11 -0
  150. package/esm5/lib/DataGridScrollerKeyboardListener.js +18 -15
  151. package/esm5/lib/DataGridToolbarView_combined.js +3 -3
  152. package/esm5/lib/DateTimeCellPresenter.js +9 -9
  153. package/esm5/lib/Dragger.js +4 -4
  154. package/esm5/lib/DraggerView.js +8 -8
  155. package/esm5/lib/EditorCell.js +277 -277
  156. package/esm5/lib/EditorCellPresenter.js +26 -26
  157. package/esm5/lib/FilterCell.js +259 -259
  158. package/esm5/lib/FilterCellPresenter.js +15 -15
  159. package/esm5/lib/GridCellBase.js +168 -147
  160. package/esm5/lib/GridColumnFilterOptionsView_combined.js +15 -15
  161. package/esm5/lib/GridColumnGroupOptionsView_combined.js +7 -7
  162. package/esm5/lib/GridColumnHideOptionsView_combined.js +3 -3
  163. package/esm5/lib/GridColumnMoveOptionsView_combined.js +1 -1
  164. package/esm5/lib/GridColumnOptionsViewBase_combined.js +2 -2
  165. package/esm5/lib/GridColumnOptionsView_combined.js +1 -1
  166. package/esm5/lib/GridColumnPinOptionsView_combined.js +4 -4
  167. package/esm5/lib/GridColumnSortOptionsView_combined.js +2 -2
  168. package/esm5/lib/GridColumnSummaryOptionsView_combined.js +7 -7
  169. package/esm5/lib/GridExpansionIndicatorView_combined.js +5 -5
  170. package/esm5/lib/GridExternalWrapper.js +12 -6
  171. package/esm5/lib/GridFilterDialogView_combined.js +400 -247
  172. package/esm5/lib/GridIconRepository.js +98 -0
  173. package/esm5/lib/GridSortIndicatorView_combined.js +24 -20
  174. package/esm5/lib/GridStyleRepository.js +127 -115
  175. package/esm5/lib/GridStyleRepositoryKeys.js +1 -1
  176. package/esm5/lib/ICheckboxListView.js +11 -0
  177. package/esm5/lib/ISummaryChooserView_combined.js +7 -7
  178. package/esm5/lib/ImageCell.js +57 -57
  179. package/esm5/lib/ImageCellPresenter.js +15 -15
  180. package/esm5/lib/MultiColumnComboBoxView_combined.js +14 -14
  181. package/esm5/lib/NativeUIComboFactory.js +1 -1
  182. package/esm5/lib/NativeUIGridFactory.js +2 -2
  183. package/esm5/lib/NumericCell.js +8 -8
  184. package/esm5/lib/NumericCellPresenter.js +9 -9
  185. package/esm5/lib/PropertyEditorView_combined.js +23 -23
  186. package/esm5/lib/SectionHeaderCell.js +22 -10
  187. package/esm5/lib/SectionHeaderCellPresenter.js +10 -10
  188. package/esm5/lib/SummaryCell.js +47 -38
  189. package/esm5/lib/SummaryCellPresenter.js +10 -10
  190. package/esm5/lib/TemplateCell.js +16 -16
  191. package/esm5/lib/TemplateCellPresenter.js +3 -3
  192. package/esm5/lib/TemplateHeader.js +5 -5
  193. package/esm5/lib/TemplateHeaderCell.js +5 -5
  194. package/esm5/lib/TemplateHeaderCellModel.js +17 -17
  195. package/esm5/lib/TemplateHeaderCellPresenter.js +3 -3
  196. package/esm5/lib/TemplateSectionHeader.js +1 -1
  197. package/esm5/lib/TextCell.js +29 -29
  198. package/esm5/lib/TextCellPresenter.js +10 -10
  199. package/esm5/lib/TextHeaderCell.js +186 -151
  200. package/esm5/lib/TextHeaderCellPresenter.js +61 -39
  201. package/esm5/lib/TextIconSetConditionalStyle.js +1 -1
  202. package/esm5/lib/VerticalSeparatorCell.js +37 -37
  203. package/esm5/lib/igx-cell-info.js +127 -91
  204. package/esm5/lib/igx-checkbox-list-component.js +67 -53
  205. package/esm5/lib/igx-column-chooser-component.js +1 -1
  206. package/esm5/lib/igx-column-moving-separator-component.js +6 -6
  207. package/esm5/lib/igx-column-pinning-component.js +1 -1
  208. package/esm5/lib/igx-column-resizing-separator-component.js +4 -4
  209. package/esm5/lib/igx-combo-box-column-component.js +10 -10
  210. package/esm5/lib/igx-data-binding-event-args.js +27 -22
  211. package/esm5/lib/igx-data-grid-column-component.js +365 -163
  212. package/esm5/lib/igx-data-grid-component.js +244 -2
  213. package/esm5/lib/igx-data-grid-filter-dialog-component.js +144 -28
  214. package/esm5/lib/igx-date-time-cell-info.js +12 -12
  215. package/esm5/lib/igx-date-time-column-component.js +20 -20
  216. package/esm5/lib/igx-date-time-column-dynamic-module.js +2 -0
  217. package/esm5/lib/igx-definition-base-component.js +8 -8
  218. package/esm5/lib/igx-editor-cell-info.js +23 -23
  219. package/esm5/lib/igx-filter-cell-info.js +26 -26
  220. package/esm5/lib/igx-filter-row-definition-component.js +8 -8
  221. package/esm5/lib/igx-filter-row-definition-dynamic-module.js +2 -0
  222. package/esm5/lib/igx-grid-column-filter-options-component.js +1 -1
  223. package/esm5/lib/igx-header-component.js +16 -16
  224. package/esm5/lib/igx-image-cell-info.js +6 -6
  225. package/esm5/lib/igx-image-column-component.js +10 -10
  226. package/esm5/lib/igx-image-column-dynamic-module.js +2 -0
  227. package/esm5/lib/igx-numeric-cell-info.js +39 -26
  228. package/esm5/lib/igx-numeric-column-component.js +47 -31
  229. package/esm5/lib/igx-numeric-column-dynamic-module.js +2 -0
  230. package/esm5/lib/igx-row-separator-dynamic-module.js +2 -0
  231. package/esm5/lib/igx-section-header-cell-info.js +6 -6
  232. package/esm5/lib/igx-section-header-component.js +71 -17
  233. package/esm5/lib/igx-section-header-dynamic-module.js +2 -0
  234. package/esm5/lib/igx-summary-cell-info.js +9 -9
  235. package/esm5/lib/igx-summary-row-component.js +16 -16
  236. package/esm5/lib/igx-template-cell-info.js +2 -2
  237. package/esm5/lib/igx-template-column-dynamic-module.js +2 -0
  238. package/esm5/lib/igx-template-header-cell-info.js +2 -2
  239. package/esm5/lib/igx-template-header-dynamic-module.js +2 -0
  240. package/esm5/lib/igx-template-section-header-dynamic-module.js +4 -0
  241. package/esm5/lib/igx-text-cell-info.js +2 -2
  242. package/esm5/lib/igx-text-column-component.js +8 -8
  243. package/esm5/lib/igx-text-column-dynamic-module.js +2 -0
  244. package/esm5/lib/igx-text-header-cell-info.js +108 -24
  245. package/esm5/lib/igx-text-header-dynamic-module.js +2 -0
  246. package/esm5/public_api.js +2 -0
  247. package/fesm2015/igniteui-angular-data-grids.js +16030 -13672
  248. package/fesm5/igniteui-angular-data-grids.js +16132 -13285
  249. package/lib/CheckboxListExternal.d.ts +2 -0
  250. package/lib/CheckboxListView_combined.d.ts +117 -113
  251. package/lib/ColumnFilterCondition_combined.d.ts +1833 -1680
  252. package/lib/ColumnOptionsIconAlignment.d.ts +9 -1
  253. package/lib/DataGridLocaleEn.d.ts +11 -0
  254. package/lib/DataGridScrollerKeyboardListener.d.ts +1 -0
  255. package/lib/EditorCell.d.ts +67 -67
  256. package/lib/FilterCell.d.ts +55 -55
  257. package/lib/GridCellBase.d.ts +64 -61
  258. package/lib/GridExternalWrapper.d.ts +2 -0
  259. package/lib/GridFilterDialogView_combined.d.ts +102 -79
  260. package/lib/GridIconRepository.d.ts +44 -0
  261. package/lib/GridSortIndicatorView_combined.d.ts +5 -4
  262. package/lib/GridStyleRepository.d.ts +3 -2
  263. package/lib/GridStyleRepositoryKeys.d.ts +28 -27
  264. package/lib/ICheckboxListView.d.ts +38 -0
  265. package/lib/ImageCell.d.ts +17 -17
  266. package/lib/NumericCell.d.ts +2 -2
  267. package/lib/SectionHeaderCell.d.ts +5 -3
  268. package/lib/SummaryCell.d.ts +11 -9
  269. package/lib/TemplateCell.d.ts +5 -5
  270. package/lib/TemplateHeader.d.ts +1 -1
  271. package/lib/TemplateHeaderCell.d.ts +2 -2
  272. package/lib/TemplateHeaderCellModel.d.ts +7 -7
  273. package/lib/TemplateSectionHeader.d.ts +1 -1
  274. package/lib/TextCell.d.ts +7 -7
  275. package/lib/TextHeaderCell.d.ts +30 -30
  276. package/lib/VerticalSeparatorCell.d.ts +8 -8
  277. package/lib/igx-cell-info.d.ts +15 -0
  278. package/lib/igx-checkbox-list-component.d.ts +6 -1
  279. package/lib/igx-data-grid-column-component.d.ts +46 -1
  280. package/lib/igx-data-grid-component.d.ts +73 -1
  281. package/lib/igx-data-grid-filter-dialog-component.d.ts +37 -1
  282. package/lib/igx-numeric-cell-info.d.ts +6 -0
  283. package/lib/igx-numeric-column-component.d.ts +8 -1
  284. package/lib/igx-section-header-component.d.ts +15 -1
  285. package/lib/igx-text-header-cell-info.d.ts +18 -0
  286. package/package.json +4 -4
  287. package/public_api.d.ts +2 -0
@@ -24,29 +24,29 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(CellModel.fo) || a.bc(CellModel.h4)) {
27
+ if (a.bc(CellModel.fp) || a.bc(CellModel.h7)) {
28
28
  let c = Math.min(1, Math.max(0, a.c7));
29
29
  let d = a.cs * (1 - c);
30
- this.d.d0 = d;
30
+ this.d.d3 = d;
31
31
  }
32
- if (b.bc(ImageCellModel.n4) || b.bc(ImageCellModel.n5)) {
33
- this.e(b.n8, b.n1);
32
+ if (b.bc(ImageCellModel.od) || b.bc(ImageCellModel.oe)) {
33
+ this.e(b.oh, b.oa);
34
34
  }
35
- if (b.bc(ImageCellModel.n6) || b.bc(ImageCellModel.ga) || b.bc(ImageCellModel.h3)) {
36
- this.f(b.n3, b.g, b.i);
35
+ if (b.bc(ImageCellModel.of) || b.bc(ImageCellModel.gc) || b.bc(ImageCellModel.h6)) {
36
+ this.f(b.oc, b.g, b.i);
37
37
  }
38
- if (b.bc(ImageCellModel.hk)) {
38
+ if (b.bc(ImageCellModel.hn)) {
39
39
  if (a.u == 1) {
40
- this.d.d5();
40
+ this.d.d8();
41
41
  }
42
42
  else if (a.u == 2) {
43
- this.e(b.n8, b.n1);
43
+ this.e(b.oh, b.oa);
44
44
  }
45
45
  }
46
46
  }
47
47
  }
48
48
  f(a, b, c) {
49
- this.d.eb(a);
49
+ this.d.ee(a);
50
50
  }
51
51
  e(a, b) {
52
52
  let c = a.toLowerCase();
@@ -54,35 +54,35 @@ export let ImageCellPresenter = /*@__PURE__*/ (() => {
54
54
  b = 4;
55
55
  }
56
56
  if (stringStartsWith(c, "http") || b == 4) {
57
- this.d.d8(a, 4);
57
+ this.d.eb(a, 4);
58
58
  }
59
59
  if (stringStartsWith(c, "asset") || b == 2) {
60
60
  let d = a;
61
61
  if (stringStartsWith(c, "asset")) {
62
62
  d = a.substr(8);
63
63
  }
64
- this.d.d8(d, 2);
64
+ this.d.eb(d, 2);
65
65
  }
66
66
  if (stringStartsWith(c, "drawable") || b == 1) {
67
67
  let e = a;
68
68
  if (stringStartsWith(c, "drawable")) {
69
69
  e = a.substr(11);
70
70
  }
71
- this.d.d8(e, 1);
71
+ this.d.eb(e, 1);
72
72
  }
73
73
  if (stringStartsWith(c, "nativeresource") || b == 1) {
74
74
  let f = a;
75
75
  if (stringStartsWith(c, "nativeresource")) {
76
76
  f = a.substr(17);
77
77
  }
78
- this.d.d8(f, 1);
78
+ this.d.eb(f, 1);
79
79
  }
80
80
  if (stringStartsWith(c, "embeddedresource") || b == 3) {
81
81
  let g = a;
82
82
  if (stringStartsWith(c, "embeddedresource")) {
83
83
  g = a.substr(19);
84
84
  }
85
- this.d.d8(g, 3);
85
+ this.d.eb(g, 3);
86
86
  }
87
87
  }
88
88
  }
@@ -122,8 +122,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
122
122
  return;
123
123
  }
124
124
  this.p = false;
125
- if (b.g4 != a) {
126
- b.g4 = a;
125
+ if (b.g5 != a) {
126
+ b.g5 = a;
127
127
  this.p = true;
128
128
  }
129
129
  else {
@@ -142,9 +142,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
142
142
  this.co();
143
143
  let b = this.g.p();
144
144
  if (null != b) {
145
- let c = b.g4;
145
+ let c = b.g5;
146
146
  if (null != c) {
147
- b.g4 = null;
147
+ b.g5 = null;
148
148
  }
149
149
  }
150
150
  }
@@ -610,7 +610,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
610
610
  }
611
611
  this.w = true;
612
612
  if (stringIsNullOrEmpty(this.au)) {
613
- if (null != a.g4) {
613
+ if (null != a.g5) {
614
614
  this.aw(null);
615
615
  }
616
616
  else {
@@ -680,7 +680,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
680
680
  }
681
681
  let f = this.g;
682
682
  let g = this.g.p();
683
- e = g.mw();
683
+ e = g.nq();
684
684
  }
685
685
  d.d = e;
686
686
  d.b = a;
@@ -735,8 +735,8 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
735
735
  this.l.y = a.av;
736
736
  }
737
737
  if (null != this.am) {
738
- NativeUI.q(this.am, a.hs);
739
- NativeUI.m(this.am, a.hr);
738
+ NativeUI.r(this.am, a.hs);
739
+ NativeUI.n(this.am, a.hr);
740
740
  if (null != a.aw) {
741
741
  this.am.setStyleProperty("font", a.aw.fontString);
742
742
  }
@@ -807,9 +807,9 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
807
807
  this.au = null;
808
808
  let a = this.g.p();
809
809
  if (null != a) {
810
- let b = a.g4;
810
+ let b = a.g5;
811
811
  if (null != b) {
812
- a.g4 = null;
812
+ a.g5 = null;
813
813
  }
814
814
  else {
815
815
  this.cw();
@@ -846,7 +846,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
846
846
  this.d.isColumnOptionsEnabled = false;
847
847
  this.d.isActiveCellStyleEnabled = false;
848
848
  this.d.cornerRadius = new CornerRadius(0, 0);
849
- this.d.i1 = false;
849
+ this.d.i9 = false;
850
850
  let b = this.d;
851
851
  b.activeCellChanged = delegateCombine(b.activeCellChanged, runOn(this, this.a7));
852
852
  let c = this.d;
@@ -1125,7 +1125,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1125
1125
  }
1126
1126
  let k = this.e.activeCell;
1127
1127
  if (null != j.activeCell) {
1128
- this.d.ko(false, false);
1128
+ this.d.kx(false, false);
1129
1129
  b.preventDefault();
1130
1130
  }
1131
1131
  else {
@@ -1152,7 +1152,7 @@ export let MultiColumnComboBoxView = /*@__PURE__*/ (() => {
1152
1152
  }
1153
1153
  let o = this.e.activeCell;
1154
1154
  if (null != n.activeCell) {
1155
- this.d.k1(false, false);
1155
+ this.d.la(false, false);
1156
1156
  b.preventDefault();
1157
1157
  }
1158
1158
  else {
@@ -2403,7 +2403,7 @@ export let MultiColumnComboBox = /*@__PURE__*/ (() => {
2403
2403
  return c._inner[0];
2404
2404
  }
2405
2405
  for (let d of fromEnum(c)) {
2406
- if (0 == StringComparer.b.compare(d.mr, a)) {
2406
+ if (0 == StringComparer.b.compare(d.nl, a)) {
2407
2407
  return d;
2408
2408
  }
2409
2409
  }
@@ -23,7 +23,7 @@ export let NativeUIComboFactory = /*@__PURE__*/ (() => {
23
23
  return NativeUIComboFactory.a;
24
24
  }
25
25
  static register() {
26
- NativeUIComponent.as(NativeUIComboFactory.instance);
26
+ NativeUIComponent.at(NativeUIComboFactory.instance);
27
27
  }
28
28
  get flavor() {
29
29
  return this.c;
@@ -25,7 +25,7 @@ export let NativeUIGridFactory = /*@__PURE__*/ (() => {
25
25
  return NativeUIGridFactory.a;
26
26
  }
27
27
  static register() {
28
- NativeUIComponent.as(NativeUIGridFactory.instance);
28
+ NativeUIComponent.at(NativeUIGridFactory.instance);
29
29
  }
30
30
  get flavor() {
31
31
  return this.c;
@@ -58,7 +58,7 @@ export let NativeUIGridFactory = /*@__PURE__*/ (() => {
58
58
  let f = (comp_.i);
59
59
  let g = new CheckboxListBridge(f);
60
60
  let h = new NativeUICheckboxList();
61
- h.an = d;
61
+ h.ao = d;
62
62
  h.d = g;
63
63
  b(h);
64
64
  }, false);
@@ -13,18 +13,18 @@ export let NumericCell = /*@__PURE__*/ (() => {
13
13
  class NumericCell extends TextCell {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.c2(this.dx, 2);
17
- this.db(this.dx, 1);
16
+ this.c3(this.d0, 2);
17
+ this.dc(this.d0, 1);
18
18
  }
19
- ck(a, b, c) {
20
- super.ck(a, b, c);
19
+ cl(a, b, c) {
20
+ super.cl(a, b, c);
21
21
  if (a == "Indent" || a == "IsCollapsable") {
22
- this.dx.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
22
+ this.d0.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
23
23
  }
24
24
  }
25
- b8() {
26
- super.b8();
27
- this.dh(2, 1);
25
+ b9() {
26
+ super.b9();
27
+ this.di(2, 1);
28
28
  }
29
29
  }
30
30
  NumericCell.$t = markType(NumericCell, 'NumericCell', TextCell.$);
@@ -24,20 +24,20 @@ export let NumericCellPresenter = /*@__PURE__*/ (() => {
24
24
  super.b(a);
25
25
  let b = a;
26
26
  if (a.a7) {
27
- if (a.bc(NumericCellModel.op) || a.bc(NumericCellModel.od) || a.bc(NumericCellModel.h2) || b.n6()) {
28
- b.kx = this.e(b);
29
- this.d.c8(this.d.dx, b.kx);
27
+ if (a.bc(NumericCellModel.o1) || a.bc(NumericCellModel.oo) || a.bc(NumericCellModel.h5) || b.og()) {
28
+ b.k1 = this.e(b);
29
+ this.d.c9(this.d.d0, b.k1);
30
30
  }
31
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
31
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
32
32
  }
33
33
  }
34
34
  e(a) {
35
- if (a.lt != null) {
36
- return a.lt;
35
+ if (a.ly != null) {
36
+ return a.ly;
37
37
  }
38
- if (a.ov != null) {
39
- let val_ = a.n9;
40
- let override_ = a.ov;
38
+ if (a.o7 != null) {
39
+ let val_ = a.ok;
40
+ let override_ = a.o7;
41
41
  return (override_.format(val_));
42
42
  }
43
43
  return NumericCellFormatter.c(a);
@@ -111,8 +111,8 @@ export let PropertyEditorView = /*@__PURE__*/ (() => {
111
111
  }
112
112
  let b = a.rootWrapper;
113
113
  if (null != b) {
114
- NativeUI.q(b, this.b.ec);
115
- NativeUI.m(b, this.b.d8);
114
+ NativeUI.r(b, this.b.ec);
115
+ NativeUI.n(b, this.b.d8);
116
116
  }
117
117
  }
118
118
  e() {
@@ -741,15 +741,15 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
741
741
  }
742
742
  else {
743
743
  let a = new TextColumn();
744
- a.k7 = 10;
745
- a.k8 = 5;
746
- a.mr = "PropertyPath";
744
+ a.lm = 10;
745
+ a.ln = 5;
746
+ a.nl = "PropertyPath";
747
747
  a.dataBinding = delegateCombine(a.dataBinding, runOn(this, this.dp));
748
748
  this.l.columns.add(a);
749
749
  let b = new TemplateColumn();
750
- b.mr = "ValueType";
751
- b.k7 = 5;
752
- b.k8 = 5;
750
+ b.nl = "ValueType";
751
+ b.lm = 5;
752
+ b.ln = 5;
753
753
  b.dataBinding = delegateCombine(b.dataBinding, runOn(this, this.cu));
754
754
  b.cellStyleKeyRequested = delegateCombine(b.cellStyleKeyRequested, runOn(this, this.cs));
755
755
  b.cellUpdating = delegateCombine(b.cellUpdating, runOn(this, this.ct));
@@ -829,8 +829,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
829
829
  let r = this.cc(l);
830
830
  if (c.count <= g) {
831
831
  let s = new TextColumn();
832
- s.k7 = 10;
833
- s.k8 = 5;
832
+ s.lm = 10;
833
+ s.ln = 5;
834
834
  s.width = ((() => {
835
835
  let $ret = new ColumnWidth();
836
836
  $ret.c = false;
@@ -838,8 +838,8 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
838
838
  return $ret;
839
839
  })());
840
840
  s.dataBinding = delegateCombine(s.dataBinding, runOn(this, this.dp));
841
- s.ni = "PropertyName_" + k;
842
- s.mr = "PropertyName";
841
+ s.od = "PropertyName_" + k;
842
+ s.nl = "PropertyName";
843
843
  c.add(s);
844
844
  this.au.item(s, c.count - 1);
845
845
  g++;
@@ -876,10 +876,10 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
876
876
  }
877
877
  if (c.count <= g) {
878
878
  let v = new TemplateColumn();
879
- v.ni = "ValueType_" + k;
880
- v.mr = "ValueType";
881
- v.k7 = 5;
882
- v.k8 = 5;
879
+ v.od = "ValueType_" + k;
880
+ v.nl = "ValueType";
881
+ v.lm = 5;
882
+ v.ln = 5;
883
883
  v.dataBinding = delegateCombine(v.dataBinding, runOn(this, this.cu));
884
884
  v.width = ((() => {
885
885
  let $ret = new ColumnWidth();
@@ -950,12 +950,12 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
950
950
  }
951
951
  cu(a, b) {
952
952
  let c = a;
953
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
953
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
954
954
  b.resolvedValue = enumGetBox(PropertyEditorValueType_$type, d != null ? d.w : 0);
955
955
  }
956
956
  dp(a, b) {
957
957
  let c = a;
958
- let d = this.s(c, b.cellInfo.fp, b.rowObject);
958
+ let d = this.s(c, b.cellInfo.fq, b.rowObject);
959
959
  if (d == null) {
960
960
  b.resolvedValue = null;
961
961
  return;
@@ -1072,7 +1072,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1072
1072
  }
1073
1073
  ct(a, b) {
1074
1074
  let c = a;
1075
- let d = this.s(c, b.cellInfo.fp, b.cellInfo.ig);
1075
+ let d = this.s(c, b.cellInfo.fq, b.cellInfo.ij);
1076
1076
  let e = d != null ? d.w : 0;
1077
1077
  switch (e) {
1078
1078
  case 10:
@@ -1169,7 +1169,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1169
1169
  if (c.t != 3) {
1170
1170
  c.t = 3;
1171
1171
  }
1172
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1172
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1173
1173
  let f = c.inputs._inner[0];
1174
1174
  f.bh = e;
1175
1175
  f.cq = (e.ar != null ? e.ar.toString() : "");
@@ -1183,7 +1183,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1183
1183
  if (c.s != 3) {
1184
1184
  c.s = 3;
1185
1185
  }
1186
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1186
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1187
1187
  c.ee = e;
1188
1188
  let f = e.ar;
1189
1189
  if (typeof e.ar === 'number' || typeof e.ar === 'number') {
@@ -1200,7 +1200,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1200
1200
  if (c.density != 3) {
1201
1201
  c.density = 3;
1202
1202
  }
1203
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1203
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1204
1204
  if (c.dd != e) {
1205
1205
  if (!d) {
1206
1206
  c.selectedValueChanged = delegateRemove(c.selectedValueChanged, runOn(this, this.cq));
@@ -1464,7 +1464,7 @@ export let PropertyEditor = /*@__PURE__*/ (() => {
1464
1464
  if (!c.y) {
1465
1465
  c.y = true;
1466
1466
  }
1467
- let e = this.s(a, b.cellInfo.fp, b.cellInfo.ig);
1467
+ let e = this.s(a, b.cellInfo.fq, b.cellInfo.ij);
1468
1468
  let f = e.ar;
1469
1469
  if (f == null) {
1470
1470
  f = false;
@@ -13,32 +13,44 @@ export let SectionHeaderCell = /*@__PURE__*/ (() => {
13
13
  class SectionHeaderCell extends GridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.dw = null;
17
- this.dw = a.createElement("span");
16
+ this.dz = null;
17
+ this.dz = a.createElement("span");
18
+ this.dz.setRawStyleProperty("display", "inline-block");
19
+ this.dz.setRawStyleProperty("line-height", "normal");
20
+ this.dz.setRawStyleProperty("vertical-align", "middle");
21
+ this.dz.setRawStyleProperty("overflow", "hidden");
22
+ this.dz.setRawStyleProperty("white-space", "nowrap");
23
+ this.dz.setRawStyleProperty("text-overflow", "ellipsis");
18
24
  this.ar.setRawStyleProperty("text-align", "left");
19
25
  this.ar.setRawStyleProperty("vertical-align", "middle");
20
26
  this.ar.setRawStyleProperty("overflow", "hidden");
21
27
  this.ar.setRawStyleProperty("white-space", "nowrap");
22
28
  this.ar.setRawStyleProperty("text-overflow", "ellipsis");
23
- this.ar.append(this.dw);
29
+ this.ar.append(this.dz);
24
30
  }
25
- get dx() {
26
- return this.dw;
31
+ get d0() {
32
+ return this.dz;
33
+ }
34
+ c1(a, b) {
35
+ super.c1(a, b);
36
+ if (a == this.dz) {
37
+ this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
38
+ }
27
39
  }
28
40
  get_ae() {
29
41
  return true;
30
42
  }
31
- ck(a, b, c) {
32
- super.ck(a, b, c);
43
+ cl(a, b, c) {
44
+ super.cl(a, b, c);
33
45
  if (a == "Indent") {
34
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
46
+ this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
35
47
  }
36
48
  if (a == "IsCollapsable") {
37
49
  if (this.aa) {
38
- this.dw.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
50
+ this.dz.setRawStyleProperty("margin-left", this.bd + this.bf + 10 + "px");
39
51
  }
40
52
  else {
41
- this.dw.setRawStyleProperty("margin-left", "0px");
53
+ this.dz.setRawStyleProperty("margin-left", "0px");
42
54
  }
43
55
  }
44
56
  }
@@ -23,26 +23,26 @@ export let SectionHeaderCellPresenter = /*@__PURE__*/ (() => {
23
23
  super.b(a);
24
24
  let b = a;
25
25
  if (a.a7) {
26
- if (a.bc(SectionHeaderCellModel.n6) || a.bc(SectionHeaderCellModel.n8) || a.bc(SectionHeaderCellModel.n7) || a.bc(SectionHeaderCellModel.oa)) {
27
- if (b.n2 == null || (b.n2.length == 0 && b.og == null)) {
28
- if (b.ie == null) {
29
- b.kx = "";
26
+ if (a.bc(SectionHeaderCellModel.of) || a.bc(SectionHeaderCellModel.oh) || a.bc(SectionHeaderCellModel.og) || a.bc(SectionHeaderCellModel.oj)) {
27
+ if (b.ob == null || (b.ob.length == 0 && b.op == null)) {
28
+ if (b.ii == null) {
29
+ b.k1 = "";
30
30
  }
31
31
  else {
32
- b.kx = b.ie.toString();
32
+ b.k1 = b.ii.toString();
33
33
  }
34
34
  }
35
35
  else {
36
- if (b.oe != null && b.n5 == 0) {
37
- b.kx = b.og + "    " + b.oe;
36
+ if (b.on != null && b.oe == 0) {
37
+ b.k1 = b.op + "    " + b.on;
38
38
  }
39
39
  else {
40
- b.kx = b.og;
40
+ b.k1 = b.op;
41
41
  }
42
42
  }
43
- this.d.c8(this.d.dx, b.kx);
43
+ this.d.c9(this.d.d0, b.k1);
44
44
  }
45
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dx, this.a);
45
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
46
46
  }
47
47
  }
48
48
  }
@@ -13,59 +13,68 @@ export let SummaryCell = /*@__PURE__*/ (() => {
13
13
  class SummaryCell extends GridCellBase {
14
14
  constructor(a) {
15
15
  super(a);
16
- this.dw = null;
17
- this.dx = null;
18
- this.dy = null;
19
- this.d2 = -1;
20
- this.d1 = -1;
16
+ this.dz = null;
17
+ this.d0 = null;
18
+ this.d1 = null;
19
+ this.d5 = -1;
20
+ this.d4 = -1;
21
21
  this.ar.setRawStyleProperty("vertical-align", "middle");
22
- this.dy = a.createElement("div");
23
- this.dw = a.createElement("span");
24
- this.dw.setRawStyleProperty("display", "inline-block");
25
- this.dw.setRawStyleProperty("width", "40%");
26
- this.dw.setRawStyleProperty("white-space", "nowrap");
27
- this.dw.setRawStyleProperty("text-overflow", "ellipsis");
28
- this.dw.setRawStyleProperty("vertical-align", "middle");
29
- this.dw.setRawStyleProperty("overflow", "hidden");
30
- this.dy.append(this.dw);
31
- this.dx = a.createElement("span");
32
- this.dx.setRawStyleProperty("display", "inline-block");
33
- this.dx.setRawStyleProperty("width", "60%");
34
- this.dx.setRawStyleProperty("text-align", "right");
35
- this.dx.setRawStyleProperty("white-space", "nowrap");
36
- this.dx.setRawStyleProperty("text-overflow", "ellipsis");
37
- this.dx.setRawStyleProperty("vertical-align", "middle");
38
- this.dx.setRawStyleProperty("overflow", "hidden");
39
- this.dy.append(this.dx);
40
- this.ar.append(this.dy);
22
+ this.d1 = a.createElement("div");
23
+ this.dz = a.createElement("span");
24
+ this.dz.setRawStyleProperty("display", "inline-block");
25
+ this.dz.setRawStyleProperty("width", "40%");
26
+ this.dz.setRawStyleProperty("white-space", "nowrap");
27
+ this.dz.setRawStyleProperty("text-overflow", "ellipsis");
28
+ this.dz.setRawStyleProperty("vertical-align", "middle");
29
+ this.dz.setRawStyleProperty("overflow", "hidden");
30
+ this.d1.append(this.dz);
31
+ this.d0 = a.createElement("span");
32
+ this.d0.setRawStyleProperty("display", "inline-block");
33
+ this.d0.setRawStyleProperty("width", "60%");
34
+ this.d0.setRawStyleProperty("text-align", "right");
35
+ this.d0.setRawStyleProperty("white-space", "nowrap");
36
+ this.d0.setRawStyleProperty("text-overflow", "ellipsis");
37
+ this.d0.setRawStyleProperty("vertical-align", "middle");
38
+ this.d0.setRawStyleProperty("overflow", "hidden");
39
+ this.d1.append(this.d0);
40
+ this.ar.append(this.d1);
41
41
  }
42
- get dz() {
43
- return this.dw;
42
+ get d2() {
43
+ return this.dz;
44
44
  }
45
- get d0() {
46
- return this.dx;
45
+ get d3() {
46
+ return this.d0;
47
47
  }
48
- dc(a, b) {
49
- super.dc(a, b);
48
+ dd(a, b) {
49
+ super.dd(a, b);
50
50
  let c = Math.max(0, a - b);
51
- if (this.d2 != c) {
52
- this.d2 = c;
51
+ if (this.d5 != c) {
52
+ this.d5 = c;
53
+ }
54
+ }
55
+ c2(a, b) {
56
+ super.c2(a, b);
57
+ let c = Math.max(0, a - b);
58
+ if (this.d4 != c) {
59
+ this.d4 = c;
53
60
  }
54
61
  }
55
62
  c1(a, b) {
56
63
  super.c1(a, b);
57
- let c = Math.max(0, a - b);
58
- if (this.d1 != c) {
59
- this.d1 = c;
64
+ if (a == this.dz) {
65
+ this.dz.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
66
+ }
67
+ else if (a == this.d0) {
68
+ this.d0.setRawStyleProperty("line-height", (this.bg - this.bh).toString() + "px");
60
69
  }
61
70
  }
62
71
  get_ae() {
63
72
  return false;
64
73
  }
65
- ck(a, b, c) {
66
- super.ck(a, b, c);
74
+ cl(a, b, c) {
75
+ super.cl(a, b, c);
67
76
  if (a == "Indent" || a == "IsCollapsable") {
68
- this.dy.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
77
+ this.d1.setRawStyleProperty("margin-left", this.bd + this.bf + this.be + "px");
69
78
  }
70
79
  }
71
80
  }
@@ -23,25 +23,25 @@ export let SummaryCellPresenter = /*@__PURE__*/ (() => {
23
23
  super.b(a);
24
24
  let b = a;
25
25
  if (a.a7) {
26
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.dz, this.a);
27
- ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d0, this.a);
26
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d2, this.a);
27
+ ContentCellModelHelper.a(this.a.am, b, this.a.ar, this.d.d3, this.a);
28
28
  if (a.bb("ResolvedSummaryLabel") || a.bb("ResolvedSummaryValue")) {
29
- if (b.n8 != null) {
30
- this.d.c8(this.d.dz, b.n8);
29
+ if (b.oh != null) {
30
+ this.d.c9(this.d.d2, b.oh);
31
31
  }
32
- if (b.oa != null) {
33
- this.d.c8(this.d.d0, b.oa);
32
+ if (b.oj != null) {
33
+ this.d.c9(this.d.d3, b.oj);
34
34
  }
35
35
  }
36
36
  if (a.bb("SummaryLabelTextColor")) {
37
- this.d.dz.setRawStyleProperty("color", b.of._fill);
37
+ this.d.d2.setRawStyleProperty("color", b.oo._fill);
38
38
  }
39
- if (a.bb("SummaryLabelFontInfo")) {
40
- let c = b.n1;
39
+ if (a.bb("FontInfo") || a.bb("SummaryLabelFontInfo")) {
40
+ let c = b.oa;
41
41
  if (c == null) {
42
42
  c = FontUtil.getDefaultFont(this.a.am);
43
43
  }
44
- this.d.dz.setRawStyleProperty("font", c.fontString);
44
+ this.d.d2.setRawStyleProperty("font", c.fontString);
45
45
  }
46
46
  }
47
47
  }