@sapui5/sap.suite.ui.generic.template 1.125.0 → 1.127.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 (222) 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/control/SmartKpiTag.js +1 -1
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItem.js +1 -1
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +3 -2
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +1 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/VisualFilterProvider.js +17 -15
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +13 -15
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +12 -17
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DynamicDateRangeController.js +4 -5
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/FilterBarController.js +2 -5
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +1 -10
  13. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +12 -1
  14. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +10 -1
  15. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +2 -2
  16. package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
  17. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +11 -11
  18. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +6 -6
  19. package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/AnalyticalListPage.view.xml +1 -1
  20. package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/ContentViewButtons.fragment.xml +1 -1
  21. package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/SmartFilterBar.fragment.xml +1 -3
  22. package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
  23. package/src/sap/suite/ui/generic/template/ListReport/Component.js +9 -1
  24. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +118 -40
  25. package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +10 -0
  26. package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +12 -1
  27. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +3 -3
  28. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +19 -0
  29. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +12 -0
  30. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +12 -0
  31. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +12 -0
  32. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +12 -0
  33. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +12 -0
  34. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +13 -1
  35. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +12 -0
  36. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +12 -0
  37. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +12 -0
  38. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +12 -0
  39. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +12 -0
  40. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +12 -0
  41. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +12 -0
  42. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +12 -0
  43. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +12 -0
  44. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +12 -0
  45. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +12 -0
  46. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +12 -0
  47. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +12 -0
  48. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +12 -0
  49. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +12 -0
  50. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +12 -0
  51. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +12 -0
  52. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +12 -0
  53. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +12 -0
  54. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +12 -0
  55. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +12 -0
  56. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +12 -0
  57. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +12 -0
  58. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +12 -0
  59. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +12 -0
  60. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +12 -0
  61. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +12 -0
  62. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +12 -0
  63. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +12 -0
  64. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +12 -0
  65. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +12 -0
  66. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +12 -0
  67. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +12 -0
  68. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +12 -0
  69. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +12 -0
  70. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +12 -0
  71. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +12 -0
  72. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +13 -1
  73. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +12 -0
  74. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +12 -0
  75. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +13 -1
  76. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +12 -0
  77. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +12 -0
  78. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
  79. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DefaultVariant.fragment.xml +18 -3
  80. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +6 -1
  81. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartFilterBar.fragment.xml +1 -1
  82. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +6 -12
  83. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +2 -1
  84. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +26 -18
  85. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageStripHelper.js +3 -4
  86. package/src/sap/suite/ui/generic/template/ObjectPage/controller/PasteHandler.js +12 -15
  87. package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +5 -6
  88. package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +12 -1
  89. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +4 -1
  90. package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
  91. package/src/sap/suite/ui/generic/template/ObjectPage/templateSpecificPreparationHelper.js +38 -12
  92. package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +2 -0
  93. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Actions.fragment.xml +1 -1
  94. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
  95. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +11 -0
  96. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +6 -15
  97. package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
  98. package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.controller.js +4 -3
  99. package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
  100. package/src/sap/suite/ui/generic/template/designtime/AnalyticalListPage.designtime.js +2 -2
  101. package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +2 -2
  102. package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +2 -5
  103. package/src/sap/suite/ui/generic/template/designtime/utils/DesigntimeHandler.js +4 -2
  104. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +27 -10
  105. package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +15 -16
  106. package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroupReplica.fragment.xml +0 -1
  107. package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +24 -0
  108. package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +12 -1
  109. package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +11 -0
  110. package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +13 -1
  111. package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +1 -1
  112. package/src/sap/suite/ui/generic/template/fragments/MessageInfluencingCRUDAction.fragment.xml +1 -1
  113. package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +2 -1
  114. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +23 -2
  115. package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +12 -1
  116. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +1 -1
  117. package/src/sap/suite/ui/generic/template/genericUtilities/AjaxHelper.js +57 -47
  118. package/src/sap/suite/ui/generic/template/genericUtilities/ControlStateWrapperFactory.js +1 -1
  119. package/src/sap/suite/ui/generic/template/genericUtilities/FeLogger.js +0 -1
  120. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +64 -12
  121. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartTableChartCommon.js +32 -24
  122. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +6 -6
  123. package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +6 -6
  124. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +62 -53
  125. package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +3 -3
  126. package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +3 -3
  127. package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +39 -33
  128. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +79 -53
  129. package/src/sap/suite/ui/generic/template/lib/Application.js +3 -8
  130. package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +25 -22
  131. package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +34 -19
  132. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +56 -11
  133. package/src/sap/suite/ui/generic/template/lib/ContactCardDetailHelper.js +1 -1
  134. package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +11 -12
  135. package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +25 -12
  136. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +7 -5
  137. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +6 -6
  138. package/src/sap/suite/ui/generic/template/lib/PageLeaveHandler.js +6 -6
  139. package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +2 -12
  140. package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +5 -7
  141. package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +1 -0
  142. package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +323 -0
  143. package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +77 -0
  144. package/src/sap/suite/ui/generic/template/lib/ai/JouleContextProvider.js +56 -0
  145. package/src/sap/suite/ui/generic/template/lib/filterHelper.js +38 -1
  146. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +16 -3
  147. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +8 -0
  148. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +8 -0
  149. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +8 -0
  150. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +8 -0
  151. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +8 -0
  152. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +8 -0
  153. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +13 -5
  154. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +10 -2
  155. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +8 -0
  156. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +8 -0
  157. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +8 -0
  158. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +8 -0
  159. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +8 -0
  160. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +8 -0
  161. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +8 -0
  162. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +8 -0
  163. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +8 -0
  164. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +8 -0
  165. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +8 -0
  166. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +8 -0
  167. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +8 -0
  168. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +8 -0
  169. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +8 -0
  170. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +8 -0
  171. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +8 -0
  172. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +8 -0
  173. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +8 -0
  174. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +8 -0
  175. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +8 -0
  176. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +8 -0
  177. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +8 -0
  178. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +8 -0
  179. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +8 -0
  180. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +8 -0
  181. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +8 -0
  182. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +8 -0
  183. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +8 -0
  184. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +8 -0
  185. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +8 -0
  186. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +8 -0
  187. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +13 -5
  188. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +8 -0
  189. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +8 -0
  190. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +8 -0
  191. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +8 -0
  192. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +9 -1
  193. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +8 -0
  194. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +8 -0
  195. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +8 -0
  196. package/src/sap/suite/ui/generic/template/lib/info/SmartTableInfo.js +26 -2
  197. package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +10 -29
  198. package/src/sap/suite/ui/generic/template/lib/insights/InsightsHandler.js +24 -24
  199. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
  200. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartChartHandler.js +15 -1
  201. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartListHandler.js +6 -1
  202. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +8 -2
  203. package/src/sap/suite/ui/generic/template/library.js +1 -1
  204. package/src/sap/suite/ui/generic/template/listTemplates/controller/DetailController.js +1 -1
  205. package/src/sap/suite/ui/generic/template/listTemplates/controller/IappStateHandler.js +32 -29
  206. package/src/sap/suite/ui/generic/template/listTemplates/controller/SmartChartController.js +1 -1
  207. package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +4 -2
  208. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -14
  209. package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartTableToolbar.fragment.xml +1 -1
  210. package/src/sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper.js +1 -1
  211. package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +1 -1
  212. package/src/sap/suite/ui/generic/template/themes/base/base.less +4 -0
  213. package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +1 -1
  214. package/src/sap/suite/ui/generic/template/themes/sap_hcb/ALPConstants.less +47 -0
  215. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base.less +7 -0
  216. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_AnalyticalListPage.less +475 -0
  217. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ListReport.less +33 -0
  218. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +391 -0
  219. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_QuickCreate.less +96 -0
  220. package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_QuickView.less +108 -0
  221. package/src/sap/suite/ui/generic/template/themes/sap_hcb/library.source.less +24 -7
  222. package/ui5.yaml +1 -1
@@ -1,7 +1,7 @@
1
1
 
2
- ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=Spremembe opu\u0161\u010Dene.
2
+ ST_GENERIC_DRAFT_WITH_ACTIVE_DOCUMENT_DELETED=Spremembe zavr\u017Eene.
3
3
 
4
- ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=Osnutek je bil opu\u0161\u010Den.
4
+ ST_GENERIC_DRAFT_WITHOUT_ACTIVE_DOCUMENT_DELETED=Osnutek je bil zavr\u017Een.
5
5
 
6
6
  ST_GENERIC_UNKNOWN_NAVIGATION_TARGET=Cilj ni bil najden.
7
7
 
@@ -198,13 +198,21 @@ ST_CARD_NAVIGATION_FAILURE_INFO=Iz te kartice za vpoglede se ni mogo\u010De poma
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=Drug uporabnik je obdelal ta objekt, vendar sprememb ni shranil\: \n{1} \n\u010Ce objekt prevzamete, bodo vse spremembe izgubljene.
203
211
 
204
212
 
205
- ST_GENERIC_UNSAVED_CHANGES_CHECKBOX=Brisanje tudi objektov z neshranjenimi spremembami.
213
+ ST_GENERIC_UNSAVED_CHANGES_CHECKBOX=Izbris tudi objektov z neshranjenimi spremembami.
206
214
 
207
- ST_GENERIC_DELETE_SELECTED_PLURAL=Brisanje izbranih objektov?
215
+ ST_GENERIC_DELETE_SELECTED_PLURAL=\u017Delite izbrisati izbrane objekte?
208
216
 
209
217
  ST_GENERIC_DELETE_UNSAVED_CHANGES=Drug uporabnik je obdelal ta objekt, vendar sprememb ni shranil\: \n{1} \n\n\u017Delite kljub temu izbrisati?
210
218
 
@@ -266,7 +274,7 @@ NOITEMS_LR_SMARTCHART=Ni podatkov za izbrane kriterije filtra in pogled diagrama
266
274
 
267
275
  NOITEMS_SMARTCHART_WITH_FILTER=Podatki niso najdeni. Poskusite prilagoditi parametre filtrov.
268
276
 
269
- SMARTCHART_INITIAL_NODATA=Za za\u010Detek nastavite ustrezne filtre in izberite "Pojdi".
277
+ SMARTCHART_INITIAL_NODATA=Za za\u010Detek nastavite ustrezne filtre in izberite "Za\u017Eeni".
270
278
 
271
279
  NOITEMS_LR_SMARTTABLE=Podatki niso najdeni.
272
280
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=\u0414\u0438\u0440\u0435\u043A\u0442\u043D\u0430
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=\u0414\u0440.\u043A\u043E\u0440\u0438\u0441\u043D\u0438\u043A \u0458\u0435 \u0443\u0440\u0435\u0434\u0438\u043E \u043E\u0432\u0430\u0458 \u043E\u0431\u0458.\u0431\u0435\u0437 \u0441\u043D\u0438\u043C.\u043F\u0440\u043E\u043C.\: \n{1} \n\u0410\u043A\u043E \u0432\u0438 \u043F\u0440\u0435\u0443\u0437\u043C\u0435\u0442\u0435, \u0441\u0432\u0435 \u043F\u0440\u043E\u043C.\u045B\u0435 \u0431\u0438\u0442\u0438 \u0438\u0437\u0433\u0443\u0431\u0459\u0435\u043D\u0435.
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=Det g\u00E5r inte att g\u00E5 direkt till objekt
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=En annan anv\u00E4ndare har \u00E4ndrat objektet utan att spara\:\n {1} \n Om du tar \u00F6ver f\u00F6rloras \u00E4ndringarna.
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=\u0E44\u0E21\u0E48\u0E2A\u0E32\u0E21\u0E32\u0E23
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=\u0E1C\u0E39\u0E49\u0E43\u0E0A\u0E49\u0E2D\u0E37\u0E48\u0E19\u0E41\u0E01\u0E49\u0E44\u0E02\u0E2D\u0E2D\u0E1A\u0E40\u0E08\u0E04\u0E19\u0E35\u0E49\u0E42\u0E14\u0E22\u0E44\u0E21\u0E48\u0E21\u0E35\u0E01\u0E32\u0E23\u0E40\u0E01\u0E47\u0E1A\u0E1A\u0E31\u0E19\u0E17\u0E36\u0E01\u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\:\n {1} \n\u0E16\u0E49\u0E32\u0E04\u0E38\u0E13\u0E19\u0E33\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23\u0E19\u0E35\u0E49\u0E21\u0E32\u0E43\u0E0A\u0E49 \u0E01\u0E32\u0E23\u0E40\u0E1B\u0E25\u0E35\u0E48\u0E22\u0E19\u0E41\u0E1B\u0E25\u0E07\u0E40\u0E2B\u0E25\u0E48\u0E32\u0E19\u0E31\u0E49\u0E19\u0E08\u0E30\u0E2A\u0E39\u0E0D\u0E2B\u0E32\u0E22
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=Bu analizler kart\u0131ndan do\u011Frudan nesne
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=Bu nesne ba\u015Fka kullan\u0131c\u0131 taraf\u0131ndan de\u011Fi\u015Fiklikler saklanmadan i\u015Flendi\: \n{1} \nNesneyi devral\u0131rsan\u0131z de\u011Fi\u015Fiklikler kaybolacak.
203
211
 
@@ -151,7 +151,7 @@ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u
151
151
 
152
152
  ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_DESC=\u0426\u0435 \u043C\u043E\u0436\u0435 \u0441\u0442\u0430\u0442\u0438\u0441\u044F, \u044F\u043A\u0449\u043E \u0432\u0438 \u043D\u0435 \u043F\u0456\u0434\u043A\u043B\u044E\u0447\u0435\u043D\u0456 \u0434\u043E \u0406\u043D\u0442\u0435\u0440\u043D\u0435\u0442\u0443, \u0430\u0431\u043E \u044F\u043A\u0449\u043E \u0431\u0430\u0437\u043E\u0432\u0430 \u0441\u0438\u0441\u0442\u0435\u043C\u0430 \u0447\u0438 \u043A\u043E\u043C\u043F\u043E\u043D\u0435\u043D\u0442 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456.
153
153
 
154
- ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0432\u0438\u043A\u043E\u043D\u0430\u0442\u0438 \u0446\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E
154
+ ST_GENERIC_ERROR_SYSTEM_UNAVAILABLE_FOR_ACTION=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0432\u0438\u043A\u043E\u043D\u0430\u0442\u0438 \u0446\u044E \u043E\u043F\u0435\u0440\u0430\u0446\u0456\u044E.
155
155
 
156
156
  ST_GENERIC_ERROR_NOT_AUTORIZED_CREATE=\u0423 \u0432\u0430\u0441 \u043D\u0435\u043C\u0430\u0454 \u043F\u043E\u0432\u043D\u043E\u0432\u0430\u0436\u0435\u043D\u044C \u043D\u0430 \u0441\u0442\u0432\u043E\u0440\u0435\u043D\u043D\u044F.
157
157
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=\u041F\u0440\u044F\u043C\u0430 \u043D\u0430\u043
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=\u0406\u043D\u0448\u0438\u0439 \u043A\u043E\u0440\u0438\u0441\u0442\u0443\u0432\u0430\u0447 \u0440\u0435\u0434\u0430\u0433\u0443\u0432\u0430\u0432 \u0446\u0435\u0439 \u043E\u0431''\u0454\u043A\u0442 \u0431\u0435\u0437 \u0437\u0431\u0435\u0440\u0435\u0436\u0435\u043D\u043D\u044F \u0437\u043C\u0456\u043D\:\n{1}\n\u042F\u043A\u0449\u043E \u043F\u0440\u0438\u0439\u043D\u044F\u0442\u0438, \u0437\u043C\u0456\u043D\u0438 \u0431\u0443\u0434\u0443\u0442\u044C \u0432\u0442\u0440\u0430\u0447\u0435\u043D\u0456.
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=Kh\u00F4ng th\u1EC3 \u0111i\u1EC1u h\u01B0\u1EDB
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=Ng\u01B0\u01A1\u0300i du\u0300ng kha\u0301c \u0111a\u0303 hi\u00EA\u0323u chi\u0309nh \u0111\u00F4\u0301i t\u01B0\u01A1\u0323ng na\u0300y ma\u0300 kh\u00F4ng l\u01B0u ca\u0301c thay \u0111\u00F4\u0309i\: \n{1} \nN\u00EA\u0301u ba\u0323n ti\u00EA\u0301p qua\u0309n, mo\u0323i thay \u0111\u00F4\u0309i se\u0303 bi\u0323 m\u00E2\u0301t.
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=\u65E0\u6CD5\u4ECE\u6B64\u6D1E\u5BDF\u5361\u76F4
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=\u53E6\u4E00\u7528\u6237\u5BF9\u6B64\u5BF9\u8C61\u8FDB\u884C\u4E86\u7F16\u8F91\u800C\u672A\u4FDD\u5B58\u6240\u505A\u7684\u66F4\u6539\uFF1A \n{1} \n\u5982\u679C\u53D6\u4EE3\uFF0C\u4EFB\u4F55\u66F4\u6539\u5747\u4F1A\u4E22\u5931\u3002
203
211
 
@@ -198,6 +198,14 @@ ST_CARD_NAVIGATION_FAILURE_INFO=\u7121\u6CD5\u5F9E\u6B64\u6D1E\u5BDF\u5361\u7247
198
198
 
199
199
 
200
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
+
201
209
 
202
210
  ST_GENERIC_DRAFT_LOCKED_BY_USER=\u53E6\u4E00\u500B\u4F7F\u7528\u8005\u5DF2\u7DE8\u8F2F\u6B64\u7269\u4EF6\uFF0C\u4E14\u6C92\u6709\u5132\u5B58\u66F4\u6539\uFF1A \n{1} \n\u5982\u679C\u60A8\u63A5\u624B\u8655\u7406\uFF0C\u5247\u66F4\u6539\u5C07\u6703\u907A\u5931\u3002
203
211
 
@@ -137,11 +137,23 @@ sap.ui.define([
137
137
  if (typeof (vExpression) === "string") {
138
138
  var sPath = vExpression.match(rPath) && vExpression.match(rPath)[0];
139
139
  if (sPath && sPath.indexOf("/") > 0 && oEntityType.navigationProperty) {
140
- var sParentEntitySet = oController.getOwnerComponent().getEntitySet();
140
+ var sOwnerComponentEntitySet = oController.getOwnerComponent().getEntitySet();
141
+ var sParentEntitySet = sOwnerComponentEntitySet;
142
+ var sTableBindingPath = oSmartTable.getTableBindingPath();
143
+ var aTableBindingPath = sTableBindingPath.split('/');
144
+ /*
145
+ * Check if the table has nested binding path.
146
+ * If yes, then retrieve the immediate parent's entity set
147
+ * And, make the child binding path as table's binding path.
148
+ */
149
+ if (aTableBindingPath.length === 2) {
150
+ sParentEntitySet = getParentEntitySet(sOwnerComponentEntitySet, oMetaModel,aTableBindingPath);
151
+ sTableBindingPath = aTableBindingPath[1];
152
+ }
141
153
  var sColumnNavigationProperty = sPath.split("/", 1)[0];
142
154
  // Check if column's navigation property and table's navigation property refers to same relationship between parent entity set and child entity set.
143
155
  // If it is same, then add hidden path for column. Otherwise, ignore UI.Hidden
144
- if (oTemplateUtils.oCommonUtils.checkInverseNavigation(sParentEntitySet, oSmartTable.getTableBindingPath(), oSmartTable.getEntitySet(), sColumnNavigationProperty)) {
156
+ if (oTemplateUtils.oCommonUtils.checkInverseNavigation(sParentEntitySet, sTableBindingPath, oSmartTable.getEntitySet(), sColumnNavigationProperty)) {
145
157
  mColumnKeyToDynamicHiddenPath[sColumnKey] = sPath.split("/").slice(1).join("/");
146
158
  }
147
159
  } else if (sPath && sPath.indexOf("/") === -1) {
@@ -156,6 +168,18 @@ sap.ui.define([
156
168
  }
157
169
  }
158
170
 
171
+ /*
172
+ * Finds the entity set of table's immediate parent from the owner
173
+ * component's entity set.
174
+ */
175
+ function getParentEntitySet(sObjectPageEntitySet, oMetaModel, aTableBindingPath) {
176
+ var oEntitySet = oMetaModel.getODataEntitySet(sObjectPageEntitySet);
177
+ var oEntityType = oMetaModel.getODataEntityType(oEntitySet.entityType);
178
+ var oAssociationSet = oMetaModel.getODataAssociationSetEnd(oEntityType, aTableBindingPath[0]);
179
+ return oAssociationSet.entitySet;
180
+ }
181
+
182
+
159
183
  /*
160
184
  * Returns the globally unique id of the SmartChart control. As the info object
161
185
  * supports lazy initialization of the control, Id is calculated using BlockSettings
@@ -28,7 +28,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
28
28
  /**
29
29
  * This function prevents the card creation if the application has semantic date values
30
30
  * @param {*} oState
31
- * @returns
31
+ * @returns {boolean}
32
32
  */
33
33
  InsightsCardHelper.isCardCreationAllowed = function(oState) {
34
34
  return !semanticDateRangeTypeHelper.hasSemanticDateValue(oState);
@@ -111,7 +111,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
111
111
  * Create Manifest for Sap.insight component with the given card defination
112
112
  *
113
113
  * @param {Object} oCardDefinition
114
- * @returns {Object}
114
+ * @returns {object}
115
115
  */
116
116
  var fnCreateManifestSapInsight = function (oCardDefinition) {
117
117
  var oComponent = oCardDefinition['component'],
@@ -180,7 +180,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
180
180
  * - Add mandatory filters to '_mandatoryODataFilters' and mandatory parameters to '_mandatoryODataParameters'.
181
181
  *
182
182
  * @param {Object} oCardDefinition
183
- * @returns {Object} oFinalSet The final configuration parameters
183
+ * @returns {object} oFinalSet The final configuration parameters
184
184
  */
185
185
  InsightsCardHelper.getFilterDetails = function (oCardDefinition) {
186
186
  var oFinalSet = { filters: {} },
@@ -246,7 +246,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
246
246
  return !aParameterKeys.includes(key);
247
247
  });
248
248
  if (oEntityType && oEntityType.property) {
249
- aCommonFilterProperties = getCommonFilterProperties(oEntityType.property, aParameterProperties);
249
+ aCommonFilterProperties = filterHelper.getCommonFilterProperties(oEntityType.property, aParameterProperties);
250
250
  }
251
251
  for (var i = 0; i < aCommonFilterProperties.length; i++) {
252
252
  var oFilterProp = aCommonFilterProperties[i],
@@ -359,25 +359,6 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
359
359
  });
360
360
  };
361
361
 
362
- var getCommonFilterProperties = function (aEntityProp, aParameters) {
363
- var aCommonPropKeys = aEntityProp.filter(function(oProperty) {
364
- return isPropertyFilterable(oProperty);
365
- }) || [];
366
- if (aParameters && aParameters.length > 0) {
367
- aEntityProp.forEach(function(oEntityProp){
368
- var sPropertyNameWithPrefix = "P_" + oEntityProp.name;
369
- if (aParameters.includes(sPropertyNameWithPrefix)) {
370
- aCommonPropKeys.push(oEntityProp);
371
- }
372
- });
373
- }
374
- return aCommonPropKeys;
375
- };
376
-
377
- var isPropertyFilterable = function (oProperty) {
378
- return oProperty["sap:filterable"] ? oProperty["sap:filterable"] !== "false" : true;
379
- };
380
-
381
362
  var getRelatedEntityProperty = function(oFilterProp, aEntityProperties) {
382
363
  if (aEntityProperties && aEntityProperties.length) {
383
364
  var aEntityProperty = aEntityProperties.filter(function(oEntityProperty) {
@@ -571,12 +552,12 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/metadataAnalyser"
571
552
  };
572
553
 
573
554
  /**
574
- * Create Manifest for Content property of Sap.Card component with the given card defination
575
- *
576
- * @param {Object} oCardDefinition
577
- * @param {Object} oSapCard
578
- * @returns {Object} oSapCardContent Header property for Sap.Card component of the Manifest
579
- */
555
+ * Create Manifest for Content property of Sap.Card component with the given card defination
556
+ *
557
+ * @param {Object} oCardDefinition
558
+ * @param {Object} oSapCard
559
+ * @returns {Object} oSapCardContent Header property for Sap.Card component of the Manifest
560
+ */
580
561
  InsightsCardHelper.fnCreateManifestSapAnalyticalCardContent = function (oCardDefinition, oCardConfig) {
581
562
  var oSapCardContent = {},
582
563
  oCurrentControlHandler = oCardDefinition['currentControlHandler'],
@@ -4,8 +4,9 @@ sap.ui.define([
4
4
  "sap/m/MessageBox",
5
5
  "sap/suite/ui/generic/template/lib/insights/InsightsCardHelper",
6
6
  "sap/suite/ui/generic/template/lib/cards/DTCardHelper",
7
- "sap/base/util/merge"
8
- ], function(BaseObject, extend, MessageBox, InsightsCardHelper, DTCardHelper, merge) {
7
+ "sap/base/util/merge",
8
+ "sap/base/util/deepClone"
9
+ ], function(BaseObject, extend, MessageBox, InsightsCardHelper, DTCardHelper, merge, deepClone) {
9
10
  'use strict';
10
11
  function getMethods(oState, oController, oTemplateUtils) {
11
12
 
@@ -15,9 +16,9 @@ sap.ui.define([
15
16
  /**
16
17
  * This function can be called by any InsightsHandler instance to add the card that the user wants to share
17
18
  * @param {*} oInsightsCardProvider single insight instance which is shared across the application
18
- * @param {*} sType card type that will be provided by the component (LR/ALP/OP)
19
+ * @param {string} sType card type that will be provided by the component (LR/ALP/OP)
19
20
  * @param {*} oPresentationControlHandler
20
- *
21
+ * @returns {Promise<Array<object>>}
21
22
  */
22
23
  function fnGetCardsToShare(sType, oPresentationControlHandler) {
23
24
  var oCardInfo, sCardTitle, sAppTitle,
@@ -58,37 +59,36 @@ sap.ui.define([
58
59
  };
59
60
 
60
61
  // updating the same card to the global model so that the additional details can be used when card detail is requested from a card consumer.
61
- var oShareCardInfo = Object.create(null);
62
+ var oShareCardInfo = deepClone(oCardInfo);
62
63
 
63
64
  var fnGetCardInfoPromise = new Promise(function (fnResolve) {
64
65
  if (sType === InsightsCardHelper.CardTypes.DT_CARD) {
65
66
  oState.oDTCardHelper.getCardManifest(DTCardHelper.CardTypes.INTEGRATION)
66
- .then(function (oCardManifest) {
67
- if (!oCardManifest) {
68
- fnResolve(null);
69
- return;
70
- }
71
- oCardInfo.descriptorContent = merge(
72
- oCardManifest,
73
- oCardInfo.descriptorContent
74
- );
75
- fnResolve(oCardInfo);
76
- })
77
- .catch(function (oError) {
67
+ .then(function (oCardManifest) {
68
+ if (!oCardManifest) {
78
69
  fnResolve(null);
79
- });
70
+ return;
71
+ }
72
+ oShareCardInfo.descriptorContent = merge(
73
+ oShareCardInfo.descriptorContent,
74
+ oCardManifest
75
+ );
76
+ fnResolve(oShareCardInfo);
77
+ })
78
+ .catch(function (oError) {
79
+ fnResolve(null);
80
+ });
80
81
  } else {
81
- fnResolve(oCardInfo);
82
+ fnResolve(oShareCardInfo);
82
83
  }
83
84
  });
84
- return fnGetCardInfoPromise.then(function (oCardInfo) {
85
- if (oCardInfo) {
86
- extend(oShareCardInfo, oCardInfo);
85
+ return fnGetCardInfoPromise.then(function (oShareCardInfo) {
86
+ if (oShareCardInfo) {
87
87
  oShareCardInfo.cardType = sType;
88
88
  oShareCardInfo.viewId = sViewId;
89
89
  oTemplatePrivateGlobalModel.setProperty("/generic/insights/shareCards/" + iViewLevel, [oShareCardInfo]);
90
90
  }
91
- return oCardInfo ? [oCardInfo] : [];
91
+ return oShareCardInfo ? [oCardInfo] : [];
92
92
  });
93
93
 
94
94
  }
@@ -100,7 +100,7 @@ sap.ui.define([
100
100
  /**
101
101
  * This method is relevant for table and list card types
102
102
  * @param {*} oEntityType
103
- * @returns
103
+ * @returns {boolean}
104
104
  */
105
105
  function fnCheckSimpleTableColumns (oEntityType) {
106
106
  var oMetaModel = oState.oPresentationControlHandler.getModel().getMetaModel();
@@ -3055,7 +3055,7 @@ sap.ui.define(["sap/ui/base/Object",
3055
3055
  * @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
3056
3056
  * @public
3057
3057
  * @extends sap.ui.base.Object
3058
- * @version 1.125.0
3058
+ * @version 1.127.0
3059
3059
  * @since 1.30.0
3060
3060
  * @alias sap.suite.ui.generic.template.lib.NavigationController
3061
3061
  */
@@ -12,9 +12,22 @@ sap.ui.define([
12
12
  */
13
13
  oSmartChart.isInitialised() ? fnInitInnerChart() : oSmartChart.attachInitialized(fnInitInnerChart);
14
14
 
15
+ var fnResolveInit = null;
16
+ var oInitPromise = new Promise(function (fnResolve) {
17
+ fnResolveInit = fnResolve;
18
+ });
19
+
20
+ function fnGetInitializationPromise() {
21
+ return oInitPromise;
22
+ }
23
+
15
24
  function fnInitInnerChart() {
16
25
  oSmartChart.getChartAsync().then(function(oChart){
17
26
  oInnerChart = oChart;
27
+ // Resolve the init promise
28
+ if (fnResolveInit) {
29
+ fnResolveInit();
30
+ }
18
31
  });
19
32
  }
20
33
 
@@ -152,7 +165,8 @@ sap.ui.define([
152
165
  applyNavigationSortOrder: fnApplyNavigationSortOrder,
153
166
  getToolbar: getToolbar,
154
167
  scrollToSelectedItemAsPerChildContext: Function.prototype,
155
- getPressedItemParameter: Function.prototype
168
+ getPressedItemParameter: Function.prototype,
169
+ getInitializationPromise: fnGetInitializationPromise
156
170
  };
157
171
  }
158
172
 
@@ -34,6 +34,10 @@ sap.ui.define([
34
34
  return oSmartList.getToolbar();
35
35
  }
36
36
 
37
+ function fnGetInitializationPromise() {
38
+ return Promise.resolve();
39
+ }
40
+
37
41
  // public instance methods
38
42
  return {
39
43
  getBinding: fnGetBinding,
@@ -54,7 +58,8 @@ sap.ui.define([
54
58
  getToolbar: getToolbar,
55
59
  applyNavigationSortOrder: Function.prototype, // no way to set the sort order in the smart list
56
60
  scrollToSelectedItemAsPerChildContext: Function.prototype,
57
- getPressedItemParameter: Function.prototype
61
+ getPressedItemParameter: Function.prototype,
62
+ getInitializationPromise: fnGetInitializationPromise
58
63
  };
59
64
  }
60
65
 
@@ -231,7 +231,8 @@ sap.ui.define([
231
231
  //Accepts row context in Grid Table and returns the Grid table row
232
232
  function getGridTableRow(oContext) {
233
233
  var iFirstVisibleRowIndex = oInnerTable.getFirstVisibleRow();
234
- var iVisibleRowCount = oInnerTable.getRowMode().getConfiguredRowCount();
234
+ // TODO This logic needs to be updated while adding "rowMode" aggregation to grid table
235
+ var iVisibleRowCount = oInnerTable.getRows().length;
235
236
  var sRowPath = oContext.getPath();
236
237
  for (var i = 0; i < iVisibleRowCount; i++) {
237
238
  if (oInnerTable.getContextByIndex(iFirstVisibleRowIndex + i).getPath() === sRowPath) {
@@ -549,6 +550,10 @@ sap.ui.define([
549
550
  return null;
550
551
  }
551
552
 
553
+ function fnGetInitializationPromise() {
554
+ return Promise.resolve();
555
+ }
556
+
552
557
  // public instance methods
553
558
  return {
554
559
  getBinding: fnGetBinding,
@@ -588,7 +593,8 @@ sap.ui.define([
588
593
  addCellSelector: fnAddCellSelector,
589
594
  getSelection: getSelection,
590
595
  getPotentiallyReadOnlyField: getPotentiallyReadOnlyField,
591
- getColumnByKey: fnGetColumnByKey
596
+ getColumnByKey: fnGetColumnByKey,
597
+ getInitializationPromise: fnGetInitializationPromise
592
598
  };
593
599
  }
594
600
 
@@ -62,7 +62,7 @@ sap.ui.define([
62
62
  interfaces: [],
63
63
  controls: [],
64
64
  elements: [],
65
- version: "1.125.0",
65
+ version: "1.127.0",
66
66
  extensions: {
67
67
  //Configuration used for rule loading of Support Assistant
68
68
  "sap.ui.support": {
@@ -827,7 +827,7 @@ sap.ui.define([
827
827
  */
828
828
  _getSelParamsFromChart: function(chart) {
829
829
  var dpList = [];
830
- dpList = chart.getSelectedDataPoints().dataPoints;
830
+ dpList = this.oState.oTemplateUtils.oCommonUtils.getSelectionPoints(chart).dataPoints;
831
831
  return this._getSelParamsFromDPList(dpList);
832
832
  },
833
833
  /**
@@ -30,7 +30,7 @@ sap.ui.define(["sap/ui/base/Object",
30
30
  bIsSearchTriggeredByStartUp = false,
31
31
  _fnStartUpPromise = null,
32
32
  _oStartUpSelectionVariant;
33
- var oStoringInformation = null;
33
+ var sStoredAppStateKey = null;
34
34
  var oSettings = oTemplateUtils.oComponentUtils.getSettings();
35
35
  var sAppStateKeyInUrl = null;
36
36
  var oRealizedAppState = { // this object contains information which can be derived from url
@@ -247,6 +247,8 @@ sap.ui.define(["sap/ui/base/Object",
247
247
  sNavType = sap.fe.navigation.NavType.iAppState;
248
248
  }
249
249
  oState.oSmartFilterbar.setSuppressSelection(false);
250
+ //Pref Improvement - Resume SetFilterData
251
+ oState.oSmartFilterbar.resumeSetFilterData();
250
252
  var sAppStateKey = oAppData.appStateKey || "";
251
253
  //Make sure that no two resolve functions are executing at the same time.
252
254
  if (bIsTransferringUrlStateToPageState){
@@ -260,8 +262,6 @@ sap.ui.define(["sap/ui/base/Object",
260
262
  bIsTransferringUrlStateToPageState = true;
261
263
  oState.sNavType = sNavType;
262
264
  var oNewUrlParameters = (!sAppStateKey && oURLParameters) || {};
263
- //Pref Improvement - Resume SetFilterData
264
- oState.oSmartFilterbar.resumeSetFilterData();
265
265
  handleVariantIdPassedViaURLParams(oNewUrlParameters);
266
266
  //Apply sort order coming from the XAppState to the smart table.
267
267
  if (sNavType !== sap.fe.navigation.NavType.iAppState && oAppData.presentationVariant !== undefined) {
@@ -405,7 +405,7 @@ sap.ui.define(["sap/ui/base/Object",
405
405
  fnSetDefaultFilter();
406
406
  }
407
407
  fnUpdateSVFB();
408
- oStoringInformation = null;
408
+ sStoredAppStateKey = null;
409
409
  //onload behaviour change for Go button mode
410
410
  if (!oState.oSmartFilterbar.isLiveMode()) {
411
411
  var bDataLoad = _fnIsLoadDataOnAppLaunch();
@@ -699,35 +699,38 @@ sap.ui.define(["sap/ui/base/Object",
699
699
  if (oTemplateUtils.oComponentUtils.isStateHandlingSuspended()) {
700
700
  return;
701
701
  }
702
+
703
+ var oUshellContainer = sap.ui.require("sap/ushell/Container");
704
+ // The NavigationHandler.storeInnerAppStateAsync API works only on the ushell environment.
705
+ // Hence, simply return if ushell container is unavailable.
706
+ if (!oUshellContainer) {
707
+ oLogger.error("AnalyticalListPage.fnStoreCurrentAppStateAndAdjustURL: Can't save the app state as ushell container is not found!");
708
+ return;
709
+ }
702
710
  // oCurrentAppState is optional
703
711
  // - nothing, if NavigationHandler not available
704
- // - adjusts URL immediately
712
+ // - adjusts URL
705
713
  // - stores appState for this URL (asynchronously)
706
714
  var oCurrentAppState = getCurrentAppState();
707
- // currently NavigationHandler raises an exception when ushellContainer is not available, should be changed
708
- // by
709
- // Denver
710
- try {
711
- //storage information object
712
- oStoringInformation = oNavigationHandler.storeInnerAppStateWithImmediateReturn(oCurrentAppState, true);
713
- } catch (err) {
714
- oLogger.error("AnalyticalListPage.fnStoreCurrentAppStateAndAdjustURL: " + err);
715
- }
716
- if (oStoringInformation instanceof sap.fe.navigation.NavError) {
717
- oStoringInformation = null;
718
- return;
719
- }
720
- if (oState.oTemplateUtils.oComponentUtils.isComponentActive() && oStoringInformation) { // if the appstateKey really represents a new state and the view is still active set it to hash
721
- oState.oTemplateUtils.oServices.oApplication.navigateByExchangingQueryParam(sAppState, oStoringInformation.appStateKey);
722
- }
723
- //LR is using replaceHash function of NavigationHandler to update the key.
724
- //LR’s logic is creating the navigation promise and triggering the resolve function on every app state change
725
- //For ALP that logic will create performance issue. So using a different logic
726
- if (oStoringInformation && sAppStateKeyInUrl !== oStoringInformation.appStateKey) {
727
- //No need to wait for oStoringInformation.promise, app state is directly accessible from oStoringInformation object
728
- oRealizedAppState.appStateKey = oStoringInformation.appStateKey;
729
- oStoringInformation = null;
730
- }
715
+
716
+ var oStoreInnerAppStatePromise = oNavigationHandler.storeInnerAppStateAsync(oCurrentAppState, true);
717
+ oStoreInnerAppStatePromise.done(function (sAppStateKey) {
718
+ sStoredAppStateKey = sAppStateKey;
719
+ if (oState.oTemplateUtils.oComponentUtils.isComponentActive() && sStoredAppStateKey) { // if the appstateKey really represents a new state and the view is still active set it to hash
720
+ oState.oTemplateUtils.oServices.oApplication.navigateByExchangingQueryParam(sAppState, sStoredAppStateKey);
721
+ }
722
+ //LR is using replaceHash function of NavigationHandler to update the key.
723
+ //LR’s logic is creating the navigation promise and triggering the resolve function on every app state change
724
+ //For ALP that logic will create performance issue. So using a different logic
725
+ if (sStoredAppStateKey && sAppStateKeyInUrl !== sStoredAppStateKey) {
726
+ oRealizedAppState.appStateKey = sStoredAppStateKey;
727
+ sStoredAppStateKey = null;
728
+ }
729
+ });
730
+ oStoreInnerAppStatePromise.fail(function (oError) {
731
+ oLogger.error("AnalyticalListPage.fnStoreCurrentAppStateAndAdjustURL: " + oError);
732
+ sStoredAppStateKey = null;
733
+ });
731
734
  }
732
735
  function fnCheckToLaunchDialog() {
733
736
  var oTemplatePrivate = oState.oController.getOwnerComponent().getModel("_templPriv");
@@ -283,7 +283,7 @@ sap.ui.define(["sap/ui/core/mvc/Controller",
283
283
  var oEvent = deepExtend({}, ev);
284
284
  setTimeout(function() { // due to the selection data points not being updated during the deselectData event, must check again asynchronously
285
285
  var chart = me.oChart;
286
- if (chart.getSelectedDataPoints().count == 0) {// Clear the filter if no selections remain. If a selection exists it would have come through the SelectData event
286
+ if (me.oState.oTemplateUtils.oCommonUtils.getSelectionPoints(chart).count == 0) {// Clear the filter if no selections remain. If a selection exists it would have come through the SelectData event
287
287
  me._updateTable();
288
288
  } else if (chart.getSelectionMode() == "MULTIPLE") {// Treat an unselect with remaining selection points as a select
289
289
  me._onChartSelectData(oEvent);