@ui5/webcomponents-fiori 1.0.0-rc.7 → 1.0.1

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 (658) hide show
  1. package/CHANGELOG.md +257 -0
  2. package/README.md +57 -9
  3. package/dist/Assets-static.js +6 -0
  4. package/dist/Assets.js +1 -1
  5. package/dist/Bar.js +182 -0
  6. package/dist/BarcodeScannerDialog.js +262 -0
  7. package/dist/FilterItem.js +94 -0
  8. package/dist/FilterItemOption.js +69 -0
  9. package/dist/FlexibleColumnLayout.js +696 -0
  10. package/dist/IllustratedMessage.js +314 -0
  11. package/dist/Interfaces.js +122 -0
  12. package/dist/NotificationAction.js +99 -0
  13. package/dist/NotificationListGroupItem.js +255 -0
  14. package/dist/NotificationListItem.js +433 -0
  15. package/dist/NotificationListItemBase.js +271 -0
  16. package/dist/Page.js +223 -0
  17. package/dist/ProductSwitch.js +80 -12
  18. package/dist/ProductSwitchItem.js +34 -10
  19. package/dist/ShellBar.js +425 -121
  20. package/dist/ShellBarItem.js +8 -8
  21. package/dist/SideNavigation.js +294 -0
  22. package/dist/SideNavigationItem.js +136 -0
  23. package/dist/SideNavigationSubItem.js +94 -0
  24. package/dist/SortItem.js +68 -0
  25. package/dist/Timeline.js +169 -0
  26. package/dist/TimelineItem.js +197 -0
  27. package/dist/UploadCollection.js +94 -37
  28. package/dist/UploadCollectionItem.js +185 -77
  29. package/dist/ViewSettingsDialog.js +628 -0
  30. package/dist/Wizard.js +1006 -0
  31. package/dist/WizardStep.js +155 -0
  32. package/dist/WizardTab.js +231 -0
  33. package/dist/api.json +2217 -1
  34. package/dist/css/themes/Bar.css +1 -0
  35. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  36. package/dist/css/themes/FilterItem.css +1 -0
  37. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  38. package/dist/css/themes/IllustratedMessage.css +1 -0
  39. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  40. package/dist/css/themes/NotifactionOverflowActionsPopover.css +1 -0
  41. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  42. package/dist/css/themes/NotificationListItem.css +1 -0
  43. package/dist/css/themes/NotificationListItemBase.css +1 -0
  44. package/dist/css/themes/NotificationPrioIcon.css +1 -0
  45. package/dist/css/themes/Page.css +1 -0
  46. package/dist/css/themes/ProductSwitch.css +1 -0
  47. package/dist/css/themes/ProductSwitchItem.css +1 -0
  48. package/dist/css/themes/ShellBar.css +1 -0
  49. package/dist/css/themes/SideNavigation.css +1 -0
  50. package/dist/css/themes/Timeline.css +1 -0
  51. package/dist/css/themes/TimelineItem.css +1 -0
  52. package/dist/css/themes/UploadCollection.css +1 -0
  53. package/dist/css/themes/UploadCollectionItem.css +1 -0
  54. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  55. package/dist/css/themes/Wizard.css +1 -0
  56. package/dist/css/themes/WizardPopover.css +1 -0
  57. package/dist/css/themes/WizardTab.css +1 -0
  58. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  59. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  60. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  61. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  62. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  63. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  64. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  65. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  66. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  67. package/dist/fcl-utils/FCLLayout.js +246 -0
  68. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  69. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  70. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  71. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  72. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -0
  73. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  74. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  75. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  76. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  77. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -0
  78. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -0
  79. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -0
  80. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -0
  81. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  82. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -0
  83. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  84. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  85. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  86. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -0
  87. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  88. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  89. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  90. package/dist/generated/assets/i18n/messagebundle_in.json +1 -0
  91. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  92. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  93. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  94. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  95. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  96. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  97. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  98. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  99. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  100. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  101. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -0
  104. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  116. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  117. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  118. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  119. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  120. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  121. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -0
  122. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -0
  123. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -0
  124. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  125. package/dist/generated/i18n/i18n-defaults.js +2 -2
  126. package/dist/generated/json-imports/Themes-static.js +35 -0
  127. package/dist/generated/json-imports/Themes.js +23 -15
  128. package/dist/generated/json-imports/i18n-static.js +162 -0
  129. package/dist/generated/json-imports/i18n.js +113 -89
  130. package/dist/generated/templates/BarTemplate.lit.js +7 -0
  131. package/dist/generated/templates/BarcodeScannerDialogTemplate.lit.js +7 -0
  132. package/dist/generated/templates/FilterItemTemplate.lit.js +20 -0
  133. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +7 -0
  134. package/dist/generated/templates/IllustratedMessageTemplate.lit.js +13 -0
  135. package/dist/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +8 -0
  136. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +15 -0
  137. package/dist/generated/templates/NotificationListItemTemplate.lit.js +16 -0
  138. package/dist/generated/templates/PageTemplate.lit.js +7 -0
  139. package/dist/generated/templates/ProductSwitchItemTemplate.lit.js +12 -12
  140. package/dist/generated/templates/ProductSwitchTemplate.lit.js +4 -4
  141. package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +6 -6
  142. package/dist/generated/templates/ShellBarTemplate.lit.js +22 -20
  143. package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +8 -0
  144. package/dist/generated/templates/SideNavigationTemplate.lit.js +16 -0
  145. package/dist/generated/templates/TimelineItemTemplate.lit.js +13 -0
  146. package/dist/generated/templates/TimelineTemplate.lit.js +8 -0
  147. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +23 -22
  148. package/dist/generated/templates/UploadCollectionTemplate.lit.js +6 -7
  149. package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +18 -0
  150. package/dist/generated/templates/WizardPopoverTemplate.lit.js +8 -0
  151. package/dist/generated/templates/WizardTabTemplate.lit.js +11 -0
  152. package/dist/generated/templates/WizardTemplate.lit.js +9 -0
  153. package/dist/generated/themes/Bar.css.js +8 -0
  154. package/dist/generated/themes/BarcodeScannerDialog.css.js +8 -0
  155. package/dist/generated/themes/FilterItem.css.js +8 -0
  156. package/dist/generated/themes/FlexibleColumnLayout.css.js +8 -0
  157. package/dist/generated/themes/IllustratedMessage.css.js +8 -0
  158. package/dist/generated/themes/InvisibleTextStyles.css.js +8 -0
  159. package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +8 -0
  160. package/dist/generated/themes/NotificationListGroupItem.css.js +8 -0
  161. package/dist/generated/themes/NotificationListItem.css.js +8 -0
  162. package/dist/generated/themes/NotificationListItemBase.css.js +8 -0
  163. package/dist/generated/themes/NotificationPrioIcon.css.js +8 -0
  164. package/dist/generated/themes/Page.css.js +8 -0
  165. package/dist/generated/themes/ProductSwitch.css.js +5 -5
  166. package/dist/generated/themes/ProductSwitchItem.css.js +5 -5
  167. package/dist/generated/themes/ShellBar.css.js +5 -5
  168. package/dist/generated/themes/SideNavigation.css.js +8 -0
  169. package/dist/generated/themes/Timeline.css.js +8 -0
  170. package/dist/generated/themes/TimelineItem.css.js +8 -0
  171. package/dist/generated/themes/UploadCollection.css.js +5 -5
  172. package/dist/generated/themes/UploadCollectionItem.css.js +5 -5
  173. package/dist/generated/themes/ViewSettingsDialog.css.js +8 -0
  174. package/dist/generated/themes/Wizard.css.js +8 -0
  175. package/dist/generated/themes/WizardPopover.css.js +8 -0
  176. package/dist/generated/themes/WizardTab.css.js +8 -0
  177. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  178. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  179. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  180. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  181. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  182. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -0
  183. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -0
  184. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -0
  185. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -0
  186. package/dist/i18n/messagebundle.properties +266 -0
  187. package/dist/i18n/messagebundle_ar.properties +177 -0
  188. package/dist/i18n/messagebundle_bg.properties +177 -0
  189. package/dist/i18n/messagebundle_ca.properties +177 -0
  190. package/dist/i18n/messagebundle_cs.properties +177 -0
  191. package/dist/i18n/messagebundle_cy.properties +177 -0
  192. package/dist/i18n/messagebundle_da.properties +177 -0
  193. package/dist/i18n/messagebundle_de.properties +177 -0
  194. package/dist/i18n/messagebundle_el.properties +177 -0
  195. package/dist/i18n/messagebundle_en.properties +177 -0
  196. package/dist/i18n/messagebundle_en_GB.properties +177 -0
  197. package/dist/i18n/messagebundle_en_US_sappsd.properties +177 -0
  198. package/dist/i18n/messagebundle_en_US_saprigi.properties +177 -0
  199. package/dist/i18n/messagebundle_en_US_saptrc.properties +177 -0
  200. package/dist/i18n/messagebundle_es.properties +177 -0
  201. package/dist/i18n/messagebundle_es_MX.properties +177 -0
  202. package/dist/i18n/messagebundle_et.properties +177 -0
  203. package/dist/i18n/messagebundle_fi.properties +177 -0
  204. package/dist/i18n/messagebundle_fr.properties +177 -0
  205. package/dist/i18n/messagebundle_fr_CA.properties +177 -0
  206. package/dist/i18n/messagebundle_hi.properties +177 -0
  207. package/dist/i18n/messagebundle_hr.properties +177 -0
  208. package/dist/i18n/messagebundle_hu.properties +177 -0
  209. package/dist/i18n/messagebundle_id.properties +177 -0
  210. package/dist/i18n/messagebundle_in.properties +88 -0
  211. package/dist/i18n/messagebundle_it.properties +177 -0
  212. package/dist/i18n/messagebundle_iw.properties +177 -0
  213. package/dist/i18n/messagebundle_ja.properties +177 -0
  214. package/dist/i18n/messagebundle_kk.properties +177 -0
  215. package/dist/i18n/messagebundle_ko.properties +177 -0
  216. package/dist/i18n/messagebundle_lt.properties +177 -0
  217. package/dist/i18n/messagebundle_lv.properties +177 -0
  218. package/dist/i18n/messagebundle_ms.properties +177 -0
  219. package/dist/i18n/messagebundle_nl.properties +177 -0
  220. package/dist/i18n/messagebundle_no.properties +177 -0
  221. package/dist/i18n/messagebundle_pl.properties +177 -0
  222. package/dist/i18n/messagebundle_pt.properties +177 -0
  223. package/dist/i18n/messagebundle_pt_PT.properties +177 -0
  224. package/dist/i18n/messagebundle_ro.properties +177 -0
  225. package/dist/i18n/messagebundle_ru.properties +177 -0
  226. package/dist/i18n/messagebundle_sh.properties +177 -0
  227. package/dist/i18n/messagebundle_sk.properties +177 -0
  228. package/dist/i18n/messagebundle_sl.properties +177 -0
  229. package/dist/i18n/messagebundle_sv.properties +177 -0
  230. package/dist/i18n/messagebundle_th.properties +177 -0
  231. package/dist/i18n/messagebundle_tr.properties +177 -0
  232. package/dist/i18n/messagebundle_uk.properties +177 -0
  233. package/dist/i18n/messagebundle_vi.properties +177 -0
  234. package/dist/i18n/messagebundle_zh_CN.properties +177 -0
  235. package/dist/i18n/messagebundle_zh_TW.properties +177 -0
  236. package/dist/illustrations/BeforeSearch.js +28 -0
  237. package/dist/illustrations/NoActivities.js +28 -0
  238. package/dist/illustrations/NoData.js +28 -0
  239. package/dist/illustrations/NoEntries.js +28 -0
  240. package/dist/illustrations/NoMail.js +28 -0
  241. package/dist/illustrations/NoNotifications.js +28 -0
  242. package/dist/illustrations/NoSavedItems.js +28 -0
  243. package/dist/illustrations/NoSearchResults.js +28 -0
  244. package/dist/illustrations/NoTasks.js +28 -0
  245. package/dist/illustrations/UnableToLoad.js +28 -0
  246. package/dist/illustrations/UnableToUpload.js +28 -0
  247. package/dist/illustrations/sapIllus-Dialog-BeforeSearch.js +14 -0
  248. package/dist/illustrations/sapIllus-Dialog-NoActivities.js +19 -0
  249. package/dist/illustrations/sapIllus-Dialog-NoData.js +11 -0
  250. package/dist/illustrations/sapIllus-Dialog-NoEntries.js +19 -0
  251. package/dist/illustrations/sapIllus-Dialog-NoMail.js +12 -0
  252. package/dist/illustrations/sapIllus-Dialog-NoNotifications.js +15 -0
  253. package/dist/illustrations/sapIllus-Dialog-NoSavedItems.js +14 -0
  254. package/dist/illustrations/sapIllus-Dialog-NoSearchResults.js +16 -0
  255. package/dist/illustrations/sapIllus-Dialog-NoTasks.js +19 -0
  256. package/dist/illustrations/sapIllus-Dialog-UnableToLoad.js +12 -0
  257. package/dist/illustrations/sapIllus-Dialog-UnableToUpload.js +14 -0
  258. package/dist/illustrations/sapIllus-Scene-BeforeSearch.js +32 -0
  259. package/dist/illustrations/sapIllus-Scene-NoActivities.js +29 -0
  260. package/dist/illustrations/sapIllus-Scene-NoData.js +24 -0
  261. package/dist/illustrations/sapIllus-Scene-NoEntries.js +33 -0
  262. package/dist/illustrations/sapIllus-Scene-NoMail.js +24 -0
  263. package/dist/illustrations/sapIllus-Scene-NoNotifications.js +37 -0
  264. package/dist/illustrations/sapIllus-Scene-NoSavedItems.js +36 -0
  265. package/dist/illustrations/sapIllus-Scene-NoSearchResults.js +16 -0
  266. package/dist/illustrations/sapIllus-Scene-NoTasks.js +23 -0
  267. package/dist/illustrations/sapIllus-Scene-UnableToLoad.js +24 -0
  268. package/dist/illustrations/sapIllus-Scene-UnableToUpload.js +14 -0
  269. package/dist/illustrations/sapIllus-Spot-BeforeSearch.js +11 -0
  270. package/dist/illustrations/sapIllus-Spot-NoActivities.js +23 -0
  271. package/dist/illustrations/sapIllus-Spot-NoData.js +9 -0
  272. package/dist/illustrations/sapIllus-Spot-NoEntries.js +22 -0
  273. package/dist/illustrations/sapIllus-Spot-NoMail.js +11 -0
  274. package/dist/illustrations/sapIllus-Spot-NoNotifications.js +15 -0
  275. package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +9 -0
  276. package/dist/illustrations/sapIllus-Spot-NoSearchResults.js +14 -0
  277. package/dist/illustrations/sapIllus-Spot-NoTasks.js +20 -0
  278. package/dist/illustrations/sapIllus-Spot-UnableToLoad.js +11 -0
  279. package/dist/illustrations/sapIllus-Spot-UnableToUpload.js +11 -0
  280. package/dist/illustrations/tnt/CodePlaceholder.js +20 -0
  281. package/dist/illustrations/tnt/Company.js +20 -0
  282. package/dist/illustrations/tnt/ExternalLink.js +20 -0
  283. package/dist/illustrations/tnt/FaceID.js +20 -0
  284. package/dist/illustrations/tnt/Fingerprint.js +20 -0
  285. package/dist/illustrations/tnt/Lock.js +20 -0
  286. package/dist/illustrations/tnt/Mission.js +20 -0
  287. package/dist/illustrations/tnt/NoApplications.js +20 -0
  288. package/dist/illustrations/tnt/NoFlows.js +20 -0
  289. package/dist/illustrations/tnt/NoUsers.js +20 -0
  290. package/dist/illustrations/tnt/Radar.js +20 -0
  291. package/dist/illustrations/tnt/Services.js +20 -0
  292. package/dist/illustrations/tnt/SessionExpired.js +20 -0
  293. package/dist/illustrations/tnt/SessionExpiring.js +20 -0
  294. package/dist/illustrations/tnt/Success.js +20 -0
  295. package/dist/illustrations/tnt/SuccessfulAuth.js +20 -0
  296. package/dist/illustrations/tnt/Unlock.js +20 -0
  297. package/dist/illustrations/tnt/UnsuccessfulAuth.js +20 -0
  298. package/dist/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +6 -0
  299. package/dist/illustrations/tnt/tnt-Dialog-Company.js +13 -0
  300. package/dist/illustrations/tnt/tnt-Dialog-ExternalLink.js +11 -0
  301. package/dist/illustrations/tnt/tnt-Dialog-FaceID.js +17 -0
  302. package/dist/illustrations/tnt/tnt-Dialog-Fingerprint.js +16 -0
  303. package/dist/illustrations/tnt/tnt-Dialog-Lock.js +12 -0
  304. package/dist/illustrations/tnt/tnt-Dialog-Mission.js +18 -0
  305. package/dist/illustrations/tnt/tnt-Dialog-NoApplications.js +16 -0
  306. package/dist/illustrations/tnt/tnt-Dialog-NoFlows.js +12 -0
  307. package/dist/illustrations/tnt/tnt-Dialog-NoUsers.js +16 -0
  308. package/dist/illustrations/tnt/tnt-Dialog-Radar.js +15 -0
  309. package/dist/illustrations/tnt/tnt-Dialog-Services.js +16 -0
  310. package/dist/illustrations/tnt/tnt-Dialog-SessionExpired.js +11 -0
  311. package/dist/illustrations/tnt/tnt-Dialog-SessionExpiring.js +10 -0
  312. package/dist/illustrations/tnt/tnt-Dialog-Success.js +10 -0
  313. package/dist/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +10 -0
  314. package/dist/illustrations/tnt/tnt-Dialog-Unlock.js +12 -0
  315. package/dist/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +11 -0
  316. package/dist/illustrations/tnt/tnt-Scene-CodePlaceholder.js +9 -0
  317. package/dist/illustrations/tnt/tnt-Scene-Company.js +30 -0
  318. package/dist/illustrations/tnt/tnt-Scene-ExternalLink.js +14 -0
  319. package/dist/illustrations/tnt/tnt-Scene-FaceID.js +21 -0
  320. package/dist/illustrations/tnt/tnt-Scene-Fingerprint.js +35 -0
  321. package/dist/illustrations/tnt/tnt-Scene-Lock.js +22 -0
  322. package/dist/illustrations/tnt/tnt-Scene-Mission.js +19 -0
  323. package/dist/illustrations/tnt/tnt-Scene-NoApplications.js +18 -0
  324. package/dist/illustrations/tnt/tnt-Scene-NoFlows.js +20 -0
  325. package/dist/illustrations/tnt/tnt-Scene-NoUsers.js +17 -0
  326. package/dist/illustrations/tnt/tnt-Scene-Radar.js +20 -0
  327. package/dist/illustrations/tnt/tnt-Scene-Services.js +17 -0
  328. package/dist/illustrations/tnt/tnt-Scene-SessionExpired.js +18 -0
  329. package/dist/illustrations/tnt/tnt-Scene-SessionExpiring.js +17 -0
  330. package/dist/illustrations/tnt/tnt-Scene-Success.js +18 -0
  331. package/dist/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +20 -0
  332. package/dist/illustrations/tnt/tnt-Scene-Unlock.js +15 -0
  333. package/dist/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +22 -0
  334. package/dist/illustrations/tnt/tnt-Spot-CodePlaceholder.js +6 -0
  335. package/dist/illustrations/tnt/tnt-Spot-Company.js +13 -0
  336. package/dist/illustrations/tnt/tnt-Spot-ExternalLink.js +9 -0
  337. package/dist/illustrations/tnt/tnt-Spot-FaceID.js +16 -0
  338. package/dist/illustrations/tnt/tnt-Spot-Fingerprint.js +10 -0
  339. package/dist/illustrations/tnt/tnt-Spot-Lock.js +13 -0
  340. package/dist/illustrations/tnt/tnt-Spot-Mission.js +17 -0
  341. package/dist/illustrations/tnt/tnt-Spot-NoApplications.js +12 -0
  342. package/dist/illustrations/tnt/tnt-Spot-NoFlows.js +9 -0
  343. package/dist/illustrations/tnt/tnt-Spot-NoUsers.js +12 -0
  344. package/dist/illustrations/tnt/tnt-Spot-Radar.js +14 -0
  345. package/dist/illustrations/tnt/tnt-Spot-Services.js +15 -0
  346. package/dist/illustrations/tnt/tnt-Spot-SessionExpired.js +9 -0
  347. package/dist/illustrations/tnt/tnt-Spot-SessionExpiring.js +9 -0
  348. package/dist/illustrations/tnt/tnt-Spot-Success.js +9 -0
  349. package/dist/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +9 -0
  350. package/dist/illustrations/tnt/tnt-Spot-Unlock.js +11 -0
  351. package/dist/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +10 -0
  352. package/dist/types/BarDesign.js +54 -0
  353. package/dist/types/FCLLayout.js +134 -0
  354. package/dist/types/IllustrationMessageType.js +202 -0
  355. package/dist/types/PageBackgroundDesign.js +53 -0
  356. package/dist/types/TimelineLayout.js +42 -0
  357. package/dist/types/UploadCollectionDnDMode.js +1 -1
  358. package/dist/types/UploadState.js +1 -1
  359. package/dist/types/ViewSettingsDialogMode.js +43 -0
  360. package/dist/upload-utils/UploadCollectionBodyDnD.js +6 -1
  361. package/dist/webcomponentsjs/CHANGELOG.md +61 -0
  362. package/dist/webcomponentsjs/README.md +64 -47
  363. package/dist/webcomponentsjs/bundles/webcomponents-ce.js +38 -38
  364. package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
  365. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +60 -0
  366. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -0
  367. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +95 -0
  368. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -0
  369. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +292 -229
  370. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
  371. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +190 -170
  372. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
  373. package/dist/webcomponentsjs/bundles/webcomponents-sd.js +151 -132
  374. package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
  375. package/dist/webcomponentsjs/custom-elements-es5-adapter.js +2 -2
  376. package/dist/webcomponentsjs/webcomponents-bundle.js +302 -230
  377. package/dist/webcomponentsjs/webcomponents-bundle.js.map +1 -1
  378. package/dist/webcomponentsjs/webcomponents-loader.js +49 -28
  379. package/package-scripts.js +18 -1
  380. package/package.json +25 -7
  381. package/src/Assets-static.js +6 -0
  382. package/src/Assets.js +6 -0
  383. package/src/Bar.hbs +16 -0
  384. package/src/Bar.js +182 -0
  385. package/src/BarcodeScannerDialog.hbs +17 -0
  386. package/src/BarcodeScannerDialog.js +262 -0
  387. package/src/FilterItem.hbs +8 -0
  388. package/src/FilterItem.js +94 -0
  389. package/src/FilterItemOption.js +69 -0
  390. package/src/FlexibleColumnLayout.hbs +60 -0
  391. package/src/FlexibleColumnLayout.js +696 -0
  392. package/src/IllustratedMessage.hbs +58 -0
  393. package/src/IllustratedMessage.js +314 -0
  394. package/src/Interfaces.js +122 -0
  395. package/src/NotifactionOverflowActionsPopover.hbs +20 -0
  396. package/src/NotificationAction.js +99 -0
  397. package/src/NotificationListGroupItem.hbs +91 -0
  398. package/src/NotificationListGroupItem.js +255 -0
  399. package/src/NotificationListItem.hbs +106 -0
  400. package/src/NotificationListItem.js +433 -0
  401. package/src/NotificationListItemBase.js +271 -0
  402. package/src/Page.hbs +15 -0
  403. package/src/Page.js +223 -0
  404. package/src/ProductSwitch.hbs +9 -0
  405. package/src/ProductSwitch.js +198 -0
  406. package/src/ProductSwitchItem.hbs +44 -0
  407. package/src/ProductSwitchItem.js +249 -0
  408. package/src/ShellBar.hbs +210 -0
  409. package/src/ShellBar.js +1186 -0
  410. package/src/ShellBarItem.js +91 -0
  411. package/src/ShellBarPopover.hbs +31 -0
  412. package/src/SideNavigation.hbs +89 -0
  413. package/src/SideNavigation.js +294 -0
  414. package/src/SideNavigationItem.js +136 -0
  415. package/src/SideNavigationItemPopoverContent.hbs +23 -0
  416. package/src/SideNavigationSubItem.js +94 -0
  417. package/src/SortItem.js +68 -0
  418. package/src/Timeline.hbs +15 -0
  419. package/src/Timeline.js +169 -0
  420. package/src/TimelineItem.hbs +38 -0
  421. package/src/TimelineItem.js +197 -0
  422. package/src/UploadCollection.hbs +38 -0
  423. package/src/UploadCollection.js +376 -0
  424. package/src/UploadCollectionItem.hbs +96 -0
  425. package/src/UploadCollectionItem.js +513 -0
  426. package/src/ViewSettingsDialog.hbs +108 -0
  427. package/src/ViewSettingsDialog.js +628 -0
  428. package/src/Wizard.hbs +41 -0
  429. package/src/Wizard.js +1006 -0
  430. package/src/WizardPopover.hbs +33 -0
  431. package/src/WizardStep.js +155 -0
  432. package/src/WizardTab.hbs +33 -0
  433. package/src/WizardTab.js +231 -0
  434. package/src/fcl-utils/FCLLayout.js +246 -0
  435. package/src/features/CoPilotAnimation.js +8 -0
  436. package/src/i18n/messagebundle.properties +266 -0
  437. package/src/i18n/messagebundle_ar.properties +177 -0
  438. package/src/i18n/messagebundle_bg.properties +177 -0
  439. package/src/i18n/messagebundle_ca.properties +177 -0
  440. package/src/i18n/messagebundle_cs.properties +177 -0
  441. package/src/i18n/messagebundle_cy.properties +177 -0
  442. package/src/i18n/messagebundle_da.properties +177 -0
  443. package/src/i18n/messagebundle_de.properties +177 -0
  444. package/src/i18n/messagebundle_el.properties +177 -0
  445. package/src/i18n/messagebundle_en.properties +177 -0
  446. package/src/i18n/messagebundle_en_GB.properties +177 -0
  447. package/src/i18n/messagebundle_en_US_sappsd.properties +177 -0
  448. package/src/i18n/messagebundle_en_US_saprigi.properties +177 -0
  449. package/src/i18n/messagebundle_en_US_saptrc.properties +177 -0
  450. package/src/i18n/messagebundle_es.properties +177 -0
  451. package/src/i18n/messagebundle_es_MX.properties +177 -0
  452. package/src/i18n/messagebundle_et.properties +177 -0
  453. package/src/i18n/messagebundle_fi.properties +177 -0
  454. package/src/i18n/messagebundle_fr.properties +177 -0
  455. package/src/i18n/messagebundle_fr_CA.properties +177 -0
  456. package/src/i18n/messagebundle_hi.properties +177 -0
  457. package/src/i18n/messagebundle_hr.properties +177 -0
  458. package/src/i18n/messagebundle_hu.properties +177 -0
  459. package/src/i18n/messagebundle_id.properties +177 -0
  460. package/src/i18n/messagebundle_in.properties +88 -0
  461. package/src/i18n/messagebundle_it.properties +177 -0
  462. package/src/i18n/messagebundle_iw.properties +177 -0
  463. package/src/i18n/messagebundle_ja.properties +177 -0
  464. package/src/i18n/messagebundle_kk.properties +177 -0
  465. package/src/i18n/messagebundle_ko.properties +177 -0
  466. package/src/i18n/messagebundle_lt.properties +177 -0
  467. package/src/i18n/messagebundle_lv.properties +177 -0
  468. package/src/i18n/messagebundle_ms.properties +177 -0
  469. package/src/i18n/messagebundle_nl.properties +177 -0
  470. package/src/i18n/messagebundle_no.properties +177 -0
  471. package/src/i18n/messagebundle_pl.properties +177 -0
  472. package/src/i18n/messagebundle_pt.properties +177 -0
  473. package/src/i18n/messagebundle_pt_PT.properties +177 -0
  474. package/src/i18n/messagebundle_ro.properties +177 -0
  475. package/src/i18n/messagebundle_ru.properties +177 -0
  476. package/src/i18n/messagebundle_sh.properties +177 -0
  477. package/src/i18n/messagebundle_sk.properties +177 -0
  478. package/src/i18n/messagebundle_sl.properties +177 -0
  479. package/src/i18n/messagebundle_sv.properties +177 -0
  480. package/src/i18n/messagebundle_th.properties +177 -0
  481. package/src/i18n/messagebundle_tr.properties +177 -0
  482. package/src/i18n/messagebundle_uk.properties +177 -0
  483. package/src/i18n/messagebundle_vi.properties +177 -0
  484. package/src/i18n/messagebundle_zh_CN.properties +177 -0
  485. package/src/i18n/messagebundle_zh_TW.properties +177 -0
  486. package/src/illustrations/sapIllus-Dialog-BeforeSearch.svg +13 -0
  487. package/src/illustrations/sapIllus-Dialog-NoActivities.svg +18 -0
  488. package/src/illustrations/sapIllus-Dialog-NoData.svg +10 -0
  489. package/src/illustrations/sapIllus-Dialog-NoEntries.svg +18 -0
  490. package/src/illustrations/sapIllus-Dialog-NoMail.svg +11 -0
  491. package/src/illustrations/sapIllus-Dialog-NoNotifications.svg +14 -0
  492. package/src/illustrations/sapIllus-Dialog-NoSavedItems.svg +13 -0
  493. package/src/illustrations/sapIllus-Dialog-NoSearchResults.svg +15 -0
  494. package/src/illustrations/sapIllus-Dialog-NoTasks.svg +18 -0
  495. package/src/illustrations/sapIllus-Dialog-UnableToLoad.svg +11 -0
  496. package/src/illustrations/sapIllus-Dialog-UnableToUpload.svg +13 -0
  497. package/src/illustrations/sapIllus-Scene-BeforeSearch.svg +31 -0
  498. package/src/illustrations/sapIllus-Scene-NoActivities.svg +28 -0
  499. package/src/illustrations/sapIllus-Scene-NoData.svg +23 -0
  500. package/src/illustrations/sapIllus-Scene-NoEntries.svg +32 -0
  501. package/src/illustrations/sapIllus-Scene-NoMail.svg +23 -0
  502. package/src/illustrations/sapIllus-Scene-NoNotifications.svg +36 -0
  503. package/src/illustrations/sapIllus-Scene-NoSavedItems.svg +36 -0
  504. package/src/illustrations/sapIllus-Scene-NoSearchResults.svg +15 -0
  505. package/src/illustrations/sapIllus-Scene-NoTasks.svg +22 -0
  506. package/src/illustrations/sapIllus-Scene-UnableToLoad.svg +23 -0
  507. package/src/illustrations/sapIllus-Scene-UnableToUpload.svg +13 -0
  508. package/src/illustrations/sapIllus-Spot-BeforeSearch.svg +10 -0
  509. package/src/illustrations/sapIllus-Spot-NoActivities.svg +23 -0
  510. package/src/illustrations/sapIllus-Spot-NoData.svg +9 -0
  511. package/src/illustrations/sapIllus-Spot-NoEntries.svg +22 -0
  512. package/src/illustrations/sapIllus-Spot-NoMail.svg +10 -0
  513. package/src/illustrations/sapIllus-Spot-NoNotifications.svg +15 -0
  514. package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +9 -0
  515. package/src/illustrations/sapIllus-Spot-NoSearchResults.svg +13 -0
  516. package/src/illustrations/sapIllus-Spot-NoTasks.svg +20 -0
  517. package/src/illustrations/sapIllus-Spot-UnableToLoad.svg +10 -0
  518. package/src/illustrations/sapIllus-Spot-UnableToUpload.svg +10 -0
  519. package/src/illustrations/tnt/tnt-Dialog-CodePlaceholder.svg +6 -0
  520. package/src/illustrations/tnt/tnt-Dialog-Company.svg +13 -0
  521. package/src/illustrations/tnt/tnt-Dialog-ExternalLink.svg +11 -0
  522. package/src/illustrations/tnt/tnt-Dialog-FaceID.svg +17 -0
  523. package/src/illustrations/tnt/tnt-Dialog-Fingerprint.svg +16 -0
  524. package/src/illustrations/tnt/tnt-Dialog-Lock.svg +12 -0
  525. package/src/illustrations/tnt/tnt-Dialog-Mission.svg +18 -0
  526. package/src/illustrations/tnt/tnt-Dialog-NoApplications.svg +16 -0
  527. package/src/illustrations/tnt/tnt-Dialog-NoFlows.svg +12 -0
  528. package/src/illustrations/tnt/tnt-Dialog-NoUsers.svg +16 -0
  529. package/src/illustrations/tnt/tnt-Dialog-Radar.svg +15 -0
  530. package/src/illustrations/tnt/tnt-Dialog-Services.svg +16 -0
  531. package/src/illustrations/tnt/tnt-Dialog-SessionExpired.svg +11 -0
  532. package/src/illustrations/tnt/tnt-Dialog-SessionExpiring.svg +10 -0
  533. package/src/illustrations/tnt/tnt-Dialog-Success.svg +10 -0
  534. package/src/illustrations/tnt/tnt-Dialog-SuccessfulAuth.svg +10 -0
  535. package/src/illustrations/tnt/tnt-Dialog-Unlock.svg +12 -0
  536. package/src/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.svg +11 -0
  537. package/src/illustrations/tnt/tnt-Scene-CodePlaceholder.svg +9 -0
  538. package/src/illustrations/tnt/tnt-Scene-Company.svg +30 -0
  539. package/src/illustrations/tnt/tnt-Scene-ExternalLink.svg +14 -0
  540. package/src/illustrations/tnt/tnt-Scene-FaceID.svg +21 -0
  541. package/src/illustrations/tnt/tnt-Scene-Fingerprint.svg +35 -0
  542. package/src/illustrations/tnt/tnt-Scene-Lock.svg +22 -0
  543. package/src/illustrations/tnt/tnt-Scene-Mission.svg +19 -0
  544. package/src/illustrations/tnt/tnt-Scene-NoApplications.svg +18 -0
  545. package/src/illustrations/tnt/tnt-Scene-NoFlows.svg +20 -0
  546. package/src/illustrations/tnt/tnt-Scene-NoUsers.svg +17 -0
  547. package/src/illustrations/tnt/tnt-Scene-Radar.svg +20 -0
  548. package/src/illustrations/tnt/tnt-Scene-Services.svg +17 -0
  549. package/src/illustrations/tnt/tnt-Scene-SessionExpired.svg +18 -0
  550. package/src/illustrations/tnt/tnt-Scene-SessionExpiring.svg +17 -0
  551. package/src/illustrations/tnt/tnt-Scene-Success.svg +18 -0
  552. package/src/illustrations/tnt/tnt-Scene-SuccessfulAuth.svg +20 -0
  553. package/src/illustrations/tnt/tnt-Scene-Unlock.svg +15 -0
  554. package/src/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.svg +22 -0
  555. package/src/illustrations/tnt/tnt-Spot-CodePlaceholder.svg +6 -0
  556. package/src/illustrations/tnt/tnt-Spot-Company.svg +13 -0
  557. package/src/illustrations/tnt/tnt-Spot-ExternalLink.svg +9 -0
  558. package/src/illustrations/tnt/tnt-Spot-FaceID.svg +16 -0
  559. package/src/illustrations/tnt/tnt-Spot-Fingerprint.svg +10 -0
  560. package/src/illustrations/tnt/tnt-Spot-Lock.svg +13 -0
  561. package/src/illustrations/tnt/tnt-Spot-Mission.svg +17 -0
  562. package/src/illustrations/tnt/tnt-Spot-NoApplications.svg +12 -0
  563. package/src/illustrations/tnt/tnt-Spot-NoFlows.svg +9 -0
  564. package/src/illustrations/tnt/tnt-Spot-NoUsers.svg +12 -0
  565. package/src/illustrations/tnt/tnt-Spot-Radar.svg +14 -0
  566. package/src/illustrations/tnt/tnt-Spot-Services.svg +15 -0
  567. package/src/illustrations/tnt/tnt-Spot-SessionExpired.svg +9 -0
  568. package/src/illustrations/tnt/tnt-Spot-SessionExpiring.svg +9 -0
  569. package/src/illustrations/tnt/tnt-Spot-Success.svg +9 -0
  570. package/src/illustrations/tnt/tnt-Spot-SuccessfulAuth.svg +9 -0
  571. package/src/illustrations/tnt/tnt-Spot-Unlock.svg +11 -0
  572. package/src/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.svg +10 -0
  573. package/src/themes/Bar.css +72 -0
  574. package/src/themes/BarcodeScannerDialog.css +35 -0
  575. package/src/themes/FilterItem.css +3 -0
  576. package/src/themes/FlexibleColumnLayout.css +111 -0
  577. package/src/themes/IllustratedMessage.css +167 -0
  578. package/src/themes/InvisibleTextStyles.css +9 -0
  579. package/src/themes/NotifactionOverflowActionsPopover.css +5 -0
  580. package/src/themes/NotificationListGroupItem.css +72 -0
  581. package/src/themes/NotificationListItem.css +164 -0
  582. package/src/themes/NotificationListItemBase.css +57 -0
  583. package/src/themes/NotificationPrioIcon.css +22 -0
  584. package/src/themes/Page.css +129 -0
  585. package/src/themes/ProductSwitch.css +30 -0
  586. package/src/themes/ProductSwitchItem.css +179 -0
  587. package/src/themes/ShellBar.css +534 -0
  588. package/src/themes/SideNavigation.css +50 -0
  589. package/src/themes/Timeline.css +52 -0
  590. package/src/themes/TimelineItem.css +287 -0
  591. package/src/themes/UploadCollection.css +118 -0
  592. package/src/themes/UploadCollectionItem.css +179 -0
  593. package/src/themes/ViewSettingsDialog.css +56 -0
  594. package/src/themes/Wizard.css +89 -0
  595. package/src/themes/WizardPopover.css +18 -0
  596. package/src/themes/WizardTab.css +171 -0
  597. package/src/themes/base/Bar-parameters.css +11 -0
  598. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  599. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  600. package/src/themes/base/NotificationListItem-parameters.css +3 -0
  601. package/src/themes/base/Page-parameters.css +3 -0
  602. package/src/themes/base/ProductSwitchItem-parameters.css +10 -0
  603. package/src/themes/base/ShellBar-parameters.css +10 -0
  604. package/src/themes/base/SideNavigation-parameters.css +3 -0
  605. package/src/themes/base/TimelineItem-parameters.css +12 -0
  606. package/src/themes/base/UploadCollection-parameters.css +5 -0
  607. package/src/themes/base/WizardTab-parameters.css +11 -0
  608. package/src/themes/sap_belize/parameters-bundle.css +9 -0
  609. package/src/themes/sap_belize_hcb/FlexibleColumnLayout-parameters.css +6 -0
  610. package/src/themes/sap_belize_hcb/Page-parameters.css +3 -0
  611. package/src/themes/sap_belize_hcb/ProductSwitchItem-parameters.css +8 -0
  612. package/src/themes/sap_belize_hcb/TimelineItem-parameters.css +11 -0
  613. package/src/themes/sap_belize_hcb/UploadCollection-parameters.css +7 -0
  614. package/src/themes/sap_belize_hcb/WizardTab-parameters.css +9 -0
  615. package/src/themes/sap_belize_hcb/parameters-bundle.css +9 -0
  616. package/src/themes/sap_belize_hcw/FlexibleColumnLayout-parameters.css +6 -0
  617. package/src/themes/sap_belize_hcw/Page-parameters.css +3 -0
  618. package/src/themes/sap_belize_hcw/ProductSwitchItem-parameters.css +8 -0
  619. package/src/themes/sap_belize_hcw/TimelineItem-parameters.css +11 -0
  620. package/src/themes/sap_belize_hcw/UploadCollection-parameters.css +6 -0
  621. package/src/themes/sap_belize_hcw/WizardTab-parameters.css +8 -0
  622. package/src/themes/sap_belize_hcw/parameters-bundle.css +9 -0
  623. package/src/themes/sap_fiori_3/parameters-bundle.css +9 -0
  624. package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +6 -0
  625. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +9 -0
  626. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  627. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +3 -0
  628. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +9 -0
  629. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +11 -0
  630. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +9 -0
  631. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  632. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -0
  633. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  634. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +3 -0
  635. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +9 -0
  636. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +11 -0
  637. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +8 -0
  638. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  639. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -0
  640. package/src/themes/sap_horizon/NotificationListItem-parameters.css +3 -0
  641. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  642. package/src/themes/sap_horizon/ShellBar-parameters.css +10 -0
  643. package/src/themes/sap_horizon/SideNavigation-parameters.css +5 -0
  644. package/src/themes/sap_horizon/TimelineItem-parameters.css +13 -0
  645. package/src/themes/sap_horizon/WizardTab-parameters.css +8 -0
  646. package/src/themes/sap_horizon/parameters-bundle.css +11 -0
  647. package/src/themes/sap_horizon_exp/parameters-bundle.css +9 -0
  648. package/src/types/BarDesign.js +54 -0
  649. package/src/types/FCLLayout.js +134 -0
  650. package/src/types/IllustrationMessageType.js +202 -0
  651. package/src/types/PageBackgroundDesign.js +53 -0
  652. package/src/types/TimelineLayout.js +42 -0
  653. package/src/types/UploadCollectionDnDMode.js +49 -0
  654. package/src/types/UploadState.js +56 -0
  655. package/src/types/ViewSettingsDialogMode.js +43 -0
  656. package/src/upload-utils/UploadCollectionBodyDnD.js +78 -0
  657. package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -8
  658. package/dist/webcomponentsjs/package.json +0 -46
package/CHANGELOG.md CHANGED
@@ -3,6 +3,263 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-fiori
9
+
10
+
11
+
12
+
13
+
14
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
15
+
16
+
17
+ **Note:** Version bump only for package @ui5/webcomponents-fiori
18
+
19
+
20
+
21
+
22
+ # [1.0.0-rc.16](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2021-11-09)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **ui5-bar:** align `middleContent` slot centrally ([#3719](https://github.com/SAP/ui5-webcomponents/issues/3719)) ([d5a0a3a](https://github.com/SAP/ui5-webcomponents/commit/d5a0a3a)), closes [#3456](https://github.com/SAP/ui5-webcomponents/issues/3456) [#3456](https://github.com/SAP/ui5-webcomponents/issues/3456)
28
+ * **ui5-flexible-column-layout:** documentation improvement ([#3908](https://github.com/SAP/ui5-webcomponents/issues/3908)) ([dee93fa](https://github.com/SAP/ui5-webcomponents/commit/dee93fa))
29
+ * **ui5-flexible-column-layout:** speech output on layout arrows ([#4034](https://github.com/SAP/ui5-webcomponents/issues/4034)) ([272e600](https://github.com/SAP/ui5-webcomponents/commit/272e600)), closes [#3699](https://github.com/SAP/ui5-webcomponents/issues/3699)
30
+ * **ui5-illustrated-message:** add missing dependencies ([#3822](https://github.com/SAP/ui5-webcomponents/issues/3822)) ([75e6a8c](https://github.com/SAP/ui5-webcomponents/commit/75e6a8c))
31
+ * **ui5-illustrated-message:** generation script ([#3903](https://github.com/SAP/ui5-webcomponents/issues/3903)) ([ecf9563](https://github.com/SAP/ui5-webcomponents/commit/ecf9563))
32
+ * **ui5-illustrated-message:** remove style attribute of svg ([#3605](https://github.com/SAP/ui5-webcomponents/issues/3605)) ([41f72e3](https://github.com/SAP/ui5-webcomponents/commit/41f72e3))
33
+ * **ui5-li-notification:** fix icon padding in rtl ([#3876](https://github.com/SAP/ui5-webcomponents/issues/3876)) ([6ebfecb](https://github.com/SAP/ui5-webcomponents/commit/6ebfecb))
34
+ * **ui5-list, ui5-table, ui5-notification, ui5-busy-indicator:** getFocusDomRef returns the correct element when the state is busy ([#3951](https://github.com/SAP/ui5-webcomponents/issues/3951)) ([ec81c15](https://github.com/SAP/ui5-webcomponents/commit/ec81c15)), closes [#3922](https://github.com/SAP/ui5-webcomponents/issues/3922)
35
+ * **ui5-product-switch:** adapt focus styles to sap_horizon ([#4276](https://github.com/SAP/ui5-webcomponents/issues/4276)) ([b053ad0](https://github.com/SAP/ui5-webcomponents/commit/b053ad0))
36
+ * **ui5-product-switch-item:** no-wrap title behavior added when subtitle is not present ([#3800](https://github.com/SAP/ui5-webcomponents/issues/3800)) ([3f007fd](https://github.com/SAP/ui5-webcomponents/commit/3f007fd))
37
+ * **ui5-shellbar:** fix public readonly getters ([#4283](https://github.com/SAP/ui5-webcomponents/issues/4283)) ([d90daf5](https://github.com/SAP/ui5-webcomponents/commit/d90daf5))
38
+ * **ui5-shellbar:** fixed growing of left container ([#4105](https://github.com/SAP/ui5-webcomponents/issues/4105)) ([5b167f4](https://github.com/SAP/ui5-webcomponents/commit/5b167f4))
39
+ * **ui5-shellbar:** press on custom action throws JS error ([#4281](https://github.com/SAP/ui5-webcomponents/issues/4281)) ([c73294b](https://github.com/SAP/ui5-webcomponents/commit/c73294b))
40
+ * **ui5-shellbar:** remove empty secondary title wrapper ([#3737](https://github.com/SAP/ui5-webcomponents/issues/3737)) ([28d9a1a](https://github.com/SAP/ui5-webcomponents/commit/28d9a1a)), closes [#3698](https://github.com/SAP/ui5-webcomponents/issues/3698) [#3698](https://github.com/SAP/ui5-webcomponents/issues/3698)
41
+ * **ui5-shellbar:** remove unnecessary aria-label from buttons ([#3981](https://github.com/SAP/ui5-webcomponents/issues/3981)) ([d60120d](https://github.com/SAP/ui5-webcomponents/commit/d60120d)), closes [#3953](https://github.com/SAP/ui5-webcomponents/issues/3953)
42
+ * **ui5-shellbar-item:** fix JS error on click ([#4287](https://github.com/SAP/ui5-webcomponents/issues/4287)) ([3289da4](https://github.com/SAP/ui5-webcomponents/commit/3289da4))
43
+ * **ui5-timeline:** align indicator in compact mode ([#3902](https://github.com/SAP/ui5-webcomponents/issues/3902)) ([0c31502](https://github.com/SAP/ui5-webcomponents/commit/0c31502))
44
+ * **ui5-timeline:** elements with role option have a parent element with role listbox ([#4053](https://github.com/SAP/ui5-webcomponents/issues/4053)) ([2b27754](https://github.com/SAP/ui5-webcomponents/commit/2b27754)), closes [#3459](https://github.com/SAP/ui5-webcomponents/issues/3459)
45
+ * **ui5-timeline:** keyboard handling is now compliant with the specification ([#3722](https://github.com/SAP/ui5-webcomponents/issues/3722)) ([2ad208e](https://github.com/SAP/ui5-webcomponents/commit/2ad208e))
46
+ * **ui5-tree, ui5-table, ui5-side-navigation:** unnecessary scrollbar in RTL is removed ([#3948](https://github.com/SAP/ui5-webcomponents/issues/3948)) ([61fe0fe](https://github.com/SAP/ui5-webcomponents/commit/61fe0fe))
47
+ * **ui5-upload-collection:** exploratory testing issues ([#3797](https://github.com/SAP/ui5-webcomponents/issues/3797)) ([7028b6c](https://github.com/SAP/ui5-webcomponents/commit/7028b6c)), closes [#3625](https://github.com/SAP/ui5-webcomponents/issues/3625)
48
+ * **ui5-upload-collection:** fix "no files" heading HTML tag ([#3930](https://github.com/SAP/ui5-webcomponents/issues/3930)) ([e020249](https://github.com/SAP/ui5-webcomponents/commit/e020249))
49
+ * **ui5-wizard:** check if tab has a focusable element ([#3904](https://github.com/SAP/ui5-webcomponents/issues/3904)) ([a64eaf8](https://github.com/SAP/ui5-webcomponents/commit/a64eaf8))
50
+ * **ui5-wizard:** grouped steps could be activated ([#3961](https://github.com/SAP/ui5-webcomponents/issues/3961)) ([be36219](https://github.com/SAP/ui5-webcomponents/commit/be36219))
51
+ * **ui5-wizard:** remove unneeded aria properties ([#4262](https://github.com/SAP/ui5-webcomponents/issues/4262)) ([7fa969b](https://github.com/SAP/ui5-webcomponents/commit/7fa969b))
52
+ * **ui5-wizard:** step titles are now visible on phone ([#3895](https://github.com/SAP/ui5-webcomponents/issues/3895)) ([9a183b4](https://github.com/SAP/ui5-webcomponents/commit/9a183b4))
53
+ * **ui5-view-settings-dialog:** import all dependencies ([#4074](https://github.com/SAP/ui5-webcomponents/issues/4074)) ([11d529e](https://github.com/SAP/ui5-webcomponents/commit/11d529e))
54
+
55
+
56
+ ### Code Refactoring
57
+
58
+ * **ui5-message-strip:** rename tag name ([#4268](https://github.com/SAP/ui5-webcomponents/issues/4268)) ([ec30ec2](https://github.com/SAP/ui5-webcomponents/commit/ec30ec2))
59
+ * **ui5-shellbar-item:** rename "item-click" to "click" ([#4282](https://github.com/SAP/ui5-webcomponents/issues/4282)) ([4cd86b1](https://github.com/SAP/ui5-webcomponents/commit/4cd86b1))
60
+
61
+
62
+ ### Features
63
+
64
+ * **ui5-illustrated-message:** add TNT illustration set ([#3857](https://github.com/SAP/ui5-webcomponents/issues/3857)) ([0ade371](https://github.com/SAP/ui5-webcomponents/commit/0ade371))
65
+ * **ui5-illustrated-message:** introduce subtitle slot ([#3633](https://github.com/SAP/ui5-webcomponents/issues/3633)) ([96ccf93](https://github.com/SAP/ui5-webcomponents/commit/96ccf93)), closes [#3557](https://github.com/SAP/ui5-webcomponents/issues/3557) [#3557](https://github.com/SAP/ui5-webcomponents/issues/3557)
66
+ * **ui5-li-notification:** adjust focus styles to sap_horizon ([#4228](https://github.com/SAP/ui5-webcomponents/issues/4228)) ([1f681d0](https://github.com/SAP/ui5-webcomponents/commit/1f681d0))
67
+ * **ui5-shellbar:** implement sap_horizon ([#4251](https://github.com/SAP/ui5-webcomponents/issues/4251)) ([7500a08](https://github.com/SAP/ui5-webcomponents/commit/7500a08))
68
+ * **ui5-side-navigation:** adjust focus styles in overflow to sap_horizon ([#4240](https://github.com/SAP/ui5-webcomponents/issues/4240)) ([99e962c](https://github.com/SAP/ui5-webcomponents/commit/99e962c))
69
+ * introduce sap_horizon theme initial draft ([#3991](https://github.com/SAP/ui5-webcomponents/issues/3991)) ([b1afaf0](https://github.com/SAP/ui5-webcomponents/commit/b1afaf0)), closes [#3988](https://github.com/SAP/ui5-webcomponents/issues/3988)
70
+ * rework stableDomRef concept ([#4210](https://github.com/SAP/ui5-webcomponents/issues/4210)) ([d1ebea3](https://github.com/SAP/ui5-webcomponents/commit/d1ebea3))
71
+ * **ui5-product-switch:** add selected state to an item ([#3872](https://github.com/SAP/ui5-webcomponents/issues/3872)) ([9e7928b](https://github.com/SAP/ui5-webcomponents/commit/9e7928b))
72
+ * **ui5-side-navigation:** Items now have tooltip ([#3921](https://github.com/SAP/ui5-webcomponents/issues/3921)) ([5849a38](https://github.com/SAP/ui5-webcomponents/commit/5849a38)), closes [#3549](https://github.com/SAP/ui5-webcomponents/issues/3549) [#3549](https://github.com/SAP/ui5-webcomponents/issues/3549)
73
+ * **ui5-timeline:** implement sap_horizon theme ([13a168e](https://github.com/SAP/ui5-webcomponents/commit/13a168e))
74
+ * **ui5-upload-collection:** Added "accessibleName" property ([#3917](https://github.com/SAP/ui5-webcomponents/issues/3917)) ([ea79fb3](https://github.com/SAP/ui5-webcomponents/commit/ea79fb3)), closes [#3768](https://github.com/SAP/ui5-webcomponents/issues/3768) [#3768](https://github.com/SAP/ui5-webcomponents/issues/3768)
75
+ * **ui5-view-settings-dialog:** introduce filter section ([#3616](https://github.com/SAP/ui5-webcomponents/issues/3616)) ([52987c2](https://github.com/SAP/ui5-webcomponents/commit/52987c2))
76
+ * **ui5-view-settings-dialog:** introduce new component ([#3502](https://github.com/SAP/ui5-webcomponents/issues/3502)) ([3bc11e3](https://github.com/SAP/ui5-webcomponents/commit/3bc11e3)), closes [#3304](https://github.com/SAP/ui5-webcomponents/issues/3304) [#3304](https://github.com/SAP/ui5-webcomponents/issues/3304)
77
+ * **ui5-wizard:** SAP Horizon theme implementation ([#4172](https://github.com/SAP/ui5-webcomponents/issues/4172)) ([67eea9b](https://github.com/SAP/ui5-webcomponents/commit/67eea9b))
78
+
79
+
80
+ ### BREAKING CHANGES
81
+
82
+ * **ui5-shellbar-item:** ShellBarItem's event "item-click" has been renamed to "click".
83
+ * **ui5-message-strip:** MessageStrip component's tag name has been renamed from ui5-messagestrip to ui5-message-strip.
84
+ * **ui5-wizard:** accessible-name has been removed
85
+
86
+
87
+
88
+
89
+
90
+ # [1.0.0-rc.15](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2021-07-23)
91
+
92
+
93
+ ### Bug Fixes
94
+
95
+ * **ui5-bar:** aria-label added depending on the "design" property ([#3161](https://github.com/SAP/ui5-webcomponents/issues/3161)) ([7ffb575](https://github.com/SAP/ui5-webcomponents/commit/7ffb575)), closes [#3020](https://github.com/SAP/ui5-webcomponents/issues/3020)
96
+ * **ui5-bar:** rename middleContent slot ([#3440](https://github.com/SAP/ui5-webcomponents/issues/3440)) ([e235d7d](https://github.com/SAP/ui5-webcomponents/commit/e235d7d)), closes [#3107](https://github.com/SAP/ui5-webcomponents/issues/3107)
97
+ * **ui5-flexible-column-layout:** column borders in high contrast themes ([#3328](https://github.com/SAP/ui5-webcomponents/issues/3328)) ([bd18bb9](https://github.com/SAP/ui5-webcomponents/commit/bd18bb9)), closes [#3320](https://github.com/SAP/ui5-webcomponents/issues/3320)
98
+ * **ui5-flexible-column-layout:** correct columns display ([#3444](https://github.com/SAP/ui5-webcomponents/issues/3444)) ([62977d0](https://github.com/SAP/ui5-webcomponents/commit/62977d0)), closes [#3425](https://github.com/SAP/ui5-webcomponents/issues/3425)
99
+ * **ui5-flexible-column-layout:** rename noArrows property to hideArrows ([#3352](https://github.com/SAP/ui5-webcomponents/issues/3352)) ([8660d11](https://github.com/SAP/ui5-webcomponents/commit/8660d11)), closes [#3107](https://github.com/SAP/ui5-webcomponents/issues/3107)
100
+ * **ui5-shellbar:** fix search field width ([#3296](https://github.com/SAP/ui5-webcomponents/issues/3296)) ([51fb1a3](https://github.com/SAP/ui5-webcomponents/commit/51fb1a3))
101
+ * **ui5-shellbar:** Fix unnecessary cutting space on left side ([#3513](https://github.com/SAP/ui5-webcomponents/issues/3513)) ([c7e6f07](https://github.com/SAP/ui5-webcomponents/commit/c7e6f07)), closes [#3501](https://github.com/SAP/ui5-webcomponents/issues/3501)
102
+ * **ui5-shellbar:** hide notification bubble if empty str ([#3123](https://github.com/SAP/ui5-webcomponents/issues/3123)) ([33fde82](https://github.com/SAP/ui5-webcomponents/commit/33fde82)), closes [#3121](https://github.com/SAP/ui5-webcomponents/issues/3121)
103
+ * **ui5-shellbar:** menu button arrow position ([#3285](https://github.com/SAP/ui5-webcomponents/issues/3285)) ([18ea76d](https://github.com/SAP/ui5-webcomponents/commit/18ea76d)), closes [#3199](https://github.com/SAP/ui5-webcomponents/issues/3199)
104
+ * **ui5-side-navigation:** items in popup fire click event ([#3468](https://github.com/SAP/ui5-webcomponents/issues/3468)) ([658328a](https://github.com/SAP/ui5-webcomponents/commit/658328a))
105
+ * **ui5-upload-collection:** change file deleted event name ([#3413](https://github.com/SAP/ui5-webcomponents/issues/3413)) ([5898eb8](https://github.com/SAP/ui5-webcomponents/commit/5898eb8)), closes [#3107](https://github.com/SAP/ui5-webcomponents/issues/3107)
106
+ * **ui5-upload-collection:** rename noDnd property to hideDragOverlay ([#3335](https://github.com/SAP/ui5-webcomponents/issues/3335)) ([c360443](https://github.com/SAP/ui5-webcomponents/commit/c360443)), closes [#3107](https://github.com/SAP/ui5-webcomponents/issues/3107)
107
+ * **ui5-upload-collection-item:** fixed keyboard navigation ([#3327](https://github.com/SAP/ui5-webcomponents/issues/3327)) ([aad0c32](https://github.com/SAP/ui5-webcomponents/commit/aad0c32))
108
+ * **ui5-wizard:** Circle's number horizontally aligned with the step's title ([#3370](https://github.com/SAP/ui5-webcomponents/issues/3370)) ([2cd97ec](https://github.com/SAP/ui5-webcomponents/commit/2cd97ec)), closes [#3251](https://github.com/SAP/ui5-webcomponents/issues/3251) [#3251](https://github.com/SAP/ui5-webcomponents/issues/3251)
109
+ * **ui5-wizard:** correct aria-controls value ([#3180](https://github.com/SAP/ui5-webcomponents/issues/3180)) ([d449812](https://github.com/SAP/ui5-webcomponents/commit/d449812))
110
+ * **ui5-wizard:** implement revised accessibility spec ([#2990](https://github.com/SAP/ui5-webcomponents/issues/2990)) ([99cb6b1](https://github.com/SAP/ui5-webcomponents/commit/99cb6b1))
111
+ * **ui5-wizard-step:** rename properties ([#3334](https://github.com/SAP/ui5-webcomponents/issues/3334)) ([b0e73ad](https://github.com/SAP/ui5-webcomponents/commit/b0e73ad)), closes [#3107](https://github.com/SAP/ui5-webcomponents/issues/3107)
112
+ * keep invisible texts out of the view port ([#3085](https://github.com/SAP/ui5-webcomponents/issues/3085)) ([de47520](https://github.com/SAP/ui5-webcomponents/commit/de47520)), closes [#2723](https://github.com/SAP/ui5-webcomponents/issues/2723) [#2723](https://github.com/SAP/ui5-webcomponents/issues/2723)
113
+
114
+
115
+ ### Features
116
+
117
+ * **ui5-page:** implement responsive paddings ([#3412](https://github.com/SAP/ui5-webcomponents/issues/3412)) ([b720393](https://github.com/SAP/ui5-webcomponents/commit/b720393))
118
+ * **ui5-product-switch:** Implement accessibility specification ([#2865](https://github.com/SAP/ui5-webcomponents/issues/2865)) ([8c0225c](https://github.com/SAP/ui5-webcomponents/commit/8c0225c)), closes [#2707](https://github.com/SAP/ui5-webcomponents/issues/2707)
119
+ * **ui5-wizard:** set initial focus when a step is changed ([#3310](https://github.com/SAP/ui5-webcomponents/issues/3310)) ([70f5563](https://github.com/SAP/ui5-webcomponents/commit/70f5563))
120
+
121
+
122
+
123
+ # [1.0.0-rc.14](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.13...v1.0.0-rc.14) (2021-04-01)
124
+
125
+
126
+ ### Bug Fixes
127
+
128
+
129
+
130
+ * **ui5-li-notification-group, ui5-li-notification:** fix i18n bundles usage ([#3063](https://github.com/SAP/ui5-webcomponents/issues/3063)) ([d6b6fa4](https://github.com/SAP/ui5-webcomponents/commit/d6b6fa4))
131
+ * **ui5-upload-collection-item:** make use of both main & fiori i18n bundles ([#3061](https://github.com/SAP/ui5-webcomponents/issues/3061)) ([2a01cb4](https://github.com/SAP/ui5-webcomponents/commit/2a01cb4))
132
+
133
+
134
+ ### Features
135
+
136
+ * **ui5-static-area-item:** StaticAreaItem can now be scoped ([#3076](https://github.com/SAP/ui5-webcomponents/issues/3076)) ([9a7ffe4](https://github.com/SAP/ui5-webcomponents/commit/9a7ffe4))
137
+ * **ui5-wizard:** add parameter to selectionChange event ([#3034](https://github.com/SAP/ui5-webcomponents/issues/3034)) ([7ad94d2](https://github.com/SAP/ui5-webcomponents/commit/7ad94d2))
138
+
139
+
140
+
141
+ # [1.0.0-rc.13](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.12...v1.0.0-rc.13) (2021-03-26)
142
+
143
+
144
+ ### Bug Fixes
145
+
146
+ * **ui5-page:** correct background-design styles ([#2862](https://github.com/SAP/ui5-webcomponents/issues/2862)) ([b10ee4c](https://github.com/SAP/ui5-webcomponents/commit/b10ee4c))
147
+ * **ui5-upload-collection:** add region and roledescription to root element ([#2915](https://github.com/SAP/ui5-webcomponents/issues/2915)) ([6db9f09](https://github.com/SAP/ui5-webcomponents/commit/6db9f09))
148
+ * **ui5-upload-collection:** add tooltip to edit button ([#2886](https://github.com/SAP/ui5-webcomponents/issues/2886)) ([35de38c](https://github.com/SAP/ui5-webcomponents/commit/35de38c))
149
+ * **ui5-upload-collection-item:** show disabled delete button ([#2893](https://github.com/SAP/ui5-webcomponents/issues/2893)) ([b609b47](https://github.com/SAP/ui5-webcomponents/commit/b609b47))
150
+ * **ui5-wizard:** use CSS vars for navigation bg-color ([#2892](https://github.com/SAP/ui5-webcomponents/issues/2892)) ([c967c6c](https://github.com/SAP/ui5-webcomponents/commit/c967c6c))
151
+
152
+
153
+
154
+
155
+
156
+ # [1.0.0-rc.12](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.11...v1.0.0-rc.12) (2021-02-18)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * **ui5-li-notification:** it is now possible to not have a description ([#2744](https://github.com/SAP/ui5-webcomponents/issues/2744)) ([ef35f84](https://github.com/SAP/ui5-webcomponents/commit/ef35f84))
162
+ * **ui5-li-notification-group:** align priority icon ([#2584](https://github.com/SAP/ui5-webcomponents/issues/2584)) ([ff247f0](https://github.com/SAP/ui5-webcomponents/commit/ff247f0))
163
+ * **ui5-upload-collection:** wrap noDataText/Desc text ([#2674](https://github.com/SAP/ui5-webcomponents/issues/2674)) ([c48bfe7](https://github.com/SAP/ui5-webcomponents/commit/c48bfe7)), closes [#2672](https://github.com/SAP/ui5-webcomponents/issues/2672)
164
+ * **ui5-upload-collection-item:** fix title behaviour on small screens ([#2699](https://github.com/SAP/ui5-webcomponents/issues/2699)) ([bb7c952](https://github.com/SAP/ui5-webcomponents/commit/bb7c952))
165
+ * **ui5-wizard:** observe content height changes ([#2801](https://github.com/SAP/ui5-webcomponents/issues/2801)) ([b4cbc43](https://github.com/SAP/ui5-webcomponents/commit/b4cbc43))
166
+
167
+
168
+ ### Features
169
+
170
+ * **ui5-li-notification*:** full-fill accessibility spec ([#2578](https://github.com/SAP/ui5-webcomponents/issues/2578)) ([20de5ae](https://github.com/SAP/ui5-webcomponents/commit/20de5ae))
171
+ * **ui5-page:** Initial implementation ([#2685](https://github.com/SAP/ui5-webcomponents/issues/2685)) ([bd09e17](https://github.com/SAP/ui5-webcomponents/commit/bd09e17)), closes [#2433](https://github.com/SAP/ui5-webcomponents/issues/2433)
172
+ * **ui5-wizard:** improve progress navigator responsiveness ([#2590](https://github.com/SAP/ui5-webcomponents/issues/2590)) ([01cd6f9](https://github.com/SAP/ui5-webcomponents/commit/01cd6f9))
173
+
174
+
175
+
176
+
177
+ # [1.0.0-rc.11](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.10...v1.0.0-rc.11) (2020-12-21)
178
+
179
+
180
+ ### Bug Fixes
181
+
182
+ * **docs:** fix ui5-side-navigation sample ([#2564](https://github.com/SAP/ui5-webcomponents/issues/2564)) ([0338fdc](https://github.com/SAP/ui5-webcomponents/commit/0338fdc))
183
+ * **ui5-shellbar:** fix overlapping of the search box over icons ([#2155](https://github.com/SAP/ui5-webcomponents/issues/2155)) ([3597902](https://github.com/SAP/ui5-webcomponents/commit/3597902)), closes [#2044](https://github.com/SAP/ui5-webcomponents/issues/2044)
184
+ * **ui5-upload-collection:** fire drop only when files are dropped within dnd overlay ([#2527](https://github.com/SAP/ui5-webcomponents/issues/2527)) ([455f614](https://github.com/SAP/ui5-webcomponents/commit/455f614))
185
+ * **ui5-wizard:** correct phone breakpoint size ([#2596](https://github.com/SAP/ui5-webcomponents/issues/2596)) ([c98d9ba](https://github.com/SAP/ui5-webcomponents/commit/c98d9ba))
186
+ * **ui5-wizard:** fix styling issues ([#2547](https://github.com/SAP/ui5-webcomponents/issues/2547)) ([65cb42f](https://github.com/SAP/ui5-webcomponents/commit/65cb42f)), closes [#2523](https://github.com/SAP/ui5-webcomponents/issues/2523)
187
+
188
+
189
+ ### Features
190
+
191
+ * **framework:** Change child-parent invalidation API ([#2541](https://github.com/SAP/ui5-webcomponents/issues/2541)) ([a1a3f80](https://github.com/SAP/ui5-webcomponents/commit/a1a3f80))
192
+ * **ui5-bar:** initial implementation ([#2533](https://github.com/SAP/ui5-webcomponents/issues/2533)) ([5c601cd](https://github.com/SAP/ui5-webcomponents/commit/5c601cd)), closes [#2434](https://github.com/SAP/ui5-webcomponents/issues/2434)
193
+ * **ui5-flexible-column-layout:** add start/mid/endColumnAccessibleName properties ([#2483](https://github.com/SAP/ui5-webcomponents/issues/2483)) ([fb0b24c](https://github.com/SAP/ui5-webcomponents/commit/fb0b24c))
194
+ * **ui5-side-navigation:** add "header" slot ([#2520](https://github.com/SAP/ui5-webcomponents/issues/2520)) ([b5c4a92](https://github.com/SAP/ui5-webcomponents/commit/b5c4a92)), closes [#2518](https://github.com/SAP/ui5-webcomponents/issues/2518)
195
+ * **ui5-side-navigation-item, ui5-side-navigation-sub-item:** introduce click event ([#2298](https://github.com/SAP/ui5-webcomponents/issues/2298)) ([d73ce38](https://github.com/SAP/ui5-webcomponents/commit/d73ce38))
196
+
197
+
198
+
199
+
200
+
201
+ # [1.0.0-rc.10](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.9...v1.0.0-rc.10) (2020-11-12)
202
+
203
+
204
+
205
+ ### Features
206
+
207
+ * **ui5-wizard:** introduce new component ([#2400](https://github.com/SAP/ui5-webcomponents/issues/2400)) ([bdec517](https://github.com/SAP/ui5-webcomponents/commit/bdec517)), closes [#2368](https://github.com/SAP/ui5-webcomponents/issues/2368)
208
+
209
+
210
+
211
+ # [1.0.0-rc.9](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.8...v1.0.0-rc.9) (2020-10-08)
212
+
213
+
214
+ ### Bug Fixes
215
+
216
+ * **components:** fix setting contentDensity styles ([#2094](https://github.com/SAP/ui5-webcomponents/issues/2094)) ([9454ab7](https://github.com/SAP/ui5-webcomponents/commit/9454ab7)), closes [#2093](https://github.com/SAP/ui5-webcomponents/issues/2093)
217
+ * **ui5-flexible-column-layout:** Fix arrow misplacement in IE ([#2032](https://github.com/SAP/ui5-webcomponents/issues/2032)) ([57be7c2](https://github.com/SAP/ui5-webcomponents/commit/57be7c2)), closes [#1998](https://github.com/SAP/ui5-webcomponents/issues/1998)
218
+ * **ui5-shellbar:** remove width limitation of logo ([230cd7f](https://github.com/SAP/ui5-webcomponents/commit/230cd7f)), closes [#2066](https://github.com/SAP/ui5-webcomponents/issues/2066)
219
+ * **ui5-shellbar-item:** Update count properly ([#2049](https://github.com/SAP/ui5-webcomponents/issues/2049)) ([2499c56](https://github.com/SAP/ui5-webcomponents/commit/2499c56)), closes [#2048](https://github.com/SAP/ui5-webcomponents/issues/2048)
220
+
221
+
222
+ ### Features
223
+
224
+ * **ui5-shellbar:** implement root part ([#2299](https://github.com/SAP/ui5-webcomponents/issues/2299)) ([de2d07f](https://github.com/SAP/ui5-webcomponents/commit/de2d07f))
225
+
226
+
227
+
228
+
229
+
230
+ # [1.0.0-rc.8](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.7...v1.0.0-rc.8) (2020-07-30)
231
+
232
+
233
+ ### Bug Fixes
234
+
235
+ * **ui5-upload-collection-item:** Activate editing with SPACE ([#2024](https://github.com/SAP/ui5-webcomponents/issues/2024)) ([45de0f2](https://github.com/SAP/ui5-webcomponents/commit/45de0f2)), closes [#2003](https://github.com/SAP/ui5-webcomponents/issues/2003)
236
+ * **ui5-file-uploader:** Setting the value to an empty string also resets the file input ([#1715](https://github.com/SAP/ui5-webcomponents/issues/1715)) ([f8b1b39](https://github.com/SAP/ui5-webcomponents/commit/f8b1b39))
237
+ * **ui5-shellbar:** Fix popup opening on notificationClick ([#1632](https://github.com/SAP/ui5-webcomponents/issues/1632)) ([04b44b4](https://github.com/SAP/ui5-webcomponents/commit/04b44b4))
238
+ * **ui5-shellbar:** Fix profile bg-color ([#1945](https://github.com/SAP/ui5-webcomponents/issues/1945)) ([a3207e5](https://github.com/SAP/ui5-webcomponents/commit/a3207e5)), closes [#1944](https://github.com/SAP/ui5-webcomponents/issues/1944)
239
+ * **ui5-shellbar:** Fix search field focus handling ([#1636](https://github.com/SAP/ui5-webcomponents/issues/1636)) ([c65010b](https://github.com/SAP/ui5-webcomponents/commit/c65010b))
240
+ * **ui5-shellbar:** Fix search field visual in IE ([#1643](https://github.com/SAP/ui5-webcomponents/issues/1643)) ([afec3fe](https://github.com/SAP/ui5-webcomponents/commit/afec3fe))
241
+ * **ui5-shellbar:** Style profile correctly on IE ([#1807](https://github.com/SAP/ui5-webcomponents/issues/1807)) ([4198599](https://github.com/SAP/ui5-webcomponents/commit/4198599))
242
+ * **ui5-upload-collection:** Set minimum height in no-data mode ([#1683](https://github.com/SAP/ui5-webcomponents/issues/1683)) ([549148d](https://github.com/SAP/ui5-webcomponents/commit/549148d))
243
+ * **ui5-upload-collection:** Provide min-height also when DND mode is on ([#1770](https://github.com/SAP/ui5-webcomponents/issues/1770)) ([33fa055](https://github.com/SAP/ui5-webcomponents/commit/33fa055))
244
+ * **ui5-upload-collection:** The component does not get stuck when dropping on the body ([#1897](https://github.com/SAP/ui5-webcomponents/issues/1897)) ([f236e0d](https://github.com/SAP/ui5-webcomponents/commit/f236e0d))
245
+ * correct styles for some elements ([#1773](https://github.com/SAP/ui5-webcomponents/issues/1773)) ([1a5db12](https://github.com/SAP/ui5-webcomponents/commit/1a5db12))
246
+ * **ui5-upload-collection-item:** Make component responsive ([#1579](https://github.com/SAP/ui5-webcomponents/issues/1579)) ([47d37c3](https://github.com/SAP/ui5-webcomponents/commit/47d37c3))
247
+
248
+
249
+ ### Features
250
+
251
+ * **ui5-flexible-column-layout:** Introduce new components ([#1867](https://github.com/SAP/ui5-webcomponents/issues/1867)) ([7a68dd2](https://github.com/SAP/ui5-webcomponents/commit/7a68dd2))
252
+ * **ui5-side-navigation:** Initial implementation ([#1889](https://github.com/SAP/ui5-webcomponents/issues/1889)) ([47b38cc](https://github.com/SAP/ui5-webcomponents/commit/47b38cc))
253
+ * **ui5-li-notification, ui5-li-notification-group:** Introduce new components ([#1576](https://github.com/SAP/ui5-webcomponents/issues/1576)) ([ef62f81](https://github.com/SAP/ui5-webcomponents/commit/ef62f81)), closes [#1478](https://github.com/SAP/ui5-webcomponents/issues/1478)
254
+ * **ui5-shellbar:** Add "logo" slot ([#1842](https://github.com/SAP/ui5-webcomponents/issues/1842)) ([08fc5f3](https://github.com/SAP/ui5-webcomponents/commit/08fc5f3))
255
+ * **ui5-shellbar:** Enable tooltips of custom icons ([#1863](https://github.com/SAP/ui5-webcomponents/issues/1863)) ([4338d56](https://github.com/SAP/ui5-webcomponents/commit/4338d56))
256
+ * **ui5-shellbar:** Implement accessibility spec ([#1553](https://github.com/SAP/ui5-webcomponents/issues/1553)) ([3b7b439](https://github.com/SAP/ui5-webcomponents/commit/3b7b439))
257
+ * **ui5-upload-collection-item:** Implement keyboard handling ([#1702](https://github.com/SAP/ui5-webcomponents/issues/1702)) ([37bf177](https://github.com/SAP/ui5-webcomponents/commit/37bf177))
258
+
259
+
260
+
261
+
262
+
6
263
  # [1.0.0-rc.7](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.6...v1.0.0-rc.7) (2020-04-30)
7
264
 
8
265
 
package/README.md CHANGED
@@ -7,15 +7,63 @@
7
7
 
8
8
  Provides essential building blocks, necessary to implement the Fiori UX concept,
9
9
  such as a common header (ShellBar).
10
-
11
- | Web Component | Tag name | Module import |
12
- | ------------------------ | -------------------- | ---------------------------------------------------------- |
13
- | Shell Bar | `ui5-shellbar` | `import "@ui5/webcomponents-fiori/dist/ShellBar.js";` |
14
- | Shell Bar Item | `ui5-shellbar-item` | `import "@ui5/webcomponents-fiori/dist/ShellBarItem.js";` |
15
- | Product Switch | `ui5-product-switch` | `import "@ui5/webcomponents-fiori/dist/ProductSwitch.js";` |
16
- | Product Switch Item | `ui5-product-switch-item` | `import "@ui5/webcomponents-fiori/dist/ProductSwitchItem.js";` |
17
10
 
18
- For a complete list of all public module imports from the `fiori` package, click [here](../../docs/Public%20Module%20Imports.md#fiori):
11
+ ## Provided components
12
+
13
+ | Web Component | Tag name | Module import |
14
+ |-------------------------------------------|--------------------------------|-----------------------------------------------------------------------|
15
+ | Bar | `ui5-bar` | `import "@ui5/webcomponents-fiori/dist/Bar.js";` |
16
+ | Barcode Scanner Dialog | `ui5-barcode-scanner-dialog` | `import "@ui5/webcomponents-fiori/dist/BarcodeScannerDialog.js";` |
17
+ | Flexible Column Layout | `ui5-flexible-column-layout` | `import "@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js";` |
18
+ | Illustrated Message | `ui5-illustrated-message` | `import "@ui5/webcomponents-fiori/dist/IllustratedMessage.js";` |
19
+ | Notification List Item | `ui5-li-notifcation` | `import "@ui5/webcomponents-fiori/dist/NotifcationListItem.js";` |
20
+ | Notification Group List Item | `ui5-li-notification-group` | `import "@ui5/webcomponents-fiori/dist/NotifcationListGroupItem.js";` |
21
+ | Notification Action | `ui5-notification-action` | `import "@ui5/webcomponents-fiori/dist/NotificationAction.js";` |
22
+ | Page | `ui5-page` | `import "@ui5/webcomponents-fiori/dist/Page.js";` |
23
+ | Product Switch | `ui5-product-switch` | `import "@ui5/webcomponents-fiori/dist/ProductSwitch.js";` |
24
+ | Product Switch Item | `ui5-product-switch-item` | `import "@ui5/webcomponents-fiori/dist/ProductSwitchItem.js";` |
25
+ | Shell Bar | `ui5-shellbar` | `import "@ui5/webcomponents-fiori/dist/ShellBar.js";` |
26
+ | Shell Bar Item | `ui5-shellbar-item` | `import "@ui5/webcomponents-fiori/dist/ShellBarItem.js";` |
27
+ | Side Navigation | `ui5-side-navigation` | `import "@ui5/webcomponents-fiori/dist/SideNavigation.js";` |
28
+ | Side Navigation Item | `ui5-side-navigation-item` | `import "@ui5/webcomponents-fiori/dist/SideNavigationItem.js";` |
29
+ | Side Navigation Sub Item | `ui5-side-navigation-sub-item` | `import "@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js";` |
30
+ | Timeline | `ui5-timeline` | `import "@ui5/webcomponents-fiori/dist/Timeline.js";` |
31
+ | Timeline Item | `ui5-timeline-item` | comes with `ui5-timeline` |
32
+ | Upload Collection | `ui5-upload-collection` | `import "@ui5/webcomponents-fiori/dist/UploadCollection.js";` |
33
+ | Upload Collection Item | `ui5-upload-collection-item` | `import "@ui5/webcomponents-fiori/dist/UploadCollectionItem.js";` |
34
+ | View Settings Dialog | `ui5-view-settings-dialog` | `import "@ui5/webcomponents-fiori/dist/ViewSettingsDialog.js";` |
35
+ | View Settings Dialog - Sort Item | `ui5-sort-item` | `import "@ui5/webcomponents-fiori/dist/SortItem.js";` |
36
+ | View Settings Dialog - Filter Item | `ui5-filter-item` | `import "@ui5/webcomponents-fiori/dist/FilterItem.js";` |
37
+ | View Settings Dialog - Filter Item Option | `ui5-filter-item-option` | `import "@ui5/webcomponents-fiori/dist/FilterItemOption.js";` |
38
+ | Wizard | `ui5-wizard` | `import "@ui5/webcomponents-fiori/dist/Wizard.js";` |
39
+ | Wizard Step | `ui5-wizard-step` | comes with `ui5-wizard` |
40
+
41
+ ## Provided assets
42
+
43
+ ```js
44
+ import "@ui5/webcomponents-fiori/dist/Assets.js";
45
+ ```
46
+
47
+ | Assets | Module | Notes |
48
+ |------------------|-------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
49
+ | `i18n`, `themes` | `@ui5/webcomponents-fiori/dist/Assets.js` | Theming parameters and translations for the components <br><br> *Automatically imports also:<br> `@ui5/webcomponents/dist/Assets.js`* |
50
+
51
+ ## Provided features
52
+
53
+
54
+ | Affects | Feature Import | Description |
55
+ |----------------|--------------------------------------------------------------|---------------------------------------------------------------------------------------------------------|
56
+ | `ui5-shellbar` | `@ui5/webcomponents-fiori/dist/features/CoPilotAnimation.js` | Support for a better (but bigger in size) animation for the "co-pilot" button in the shellbar component |
57
+
58
+ ### Shellbar CoPilot animation
59
+
60
+ ```js
61
+ import "@ui5/webcomponents-fiori/dist/features/CoPilotAnimation.js";
62
+ ```
63
+
64
+ By default, the `ui5-shellbar` CoPilot button ships with a simple animation for better performance.
65
+ Importing the module above enables the detailed but more resource-intensive animation instead.
66
+
19
67
 
20
68
  ## Resources
21
69
  - [UI5 Web Components - README.md](https://github.com/SAP/ui5-webcomponents/blob/master/README.md)
@@ -26,7 +74,7 @@ For a complete list of all public module imports from the `fiori` package, click
26
74
  We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
27
75
 
28
76
  ## Contribute
29
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/CONTRIBUTING.md).
77
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
30
78
 
31
79
  ## License
32
80
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
@@ -0,0 +1,6 @@
1
+ // main package assets (transitively base and theming)
2
+ import "@ui5/webcomponents/dist/Assets-static.js";
3
+
4
+ // own fiori package assets
5
+ import "./generated/json-imports/Themes-static.js";
6
+ import "./generated/json-imports/i18n-static.js";
package/dist/Assets.js CHANGED
@@ -1,4 +1,4 @@
1
- // main package assets (transitively base and theme-base)
1
+ // main package assets (transitively base, theming and icons)
2
2
  import "@ui5/webcomponents/dist/Assets.js";
3
3
 
4
4
  // own fiori package assets
package/dist/Bar.js ADDED
@@ -0,0 +1,182 @@
1
+ import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
+ import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
+ import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
4
+ import BarTemplate from "./generated/templates/BarTemplate.lit.js";
5
+ import BarDesign from "./types/BarDesign.js";
6
+
7
+ // Styles
8
+ import BarCss from "./generated/themes/Bar.css.js";
9
+
10
+ /**
11
+ * @public
12
+ */
13
+ const metadata = {
14
+ tag: "ui5-bar",
15
+ managedSlots: true,
16
+ properties: /** @lends sap.ui.webcomponents.fiori.Bar.prototype */ {
17
+ /**
18
+ * Defines the <code>ui5-bar</code> design.
19
+ *
20
+ * <br><br>
21
+ * <b>Note:</b>
22
+ * Available options are:
23
+ * <ul>
24
+ * <li><code>Header</code></li>
25
+ * <li><code>Subheader</code></li>
26
+ * <li><code>Footer</code></li>
27
+ * <li><code>FloatingFooter</code></li>
28
+ * </ul>
29
+ *
30
+ * @type {BarDesign}
31
+ * @defaultvalue "Header"
32
+ * @public
33
+ */
34
+ design: {
35
+ type: BarDesign,
36
+ defaultValue: BarDesign.Header,
37
+ },
38
+
39
+ /**
40
+ * Defines if the component middle area needs to be centered between start and end area
41
+ * @type {Boolean}
42
+ * @private
43
+ */
44
+ _shrinked: {
45
+ type: Boolean,
46
+ },
47
+ },
48
+ slots: /** @lends sap.ui.webcomponents.fiori.Bar.prototype */ {
49
+ /**
50
+ * Defines the content at the start of the bar
51
+ * @type {HTMLElement[]}
52
+ * @slot
53
+ * @public
54
+ */
55
+ startContent: {
56
+ type: HTMLElement,
57
+ },
58
+
59
+ /**
60
+ * Defines the content in the middle of the bar
61
+ * @type {HTMLElement[]}
62
+ * @slot
63
+ * @public
64
+ */
65
+ "default": {
66
+ type: HTMLElement,
67
+ propertyName: "middleContent",
68
+ },
69
+
70
+ /**
71
+ * Defines the content at the end of the bar
72
+ * @type {HTMLElement[]}
73
+ * @slot
74
+ * @public
75
+ */
76
+ endContent: {
77
+ type: HTMLElement,
78
+ },
79
+ },
80
+ events: /** @lends sap.ui.webcomponents.fiori.Bar.prototype */ {
81
+ //
82
+ },
83
+ };
84
+
85
+ /**
86
+ * @class
87
+ *
88
+ * <h3 class="comment-api-title">Overview</h3>
89
+ * The Bar is a container which is primarily used to hold titles, buttons and input elements
90
+ * and its design and functionality is the basis for page headers and footers.
91
+ * The component consists of three areas to hold its content - startContent slot, default slot and endContent slot.
92
+ * It has the capability to center content, such as a title, while having other components on the left and right side.
93
+ *
94
+ * <h3>Usage</h3>
95
+ * With the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.
96
+ * <br>
97
+ * <b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.
98
+ *
99
+ * <h3>Responsive Behavior</h3>
100
+ * The default slot will be centered in the available space between the startContent and the endContent areas,
101
+ * therefore it might not always be centered in the entire bar.
102
+ *
103
+ * <h3>CSS Shadow Parts</h3>
104
+ *
105
+ * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM.
106
+ * <br>
107
+ * The <code>ui5-bar</code> exposes the following CSS Shadow Parts:
108
+ * <ul>
109
+ * <li>bar - Used to style the wrapper of the content of the component</li>
110
+ * </ul>
111
+ *
112
+ * <h3>ES6 Module Import</h3>
113
+ *
114
+ * <code>import "@ui5/webcomponents-fiori/dist/Bar.js";</code>
115
+ *
116
+ * @constructor
117
+ * @author SAP SE
118
+ * @alias sap.ui.webcomponents.fiori.Bar
119
+ * @extends UI5Element
120
+ * @tagname ui5-bar
121
+ * @public
122
+ * @since 1.0.0-rc.11
123
+ */
124
+ class Bar extends UI5Element {
125
+ static get metadata() {
126
+ return metadata;
127
+ }
128
+
129
+ static get render() {
130
+ return litRender;
131
+ }
132
+
133
+ static get styles() {
134
+ return BarCss;
135
+ }
136
+
137
+ static get template() {
138
+ return BarTemplate;
139
+ }
140
+
141
+ get accInfo() {
142
+ return {
143
+ "label": this.design,
144
+ };
145
+ }
146
+
147
+ constructor() {
148
+ super();
149
+
150
+ this._handleResizeBound = this.handleResize.bind(this);
151
+ }
152
+
153
+ handleResize() {
154
+ const bar = this.getDomRef();
155
+ const barWidth = bar.offsetWidth;
156
+
157
+ this._shrinked = Array.from(bar.children).some(element => {
158
+ return barWidth / 3 < element.offsetWidth;
159
+ });
160
+ }
161
+
162
+ get classes() {
163
+ return {
164
+ root: {
165
+ "ui5-bar-root": true,
166
+ "ui5-bar-root-shrinked": this._shrinked,
167
+ },
168
+ };
169
+ }
170
+
171
+ onEnterDOM() {
172
+ ResizeHandler.register(this, this._handleResizeBound);
173
+ }
174
+
175
+ onExitDOM() {
176
+ ResizeHandler.deregister(this, this._handleResizeBound);
177
+ }
178
+ }
179
+
180
+ Bar.define();
181
+
182
+ export default Bar;