@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,4 +1,3 @@
1
- /* global window */
2
1
  sap.ui.define([
3
2
  "sap/ui/model/Filter",
4
3
  "sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI",
@@ -23,9 +22,13 @@ sap.ui.define([
23
22
  "sap/m/table/Util",
24
23
  "sap/suite/ui/generic/template/genericUtilities/filterHelper",
25
24
  "sap/suite/ui/generic/template/js/AnnotationHelperHiddenTermSupport",
26
- "sap/m/IllustratedMessageType"
25
+ "sap/m/IllustratedMessageType",
26
+ "sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler",
27
+ "sap/ui/model/FilterOperator",
28
+ "sap/ui/core/message/MessageType"
27
29
  ], function (Filter, ExtensionAPI, listUtils, MessageStripHelper, IappStateHandler, MultipleViewsHandler,
28
- WorklistHandler, ShareUtils, controlHelper, FeLogger, testableHelper, ObjectPath, StableIdHelper, deepExtend, CreateWithDialogHandler, CtxMenuHandler, MultiEditHandler, SelectionVariant, InsightsHandler, filterSettingsPreparationHelper, TableUtil, filterHelper, AnnotationHelperHiddenTermSupport, IllustratedMessageType) {
30
+ WorklistHandler, ShareUtils, controlHelper, FeLogger, testableHelper, ObjectPath, StableIdHelper, deepExtend, CreateWithDialogHandler, CtxMenuHandler, MultiEditHandler, SelectionVariant, InsightsHandler, filterSettingsPreparationHelper, TableUtil, filterHelper, AnnotationHelperHiddenTermSupport, IllustratedMessageType,
31
+ EasyFilterBarHandler, FilterOperator, MessageType) {
29
32
  "use strict";
30
33
 
31
34
  var oLogger = new FeLogger("ListReport.controller.ControllerImplementation").getLogger();
@@ -164,8 +167,8 @@ sap.ui.define([
164
167
  function getDefaultValuesImpl(oPredefinedValues, oButton, fnParam) {
165
168
  var oGetDefaultValuesPromise = oTemplateUtils.oServices.oCRUDManager.getDefaultValues(oButton, oPredefinedValues);
166
169
  if (oGetDefaultValuesPromise instanceof Promise) {
167
- var fnGetPredefinedValues = function (aResponse) {
168
- fnParam.call(this, aResponse[0], oButton);
170
+ var fnGetPredefinedValues = function (mDefaultValues) {
171
+ fnParam.call(this, mDefaultValues, oButton);
169
172
  };
170
173
  oGetDefaultValuesPromise.then(fnGetPredefinedValues, fnGetPredefinedValues);
171
174
  } else {
@@ -302,40 +305,35 @@ sap.ui.define([
302
305
 
303
306
  function onShareListReportActionButtonPressImpl(oButton) {
304
307
  var getFilterInfoForTilePromise = function () {
305
- var bAreDataShownInTable = oState.oIappStateHandler.areDataShownInTable();
306
- if (bAreDataShownInTable) {
307
- var oPresentationControlHandler = oState.oPresentationControlHandler;
308
- var oMetaModel = oPresentationControlHandler.getModel().getMetaModel();
309
- var sEntityTypeName = oMetaModel.getODataEntitySet(oPresentationControlHandler.getEntitySet()).entityType;
310
- var oBinding = oPresentationControlHandler.getBinding(oState);
311
- var sServiceUrl = oBinding ? oBinding.getDownloadUrl() : "";
312
- // - For Analytical Binding.
313
- // we recv. aApplicationFilter and aApplicationFilters binding both but aApplicationFilter have actual filters operator value.
314
- // - For List Binding.
315
- // we recv. only aApplicationFilters contains filter operator.
316
- var aFilters = oBinding ? (oBinding.aApplicationFilter || oBinding.aApplicationFilters) : [];
317
- // non-draft case when no filter is applied
318
- if (!aFilters.length) {
319
- return Promise.resolve({
320
- sServiceUrl: sServiceUrl
321
- });
322
- }
323
- var oFilterData = oState.oSmartFilterbar.getFilterData();
324
- var sFilterParams = filterHelper.getFilterParams(oMetaModel, sEntityTypeName, aFilters, oFilterData);
325
- if (sFilterParams) {
326
- sServiceUrl = oTemplateUtils.oCommonUtils.fnReplaceFiltersWithGetDownloadUrl(sServiceUrl, sFilterParams);
327
- return Promise.resolve({
328
- sServiceUrl: sServiceUrl
329
- });
330
- } else {
331
- return Promise.resolve({
332
- sServiceUrl: ""
333
- });
334
- }
308
+ var oPresentationControlHandler = oState.oPresentationControlHandler;
309
+ var oMetaModel = oPresentationControlHandler.getModel().getMetaModel();
310
+ var sEntityTypeName = oMetaModel.getODataEntitySet(oPresentationControlHandler.getEntitySet()).entityType;
311
+ var oBinding = oPresentationControlHandler.getBinding(oState);
312
+ var sServiceUrl = oBinding ? oBinding.getDownloadUrl() : "";
313
+ // - For Analytical Binding.
314
+ // we recv. aApplicationFilter and aApplicationFilters binding both but aApplicationFilter have actual filters operator value.
315
+ // - For List Binding.
316
+ // we recv. only aApplicationFilters contains filter operator.
317
+ var aFilters = oBinding ? (oBinding.aApplicationFilter || oBinding.aApplicationFilters) : [];
318
+ // non-draft case when no filter is applied
319
+ if (!aFilters.length) {
320
+ return Promise.resolve({
321
+ sServiceUrl: sServiceUrl
322
+ });
335
323
  }
336
- return Promise.resolve({
337
- sServiceUrl: ""
338
- });
324
+ var oFilterData = oState.oSmartFilterbar.getFilterData();
325
+ var sFilterParams = filterHelper.getFilterParams(oMetaModel, sEntityTypeName, aFilters, oFilterData);
326
+ if (sFilterParams) {
327
+ sServiceUrl = oTemplateUtils.oCommonUtils.fnReplaceFiltersWithGetDownloadUrl(sServiceUrl, sFilterParams);
328
+ return Promise.resolve({
329
+ sServiceUrl: sServiceUrl
330
+ });
331
+ } else {
332
+ return Promise.resolve({
333
+ sServiceUrl: ""
334
+ });
335
+ }
336
+
339
337
  };
340
338
 
341
339
  var oFragmentController = {
@@ -399,7 +397,10 @@ sap.ui.define([
399
397
  });
400
398
  }
401
399
  };
402
-
400
+ var bAreDataShownInTable = oState.oIappStateHandler.areDataShownInTable();
401
+ if (!bAreDataShownInTable) {
402
+ oState.oSmartFilterbar.search();
403
+ }
403
404
  ShareUtils.openSharePopup(oTemplateUtils.oCommonUtils, oButton, oFragmentController);
404
405
  }
405
406
 
@@ -546,14 +547,24 @@ sap.ui.define([
546
547
  oState.oMultiEditHandler = new MultiEditHandler(oState, oController, oTemplateUtils);
547
548
  oState.oInsightsHandler = new InsightsHandler(oState, oController, oTemplateUtils);
548
549
 
550
+ oTemplateUtils.oServices.oFioriAIHandler && oTemplateUtils.oServices.oFioriAIHandler.getFioriAIEnabledPromise().then(function() {
551
+ oState.oEasyFilterBarHandler = new EasyFilterBarHandler(oState, oController, oTemplateUtils);
552
+ });
553
+
554
+
555
+
549
556
  var oTemplatePrivateModel = oTemplateUtils.oComponentUtils.getTemplatePrivateModel();
550
557
 
558
+ oTemplatePrivateModel.setProperty("/listReport/aMissingNavProperties", false);
559
+
551
560
  oTemplatePrivateModel.setProperty("/generic/bDataAreShownInTable", false);
552
561
  //set a property for the state of LR table. At this state data have never been requested for LR table. Later once data is recieved for LR table we will set it to true.
553
562
  oTemplatePrivateModel.setProperty("/listReport/firstSelection", false);
554
563
 
555
564
  // Initialise headerExpanded property to true as a fix for incident 1770402849. Text of toggle filter button depends on this value.
556
565
  oTemplatePrivateModel.setProperty("/listReport/isHeaderExpanded", true);
566
+ // Default SFB should be rendered. Only in AI enabled cases EasyFilter should be rendered
567
+ oTemplatePrivateModel.setProperty("/listReport/filterMode", "classic");
557
568
 
558
569
  // set property for enable/disable of the Delete button
559
570
  oTemplatePrivateModel.setProperty("/listReport/deleteEnabled", false);
@@ -684,6 +695,11 @@ sap.ui.define([
684
695
 
685
696
  onSmartFilterBarInitialized: function () {
686
697
  oState.oIappStateHandler.onSmartFilterBarInitialized();
698
+ // oTemplateUtils.oServices.oFioriAIHandler && oTemplateUtils.oServices.oFioriAIHandler.getFioriAIEnabledPromise().then(function() {
699
+ // // oEasyFilterBarHandler is already initialized in the controller onInit
700
+ // // Prepare the metadats upfront so that it is not triggered for each search
701
+ // oState.oEasyFilterBarHandler && oState.oEasyFilterBarHandler.getEasyFilterSearchMetadata();
702
+ // });
687
703
  },
688
704
 
689
705
  onAfterSFBVariantLoad: function (oEvent) {
@@ -694,7 +710,19 @@ sap.ui.define([
694
710
  var oSmartList = oEvent.getSource();
695
711
  fnOnDataReceived(oSmartList);
696
712
  },
697
-
713
+ // Check if a new control can be created for the AI Input field so that the event handler can be removed from here
714
+ onEasyFilterEnterPress : function (oEvent) {
715
+ var oEasyFilter = oEvent.getSource();
716
+ oTemplateUtils.oCommonEventHandlers.onEasyFilterChange(oEasyFilter, oState);
717
+ },
718
+ onEasyFilterGoButtonPress : function() {
719
+ var oEasyFilter = oController.byId("easyFilter");
720
+ oTemplateUtils.oCommonEventHandlers.onEasyFilterChange(oEasyFilter, oState);
721
+ },
722
+ onEasyFilterChange : function(oEvent) {
723
+ var oEasyFilter = oEvent.getSource();
724
+ oEasyFilter.setValueState(sap.ui.core.ValueState.None);
725
+ },
698
726
  onBeforeRebindTable: function (oEvent) {
699
727
  var oSmartTable = oEvent.getSource();
700
728
  setNoDataTextIfRequired(oSmartTable);
@@ -705,6 +733,56 @@ sap.ui.define([
705
733
  // However, this connection is not there in the multi view multi table scenario which is the only case in which this snapshot
706
734
  // will be used later.
707
735
  var aFiltersFromRebindEvent = oBindingParams.filters.slice(0);
736
+ // To get the missing navigation properties rom the user variant
737
+ var oSmartFilterBarId = oState.oSmartFilterbar.getId();
738
+ var oSmartFilterBarWrapper = oTemplateUtils.oCommonUtils.getControlStateWrapperById(oSmartFilterBarId, "SmartFilterBar");
739
+ var aAddedFilters = oSmartFilterBarWrapper.getMissingNavProperties();
740
+ if (aAddedFilters.length) {
741
+ var aFilters = Object.keys(aAddedFilters).map(function(filterKey) {
742
+ return aAddedFilters[filterKey][0].keyField.replace('.', '/');
743
+ });
744
+ var sCurrentVariant = oState.oSmartFilterbar.getVariantManagement().getId();
745
+ var sCurrentVariantId = oState.oSmartFilterbar.getCurrentVariantId();
746
+ var oAllVariants = sap.ui.getCore().byId(sCurrentVariant).getAllVariants();
747
+ var oCurrentVariant = oAllVariants.find(function(variant) {
748
+ return variant.getId() === sCurrentVariantId;
749
+ });
750
+ var sCurrentVariantName = oCurrentVariant ? oCurrentVariant.mProperties.texts.variantName.value : '';
751
+ var oEntityType = oTemplateUtils.oCommonUtils.getMetaModelEntityType(oState.oSmartFilterbar.getEntitySet());
752
+ var aFilterNames = aFilters.reduce(function(acc, sFilter) {
753
+ var matchingProperties = oEntityType.property.filter(function(element) {
754
+ return element['sap:text'] && element['sap:text'].startsWith(sFilter);
755
+ });
756
+ matchingProperties.forEach(function(oProperty) {
757
+ if (oProperty) {
758
+ acc.push(oProperty.name);
759
+ }
760
+ });
761
+ return acc;
762
+ }, []).filter(Boolean);
763
+ var sMessage = oTemplateUtils.oCommonUtils.getText("MESSAGE_FILTER_NOT_AVAILABLE",[sCurrentVariantName,aFilterNames.join(", ")]);
764
+ var oMsg = {
765
+ message: sMessage,
766
+ type: MessageType.Warning
767
+ };
768
+ var sSelectedTabKey = oState.oMultipleViewsHandler.getSelectedKey();
769
+ this.extensionAPI.setCustomMessage(oMsg,sSelectedTabKey);
770
+ aAddedFilters.forEach(function (range) {
771
+ if (!range[0].exclude) {
772
+ var filter = new Filter({
773
+ aFilters: [
774
+ new Filter({
775
+ path: range[0].keyField.replace('.', '/'),
776
+ operator: FilterOperator[range[0].operation],
777
+ value1: range[0].value1
778
+ })
779
+ ],
780
+ bAnd: false
781
+ });
782
+ oBindingParams.filters.push(filter);
783
+ }
784
+ });
785
+ }
708
786
  oTemplateUtils.oCommonEventHandlers.onBeforeRebindTable(oEvent, {
709
787
  determineSortOrder: oState.oMultipleViewsHandler.determineSortOrder,
710
788
  ensureExtensionFields: oController.templateBaseExtension.ensureFieldsForSelect,
@@ -887,6 +887,16 @@ sap.ui.define([
887
887
  // regarding a), while SFB takes care to set the data for standard filters (created via annotation), for others (extension filters, edit state filter, anything else that
888
888
  // should be controlled by VM (currently anything else we add to iAppState, but maybe that's only correct in case of page variant management)) we have to set it
889
889
  // (independent of the context).
890
+ if (sap.ui.getCore().getMessageManager().getMessageModel().oData.length) {
891
+ var removedMessages = [];
892
+ for (var i in sap.ui.getCore().getMessageManager().getMessageModel().oData) {
893
+ var msg = sap.ui.getCore().getMessageManager().getMessageModel().oData[i];
894
+ if (msg.persistent && oEvent.getParameters().context === undefined) {
895
+ removedMessages.push(msg);
896
+ }
897
+ }
898
+ sap.ui.getCore().getMessageManager().removeMessages(removedMessages);
899
+ }
890
900
  fnRestoreExtendedFilterDataOnAfterSFBVariantLoad(oEvent);
891
901
  }
892
902
 
@@ -329,6 +329,17 @@ sap.ui.define([
329
329
  * @param {boolean} oExportParams.includeFilterSettings The value of "Include filter settings" checkbox
330
330
  * @protected
331
331
  */
332
- onBeforeExportTableExtension: function(oExportParams) {}
332
+ onBeforeExportTableExtension: function(oExportParams) {},
333
+
334
+ /**
335
+ * SAP Fiori elements offers a generic implementation for function getContext() called by Joule.
336
+ * Additionally, the app context contains a custom object that an application developer can leverage to provide additional information relevant to the capability.
337
+ *
338
+ * @param {object} oContext - context object generated by Fiori elements
339
+ * @returns enhanced context object with custom properties
340
+ */
341
+ getContext: function(oContext) {
342
+ return oContext;
343
+ }
333
344
  };
334
345
  });
@@ -174,10 +174,10 @@ sap.ui.define(["sap/ui/base/Object",
174
174
  * This method should be called when any custom ui state handled by the get/restoreCustomAppStateDataExtension-methods changes.
175
175
  * Note that changes applied to custom filters need not to be propagated this way, since the change event of the SmartFilterBar
176
176
  * will automatically be handled by the smart template framework.
177
- * @public
178
- *
177
+ *
179
178
  * For more information, see {@link topic:5fb9f57fcf12401bbe39a635e9a32a4e Adding Custom Fields to the Filter Bar}.
180
- *
179
+ *
180
+ * @public
181
181
  */
182
182
  onCustomAppStateChange: function(){
183
183
  oState.oIappStateHandler.customAppStateChange();
@@ -157,6 +157,22 @@ ST_CREATE_WITH_FILTERS=Create with filters
157
157
 
158
158
  #------------End of: template controller reuse texts-----------------------
159
159
 
160
+ #------------Easy filter related text-----------------------
161
+ # All the easy filter and filter mode related texts are defined here
162
+
163
+ # XTIT,30: Title of the Filter modes in List Report
164
+ ST_EASY_FILTER_TITLE=Filter Mode :
165
+
166
+ # XBUT: Manual filter segmented button text
167
+ ST_MANUAL_FILTER=Classic
168
+
169
+ # XBUT: Easy filter segmented button text
170
+ ST_EASY_FILTER=SAP Business AI
171
+
172
+ #------------End of: Easy filter related text-----------------------
173
+
174
+
175
+
160
176
  #---Final block: texts to be redefined by the application ----------------------------------------
161
177
 
162
178
  # XTOL: shown as tooltip on plus or create sign; ; "object" to be redefined. example: Create New Product
@@ -171,4 +187,7 @@ CREATE_DIALOG_TITLE=New Object
171
187
  # YMSG,30: used in MessageBox after partial update.
172
188
  PARTIAL_UPDATE={0} of {1} objects updated.
173
189
 
190
+ # YMSG,150: used to show the applied filters which are no longer visible.
191
+ MESSAGE_FILTER_NOT_AVAILABLE=Filters have been applied to the current view \"{0}\" that are no longer visible: {1}. Contact your administrator to make the filters visible again.
192
+
174
193
  #---End of final block: texts to be redefined by the application ----------------------------------------
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=\u0625\u0646\u0634\u0627\u0621 \u0645\u0639 \u0639\u0648\
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=\u0646\u0645\u0637 \u0627\u0644\u062A\u0635\u0641\u064A\u0629\:
106
+
107
+ ST_MANUAL_FILTER=\u062A\u0642\u0644\u064A\u062F\u064A
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=\u0625\u0646\u0634\u0627\u0621 \u0643\u0627\u0626\u0646
106
116
 
107
117
  CREATE_OBJECT=\u0625\u0646\u0634\u0627\u0621
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=\u0627\u0644\u0643\u0627\u0626\u0646 \u0627\u0644\u062C\u062
110
120
 
111
121
  PARTIAL_UPDATE=\u062A\u0645 \u062A\u062D\u062F\u064A\u062B {0} \u0645\u0646 {1} \u0645\u0646 \u0627\u0644\u0643\u0627\u0626\u0646\u0627\u062A.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=\u062A\u0645 \u062A\u0637\u0628\u064A\u0642 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0639\u0644\u0649 \u0627\u0644\u0639\u0631\u0636 \u0627\u0644\u062D\u0627\u0644\u064A "{0}" \u0627\u0644\u0630\u064A \u0644\u0645 \u064A\u0639\u062F \u0645\u0631\u0626\u064A\u064B\u0627\: {1}. \u0627\u062A\u0635\u0644 \u0628\u0627\u0644\u0645\u0633\u0624\u0648\u0644 \u0644\u062F\u064A\u0643 \u0644\u062C\u0639\u0644 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0645\u0631\u0626\u064A\u0629 \u0645\u0631\u0629 \u0623\u062E\u0631\u0649.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=\u0420\u0435\u0436\u0438\u043C \u043D\u0430 \u0444\u0438\u043B\u0442\u0440\u0438\u0440\u0430\u043D\u0435\:
106
+
107
+ ST_MANUAL_FILTER=\u041A\u043B\u0430\u0441\u0438\u0447\u0435\u0441\u043A\u0438
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435 \u043D\u0430 \u043E\u0431\u0435\u043A\u0442
106
116
 
107
117
  CREATE_OBJECT=\u0421\u044A\u0437\u0434\u0430\u0432\u0430\u043D\u0435
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=\u041D\u043E\u0432 \u043E\u0431\u0435\u043A\u0442
110
120
 
111
121
  PARTIAL_UPDATE={0} \u043E\u0442 {1} \u043E\u0431\u0435\u043A\u0442\u0430 \u0441\u0430 \u0430\u043A\u0442\u0443\u0430\u043B\u0438\u0437\u0438\u0440\u0430\u043D\u0438.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=\u041A\u044A\u043C \u0442\u0435\u043A\u0443\u0449\u0438\u044F \u0438\u0437\u0433\u043B\u0435\u0434 \u201E{0}\u201C \u0441\u0430 \u043F\u0440\u0438\u043B\u043E\u0436\u0435\u043D\u0438 \u0444\u0438\u043B\u0442\u0440\u0438, \u043A\u043E\u0438\u0442\u043E \u043D\u0435 \u0441\u0430 \u0432\u0438\u0434\u0438\u043C\u0438 \u043F\u043E\u0432\u0435\u0447\u0435\: {1}. \u0421\u0432\u044A\u0440\u0436\u0435\u0442\u0435 \u0441 \u0430\u0434\u043C\u0438\u043D\u0438\u0441\u0442\u0440\u0430\u0442\u043E\u0440, \u0437\u0430 \u0434\u0430 \u043D\u0430\u043F\u0440\u0430\u0432\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438\u0442\u0435 \u043E\u0442\u043D\u043E\u0432\u043E \u0432\u0438\u0434\u0438\u043C\u0438.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Crear amb filtres
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Mode de filtre\:
106
+
107
+ ST_MANUAL_FILTER=Cl\u00E0ssic
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Crear objecte
106
116
 
107
117
  CREATE_OBJECT=Crear
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Objecte nou
110
120
 
111
121
  PARTIAL_UPDATE={0} de {1} objectes actualitzats.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Els filtres s''han aplicat a la vista actual "{0}" que no \u00E9s visible\: {1}. Poseu-vos en contacte amb l''administrador per fer que els filtres siguin visibles.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Kreiraj s filterima
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Na\u010Din filtera\:
106
+
107
+ ST_MANUAL_FILTER=Klasi\u010Dno
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Kreiraj objekat
106
116
 
107
117
  CREATE_OBJECT=Kreiraj
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Novi objekat
110
120
 
111
121
  PARTIAL_UPDATE={0} od {1} objekata a\u017Eurirano.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Na trenutni pogled \u201E{0}\u201C su primijenjeni filteri koji vi\u0161e nijesu vidljivi\: {1}. Obratite se administratoru da biste filtere ponovo u\u010Dinili vidljivim.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Vytvo\u0159it s filtry
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Re\u017Eim filtrov\u00E1n\u00ED\:
106
+
107
+ ST_MANUAL_FILTER=Klasick\u00FD
108
+
109
+ ST_EASY_FILTER=Um\u011Bl\u00E1 inteligence SAP Business
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Zalo\u017Eit objekt
106
116
 
107
117
  CREATE_OBJECT=Vytvo\u0159it
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Nov\u00FD objekt
110
120
 
111
121
  PARTIAL_UPDATE={0} z {1} objekt\u016F aktualizov\u00E1no.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Pro aktu\u00E1ln\u00ED pohled "{0}" byly pou\u017Eity filtry, kter\u00E9 ji\u017E nejsou viditeln\u00E9\: {1}. Kontaktujte spr\u00E1vce syst\u00E9mu, aby filtry znovu zviditelnil.
124
+
@@ -90,7 +90,7 @@ DRAFT_OBJECT_FILTER=Drafft Personol
90
90
 
91
91
  LOCKED_OBJECT=Wedi cloi
92
92
 
93
- LOCKED_OBJECT_FILTER=Wedi cloi gan Ddefnyddiwr Arall
93
+ LOCKED_OBJECT_FILTER=Defnyddiwr Arall wedi'i Gloi
94
94
 
95
95
  UNSAVED_CHANGES=Newidiadau heb eu cadw
96
96
 
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Creu gyda Hidlyddion
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Modd Hidlo\:
106
+
107
+ ST_MANUAL_FILTER=Clasurol
108
+
109
+ ST_EASY_FILTER=AI SAP Business
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Creu Gwrthrych
106
116
 
107
117
  CREATE_OBJECT=Creu
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Gwrthrych Newydd
110
120
 
111
121
  PARTIAL_UPDATE=Wedi diweddaru {0} o {1} gwrthrych.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Mae hidlwyr wedi''u hychwanegu at yr wedd bresennol "{0}" a nid ydynt yn weladwy mwyach\: {1}. Cysylltwch \u00E2''ch gweinyddwr i wneud yr hidlwyr yn weladwy eto.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Opret med filtre
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Filtreringstilstand\:
106
+
107
+ ST_MANUAL_FILTER=Klassisk
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Opret objekt
106
116
 
107
117
  CREATE_OBJECT=Opret
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Nyt objekt
110
120
 
111
121
  PARTIAL_UPDATE={0} af {1} objekter opdateret.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Der anvendes filtre p\u00E5 den aktuelle visning "{0}", som ikke l\u00E6ngere er synlige\: {1}. Kontakt din administrator for at g\u00F8re filtrene synlige igen.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Mit Filtern anlegen
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Filtermodus\:
106
+
107
+ ST_MANUAL_FILTER=Klassisch
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Objekt anlegen
106
116
 
107
117
  CREATE_OBJECT=Anlegen
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Neues Objekt
110
120
 
111
121
  PARTIAL_UPDATE={0} von {1} Objekten w.aktualisiert.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Auf die aktuelle Sicht "{0}" angewendete Filter sind nicht mehr sichtbar\: {1}. Wenden Sie sich an Ihren Administrator, um sie wieder sichtbar zu machen.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u0
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=\u039B\u03B5\u03B9\u03C4\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u03A6\u03AF\u03BB\u03C4\u03C1\u03BF\u03C5\:
106
+
107
+ ST_MANUAL_FILTER=\u039A\u03BB\u03B1\u03C3\u03B9\u03BA\u03CC
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1 \u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03B9\u03BC\u03AD\u03BD\u03BF\u03C5
106
116
 
107
117
  CREATE_OBJECT=\u0394\u03B7\u03BC\u03B9\u03BF\u03C5\u03C1\u03B3\u03AF\u03B1
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=\u039D\u03AD\u03BF \u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03A
110
120
 
111
121
  PARTIAL_UPDATE={0} \u03B1\u03C0\u03CC {1} \u03B1\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03B1 \u03B5\u03BD\u03B7\u03BC\u03B5\u03C1\u03CE\u03B8\u03B7\u03BA\u03B1\u03BD.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=\u0395\u03C6\u03B1\u03C1\u03BC\u03CC\u03C3\u03C4\u03B7\u03BA\u03B1\u03BD \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1 \u03C3\u03C4\u03B7\u03BD \u03C4\u03C1\u03AD\u03C7\u03BF\u03C5\u03C3\u03B1 \u03C0\u03C1\u03BF\u03B2\u03BF\u03BB\u03AE "{0}" \u03C4\u03B1 \u03BF\u03C0\u03BF\u03AF\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C0\u03BB\u03AD\u03BF\u03BD \u03BF\u03C1\u03B1\u03C4\u03AC\: {1}. \u0395\u03C0\u03B9\u03BA\u03BF\u03B9\u03BD\u03C9\u03BD\u03AE\u03C3\u03C4\u03B5 \u03BC\u03B5 \u03C4\u03BF\u03BD \u03B4\u03B9\u03B1\u03C7\u03B5\u03B9\u03C1\u03B9\u03C3\u03C4\u03AE \u03B3\u03B9\u03B1 \u03BD\u03B1 \u03BA\u03AC\u03BD\u03B5\u03B9 \u03C4\u03B1 \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1 \u03BF\u03C1\u03B1\u03C4\u03AC \u03BE\u03B1\u03BD\u03AC.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Create with Filters
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Filter Mode\:
106
+
107
+ ST_MANUAL_FILTER=Classic
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Create Object
106
116
 
107
117
  CREATE_OBJECT=Create
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=New Object
110
120
 
111
121
  PARTIAL_UPDATE={0} of {1} objects updated.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Filters have been applied to the current view "{0}" that are no longer visible\: {1}. Contact your administrator to make the filters visible again.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Create with Filters
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Filter Mode\:
106
+
107
+ ST_MANUAL_FILTER=Classic
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Create Object
106
116
 
107
117
  CREATE_OBJECT=Create
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=New Object
110
120
 
111
121
  PARTIAL_UPDATE={0} of {1} objects updated.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Filters have been applied to the current view "{0}" that are no longer visible\: {1}. Contact your administrator to make the filters visible again.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=\u206A\u206A\u206A\u200D\u200B\u200B\u200C\u200C\u200D\u2
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=\u206A\u206A\u206A\u200C\u200C\u200D\u200C\u200D\u200C\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200B\u200C\u200D\u200C\u200D\u200B\u200B\u200B\u200C\u200B\u200B\u200C\u200B\u200B\u200D\u200C\u200C\u200C\u200C\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u206AFilter Mode\:\u206A\u206A
106
+
107
+ ST_MANUAL_FILTER=\u206A\u206A\u206A\u200C\u200B\u200C\u200D\u200D\u200B\u200C\u200B\u200B\u200D\u200B\u200D\u200C\u200C\u200D\u200C\u200D\u200C\u200D\u200D\u200C\u200D\u200B\u200C\u200D\u200D\u200B\u200D\u200B\u200D\u200D\u200C\u200B\u200D\u200C\u200B\u200B\u200B\u200C\u200D\u200C\u206AClassic\u206A\u206A
108
+
109
+ ST_EASY_FILTER=\u206A\u206A\u206A\u200D\u200B\u200D\u200C\u200D\u200B\u200C\u200B\u200C\u200C\u200D\u200B\u200D\u200C\u200C\u200B\u200C\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200C\u200D\u200D\u200B\u200D\u200D\u200C\u200C\u200D\u200C\u200B\u200C\u200C\u200C\u200C\u206ASAP Business AI\u206A\u206A
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=\u206A\u206A\u206A\u200C\u200B\u200D\u200C\u200B\u200B\u200C\u200D\u200B\u200D\u200C\u200D\u200C\u200B\u200B\u200C\u200C\u200B\u200D\u200D\u200D\u200D\u200C\u200D\u200C\u200D\u200C\u200B\u200C\u200D\u200D\u200C\u200C\u200D\u200D\u200C\u200B\u200D\u200B\u200B\u200B\u206ACreate Object\u206A\u206A
106
116
 
107
117
  CREATE_OBJECT=\u206A\u206A\u206A\u200C\u200D\u200D\u200C\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200C\u200C\u200D\u200D\u200D\u200B\u200C\u200D\u200D\u200C\u200B\u200C\u200B\u200D\u200B\u200B\u200B\u200C\u200B\u200D\u200D\u200C\u200B\u200B\u200D\u200D\u200D\u206ACreate\u206A\u206A
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=\u206A\u206A\u206A\u200D\u200C\u200D\u200D\u200D\u200C\u200B
110
120
 
111
121
  PARTIAL_UPDATE=\u206A\u206A\u206A\u200C\u200C\u200B\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200D\u200C\u200D\u200B\u200C\u200B\u200D\u200B\u200B\u200C\u200C\u200B\u200D\u200C\u200D\u200C\u200B\u200D\u200B\u200B\u200C\u200D\u200D\u200C\u200B\u200B\u200D\u200B\u200D\u200D\u206A\u200B\u200B\u200B{0}\u200C\u200C\u200C of \u200B\u200B\u200B{1}\u200C\u200C\u200C objects updated.\u206A\u206A
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=\u206A\u206A\u206A\u200C\u200C\u200C\u200C\u200D\u200B\u200D\u200D\u200B\u200C\u200B\u200D\u200C\u200B\u200C\u200C\u200B\u200C\u200C\u200D\u200D\u200C\u200D\u200C\u200D\u200D\u200D\u200B\u200C\u200B\u200C\u200D\u200C\u200D\u200D\u200D\u200C\u200D\u200B\u200B\u200D\u206AFilters have been applied to the current view "\u200B\u200B\u200B{0}\u200C\u200C\u200C" that are no longer visible\: \u200B\u200B\u200B{1}\u200C\u200C\u200C. Contact your administrator to make the filters visible again.\u206A\u206A
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Crear con filtros
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Modo de filtro\:
106
+
107
+ ST_MANUAL_FILTER=Cl\u00E1sico
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Crear objeto
106
116
 
107
117
  CREATE_OBJECT=Crear
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Objeto nuevo
110
120
 
111
121
  PARTIAL_UPDATE={0} de {1} objetos actualizados.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=Los filtros se han aplicado a la vista actual "{0}" que ya no son visibles\: {1}. P\u00F3ngase en contacto con el administrador para visualizarlos de nuevo.
124
+
@@ -102,6 +102,16 @@ ST_CREATE_WITH_FILTERS=Crear con filtros
102
102
 
103
103
 
104
104
 
105
+ ST_EASY_FILTER_TITLE=Modo de filtro\:
106
+
107
+ ST_MANUAL_FILTER=Cl\u00E1sico
108
+
109
+ ST_EASY_FILTER=SAP Business AI
110
+
111
+
112
+
113
+
114
+
105
115
  CREATE_NEW_OBJECT=Crear objeto
106
116
 
107
117
  CREATE_OBJECT=Crear
@@ -110,3 +120,5 @@ CREATE_DIALOG_TITLE=Objeto nuevo
110
120
 
111
121
  PARTIAL_UPDATE={0} de {1} objetos actualizados.
112
122
 
123
+ MESSAGE_FILTER_NOT_AVAILABLE=En la vista actual "{0}" se aplicaron filtros que ya no est\u00E1n visibles\: {1}. Comun\u00EDquese con el administrador para que los filtros vuelvan a estar visibles.
124
+