@openui5/sap.ui.webc.fiori 1.98.0 → 1.99.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (388) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/webc/fiori/.library +1 -1
  3. package/src/sap/ui/webc/fiori/Bar.js +10 -1
  4. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +4 -1
  5. package/src/sap/ui/webc/fiori/DynamicSideContent.js +243 -0
  6. package/src/sap/ui/webc/fiori/FilterItem.js +4 -1
  7. package/src/sap/ui/webc/fiori/FilterItemOption.js +4 -1
  8. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +16 -9
  9. package/src/sap/ui/webc/fiori/IllustratedMessage.js +4 -1
  10. package/src/sap/ui/webc/fiori/MediaGallery.js +180 -0
  11. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +115 -0
  12. package/src/sap/ui/webc/fiori/NotificationAction.js +4 -1
  13. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +4 -1
  14. package/src/sap/ui/webc/fiori/NotificationListItem.js +4 -1
  15. package/src/sap/ui/webc/fiori/Page.js +8 -5
  16. package/src/sap/ui/webc/fiori/ProductSwitch.js +4 -1
  17. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -1
  18. package/src/sap/ui/webc/fiori/ShellBar.js +18 -3
  19. package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -1
  20. package/src/sap/ui/webc/fiori/SideNavigation.js +6 -1
  21. package/src/sap/ui/webc/fiori/SideNavigationItem.js +4 -1
  22. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +4 -1
  23. package/src/sap/ui/webc/fiori/SortItem.js +4 -1
  24. package/src/sap/ui/webc/fiori/Timeline.js +4 -1
  25. package/src/sap/ui/webc/fiori/TimelineItem.js +4 -1
  26. package/src/sap/ui/webc/fiori/UploadCollection.js +4 -1
  27. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +4 -1
  28. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +4 -1
  29. package/src/sap/ui/webc/fiori/Wizard.js +17 -1
  30. package/src/sap/ui/webc/fiori/WizardStep.js +4 -1
  31. package/src/sap/ui/webc/fiori/designtime/messagebundle_ar.properties +4 -0
  32. package/src/sap/ui/webc/fiori/designtime/messagebundle_bg.properties +4 -0
  33. package/src/sap/ui/webc/fiori/designtime/messagebundle_ca.properties +4 -0
  34. package/src/sap/ui/webc/fiori/designtime/messagebundle_cs.properties +4 -0
  35. package/src/sap/ui/webc/fiori/designtime/messagebundle_cy.properties +4 -0
  36. package/src/sap/ui/webc/fiori/designtime/messagebundle_da.properties +4 -0
  37. package/src/sap/ui/webc/fiori/designtime/messagebundle_de.properties +4 -0
  38. package/src/sap/ui/webc/fiori/designtime/messagebundle_el.properties +4 -0
  39. package/src/sap/ui/webc/fiori/designtime/messagebundle_en.properties +4 -0
  40. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_GB.properties +4 -0
  41. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_sappsd.properties +4 -0
  42. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saprigi.properties +4 -0
  43. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saptrc.properties +4 -0
  44. package/src/sap/ui/webc/fiori/designtime/messagebundle_es.properties +4 -0
  45. package/src/sap/ui/webc/fiori/designtime/messagebundle_es_MX.properties +4 -0
  46. package/src/sap/ui/webc/fiori/designtime/messagebundle_et.properties +4 -0
  47. package/src/sap/ui/webc/fiori/designtime/messagebundle_fi.properties +4 -0
  48. package/src/sap/ui/webc/fiori/designtime/messagebundle_fr.properties +4 -0
  49. package/src/sap/ui/webc/fiori/designtime/messagebundle_fr_CA.properties +4 -0
  50. package/src/sap/ui/webc/fiori/designtime/messagebundle_hi.properties +4 -0
  51. package/src/sap/ui/webc/fiori/designtime/messagebundle_hr.properties +4 -0
  52. package/src/sap/ui/webc/fiori/designtime/messagebundle_hu.properties +4 -0
  53. package/src/sap/ui/webc/fiori/designtime/messagebundle_id.properties +4 -0
  54. package/src/sap/ui/webc/fiori/designtime/messagebundle_it.properties +4 -0
  55. package/src/sap/ui/webc/fiori/designtime/messagebundle_iw.properties +4 -0
  56. package/src/sap/ui/webc/fiori/designtime/messagebundle_ja.properties +4 -0
  57. package/src/sap/ui/webc/fiori/designtime/messagebundle_kk.properties +4 -0
  58. package/src/sap/ui/webc/fiori/designtime/messagebundle_ko.properties +4 -0
  59. package/src/sap/ui/webc/fiori/designtime/messagebundle_lt.properties +4 -0
  60. package/src/sap/ui/webc/fiori/designtime/messagebundle_lv.properties +4 -0
  61. package/src/sap/ui/webc/fiori/designtime/messagebundle_ms.properties +4 -0
  62. package/src/sap/ui/webc/fiori/designtime/messagebundle_nl.properties +4 -0
  63. package/src/sap/ui/webc/fiori/designtime/messagebundle_no.properties +4 -0
  64. package/src/sap/ui/webc/fiori/designtime/messagebundle_pl.properties +4 -0
  65. package/src/sap/ui/webc/fiori/designtime/messagebundle_pt.properties +4 -0
  66. package/src/sap/ui/webc/fiori/designtime/messagebundle_pt_PT.properties +4 -0
  67. package/src/sap/ui/webc/fiori/designtime/messagebundle_ro.properties +4 -0
  68. package/src/sap/ui/webc/fiori/designtime/messagebundle_ru.properties +4 -0
  69. package/src/sap/ui/webc/fiori/designtime/messagebundle_sh.properties +4 -0
  70. package/src/sap/ui/webc/fiori/designtime/messagebundle_sk.properties +4 -0
  71. package/src/sap/ui/webc/fiori/designtime/messagebundle_sl.properties +4 -0
  72. package/src/sap/ui/webc/fiori/designtime/messagebundle_sv.properties +4 -0
  73. package/src/sap/ui/webc/fiori/designtime/messagebundle_th.properties +4 -0
  74. package/src/sap/ui/webc/fiori/designtime/messagebundle_tr.properties +4 -0
  75. package/src/sap/ui/webc/fiori/designtime/messagebundle_uk.properties +4 -0
  76. package/src/sap/ui/webc/fiori/designtime/messagebundle_vi.properties +4 -0
  77. package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_CN.properties +4 -0
  78. package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_TW.properties +4 -0
  79. package/src/sap/ui/webc/fiori/library.config.js +3 -0
  80. package/src/sap/ui/webc/fiori/library.js +513 -15
  81. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +4 -0
  82. package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +293 -0
  83. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +25 -0
  84. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +2 -1
  85. package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +4 -0
  86. package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +339 -0
  87. package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +194 -0
  88. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +24 -20
  89. package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +1 -1
  90. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -2
  91. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +2 -0
  92. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +13 -1
  93. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +10 -8
  94. package/src/sap/ui/webc/fiori/thirdparty/WizardTab.js +3 -14
  95. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
  96. package/src/sap/ui/webc/fiori/thirdparty/css/themes/DynamicSideContent.css +1 -0
  97. package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -1
  98. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -0
  99. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -0
  100. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
  101. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
  102. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
  103. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -0
  104. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
  105. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
  106. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
  107. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  108. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  109. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  110. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  111. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  112. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  113. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  114. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  115. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +28 -1
  116. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +8 -8
  117. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
  118. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +1 -1
  119. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/DynamicSideContentTemplate.lit.js +7 -0
  120. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FilterItemTemplate.lit.js +2 -2
  121. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  122. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryItemTemplate.lit.js +10 -0
  123. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryTemplate.lit.js +13 -0
  124. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
  125. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +9 -9
  126. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +2 -2
  127. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +14 -11
  128. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +1 -1
  129. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
  130. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +13 -0
  131. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
  132. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +13 -0
  133. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +13 -0
  134. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
  135. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  136. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +13 -0
  138. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
  139. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
  140. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  141. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  142. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  143. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  144. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  145. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  146. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  147. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  148. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  149. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +22 -0
  150. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +22 -0
  151. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +22 -0
  152. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +22 -0
  153. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +22 -0
  154. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +22 -0
  155. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +22 -0
  156. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +22 -0
  157. package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +22 -0
  158. package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +22 -0
  159. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +22 -0
  160. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +22 -0
  161. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +22 -0
  162. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +22 -0
  163. package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +22 -0
  164. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +22 -0
  165. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +22 -0
  166. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +22 -0
  167. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +22 -0
  168. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +22 -0
  169. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +22 -0
  170. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +22 -0
  171. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +22 -0
  172. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +22 -0
  173. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +22 -0
  174. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +22 -0
  175. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +22 -0
  176. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +22 -0
  177. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +22 -0
  178. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +22 -0
  179. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +22 -0
  180. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +22 -0
  181. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +22 -0
  182. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +22 -0
  183. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +22 -0
  184. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +22 -0
  185. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +22 -0
  186. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +22 -0
  187. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +22 -0
  188. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +22 -0
  189. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +22 -0
  190. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +22 -0
  191. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddColumn.js +44 -0
  192. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddPeople.js +38 -0
  193. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BalloonSky.js +40 -0
  194. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Connection.js +25 -0
  195. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyCalendar.js +80 -0
  196. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyList.js +28 -0
  197. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +85 -0
  198. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ErrorScreen.js +41 -0
  199. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-FilterTable.js +48 -0
  200. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-GroupTable.js +74 -0
  201. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoFilterResults.js +31 -0
  202. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail_v1.js +29 -0
  203. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +43 -0
  204. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks_v1.js +60 -0
  205. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-PageNotFound.js +36 -0
  206. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ReloadScreen.js +41 -0
  207. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ResizeColumn.js +48 -0
  208. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchEarth.js +25 -0
  209. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchFolder.js +34 -0
  210. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBalloon.js +24 -0
  211. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBell.js +17 -0
  212. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCalendar.js +54 -0
  213. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCheckMark.js +13 -0
  214. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleConnection.js +25 -0
  215. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +24 -0
  216. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyList.js +17 -0
  217. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleError.js +17 -0
  218. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMagnifier.js +17 -0
  219. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMail.js +20 -0
  220. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +24 -0
  221. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +28 -0
  222. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleReload.js +18 -0
  223. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleTask.js +30 -0
  224. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SleepingBell.js +30 -0
  225. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SortColumn.js +46 -0
  226. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessBalloon.js +22 -0
  227. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessCheckMark.js +15 -0
  228. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessHighFive.js +52 -0
  229. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessScreen.js +39 -0
  230. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Tent.js +33 -0
  231. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoadImage.js +45 -0
  232. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UploadCollection.js +39 -0
  233. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddColumn.js +55 -0
  234. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddPeople.js +37 -0
  235. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BalloonSky.js +49 -0
  236. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Connection.js +38 -0
  237. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyCalendar.js +93 -0
  238. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyList.js +34 -0
  239. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +98 -0
  240. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ErrorScreen.js +85 -0
  241. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  242. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-GroupTable.js +83 -0
  243. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoFilterResults.js +46 -0
  244. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail_v1.js +62 -0
  245. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems_v1.js +46 -0
  246. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks_v1.js +97 -0
  247. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-PageNotFound.js +40 -0
  248. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ReloadScreen.js +87 -0
  249. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ResizeColumn.js +59 -0
  250. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchEarth.js +37 -0
  251. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchFolder.js +43 -0
  252. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBalloon.js +27 -0
  253. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBell.js +20 -0
  254. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCalendar.js +50 -0
  255. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCheckMark.js +16 -0
  256. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleConnection.js +29 -0
  257. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +27 -0
  258. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyList.js +20 -0
  259. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleError.js +20 -0
  260. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMagnifier.js +20 -0
  261. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMail.js +23 -0
  262. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +34 -0
  263. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +31 -0
  264. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleReload.js +21 -0
  265. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleTask.js +26 -0
  266. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SleepingBell.js +50 -0
  267. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SortColumn.js +57 -0
  268. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessBalloon.js +40 -0
  269. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessCheckMark.js +50 -0
  270. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessHighFive.js +34 -0
  271. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessScreen.js +85 -0
  272. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Tent.js +61 -0
  273. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoadImage.js +42 -0
  274. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UploadCollection.js +37 -0
  275. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddColumn.js +44 -0
  276. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddPeople.js +38 -0
  277. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BalloonSky.js +36 -0
  278. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Connection.js +29 -0
  279. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyCalendar.js +49 -0
  280. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyList.js +28 -0
  281. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +85 -0
  282. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ErrorScreen.js +39 -0
  283. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-FilterTable.js +53 -0
  284. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-GroupTable.js +74 -0
  285. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoFilterResults.js +32 -0
  286. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail_v1.js +23 -0
  287. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +1 -1
  288. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems_v1.js +40 -0
  289. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks_v1.js +22 -0
  290. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-PageNotFound.js +38 -0
  291. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ReloadScreen.js +39 -0
  292. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ResizeColumn.js +48 -0
  293. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchEarth.js +62 -0
  294. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchFolder.js +32 -0
  295. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBalloon.js +14 -0
  296. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBell.js +16 -0
  297. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCalendar.js +53 -0
  298. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCheckMark.js +12 -0
  299. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleConnection.js +17 -0
  300. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +13 -0
  301. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyList.js +13 -0
  302. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleError.js +16 -0
  303. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMagnifier.js +15 -0
  304. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMail.js +19 -0
  305. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +30 -0
  306. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +17 -0
  307. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleReload.js +14 -0
  308. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleTask.js +29 -0
  309. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SleepingBell.js +29 -0
  310. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SortColumn.js +46 -0
  311. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessBalloon.js +26 -0
  312. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessCheckMark.js +14 -0
  313. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessHighFive.js +38 -0
  314. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessScreen.js +39 -0
  315. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Tent.js +31 -0
  316. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoadImage.js +43 -0
  317. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UploadCollection.js +38 -0
  318. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-f55bd0d9.js → messagebundle_ar-fca51e46.js} +28 -1
  319. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-eb73ad77.js → messagebundle_bg-50ccff83.js} +34 -7
  320. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-18554b48.js → messagebundle_ca-85a06d90.js} +28 -1
  321. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-7c21900b.js → messagebundle_cs-302853ec.js} +28 -1
  322. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-04ebca8d.js → messagebundle_cy-651caccd.js} +28 -1
  323. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-49bb0a1c.js → messagebundle_da-e9aa1ef6.js} +28 -1
  324. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-ba618d63.js → messagebundle_de-bb6da518.js} +28 -1
  325. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-7db9c5fd.js → messagebundle_el-615804b9.js} +28 -1
  326. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-d099f44a.js → messagebundle_en-ef2f3248.js} +28 -1
  327. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-4887b667.js → messagebundle_en_GB-01c04ea3.js} +28 -1
  328. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-65b99ab9.js → messagebundle_en_US_sappsd-e1269679.js} +28 -1
  329. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-617e6535.js → messagebundle_en_US_saprigi-489ddf5e.js} +28 -1
  330. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-6d0883b2.js → messagebundle_en_US_saptrc-10d21b5e.js} +28 -1
  331. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-f7558331.js → messagebundle_es-5f0fedbb.js} +28 -1
  332. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-82bc00a1.js → messagebundle_es_MX-aed7f486.js} +28 -1
  333. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-24b4540a.js → messagebundle_et-b3183b9f.js} +28 -1
  334. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-8dc53cb0.js → messagebundle_fi-d16defd1.js} +28 -1
  335. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-7e340939.js → messagebundle_fr-aacafdfd.js} +28 -1
  336. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-d3853c9b.js → messagebundle_fr_CA-85df0db7.js} +28 -1
  337. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-78b175f0.js → messagebundle_hi-2778913a.js} +28 -1
  338. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-3ed6353c.js → messagebundle_hr-5b970689.js} +28 -1
  339. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-9af2b64b.js → messagebundle_hu-8420c634.js} +28 -1
  340. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-7968f555.js → messagebundle_it-480eab3a.js} +28 -1
  341. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-30a93e6c.js → messagebundle_iw-3985bb6c.js} +28 -1
  342. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-2b23c18f.js → messagebundle_ja-0ecd14b1.js} +28 -1
  343. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-847a0b84.js → messagebundle_kk-7cca1aa0.js} +28 -1
  344. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-eaabc5f5.js → messagebundle_ko-dbbb031f.js} +28 -1
  345. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-ac869899.js → messagebundle_lt-89161349.js} +28 -1
  346. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-ff63b614.js → messagebundle_lv-0fa2a05f.js} +28 -1
  347. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-e844b95d.js → messagebundle_ms-f62f8e47.js} +28 -1
  348. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-b644fdd4.js → messagebundle_nl-51ecab32.js} +28 -1
  349. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-aedb265f.js → messagebundle_no-367e49f2.js} +28 -1
  350. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-3f303622.js → messagebundle_pl-2dbad320.js} +28 -1
  351. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-541e1fa1.js → messagebundle_pt-9607a28c.js} +28 -1
  352. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-196ce616.js → messagebundle_pt_PT-9a80b85e.js} +28 -1
  353. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-cbff6cf1.js → messagebundle_ro-81f50071.js} +28 -1
  354. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-ff1b077c.js → messagebundle_ru-76dc702f.js} +28 -1
  355. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-88cafb2d.js → messagebundle_sh-ad66acf1.js} +28 -1
  356. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-877257e4.js → messagebundle_sk-d8363bca.js} +28 -1
  357. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-0504465e.js → messagebundle_sl-dd40d99c.js} +28 -1
  358. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-30172f15.js → messagebundle_sv-1eda9721.js} +28 -1
  359. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-1e8f0c20.js → messagebundle_th-8f15355d.js} +28 -1
  360. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-1739cd9a.js → messagebundle_tr-39a41440.js} +28 -1
  361. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-b933c172.js → messagebundle_uk-2b9e0cc7.js} +29 -2
  362. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-329c5bac.js → messagebundle_vi-59c065b0.js} +28 -1
  363. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-4936266e.js → messagebundle_zh_CN-ee556fa6.js} +28 -1
  364. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-87ecd6ac.js → messagebundle_zh_TW-acc4d3ac.js} +28 -1
  365. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1856eb8c.js +13 -0
  366. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-2472f273.js +13 -0
  367. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-33b95f90.js +13 -0
  368. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-5623e76d.js +13 -0
  369. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-935ea29c.js +13 -0
  370. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9857a7d4.js +13 -0
  371. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cab4acfd.js +13 -0
  372. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d1e906b4.js +13 -0
  373. package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +43 -1
  374. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryItemLayout.js +20 -0
  375. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryLayout.js +21 -0
  376. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuHorizontalAlign.js +20 -0
  377. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuVerticalAlign.js +20 -0
  378. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentFallDown.js +22 -0
  379. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentPosition.js +20 -0
  380. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentVisibility.js +23 -0
  381. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-061b89a5.js +0 -13
  382. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8bbc66c7.js +0 -13
  383. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8cd66b58.js +0 -13
  384. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-b1dbb139.js +0 -13
  385. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-b3677e4f.js +0 -13
  386. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-c7962590.js +0 -13
  387. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-c905672f.js +0 -13
  388. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d5f4bea2.js +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.fiori",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -16,8 +16,8 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.98.0",
20
- "@openui5/sap.ui.webc.main": "1.98.0",
21
- "@openui5/sap.ui.webc.common": "1.98.0"
19
+ "@openui5/sap.ui.core": "1.99.0",
20
+ "@openui5/sap.ui.webc.main": "1.99.0",
21
+ "@openui5/sap.ui.webc.common": "1.99.0"
22
22
  }
23
23
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.fiori</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.98.0</version>
6
+ <version>1.99.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -38,20 +38,26 @@ sap.ui.define([
38
38
  * <li>bar - Used to style the wrapper of the content of the component</li>
39
39
  * </ul>
40
40
  *
41
+ * <h3>Keyboard Handling</h3>
42
+ *
41
43
  * @author SAP SE
42
- * @version 1.98.0
44
+ * @version 1.99.0
43
45
  *
44
46
  * @constructor
45
47
  * @public
46
48
  * @since 1.92.0
47
49
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
48
50
  * @alias sap.ui.webc.fiori.Bar
51
+ * @implements sap.ui.webc.fiori.IBar
49
52
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
50
53
  */
51
54
  var Bar = WebComponent.extend("sap.ui.webc.fiori.Bar", {
52
55
  metadata: {
53
56
  library: "sap.ui.webc.fiori",
54
57
  tag: "ui5-bar-ui5",
58
+ interfaces: [
59
+ "sap.ui.webc.fiori.IBar"
60
+ ],
55
61
  properties: {
56
62
 
57
63
  /**
@@ -113,5 +119,8 @@ sap.ui.define([
113
119
  }
114
120
  });
115
121
 
122
+ /* CUSTOM CODE START */
123
+ /* CUSTOM CODE END */
124
+
116
125
  return Bar;
117
126
  });
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * For a list of supported barcode formats, see the <ui5-link target="_blank" href="https://github.com/zxing-js/library">zxing-js/library</ui5-link> documentation.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.98.0
35
+ * @version 1.99.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -100,5 +100,8 @@ sap.ui.define([
100
100
  * @function
101
101
  */
102
102
 
103
+ /* CUSTOM CODE START */
104
+ /* CUSTOM CODE END */
105
+
103
106
  return BarcodeScannerDialog;
104
107
  });
@@ -0,0 +1,243 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.fiori.DynamicSideContent.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/DynamicSideContent"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ var SideContentFallDown = library.SideContentFallDown;
16
+ var SideContentPosition = library.SideContentPosition;
17
+ var SideContentVisibility = library.SideContentVisibility;
18
+
19
+ /**
20
+ * Constructor for a new <code>DynamicSideContent</code>.
21
+ *
22
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
23
+ * @param {object} [mSettings] Initial settings for the new control
24
+ *
25
+ * @extends sap.ui.webc.common.WebComponent
26
+ * @class
27
+ *
28
+ * <h3>Overview</h3>
29
+ *
30
+ * The DynamicSideContent (<code>sap.ui.webc.fiori.DynamicSideContent</code>) is a layout component that allows additional content to be displayed in a way that flexibly adapts to different screen sizes. The side content appears in a container next to or directly below the main content (it doesn't overlay). When the side content is triggered, the main content becomes narrower (if appearing side-by-side). The side content contains a separate scrollbar when appearing next to the main content.
31
+ *
32
+ * <h3>Usage</h3>
33
+ *
34
+ * <i>When to use?</i>
35
+ *
36
+ * Use this component if you want to display relevant information that is not critical for users to complete a task. Users should have access to all the key functions and critical information in the app even if they do not see the side content. This is important because on smaller screen sizes it may be difficult to display the side content in a way that is easily accessible for the user.
37
+ *
38
+ * <i>When not to use?</i>
39
+ *
40
+ * Don't use it if you want to display navigation or critical information that prevents users from completing a task when they have no access to the side content.
41
+ *
42
+ * <h3>Responsive Behavior</h3>
43
+ *
44
+ * Screen width > 1440px
45
+ *
46
+ *
47
+ * <ul>
48
+ * <li>Main vs. side content ratio is 75 vs. 25 percent (with a minimum of 320px each).</li>
49
+ * <li>If the application defines a trigger, the side content can be hidden.</li>
50
+ * </ul>
51
+ *
52
+ * Screen width <= 1440px and> 1024px
53
+ *
54
+ *
55
+ * <ul>
56
+ * <li>Main vs. side content ratio is 66.666 vs. 33.333 percent (with a minimum of 320px each). If the side content width falls below 320 px, it automatically slides under the main content, unless the app development team specifies that it should disappear.</li>
57
+ * </ul>
58
+ *
59
+ * Screen width <= 1024px and> 720px
60
+ *
61
+ *
62
+ * <ul>
63
+ * <li>The side content ratio is fixed to 340px, and the main content takes the rest of the width. Only if the <code>sideContentFallDown</code> is set to <code>OnMinimumWidth</code> and screen width is <= 960px and> 720px the side content falls below the main content.</li>
64
+ * </ul>
65
+ *
66
+ * Screen width <= 720px (for example on a mobile device) <ul>
67
+ * <li>In this case, the side content automatically disappears from the screen (unless specified to stay under the content by setting of <code>sideContentVisibility</code> property to <code>AlwaysShow</code>) and can be triggered from a pre-set trigger (specified within the app). When the side content is triggered, it replaces the main content. We recommend that you always place the trigger for the side content in the same location, such as in the app footer.</li>
68
+ * </ul>
69
+ *
70
+ * A special case allows switching the comparison mode between the main and side content. In this case, the screen is split into 50:50 percent for main vs. side content. The responsive behavior of the equal split is the same as in the standard view - the side content disappears on screen widths of less than 720 px and can only be viewed by triggering it.
71
+ *
72
+ * @author SAP SE
73
+ * @version 1.99.0
74
+ *
75
+ * @constructor
76
+ * @public
77
+ * @since 1.99.0
78
+ * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
79
+ * @alias sap.ui.webc.fiori.DynamicSideContent
80
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
81
+ */
82
+ var DynamicSideContent = WebComponent.extend("sap.ui.webc.fiori.DynamicSideContent", {
83
+ metadata: {
84
+ library: "sap.ui.webc.fiori",
85
+ tag: "ui5-dynamic-side-content-ui5",
86
+ properties: {
87
+
88
+ /**
89
+ * Defines whether the component is in equal split mode. In this mode, the side and the main content take 50:50 percent of the container on all screen sizes except for phone, where the main and side contents are switching visibility using the toggle method.
90
+ */
91
+ equalSplit: {
92
+ type: "boolean",
93
+ defaultValue: false
94
+ },
95
+
96
+ /**
97
+ * Defines the visibility of the main content.
98
+ */
99
+ hideMainContent: {
100
+ type: "boolean",
101
+ defaultValue: false
102
+ },
103
+
104
+ /**
105
+ * Defines the visibility of the side content.
106
+ */
107
+ hideSideContent: {
108
+ type: "boolean",
109
+ defaultValue: false
110
+ },
111
+
112
+ /**
113
+ * Defines on which breakpoints the side content falls down below the main content.
114
+ *
115
+ * <br>
116
+ * <br>
117
+ * <b>The available values are:</b>
118
+ *
119
+ *
120
+ * <ul>
121
+ * <li><code>BelowXL</code></li>
122
+ * <li><code>BelowL</code></li>
123
+ * <li><code>BelowM</code></li>
124
+ * <li><code>OnMinimumWidth</code></li>
125
+ * </ul>
126
+ */
127
+ sideContentFallDown: {
128
+ type: "sap.ui.webc.fiori.SideContentFallDown",
129
+ defaultValue: SideContentFallDown.OnMinimumWidth
130
+ },
131
+
132
+ /**
133
+ * Defines whether the side content is positioned before the main content (left side in LTR mode), or after the the main content (right side in LTR mode).
134
+ *
135
+ * <br>
136
+ * <br>
137
+ * <b>The available values are:</b>
138
+ *
139
+ *
140
+ * <ul>
141
+ * <li><code>Start</code></li>
142
+ * <li><code>End</code></li>
143
+ * </ul>
144
+ */
145
+ sideContentPosition: {
146
+ type: "sap.ui.webc.fiori.SideContentPosition",
147
+ defaultValue: SideContentPosition.End
148
+ },
149
+
150
+ /**
151
+ * Defines on which breakpoints the side content is visible.
152
+ *
153
+ * <br>
154
+ * <br>
155
+ * <b>The available values are:</b>
156
+ *
157
+ *
158
+ * <ul>
159
+ * <li><code>AlwaysShow</code></li>
160
+ * <li><code>ShowAboveL</code></li>
161
+ * <li><code>ShowAboveM</code></li>
162
+ * <li><code>ShowAboveS</code></li>
163
+ * <li><code>NeverShow</code></li>
164
+ * </ul>
165
+ */
166
+ sideContentVisibility: {
167
+ type: "sap.ui.webc.fiori.SideContentVisibility",
168
+ defaultValue: SideContentVisibility.ShowAboveS
169
+ }
170
+ },
171
+ defaultAggregation: "content",
172
+ aggregations: {
173
+
174
+ /**
175
+ * Defines the main content.
176
+ */
177
+ content: {
178
+ type: "sap.ui.core.Control",
179
+ multiple: true
180
+ },
181
+
182
+ /**
183
+ * Defines the side content.
184
+ */
185
+ sideContent: {
186
+ type: "sap.ui.core.Control",
187
+ multiple: true,
188
+ slot: "sideContent"
189
+ }
190
+ },
191
+ events: {
192
+
193
+ /**
194
+ * Fires when the current breakpoint has been changed.
195
+ */
196
+ layoutChange: {
197
+ parameters: {
198
+ /**
199
+ * the current breakpoint.
200
+ */
201
+ currentBreakpoint: {
202
+ type: "string"
203
+ },
204
+
205
+ /**
206
+ * the breakpoint that was active before change to current breakpoint.
207
+ */
208
+ previousBreakpoint: {
209
+ type: "string"
210
+ },
211
+
212
+ /**
213
+ * visibility of the main content.
214
+ */
215
+ mainContentVisible: {
216
+ type: "boolean"
217
+ },
218
+
219
+ /**
220
+ * visibility of the side content.
221
+ */
222
+ sideContentVisible: {
223
+ type: "boolean"
224
+ }
225
+ }
226
+ }
227
+ },
228
+ methods: ["toggleContents"]
229
+ }
230
+ });
231
+
232
+ /**
233
+ * Toggles visibility of main and side contents on S screen size (mobile device).
234
+ * @public
235
+ * @name sap.ui.webc.fiori.DynamicSideContent#toggleContents
236
+ * @function
237
+ */
238
+
239
+ /* CUSTOM CODE START */
240
+ /* CUSTOM CODE END */
241
+
242
+ return DynamicSideContent;
243
+ });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.98.0
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -67,5 +67,8 @@ sap.ui.define([
67
67
  }
68
68
  });
69
69
 
70
+ /* CUSTOM CODE START */
71
+ /* CUSTOM CODE END */
72
+
70
73
  return FilterItem;
71
74
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.98.0
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -64,5 +64,8 @@ sap.ui.define([
64
64
  }
65
65
  });
66
66
 
67
+ /* CUSTOM CODE START */
68
+ /* CUSTOM CODE END */
69
+
67
70
  return FilterItemOption;
68
71
  });
@@ -39,14 +39,8 @@ sap.ui.define([
39
39
  * <br>
40
40
  * <h3>Keyboard Handling</h3>
41
41
  *
42
- *
43
- * <ul>
44
- * <li>[SPACE, ENTER, RETURN] - If focus is on the layout toggle button (arrow button), once activated, it triggers the associated action (such as expand/collapse the column).</li>
45
- * </ul> <br>
46
- * <br>
47
- *
48
42
  * @author SAP SE
49
- * @version 1.98.0
43
+ * @version 1.99.0
50
44
  *
51
45
  * @constructor
52
46
  * @public
@@ -61,10 +55,20 @@ sap.ui.define([
61
55
  tag: "ui5-flexible-column-layout-ui5",
62
56
  properties: {
63
57
 
58
+ /**
59
+ * An object of strings that defines additional accessibility roles for further customization.
60
+ *
61
+ * It supports the following fields: - <code>startColumnRole</code>: the accessibility role for the <code>startColumn</code> - <code>startArrowContainerRole</code>: the accessibility role for the first arrow container (between the <code>begin</code> and <code>mid</code> columns) - <code>midColumnRole</code>: the accessibility role for the <code>midColumn</code> - <code>endArrowContainerRole</code>: the accessibility role for the second arrow container (between the <code>mid</code> and <code>end</code> columns) - <code>endColumnRole</code>: the accessibility role for the <code>endColumn</code>
62
+ */
63
+ accessibilityRoles: {
64
+ type: "object",
65
+ defaultValue: {}
66
+ },
67
+
64
68
  /**
65
69
  * An object of strings that defines several additional accessibility texts for even further customization.
66
70
  *
67
- * It supports the following fields: - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region - <code>startArrowLeftText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the left - <code>startArrowRightText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the right - <code>endArrowLeftText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the left - <code>endArrowRightText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the right
71
+ * It supports the following fields: - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region - <code>startArrowLeftText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the left - <code>startArrowRightText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the right - <code>endArrowLeftText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the left - <code>endArrowRightText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the right - <code>startArrowContainerAccessibleName</code>: the text that the first arrow container (between the <code>begin</code> and <code>mid</code> columns) will have as <code>aria-label</code> - <code>endArrowContainerAccessibleName</code>: the text that the second arrow container (between the <code>mid</code> and <code>end</code> columns) will have as <code>aria-label</code>
68
72
  */
69
73
  accessibilityTexts: {
70
74
  type: "object",
@@ -162,7 +166,7 @@ sap.ui.define([
162
166
  * The current layout
163
167
  */
164
168
  layout: {
165
- type: "sap.ui.webc.fiori.FCLLayout"
169
+ type: "FCLLayout"
166
170
  },
167
171
 
168
172
  /**
@@ -248,5 +252,8 @@ sap.ui.define([
248
252
  * @function
249
253
  */
250
254
 
255
+ /* CUSTOM CODE START */
256
+ /* CUSTOM CODE END */
257
+
251
258
  return FlexibleColumnLayout;
252
259
  });
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * <h3>Usage</h3> <code>sap.ui.webc.fiori.IllustratedMessage</code> is meant to be used inside container component, for example a <code>sap.ui.webc.main.Card</code>, a <code>sap.ui.webc.main.Dialog</code> or a <code>sap.ui.webc.fiori.Page</code>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.98.0
43
+ * @version 1.99.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -110,5 +110,8 @@ sap.ui.define([
110
110
  }
111
111
  });
112
112
 
113
+ /* CUSTOM CODE START */
114
+ /* CUSTOM CODE END */
115
+
113
116
  return IllustratedMessage;
114
117
  });
@@ -0,0 +1,180 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.fiori.MediaGallery.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/MediaGallery"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ var MediaGalleryLayout = library.MediaGalleryLayout;
16
+ var MediaGalleryMenuHorizontalAlign = library.MediaGalleryMenuHorizontalAlign;
17
+ var MediaGalleryMenuVerticalAlign = library.MediaGalleryMenuVerticalAlign;
18
+
19
+ /**
20
+ * Constructor for a new <code>MediaGallery</code>.
21
+ *
22
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
23
+ * @param {object} [mSettings] Initial settings for the new control
24
+ *
25
+ * @extends sap.ui.webc.common.WebComponent
26
+ * @class
27
+ *
28
+ * <h3>Overview</h3>
29
+ *
30
+ * The <code>ui-media-gallery</code> component allows the user to browse through multimedia items. Currently, the supported items are images and videos. The items should be defined using the <code>sap.ui.webc.fiori.MediaGalleryItem</code> component.
31
+ *
32
+ * The items are initially displayed as thumbnails. When the user selects a thumbnail, the corresponding item is displayed in larger size. <br>
33
+ * The component is responsive by default and adjusts the position of the menu with respect to viewport size, but the application is able to further customize the layout via the provided API.
34
+ *
35
+ * <h3>Keyboard Handling</h3> The <code>sap.ui.webc.fiori.MediaGallery</code> provides advanced keyboard handling. <br>
36
+ * When the thumbnails menu is focused the following keyboard shortcuts allow the user to navigate through the thumbnail items: <br>
37
+ *
38
+ *
39
+ *
40
+ * <ul>
41
+ * <li>[UP/DOWN] - Navigates up and down the items</li>
42
+ * <li>[HOME] - Navigates to first item</li>
43
+ * <li>[END] - Navigates to the last item</li>
44
+ * <li>[SPACE/ENTER] - Select an item
45
+ * </ul> <br>
46
+ *
47
+ * @author SAP SE
48
+ * @version 1.99.0
49
+ *
50
+ * @constructor
51
+ * @public
52
+ * @since 1.99.0
53
+ * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
54
+ * @alias sap.ui.webc.fiori.MediaGallery
55
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
56
+ */
57
+ var MediaGallery = WebComponent.extend("sap.ui.webc.fiori.MediaGallery", {
58
+ metadata: {
59
+ library: "sap.ui.webc.fiori",
60
+ tag: "ui5-media-gallery-ui5",
61
+ properties: {
62
+
63
+ /**
64
+ * If enabled, a <code>display-area-click</code> event is fired when the user clicks or taps on the display area. <br>
65
+ * The display area is the central area that contains the enlarged content of the currently selected item.
66
+ */
67
+ interactiveDisplayArea: {
68
+ type: "boolean",
69
+ defaultValue: false
70
+ },
71
+
72
+ /**
73
+ * Determines the layout of the component. <br>
74
+ * <br>
75
+ * Available options are:
76
+ * <ul>
77
+ * <li><code>Auto</code></li>
78
+ * <li><code>Vertical</code></li>
79
+ * <li><code>Horizontal</code></li>
80
+ * </ul>
81
+ */
82
+ layout: {
83
+ type: "sap.ui.webc.fiori.MediaGalleryLayout",
84
+ defaultValue: MediaGalleryLayout.Auto
85
+ },
86
+
87
+ /**
88
+ * Determines the horizontal alignment of the thumbnails menu vs. the central display area. <br>
89
+ * <br>
90
+ * Available options are:
91
+ * <ul>
92
+ * <li><code>Left</code></li>
93
+ * <li><code>Right</code></li>
94
+ * </ul>
95
+ */
96
+ menuHorizontalAlign: {
97
+ type: "sap.ui.webc.fiori.MediaGalleryMenuHorizontalAlign",
98
+ defaultValue: MediaGalleryMenuHorizontalAlign.Left
99
+ },
100
+
101
+ /**
102
+ * Determines the vertical alignment of the thumbnails menu vs. the central display area. <br>
103
+ * <br>
104
+ * Available options are:
105
+ * <ul>
106
+ * <li><code>Top</code></li>
107
+ * <li><code>Bottom</code></li>
108
+ * </ul>
109
+ */
110
+ menuVerticalAlign: {
111
+ type: "sap.ui.webc.fiori.MediaGalleryMenuVerticalAlign",
112
+ defaultValue: MediaGalleryMenuVerticalAlign.Bottom
113
+ },
114
+
115
+ /**
116
+ * If set to <code>true</code>, all thumbnails are rendered in a scrollable container. If <code>false</code>, only up to five thumbnails are rendered, followed by an overflow button that shows the count of the remaining thumbnails.
117
+ */
118
+ showAllThumbnails: {
119
+ type: "boolean",
120
+ defaultValue: false
121
+ }
122
+ },
123
+ defaultAggregation: "items",
124
+ aggregations: {
125
+
126
+ /**
127
+ * Defines the component items.
128
+ *
129
+ * <br>
130
+ * <br>
131
+ * <b>Note:</b> Only one selected item is allowed.
132
+ *
133
+ * <br>
134
+ * <br>
135
+ * <b>Note:</b> Use the <code>sap.ui.webc.fiori.MediaGalleryItem</code> component to define the desired items.
136
+ */
137
+ items: {
138
+ type: "sap.ui.webc.fiori.IMediaGalleryItem",
139
+ multiple: true
140
+ }
141
+ },
142
+ events: {
143
+
144
+ /**
145
+ * Fired when the display area is clicked.<br>
146
+ * The display area is the central area that contains the enlarged content of the currently selected item.
147
+ */
148
+ displayAreaClick: {
149
+ parameters: {}
150
+ },
151
+
152
+ /**
153
+ * Fired when the thumbnails overflow button is clicked.
154
+ */
155
+ overflowClick: {
156
+ parameters: {}
157
+ },
158
+
159
+ /**
160
+ * Fired when selection is changed by user interaction.
161
+ */
162
+ selectionChange: {
163
+ parameters: {
164
+ /**
165
+ * the selected item.
166
+ */
167
+ item: {
168
+ type: "HTMLElement"
169
+ }
170
+ }
171
+ }
172
+ }
173
+ }
174
+ });
175
+
176
+ /* CUSTOM CODE START */
177
+ /* CUSTOM CODE END */
178
+
179
+ return MediaGallery;
180
+ });