@sapui5/sap.suite.ui.generic.template 1.100.0 → 1.102.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 (357) hide show
  1. package/package.json +12 -5
  2. package/src/sap/suite/ui/generic/template/.library +1 -1
  3. package/src/sap/suite/ui/generic/template/AnalyticalListPage/Component.js +2 -2
  4. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +7 -3
  5. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +2 -2
  6. package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/VisualFilterProvider.js +1 -1
  7. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +23 -6
  8. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +8 -9
  9. package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +10 -10
  10. package/src/sap/suite/ui/generic/template/AnalyticalListPage/extensionAPI/ExtensionAPI.js +15 -1
  11. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +2 -2
  12. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +2 -2
  13. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +2 -2
  14. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +2 -2
  15. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +2 -2
  16. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +2 -2
  17. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +2 -2
  18. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +2 -2
  19. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +2 -2
  20. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +2 -2
  21. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +2 -2
  22. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +2 -2
  23. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +2 -2
  24. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +2 -2
  25. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +2 -2
  26. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +2 -2
  27. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +2 -2
  28. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +2 -2
  29. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +2 -2
  30. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +2 -2
  31. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +2 -2
  32. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +2 -2
  33. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +2 -2
  34. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +2 -2
  35. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +2 -2
  36. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +2 -2
  37. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +2 -2
  38. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +2 -2
  39. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +2 -2
  40. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +2 -2
  41. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +2 -2
  42. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +2 -2
  43. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +2 -2
  44. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +2 -2
  45. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +4 -4
  46. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +2 -2
  47. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +2 -2
  48. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +2 -2
  49. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +2 -2
  50. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +2 -2
  51. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +2 -2
  52. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +2 -2
  53. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +2 -2
  54. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +2 -2
  55. package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +2 -2
  56. package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +5 -5
  57. package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/IconTabBarWithSmartTable.fragment.xml +1 -1
  58. package/src/sap/suite/ui/generic/template/AnalyticalListPage/view/fragments/SmartFilterBar.fragment.xml +1 -0
  59. package/src/sap/suite/ui/generic/template/ListReport/Component.js +63 -50
  60. package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +27 -21
  61. package/src/sap/suite/ui/generic/template/ListReport/controller/IappStateHandler.js +52 -88
  62. package/src/sap/suite/ui/generic/template/ListReport/controller/LegacyStateHandler.js +116 -48
  63. package/src/sap/suite/ui/generic/template/ListReport/controller/MultiEditHandler.js +126 -45
  64. package/src/sap/suite/ui/generic/template/ListReport/controller/MultipleViewsHandler.js +43 -27
  65. package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +15 -9
  66. package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +17 -3
  67. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +6 -0
  68. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +4 -0
  69. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +4 -0
  70. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +4 -0
  71. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +4 -0
  72. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +4 -0
  73. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +4 -0
  74. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +4 -0
  75. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +4 -0
  76. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +4 -0
  77. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +4 -0
  78. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_sappsd.properties +4 -0
  79. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +4 -0
  80. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saptrc.properties +4 -0
  81. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +4 -0
  82. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +4 -0
  83. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +4 -0
  84. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +4 -0
  85. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +4 -0
  86. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +4 -0
  87. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +4 -0
  88. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +4 -0
  89. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +4 -0
  90. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +4 -0
  91. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +4 -0
  92. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +4 -0
  93. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +4 -0
  94. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +4 -0
  95. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +4 -0
  96. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +4 -0
  97. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +4 -0
  98. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +4 -0
  99. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +4 -0
  100. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +4 -0
  101. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +4 -0
  102. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +4 -0
  103. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +4 -0
  104. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +4 -0
  105. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +4 -0
  106. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +4 -0
  107. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +4 -0
  108. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +4 -0
  109. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +4 -0
  110. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +4 -0
  111. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +4 -0
  112. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +5 -1
  113. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +4 -0
  114. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +4 -0
  115. package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +4 -0
  116. package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -2
  117. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/BreakoutActions.fragment.xml +18 -15
  118. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/CRUDActionButtons.fragment.xml +27 -1
  119. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DraftInfoBox.fragment.xml +1 -1
  120. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/HeaderCommands.fragment.xml +18 -2
  121. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/IconTabBarWithSmartTable.fragment.xml +1 -1
  122. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultiEditDialog.fragment.xml +9 -0
  123. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/MultipleViewsItemCustomData.fragment.xml +0 -3
  124. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +4 -1
  125. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTableToolbar.fragment.xml +3 -1
  126. package/src/sap/suite/ui/generic/template/ListReport/view/fragments/TableCommands.fragment.xml +10 -5
  127. package/src/sap/suite/ui/generic/template/ObjectPage/Component.js +5 -0
  128. package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +155 -60
  129. package/src/sap/suite/ui/generic/template/ObjectPage/controller/InlineCreationRowsHelper.js +307 -0
  130. package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageSortingHandler.js +1 -1
  131. package/src/sap/suite/ui/generic/template/ObjectPage/controller/SideContentHandler.js +3 -3
  132. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n.properties +20 -0
  133. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ar.properties +2 -0
  134. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_bg.properties +2 -0
  135. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ca.properties +2 -0
  136. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cs.properties +2 -0
  137. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cy.properties +2 -0
  138. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_da.properties +2 -0
  139. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +2 -0
  140. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_el.properties +2 -0
  141. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en.properties +2 -0
  142. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_GB.properties +2 -0
  143. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_sappsd.properties +2 -0
  144. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saprigi.properties +13 -0
  145. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_en_US_saptrc.properties +2 -0
  146. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es.properties +2 -0
  147. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_es_MX.properties +2 -0
  148. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_et.properties +2 -0
  149. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fi.properties +2 -0
  150. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr.properties +2 -0
  151. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_fr_CA.properties +2 -0
  152. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hi.properties +2 -0
  153. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hr.properties +2 -0
  154. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_hu.properties +2 -0
  155. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_id.properties +2 -0
  156. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_it.properties +2 -0
  157. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_iw.properties +2 -0
  158. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ja.properties +7 -5
  159. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_kk.properties +2 -0
  160. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ko.properties +2 -0
  161. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lt.properties +2 -0
  162. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_lv.properties +2 -0
  163. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ms.properties +2 -0
  164. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_nl.properties +2 -0
  165. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_no.properties +2 -0
  166. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pl.properties +2 -0
  167. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +3 -1
  168. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt_PT.properties +2 -0
  169. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ro.properties +2 -0
  170. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_ru.properties +2 -0
  171. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +2 -0
  172. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sk.properties +2 -0
  173. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +2 -0
  174. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sv.properties +2 -0
  175. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_th.properties +2 -0
  176. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_tr.properties +6 -4
  177. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_uk.properties +2 -0
  178. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_vi.properties +2 -0
  179. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_CN.properties +2 -0
  180. package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_zh_TW.properties +2 -0
  181. package/src/sap/suite/ui/generic/template/ObjectPage/templateSpecificPreparationHelper.js +221 -150
  182. package/src/sap/suite/ui/generic/template/ObjectPage/view/Details.view.xml +16 -3
  183. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Actions.fragment.xml +33 -11
  184. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +5 -0
  185. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftConfirmationPopup.fragment.xml +43 -0
  186. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Footer.fragment.xml +43 -26
  187. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/FooterCommands.fragment.xml +5 -3
  188. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +2 -2
  189. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContent.fragment.xml +11 -11
  190. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/PageLevelCommands.fragment.xml +7 -0
  191. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SectionCommands.fragment.xml +11 -0
  192. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +98 -85
  193. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +3 -2
  194. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SwitchDraftAndActiveObjectPopOver.fragment.xml +16 -0
  195. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/TableCommands.fragment.xml +3 -1
  196. package/src/sap/suite/ui/generic/template/changeHandler/AddFilterItem.js +1 -1
  197. package/src/sap/suite/ui/generic/template/changeHandler/AddFooterActionButton.js +1 -1
  198. package/src/sap/suite/ui/generic/template/changeHandler/AddGroup.js +1 -1
  199. package/src/sap/suite/ui/generic/template/changeHandler/AddGroupElement.js +1 -1
  200. package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderActionButton.js +1 -1
  201. package/src/sap/suite/ui/generic/template/changeHandler/AddHeaderFacet.js +1 -1
  202. package/src/sap/suite/ui/generic/template/changeHandler/AddSection.js +1 -1
  203. package/src/sap/suite/ui/generic/template/changeHandler/AddSubSection.js +1 -1
  204. package/src/sap/suite/ui/generic/template/changeHandler/AddTableColumn.js +1 -1
  205. package/src/sap/suite/ui/generic/template/changeHandler/AddToolbarActionButton.js +1 -1
  206. package/src/sap/suite/ui/generic/template/changeHandler/MoveFilterItems.js +1 -1
  207. package/src/sap/suite/ui/generic/template/changeHandler/MoveGroup.js +1 -1
  208. package/src/sap/suite/ui/generic/template/changeHandler/MoveGroupElement.js +1 -1
  209. package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderAndFooterActionButton.js +1 -1
  210. package/src/sap/suite/ui/generic/template/changeHandler/MoveHeaderFacet.js +1 -1
  211. package/src/sap/suite/ui/generic/template/changeHandler/MoveSection.js +1 -1
  212. package/src/sap/suite/ui/generic/template/changeHandler/MoveSubSection.js +1 -1
  213. package/src/sap/suite/ui/generic/template/changeHandler/MoveTableColumns.js +1 -1
  214. package/src/sap/suite/ui/generic/template/changeHandler/MoveToolbarActionButtons.js +1 -1
  215. package/src/sap/suite/ui/generic/template/changeHandler/RemoveFilterItem.js +1 -1
  216. package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroup.js +1 -1
  217. package/src/sap/suite/ui/generic/template/changeHandler/RemoveGroupElement.js +1 -1
  218. package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderAndFooterActionButton.js +1 -1
  219. package/src/sap/suite/ui/generic/template/changeHandler/RemoveHeaderFacet.js +1 -1
  220. package/src/sap/suite/ui/generic/template/changeHandler/RemoveSection.js +1 -1
  221. package/src/sap/suite/ui/generic/template/changeHandler/RemoveSubSection.js +1 -1
  222. package/src/sap/suite/ui/generic/template/changeHandler/RemoveTableColumn.js +1 -1
  223. package/src/sap/suite/ui/generic/template/changeHandler/RemoveToolbarActionButton.js +1 -1
  224. package/src/sap/suite/ui/generic/template/changeHandler/RevealFilterItem.js +1 -1
  225. package/src/sap/suite/ui/generic/template/changeHandler/RevealHeaderFacet.js +1 -1
  226. package/src/sap/suite/ui/generic/template/changeHandler/RevealTableColumn.js +1 -1
  227. package/src/sap/suite/ui/generic/template/changeHandler/RevealToolbarActionButton.js +1 -1
  228. package/src/sap/suite/ui/generic/template/changeHandler/generic/AddElement.js +1 -1
  229. package/src/sap/suite/ui/generic/template/changeHandler/generic/MoveElements.js +1 -1
  230. package/src/sap/suite/ui/generic/template/changeHandler/generic/RemoveElement.js +1 -1
  231. package/src/sap/suite/ui/generic/template/changeHandler/generic/RevealElement.js +1 -1
  232. package/src/sap/suite/ui/generic/template/changeHandler/util/AnnotationPropertyCommand.js +1 -1
  233. package/src/sap/suite/ui/generic/template/designtime/ListReport.designtime.js +14 -5
  234. package/src/sap/suite/ui/generic/template/designtime/ObjectPage.designtime.js +11 -5
  235. package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +10 -1
  236. package/src/sap/suite/ui/generic/template/detailTemplates/PaginatorButtonsHelper.js +4 -2
  237. package/src/sap/suite/ui/generic/template/detailTemplates/detailUtils.js +6 -9
  238. package/src/sap/suite/ui/generic/template/detailTemplates/i18n/i18n.properties +1 -1
  239. package/src/sap/suite/ui/generic/template/fragments/AnalyticalTableColumns.fragment.xml +1 -1
  240. package/src/sap/suite/ui/generic/template/fragments/AnnotatedActionButtons.fragment.xml +1 -1
  241. package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +4 -0
  242. package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroupReplica.fragment.xml +18 -0
  243. package/src/sap/suite/ui/generic/template/fragments/FileUploader.fragment.xml +2 -2
  244. package/src/sap/suite/ui/generic/template/fragments/GlobalActions.fragment.xml +5 -6
  245. package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +1 -1
  246. package/src/sap/suite/ui/generic/template/fragments/HeaderContactWithDetailsPopover.fragment.xml +15 -0
  247. package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +1 -1
  248. package/src/sap/suite/ui/generic/template/fragments/RowActions.fragment.xml +1 -0
  249. package/src/sap/suite/ui/generic/template/fragments/ShareSheet.fragment.xml +2 -1
  250. package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +24 -23
  251. package/src/sap/suite/ui/generic/template/fragments/TableColumns.fragment.xml +1 -1
  252. package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +1 -1
  253. package/src/sap/suite/ui/generic/template/genericUtilities/ControlStateWrapperFactory.js +8 -1
  254. package/src/sap/suite/ui/generic/template/genericUtilities/FeLogger.js +8 -1
  255. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +12 -5
  256. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartTableChartCommon.js +25 -6
  257. package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +9 -4
  258. package/src/sap/suite/ui/generic/template/genericUtilities/metadataAnalyser.js +15 -1
  259. package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +106 -40
  260. package/src/sap/suite/ui/generic/template/js/AnnotationHelperReuseComponents.js +7 -6
  261. package/src/sap/suite/ui/generic/template/js/AnnotationHelperStreamSupport.js +15 -2
  262. package/src/sap/suite/ui/generic/template/js/staticChecksHelper.js +1 -3
  263. package/src/sap/suite/ui/generic/template/lib/AppComponent.js +6 -0
  264. package/src/sap/suite/ui/generic/template/lib/Application.js +28 -3
  265. package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +164 -27
  266. package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +21 -116
  267. package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +62 -0
  268. package/src/sap/suite/ui/generic/template/lib/CommonUtils.js +15 -3
  269. package/src/sap/suite/ui/generic/template/lib/ComponentUtils.js +15 -5
  270. package/src/sap/suite/ui/generic/template/lib/ContextBookkeeping.js +13 -4
  271. package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +3 -0
  272. package/src/sap/suite/ui/generic/template/lib/MessageButtonHelper.js +35 -26
  273. package/src/sap/suite/ui/generic/template/lib/MessageStripHelper.js +194 -0
  274. package/src/sap/suite/ui/generic/template/lib/PageLeaveHandler.js +183 -93
  275. package/src/sap/suite/ui/generic/template/lib/ShareUtils.js +33 -0
  276. package/src/sap/suite/ui/generic/template/lib/StableIdDefinition.js +44 -2
  277. package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +17 -2
  278. package/src/sap/suite/ui/generic/template/lib/TemplateComponent.js +19 -14
  279. package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +15 -3
  280. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +9 -3
  281. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +9 -3
  282. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +9 -3
  283. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +9 -3
  284. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +9 -3
  285. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +9 -3
  286. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +9 -3
  287. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +9 -3
  288. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +9 -3
  289. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +9 -3
  290. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_sappsd.properties +6 -0
  291. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +10 -2
  292. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saptrc.properties +4 -0
  293. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +9 -3
  294. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +9 -3
  295. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +16 -10
  296. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +9 -3
  297. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +9 -3
  298. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +15 -9
  299. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +9 -3
  300. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +9 -3
  301. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +9 -3
  302. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +9 -3
  303. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +9 -3
  304. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +15 -9
  305. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +10 -4
  306. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +9 -3
  307. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +9 -3
  308. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +9 -3
  309. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +9 -3
  310. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +9 -3
  311. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +9 -3
  312. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +9 -3
  313. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +9 -3
  314. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +15 -9
  315. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +9 -3
  316. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +9 -3
  317. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +10 -4
  318. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +9 -3
  319. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +9 -3
  320. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +9 -3
  321. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +9 -3
  322. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +9 -3
  323. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +9 -3
  324. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +9 -3
  325. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +9 -3
  326. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +9 -3
  327. package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +9 -3
  328. package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleTablesModeHelper.js +0 -45
  329. package/src/sap/suite/ui/generic/template/lib/multipleViews/MultipleViewsHandler.js +15 -24
  330. package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +33 -7
  331. package/src/sap/suite/ui/generic/template/lib/navigation/routingHelper.js +2 -3
  332. package/src/sap/suite/ui/generic/template/lib/presentationControl/PresentationControlHandlerFactory.js +0 -35
  333. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartListHandler.js +1 -1
  334. package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +5 -0
  335. package/src/sap/suite/ui/generic/template/library.js +6 -6
  336. package/src/sap/suite/ui/generic/template/listTemplates/controller/DetailController.js +3 -1
  337. package/src/sap/suite/ui/generic/template/listTemplates/controller/MessageStripHelper.js +61 -0
  338. package/src/sap/suite/ui/generic/template/listTemplates/controller/MultipleViewsHandler.js +32 -24
  339. package/src/sap/suite/ui/generic/template/listTemplates/controller/SmartChartController.js +2 -2
  340. package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +3 -2
  341. package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +4 -1
  342. package/src/sap/suite/ui/generic/template/listTemplates/listUtils.js +3 -2
  343. package/src/sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper.js +78 -19
  344. package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +25 -0
  345. package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/library.source.less +12 -0
  346. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +19 -0
  347. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ListReport.less +8 -0
  348. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ObjectPage.less +12 -0
  349. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/library.source.less +14 -0
  350. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +19 -0
  351. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ListReport.less +8 -0
  352. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ObjectPage.less +12 -0
  353. package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/library.source.less +14 -0
  354. package/src/sap/suite/ui/generic/template/AnalyticalListPage/resources.json +0 -253
  355. package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderCommands.fragment.xml +0 -5
  356. package/src/sap/suite/ui/generic/template/QuickCreate/resources.json +0 -23
  357. package/src/sap/suite/ui/generic/template/QuickView/resources.json +0 -23
package/package.json CHANGED
@@ -1,12 +1,19 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.generic.template",
3
- "version": "1.100.0",
3
+ "version": "1.102.0",
4
4
  "description": "SAPUI5 Library sap.suite.ui.generic.template",
5
- "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
- "author": "SAP SE (https://www.sap.com)",
7
- "license": "SEE LICENSE IN LICENSE.txt",
8
5
  "keywords": [
9
6
  "sapui5",
10
7
  "ui5"
11
- ]
8
+ ],
9
+ "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
10
+ "license": "SEE LICENSE IN LICENSE.txt",
11
+ "author": "SAP SE (https://www.sap.com)",
12
+ "scripts": {
13
+ "sonar": "sonar-scanner",
14
+ "test": "echo \"Error: no test specified\" && exit 1"
15
+ },
16
+ "devDependencies": {
17
+ "sonarqube-scanner": "^2.8.1"
18
+ }
12
19
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.100.0</version>
10
+ <version>1.102.0</version>
11
11
 
12
12
  <documentation>Library with generic Suite UI templates.</documentation>
13
13
 
@@ -80,7 +80,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution","sap/suite/ui/generic/templat
80
80
  getUrlParameterInfo: function() {
81
81
  return oViewProxy.getUrlParameterInfo();
82
82
  },
83
- getTemplateSpecificParameters: function(oMetaModel, oSettings, Device, sLeadingEntitySet){
83
+ getTemplateSpecificParameters: function(oMetaModel, oSettings, Device, sLeadingEntitySet, oModel){
84
84
  var oExtensions = oComponentUtils.getControllerExtensions();
85
85
  var oEntitySet = oMetaModel.getODataEntitySet(sLeadingEntitySet);
86
86
  var oLineItem = preparationHelper.getLineItemFromVariant(oMetaModel, oEntitySet.entityType, oSettings.qualifier);
@@ -97,7 +97,7 @@ sap.ui.define(["sap/ui/core/mvc/OverrideExecution","sap/suite/ui/generic/templat
97
97
  if (oAlpSettings.filterSettings && oAlpSettings.filterSettings.dateSettings) {
98
98
  oAlpSettings.filterSettings.dateSettings.isSingleDateValueNotRequired = true;
99
99
  }
100
- oAlpSettings.controlConfigurationSettings = filterSettingsPreparationHelper.getControlConfigurationSettings(oAlpSettings, oEntityType);
100
+ oAlpSettings.controlConfigurationSettings = filterSettingsPreparationHelper.getControlConfigurationSettings(oAlpSettings, oEntityType, oEntitySet, oModel);
101
101
 
102
102
  function checkIfSmartChart(sEntitySet, oTabItem) {
103
103
  var oEntitySet = oMetaModel.getODataEntitySet(sEntitySet);
@@ -80,7 +80,7 @@ sap.ui.define([
80
80
  FilterItemChart.prototype._maxFractionalDigits = 2;
81
81
  FilterItemChart.prototype._maxFractionalDigitsValsLessThanZero = 7; // limit to 7 decimal places, e.g. if scale is B and value is 700 will show 0.0000007, if value is 70, the shortened value will be 0.
82
82
  FilterItemChart.prototype._minFractionalDigits = 0;
83
- FilterItemChart.prototype._shortRefNumber;
83
+ //FilterItemChart.prototype._shortRefNumber;
84
84
  FilterItemChart.prototype._isTriggeredBySync = false;
85
85
  FilterItemChart.prototype._multiUnit = false;
86
86
  FilterItemChart.prototype.technicalIssueMessage = "M_VISUAL_FILTERS_ERROR_DATA_TEXT";
@@ -176,10 +176,14 @@ sap.ui.define([
176
176
  });
177
177
  }
178
178
  if (oSFBParams) {
179
- var oFilData = oSmartFilterBar.getFilterData(true);
179
+ var oSelectionVariantParameters = oSmartFilterBar.getUiState().getSelectionVariant().Parameters;
180
+ var oParamData = {};
181
+ oSelectionVariantParameters && oSelectionVariantParameters.map(function (oElement) {
182
+ oParamData[oElement.PropertyName] = oElement.PropertyValue;
183
+ });
180
184
  var oDateFormatSettings = JSON.parse(oSmartFilterBar.data('dateFormatSettings'));
181
185
  oSFBParams.forEach(function(param) {
182
- var sValue = oFilData["$Parameter." + param.name];
186
+ var sValue = oParamData[param.name];
183
187
  if (sValue) {
184
188
  if (param.type === "Edm.Time" && sValue instanceof Date) {
185
189
  if (oDateFormatSettings && !oDateFormatSettings.UTC) {
@@ -108,8 +108,8 @@ sap.ui.define([
108
108
  this._dialogFilters = {};
109
109
  this._compactFilters = {};
110
110
  this._oVariantConfig = {};
111
- this._smartFilterContext;
112
- this._oMetadataAnalyser;
111
+ //this._smartFilterContext;
112
+ //this._oMetadataAnalyser;
113
113
  this.setModel(new JSONModel(), '_visualFilterConfigModel');
114
114
  if (bIsCozyMode) {
115
115
  if (Device.system.phone) { //Apply the style class specific to phone and change orientation of header container to "vertical"
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  this._selectionFieldsLength = 0;
28
28
  this._selectionFieldsParsed = 0;
29
29
  this._annotationData = {Filters: []};
30
- this._allSelectionFields;
30
+ //this._allSelectionFields;
31
31
 
32
32
  this._initMetadata();
33
33
  };
@@ -27,12 +27,13 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
27
27
  "sap/base/util/deepExtend",
28
28
  "sap/suite/ui/generic/template/listTemplates/listUtils",
29
29
  "sap/suite/ui/generic/template/listTemplates/controller/MultipleViewsHandler",
30
- "sap/suite/ui/generic/template/js/StableIdHelper"
30
+ "sap/suite/ui/generic/template/js/StableIdHelper",
31
+ "sap/suite/ui/generic/template/listTemplates/controller/MessageStripHelper"
31
32
  ], function(SelectionVariant, ExtensionAPI,
32
33
  FilterBarController, ToolbarController, VisualFilterBarController, VisualFilterDialogController, AnalyticGridController, AnalyticalTable,
33
34
  ODataAnnotationHelper, Analytics, ContentAreaController, IappStateHandler, Device, SegmentedButtonItem, SegmentedButton,
34
35
  OverflowToolbar, ToolbarSpacer, SapMLibrary, Context, ALPHelper, controlHelper, FeLogger, FilterUtil, ObjectPath, ShareUtils, merge, deepExtend,
35
- ListUtils, MultipleViewsHandler, StableIdHelper) {
36
+ ListUtils, MultipleViewsHandler, StableIdHelper, MessageStripHelper) {
36
37
 
37
38
  "use strict";
38
39
 
@@ -151,6 +152,9 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
151
152
  function onSmartFilterBarInitialized(){
152
153
  var manifestSetting = oState.oController.getOwnerComponent();
153
154
  if (oState.hideVisualFilter || (manifestSetting.getDefaultFilterMode() == "visual" && manifestSetting.getModel().mMetadataUrlParams && manifestSetting.getModel().mMetadataUrlParams["sap-value-list"] === "none" )) {
155
+ if (oState.alr_visualFilterBar && !oState.alr_visualFilterBar.getAssociateValueListsCalled()) {
156
+ oState.alr_visualFilterBar.setAssociateValueListsCalled(true);
157
+ }
154
158
  oState.oSmartFilterbar.associateValueLists();
155
159
  }
156
160
  var oAppStatePromise = oState.oIappStateHandler.onSmartFilterBarInitialized();
@@ -247,14 +251,23 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
247
251
  }
248
252
  function onShareListReportActionButtonPressImpl(oButton) {
249
253
  var oFragmentController = {
250
- shareEmailPressed: function() {
254
+
255
+ sharePageToPressed: function(target) {
251
256
  var oBusyHelper = oTemplateUtils.oServices.oApplication.getBusyHelper();
252
257
  if (oBusyHelper.isBusy()) {
253
258
  return; // Ignore user interaction while the app is busy.
254
- }
255
- var sSubject = oTemplateUtils.oCommonUtils.getText("EMAIL_HEADER", [ oTemplateUtils.oServices.oApplication.getAppTitle() ]);
259
+ }
260
+ var sSubject = oTemplateUtils.oServices.oApplication.getAppTitle();
256
261
  var oTriggerPromise = ShareUtils.getCurrentUrl().then(function(sCurrentUrl){
257
- sap.m.URLHelper.triggerEmail(null, sSubject, sCurrentUrl);
262
+ switch (target) {
263
+ case "MicrosoftTeams":
264
+ ShareUtils.openMSTeamsShareDialog(sSubject, sCurrentUrl);
265
+ break;
266
+ case "Email":
267
+ sSubject = oTemplateUtils.oCommonUtils.getText("EMAIL_HEADER", [ sSubject ]);
268
+ sap.m.URLHelper.triggerEmail(null, sSubject, sCurrentUrl);
269
+ break;
270
+ }
258
271
  });
259
272
  oBusyHelper.setBusy(oTriggerPromise);
260
273
  },
@@ -335,6 +348,7 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
335
348
  oState.oSmartChart = oController.byId("chart");
336
349
  var oMultipleViewsHandler = new MultipleViewsHandler(oState, oController, oTemplateUtils);
337
350
  oState.oMultipleViewsHandler = oMultipleViewsHandler;
351
+ oState.oMessageStripHelper = new MessageStripHelper(oTemplateUtils.oServices.oPresentationControlHandlerFactory.getPresentationControlHandler(oState.oSmartTable), oMultipleViewsHandler, oController, oTemplateUtils, "alp");
338
352
  if (oController.getOwnerComponent().getProperty("dshQueryName")) {
339
353
  oState.oAnalyticGridContainer = oController.byId("template::AnalyticGridContainer");
340
354
  oState.oAnalyticGridController = new AnalyticGridController();
@@ -1010,6 +1024,9 @@ sap.ui.define(["sap/ui/generic/app/navigation/service/SelectionVariant",
1010
1024
  },
1011
1025
  onDataRequested: function() {
1012
1026
  oState.oMultipleViewsHandler.onDataRequested();
1027
+ },
1028
+ dataStateFilter: function(oMessage, oTable){
1029
+ return oState.oMessageStripHelper.dataStateFilter(oMessage, oTable);
1013
1030
  }
1014
1031
  },
1015
1032
 
@@ -1,7 +1,6 @@
1
1
  sap.ui.define([
2
2
  'sap/ui/core/mvc/Controller',
3
3
  'sap/ui/model/Filter',
4
- 'sap/ui/model/json/JSONModel',
5
4
  "sap/m/Button",
6
5
  "sap/m/StandardListItem",
7
6
  "sap/m/List",
@@ -13,7 +12,7 @@ sap.ui.define([
13
12
  "sap/ui/model/FilterOperator", "sap/m/library",
14
13
  "sap/base/util/extend",
15
14
  "sap/base/util/deepExtend"
16
- ], function(Controller, Filter, JSONModel, Button, StandardListItem, List, ToolbarSpacer, FilterUtil, ResponsivePopover, Label, ToggleButton,
15
+ ], function(Controller, Filter, Button, StandardListItem, List, ToolbarSpacer, FilterUtil, ResponsivePopover, Label, ToggleButton,
17
16
  SearchField, Toolbar, Icon, Sorter, FilterOperator, SapMLibrary, extend, deepExtend) {
18
17
  "use strict";
19
18
 
@@ -45,8 +44,8 @@ sap.ui.define([
45
44
  enabled : (oUpdatedDimensionFilter && oUpdatedDimensionFilter.hasOwnProperty("items")) ? Boolean(oUpdatedDimensionFilter.items.length) : Boolean(oUpdatedDimensionFilter),
46
45
  tooltip :i18n.getResourceBundle().getText("VIS_VALUEHELP_DROPDOWN_VIEW_SELECTED")
47
46
  }),
48
- oList = sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.createStandardListItem(oModel, oChart, i18n, title, property, oToolbarMenuButton, oSmartFilterBar, filterBy),
49
- oDialog = sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.createPopoverWithList(oModel, oChart, i18n, property, title, oList, filterBy, oToolbarMenuButton, bIsEntitySearchable, oSmartFilterBar),
47
+ oList = this.createStandardListItem(oModel, oChart, i18n, title, property, oToolbarMenuButton, oSmartFilterBar, filterBy),
48
+ oDialog = this.createPopoverWithList(oModel, oChart, i18n, property, title, oList, filterBy, oToolbarMenuButton, bIsEntitySearchable, oSmartFilterBar),
50
49
  oOkButton = new Button({
51
50
  text: i18n.getResourceBundle().getText("OK"),
52
51
  press: function (oEvt) {
@@ -165,8 +164,8 @@ sap.ui.define([
165
164
  };
166
165
  //createStandardListItem -- create a Standard list item template.
167
166
  sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.createStandardListItem = function(oModel, oChart, i18n, title, property, oToolbarMenuButton, sfb, filterBy) {
168
- var sBindingPath = "/" + property.entitySet,
169
- template = sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.standardListItemTemplateCreation(oChart, property, sfb);
167
+ var sBindingPath = "/" + property.entitySet, that = this,
168
+ template = that.standardListItemTemplateCreation(oChart, property, sfb);
170
169
  oInfoLabel = new Label({
171
170
  text : i18n.getResourceBundle().getText("VIS_VALUEHELP_DROPDOWN_SELECTED_COUNT", [title, typeof (oChart.getDimensionFilter()) === "object" && oChart.getDimensionFilter() !== null ? oChart.getDimensionFilter().items.length : +Boolean(oChart.getDimensionFilter())])
172
171
  });
@@ -231,7 +230,7 @@ sap.ui.define([
231
230
  path: sBindingPath,
232
231
  template: template,
233
232
  filters: filterList,
234
- sorter: sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.getSortObject(property),
233
+ sorter: that.getSortObject(property),
235
234
  parameters: oUrlParameters
236
235
  }
237
236
  });
@@ -244,9 +243,9 @@ sap.ui.define([
244
243
 
245
244
  oToolbarMenuButton.attachPress(function(oEvt) {
246
245
  if (property.filterRestriction == "multiple" && oUpdatedDimensionFilter.items.length || oUpdatedDimensionFilter && oUpdatedDimensionFilter.hasOwnProperty('items') && !oUpdatedDimensionFilter.items.length && bShowOnlySelected) {
247
- sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.updateFilterWithListBindings(oList, oToolbarMenuButton, i18n, property.filterRestriction, property.dimensionField);
246
+ that.updateFilterWithListBindings(oList, oToolbarMenuButton, i18n, property.filterRestriction, property.dimensionField);
248
247
  } else if (property.filterRestriction == "single" && oUpdatedDimensionFilter != null || oUpdatedDimensionFilter == null && bShowOnlySelected) {
249
- sap.suite.ui.generic.template.AnalyticalListPage.controller.DropDownController.updateFilterWithListBindings(oList, oToolbarMenuButton, i18n, property.filterRestriction, property.dimensionField);
248
+ that.updateFilterWithListBindings(oList, oToolbarMenuButton, i18n, property.filterRestriction, property.dimensionField);
250
249
  }
251
250
  });
252
251
  return oList;
@@ -1,10 +1,10 @@
1
1
  sap.ui.define([
2
- "sap/m/Button", "sap/m/Label", "sap/m/Dialog", "sap/m/Bar", "sap/m/SearchField",
2
+ "sap/m/Button", "sap/m/Label", "sap/m/Dialog", "sap/m/Bar", "sap/m/SearchField", "sap/m/Text",
3
3
  "sap/m/Toolbar", "sap/m/ToolbarSpacer", "sap/m/Title", "sap/m/VBox", "sap/m/HBox", "sap/m/CheckBox",
4
- "sap/m/Link", "sap/m/List", "sap/m/CustomListItem", "sap/m/TextArea","sap/m/Text", "sap/m/StandardListItem", "sap/m/Popover",
5
- "sap/ui/layout/form/SimpleForm", "sap/ui/layout/GridData",
4
+ "sap/m/Link", "sap/m/List", "sap/m/CustomListItem", "sap/m/StandardListItem", "sap/m/Popover",
5
+ "sap/ui/layout/GridData",
6
6
  "sap/ui/core/mvc/Controller", "sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil",
7
- "sap/m/SegmentedButton","sap/m/SegmentedButtonItem", "sap/suite/ui/generic/template/AnalyticalListPage/util/V4Terms",'sap/ui/model/Filter',
7
+ "sap/suite/ui/generic/template/AnalyticalListPage/util/V4Terms",'sap/ui/model/Filter',
8
8
  "sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController",
9
9
  "sap/suite/ui/generic/template/AnalyticalListPage/controller/DatePickerController",
10
10
  "sap/m/OverflowToolbarButton",
@@ -18,9 +18,9 @@ sap.ui.define([
18
18
  "sap/suite/ui/generic/template/js/StableIdHelper",
19
19
  "sap/base/util/extend",
20
20
  "sap/base/util/deepExtend"
21
- ], function(Button, Label, Dialog, Bar, SearchField, Toolbar, ToolbarSpacer, Title,
22
- VBox, HBox, CheckBox, Link, List, CustomListItem, TextArea, Text, StandardListItem, Popover, SimpleForm,
23
- GridData, Controller, FilterUtil, SegmentedButton, SegmentedButtonItem, V4Terms, Filter, DropDownController, DatePickerController, OverflowToolbarButton, JSONModel,
21
+ ], function(Button, Label, Dialog, Bar, SearchField, Text, Toolbar, ToolbarSpacer, Title,
22
+ VBox, HBox, CheckBox, Link, List, CustomListItem, StandardListItem, Popover,
23
+ GridData, Controller, FilterUtil, V4Terms, Filter, DropDownController, DatePickerController, OverflowToolbarButton, JSONModel,
24
24
  OverflowToolbar, OverflowToolbarLayoutData, CustomData, Device, SapMLibrary, SapCoreLibrary, FilterOperator, DatePicker, FeLogger, InvisibleText, deepEqual, StableIdHelper, extend, deepExtend) {
25
25
  "use strict";
26
26
 
@@ -47,8 +47,8 @@ sap.ui.define([
47
47
  oLogger.setLevel(oLevel.WARNING, "VisualFilter");
48
48
  this.oState = oState;
49
49
  this.oRb = oState.alr_visualFilterContainer.getModel('i18n').getResourceBundle();
50
- this.bIsTimeBasedLine;
51
- this.bSortOrder;
50
+ //this.bIsTimeBasedLine;
51
+ //this.bSortOrder;
52
52
  },
53
53
  _createForm: function() {
54
54
  // store as a string to parse later ad restore
@@ -384,7 +384,7 @@ sap.ui.define([
384
384
  }
385
385
  if (this.oVerticalBox.getItems() && !this.oVerticalBox.getItems().length) {
386
386
  // add a No Data Div to VisualFilterDialog
387
- var noDataText = new sap.m.Text({text: "{i18n>NODATA_ADAPTFILTERDIALOG}", width: "100%", textAlign: sap.ui.core.TextAlign.Center}).addStyleClass("sapUiSmallMarginTopBottom");
387
+ var noDataText = new Text({text: "{i18n>NODATA_ADAPTFILTERDIALOG}", width: "100%", textAlign: SapCoreLibrary.TextAlign.Center}).addStyleClass("sapUiSmallMarginTopBottom");
388
388
  this.oVerticalBox.addItem(noDataText);
389
389
  }
390
390
  },
@@ -194,7 +194,21 @@ sap.ui.define(["sap/ui/base/Object",
194
194
  */
195
195
  onCustomAppStateChange: function(){
196
196
  oState.oIappStateHandler.fnStoreCurrentAppStateAndAdjustURL();
197
- }
197
+ },
198
+ /**
199
+ * Provide an option for showing an own message in the message bar above the ALP table
200
+ * @param {object} oMessage custom message along with type to set on table
201
+ * @param {string} [oMessage.message] message string to display
202
+ * @param {string} [oMessage.type] indicates type of message (sap.ui.core.MessageType)
203
+ * whether it's sap.ui.core.MessageType.Success, sap.ui.core.MessageType.Warning, sap.ui.core.MessageType.Error or sap.ui.core.MessageType.Information.
204
+ * @param {array |string} [vTabKey] If switching between different table views is enabled, this parameter can be used to identify the views which
205
+ * are affected by this call. Faulty values indicate that all views should be affected. Otherwise the value should either be one string or an array of strings
206
+ * identifying the affected variant items.
207
+ * @public
208
+ */
209
+ setCustomMessage: function (oMessage, vTabKey) {
210
+ oState.oMessageStripHelper.setCustomMessage(oMessage, vTabKey);
211
+ }
198
212
  };
199
213
  }
200
214
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u0644\u0644\u0628\u062F\u0621\u060C \u0642\u0645 \u0628\u
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u0644\u0644\u0628\u062F\u0621\u060C \u0642\u0645 \u0628\u062A\u0639\u064A\u064A\u0646 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0630\u0627\u062A \u0627\u0644\u0635\u0644\u0629.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u0628\u0639\u0636 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u063A\u064A\u0631 \u0630\u0627\u062A \u0635\u0644\u0629 \u0628\u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 "{1}" ({0}). \u0648\u0644\u0630\u0627 \u0641\u062A\u0639\u064A\u064A\u0646 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0647\u0630\u0647 \u0644\u0627 \u064A\u0624\u062B\u0631 \u0639\u0644\u0649 \u0627\u0644\u0646\u062A\u0627\u0626\u062C.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=\u0644\u0627 \u064A\u0645\u0643\u0646\u0643 \u0627\u0633\u062A\u062E\u062F\u0627\u0645 \u0639\u0648\u0627\u0645\u0644 \u0627\u0644\u062A\u0635\u0641\u064A\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629 \u0641\u064A \u0639\u0644\u0627\u0645\u0629 \u062A\u0628\u0648\u064A\u0628 "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u0417\u0430 \u043D\u0430\u0447\u0430\u043B\u043E, \u0437\
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u0417\u0430 \u043D\u0430\u0447\u0430\u043B\u043E, \u0437\u0430\u0434\u0430\u0439\u0442\u0435 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u041D\u044F\u043A\u043E\u0438 \u0444\u0438\u043B\u0442\u0440\u0438 \u043D\u0435 \u0441\u0430 \u0440\u0435\u043B\u0435\u0432\u0430\u043D\u0442\u043D\u0438 \u0437\u0430 \u0442\u0430\u0431 "{1}" ({0}). \u0417\u0430\u0434\u0430\u0432\u0430\u043D\u0435\u0442\u043E \u0438\u043C \u043D\u0435 \u043E\u043A\u0430\u0437\u0432\u0430 \u0432\u043B\u0438\u044F\u043D\u0438\u0435 \u0432\u044A\u0440\u0445\u0443 \u0440\u0435\u0437\u0443\u043B\u0442\u0430\u0442\u0438\u0442\u0435.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=\u041D\u0435 \u043C\u043E\u0436\u0435 \u0434\u0430 \u0438\u0437\u043F\u043E\u043B\u0437\u0432\u0430\u0442\u0435 \u0441\u043B\u0435\u0434\u043D\u0438\u0442\u0435 \u0444\u0438\u043B\u0442\u0440\u0438 \u043D\u0430 \u0442\u0430\u0431 "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Per comen\u00E7ar, establiu els filtres rellevants.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Per comen\u00E7ar, establiu els filtres rellevants.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Alguns filtres no s\u00F3n rel.per a la pestanya "{1}" ({0}). Configurar-los no t\u00E9 cap efecte en els resultats.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=No podeu utilitzar els seg\u00FCents filtres a la pestanya "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Pro spu\u0161t\u011Bn\u00ED nastavte relevantn\u00ED filtr
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Pro spu\u0161t\u011Bn\u00ED nastavte relevantn\u00ED filtry.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=N\u011Bkter\u00E9 filtry nejsou relevantn\u00ED pro z\u00E1lo\u017Eku "{1}" ({0}). Nastaven\u00ED t\u011Bchto filtr\u016F nem\u00E1 vliv na v\u00FDsledky.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Nem\u016F\u017Eete pou\u017E\u00EDt n\u00E1sleduj\u00EDc\u00ED filtry na z\u00E1lo\u017Ece "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=I gychwyn, gosodwch yr hidlyddion perthnasol.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=I gychwyn, gosodwch yr hidlyddion perthnasol.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Dydy rhai hidlyddion ddim yn berthnasol i dab ''{1}'' ({0}). Nid yw''r hidlydd yn effeithio ar y canlyniadau
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Does dim modd defnyddio\u2019r hidlyddion canlynol ar y tab ''{1}''\: ''{0}''.
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Indstil de relevante filtre for at starte.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Indstil de relevante filtre for at starte.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Nogle filtre er ikke rel. for fanebladet "{1}" ({0}). Indst. af disse filtre har ingen effekt p\u00E5 res..
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Du kan ikke anvende f\u00F8lgende filtre p\u00E5 "{1}" faneblad\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Um zu starten, setzen Sie die entsprechenden Filter.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Um zu starten, setzen Sie die entsprechenden Filter.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Einige Filter sind f\u00FCr Tab "{1}" ({0}) nicht relevant. Sie haben hat keinen Einfluss auf die Ergebnisse.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Sie k\u00F6nnen folgende Filter nicht auf der Registerkarte "{1}" verwenden\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u0393\u03B9\u03B1 \u03BD\u03B1 \u03BE\u03B5\u03BA\u03B9\u03BD\u03AE\u03C3\u03B5\u03C4\u03B5, \u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03B1 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u039C\u03B5\u03C1\u03B9\u03BA\u03AC \u03C6\u03AF\u03BB\u03C4\u03C1\u03B1 \u03B4\u03B5\u03BD \u03B5\u03AF\u03BD\u03B1\u03B9 \u03C3\u03C7\u03B5\u03C4\u03B9\u03BA\u03AC \u03B3\u03B9\u03B1 \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1 "{1}" ({0}). \u0397 \u03C1\u03CD\u03B8\u03BC\u03B9\u03C3\u03B7 \u03C6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD \u03B4\u03B5\u03BD \u03B5\u03C0\u03B7\u03C1\u03B5\u03AC\u03B6\u03B5\u03B9 \u03C4\u03B1 \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=\u0391\u03B4\u03CD\u03BD\u03B1\u03C4\u03B7 \u03C7\u03C1\u03AE\u03C3\u03B7 \u03C4\u03C9\u03BD \u03B1\u03BA\u03CC\u03BB\u03BF\u03C5\u03B8\u03C9\u03BD \u03C6\u03AF\u03BB\u03C4\u03C1\u03C9\u03BD \u03C3\u03C4\u03B7\u03BD "{1}" \u03BA\u03B1\u03C1\u03C4\u03AD\u03BB\u03B1\u03C2\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=To start, set the relevant filters.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=To start, set the relevant filters.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Some filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=You cannot use the following filters on the "{1}" tab\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=To start, set the relevant filters.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=To start, set the relevant filters.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Some filters are not relevant for tab "{1}" ({0}). Setting these filters has no effect on the results.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=You cannot use the following filters on the "{1}" tab\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Para empezar, fije los filtros relevantes.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Para empezar, fije los filtros relevantes.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Algunos filtros no son rel.p.la pesta\u00F1a "{1}" ({0}). Establecer estos filtros no afecta a los resultados.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=No puede utilizar los filtros siguientes en la pesta\u00F1a "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Para comenzar, configure los filtros relevantes.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Para comenzar, configure los filtros relevantes.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Algunos filtros no son rel. p. la pesta\u00F1a "{1}" ({0}). Configurarlos no tiene efecto sobre los resultados.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=No puede usar los siguientes filtros en la pesta\u00F1a "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Alustamiseks m\u00E4\u00E4rake n\u00F5utavad filtrid.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Alustamiseks m\u00E4\u00E4rake n\u00F5utavad filtrid.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=M\u00F5ni filter pole vahekaardi \u201E{1}\u201C ({0}) jaoks asjakohane. Nende filtrite seadmine ei m\u00F5juta tulemusi.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Te ei saa kasutada j\u00E4rgmisi filtreid "{1}" vahekaardil\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Aseta relevantit suodattimet aloittamista varten.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Aseta relevantit suodattimet aloittamista varten.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Jotkin suodattimet eiv\u00E4t ole relevantteja v\u00E4lilehdelle "{1}" ({0}). N\u00E4m\u00E4 eiv\u00E4t vaikuta tuloksiin.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Et voi k\u00E4ytt\u00E4\u00E4 seuraavia suodattimia v\u00E4lilehdell\u00E4 "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Pour commencer, param\u00E9trez les filtres appropri\u00E9
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Pour commencer, param\u00E9trez les filtres appropri\u00E9s.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Certains filtres ne sont pas appropri\u00E9s \u00E0 l''onglet "{1}" ({0}). L''activation de ces filtres n''a aucun effet sur les r\u00E9sultats.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Vous ne pouvez pas utiliser les filtres suivants dans l''onglet "{1}" \: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Pour commencer, d\u00E9finissez les filtres appropri\u00E9
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Pour commencer, d\u00E9finissez les filtres appropri\u00E9s.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Certains filtres ne sont pas pertinents pour l''onglet "{1}" ({0}). L''activation de ces filtres n''a aucun effet sur les r\u00E9sultats.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Vous ne pouvez pas utiliser les filtres suivants dans l''onglet "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0915\u0930\u0
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0915\u0930\u0928\u0947 \u0915\u0947 \u0932\u093F\u090F, \u092A\u094D\u0930\u093E\u0938\u0902\u0917\u093F\u0915 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0938\u0947\u091F \u0915\u0930\u0947\u0902.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u0915\u0941\u091B \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u091F\u0948\u092C "{1}" ({0}) \u0939\u0947\u0924\u0941 \u092A\u094D\u0930\u093E\u0938\u0902\u0917\u093F\u0915 \u0928\u0939\u0940\u0902 \u0939\u0948\u0902. \u0907\u0928 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0915\u0940 \u0938\u0947\u091F\u093F\u0902\u0917 \u0915\u0930\u0928\u0947 \u0938\u0947 \u092A\u0930\u093F\u0923\u093E\u092E\u094B\u0902 \u092A\u0930 \u0915\u094B\u0908 \u092A\u094D\u0930\u092D\u093E\u0935 \u0928\u0939\u0940\u0902 \u092A\u0921\u093C\u0924\u093E \u0939\u0948.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=\u0906\u092A \u091F\u0948\u092C "{1}\u201D \u092A\u0930 \u0928\u093F\u092E\u094D\u0928 \u092B\u093C\u093F\u0932\u094D\u091F\u0930 \u0915\u093E \u0909\u092A\u092F\u094B\u0917 \u0928\u0939\u0940\u0902 \u0915\u0930 \u0938\u0915\u0924\u0947\: "{0}\u201D.
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Za po\u010Detak postavite relevantne filtere.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Za po\u010Detak postavite relevantne filtere.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Neki filteri nisu relevantni za karticu "{1}" ({0}). Postavljanje tih filtera nema u\u010Dinka na rezultate.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Ne mo\u017Eete upotrijebiti sljede\u0107e filtere na "{1}" kartici\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Kezd\u00E9shez \u00E1ll\u00EDtsa be a relev\u00E1ns sz\u01
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Kezd\u00E9shez \u00E1ll\u00EDtsa be a relev\u00E1ns sz\u0171r\u0151ket.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=N\u00E9h\u00E1ny sz\u0171r\u0151 nem relev\u00E1ns a(z) "{1}" ({0}) lapon. Ezek a sz\u0171r\u0151k nincsenek hat\u00E1ssal az eredm\u00E9nyre.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=A k\u00F6vetkez\u0151 sz\u0171r\u0151ket nem haszn\u00E1lhatja a(z) "{1}" lapon\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Untuk memulai, tetapkan filter terkait.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Untuk memulai, tetapkan filter terkait.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Beberapa filter tidak relevan untuk tab "{1}" ({0}). Mengatur filter ini tidak berpengaruh pada hasil.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Anda tidak dapat menggunakan filter berikut pada tab "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=Imposta i filtri rilevanti per iniziare.
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=Imposta i filtri rilevanti per iniziare.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=Alcuni filtri non sono ril. per tab "{1}" ({0}). L\u2019impostazione di questi filtri non incide sui ris.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=Non \u00E8 possibile utilizzare i seguenti filtri nel tab "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u05DB\u05D3\u05D9 \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC, \
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u05DB\u05D3\u05D9 \u05DC\u05D4\u05EA\u05D7\u05D9\u05DC, \u05E7\u05D1\u05E2 \u05D0\u05EA \u05D4\u05DE\u05E1\u05E0\u05E0\u05D9\u05DD \u05D4\u05E8\u05DC\u05D5\u05D5\u05E0\u05D8\u05D9\u05D9\u05DD.
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u05D7\u05DC\u05E7 \u05DE\u05D4\u05DE\u05E1\u05E0\u05E0\u05D9\u05DD \u05D0\u05D9\u05E0\u05DD \u05E8\u05DC\u05D5\u05D5\u05E0\u05D8\u05D9\u05D9\u05DD \u05E2\u05D1\u05D5\u05E8 \u05D4\u05DC\u05E9\u05D5\u05E0\u05D9\u05EA "{1}" ({0}). \u05D4\u05D2\u05D3\u05E8\u05EA \u05DE\u05E1\u05E0\u05E0\u05D9\u05DD \u05D0\u05DC\u05D4 \u05DC\u05D0 \u05EA\u05E9\u05E4\u05D9\u05E2 \u05E2\u05DC \u05D4\u05EA\u05D5\u05E6\u05D0\u05D5\u05EA.
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM=\u05D0\u05D9\u05E0\u05DA \u05D9\u05DB\u05D5\u05DC \u05DC\u05D4\u05E9\u05EA\u05DE\u05E9 \u05D1\u05DE\u05E1\u05E0\u05E0\u05D9\u05DD \u05D4\u05D1\u05D0\u05D9\u05DD \u05D1\u05DC\u05E9\u05D5\u05E0\u05D9\u05EA "{1}"\: "{0}".
230
230
 
@@ -224,7 +224,7 @@ NODATA_SMARTCHART_ALP=\u958B\u59CB\u3059\u308B\u306B\u306F\u3001\u95A2\u9023\u30
224
224
 
225
225
  NODATA_SMARTTABLE_ALP=\u958B\u59CB\u3059\u308B\u306B\u306F\u3001\u95A2\u9023\u3059\u308B\u30D5\u30A3\u30EB\u30BF\u3092\u8A2D\u5B9A\u3057\u307E\u3059\u3002
226
226
 
227
- MESSAGE_MULTIPLE_VALUES_L_FORM=Some of the filters aren''t relevant for the tab "{1}" ({0}). Settings these filters has no effect on the results.
227
+ MESSAGE_MULTIPLE_VALUES_L_FORM=\u4E00\u90E8\u306E\u30D5\u30A3\u30EB\u30BF\u306F\u30BF\u30D6 "{1}" \u306B\u8A72\u5F53\u3057\u307E\u305B\u3093 ({0})\u3002\u3053\u308C\u3089\u306E\u30D5\u30A3\u30EB\u30BF\u3092\u8A2D\u5B9A\u3057\u3066\u3082\u3001\u7D50\u679C\u306B\u5F71\u97FF\u306F\u3042\u308A\u307E\u305B\u3093\u3002
228
228
 
229
- MESSAGE_MULTIPLE_VALUES_S_FORM=You can''t use the following filters on the "{1}" tab\: "{0}"
229
+ MESSAGE_MULTIPLE_VALUES_S_FORM="{1}" \u30BF\u30D6\u3067\u30D5\u30A3\u30EB\u30BF "{0}" \u3092\u4F7F\u7528\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093\u3002
230
230