@sapui5/sap.suite.ui.generic.template 1.131.1 → 1.133.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 (290) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +0 -4
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartFilterBarExt.js +3 -1
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/SmartKpiTag.js +37 -11
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +3 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroBar.js +3 -1
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +26 -6
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroDonut.js +3 -1
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroLine.js +3 -1
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +46 -15
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +42 -17
  13. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/KpiTagController.js +15 -6
  14. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +2 -2
  15. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saptrc.properties +105 -105
  16. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +1 -1
  17. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  18. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +3 -0
  19. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +17 -6
  20. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  21. package/src/sap/suite/ui/generic/template/ListReport/AnnotationHelperSmartList.js +2 -2
  22. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +46 -22
  23. package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +18 -2
  24. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +2 -2
  25. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +1 -4
  26. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +1 -3
  27. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +1 -3
  28. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +1 -3
  29. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +1 -3
  30. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +1 -3
  31. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +1 -3
  32. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +1 -3
  33. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +1 -3
  34. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +1 -3
  35. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +1 -3
  36. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +1 -3
  37. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +1 -3
  38. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +58 -58
  39. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +1 -3
  40. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +1 -3
  41. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +1 -3
  42. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +1 -3
  43. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -3
  44. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -3
  45. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +1 -3
  46. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +1 -3
  47. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +1 -3
  48. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +1 -3
  49. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -3
  50. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +1 -3
  51. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +1 -3
  52. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +1 -3
  53. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +1 -3
  54. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +1 -3
  55. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +1 -3
  56. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +1 -3
  57. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +1 -3
  58. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +1 -3
  59. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +1 -3
  60. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +2 -4
  61. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +1 -3
  62. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +1 -3
  63. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +1 -3
  64. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +1 -3
  65. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +1 -3
  66. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -3
  67. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +1 -3
  68. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +1 -3
  69. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +1 -3
  70. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +1 -3
  71. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +1 -3
  72. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -3
  73. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +1 -3
  74. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +1 -3
  75. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +1 -3
  76. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  77. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActionButtons.fragment.xml +3 -2
  78. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +1 -1
  79. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartList.fragment.xml +3 -3
  80. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +2 -1
  81. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +13 -5
  82. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +117 -30
  83. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +63 -10
  84. package/src/sap/suite/ui/generic/template/ObjectPage/controller/SectionTitleHandler.js +34 -1
  85. package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +46 -4
  86. package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +22 -4
  87. package/src/sap/suite/ui/generic/template/ObjectPage/extensionAPI/ExtensionAPI.js +29 -5
  88. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +37 -6
  89. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +25 -5
  90. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +25 -5
  91. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +25 -5
  92. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +25 -5
  93. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +26 -6
  94. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +25 -5
  95. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +25 -5
  96. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +25 -5
  97. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +25 -5
  98. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +25 -5
  99. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +25 -5
  100. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +25 -5
  101. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +95 -95
  102. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +25 -5
  103. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +25 -5
  104. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +25 -5
  105. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +25 -5
  106. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +25 -5
  107. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +25 -5
  108. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +25 -5
  109. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +25 -5
  110. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +25 -5
  111. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +25 -5
  112. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +25 -5
  113. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +25 -5
  114. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +25 -5
  115. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +25 -5
  116. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +25 -5
  117. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +25 -5
  118. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +25 -5
  119. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +25 -5
  120. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +25 -5
  121. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +25 -5
  122. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +25 -5
  123. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +25 -5
  124. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +25 -5
  125. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +25 -5
  126. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +26 -6
  127. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +25 -5
  128. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +25 -5
  129. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +25 -5
  130. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +25 -5
  131. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +25 -5
  132. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +25 -5
  133. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +25 -5
  134. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +25 -5
  135. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +27 -7
  136. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +25 -5
  137. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +25 -5
  138. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +25 -5
  139. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  140. package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -2
  141. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
  142. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +3 -3
  143. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +4 -4
  144. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderImage.fragment.xml +4 -4
  145. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +1 -1
  146. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -2
  147. package/src/sap/suite/ui/generic/template/QuickCreate/i18n/i18n_en_US_saptrc.properties +14 -14
  148. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  149. package/src/sap/suite/ui/generic/template/QuickView/i18n/i18n_en_US_saptrc.properties +2 -2
  150. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  151. package/src/sap/suite/ui/generic/template/designtime/controls/DynamicPage.designtime.js +198 -193
  152. package/src/sap/suite/ui/generic/template/designtime/controls/ObjectPageLayout.designtime.js +215 -0
  153. package/src/sap/suite/ui/generic/template/designtime/controls/SmartFilterBar.designtime.js +340 -0
  154. package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +43 -19
  155. package/src/sap/suite/ui/generic/template/designtime/floorplans/AnalyticalListPage.designtime.js +18 -18
  156. package/src/sap/suite/ui/generic/template/designtime/floorplans/ListReport.designtime.js +19 -16
  157. package/src/sap/suite/ui/generic/template/designtime/floorplans/ObjectPage.designtime.js +10 -7
  158. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +52 -37
  159. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeUtils.js +112 -23
  160. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n_en_US_saptrc.properties +6 -6
  161. package/src/sap/suite/ui/generic/template/fragments/BreakoutActions.fragment.xml +2 -2
  162. package/src/sap/suite/ui/generic/template/fragments/DeterminingActions.fragment.xml +3 -2
  163. package/src/sap/suite/ui/generic/template/fragments/DeterminingButton.fragment.xml +18 -20
  164. package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +0 -6
  165. package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +3 -2
  166. package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +7 -6
  167. package/src/sap/suite/ui/generic/template/fragments/HeaderAddress.fragment.xml +2 -1
  168. package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +2 -1
  169. package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +2 -2
  170. package/src/sap/suite/ui/generic/template/fragments/HeaderForm.fragment.xml +1 -1
  171. package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +14 -7
  172. package/src/sap/suite/ui/generic/template/fragments/HeaderPlainText.fragment.xml +1 -1
  173. package/src/sap/suite/ui/generic/template/fragments/HeaderRatingIndicator.fragment.xml +5 -7
  174. package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -1
  175. package/src/sap/suite/ui/generic/template/fragments/ProgressIndicator.fragment.xml +2 -2
  176. package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -2
  177. package/src/sap/suite/ui/generic/template/fragments/RatingIndicatorFacet.fragment.xml +2 -2
  178. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +4 -3
  179. package/src/sap/suite/ui/generic/template/fragments/SmartMicroChart.fragment.xml +1 -1
  180. package/src/sap/suite/ui/generic/template/fragments/SmartTableUiTableCommons.fragment.xml +2 -5
  181. package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +9 -7
  182. package/src/sap/suite/ui/generic/template/fragments/TableColumnListItem.fragment.xml +2 -5
  183. package/src/sap/suite/ui/generic/template/fragments/ToolbarButton.fragment.xml +2 -2
  184. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +4 -3
  185. package/src/sap/suite/ui/generic/template/genericUtilities/controlHelper.js +10 -9
  186. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +4 -2
  187. package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +70 -2
  188. package/src/sap/suite/ui/generic/template/genericUtilities/polyFill.js +14 -0
  189. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +67 -30
  190. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +3 -0
  191. package/src/sap/suite/ui/generic/template/js/QuickTemplates/QuickTemplateComponentFactory.js +25 -14
  192. package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +78 -22
  193. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +16 -225
  194. package/src/sap/suite/ui/generic/template/lib/CRUDActionHandler.js +12 -3
  195. package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +5 -3
  196. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +24 -5
  197. package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +78 -48
  198. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +3 -3
  199. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +39 -23
  200. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHandler.js +13 -5
  201. package/src/sap/suite/ui/generic/template/lib/FlexibleColumnLayoutHelper.js +168 -0
  202. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +6 -0
  203. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +1 -1
  204. package/src/sap/suite/ui/generic/template/lib/RetryAfterHandler.js +2 -3
  205. package/src/sap/suite/ui/generic/template/lib/ShellPersonalizationService.js +137 -0
  206. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +56 -1
  207. package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +26 -7
  208. package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +91 -36
  209. package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +30 -35
  210. package/src/sap/suite/ui/generic/template/lib/deletionHelper.js +10 -2
  211. package/src/sap/suite/ui/generic/template/lib/filterHelper.js +7 -3
  212. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +9 -15
  213. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +3 -9
  214. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +3 -9
  215. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +3 -9
  216. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +3 -9
  217. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +3 -9
  218. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +3 -9
  219. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +3 -9
  220. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +7 -13
  221. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +3 -9
  222. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +3 -9
  223. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +3 -9
  224. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +7 -11
  225. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +183 -149
  226. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +6 -12
  227. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +3 -9
  228. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +3 -9
  229. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +3 -9
  230. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +3 -9
  231. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +3 -9
  232. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +3 -9
  233. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +3 -9
  234. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +5 -11
  235. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +3 -9
  236. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +3 -9
  237. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +3 -9
  238. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +3 -9
  239. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +3 -9
  240. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +3 -9
  241. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +3 -9
  242. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +3 -9
  243. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +3 -9
  244. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +3 -9
  245. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +3 -9
  246. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +3 -9
  247. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +3 -9
  248. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +3 -9
  249. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +3 -9
  250. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +3 -9
  251. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +3 -9
  252. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +3 -9
  253. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +3 -9
  254. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +3 -9
  255. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +3 -9
  256. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +3 -9
  257. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +3 -9
  258. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +3 -9
  259. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +3 -9
  260. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +5 -11
  261. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +3 -9
  262. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +3 -9
  263. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +27 -11
  264. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +59 -38
  265. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +93 -1
  266. package/src/sap/suite/ui/generic/template/library.js +7 -3
  267. package/src/sap/suite/ui/generic/template/listTemplates/fragments/ChartActions.fragment.xml +4 -3
  268. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -3
  269. package/src/sap/suite/ui/generic/template/listTemplates/i18n/i18n_en_US_saptrc.properties +1 -1
  270. package/src/sap/suite/ui/generic/template/manifestMerger/ChangePageConfiguration.js +4 -1
  271. package/src/sap/suite/ui/generic/template/manifestMerger/MergerUtil.js +27 -1
  272. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/DiagnosticsTool.js +15 -3
  273. package/src/sap/suite/ui/generic/template/support/DiagnosticsTool/view/DiagnosticsTool.view.xml +0 -24
  274. package/src/sap/suite/ui/generic/template/support/lib/CommonChecks.js +11 -19
  275. package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +0 -4
  276. package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -4
  277. package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -4
  278. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +0 -1
  279. package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +0 -1
  280. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -4
  281. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +0 -1
  282. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +0 -1
  283. package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroup.fragment.xml +0 -36
  284. package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +0 -28
  285. package/src/sap/suite/ui/generic/template/js/formatters/formatImageUrl.js +0 -21
  286. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorAggregateCount.js +0 -21
  287. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorFooterText.js +0 -21
  288. package/src/sap/suite/ui/generic/template/js/formatters/formatRatingIndicatorSubTitle.js +0 -21
  289. package/src/sap/suite/ui/generic/template/js/formatters/setInfoHighlight.js +0 -21
  290. package/src/sap/suite/ui/generic/template/js/formatters/setRowNavigated.js +0 -26
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kreiranje kartice nije mog
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Direktna navigacija do detalja objekta nije mogu\u0107a iz ove kartice uvida.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=Filtriranje zasnovano na upitu kreira potpuno nove krit.filtera. Gen.sadr\u017Eaj mo\u017Eda ne\u0107e uvek biti precizan. Uzmite u obzir da ga potvrdite.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Unesite svoj upit na prirodnom jeziku da biste filtrirali listu.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Idi
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Generi\u0161i obja\u0161njenje
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Konfiguri\u0161i tabelu
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Konfiguri\u0161i izve\u0161taj liste
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguri\u0161i traku filtera
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfiguri\u0161i stranicu objekta
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Neka pode\u0161avanja se mogu primeniti samo na odre\u0111ene tipove tabela. Promene \u0107e biti vidljive samo nakon \u0161to se aplikacija ponovo u\u010Dita.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Vytvorenie karty nie je mo
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Na tejto karte anal\u00FDz nie je mo\u017En\u00E1 priama navig\u00E1cia do detailov objektu.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=Filtrovanie zalo\u017Een\u00E9 na v\u00FDzvach vytv\u00E1ra \u00FAplne nov\u00E9 krit\u00E9ri\u00E1 filtrovania. Vygenerovan\u00FD obsah nemus\u00ED by\u0165 v\u017Edy presn\u00FD. Zv\u00E1\u017Ete jeho overenie.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Ak chcete filtrova\u0165 zoznam, zadajte svoj dopyt v prirodzenom jazyku.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Spusti\u0165
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Vygenerova\u0165 vysvetlenie
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Konfigurova\u0165 tabu\u013Eku
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Konfigurova\u0165 v\u00FDkaz zoznamu
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfigurova\u0165 panel filtrov
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfigurova\u0165 str\u00E1nku objektu
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Niektor\u00E9 nastavenia mo\u017Eno pou\u017Ei\u0165 len na ur\u010Dit\u00E9 typy tabuliek. Zmeny bud\u00FA vidite\u013En\u00E9 a\u017E po op\u00E4tovnom na\u010D\u00EDtan\u00ED aplik\u00E1cie.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kreiranje kartice ni mogo\
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Iz te kartice za vpoglede se ni mogo\u010De pomakniti neposredno do podrobnosti objekta.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=Filtriranje na podlagi pozivov ustvari povsem nove kriterije filtra. Lahko se zgodi, da ustvarjena vsebina ni vedno to\u010Dna, zato jo preverite.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Za filtriranje seznama vnesite svojo poizvedbo v naravnem jeziku.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Za\u017Eeni
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Ustvarjenje razlage
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Konfiguracija tabele
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Konfiguracija poro\u010Dila seznama
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfiguracija vrstice s filtri
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfiguracija strani objekta
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Nekatere nastavitve je mogo\u010De uporabiti le za dolo\u010Dene vrste tabele. Spremembe bodo vidne le po vnovi\u010Dnemu nalaganju aplikacije.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=\u041A\u0440\u0435\u0438\u
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=\u0414\u0438\u0440\u0435\u043A\u0442\u043D\u0430 \u043D\u0430\u0432\u0438\u0433\u0430\u0446\u0438\u0458\u0430 \u0434\u043E \u0434\u0435\u0442\u0430\u0459\u0430 \u043E\u0431\u0458\u0435\u043A\u0442\u0430 \u043D\u0438\u0458\u0435 \u043C\u043E\u0433\u0443\u045B\u0430 \u0438\u0437 \u043E\u0432\u0435 \u043A\u0430\u0440\u0442\u0438\u0446\u0435 \u0443\u0432\u0438\u0434\u0430.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u0424\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u045A\u0435 \u0437\u0430\u0441\u043D\u043E\u0432\u0430\u043D\u043E \u043D\u0430 \u0443\u043F\u0438\u0442\u0443 \u043A\u0440\u0435\u0438\u0440\u0430 \u043F\u043E\u0442\u043F\u0443\u043D\u043E \u043D\u043E\u0432\u0435 \u043A\u0440\u0438\u0442.\u0444\u0438\u043B\u0442\u0435\u0440\u0430. \u0413\u0435\u043D.\u0441\u0430\u0434\u0440\u0436\u0430\u0458 \u043C\u043E\u0436\u0434\u0430 \u043D\u0435\u045B\u0435 \u0443\u0432\u0435\u043A \u0431\u0438\u0442\u0438 \u043F\u0440\u0435\u0446\u0438\u0437\u0430\u043D. \u0423\u0437\u043C\u0438\u0442\u0435 \u0443 \u043E\u0431\u0437\u0438\u0440 \u0434\u0430 \u0433\u0430 \u043F\u043E\u0442\u0432\u0440\u0434\u0438\u0442\u0435.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=\u0423\u043D\u0435\u0441\u0438\u0442\u0435 \u0441\u0432\u043E\u0458 \u0443\u043F\u0438\u0442 \u043D\u0430 \u043F\u0440\u0438\u0440\u043E\u0434\u043D\u043E\u043C \u0458\u0435\u0437\u0438\u043A\u0443 \u0434\u0430 \u0431\u0438\u0441\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043B\u0438 \u043B\u0438\u0441\u0442\u0443.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=\u0418\u0434\u0438
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=\u0413\u0435\u043D\u0435\u0440\u0438\u0448\u0438 \u043E\u0431\u0458\u0430\u0448\u045A\u0435\u045A\u0435
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0438\u0448\u0438 \u0438\u0437\u0432\u0435\u0448\u0442\u0430\u0458 \u043B\u0438\u0441\u0442\u0435
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0438\u0448\u0438 \u0442\u0440\u0430\u043A\u0443 \u0444\u0438\u043B\u0442\u0435\u0440\u0430
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u041A\u043E\u043D\u0444\u0438\u0433\u0443\u0440\u0438\u0448\u0438 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0443 \u043E\u0431\u0458\u0435\u043A\u0442\u0430
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=\u041D\u0435\u043A\u0430 \u043F\u043E\u0434\u0435\u0448\u0430\u0432\u0430\u045A\u0430 \u0441\u0435 \u043C\u043E\u0433\u0443 \u043F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u0438 \u0441\u0430\u043C\u043E \u043D\u0430 \u043E\u0434\u0440\u0435\u0452\u0435\u043D\u0435 \u0442\u0438\u043F\u043E\u0432\u0435 \u0442\u0430\u0431\u0435\u043B\u0430. \u041F\u0440\u043E\u043C\u0435\u043D\u0435 \u045B\u0435 \u0431\u0438\u0442\u0438 \u0432\u0438\u0434\u0459\u0438\u0432\u0435 \u0441\u0430\u043C\u043E \u043D\u0430\u043A\u043E\u043D \u0448\u0442\u043E \u0441\u0435 \u0430\u043F\u043B\u0438\u043A\u0430\u0446\u0438\u0458\u0430 \u043F\u043E\u043D\u043E\u0432\u043E \u0443\u0447\u0438\u0442\u0430.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kort kan inte skapas. F\u0
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Det g\u00E5r inte att g\u00E5 direkt till objektdetaljerna fr\u00E5n detta insiktskort.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=Prompt-baserad filtrering skapar helt nya filterkriterier. Genererat inneh\u00E5ll kanske inte alltid \u00E4r korrekt. \u00D6verv\u00E4g att verifiera inneh\u00E5llet.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Ange fr\u00E5gan i naturligt spr\u00E5k f\u00F6r att filtrera listan.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=OK
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=Generera f\u00F6rklaring
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Konfigurera tabell
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Konfigurera listrapport
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Konfigurera filterf\u00E4lt
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Konfigurera objektsida
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Vissa inst\u00E4llningar kan endast till\u00E4mpas p\u00E5 vissa tabelltyper. \u00C4ndringar kommer endast att synas efter att applikationen har l\u00E4sts in p\u00E5 nytt.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=\u0E44\u0E21\u0E48\u0E2A\u
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23\u0E16\u0E40\u0E19\u0E27\u0E34\u0E40\u0E01\u0E15\u0E42\u0E14\u0E22\u0E15\u0E23\u0E07\u0E44\u0E1B\u0E22\u0E31\u0E07\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E2D\u0E2D\u0E1A\u0E40\u0E08\u0E04\u0E08\u0E32\u0E01\u0E1A\u0E31\u0E15\u0E23\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E40\u0E0A\u0E34\u0E07\u0E25\u0E36\u0E01\u0E19\u0E35\u0E49
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u0E01\u0E32\u0E23\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E15\u0E32\u0E21\u0E1E\u0E23\u0E49\u0E2D\u0E21\u0E17\u0E4C\u0E08\u0E30\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E40\u0E01\u0E13\u0E11\u0E4C\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E43\u0E2B\u0E21\u0E48\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14 \u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32\u0E17\u0E35\u0E48\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E2D\u0E32\u0E08\u0E44\u0E21\u0E48\u0E16\u0E39\u0E01\u0E15\u0E49\u0E2D\u0E07\u0E40\u0E2A\u0E21\u0E2D\u0E44\u0E1B \u0E01\u0E23\u0E38\u0E13\u0E32\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=\u0E1B\u0E49\u0E2D\u0E19\u0E04\u0E34\u0E27\u0E23\u0E35\u0E02\u0E2D\u0E07\u0E04\u0E38\u0E13\u0E40\u0E1B\u0E47\u0E19\u0E20\u0E32\u0E29\u0E32\u0E18\u0E23\u0E23\u0E21\u0E0A\u0E32\u0E15\u0E34\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=\u0E44\u0E1B
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=\u0E2A\u0E23\u0E49\u0E32\u0E07\u0E04\u0E33\u0E2D\u0E18\u0E34\u0E1A\u0E32\u0E22
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E23\u0E39\u0E1B\u
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A List Report
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E41\u0E16\u0E1A\u0E1F\u0E34\u0E25\u0E40\u0E15\u0E2D\u0E23\u0E4C
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E23\u0E39\u0E1B\u0E41\u0E1A\u0E1A\u0E2B\u0E19\u0E49\u0E32\u0E02\u0E2D\u0E07\u0E2D\u0E2D\u0E1A\u0E40\u0E08\u0E04
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=\u0E01\u0E32\u0E23\u0E01\u0E33\u0E2B\u0E19\u0E14\u0E04\u0E48\u0E32\u0E1A\u0E32\u0E07\u0E2D\u0E22\u0E48\u0E32\u0E07\u0E08\u0E30\u0E16\u0E39\u0E01\u0E19\u0E33\u0E44\u0E1B\u0E43\u0E0A\u0E49\u0E01\u0E31\u0E1A\u0E15\u0E32\u0E23\u0E32\u0E07\u0E1A\u0E32\u0E07\u0E1B\u0E23\u0E30\u0E40\u0E20\u0E17\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19 \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E08\u0E30\u0E21\u0E2D\u0E07\u0E40\u0E2B\u0E47\u0E19\u0E44\u0E14\u0E49\u0E2B\u0E25\u0E31\u0E07\u0E08\u0E32\u0E01\u0E17\u0E35\u0E48\u0E41\u0E2D\u0E1E\u0E1E\u0E25\u0E34\u0E40\u0E04\u0E0A\u0E31\u0E19\u0E23\u0E35\u0E42\u0E2B\u0E25\u0E14\u0E40\u0E17\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kart olu\u015Fturma olanak
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Bu analizler kart\u0131ndan do\u011Frudan nesne ayr\u0131nt\u0131lar\u0131na gitme olanakl\u0131 de\u011Fil.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u0130stem temelli filtreleme, tamamen yeni filtre \u00F6l\u00E7\u00FCtleri olu\u015Fturur. Olu\u015Fturulan i\u00E7erik her zaman do\u011Fru olmayabilir. \u0130\u00E7eri\u011Fi do\u011Frulamay\u0131 de\u011Ferlendirin.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Listeye filtre uygulamak i\u00E7in do\u011Fal dilde sorgunuzu girin.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Git
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=A\u00E7\u0131klama olu\u015Ftur
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=Tabloyu konfig\u00FCre et
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=Liste raporunu konfig\u00FCre et
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=Filtre \u00E7ubu\u011Funu konfig\u00FCre et
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=Nesne sayfas\u0131n\u0131 konfig\u00FCre et
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=Baz\u0131 ayarlar yaln\u0131zca belirli tablo t\u00FCrlerine uygulanabilir. De\u011Fi\u015Fiklikler yaln\u0131zca uygulama yeniden y\u00FCklendikten sonra g\u00F6r\u00FCnt\u00FClenir.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=\u0421\u0442\u0432\u043E\u
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=\u041F\u0440\u044F\u043C\u0430 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F \u0434\u043E \u043F\u043E\u0434\u0440\u043E\u0431\u0438\u0446\u044C \u043E\u0431\u2019\u0454\u043A\u0442\u0430 \u043D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u0430 \u0437 \u0446\u0456\u0454\u0457 \u043A\u0430\u0440\u0442\u043A\u0438 \u0430\u043D\u0430\u043B\u0456\u0442\u0438\u0447\u043D\u0438\u0445 \u0432\u0438\u0441\u043D\u043E\u0432\u043A\u0456\u0432.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u0424\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u043D\u043D\u044F \u043D\u0430 \u043E\u0441\u043D\u043E\u0432\u0456 \u043F\u0456\u0434\u043A\u0430\u0437\u043E\u043A \u0441\u0442\u0432\u043E\u0440\u044E\u0454 \u0430\u0431\u0441\u043E\u043B\u044E\u0442\u043D\u043E \u043D\u043E\u0432\u0456 \u043A\u0440\u0438\u0442\u0435\u0440\u0456\u0457 \u0444\u0456\u043B\u044C\u0442\u0440\u0430\u0446\u0456\u0457. \u0417\u0433\u0435\u043D\u0435\u0440\u043E\u0432\u0430\u043D\u0438\u0439 \u0432\u043C\u0456\u0441\u0442 \u043D\u0435 \u0437\u0430\u0432\u0436\u0434\u0438 \u043C\u043E\u0436\u0435 \u0431\u0443\u0442\u0438 \u0442\u043E\u0447\u043D\u0438\u043C. \u0421\u043F\u0440\u043E\u0431\u0443\u0439\u0442\u0435 \u043F\u0435\u0440\u0435\u0432\u0456\u0440\u0438\u0442\u0438 \u0446\u0435.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=\u0412\u0432\u0435\u0434\u0456\u0442\u044C \u0441\u0432\u0456\u0439 \u0437\u0430\u043F\u0438\u0442 \u043F\u0440\u0438\u0440\u043E\u0434\u043D\u043E\u044E \u043C\u043E\u0432\u043E\u044E, \u0449\u043E\u0431 \u0432\u0456\u0434\u0444\u0456\u043B\u044C\u0442\u0440\u0443\u0432\u0430\u0442\u0438 \u0441\u043F\u0438\u0441\u043E\u043A.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=\u041F\u0443\u0441\u043A
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=\u0413\u0435\u043D\u0435\u0440\u0443\u0432\u0430\u0442\u0438 \u043F\u043E\u044F\u0441\u043D\u0435\u043D\u043D\u044F
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0437\u0432\u0456\u0442 \u0441\u043F\u0438\u0441\u043A\u0443
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u043F\u0430\u043D\u0435\u043B\u044C \u0444\u0456\u043B\u044C\u0442\u0440\u0456\u0432
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u041D\u0430\u043B\u0430\u0448\u0442\u0443\u0432\u0430\u0442\u0438 \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0443 \u043E\u0431\u2019\u0454\u043A\u0442\u0430
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=\u0414\u0435\u044F\u043A\u0456 \u043D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438 \u043C\u043E\u0436\u043D\u0430 \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u0432\u0430\u0442\u0438 \u043B\u0438\u0448\u0435 \u0434\u043E \u043F\u0435\u0432\u043D\u0438\u0445 \u0442\u0438\u043F\u0456\u0432 \u0442\u0430\u0431\u043B\u0438\u0446\u0456. \u0417\u043C\u0456\u043D\u0438 \u0441\u0442\u0430\u043D\u0443\u0442\u044C \u0432\u0438\u0434\u0438\u043C\u0438\u043C\u0438 \u043B\u0438\u0448\u0435 \u043F\u0456\u0441\u043B\u044F \u043F\u0435\u0440\u0435\u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F \u0437\u0430\u0441\u0442\u043E\u0441\u0443\u043D\u043A\u0443.
346
340
 
@@ -1,7 +1,7 @@
1
1
 
2
- ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=Thay \u0111\u00F4\u0309i \u0111\u01B0\u01A1\u0323c loa\u0323i bo\u0309.
2
+ ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=Thay \u0111\u00F4\u0309i \u0111\u01B0\u01A1\u0323c h\u1EE7y bo\u0309.
3
3
 
4
- ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=Ba\u0309n tha\u0309o \u0111\u01B0\u01A1\u0323c loa\u0323i bo\u0309.
4
+ ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=Ba\u0309n tha\u0309o \u0111\u01B0\u01A1\u0323c h\u1EE7y bo\u0309.
5
5
 
6
6
  ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=Kh\u00F4ng ti\u0300m th\u00E2\u0301y mu\u0323c ti\u00EAu.
7
7
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=Kh\u00F4ng th\u00EA\u0309
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=Kh\u00F4ng th\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDBng tr\u1EF1c ti\u1EBFp \u0111\u1EBFn chi ti\u1EBFt \u0111\u1ED1i t\u01B0\u1EE3ng t\u1EEB th\u1EBB th\u00F4ng tin chi ti\u1EBFt n\u00E0y.
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=L\u1ECDc d\u01B0\u0323a tr\u00EAn l\u1EDDi nh\u1EAFc t\u1EA1o ti\u00EAu ch\u00ED l\u1ECDc ho\u00E0n to\u00E0n m\u1EDBi. N\u1ED9i dung \u0111a\u0303 t\u1EA1o c\u00F3 th\u1EC3 kh\u00F4ng ph\u1EA3i lu\u00F4n lu\u00F4n chi\u0301nh xa\u0301c. H\u00E3y c\u00E2n nh\u1EAFc x\u00E1c th\u01B0\u0323c n\u1ED9i dung \u0111\u00F3.
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=Nh\u1EADp truy v\u1EA5n c\u1EE7a b\u1EA1n b\u1EB1ng ng\u00F4n ng\u1EEF t\u1EF1 nhi\u00EAn \u0111\u1EC3 l\u1ECDc danh s\u00E1ch.
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=Ti\u00EA\u0301n ha\u0300nh
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=T\u1EA1o gi\u1EA3i th\u00EDch
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=C\u1EA5u hi\u0300nh b\u1EA3ng
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=C\u1EA5u h\u00ECnh ba\u0301o ca\u0301o danh sa\u0301ch
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=C\u1EA5u h\u00ECnh thanh b\u1ED9 l\u1ECDc
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=C\u1EA5u h\u00ECnh trang \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=M\u1ED9t s\u1ED1 thi\u1EBFt l\u1EADp ch\u1EC9 c\u00F3 th\u1EC3 \u0111\u01B0\u1EE3c \u00E1p d\u1EE5ng cho m\u1ED9t s\u1ED1 lo\u1EA1i b\u1EA3ng nh\u1EA5t \u0111\u1ECBnh. C\u00E1c thay \u0111\u1ED5i s\u1EBD ch\u1EC9 hi\u1EC3n th\u1ECB sau khi \u1EE9ng d\u1EE5ng t\u1EA3i l\u1EA1i.
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=\u65E0\u6CD5\u8FDB\u884C\u
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=\u65E0\u6CD5\u4ECE\u6B64\u6D1E\u5BDF\u5361\u76F4\u63A5\u5BFC\u822A\u5230\u5BF9\u8C61\u8BE6\u7EC6\u4FE1\u606F\u3002
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u57FA\u4E8E\u63D0\u793A\u7684\u8FC7\u6EE4\u4F1A\u521B\u5EFA\u5168\u65B0\u7684\u8FC7\u6EE4\u6761\u4EF6\u3002\u751F\u6210\u7684\u5185\u5BB9\u53EF\u80FD\u5E76\u4E0D\u603B\u662F\u51C6\u786E\u7684\u3002\u8003\u8651\u5BF9\u5176\u8FDB\u884C\u68C0\u9A8C\u3002
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=\u4EE5\u81EA\u7136\u8BED\u8A00\u8F93\u5165\u67E5\u8BE2\u6765\u5BF9\u5217\u8868\u8FDB\u884C\u8FC7\u6EE4\u3002
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=\u6267\u884C
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=\u751F\u6210\u8BF4\u660E
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=\u914D\u7F6E\u8868
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=\u914D\u7F6E\u5217\u8868\u62A5\u8868
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u914D\u7F6E\u8FC7\u6EE4\u5668\u680F
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u914D\u7F6E\u5BF9\u8C61\u9875\u9762
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=\u67D0\u4E9B\u8BBE\u7F6E\u53EA\u80FD\u5E94\u7528\u4E8E\u7279\u5B9A\u8868\u7C7B\u578B\u3002\u53EA\u6709\u5728\u5E94\u7528\u7A0B\u5E8F\u91CD\u65B0\u52A0\u8F7D\u540E\uFF0C\u66F4\u6539\u624D\u4F1A\u53EF\u89C1\u3002
346
340
 
@@ -196,15 +196,6 @@ ST_CARD_CREATION_FAILURE_REASON_SEMANTIC_DATE_FILTERS=\u7121\u6CD5\u5EFA\u7ACB\u
196
196
 
197
197
  ST_CARD_NAVIGATION_FAILURE_INFO=\u7121\u6CD5\u5F9E\u6B64\u6D1E\u5BDF\u5361\u7247\u76F4\u63A5\u700F\u89BD\u81F3\u7269\u4EF6\u660E\u7D30\u3002
198
198
 
199
-
200
-
201
- ST_EASY_FILTER_PROMPT_INFO=\u57FA\u65BC\u63D0\u793A\u7684\u7BE9\u9078\u65B9\u5F0F\u6703\u5EFA\u7ACB\u5168\u65B0\u7684\u7BE9\u9078\u6E96\u5247\uFF0C\u800C\u7522\u751F\u7684\u5167\u5BB9\u53EF\u80FD\u4E0D\u6703\u4E00\u5F8B\u7CBE\u78BA\uFF0C\u8ACB\u8003\u616E\u4E88\u4EE5\u9A57\u8B49\u3002
202
-
203
- ST_EASY_FILTER_INPUT_PLACEHOLDER=\u8ACB\u4F7F\u7528\u81EA\u7136\u8A9E\u8A00\u8F38\u5165\u67E5\u8A62\u4EE5\u7BE9\u9078\u6E05\u55AE\u3002
204
-
205
- ST_EASY_FILTER_GO_BUTTON_TEXT=\u958B\u59CB
206
-
207
-
208
199
  ST_AI_EE_BUTTON_LABEL=\u7522\u751F\u8AAA\u660E
209
200
 
210
201
 
@@ -341,6 +332,9 @@ RTA_CONFIGURATION_TITLE_TABLE=\u7D44\u614B\u8868\u683C
341
332
 
342
333
  RTA_CONFIGURATION_TITLE_LIST_REPORT=\u7D44\u614B\u6E05\u55AE\u5831\u8868
343
334
 
335
+ RTA_CONFIGURATION_TITLE_FILTER_BAR=\u7D44\u614B\u7BE9\u9078\u5217
336
+
337
+ RTA_CONFIGURATION_TITLE_OBJECT_PAGE=\u7D44\u614B\u7269\u4EF6\u9801\u9762
344
338
 
345
339
  RTA_CONFIGURATION_INFO_MESSAGE=\u67D0\u4E9B\u8A2D\u5B9A\u53EA\u80FD\u5957\u7528\u65BC\u7279\u5B9A\u8868\u683C\u985E\u578B\uFF1B\u50C5\u5728\u61C9\u7528\u7A0B\u5F0F\u91CD\u65B0\u8F09\u5165\u5F8C\u624D\u53EF\u770B\u5230\u66F4\u6539\u5167\u5BB9\u3002
346
340
 
@@ -507,12 +507,20 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
507
507
  "maxItems": 15,
508
508
  "row": {
509
509
  "columns": aColumns,
510
+ "highlight": fnGetRowHighLight(oCardDefinition),
510
511
  "actions": {}
512
+
511
513
  }
514
+
512
515
  };
513
516
  return oSapCardContent;
514
517
  };
515
518
 
519
+ var fnGetRowHighLight = function (oCardDefinition) {
520
+ var aRowCriticality = fnGetLineItemAnnotation(oCardDefinition);
521
+ return fnBuildExpressionForCriticalityColor(aRowCriticality["com.sap.vocabularies.UI.v1.Criticality"] ? aRowCriticality["com.sap.vocabularies.UI.v1.Criticality"] : "");
522
+ };
523
+
516
524
  var getLabel = function (sName, sType, oInnerChart) {
517
525
  var sLabel;
518
526
  var aMeasures = oInnerChart.getMeasures();
@@ -685,10 +693,11 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
685
693
  return aDimensions;
686
694
  };
687
695
 
688
- InsightsCardHelper.getCardActions = function (oCardDefinition, oSapCard) {
689
- var sHash = window.hasher.getHash(), aSemanticObjAction = sHash.split('&/')[0];
696
+ InsightsCardHelper.getCardActions = function (oCardDefinition, oSapCard) {
697
+ var sHash = window.hasher.getHash(), aSemanticObjAction = sHash.split('&/')[0], sAppVarId;
690
698
 
691
699
  if (aSemanticObjAction.includes('?')) {
700
+ sAppVarId = aSemanticObjAction.split('?')[1];
692
701
  aSemanticObjAction = aSemanticObjAction.split('?')[0].split('-');
693
702
  } else {
694
703
  aSemanticObjAction = aSemanticObjAction.split('-');
@@ -699,10 +708,17 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
699
708
  "semanticObject": aSemanticObjAction[0],
700
709
  "action": aSemanticObjAction[1]
701
710
  },
702
- "sensitiveProps": [],
703
- "ibnParams": {nhHybridIAppStateKey: getIAppStateKey(oCardDefinition.oTemplateUtils)}
711
+ "sensitiveProps": [],
712
+ "ibnParams": {
713
+ "nhHybridIAppStateKey": getIAppStateKey(oCardDefinition.oTemplateUtils)
714
+ }
704
715
  };
705
716
 
717
+ if (!!sAppVarId) {
718
+ sAppVarId = sAppVarId.split('sap-appvar-id=')[1];
719
+ oHeaderParams.ibnParams["sap-appvar-id"] = sAppVarId;
720
+ }
721
+
706
722
  var oHeaderParameterValue = [{
707
723
  "type": "Navigation",
708
724
  "parameters": "{= extension.formatters.getNavigationContext(${parameters>/headerState/value})}"
@@ -724,12 +740,12 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
724
740
 
725
741
  oSapCard.header.actions = oHeaderParameterValue;
726
742
  if (oSapCard.type != "Analytical") {
727
- var oTemplatePrivateModel = oCardDefinition['component'].getModel("_templPriv");
728
- if (!oTemplatePrivateModel.getProperty("/listReport/bSupressCardRowNavigation")) {
729
- oSapCard.content.row.actions = oContentParameterValue;
730
- }
731
- }
732
- };
743
+ var oTemplatePrivateModel = oCardDefinition['component'].getModel("_templPriv");
744
+ if (!oTemplatePrivateModel.getProperty("/listReport/bSupressCardRowNavigation")) {
745
+ oSapCard.content.row.actions = oContentParameterValue;
746
+ }
747
+ }
748
+ };
733
749
 
734
750
  var fnGetLineItemAnnotation = function (oCardDefinition) {
735
751
  var oEntityType = oCardDefinition['entityType'];
@@ -744,7 +760,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
744
760
  var fnBuildExpressionForCriticalityColor = function (oCriticalityAnnotation) {
745
761
  var sFormatCriticalityExpression = ValueState.None;
746
762
  var sExpressionTemplate;
747
- var oCriticalityProperty = oCriticalityAnnotation.Criticality;
763
+ var oCriticalityProperty = oCriticalityAnnotation.Criticality || oCriticalityAnnotation;
748
764
 
749
765
  if (oCriticalityProperty) {
750
766
  sExpressionTemplate = "'{'= ({0} === ''com.sap.vocabularies.UI.v1.CriticalityType/Negative'') || ({0} === ''1'') || ({0} === 1) ? ''" + ValueState.Error + "'' : " +
@@ -2219,38 +2219,45 @@ sap.ui.define(["sap/ui/base/Object",
2219
2219
  oRegistryEntry.sCurrentBindingPath = sBindingPath;
2220
2220
  var fnActivate = function() {
2221
2221
  // Bind the model for the page itself and all its ancestors (up to level 1)
2222
- oRegistryEntry.utils.bindComponent(oRegistryEntry.sCurrentBindingPath, bIsComponentCurrentlyActive);
2223
- if (sComponentId === oCurrentIdentity.treeNode.componentId){
2224
- var mAncestors = Object.create(null); // Collect all ancestor routes
2225
- mAncestors.root = true;
2226
- for (var oTreeNode = oCurrentIdentity.treeNode; oTreeNode.level > 0; oTreeNode = oTemplateContract.mRoutingTree[oTreeNode.parentRoute]){
2227
- mAncestors[oTreeNode.sRouteName] = true;
2228
- oTreeNode.bindElement(oTemplateContract.oNavigationHost, null, true);
2229
- // Temporary solution (AncestorFeature)
2230
- if (oTreeNode.contextTargets){
2231
- for (var i = 0; i < oTreeNode.contextTargets.length; i++){
2232
- var oContextTarget = oTreeNode.contextTargets[i];
2233
- oTreeNode.bindElement(oContextTarget, null, false);
2222
+ var bindComponentPromise = oRegistryEntry.utils.bindComponent(oRegistryEntry.sCurrentBindingPath, bIsComponentCurrentlyActive);
2223
+ bindComponentPromise.then(function(){
2224
+ if (sComponentId === oCurrentIdentity.treeNode.componentId){
2225
+ var mAncestors = Object.create(null); // Collect all ancestor routes
2226
+ mAncestors.root = true;
2227
+ for (var oTreeNode = oCurrentIdentity.treeNode; oTreeNode.level > 0; oTreeNode = oTemplateContract.mRoutingTree[oTreeNode.parentRoute]){
2228
+ mAncestors[oTreeNode.sRouteName] = true;
2229
+ // Temporary solution (AncestorFeature)
2230
+ if (oTreeNode.contextTargets){
2231
+ for (var i = 0; i < oTreeNode.contextTargets.length; i++){
2232
+ var oContextTarget = oTreeNode.contextTargets[i];
2233
+ // Link control used for BreadCrumbs is bound to the context of the ancestor node as the description is fetched from
2234
+ // the ancestor object. Unfortunately, the OP where the link is on the OP & its context is propagated, even specific call
2235
+ // to set the context of ancestor node is not respected as the model find a context which is already bound. Hence, we need
2236
+ // to break the propagation of current object context before setting the context of ancestor node.
2237
+ oContextTarget.setBindingContext(null);
2238
+ oTreeNode.bindElement(oContextTarget, null, false);
2239
+ }
2234
2240
  }
2235
2241
  }
2236
- }
2237
- // Now we have done the binding of the tree node specific model for all ancestors of the current page.
2238
- // Unbind the tree node specific models for all other pages, as they might use outdated binding pathes.
2239
- for (var sRouteName in oTemplateContract.mRoutingTree) {
2240
- if (!mAncestors[sRouteName]) {
2241
- var oOtherTreeNode = oTemplateContract.mRoutingTree[sRouteName];
2242
- oOtherTreeNode.unbindElement(oTemplateContract.oNavigationHost, true);
2243
- // Temporary solution (AncestorFeature)
2244
- if (oOtherTreeNode.contextTargets) {
2245
- oOtherTreeNode.contextTargets.forEach(oOtherTreeNode.unbindElement);
2242
+ // Now we have done the binding of the tree node specific model for all ancestors of the current page.
2243
+ // Unbind the tree node specific models for all other pages, as they might use outdated binding pathes.
2244
+ for (var sRouteName in oTemplateContract.mRoutingTree) {
2245
+ if (!mAncestors[sRouteName]) {
2246
+ var oOtherTreeNode = oTemplateContract.mRoutingTree[sRouteName];
2247
+ oOtherTreeNode.unbindElement(oTemplateContract.oNavigationHost, true);
2248
+ // Temporary solution (AncestorFeature)
2249
+ if (oOtherTreeNode.contextTargets) {
2250
+ oOtherTreeNode.contextTargets.forEach(oOtherTreeNode.unbindElement);
2251
+ }
2246
2252
  }
2247
2253
  }
2248
2254
  }
2249
- }
2250
- oRegistryEntry.utils.refreshBinding();
2251
- oRegistryEntry.oStatePreserverPromise.then(function(oStatePreserver){
2252
- oStatePreserver.applyAppState(sBindingPath, bIsComponentCurrentlyActive);
2255
+ oRegistryEntry.utils.refreshBinding();
2256
+ oRegistryEntry.oStatePreserverPromise.then(function(oStatePreserver){
2257
+ oStatePreserver.applyAppState(sBindingPath, bIsComponentCurrentlyActive);
2258
+ });
2253
2259
  });
2260
+
2254
2261
  return (oRegistryEntry.methods.onActivate || Function.prototype)(sBindingPath, bIsComponentCurrentlyActive);
2255
2262
  };
2256
2263
  // If view is not registered yet ( == oComponentRegistryEntry.fnViewRegisteredResolve still available) perform fnActivate asyncronously, otherwise synchronosly
@@ -2325,35 +2332,48 @@ sap.ui.define(["sap/ui/base/Object",
2325
2332
 
2326
2333
 
2327
2334
  var mRoutesToHostViews = Object.create(null);
2328
- function fnPrepareHostView(oTreeNode, isComponentPreloaded, bOnlyComponent){
2329
- if (oTreeNode.createComponent) {
2330
- if (bOnlyComponent || oTemplateContract.oAppComponent.isDestroyed()) {
2331
- return Promise.resolve();
2332
- }
2333
- oTreeNode.createComponent();
2334
- delete oTreeNode.createComponent;
2335
+ function fnPrepareHostView(oTreeNode, isComponentPreloaded, bOnlyComponent) {
2336
+ if (oTemplateContract.oAppComponent.isDestroyed()) {
2335
2337
  return Promise.resolve();
2336
2338
  }
2337
- if (mRoutesToHostViews[oTreeNode.sRouteName] || oTemplateContract.oAppComponent.isDestroyed()){
2338
- return Promise.resolve();
2339
+
2340
+ // Return oHostViewPromise from the routes cache if it exists
2341
+ if (mRoutesToHostViews[oTreeNode.sRouteName]) {
2342
+ return mRoutesToHostViews[oTreeNode.sRouteName].then(function(oHostView) {
2343
+ // if createComponent is available in oTreeNode, call the function and remove from oTreeNode
2344
+ if (oTreeNode.createComponent) {
2345
+ if (bOnlyComponent || oTemplateContract.oAppComponent.isDestroyed()) {
2346
+ return Promise.resolve();
2347
+ }
2348
+ oTreeNode.createComponent();
2349
+ delete oTreeNode.createComponent;
2350
+ return Promise.resolve();
2351
+ }
2352
+ return oHostView;
2353
+ });
2339
2354
  }
2340
2355
 
2341
2356
  oLogger.debug("Prepare host view for route " + oTreeNode.sRouteName);
2357
+
2342
2358
  var oHostViewPromise = oNavigationControllerProxy.createHostView();
2359
+ // Store the oHostViewPromise in the routes cache
2360
+ mRoutesToHostViews[oTreeNode.sRouteName] = oHostViewPromise;
2361
+
2343
2362
  var oViews = oNavigationControllerProxy.oRouter.getViews();
2344
2363
  // Temporarily add the oHostViewPromise to the view cache
2345
2364
  oViews.setView(oTreeNode.sRouteName, oHostViewPromise);
2346
2365
 
2347
2366
  return oHostViewPromise.then(function(oHostView) {
2348
- //Update the view cache with the actual view
2367
+ // Update the view cache with the actual view
2349
2368
  oViews.setView(oTreeNode.sRouteName, oHostView);
2350
- mRoutesToHostViews[oTreeNode.sRouteName] = oHostView;
2369
+
2351
2370
  var oComponentContainer = oHostView.byId("host");
2352
2371
  if (bOnlyComponent) {
2353
2372
  oTreeNode.createComponent = fnCreateTemplateComponent.bind(null, oComponentContainer, oTreeNode.sRouteName, isComponentPreloaded);
2354
2373
  } else {
2355
2374
  fnCreateTemplateComponent(oComponentContainer, oTreeNode.sRouteName, isComponentPreloaded);
2356
2375
  }
2376
+ return oHostView;
2357
2377
  });
2358
2378
  }
2359
2379
 
@@ -3067,6 +3087,7 @@ sap.ui.define(["sap/ui/base/Object",
3067
3087
  /* eslint-disable */
3068
3088
  var fnCreateTemplateComponent = testableHelper.testable(fnCreateTemplateComponent, "createTemplateComponent");
3069
3089
  var getParsedShellHashFromFLP = testableHelper.testable(getParsedShellHashFromFLP, "getParsedShellHashFromFLP");
3090
+ var fnPrepareHostView = testableHelper.testable(fnPrepareHostView, "prepareHostView");
3070
3091
  var fnPreloadComponent = testableHelper.testable(fnPreloadComponent, "preloadComponent");
3071
3092
  var fnGetRouteInfoByHash = testableHelper.testable(fnGetRouteInfoByHash, "getRouteInfoByHash");
3072
3093
  var fnGetIsStateChange = testableHelper.testable(fnGetIsStateChange, "getIsStateChange");
@@ -3167,7 +3188,7 @@ sap.ui.define(["sap/ui/base/Object",
3167
3188
  * @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
3168
3189
  * @public
3169
3190
  * @extends sap.ui.base.Object
3170
- * @version 1.131.1
3191
+ * @version 1.133.0
3171
3192
  * @since 1.30.0
3172
3193
  * @alias sap.suite.ui.generic.template.lib.NavigationController
3173
3194
  */
@@ -554,6 +554,95 @@ sap.ui.define([
554
554
  return Promise.resolve();
555
555
  }
556
556
 
557
+ /**
558
+ * Returns relevant columns for a message based on the following conditions
559
+ * 1. Read Entity Type for HeaderInfo and Key Fields
560
+ * 2. Remove fields which are UI Hidden
561
+ * 3. Ignore technical fields such as "IsActiveEntity", "DraftUUID"
562
+ * 4. Generate field properties for relevant fields and return them
563
+ * @param {sap.ui.model.odata.v2.Context} oItemContext
564
+ */
565
+ function fnGetRelevantColumnsForMessage(oItemContext){
566
+ if (!oItemContext) {
567
+ return;
568
+ }
569
+ let oTableMetaModel = oSmartTable.getModel().getMetaModel();
570
+ let oEntitySet = oTableMetaModel.getODataEntitySet(oSmartTable.getEntitySet());
571
+ let oEntityType = oTableMetaModel.getODataEntityType(oEntitySet.entityType);
572
+ let aVisibleColumns = new Set(fnFindVisibleColumnProperties());
573
+ let aSemanticKeys = oEntityType["com.sap.vocabularies.Common.v1.SemanticKey"] || [];
574
+ let oHeaderInfoField = oEntityType["com.sap.vocabularies.UI.v1.HeaderInfo"];
575
+ let aProperties = oEntityType.property;
576
+ let aTechnicalKeys = oEntityType.key.propertyRef || [];
577
+ let mPropertyByFieldName = {};
578
+ let aRelevantColumns = [];
579
+ const aIgnoreFields = new Set(["IsActiveEntity", "DraftUUID"]);
580
+ const getFieldProps = function (sField) {
581
+ return {
582
+ "sProperty": sField,
583
+ "sLabel": mPropertyByFieldName[sField]["sap:label"],
584
+ "sValue": oItemContext.getProperty(sField),
585
+ "bHidden": !aVisibleColumns.has(sField)
586
+ };
587
+ };
588
+ const filterIgnoredFields = function (sField) {
589
+ return !aIgnoreFields.has(sField);
590
+ };
591
+ const hasUIHidden = function(sField) {
592
+ return !!mPropertyByFieldName[sField]["com.sap.vocabularies.UI.v1.Hidden"];
593
+ };
594
+ for (const oProperty of aProperties){
595
+ mPropertyByFieldName[oProperty.name] = oProperty;
596
+ }
597
+ //Filter unwanted fields ("IsActiveEntity", "DraftUUID") from technical keys
598
+ aTechnicalKeys = aTechnicalKeys.filter(key => filterIgnoredFields(key.name));
599
+ //Check for UI.Hidden fields, even if one of the field is UI.hidden we discard all the keys
600
+ aSemanticKeys = aSemanticKeys.some(key => hasUIHidden(key.PropertyPath)) ? [] : aSemanticKeys;
601
+ aTechnicalKeys = aTechnicalKeys.some(key => hasUIHidden(key.name)) ? [] : aTechnicalKeys;
602
+ if (oHeaderInfoField && oHeaderInfoField?.Title?.Value?.Path) { //HeaderInfoField is available
603
+ oHeaderInfoField = hasUIHidden(oHeaderInfoField.Title.Value.Path) ? null : oHeaderInfoField;
604
+ aRelevantColumns.push(getFieldProps(oHeaderInfoField.Title.Value.Path));
605
+ } else if (aSemanticKeys.length > 0){ //HeaderInfoField is not available, but SemanticKey is available
606
+ aRelevantColumns = aSemanticKeys.map(key => getFieldProps(key.PropertyPath));
607
+ } else if (aTechnicalKeys.length > 0){//Neither HeaderInfoField nor SemanticKey is available, but TechnicalKey is available
608
+ aRelevantColumns = aTechnicalKeys.map(key => getFieldProps(key.name));
609
+ }
610
+ return aRelevantColumns;
611
+ }
612
+
613
+ /**
614
+ * Returns the relevant Item Context for a message
615
+ * 1. Reads the fullTarget from the oMessage and retrieves the respective context
616
+ * 2. If fullTarget is absent, retrieves the item context from the cell control's binding context
617
+ * @param {sap.ui.core.message.Message} oMessage
618
+ */
619
+ function fnGetItemContextForMessage(oMessage) {
620
+ let sFullTarget = oMessage.fullTarget;
621
+ let sId = oMessage.controlIds[0];
622
+ if (sFullTarget !== ""){
623
+ return getCurrentContexts().find(oContext => sFullTarget.startsWith(oContext.getDeepPath()));
624
+ } else {
625
+ return controlHelper.byId(sId).getBindingContext();
626
+ }
627
+ }
628
+
629
+ /**
630
+ * Returns Column Label for a message
631
+ * 1. Reads the fullTarget from the oMessage and retrieves the respective column label
632
+ * 2. If fullTarget is absent, retrieves the column label using the cell control
633
+ * @param {sap.ui.core.message.Message} oMessage
634
+ */
635
+ function fnGetColumnLabelForMessage(oMessage) {
636
+ let sFullTarget = oMessage.fullTarget;
637
+ let sId = oMessage.controlIds[0];
638
+ if (sFullTarget !== ""){
639
+ let sColumnKey = oMessage.fullTarget.split("/").pop();
640
+ return getColumnLabel(sColumnKey);
641
+ } else {
642
+ return getColumnLabel(getColumnForCell(controlHelper.byId(sId)));
643
+ }
644
+ }
645
+
557
646
  // public instance methods
558
647
  return {
559
648
  getBinding: fnGetBinding,
@@ -594,7 +683,10 @@ sap.ui.define([
594
683
  getSelection: getSelection,
595
684
  getPotentiallyReadOnlyField: getPotentiallyReadOnlyField,
596
685
  getColumnByKey: fnGetColumnByKey,
597
- getInitializationPromise: fnGetInitializationPromise
686
+ getInitializationPromise: fnGetInitializationPromise,
687
+ getRelevantColumnsForMessage: fnGetRelevantColumnsForMessage,
688
+ getItemContextForMessage: fnGetItemContextForMessage,
689
+ getColumnLabelForMessage: fnGetColumnLabelForMessage
598
690
  };
599
691
  }
600
692