@sapui5/sap.cux.home 1.141.0 → 1.143.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 (355) hide show
  1. package/package.json +1 -1
  2. package/src/sap/cux/home/.library +4 -1
  3. package/src/sap/cux/home/AdvancedSettingsPanel.d.ts +3 -2
  4. package/src/sap/cux/home/AdvancedSettingsPanel.d.ts.map +1 -1
  5. package/src/sap/cux/home/AdvancedSettingsPanel.js +6 -6
  6. package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
  7. package/src/sap/cux/home/AdvancedSettingsPanel.ts +6 -6
  8. package/src/sap/cux/home/App.d.ts.map +1 -1
  9. package/src/sap/cux/home/App.js +9 -1
  10. package/src/sap/cux/home/App.js.map +1 -1
  11. package/src/sap/cux/home/App.ts +10 -1
  12. package/src/sap/cux/home/AppsAdditionPanel.d.ts +75 -34
  13. package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -1
  14. package/src/sap/cux/home/AppsAdditionPanel.js +378 -179
  15. package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -1
  16. package/src/sap/cux/home/AppsAdditionPanel.ts +399 -175
  17. package/src/sap/cux/home/AppsContainer.d.ts +5 -1
  18. package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
  19. package/src/sap/cux/home/AppsContainer.js +32 -17
  20. package/src/sap/cux/home/AppsContainer.js.map +1 -1
  21. package/src/sap/cux/home/AppsContainer.ts +31 -15
  22. package/src/sap/cux/home/BaseAppPanel.d.ts +2 -1
  23. package/src/sap/cux/home/BaseAppPanel.d.ts.map +1 -1
  24. package/src/sap/cux/home/BaseAppPanel.js +2 -1
  25. package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
  26. package/src/sap/cux/home/BaseAppPanel.ts +4 -2
  27. package/src/sap/cux/home/BaseContainer.d.ts +8 -0
  28. package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
  29. package/src/sap/cux/home/BaseContainer.js +35 -5
  30. package/src/sap/cux/home/BaseContainer.js.map +1 -1
  31. package/src/sap/cux/home/BaseContainer.ts +32 -5
  32. package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
  33. package/src/sap/cux/home/BaseContainerRenderer.js +6 -0
  34. package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
  35. package/src/sap/cux/home/BaseContainerRenderer.ts +7 -1
  36. package/src/sap/cux/home/BaseNewsPanel.js.map +1 -1
  37. package/src/sap/cux/home/BaseNewsPanel.ts +2 -2
  38. package/src/sap/cux/home/BasePanel.d.ts +7 -0
  39. package/src/sap/cux/home/BasePanel.d.ts.map +1 -1
  40. package/src/sap/cux/home/BasePanel.js +23 -2
  41. package/src/sap/cux/home/BasePanel.js.map +1 -1
  42. package/src/sap/cux/home/BasePanel.ts +18 -1
  43. package/src/sap/cux/home/CardsContainer.d.ts +108 -0
  44. package/src/sap/cux/home/CardsContainer.d.ts.map +1 -0
  45. package/src/sap/cux/home/CardsContainer.js +207 -0
  46. package/src/sap/cux/home/CardsContainer.js.map +1 -0
  47. package/src/sap/cux/home/CardsContainer.ts +202 -0
  48. package/src/sap/cux/home/CardsPanel.d.ts +32 -59
  49. package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
  50. package/src/sap/cux/home/CardsPanel.js +270 -249
  51. package/src/sap/cux/home/CardsPanel.js.map +1 -1
  52. package/src/sap/cux/home/CardsPanel.ts +169 -181
  53. package/src/sap/cux/home/ContentAdditionDialog.d.ts +2 -0
  54. package/src/sap/cux/home/ContentAdditionDialog.d.ts.map +1 -1
  55. package/src/sap/cux/home/ContentAdditionDialog.js +17 -7
  56. package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -1
  57. package/src/sap/cux/home/ContentAdditionDialog.ts +18 -6
  58. package/src/sap/cux/home/ErrorPanel.d.ts +0 -5
  59. package/src/sap/cux/home/ErrorPanel.d.ts.map +1 -1
  60. package/src/sap/cux/home/ErrorPanel.gen.d.ts +31 -0
  61. package/src/sap/cux/home/ErrorPanel.js +11 -16
  62. package/src/sap/cux/home/ErrorPanel.js.map +1 -1
  63. package/src/sap/cux/home/ErrorPanel.ts +7 -19
  64. package/src/sap/cux/home/FavAppPanel.d.ts +1 -12
  65. package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
  66. package/src/sap/cux/home/FavAppPanel.js +354 -414
  67. package/src/sap/cux/home/FavAppPanel.js.map +1 -1
  68. package/src/sap/cux/home/FavAppPanel.ts +25 -70
  69. package/src/sap/cux/home/FrequentAppPanel.d.ts.map +1 -1
  70. package/src/sap/cux/home/FrequentAppPanel.js +5 -1
  71. package/src/sap/cux/home/FrequentAppPanel.js.map +1 -1
  72. package/src/sap/cux/home/FrequentAppPanel.ts +4 -0
  73. package/src/sap/cux/home/InsightsAdditionPanel.d.ts +4 -4
  74. package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -1
  75. package/src/sap/cux/home/InsightsAdditionPanel.js +12 -9
  76. package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -1
  77. package/src/sap/cux/home/InsightsAdditionPanel.ts +11 -8
  78. package/src/sap/cux/home/InsightsTilesSettingsPanel.js +1 -1
  79. package/src/sap/cux/home/InsightsTilesSettingsPanel.js.map +1 -1
  80. package/src/sap/cux/home/InsightsTilesSettingsPanel.ts +3 -3
  81. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts +3 -0
  82. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts.map +1 -1
  83. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js +252 -39
  84. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js.map +1 -1
  85. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.ts +288 -58
  86. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.d.ts.map +1 -1
  87. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +11 -10
  88. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
  89. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +12 -10
  90. package/src/sap/cux/home/KeyUserNewsSettingsPanel.js +2 -2
  91. package/src/sap/cux/home/KeyUserNewsSettingsPanel.js.map +1 -1
  92. package/src/sap/cux/home/KeyUserNewsSettingsPanel.ts +7 -7
  93. package/src/sap/cux/home/KeyUserPagesSettingsPanel.js.map +1 -1
  94. package/src/sap/cux/home/KeyUserPagesSettingsPanel.ts +2 -2
  95. package/src/sap/cux/home/Layout.d.ts +3 -1
  96. package/src/sap/cux/home/Layout.d.ts.map +1 -1
  97. package/src/sap/cux/home/Layout.js +45 -8
  98. package/src/sap/cux/home/Layout.js.map +1 -1
  99. package/src/sap/cux/home/Layout.ts +55 -8
  100. package/src/sap/cux/home/LayoutSettingsPanel.d.ts +10 -0
  101. package/src/sap/cux/home/LayoutSettingsPanel.d.ts.map +1 -1
  102. package/src/sap/cux/home/LayoutSettingsPanel.js +341 -56
  103. package/src/sap/cux/home/LayoutSettingsPanel.js.map +1 -1
  104. package/src/sap/cux/home/LayoutSettingsPanel.ts +380 -64
  105. package/src/sap/cux/home/{NewsAndPagesContainer.d.ts → NewsContainer.d.ts} +13 -18
  106. package/src/sap/cux/home/NewsContainer.d.ts.map +1 -0
  107. package/src/sap/cux/home/{NewsAndPagesContainer.gen.d.ts → NewsContainer.gen.d.ts} +3 -3
  108. package/src/sap/cux/home/{NewsAndPagesContainer.js → NewsContainer.js} +26 -113
  109. package/src/sap/cux/home/NewsContainer.js.map +1 -0
  110. package/src/sap/cux/home/{NewsAndPagesContainer.ts → NewsContainer.ts} +31 -120
  111. package/src/sap/cux/home/NewsGroup.js.map +1 -1
  112. package/src/sap/cux/home/NewsGroup.ts +1 -1
  113. package/src/sap/cux/home/NewsPanel.d.ts +17 -0
  114. package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
  115. package/src/sap/cux/home/NewsPanel.js +90 -57
  116. package/src/sap/cux/home/NewsPanel.js.map +1 -1
  117. package/src/sap/cux/home/NewsPanel.ts +51 -23
  118. package/src/sap/cux/home/NewsSettingsPanel.d.ts +42 -6
  119. package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
  120. package/src/sap/cux/home/NewsSettingsPanel.js +219 -81
  121. package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
  122. package/src/sap/cux/home/NewsSettingsPanel.ts +216 -81
  123. package/src/sap/cux/home/Page.d.ts.map +1 -1
  124. package/src/sap/cux/home/Page.js +4 -1
  125. package/src/sap/cux/home/Page.js.map +1 -1
  126. package/src/sap/cux/home/Page.ts +2 -0
  127. package/src/sap/cux/home/PagePanel.d.ts +1 -1
  128. package/src/sap/cux/home/PagePanel.d.ts.map +1 -1
  129. package/src/sap/cux/home/PagePanel.js +19 -11
  130. package/src/sap/cux/home/PagePanel.js.map +1 -1
  131. package/src/sap/cux/home/PagePanel.ts +26 -20
  132. package/src/sap/cux/home/PageSettingsPanel.d.ts.map +1 -1
  133. package/src/sap/cux/home/PageSettingsPanel.js +6 -3
  134. package/src/sap/cux/home/PageSettingsPanel.js.map +1 -1
  135. package/src/sap/cux/home/PageSettingsPanel.ts +2 -2
  136. package/src/sap/cux/home/PagesContainer.d.ts +72 -0
  137. package/src/sap/cux/home/PagesContainer.d.ts.map +1 -0
  138. package/src/sap/cux/home/PagesContainer.gen.d.ts +78 -0
  139. package/src/sap/cux/home/PagesContainer.js +333 -0
  140. package/src/sap/cux/home/PagesContainer.js.map +1 -0
  141. package/src/sap/cux/home/PagesContainer.ts +179 -0
  142. package/src/sap/cux/home/RecentAppPanel.d.ts.map +1 -1
  143. package/src/sap/cux/home/RecentAppPanel.js +6 -0
  144. package/src/sap/cux/home/RecentAppPanel.js.map +1 -1
  145. package/src/sap/cux/home/RecentAppPanel.ts +5 -1
  146. package/src/sap/cux/home/RecommendedAppPanel.d.ts.map +1 -1
  147. package/src/sap/cux/home/RecommendedAppPanel.js +7 -0
  148. package/src/sap/cux/home/RecommendedAppPanel.js.map +1 -1
  149. package/src/sap/cux/home/RecommendedAppPanel.ts +6 -1
  150. package/src/sap/cux/home/SettingsDialog.d.ts +7 -0
  151. package/src/sap/cux/home/SettingsDialog.d.ts.map +1 -1
  152. package/src/sap/cux/home/SettingsDialog.js +18 -10
  153. package/src/sap/cux/home/SettingsDialog.js.map +1 -1
  154. package/src/sap/cux/home/SettingsDialog.ts +20 -13
  155. package/src/sap/cux/home/SideBySideIconTabFilter.d.ts +10 -0
  156. package/src/sap/cux/home/SideBySideIconTabFilter.d.ts.map +1 -1
  157. package/src/sap/cux/home/SideBySideIconTabFilter.js +11 -1
  158. package/src/sap/cux/home/SideBySideIconTabFilter.js.map +1 -1
  159. package/src/sap/cux/home/SideBySideIconTabFilter.ts +11 -0
  160. package/src/sap/cux/home/SituationPanel.d.ts.map +1 -1
  161. package/src/sap/cux/home/SituationPanel.js +7 -2
  162. package/src/sap/cux/home/SituationPanel.js.map +1 -1
  163. package/src/sap/cux/home/SituationPanel.ts +2 -0
  164. package/src/sap/cux/home/SpaceInsightsPanel.d.ts +8 -60
  165. package/src/sap/cux/home/SpaceInsightsPanel.d.ts.map +1 -1
  166. package/src/sap/cux/home/SpaceInsightsPanel.js +67 -133
  167. package/src/sap/cux/home/SpaceInsightsPanel.js.map +1 -1
  168. package/src/sap/cux/home/SpaceInsightsPanel.ts +70 -152
  169. package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
  170. package/src/sap/cux/home/TaskPanel.js +17 -12
  171. package/src/sap/cux/home/TaskPanel.js.map +1 -1
  172. package/src/sap/cux/home/TaskPanel.ts +19 -16
  173. package/src/sap/cux/home/TilesContainer.d.ts +111 -0
  174. package/src/sap/cux/home/TilesContainer.d.ts.map +1 -0
  175. package/src/sap/cux/home/TilesContainer.js +218 -0
  176. package/src/sap/cux/home/TilesContainer.js.map +1 -0
  177. package/src/sap/cux/home/TilesContainer.ts +216 -0
  178. package/src/sap/cux/home/TilesPanel.d.ts +22 -52
  179. package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
  180. package/src/sap/cux/home/TilesPanel.js +194 -168
  181. package/src/sap/cux/home/TilesPanel.js.map +1 -1
  182. package/src/sap/cux/home/TilesPanel.ts +167 -157
  183. package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
  184. package/src/sap/cux/home/ToDoPanel.js +59 -66
  185. package/src/sap/cux/home/ToDoPanel.js.map +1 -1
  186. package/src/sap/cux/home/ToDoPanel.ts +46 -34
  187. package/src/sap/cux/home/ToDosContainer.js +3 -3
  188. package/src/sap/cux/home/ToDosContainer.js.map +1 -1
  189. package/src/sap/cux/home/ToDosContainer.ts +1 -1
  190. package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.d.ts +2 -2
  191. package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.d.ts.map +1 -1
  192. package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js +1 -1
  193. package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.js.map +1 -1
  194. package/src/sap/cux/home/changeHandler/NewsFeedVisibilityChange.ts +4 -4
  195. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts +2 -2
  196. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.d.ts.map +1 -1
  197. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js +1 -1
  198. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.js.map +1 -1
  199. package/src/sap/cux/home/changeHandler/SetNewsFeedUrl.ts +4 -4
  200. package/src/sap/cux/home/changeHandler/SpacePageColorHandler.d.ts +2 -2
  201. package/src/sap/cux/home/changeHandler/SpacePageColorHandler.d.ts.map +1 -1
  202. package/src/sap/cux/home/changeHandler/SpacePageColorHandler.js +1 -1
  203. package/src/sap/cux/home/changeHandler/SpacePageColorHandler.js.map +1 -1
  204. package/src/sap/cux/home/changeHandler/SpacePageColorHandler.ts +3 -3
  205. package/src/sap/cux/home/changeHandler/SpacePageIconHandler.d.ts +2 -2
  206. package/src/sap/cux/home/changeHandler/SpacePageIconHandler.d.ts.map +1 -1
  207. package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js +4 -4
  208. package/src/sap/cux/home/changeHandler/SpacePageIconHandler.js.map +1 -1
  209. package/src/sap/cux/home/changeHandler/SpacePageIconHandler.ts +5 -5
  210. package/src/sap/cux/home/flexibility/BaseContainer.flexibility.d.ts.map +1 -1
  211. package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js +30 -3
  212. package/src/sap/cux/home/flexibility/BaseContainer.flexibility.js.map +1 -1
  213. package/src/sap/cux/home/flexibility/BaseContainer.flexibility.ts +23 -1
  214. package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts +29 -19
  215. package/src/sap/cux/home/flexibility/Layout.flexibility.d.ts.map +1 -1
  216. package/src/sap/cux/home/flexibility/Layout.flexibility.js +78 -2
  217. package/src/sap/cux/home/flexibility/Layout.flexibility.js.map +1 -1
  218. package/src/sap/cux/home/flexibility/Layout.flexibility.ts +81 -1
  219. package/src/sap/cux/home/i18n/messagebundle.properties +40 -14
  220. package/src/sap/cux/home/i18n/messagebundle_ar.properties +8 -4
  221. package/src/sap/cux/home/i18n/messagebundle_bg.properties +8 -4
  222. package/src/sap/cux/home/i18n/messagebundle_ca.properties +8 -4
  223. package/src/sap/cux/home/i18n/messagebundle_cnr.properties +8 -4
  224. package/src/sap/cux/home/i18n/messagebundle_cs.properties +8 -4
  225. package/src/sap/cux/home/i18n/messagebundle_cy.properties +8 -4
  226. package/src/sap/cux/home/i18n/messagebundle_da.properties +8 -4
  227. package/src/sap/cux/home/i18n/messagebundle_de.properties +8 -4
  228. package/src/sap/cux/home/i18n/messagebundle_el.properties +8 -4
  229. package/src/sap/cux/home/i18n/messagebundle_en.properties +9 -5
  230. package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +8 -4
  231. package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +14 -6
  232. package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +14 -6
  233. package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +8 -4
  234. package/src/sap/cux/home/i18n/messagebundle_es.properties +8 -4
  235. package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +8 -4
  236. package/src/sap/cux/home/i18n/messagebundle_et.properties +8 -4
  237. package/src/sap/cux/home/i18n/messagebundle_fi.properties +8 -4
  238. package/src/sap/cux/home/i18n/messagebundle_fr.properties +8 -4
  239. package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +8 -4
  240. package/src/sap/cux/home/i18n/messagebundle_hi.properties +8 -4
  241. package/src/sap/cux/home/i18n/messagebundle_hr.properties +8 -4
  242. package/src/sap/cux/home/i18n/messagebundle_hu.properties +8 -4
  243. package/src/sap/cux/home/i18n/messagebundle_id.properties +8 -4
  244. package/src/sap/cux/home/i18n/messagebundle_it.properties +10 -6
  245. package/src/sap/cux/home/i18n/messagebundle_iw.properties +8 -4
  246. package/src/sap/cux/home/i18n/messagebundle_ja.properties +8 -4
  247. package/src/sap/cux/home/i18n/messagebundle_kk.properties +8 -4
  248. package/src/sap/cux/home/i18n/messagebundle_ko.properties +8 -4
  249. package/src/sap/cux/home/i18n/messagebundle_lt.properties +8 -4
  250. package/src/sap/cux/home/i18n/messagebundle_lv.properties +8 -4
  251. package/src/sap/cux/home/i18n/messagebundle_mk.properties +8 -4
  252. package/src/sap/cux/home/i18n/messagebundle_ms.properties +8 -4
  253. package/src/sap/cux/home/i18n/messagebundle_nl.properties +8 -4
  254. package/src/sap/cux/home/i18n/messagebundle_no.properties +8 -4
  255. package/src/sap/cux/home/i18n/messagebundle_pl.properties +8 -4
  256. package/src/sap/cux/home/i18n/messagebundle_pt.properties +9 -5
  257. package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +8 -4
  258. package/src/sap/cux/home/i18n/messagebundle_ro.properties +8 -4
  259. package/src/sap/cux/home/i18n/messagebundle_ru.properties +8 -4
  260. package/src/sap/cux/home/i18n/messagebundle_sh.properties +8 -4
  261. package/src/sap/cux/home/i18n/messagebundle_sk.properties +8 -4
  262. package/src/sap/cux/home/i18n/messagebundle_sl.properties +8 -4
  263. package/src/sap/cux/home/i18n/messagebundle_sr.properties +8 -4
  264. package/src/sap/cux/home/i18n/messagebundle_sv.properties +8 -4
  265. package/src/sap/cux/home/i18n/messagebundle_th.properties +8 -4
  266. package/src/sap/cux/home/i18n/messagebundle_tr.properties +8 -4
  267. package/src/sap/cux/home/i18n/messagebundle_uk.properties +8 -4
  268. package/src/sap/cux/home/i18n/messagebundle_vi.properties +8 -4
  269. package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +8 -4
  270. package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +8 -4
  271. package/src/sap/cux/home/interface/AppsInterface.d.ts +6 -0
  272. package/src/sap/cux/home/interface/AppsInterface.d.ts.map +1 -1
  273. package/src/sap/cux/home/interface/AppsInterface.js.map +1 -1
  274. package/src/sap/cux/home/interface/AppsInterface.ts +7 -0
  275. package/src/sap/cux/home/interface/KeyUserInterface.d.ts +27 -4
  276. package/src/sap/cux/home/interface/KeyUserInterface.d.ts.map +1 -1
  277. package/src/sap/cux/home/interface/KeyUserInterface.js.map +1 -1
  278. package/src/sap/cux/home/interface/KeyUserInterface.ts +23 -4
  279. package/src/sap/cux/home/interface/LayoutInterface.d.ts +7 -0
  280. package/src/sap/cux/home/interface/LayoutInterface.d.ts.map +1 -1
  281. package/src/sap/cux/home/interface/LayoutInterface.js.map +1 -1
  282. package/src/sap/cux/home/interface/LayoutInterface.ts +7 -0
  283. package/src/sap/cux/home/library.d.ts.map +1 -1
  284. package/src/sap/cux/home/library.js +7 -4
  285. package/src/sap/cux/home/library.js.map +1 -1
  286. package/src/sap/cux/home/library.ts +10 -5
  287. package/src/sap/cux/home/themes/base/AppsContainer.less +12 -1
  288. package/src/sap/cux/home/themes/base/BaseContainer.less +36 -0
  289. package/src/sap/cux/home/themes/base/BaseLayout.less +22 -0
  290. package/src/sap/cux/home/themes/base/{InsightsContainer.less → CardsContainer.less} +4 -45
  291. package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +10 -18
  292. package/src/sap/cux/home/themes/base/PlaceHolder.less +1 -1
  293. package/src/sap/cux/home/themes/base/SettingsDialog.less +4 -0
  294. package/src/sap/cux/home/themes/base/TilesContainer.less +65 -0
  295. package/src/sap/cux/home/themes/base/ToDosContainer.less +4 -0
  296. package/src/sap/cux/home/themes/base/library.source.less +2 -1
  297. package/src/sap/cux/home/utils/AppManager.d.ts.map +1 -1
  298. package/src/sap/cux/home/utils/AppManager.js +2 -1
  299. package/src/sap/cux/home/utils/AppManager.js.map +1 -1
  300. package/src/sap/cux/home/utils/AppManager.ts +2 -2
  301. package/src/sap/cux/home/utils/FESRUtil.d.ts +30 -0
  302. package/src/sap/cux/home/utils/FESRUtil.d.ts.map +1 -1
  303. package/src/sap/cux/home/utils/FESRUtil.js +36 -1
  304. package/src/sap/cux/home/utils/FESRUtil.js.map +1 -1
  305. package/src/sap/cux/home/utils/FESRUtil.ts +36 -0
  306. package/src/sap/cux/home/utils/PXFeedback.d.ts +4 -0
  307. package/src/sap/cux/home/utils/PXFeedback.d.ts.map +1 -0
  308. package/src/sap/cux/home/utils/PXFeedback.js +28 -0
  309. package/src/sap/cux/home/utils/PXFeedback.js.map +1 -0
  310. package/src/sap/cux/home/utils/PXFeedback.ts +19 -0
  311. package/src/sap/cux/home/utils/PageManager.d.ts +0 -4
  312. package/src/sap/cux/home/utils/PageManager.d.ts.map +1 -1
  313. package/src/sap/cux/home/utils/PageManager.js +6 -6
  314. package/src/sap/cux/home/utils/PageManager.js.map +1 -1
  315. package/src/sap/cux/home/utils/PageManager.ts +6 -5
  316. package/src/sap/cux/home/utils/PerformanceUtils.d.ts +4 -2
  317. package/src/sap/cux/home/utils/PerformanceUtils.d.ts.map +1 -1
  318. package/src/sap/cux/home/utils/PerformanceUtils.js +4 -2
  319. package/src/sap/cux/home/utils/PerformanceUtils.js.map +1 -1
  320. package/src/sap/cux/home/utils/PerformanceUtils.ts +4 -2
  321. package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +155 -151
  322. package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.d.ts +8 -0
  323. package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.d.ts.map +1 -0
  324. package/src/sap/cux/home/utils/placeholder/{InsightsPlaceholder.js → CardsPlaceholder.js} +3 -77
  325. package/src/sap/cux/home/utils/placeholder/CardsPlaceholder.js.map +1 -0
  326. package/src/sap/cux/home/utils/placeholder/{InsightsPlaceholder.ts → CardsPlaceholder.ts} +1 -75
  327. package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.d.ts +8 -0
  328. package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.d.ts.map +1 -0
  329. package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.js +44 -0
  330. package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.js.map +1 -0
  331. package/src/sap/cux/home/utils/placeholder/NewsPlaceholder.ts +34 -0
  332. package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.d.ts +8 -0
  333. package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.d.ts.map +1 -0
  334. package/src/sap/cux/home/utils/placeholder/{NewsAndPagesPlaceholder.js → PagesPlaceholder.js} +3 -23
  335. package/src/sap/cux/home/utils/placeholder/PagesPlaceholder.js.map +1 -0
  336. package/src/sap/cux/home/utils/placeholder/{NewsAndPagesPlaceholder.ts → PagesPlaceholder.ts} +1 -21
  337. package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.d.ts +8 -0
  338. package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.d.ts.map +1 -0
  339. package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.js +95 -0
  340. package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.js.map +1 -0
  341. package/src/sap/cux/home/utils/placeholder/TilesPlaceholder.ts +85 -0
  342. package/ui5.yaml +1 -0
  343. package/src/sap/cux/home/InsightsContainer.d.ts +0 -205
  344. package/src/sap/cux/home/InsightsContainer.d.ts.map +0 -1
  345. package/src/sap/cux/home/InsightsContainer.js +0 -459
  346. package/src/sap/cux/home/InsightsContainer.js.map +0 -1
  347. package/src/sap/cux/home/InsightsContainer.ts +0 -489
  348. package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +0 -1
  349. package/src/sap/cux/home/NewsAndPagesContainer.js.map +0 -1
  350. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts +0 -8
  351. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.d.ts.map +0 -1
  352. package/src/sap/cux/home/utils/placeholder/InsightsPlaceholder.js.map +0 -1
  353. package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts +0 -8
  354. package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.d.ts.map +0 -1
  355. package/src/sap/cux/home/utils/placeholder/NewsAndPagesPlaceholder.js.map +0 -1
@@ -77,7 +77,17 @@ sap.ui.define(["sap/m/IconTabFilter", "sap/ui/core/Element"], function (IconTabF
77
77
  const panel = UI5Element.getElementById(this.getPanel());
78
78
  panel?.addContent(content);
79
79
  return this;
80
- }
80
+ },
81
+ /**
82
+ * Hides the badge on the tab filter.
83
+ *
84
+ * Overridden to prevent hiding the badge in Side-by-Side mode automatically.
85
+ * Show/hide of the badge is controlled via the 'showBadge' property of the associated panel.
86
+ *
87
+ * @private
88
+ * @override
89
+ */
90
+ _hideBadge: function _hideBadge() {}
81
91
  });
82
92
  return SideBySideIconTabFilter;
83
93
  });
@@ -1 +1 @@
1
- {"version":3,"file":"SideBySideIconTabFilter.js","names":["sap","ui","define","IconTabFilter","UI5Element","SideBySideIconTabFilter","extend","metadata","library","associations","panel","type","multiple","singularName","renderer","constructor","_constructor","id","settings","IconTabFilter.prototype.constructor.call","setPanel","_setPanel","setProperty","getProperty","setTooltip","setAssociation","getContent","_getContent","getElementById","getPanel","addContent","_addContent","content"],"sources":["SideBySideIconTabFilter.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport IconTabFilter from \"sap/m/IconTabFilter\";\nimport { MetadataOptions } from \"sap/ui/base/ManagedObject\";\nimport Control from \"sap/ui/core/Control\";\nimport UI5Element from \"sap/ui/core/Element\";\nimport BasePanel from \"./BasePanel\";\nimport { $SideBySideIconTabFilterSettings } from \"./SideBySideIconTabFilter\";\n\n/**\n *\n * Custom IconTabFilter for SideBySide orientation in the BaseContainer.\n *\n * @extends sap.m.IconTabFilter\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.139.0\n *\n * @private\n *\n * @alias sap.cux.home.SideBySideIconTabFilter\n */\nexport default class SideBySideIconTabFilter extends IconTabFilter {\n\tconstructor(id?: string | $SideBySideIconTabFilterSettings);\n\tconstructor(id?: string, settings?: $SideBySideIconTabFilterSettings);\n\t/**\n\t * Constructor for a new SideBySideIconTabFilter.\n\t *\n\t * @param {string} [id] ID for the new element, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: $SideBySideIconTabFilterSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\tstatic readonly renderer = \"sap.m.IconTabFilterRenderer\";\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tassociations: {\n\t\t\tpanel: { type: \"sap.cux.home.BasePanel\", multiple: false, singularName: \"panel\" }\n\t\t}\n\t};\n\n\t/**\n\t * Sets the associated panel for this tab filter and updates the key and text properties\n\t * based on the panel's key and title.\n\t *\n\t * @param {BasePanel} panel - The panel to associate with this tab filter.\n\t * @returns {this} This to allow method chaining.\n\t */\n\tpublic setPanel(panel: BasePanel): this {\n\t\tthis.setProperty(\"key\", panel.getProperty(\"key\"), true);\n\t\tthis.setProperty(\"text\", panel.getProperty(\"title\"), true);\n\t\tthis.setTooltip(panel.getProperty(\"tooltip\") as string);\n\t\tthis.setAssociation(\"panel\", panel);\n\t\treturn this;\n\t}\n\n\t/**\n\t * Returns the content controls from the associated panel.\n\t *\n\t * @public\n\t * @override\n\t * @returns {Control[]} An array of controls contained in the associated panel, or an empty array if no panel is associated.\n\t */\n\tpublic getContent(): Control[] {\n\t\tconst panel = UI5Element.getElementById(this.getPanel()) as BasePanel;\n\t\treturn panel?.getContent() || [];\n\t}\n\n\t/**\n\t * Adds a control to the content aggregation of the associated panel.\n\t *\n\t * @public\n\t * @override\n\t * @param {Control} content - The control to add to the panel's content.\n\t * @returns {this} The instance of SideBySideIconTabFilter, to allow method chaining.\n\t */\n\tpublic addContent(content: Control): this {\n\t\tconst panel = UI5Element.getElementById(this.getPanel()) as BasePanel;\n\t\tpanel?.addContent(content);\n\t\treturn this;\n\t}\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,2DAAAC,aAAA,EAAAC,UAAA;EAAA;;EAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EAbA,MAcqBC,uBAAuB,GAASF,aAAa,CAAAG,MAAA;IAcjDC,QAAQ,EAAoB;MAC3CC,OAAO,EAAE,cAAc;MACvBC,YAAY,EAAE;QACbC,KAAK,EAAE;UAAEC,IAAI,EAAE,wBAAwB;UAAEC,QAAQ,EAAE,KAAK;UAAEC,YAAY,EAAE;QAAQ;MACjF;IACD,CAAC;IANeC,QAAQ,EAAG,6BAA6B;IAVxD;AACD;AACA;AACA;AACA;AACA;IACQC,WAAW,WAAAC,aAACC,EAAW,EAAEC,QAA2C,EAAE;MAC5EC,wCAAA,OAAMF,EAAE,EAAEC,QAAQ;IACnB,CAAC;IAUD;AACD;AACA;AACA;AACA;AACA;AACA;IACQE,QAAQ,WAAAC,UAACX,KAAgB,EAAQ;MACvC,IAAI,CAACY,WAAW,CAAC,KAAK,EAAEZ,KAAK,CAACa,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC;MACvD,IAAI,CAACD,WAAW,CAAC,MAAM,EAAEZ,KAAK,CAACa,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;MAC1D,IAAI,CAACC,UAAU,CAACd,KAAK,CAACa,WAAW,CAAC,SAAS,CAAW,CAAC;MACvD,IAAI,CAACE,cAAc,CAAC,OAAO,EAAEf,KAAK,CAAC;MACnC,OAAO,IAAI;IACZ,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;IACQgB,UAAU,WAAAC,YAAA,EAAc;MAC9B,MAAMjB,KAAK,GAAGN,UAAU,CAACwB,cAAc,CAAC,IAAI,CAACC,QAAQ,CAAC,CAAC,CAAc;MACrE,OAAOnB,KAAK,EAAEgB,UAAU,CAAC,CAAC,IAAI,EAAE;IACjC,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;IACQI,UAAU,WAAAC,YAACC,OAAgB,EAAQ;MACzC,MAAMtB,KAAK,GAAGN,UAAU,CAACwB,cAAc,CAAC,IAAI,CAACC,QAAQ,CAAC,CAAC,CAAc;MACrEnB,KAAK,EAAEoB,UAAU,CAACE,OAAO,CAAC;MAC1B,OAAO,IAAI;IACZ;EAAC;EAAA,OA5DmB3B,uBAAuB;AAAA","ignoreList":[]}
1
+ {"version":3,"file":"SideBySideIconTabFilter.js","names":["sap","ui","define","IconTabFilter","UI5Element","SideBySideIconTabFilter","extend","metadata","library","associations","panel","type","multiple","singularName","renderer","constructor","_constructor","id","settings","IconTabFilter.prototype.constructor.call","setPanel","_setPanel","setProperty","getProperty","setTooltip","setAssociation","getContent","_getContent","getElementById","getPanel","addContent","_addContent","content","_hideBadge"],"sources":["SideBySideIconTabFilter.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport IconTabFilter from \"sap/m/IconTabFilter\";\nimport { MetadataOptions } from \"sap/ui/base/ManagedObject\";\nimport Control from \"sap/ui/core/Control\";\nimport UI5Element from \"sap/ui/core/Element\";\nimport BasePanel from \"./BasePanel\";\nimport { $SideBySideIconTabFilterSettings } from \"./SideBySideIconTabFilter\";\n\n/**\n *\n * Custom IconTabFilter for SideBySide orientation in the BaseContainer.\n *\n * @extends sap.m.IconTabFilter\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.139.0\n *\n * @private\n *\n * @alias sap.cux.home.SideBySideIconTabFilter\n */\nexport default class SideBySideIconTabFilter extends IconTabFilter {\n\tconstructor(id?: string | $SideBySideIconTabFilterSettings);\n\tconstructor(id?: string, settings?: $SideBySideIconTabFilterSettings);\n\t/**\n\t * Constructor for a new SideBySideIconTabFilter.\n\t *\n\t * @param {string} [id] ID for the new element, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: $SideBySideIconTabFilterSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\tstatic readonly renderer = \"sap.m.IconTabFilterRenderer\";\n\tstatic readonly metadata: MetadataOptions = {\n\t\tlibrary: \"sap.cux.home\",\n\t\tassociations: {\n\t\t\tpanel: { type: \"sap.cux.home.BasePanel\", multiple: false, singularName: \"panel\" }\n\t\t}\n\t};\n\n\t/**\n\t * Sets the associated panel for this tab filter and updates the key and text properties\n\t * based on the panel's key and title.\n\t *\n\t * @param {BasePanel} panel - The panel to associate with this tab filter.\n\t * @returns {this} This to allow method chaining.\n\t */\n\tpublic setPanel(panel: BasePanel): this {\n\t\tthis.setProperty(\"key\", panel.getProperty(\"key\"), true);\n\t\tthis.setProperty(\"text\", panel.getProperty(\"title\"), true);\n\t\tthis.setTooltip(panel.getProperty(\"tooltip\") as string);\n\t\tthis.setAssociation(\"panel\", panel);\n\t\treturn this;\n\t}\n\n\t/**\n\t * Returns the content controls from the associated panel.\n\t *\n\t * @public\n\t * @override\n\t * @returns {Control[]} An array of controls contained in the associated panel, or an empty array if no panel is associated.\n\t */\n\tpublic getContent(): Control[] {\n\t\tconst panel = UI5Element.getElementById(this.getPanel()) as BasePanel;\n\t\treturn panel?.getContent() || [];\n\t}\n\n\t/**\n\t * Adds a control to the content aggregation of the associated panel.\n\t *\n\t * @public\n\t * @override\n\t * @param {Control} content - The control to add to the panel's content.\n\t * @returns {this} The instance of SideBySideIconTabFilter, to allow method chaining.\n\t */\n\tpublic addContent(content: Control): this {\n\t\tconst panel = UI5Element.getElementById(this.getPanel()) as BasePanel;\n\t\tpanel?.addContent(content);\n\t\treturn this;\n\t}\n\n\t/**\n\t * Hides the badge on the tab filter.\n\t *\n\t * Overridden to prevent hiding the badge in Side-by-Side mode automatically.\n\t * Show/hide of the badge is controlled via the 'showBadge' property of the associated panel.\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic _hideBadge(): void {}\n}\n"],"mappings":"AAAA;AACA;AACA;AACA;AAHAA,GAAA,CAAAC,EAAA,CAAAC,MAAA,2DAAAC,aAAA,EAAAC,UAAA;EAAA;;EAYA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EAbA,MAcqBC,uBAAuB,GAASF,aAAa,CAAAG,MAAA;IAcjDC,QAAQ,EAAoB;MAC3CC,OAAO,EAAE,cAAc;MACvBC,YAAY,EAAE;QACbC,KAAK,EAAE;UAAEC,IAAI,EAAE,wBAAwB;UAAEC,QAAQ,EAAE,KAAK;UAAEC,YAAY,EAAE;QAAQ;MACjF;IACD,CAAC;IANeC,QAAQ,EAAG,6BAA6B;IAVxD;AACD;AACA;AACA;AACA;AACA;IACQC,WAAW,WAAAC,aAACC,EAAW,EAAEC,QAA2C,EAAE;MAC5EC,wCAAA,OAAMF,EAAE,EAAEC,QAAQ;IACnB,CAAC;IAUD;AACD;AACA;AACA;AACA;AACA;AACA;IACQE,QAAQ,WAAAC,UAACX,KAAgB,EAAQ;MACvC,IAAI,CAACY,WAAW,CAAC,KAAK,EAAEZ,KAAK,CAACa,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC;MACvD,IAAI,CAACD,WAAW,CAAC,MAAM,EAAEZ,KAAK,CAACa,WAAW,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC;MAC1D,IAAI,CAACC,UAAU,CAACd,KAAK,CAACa,WAAW,CAAC,SAAS,CAAW,CAAC;MACvD,IAAI,CAACE,cAAc,CAAC,OAAO,EAAEf,KAAK,CAAC;MACnC,OAAO,IAAI;IACZ,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;IACQgB,UAAU,WAAAC,YAAA,EAAc;MAC9B,MAAMjB,KAAK,GAAGN,UAAU,CAACwB,cAAc,CAAC,IAAI,CAACC,QAAQ,CAAC,CAAC,CAAc;MACrE,OAAOnB,KAAK,EAAEgB,UAAU,CAAC,CAAC,IAAI,EAAE;IACjC,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;IACQI,UAAU,WAAAC,YAACC,OAAgB,EAAQ;MACzC,MAAMtB,KAAK,GAAGN,UAAU,CAACwB,cAAc,CAAC,IAAI,CAACC,QAAQ,CAAC,CAAC,CAAc;MACrEnB,KAAK,EAAEoB,UAAU,CAACE,OAAO,CAAC;MAC1B,OAAO,IAAI;IACZ,CAAC;IAED;AACD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;IACQC,UAAU,WAAAA,WAAA,EAAS,CAAC;EAAC;EAAA,OAvER5B,uBAAuB;AAAA","ignoreList":[]}
@@ -85,4 +85,15 @@ export default class SideBySideIconTabFilter extends IconTabFilter {
85
85
  panel?.addContent(content);
86
86
  return this;
87
87
  }
88
+
89
+ /**
90
+ * Hides the badge on the tab filter.
91
+ *
92
+ * Overridden to prevent hiding the badge in Side-by-Side mode automatically.
93
+ * Show/hide of the badge is controlled via the 'showBadge' property of the associated panel.
94
+ *
95
+ * @private
96
+ * @override
97
+ */
98
+ public _hideBadge(): void {}
88
99
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SituationPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/SituationPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,6BAA6B,CAAC;IAU7C,OAAO,EAAE,SAAS,EAAyB,MAAM,eAAe,CAAC;IAGjE,OAAO,OAAO,MAAM,qBAAqB,CAAC;IAC1C,OAAO,OAAO,MAAM,sBAAsB,CAAC;IAE3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;IACjE,OAAO,SAAS,MAAM,wBAAwB,CAAC;IAE/C,OAAO,EAIN,iBAAiB,EAEjB,MAAM,wBAAwB,CAAC;IAEhC,UAAU,SAAS;QAClB,aAAa,EAAE,MAAM,CAAC;QACtB,2BAA2B,EAAE,MAAM,CAAC;QACpC,cAAc,EAAE,MAAM,CAAC;QACvB,kBAAkB,EAAE,iBAAiB,EAAE,CAAC;QACxC,aAAa,EAAE,YAAY,CAAC;QAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;KACtB;IAED,UAAU,YAAY;QACrB,cAAc,EAAE,MAAM,CAAC;QACvB,aAAa,EAAE,MAAM,CAAC;KACtB;IAED,UAAU,qBAAqB;QAC9B,WAAW,EAAE,MAAM,CAAC;KACpB;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS;QACpD;;;;;WAKG;oBACgB,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,kBAAkB;QAI7D;;;;;WAKG;QACI,IAAI,IAAI,IAAI;QAQnB;;;;;;;;WAQG;QACI,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE;QAQvD;;;;;;;;;WASG;QACI,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO;QA6BlE;;;;;WAKG;gBACW,iBAAiB;QA8B/B;;;;;WAKG;QACI,aAAa,IAAI,MAAM;KAG9B;CAEA"}
1
+ {"version":3,"file":"SituationPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/SituationPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,6BAA6B,CAAC;IAU7C,OAAO,EAAE,SAAS,EAAyB,MAAM,eAAe,CAAC;IAGjE,OAAO,OAAO,MAAM,qBAAqB,CAAC;IAC1C,OAAO,OAAO,MAAM,sBAAsB,CAAC;IAE3C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;IACjE,OAAO,SAAS,MAAM,wBAAwB,CAAC;IAG/C,OAAO,EAIN,iBAAiB,EAEjB,MAAM,wBAAwB,CAAC;IAEhC,UAAU,SAAS;QAClB,aAAa,EAAE,MAAM,CAAC;QACtB,2BAA2B,EAAE,MAAM,CAAC;QACpC,cAAc,EAAE,MAAM,CAAC;QACvB,kBAAkB,EAAE,iBAAiB,EAAE,CAAC;QACxC,aAAa,EAAE,YAAY,CAAC;QAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;KACtB;IAED,UAAU,YAAY;QACrB,cAAc,EAAE,MAAM,CAAC;QACvB,aAAa,EAAE,MAAM,CAAC;KACtB;IAED,UAAU,qBAAqB;QAC9B,WAAW,EAAE,MAAM,CAAC;KACpB;IAED;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,SAAS;QACpD;;;;;WAKG;oBACgB,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,kBAAkB;QAI7D;;;;;WAKG;QACI,IAAI,IAAI,IAAI;QAQnB;;;;;;;;WAQG;QACI,mBAAmB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE;QAQvD;;;;;;;;;WASG;QACI,oBAAoB,CAAC,EAAE,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,OAAO;QA6BlE;;;;;WAKG;gBACW,iBAAiB;QA+B/B;;;;;WAKG;QACI,aAAa,IAAI,MAAM;KAG9B;CAEA"}
@@ -2,7 +2,7 @@
2
2
  * SAP UI development toolkit for HTML5 (SAPUI5)
3
3
  * * (c) Copyright 2009-2025 SAP SE. All rights reserved
4
4
  */
5
- sap.ui.define(["sap/base/i18n/Localization", "sap/m/GenericTile", "sap/m/Text", "sap/m/TileContent", "sap/m/library", "sap/ui/core/Component", "sap/ushell/api/S4MyHome", "./ToDoPanel", "./utils/SituationUtils"], function (Localization, GenericTile, Text, TileContent, sap_m_library, Component, S4MyHome, __ToDoPanel, ___utils_SituationUtils) {
5
+ sap.ui.define(["sap/base/i18n/Localization", "sap/m/GenericTile", "sap/m/Text", "sap/m/TileContent", "sap/m/library", "sap/ui/core/Component", "sap/ushell/api/S4MyHome", "./ToDoPanel", "./utils/FESRUtil", "./utils/SituationUtils"], function (Localization, GenericTile, Text, TileContent, sap_m_library, Component, S4MyHome, __ToDoPanel, ___utils_FESRUtil, ___utils_SituationUtils) {
6
6
  "use strict";
7
7
 
8
8
  function _interopRequireDefault(obj) {
@@ -23,6 +23,8 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/m/GenericTile", "sap/m/Text",
23
23
  const URLHelper = sap_m_library["URLHelper"];
24
24
  const ValueColor = sap_m_library["ValueColor"];
25
25
  const ToDoPanel = _interopRequireDefault(__ToDoPanel);
26
+ const addFESRNavigationSource = ___utils_FESRUtil["addFESRNavigationSource"];
27
+ const FESRNavigationSource = ___utils_FESRUtil["FESRNavigationSource"];
26
28
  const executeNavigation = ___utils_SituationUtils["executeNavigation"];
27
29
  const fetchNavigationTargetData = ___utils_SituationUtils["fetchNavigationTargetData"];
28
30
  const getSituationMessage = ___utils_SituationUtils["getSituationMessage"];
@@ -116,6 +118,9 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/m/GenericTile", "sap/m/Text",
116
118
  _onPressSituation: function _onPressSituation(event) {
117
119
  try {
118
120
  const _this = this;
121
+ function _temp4() {
122
+ addFESRNavigationSource(FESRNavigationSource.Situation);
123
+ }
119
124
  const control = event.getSource();
120
125
  const context = control.getBindingContext();
121
126
  const {
@@ -147,7 +152,7 @@ sap.ui.define(["sap/base/i18n/Localization", "sap/m/GenericTile", "sap/m/Text",
147
152
  if (_temp2 && _temp2.then) return _temp2.then(function () {});
148
153
  }
149
154
  }();
150
- return Promise.resolve(_temp3 && _temp3.then ? _temp3.then(function () {}) : void 0);
155
+ return Promise.resolve(_temp3 && _temp3.then ? _temp3.then(_temp4) : _temp4(_temp3));
151
156
  } catch (e) {
152
157
  return Promise.reject(e);
153
158
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SituationPanel.js","names":["sap","ui","define","Localization","GenericTile","Text","TileContent","sap_m_library","Component","S4MyHome","__ToDoPanel","___utils_SituationUtils","_interopRequireDefault","obj","__esModule","default","_catch","body","recover","result","e","then","LoadState","URLHelper","ValueColor","ToDoPanel","executeNavigation","fetchNavigationTargetData","getSituationMessage","SituationPanel","extend","constructor","_constructor","id","settings","ToDoPanel.prototype.constructor.call","init","_init","ToDoPanel.prototype.init.call","setProperty","_i18nBundle","getText","generateRequestUrls","_generateRequestUrls","cardCount","language","getSAPLogonLanguage","getCountUrl","getDataUrl","generateCardTemplate","_generateCardTemplate","context","mode","frameType","pressEnabled","header","getProperty","headerImage","valueColor","Critical","state","press","event","_onPressSituation","tileContent","content","text","footer","formatDate","_this","control","getSource","getBindingContext","loadState","SitnInstceKey","SitnEngineType","getObject","url","getTargetAppUrl","_temp3","Loading","_temp2","_temp","Promise","resolve","_fetchNavigationTarge","navigationTargetData","getOwnerComponentFor","getParent","error","_sErrorCode","redirect","reject","getNoDataText","_getNoDataText"],"sources":["SituationPanel.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Localization from \"sap/base/i18n/Localization\";\nimport GenericTile from \"sap/m/GenericTile\";\nimport Text from \"sap/m/Text\";\nimport TileContent from \"sap/m/TileContent\";\nimport { LoadState, URLHelper, ValueColor } from \"sap/m/library\";\nimport Event from \"sap/ui/base/Event\";\nimport Component from \"sap/ui/core/Component\";\nimport Control from \"sap/ui/core/Control\";\nimport Context from \"sap/ui/model/Context\";\nimport S4MyHome from \"sap/ushell/api/S4MyHome\";\nimport type { $ToDoPanelSettings } from \"./ToDoPanel\";\nimport ToDoPanel from \"./ToDoPanel\";\nimport ToDosContainer from \"./ToDosContainer\";\nimport {\n\texecuteNavigation,\n\tfetchNavigationTargetData,\n\tgetSituationMessage,\n\tInstanceAttribute,\n\tNavigationData\n} from \"./utils/SituationUtils\";\n\ninterface Situation {\n\tSitnInstceKey: string;\n\tSitnInstceCreatedAtDateTime: string;\n\tSitnEngineType: string;\n\t_InstanceAttribute: InstanceAttribute[];\n\t_InstanceText: InstanceText;\n\tloadState?: LoadState;\n}\n\ninterface InstanceText {\n\tSituationTitle: string;\n\tSituationText: string;\n}\n\ninterface NavigationHelperError {\n\t_sErrorCode: string;\n}\n\n/**\n *\n * Panel class for managing and storing Situation cards.\n *\n * @extends ToDoPanel\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121\n *\n * @private\n * @ui5-restricted ux.eng.s4producthomes1\n *\n * @alias sap.cux.home.SituationPanel\n */\nexport default class SituationPanel extends ToDoPanel {\n\t/**\n\t * Constructor for a new Situation Panel.\n\t *\n\t * @param {string} [id] ID for the new control, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: $ToDoPanelSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\t/**\n\t * Init lifecycle method\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic init(): void {\n\t\tsuper.init();\n\n\t\t//Configure Header\n\t\tthis.setProperty(\"key\", \"situations\");\n\t\tthis.setProperty(\"title\", this._i18nBundle.getText(\"situationsTabTitle\"));\n\t}\n\n\t/**\n\t * Generates request URLs for fetching data based on the specified card count.\n\t * Overridden method to provide situation-specific URLs.\n\t *\n\t * @private\n\t * @override\n\t * @param {number} cardCount - The number of cards to retrieve.\n\t * @returns {string[]} An array of request URLs.\n\t */\n\tpublic generateRequestUrls(cardCount: number): string[] {\n\t\tconst language = Localization.getSAPLogonLanguage() || \"\";\n\t\treturn [\n\t\t\tthis.getCountUrl(),\n\t\t\t`${this.getDataUrl()}&$expand=_InstanceAttribute($expand=_InstanceAttributeValue($filter=(Language eq '${language}' or Language eq ''))),_InstanceText($filter=(Language eq '${language}' or Language eq ''))&$skip=0&$top=${cardCount}`\n\t\t];\n\t}\n\n\t/**\n\t * Generates a card template for situations.\n\t * Overridden method from To-Do panel to generate situation-specific card template.\n\t *\n\t * @private\n\t * @override\n\t * @param {string} id The ID for the template card.\n\t * @param {Context} context The context object.\n\t * @returns {Control} The generated card control template.\n\t */\n\tpublic generateCardTemplate(id: string, context: Context): Control {\n\t\treturn new GenericTile(`${id}-actionTile`, {\n\t\t\tmode: \"ActionMode\",\n\t\t\tframeType: \"TwoByOne\",\n\t\t\tpressEnabled: true,\n\t\t\theader: getSituationMessage(\n\t\t\t\tcontext.getProperty(\"_InstanceText/0/SituationTitle\") as string,\n\t\t\t\tcontext.getProperty(\"_InstanceAttribute\") as InstanceAttribute[]\n\t\t\t),\n\t\t\theaderImage: \"sap-icon://alert\",\n\t\t\tvalueColor: ValueColor.Critical,\n\t\t\tstate: context.getProperty(\"loadState\") as LoadState,\n\t\t\tpress: (event: Event) => {\n\t\t\t\tvoid this._onPressSituation(event);\n\t\t\t},\n\t\t\ttileContent: [\n\t\t\t\tnew TileContent(`${id}-actionTileContent`, {\n\t\t\t\t\tcontent: new Text(`${id}-text`, {\n\t\t\t\t\t\ttext: getSituationMessage(\n\t\t\t\t\t\t\tcontext.getProperty(\"_InstanceText/0/SituationText\") as string,\n\t\t\t\t\t\t\tcontext.getProperty(\"_InstanceAttribute\") as InstanceAttribute[]\n\t\t\t\t\t\t)\n\t\t\t\t\t}),\n\t\t\t\t\tfooter: S4MyHome.formatDate(context.getProperty(\"SitnInstceCreatedAtDateTime\") as string)\n\t\t\t\t})\n\t\t\t]\n\t\t});\n\t}\n\n\t/**\n\t * Handle the press event for a situation.\n\t *\n\t * @private\n\t * @param {Event} event - The event object.\n\t */\n\tprivate async _onPressSituation(event: Event): Promise<void> {\n\t\tconst control = event.getSource<GenericTile>();\n\t\tconst context = control.getBindingContext();\n\t\tconst { loadState, SitnInstceKey: id, SitnEngineType } = context?.getObject() as Situation;\n\t\tconst url = this.getTargetAppUrl();\n\n\t\tif (loadState !== LoadState.Loading && url) {\n\t\t\tif (id) {\n\t\t\t\ttry {\n\t\t\t\t\tconst navigationTargetData = (await fetchNavigationTargetData(id, SitnEngineType)) as NavigationData;\n\t\t\t\t\tawait executeNavigation(\n\t\t\t\t\t\tnavigationTargetData,\n\t\t\t\t\t\tComponent.getOwnerComponentFor(this.getParent() as ToDosContainer) as Component\n\t\t\t\t\t);\n\t\t\t\t} catch (error: unknown) {\n\t\t\t\t\tif (\n\t\t\t\t\t\terror &&\n\t\t\t\t\t\tSitnEngineType === \"1\" &&\n\t\t\t\t\t\t(error as NavigationHelperError)._sErrorCode === \"NavigationHandler.isIntentSupported.notSupported\"\n\t\t\t\t\t) {\n\t\t\t\t\t\t// Navigate to the situations app\n\t\t\t\t\t\tURLHelper.redirect(this.getTargetAppUrl(), false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tURLHelper.redirect(url, false);\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Get the text for the \"No Data\" message.\n\t *\n\t * @private\n\t * @returns {string} The text for the \"No Data\" message.\n\t */\n\tpublic getNoDataText(): string {\n\t\treturn this._i18nBundle.getText(\"noSituationTitle\") as string;\n\t}\n}\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"SituationPanel.js","names":["sap","ui","define","Localization","GenericTile","Text","TileContent","sap_m_library","Component","S4MyHome","__ToDoPanel","___utils_FESRUtil","___utils_SituationUtils","_interopRequireDefault","obj","__esModule","default","_catch","body","recover","result","e","then","LoadState","URLHelper","ValueColor","ToDoPanel","addFESRNavigationSource","FESRNavigationSource","executeNavigation","fetchNavigationTargetData","getSituationMessage","SituationPanel","extend","constructor","_constructor","id","settings","ToDoPanel.prototype.constructor.call","init","_init","ToDoPanel.prototype.init.call","setProperty","_i18nBundle","getText","generateRequestUrls","_generateRequestUrls","cardCount","language","getSAPLogonLanguage","getCountUrl","getDataUrl","generateCardTemplate","_generateCardTemplate","context","mode","frameType","pressEnabled","header","getProperty","headerImage","valueColor","Critical","state","press","event","_onPressSituation","tileContent","content","text","footer","formatDate","_this","_temp4","Situation","control","getSource","getBindingContext","loadState","SitnInstceKey","SitnEngineType","getObject","url","getTargetAppUrl","_temp3","Loading","_temp2","_temp","Promise","resolve","_fetchNavigationTarge","navigationTargetData","getOwnerComponentFor","getParent","error","_sErrorCode","redirect","reject","getNoDataText","_getNoDataText"],"sources":["SituationPanel.ts"],"sourcesContent":["/*!\n * SAP UI development toolkit for HTML5 (SAPUI5)\n * * (c) Copyright 2009-2025 SAP SE. All rights reserved\n */\n\nimport Localization from \"sap/base/i18n/Localization\";\nimport GenericTile from \"sap/m/GenericTile\";\nimport Text from \"sap/m/Text\";\nimport TileContent from \"sap/m/TileContent\";\nimport { LoadState, URLHelper, ValueColor } from \"sap/m/library\";\nimport Event from \"sap/ui/base/Event\";\nimport Component from \"sap/ui/core/Component\";\nimport Control from \"sap/ui/core/Control\";\nimport Context from \"sap/ui/model/Context\";\nimport S4MyHome from \"sap/ushell/api/S4MyHome\";\nimport type { $ToDoPanelSettings } from \"./ToDoPanel\";\nimport ToDoPanel from \"./ToDoPanel\";\nimport ToDosContainer from \"./ToDosContainer\";\nimport { addFESRNavigationSource, FESRNavigationSource } from \"./utils/FESRUtil\";\nimport {\n\texecuteNavigation,\n\tfetchNavigationTargetData,\n\tgetSituationMessage,\n\tInstanceAttribute,\n\tNavigationData\n} from \"./utils/SituationUtils\";\n\ninterface Situation {\n\tSitnInstceKey: string;\n\tSitnInstceCreatedAtDateTime: string;\n\tSitnEngineType: string;\n\t_InstanceAttribute: InstanceAttribute[];\n\t_InstanceText: InstanceText;\n\tloadState?: LoadState;\n}\n\ninterface InstanceText {\n\tSituationTitle: string;\n\tSituationText: string;\n}\n\ninterface NavigationHelperError {\n\t_sErrorCode: string;\n}\n\n/**\n *\n * Panel class for managing and storing Situation cards.\n *\n * @extends ToDoPanel\n *\n * @author SAP SE\n * @version 0.0.1\n * @since 1.121\n *\n * @private\n * @ui5-restricted ux.eng.s4producthomes1\n *\n * @alias sap.cux.home.SituationPanel\n */\nexport default class SituationPanel extends ToDoPanel {\n\t/**\n\t * Constructor for a new Situation Panel.\n\t *\n\t * @param {string} [id] ID for the new control, generated automatically if an ID is not provided\n\t * @param {object} [settings] Initial settings for the new control\n\t */\n\tpublic constructor(id?: string, settings?: $ToDoPanelSettings) {\n\t\tsuper(id, settings);\n\t}\n\n\t/**\n\t * Init lifecycle method\n\t *\n\t * @private\n\t * @override\n\t */\n\tpublic init(): void {\n\t\tsuper.init();\n\n\t\t//Configure Header\n\t\tthis.setProperty(\"key\", \"situations\");\n\t\tthis.setProperty(\"title\", this._i18nBundle.getText(\"situationsTabTitle\"));\n\t}\n\n\t/**\n\t * Generates request URLs for fetching data based on the specified card count.\n\t * Overridden method to provide situation-specific URLs.\n\t *\n\t * @private\n\t * @override\n\t * @param {number} cardCount - The number of cards to retrieve.\n\t * @returns {string[]} An array of request URLs.\n\t */\n\tpublic generateRequestUrls(cardCount: number): string[] {\n\t\tconst language = Localization.getSAPLogonLanguage() || \"\";\n\t\treturn [\n\t\t\tthis.getCountUrl(),\n\t\t\t`${this.getDataUrl()}&$expand=_InstanceAttribute($expand=_InstanceAttributeValue($filter=(Language eq '${language}' or Language eq ''))),_InstanceText($filter=(Language eq '${language}' or Language eq ''))&$skip=0&$top=${cardCount}`\n\t\t];\n\t}\n\n\t/**\n\t * Generates a card template for situations.\n\t * Overridden method from To-Do panel to generate situation-specific card template.\n\t *\n\t * @private\n\t * @override\n\t * @param {string} id The ID for the template card.\n\t * @param {Context} context The context object.\n\t * @returns {Control} The generated card control template.\n\t */\n\tpublic generateCardTemplate(id: string, context: Context): Control {\n\t\treturn new GenericTile(`${id}-actionTile`, {\n\t\t\tmode: \"ActionMode\",\n\t\t\tframeType: \"TwoByOne\",\n\t\t\tpressEnabled: true,\n\t\t\theader: getSituationMessage(\n\t\t\t\tcontext.getProperty(\"_InstanceText/0/SituationTitle\") as string,\n\t\t\t\tcontext.getProperty(\"_InstanceAttribute\") as InstanceAttribute[]\n\t\t\t),\n\t\t\theaderImage: \"sap-icon://alert\",\n\t\t\tvalueColor: ValueColor.Critical,\n\t\t\tstate: context.getProperty(\"loadState\") as LoadState,\n\t\t\tpress: (event: Event) => {\n\t\t\t\tvoid this._onPressSituation(event);\n\t\t\t},\n\t\t\ttileContent: [\n\t\t\t\tnew TileContent(`${id}-actionTileContent`, {\n\t\t\t\t\tcontent: new Text(`${id}-text`, {\n\t\t\t\t\t\ttext: getSituationMessage(\n\t\t\t\t\t\t\tcontext.getProperty(\"_InstanceText/0/SituationText\") as string,\n\t\t\t\t\t\t\tcontext.getProperty(\"_InstanceAttribute\") as InstanceAttribute[]\n\t\t\t\t\t\t)\n\t\t\t\t\t}),\n\t\t\t\t\tfooter: S4MyHome.formatDate(context.getProperty(\"SitnInstceCreatedAtDateTime\") as string)\n\t\t\t\t})\n\t\t\t]\n\t\t});\n\t}\n\n\t/**\n\t * Handle the press event for a situation.\n\t *\n\t * @private\n\t * @param {Event} event - The event object.\n\t */\n\tprivate async _onPressSituation(event: Event): Promise<void> {\n\t\tconst control = event.getSource<GenericTile>();\n\t\tconst context = control.getBindingContext();\n\t\tconst { loadState, SitnInstceKey: id, SitnEngineType } = context?.getObject() as Situation;\n\t\tconst url = this.getTargetAppUrl();\n\n\t\tif (loadState !== LoadState.Loading && url) {\n\t\t\tif (id) {\n\t\t\t\ttry {\n\t\t\t\t\tconst navigationTargetData = (await fetchNavigationTargetData(id, SitnEngineType)) as NavigationData;\n\t\t\t\t\tawait executeNavigation(\n\t\t\t\t\t\tnavigationTargetData,\n\t\t\t\t\t\tComponent.getOwnerComponentFor(this.getParent() as ToDosContainer) as Component\n\t\t\t\t\t);\n\t\t\t\t} catch (error: unknown) {\n\t\t\t\t\tif (\n\t\t\t\t\t\terror &&\n\t\t\t\t\t\tSitnEngineType === \"1\" &&\n\t\t\t\t\t\t(error as NavigationHelperError)._sErrorCode === \"NavigationHandler.isIntentSupported.notSupported\"\n\t\t\t\t\t) {\n\t\t\t\t\t\t// Navigate to the situations app\n\t\t\t\t\t\tURLHelper.redirect(this.getTargetAppUrl(), false);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tURLHelper.redirect(url, false);\n\t\t\t}\n\t\t}\n\t\taddFESRNavigationSource(FESRNavigationSource.Situation);\n\t}\n\n\t/**\n\t * Get the text for the \"No Data\" message.\n\t *\n\t * @private\n\t * @returns {string} The text for the \"No Data\" message.\n\t */\n\tpublic getNoDataText(): string {\n\t\treturn this._i18nBundle.getText(\"noSituationTitle\") as string;\n\t}\n}\n"],"mappings":"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","ignoreList":[]}
@@ -16,6 +16,7 @@ import S4MyHome from "sap/ushell/api/S4MyHome";
16
16
  import type { $ToDoPanelSettings } from "./ToDoPanel";
17
17
  import ToDoPanel from "./ToDoPanel";
18
18
  import ToDosContainer from "./ToDosContainer";
19
+ import { addFESRNavigationSource, FESRNavigationSource } from "./utils/FESRUtil";
19
20
  import {
20
21
  executeNavigation,
21
22
  fetchNavigationTargetData,
@@ -172,6 +173,7 @@ export default class SituationPanel extends ToDoPanel {
172
173
  URLHelper.redirect(url, false);
173
174
  }
174
175
  }
176
+ addFESRNavigationSource(FESRNavigationSource.Situation);
175
177
  }
176
178
 
177
179
  /**
@@ -1,29 +1,9 @@
1
1
  declare module "sap/cux/home/SpaceInsightsPanel" {
2
- import Button from "sap/m/Button";
3
2
  import Control from "sap/ui/core/Control";
4
3
  import type { MetadataOptions } from "sap/ui/core/Element";
5
4
  import UI5Element from "sap/ui/core/Element";
6
5
  import BasePanel from "sap/cux/home/BasePanel";
7
- import MenuItem from "sap/cux/home/MenuItem";
8
6
  import { $SpaceInsightsPanelSettings } from "sap/cux/home/SpaceInsightsPanel";
9
- enum tilesMenuItems {
10
- REFRESH = "tiles-refresh",
11
- ADD_APPS = "tiles-addSmartApps",
12
- EDIT_TILES = "tiles-editTiles"
13
- }
14
- enum tilesContainerMenuItems {
15
- REFRESH = "container-tiles-refresh",
16
- ADD_APPS = "container-tiles-addSmartApps",
17
- EDIT_TILES = "container-tiles-editTiles",
18
- SHOW_MORE = "tilesContainerFullScreenMenuItem"
19
- }
20
- enum tilesActionButtons {
21
- ADD_TILES = "tiles-addTilesButton"
22
- }
23
- enum tilesContainerActionButtons {
24
- ADD_TILES = "container-tiles-addTilesButton",
25
- SHOW_MORE = "tilesContanerFullScreenActionButton"
26
- }
27
7
  enum DisplayFormat {
28
8
  Standard = "standard",
29
9
  StandardWide = "standardWide"
@@ -52,20 +32,18 @@ declare module "sap/cux/home/SpaceInsightsPanel" {
52
32
  private _oData;
53
33
  private appManagerInstance;
54
34
  private VizInstantiationService;
55
- private tilesContainer;
35
+ private tilesWrapperContainer;
56
36
  private tilesMobileContainer;
57
37
  private _tilesWrapper;
58
38
  private aInsightsApps;
59
39
  private _controlModel;
60
40
  _controlMap: Map<string, Control | Element | UI5Element>;
61
- private _containerMenuItems;
62
- private _containerActionButtons;
63
- private insightsContainer;
41
+ private tilesContainer;
64
42
  private _appSwitched;
65
- private _headerVisible;
66
43
  private pageManager;
67
44
  private allSpaces;
68
45
  private spaceTitle;
46
+ private _errorPanel;
69
47
  static readonly metadata: MetadataOptions;
70
48
  /**
71
49
  * Initializes the Tiles Panel.
@@ -111,6 +89,7 @@ declare module "sap/cux/home/SpaceInsightsPanel" {
111
89
  * @returns {Promise<void>} A promise that resolves when the data is refreshed.
112
90
  */
113
91
  refreshData(refreshTiles?: boolean): Promise<void>;
92
+ private _addErrorPanel;
114
93
  /**
115
94
  * Generates the wrapper for the tiles container, if it doesn't already exist
116
95
  *
@@ -143,21 +122,11 @@ declare module "sap/cux/home/SpaceInsightsPanel" {
143
122
  * Attaches necessary aggregations and configurations to the provided container.
144
123
  *
145
124
  * @private
146
- * @param {GridContainer | HeaderContainer} tilesContainer - The container to which the aggregation and events are to be attached.
125
+ * @param {GridContainer | HeaderContainer} tilesWrapperContainer - The container to which the aggregation and events are to be attached.
147
126
  * @returns {void}
148
127
  *
149
128
  */
150
129
  private _attachAggregationToContainer;
151
- /**
152
- * Hides the header of the tiles panel.
153
- * @private
154
- */
155
- handleHideHeader(): void;
156
- /**
157
- * Adds the header to the tiles panel.
158
- * @private
159
- */
160
- handleAddHeader(): void;
161
130
  /**
162
131
  * Calculates the number of visible tiles that can fit within the available width of the parent container.
163
132
  *
@@ -175,33 +144,12 @@ declare module "sap/cux/home/SpaceInsightsPanel" {
175
144
  */
176
145
  _adjustLayout(): void;
177
146
  /**
178
- * Retrieves the InsightsContainer instance associated with this TilesPanel.
179
- *
180
- * @private
181
- * @returns {InsightsContainer} The InsightsContainer instance.
182
- */
183
- private _getInsightsContainer;
184
- /**
185
- * Retrieves the menu items for the container.
186
- *
187
- * @private
188
- * @returns {MenuItem[]} An array of MenuItem instances.
189
- */
190
- getContainerMenuItems(): MenuItem[];
191
- /**
192
- * Retrieves the action buttons for the container.
193
- *
194
- * @private
195
- * @returns {Button[]} An array of Button instances.
196
- */
197
- getContainerActionButtons(): Button[];
198
- /**
199
- * Toggles the visibility of the header actions.
147
+ * Retrieves the TilesContainer instance associated with this TilesPanel.
200
148
  *
201
- * @param {boolean} bShow - Whether to show or hide the header actions.
202
149
  * @private
150
+ * @returns {TilesContainer} The TilesContainer instance.
203
151
  */
204
- private _toggleHeaderActions;
152
+ private _getTilesContainer;
205
153
  }
206
154
  }
207
155
  //# sourceMappingURL=SpaceInsightsPanel.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SpaceInsightsPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/SpaceInsightsPanel.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SpaceInsightsPanel.d.ts","sourceRoot":"../../../../..","sources":["src/sap/cux/home/SpaceInsightsPanel.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,iCAAiC,CAAC;IAejD,OAAO,OAAO,MAAM,qBAAqB,CAAC;IAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;IAC3D,OAAO,UAAU,MAAM,qBAAqB,CAAC;IAQ7C,OAAO,SAAS,MAAM,wBAAwB,CAAC;IAE/C,OAAO,EAAE,2BAA2B,EAAE,MAAM,iCAAiC,CAAC;IAW9E,KAAY,aAAa;QACxB,QAAQ,aAAa;QACrB,YAAY,iBAAiB;KAC7B;IAED,MAAM,iBAAiB,MAAM,CAAC;IAC9B,MAAM,qBAAqB,MAAM,CAAC;IAClC,MAAM,GAAG,KAAK,CAAC;IAEf;;;;;;;;;;;;;;OAcG;IAEH,MAAM,CAAC,OAAO,OAAO,kBAAmB,SAAQ,SAAS;oBAC5C,YAAY,CAAC,EAAE,MAAM,GAAG,2BAA2B;oBACnD,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,2BAA2B;QAU/D,OAAO,CAAC,MAAM,CAA2B;QACzC,OAAO,CAAC,kBAAkB,CAAc;QACxC,OAAO,CAAC,uBAAuB,CAA8B;QAC7D,OAAO,CAAC,qBAAqB,CAAiB;QAC9C,OAAO,CAAC,oBAAoB,CAAmB;QAC/C,OAAO,CAAC,aAAa,CAAQ;QAC7B,OAAO,CAAC,aAAa,CAA0C;QAC/D,OAAO,CAAC,aAAa,CAAa;QAC3B,WAAW,EAAG,GAAG,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,GAAG,UAAU,CAAC,CAAC;QACjE,OAAO,CAAC,cAAc,CAAkB;QACxC,OAAO,CAAC,YAAY,CAAW;QAC/B,OAAO,CAAC,WAAW,CAAe;QAClC,OAAO,CAAC,SAAS,CAAY;QAC7B,OAAO,CAAC,UAAU,CAAsB;QACxC,OAAO,CAAC,WAAW,CAAc;QACjC,MAAM,CAAC,QAAQ,CAAC,QAAQ,EAAE,eAAe,CAmCvC;QAEF;;;;;WAKG;QACH,IAAI;QA0CJ;;;;;WAKG;QACH,OAAO,CAAC,mBAAmB;QAqB3B;;;;;WAKG;QACH,OAAO,CAAC,iBAAiB;QAqBzB;;;;;WAKG;QACH,OAAO,CAAC,kBAAkB;QAI1B;;;;;WAKG;QACU,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC;gBAa3B,sBAAsB;QAwBpC;;;;;;WAMG;QACU,WAAW,CAAC,YAAY,GAAE,OAAe;QAgCtD,OAAO,CAAC,cAAc;QAkBtB;;;;;;WAMG;QACH,OAAO,CAAC,uBAAuB;QAa/B;;;;WAIG;QAEH,OAAO,CAAC,wBAAwB;QAoBhC;;;;WAIG;QAEH,OAAO,CAAC,qBAAqB;QAc7B;;;;;;WAMG;QACH,OAAO,CAAC,oBAAoB;QAQ5B;;;;;;;WAOG;QACH,OAAO,CAAC,6BAA6B;QA2BrC;;;;;;WAMG;QACH,OAAO,CAAC,0BAA0B;QA4BlC,OAAO,CAAC,8BAA8B;QAetC;;;;;WAKG;QACI,aAAa;QA8BpB;;;;;WAKG;QACH,OAAO,CAAC,kBAAkB;KAM1B;CAEA"}