@sapui5/sap.cux.home 1.135.0 → 1.136.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 (436) hide show
  1. package/package.json +1 -1
  2. package/src/sap/cux/home/AdvancedSettingsPanel-dbg.js +23 -5
  3. package/src/sap/cux/home/AdvancedSettingsPanel-dbg.js.map +1 -1
  4. package/src/sap/cux/home/AdvancedSettingsPanel.d.ts +7 -0
  5. package/src/sap/cux/home/AdvancedSettingsPanel.d.ts.map +1 -1
  6. package/src/sap/cux/home/AdvancedSettingsPanel.js +1 -1
  7. package/src/sap/cux/home/AdvancedSettingsPanel.js.map +1 -1
  8. package/src/sap/cux/home/AdvancedSettingsPanel.ts +24 -5
  9. package/src/sap/cux/home/AppsAdditionPanel-dbg.js +919 -0
  10. package/src/sap/cux/home/AppsAdditionPanel-dbg.js.map +1 -0
  11. package/src/sap/cux/home/AppsAdditionPanel.d.ts +293 -0
  12. package/src/sap/cux/home/AppsAdditionPanel.d.ts.map +1 -0
  13. package/src/sap/cux/home/AppsAdditionPanel.js +6 -0
  14. package/src/sap/cux/home/AppsAdditionPanel.js.map +1 -0
  15. package/src/sap/cux/home/AppsAdditionPanel.ts +757 -0
  16. package/src/sap/cux/home/AppsContainer-dbg.js +42 -28
  17. package/src/sap/cux/home/AppsContainer-dbg.js.map +1 -1
  18. package/src/sap/cux/home/AppsContainer.d.ts +17 -1
  19. package/src/sap/cux/home/AppsContainer.d.ts.map +1 -1
  20. package/src/sap/cux/home/AppsContainer.js +1 -1
  21. package/src/sap/cux/home/AppsContainer.js.map +1 -1
  22. package/src/sap/cux/home/AppsContainer.ts +27 -6
  23. package/src/sap/cux/home/AppsContainerGenericPlaceholder-dbg.js +261 -0
  24. package/src/sap/cux/home/AppsContainerGenericPlaceholder-dbg.js.map +1 -0
  25. package/src/sap/cux/home/AppsContainerGenericPlaceholder.d.ts +8 -0
  26. package/src/sap/cux/home/AppsContainerGenericPlaceholder.d.ts.map +1 -0
  27. package/src/sap/cux/home/AppsContainerGenericPlaceholder.js +6 -0
  28. package/src/sap/cux/home/AppsContainerGenericPlaceholder.js.map +1 -0
  29. package/src/sap/cux/home/AppsContainerGenericPlaceholder.ts +251 -0
  30. package/src/sap/cux/home/BaseAppPanel-dbg.js +4 -5
  31. package/src/sap/cux/home/BaseAppPanel-dbg.js.map +1 -1
  32. package/src/sap/cux/home/BaseAppPanel.d.ts.map +1 -1
  33. package/src/sap/cux/home/BaseAppPanel.js +1 -1
  34. package/src/sap/cux/home/BaseAppPanel.js.map +1 -1
  35. package/src/sap/cux/home/BaseAppPanel.ts +3 -5
  36. package/src/sap/cux/home/BaseAppPersPanel-dbg.js +2 -1
  37. package/src/sap/cux/home/BaseAppPersPanel-dbg.js.map +1 -1
  38. package/src/sap/cux/home/BaseAppPersPanel.d.ts.map +1 -1
  39. package/src/sap/cux/home/BaseAppPersPanel.js +1 -1
  40. package/src/sap/cux/home/BaseAppPersPanel.js.map +1 -1
  41. package/src/sap/cux/home/BaseAppPersPanel.ts +2 -1
  42. package/src/sap/cux/home/BaseContainer-dbg.js +24 -3
  43. package/src/sap/cux/home/BaseContainer-dbg.js.map +1 -1
  44. package/src/sap/cux/home/BaseContainer.d.ts +10 -0
  45. package/src/sap/cux/home/BaseContainer.d.ts.map +1 -1
  46. package/src/sap/cux/home/BaseContainer.js +1 -1
  47. package/src/sap/cux/home/BaseContainer.js.map +1 -1
  48. package/src/sap/cux/home/BaseContainer.ts +24 -2
  49. package/src/sap/cux/home/BaseContainerRenderer-dbg.js +18 -1
  50. package/src/sap/cux/home/BaseContainerRenderer-dbg.js.map +1 -1
  51. package/src/sap/cux/home/BaseContainerRenderer.d.ts +4 -4
  52. package/src/sap/cux/home/BaseContainerRenderer.d.ts.map +1 -1
  53. package/src/sap/cux/home/BaseContainerRenderer.js +1 -1
  54. package/src/sap/cux/home/BaseContainerRenderer.js.map +1 -1
  55. package/src/sap/cux/home/BaseContainerRenderer.ts +25 -4
  56. package/src/sap/cux/home/BaseLayout-dbg.js +22 -2
  57. package/src/sap/cux/home/BaseLayout-dbg.js.map +1 -1
  58. package/src/sap/cux/home/BaseLayout.d.ts +6 -0
  59. package/src/sap/cux/home/BaseLayout.d.ts.map +1 -1
  60. package/src/sap/cux/home/BaseLayout.js +1 -1
  61. package/src/sap/cux/home/BaseLayout.js.map +1 -1
  62. package/src/sap/cux/home/BaseLayout.ts +23 -2
  63. package/src/sap/cux/home/BaseNewsItem-dbg.js +3 -3
  64. package/src/sap/cux/home/BaseNewsItem-dbg.js.map +1 -1
  65. package/src/sap/cux/home/BaseNewsItem.js +1 -1
  66. package/src/sap/cux/home/BaseNewsItem.js.map +1 -1
  67. package/src/sap/cux/home/BaseNewsItem.ts +3 -3
  68. package/src/sap/cux/home/BaseNewsPanel-dbg.js +4 -5
  69. package/src/sap/cux/home/BaseNewsPanel-dbg.js.map +1 -1
  70. package/src/sap/cux/home/BaseNewsPanel.d.ts.map +1 -1
  71. package/src/sap/cux/home/BaseNewsPanel.js +1 -1
  72. package/src/sap/cux/home/BaseNewsPanel.js.map +1 -1
  73. package/src/sap/cux/home/BaseNewsPanel.ts +5 -4
  74. package/src/sap/cux/home/BasePanel-dbg.js +1 -1
  75. package/src/sap/cux/home/BasePanel-dbg.js.map +1 -1
  76. package/src/sap/cux/home/BasePanel.js +1 -1
  77. package/src/sap/cux/home/BasePanel.js.map +1 -1
  78. package/src/sap/cux/home/BasePanel.ts +1 -1
  79. package/src/sap/cux/home/BaseSettingsDialog-dbg.js +11 -0
  80. package/src/sap/cux/home/BaseSettingsDialog-dbg.js.map +1 -1
  81. package/src/sap/cux/home/BaseSettingsDialog.d.ts.map +1 -1
  82. package/src/sap/cux/home/BaseSettingsDialog.js +1 -1
  83. package/src/sap/cux/home/BaseSettingsDialog.js.map +1 -1
  84. package/src/sap/cux/home/BaseSettingsDialog.ts +12 -0
  85. package/src/sap/cux/home/BaseSettingsPanel-dbg.js +67 -2
  86. package/src/sap/cux/home/BaseSettingsPanel-dbg.js.map +1 -1
  87. package/src/sap/cux/home/BaseSettingsPanel.d.ts +42 -0
  88. package/src/sap/cux/home/BaseSettingsPanel.d.ts.map +1 -1
  89. package/src/sap/cux/home/BaseSettingsPanel.gen.d.ts +75 -0
  90. package/src/sap/cux/home/BaseSettingsPanel.js +1 -1
  91. package/src/sap/cux/home/BaseSettingsPanel.js.map +1 -1
  92. package/src/sap/cux/home/BaseSettingsPanel.ts +70 -2
  93. package/src/sap/cux/home/CardsPanel-dbg.js +548 -168
  94. package/src/sap/cux/home/CardsPanel-dbg.js.map +1 -1
  95. package/src/sap/cux/home/CardsPanel.d.ts +121 -15
  96. package/src/sap/cux/home/CardsPanel.d.ts.map +1 -1
  97. package/src/sap/cux/home/CardsPanel.gen.d.ts +78 -0
  98. package/src/sap/cux/home/CardsPanel.js +1 -1
  99. package/src/sap/cux/home/CardsPanel.js.map +1 -1
  100. package/src/sap/cux/home/CardsPanel.ts +450 -97
  101. package/src/sap/cux/home/ContentAdditionDialog-dbg.js +353 -0
  102. package/src/sap/cux/home/ContentAdditionDialog-dbg.js.map +1 -0
  103. package/src/sap/cux/home/ContentAdditionDialog.d.ts +82 -0
  104. package/src/sap/cux/home/ContentAdditionDialog.d.ts.map +1 -0
  105. package/src/sap/cux/home/ContentAdditionDialog.js +6 -0
  106. package/src/sap/cux/home/ContentAdditionDialog.js.map +1 -0
  107. package/src/sap/cux/home/ContentAdditionDialog.ts +214 -0
  108. package/src/sap/cux/home/ErrorPanel-dbg.js +3 -3
  109. package/src/sap/cux/home/ErrorPanel-dbg.js.map +1 -1
  110. package/src/sap/cux/home/ErrorPanel.d.ts.map +1 -1
  111. package/src/sap/cux/home/ErrorPanel.js +1 -1
  112. package/src/sap/cux/home/ErrorPanel.js.map +1 -1
  113. package/src/sap/cux/home/ErrorPanel.ts +4 -2
  114. package/src/sap/cux/home/FavAppPanel-dbg.js +352 -333
  115. package/src/sap/cux/home/FavAppPanel-dbg.js.map +1 -1
  116. package/src/sap/cux/home/FavAppPanel.d.ts.map +1 -1
  117. package/src/sap/cux/home/FavAppPanel.js +1 -1
  118. package/src/sap/cux/home/FavAppPanel.js.map +1 -1
  119. package/src/sap/cux/home/FavAppPanel.ts +63 -54
  120. package/src/sap/cux/home/InsightsAdditionPanel-dbg.js +97 -0
  121. package/src/sap/cux/home/InsightsAdditionPanel-dbg.js.map +1 -0
  122. package/src/sap/cux/home/InsightsAdditionPanel.d.ts +57 -0
  123. package/src/sap/cux/home/InsightsAdditionPanel.d.ts.map +1 -0
  124. package/src/sap/cux/home/InsightsAdditionPanel.js +6 -0
  125. package/src/sap/cux/home/InsightsAdditionPanel.js.map +1 -0
  126. package/src/sap/cux/home/InsightsAdditionPanel.ts +94 -0
  127. package/src/sap/cux/home/InsightsContainer-dbg.js +22 -2
  128. package/src/sap/cux/home/InsightsContainer-dbg.js.map +1 -1
  129. package/src/sap/cux/home/InsightsContainer.d.ts +14 -0
  130. package/src/sap/cux/home/InsightsContainer.d.ts.map +1 -1
  131. package/src/sap/cux/home/InsightsContainer.js +1 -1
  132. package/src/sap/cux/home/InsightsContainer.js.map +1 -1
  133. package/src/sap/cux/home/InsightsContainer.ts +22 -1
  134. package/src/sap/cux/home/InsightsContainerGenericPlaceholder-dbg.js +401 -0
  135. package/src/sap/cux/home/InsightsContainerGenericPlaceholder-dbg.js.map +1 -0
  136. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.d.ts +8 -0
  137. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.d.ts.map +1 -0
  138. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.js +6 -0
  139. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.js.map +1 -0
  140. package/src/sap/cux/home/InsightsContainerGenericPlaceholder.ts +391 -0
  141. package/src/sap/cux/home/KeyUserLayoutSettingsPanel-dbg.js +10 -9
  142. package/src/sap/cux/home/KeyUserLayoutSettingsPanel-dbg.js.map +1 -1
  143. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.d.ts.map +1 -1
  144. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js +1 -1
  145. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.js.map +1 -1
  146. package/src/sap/cux/home/KeyUserLayoutSettingsPanel.ts +9 -8
  147. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel-dbg.js +2 -2
  148. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel-dbg.js.map +1 -1
  149. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js +1 -1
  150. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.js.map +1 -1
  151. package/src/sap/cux/home/KeyUserNewsPagesSettingsPanel.ts +2 -2
  152. package/src/sap/cux/home/KeyUserPagesSettingsPanel-dbg.js +6 -6
  153. package/src/sap/cux/home/KeyUserPagesSettingsPanel-dbg.js.map +1 -1
  154. package/src/sap/cux/home/KeyUserPagesSettingsPanel.js +1 -1
  155. package/src/sap/cux/home/KeyUserPagesSettingsPanel.js.map +1 -1
  156. package/src/sap/cux/home/KeyUserPagesSettingsPanel.ts +6 -6
  157. package/src/sap/cux/home/Layout-dbg.js +58 -33
  158. package/src/sap/cux/home/Layout-dbg.js.map +1 -1
  159. package/src/sap/cux/home/Layout.d.ts +13 -0
  160. package/src/sap/cux/home/Layout.d.ts.map +1 -1
  161. package/src/sap/cux/home/Layout.js +1 -1
  162. package/src/sap/cux/home/Layout.js.map +1 -1
  163. package/src/sap/cux/home/Layout.ts +48 -20
  164. package/src/sap/cux/home/LayoutSettingsPanel-dbg.js +1 -10
  165. package/src/sap/cux/home/LayoutSettingsPanel-dbg.js.map +1 -1
  166. package/src/sap/cux/home/LayoutSettingsPanel.d.ts.map +1 -1
  167. package/src/sap/cux/home/LayoutSettingsPanel.js +1 -1
  168. package/src/sap/cux/home/LayoutSettingsPanel.js.map +1 -1
  169. package/src/sap/cux/home/LayoutSettingsPanel.ts +2 -10
  170. package/src/sap/cux/home/NewsAndPagesContainer-dbg.js +35 -17
  171. package/src/sap/cux/home/NewsAndPagesContainer-dbg.js.map +1 -1
  172. package/src/sap/cux/home/NewsAndPagesContainer.d.ts +7 -0
  173. package/src/sap/cux/home/NewsAndPagesContainer.d.ts.map +1 -1
  174. package/src/sap/cux/home/NewsAndPagesContainer.js +1 -1
  175. package/src/sap/cux/home/NewsAndPagesContainer.js.map +1 -1
  176. package/src/sap/cux/home/NewsAndPagesContainer.ts +40 -16
  177. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder-dbg.js +164 -0
  178. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder-dbg.js.map +1 -0
  179. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts +8 -0
  180. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.d.ts.map +1 -0
  181. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.js +6 -0
  182. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.js.map +1 -0
  183. package/src/sap/cux/home/NewsAndPagesContainerGenericPlaceholder.ts +154 -0
  184. package/src/sap/cux/home/NewsGroup-dbg.js +112 -79
  185. package/src/sap/cux/home/NewsGroup-dbg.js.map +1 -1
  186. package/src/sap/cux/home/NewsGroup.d.ts +1 -0
  187. package/src/sap/cux/home/NewsGroup.d.ts.map +1 -1
  188. package/src/sap/cux/home/NewsGroup.js +1 -1
  189. package/src/sap/cux/home/NewsGroup.js.map +1 -1
  190. package/src/sap/cux/home/NewsGroup.ts +136 -100
  191. package/src/sap/cux/home/NewsPanel-dbg.js +541 -173
  192. package/src/sap/cux/home/NewsPanel-dbg.js.map +1 -1
  193. package/src/sap/cux/home/NewsPanel.d.ts +156 -16
  194. package/src/sap/cux/home/NewsPanel.d.ts.map +1 -1
  195. package/src/sap/cux/home/NewsPanel.js +1 -1
  196. package/src/sap/cux/home/NewsPanel.js.map +1 -1
  197. package/src/sap/cux/home/NewsPanel.ts +452 -82
  198. package/src/sap/cux/home/NewsSettingsPanel-dbg.js +61 -20
  199. package/src/sap/cux/home/NewsSettingsPanel-dbg.js.map +1 -1
  200. package/src/sap/cux/home/NewsSettingsPanel.d.ts +14 -0
  201. package/src/sap/cux/home/NewsSettingsPanel.d.ts.map +1 -1
  202. package/src/sap/cux/home/NewsSettingsPanel.js +1 -1
  203. package/src/sap/cux/home/NewsSettingsPanel.js.map +1 -1
  204. package/src/sap/cux/home/NewsSettingsPanel.ts +75 -21
  205. package/src/sap/cux/home/NoDataContainer-dbg.js +3 -3
  206. package/src/sap/cux/home/NoDataContainer-dbg.js.map +1 -1
  207. package/src/sap/cux/home/NoDataContainer.d.ts +1 -0
  208. package/src/sap/cux/home/NoDataContainer.d.ts.map +1 -1
  209. package/src/sap/cux/home/NoDataContainer.js +1 -1
  210. package/src/sap/cux/home/NoDataContainer.js.map +1 -1
  211. package/src/sap/cux/home/NoDataContainer.ts +4 -2
  212. package/src/sap/cux/home/PagePanel-dbg.js +86 -75
  213. package/src/sap/cux/home/PagePanel-dbg.js.map +1 -1
  214. package/src/sap/cux/home/PagePanel.d.ts +25 -3
  215. package/src/sap/cux/home/PagePanel.d.ts.map +1 -1
  216. package/src/sap/cux/home/PagePanel.js +1 -1
  217. package/src/sap/cux/home/PagePanel.js.map +1 -1
  218. package/src/sap/cux/home/PagePanel.ts +91 -76
  219. package/src/sap/cux/home/PageSettingsPanel-dbg.js +16 -15
  220. package/src/sap/cux/home/PageSettingsPanel-dbg.js.map +1 -1
  221. package/src/sap/cux/home/PageSettingsPanel.d.ts.map +1 -1
  222. package/src/sap/cux/home/PageSettingsPanel.js +1 -1
  223. package/src/sap/cux/home/PageSettingsPanel.js.map +1 -1
  224. package/src/sap/cux/home/PageSettingsPanel.ts +15 -14
  225. package/src/sap/cux/home/RecentAppPanel-dbg.js +2 -2
  226. package/src/sap/cux/home/RecentAppPanel-dbg.js.map +1 -1
  227. package/src/sap/cux/home/RecentAppPanel.js +1 -1
  228. package/src/sap/cux/home/RecentAppPanel.js.map +1 -1
  229. package/src/sap/cux/home/RecentAppPanel.ts +2 -2
  230. package/src/sap/cux/home/RecommendedAppPanel-dbg.js +4 -3
  231. package/src/sap/cux/home/RecommendedAppPanel-dbg.js.map +1 -1
  232. package/src/sap/cux/home/RecommendedAppPanel.d.ts.map +1 -1
  233. package/src/sap/cux/home/RecommendedAppPanel.js +1 -1
  234. package/src/sap/cux/home/RecommendedAppPanel.js.map +1 -1
  235. package/src/sap/cux/home/RecommendedAppPanel.ts +4 -2
  236. package/src/sap/cux/home/SettingsDialog-dbg.js +4 -3
  237. package/src/sap/cux/home/SettingsDialog-dbg.js.map +1 -1
  238. package/src/sap/cux/home/SettingsDialog.d.ts.map +1 -1
  239. package/src/sap/cux/home/SettingsDialog.js +1 -1
  240. package/src/sap/cux/home/SettingsDialog.js.map +1 -1
  241. package/src/sap/cux/home/SettingsDialog.ts +4 -2
  242. package/src/sap/cux/home/TaskPanel-dbg.js +16 -12
  243. package/src/sap/cux/home/TaskPanel-dbg.js.map +1 -1
  244. package/src/sap/cux/home/TaskPanel.d.ts +1 -2
  245. package/src/sap/cux/home/TaskPanel.d.ts.map +1 -1
  246. package/src/sap/cux/home/TaskPanel.js +1 -1
  247. package/src/sap/cux/home/TaskPanel.js.map +1 -1
  248. package/src/sap/cux/home/TaskPanel.ts +19 -12
  249. package/src/sap/cux/home/TilesPanel-dbg.js +9 -8
  250. package/src/sap/cux/home/TilesPanel-dbg.js.map +1 -1
  251. package/src/sap/cux/home/TilesPanel.d.ts.map +1 -1
  252. package/src/sap/cux/home/TilesPanel.js +1 -1
  253. package/src/sap/cux/home/TilesPanel.js.map +1 -1
  254. package/src/sap/cux/home/TilesPanel.ts +15 -8
  255. package/src/sap/cux/home/ToDoPanel-dbg.js +34 -25
  256. package/src/sap/cux/home/ToDoPanel-dbg.js.map +1 -1
  257. package/src/sap/cux/home/ToDoPanel.d.ts +0 -7
  258. package/src/sap/cux/home/ToDoPanel.d.ts.map +1 -1
  259. package/src/sap/cux/home/ToDoPanel.js +1 -1
  260. package/src/sap/cux/home/ToDoPanel.js.map +1 -1
  261. package/src/sap/cux/home/ToDoPanel.ts +27 -29
  262. package/src/sap/cux/home/ToDosContainer-dbg.js +27 -18
  263. package/src/sap/cux/home/ToDosContainer-dbg.js.map +1 -1
  264. package/src/sap/cux/home/ToDosContainer.d.ts +7 -0
  265. package/src/sap/cux/home/ToDosContainer.d.ts.map +1 -1
  266. package/src/sap/cux/home/ToDosContainer.js +1 -1
  267. package/src/sap/cux/home/ToDosContainer.js.map +1 -1
  268. package/src/sap/cux/home/ToDosContainer.ts +10 -0
  269. package/src/sap/cux/home/ToDosContainerGenericPlaceholder-dbg.js +84 -0
  270. package/src/sap/cux/home/ToDosContainerGenericPlaceholder-dbg.js.map +1 -0
  271. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.d.ts +8 -0
  272. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.d.ts.map +1 -0
  273. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.js +6 -0
  274. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.js.map +1 -0
  275. package/src/sap/cux/home/ToDosContainerGenericPlaceholder.ts +74 -0
  276. package/src/sap/cux/home/i18n/messagebundle.properties +63 -1
  277. package/src/sap/cux/home/i18n/messagebundle_ar.properties +42 -1
  278. package/src/sap/cux/home/i18n/messagebundle_bg.properties +43 -1
  279. package/src/sap/cux/home/i18n/messagebundle_ca.properties +43 -1
  280. package/src/sap/cux/home/i18n/messagebundle_cnr.properties +43 -1
  281. package/src/sap/cux/home/i18n/messagebundle_cs.properties +43 -1
  282. package/src/sap/cux/home/i18n/messagebundle_cy.properties +43 -1
  283. package/src/sap/cux/home/i18n/messagebundle_da.properties +43 -1
  284. package/src/sap/cux/home/i18n/messagebundle_de.properties +43 -1
  285. package/src/sap/cux/home/i18n/messagebundle_el.properties +44 -2
  286. package/src/sap/cux/home/i18n/messagebundle_en.properties +43 -246
  287. package/src/sap/cux/home/i18n/messagebundle_en_GB.properties +43 -1
  288. package/src/sap/cux/home/i18n/messagebundle_en_US_sappsd.properties +43 -1
  289. package/src/sap/cux/home/i18n/messagebundle_en_US_saprigi.properties +31 -1
  290. package/src/sap/cux/home/i18n/messagebundle_en_US_saptrc.properties +43 -1
  291. package/src/sap/cux/home/i18n/messagebundle_es.properties +43 -1
  292. package/src/sap/cux/home/i18n/messagebundle_es_MX.properties +43 -1
  293. package/src/sap/cux/home/i18n/messagebundle_et.properties +43 -1
  294. package/src/sap/cux/home/i18n/messagebundle_fi.properties +43 -1
  295. package/src/sap/cux/home/i18n/messagebundle_fr.properties +43 -1
  296. package/src/sap/cux/home/i18n/messagebundle_fr_CA.properties +42 -1
  297. package/src/sap/cux/home/i18n/messagebundle_hi.properties +43 -1
  298. package/src/sap/cux/home/i18n/messagebundle_hr.properties +42 -1
  299. package/src/sap/cux/home/i18n/messagebundle_hu.properties +43 -1
  300. package/src/sap/cux/home/i18n/messagebundle_id.properties +47 -5
  301. package/src/sap/cux/home/i18n/messagebundle_it.properties +43 -1
  302. package/src/sap/cux/home/i18n/messagebundle_iw.properties +43 -1
  303. package/src/sap/cux/home/i18n/messagebundle_ja.properties +43 -1
  304. package/src/sap/cux/home/i18n/messagebundle_kk.properties +43 -1
  305. package/src/sap/cux/home/i18n/messagebundle_ko.properties +43 -1
  306. package/src/sap/cux/home/i18n/messagebundle_lt.properties +42 -1
  307. package/src/sap/cux/home/i18n/messagebundle_lv.properties +43 -1
  308. package/src/sap/cux/home/i18n/messagebundle_mk.properties +43 -1
  309. package/src/sap/cux/home/i18n/messagebundle_ms.properties +43 -1
  310. package/src/sap/cux/home/i18n/messagebundle_nl.properties +43 -1
  311. package/src/sap/cux/home/i18n/messagebundle_no.properties +44 -2
  312. package/src/sap/cux/home/i18n/messagebundle_pl.properties +44 -2
  313. package/src/sap/cux/home/i18n/messagebundle_pt.properties +43 -1
  314. package/src/sap/cux/home/i18n/messagebundle_pt_PT.properties +43 -1
  315. package/src/sap/cux/home/i18n/messagebundle_ro.properties +43 -1
  316. package/src/sap/cux/home/i18n/messagebundle_ru.properties +43 -1
  317. package/src/sap/cux/home/i18n/messagebundle_sh.properties +43 -1
  318. package/src/sap/cux/home/i18n/messagebundle_sk.properties +42 -1
  319. package/src/sap/cux/home/i18n/messagebundle_sl.properties +44 -2
  320. package/src/sap/cux/home/i18n/messagebundle_sr.properties +43 -1
  321. package/src/sap/cux/home/i18n/messagebundle_sv.properties +43 -1
  322. package/src/sap/cux/home/i18n/messagebundle_th.properties +43 -2
  323. package/src/sap/cux/home/i18n/messagebundle_tr.properties +42 -1
  324. package/src/sap/cux/home/i18n/messagebundle_uk.properties +43 -1
  325. package/src/sap/cux/home/i18n/messagebundle_vi.properties +42 -1
  326. package/src/sap/cux/home/i18n/messagebundle_zh_CN.properties +43 -1
  327. package/src/sap/cux/home/i18n/messagebundle_zh_TW.properties +42 -1
  328. package/src/sap/cux/home/interface/AppsInterface-dbg.js.map +1 -1
  329. package/src/sap/cux/home/interface/AppsInterface.d.ts +5 -3
  330. package/src/sap/cux/home/interface/AppsInterface.d.ts.map +1 -1
  331. package/src/sap/cux/home/interface/AppsInterface.ts +5 -3
  332. package/src/sap/cux/home/interface/CardsInterface-dbg.js +32 -0
  333. package/src/sap/cux/home/interface/CardsInterface-dbg.js.map +1 -1
  334. package/src/sap/cux/home/interface/CardsInterface.d.ts +320 -55
  335. package/src/sap/cux/home/interface/CardsInterface.d.ts.map +1 -1
  336. package/src/sap/cux/home/interface/CardsInterface.js +5 -1
  337. package/src/sap/cux/home/interface/CardsInterface.js.map +1 -1
  338. package/src/sap/cux/home/interface/CardsInterface.ts +359 -55
  339. package/src/sap/cux/home/library-preload.js +88 -45
  340. package/src/sap/cux/home/library-preload.js.map +1 -1
  341. package/src/sap/cux/home/manifest.json +4 -4
  342. package/src/sap/cux/home/themes/base/AppsContainer.less +12 -0
  343. package/src/sap/cux/home/themes/base/BaseLayout.less +1 -0
  344. package/src/sap/cux/home/themes/base/ContentAdditionDialog.less +69 -0
  345. package/src/sap/cux/home/themes/base/NewsAndPagesContainer.less +37 -12
  346. package/src/sap/cux/home/themes/base/PlaceHolder.less +1374 -0
  347. package/src/sap/cux/home/themes/base/ToDosContainer.less +1 -1
  348. package/src/sap/cux/home/themes/base/library-RTL.css +2 -2
  349. package/src/sap/cux/home/themes/base/library-parameters.json +1 -1
  350. package/src/sap/cux/home/themes/base/library.css +2 -2
  351. package/src/sap/cux/home/themes/base/library.source.less +2 -0
  352. package/src/sap/cux/home/themes/sap_fiori_3/library-RTL.css +2 -2
  353. package/src/sap/cux/home/themes/sap_fiori_3/library-parameters.json +1 -1
  354. package/src/sap/cux/home/themes/sap_fiori_3/library.css +2 -2
  355. package/src/sap/cux/home/themes/sap_fiori_3_dark/library-RTL.css +2 -2
  356. package/src/sap/cux/home/themes/sap_fiori_3_dark/library-parameters.json +1 -1
  357. package/src/sap/cux/home/themes/sap_fiori_3_dark/library.css +2 -2
  358. package/src/sap/cux/home/themes/sap_fiori_3_hcb/AppsContainer.less +1 -0
  359. package/src/sap/cux/home/themes/sap_fiori_3_hcb/library-RTL.css +2 -2
  360. package/src/sap/cux/home/themes/sap_fiori_3_hcb/library-parameters.json +1 -1
  361. package/src/sap/cux/home/themes/sap_fiori_3_hcb/library.css +2 -2
  362. package/src/sap/cux/home/themes/sap_fiori_3_hcb/library.source.less +2 -0
  363. package/src/sap/cux/home/themes/sap_fiori_3_hcw/AppsContainer.less +1 -0
  364. package/src/sap/cux/home/themes/sap_fiori_3_hcw/library-RTL.css +2 -2
  365. package/src/sap/cux/home/themes/sap_fiori_3_hcw/library-parameters.json +1 -1
  366. package/src/sap/cux/home/themes/sap_fiori_3_hcw/library.css +2 -2
  367. package/src/sap/cux/home/themes/sap_fiori_3_hcw/library.source.less +2 -0
  368. package/src/sap/cux/home/themes/sap_horizon/library-RTL.css +2 -2
  369. package/src/sap/cux/home/themes/sap_horizon/library-parameters.json +1 -1
  370. package/src/sap/cux/home/themes/sap_horizon/library.css +2 -2
  371. package/src/sap/cux/home/themes/sap_horizon_dark/library-RTL.css +2 -2
  372. package/src/sap/cux/home/themes/sap_horizon_dark/library-parameters.json +1 -1
  373. package/src/sap/cux/home/themes/sap_horizon_dark/library.css +2 -2
  374. package/src/sap/cux/home/themes/sap_horizon_hcb/AppsContainer.less +1 -0
  375. package/src/sap/cux/home/themes/sap_horizon_hcb/library-RTL.css +2 -2
  376. package/src/sap/cux/home/themes/sap_horizon_hcb/library-parameters.json +1 -1
  377. package/src/sap/cux/home/themes/sap_horizon_hcb/library.css +2 -2
  378. package/src/sap/cux/home/themes/sap_horizon_hcb/library.source.less +2 -0
  379. package/src/sap/cux/home/themes/sap_horizon_hcw/AppsContainer.less +1 -0
  380. package/src/sap/cux/home/themes/sap_horizon_hcw/library-RTL.css +2 -2
  381. package/src/sap/cux/home/themes/sap_horizon_hcw/library-parameters.json +1 -1
  382. package/src/sap/cux/home/themes/sap_horizon_hcw/library.css +2 -2
  383. package/src/sap/cux/home/themes/sap_horizon_hcw/library.source.less +2 -0
  384. package/src/sap/cux/home/utils/AppManager-dbg.js +405 -440
  385. package/src/sap/cux/home/utils/AppManager-dbg.js.map +1 -1
  386. package/src/sap/cux/home/utils/AppManager.d.ts +88 -124
  387. package/src/sap/cux/home/utils/AppManager.d.ts.map +1 -1
  388. package/src/sap/cux/home/utils/AppManager.js +1 -1
  389. package/src/sap/cux/home/utils/AppManager.js.map +1 -1
  390. package/src/sap/cux/home/utils/AppManager.ts +351 -542
  391. package/src/sap/cux/home/utils/Constants-dbg.js +25 -1
  392. package/src/sap/cux/home/utils/Constants-dbg.js.map +1 -1
  393. package/src/sap/cux/home/utils/Constants.d.ts +17 -0
  394. package/src/sap/cux/home/utils/Constants.d.ts.map +1 -1
  395. package/src/sap/cux/home/utils/Constants.js +1 -1
  396. package/src/sap/cux/home/utils/Constants.js.map +1 -1
  397. package/src/sap/cux/home/utils/Constants.ts +20 -1
  398. package/src/sap/cux/home/utils/Device-dbg.js +49 -1
  399. package/src/sap/cux/home/utils/Device-dbg.js.map +1 -1
  400. package/src/sap/cux/home/utils/Device.d.ts +13 -0
  401. package/src/sap/cux/home/utils/Device.d.ts.map +1 -1
  402. package/src/sap/cux/home/utils/Device.js +1 -1
  403. package/src/sap/cux/home/utils/Device.js.map +1 -1
  404. package/src/sap/cux/home/utils/Device.ts +58 -1
  405. package/src/sap/cux/home/utils/InsightsUtils-dbg.js +25 -0
  406. package/src/sap/cux/home/utils/InsightsUtils-dbg.js.map +1 -1
  407. package/src/sap/cux/home/utils/InsightsUtils.d.ts +14 -0
  408. package/src/sap/cux/home/utils/InsightsUtils.d.ts.map +1 -1
  409. package/src/sap/cux/home/utils/InsightsUtils.js +1 -1
  410. package/src/sap/cux/home/utils/InsightsUtils.js.map +1 -1
  411. package/src/sap/cux/home/utils/InsightsUtils.ts +25 -0
  412. package/src/sap/cux/home/utils/PerformanceUtils-dbg.js +5 -2
  413. package/src/sap/cux/home/utils/PerformanceUtils-dbg.js.map +1 -1
  414. package/src/sap/cux/home/utils/PerformanceUtils.d.ts +1 -0
  415. package/src/sap/cux/home/utils/PerformanceUtils.d.ts.map +1 -1
  416. package/src/sap/cux/home/utils/PerformanceUtils.js +1 -1
  417. package/src/sap/cux/home/utils/PerformanceUtils.js.map +1 -1
  418. package/src/sap/cux/home/utils/PerformanceUtils.ts +5 -1
  419. package/src/sap/cux/home/utils/RecommendedCardUtil-dbg.js +1599 -0
  420. package/src/sap/cux/home/utils/RecommendedCardUtil-dbg.js.map +1 -0
  421. package/src/sap/cux/home/utils/RecommendedCardUtil.d.ts +534 -0
  422. package/src/sap/cux/home/utils/RecommendedCardUtil.d.ts.map +1 -0
  423. package/src/sap/cux/home/utils/RecommendedCardUtil.js +6 -0
  424. package/src/sap/cux/home/utils/RecommendedCardUtil.js.map +1 -0
  425. package/src/sap/cux/home/utils/RecommendedCardUtil.ts +1945 -0
  426. package/src/sap/cux/home/utils/SituationUtils-dbg.js +1 -1
  427. package/src/sap/cux/home/utils/SituationUtils-dbg.js.map +1 -1
  428. package/src/sap/cux/home/utils/SituationUtils.js +1 -1
  429. package/src/sap/cux/home/utils/SituationUtils.js.map +1 -1
  430. package/src/sap/cux/home/utils/SituationUtils.ts +1 -1
  431. package/src/sap/cux/home/utils/UshellPersonalizer-dbg.js.map +1 -1
  432. package/src/sap/cux/home/utils/UshellPersonalizer.d.ts +4 -1
  433. package/src/sap/cux/home/utils/UshellPersonalizer.d.ts.map +1 -1
  434. package/src/sap/cux/home/utils/UshellPersonalizer.js.map +1 -1
  435. package/src/sap/cux/home/utils/UshellPersonalizer.ts +2 -1
  436. package/src/sap/cux/home/utils/fragment/appsAdditionContent.fragment.xml +126 -0
@@ -1,738 +1,535 @@
1
- # XTIT: To-Dos Section Title
1
+
2
2
  toDosTitle=To-Dos
3
3
 
4
- # XMSG: To do cards to have created by name
5
4
  createdBy=Created By
6
5
 
7
- # XMSG: To do cards to have created by name
8
6
  createdOn=Created On
9
7
 
10
- # XMSG: To do cards due date
11
8
  dueDate=Due Date
12
9
 
13
- # XTIT: View All Tasks Title
14
10
  viewAllTasksTitle=Go to All Tasks
15
11
 
16
- # XTIT: Title for Expand
17
12
  expand=Show More
18
13
 
19
- # XTIT: Title for Collapse
20
14
  collapse=Show Less
21
15
 
22
- # XTIT: Tasks Tab Title
23
16
  tasksTabTitle=Tasks
24
17
 
25
- # XTIT: Situations Tab Title
26
18
  situationsTabTitle=Situations
27
19
 
28
- # XTIT: Title for no todo card
29
20
  noToDoTitle=You have completed all of your to-dos.
30
21
 
31
- # XTIT: Title for actions popover
32
22
  actions=Actions
33
23
 
34
- # XMSG: Description for no todo card
35
24
  noToDoDesc=New ones will show up here.
36
25
 
37
- # XTIT: Title for no tasks card
38
26
  noTaskTitle=You don't have any new tasks.
39
27
 
40
- # XTIT: Title for no situations card
41
28
  noSituationTitle=You don't have any new situations.
42
29
 
43
- # XMSG: Description for successfull action completion
44
30
  actionSuccess=Action submitted
45
31
 
46
- # XBUT: Refresh Button Text
47
32
  refresh=Refresh
48
33
 
49
- # XMSG: Very high priority text
50
34
  veryHighPriority=Very High Priority
51
35
 
52
- # XMSG: High priority text
53
36
  highPriority=High Priority
54
37
 
55
- # XMSG: Medium priority text
56
38
  mediumPriority=Medium Priority
57
39
 
58
- # XMSG: Low priority text
59
40
  lowPriority=Low Priority
60
41
 
61
- # XMSG: None priority text
62
42
  nonePriority=No Priority
63
43
 
64
- # XMSG: Description for no todo card when supported
65
44
  emptyToDoDesc=You will then see them here.
66
45
 
67
- # XMSG: To be displayed when selected user has no email ID
68
46
  noEmail=User {0} does not have a valid email address.
69
47
 
70
- # XLST: Link to App finder
71
48
  appFinderLink=Add Tiles
72
49
 
73
- # XTIT: Title for Edit Insights Cards
74
50
  manageCards=Manage Cards
75
51
 
76
- # XTIT: Title for Expand
77
52
  showMore=Show More
78
53
 
79
- # XTIT: Insights Title
80
54
  insights=Insights
81
55
 
82
- # XTIT: Title for Insight cards and Tiles Section in Layout
83
56
  insightLayoutSectionTitle=Insights Tiles and Cards
84
57
 
85
- # XMSG: No data in insight section button
86
58
  manageInsightBtn=Add Insights
87
59
 
88
- # XLST: Add Insights Cards
89
- addInsightsCards=Add Insights Cards
60
+ addInsightsCard=Add Insights Card
90
61
 
91
- # XTIT: insight tiles title
92
62
  insightsTilesTitle=Tiles
93
63
 
94
- # XTIT: insight cards title
95
64
  insightsCardsTitle=Cards
96
65
 
97
- # XMIT: Favorite apps tab
98
66
  favoritesTab=Favorites
99
67
 
100
- # XTOL: Tooltip text for favorite apps
101
68
  favAppsInfo=Preconfigured and customised apps
102
69
 
103
- # XTOL: Tooltip text for recently used apps
104
70
  recentAppsInfo=Apps you have used most recently
105
71
 
106
- # XTOL: Tooltip text for Frequently used Tab
107
72
  frequentlyUsedTabInfo=The Items you have used most frequently in the last 30 days
108
73
 
109
- # XMIT: Recent apps tab
110
74
  recentlyUsedTab=Recently Used
111
75
 
112
- # XMIT: Frequently used apps tab
113
76
  frequentlyUsedTab=Most Used
114
77
 
115
- # XMIT: Recommended apps tab
116
78
  recommendedAppsTab=Recommended
117
79
 
118
- # XTIT: Apps Section Title
119
80
  appsTitle=Apps
120
81
 
121
- # XMSG: Title for no apps
122
82
  noAppsTitle=Nothing here yet?
123
83
 
124
- # XTIT: Title of No-Data text for Recent Apps illustrated msg
125
84
  noRecentAppsDescription=You don't have any recent activities yet.
126
85
 
127
- # XTIT: Description of No-Data text for Frequent Apps illustrated msg
128
86
  noFreqAppsDescription=You don't have any frequently used apps yet.
129
87
 
130
- # XTIT: Description of No-Data text for illustrated msg
131
88
  noFavAppsDescription=You can add your favorite apps to this section.
132
89
 
133
- # XTIT: Title of No-Data text for illustrated msg
134
90
  noDataPageTitle=Nothing here yet?
135
91
 
136
- # XMSG: Description of No-Data text for illustrated msg of pages
137
92
  noPageDescription=You can add your preferred pages to this section.
138
93
 
139
- # XBUT: Add Page Button Text
140
94
  addPage=Add Pages
141
95
 
142
- # XTIT: Pages title
143
96
  pageTitle=Pages
144
97
 
145
- # XTIT: News title
146
98
  newsTitle=News
147
99
 
148
- # XBUT: Manage Pages button
149
100
  mngPage=Manage Pages
150
101
 
151
- # XBUT: Manage News button
152
102
  mngNews=Manage News
153
103
 
154
- # XBUT: More button
155
104
  more=More
156
105
 
157
- # XMSG: News Feed settings text message
158
106
  newsFeedSettingsText=You can personalize your news feed by choosing a line of business.
159
107
 
160
- # XTIT: News Feed Settings Heading
108
+ defaultNewsSettingsText=You can personalize your news feed by choosing a news group.
109
+
161
110
  newsFeedSettingsHeading=Line of Business
162
111
 
163
- # XTIT: News Feed Settings Show all Prepartion Required Items Label
112
+ defaultNewsSettingsHeading=News Group
113
+
164
114
  showAllPreparationRequiredSwitchLabel=View all items that require preparation
165
115
 
166
116
 
167
- # XMSG: Message for no tiles
168
117
  noTilesMsg=You can add your preferred tiles to this section.
169
118
 
170
- # XMSG: Message for no cards
171
119
  noCardsMsg=You can add your preferred cards to this section.
172
120
 
173
- # XTOL: Tooltip for Message Button
174
121
  CHAT_BUTTON_TOOLTIP=Chat
175
122
  CALL_BUTTON_TOOLTIP=Call
176
123
  VIDEOCALL_BUTTON_TOOLTIP=Video Call
177
124
 
178
- # XMSG: Movement of apps to Favorites Tab
179
125
  appMovedToFavorites=Application {0} is added to the Favorites
180
126
 
181
- # XLST: Add to Favorites Tab
182
127
  addToFavorites=Add to Favorites App
183
128
 
184
- # XLST: Resume last app activity
185
129
  resumeLastActivity=Resume Last Activity
186
130
 
187
- # XBUT: Action button add apps
188
131
  addApps=Add Apps
189
132
 
190
- # XTOL: tooltip for add apps action button
133
+ addApp=Add App
134
+
135
+ appAddedToFavorites=App added to Favorites
136
+
191
137
  addAppsTooltip=Add Apps from App Finder
192
138
 
193
- # XTIT: New Group Created
194
139
  newGroupCreated=Created new group
195
140
 
196
- # XMSG: New Group Created
197
141
  unableToCreateGroup=Unable to create a group
198
142
 
199
- # XTIT: Create Group
200
143
  createGroup=Create Group
201
144
 
202
- # XTIT: Group Deleted
203
145
  groupDeleted=Group Deleted
204
146
 
205
- # XTIT: Create Group Settings Title
206
147
  settings=Settings
207
148
 
208
- # XTIT: Create Group Settings Descriptions
209
149
  settingsDescription=Choose a group name and a color.
210
150
 
211
- # XFLD: Group Name Field
212
151
  groupNameLbl=Group Name
213
152
 
214
- # XFLD: Group Name Color
215
153
  groupColorLbl=Color
216
154
 
217
- # XTIT: selected app title
218
155
  selectedAppsTitle=Apps
219
156
 
220
- # XTIT: selected app count
221
157
  selectedAppsCount=({0} Selected)
222
158
 
223
- # XTIT: No app selected
224
159
  noAppSelected=None
225
160
 
226
- # XTIT: Create Group Select Apps Descriptions
227
161
  appsSelectionDescription=Select at least one app from the Favorites tab.
228
162
 
229
- # XMSG: Apps Selection Error Message
230
163
  selectionErrorMessage=You must add an app to create a group.
231
164
 
232
- # XTIT: New Group
233
165
  newGroup=New Group
234
166
 
235
- # XLST: Remove From My Home
236
167
  removeFromMyHome=Remove from My Home
237
168
 
238
- # XMSG: Delete Group Description
239
169
  deleteGroupMessage=Do you want to delete group "{0}" and remove the apps from My Home, or do you want to move the apps to the Favorites tab?
240
170
 
241
- # XBUT: Delete Card confirmation dialog Title Button
242
171
  delete=Delete
243
172
 
244
- # XTIT: Move All Apps
245
173
  moveApps=Move Apps
246
174
 
247
- # XTIT: Group Name Changed
248
175
  groupNameChanged=Group Name Changed
249
176
 
250
- # XBUT: Close Button
251
177
  closeBtn=Close
252
178
 
253
- # XBUT: Cancel Button
254
179
  cancelBtn=Cancel
255
180
 
256
- # XTIT: Rename Group
257
181
  renameGroup=Rename Group
258
182
 
259
- # XBUT: Next Button for Create Group Dialog
260
183
  nextButton=Next
261
184
 
262
- # XBUT: Create Button for Create Group Dialog
263
185
  createButton=Create
264
186
 
265
- # XBUT: Back Button for Create Group Dialog
266
187
  backButton=Back
267
188
 
268
- # XTIT: No searched app error title
269
189
  noSearchedAppTitle=Let's get some results
270
190
 
271
- # XTIT: No searched app error text
272
191
  noSearchedAppDes=Start by providing your search criteria
273
192
 
274
- # XMSG: Invalid Group Name Error
275
193
  invalidGroupName=Enter a group name.
276
194
 
277
- # XTIT: Remove All Apps
278
195
  removeAllApps=Remove All Apps
279
- # XLST: My Home Settings List Item Title
280
196
  myHomeSettings=My Home Settings
281
197
 
282
- # XLST: Layout Item Title
283
198
  layout=Layout
284
199
 
285
- # XLST: News Item Title
286
200
  news=News
287
201
 
288
- # XLST: Insights Tiles Item Title
289
202
  insightsTiles=Insights Tiles
290
203
 
291
- # XLST: Insights Cards Item Title
292
204
  insightsCards=Insights Cards
293
205
 
294
- # XLST: Advanced Settings Item Title
295
206
  advancedSettings=Advanced
296
207
 
297
- # XLST: Pages Item Title
298
208
  pages=Pages
299
209
 
300
- # XTOL: Tooltip for Menu Button
301
210
  showMenu=Show Menu
302
211
 
303
- # XBUT: Close Button for MyHome Settings Dialog
304
212
  closeSettings=Close
305
213
 
306
- # YMSW: Warning message
307
214
  myInterestwarning=You can view a maximum of eight unique pages of your configured spaces. You can rearrange the pages using drag and drop.
308
215
 
309
- # YMSW: Warning message
310
216
  myInterestinfo=A maximum of eight pages can be displayed.
311
217
 
312
- # XTIT: Group title Spaces and Pages
313
218
  pageGroupHeader=Spaces and Pages
314
219
 
315
- # XBUT: Show button
316
220
  showBtn=Show
317
221
 
318
- # XBUT: Hide button
319
222
  hideBtn=Hide
320
223
 
321
- # XTIT: Group title Spaces and Pages
322
224
  noData=No Data
323
225
 
324
- # XTIT: Title of No News illustrated msg
325
226
  noNewsTitle=No action items for now
326
227
 
327
- # XTIT: Description of No News illustrated msg
328
228
  noNewsDescription=You can view other items by changing the filter
329
229
 
330
- # XTIT: Subheader of custom news
331
230
  newsFeedDescription=Discover new features and changes of this release
332
231
 
333
- # XTIT: Title for Edit News Link
334
232
  editLinkNews=Manage News
335
233
 
336
- # XTIT: label for read more on news details dialog
337
234
  readMoreLink=Read More
338
235
 
339
- # XMSG: Remove all Apps and Delete Group Description
340
236
  ungroupAppsMessage=Do you want to move all your apps to the Favorites tab and delete group "{0}"?
341
237
 
342
- # XLST: Select Color Option in App or Group actions popover
343
238
  selectColor=Change Color
344
239
 
345
- # XTIT: Move to a group
346
240
  moveTo=Move To
347
241
 
348
- # XLST: Remove from Group
349
242
  removeFromGroup=Remove from Group
350
243
 
351
- # XMSG: Remove App Description
352
244
  removeAppMessage=Do you want to delete app "{0}"? You can add the app again from the App Finder.
353
245
 
354
- # XMSG: Remove app, delete group message
355
246
  removeFromMyHomeMessage=Do you want to remove app "{0}"? Note that removing the last app from the group deletes the group as well. You can add the app again from the App Finder and create a new group.
356
247
 
357
- # XMSG: Remove dialog text
358
248
  remove=Remove
359
249
 
360
- # XTIT: Ungrouped All Apps
361
250
  appsUngrouped=Apps Ungrouped
362
251
 
363
- # XMSG: Unable to ungrouped apps
364
252
  unableToUngroupApps=Unable to ungroup apps
365
253
 
366
- # XMSG: App Removed from Favorites
367
254
  appRemoved=Removed the app
368
255
 
369
- # XMSG: Unable to remove app from favorites
370
256
  unableToRemoveApp=Unable to remove the app
371
257
 
372
- # XTIT: App Ungrouped
373
258
  appUngrouped=App Ungrouped
374
259
 
375
- # XTIT: Movement of apps across groups
376
260
  appMoved=App moved to group {0}
377
261
 
378
- # XMSG: Move App and Delete Group Description
379
262
  moveAppMessage=Do you want to move app "{0}"? Note that moving the last app from the group deletes the group as well.
380
263
 
381
- # XLST: Add apps from insight tiles
382
264
  addFromInsights=Add from Insights Tiles
383
265
 
384
- # XTIT: Label for favorite apps dialog
385
266
  addFromInsightsDialogLabel=You can select and add your Insights tiles to your Favorites tab as apps.
386
267
 
387
- # XTIT: Title for favorite tile dialog
388
268
  addFromInsightsDialogTitle=Available Tiles
389
269
 
390
- # XBUT: navigate to app finder
391
270
  appFinderBtn=Add from App Finder
392
271
 
393
- # XBUT: Add Button in add apps from insights dialog
394
272
  addFromInsightsDialogBtn=Add
395
273
 
396
- # XMSG: Add from insights tiles success message toast
397
274
  addFromInsightTilesSuccess={0} insights tiles have been added
398
275
 
399
- # XMSG: Add from insights tiles success message toast
400
276
  addFromInsightTileSuccess={0} insights tile has been added
401
277
 
402
- # XBUT: Import apps from classic home page button
403
278
  importAppsNow=Import Apps Now
404
279
 
405
- # XTIT: Title for the Submit Decision Dialog
406
280
  XTIT_SUBMIT_DECISION=Submit Decision
407
281
 
408
- # XMSG: Dialog question for selected Decision Option
409
282
  XMSG_DECISION_QUESTION=You selected "{0}".
410
283
 
411
- # XBUT: Button for Submit (Decision options)
412
284
  XBUT_SUBMIT=Submit
413
285
 
414
- # XBUT: Button for Cancel (Decision options)
415
286
  XBUT_CANCEL=Cancel
416
287
 
417
- # XBUT: Button for Close (Decision options)
418
288
  XBUT_CLOSE=Close
419
289
 
420
- # XFLD: Label for Decision Confirmation dialog TextArea
421
290
  XFLD_TextArea_Decision=Decision Note\:
422
291
 
423
- # XFLD: Label for Decision Reason Dialog combobox
424
292
  XFLD_ComboBox_Decision_Reason=Decision Reason\:
425
293
 
426
- # XMSG: Decision Reason error message
427
294
  XMSG_DECISION_REASON_ERR=Please select a decision reason from the list.
428
295
 
429
- # XMSG
430
296
  keyPressAriaText=To reposition a section on the entry page, use the keyboard key Ctrl along with the arrow keys for a selected section.
431
297
 
432
- # XSEL: None Option in decision reason combo box
433
298
  XSEL_DECISION_REASON_NONE_OPTION=None
434
299
 
435
- # XMSG: A problem occurred while communicating with the back end
436
300
  DataManager.HTTPRequestFailed=System error. For more information, check the details or contact your system administrator.
437
301
 
438
- # XBUT
439
302
  viewButton=View
440
303
 
441
- # XBUT
442
304
  resetButton=Reset
443
305
 
444
- # XMSG: Layout Introduction Message
445
306
  layoutIntroMsg=You can personalize the layout by choosing to enable or disable the visibility of the sections. You can also rearrange the sections using drag and drop.
446
307
 
447
- # XTIT
448
308
  reset_cards_confirmation_title=Reset My Home
449
309
 
450
- # XMSG
451
310
  reset_cards_confirmation_msg=You can reset your My Home to the initial settings made by your administrator.
452
311
 
453
- # XBUT: Button for resetting My home settings
454
312
  reset_cards_button=Reset
455
313
 
456
- # XMSG
457
314
  forMeTodayMsg=Tasks and Situations
458
315
 
459
- # XMSG
460
316
  myInterestMsg=News and Pages
461
317
 
462
318
 
463
- # XTIT: Description of No section visible text for illustrated msg
464
319
  noSectionDescription=You can select the sections you'd like to see here.
465
320
 
466
- # XTIT: Title of No section visible text for illustrated msg
467
321
  noSectionTitle=Nothing here yet?
468
322
 
469
- # XBUT: Button for Edit home page
470
323
  noSectionButton=Edit My Home
471
324
 
472
- # XMSG
473
325
  myAppMsg=Favorites, Most Used, and Recently Used
474
326
 
475
- # XMSG: Message for no insights
476
327
  noInsightsMsg=You can add your preferred tiles and cards to this section.
477
328
 
478
- # XLST: Add suggested tiles from favorite apps
479
329
  addSmartApps=Add from Favorites
480
330
 
481
- # XTIT: Title for Edit Insights Tiles
482
331
  editLinkTiles=Manage Tiles
483
332
 
484
- # XTIT: Label for suggested tile dialog
485
333
  suggTileDialogLabel=You can select apps with dynamic content on the Favorites tab and add them to your Insights tiles.
486
334
 
487
- # XTIT: Title for suggested tile dialog
488
335
  suggTileDialogTitle=Available Apps
489
336
 
490
- # XBUT: Move Button
491
337
  addBtn=Add
492
338
 
493
- # XMSG: No data in tiles section description
494
339
  tilesSectionNoDataDescription=You can add your preferred tiles to this section using the Add from App Finder option.
495
340
 
496
- # XLST: User Personalization List Item Title
497
341
  userPersonalization=Advanced
498
342
 
499
- # XTIT: Advanced Settings Subheader
500
343
  advancedSettingsSubheader=You can perform certain additional settings using this tab.
501
344
 
502
- # XBUT: Export Button Text
503
345
  export=Export
504
346
 
505
- # XBUT: Export Button Text
506
347
  import=Import
507
348
 
508
- # XTIT: Label for Export File Name Input in Export Dialog
509
349
  exportFileNameLabel=File Name
510
350
 
511
- # XTIT: Export From File Tab
512
351
  exportFile=Export to File
513
352
 
514
- # XTIT: Import From File Tab
515
353
  importFile=Import from File
516
354
 
517
- # XTIT: Import From Classic Home Tab
518
355
  classicImport=Import from Classic My Home
519
356
 
520
- # XTIT: Import From Classic Home Tab text
521
357
  classicImportText=You can reset the Import Apps Now option available on the Apps section to enable importing apps that you were using in the classic My Home.
522
358
 
523
- # XBUT : Import File Uploader Button Text
524
359
  importFileUploaderButton=Browse
525
360
 
526
- # XTIT: Import Dialog Text
527
361
  importText=You can import your personalized content by browsing for the file and selecting the sections you want to import.
528
362
 
529
- # XTIT: Export Dialog Text
530
363
  exportText=You can export your personalized content by entering a file name and selecting the sections you want to export.
531
364
 
532
- # XTIT: Sections Export List Header
533
365
  sectionExportListHeader=Sections to export
534
366
 
535
- # XTIT: Sections Import List Header
536
367
  sectionImportListHeader=Sections to import
537
368
 
538
- # XTIT: Title for News Tiles Section
369
+ checkboxInstructionText=Press the Function + F2 key to check or uncheck an item
370
+
539
371
  secondSectionTitle=Pages
540
372
 
541
- # XLST: User Personlization favorite apps list item
542
373
  favApps=Favorite Apps
543
374
 
544
- # XMSG: Export Error Message
545
375
  exportErrorMessage=File could not be created or there is an error in exporting the data to the file.
546
376
 
547
- # XMSG: Import Error Message
548
377
  importErrorMessage=File could not be imported.
549
378
 
550
- # XMSG: Different Import Source Error Message
551
379
  importSourceErrorMessage=The source of export and the importing system are different.
552
380
 
553
- # XTOL: Tooltip text for Import File
554
381
  uploadImportFile=Upload import file
555
382
 
556
- # XMSG: Invalid Group Name Error
557
383
  invalidExportFileName=Enter a file name.
558
384
 
559
- # XMSG: User Personalization Import Error
560
385
  userPersonalizationImportError=Some of the selected sections have not been imported.
561
386
 
562
- # XMSG: Import/export card count Error
563
387
  importCardCountErrorMessage=Cards could not be imported, the total number of cards exceeds 99 post import.
564
388
 
565
- # XMSG: User Personalization Export success message
566
389
  userPersonalizationExportSuccess=Settings have been exported
567
390
 
568
- # XMSG: Import Apps Now Option enabled
569
391
  importAppsNowBtnEnabled=Import Apps Now option has been enabled
570
392
 
571
- # XMSG: Apps tab text message
572
393
  insightAppsTabText=You can select tiles with dynamic content to get valuable insights at a glance.
573
394
 
574
- # XTIT: Label for Wide Tile
575
395
  wide=Wide
576
396
 
577
- # XBUT: Convert To Standard Tile
578
397
  ConvertToTile=Convert to Tile
579
398
 
580
- # XBUT: Convert To Wide Tile
581
399
  ConvertToWideTile=Convert to Wide Tile
582
400
 
583
- # XLST: Remove From insights
584
401
  removeFromInsights=Remove from Insights tiles.
585
402
 
586
- # XTIT: Remove tile confirmation title
587
403
  remove_tile_confirmation_title=Do you want to remove {0} from your home page?
588
404
 
589
- # XMSG: App Removed from Insights
590
405
  appRemovedInsights=App removed from the Insights Tiles.
591
406
 
592
- # XMSG: Unable to remove app from Insights Tiles
593
407
  unableToRemoveInsightsApp=Unable to remove the app from Insights Tiles.
594
408
 
595
- # XLST: Adapt UI Button
596
409
  adaptUIBtn=Adapt UI
597
410
 
598
- # XTIT: Application name
599
411
  editCurrentPage=Personalize My Home
600
412
 
601
- # XBUT
602
413
  saveButton=Save
603
414
 
604
- # XTIT
605
415
  editModeTitle=My Home Settings
606
416
 
607
- # XBUT: ShowHistory button
608
417
  showHistoryBtn=Show History
609
418
 
610
- # XBUT: Add Button
611
419
  addButton=Add
612
420
 
613
- # XLST: Add to Favorites Tab
614
421
  addToFavoritesRecommended=Add to Favorites
615
422
 
616
- # XLST: Select Apps
617
423
  selectAtLeastOneApp=Select at least one app from the Recommended tab.
618
424
 
619
- # XMSG: Move All Recommended Apps to Favorites
620
425
  moveRecommendedMessage=Moved All Apps to Favorites
621
426
 
622
- # XTIT: Title for ShowHistory dialog
623
427
  showHistoryTitle=History
624
428
 
625
- # XLST: ShowHistory dateFilter today option
626
429
  dateToday=Today
627
430
 
628
- # XLST: ShowHistory dateFilter This Week option
629
431
  dateWeek=This Week
630
432
 
631
- # XLST: ShowHistory dateFilter Last 2 Week option
632
433
  dateTwoWeek=Last 2 Weeks
633
434
 
634
- # XLST: ShowHistory dateFilter Last 3 Week option
635
435
  dateThreeWeek=Last 3 Weeks
636
436
 
637
- # XLST: ShowHistory dateFilter Last 30 Days option
638
437
  dateThirty=All
639
438
 
640
- # XLST: ShowHistory dateFilter Before 30 Days option
641
439
  dateLater=Older than 30 Days
642
440
 
643
- # XBUT: Filtered By Button on Insights Cards
644
441
  viewFilteredBy=View Filtered By
645
442
 
646
- # XBUT:Navigate to Parent App Button on Insights Cards
647
443
  navigateToParent=Navigate to Parent App
648
444
 
649
- # XLST: Title edit news and pages
650
445
  editNewsPages=Edit News and Pages
651
446
 
652
- # XLST: Edit News Feed
653
447
  newsFeed=News Feed
654
448
 
655
- # XTIT: Edit News Feed
656
449
  editNewsFeed=Edit News Feed
657
450
 
658
- # XFLD: Edit News Feed URL
659
451
  editNewsURL=Edit News Feed URL
660
452
 
661
- # XTIT: Title for no tasks card
662
453
  selectCustomNewsFeed=Show Custom News Feed
663
454
 
664
- # XFLD: Custom News Feed
665
455
  customNewsFeed=Custom News Feed
666
456
 
667
- # XTOL: Tooltip text Upload News Feed File
668
457
  uploadNewsFeedFile=Upload News Feed File
669
458
 
670
- # XBUT: Upload News Feed Button
671
459
  uploadNewsFeedBtn=Upload File
672
460
 
673
- # XTIT: Title edit pages dialog as key user
674
461
  editPages=Edit Pages
675
462
 
676
- # XTIT: Space
677
463
  space=Space
678
464
 
679
- # XTIT: Page
680
465
  page=Page
681
466
 
682
- # XMSG: Edit Pages dialog Color Message
683
467
  editPagesColorMessage=Make page colors same as space color
684
468
 
685
- # XTIT: Edit Pages dialog Icon title
686
469
  icon=Icon
687
470
 
688
- # XBUT
689
471
  notRelevantRecommendation=Not Relevant
690
472
 
691
- # XMSG: Reject Recommendation Message
692
473
  rejectRecommendationMsg=Thank you for your feedback. Application {0} will be removed from the recommended list.
693
474
 
694
- # XTIT: Title for recommendation in advanced settings panel
695
475
  recommendationSettingsHeader=Recommendations
696
476
 
697
- # XTIT: Subheader for recommendation in advanced settings panel
698
477
  recommendationSettingsSubHeader=You can perform certain settings related to SAP Business AI recommendations
699
478
 
700
- # XTIT: Title for recommendation setting
701
479
  recommendationSettingsCheckboxLabel=View Recommended Tab
702
480
 
703
- # XTIT: Panel Header Text for import and export advanced settings
704
481
  importAndExportPanelHeader=Import and Export
705
482
 
706
- # XMSG: Recommendation Tab Message
707
483
  recommendationMessageStrip=Here, you can see applications that are recommended to you by SAP Business AI. You can use settings to disable this tab.
708
484
 
709
- # XTIT: Title of No-Data text for Recommended Apps illustrated msg
710
485
  noRecommendationsTitle=You do not have any recommendations.
711
486
 
712
- # XTIT: Description of No-Data text for Recommended Apps illustrated msg
713
487
  noRecommendationsDescription=You can remove this tab from the settings.
714
488
 
715
- # XMSG: News Feed File Upload Max File Size Error
716
489
  newsFeedMaxFileSizeError=Selected file size should be less then {0} MB.
717
490
 
718
- # XMSG: News Feed File Upload Error
719
491
  newsFeedFileUploadError=File cannot be uploaded. Check the content of the uploaded file.
720
492
 
721
- # XMSG
722
493
  noNewsFileError=Choose a file first
723
494
 
724
- # XMSG: Custom Feed File Upload
725
495
  customNewsFeedUploaded=News feed uploaded
726
496
 
727
- # XMSG: News Feed Empty File Error
728
497
  newsFeedEmptyFileError=No data in file. Check the content of the uploaded file.
729
498
 
730
- # XMSG: News Feed Upload File Save Changes
731
499
  newsFeedSaveUploadChanges=Upload news feed file to save the changes.
732
500
 
733
- # XMSG: Invalid News Url Warning
734
501
  invalidNewsUrl=News feed cannot be loaded from the passed URL.
735
502
 
736
- # XTIT: Description of No-Data text for illustrated msg in Add from insight tiles.
737
503
  noDataMsgInsightTiles=You can add your preferred apps to this section using the Add from App Finder option.
738
504
 
505
+ addContent=Add Content
506
+
507
+ addAppsDescription=You can search for Apps and Insights Tiles by entering your query in natural language within the text field.
508
+
509
+ addAppsAndTile=Apps & Insights Tiles
510
+
511
+ goButton=Go
512
+
513
+ searchingMessage=Searching for Apps and Insights Tiles. This can take some time.
514
+
515
+ resultTitle=Results
516
+
517
+ resultDescription=You can choose which content you want to add to My Home from the preview list down below by clicking the checkbox.
518
+
519
+ beforeSearchDescription=Start by providing your query in the text field above.
520
+
521
+ serviceErrorTitle=Unable to connect
522
+
523
+ validationErrorTitle=No results found
524
+
525
+ defaultErrorTitle=Unable to process your query
526
+
527
+ appDescription=App Description
528
+
529
+ appStatus=App Status
530
+
531
+ searchPlaceholder=Description/ user input for adding content
532
+
533
+ alreadyAddedApp=Already added
534
+
535
+ deprecatedApp=Deprecated