@openui5/sap.ui.webc.fiori 1.97.1 → 1.99.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 (401) hide show
  1. package/.reuse/dep5 +25 -30
  2. package/THIRDPARTY.txt +14 -21
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +1 -1
  5. package/src/sap/ui/webc/fiori/Bar.js +10 -1
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +5 -2
  7. package/src/sap/ui/webc/fiori/DynamicSideContent.js +243 -0
  8. package/src/sap/ui/webc/fiori/FilterItem.js +5 -2
  9. package/src/sap/ui/webc/fiori/FilterItemOption.js +5 -2
  10. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +15 -8
  11. package/src/sap/ui/webc/fiori/IllustratedMessage.js +5 -2
  12. package/src/sap/ui/webc/fiori/MediaGallery.js +180 -0
  13. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +115 -0
  14. package/src/sap/ui/webc/fiori/NotificationAction.js +4 -1
  15. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +4 -1
  16. package/src/sap/ui/webc/fiori/NotificationListItem.js +4 -1
  17. package/src/sap/ui/webc/fiori/Page.js +8 -5
  18. package/src/sap/ui/webc/fiori/ProductSwitch.js +4 -1
  19. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -1
  20. package/src/sap/ui/webc/fiori/ShellBar.js +62 -11
  21. package/src/sap/ui/webc/fiori/ShellBarItem.js +5 -2
  22. package/src/sap/ui/webc/fiori/SideNavigation.js +6 -1
  23. package/src/sap/ui/webc/fiori/SideNavigationItem.js +4 -1
  24. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +4 -1
  25. package/src/sap/ui/webc/fiori/SortItem.js +5 -2
  26. package/src/sap/ui/webc/fiori/Timeline.js +4 -1
  27. package/src/sap/ui/webc/fiori/TimelineItem.js +4 -1
  28. package/src/sap/ui/webc/fiori/UploadCollection.js +4 -1
  29. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +4 -1
  30. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +5 -2
  31. package/src/sap/ui/webc/fiori/Wizard.js +17 -9
  32. package/src/sap/ui/webc/fiori/WizardStep.js +4 -17
  33. package/src/sap/ui/webc/fiori/designtime/messagebundle_ar.properties +4 -0
  34. package/src/sap/ui/webc/fiori/designtime/messagebundle_bg.properties +4 -0
  35. package/src/sap/ui/webc/fiori/designtime/messagebundle_ca.properties +4 -0
  36. package/src/sap/ui/webc/fiori/designtime/messagebundle_cs.properties +4 -0
  37. package/src/sap/ui/webc/fiori/designtime/messagebundle_cy.properties +4 -0
  38. package/src/sap/ui/webc/fiori/designtime/messagebundle_da.properties +4 -0
  39. package/src/sap/ui/webc/fiori/designtime/messagebundle_de.properties +4 -0
  40. package/src/sap/ui/webc/fiori/designtime/messagebundle_el.properties +4 -0
  41. package/src/sap/ui/webc/fiori/designtime/messagebundle_en.properties +4 -0
  42. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_GB.properties +4 -0
  43. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_sappsd.properties +4 -0
  44. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saprigi.properties +4 -0
  45. package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saptrc.properties +4 -0
  46. package/src/sap/ui/webc/fiori/designtime/messagebundle_es.properties +4 -0
  47. package/src/sap/ui/webc/fiori/designtime/messagebundle_es_MX.properties +4 -0
  48. package/src/sap/ui/webc/fiori/designtime/messagebundle_et.properties +4 -0
  49. package/src/sap/ui/webc/fiori/designtime/messagebundle_fi.properties +4 -0
  50. package/src/sap/ui/webc/fiori/designtime/messagebundle_fr.properties +4 -0
  51. package/src/sap/ui/webc/fiori/designtime/messagebundle_fr_CA.properties +4 -0
  52. package/src/sap/ui/webc/fiori/designtime/messagebundle_hi.properties +4 -0
  53. package/src/sap/ui/webc/fiori/designtime/messagebundle_hr.properties +4 -0
  54. package/src/sap/ui/webc/fiori/designtime/messagebundle_hu.properties +4 -0
  55. package/src/sap/ui/webc/fiori/designtime/messagebundle_id.properties +4 -0
  56. package/src/sap/ui/webc/fiori/designtime/messagebundle_it.properties +4 -0
  57. package/src/sap/ui/webc/fiori/designtime/messagebundle_iw.properties +4 -0
  58. package/src/sap/ui/webc/fiori/designtime/messagebundle_ja.properties +4 -0
  59. package/src/sap/ui/webc/fiori/designtime/messagebundle_kk.properties +4 -0
  60. package/src/sap/ui/webc/fiori/designtime/messagebundle_ko.properties +4 -0
  61. package/src/sap/ui/webc/fiori/designtime/messagebundle_lt.properties +4 -0
  62. package/src/sap/ui/webc/fiori/designtime/messagebundle_lv.properties +4 -0
  63. package/src/sap/ui/webc/fiori/designtime/messagebundle_ms.properties +4 -0
  64. package/src/sap/ui/webc/fiori/designtime/messagebundle_nl.properties +4 -0
  65. package/src/sap/ui/webc/fiori/designtime/messagebundle_no.properties +4 -0
  66. package/src/sap/ui/webc/fiori/designtime/messagebundle_pl.properties +4 -0
  67. package/src/sap/ui/webc/fiori/designtime/messagebundle_pt.properties +4 -0
  68. package/src/sap/ui/webc/fiori/designtime/messagebundle_pt_PT.properties +4 -0
  69. package/src/sap/ui/webc/fiori/designtime/messagebundle_ro.properties +4 -0
  70. package/src/sap/ui/webc/fiori/designtime/messagebundle_ru.properties +4 -0
  71. package/src/sap/ui/webc/fiori/designtime/messagebundle_sh.properties +4 -0
  72. package/src/sap/ui/webc/fiori/designtime/messagebundle_sk.properties +4 -0
  73. package/src/sap/ui/webc/fiori/designtime/messagebundle_sl.properties +4 -0
  74. package/src/sap/ui/webc/fiori/designtime/messagebundle_sv.properties +4 -0
  75. package/src/sap/ui/webc/fiori/designtime/messagebundle_th.properties +4 -0
  76. package/src/sap/ui/webc/fiori/designtime/messagebundle_tr.properties +4 -0
  77. package/src/sap/ui/webc/fiori/designtime/messagebundle_uk.properties +4 -0
  78. package/src/sap/ui/webc/fiori/designtime/messagebundle_vi.properties +4 -0
  79. package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_CN.properties +4 -0
  80. package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_TW.properties +4 -0
  81. package/src/sap/ui/webc/fiori/library.config.js +3 -0
  82. package/src/sap/ui/webc/fiori/library.js +514 -16
  83. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +4 -0
  84. package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +293 -0
  85. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +25 -0
  86. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +2 -1
  87. package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +4 -0
  88. package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +339 -0
  89. package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +194 -0
  90. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +52 -25
  91. package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +4 -7
  92. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +5 -1
  93. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +2 -0
  94. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +13 -1
  95. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -13
  96. package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +0 -6
  97. package/src/sap/ui/webc/fiori/thirdparty/WizardTab.js +3 -14
  98. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
  99. package/src/sap/ui/webc/fiori/thirdparty/css/themes/DynamicSideContent.css +1 -0
  100. package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -1
  101. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -0
  102. package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -0
  103. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
  104. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
  105. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
  106. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
  107. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
  108. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -0
  109. package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
  110. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
  111. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
  112. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
  113. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  114. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  115. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  116. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  117. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  118. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  119. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  120. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  121. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  122. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +28 -1
  123. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +10 -9
  124. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
  125. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +1 -1
  126. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/DynamicSideContentTemplate.lit.js +7 -0
  127. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FilterItemTemplate.lit.js +2 -2
  128. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  129. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryItemTemplate.lit.js +10 -0
  130. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryTemplate.lit.js +13 -0
  131. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
  132. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +10 -10
  133. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +1 -1
  134. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +2 -2
  135. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +14 -11
  136. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +1 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
  138. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +13 -0
  139. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
  140. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +13 -0
  141. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +13 -0
  142. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
  143. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  144. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
  145. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
  146. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
  147. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +13 -0
  148. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
  149. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
  150. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
  151. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  152. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  153. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  154. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  155. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  156. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  157. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  158. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  159. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  160. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
  161. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +22 -0
  162. package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +22 -0
  163. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +22 -0
  164. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +22 -0
  165. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +22 -0
  166. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +22 -0
  167. package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +22 -0
  168. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +22 -0
  169. package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +22 -0
  170. package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +22 -0
  171. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +22 -0
  172. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +22 -0
  173. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +22 -0
  174. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +22 -0
  175. package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +22 -0
  176. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +22 -0
  177. package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +22 -0
  178. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +22 -0
  179. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +22 -0
  180. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +22 -0
  181. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +22 -0
  182. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +22 -0
  183. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +22 -0
  184. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +22 -0
  185. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +22 -0
  186. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +22 -0
  187. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +22 -0
  188. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +22 -0
  189. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +22 -0
  190. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +22 -0
  191. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +22 -0
  192. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +22 -0
  193. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +22 -0
  194. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +22 -0
  195. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +22 -0
  196. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +22 -0
  197. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +22 -0
  198. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +22 -0
  199. package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +22 -0
  200. package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +22 -0
  201. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +22 -0
  202. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +22 -0
  203. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddColumn.js +44 -0
  204. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddPeople.js +38 -0
  205. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BalloonSky.js +40 -0
  206. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Connection.js +25 -0
  207. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyCalendar.js +80 -0
  208. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyList.js +28 -0
  209. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +85 -0
  210. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ErrorScreen.js +41 -0
  211. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-FilterTable.js +48 -0
  212. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-GroupTable.js +74 -0
  213. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoFilterResults.js +31 -0
  214. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail_v1.js +29 -0
  215. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +43 -0
  216. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks_v1.js +60 -0
  217. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-PageNotFound.js +36 -0
  218. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ReloadScreen.js +41 -0
  219. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ResizeColumn.js +48 -0
  220. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchEarth.js +25 -0
  221. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchFolder.js +34 -0
  222. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBalloon.js +24 -0
  223. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBell.js +17 -0
  224. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCalendar.js +54 -0
  225. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCheckMark.js +13 -0
  226. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleConnection.js +25 -0
  227. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +24 -0
  228. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyList.js +17 -0
  229. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleError.js +17 -0
  230. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMagnifier.js +17 -0
  231. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMail.js +20 -0
  232. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +24 -0
  233. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +28 -0
  234. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleReload.js +18 -0
  235. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleTask.js +30 -0
  236. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SleepingBell.js +30 -0
  237. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SortColumn.js +46 -0
  238. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessBalloon.js +22 -0
  239. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessCheckMark.js +15 -0
  240. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessHighFive.js +52 -0
  241. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessScreen.js +39 -0
  242. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Tent.js +33 -0
  243. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoadImage.js +45 -0
  244. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UploadCollection.js +39 -0
  245. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddColumn.js +55 -0
  246. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddPeople.js +37 -0
  247. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BalloonSky.js +49 -0
  248. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Connection.js +38 -0
  249. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyCalendar.js +93 -0
  250. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyList.js +34 -0
  251. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +98 -0
  252. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ErrorScreen.js +85 -0
  253. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-FilterTable.js +63 -0
  254. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-GroupTable.js +83 -0
  255. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoFilterResults.js +46 -0
  256. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail_v1.js +62 -0
  257. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems_v1.js +46 -0
  258. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks_v1.js +97 -0
  259. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-PageNotFound.js +40 -0
  260. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ReloadScreen.js +87 -0
  261. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ResizeColumn.js +59 -0
  262. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchEarth.js +37 -0
  263. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchFolder.js +43 -0
  264. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBalloon.js +27 -0
  265. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBell.js +20 -0
  266. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCalendar.js +50 -0
  267. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCheckMark.js +16 -0
  268. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleConnection.js +29 -0
  269. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +27 -0
  270. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyList.js +20 -0
  271. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleError.js +20 -0
  272. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMagnifier.js +20 -0
  273. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMail.js +23 -0
  274. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +34 -0
  275. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +31 -0
  276. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleReload.js +21 -0
  277. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleTask.js +26 -0
  278. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SleepingBell.js +50 -0
  279. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SortColumn.js +57 -0
  280. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessBalloon.js +40 -0
  281. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessCheckMark.js +50 -0
  282. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessHighFive.js +34 -0
  283. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessScreen.js +85 -0
  284. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Tent.js +61 -0
  285. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoadImage.js +42 -0
  286. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UploadCollection.js +37 -0
  287. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddColumn.js +44 -0
  288. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddPeople.js +38 -0
  289. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BalloonSky.js +36 -0
  290. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Connection.js +29 -0
  291. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyCalendar.js +49 -0
  292. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyList.js +28 -0
  293. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +85 -0
  294. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ErrorScreen.js +39 -0
  295. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-FilterTable.js +53 -0
  296. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-GroupTable.js +74 -0
  297. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoFilterResults.js +32 -0
  298. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail_v1.js +23 -0
  299. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +1 -1
  300. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems_v1.js +40 -0
  301. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks_v1.js +22 -0
  302. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-PageNotFound.js +38 -0
  303. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ReloadScreen.js +39 -0
  304. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ResizeColumn.js +48 -0
  305. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchEarth.js +62 -0
  306. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchFolder.js +32 -0
  307. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBalloon.js +14 -0
  308. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBell.js +16 -0
  309. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCalendar.js +53 -0
  310. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCheckMark.js +12 -0
  311. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleConnection.js +17 -0
  312. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +13 -0
  313. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyList.js +13 -0
  314. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleError.js +16 -0
  315. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMagnifier.js +15 -0
  316. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMail.js +19 -0
  317. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +30 -0
  318. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +17 -0
  319. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleReload.js +14 -0
  320. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleTask.js +29 -0
  321. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SleepingBell.js +29 -0
  322. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SortColumn.js +46 -0
  323. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessBalloon.js +26 -0
  324. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessCheckMark.js +14 -0
  325. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessHighFive.js +38 -0
  326. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessScreen.js +39 -0
  327. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Tent.js +31 -0
  328. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoadImage.js +43 -0
  329. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UploadCollection.js +38 -0
  330. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-f55bd0d9.js → messagebundle_ar-fca51e46.js} +28 -1
  331. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-eb73ad77.js → messagebundle_bg-50ccff83.js} +34 -7
  332. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-18554b48.js → messagebundle_ca-85a06d90.js} +28 -1
  333. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-7c21900b.js → messagebundle_cs-302853ec.js} +28 -1
  334. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-04ebca8d.js → messagebundle_cy-651caccd.js} +28 -1
  335. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-49bb0a1c.js → messagebundle_da-e9aa1ef6.js} +28 -1
  336. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-ba618d63.js → messagebundle_de-bb6da518.js} +28 -1
  337. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-7db9c5fd.js → messagebundle_el-615804b9.js} +28 -1
  338. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-d099f44a.js → messagebundle_en-ef2f3248.js} +28 -1
  339. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-4887b667.js → messagebundle_en_GB-01c04ea3.js} +28 -1
  340. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-65b99ab9.js → messagebundle_en_US_sappsd-e1269679.js} +28 -1
  341. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-617e6535.js → messagebundle_en_US_saprigi-489ddf5e.js} +28 -1
  342. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-6d0883b2.js → messagebundle_en_US_saptrc-10d21b5e.js} +28 -1
  343. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-f7558331.js → messagebundle_es-5f0fedbb.js} +28 -1
  344. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-82bc00a1.js → messagebundle_es_MX-aed7f486.js} +28 -1
  345. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-24b4540a.js → messagebundle_et-b3183b9f.js} +28 -1
  346. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-8dc53cb0.js → messagebundle_fi-d16defd1.js} +28 -1
  347. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-7e340939.js → messagebundle_fr-aacafdfd.js} +28 -1
  348. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-d3853c9b.js → messagebundle_fr_CA-85df0db7.js} +28 -1
  349. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-78b175f0.js → messagebundle_hi-2778913a.js} +28 -1
  350. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-3ed6353c.js → messagebundle_hr-5b970689.js} +28 -1
  351. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-9af2b64b.js → messagebundle_hu-8420c634.js} +28 -1
  352. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-7968f555.js → messagebundle_it-480eab3a.js} +28 -1
  353. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-30a93e6c.js → messagebundle_iw-3985bb6c.js} +28 -1
  354. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-2b23c18f.js → messagebundle_ja-0ecd14b1.js} +28 -1
  355. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-847a0b84.js → messagebundle_kk-7cca1aa0.js} +28 -1
  356. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-eaabc5f5.js → messagebundle_ko-dbbb031f.js} +28 -1
  357. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-ac869899.js → messagebundle_lt-89161349.js} +28 -1
  358. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-ff63b614.js → messagebundle_lv-0fa2a05f.js} +28 -1
  359. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-e844b95d.js → messagebundle_ms-f62f8e47.js} +28 -1
  360. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-b644fdd4.js → messagebundle_nl-51ecab32.js} +28 -1
  361. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-aedb265f.js → messagebundle_no-367e49f2.js} +28 -1
  362. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-3f303622.js → messagebundle_pl-2dbad320.js} +28 -1
  363. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-541e1fa1.js → messagebundle_pt-9607a28c.js} +28 -1
  364. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-196ce616.js → messagebundle_pt_PT-9a80b85e.js} +28 -1
  365. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-cbff6cf1.js → messagebundle_ro-81f50071.js} +28 -1
  366. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-ff1b077c.js → messagebundle_ru-76dc702f.js} +28 -1
  367. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-88cafb2d.js → messagebundle_sh-ad66acf1.js} +28 -1
  368. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-877257e4.js → messagebundle_sk-d8363bca.js} +28 -1
  369. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-0504465e.js → messagebundle_sl-dd40d99c.js} +28 -1
  370. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-30172f15.js → messagebundle_sv-1eda9721.js} +28 -1
  371. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-1e8f0c20.js → messagebundle_th-8f15355d.js} +28 -1
  372. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-1739cd9a.js → messagebundle_tr-39a41440.js} +28 -1
  373. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-b933c172.js → messagebundle_uk-2b9e0cc7.js} +29 -2
  374. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-329c5bac.js → messagebundle_vi-59c065b0.js} +28 -1
  375. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-4936266e.js → messagebundle_zh_CN-ee556fa6.js} +28 -1
  376. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-87ecd6ac.js → messagebundle_zh_TW-acc4d3ac.js} +28 -1
  377. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1856eb8c.js +13 -0
  378. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-2472f273.js +13 -0
  379. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-33b95f90.js +13 -0
  380. package/src/sap/ui/webc/fiori/thirdparty/{parameters-bundle.css-becae35f.js → parameters-bundle.css-38936e07.js} +2 -2
  381. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-5623e76d.js +13 -0
  382. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-935ea29c.js +13 -0
  383. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9857a7d4.js +13 -0
  384. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cab4acfd.js +13 -0
  385. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d1e906b4.js +13 -0
  386. package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +43 -1
  387. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryItemLayout.js +20 -0
  388. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryLayout.js +21 -0
  389. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuHorizontalAlign.js +20 -0
  390. package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuVerticalAlign.js +20 -0
  391. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentFallDown.js +22 -0
  392. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentPosition.js +20 -0
  393. package/src/sap/ui/webc/fiori/thirdparty/types/SideContentVisibility.js +23 -0
  394. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +0 -7
  395. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1b65841f.js +0 -13
  396. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7ad9af9f.js +0 -13
  397. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7cb04d8d.js +0 -13
  398. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9b078ef8.js +0 -13
  399. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-aed8d630.js +0 -13
  400. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e0121de4.js +0 -13
  401. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e4fed822.js +0 -13
@@ -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.97.1
43
+ * @version 1.99.1
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.1
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
+ });
@@ -0,0 +1,115 @@
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.MediaGalleryItem.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/MediaGalleryItem"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ var MediaGalleryItemLayout = library.MediaGalleryItemLayout;
16
+
17
+ /**
18
+ * Constructor for a new <code>MediaGalleryItem</code>.
19
+ *
20
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
21
+ * @param {object} [mSettings] Initial settings for the new control
22
+ *
23
+ * @extends sap.ui.webc.common.WebComponent
24
+ * @class
25
+ *
26
+ * <h3>Overview</h3> The <code>sap.ui.webc.fiori.MediaGalleryItem</code> web component represents the items displayed in the <code>sap.ui.webc.fiori.MediaGallery</code> web component. <br>
27
+ * <br>
28
+ * <b>Note:</b> <code>sap.ui.webc.fiori.MediaGalleryItem</code> is not supported when used outside of <code>sap.ui.webc.fiori.MediaGallery</code>. <br>
29
+ * <br>
30
+ *
31
+ *
32
+ * <h3>Keyboard Handling</h3> The <code>sap.ui.webc.fiori.MediaGallery</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br>
33
+ *
34
+ * <ul>
35
+ * <li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li>
36
+ * </ul>
37
+ *
38
+ * @author SAP SE
39
+ * @version 1.99.1
40
+ *
41
+ * @constructor
42
+ * @public
43
+ * @since 1.99.0
44
+ * @experimental Since 1.99.0 This control is experimental and its API might change significantly.
45
+ * @alias sap.ui.webc.fiori.MediaGalleryItem
46
+ * @implements sap.ui.webc.fiori.IMediaGalleryItem
47
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
48
+ */
49
+ var MediaGalleryItem = WebComponent.extend("sap.ui.webc.fiori.MediaGalleryItem", {
50
+ metadata: {
51
+ library: "sap.ui.webc.fiori",
52
+ tag: "ui5-media-gallery-item-ui5",
53
+ interfaces: [
54
+ "sap.ui.webc.fiori.IMediaGalleryItem"
55
+ ],
56
+ properties: {
57
+
58
+ /**
59
+ * Defines whether the component is in disabled state.
60
+ */
61
+ disabled: {
62
+ type: "boolean",
63
+ defaultValue: false
64
+ },
65
+
66
+ /**
67
+ * Determines the layout of the item container. <br>
68
+ * <br>
69
+ * Available options are:
70
+ * <ul>
71
+ * <li><code>Square</code></li>
72
+ * <li><code>Wide</code></li>
73
+ * </ul>
74
+ */
75
+ layout: {
76
+ type: "sap.ui.webc.fiori.MediaGalleryItemLayout",
77
+ defaultValue: MediaGalleryItemLayout.Square
78
+ },
79
+
80
+ /**
81
+ * Defines the selected state of the component.
82
+ */
83
+ selected: {
84
+ type: "boolean",
85
+ defaultValue: false
86
+ }
87
+ },
88
+ defaultAggregation: "content",
89
+ aggregations: {
90
+
91
+ /**
92
+ * Defines the content of the component.
93
+ */
94
+ content: {
95
+ type: "sap.ui.core.Control",
96
+ multiple: true
97
+ },
98
+
99
+ /**
100
+ * Defines the content of the thumbnail.
101
+ */
102
+ thumbnail: {
103
+ type: "sap.ui.core.Control",
104
+ multiple: true,
105
+ slot: "thumbnail"
106
+ }
107
+ }
108
+ }
109
+ });
110
+
111
+ /* CUSTOM CODE START */
112
+ /* CUSTOM CODE END */
113
+
114
+ return MediaGalleryItem;
115
+ });
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.fiori.NotificationAction</code> represents an abstract action, used in the <code>sap.ui.webc.fiori.NotificationListItem</code> and the <code>sap.ui.webc.fiori.NotificationListGroupItem</code> items.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.97.1
30
+ * @version 1.99.1
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -96,5 +96,8 @@ sap.ui.define([
96
96
  }
97
97
  });
98
98
 
99
+ /* CUSTOM CODE START */
100
+ /* CUSTOM CODE END */
101
+
99
102
  return NotificationAction;
100
103
  });
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.97.1
50
+ * @version 1.99.1
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -179,5 +179,8 @@ sap.ui.define([
179
179
  }
180
180
  });
181
181
 
182
+ /* CUSTOM CODE START */
183
+ /* CUSTOM CODE END */
184
+
182
185
  return NotificationListGroupItem;
183
186
  });
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * </ul>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.97.1
52
+ * @version 1.99.1
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -194,5 +194,8 @@ sap.ui.define([
194
194
  }
195
195
  });
196
196
 
197
+ /* CUSTOM CODE START */
198
+ /* CUSTOM CODE END */
199
+
197
200
  return NotificationListItem;
198
201
  });
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <b>Note:</b> <code>sap.ui.webc.fiori.Page</code> occipues the whole available space of its parent. In order to achieve the intended design you have to make sure that there is enough space for the <code>sap.ui.webc.fiori.Page</code> to be rendered.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.97.1
34
+ * @version 1.99.1
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -121,8 +121,8 @@ sap.ui.define([
121
121
  * Defines the footer HTML Element.
122
122
  */
123
123
  footer: {
124
- type: "sap.ui.core.Control",
125
- multiple: true,
124
+ type: "sap.ui.webc.fiori.IBar",
125
+ multiple: false,
126
126
  slot: "footer"
127
127
  },
128
128
 
@@ -130,13 +130,16 @@ sap.ui.define([
130
130
  * Defines the header HTML Element.
131
131
  */
132
132
  header: {
133
- type: "sap.ui.core.Control",
134
- multiple: true,
133
+ type: "sap.ui.webc.fiori.IBar",
134
+ multiple: false,
135
135
  slot: "header"
136
136
  }
137
137
  }
138
138
  }
139
139
  });
140
140
 
141
+ /* CUSTOM CODE START */
142
+ /* CUSTOM CODE END */
143
+
141
144
  return Page;
142
145
  });
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.97.1
40
+ * @version 1.99.1
41
41
  *
42
42
  * @constructor
43
43
  * @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 ProductSwitch;
68
71
  });
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.97.1
37
+ * @version 1.99.1
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -119,5 +119,8 @@ sap.ui.define([
119
119
  }
120
120
  });
121
121
 
122
+ /* CUSTOM CODE START */
123
+ /* CUSTOM CODE END */
124
+
122
125
  return ProductSwitchItem;
123
126
  });
@@ -39,13 +39,6 @@ sap.ui.define([
39
39
  * <li>product-switch</li>
40
40
  * </ul>
41
41
  *
42
- * In the context of <code>sap.ui.webc.fiori.ShellBar</code>, you can provide a custom stable DOM refs for:
43
- * <ul>
44
- * <li>Every <code>sap.ui.webc.fiori.ShellBarItem</code> that you provide. Example: <code>
45
- * <ui5-shellbar-item stable-dom-ref="messages"></ui5-shellbar-item>
46
- * </code></li>
47
- * </ul>
48
- *
49
42
  * <h3>CSS Shadow Parts</h3>
50
43
  *
51
44
  * <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. <br>
@@ -54,8 +47,10 @@ sap.ui.define([
54
47
  * <li>root - Used to style the outermost wrapper of the <code>sap.ui.webc.fiori.ShellBar</code></li>
55
48
  * </ul>
56
49
  *
50
+ * <h3>Keyboard Handling</h3>
51
+ *
57
52
  * @author SAP SE
58
- * @version 1.97.1
53
+ * @version 1.99.1
59
54
  *
60
55
  * @constructor
61
56
  * @public
@@ -70,6 +65,16 @@ sap.ui.define([
70
65
  tag: "ui5-shellbar-ui5",
71
66
  properties: {
72
67
 
68
+ /**
69
+ * An object of strings that defines several additional accessibility texts for even further customization.
70
+ *
71
+ * It supports the following fields: - <code>profileButtonTitle</code>: defines the tooltip for the profile button - <code>logoTitle</code>: defines the tooltip for the logo
72
+ */
73
+ accessibilityTexts: {
74
+ type: "object",
75
+ defaultValue: {}
76
+ },
77
+
73
78
  /**
74
79
  * Defines the <code>notificationsCount</code>, displayed in the notification icon top-right corner.
75
80
  */
@@ -216,7 +221,7 @@ sap.ui.define([
216
221
  },
217
222
 
218
223
  /**
219
- * Fired, when a menu item is activated <b>Note:</b> You can prevent closing of oveflow popover by calling <code>event.preventDefault()</code>.
224
+ * Fired, when a menu item is activated <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
220
225
  */
221
226
  menuItemClick: {
222
227
  parameters: {
@@ -245,7 +250,7 @@ sap.ui.define([
245
250
  },
246
251
 
247
252
  /**
248
- * Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of oveflow popover by calling <code>event.preventDefault()</code>.
253
+ * Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
249
254
  */
250
255
  productSwitchClick: {
251
256
  allowPreventDefault: true,
@@ -273,7 +278,8 @@ sap.ui.define([
273
278
  }
274
279
  }
275
280
  },
276
- methods: ["closeOverflow"]
281
+ methods: ["closeOverflow"],
282
+ getters: ["copilotDomRef", "logoDomRef", "notificationsDomRef", "overflowDomRef", "productSwitchDomRef", "profileDomRef"]
277
283
  }
278
284
  });
279
285
 
@@ -284,5 +290,50 @@ sap.ui.define([
284
290
  * @function
285
291
  */
286
292
 
293
+ /**
294
+ * Returns the <code>copilot</code> DOM ref.
295
+ * @public
296
+ * @name sap.ui.webc.fiori.ShellBar#getCopilotDomRef
297
+ * @function
298
+ */
299
+
300
+ /**
301
+ * Returns the <code>logo</code> DOM ref.
302
+ * @public
303
+ * @name sap.ui.webc.fiori.ShellBar#getLogoDomRef
304
+ * @function
305
+ */
306
+
307
+ /**
308
+ * Returns the <code>notifications</code> icon DOM ref.
309
+ * @public
310
+ * @name sap.ui.webc.fiori.ShellBar#getNotificationsDomRef
311
+ * @function
312
+ */
313
+
314
+ /**
315
+ * Returns the <code>overflow</code> icon DOM ref.
316
+ * @public
317
+ * @name sap.ui.webc.fiori.ShellBar#getOverflowDomRef
318
+ * @function
319
+ */
320
+
321
+ /**
322
+ * Returns the <code>product-switch</code> icon DOM ref.
323
+ * @public
324
+ * @name sap.ui.webc.fiori.ShellBar#getProductSwitchDomRef
325
+ * @function
326
+ */
327
+
328
+ /**
329
+ * Returns the <code>profile</code> icon DOM ref.
330
+ * @public
331
+ * @name sap.ui.webc.fiori.ShellBar#getProfileDomRef
332
+ * @function
333
+ */
334
+
335
+ /* CUSTOM CODE START */
336
+ /* CUSTOM CODE END */
337
+
287
338
  return ShellBar;
288
339
  });
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.97.1
27
+ * @version 1.99.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  /**
73
73
  * Fired, when the item is pressed.
74
74
  */
75
- itemClick: {
75
+ click: {
76
76
  allowPreventDefault: true,
77
77
  parameters: {
78
78
  /**
@@ -87,5 +87,8 @@ sap.ui.define([
87
87
  }
88
88
  });
89
89
 
90
+ /* CUSTOM CODE START */
91
+ /* CUSTOM CODE END */
92
+
90
93
  return ShellBarItem;
91
94
  });
@@ -34,8 +34,10 @@ sap.ui.define([
34
34
  *
35
35
  * Use the available <code>sap.ui.webc.fiori.SideNavigationItem</code> and <code>sap.ui.webc.fiori.SideNavigationSubItem</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.
36
36
  *
37
+ * <h3>Keyboard Handling</h3>
38
+ *
37
39
  * @author SAP SE
38
- * @version 1.97.1
40
+ * @version 1.99.1
39
41
  *
40
42
  * @constructor
41
43
  * @public
@@ -112,5 +114,8 @@ sap.ui.define([
112
114
  }
113
115
  });
114
116
 
117
+ /* CUSTOM CODE START */
118
+ /* CUSTOM CODE END */
119
+
115
120
  return SideNavigation;
116
121
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationItem</code> is used within <code>sap.ui.webc.fiori.SideNavigation</code> only. Via the <code>sap.ui.webc.fiori.SideNavigationItem</code> you control the content of the <code>SideNavigation</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.99.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -104,5 +104,8 @@ sap.ui.define([
104
104
  }
105
105
  });
106
106
 
107
+ /* CUSTOM CODE START */
108
+ /* CUSTOM CODE END */
109
+
107
110
  return SideNavigationItem;
108
111
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationSubItem</code> is intended to be used inside a <code>sap.ui.webc.fiori.SideNavigationItem</code> only.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.99.1
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -77,5 +77,8 @@ sap.ui.define([
77
77
  }
78
78
  });
79
79
 
80
+ /* CUSTOM CODE START */
81
+ /* CUSTOM CODE END */
82
+
80
83
  return SideNavigationSubItem;
81
84
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Usage</h3>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.97.1
29
+ * @version 1.99.1
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 SortItem;
68
- });
71
+ });
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.fiori.Timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.97.1
31
+ * @version 1.99.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -91,5 +91,8 @@ sap.ui.define([
91
91
  }
92
92
  });
93
93
 
94
+ /* CUSTOM CODE START */
95
+ /* CUSTOM CODE END */
96
+
94
97
  return Timeline;
95
98
  });