@ui5/webcomponents-fiori 2.10.0-rc.2 → 2.10.0-rc.3

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 (265) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/cypress/specs/FCL.cy.tsx +9 -0
  3. package/cypress/specs/Search.cy.tsx +0 -1
  4. package/cypress/specs/SearchField.cy.tsx +19 -0
  5. package/cypress/specs/ShellBarSearch.cy.tsx +65 -0
  6. package/cypress/specs/ShellBarSearch.mobile.cy.tsx +98 -0
  7. package/cypress/specs/SideNavigation.cy.tsx +29 -0
  8. package/dist/.tsbuildinfo +1 -1
  9. package/dist/FlexibleColumnLayout.d.ts +4 -2
  10. package/dist/FlexibleColumnLayout.js +25 -11
  11. package/dist/FlexibleColumnLayout.js.map +1 -1
  12. package/dist/Search.d.ts +3 -3
  13. package/dist/Search.js +9 -7
  14. package/dist/Search.js.map +1 -1
  15. package/dist/SearchField.d.ts +5 -4
  16. package/dist/SearchField.js +6 -5
  17. package/dist/SearchField.js.map +1 -1
  18. package/dist/SearchFieldTemplate.d.ts +7 -1
  19. package/dist/SearchFieldTemplate.js +3 -3
  20. package/dist/SearchFieldTemplate.js.map +1 -1
  21. package/dist/SearchItem.d.ts +1 -1
  22. package/dist/SearchItem.js +1 -1
  23. package/dist/SearchItem.js.map +1 -1
  24. package/dist/SearchPopoverTemplate.d.ts +2 -1
  25. package/dist/SearchPopoverTemplate.js +3 -3
  26. package/dist/SearchPopoverTemplate.js.map +1 -1
  27. package/dist/ShellBar.d.ts +6 -5
  28. package/dist/ShellBar.js.map +1 -1
  29. package/dist/ShellBarItem.d.ts +3 -2
  30. package/dist/ShellBarItem.js.map +1 -1
  31. package/dist/ShellBarSearch.d.ts +19 -0
  32. package/dist/ShellBarSearch.js +72 -0
  33. package/dist/ShellBarSearch.js.map +1 -0
  34. package/dist/ShellBarSearchPopoverTemplate.d.ts +2 -0
  35. package/dist/ShellBarSearchPopoverTemplate.js +12 -0
  36. package/dist/ShellBarSearchPopoverTemplate.js.map +1 -0
  37. package/dist/ShellBarSearchTemplate.d.ts +2 -0
  38. package/dist/ShellBarSearchTemplate.js +7 -0
  39. package/dist/ShellBarSearchTemplate.js.map +1 -0
  40. package/dist/SideNavigationGroup.d.ts +0 -1
  41. package/dist/SideNavigationGroup.js +1 -4
  42. package/dist/SideNavigationGroup.js.map +1 -1
  43. package/dist/SideNavigationGroupTemplate.js +1 -1
  44. package/dist/SideNavigationGroupTemplate.js.map +1 -1
  45. package/dist/UploadCollectionItem.d.ts +3 -1
  46. package/dist/UploadCollectionItem.js.map +1 -1
  47. package/dist/Wizard.d.ts +3 -1
  48. package/dist/Wizard.js.map +1 -1
  49. package/dist/bundle.esm.js +1 -0
  50. package/dist/bundle.esm.js.map +1 -1
  51. package/dist/css/themes/DynamicPage.css +1 -1
  52. package/dist/css/themes/DynamicPageHeader.css +1 -1
  53. package/dist/css/themes/DynamicPageHeaderActions.css +1 -1
  54. package/dist/css/themes/DynamicPageTitle.css +1 -1
  55. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  56. package/dist/css/themes/MediaGallery.css +1 -1
  57. package/dist/css/themes/MediaGalleryItem.css +1 -1
  58. package/dist/css/themes/NavigationMenu.css +1 -1
  59. package/dist/css/themes/NavigationMenuItem.css +1 -1
  60. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  61. package/dist/css/themes/NotificationListItem.css +1 -1
  62. package/dist/css/themes/NotificationListItemBase.css +1 -1
  63. package/dist/css/themes/NotificationStateIcon.css +1 -1
  64. package/dist/css/themes/Page.css +1 -1
  65. package/dist/css/themes/ProductSwitchItem.css +1 -1
  66. package/dist/css/themes/Search.css +1 -1
  67. package/dist/css/themes/SearchField.css +1 -1
  68. package/dist/css/themes/ShellBar.css +1 -1
  69. package/dist/css/themes/ShellBarPopover.css +1 -1
  70. package/dist/css/themes/SideNavigation.css +1 -1
  71. package/dist/css/themes/SideNavigationGroup.css +1 -1
  72. package/dist/css/themes/SideNavigationItem.css +1 -1
  73. package/dist/css/themes/SideNavigationItemBase.css +1 -1
  74. package/dist/css/themes/SideNavigationSubItem.css +1 -1
  75. package/dist/css/themes/Timeline.css +1 -1
  76. package/dist/css/themes/TimelineGroupItem.css +1 -1
  77. package/dist/css/themes/TimelineItem.css +1 -1
  78. package/dist/css/themes/UploadCollection.css +1 -1
  79. package/dist/css/themes/UploadCollectionItem.css +1 -1
  80. package/dist/css/themes/UserMenu.css +1 -1
  81. package/dist/css/themes/UserSettingsItem.css +1 -1
  82. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  83. package/dist/css/themes/Wizard.css +1 -1
  84. package/dist/css/themes/WizardTab.css +1 -1
  85. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  86. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  87. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  88. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  89. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  90. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  91. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  92. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  93. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  94. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  95. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  96. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  97. package/dist/custom-elements-internal.json +453 -36
  98. package/dist/custom-elements.json +371 -36
  99. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  100. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  101. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  102. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  103. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  104. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  105. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  106. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  107. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  108. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  109. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  110. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  111. package/dist/generated/i18n/i18n-defaults.d.ts +4 -2
  112. package/dist/generated/i18n/i18n-defaults.js +4 -2
  113. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  114. package/dist/generated/themes/DynamicPage.css.d.ts +1 -1
  115. package/dist/generated/themes/DynamicPage.css.js +1 -1
  116. package/dist/generated/themes/DynamicPage.css.js.map +1 -1
  117. package/dist/generated/themes/DynamicPageHeader.css.d.ts +1 -1
  118. package/dist/generated/themes/DynamicPageHeader.css.js +1 -1
  119. package/dist/generated/themes/DynamicPageHeader.css.js.map +1 -1
  120. package/dist/generated/themes/DynamicPageHeaderActions.css.d.ts +1 -1
  121. package/dist/generated/themes/DynamicPageHeaderActions.css.js +1 -1
  122. package/dist/generated/themes/DynamicPageHeaderActions.css.js.map +1 -1
  123. package/dist/generated/themes/DynamicPageTitle.css.d.ts +1 -1
  124. package/dist/generated/themes/DynamicPageTitle.css.js +1 -1
  125. package/dist/generated/themes/DynamicPageTitle.css.js.map +1 -1
  126. package/dist/generated/themes/FlexibleColumnLayout.css.d.ts +1 -1
  127. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  128. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  129. package/dist/generated/themes/MediaGallery.css.d.ts +1 -1
  130. package/dist/generated/themes/MediaGallery.css.js +1 -1
  131. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  132. package/dist/generated/themes/MediaGalleryItem.css.d.ts +1 -1
  133. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  134. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  135. package/dist/generated/themes/NavigationMenu.css.d.ts +1 -1
  136. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  137. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  138. package/dist/generated/themes/NavigationMenuItem.css.d.ts +1 -1
  139. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  140. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  141. package/dist/generated/themes/NotificationListGroupItem.css.d.ts +1 -1
  142. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  143. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  144. package/dist/generated/themes/NotificationListItem.css.d.ts +1 -1
  145. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  146. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  147. package/dist/generated/themes/NotificationListItemBase.css.d.ts +1 -1
  148. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  149. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  150. package/dist/generated/themes/NotificationStateIcon.css.d.ts +1 -1
  151. package/dist/generated/themes/NotificationStateIcon.css.js +1 -1
  152. package/dist/generated/themes/NotificationStateIcon.css.js.map +1 -1
  153. package/dist/generated/themes/Page.css.d.ts +1 -1
  154. package/dist/generated/themes/Page.css.js +1 -1
  155. package/dist/generated/themes/Page.css.js.map +1 -1
  156. package/dist/generated/themes/ProductSwitchItem.css.d.ts +1 -1
  157. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  158. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  159. package/dist/generated/themes/Search.css.d.ts +1 -1
  160. package/dist/generated/themes/Search.css.js +1 -1
  161. package/dist/generated/themes/Search.css.js.map +1 -1
  162. package/dist/generated/themes/SearchField.css.d.ts +1 -1
  163. package/dist/generated/themes/SearchField.css.js +1 -1
  164. package/dist/generated/themes/SearchField.css.js.map +1 -1
  165. package/dist/generated/themes/ShellBar.css.d.ts +1 -1
  166. package/dist/generated/themes/ShellBar.css.js +1 -1
  167. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  168. package/dist/generated/themes/ShellBarPopover.css.d.ts +1 -1
  169. package/dist/generated/themes/ShellBarPopover.css.js +1 -1
  170. package/dist/generated/themes/ShellBarPopover.css.js.map +1 -1
  171. package/dist/generated/themes/SideNavigation.css.d.ts +1 -1
  172. package/dist/generated/themes/SideNavigation.css.js +1 -1
  173. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  174. package/dist/generated/themes/SideNavigationGroup.css.d.ts +1 -1
  175. package/dist/generated/themes/SideNavigationGroup.css.js +1 -1
  176. package/dist/generated/themes/SideNavigationGroup.css.js.map +1 -1
  177. package/dist/generated/themes/SideNavigationItem.css.d.ts +1 -1
  178. package/dist/generated/themes/SideNavigationItem.css.js +1 -1
  179. package/dist/generated/themes/SideNavigationItem.css.js.map +1 -1
  180. package/dist/generated/themes/SideNavigationItemBase.css.d.ts +1 -1
  181. package/dist/generated/themes/SideNavigationItemBase.css.js +1 -1
  182. package/dist/generated/themes/SideNavigationItemBase.css.js.map +1 -1
  183. package/dist/generated/themes/SideNavigationSubItem.css.d.ts +1 -1
  184. package/dist/generated/themes/SideNavigationSubItem.css.js +1 -1
  185. package/dist/generated/themes/SideNavigationSubItem.css.js.map +1 -1
  186. package/dist/generated/themes/Timeline.css.d.ts +1 -1
  187. package/dist/generated/themes/Timeline.css.js +1 -1
  188. package/dist/generated/themes/Timeline.css.js.map +1 -1
  189. package/dist/generated/themes/TimelineGroupItem.css.d.ts +1 -1
  190. package/dist/generated/themes/TimelineGroupItem.css.js +1 -1
  191. package/dist/generated/themes/TimelineGroupItem.css.js.map +1 -1
  192. package/dist/generated/themes/TimelineItem.css.d.ts +1 -1
  193. package/dist/generated/themes/TimelineItem.css.js +1 -1
  194. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  195. package/dist/generated/themes/UploadCollection.css.d.ts +1 -1
  196. package/dist/generated/themes/UploadCollection.css.js +1 -1
  197. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  198. package/dist/generated/themes/UploadCollectionItem.css.d.ts +1 -1
  199. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  200. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  201. package/dist/generated/themes/UserMenu.css.d.ts +1 -1
  202. package/dist/generated/themes/UserMenu.css.js +1 -1
  203. package/dist/generated/themes/UserMenu.css.js.map +1 -1
  204. package/dist/generated/themes/UserSettingsItem.css.d.ts +1 -1
  205. package/dist/generated/themes/UserSettingsItem.css.js +1 -1
  206. package/dist/generated/themes/UserSettingsItem.css.js.map +1 -1
  207. package/dist/generated/themes/ViewSettingsDialog.css.d.ts +1 -1
  208. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  209. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  210. package/dist/generated/themes/Wizard.css.d.ts +1 -1
  211. package/dist/generated/themes/Wizard.css.js +1 -1
  212. package/dist/generated/themes/Wizard.css.js.map +1 -1
  213. package/dist/generated/themes/WizardTab.css.d.ts +1 -1
  214. package/dist/generated/themes/WizardTab.css.js +1 -1
  215. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  216. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  217. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  218. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  219. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  220. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  221. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  222. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  223. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  224. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  225. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  226. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  227. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  228. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  229. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  230. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  231. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  232. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  233. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  234. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.d.ts +1 -1
  235. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  236. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  237. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.d.ts +1 -1
  238. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  239. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  240. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  241. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  242. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  243. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.d.ts +1 -1
  244. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  245. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  246. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  247. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  248. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  249. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.d.ts +1 -1
  250. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  251. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  252. package/dist/vscode.html-custom-data.json +52 -10
  253. package/dist/web-types.json +166 -19
  254. package/package.json +7 -7
  255. package/src/SearchFieldTemplate.tsx +11 -3
  256. package/src/SearchPopoverTemplate.tsx +4 -3
  257. package/src/ShellBarSearchPopoverTemplate.tsx +24 -0
  258. package/src/ShellBarSearchTemplate.tsx +12 -0
  259. package/src/SideNavigationGroupTemplate.tsx +0 -1
  260. package/src/i18n/messagebundle.properties +9 -3
  261. package/src/themes/DynamicPage.css +1 -1
  262. package/src/themes/FlexibleColumnLayout.css +4 -0
  263. package/src/themes/SearchField.css +11 -3
  264. package/src/themes/ShellBar.css +2 -0
  265. package/src/themes/SideNavigationItem.css +4 -0
@@ -1 +1 @@
1
- {"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.ts"],"names":[],"mappings":"AAAA,eAAe;CACd,CAAA","sourcesContent":["export default `:root{--_ui5-v2-10-0-rc-2_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-2_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-2_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-10-0-rc-2_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-10-0-rc-2_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-10-0-rc-2_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-10-0-rc-2_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-10-0-rc-2_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-10-0-rc-2_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-10-0-rc-2_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-2_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-10-0-rc-2_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-10-0-rc-2_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-2_product_switch_item_width: 11.25rem;--_ui5-v2-10-0-rc-2_product_switch_item_height: 7rem;--_ui5-v2-10-0-rc-2_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-2_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-10-0-rc-2_product_switch_item_outline_width: .125rem;--_ui5-v2-10-0-rc-2_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-2_product_switch_item_outline: var(--_ui5-v2-10-0-rc-2_product_switch_item_outline_width) var(--_ui5-v2-10-0-rc-2_product_switch_item_outline_color) dotted;--_ui5-v2-10-0-rc-2_product_switch_item_outline_offset: -.25rem;--_ui5-v2-10-0-rc-2_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-10-0-rc-2_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-10-0-rc-2_side_navigation_collapsed_width: 3rem;--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_radius: unset;--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-10-0-rc-2_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-2_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-2_side_navigation_triangle_display: block;--_ui5-v2-10-0-rc-2_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-2_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-2_side_navigation_expand_icon_width: 2rem;--_ui5-v2-10-0-rc-2_side_navigation_hover_border_style_color: none;--_ui5-v2-10-0-rc-2_side_navigation_hover_border_width: 0;--_ui5-v2-10-0-rc-2_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-10-0-rc-2_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-10-0-rc-2_side_navigation_item_border_style_color: none;--_ui5-v2-10-0-rc-2_side_navigation_item_border_width: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_expand_arrow_padding: .6875rem;--_ui5-v2-10-0-rc-2_side_navigation_last_item_border_style_color: none;--_ui5-v2-10-0-rc-2_side_navigation_item_border_radius: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_bottom_margin: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_padding_start_in_popup: var(--_ui5-v2-10-0-rc-2_side_navigation_group_icon_width);--_ui5-v2-10-0-rc-2_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5-v2-10-0-rc-2_side_navigation_item_transition: none;--_ui5-v2-10-0-rc-2_side_navigation_item_padding_left: .5rem;--_ui5-v2-10-0-rc-2_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-10-0-rc-2_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-10-0-rc-2_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-10-0-rc-2_side_navigation_item_focus_border_radius: var(--_ui5-v2-10-0-rc-2_side_navigation_item_border_radius);--_ui5-v2-10-0-rc-2_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-10-0-rc-2_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-10-0-rc-2_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-10-0-rc-2_side_navigation_selected_border_style_color: solid var(--_ui5-v2-10-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-2_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-10-0-rc-2_side_navigation_selected_border_style_color);--_ui5-v2-10-0-rc-2_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-10-0-rc-2_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-10-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-2_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-10-0-rc-2_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-2_side_navigation_group_expanded_border_width: 0;--_ui5-v2-10-0-rc-2_side_navigation_group_icon_width: var(--_ui5-v2-10-0-rc-2_side_navigation_collapsed_width);--_ui5-v2-10-0-rc-2_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-10-0-rc-2_side_navigation_item_font_family: \"72override\", var(--sapFontFamily);--_ui5-v2-10-0-rc-2_side_navigation_group_padding: .5rem;--_ui5-v2-10-0-rc-2_side_navigation_padding-flexible: 0;--_ui5-v2-10-0-rc-2_side_navigation_padding-fixed: 0;--_ui5-v2-10-0-rc-2_side_navigation_popup_padding: 0;--_ui5-v2-10-0-rc-2_side_navigation_popup_title_line_height: normal;--_ui5-v2-10-0-rc-2_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-10-0-rc-2_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-10-0-rc-2_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-10-0-rc-2_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-10-0-rc-2_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_collapsed_padding: 0;--_ui5-v2-10-0-rc-2_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-10-0-rc-2_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-10-0-rc-2_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-10-0-rc-2_side_navigation_width: 16rem;--_ui5-v2-10-0-rc-2_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-10-0-rc-2_side_navigation_popover_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-10-0-rc-2_side_navigation_popover_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-10-0-rc-2_side_navigation_popover_box_shadow:0 0 0 .0625rem var(--_ui5-v2-10-0-rc-2_side_navigation_popover_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-10-0-rc-2_side_navigation_popover_shadow_color2);--_ui5-v2-10-0-rc-2_side_navigation_separator_backgound: var(--sapToolbar_SeparatorColor);--_ui5-v2-10-0-rc-2_side_navigation_item_icon_color: var(--sapList_TextColor);--_ui5-v2-10-0-rc-2_side_navigation_icon_size: 1rem;--_ui5-v2-10-0-rc-2_side_navigation_toggle_icon_color: var(--sapList_TextColor);--_ui5-v2-10-0-rc-2_side_navigation_toggle_icon_size: .75rem;--_ui5-v2-10-0-rc-2_side_navigation_collapsed_state_width: 3.5rem;--_ui5-v2-10-0-rc-2_side_navigation_indent_step: 1.5rem;--_ui5-v2-10-0-rc-2_side_navigation_indent_step_in_popover: 0;--_ui5-v2-10-0-rc-2_side_navigation_icon_padding_inline_start: .5rem;--_ui5-v2-10-0-rc-2_side_navigation_icon_padding_inline_end: .4375rem;--_ui5-v2-10-0-rc-2_side_navigation_collapsed_state_divider_padding: var(--_ui5-v2-10-0-rc-2_side_navigation_divider_padding);--_ui5-v2-10-0-rc-2_side_navigation_divider_padding: .3125rem 0;--_ui5-v2-10-0-rc-2_side_navigation_divider_height: .0625rem;--_ui5-v2-10-0-rc-2_side_navigation_divider_margin: .5rem 0;--_ui5-v2-10-0-rc-2_side_navigation_border_inline_end: 0;--_ui5-v2-10-0-rc-2_side_navigation_container_padding: .5rem;--_ui5-v2-10-0-rc-2_side_navigation_container_padding_in_popover: .75rem;--_ui5-v2-10-0-rc-2_side_navigation_item_padding: 0 .5rem;--_ui5-v2-10-0-rc-2_side_navigation_item_gap: .125rem;--_ui5-v2-10-0-rc-2_side_navigation_item_height: 2.5rem;--_ui5-v2-10-0-rc-2_side_navigation_item_level_1_font: \"72override\", var(--sapFontBoldFamily);--_ui5-v2-10-0-rc-2_side_navigation_item_level_1_margin_bottom_in_popover: .75rem;--_ui5-v2-10-0-rc-2_side_navigation_item_selection_indicator_display: initial;--_ui5-v2-10-0-rc-2_side_navigation_item_selection_indicator_reserved_space_has_children: 1.375rem;--_ui5-v2-10-0-rc-2_side_navigation_subitem_selection_indicator_reserved_space_no_children: 1rem;--_ui5-v2-10-0-rc-2_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_style: dotted;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-10-0-rc-2_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-10-0-rc-2_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_content_padding: var(--_ui5-v2-10-0-rc-2_tl_bubble_padding);--_ui5-v2-10-0-rc-2_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-10-0-rc-2_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-10-0-rc-2_upload_collection_drop_overlay_background: transparent;--ui5-v2-10-0-rc-2_upload_collection_thumbnail_size: 3rem;--ui5-v2-10-0-rc-2_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-10-0-rc-2_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-10-0-rc-2_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-10-0-rc-2_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-10-0-rc-2_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-10-0-rc-2_upload_collection_drag_overlay_opacity: .8;--ui5-v2-10-0-rc-2_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-10-0-rc-2_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--ui5-v2-10-0-rc-2_upload_collection_small_size_buttons_margin_block_start: .5rem;--_ui5-v2-10-0-rc-2_vsd_header_container: 2.75rem;--_ui5-v2-10-0-rc-2_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-10-0-rc-2_vsd_content_li_padding: .375rem;--_ui5-v2-10-0-rc-2_vsd_content_height: 23.4375rem;--_ui5-v2-10-0-rc-2_vsd_expand_content_height: 26.1875rem;--_ui5-v2-10-0-rc-2_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-10-0-rc-2_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-10-0-rc-2_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-10-0-rc-2_wiz_tab_focus_border_radius: 0;--_ui5-v2-10-0-rc-2_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-2_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-10-0-rc-2_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-10-0-rc-2_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-10-0-rc-2_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-10-0-rc-2_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-10-0-rc-2_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-10-0-rc-2_shellbar_root_height: 2.75rem;--_ui5-v2-10-0-rc-2_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-2_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-10-0-rc-2_shellbar_logo_outline_color);--_ui5-v2-10-0-rc-2_shellbar_outline_offset: -.0625rem;--_ui5-v2-10-0-rc-2_shellbar_logo_outline_offset: var(--_ui5-v2-10-0-rc-2_shellbar_outline_offset);--_ui5-v2-10-0-rc-2_shellbar_button_box_shadow: none;--_ui5-v2-10-0-rc-2_shellbar_button_box_shadow_active: none;--_ui5-v2-10-0-rc-2_shellbar_button_border: none;--_ui5-v2-10-0-rc-2_shellbar_button_border_radius: .25rem;--_ui5-v2-10-0-rc-2_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-10-0-rc-2_shellbar_logo_outline_border_radius: 0;--_ui5-v2-10-0-rc-2_shellbar_search_button_size: 2.25rem;--_ui5-v2-10-0-rc-2_shellbar_search_field_height: 2.25rem;--_ui5-v2-10-0-rc-2_shellbar_search_button_border_radius: .25rem;--_ui5-v2-10-0-rc-2_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_box_shadow: none;--_ui5-v2-10-0-rc-2_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-2_shellbar_search_field_width: 25rem;--_ui5-v2-10-0-rc-2_shellbar_input_focus_outline_color: inherit;--_ui5-v2-10-0-rc-2_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-10-0-rc-2_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-10-0-rc-2_shellbar_image_button_border_radius: 50%;--_ui5-v2-10-0-rc-2-shellbar-content-margin-start: .5rem;--_ui5-v2-10-0-rc-2-shellbar-overflow-button-margin: .5rem;--_ui5-v2-10-0-rc-2_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-2_dynamic_page_footer_spacer: 4rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-10-0-rc-2_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-10-0-rc-2_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-10-0-rc-2_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-10-0-rc-2_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-10-0-rc-2_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-10-0-rc-2_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-10-0-rc-2_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_top: .5rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_min_height: 4rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-2_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-10-0-rc-2_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-10-0-rc-2_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-10-0-rc-2_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-10-0-rc-2_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-10-0-rc-2_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-background);--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-10-0-rc-2_dynamic_page_header-actions-color);--_ui5-v2-10-0-rc-2_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-10-0-rc-2_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_margin: var(--_ui5-v2-10-0-rc-2_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-10-0-rc-2_side_navigation_item_expand_arrow_padding: .3125rem;--_ui5-v2-10-0-rc-2_side_navigation_container_padding: 1.5rem .75rem .75rem .75rem;--_ui5-v2-10-0-rc-2_side_navigation_item_gap: .5rem;--_ui5-v2-10-0-rc-2_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-10-0-rc-2_side_navigation_item_expand_icon_hover_right: auto}\n`"]}
1
+ {"version":3,"file":"parameters-bundle.css.js","sourceRoot":"","sources":["../../../../src/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.ts"],"names":[],"mappings":"AAAA,eAAe;CACd,CAAA","sourcesContent":["export default `:root{--_ui5-v2-10-0-rc-3_fcl_solid_bg: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-3_fcl_column_border: solid .0625rem var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-3_fcl_decoration_top: linear-gradient(to top, var(--sapObjectHeader_BorderColor), #fff);--_ui5-v2-10-0-rc-3_fcl_decoration_bottom: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), #fff);--sapIllus_BrandColorPrimary: var(--sapContent_Illustrative_Color1);--sapIllus_BrandColorSecondary: var(--sapContent_Illustrative_Color2);--sapIllus_StrokeDetailColor: var(--sapContent_Illustrative_Color4);--sapIllus_Layering1: var(--sapContent_Illustrative_Color5);--sapIllus_Layering2: var(--sapContent_Illustrative_Color6);--sapIllus_BackgroundColor: var(--sapContent_Illustrative_Color7);--sapIllus_ObjectFillColor: var(--sapContent_Illustrative_Color8);--sapIllus_AccentColor: var(--sapContent_Illustrative_Color3);--sapIllus_NoColor: none;--sapIllus_PatternShadow: url(#sapIllus_PatternShadow);--sapIllus_PatternHighlight: url(#sapIllus_PatternHighlight);--_ui5-v2-10-0-rc-3_media_gallery_overflow_btn_background: var(--sapButton_Background);--_ui5-v2-10-0-rc-3_media_gallery_overflow_btn_color: var(--sapButton_TextColor);--_ui5-v2-10-0-rc-3_media_gallery_overflow_btn_border: 1px solid var(--sapButton_BorderColor);--_ui5-v2-10-0-rc-3_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);--_ui5-v2-10-0-rc-3_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);--_ui5-v2-10-0-rc-3_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-3_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, .2);--_ui5-v2-10-0-rc-3_page_list_bg: var(--sapGroup_ContentBackground);--_ui5-v2-10-0-rc-3_page_transparent_bg: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-3_product_switch_item_width: 11.25rem;--_ui5-v2-10-0-rc-3_product_switch_item_height: 7rem;--_ui5-v2-10-0-rc-3_product_switch_item_active_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-3_product_switch_item_outline_offset_positive: .1875rem;--_ui5-v2-10-0-rc-3_product_switch_item_outline_width: .125rem;--_ui5-v2-10-0-rc-3_product_switch_item_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-3_product_switch_item_outline: var(--_ui5-v2-10-0-rc-3_product_switch_item_outline_width) var(--_ui5-v2-10-0-rc-3_product_switch_item_outline_color) dotted;--_ui5-v2-10-0-rc-3_product_switch_item_outline_offset: -.25rem;--_ui5-v2-10-0-rc-3_product_switch_item_border: 1px solid var(--sapField_BorderColor);--_ui5-v2-10-0-rc-3_shellbar_button_badge_border: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_background_hover: var(--sapShellColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_box_shadow_hover: none;--_ui5-v2-10-0-rc-3_side_navigation_collapsed_width: 3rem;--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_margin: .25rem .875rem .25rem .875rem;--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_margin_collapsed: .25rem .5rem .25rem .5rem;--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_background_color: var(--sapList_GroupHeaderBorderColor);--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_radius: unset;--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_height: calc(2 * var(--sapList_BorderWidth));--_ui5-v2-10-0-rc-3_side_navigation_triangle_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-3_side_navigation_border_right: 1px solid var(--sapGroup_ContentBorderColor);--_ui5-v2-10-0-rc-3_side_navigation_triangle_display: block;--_ui5-v2-10-0-rc-3_side_navigation_icon_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-3_side_navigation_expand_icon_color: var(--sapContent_IconColor);--_ui5-v2-10-0-rc-3_side_navigation_expand_icon_width: 2rem;--_ui5-v2-10-0-rc-3_side_navigation_hover_border_style_color: none;--_ui5-v2-10-0-rc-3_side_navigation_hover_border_width: 0;--_ui5-v2-10-0-rc-3_side_navigation_group_border_style_color: solid var(--sapList_BorderColor);--_ui5-v2-10-0-rc-3_side_navigation_group_border_width: 0 0 .0625rem 0;--_ui5-v2-10-0-rc-3_side_navigation_item_border_style_color: none;--_ui5-v2-10-0-rc-3_side_navigation_item_border_width: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_expand_arrow_padding: .6875rem;--_ui5-v2-10-0-rc-3_side_navigation_last_item_border_style_color: none;--_ui5-v2-10-0-rc-3_side_navigation_item_border_radius: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_bottom_margin: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_padding_start_in_popup: var(--_ui5-v2-10-0-rc-3_side_navigation_group_icon_width);--_ui5-v2-10-0-rc-3_side_navigation_item_padding_start_in_overflow_popup: .75rem;--_ui5-v2-10-0-rc-3_side_navigation_item_transition: none;--_ui5-v2-10-0-rc-3_side_navigation_item_padding_left: .5rem;--_ui5-v2-10-0-rc-3_side_navigation_no_icons_group_padding: 1rem;--_ui5-v2-10-0-rc-3_side_navigation_no_icons_nested_item_padding: 1rem;--_ui5-v2-10-0-rc-3_side_navigation_item_focus_border_offset: 1px;--_ui5-v2-10-0-rc-3_side_navigation_item_focus_border_radius: var(--_ui5-v2-10-0-rc-3_side_navigation_item_border_radius);--_ui5-v2-10-0-rc-3_side_navigation_collapsed_selected_item_background: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_SelectionBackgroundColor);--_ui5-v2-10-0-rc-3_side_navigation_collapsed_selected_item_background_hover: 0 100% / 100% .0625rem no-repeat linear-gradient(0deg, var(--sapList_SelectionBorderColor), var(--sapList_SelectionBorderColor)), var(--sapList_Hover_SelectionBackground);--_ui5-v2-10-0-rc-3_side_navigation_selected_item_border_color: var(--sapList_SelectionBorderColor);--_ui5-v2-10-0-rc-3_side_navigation_selected_border_style_color: solid var(--_ui5-v2-10-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-3_side_navigation_selected_and_focused_border_style_color: var(--_ui5-v2-10-0-rc-3_side_navigation_selected_border_style_color);--_ui5-v2-10-0-rc-3_side_navigation_selected_border_width: 0 0 .0625rem 0;--_ui5-v2-10-0-rc-3_side_navigation_collapsed_selected_item_border_style_color: solid var(--_ui5-v2-10-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-3_side_navigation_collapsed_selected_group_border_color: var(--_ui5-v2-10-0-rc-3_side_navigation_selected_item_border_color);--_ui5-v2-10-0-rc-3_side_navigation_group_expanded_border_width: 0;--_ui5-v2-10-0-rc-3_side_navigation_group_icon_width: var(--_ui5-v2-10-0-rc-3_side_navigation_collapsed_width);--_ui5-v2-10-0-rc-3_side_navigation_group_bottom_border_color: var(--sapList_BorderColor);--_ui5-v2-10-0-rc-3_side_navigation_item_font_family: \"72override\", var(--sapFontFamily);--_ui5-v2-10-0-rc-3_side_navigation_group_padding: .5rem;--_ui5-v2-10-0-rc-3_side_navigation_padding-flexible: 0;--_ui5-v2-10-0-rc-3_side_navigation_padding-fixed: 0;--_ui5-v2-10-0-rc-3_side_navigation_popup_padding: 0;--_ui5-v2-10-0-rc-3_side_navigation_popup_title_line_height: normal;--_ui5-v2-10-0-rc-3_side_navigation_first_fixed_item_margin_top: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_visibility: none;--_ui5-v2-10-0-rc-3_side_navigation_item_collapsed_hover_focus_width: auto;--_ui5-v2-10-0-rc-3_side_navigation_item_collapsed_hover_focus_display: none;--_ui5-v2-10-0-rc-3_side_navigation_item_collapsed_hover_focus_padding_right: 0;--_ui5-v2-10-0-rc-3_side_navigation_action_item_collapsed_padding: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_collapsed_padding: 0;--_ui5-v2-10-0-rc-3_side_navigation_action_item_border_hover: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);--_ui5-v2-10-0-rc-3_side_navigation_action_item_border_active: var(--sapButton_BorderWidth) solid var(--sapButton_Active_BorderColor);--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_right: -.5rem;--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_hover_left: auto;--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_hover_right: 0;--_ui5-v2-10-0-rc-3_side_navigation_active_text_color: var(--sapList_Active_TextColor);--_ui5-v2-10-0-rc-3_side_navigation_width: 16rem;--_ui5-v2-10-0-rc-3_side_navigation_box_shadow: var(--sapContent_Shadow0);--_ui5-v2-10-0-rc-3_side_navigation_popover_shadow_color1: var(--sapContent_ShadowColor);--_ui5-v2-10-0-rc-3_side_navigation_popover_shadow_color2: color-mix(in srgb, var(--sapContent_ShadowColor) 16%, transparent);--_ui5-v2-10-0-rc-3_side_navigation_popover_box_shadow:0 0 0 .0625rem var(--_ui5-v2-10-0-rc-3_side_navigation_popover_shadow_color1), 0 1rem 2rem 0 var(--_ui5-v2-10-0-rc-3_side_navigation_popover_shadow_color2);--_ui5-v2-10-0-rc-3_side_navigation_separator_backgound: var(--sapToolbar_SeparatorColor);--_ui5-v2-10-0-rc-3_side_navigation_item_icon_color: var(--sapList_TextColor);--_ui5-v2-10-0-rc-3_side_navigation_icon_size: 1rem;--_ui5-v2-10-0-rc-3_side_navigation_toggle_icon_color: var(--sapList_TextColor);--_ui5-v2-10-0-rc-3_side_navigation_toggle_icon_size: .75rem;--_ui5-v2-10-0-rc-3_side_navigation_collapsed_state_width: 3.5rem;--_ui5-v2-10-0-rc-3_side_navigation_indent_step: 1.5rem;--_ui5-v2-10-0-rc-3_side_navigation_indent_step_in_popover: 0;--_ui5-v2-10-0-rc-3_side_navigation_icon_padding_inline_start: .5rem;--_ui5-v2-10-0-rc-3_side_navigation_icon_padding_inline_end: .4375rem;--_ui5-v2-10-0-rc-3_side_navigation_collapsed_state_divider_padding: var(--_ui5-v2-10-0-rc-3_side_navigation_divider_padding);--_ui5-v2-10-0-rc-3_side_navigation_divider_padding: .3125rem 0;--_ui5-v2-10-0-rc-3_side_navigation_divider_height: .0625rem;--_ui5-v2-10-0-rc-3_side_navigation_divider_margin: .5rem 0;--_ui5-v2-10-0-rc-3_side_navigation_border_inline_end: 0;--_ui5-v2-10-0-rc-3_side_navigation_container_padding: .5rem;--_ui5-v2-10-0-rc-3_side_navigation_container_padding_in_popover: .75rem;--_ui5-v2-10-0-rc-3_side_navigation_item_padding: 0 .5rem;--_ui5-v2-10-0-rc-3_side_navigation_item_gap: .125rem;--_ui5-v2-10-0-rc-3_side_navigation_item_height: 2.5rem;--_ui5-v2-10-0-rc-3_side_navigation_item_level_1_font: \"72override\", var(--sapFontBoldFamily);--_ui5-v2-10-0-rc-3_side_navigation_item_level_1_margin_bottom_in_popover: .75rem;--_ui5-v2-10-0-rc-3_side_navigation_item_selection_indicator_display: initial;--_ui5-v2-10-0-rc-3_side_navigation_item_selection_indicator_reserved_space_has_children: 1.375rem;--_ui5-v2-10-0-rc-3_side_navigation_subitem_selection_indicator_reserved_space_no_children: 1rem;--_ui5-v2-10-0-rc-3_TimelineItem_arrow_size: 1.625rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_width: .0625rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_style: dotted;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_radius: .25rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_color: var(--sapList_BorderColor);--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_top: -.125rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_right: -.125rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_bottom: -.125rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_border_left: -.625rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_focus_border_radius: 0;--_ui5-v2-10-0-rc-3_TimelineItem_horizontal_bubble_focus_top_offset: -.625rem;--_ui5-v2-10-0-rc-3_TimelineItem_horizontal_bubble_focus_left_offset: -.125rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_content_padding: var(--_ui5-v2-10-0-rc-3_tl_bubble_padding);--_ui5-v2-10-0-rc-3_TimelineItem_bubble_content_subtitle_padding_top: .375rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_content_description_padding_top: .75rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_outline_width: .125rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_outline_top: -.1875rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_outline_right: -.1875rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_outline_bottom: -.1875rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_outline_left: -.6875rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_rtl_left_offset: -.1875rem;--_ui5-v2-10-0-rc-3_TimelineItem_bubble_rtl_right_offset: -.6875rem;--ui5-v2-10-0-rc-3_upload_collection_drop_overlay_background: transparent;--ui5-v2-10-0-rc-3_upload_collection_thumbnail_size: 3rem;--ui5-v2-10-0-rc-3_upload_collection_thumbnail_margin_inline_end: .75rem;--ui5-v2-10-0-rc-3_upload_collection_small_size_buttons_margin_inline_start: 0;--ui5-v2-10-0-rc-3_upload_collection_drag_overlay_text_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-10-0-rc-3_upload_collection_drag_overlay_icon_color: var(--sapContent_NonInteractiveIconColor);--ui5-v2-10-0-rc-3_upload_collection_drag_overlay_border_radius: 0;--ui5-v2-10-0-rc-3_upload_collection_drag_overlay_opacity: .8;--ui5-v2-10-0-rc-3_upload_collection_drag_overlay_border: .1875rem dashed var(--sapContent_ForegroundBorderColor);--ui5-v2-10-0-rc-3_upload_collection_drop_overlay_border: .1875rem solid var(--sapContent_HelpColor);--ui5-v2-10-0-rc-3_upload_collection_small_size_buttons_margin_block_start: .5rem;--_ui5-v2-10-0-rc-3_vsd_header_container: 2.75rem;--_ui5-v2-10-0-rc-3_vsd_sub_header_container_height: 2.75rem;--_ui5-v2-10-0-rc-3_vsd_content_li_padding: .375rem;--_ui5-v2-10-0-rc-3_vsd_content_height: 23.4375rem;--_ui5-v2-10-0-rc-3_vsd_expand_content_height: 26.1875rem;--_ui5-v2-10-0-rc-3_wiz_content_item_wrapper_padding: 1rem;--_ui5-v2-10-0-rc-3_wiz_content_item_wrapper_bg: var(--sapGroup_ContentBackground);--_ui5-v2-10-0-rc-3_wiz_tab_title_color: var(--sapContent_LabelColor);--_ui5-v2-10-0-rc-3_wiz_tab_focus_border_radius: 0;--_ui5-v2-10-0-rc-3_wiz_tab_focus_outline: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-3_wiz_tab_selection_line: var(--sapTextColor);--_ui5-v2-10-0-rc-3_wiz_tab_border: 1px solid var(--sapContent_Selected_ForegroundColor);--_ui5-v2-10-0-rc-3_wiz_tab_icon_color: var(--sapTextColor);--_ui5-v2-10-0-rc-3_wiz_tab_active_separator_color: var(--sapContent_Selected_ForegroundColor);--_ui5-v2-10-0-rc-3_wiz_tab_selected_bg: var(--sapContent_Selected_Background);--_ui5-v2-10-0-rc-3_wiz_tab_title_font_family: var(--sapFontFamily);--_ui5-v2-10-0-rc-3_shellbar_root_height: 2.75rem;--_ui5-v2-10-0-rc-3_shellbar_logo_outline_color: var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-3_shellbar_logo_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--_ui5-v2-10-0-rc-3_shellbar_logo_outline_color);--_ui5-v2-10-0-rc-3_shellbar_outline_offset: -.0625rem;--_ui5-v2-10-0-rc-3_shellbar_logo_outline_offset: var(--_ui5-v2-10-0-rc-3_shellbar_outline_offset);--_ui5-v2-10-0-rc-3_shellbar_button_box_shadow: none;--_ui5-v2-10-0-rc-3_shellbar_button_box_shadow_active: none;--_ui5-v2-10-0-rc-3_shellbar_button_border: none;--_ui5-v2-10-0-rc-3_shellbar_button_border_radius: .25rem;--_ui5-v2-10-0-rc-3_shellbar_button_active_color: var(--sapShell_Active_TextColor);--_ui5-v2-10-0-rc-3_shellbar_logo_outline_border_radius: 0;--_ui5-v2-10-0-rc-3_shellbar_search_button_size: 2.25rem;--_ui5-v2-10-0-rc-3_shellbar_search_field_height: 2.25rem;--_ui5-v2-10-0-rc-3_shellbar_search_button_border_radius: .25rem;--_ui5-v2-10-0-rc-3_shellbar_search_field_background: var(--sapShellColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_border: .0625rem solid var(--sapShell_InteractiveBorderColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_box_shadow: none;--_ui5-v2-10-0-rc-3_shellbar_search_field_color: var(--sapShell_TextColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_outline_focused: .0625rem dotted var(--sapContent_ContrastFocusColor);--_ui5-v2-10-0-rc-3_shellbar_search_field_width: 25rem;--_ui5-v2-10-0-rc-3_shellbar_input_focus_outline_color: inherit;--_ui5-v2-10-0-rc-3_shellbar_overflow_container_middle_height: 2.5rem;--_ui5-v2-10-0-rc-3_shellbar_menu_button_title_font_size: .75rem;--_ui5-v2-10-0-rc-3_shellbar_image_button_border_radius: 50%;--_ui5-v2-10-0-rc-3-shellbar-content-margin-start: .5rem;--_ui5-v2-10-0-rc-3-shellbar-overflow-button-margin: .5rem;--_ui5-v2-10-0-rc-3_shellbar_button_focused_border: .125rem dotted var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-3_dynamic_page_footer_spacer: 4rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_S: .5rem 1rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_M: .5rem 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_L: .5rem 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_XL: .5rem 3rem;--_ui5-v2-10-0-rc-3_dynamic_page_header_padding_S: .5rem 1rem .125rem;--_ui5-v2-10-0-rc-3_dynamic_page_header_padding_M: 1rem 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_header_padding_L: 1rem 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_header_padding_XL: 1rem 3rem;--_ui5-v2-10-0-rc-3_dynamic_page_content_padding_S: 2rem 1rem 0;--_ui5-v2-10-0-rc-3_dynamic_page_content_padding_M: 2rem 2rem 0;--_ui5-v2-10-0-rc-3_dynamic_page_content_padding_L: 1rem 2rem 0;--_ui5-v2-10-0-rc-3_dynamic_page_content_padding_XL: 1rem 3rem 0;--ui5-v2-10-0-rc-3_dynamic_page_background: var(--sapBackgroundColor);--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_top: .5rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_padding_bottom: .5rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_min_height: 4rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);--_ui5-v2-10-0-rc-3_dynamic_page_title_focus_outline_offset: -.0625rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_breadcrumbs_padding_top: .5rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_breadcrumbs_padding_bottom: .25rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_heading_padding_top: .3125rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_subheading_margin_top: .25rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_content_padding_left: 1rem;--_ui5-v2-10-0-rc-3_dynamic_page_title_hover_background: var(--sapObjectHeader_Hover_Background);--_ui5-v2-10-0-rc-3_dynamic_page_snapped_title_on_mobile_line_height: 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_snapped_title_on_mobile_min_height: 2rem;--_ui5-v2-10-0-rc-3_dynamic_page_header_background_color: var(--sapObjectHeader_Background);--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-box-shadow: var(--sapContent_Shadow0);--_ui5-v2-10-0-rc-3_dynamic_page_header-box-shadow: var(--sapContent_HeaderShadow);--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-background: var(--sapObjectHeader_Background);--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-color: var(--sapButton_TextColor);--_ui5-v2-10-0-rc-3_dynamic_page_actions-lines-color: var(--sapObjectHeader_BorderColor);--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-background-pressed: var(--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-background);--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-color-pressed: var(--_ui5-v2-10-0-rc-3_dynamic_page_header-actions-color);--_ui5-v2-10-0-rc-3_timeline_tlgi_line_horizontal_height: 16.375rem;--_ui5-v2-10-0-rc-3_timeline_tlgi_root_horizontal_height: 21.53125rem}[data-ui5-compact-size],.ui5-content-density-compact,.sapUiSizeCompact{--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_margin: var(--_ui5-v2-10-0-rc-3_side_navigation_navigation_separator_margin_collapsed);--_ui5-v2-10-0-rc-3_side_navigation_item_expand_arrow_padding: .3125rem;--_ui5-v2-10-0-rc-3_side_navigation_container_padding: 1.5rem .75rem .75rem .75rem;--_ui5-v2-10-0-rc-3_side_navigation_item_gap: .5rem;--_ui5-v2-10-0-rc-3_side_navigation_item_height: 2rem}[dir=rtl]{--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_hover_left: 0;--_ui5-v2-10-0-rc-3_side_navigation_item_expand_icon_hover_right: auto}\n`"]}
@@ -444,7 +444,7 @@
444
444
  },
445
445
  {
446
446
  "name": "ui5-search",
447
- "description": "### Overview\n\nA `ui5-search` is an input with suggestions, used for user search.\n\nThe `ui5-search` consists of several elements parts:\n- Scope - displays a select in the beggining of the component, used for filtering results by their scope.\n- Input field - for user input value\n- Clear button - gives the possibility for deleting the entered value\n- Search button - a primary button for performing search, when the user has entered a search term\n- Suggestions - a list with available search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/fiori/dist/Search.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
447
+ "description": "### Overview\n\nA `ui5-search` is an input with suggestions, used for user search.\n\nThe `ui5-search` consists of several elements parts:\n- Scope - displays a select in the beggining of the component, used for filtering results by their scope.\n- Input field - for user input value\n- Clear button - gives the possibility for deleting the entered value\n- Search button - a primary button for performing search, when the user has entered a search term\n- Suggestions - a list with available search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Search.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
448
448
  "attributes": [
449
449
  {
450
450
  "name": "loading",
@@ -466,11 +466,6 @@
466
466
  "description": "Defines whether the clear icon of the search will be shown.",
467
467
  "values": []
468
468
  },
469
- {
470
- "name": "collapsed",
471
- "description": "Defines whether the component is collapsed.",
472
- "values": []
473
- },
474
469
  {
475
470
  "name": "value",
476
471
  "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
@@ -487,8 +482,8 @@
487
482
  "values": []
488
483
  },
489
484
  {
490
- "name": "search-icon-tooltip",
491
- "description": "Defines the tooltip of the search icon component.",
485
+ "name": "accessible-description",
486
+ "description": "Defines the accessible ARIA description of the field.",
492
487
  "values": []
493
488
  }
494
489
  ],
@@ -496,7 +491,7 @@
496
491
  },
497
492
  {
498
493
  "name": "ui5-search-item",
499
- "description": "### Overview\n\nA `ui5-search-item` is a list item, used for displaying search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/fiori/dist/SearchItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **delete** - Fired when delete button is pressed.",
494
+ "description": "### Overview\n\nA `ui5-search-item` is a list item, used for displaying search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/SearchItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **delete** - Fired when delete button is pressed.",
500
495
  "attributes": [
501
496
  {
502
497
  "name": "text",
@@ -649,7 +644,7 @@
649
644
  },
650
645
  {
651
646
  "name": "text",
652
- "description": "Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.",
647
+ "description": "Defines the item text.\n\n**Note:** The text is only displayed inside the overflow popover list view.",
653
648
  "values": []
654
649
  },
655
650
  {
@@ -665,6 +660,53 @@
665
660
  ],
666
661
  "references": []
667
662
  },
663
+ {
664
+ "name": "ui5-shellbar-search",
665
+ "description": "Search field for the ShellBar component.\n\n\n---\n\n\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
666
+ "attributes": [
667
+ {
668
+ "name": "loading",
669
+ "description": "Indicates whether a loading indicator should be shown in the popup.",
670
+ "values": []
671
+ },
672
+ {
673
+ "name": "no-typeahead",
674
+ "description": "Defines whether the value will be autcompleted to match an item.",
675
+ "values": []
676
+ },
677
+ {
678
+ "name": "open",
679
+ "description": "Indicates whether the items picker is open.",
680
+ "values": []
681
+ },
682
+ {
683
+ "name": "show-clear-icon",
684
+ "description": "Defines whether the clear icon of the search will be shown.",
685
+ "values": []
686
+ },
687
+ {
688
+ "name": "value",
689
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
690
+ "values": []
691
+ },
692
+ {
693
+ "name": "placeholder",
694
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
695
+ "values": []
696
+ },
697
+ {
698
+ "name": "accessible-name",
699
+ "description": "Defines the accessible ARIA name of the component.",
700
+ "values": []
701
+ },
702
+ {
703
+ "name": "accessible-description",
704
+ "description": "Defines the accessible ARIA description of the field.",
705
+ "values": []
706
+ }
707
+ ],
708
+ "references": []
709
+ },
668
710
  {
669
711
  "name": "ui5-shellbar-spacer",
670
712
  "description": "### Overview\nThe `ui5-shellbar-spacer` is an element, used for visual separation between the two content parts of the `ui5-shellbar`.\n**Note:** The `ui5-shellbar-spacer` component is in an experimental state and is a subject to change.\n\n\n---\n\n\n",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents-fiori",
4
- "version": "2.10.0-rc.2",
4
+ "version": "2.10.0-rc.3",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1157,7 +1157,7 @@
1157
1157
  },
1158
1158
  {
1159
1159
  "name": "ui5-search",
1160
- "description": "### Overview\n\nA `ui5-search` is an input with suggestions, used for user search.\n\nThe `ui5-search` consists of several elements parts:\n- Scope - displays a select in the beggining of the component, used for filtering results by their scope.\n- Input field - for user input value\n- Clear button - gives the possibility for deleting the entered value\n- Search button - a primary button for performing search, when the user has entered a search term\n- Suggestions - a list with available search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/fiori/dist/Search.js\";`\n---\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
1160
+ "description": "### Overview\n\nA `ui5-search` is an input with suggestions, used for user search.\n\nThe `ui5-search` consists of several elements parts:\n- Scope - displays a select in the beggining of the component, used for filtering results by their scope.\n- Input field - for user input value\n- Clear button - gives the possibility for deleting the entered value\n- Search button - a primary button for performing search, when the user has entered a search term\n- Suggestions - a list with available search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/Search.js\";`\n---\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
1161
1161
  "doc-url": "",
1162
1162
  "attributes": [
1163
1163
  {
@@ -1180,11 +1180,6 @@
1180
1180
  "description": "Defines whether the clear icon of the search will be shown.",
1181
1181
  "value": { "type": "boolean", "default": "false" }
1182
1182
  },
1183
- {
1184
- "name": "collapsed",
1185
- "description": "Defines whether the component is collapsed.",
1186
- "value": { "type": "boolean", "default": "false" }
1187
- },
1188
1183
  {
1189
1184
  "name": "value",
1190
1185
  "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
@@ -1201,8 +1196,8 @@
1201
1196
  "value": { "type": "string | undefined", "default": "undefined" }
1202
1197
  },
1203
1198
  {
1204
- "name": "search-icon-tooltip",
1205
- "description": "Defines the tooltip of the search icon component.",
1199
+ "name": "accessible-description",
1200
+ "description": "Defines the accessible ARIA description of the field.",
1206
1201
  "value": { "type": "string | undefined", "default": "undefined" }
1207
1202
  }
1208
1203
  ],
@@ -1272,11 +1267,6 @@
1272
1267
  "description": "Defines whether the clear icon of the search will be shown.",
1273
1268
  "value": { "type": "boolean" }
1274
1269
  },
1275
- {
1276
- "name": "collapsed",
1277
- "description": "Defines whether the component is collapsed.",
1278
- "value": { "type": "boolean" }
1279
- },
1280
1270
  {
1281
1271
  "name": "value",
1282
1272
  "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
@@ -1293,8 +1283,8 @@
1293
1283
  "value": { "type": "string | undefined" }
1294
1284
  },
1295
1285
  {
1296
- "name": "search-icon-tooltip",
1297
- "description": "Defines the tooltip of the search icon component.",
1286
+ "name": "accessible-description",
1287
+ "description": "Defines the accessible ARIA description of the field.",
1298
1288
  "value": { "type": "string | undefined" }
1299
1289
  }
1300
1290
  ],
@@ -1324,7 +1314,7 @@
1324
1314
  },
1325
1315
  {
1326
1316
  "name": "ui5-search-item",
1327
- "description": "### Overview\n\nA `ui5-search-item` is a list item, used for displaying search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/fiori/dist/SearchItem.js\";`\n---\n\n\n### **Events:**\n - **delete** - Fired when delete button is pressed.",
1317
+ "description": "### Overview\n\nA `ui5-search-item` is a list item, used for displaying search suggestions\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents-fiori/dist/SearchItem.js\";`\n---\n\n\n### **Events:**\n - **delete** - Fired when delete button is pressed.",
1328
1318
  "doc-url": "",
1329
1319
  "attributes": [
1330
1320
  {
@@ -1727,7 +1717,7 @@
1727
1717
  },
1728
1718
  {
1729
1719
  "name": "text",
1730
- "description": "Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.",
1720
+ "description": "Defines the item text.\n\n**Note:** The text is only displayed inside the overflow popover list view.",
1731
1721
  "value": { "type": "string | undefined", "default": "undefined" }
1732
1722
  },
1733
1723
  {
@@ -1759,7 +1749,7 @@
1759
1749
  },
1760
1750
  {
1761
1751
  "name": "text",
1762
- "description": "Defines the item text.\n \n **Note:** The text is only displayed inside the overflow popover list view.",
1752
+ "description": "Defines the item text.\n\n**Note:** The text is only displayed inside the overflow popover list view.",
1763
1753
  "value": { "type": "string | undefined" }
1764
1754
  },
1765
1755
  {
@@ -1781,6 +1771,163 @@
1781
1771
  ]
1782
1772
  }
1783
1773
  },
1774
+ {
1775
+ "name": "ui5-shellbar-search",
1776
+ "description": "Search field for the ShellBar component.\n---\n\n\n### **Events:**\n - **open** - Fired when the popup is opened.\n- **close** - Fired when the popup is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n- **scope-change** - Fired when the scope has changed.\n- **search** - Fired when the user has triggered search with Enter key or Search Button press.\n\n### **Slots:**\n - **default** - Defines the Search suggestion items.\n- **action** - Defines the popup footer action button.\n- **illustration** - Defines the illustrated message to be shown in the popup.\n- **messageArea** - Defines the illustrated message to be shown in the popup.\n- **scopes** - Defines the component scope options.",
1777
+ "doc-url": "",
1778
+ "attributes": [
1779
+ {
1780
+ "name": "loading",
1781
+ "description": "Indicates whether a loading indicator should be shown in the popup.",
1782
+ "value": { "type": "boolean", "default": "false" }
1783
+ },
1784
+ {
1785
+ "name": "no-typeahead",
1786
+ "description": "Defines whether the value will be autcompleted to match an item.",
1787
+ "value": { "type": "boolean", "default": "false" }
1788
+ },
1789
+ {
1790
+ "name": "open",
1791
+ "description": "Indicates whether the items picker is open.",
1792
+ "value": { "type": "boolean", "default": "false" }
1793
+ },
1794
+ {
1795
+ "name": "show-clear-icon",
1796
+ "description": "Defines whether the clear icon of the search will be shown.",
1797
+ "value": { "type": "boolean", "default": "false" }
1798
+ },
1799
+ {
1800
+ "name": "value",
1801
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
1802
+ "value": { "type": "string", "default": "\"\"" }
1803
+ },
1804
+ {
1805
+ "name": "placeholder",
1806
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
1807
+ "value": { "type": "string | undefined", "default": "undefined" }
1808
+ },
1809
+ {
1810
+ "name": "accessible-name",
1811
+ "description": "Defines the accessible ARIA name of the component.",
1812
+ "value": { "type": "string | undefined", "default": "undefined" }
1813
+ },
1814
+ {
1815
+ "name": "accessible-description",
1816
+ "description": "Defines the accessible ARIA description of the field.",
1817
+ "value": { "type": "string | undefined", "default": "undefined" }
1818
+ }
1819
+ ],
1820
+ "slots": [
1821
+ {
1822
+ "name": "default",
1823
+ "description": "Defines the Search suggestion items."
1824
+ },
1825
+ {
1826
+ "name": "action",
1827
+ "description": "Defines the popup footer action button."
1828
+ },
1829
+ {
1830
+ "name": "illustration",
1831
+ "description": "Defines the illustrated message to be shown in the popup."
1832
+ },
1833
+ {
1834
+ "name": "messageArea",
1835
+ "description": "Defines the illustrated message to be shown in the popup."
1836
+ },
1837
+ {
1838
+ "name": "scopes",
1839
+ "description": "Defines the component scope options."
1840
+ }
1841
+ ],
1842
+ "events": [
1843
+ {
1844
+ "name": "open",
1845
+ "description": "Fired when the popup is opened."
1846
+ },
1847
+ {
1848
+ "name": "close",
1849
+ "description": "Fired when the popup is closed."
1850
+ },
1851
+ {
1852
+ "name": "input",
1853
+ "description": "Fired when typing in input or clear icon is pressed."
1854
+ },
1855
+ {
1856
+ "name": "scope-change",
1857
+ "description": "Fired when the scope has changed."
1858
+ },
1859
+ {
1860
+ "name": "search",
1861
+ "description": "Fired when the user has triggered search with Enter key or Search Button press."
1862
+ }
1863
+ ],
1864
+ "js": {
1865
+ "properties": [
1866
+ {
1867
+ "name": "loading",
1868
+ "description": "Indicates whether a loading indicator should be shown in the popup.",
1869
+ "value": { "type": "boolean" }
1870
+ },
1871
+ {
1872
+ "name": "no-typeahead",
1873
+ "description": "Defines whether the value will be autcompleted to match an item.",
1874
+ "value": { "type": "boolean" }
1875
+ },
1876
+ {
1877
+ "name": "open",
1878
+ "description": "Indicates whether the items picker is open.",
1879
+ "value": { "type": "boolean" }
1880
+ },
1881
+ {
1882
+ "name": "show-clear-icon",
1883
+ "description": "Defines whether the clear icon of the search will be shown.",
1884
+ "value": { "type": "boolean" }
1885
+ },
1886
+ {
1887
+ "name": "value",
1888
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
1889
+ "value": { "type": "string" }
1890
+ },
1891
+ {
1892
+ "name": "placeholder",
1893
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
1894
+ "value": { "type": "string | undefined" }
1895
+ },
1896
+ {
1897
+ "name": "accessible-name",
1898
+ "description": "Defines the accessible ARIA name of the component.",
1899
+ "value": { "type": "string | undefined" }
1900
+ },
1901
+ {
1902
+ "name": "accessible-description",
1903
+ "description": "Defines the accessible ARIA description of the field.",
1904
+ "value": { "type": "string | undefined" }
1905
+ }
1906
+ ],
1907
+ "events": [
1908
+ {
1909
+ "name": "open",
1910
+ "description": "Fired when the popup is opened."
1911
+ },
1912
+ {
1913
+ "name": "close",
1914
+ "description": "Fired when the popup is closed."
1915
+ },
1916
+ {
1917
+ "name": "input",
1918
+ "description": "Fired when typing in input or clear icon is pressed."
1919
+ },
1920
+ {
1921
+ "name": "scope-change",
1922
+ "description": "Fired when the scope has changed."
1923
+ },
1924
+ {
1925
+ "name": "search",
1926
+ "description": "Fired when the user has triggered search with Enter key or Search Button press."
1927
+ }
1928
+ ]
1929
+ }
1930
+ },
1784
1931
  {
1785
1932
  "name": "ui5-shellbar-spacer",
1786
1933
  "description": "### Overview\nThe `ui5-shellbar-spacer` is an element, used for visual separation between the two content parts of the `ui5-shellbar`.\n**Note:** The `ui5-shellbar-spacer` component is in an experimental state and is a subject to change.\n---\n",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents-fiori",
3
- "version": "2.10.0-rc.2",
3
+ "version": "2.10.0-rc.3",
4
4
  "description": "UI5 Web Components: webcomponents.fiori",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,17 +54,17 @@
54
54
  "directory": "packages/fiori"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents": "2.10.0-rc.2",
58
- "@ui5/webcomponents-base": "2.10.0-rc.2",
59
- "@ui5/webcomponents-icons": "2.10.0-rc.2",
60
- "@ui5/webcomponents-theming": "2.10.0-rc.2",
57
+ "@ui5/webcomponents": "2.10.0-rc.3",
58
+ "@ui5/webcomponents-base": "2.10.0-rc.3",
59
+ "@ui5/webcomponents-icons": "2.10.0-rc.3",
60
+ "@ui5/webcomponents-theming": "2.10.0-rc.3",
61
61
  "@zxing/library": "^0.21.3"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@ui5/cypress-internal": "0.0.0",
65
- "@ui5/webcomponents-tools": "2.10.0-rc.2",
65
+ "@ui5/webcomponents-tools": "2.10.0-rc.3",
66
66
  "chromedriver": "^135.0.0",
67
67
  "lit": "^2.0.0"
68
68
  },
69
- "gitHead": "b898559a591c2febe8dbd0cb99a15c88eac293b2"
69
+ "gitHead": "930bdc688d96e3bacf4b3d77d7e1d5388c90be41"
70
70
  }
@@ -7,9 +7,16 @@ import decline from "@ui5/webcomponents-icons/dist/decline.js";
7
7
  import search from "@ui5/webcomponents-icons/dist/search.js";
8
8
  import ButtonDesign from "@ui5/webcomponents/dist/types/ButtonDesign.js";
9
9
 
10
- export default function SearchFieldTemplate(this: SearchField) {
10
+ export type SearchFieldTemplateOptions = {
11
+ /**
12
+ * If set to true, the search field will be expanded.
13
+ */
14
+ forceExpanded?: boolean;
15
+ };
16
+
17
+ export default function SearchFieldTemplate(this: SearchField, options?: SearchFieldTemplateOptions) {
11
18
  return (
12
- this.collapsed ? (
19
+ !options?.forceExpanded && this.collapsed ? (
13
20
  <Button
14
21
  class="ui5-shell-search-field-button"
15
22
  icon={search}
@@ -46,7 +53,8 @@ export default function SearchFieldTemplate(this: SearchField) {
46
53
  <input
47
54
  class="ui5-search-field-inner-input"
48
55
  role="searchbox"
49
- aria-label={this.accessibleName}
56
+ aria-description={this.accessibleDescription}
57
+ aria-label={this.accessibleName || this._translations.searchFieldAriaLabel}
50
58
  value={this.value}
51
59
  placeholder={this.placeholder}
52
60
  data-sap-focus-ref
@@ -12,8 +12,9 @@ import InputKeyHint from "@ui5/webcomponents/dist/types/InputKeyHint.js";
12
12
  import Button from "@ui5/webcomponents/dist/Button.js";
13
13
  import ButtonDesign from "@ui5/webcomponents/dist/types/ButtonDesign.js";
14
14
  import ListAccessibleRole from "@ui5/webcomponents/dist/types/ListAccessibleRole.js";
15
+ import type { JsxTemplate } from "@ui5/webcomponents-base/dist/index.js";
15
16
 
16
- export default function SearchPopoverTemplate(this: Search) {
17
+ export default function SearchPopoverTemplate(this: Search, headerTemplate?: JsxTemplate) {
17
18
  return (
18
19
  <ResponsivePopover
19
20
  hideArrow={true}
@@ -34,7 +35,7 @@ export default function SearchPopoverTemplate(this: Search) {
34
35
  }}
35
36
  >
36
37
 
37
- {isPhone() ? (
38
+ {isPhone() ? (headerTemplate ? headerTemplate.call(this) : (
38
39
  <>
39
40
  <header slot="header" class="ui5-search-popup-searching-header">
40
41
  <Input class="ui5-search-popover-search-field" onInput={this._handleMobileInput} showClearIcon={this.showClearIcon} noTypeahead={this.noTypeahead} hint={InputKeyHint.Search} onKeyDown={this._onMobileInputKeydown}>
@@ -45,7 +46,7 @@ export default function SearchPopoverTemplate(this: Search) {
45
46
  <Button design={ButtonDesign.Transparent} onClick={this._handleCancel}>{this.cancelButtonText}</Button>
46
47
  </header>
47
48
  </>
48
- ) : null }
49
+ )) : null }
49
50
 
50
51
  <main class="ui5-search-popover-content">
51
52
  <slot name="messageArea"></slot>
@@ -0,0 +1,24 @@
1
+ import Button from "@ui5/webcomponents/dist/Button.js";
2
+ import ButtonDesign from "@ui5/webcomponents/dist/types/ButtonDesign.js";
3
+ import type ShellBarSearch from "./ShellBarSearch.js";
4
+ import SearchPopoverTemplate from "./SearchPopoverTemplate.js";
5
+ import SearchFieldTemplate from "./SearchFieldTemplate.js";
6
+
7
+ export default function ShellBarSearchPopoverTemplate(this: ShellBarSearch) {
8
+ return (
9
+ SearchPopoverTemplate.call(this, ShellBarSearchDialogHeader)
10
+ );
11
+ }
12
+
13
+ function ShellBarSearchDialogHeader(this: ShellBarSearch) {
14
+ return (<>
15
+ <header slot="header" class="ui5-search-popup-searching-header">
16
+
17
+ <div class="ui5-shellbar-search-field-wrapper">
18
+ { SearchFieldTemplate.call(this, { forceExpanded: true }) }
19
+ </div>
20
+
21
+ <Button design={ButtonDesign.Transparent} onClick={this._handleCancel}>{this.cancelButtonText}</Button>
22
+ </header>
23
+ </>);
24
+ }
@@ -0,0 +1,12 @@
1
+ import SearchFieldTemplate from "./SearchFieldTemplate.js";
2
+ import type ShellBarSearch from "./ShellBarSearch.js";
3
+ import ShellBarSearchPopoverTemplate from "./ShellBarSearchPopoverTemplate.js";
4
+
5
+ export default function ShellBarSearchTemplate(this: ShellBarSearch) {
6
+ return (
7
+ <>
8
+ { SearchFieldTemplate.call(this) }
9
+ { ShellBarSearchPopoverTemplate.call(this) }
10
+ </>
11
+ );
12
+ }
@@ -30,7 +30,6 @@ function TreeItemTemplate(this: SideNavigationGroup) {
30
30
  onFocusIn={this._onfocusin}
31
31
  tabIndex={this.effectiveTabIndex ? parseInt(this.effectiveTabIndex) : undefined}
32
32
  aria-expanded={this._expanded}
33
- aria-description={this.accDescription}
34
33
  title={this._tooltip}
35
34
  aria-owns={this._groupId}
36
35
  >
@@ -459,12 +459,21 @@ DSC_SIDE_ARIA_LABEL=Side Content
459
459
  #XACT: ARIA label for search field scope select
460
460
  SEARCH_FIELD_SCOPE_SELECT_LABEL=Select scope
461
461
 
462
+ #XACT: ARIA label for search field
463
+ SEARCH_FIELD_LABEL=Search field
464
+
462
465
  #XACT: ARIA announcement for search field clear icon
463
466
  SEARCH_FIELD_CLEAR_ICON=Clear search
464
467
 
465
468
  #XACT: ARIA announcement for search field search icon
466
469
  SEARCH_FIELD_SEARCH_ICON=Search
467
470
 
471
+ #XACT: ARIA announcement for search field collapsed search button
472
+ SHELLBAR_SEARCH_COLLAPSED=Open Search
473
+
474
+ #XACT: ARIA announcement for search field expanded search button
475
+ SHELLBAR_SEARCH_EXPANDED=Collapse Search
476
+
468
477
  #XBUT: ARIA announcement for search cancel button on mobile devices
469
478
  SEARCH_CANCEL_BUTTON=Cancel
470
479
 
@@ -489,9 +498,6 @@ SIDE_NAVIGATION_LIST_ITEMS_ARIA_ROLE_DESC=Navigation List Tree Item
489
498
  #XTXT: Accessible name for the Side Navigation overflow item
490
499
  SIDE_NAVIGATION_OVERFLOW_ACCESSIBLE_NAME=More Items
491
500
 
492
- #XTXT: Accessible name for the Group Header
493
- SIDE_NAVIGATION_GROUP_HEADER_DESC=Group Header
494
-
495
501
  #XTXT
496
502
  SIDE_NAVIGATION_ICON_COLLAPSE=Colapse
497
503
 
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  .ui5-dynamic-page-root {
15
- container-type: size;
15
+ container-type: inline-size;
16
16
  height: inherit;
17
17
  overflow-y: hidden;
18
18
  }