@ui5/webcomponents-fiori 2.9.0-rc.1 → 2.9.0-rc.2

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 (258) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/cypress/specs/DynamicPage.cy.tsx +38 -0
  3. package/cypress/specs/Search.cy.tsx +10 -16
  4. package/cypress/specs/SideNavigation.cy.tsx +12 -0
  5. package/cypress/specs/UserMenu.cy.tsx +58 -1
  6. package/dist/.tsbuildinfo +1 -1
  7. package/dist/DynamicPage.js +12 -0
  8. package/dist/DynamicPage.js.map +1 -1
  9. package/dist/Search.d.ts +6 -3
  10. package/dist/Search.js +23 -8
  11. package/dist/Search.js.map +1 -1
  12. package/dist/SearchFieldScopeOption.d.ts +1 -0
  13. package/dist/SearchFieldScopeOption.js +1 -0
  14. package/dist/SearchFieldScopeOption.js.map +1 -1
  15. package/dist/SearchPopoverTemplate.js +4 -1
  16. package/dist/SearchPopoverTemplate.js.map +1 -1
  17. package/dist/ShellBarItem.d.ts +4 -0
  18. package/dist/ShellBarItem.js +4 -0
  19. package/dist/ShellBarItem.js.map +1 -1
  20. package/dist/SideNavigation.d.ts +7 -0
  21. package/dist/SideNavigation.js +3 -0
  22. package/dist/SideNavigation.js.map +1 -1
  23. package/dist/SideNavigationTemplate.js +1 -1
  24. package/dist/SideNavigationTemplate.js.map +1 -1
  25. package/dist/UserMenu.d.ts +0 -6
  26. package/dist/UserMenu.js +0 -17
  27. package/dist/UserMenu.js.map +1 -1
  28. package/dist/UserMenuTemplate.js +2 -3
  29. package/dist/UserMenuTemplate.js.map +1 -1
  30. package/dist/ViewSettingsDialog.d.ts +1 -0
  31. package/dist/ViewSettingsDialog.js +6 -1
  32. package/dist/ViewSettingsDialog.js.map +1 -1
  33. package/dist/ViewSettingsDialogTemplate.js +1 -1
  34. package/dist/ViewSettingsDialogTemplate.js.map +1 -1
  35. package/dist/css/themes/DynamicPage.css +1 -1
  36. package/dist/css/themes/DynamicPageHeader.css +1 -1
  37. package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
  38. package/dist/css/themes/DynamicPageTitle.css +1 -1
  39. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  40. package/dist/css/themes/MediaGallery.css +1 -1
  41. package/dist/css/themes/MediaGalleryItem.css +1 -1
  42. package/dist/css/themes/NavigationMenu.css +1 -1
  43. package/dist/css/themes/NavigationMenuItem.css +1 -1
  44. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  45. package/dist/css/themes/NotificationListItem.css +1 -1
  46. package/dist/css/themes/NotificationListItemBase.css +1 -1
  47. package/dist/css/themes/NotificationStateIcon.css +1 -1
  48. package/dist/css/themes/Page.css +1 -1
  49. package/dist/css/themes/ProductSwitchItem.css +1 -1
  50. package/dist/css/themes/Search.css +1 -1
  51. package/dist/css/themes/SearchField.css +1 -1
  52. package/dist/css/themes/ShellBar.css +1 -1
  53. package/dist/css/themes/ShellBarPopover.css +1 -1
  54. package/dist/css/themes/SideNavigation.css +1 -1
  55. package/dist/css/themes/SideNavigationGroup.css +1 -1
  56. package/dist/css/themes/SideNavigationItem.css +1 -1
  57. package/dist/css/themes/SideNavigationItemBase.css +1 -1
  58. package/dist/css/themes/SideNavigationSubItem.css +1 -1
  59. package/dist/css/themes/Timeline.css +1 -1
  60. package/dist/css/themes/TimelineGroupItem.css +1 -1
  61. package/dist/css/themes/TimelineItem.css +1 -1
  62. package/dist/css/themes/UploadCollection.css +1 -1
  63. package/dist/css/themes/UploadCollectionItem.css +1 -1
  64. package/dist/css/themes/UserMenu.css +1 -1
  65. package/dist/css/themes/UserSettingsItem.css +1 -1
  66. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  67. package/dist/css/themes/Wizard.css +1 -1
  68. package/dist/css/themes/WizardTab.css +1 -1
  69. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  70. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  71. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  72. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  73. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  74. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  75. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  76. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  77. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  78. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  79. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  80. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  81. package/dist/custom-elements-internal.json +25 -4
  82. package/dist/custom-elements.json +23 -4
  83. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  84. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  85. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  86. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  87. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  88. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  89. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  90. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  91. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  92. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  93. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  94. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  95. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  96. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  97. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  98. package/dist/generated/i18n/i18n-defaults.js +3 -2
  99. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  100. package/dist/generated/themes/DynamicPage.css.d.ts +1 -1
  101. package/dist/generated/themes/DynamicPage.css.js +1 -1
  102. package/dist/generated/themes/DynamicPage.css.js.map +1 -1
  103. package/dist/generated/themes/DynamicPageHeader.css.d.ts +1 -1
  104. package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
  105. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
  106. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +1 -1
  107. package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
  108. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
  109. package/dist/generated/themes/DynamicPageTitle.css.d.ts +1 -1
  110. package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
  111. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
  112. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +1 -1
  113. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  114. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  115. package/dist/generated/themes/MediaGallery.css.d.ts +1 -1
  116. package/dist/generated/themes/MediaGallery.css.js +1 -1
  117. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  118. package/dist/generated/themes/MediaGalleryItem.css.d.ts +1 -1
  119. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  120. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  121. package/dist/generated/themes/NavigationMenu.css.d.ts +1 -1
  122. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  123. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  124. package/dist/generated/themes/NavigationMenuItem.css.d.ts +1 -1
  125. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  126. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  127. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +1 -1
  128. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  129. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  130. package/dist/generated/themes/NotificationListItem.css.d.ts +1 -1
  131. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  132. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  133. package/dist/generated/themes/NotificationListItemBase.css.d.ts +1 -1
  134. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  135. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  136. package/dist/generated/themes/NotificationStateIcon.css.d.ts +1 -1
  137. package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
  138. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
  139. package/dist/generated/themes/Page.css.d.ts +1 -1
  140. package/dist/generated/themes/Page.css.js +1 -1
  141. package/dist/generated/themes/Page.css.js.map +1 -1
  142. package/dist/generated/themes/ProductSwitchItem.css.d.ts +1 -1
  143. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  144. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  145. package/dist/generated/themes/Search.css.d.ts +1 -1
  146. package/dist/generated/themes/Search.css.js +1 -1
  147. package/dist/generated/themes/Search.css.js.map +1 -1
  148. package/dist/generated/themes/SearchField.css.d.ts +1 -1
  149. package/dist/generated/themes/SearchField.css.js +1 -1
  150. package/dist/generated/themes/SearchField.css.js.map +1 -1
  151. package/dist/generated/themes/ShellBar.css.d.ts +1 -1
  152. package/dist/generated/themes/ShellBar.css.js +1 -1
  153. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  154. package/dist/generated/themes/ShellBarPopover.css.d.ts +1 -1
  155. package/dist/generated/themes/ShellBarPopover.css.js +1 -1
  156. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -1
  157. package/dist/generated/themes/SideNavigation.css.d.ts +1 -1
  158. package/dist/generated/themes/SideNavigation.css.js +1 -1
  159. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  160. package/dist/generated/themes/SideNavigationGroup.css.d.ts +1 -1
  161. package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
  162. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
  163. package/dist/generated/themes/SideNavigationItem.css.d.ts +1 -1
  164. package/dist/generated/themes/SideNavigationItem.css.js +1 -1
  165. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
  166. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +1 -1
  167. package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
  168. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
  169. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +1 -1
  170. package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
  171. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
  172. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  173. package/dist/generated/themes/Timeline.css.js +1 -1
  174. package/dist/generated/themes/Timeline.css.js.map +1 -1
  175. package/dist/generated/themes/TimelineGroupItem.css.d.ts +1 -1
  176. package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
  177. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
  178. package/dist/generated/themes/TimelineItem.css.d.ts +1 -1
  179. package/dist/generated/themes/TimelineItem.css.js +1 -1
  180. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  181. package/dist/generated/themes/UploadCollection.css.d.ts +1 -1
  182. package/dist/generated/themes/UploadCollection.css.js +1 -1
  183. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  184. package/dist/generated/themes/UploadCollectionItem.css.d.ts +1 -1
  185. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  186. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  187. package/dist/generated/themes/UserMenu.css.d.ts +1 -1
  188. package/dist/generated/themes/UserMenu.css.js +1 -1
  189. package/dist/generated/themes/UserMenu.css.js.map +1 -1
  190. package/dist/generated/themes/UserSettingsItem.css.d.ts +1 -1
  191. package/dist/generated/themes/UserSettingsItem.css.js +1 -1
  192. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -1
  193. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +1 -1
  194. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  195. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  196. package/dist/generated/themes/Wizard.css.d.ts +1 -1
  197. package/dist/generated/themes/Wizard.css.js +1 -1
  198. package/dist/generated/themes/Wizard.css.js.map +1 -1
  199. package/dist/generated/themes/WizardTab.css.d.ts +1 -1
  200. package/dist/generated/themes/WizardTab.css.js +1 -1
  201. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  202. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  203. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  204. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  205. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  206. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  207. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  208. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  209. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  210. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  211. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  212. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  213. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  214. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  215. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  216. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  217. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  218. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  219. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  220. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +1 -1
  221. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  222. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  223. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +1 -1
  224. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  225. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  226. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  227. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  228. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  229. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +1 -1
  230. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  231. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  232. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  233. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  234. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  235. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +1 -1
  236. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  237. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  238. package/dist/vscode.html-custom-data.json +7 -2
  239. package/dist/web-types.json +15 -5
  240. package/package.json +7 -7
  241. package/src/SearchPopoverTemplate.tsx +13 -3
  242. package/src/SideNavigationTemplate.tsx +1 -0
  243. package/src/UserMenuTemplate.tsx +1 -5
  244. package/src/ViewSettingsDialogTemplate.tsx +1 -0
  245. package/src/i18n/messagebundle.properties +3 -0
  246. package/src/i18n/messagebundle_en.properties +184 -1
  247. package/src/i18n/messagebundle_en_US_saprigi.properties +7 -1
  248. package/src/themes/NavigationMenu.css +1 -1
  249. package/src/themes/NavigationMenuItem.css +1 -1
  250. package/src/themes/Search.css +5 -6
  251. package/src/themes/SearchField.css +8 -8
  252. package/src/themes/SideNavigationItem.css +1 -1
  253. package/src/themes/UserMenu.css +1 -2
  254. package/src/themes/base/SideNavigation-parameters.css +0 -1
  255. package/src/themes/sap_horizon/SideNavigation-parameters.css +0 -1
  256. package/src/themes/sap_horizon_dark/SideNavigation-parameters.css +0 -1
  257. package/src/themes/sap_horizon_hcb/SideNavigation-parameters.css +0 -1
  258. package/src/themes/sap_horizon_hcw/SideNavigation-parameters.css +0 -1
@@ -1,352 +1,535 @@
1
1
 
2
+ #This is the resource bundle for the UI5 Web Components
3
+ #
2
4
 
5
+ #XBUT: Button text for cancel button in the BarcodeScannerDialog
3
6
  BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT=Cancel
4
7
 
8
+ #XBUT: Text for the busy indicator in the BarcodeScannerDialog
5
9
  BARCODE_SCANNER_DIALOG_LOADING_TXT=Loading
6
10
 
11
+ #XACT: Aria label for the expanded header state
7
12
  DYNAMIC_PAGE_ARIA_LABEL_EXPANDED_HEADER=Header Expanded
8
13
 
14
+ #XACT: Aria label for the snapped header state
9
15
  DYNAMIC_PAGE_ARIA_LABEL_SNAPPED_HEADER=Header Snapped
10
16
 
17
+ #XACT: Aria label for the button that expands the header
11
18
  DYNAMIC_PAGE_ARIA_LABEL_EXPAND_HEADER=Expand Header
12
19
 
20
+ #XACT: Aria label for the button that snaps the header
13
21
  DYNAMIC_PAGE_ARIA_LABEL_SNAP_HEADER=Snap Header
14
22
 
23
+ #XACT: Aria label for the button that pins the header
15
24
  DYNAMIC_PAGE_ARIA_LABEL_PIN_HEADER=Pin Header
16
25
 
26
+ #XACT: Aria description for the button that toggles the header
17
27
  DYNAMIC_PAGE_ARIA_DESCR_TOGGLE_HEADER=Toggle Header
18
28
 
29
+ #XTXT: Text for the FlexibleColumnLayout start column
19
30
  FCL_START_COLUMN_TXT=First column
20
31
 
32
+ #XTXT: Text for the FlexibleColumnLayout mid column
21
33
  FCL_MIDDLE_COLUMN_TXT=Middle column
22
34
 
35
+ #XTXT: Text for the FlexibleColumnLayout end column
23
36
  FCL_END_COLUMN_TXT=Last column
24
37
 
38
+ #XACT: ARIA announcement for the separator between start and mid columns
25
39
  FCL_START_SEPARATOR_TOOLTIP=Resize between start and mid columns
26
40
 
41
+ #XACT: ARIA announcement for the separator between mid and end columns
27
42
  FCL_END_SEPARATOR_TOOLTIP=Resize between mid and end columns
28
43
 
44
+ #XTXT: Text for the Navigation Menu Popover hidden text
29
45
  NAVIGATION_MENU_POPOVER_HIDDEN_TEXT=Navigation
30
46
 
47
+ #XTXT: Accessible name for the NotificationList
31
48
  NOTIFICATION_LIST_ACCESSIBLE_NAME=Notifications
32
49
 
50
+ #XTXT: Text for the 'ShowMore' link in the NotificationListItem
33
51
  NOTIFICATION_LIST_ITEM_SHOW_MORE=More
34
52
 
53
+ #XTXT: Text for the 'ShowLess' link in the NotificationListItem
35
54
  NOTIFICATION_LIST_ITEM_SHOW_LESS=Less
36
55
 
56
+ #XBUT: Tooltip text for 'Overflow' button in the NotificationListItem, that opens a menu with actions
37
57
  NOTIFICATION_LIST_ITEM_MENU_BTN_TITLE=Actions
38
58
 
59
+ #XBUT: Label text for 'More' link in the NotificationListItem, that shows the full texts of the title and the description, if truncated
39
60
  NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_FULL=More button. Show the full texts
40
61
 
62
+ #XBUT: Label text for 'More' link in the NotificationListItem, that truncates the texts (title and description)
41
63
  NOTIFICATION_LIST_ITEM_MORE_LINK_LABEL_TRUNCATE=Less button. Show the texts with truncation
42
64
 
65
+ #XBUT: Tooltip text for 'Close' button in the NotificationListItem
43
66
  NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE=Close
44
67
 
68
+ #XTXT: Text for the NotificationListItem "loading" state
45
69
  NOTIFICATION_LIST_ITEM_LOADING=Loading
46
70
 
71
+ #XTXT: Text for the NotificationListItem "read" state
47
72
  NOTIFICATION_LIST_ITEM_READ=Read
48
73
 
74
+ #XTXT: Text for the NotificationListGroupItem "unread" state
49
75
  NOTIFICATION_LIST_ITEM_UNREAD=Unread
50
76
 
77
+ #XTXT: Text for the NotificationListItem status
51
78
  NOTIFICATION_LIST_ITEM_INFORMATION_STATUS_TXT=Status Information
52
79
  NOTIFICATION_LIST_ITEM_POSITIVE_STATUS_TXT=Status Positive
53
80
  NOTIFICATION_LIST_ITEM_NEGATIVE_STATUS_TXT=Status Negative
54
81
  NOTIFICATION_LIST_ITEM_CRITICAL_STATUS_TXT=Status Critical
55
82
 
83
+ #XTXT: Text for the NotificationListItem Importance label
56
84
  NOTIFICATION_LIST_ITEM_IMPORTANT_TXT=Important
57
85
 
86
+ #XTXT: Text for the NotificationListGroupItem
58
87
  NOTIFICATION_LIST_GROUP_ITEM_TXT=Notification Group
59
88
 
89
+ #XTXT: Text for the NotificationListGroupItem counter
60
90
  NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT=Counter
61
91
 
92
+ #XBUT: accessible name for 'Toggle' icon in the NotificationListGroupItem
62
93
  NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_ICON_COLLAPSE_TITLE=Expand/Collapse
63
94
 
95
+ #XTXT: The state of the NotificationListGroupItem
64
96
  NOTIFICATION_LIST_GROUP_COLLAPSED=Collapsed
65
97
 
98
+ #XTXT: The state of the NotificationListGroupItem
66
99
  NOTIFICATION_LIST_GROUP_EXPANDED=Expanded
67
100
 
101
+ #XACT: ARIA announcement for timeline label
68
102
  TIMELINE_ARIA_LABEL=Timeline
69
103
 
104
+ #XACT: ARIA announcement for the TimelineItem state
70
105
  TIMELINE_ITEM_INFORMATION_STATE_TEXT=Information State
71
106
  TIMELINE_ITEM_POSITIVE_STATE_TEXT=Positive State
72
107
  TIMELINE_ITEM_NEGATIVE_STATE_TEXT=Negative State
73
108
  TIMELINE_ITEM_CRITICAL_STATE_TEXT=Critical State
74
109
 
110
+ #XBUT: Button text for cancel button in the UploadCollectionItem
75
111
  UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT=Cancel
76
112
 
113
+ #XBUT: Text for Rename button in the UploadCollectionItem in case of renaming a file
77
114
  UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT=Rename
78
115
 
116
+ #XTXT: Text for 'Error' upload state in the UploadCollectionItem
79
117
  UPLOADCOLLECTIONITEM_ERROR_STATE=Terminated
80
118
 
119
+ #XTXT: Text for 'Ready' upload state in the UploadCollectionItem
81
120
  UPLOADCOLLECTIONITEM_READY_STATE=Pending
82
121
 
122
+ #XTXT: Text for 'Uploading' upload state in the UploadCollectionItem
83
123
  UPLOADCOLLECTIONITEM_UPLOADING_STATE=Uploading
84
124
 
125
+ #XBUT: Tooltip text for 'Terminate' button in the UploadCollectionItem
85
126
  UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT=Terminate
86
127
 
128
+ #XBUT: Tooltip text for 'Retry' button in the UploadCollectionItem
87
129
  UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT=Retry
88
130
 
131
+ #XBUT: Tooltip text for 'Edit' button in the UploadCollectionItem
89
132
  UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT=Edit
90
133
 
134
+ #XMSG: Message text for no data text in the UploadCollection
91
135
  UPLOADCOLLECTION_NO_DATA_TEXT=No files found
92
136
 
137
+ #XMSG: Message text for no data description in the UploadCollection
93
138
  UPLOADCOLLECTION_NO_DATA_DESCRIPTION=Drop files to upload them or use the "Upload" button.
94
139
 
140
+ #XACT: ARIA announcement for the ettribute 'aria-roledescription' of the UploadCollection component
95
141
  UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION=Upload Collection
96
142
 
143
+ #XMSG: Message text indicating where to drag
97
144
  UPLOADCOLLECTION_DRAG_FILE_INDICATOR=Drag files here.
98
145
 
146
+ #XMSG: Message text indicating where to drop file and upload
99
147
  UPLOADCOLLECTION_DROP_FILE_INDICATOR=Drop files to upload them.
100
148
 
149
+ #XACT: ARIA announcement for the ShellBar container
101
150
  SHELLBAR_LABEL=Shell Bar
102
151
 
152
+ #XACT: ARIA announcement for the logo button
103
153
  SHELLBAR_LOGO=Logo
104
154
 
105
- SHELLBAR_LOGO_AREA=SAP {0} {1} Home
155
+ #XACT: ARIA announcement for the logo area
156
+ SHELLBAR_LOGO_AREA={0} {1}
106
157
 
158
+ #XACT: ARIA announcement for the main navigation button
107
159
  SHELLBAR_ADDITIONAL_CONTEXT=Additional Info
108
160
 
161
+ #XACT: ARIA description announcement for the search field
109
162
  SHELLBAR_SEARCHFIELD_DESCRIPTION=Search results will be shown in the main area
110
163
 
164
+ #XACT: ARIA announcement for the notifications button
111
165
  SHELLBAR_NOTIFICATIONS={0} Notifications
112
166
 
167
+ #XACT: ARIA predefined text for the notifications without the notifications count
113
168
  SHELLBAR_NOTIFICATIONS_NO_COUNT=Notifications
114
169
 
170
+ #XACT: ARIA announcement for the profile button
115
171
  SHELLBAR_PROFILE=Profile
116
172
 
173
+ #XACT: ARIA announcement for the products button
117
174
  SHELLBAR_PRODUCTS=Products
118
175
 
176
+ #XACT: ARIA announcement for the ProductSwitch button
119
177
  SHELLBAR_PRODUCT_SWITCH_BTN=Product Switcher
120
178
 
179
+ #XACT: ARIA announcement of ProductSwitch container
121
180
  PRODUCT_SWITCH_CONTAINER_LABEL=Products
122
181
 
182
+ #XACT: ARIA announcement for the search button
123
183
  SHELLBAR_SEARCH=Search
124
184
 
185
+ #XACT: ARIA announcement for the search field
125
186
  SHELLBAR_SEARCH_FIELD=Search Field
126
187
 
188
+ #XACT: ARIA announcement for the search button
127
189
  SHELLBAR_SEARCH_BTN_OPEN=Open Search
128
190
 
129
191
 
192
+ #XACT: ARIA announcement for the more button
130
193
  SHELLBAR_OVERFLOW=More
131
194
 
195
+ #XACT: ARIA announcement for the cancel button
132
196
  SHELLBAR_CANCEL=Cancel
133
197
 
198
+ #XACT: ARIA announcement for aria-label attribute of Wizard navigation header
134
199
  WIZARD_NAV_ARIA_LABEL=Wizard Progress Bar
135
200
 
201
+ #XACT: ARIA announcement for aria-label attribute of Wizard list
136
202
  WIZARD_LIST_ARIA_LABEL=Wizard Steps
137
203
 
204
+ #XACT: ARIA announcement for aria-describedby attribute of Wizard nav list
138
205
  WIZARD_LIST_ARIA_DESCRIBEDBY=To activate, press the space bar or Enter
139
206
 
207
+ #XACT: ARIA announcement for aria-label attribute of Wizard ActionSheet steps
140
208
  WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL=Steps
141
209
 
210
+ #XACT: ARIA announcement for aria-label attribute of optional Wizard steps
142
211
  WIZARD_OPTIONAL_STEP_ARIA_LABEL=Optional
143
212
 
213
+ #XACT: ARIA announcement for aria-label attribute of Active Wizard steps
144
214
  WIZARD_STEP_ACTIVE=Active
145
215
 
216
+ #XACT: ARIA announcement for aria-label attribute of Inactive Wizard steps
146
217
  WIZARD_STEP_INACTIVE=Inactive
147
218
 
219
+ #XACT: ARIA announcement for aria-label attribute of Wizard steps
148
220
  WIZARD_STEP_ARIA_LABEL=Step {0}
149
221
 
222
+ #XACT: ARIA announcement for roledescription attribute of Wizard navigation header
150
223
  WIZARD_NAV_ARIA_ROLE_DESCRIPTION=Wizard
151
224
 
225
+ #XACT: WizardProgressNavigator predefined text for step
152
226
  WIZARD_NAV_STEP_DEFAULT_HEADING=Step
153
227
 
228
+ #XTIT: View Settings Dialog dialog title for Sort
154
229
  VSD_DIALOG_TITLE_SORT=View Settings
155
230
 
231
+ #XFLD: View Settings Dialog popover OK button text
156
232
  VSD_SUBMIT_BUTTON=OK
157
233
 
234
+ #XFLD: View Settings Dialog popover Cancel button text
158
235
  VSD_CANCEL_BUTTON=Cancel
159
236
 
237
+ #XFLD: View Settings Dialog Reset button text
160
238
  VSD_RESET_BUTTON=Reset
161
239
 
240
+ #XMSG: View Settings Dialog Reset button invisible message text
162
241
  VSD_RESET_BUTTON_ACTION=Reset has reverted all settings to initial state
163
242
 
243
+ #XTOL View Settings Dialog Sort button tooltop text
164
244
  VSD_SORT_TOOLTIP=Sort
165
245
 
246
+ #XTOL View Settings Dialog Filter button tooltop text
166
247
  VSD_FILTER_TOOLTIP=Filter
167
248
 
249
+ #XBLI: View Settings Dialog Sort Order group header text
168
250
  VSD_SORT_ORDER=Sort Order
169
251
 
252
+ #XBLI: View Settings Dialog Sort Order group header text
170
253
  VSD_FILTER_BY=Filter By
171
254
 
255
+ #XBLI: View Settings Dialog Sort By group header text
172
256
  VSD_SORT_BY=Sort By
173
257
 
258
+ #XBLI: View Settings Dialog sort order list Ascending text
174
259
  VSD_ORDER_ASCENDING=Ascending
175
260
 
261
+ #XBLI: View Settings Dialog sort order list Descending text
176
262
  VSD_ORDER_DESCENDING=Descending
177
263
 
264
+ #XTIT: IllustratedMessage's title for the BeforeSearch illustration
178
265
  IM_TITLE_BEFORESEARCH=Let''s get some results
179
266
 
267
+ #XTXT: IllustratedMessage's subtitle for the BeforeSearch illustration
180
268
  IM_SUBTITLE_BEFORESEARCH=Start by providing your search criteria.
181
269
 
270
+ #XTIT: IllustratedMessage's title for the NoActivities illustration
182
271
  IM_TITLE_NOACTIVITIES=You''ve not added any activities yet
183
272
 
273
+ #XTXT: IllustratedMessage's subtitle for the NoActivities illustration
184
274
  IM_SUBTITLE_NOACTIVITIES=Would you like to add one now?
185
275
 
276
+ #XTIT: IllustratedMessage's title for the NoColumnsSet illustration
186
277
  IM_TITLE_NOCOLUMNSSET=Add columns to see the content
187
278
 
279
+ #XTIT: IllustratedMessage's subtitle for the NoColumnsSet illustration
188
280
  IM_SUBTITLE_NOCOLUMNSSET=Select the columns you need in the table settings.
189
281
 
282
+ #XTIT: IllustratedMessage's title for the NoData illustration
190
283
  IM_TITLE_NODATA=There''s no data yet.
191
284
 
285
+ #XTXT: IllustratedMessage's subtitle for the NoData illustration
192
286
  IM_SUBTITLE_NODATA=When there is, you''ll see it here.
193
287
 
288
+ #XTIT: IllustratedMessage's title for the NoEmail illustration
194
289
  IM_TITLE_NOMAIL=No new mail
195
290
 
291
+ #XTXT: IllustratedMessage's subtitle for the NoEmail illustration
196
292
  IM_SUBTITLE_NOMAIL=Check back again later.
197
293
 
294
+ #XTIT: IllustratedMessage's title for the NoEntries illustration
198
295
  IM_TITLE_NOENTRIES=There are no entries yet
199
296
 
297
+ #XTXT: IllustratedMessage's subtitle for the NoEntries illustration
200
298
  IM_SUBTITLE_NOENTRIES=When there are, you''ll see them here.
201
299
 
300
+ #XTIT: IllustratedMessage's title for the NoNotifications illustration
202
301
  IM_TITLE_NONOTIFICATIONS=You don''t have any new notifications
203
302
 
303
+ #XTXT: IllustratedMessage's subtitle for the NoNotifications illustration
204
304
  IM_SUBTITLE_NONOTIFICATIONS=Check back again later.
205
305
 
306
+ #XTIT: IllustratedMessage's title for the NoSavedItems illustration
206
307
  IM_TITLE_NOSAVEDITEMS=You''ve not added any favorites yet
207
308
 
309
+ #XTXT: IllustratedMessage's subtitle for the NoSavedItems illustration
208
310
  IM_SUBTITLE_NOSAVEDITEMS=Would you like to create a list of your favorite items now?
209
311
 
312
+ #XTIT: IllustratedMessage's title for the NoSearchResults illustration
210
313
  IM_TITLE_NOSEARCHRESULTS=No results found
211
314
 
315
+ #XTXT: IllustratedMessage's subtitle for the NoSearchResults illustration
212
316
  IM_SUBTITLE_NOSEARCHRESULTS=Try changing your search criteria.
213
317
 
318
+ #XTIT: IllustratedMessage's title for the NoTasks illustration
214
319
  IM_TITLE_NOTASKS=You don’t have any new tasks
215
320
 
321
+ #XTXT: IllustratedMessage's subtitle for the NoTasks illustration
216
322
  IM_SUBTITLE_NOTASKS=When you do, you''ll see them here.
217
323
 
324
+ #XTIT: IllustratedMessage's title for the UnableToLoad illustration
218
325
  IM_TITLE_UNABLETOLOAD=Unable to load data
219
326
 
327
+ #XTXT: IllustratedMessage's subtitle for the UnableToLoad illustration
220
328
  IM_SUBTITLE_UNABLETOLOAD=Check your Internet connection. If that''s not it, try reloading. If that still doesn''t help, check with your administrator.
221
329
 
330
+ #XTIT: IllustratedMessage's title for the UnableToLoadImage illustration
222
331
  IM_TITLE_UNABLETOLOADIMAGE=Unable to load image
223
332
 
333
+ #XTXT: IllustratedMessage's subtitle for the UnableToLoadImage illustration
224
334
  IM_SUBTITLE_UNABLETOLOADIMAGE=We couldn''t find the image at the specified location, or the server isn''t responding.
225
335
 
336
+ #XTIT: IllustratedMessage's title for the UnableToUpload illustration
226
337
  IM_TITLE_UNABLETOUPLOAD=Unable to upload data
227
338
 
339
+ #XTXT: IllustratedMessage's subtitle for the UnableToUpload illustration
228
340
  IM_SUBTITLE_UNABLETOUPLOAD=Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator.
229
341
 
342
+ #XTIT: IllustratedMessage's title for the UploadToCloud illustration
230
343
  IM_TITLE_UPLOADTOCLOUD=Migrate to SAP Integration Suite
231
344
 
345
+ #XTXT: IllustratedMessage's subtitle for the UploadToCloud illustration
232
346
  IM_SUBTITLE_UPLOADTOCLOUD=Move your integration content from the existing Process Integration subscription to the Cloud Integration capability.
233
347
 
348
+ #XTIT: IllustratedMessage's title for the AddColumn illustration
234
349
  IM_TITLE_ADDCOLUMN=Looks like there''s free space
235
350
 
351
+ #XTXT: IllustratedMessage's description for the AddColumn illustration
236
352
  IM_SUBTITLE_ADDCOLUMN=You can add more columns in the table settings.
237
353
 
354
+ #XTIT: IllustratedMessage's title for the AddPeople illustration
238
355
  IM_TITLE_ADDPEOPLE=You''ve not added anyone to the calendar yet
239
356
 
357
+ #XTXT: IllustratedMessage's description for the AddPeople illustration
240
358
  IM_SUBTITLE_ADDPEOPLE=Do you want to add someone now?
241
359
 
360
+ #XTIT: IllustratedMessage's title for the BalloonSky illustration
242
361
  IM_TITLE_BALLOONSKY=You''ve been appreciated!
243
362
 
363
+ #XTXT: IllustratedMessage's description for the BalloonSky illustration
244
364
  IM_SUBTITLE_BALLOONSKY=Keep up the great work!
245
365
 
366
+ #XTIT: IllustratedMessage's title for the EmptyPlanningCalendar illustration
246
367
  IM_TITLE_EMPTYPLANNINGCALENDAR=Nothing planned yet
247
368
 
369
+ #XTXT: IllustratedMessage's description for the EmptyPlanningCalendar illustration
248
370
  IM_SUBTITLE_EMPTYPLANNINGCALENDAR=There are no activities in this time frame.
249
371
 
372
+ #XTIT: IllustratedMessage's title for the FilterTable illustration
250
373
  IM_TITLE_FILTERTABLE=Filter options are available
251
374
 
375
+ #XTXT: IllustratedMessage's description for the FilterTable illustration
252
376
  IM_SUBTITLE_FILTERTABLE=Filters help you focus on what''s most relevant for you.
253
377
 
378
+ #XTIT: IllustratedMessage's title for the GroupTable illustration
254
379
  IM_TITLE_GROUPTABLE=Try grouping items for a better overview
255
380
 
381
+ #XTXT: IllustratedMessage's description for the GroupTable illustration
256
382
  IM_SUBTITLE_GROUPTABLE=You can choose grouping categories in the group settings.
257
383
 
384
+ #XTIT: IllustratedMessage's title for the NewMail illustration
258
385
  IM_TITLE_NEWMAIL=New mail
259
386
 
387
+ #XTXT: IllustratedMessage's description for the NewMail illustration
260
388
  IM_SUBTITLE_NEWMAIL=You have new mail in your inbox.
261
389
 
390
+ #XTIT: IllustratedMessage's title for the NoFilterResults illustration
262
391
  IM_TITLE_NOFILTERRESULTS=No results found
263
392
 
393
+ #XTXT: IllustratedMessage's description for the NoFilterResults illustration
264
394
  IM_SUBTITLE_NOFILTERRESULTS=Try adjusting your filter criteria.
265
395
 
396
+ #XTIT: IllustratedMessage's title for the PageNotFound illustration
266
397
  IM_TITLE_PAGENOTFOUND=Sorry, we can''t find this page
267
398
 
399
+ #XTXT: IllustratedMessage's description for the PageNotFound illustration
268
400
  IM_SUBTITLE_PAGENOTFOUND=Please check the URL you are using to call the app.
269
401
 
402
+ #XTIT: IllustratedMessage's title for the ResizeColumn illustration
270
403
  IM_TITLE_RESIZECOLUMN=Choose your own column width
271
404
 
405
+ #XTXT: IllustratedMessage's description for the ResizeColumn illustration
272
406
  IM_SUBTITLE_RESIZECOLUMN=You can resize columns by dragging the column borders.
273
407
 
408
+ #XTIT: IllustratedMessage's title for the SignOut illustration
274
409
  IM_TITLE_SIGNOUT=You''ve been signed out
275
410
 
411
+ #XTXT: IllustratedMessage's description for the SignOut illustration
276
412
  IM_SUBTITLE_SIGNOUT=You can now close this window.
277
413
 
414
+ #XTIT: IllustratedMessage's title for the SortColumn illustration
278
415
  IM_TITLE_SORTCOLUMN=Not seeing the most important items first?
279
416
 
417
+ #XTXT: IllustratedMessage's description for the SortColumn illustration
280
418
  IM_SUBTITLE_SORTCOLUMN=Choose the sort criteria in the sort settings.
281
419
 
420
+ #XTIT: IllustratedMessage's title for the SuccessScreen illustration
282
421
  IM_TITLE_SUCCESSSCREEN=Nicely done!
283
422
 
423
+ #XTXT: IllustratedMessage's description for the SuccessScreen illustration
284
424
  IM_SUBTITLE_SUCCESSSCREEN=You completed all your learning assignments.
285
425
 
426
+ #XTIT: IllustratedMessage's title for the UploadCollection illustration
286
427
  IM_TITLE_UPLOADCOLLECTION=Drop files here
287
428
 
429
+ #XTXT: IllustratedMessage's description for the UploadCollection illustration
288
430
  IM_SUBTITLE_UPLOADCOLLECTION=You can also upload several files all at once.
289
431
 
432
+ #XTIT: IllustratedMessage's title for the AddDimensions illustration
290
433
  IM_TITLE_ADDDIMENSIONS=Some dimensions are missing
291
434
 
435
+ #XTIT: IllustratedMessage's subtitle for the AddDimensions illustration
292
436
  IM_SUBTITLE_ADDDIMENSIONS=Add more dimensions to complete your chart.
293
437
 
438
+ #XTIT: IllustratedMessage's title for the NoDimensionsSet illustration
294
439
  IM_TITLE_NODIMENSIONSSET=No chart data
295
440
 
441
+ #XTIT: IllustratedMessage's subtitle for the NoDimensionsSet illustration
296
442
  IM_SUBTITLE_NODIMENSIONSSET=Try adjusting your chart settings.
297
443
 
444
+ #XTIT: IllustratedMessage's title for the Survey illustration
298
445
  IM_TITLE_SURVEY=Your Opinion Matters
299
446
 
447
+ #XTIT: IllustratedMessage's subtitle for the Survey illustration
300
448
  IM_SUBTITLE_SURVEY=We want to hear what you think about SAP software. Share your feedback with us by taking our short survey.
301
449
 
450
+ #XACT: ARIA announcement for DynamicSideContent main content label
302
451
  DSC_MAIN_ARIA_LABEL=Main Content
303
452
 
453
+ #XACT: ARIA announcement for DynamicSideContent side content label
304
454
  DSC_SIDE_ARIA_LABEL=Side Content
305
455
 
456
+ #XACT: ARIA label for search field scope select
306
457
  SEARCH_FIELD_SCOPE_SELECT_LABEL=Select Scope
307
458
 
459
+ #XACT: ARIA announcement for search field clear icon
308
460
  SEARCH_FIELD_CLEAR_ICON=Clear Search
309
461
 
462
+ #XACT: ARIA announcement for search field search icon
310
463
  SEARCH_FIELD_SEARCH_ICON=Search
311
464
 
465
+ #XACT: ARIA announcement for search field collapsed search button
312
466
  SEARCH_FIELD_SEARCH_COLLAPSED=Open Search
313
467
 
468
+ #XACT: ARIA announcement for search field expanded search button
314
469
  SEARCH_FIELD_SEARCH_EXPANDED=Collapse Search
315
470
 
471
+ #XTXT: Text for the Side Navigation Popover hidden text
316
472
  SIDE_NAVIGATION_POPOVER_HIDDEN_TEXT=Navigation
317
473
 
474
+ #XTXT: Aria role description for the Side Navigation collapsed List
318
475
  SIDE_NAVIGATION_COLLAPSED_LIST_ARIA_ROLE_DESC=Navigation List Menu Bar
319
476
 
477
+ #XTXT: Aria role description for the Side Navigation collapsed List Items
320
478
  SIDE_NAVIGATION_COLLAPSED_LIST_ITEMS_ARIA_ROLE_DESC=Navigation List Menu Item
321
479
 
480
+ #XTXT: Aria role description for the Side Navigation List
322
481
  SIDE_NAVIGATION_LIST_ARIA_ROLE_DESC=Navigation List Tree
323
482
 
483
+ #XTXT: Aria role description for the Side Navigation List Items
324
484
  SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC=Navigation List Tree Item
325
485
 
486
+ #XTXT: Accessible name for the Side Navigation overflow item
326
487
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME=More Items
327
488
 
489
+ #XTXT: Accessible name for the Group Header
328
490
  SIDE_NAVIGATION_GROUP_HEADER_DESC=Group Header
329
491
 
492
+ #XTXT: User menu other accounts button
330
493
  USER_MENU_OTHER_ACCOUNT_BUTTON_TXT=Other Accounts
331
494
 
495
+ #XTXT: User menu manage account button
332
496
  USER_MENU_CLOSE_BUTTON_TXT=Close
333
497
 
498
+ #XTXT: User menu manage account button
334
499
  USER_MENU_MANAGE_ACCOUNT_BUTTON_TXT=Manage Account
335
500
 
501
+ #XTXT: User menu sign out button
336
502
  USER_MENU_SIGN_OUT_BUTTON_TXT=Sign Out
337
503
 
504
+ #XACT: ARIA User menu edit avatar
338
505
  USER_MENU_EDIT_AVATAR_TXT=Edit avatar
339
506
 
507
+ #XACT: ARIA edit accounts
340
508
  USER_MENU_EDIT_ACCOUNTS_TXT=Edit accounts
341
509
 
510
+ #XACT: ARIA information for the user menu popover
342
511
  USER_MENU_POPOVER_ACCESSIBLE_NAME=User menu for
343
512
 
513
+ #XACT: ARIA close dialog
344
514
  USER_MENU_CLOSE_DIALOG_BUTTON=Decline
345
515
 
516
+ #XTXT: ARIA selected account
517
+ USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT=Selected
518
+
519
+ #XTXT: ARIA User menu current account information
520
+ USER_MENU_CURRENT_INFORMATION_TXT=Current user information
521
+
522
+ #XTXT: ARIA User menu actions
523
+ USER_MENU_ACTIONS_TXT=Actions
524
+
525
+ #XACT: ARIA information for the user settings dialog
346
526
  USER_SETTINGS_DIALOG_ACCESSIBLE_NAME=User Settings Dialog
347
527
 
528
+ #XTXT: Aria role description for the user settings items
348
529
  USER_SETTINGS_LIST_ARIA_ROLE_DESC=User Settings Item
349
530
 
531
+ #XTXT: User settings dialog close button
350
532
  USER_SETTINGS_DIALOG_CLOSE_BUTTON_TEXT=Close
351
533
 
534
+ #XTXT: User settings dialog not result text
352
535
  USER_SETTINGS_DIALOG_NO_SEARCH_RESULTS_TEXT=No search results
@@ -102,7 +102,7 @@ SHELLBAR_LABEL=‌​‍‌‌‍‍​​‍‍​​‍‍‍‍​
102
102
 
103
103
  SHELLBAR_LOGO=‌‌‌​‌‍‍‌‌‍​​​‍​​‌​​‌‌‌​‍‌​‍‍‍‌‌​‌​‍‌​‌​​‌Logo
104
104
 
105
- SHELLBAR_LOGO_AREA=‍‍​‌​‍​‍‌‍​​​‍​‍‍​‌​‌‌‌​‌‌​‍​‍​‍​‌​​​‌‍‌SAP ​​​{0}‌‌‌ ​​​{1}‌‌‌ Home
105
+ SHELLBAR_LOGO_AREA=‍‍​‌​‍​‍‌‍​​​‍​‍‍​‌​‌‌‌​‌‌​‍​‍​‍​‌​​​‌‍‌​​​{0}‌‌‌ ​​​{1}‌‌‌
106
106
 
107
107
  SHELLBAR_ADDITIONAL_CONTEXT=‍‍‌‌​​​​‍‍‌​‌‍‍‌‌​‌‌‌​‌​‌​​​​‌‍‌‌​​‍‍​‌​Additional Info
108
108
 
@@ -343,6 +343,12 @@ USER_MENU_POPOVER_ACCESSIBLE_NAME=‌‍‌​‌‌‍‍‌‌‌‍
343
343
 
344
344
  USER_MENU_CLOSE_DIALOG_BUTTON=‌​​‌​‌‍‍​‍​​​​​‍‌​‍‍​‌‍‌‍‌‌‍​​​‌‌‍​​‍‍‌‍Decline
345
345
 
346
+ USER_MENU_POPOVER_ACCESSIBLE_ACCOUNT_SELECTED_TXT=‍‌​‍​‌​​​‍‍​‍‍‌‍​‍‍​‍‌​‌​​‌​‍​‌‍‌‍‌‌​‍‌​Selected
347
+
348
+ USER_MENU_CURRENT_INFORMATION_TXT=‌​‌‍​‍‍‍​​​​​‍​​​‌​‍‌​‍​‍​‍‍‍​​​‍​​​‍​​‌Current user information
349
+
350
+ USER_MENU_ACTIONS_TXT=‌​​‌‌‌​‍‌‌‌‍‌​‌‌‍‌‍‍​‍‌‌​​‌‍‍‌​‌‍‍‌‍‌‌‌Actions
351
+
346
352
  USER_SETTINGS_DIALOG_ACCESSIBLE_NAME=‌​​‌​‍​​‍‌​‍​‍‌‍​‍​‌‍​‌‍​​‌‌​‌​‍‌​​​‌​User Settings Dialog
347
353
 
348
354
  USER_SETTINGS_LIST_ARIA_ROLE_DESC=‌​‌‍​​‍‌‍‌‍‌‌‌‍‌​‌​‌​​‌​​‍‌‍​‍‍‌​​‌‍‌‍‍User Settings Item
@@ -1,7 +1,7 @@
1
1
  @import "./InvisibleTextStyles.css";
2
2
 
3
3
  ::slotted([ui5-navigation-menu-item]:not(:last-of-type)) {
4
- margin-block-end: var(--_ui5_side_navigation_item_bottom_margin_in_popup);
4
+ margin-block-end: var(--_ui5_side_navigation_item_bottom_margin);
5
5
  }
6
6
 
7
7
  .ui5-navigation-menu .ui5-navigation-menu-main {
@@ -77,5 +77,5 @@
77
77
  }
78
78
 
79
79
  ::slotted([ui5-navigation-menu-item]:not(:last-of-type)) {
80
- margin-block-end: var(--_ui5_side_navigation_item_bottom_margin_in_popup);
80
+ margin-block-end: var(--_ui5_side_navigation_item_bottom_margin);
81
81
  }
@@ -53,12 +53,11 @@
53
53
  width: auto;
54
54
  }
55
55
 
56
- .ui5-search-list::part(growing-button-inner) {
57
- border-radius: .5rem;
56
+ .ui5-search-popover::part(footer) {
57
+ padding-bottom: 0.25rem;
58
+ padding-top: 0.5rem;
58
59
  }
59
60
 
60
- .ui5-search-list::part(growing-button) {
61
- border-bottom: none;
62
- padding-top: .25rem;
63
- box-sizing: border-box;
61
+ .ui5-search-footer-button {
62
+ width: 100%;
64
63
  }
@@ -178,14 +178,14 @@
178
178
  }
179
179
 
180
180
  /* copy paste all button styles - could be simplified */
181
- [ui5-button][desktop]:not([active])::part(button):after,
182
- [ui5-button]:not([active])::part(button):focus-visible:after,
183
- [ui5-button][desktop][active][design="Emphasized"]::part(button):focus-within:after,
184
- [ui5-button][active][design="Emphasized"]::part(button):focus-visible:after,
185
- [ui5-button][desktop][active]::part(button):focus-within:before,
186
- [ui5-button][active]::part(button):focus-visible:before,
187
- [ui5-button][design="Emphasized"][desktop]::part(button):focus-within:before,
188
- [ui5-button][design="Emphasized"]::part(button):focus-visible:before {
181
+ .ui5-shell-search-field-button[desktop]:not([active])::part(button):after,
182
+ .ui5-shell-search-field-button:not([active])::part(button):focus-visible:after,
183
+ .ui5-shell-search-field-button[desktop][active][design="Emphasized"]::part(button):focus-within:after,
184
+ .ui5-shell-search-field-button[active][design="Emphasized"]::part(button):focus-visible:after,
185
+ .ui5-shell-search-field-button[desktop][active]::part(button):focus-within:before,
186
+ .ui5-shell-search-field-button[active]::part(button):focus-visible:before,
187
+ .ui5-shell-search-field-button[design="Emphasized"][desktop]::part(button):focus-within:before,
188
+ .ui5-shell-search-field-button[design="Emphasized"]::part(button):focus-visible:before {
189
189
  border-radius: var(--_ui5_search_icon_border_radius);
190
190
  }
191
191
 
@@ -7,7 +7,7 @@
7
7
  }
8
8
 
9
9
  :host([in-popover]) ::slotted([ui5-side-navigation-sub-item]) {
10
- margin-block-start: var(--_ui5_side_navigation_item_bottom_margin_in_popup);
10
+ margin-block-start: var(--_ui5_side_navigation_item_bottom_margin);
11
11
  }
12
12
 
13
13
  .ui5-sn-item-level1:not(:has(> .ui5-sn-item-icon)),
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  .ui5-user-menu-selected-account-subtitleText {
68
- margin-block: 0.25rem;
68
+ margin-bottom: 0.25rem;
69
69
  font-family: var(--sapFontFamily);
70
70
  font-size: var(--sapFontSize);
71
71
  color: var(--sapContent_LabelColor)
@@ -84,7 +84,6 @@
84
84
  }
85
85
 
86
86
  .ui5-user-menu-manage-account-btn {
87
- margin-top: 0.5rem;
88
87
  font-family: var(--sapFontSemiboldFamily);
89
88
  }
90
89
 
@@ -27,7 +27,6 @@
27
27
  --_ui5_side_navigation_last_item_border_style_color: none;
28
28
  --_ui5_side_navigation_item_border_radius: 0;
29
29
  --_ui5_side_navigation_item_bottom_margin: 0;
30
- --_ui5_side_navigation_item_bottom_margin_in_popup: 0;
31
30
  --_ui5_side_navigation_item_padding_start_in_popup: var(--_ui5_side_navigation_group_icon_width);
32
31
  --_ui5_side_navigation_item_padding_start_in_overflow_popup: 0.75rem;
33
32
  --_ui5_side_navigation_item_transition: none;
@@ -20,7 +20,6 @@
20
20
  --_ui5_side_navigation_group_border_style_color: none;
21
21
  --_ui5_side_navigation_item_border_radius: 0.375rem;
22
22
  --_ui5_side_navigation_item_bottom_margin: 0.25rem;
23
- --_ui5_side_navigation_item_bottom_margin_in_popup: 0.5rem;
24
23
  --_ui5_side_navigation_item_padding_start_in_popup: 1rem;
25
24
  --_ui5_side_navigation_item_padding_start_in_overflow_popup: 1rem;
26
25
  --_ui5_side_navigation_item_transition: background-color 0.3s ease-in-out;
@@ -20,7 +20,6 @@
20
20
  --_ui5_side_navigation_group_border_style_color: none;
21
21
  --_ui5_side_navigation_item_border_radius: 0.375rem;
22
22
  --_ui5_side_navigation_item_bottom_margin: 0.25rem;
23
- --_ui5_side_navigation_item_bottom_margin_in_popup: 0.5rem;
24
23
  --_ui5_side_navigation_item_padding_start_in_popup: 1rem;
25
24
  --_ui5_side_navigation_item_padding_start_in_overflow_popup: 1rem;
26
25
  --_ui5_side_navigation_item_transition: background-color 0.3s ease-in-out;