@ui5/webcomponents-fiori 1.21.0 → 1.22.0-rc.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 (283) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/Bar.d.ts +6 -27
  3. package/dist/Bar.js +3 -14
  4. package/dist/Bar.js.map +1 -1
  5. package/dist/BarcodeScannerDialog.d.ts +2 -13
  6. package/dist/BarcodeScannerDialog.js +10 -12
  7. package/dist/BarcodeScannerDialog.js.map +1 -1
  8. package/dist/DynamicSideContent.d.ts +9 -35
  9. package/dist/DynamicSideContent.js +15 -7
  10. package/dist/DynamicSideContent.js.map +1 -1
  11. package/dist/FilterItem.d.ts +3 -14
  12. package/dist/FilterItem.js +1 -5
  13. package/dist/FilterItem.js.map +1 -1
  14. package/dist/FilterItemOption.d.ts +3 -11
  15. package/dist/FilterItemOption.js +1 -5
  16. package/dist/FilterItemOption.js.map +1 -1
  17. package/dist/FlexibleColumnLayout.d.ts +13 -51
  18. package/dist/FlexibleColumnLayout.js +28 -26
  19. package/dist/FlexibleColumnLayout.js.map +1 -1
  20. package/dist/IllustratedMessage.d.ts +9 -35
  21. package/dist/IllustratedMessage.js +1 -4
  22. package/dist/IllustratedMessage.js.map +1 -1
  23. package/dist/Interfaces.d.ts +28 -88
  24. package/dist/Interfaces.js +2 -113
  25. package/dist/Interfaces.js.map +1 -1
  26. package/dist/MediaGallery.d.ts +9 -26
  27. package/dist/MediaGallery.js +4 -8
  28. package/dist/MediaGallery.js.map +1 -1
  29. package/dist/MediaGalleryItem.d.ts +7 -22
  30. package/dist/MediaGalleryItem.js +2 -5
  31. package/dist/MediaGalleryItem.js.map +1 -1
  32. package/dist/NotificationAction.d.ts +7 -20
  33. package/dist/NotificationAction.js +3 -9
  34. package/dist/NotificationAction.js.map +1 -1
  35. package/dist/NotificationListGroupItem.d.ts +5 -27
  36. package/dist/NotificationListGroupItem.js +1 -16
  37. package/dist/NotificationListGroupItem.js.map +1 -1
  38. package/dist/NotificationListItem.d.ts +3 -27
  39. package/dist/NotificationListItem.js +2 -15
  40. package/dist/NotificationListItem.js.map +1 -1
  41. package/dist/NotificationListItemBase.d.ts +7 -32
  42. package/dist/NotificationListItemBase.js +15 -15
  43. package/dist/NotificationListItemBase.js.map +1 -1
  44. package/dist/Page.d.ts +7 -35
  45. package/dist/Page.js +2 -13
  46. package/dist/Page.js.map +1 -1
  47. package/dist/ProductSwitch.d.ts +3 -10
  48. package/dist/ProductSwitch.js +1 -5
  49. package/dist/ProductSwitch.js.map +1 -1
  50. package/dist/ProductSwitchItem.d.ts +9 -22
  51. package/dist/ProductSwitchItem.js +2 -7
  52. package/dist/ProductSwitchItem.js.map +1 -1
  53. package/dist/ShellBar.d.ts +30 -90
  54. package/dist/ShellBar.js +28 -41
  55. package/dist/ShellBar.js.map +1 -1
  56. package/dist/ShellBarItem.d.ts +9 -14
  57. package/dist/ShellBarItem.js +6 -6
  58. package/dist/ShellBarItem.js.map +1 -1
  59. package/dist/SideNavigation.d.ts +29 -17
  60. package/dist/SideNavigation.js +155 -9
  61. package/dist/SideNavigation.js.map +1 -1
  62. package/dist/SideNavigationItem.d.ts +4 -17
  63. package/dist/SideNavigationItem.js +1 -5
  64. package/dist/SideNavigationItem.js.map +1 -1
  65. package/dist/SideNavigationItemBase.d.ts +7 -36
  66. package/dist/SideNavigationItemBase.js +20 -12
  67. package/dist/SideNavigationItemBase.js.map +1 -1
  68. package/dist/SideNavigationSubItem.d.ts +1 -5
  69. package/dist/SideNavigationSubItem.js +1 -5
  70. package/dist/SideNavigationSubItem.js.map +1 -1
  71. package/dist/SortItem.d.ts +3 -11
  72. package/dist/SortItem.js +1 -5
  73. package/dist/SortItem.js.map +1 -1
  74. package/dist/Timeline.d.ts +5 -16
  75. package/dist/Timeline.js +1 -5
  76. package/dist/Timeline.js.map +1 -1
  77. package/dist/TimelineItem.d.ts +11 -34
  78. package/dist/TimelineItem.js +3 -15
  79. package/dist/TimelineItem.js.map +1 -1
  80. package/dist/UploadCollection.d.ts +11 -32
  81. package/dist/UploadCollection.js +7 -9
  82. package/dist/UploadCollection.js.map +1 -1
  83. package/dist/UploadCollectionItem.d.ts +16 -47
  84. package/dist/UploadCollectionItem.js +3 -10
  85. package/dist/UploadCollectionItem.js.map +1 -1
  86. package/dist/ViewSettingsDialog.d.ts +5 -28
  87. package/dist/ViewSettingsDialog.js +34 -18
  88. package/dist/ViewSettingsDialog.js.map +1 -1
  89. package/dist/Wizard.d.ts +15 -39
  90. package/dist/Wizard.js +23 -33
  91. package/dist/Wizard.js.map +1 -1
  92. package/dist/WizardStep.d.ts +8 -31
  93. package/dist/WizardStep.js +2 -5
  94. package/dist/WizardStep.js.map +1 -1
  95. package/dist/WizardTab.d.ts +20 -24
  96. package/dist/WizardTab.js +1 -5
  97. package/dist/WizardTab.js.map +1 -1
  98. package/dist/css/themes/Bar.css +1 -1
  99. package/dist/css/themes/FlexibleColumnLayout.css +1 -1
  100. package/dist/css/themes/MediaGallery.css +1 -1
  101. package/dist/css/themes/MediaGalleryItem.css +1 -1
  102. package/dist/css/themes/NotificationListGroupItem.css +1 -1
  103. package/dist/css/themes/NotificationListItem.css +1 -1
  104. package/dist/css/themes/NotificationListItemBase.css +1 -1
  105. package/dist/css/themes/NotificationOverflowActionsPopover.css +1 -1
  106. package/dist/css/themes/Page.css +1 -1
  107. package/dist/css/themes/ProductSwitchItem.css +1 -1
  108. package/dist/css/themes/ShellBar.css +1 -1
  109. package/dist/css/themes/SideNavigation.css +1 -1
  110. package/dist/css/themes/SideNavigationPopover.css +1 -1
  111. package/dist/css/themes/Timeline.css +1 -1
  112. package/dist/css/themes/TimelineItem.css +1 -1
  113. package/dist/css/themes/UploadCollection.css +1 -1
  114. package/dist/css/themes/UploadCollectionItem.css +1 -1
  115. package/dist/css/themes/ViewSettingsDialog.css +1 -1
  116. package/dist/css/themes/Wizard.css +1 -1
  117. package/dist/css/themes/WizardTab.css +1 -1
  118. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  119. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  120. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  121. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  122. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  123. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  124. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  125. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  126. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  127. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  128. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  129. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  130. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  131. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  132. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  133. package/dist/custom-elements-internal.json +6682 -0
  134. package/dist/custom-elements.json +4098 -1
  135. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  136. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  137. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  138. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  139. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  140. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  141. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  142. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  143. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  144. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  145. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  146. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  147. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  148. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  149. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  150. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  151. package/dist/generated/i18n/i18n-defaults.js +2 -1
  152. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  153. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js +6 -2
  154. package/dist/generated/templates/SideNavigationPopoverTemplate.lit.js.map +1 -1
  155. package/dist/generated/templates/SideNavigationTemplate.lit.js +1 -1
  156. package/dist/generated/templates/SideNavigationTemplate.lit.js.map +1 -1
  157. package/dist/generated/themes/Bar.css.js +1 -1
  158. package/dist/generated/themes/Bar.css.js.map +1 -1
  159. package/dist/generated/themes/FlexibleColumnLayout.css.js +1 -1
  160. package/dist/generated/themes/FlexibleColumnLayout.css.js.map +1 -1
  161. package/dist/generated/themes/MediaGallery.css.js +1 -1
  162. package/dist/generated/themes/MediaGallery.css.js.map +1 -1
  163. package/dist/generated/themes/MediaGalleryItem.css.js +1 -1
  164. package/dist/generated/themes/MediaGalleryItem.css.js.map +1 -1
  165. package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
  166. package/dist/generated/themes/NotificationListGroupItem.css.js.map +1 -1
  167. package/dist/generated/themes/NotificationListItem.css.js +1 -1
  168. package/dist/generated/themes/NotificationListItem.css.js.map +1 -1
  169. package/dist/generated/themes/NotificationListItemBase.css.js +1 -1
  170. package/dist/generated/themes/NotificationListItemBase.css.js.map +1 -1
  171. package/dist/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
  172. package/dist/generated/themes/NotificationOverflowActionsPopover.css.js.map +1 -1
  173. package/dist/generated/themes/Page.css.js +1 -1
  174. package/dist/generated/themes/Page.css.js.map +1 -1
  175. package/dist/generated/themes/ProductSwitchItem.css.js +1 -1
  176. package/dist/generated/themes/ProductSwitchItem.css.js.map +1 -1
  177. package/dist/generated/themes/ShellBar.css.js +1 -1
  178. package/dist/generated/themes/ShellBar.css.js.map +1 -1
  179. package/dist/generated/themes/SideNavigation.css.js +1 -1
  180. package/dist/generated/themes/SideNavigation.css.js.map +1 -1
  181. package/dist/generated/themes/SideNavigationPopover.css.js +1 -1
  182. package/dist/generated/themes/SideNavigationPopover.css.js.map +1 -1
  183. package/dist/generated/themes/Timeline.css.js +1 -1
  184. package/dist/generated/themes/Timeline.css.js.map +1 -1
  185. package/dist/generated/themes/TimelineItem.css.js +1 -1
  186. package/dist/generated/themes/TimelineItem.css.js.map +1 -1
  187. package/dist/generated/themes/UploadCollection.css.js +1 -1
  188. package/dist/generated/themes/UploadCollection.css.js.map +1 -1
  189. package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
  190. package/dist/generated/themes/UploadCollectionItem.css.js.map +1 -1
  191. package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
  192. package/dist/generated/themes/ViewSettingsDialog.css.js.map +1 -1
  193. package/dist/generated/themes/Wizard.css.js +1 -1
  194. package/dist/generated/themes/Wizard.css.js.map +1 -1
  195. package/dist/generated/themes/WizardTab.css.js +1 -1
  196. package/dist/generated/themes/WizardTab.css.js.map +1 -1
  197. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  198. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
  199. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  200. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
  201. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  202. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
  203. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  204. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  205. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  206. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  207. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  208. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  209. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  210. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  211. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  212. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  213. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  214. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  215. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  216. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  217. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  218. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  219. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  220. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  221. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  222. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  223. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  224. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  225. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  226. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  227. package/dist/types/BarDesign.d.ts +0 -8
  228. package/dist/types/BarDesign.js +0 -8
  229. package/dist/types/BarDesign.js.map +1 -1
  230. package/dist/types/FCLLayout.d.ts +0 -13
  231. package/dist/types/FCLLayout.js +0 -13
  232. package/dist/types/FCLLayout.js.map +1 -1
  233. package/dist/types/IllustrationMessageSize.d.ts +0 -9
  234. package/dist/types/IllustrationMessageSize.js +0 -9
  235. package/dist/types/IllustrationMessageSize.js.map +1 -1
  236. package/dist/types/IllustrationMessageType.d.ts +0 -107
  237. package/dist/types/IllustrationMessageType.js +0 -107
  238. package/dist/types/IllustrationMessageType.js.map +1 -1
  239. package/dist/types/MediaGalleryItemLayout.d.ts +0 -6
  240. package/dist/types/MediaGalleryItemLayout.js +0 -6
  241. package/dist/types/MediaGalleryItemLayout.js.map +1 -1
  242. package/dist/types/MediaGalleryLayout.d.ts +0 -7
  243. package/dist/types/MediaGalleryLayout.js +0 -7
  244. package/dist/types/MediaGalleryLayout.js.map +1 -1
  245. package/dist/types/MediaGalleryMenuHorizontalAlign.d.ts +0 -6
  246. package/dist/types/MediaGalleryMenuHorizontalAlign.js +0 -6
  247. package/dist/types/MediaGalleryMenuHorizontalAlign.js.map +1 -1
  248. package/dist/types/MediaGalleryMenuVerticalAlign.d.ts +0 -6
  249. package/dist/types/MediaGalleryMenuVerticalAlign.js +0 -6
  250. package/dist/types/MediaGalleryMenuVerticalAlign.js.map +1 -1
  251. package/dist/types/PageBackgroundDesign.d.ts +0 -7
  252. package/dist/types/PageBackgroundDesign.js +0 -7
  253. package/dist/types/PageBackgroundDesign.js.map +1 -1
  254. package/dist/types/SideContentFallDown.d.ts +0 -8
  255. package/dist/types/SideContentFallDown.js +0 -8
  256. package/dist/types/SideContentFallDown.js.map +1 -1
  257. package/dist/types/SideContentPosition.d.ts +0 -6
  258. package/dist/types/SideContentPosition.js +0 -6
  259. package/dist/types/SideContentPosition.js.map +1 -1
  260. package/dist/types/SideContentVisibility.d.ts +0 -9
  261. package/dist/types/SideContentVisibility.js +0 -9
  262. package/dist/types/SideContentVisibility.js.map +1 -1
  263. package/dist/types/TimelineLayout.d.ts +0 -6
  264. package/dist/types/TimelineLayout.js +0 -6
  265. package/dist/types/TimelineLayout.js.map +1 -1
  266. package/dist/types/UploadCollectionDnDMode.d.ts +0 -7
  267. package/dist/types/UploadCollectionDnDMode.js +0 -7
  268. package/dist/types/UploadCollectionDnDMode.js.map +1 -1
  269. package/dist/types/UploadState.d.ts +0 -8
  270. package/dist/types/UploadState.js +0 -8
  271. package/dist/types/UploadState.js.map +1 -1
  272. package/dist/types/ViewSettingsDialogMode.d.ts +0 -6
  273. package/dist/types/ViewSettingsDialogMode.js +0 -6
  274. package/dist/types/ViewSettingsDialogMode.js.map +1 -1
  275. package/dist/types/WizardContentLayout.d.ts +0 -6
  276. package/dist/types/WizardContentLayout.js +0 -6
  277. package/dist/types/WizardContentLayout.js.map +1 -1
  278. package/package.json +7 -7
  279. package/src/SideNavigation.hbs +21 -0
  280. package/src/SideNavigationPopover.hbs +61 -28
  281. package/src/i18n/messagebundle.properties +3 -0
  282. package/src/themes/SideNavigation.css +11 -1
  283. package/dist/api.json +0 -1
@@ -1 +1,4098 @@
1
- {"schemaVersion":"1.0.0","readme":"","modules":[{"kind":"javascript-module","path":"Bar.js","declarations":[{"deprecated":false,"customElement":true,"kind":"Bar","name":"Bar","tagName":"ui5-bar","slots":[{"deprecated":false,"description":"Defines the content in the middle of the bar.","name":"default"},{"deprecated":false,"description":"Defines the content at the end of the bar.","name":"endContent"},{"deprecated":false,"description":"Defines the content at the start of the bar.","name":"startContent"}],"attributes":[{"default":"\"Header\"","deprecated":false,"fieldName":"design","name":"design","type":{"text":"sap.ui.webc.fiori.types.BarDesign"},"description":"Defines the component's design."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The Bar is a container which is primarily used to hold titles, buttons and input elements and its design and functionality is the basis for page headers and footers. The component consists of three areas to hold its content - startContent slot, default slot and endContent slot. It has the capability to center content, such as a title, while having other components on the left and right side.\n\n<h3>Usage</h3> With the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter. <br> <b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n<h3>Responsive Behavior</h3> The default slot will be centered in the available space between the startContent and the endContent areas, therefore it might not always be centered in the entire bar.\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-bar</code> exposes the following CSS Shadow Parts: <ul> <li>bar - Used to style the wrapper of the content of the component</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Bar.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"design","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.BarDesign"},"default":"\"Header\"","description":"Defines the component's design."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"Bar.js","name":"Bar","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"Bar","module":"Bar.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-bar"}]},{"kind":"javascript-module","path":"BarcodeScannerDialog.js","declarations":[{"deprecated":false,"customElement":true,"kind":"BarcodeScannerDialog","name":"BarcodeScannerDialog","tagName":"ui5-barcode-scanner-dialog","events":[{"deprecated":false,"name":"scan-error","type":"CustomEvent","description":"Fires when the scan fails with error."},{"deprecated":false,"name":"scan-success","type":"CustomEvent","description":"Fires when the scan is completed successfuuly."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>BarcodeScannerDialog</code> component provides barcode scanning functionality for all devices that support the <code>MediaDevices.getUserMedia()</code> native API. Opening the dialog launches the device camera and scans for known barcode formats. <br> <br> A <code>scanSuccess</code> event fires whenever a barcode is identified and a <code>scanError</code> event fires when the scan failed (for example, due to missing permisions). <br> <br> Internally, the component uses the zxing-js/library third party OSS.\n\nFor 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.","members":[{"deprecated":false,"kind":"method","name":"close","privacy":"public","description":"Closes the dialog and the scan session."},{"deprecated":false,"kind":"method","name":"show","privacy":"public","description":"Shows a dialog with the camera videostream. Starts a scan session."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"BarcodeScannerDialog.js","name":"BarcodeScannerDialog","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"BarcodeScannerDialog","module":"BarcodeScannerDialog.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-barcode-scanner-dialog"}]},{"kind":"javascript-module","path":"DynamicSideContent.js","declarations":[{"deprecated":false,"customElement":true,"kind":"DynamicSideContent","name":"DynamicSideContent","tagName":"ui5-dynamic-side-content","slots":[{"deprecated":false,"description":"Defines the main content.","name":"default"},{"deprecated":false,"description":"Defines the side content.","name":"sideContent"}],"events":[{"deprecated":false,"name":"layout-change","type":"CustomEvent","description":"Fires when the current breakpoint has been changed."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"equalSplit","name":"equal-split","type":{"text":"boolean"},"description":"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."},{"default":"false","deprecated":false,"fieldName":"hideMainContent","name":"hide-main-content","type":{"text":"boolean"},"description":"Defines the visibility of the main content."},{"default":"false","deprecated":false,"fieldName":"hideSideContent","name":"hide-side-content","type":{"text":"boolean"},"description":"Defines the visibility of the side content."},{"default":"\"OnMinimumWidth\"","deprecated":false,"fieldName":"sideContentFallDown","name":"side-content-fall-down","type":{"text":"sap.ui.webc.fiori.types.SideContentFallDown"},"description":"Defines on which breakpoints the side content falls down below the main content.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>BelowXL</code></li> <li><code>BelowL</code></li> <li><code>BelowM</code></li> <li><code>OnMinimumWidth</code></li> </ul>"},{"default":"\"End\"","deprecated":false,"fieldName":"sideContentPosition","name":"side-content-position","type":{"text":"sap.ui.webc.fiori.types.SideContentPosition"},"description":"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).\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>Start</code></li> <li><code>End</code></li> </ul>"},{"default":"\"ShowAboveS\"","deprecated":false,"fieldName":"sideContentVisibility","name":"side-content-visibility","type":{"text":"sap.ui.webc.fiori.types.SideContentVisibility"},"description":"Defines on which breakpoints the side content is visible.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>AlwaysShow</code></li> <li><code>ShowAboveL</code></li> <li><code>ShowAboveM</code></li> <li><code>ShowAboveS</code></li> <li><code>NeverShow</code></li> </ul>"}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe DynamicSideContent (<code>ui5-dynamic-side-content</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.\n\n<h3>Usage</h3>\n\n<i>When to use?</i>\n\nUse 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.\n\n<i>When not to use?</i>\n\nDon'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.\n\n<h3>Responsive Behavior</h3>\n\nScreen width > 1440px\n\n<ul><li>Main vs. side content ratio is 75 vs. 25 percent (with a minimum of 320px each).</li> <li>If the application defines a trigger, the side content can be hidden.</li></ul>\n\nScreen width <= 1440px and > 1024px\n\n<ul><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></ul>\n\nScreen width <= 1024px and > 720px\n\n<ul><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></ul>\n\nScreen width <= 720px (for example on a mobile device)\n\n<ul><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></ul>\n\nA 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.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/DynamicSideContent\";</code>","members":[{"deprecated":false,"kind":"field","name":"equalSplit","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"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."},{"deprecated":false,"kind":"field","name":"hideMainContent","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the visibility of the main content."},{"deprecated":false,"kind":"field","name":"hideSideContent","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the visibility of the side content."},{"deprecated":false,"kind":"field","name":"sideContentFallDown","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.SideContentFallDown"},"default":"\"OnMinimumWidth\"","description":"Defines on which breakpoints the side content falls down below the main content.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>BelowXL</code></li> <li><code>BelowL</code></li> <li><code>BelowM</code></li> <li><code>OnMinimumWidth</code></li> </ul>"},{"deprecated":false,"kind":"field","name":"sideContentPosition","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.SideContentPosition"},"default":"\"End\"","description":"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).\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>Start</code></li> <li><code>End</code></li> </ul>"},{"deprecated":false,"kind":"field","name":"sideContentVisibility","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.SideContentVisibility"},"default":"\"ShowAboveS\"","description":"Defines on which breakpoints the side content is visible.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>AlwaysShow</code></li> <li><code>ShowAboveL</code></li> <li><code>ShowAboveM</code></li> <li><code>ShowAboveS</code></li> <li><code>NeverShow</code></li> </ul>"},{"deprecated":false,"kind":"method","name":"toggleContents","privacy":"public","description":"Toggles visibility of main and side contents on S screen size (mobile device)."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"DynamicSideContent.js","name":"DynamicSideContent","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"DynamicSideContent","module":"DynamicSideContent.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-dynamic-side-content"}]},{"kind":"javascript-module","path":"FilterItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"FilterItem","name":"FilterItem","tagName":"ui5-filter-item","slots":[{"deprecated":false,"description":"Defines the <code>values</code> list.","name":"values"}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"additionalText","name":"additional-text","type":{"text":"string"},"description":"Defines the additional text of the component."},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the text of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\n<h3>Usage</h3>\n\nFor the <code>ui5-filter-item</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/FilterItem.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"additionalText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the additional text of the component."},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the text of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"FilterItem.js","name":"FilterItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"FilterItem","module":"FilterItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-filter-item"}]},{"kind":"javascript-module","path":"FilterItemOption.js","declarations":[{"deprecated":false,"customElement":true,"kind":"FilterItemOption","name":"FilterItemOption","tagName":"ui5-filter-item-option","attributes":[{"default":"false","deprecated":false,"fieldName":"selected","name":"selected","type":{"text":"boolean"},"description":"Defines if the component is selected."},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the text of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\n<h3>Usage</h3>\n\nFor the <code>ui5-filter-item-option</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/FilterItemOption.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"selected","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the component is selected."},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the text of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"FilterItemOption.js","name":"FilterItemOption","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"FilterItemOption","module":"FilterItemOption.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-filter-item-option"}]},{"kind":"javascript-module","path":"FlexibleColumnLayout.js","declarations":[{"deprecated":false,"customElement":true,"kind":"FlexibleColumnLayout","name":"FlexibleColumnLayout","tagName":"ui5-flexible-column-layout","slots":[{"deprecated":false,"description":"Defines the content in the end column.","name":"endColumn"},{"deprecated":false,"description":"Defines the content in the middle column.","name":"midColumn"},{"deprecated":false,"description":"Defines the content in the start column.","name":"startColumn"}],"events":[{"deprecated":false,"name":"layout-change","type":"CustomEvent","description":"Fired when the layout changes via user interaction by clicking the arrows or by changing the component size due to resizing."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"hideArrows","name":"hide-arrows","type":{"text":"boolean"},"description":"Defines the visibility of the arrows, used for expanding and shrinking the columns."},{"default":"\"OneColumn\"","deprecated":false,"fieldName":"layout","name":"layout","type":{"text":"sap.ui.webc.fiori.types.FCLLayout"},"description":"Defines the columns layout and their proportion. <br><br> <b>Note:</b> The layout also depends on the screen size - one column for screens smaller than 599px, two columns between 599px and 1023px and three columns for sizes bigger than 1023px. <br><br> <b>For example:</b> layout=<code>TwoColumnsStartExpanded</code> means the layout will display up to two columns in 67%/33% proportion."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>FlexibleColumnLayout</code> implements the list-detail-detail paradigm by displaying up to three pages in separate columns. There are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.\n\n<h3>Usage</h3>\n\nUse this component for applications that need to display several logical levels of related information side by side (e.g. list of items, item, sub-item, etc.). The Component is flexible in a sense that the application can focus the user's attention on one particular column.\n\n<h3>Responsive Behavior</h3>\n\nThe <code>FlexibleColumnLayout</code> automatically displays the maximum possible number of columns based on <code>layout</code> property and the window size. The component would display 1 column for window size smaller than 599px, up to two columns between 599px and 1023px, and 3 columns for sizes bigger than 1023px.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> <ul> <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> <li>This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code></li> </ul>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"accessibilityRoles","privacy":"public","static":false,"type":{"text":"object"},"description":"An object of strings that defines additional accessibility roles for further customization.\n\nIt 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>"},{"deprecated":false,"kind":"field","name":"accessibilityTexts","privacy":"public","static":false,"type":{"text":"object"},"description":"An object of strings that defines several additional accessibility texts for even further customization.\n\nIt 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>"},{"deprecated":false,"kind":"field","name":"columnLayout","privacy":"public","static":false,"type":{"text":"array"},"default":"[\"100%\", 0, 0]","description":"Returns the current column layout, based on both the <code>layout</code> property and the screen size. <br><br> <b>For example:</b> [\"67%\", \"33%\", 0], [\"100%\", 0, 0], [\"25%\", \"50%\", \"25%\"], etc, where the numbers represents the width of the start, middle and end columns."},{"deprecated":false,"kind":"field","name":"endColumnVisible","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Returns if the <code>end</code> column is visible."},{"deprecated":false,"kind":"field","name":"hideArrows","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the visibility of the arrows, used for expanding and shrinking the columns."},{"deprecated":false,"kind":"field","name":"layout","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.FCLLayout"},"default":"\"OneColumn\"","description":"Defines the columns layout and their proportion. <br><br> <b>Note:</b> The layout also depends on the screen size - one column for screens smaller than 599px, two columns between 599px and 1023px and three columns for sizes bigger than 1023px. <br><br> <b>For example:</b> layout=<code>TwoColumnsStartExpanded</code> means the layout will display up to two columns in 67%/33% proportion."},{"deprecated":false,"kind":"field","name":"midColumnVisible","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Returns if the <code>middle</code> column is visible."},{"deprecated":false,"kind":"field","name":"startColumnVisible","privacy":"public","static":false,"type":{"text":"boolean"},"default":"true","description":"Returns if the <code>start</code> column is visible."},{"deprecated":false,"kind":"field","name":"visibleColumns","privacy":"public","static":false,"type":{"text":"sap.ui.webc.base.types.Integer"},"default":"1","description":"Returns the number of currently visible columns."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"FlexibleColumnLayout.js","name":"FlexibleColumnLayout","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"FlexibleColumnLayout","module":"FlexibleColumnLayout.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-flexible-column-layout"}]},{"kind":"javascript-module","path":"IllustratedMessage.js","declarations":[{"deprecated":false,"customElement":true,"kind":"IllustratedMessage","name":"IllustratedMessage","tagName":"ui5-illustrated-message","slots":[{"deprecated":false,"description":"Defines the component actions.","name":"default"},{"deprecated":false,"description":"Defines the subtitle of the component. <br><br> <b>Note:</b> Using this slot, the default subtitle text of illustration and the value of <code>subtitleText</code> property will be overwritten.","name":"subtitle"},{"deprecated":false,"description":"Defines the title of the component. <br><br> <b>Note:</b> Using this slot, the default title text of illustration and the value of <code>title</code> property will be overwritten.","name":"title"}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"accessibleNameRef","name":"accessible-name-ref","type":{"text":"string"},"description":"Receives id(or many ids) of the elements that label the component."},{"default":"\"BeforeSearch\"","deprecated":false,"fieldName":"name","name":"name","type":{"text":"sap.ui.webc.fiori.types.IllustrationMessageType"},"description":"Defines the illustration name that will be displayed in the component. <br><br> <b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded. <br> When using an illustration type, other than the default, it should be loaded in addition: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";</code> <br><br> <b>Note:</b> TNT illustrations cointain <code>Tnt</code> prefix in their name. You can import them removing the <code>Tnt</code> prefix like this: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";</code>"},{"default":"\"Auto\"","deprecated":false,"fieldName":"size","name":"size","type":{"text":"sap.ui.webc.fiori.types.IllustrationMessageSize"},"description":"Determines which illustration breakpoint variant is used. <br><br>\n\nAs <code>IllustratedMessage</code> adapts itself around the <code>Illustration</code>, the other elements of the component are displayed differently on the different breakpoints/illustration sizes."},{"default":"\"\"","deprecated":false,"fieldName":"subtitleText","name":"subtitle-text","type":{"text":"string"},"description":"Defines the subtitle of the component. <br><br> <b>Note:</b> Using this property, the default subtitle text of illustration will be overwritten. <br><br> <b>Note:</b> Using <code>subtitle</code> slot, the default of this property will be overwritten."},{"default":"\"H2\"","deprecated":false,"fieldName":"titleLevel","name":"title-level","type":{"text":"sap.ui.webc.main.types.TitleLevel"},"description":"Defines the semantic level of the title.\n\n<b>Note:</b> Used for accessibility purposes only."},{"default":"\"\"","deprecated":false,"fieldName":"titleText","name":"title-text","type":{"text":"string"},"description":"Defines the title of the component. <br><br> <b>Note:</b> Using this property, the default title text of illustration will be overwritten."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging illustration, and conversational tone to better communicate an empty or a success state than just show a message alone.\n\nEach illustration has default internationalised title and subtitle texts. Also they can be managed with <code>titleText</code> and <code>subtitleText</code> properties.\n\nTo display the desired illustration, use the <code>name</code> property, where you can find the list of all available illustrations. <br><br> <b>Note:</b> By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\"</code> <br> <b>Note:</b> Illustrations starting with the “Tnt” prefix are part of another illustration set. For example to use the “TntSuccess” illustration, add the following import:: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/Success.js\"</code>\n\n<h3>Structure</h3> The IllustratedMessage consists of the following elements, which are displayed below each other in the following order: <br> <ul> <li>Illustration</li> <li>Title</li> <li>Subtitle</li> <li>Actions</li> </ul>\n\n<h3>Usage</h3> <code>ui5-illustrated-message</code> is meant to be used inside container component, for example a <code>ui5-card</code>, a <code>ui5-dialog</code> or a <code>ui5-page</code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/IllustratedMessage.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"accessibleNameRef","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Receives id(or many ids) of the elements that label the component."},{"deprecated":false,"kind":"field","name":"name","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.IllustrationMessageType"},"default":"\"BeforeSearch\"","description":"Defines the illustration name that will be displayed in the component. <br><br> <b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded. <br> When using an illustration type, other than the default, it should be loaded in addition: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";</code> <br><br> <b>Note:</b> TNT illustrations cointain <code>Tnt</code> prefix in their name. You can import them removing the <code>Tnt</code> prefix like this: <br> <code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";</code>"},{"deprecated":false,"kind":"field","name":"size","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.IllustrationMessageSize"},"default":"\"Auto\"","description":"Determines which illustration breakpoint variant is used. <br><br>\n\nAs <code>IllustratedMessage</code> adapts itself around the <code>Illustration</code>, the other elements of the component are displayed differently on the different breakpoints/illustration sizes."},{"deprecated":false,"kind":"field","name":"subtitleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the subtitle of the component. <br><br> <b>Note:</b> Using this property, the default subtitle text of illustration will be overwritten. <br><br> <b>Note:</b> Using <code>subtitle</code> slot, the default of this property will be overwritten."},{"deprecated":false,"kind":"field","name":"titleLevel","privacy":"public","static":false,"type":{"text":"sap.ui.webc.main.types.TitleLevel"},"default":"\"H2\"","description":"Defines the semantic level of the title.\n\n<b>Note:</b> Used for accessibility purposes only."},{"deprecated":false,"kind":"field","name":"titleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the title of the component. <br><br> <b>Note:</b> Using this property, the default title text of illustration will be overwritten."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"IllustratedMessage.js","name":"IllustratedMessage","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"IllustratedMessage","module":"IllustratedMessage.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-illustrated-message"}]},{"kind":"javascript-module","path":"MediaGallery.js","declarations":[{"deprecated":false,"customElement":true,"kind":"MediaGallery","name":"MediaGallery","tagName":"ui5-media-gallery","slots":[{"deprecated":false,"description":"Defines the component items.\n\n<br><br> <b>Note:</b> Only one selected item is allowed.\n\n<br><br> <b>Note:</b> Use the <code>ui5-media-gallery-item</code> component to define the desired items.","name":"default"}],"events":[{"deprecated":false,"name":"display-area-click","type":"CustomEvent","description":"Fired when the display area is clicked.<br> The display area is the central area that contains the enlarged content of the currently selected item."},{"deprecated":false,"name":"overflow-click","type":"CustomEvent","description":"Fired when the thumbnails overflow button is clicked."},{"deprecated":false,"name":"selection-change","type":"CustomEvent","description":"Fired when selection is changed by user interaction."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"interactiveDisplayArea","name":"interactive-display-area","type":{"text":"boolean"},"description":"If enabled, a <code>display-area-click</code> event is fired when the user clicks or taps on the display area. <br> The display area is the central area that contains the enlarged content of the currently selected item."},{"default":"\"Auto\"","deprecated":false,"fieldName":"layout","name":"layout","type":{"text":"sap.ui.webc.fiori.types.MediaGalleryLayout"},"description":"Determines the layout of the component."},{"default":"\"Left\"","deprecated":false,"fieldName":"menuHorizontalAlign","name":"menu-horizontal-align","type":{"text":"sap.ui.webc.fiori.types.MediaGalleryMenuHorizontalAlign"},"description":"Determines the horizontal alignment of the thumbnails menu vs. the central display area."},{"default":"\"Bottom\"","deprecated":false,"fieldName":"menuVerticalAlign","name":"menu-vertical-align","type":{"text":"sap.ui.webc.fiori.types.MediaGalleryMenuVerticalAlign"},"description":"Determines the vertical alignment of the thumbnails menu vs. the central display area."},{"default":"false","deprecated":false,"fieldName":"showAllThumbnails","name":"show-all-thumbnails","type":{"text":"boolean"},"description":"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."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-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>ui5-media-gallery-item</code> component.\n\nThe items are initially displayed as thumbnails. When the user selects a thumbnail, the corresponding item is displayed in larger size. <br> 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.\n\n<h3>Keyboard Handling</h3> The <code>ui5-media-gallery</code> provides advanced keyboard handling. <br> When the thumbnails menu is focused the following keyboard shortcuts allow the user to navigate through the thumbnail items: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> <li>[SPACE/ENTER] - Select an item</li> </ul> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/MediaGallery\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem\";</code>","members":[{"deprecated":false,"kind":"field","name":"interactiveDisplayArea","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"If enabled, a <code>display-area-click</code> event is fired when the user clicks or taps on the display area. <br> The display area is the central area that contains the enlarged content of the currently selected item."},{"deprecated":false,"kind":"field","name":"layout","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.MediaGalleryLayout"},"default":"\"Auto\"","description":"Determines the layout of the component."},{"deprecated":false,"kind":"field","name":"menuHorizontalAlign","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.MediaGalleryMenuHorizontalAlign"},"default":"\"Left\"","description":"Determines the horizontal alignment of the thumbnails menu vs. the central display area."},{"deprecated":false,"kind":"field","name":"menuVerticalAlign","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.MediaGalleryMenuVerticalAlign"},"default":"\"Bottom\"","description":"Determines the vertical alignment of the thumbnails menu vs. the central display area."},{"deprecated":false,"kind":"field","name":"showAllThumbnails","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"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."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"MediaGallery.js","name":"MediaGallery","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"MediaGallery","module":"MediaGallery.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-media-gallery"}]},{"kind":"javascript-module","path":"MediaGalleryItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"MediaGalleryItem","name":"MediaGalleryItem","tagName":"ui5-media-gallery-item","slots":[{"deprecated":false,"description":"Defines the content of the component.","name":"default"},{"deprecated":false,"description":"Defines the content of the thumbnail.","name":"thumbnail"}],"attributes":[{"default":"false","deprecated":false,"fieldName":"disabled","name":"disabled","type":{"text":"boolean"},"description":"Defines whether the component is in disabled state."},{"default":"\"Square\"","deprecated":false,"fieldName":"layout","name":"layout","type":{"text":"sap.ui.webc.fiori.types.MediaGalleryItemLayout"},"description":"Determines the layout of the item container. <br><br> Available options are: <ul> <li><code>Square</code></li> <li><code>Wide</code></li> </ul>"},{"default":"false","deprecated":false,"fieldName":"selected","name":"selected","type":{"text":"boolean"},"description":"Defines the selected state of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-media-gallery-item</code> web component represents the items displayed in the <code>ui5-media-gallery</code> web component. <br><br> <b>Note:</b> <code>ui5-media-gallery-item</code> is not supported when used outside of <code>ui5-media-gallery</code>. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-media-gallery</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br> <ul> <li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem.js\";</code> (comes with <code>ui5-media-gallery</code>)","members":[{"deprecated":false,"kind":"field","name":"disabled","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines whether the component is in disabled state."},{"deprecated":false,"kind":"field","name":"layout","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.MediaGalleryItemLayout"},"default":"\"Square\"","description":"Determines the layout of the item container. <br><br> Available options are: <ul> <li><code>Square</code></li> <li><code>Wide</code></li> </ul>"},{"deprecated":false,"kind":"field","name":"selected","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the selected state of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"MediaGalleryItem.js","name":"MediaGalleryItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"MediaGalleryItem","module":"MediaGalleryItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-media-gallery-item"}]},{"kind":"javascript-module","path":"NotificationAction.js","declarations":[{"deprecated":false,"customElement":true,"kind":"NotificationAction","name":"NotificationAction","tagName":"ui5-notification-action","events":[{"deprecated":false,"name":"click","type":"CustomEvent","description":"Fired, when the action is pressed."}],"attributes":[{"default":"\"Transparent\"","deprecated":false,"fieldName":"design","name":"design","type":{"text":"sap.ui.webc.main.types.ButtonDesign"},"description":"Defines the action design."},{"default":"false","deprecated":false,"fieldName":"disabled","name":"disabled","type":{"text":"boolean"},"description":"Defines if the action is disabled. <br><br> <b>Note:</b> a disabled action can't be pressed or focused, and it is not in the tab chain."},{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the <code>icon</code> source URI. <br><br> <b>Note:</b> SAP-icons font provides numerous built-in icons. To find all the available icons, see the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the text of the <code>ui5-notification-action</code>."}],"description":"The <code>ui5-notification-action</code> represents an abstract action, used in the <code>ui5-li-notification</code> and the <code>ui5-li-notification-group</code> items.","members":[{"deprecated":false,"kind":"field","name":"design","privacy":"public","static":false,"type":{"text":"sap.ui.webc.main.types.ButtonDesign"},"default":"\"Transparent\"","description":"Defines the action design."},{"deprecated":false,"kind":"field","name":"disabled","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the action is disabled. <br><br> <b>Note:</b> a disabled action can't be pressed or focused, and it is not in the tab chain."},{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>icon</code> source URI. <br><br> <b>Note:</b> SAP-icons font provides numerous built-in icons. To find all the available icons, see the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the text of the <code>ui5-notification-action</code>."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"NotificationAction.js","name":"NotificationAction","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"NotificationAction","module":"NotificationAction.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-notification-action"}]},{"kind":"javascript-module","path":"NotificationListGroupItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"NotificationListGroupItem","name":"NotificationListGroupItem","tagName":"ui5-li-notification-group","slots":[{"deprecated":false,"description":"Defines the items of the <code>ui5-li-notification-group</code>, usually <code>ui5-li-notification</code> items.","name":"default"}],"events":[{"deprecated":false,"name":"toggle","type":"CustomEvent","description":"Fired when the <code>ui5-li-notification-group</code> is expanded/collapsed by user interaction."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"collapsed","name":"collapsed","type":{"text":"boolean"},"description":"Defines if the group is collapsed or expanded."},{"default":"false","deprecated":false,"fieldName":"showCounter","name":"show-counter","type":{"text":"boolean"},"description":"Defines if the items <code>counter</code> would be displayed."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-li-notification-group</code> is a special type of list item, that unlike others can group items within self, usually <code>ui5-li-notification</code> items. <br>\n\nThe component consists of: <ul> <li><code>Toggle</code> button to expand and collapse the group</li> <li><code>Priority</code> icon to display the priority of the group</li> <li><code>TitleText</code> to entitle the group</li> <li>Custom actions - with the use of <code>ui5-notification-action</code></li> <li>Items of the group</li> </ul>\n\n<h3>Usage</h3> The component can be used in a standard <code>ui5-list</code>.\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-li-notification-group</code> exposes the following CSS Shadow Parts: <ul> <li>title-text - Used to style the titleText of the notification list group item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/NotificationListGroupItem.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/NotificationAction.js\";</code> (optional)","members":[{"deprecated":false,"kind":"field","name":"collapsed","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the group is collapsed or expanded."},{"deprecated":false,"kind":"field","name":"showCounter","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the items <code>counter</code> would be displayed."}],"superclass":{"module":"NotificationListItemBase.js","name":"NotificationListItemBase","package":"@ui5/webcomponents-fiori"}}],"exports":[{"declaration":{"module":"NotificationListGroupItem.js","name":"NotificationListGroupItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"NotificationListGroupItem","module":"NotificationListGroupItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-li-notification-group"}]},{"kind":"javascript-module","path":"NotificationListItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"NotificationListItem","name":"NotificationListItem","tagName":"ui5-li-notification","slots":[{"deprecated":false,"description":"Defines the avatar, displayed in the <code>ui5-li-notification</code>.\n\n<br><br> <b>Note:</b> Consider using the <code>ui5-avatar</code> to display icons, initials or images. <br> <b>Note:</b>In order to be complaint with the UX guidlines and for best experience, we recommend using avatars with 2rem X 2rem in size (32px X 32px). In case you are using the <code>ui5-avatar</code> you can set its <code>size</code> property to <code>XS</code> to get the required size - <code>&lt;ui5-avatar size=\"XS\">&lt;/ui5-avatar></code>.","name":"avatar"},{"deprecated":false,"description":"Defines the content of the <code>ui5-li-notification</code>, usually a description of the notification.\n\n<br><br> <b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.","name":"default"},{"deprecated":false,"description":"Defines the elements, displayed in the footer of the of the component.","name":"footnotes"}],"attributes":[{"default":"\"None\"","deprecated":false,"fieldName":"wrappingType","name":"wrapping-type","type":{"text":"sap.ui.webc.main.types.WrappingType"},"description":"Defines if the <code>titleText</code> and <code>description</code> should wrap, they truncate by default.\n\n<br><br> <b>Note:</b> by default the <code>titleText</code> and <code>description</code>, and a <code>ShowMore/Less</code> button would be displayed."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-li-notification</code> is a type of list item, meant to display notifications. <br>\n\nThe component has a rich set of various properties that allows the user to set <code>avatar</code>, <code>titleText</code>, descriptive <code>content</code> and <code>footnotes</code> to fully describe a notification. <br>\n\nThe user can: <ul> <li>display a <code>Close</code> button</li> <li>can control whether the <code>titleText</code> and <code>description</code> should wrap or truncate and display a <code>ShowMore</code> button to switch between less and more information</li> <li>add custom actions by using the <code>ui5-notification-action</code> component</li> </ul>\n\n<h3>Usage</h3> The component can be used in a standard <code>ui5-list</code>.\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-li-notification</code> exposes the following CSS Shadow Parts: <ul> <li>title-text - Used to style the titleText of the notification list item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/NotificationListItem.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/NotificationAction.js\";</code> (optional)","members":[{"deprecated":false,"kind":"field","name":"wrappingType","privacy":"public","static":false,"type":{"text":"sap.ui.webc.main.types.WrappingType"},"default":"\"None\"","description":"Defines if the <code>titleText</code> and <code>description</code> should wrap, they truncate by default.\n\n<br><br> <b>Note:</b> by default the <code>titleText</code> and <code>description</code>, and a <code>ShowMore/Less</code> button would be displayed."}],"superclass":{"module":"NotificationListItemBase.js","name":"NotificationListItemBase","package":"@ui5/webcomponents-fiori"}}],"exports":[{"declaration":{"module":"NotificationListItem.js","name":"NotificationListItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"NotificationListItem","module":"NotificationListItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-li-notification"}]},{"kind":"javascript-module","path":"NotificationListItemBase.js","declarations":[{"deprecated":false,"customElement":true,"kind":"NotificationListItemBase","name":"NotificationListItemBase","slots":[{"deprecated":false,"description":"Defines the actions, displayed in the top-right area. <br><br> <b>Note:</b> use the <code>ui5-notification-action</code> component.","name":"actions"}],"events":[{"deprecated":false,"name":"close","type":"CustomEvent","description":"Fired when the <code>Close</code> button is pressed."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"busy","name":"busy","type":{"text":"boolean"},"description":"Defines if a busy indicator would be displayed over the item."},{"default":"1000","deprecated":false,"fieldName":"busyDelay","name":"busy-delay","type":{"text":"sap.ui.webc.base.types.Integer"},"description":"Defines the delay in milliseconds, after which the busy indicator will show up for this component."},{"default":"\"None\"","deprecated":false,"fieldName":"priority","name":"priority","type":{"text":"sap.ui.webc.main.types.Priority"},"description":"Defines the <code>priority</code> of the item."},{"default":"false","deprecated":false,"fieldName":"read","name":"read","type":{"text":"boolean"},"description":"Defines if the <code>notification</code> is new or has been already read. <br><br> <b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font, if set to true - it has a normal font."},{"default":"false","deprecated":false,"fieldName":"showClose","name":"show-close","type":{"text":"boolean"},"description":"Defines if the <code>close</code> button would be displayed."},{"default":"\"\"","deprecated":false,"fieldName":"titleText","name":"title-text","type":{"text":"string"},"description":"Defines the <code>titleText</code> of the item."}],"description":"The base class of the <code>NotificationListItem</code> and <code>NotificationListGroupItem</code>.","members":[{"deprecated":false,"kind":"field","name":"busy","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if a busy indicator would be displayed over the item."},{"deprecated":false,"kind":"field","name":"busyDelay","privacy":"public","static":false,"type":{"text":"sap.ui.webc.base.types.Integer"},"default":"1000","description":"Defines the delay in milliseconds, after which the busy indicator will show up for this component."},{"deprecated":false,"kind":"field","name":"priority","privacy":"public","static":false,"type":{"text":"sap.ui.webc.main.types.Priority"},"default":"\"None\"","description":"Defines the <code>priority</code> of the item."},{"deprecated":false,"kind":"field","name":"read","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the <code>notification</code> is new or has been already read. <br><br> <b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font, if set to true - it has a normal font."},{"deprecated":false,"kind":"field","name":"showClose","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the <code>close</code> button would be displayed."},{"deprecated":false,"kind":"field","name":"titleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>titleText</code> of the item."}],"superclass":{"module":"ListItemBase.js","name":"ListItemBase","package":"@ui5/webcomponents"}}],"exports":[{"declaration":{"module":"NotificationListItemBase.js","name":"NotificationListItemBase","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"NotificationListItemBase","module":"NotificationListItemBase.js"},"deprecated":false,"kind":"custom-element-definition"}]},{"kind":"javascript-module","path":"Page.js","declarations":[{"deprecated":false,"customElement":true,"kind":"Page","name":"Page","tagName":"ui5-page","slots":[{"deprecated":false,"description":"Defines the content HTML Element.","name":"default"},{"deprecated":false,"description":"Defines the footer HTML Element.","name":"footer"},{"deprecated":false,"description":"Defines the header HTML Element.","name":"header"}],"attributes":[{"default":"\"Solid\"","deprecated":false,"fieldName":"backgroundDesign","name":"background-design","type":{"text":"sap.ui.webc.fiori.types.PageBackgroundDesign"},"description":"Defines the background color of the <code>ui5-page</code>. <br><br> <b>Note:</b> When a ui5-list is placed inside the page, we recommend using “List” to ensure better color contrast. <br><br>"},{"default":"false","deprecated":false,"fieldName":"disableScrolling","name":"disable-scrolling","type":{"text":"boolean"},"description":"Disables vertical scrolling of page content. If set to true, there will be no vertical scrolling at all."},{"default":"true","deprecated":false,"fieldName":"floatingFooter","name":"floating-footer","type":{"text":"boolean"},"description":"Defines if the footer should float over the content. <br><br> <b>Note:</b> When set to true the footer floats over the content with a slight offset from the bottom, otherwise it is fixed at the very bottom of the page."},{"default":"false","deprecated":false,"fieldName":"hideFooter","name":"hide-footer","type":{"text":"boolean"},"description":"Defines the footer visibility."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-page</code> is a container component that holds one whole screen of an application. The page has three distinct areas that can hold content - a header, content area and a footer. <h3>Structure</h3> <h4>Header</h4> The top most area of the page is occupied by the header. The standard header includes a navigation button and a title. <h4>Content</h4> The content occupies the main part of the page. Only the content area is scrollable by default. This can be prevented by setting <code>enableScrolling</code> to <code>false</code>. <h4>Footer</h4> The footer is optional and occupies the fixed bottom part of the page. Alternatively, the footer can be floating above the bottom part of the content. This is enabled with the <code>floatingFooter</code> property.\n\n<b>Note:</b> <code>ui5-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>ui5-page</code> to be rendered. <b>Note:</b> In order for the <code>ui5-page</code> to be displayed, the parent element should have fixed height.\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-page</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the content section of the component</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Page.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"backgroundDesign","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.PageBackgroundDesign"},"default":"\"Solid\"","description":"Defines the background color of the <code>ui5-page</code>. <br><br> <b>Note:</b> When a ui5-list is placed inside the page, we recommend using “List” to ensure better color contrast. <br><br>"},{"deprecated":false,"kind":"field","name":"disableScrolling","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Disables vertical scrolling of page content. If set to true, there will be no vertical scrolling at all."},{"deprecated":false,"kind":"field","name":"floatingFooter","privacy":"public","static":false,"type":{"text":"boolean"},"default":"true","description":"Defines if the footer should float over the content. <br><br> <b>Note:</b> When set to true the footer floats over the content with a slight offset from the bottom, otherwise it is fixed at the very bottom of the page."},{"deprecated":false,"kind":"field","name":"hideFooter","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the footer visibility."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"Page.js","name":"Page","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"Page","module":"Page.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-page"}]},{"kind":"javascript-module","path":"ProductSwitch.js","declarations":[{"deprecated":false,"customElement":true,"kind":"ProductSwitch","name":"ProductSwitch","tagName":"ui5-product-switch","slots":[{"deprecated":false,"description":"Defines the items of the <code>ui5-product-switch</code>.","name":"default"}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-product-switch</code> is an SAP Fiori specific web component that is used in <code>ui5-shellbar</code> and allows the user to easily switch between products. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-product-switch</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br> <ul> <li>[TAB] - Move focus to the next interactive element after the <code>ui5-product-switch</code></li> <li>[UP/DOWN] - Navigates up and down the items </li> <li>[LEFT/RIGHT] - Navigates left and right the items</li> </ul> <br> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/ProductSwitch.js\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/ProductSwitchItem.js\";</code> (for <code>ui5-product-switch-item</code>)","superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"ProductSwitch.js","name":"ProductSwitch","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"ProductSwitch","module":"ProductSwitch.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-product-switch"}]},{"kind":"javascript-module","path":"ProductSwitchItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"ProductSwitchItem","name":"ProductSwitchItem","tagName":"ui5-product-switch-item","events":[{"deprecated":false,"name":"click","type":"CustomEvent","description":"Fired when the <code>ui5-product-switch-item</code> is activated either with a click/tap or by using the Enter or Space key."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the icon to be displayed as a graphical element within the component. <br><br> Example: <br> <pre>ui5-product-switch-item icon=\"palette\"</pre>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"default":"\"\"","deprecated":false,"fieldName":"subtitleText","name":"subtitle-text","type":{"text":"string"},"description":"Defines the subtitle of the component."},{"deprecated":false,"fieldName":"target","name":"target","type":{"text":"string"},"description":"Defines a target where the <code>targetSrc</code> content must be open. <br><br> Available options are: <ul> <li><code>_self</code></li> <li><code>_top</code></li> <li><code>_blank</code></li> <li><code>_parent</code></li> <li><code>_search</code></li> </ul>"},{"default":"\"\"","deprecated":false,"fieldName":"targetSrc","name":"target-src","type":{"text":"string"},"description":"Defines the component target URI. Supports standard hyperlink behavior."},{"default":"\"\"","deprecated":false,"fieldName":"titleText","name":"title-text","type":{"text":"string"},"description":"Defines the title of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-product-switch-item</code> web component represents the items displayed in the <code>ui5-product-switch</code> web component. <br><br> <b>Note:</b> <code>ui5-product-switch-item</code> is not supported when used outside of <code>ui5-product-switch</code>. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-product-switch</code> provides advanced keyboard handling. When focused, the user can use the following keyboard shortcuts in order to perform a navigation: <br> <ul> <li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/ProductSwitchItem.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the icon to be displayed as a graphical element within the component. <br><br> Example: <br> <pre>ui5-product-switch-item icon=\"palette\"</pre>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"deprecated":false,"kind":"field","name":"subtitleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the subtitle of the component."},{"deprecated":false,"kind":"field","name":"target","privacy":"public","static":false,"type":{"text":"string"},"description":"Defines a target where the <code>targetSrc</code> content must be open. <br><br> Available options are: <ul> <li><code>_self</code></li> <li><code>_top</code></li> <li><code>_blank</code></li> <li><code>_parent</code></li> <li><code>_search</code></li> </ul>"},{"deprecated":false,"kind":"field","name":"targetSrc","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the component target URI. Supports standard hyperlink behavior."},{"deprecated":false,"kind":"field","name":"titleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the title of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"ProductSwitchItem.js","name":"ProductSwitchItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"ProductSwitchItem","module":"ProductSwitchItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-product-switch-item"}]},{"kind":"javascript-module","path":"ShellBar.js","declarations":[{"deprecated":false,"customElement":true,"kind":"ShellBar","name":"ShellBar","tagName":"ui5-shellbar","slots":[{"deprecated":false,"description":"Defines the <code>ui5-shellbar</code> aditional items. <br><br> <b>Note:</b> You can use the &nbsp;&lt;ui5-shellbar-item>&lt;/ui5-shellbar-item>.","name":"default"},{"deprecated":false,"description":"Defines the logo of the <code>ui5-shellbar</code>. For example, you can use <code>ui5-avatar</code> or <code>img</code> elements as logo.","name":"logo"},{"deprecated":false,"description":"Defines the items displayed in menu after a click on the primary title. <br><br> <b>Note:</b> You can use the &nbsp;&lt;ui5-li>&lt;/ui5-li> and its ancestors.","name":"menuItems"},{"deprecated":false,"description":"You can pass <code>ui5-avatar</code> to set the profile image/icon. If no profile slot is set - profile will be excluded from actions.\n\nNote: We recommend not using the <code>size</code> attribute of <code>ui5-avatar</code> because it should have specific size by design in the context of <code>ui5-shellbar</code> profile.","name":"profile"},{"deprecated":false,"description":"Defines the <code>ui5-input</code>, that will be used as a search field.","name":"searchField"},{"deprecated":false,"description":"Defines a <code>ui5-button</code> in the bar that will be placed in the beginning. We encourage this slot to be used for a back or home button. It gets overstyled to match ShellBar's styling.","name":"startButton"}],"events":[{"deprecated":false,"name":"co-pilot-click","type":"CustomEvent","description":"Fired, when the co pilot is activated."},{"deprecated":false,"name":"logo-click","type":"CustomEvent","description":"Fired, when the logo is activated."},{"deprecated":false,"name":"menu-item-click","type":"CustomEvent","description":"Fired, when a menu item is activated <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."},{"deprecated":false,"name":"notifications-click","type":"CustomEvent","description":"Fired, when the notification icon is activated."},{"deprecated":false,"name":"product-switch-click","type":"CustomEvent","description":"Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."},{"deprecated":false,"name":"profile-click","type":"CustomEvent","description":"Fired, when the profile slot is present."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"notificationsCount","name":"notifications-count","type":{"text":"string"},"description":"Defines the <code>notificationsCount</code>, displayed in the notification icon top-right corner."},{"default":"\"\"","deprecated":false,"fieldName":"primaryTitle","name":"primary-title","type":{"text":"string"},"description":"Defines the <code>primaryTitle</code>. <br><br> <b>Note:</b> The <code>primaryTitle</code> would be hidden on S screen size (less than approx. 700px)."},{"default":"\"\"","deprecated":false,"fieldName":"secondaryTitle","name":"secondary-title","type":{"text":"string"},"description":"Defines the <code>secondaryTitle</code>. <br><br> <b>Note:</b> The <code>secondaryTitle</code> would be hidden on S and M screen sizes (less than approx. 1300px)."},{"default":"false","deprecated":false,"fieldName":"showCoPilot","name":"show-co-pilot","type":{"text":"boolean"},"description":"Defines, if the product CoPilot icon would be displayed. <br><b>Note:</b> By default the co-pilot is displayed as static SVG. If you need an animated co-pilot, you can import the <code>\"@ui5/webcomponents-fiori/dist/features/CoPilotAnimation.js\"</code> module as add-on feature."},{"default":"false","deprecated":false,"fieldName":"showNotifications","name":"show-notifications","type":{"text":"boolean"},"description":"Defines, if the notification icon would be displayed."},{"default":"false","deprecated":false,"fieldName":"showProductSwitch","name":"show-product-switch","type":{"text":"boolean"},"description":"Defines, if the product switch icon would be displayed."},{"default":"false","deprecated":false,"fieldName":"showSearchField","name":"show-search-field","type":{"text":"boolean"},"description":"Defines, if the Search Field would be displayed when there is a valid <code>searchField</code> slot. <br><b>Note:</b> By default the Search Field is not displayed."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-shellbar</code> is meant to serve as an application header and includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on. <br><br>\n\n<h3>Stable DOM Refs</h3>\n\nYou can use the following stable DOM refs for the <code>ui5-shellbar</code>: <ul> <li>logo</li> <li>copilot</li> <li>notifications</li> <li>overflow</li> <li>profile</li> <li>product-switch</li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-shellbar</code> exposes the following CSS Shadow Parts: <ul> <li>root - Used to style the outermost wrapper of the <code>ui5-shellbar</code></li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/ShellBar\";</code>","members":[{"deprecated":false,"kind":"field","name":"accessibilityAttributes","privacy":"public","static":false,"type":{"text":"object"},"description":"An object of strings that defines several additional accessibility attribute values for customization depending on the use case.\n\nIt supports the following fields:\n\n<ul> <li><code>expanded</code>: Indicates whether the anchor element, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values: <ul> <li><code>true</code></li> <li><code>false</code></li> </ul> </li> <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the anchor element. Accepts the following string values: <ul> <li><code>Dialog</code></li> <li><code>Grid</code></li> <li><code>ListBox</code></li> <li><code>Menu</code></li> <li><code>Tree</code></li> </ul> </li> </ul>"},{"deprecated":false,"kind":"field","name":"accessibilityRoles","privacy":"public","static":false,"type":{"text":"object"},"description":"An object of strings that defines additional accessibility roles for further customization.\n\nIt supports the following fields: - <code>logoRole</code>: the accessibility role for the <code>logo</code>"},{"deprecated":false,"kind":"field","name":"accessibilityTexts","privacy":"public","static":false,"type":{"text":"object"},"description":"An object of strings that defines several additional accessibility texts for even further customization.\n\nIt supports the following fields: - <code>profileButtonTitle</code>: defines the tooltip for the profile button - <code>logoTitle</code>: defines the tooltip for the logo"},{"deprecated":false,"kind":"field","name":"copilotDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>copilot</code> DOM ref."},{"deprecated":false,"kind":"field","name":"logoDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>logo</code> DOM ref."},{"deprecated":false,"kind":"field","name":"notificationsCount","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>notificationsCount</code>, displayed in the notification icon top-right corner."},{"deprecated":false,"kind":"field","name":"notificationsDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>notifications</code> icon DOM ref."},{"deprecated":false,"kind":"field","name":"overflowDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>overflow</code> icon DOM ref."},{"deprecated":false,"kind":"field","name":"primaryTitle","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>primaryTitle</code>. <br><br> <b>Note:</b> The <code>primaryTitle</code> would be hidden on S screen size (less than approx. 700px)."},{"deprecated":false,"kind":"field","name":"productSwitchDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>product-switch</code> icon DOM ref."},{"deprecated":false,"kind":"field","name":"profileDomRef","privacy":"public","static":false,"type":{"text":"HTMLElement"},"description":"Returns the <code>profile</code> icon DOM ref."},{"deprecated":false,"kind":"field","name":"secondaryTitle","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>secondaryTitle</code>. <br><br> <b>Note:</b> The <code>secondaryTitle</code> would be hidden on S and M screen sizes (less than approx. 1300px)."},{"deprecated":false,"kind":"field","name":"showCoPilot","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines, if the product CoPilot icon would be displayed. <br><b>Note:</b> By default the co-pilot is displayed as static SVG. If you need an animated co-pilot, you can import the <code>\"@ui5/webcomponents-fiori/dist/features/CoPilotAnimation.js\"</code> module as add-on feature."},{"deprecated":false,"kind":"field","name":"showNotifications","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines, if the notification icon would be displayed."},{"deprecated":false,"kind":"field","name":"showProductSwitch","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines, if the product switch icon would be displayed."},{"deprecated":false,"kind":"field","name":"showSearchField","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines, if the Search Field would be displayed when there is a valid <code>searchField</code> slot. <br><b>Note:</b> By default the Search Field is not displayed."},{"deprecated":false,"kind":"method","name":"closeOverflow","privacy":"public","description":"Closes the overflow area. Useful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event"}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"ShellBar.js","name":"ShellBar","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"ShellBar","module":"ShellBar.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-shellbar"}]},{"kind":"javascript-module","path":"ShellBarItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"ShellBarItem","name":"ShellBarItem","tagName":"ui5-shellbar-item","events":[{"deprecated":false,"name":"click","type":"CustomEvent","description":"Fired, when the item is pressed."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"count","name":"count","type":{"text":"string"},"description":"Defines the count displayed in the top-right corner."},{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the name of the item's icon."},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the item text. <br><br> <b>Note:</b> The text is only displayed inside the overflow popover list view."}],"description":"The <code>ui5-shellbar-item</code> represents a custom item, that might be added to the <code>ui5-shellbar</code>. <br><br> <h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/ShellBarItem\";</code>","members":[{"deprecated":false,"kind":"field","name":"count","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the count displayed in the top-right corner."},{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the name of the item's icon."},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the item text. <br><br> <b>Note:</b> The text is only displayed inside the overflow popover list view."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"ShellBarItem.js","name":"ShellBarItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"ShellBarItem","module":"ShellBarItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-shellbar-item"}]},{"kind":"javascript-module","path":"SideNavigation.js","declarations":[{"deprecated":false,"customElement":true,"kind":"SideNavigation","name":"SideNavigation","tagName":"ui5-side-navigation","slots":[{"deprecated":false,"description":"Defines the main items of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component for the top-level items, and the <code>ui5-side-navigation-sub-item</code> component for second-level items, nested inside the items.","name":"default"},{"deprecated":false,"description":"Defines the fixed items at the bottom of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component for the fixed items, and optionally the <code>ui5-side-navigation-sub-item</code> component to provide second-level items inside them.\n\n<b>Note:</b> In order to achieve the best user experience, it is recommended that you keep the fixed items \"flat\" (do not pass sub-items)","name":"fixedItems"},{"deprecated":false,"description":"Defines the header of the <code>ui5-side-navigation</code>.\n\n<br><br> <b>Note:</b> The header is displayed when the component is expanded - the property <code>collapsed</code> is false;","name":"header"}],"events":[{"deprecated":false,"name":"selection-change","type":"CustomEvent","description":"Fired when the selection has changed via user interaction"}],"attributes":[{"default":"false","deprecated":false,"fieldName":"collapsed","name":"collapsed","type":{"text":"boolean"},"description":"Defines whether the <code>ui5-side-navigation</code> is expanded or collapsed."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>SideNavigation</code> is used as a standard menu in applications. It consists of three containers: header (top-aligned), main navigation section (top-aligned) and the secondary section (bottom-aligned). <ul> <li>The header is meant for displaying user related information - profile data, avatar, etc.</li> <li>The main navigation section is related to the user’s current work context</li> <li>The secondary section is mostly used to link additional information that may be of interest (legal information, developer communities, external help, contact information and so on). </li> </ul>\n\n<h3>Usage</h3>\n\nUse the available <code>ui5-side-navigation-item</code> and <code>ui5-side-navigation-sub-item</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.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigation.js\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code> (for <code>ui5-side-navigation-item</code>) <br> <code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code> (for <code>ui5-side-navigation-sub-item</code>)","members":[{"deprecated":false,"kind":"field","name":"collapsed","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines whether the <code>ui5-side-navigation</code> is expanded or collapsed."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"SideNavigation.js","name":"SideNavigation","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"SideNavigation","module":"SideNavigation.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-side-navigation"}]},{"kind":"javascript-module","path":"SideNavigationItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"SideNavigationItem","name":"SideNavigationItem","tagName":"ui5-side-navigation-item","slots":[{"deprecated":false,"description":"Defines nested items by passing <code>ui5-side-navigation-sub-item</code> to the default slot.","name":"default"}],"attributes":[{"default":"false","deprecated":false,"fieldName":"expanded","name":"expanded","type":{"text":"boolean"},"description":"Defines if the item is expanded"},{"default":"false","deprecated":false,"fieldName":"wholeItemToggleable","name":"whole-item-toggleable","type":{"text":"boolean"},"description":"Defines whether clicking the whole item or only pressing the icon will show/hide the sub items (if present). If set to true, clicking the whole item will toggle the sub items, and it won't fire the <code>click</code> event. By default, only clicking the arrow icon will toggle the sub items."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-side-navigation-item</code> is used within <code>ui5-side-navigation</code> only. Via the <code>ui5-side-navigation-item</code> you control the content of the <code>SideNavigation</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"expanded","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the item is expanded"},{"deprecated":false,"kind":"field","name":"wholeItemToggleable","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines whether clicking the whole item or only pressing the icon will show/hide the sub items (if present). If set to true, clicking the whole item will toggle the sub items, and it won't fire the <code>click</code> event. By default, only clicking the arrow icon will toggle the sub items."}],"superclass":{"module":"SideNavigationItemBase.js","name":"SideNavigationItemBase","package":"@ui5/webcomponents-fiori"}}],"exports":[{"declaration":{"module":"SideNavigationItem.js","name":"SideNavigationItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"SideNavigationItem","module":"SideNavigationItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-side-navigation-item"}]},{"kind":"javascript-module","path":"SideNavigationItemBase.js","declarations":[{"deprecated":false,"customElement":true,"kind":"SideNavigationItemBase","name":"SideNavigationItemBase","events":[{"deprecated":false,"name":"click","type":"CustomEvent","description":"Fired when the component is activated either with a click/tap or by using the Enter or Space key."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"href","name":"href","type":{"text":"string"},"description":"Defines the link target URI. Supports standard hyperlink behavior. If a JavaScript action should be triggered, this should not be set, but instead an event handler for the <code>click</code> event should be registered."},{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the icon of the item. <br><br>\n\nThe SAP-icons font provides numerous options. <br> See all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"default":"false","deprecated":false,"fieldName":"selected","name":"selected","type":{"text":"boolean"},"description":"Defines whether the item is selected"},{"default":"\"\"","deprecated":false,"fieldName":"target","name":"target","type":{"text":"string"},"description":"Defines the component target. <br><br> <b>Notes:</b>\n\n<ul> <li><code>_self</code></li> <li><code>_top</code></li> <li><code>_blank</code></li> <li><code>_parent</code></li> <li><code>_search</code></li> </ul>\n\n<b>This property must only be used when the <code>href</code> property is set.</b>"},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the text of the item."}],"description":"A class to serve as a foundation for the <code>SideNavigationItem</code> and <code>SideNavigationSubItem</code> classes.","members":[{"deprecated":false,"kind":"field","name":"href","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the link target URI. Supports standard hyperlink behavior. If a JavaScript action should be triggered, this should not be set, but instead an event handler for the <code>click</code> event should be registered."},{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the icon of the item. <br><br>\n\nThe SAP-icons font provides numerous options. <br> See all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"deprecated":false,"kind":"field","name":"selected","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines whether the item is selected"},{"deprecated":false,"kind":"field","name":"target","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the component target. <br><br> <b>Notes:</b>\n\n<ul> <li><code>_self</code></li> <li><code>_top</code></li> <li><code>_blank</code></li> <li><code>_parent</code></li> <li><code>_search</code></li> </ul>\n\n<b>This property must only be used when the <code>href</code> property is set.</b>"},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the text of the item."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"SideNavigationItemBase.js","name":"SideNavigationItemBase","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"SideNavigationItemBase","module":"SideNavigationItemBase.js"},"deprecated":false,"kind":"custom-element-definition"}]},{"kind":"javascript-module","path":"SideNavigationSubItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"SideNavigationSubItem","name":"SideNavigationSubItem","tagName":"ui5-side-navigation-sub-item","description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-side-navigation-sub-item</code> is intended to be used inside a <code>ui5-side-navigation-item</code> only.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code>","superclass":{"module":"SideNavigationItemBase.js","name":"SideNavigationItemBase","package":"@ui5/webcomponents-fiori"}}],"exports":[{"declaration":{"module":"SideNavigationSubItem.js","name":"SideNavigationSubItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"SideNavigationSubItem","module":"SideNavigationSubItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-side-navigation-sub-item"}]},{"kind":"javascript-module","path":"SortItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"SortItem","name":"SortItem","tagName":"ui5-sort-item","attributes":[{"default":"false","deprecated":false,"fieldName":"selected","name":"selected","type":{"text":"boolean"},"description":"Defines if the component is selected."},{"default":"\"\"","deprecated":false,"fieldName":"text","name":"text","type":{"text":"string"},"description":"Defines the text of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\n<h3>Usage</h3>\n\nFor the <code>ui5-sort-item</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/SortItem.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"selected","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the component is selected."},{"deprecated":false,"kind":"field","name":"text","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the text of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"SortItem.js","name":"SortItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"SortItem","module":"SortItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-sort-item"}]},{"kind":"javascript-module","path":"Timeline.js","declarations":[{"deprecated":false,"customElement":true,"kind":"Timeline","name":"Timeline","tagName":"ui5-timeline","slots":[{"deprecated":false,"description":"Determines the content of the <code>ui5-timeline</code>.","name":"default"}],"attributes":[{"deprecated":false,"fieldName":"accessibleName","name":"accessible-name","type":{"text":"string"},"description":"Defines the accessible ARIA name of the component."},{"default":"\"Vertical\"","deprecated":false,"fieldName":"layout","name":"layout","type":{"text":"sap.ui.webc.fiori.types.TimelineLayout"},"description":"Defines the items orientation.\n\n<br><br> <b>Note:</b> Available options are: <ul> <li><code>Vertical</code></li> <li><code>Horizontal</code></li> </ul>"}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-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.","members":[{"deprecated":false,"kind":"field","name":"accessibleName","privacy":"public","static":false,"type":{"text":"string"},"description":"Defines the accessible ARIA name of the component."},{"deprecated":false,"kind":"field","name":"layout","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.TimelineLayout"},"default":"\"Vertical\"","description":"Defines the items orientation.\n\n<br><br> <b>Note:</b> Available options are: <ul> <li><code>Vertical</code></li> <li><code>Horizontal</code></li> </ul>"}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"Timeline.js","name":"Timeline","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"Timeline","module":"Timeline.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-timeline"}]},{"kind":"javascript-module","path":"TimelineItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"TimelineItem","name":"TimelineItem","tagName":"ui5-timeline-item","slots":[{"deprecated":false,"description":"Determines the description of the <code>ui5-timeline-item</code>.","name":"default"}],"events":[{"deprecated":false,"name":"name-click","type":"CustomEvent","description":"Fired when the item name is pressed either with a click/tap or by using the Enter or Space key. <br><br> <b>Note:</b> The event will not be fired if the <code>name-clickable</code> attribute is not set."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the icon to be displayed as graphical element within the <code>ui5-timeline-item</code>. SAP-icons font provides numerous options. <br><br>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"default":"\"\"","deprecated":false,"fieldName":"name","name":"name","type":{"text":"string"},"description":"Defines the name of the item, displayed before the <code>title-text</code>."},{"default":"false","deprecated":false,"fieldName":"nameClickable","name":"name-clickable","type":{"text":"boolean"},"description":"Defines if the <code>name</code> is clickable."},{"default":"\"\"","deprecated":false,"fieldName":"subtitleText","name":"subtitle-text","type":{"text":"string"},"description":"Defines the subtitle text of the component."},{"default":"\"\"","deprecated":false,"fieldName":"titleText","name":"title-text","type":{"text":"string"},"description":"Defines the title text of the component."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nAn entry posted on the timeline.","members":[{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the icon to be displayed as graphical element within the <code>ui5-timeline-item</code>. SAP-icons font provides numerous options. <br><br>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"deprecated":false,"kind":"field","name":"name","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the name of the item, displayed before the <code>title-text</code>."},{"deprecated":false,"kind":"field","name":"nameClickable","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the <code>name</code> is clickable."},{"deprecated":false,"kind":"field","name":"subtitleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the subtitle text of the component."},{"deprecated":false,"kind":"field","name":"titleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the title text of the component."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"TimelineItem.js","name":"TimelineItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"TimelineItem","module":"TimelineItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-timeline-item"}]},{"kind":"javascript-module","path":"UploadCollection.js","declarations":[{"deprecated":false,"customElement":true,"kind":"UploadCollection","name":"UploadCollection","tagName":"ui5-upload-collection","slots":[{"deprecated":false,"description":"Defines the items of the <code>ui5-upload-collection</code>. <br><b>Note:</b> Use <code>ui5-upload-collection-item</code> for the intended design.","name":"default"},{"deprecated":false,"description":"Defines the <code>ui5-upload-collection</code> header. <br><br> <b>Note:</b> If <code>header</code> slot is provided, the labelling of the <code>UploadCollection</code> is a responsibility of the application developer. <code>accessibleName</code> should be used.","name":"header"}],"events":[{"deprecated":false,"name":"drop","type":"NativeEvent","description":"Fired when an element is dropped inside the drag and drop overlay. <br><br> <b>Note:</b> The <code>drop</code> event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the <code>ui5-upload-collection</code>."},{"deprecated":false,"name":"item-delete","type":"CustomEvent","description":"Fired when the delete button of any item is pressed."},{"deprecated":false,"name":"selection-change","type":"CustomEvent","description":"Fired when selection is changed by user interaction in <code>SingleSelect</code> and <code>MultiSelect</code> modes."}],"attributes":[{"default":"\"\"","deprecated":false,"fieldName":"accessibleName","name":"accessible-name","type":{"text":"string"},"description":"Defines the accessible ARIA name of the component."},{"default":"false","deprecated":false,"fieldName":"hideDragOverlay","name":"hide-drag-overlay","type":{"text":"boolean"},"description":"By default there will be drag and drop overlay shown over the <code>ui5-upload-collection</code> when files are dragged. If you don't intend to use drag and drop, set this property. <br><br> <b>Note:</b> It is up to the application developer to add handler for <code>drop</code> event and handle it. <code>ui5-upload-collection</code> only displays an overlay."},{"default":"\"None\"","deprecated":false,"fieldName":"mode","name":"mode","type":{"text":"sap.ui.webc.main.types.ListMode"},"description":"Defines the mode of the <code>ui5-upload-collection</code>.\n\n<br><b>Note:</b> Mode \"Delete\" has no effect. The delete button is controlled by the <code>hideDeleteButton</code> property of UploadCollectionItem</li>"},{"default":"\"\"","deprecated":false,"fieldName":"noDataDescription","name":"no-data-description","type":{"text":"string"},"description":"Allows you to set your own text for the 'No data' description."},{"default":"\"\"","deprecated":false,"fieldName":"noDataText","name":"no-data-text","type":{"text":"string"},"description":"Allows you to set your own text for the 'No data' text."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> This component allows you to represent files before uploading them to a server, with the help of <code>ui5-upload-collection-item</code>. It also allows you to show already uploaded files.\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";</code> <br> <code>import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";</code> (for <code>ui5-upload-collection-item</code>)","members":[{"deprecated":false,"kind":"field","name":"accessibleName","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the accessible ARIA name of the component."},{"deprecated":false,"kind":"field","name":"hideDragOverlay","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"By default there will be drag and drop overlay shown over the <code>ui5-upload-collection</code> when files are dragged. If you don't intend to use drag and drop, set this property. <br><br> <b>Note:</b> It is up to the application developer to add handler for <code>drop</code> event and handle it. <code>ui5-upload-collection</code> only displays an overlay."},{"deprecated":false,"kind":"field","name":"mode","privacy":"public","static":false,"type":{"text":"sap.ui.webc.main.types.ListMode"},"default":"\"None\"","description":"Defines the mode of the <code>ui5-upload-collection</code>.\n\n<br><b>Note:</b> Mode \"Delete\" has no effect. The delete button is controlled by the <code>hideDeleteButton</code> property of UploadCollectionItem</li>"},{"deprecated":false,"kind":"field","name":"noDataDescription","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Allows you to set your own text for the 'No data' description."},{"deprecated":false,"kind":"field","name":"noDataText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Allows you to set your own text for the 'No data' text."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"UploadCollection.js","name":"UploadCollection","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"UploadCollection","module":"UploadCollection.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-upload-collection"}]},{"kind":"javascript-module","path":"UploadCollectionItem.js","declarations":[{"deprecated":false,"customElement":true,"kind":"UploadCollectionItem","name":"UploadCollectionItem","tagName":"ui5-upload-collection-item","slots":[{"deprecated":false,"description":"Hold the description of the <code>ui5-upload-collection-item</code>. Will be shown below the file name.","name":"default"},{"deprecated":false,"description":"A thumbnail, which will be shown in the beginning of the <code>ui5-upload-collection-item</code>. <br><br> <b>Note:</b> Use <code>ui5-icon</code> or <code>img</code> for the intended design.","name":"thumbnail"}],"events":[{"deprecated":false,"name":"file-name-click","type":"CustomEvent","description":"Fired when the file name is clicked. <br><br> <b>Note:</b> This event is only available when <code>fileNameClickable</code> property is <code>true</code>."},{"deprecated":false,"name":"rename","type":"CustomEvent","description":"Fired when the <code>fileName</code> property gets changed. <br><br> <b>Note:</b> An edit button is displayed on each item, when the <code>ui5-upload-collection-item</code> <code>type</code> property is set to <code>Detail</code>."},{"deprecated":false,"name":"retry","type":"CustomEvent","description":"Fired when the retry button is pressed. <br><br> <b>Note:</b> Retry button is displayed when <code>uploadState</code> property is set to <code>Error</code>."},{"deprecated":false,"name":"terminate","type":"CustomEvent","description":"Fired when the terminate button is pressed. <br><br> <b>Note:</b> Terminate button is displayed when <code>uploadState</code> property is set to <code>Uploading</code>."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"disableDeleteButton","name":"disable-delete-button","type":{"text":"boolean"},"description":"Disables the delete button."},{"default":"null","deprecated":false,"fieldName":"file","name":"file","type":{"text":"File"},"description":"Holds an instance of <code>File</code> associated with this item."},{"default":"\"\"","deprecated":false,"fieldName":"fileName","name":"file-name","type":{"text":"string"},"description":"The name of the file."},{"default":"false","deprecated":false,"fieldName":"fileNameClickable","name":"file-name-clickable","type":{"text":"boolean"},"description":"If set to <code>true</code> the file name will be clickable and it will fire <code>file-name-click</code> event upon click."},{"default":"false","deprecated":false,"fieldName":"hideDeleteButton","name":"hide-delete-button","type":{"text":"boolean"},"description":"By default, the delete button will always be shown, regardless of the <code>ui5-upload-collection</code>'s property <code>mode</code>. Setting this property to <code>true</code> will hide the delete button."},{"default":"false","deprecated":false,"fieldName":"hideRetryButton","name":"hide-retry-button","type":{"text":"boolean"},"description":"Hides the retry button when <code>uploadState</code> property is <code>Error</code>."},{"default":"false","deprecated":false,"fieldName":"hideTerminateButton","name":"hide-terminate-button","type":{"text":"boolean"},"description":"Hides the terminate button when <code>uploadState</code> property is <code>Uploading</code>."},{"default":"0","deprecated":false,"fieldName":"progress","name":"progress","type":{"text":"sap.ui.webc.base.types.Integer"},"description":"The upload progress in percentage. <br><br> <b>Note:</b> Expected values are in the interval [0, 100]."},{"default":"\"Ready\"","deprecated":false,"fieldName":"uploadState","name":"upload-state","type":{"text":"sap.ui.webc.fiori.types.UploadState"},"description":"If set to <code>Uploading</code> or <code>Error</code>, a progress indicator showing the <code>progress</code> is displayed. Also if set to <code>Error</code>, a refresh button is shown. When this icon is pressed <code>retry</code> event is fired. If set to <code>Uploading</code>, a terminate button is shown. When this icon is pressed <code>terminate</code> event is fired."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> A component to be used within the <code>ui5-upload-collection</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";</code>","members":[{"deprecated":false,"kind":"field","name":"disableDeleteButton","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Disables the delete button."},{"deprecated":false,"kind":"field","name":"file","privacy":"public","static":false,"type":{"text":"File"},"default":"null","description":"Holds an instance of <code>File</code> associated with this item."},{"deprecated":false,"kind":"field","name":"fileName","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"The name of the file."},{"deprecated":false,"kind":"field","name":"fileNameClickable","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"If set to <code>true</code> the file name will be clickable and it will fire <code>file-name-click</code> event upon click."},{"deprecated":false,"kind":"field","name":"hideDeleteButton","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"By default, the delete button will always be shown, regardless of the <code>ui5-upload-collection</code>'s property <code>mode</code>. Setting this property to <code>true</code> will hide the delete button."},{"deprecated":false,"kind":"field","name":"hideRetryButton","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Hides the retry button when <code>uploadState</code> property is <code>Error</code>."},{"deprecated":false,"kind":"field","name":"hideTerminateButton","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Hides the terminate button when <code>uploadState</code> property is <code>Uploading</code>."},{"deprecated":false,"kind":"field","name":"progress","privacy":"public","static":false,"type":{"text":"sap.ui.webc.base.types.Integer"},"default":"0","description":"The upload progress in percentage. <br><br> <b>Note:</b> Expected values are in the interval [0, 100]."},{"deprecated":false,"kind":"field","name":"uploadState","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.UploadState"},"default":"\"Ready\"","description":"If set to <code>Uploading</code> or <code>Error</code>, a progress indicator showing the <code>progress</code> is displayed. Also if set to <code>Error</code>, a refresh button is shown. When this icon is pressed <code>retry</code> event is fired. If set to <code>Uploading</code>, a terminate button is shown. When this icon is pressed <code>terminate</code> event is fired."}],"superclass":{"module":"ListItem.js","name":"ListItem","package":"@ui5/webcomponents"}}],"exports":[{"declaration":{"module":"UploadCollectionItem.js","name":"UploadCollectionItem","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"UploadCollectionItem","module":"UploadCollectionItem.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-upload-collection-item"}]},{"kind":"javascript-module","path":"ViewSettingsDialog.js","declarations":[{"deprecated":false,"customElement":true,"kind":"ViewSettingsDialog","name":"ViewSettingsDialog","tagName":"ui5-view-settings-dialog","slots":[{"deprecated":false,"description":"Defines the <code>filterItems</code> list. <b>Note:</b> If you want to use this slot, you need to import used item: <code>import \"@ui5/webcomponents-fiori/dist/FilterItem\";</code>","name":"filterItems"},{"deprecated":false,"description":"Defines the list of items against which the user could sort data. <b>Note:</b> If you want to use this slot, you need to import used item: <code>import \"@ui5/webcomponents-fiori/dist/SortItem\";</code>","name":"sortItems"}],"events":[{"deprecated":false,"name":"before-open","type":"CustomEvent","description":"Fired before the component is opened. <b>This event does not bubble.</b>"},{"deprecated":false,"name":"cancel","type":"CustomEvent","description":"Fired when cancel button is activated."},{"deprecated":false,"name":"confirm","type":"CustomEvent","description":"Fired when confirmation button is activated."}],"attributes":[{"default":"false","deprecated":false,"fieldName":"sortDescending","name":"sort-descending","type":{"text":"boolean"},"description":"Defines the initial sort order."}],"description":"<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-view-settings-dialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>ui5-sort-item</code> & <code>ui5-filter-item</code> respectively) These options can be used to create sorters for a table.\n\nThe <code>ui5-view-settings-dialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>ui5-view-settings-dialog</code> is modal, which means that user action is required before returning to the parent window is possible.\n\n<h3>Structure</h3> A <code>ui5-view-settings-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-view-settings-dialog</code> is usually displayed at the center of the screen.\n\n<h3>Responsive Behavior</h3> <code>ui5-view-settings-dialog</code> stretches on full screen on phones.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/ViewSettingsDialog\";</code>","members":[{"deprecated":false,"kind":"field","name":"sortDescending","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the initial sort order."},{"deprecated":false,"kind":"method","name":"setConfirmedSettings","privacy":"public","description":"Sets a JavaScript object, as settings to the <code>ui5-view-settings-dialog</code>. This method can be used after the dialog is initially open, as the dialog needs to set its initial settings.<br> The <code>ui5-view-settings-dialog</code> throws an event called \"before-open\", which can be used as a trigger point.<br> The object should have the following format:<br> <pre>\n{\n\tsortOrder: \"Ascending\",\n\tsortBy: \"Name\",\n\tfilters: [\n\t\t{\"Filter 1\": [\"Some filter 1\", \"Some filter 2\"]},\n\t\t{\"Filter 2\": [\"Some filter 4\"]},\n\t]\n}\n</pre>","parameters":[{"deprecated":false,"name":"settings","type":{"text":"Object"},"description":"predefined settings."}]},{"deprecated":false,"kind":"method","name":"show","privacy":"public","description":"Shows the dialog."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"ViewSettingsDialog.js","name":"ViewSettingsDialog","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"ViewSettingsDialog","module":"ViewSettingsDialog.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-view-settings-dialog"}]},{"kind":"javascript-module","path":"Wizard.js","declarations":[{"deprecated":false,"customElement":true,"kind":"Wizard","name":"Wizard","tagName":"ui5-wizard","slots":[{"deprecated":false,"description":"Defines the steps. <br><br> <b>Note:</b> Use the available <code>ui5-wizard-step</code> component.","name":"default"}],"events":[{"deprecated":false,"name":"step-change","type":"CustomEvent","description":"Fired when the step is changed by user interaction - either with scrolling, or by clicking on the steps within the component header."}],"attributes":[{"default":"\"MultipleSteps\"","deprecated":false,"fieldName":"contentLayout","name":"content-layout","type":{"text":"sap.ui.webc.fiori.types.WizardContentLayout"},"description":"Defines how the content of the <code>ui5-wizard</code> would be visualized."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.\n\n<h3>Structure</h3> <h4>Navigation area</h4> The top most area of the <code>ui5-wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps. <ul> <li> Steps can have different visual representations - numbers or icons.</li> <li> Steps might have labels for better readability - titleText and subTitleText.</li> <li> Steps are defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.</li> </ul>\n\n<b>Note:</b> If no selected step is defined, the first step will be auto selected. <br> <b>Note:</b> If multiple selected steps are defined, the last step will be selected.\n\n<h3>CSS Shadow Parts</h3>\n\n<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> The <code>ui5-wizard</code> exposes the following CSS Shadow Parts: <ul> <li>navigator - Used to style the progress navigator of the <code>ui5-wizard</code>.</li> <li>step-content - Used to style a <code>ui5-wizard-step</code> container.</li> </ul>\n\n<h3>Keyboard Handling</h3> The user can navigate using the following keyboard shortcuts: <br>\n\n<h4>Wizard Progress Navigation</h4> <ul> <li>[LEFT], [DOWN] - Focus moves backward to the WizardProgressNavAnchors.</li> <li>[UP], [RIGHT] - Focus moves forward to the WizardProgressNavAnchor.</li> <li>[SPACE] or [ENTER], [RETURN] - Selects an active step</li> <li>[HOME] or [PAGE UP] - Focus goes to the first step</li> <li>[END] or [PAGE DOWN] - Focus goes to the last step</li> </ul>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n\n<h4>Content</h4> The content occupies the main part of the page. It can hold any type of HTML elements. It's defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.\n\n<h3>Scrolling</h3> The component handles user scrolling by selecting the closest step, based on the current scroll position and scrolls to particular place, when the user clicks on the step within the navigation area. <br><br>\n\n<b>Important:</b> In order the component's scrolling behaviour to work, it has to be limited from the outside parent element in terms of height. The component or its parent has to be given percentage or absolute height. Otherwise, the component will be scrolled out with the entire page. <br><br> <b>For example:</b> <br><br> <code>&lt;ui5-dialog style=\"height: 80%\"&gt;<br></code> <code>&#9;&lt;ui5-wizard&gt;&lt;/ui5-wizard&gt;<br></code> <code>&lt;/ui5-dialog&gt;</code>\n\n<h4>Moving to next step</h4> The <code>ui5-wizard-step</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>ui5-wizard</code> will automatically scroll to the content of the newly selected step. <br><br>\n\nThe Fiori 3 guidelines recommends having a \"nextStep\" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>ui5-wizard-step</code>, and show/hide it when certain fields are filled or user defined criteria is met.\n\n<h3>Usage</h3> <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.\n\n<h4>When not to use:</h4> When the task has less than 3 steps.\n\n<h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents-fiori/dist/Wizard.js\";</code> (includes &lt;ui5-wizard-step/&gt;)","members":[{"deprecated":false,"kind":"field","name":"contentLayout","privacy":"public","static":false,"type":{"text":"sap.ui.webc.fiori.types.WizardContentLayout"},"default":"\"MultipleSteps\"","description":"Defines how the content of the <code>ui5-wizard</code> would be visualized."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"Wizard.js","name":"Wizard","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"Wizard","module":"Wizard.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-wizard"}]},{"kind":"javascript-module","path":"WizardStep.js","declarations":[{"deprecated":false,"customElement":true,"kind":"WizardStep","name":"WizardStep","tagName":"ui5-wizard-step","slots":[{"deprecated":false,"description":"Defines the step content.","name":"default"}],"attributes":[{"default":"false","deprecated":false,"fieldName":"branching","name":"branching","type":{"text":"boolean"},"description":"When <code>branching</code> is enabled a dashed line would be displayed after the step, meant to indicate that the next step is not yet known and depends on user choice in the current step. <br><br>\n\n<b>Note:</b> It is recommended to use <code>branching</code> on the last known step and later add new steps when it becomes clear how the wizard flow should continue."},{"default":"false","deprecated":false,"fieldName":"disabled","name":"disabled","type":{"text":"boolean"},"description":"Defines if the step is <code>disabled</code>. When disabled the step is displayed, but the user can't select the step by clicking or navigate to it with scrolling. <br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time. In this case the <code>selected</code> property would take precedence."},{"default":"\"\"","deprecated":false,"fieldName":"icon","name":"icon","type":{"text":"string"},"description":"Defines the <code>icon</code> of the step. <br><br>\n\n<b>Note:</b> The icon is displayed in the <code>ui5-wizard</code> navigation header. <br><br>\n\nThe SAP-icons font provides numerous options. See all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"default":"false","deprecated":false,"fieldName":"selected","name":"selected","type":{"text":"boolean"},"description":"Defines the step's <code>selected</code> state - the step that is currently active. <br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time. In this case the <code>selected</code> property would take precedence."},{"default":"\"\"","deprecated":false,"fieldName":"subtitleText","name":"subtitle-text","type":{"text":"string"},"description":"Defines the <code>subtitleText</code> of the step. <br><br>\n\n<b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header."},{"default":"\"\"","deprecated":false,"fieldName":"titleText","name":"title-text","type":{"text":"string"},"description":"Defines the <code>titleText</code> of the step. <br><br>\n\n<b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header."}],"description":"<h3 class=\"comment-api-title\">Overview</h3>\n\nA component that represents a logical step as part of the <code>ui5-wizard</code>. It is meant to aggregate arbitrary HTML elements that form the content of a single step.\n\n<h3>Structure</h3> <ul> <li>Each wizard step has arbitrary content.</li> <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties.</li> <li>Each wizard step might have an icon - defined by the <code>icon</code> property.</li> <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing.</li> </ul>\n\n<h3>Usage</h3> The <code>ui5-wizard-step</code> component should be used only as slot of the <code>ui5-wizard</code> component and should not be used standalone.","members":[{"deprecated":false,"kind":"field","name":"branching","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"When <code>branching</code> is enabled a dashed line would be displayed after the step, meant to indicate that the next step is not yet known and depends on user choice in the current step. <br><br>\n\n<b>Note:</b> It is recommended to use <code>branching</code> on the last known step and later add new steps when it becomes clear how the wizard flow should continue."},{"deprecated":false,"kind":"field","name":"disabled","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines if the step is <code>disabled</code>. When disabled the step is displayed, but the user can't select the step by clicking or navigate to it with scrolling. <br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time. In this case the <code>selected</code> property would take precedence."},{"deprecated":false,"kind":"field","name":"icon","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>icon</code> of the step. <br><br>\n\n<b>Note:</b> The icon is displayed in the <code>ui5-wizard</code> navigation header. <br><br>\n\nThe SAP-icons font provides numerous options. See all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>."},{"deprecated":false,"kind":"field","name":"selected","privacy":"public","static":false,"type":{"text":"boolean"},"default":"false","description":"Defines the step's <code>selected</code> state - the step that is currently active. <br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time. In this case the <code>selected</code> property would take precedence."},{"deprecated":false,"kind":"field","name":"subtitleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>subtitleText</code> of the step. <br><br>\n\n<b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header."},{"deprecated":false,"kind":"field","name":"titleText","privacy":"public","static":false,"type":{"text":"string"},"default":"\"\"","description":"Defines the <code>titleText</code> of the step. <br><br>\n\n<b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header."}],"superclass":{"module":"UI5Element.js","name":"UI5Element","package":"@ui5/webcomponents-base"}}],"exports":[{"declaration":{"module":"WizardStep.js","name":"WizardStep","package":"@ui5/webcomponents-fiori"},"deprecated":false,"kind":"js","name":"default"},{"declaration":{"name":"WizardStep","module":"WizardStep.js"},"deprecated":false,"kind":"custom-element-definition","name":"ui5-wizard-step"}]}]}
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "dist/fcl-utils/FCLLayout.js",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "getLayoutsByMedia",
13
+ "declaration": {
14
+ "name": "getLayoutsByMedia",
15
+ "module": "dist/fcl-utils/FCLLayout.js"
16
+ }
17
+ },
18
+ {
19
+ "kind": "js",
20
+ "name": "getNextLayoutByStartArrow",
21
+ "declaration": {
22
+ "name": "getNextLayoutByStartArrow",
23
+ "module": "dist/fcl-utils/FCLLayout.js"
24
+ }
25
+ },
26
+ {
27
+ "kind": "js",
28
+ "name": "getNextLayoutByEndArrow",
29
+ "declaration": {
30
+ "name": "getNextLayoutByEndArrow",
31
+ "module": "dist/fcl-utils/FCLLayout.js"
32
+ }
33
+ },
34
+ {
35
+ "kind": "js",
36
+ "name": "LayoutConfiguration",
37
+ "declaration": {
38
+ "name": "LayoutConfiguration",
39
+ "module": "dist/fcl-utils/FCLLayout.js"
40
+ }
41
+ },
42
+ {
43
+ "kind": "js",
44
+ "name": "FCLLayout",
45
+ "declaration": {
46
+ "name": "FCLLayout",
47
+ "module": "dist/fcl-utils/FCLLayout.js"
48
+ }
49
+ }
50
+ ]
51
+ },
52
+ {
53
+ "kind": "javascript-module",
54
+ "path": "dist/features/CoPilotAnimation.js",
55
+ "declarations": [],
56
+ "exports": []
57
+ },
58
+ {
59
+ "kind": "javascript-module",
60
+ "path": "dist/illustrations/AllIllustrations.js",
61
+ "declarations": [],
62
+ "exports": []
63
+ },
64
+ {
65
+ "kind": "javascript-module",
66
+ "path": "dist/types/BarDesign.js",
67
+ "declarations": [],
68
+ "exports": [
69
+ {
70
+ "kind": "js",
71
+ "name": "default",
72
+ "declaration": {
73
+ "name": "BarDesign",
74
+ "module": "dist/types/BarDesign.js"
75
+ }
76
+ }
77
+ ]
78
+ },
79
+ {
80
+ "kind": "javascript-module",
81
+ "path": "dist/types/FCLLayout.js",
82
+ "declarations": [],
83
+ "exports": [
84
+ {
85
+ "kind": "js",
86
+ "name": "default",
87
+ "declaration": {
88
+ "name": "FCLLayout",
89
+ "module": "dist/types/FCLLayout.js"
90
+ }
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "kind": "javascript-module",
96
+ "path": "dist/types/IllustrationMessageSize.js",
97
+ "declarations": [],
98
+ "exports": [
99
+ {
100
+ "kind": "js",
101
+ "name": "default",
102
+ "declaration": {
103
+ "name": "IllustrationMessageSize",
104
+ "module": "dist/types/IllustrationMessageSize.js"
105
+ }
106
+ }
107
+ ]
108
+ },
109
+ {
110
+ "kind": "javascript-module",
111
+ "path": "dist/types/IllustrationMessageType.js",
112
+ "declarations": [],
113
+ "exports": [
114
+ {
115
+ "kind": "js",
116
+ "name": "default",
117
+ "declaration": {
118
+ "name": "IllustrationMessageType",
119
+ "module": "dist/types/IllustrationMessageType.js"
120
+ }
121
+ }
122
+ ]
123
+ },
124
+ {
125
+ "kind": "javascript-module",
126
+ "path": "dist/types/MediaGalleryItemLayout.js",
127
+ "declarations": [],
128
+ "exports": [
129
+ {
130
+ "kind": "js",
131
+ "name": "default",
132
+ "declaration": {
133
+ "name": "MediaGalleryItemLayout",
134
+ "module": "dist/types/MediaGalleryItemLayout.js"
135
+ }
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "kind": "javascript-module",
141
+ "path": "dist/types/MediaGalleryLayout.js",
142
+ "declarations": [],
143
+ "exports": [
144
+ {
145
+ "kind": "js",
146
+ "name": "default",
147
+ "declaration": {
148
+ "name": "MediaGalleryLayout",
149
+ "module": "dist/types/MediaGalleryLayout.js"
150
+ }
151
+ }
152
+ ]
153
+ },
154
+ {
155
+ "kind": "javascript-module",
156
+ "path": "dist/types/MediaGalleryMenuHorizontalAlign.js",
157
+ "declarations": [],
158
+ "exports": [
159
+ {
160
+ "kind": "js",
161
+ "name": "default",
162
+ "declaration": {
163
+ "name": "MediaGalleryMenuHorizontalAlign",
164
+ "module": "dist/types/MediaGalleryMenuHorizontalAlign.js"
165
+ }
166
+ }
167
+ ]
168
+ },
169
+ {
170
+ "kind": "javascript-module",
171
+ "path": "dist/types/MediaGalleryMenuVerticalAlign.js",
172
+ "declarations": [],
173
+ "exports": [
174
+ {
175
+ "kind": "js",
176
+ "name": "default",
177
+ "declaration": {
178
+ "name": "MediaGalleryMenuVerticalAlign",
179
+ "module": "dist/types/MediaGalleryMenuVerticalAlign.js"
180
+ }
181
+ }
182
+ ]
183
+ },
184
+ {
185
+ "kind": "javascript-module",
186
+ "path": "dist/types/PageBackgroundDesign.js",
187
+ "declarations": [],
188
+ "exports": [
189
+ {
190
+ "kind": "js",
191
+ "name": "default",
192
+ "declaration": {
193
+ "name": "PageBackgroundDesign",
194
+ "module": "dist/types/PageBackgroundDesign.js"
195
+ }
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "kind": "javascript-module",
201
+ "path": "dist/types/SideContentFallDown.js",
202
+ "declarations": [],
203
+ "exports": [
204
+ {
205
+ "kind": "js",
206
+ "name": "default",
207
+ "declaration": {
208
+ "name": "SideContentFallDown",
209
+ "module": "dist/types/SideContentFallDown.js"
210
+ }
211
+ }
212
+ ]
213
+ },
214
+ {
215
+ "kind": "javascript-module",
216
+ "path": "dist/types/SideContentPosition.js",
217
+ "declarations": [],
218
+ "exports": [
219
+ {
220
+ "kind": "js",
221
+ "name": "default",
222
+ "declaration": {
223
+ "name": "SideContentPosition",
224
+ "module": "dist/types/SideContentPosition.js"
225
+ }
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "kind": "javascript-module",
231
+ "path": "dist/types/SideContentVisibility.js",
232
+ "declarations": [],
233
+ "exports": [
234
+ {
235
+ "kind": "js",
236
+ "name": "default",
237
+ "declaration": {
238
+ "name": "SideContentVisibility",
239
+ "module": "dist/types/SideContentVisibility.js"
240
+ }
241
+ }
242
+ ]
243
+ },
244
+ {
245
+ "kind": "javascript-module",
246
+ "path": "dist/types/TimelineLayout.js",
247
+ "declarations": [],
248
+ "exports": [
249
+ {
250
+ "kind": "js",
251
+ "name": "default",
252
+ "declaration": {
253
+ "name": "TimelineLayout",
254
+ "module": "dist/types/TimelineLayout.js"
255
+ }
256
+ }
257
+ ]
258
+ },
259
+ {
260
+ "kind": "javascript-module",
261
+ "path": "dist/types/UploadCollectionDnDMode.js",
262
+ "declarations": [],
263
+ "exports": [
264
+ {
265
+ "kind": "js",
266
+ "name": "default",
267
+ "declaration": {
268
+ "name": "UploadCollectionDnDOverlayMode",
269
+ "module": "dist/types/UploadCollectionDnDMode.js"
270
+ }
271
+ }
272
+ ]
273
+ },
274
+ {
275
+ "kind": "javascript-module",
276
+ "path": "dist/types/UploadState.js",
277
+ "declarations": [],
278
+ "exports": [
279
+ {
280
+ "kind": "js",
281
+ "name": "default",
282
+ "declaration": {
283
+ "name": "UploadState",
284
+ "module": "dist/types/UploadState.js"
285
+ }
286
+ }
287
+ ]
288
+ },
289
+ {
290
+ "kind": "javascript-module",
291
+ "path": "dist/types/ViewSettingsDialogMode.js",
292
+ "declarations": [],
293
+ "exports": [
294
+ {
295
+ "kind": "js",
296
+ "name": "default",
297
+ "declaration": {
298
+ "name": "ViewSettingsDialogMode",
299
+ "module": "dist/types/ViewSettingsDialogMode.js"
300
+ }
301
+ }
302
+ ]
303
+ },
304
+ {
305
+ "kind": "javascript-module",
306
+ "path": "dist/types/WizardContentLayout.js",
307
+ "declarations": [],
308
+ "exports": [
309
+ {
310
+ "kind": "js",
311
+ "name": "default",
312
+ "declaration": {
313
+ "name": "WizardContentLayout",
314
+ "module": "dist/types/WizardContentLayout.js"
315
+ }
316
+ }
317
+ ]
318
+ },
319
+ {
320
+ "kind": "javascript-module",
321
+ "path": "dist/upload-utils/UploadCollectionBodyDnD.js",
322
+ "declarations": [],
323
+ "exports": [
324
+ {
325
+ "kind": "js",
326
+ "name": "attachBodyDnDHandler",
327
+ "declaration": {
328
+ "name": "attachBodyDnDHandler",
329
+ "module": "dist/upload-utils/UploadCollectionBodyDnD.js"
330
+ }
331
+ },
332
+ {
333
+ "kind": "js",
334
+ "name": "detachBodyDnDHandler",
335
+ "declaration": {
336
+ "name": "detachBodyDnDHandler",
337
+ "module": "dist/upload-utils/UploadCollectionBodyDnD.js"
338
+ }
339
+ },
340
+ {
341
+ "kind": "js",
342
+ "name": "draggingFiles",
343
+ "declaration": {
344
+ "name": "draggingFiles",
345
+ "module": "dist/upload-utils/UploadCollectionBodyDnD.js"
346
+ }
347
+ },
348
+ {
349
+ "kind": "js",
350
+ "name": "DnDEventListener",
351
+ "declaration": {
352
+ "name": "DnDEventListener",
353
+ "module": "dist/upload-utils/UploadCollectionBodyDnD.js"
354
+ }
355
+ },
356
+ {
357
+ "kind": "js",
358
+ "name": "DnDEventListenerParam",
359
+ "declaration": {
360
+ "name": "DnDEventListenerParam",
361
+ "module": "dist/upload-utils/UploadCollectionBodyDnD.js"
362
+ }
363
+ }
364
+ ]
365
+ },
366
+ {
367
+ "kind": "javascript-module",
368
+ "path": "dist/Assets-static.js",
369
+ "declarations": [],
370
+ "exports": []
371
+ },
372
+ {
373
+ "kind": "javascript-module",
374
+ "path": "dist/Assets.js",
375
+ "declarations": [],
376
+ "exports": []
377
+ },
378
+ {
379
+ "kind": "javascript-module",
380
+ "path": "dist/Bar.js",
381
+ "declarations": [
382
+ {
383
+ "kind": "class",
384
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n<h3>Usage</h3>\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n<br>\n<b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n<h3>Responsive Behavior</h3>\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4>\nThis component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n<br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Bar.js\";</code>",
385
+ "name": "Bar",
386
+ "cssParts": [
387
+ {
388
+ "description": "Used to style the wrapper of the content of the component",
389
+ "name": "bar"
390
+ }
391
+ ],
392
+ "slots": [
393
+ {
394
+ "name": "startContent",
395
+ "description": "Defines the content at the start of the bar."
396
+ },
397
+ {
398
+ "name": "default",
399
+ "description": "Defines the content in the middle of the bar."
400
+ },
401
+ {
402
+ "name": "endContent",
403
+ "description": "Defines the content at the end of the bar."
404
+ }
405
+ ],
406
+ "members": [
407
+ {
408
+ "kind": "field",
409
+ "name": "design",
410
+ "type": {
411
+ "text": "BarDesign",
412
+ "references": [
413
+ {
414
+ "name": "BarDesign",
415
+ "package": "@ui5/webcomponents-fiori",
416
+ "module": "dist/types/BarDesign.js"
417
+ }
418
+ ]
419
+ },
420
+ "description": "Defines the component's design.",
421
+ "default": "\"Header\"",
422
+ "privacy": "public"
423
+ }
424
+ ],
425
+ "superclass": {
426
+ "name": "UI5Element",
427
+ "package": "@ui5/webcomponents-base",
428
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
429
+ },
430
+ "tagName": "ui5-bar",
431
+ "customElement": true
432
+ }
433
+ ],
434
+ "exports": [
435
+ {
436
+ "kind": "js",
437
+ "name": "default",
438
+ "declaration": {
439
+ "name": "Bar",
440
+ "module": "dist/Bar.js"
441
+ }
442
+ },
443
+ {
444
+ "kind": "custom-element-definition",
445
+ "name": "ui5-bar",
446
+ "declaration": {
447
+ "name": "Bar",
448
+ "module": "dist/Bar.js"
449
+ }
450
+ }
451
+ ]
452
+ },
453
+ {
454
+ "kind": "javascript-module",
455
+ "path": "dist/BarcodeScannerDialog.js",
456
+ "declarations": [
457
+ {
458
+ "kind": "class",
459
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>BarcodeScannerDialog</code> component provides barcode scanning functionality for all devices that support the <code>MediaDevices.getUserMedia()</code> native API.\nOpening the dialog launches the device camera and scans for known barcode formats.\n<br>\n<br>\nA <code>scanSuccess</code> event fires whenever a barcode is identified\nand a <code>scanError</code> event fires when the scan failed (for example, due to missing permisions).\n<br>\n<br>\nInternally, the component uses the zxing-js/library third party OSS.\n\nFor 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.",
460
+ "name": "BarcodeScannerDialog",
461
+ "members": [
462
+ {
463
+ "kind": "method",
464
+ "name": "show",
465
+ "return": {
466
+ "type": {
467
+ "text": "void"
468
+ }
469
+ },
470
+ "description": "Shows a dialog with the camera videostream. Starts a scan session.",
471
+ "privacy": "public"
472
+ },
473
+ {
474
+ "kind": "method",
475
+ "name": "close",
476
+ "return": {
477
+ "type": {
478
+ "text": "void"
479
+ }
480
+ },
481
+ "description": "Closes the dialog and the scan session.",
482
+ "privacy": "public"
483
+ }
484
+ ],
485
+ "events": [
486
+ {
487
+ "name": "scan-success",
488
+ "type": {
489
+ "text": "CustomEvent"
490
+ },
491
+ "description": "Fires when the scan is completed successfuuly."
492
+ },
493
+ {
494
+ "name": "scan-error",
495
+ "type": {
496
+ "text": "CustomEvent"
497
+ },
498
+ "description": "Fires when the scan fails with error."
499
+ }
500
+ ],
501
+ "superclass": {
502
+ "name": "UI5Element",
503
+ "package": "@ui5/webcomponents-base",
504
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
505
+ },
506
+ "tagName": "ui5-barcode-scanner-dialog",
507
+ "customElement": true
508
+ }
509
+ ],
510
+ "exports": [
511
+ {
512
+ "kind": "js",
513
+ "name": "default",
514
+ "declaration": {
515
+ "name": "BarcodeScannerDialog",
516
+ "module": "dist/BarcodeScannerDialog.js"
517
+ }
518
+ },
519
+ {
520
+ "kind": "js",
521
+ "name": "BarcodeScannerDialogScanErrorEventDetail",
522
+ "declaration": {
523
+ "name": "BarcodeScannerDialogScanErrorEventDetail",
524
+ "module": "dist/BarcodeScannerDialog.js"
525
+ }
526
+ },
527
+ {
528
+ "kind": "js",
529
+ "name": "BarcodeScannerDialogScanSuccessEventDetail",
530
+ "declaration": {
531
+ "name": "BarcodeScannerDialogScanSuccessEventDetail",
532
+ "module": "dist/BarcodeScannerDialog.js"
533
+ }
534
+ },
535
+ {
536
+ "kind": "custom-element-definition",
537
+ "name": "ui5-barcode-scanner-dialog",
538
+ "declaration": {
539
+ "name": "BarcodeScannerDialog",
540
+ "module": "dist/BarcodeScannerDialog.js"
541
+ }
542
+ }
543
+ ]
544
+ },
545
+ {
546
+ "kind": "javascript-module",
547
+ "path": "dist/DynamicSideContent.js",
548
+ "declarations": [
549
+ {
550
+ "kind": "class",
551
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe DynamicSideContent (<code>ui5-dynamic-side-content</code>) is a layout component that allows additional content\nto be displayed in a way that flexibly adapts to different screen sizes. The side\ncontent appears in a container next to or directly below the main content\n(it doesn't overlay). When the side content is triggered, the main content becomes\nnarrower (if appearing side-by-side). The side content contains a separate scrollbar\nwhen appearing next to the main content.\n\n\n<h3>Usage</h3>\n\n<i>When to use?</i>\n\nUse this component if you want to display relevant information that is not critical\nfor users to complete a task. Users should have access to all the key functions and\ncritical information in the app even if they do not see the side content. This is\nimportant because on smaller screen sizes it may be difficult to display the side\ncontent in a way that is easily accessible for the user.\n\n<i>When not to use?</i>\n\nDon't use it if you want to display navigation or critical information that prevents\nusers from completing a task when they have no access to the side content.\n\n\n<h3>Responsive Behavior</h3>\n\nScreen width > 1440px\n\n<ul><li>Main vs. side content ratio is 75 vs. 25 percent (with a minimum of 320px\neach).</li>\n<li>If the application defines a trigger, the side content can be hidden.</li></ul>\n\nScreen width <= 1440px and > 1024px\n\n<ul><li>Main vs. side content ratio is 66.666 vs. 33.333 percent (with a minimum of\n320px each). If the side content width falls below 320 px, it automatically slides\nunder the main content, unless the app development team specifies that it should\ndisappear.</li></ul>\n\nScreen width <= 1024px and > 720px\n\n<ul><li>The side content ratio is fixed to 340px, and the main content takes the rest\nof the width. Only if the <code>sideContentFallDown</code> is set to <code>OnMinimumWidth</code>\nand screen width is <= 960px and > 720px the side content falls below the main content.</li></ul>\n\nScreen width <= 720px (for example on a mobile device)\n\n<ul><li>In this case, the side content automatically disappears from the screen (unless\nspecified to stay under the content by setting of <code>sideContentVisibility</code>\nproperty to <code>AlwaysShow</code>) and can be triggered from a pre-set trigger\n(specified within the app). When the side content is triggered, it replaces the main\ncontent. We recommend that you always place the trigger for the side content in the\nsame location, such as in the app footer.</li></ul>\n\nA special case allows switching the comparison mode between the main and side content.\nIn this case, the screen is split into 50:50 percent for main vs. side content. The\nresponsive behavior of the equal split is the same as in the standard view - the\nside content disappears on screen widths of less than 720 px and can only be\nviewed by triggering it.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/DynamicSideContent\";</code>",
552
+ "name": "DynamicSideContent",
553
+ "slots": [
554
+ {
555
+ "description": "Defines the main content.",
556
+ "name": "default"
557
+ },
558
+ {
559
+ "name": "sideContent",
560
+ "description": "Defines the side content."
561
+ }
562
+ ],
563
+ "members": [
564
+ {
565
+ "kind": "field",
566
+ "name": "hideMainContent",
567
+ "type": {
568
+ "text": "boolean"
569
+ },
570
+ "description": "Defines the visibility of the main content.",
571
+ "default": "false",
572
+ "privacy": "public"
573
+ },
574
+ {
575
+ "kind": "field",
576
+ "name": "hideSideContent",
577
+ "type": {
578
+ "text": "boolean"
579
+ },
580
+ "description": "Defines the visibility of the side content.",
581
+ "default": "false",
582
+ "privacy": "public"
583
+ },
584
+ {
585
+ "kind": "field",
586
+ "name": "sideContentPosition",
587
+ "type": {
588
+ "text": "SideContentPosition",
589
+ "references": [
590
+ {
591
+ "name": "SideContentPosition",
592
+ "package": "@ui5/webcomponents-fiori",
593
+ "module": "dist/types/SideContentPosition.js"
594
+ }
595
+ ]
596
+ },
597
+ "description": "Defines whether the side content is positioned before the main content (left side\nin LTR mode), or after the the main content (right side in LTR mode).\n\n<br><br>\n<b>The available values are:</b>\n\n<ul>\n<li><code>Start</code></li>\n<li><code>End</code></li>\n</ul>",
598
+ "default": "\"End\"",
599
+ "privacy": "public"
600
+ },
601
+ {
602
+ "kind": "field",
603
+ "name": "sideContentVisibility",
604
+ "type": {
605
+ "text": "SideContentVisibility",
606
+ "references": [
607
+ {
608
+ "name": "SideContentVisibility",
609
+ "package": "@ui5/webcomponents-fiori",
610
+ "module": "dist/types/SideContentVisibility.js"
611
+ }
612
+ ]
613
+ },
614
+ "description": "Defines on which breakpoints the side content is visible.\n\n<br><br>\n<b>The available values are:</b>\n\n<ul>\n<li><code>AlwaysShow</code></li>\n<li><code>ShowAboveL</code></li>\n<li><code>ShowAboveM</code></li>\n<li><code>ShowAboveS</code></li>\n<li><code>NeverShow</code></li>\n</ul>",
615
+ "default": "\"ShowAboveS\"",
616
+ "privacy": "public"
617
+ },
618
+ {
619
+ "kind": "field",
620
+ "name": "sideContentFallDown",
621
+ "type": {
622
+ "text": "SideContentFallDown",
623
+ "references": [
624
+ {
625
+ "name": "SideContentFallDown",
626
+ "package": "@ui5/webcomponents-fiori",
627
+ "module": "dist/types/SideContentFallDown.js"
628
+ }
629
+ ]
630
+ },
631
+ "description": "Defines on which breakpoints the side content falls down below the main content.\n\n<br><br>\n<b>The available values are:</b>\n\n<ul>\n<li><code>BelowXL</code></li>\n<li><code>BelowL</code></li>\n<li><code>BelowM</code></li>\n<li><code>OnMinimumWidth</code></li>\n</ul>",
632
+ "default": "\"OnMinimumWidth\"",
633
+ "privacy": "public"
634
+ },
635
+ {
636
+ "kind": "field",
637
+ "name": "equalSplit",
638
+ "type": {
639
+ "text": "boolean"
640
+ },
641
+ "description": "Defines whether the component is in equal split mode. In this mode, the side and\nthe main content take 50:50 percent of the container on all screen sizes\nexcept for phone, where the main and side contents are switching visibility\nusing the toggle method.",
642
+ "default": "false",
643
+ "privacy": "public"
644
+ },
645
+ {
646
+ "kind": "method",
647
+ "name": "toggleContents",
648
+ "return": {
649
+ "type": {
650
+ "text": "void"
651
+ }
652
+ },
653
+ "description": "Toggles visibility of main and side contents on S screen size (mobile device).",
654
+ "privacy": "public"
655
+ }
656
+ ],
657
+ "events": [
658
+ {
659
+ "name": "layout-change",
660
+ "type": {
661
+ "text": "CustomEvent"
662
+ },
663
+ "description": "Fires when the current breakpoint has been changed."
664
+ }
665
+ ],
666
+ "superclass": {
667
+ "name": "UI5Element",
668
+ "package": "@ui5/webcomponents-base",
669
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
670
+ },
671
+ "tagName": "ui5-dynamic-side-content",
672
+ "customElement": true
673
+ }
674
+ ],
675
+ "exports": [
676
+ {
677
+ "kind": "js",
678
+ "name": "default",
679
+ "declaration": {
680
+ "name": "DynamicSideContent",
681
+ "module": "dist/DynamicSideContent.js"
682
+ }
683
+ },
684
+ {
685
+ "kind": "js",
686
+ "name": "DynamicSideContentLayoutChangeEventDetail",
687
+ "declaration": {
688
+ "name": "DynamicSideContentLayoutChangeEventDetail",
689
+ "module": "dist/DynamicSideContent.js"
690
+ }
691
+ },
692
+ {
693
+ "kind": "custom-element-definition",
694
+ "name": "ui5-dynamic-side-content",
695
+ "declaration": {
696
+ "name": "DynamicSideContent",
697
+ "module": "dist/DynamicSideContent.js"
698
+ }
699
+ }
700
+ ]
701
+ },
702
+ {
703
+ "kind": "javascript-module",
704
+ "path": "dist/FilterItem.js",
705
+ "declarations": [
706
+ {
707
+ "kind": "class",
708
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<h3>Usage</h3>\n\nFor the <code>ui5-filter-item</code>\n<h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/FilterItem.js\";</code>",
709
+ "name": "FilterItem",
710
+ "slots": [
711
+ {
712
+ "name": "values",
713
+ "description": "Defines the <code>values</code> list."
714
+ }
715
+ ],
716
+ "members": [
717
+ {
718
+ "kind": "field",
719
+ "name": "text",
720
+ "type": {
721
+ "text": "string"
722
+ },
723
+ "description": "Defines the text of the component.",
724
+ "default": "\"\"",
725
+ "privacy": "public"
726
+ },
727
+ {
728
+ "kind": "field",
729
+ "name": "additionalText",
730
+ "type": {
731
+ "text": "string"
732
+ },
733
+ "description": "Defines the additional text of the component.",
734
+ "default": "\"\"",
735
+ "privacy": "public"
736
+ }
737
+ ],
738
+ "superclass": {
739
+ "name": "UI5Element",
740
+ "package": "@ui5/webcomponents-base",
741
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
742
+ },
743
+ "tagName": "ui5-filter-item",
744
+ "customElement": true
745
+ }
746
+ ],
747
+ "exports": [
748
+ {
749
+ "kind": "js",
750
+ "name": "default",
751
+ "declaration": {
752
+ "name": "FilterItem",
753
+ "module": "dist/FilterItem.js"
754
+ }
755
+ },
756
+ {
757
+ "kind": "custom-element-definition",
758
+ "name": "ui5-filter-item",
759
+ "declaration": {
760
+ "name": "FilterItem",
761
+ "module": "dist/FilterItem.js"
762
+ }
763
+ }
764
+ ]
765
+ },
766
+ {
767
+ "kind": "javascript-module",
768
+ "path": "dist/FilterItemOption.js",
769
+ "declarations": [
770
+ {
771
+ "kind": "class",
772
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n\n<h3>Usage</h3>\n\nFor the <code>ui5-filter-item-option</code>\n<h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/FilterItemOption.js\";</code>",
773
+ "name": "FilterItemOption",
774
+ "members": [
775
+ {
776
+ "kind": "field",
777
+ "name": "text",
778
+ "type": {
779
+ "text": "string"
780
+ },
781
+ "description": "Defines the text of the component.",
782
+ "default": "\"\"",
783
+ "privacy": "public"
784
+ },
785
+ {
786
+ "kind": "field",
787
+ "name": "selected",
788
+ "type": {
789
+ "text": "boolean"
790
+ },
791
+ "description": "Defines if the component is selected.",
792
+ "default": "false",
793
+ "privacy": "public"
794
+ }
795
+ ],
796
+ "superclass": {
797
+ "name": "UI5Element",
798
+ "package": "@ui5/webcomponents-base",
799
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
800
+ },
801
+ "tagName": "ui5-filter-item-option",
802
+ "customElement": true
803
+ }
804
+ ],
805
+ "exports": [
806
+ {
807
+ "kind": "js",
808
+ "name": "default",
809
+ "declaration": {
810
+ "name": "FilterItemOption",
811
+ "module": "dist/FilterItemOption.js"
812
+ }
813
+ },
814
+ {
815
+ "kind": "custom-element-definition",
816
+ "name": "ui5-filter-item-option",
817
+ "declaration": {
818
+ "name": "FilterItemOption",
819
+ "module": "dist/FilterItemOption.js"
820
+ }
821
+ }
822
+ ]
823
+ },
824
+ {
825
+ "kind": "javascript-module",
826
+ "path": "dist/FlexibleColumnLayout.js",
827
+ "declarations": [
828
+ {
829
+ "kind": "class",
830
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>FlexibleColumnLayout</code> implements the list-detail-detail paradigm by displaying up to three pages in separate columns.\nThere are several possible layouts that can be changed either with the component API, or by pressing the arrows, displayed between the columns.\n\n<h3>Usage</h3>\n\nUse this component for applications that need to display several logical levels of related information side by side (e.g. list of items, item, sub-item, etc.).\nThe Component is flexible in a sense that the application can focus the user's attention on one particular column.\n\n<h3>Responsive Behavior</h3>\n\nThe <code>FlexibleColumnLayout</code> automatically displays the maximum possible number of columns based on <code>layout</code> property and the window size.\nThe component would display 1 column for window size smaller than 599px, up to two columns between 599px and 1023px,\nand 3 columns for sizes bigger than 1023px.\n\n<br><br>\n<h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4>\n<ul>\n<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>\n<li>This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code></li>\n</ul>\n\n<h4>Fast Navigation</h4>\nThis component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n<br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/FlexibleColumnLayout.js\";</code>",
831
+ "name": "FlexibleColumnLayout",
832
+ "slots": [
833
+ {
834
+ "name": "startColumn",
835
+ "description": "Defines the content in the start column."
836
+ },
837
+ {
838
+ "name": "midColumn",
839
+ "description": "Defines the content in the middle column."
840
+ },
841
+ {
842
+ "name": "endColumn",
843
+ "description": "Defines the content in the end column."
844
+ }
845
+ ],
846
+ "members": [
847
+ {
848
+ "kind": "field",
849
+ "name": "layout",
850
+ "type": {
851
+ "text": "FCLLayout",
852
+ "references": [
853
+ {
854
+ "name": "FCLLayout",
855
+ "package": "@ui5/webcomponents-fiori",
856
+ "module": "dist/types/FCLLayout.js"
857
+ }
858
+ ]
859
+ },
860
+ "description": "Defines the columns layout and their proportion.\n<br><br>\n<b>Note:</b> The layout also depends on the screen size - one column for screens smaller than 599px,\ntwo columns between 599px and 1023px and three columns for sizes bigger than 1023px.\n<br><br>\n<b>For example:</b> layout=<code>TwoColumnsStartExpanded</code> means the layout will display up to two columns\nin 67%/33% proportion.",
861
+ "default": "\"OneColumn\"",
862
+ "privacy": "public"
863
+ },
864
+ {
865
+ "kind": "field",
866
+ "name": "hideArrows",
867
+ "type": {
868
+ "text": "boolean"
869
+ },
870
+ "description": "Defines the visibility of the arrows,\nused for expanding and shrinking the columns.",
871
+ "default": "false",
872
+ "privacy": "public"
873
+ },
874
+ {
875
+ "kind": "field",
876
+ "name": "accessibilityTexts",
877
+ "type": {
878
+ "text": "AccessiblilityTexts",
879
+ "references": [
880
+ {
881
+ "name": "AccessiblilityTexts",
882
+ "package": "@ui5/webcomponents-fiori",
883
+ "module": "dist/FlexibleColumnLayout.js"
884
+ }
885
+ ]
886
+ },
887
+ "description": "An object of strings that defines several additional accessibility texts for even further customization.\n\nIt supports the following fields:\n - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region\n - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region\n - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region\n - <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\n - <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\n - <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\n - <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\n - <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>\n - <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>",
888
+ "default": "{}",
889
+ "privacy": "public"
890
+ },
891
+ {
892
+ "kind": "field",
893
+ "name": "accessibilityRoles",
894
+ "type": {
895
+ "text": "AccessibilityRoles",
896
+ "references": [
897
+ {
898
+ "name": "AccessibilityRoles",
899
+ "package": "@ui5/webcomponents-fiori",
900
+ "module": "dist/FlexibleColumnLayout.js"
901
+ }
902
+ ]
903
+ },
904
+ "description": "An object of strings that defines additional accessibility roles for further customization.\n\nIt supports the following fields:\n - <code>startColumnRole</code>: the accessibility role for the <code>startColumn</code>\n - <code>startArrowContainerRole</code>: the accessibility role for the first arrow container (between the <code>begin</code> and <code>mid</code> columns)\n - <code>midColumnRole</code>: the accessibility role for the <code>midColumn</code>\n - <code>endArrowContainerRole</code>: the accessibility role for the second arrow container (between the <code>mid</code> and <code>end</code> columns)\n - <code>endColumnRole</code>: the accessibility role for the <code>endColumn</code>",
905
+ "default": "{}",
906
+ "privacy": "public"
907
+ },
908
+ {
909
+ "kind": "field",
910
+ "name": "columnLayout",
911
+ "type": {
912
+ "text": "ColumnLayout | undefined",
913
+ "references": [
914
+ {
915
+ "name": "ColumnLayout",
916
+ "package": "@ui5/webcomponents-fiori",
917
+ "module": "dist/FlexibleColumnLayout.js"
918
+ }
919
+ ]
920
+ },
921
+ "description": "Returns the current column layout, based on both the <code>layout</code> property and the screen size.\n<br><br>\n<b>For example:</b> [\"67%\", \"33%\", 0], [\"100%\", 0, 0], [\"25%\", \"50%\", \"25%\"], etc,\nwhere the numbers represents the width of the start, middle and end columns.",
922
+ "default": "undefined",
923
+ "privacy": "public",
924
+ "readonly": true
925
+ },
926
+ {
927
+ "kind": "field",
928
+ "name": "startColumnVisible",
929
+ "type": {
930
+ "text": "boolean"
931
+ },
932
+ "description": "Returns if the <code>start</code> column is visible.",
933
+ "default": "true",
934
+ "privacy": "public",
935
+ "readonly": true
936
+ },
937
+ {
938
+ "kind": "field",
939
+ "name": "midColumnVisible",
940
+ "type": {
941
+ "text": "boolean"
942
+ },
943
+ "description": "Returns if the <code>middle</code> column is visible.",
944
+ "default": "false",
945
+ "privacy": "public",
946
+ "readonly": true
947
+ },
948
+ {
949
+ "kind": "field",
950
+ "name": "endColumnVisible",
951
+ "type": {
952
+ "text": "boolean"
953
+ },
954
+ "description": "Returns if the <code>end</code> column is visible.",
955
+ "default": "false",
956
+ "privacy": "public",
957
+ "readonly": true
958
+ },
959
+ {
960
+ "kind": "field",
961
+ "name": "visibleColumns",
962
+ "type": {
963
+ "text": "number"
964
+ },
965
+ "description": "Returns the number of currently visible columns.",
966
+ "default": "1",
967
+ "privacy": "public",
968
+ "readonly": true
969
+ }
970
+ ],
971
+ "events": [
972
+ {
973
+ "name": "layout-change",
974
+ "type": {
975
+ "text": "CustomEvent"
976
+ },
977
+ "description": "Fired when the layout changes via user interaction by clicking the arrows\nor by changing the component size due to resizing."
978
+ }
979
+ ],
980
+ "superclass": {
981
+ "name": "UI5Element",
982
+ "package": "@ui5/webcomponents-base",
983
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
984
+ },
985
+ "tagName": "ui5-flexible-column-layout",
986
+ "customElement": true
987
+ }
988
+ ],
989
+ "exports": [
990
+ {
991
+ "kind": "js",
992
+ "name": "default",
993
+ "declaration": {
994
+ "name": "FlexibleColumnLayout",
995
+ "module": "dist/FlexibleColumnLayout.js"
996
+ }
997
+ },
998
+ {
999
+ "kind": "js",
1000
+ "name": "MEDIA",
1001
+ "declaration": {
1002
+ "name": "MEDIA",
1003
+ "module": "dist/FlexibleColumnLayout.js"
1004
+ }
1005
+ },
1006
+ {
1007
+ "kind": "js",
1008
+ "name": "FlexibleColumnLayoutLayoutChangeEventDetail",
1009
+ "declaration": {
1010
+ "name": "FlexibleColumnLayoutLayoutChangeEventDetail",
1011
+ "module": "dist/FlexibleColumnLayout.js"
1012
+ }
1013
+ },
1014
+ {
1015
+ "kind": "custom-element-definition",
1016
+ "name": "ui5-flexible-column-layout",
1017
+ "declaration": {
1018
+ "name": "FlexibleColumnLayout",
1019
+ "module": "dist/FlexibleColumnLayout.js"
1020
+ }
1021
+ }
1022
+ ]
1023
+ },
1024
+ {
1025
+ "kind": "javascript-module",
1026
+ "path": "dist/IllustratedMessage.js",
1027
+ "declarations": [
1028
+ {
1029
+ "kind": "class",
1030
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nAn IllustratedMessage is a recommended combination of a solution-oriented message, an engaging\nillustration, and conversational tone to better communicate an empty or a success state than just show\na message alone.\n\nEach illustration has default internationalised title and subtitle texts. Also they can be managed with\n<code>titleText</code> and <code>subtitleText</code> properties.\n\nTo display the desired illustration, use the <code>name</code> property, where you can find the list of all available illustrations.\n<br><br>\n<b>Note:</b> By default the “BeforeSearch” illustration is loaded. To use other illustrations, make sure you import them in addition, for example:\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\"</code>\n<br>\n<b>Note:</b> Illustrations starting with the “Tnt” prefix are part of another illustration set. For example to use the “TntSuccess” illustration, add the following import::\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/Success.js\"</code>\n\n<h3>Structure</h3>\nThe IllustratedMessage consists of the following elements, which are displayed below each other in the following order:\n<br>\n<ul>\n<li>Illustration</li>\n<li>Title</li>\n<li>Subtitle</li>\n<li>Actions</li>\n</ul>\n\n<h3>Usage</h3>\n<code>ui5-illustrated-message</code> is meant to be used inside container component, for example a <code>ui5-card</code>,\na <code>ui5-dialog</code> or a <code>ui5-page</code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/IllustratedMessage.js\";</code>",
1031
+ "name": "IllustratedMessage",
1032
+ "slots": [
1033
+ {
1034
+ "name": "title",
1035
+ "description": "Defines the title of the component.\n<br><br>\n<b>Note:</b> Using this slot, the default title text of illustration and the value of <code>title</code> property will be overwritten."
1036
+ },
1037
+ {
1038
+ "name": "subtitle",
1039
+ "description": "Defines the subtitle of the component.\n<br><br>\n<b>Note:</b> Using this slot, the default subtitle text of illustration and the value of <code>subtitleText</code> property will be overwritten."
1040
+ },
1041
+ {
1042
+ "name": "default",
1043
+ "description": "Defines the component actions."
1044
+ }
1045
+ ],
1046
+ "members": [
1047
+ {
1048
+ "kind": "field",
1049
+ "name": "name",
1050
+ "type": {
1051
+ "text": "IllustrationMessageType",
1052
+ "references": [
1053
+ {
1054
+ "name": "IllustrationMessageType",
1055
+ "package": "@ui5/webcomponents-fiori",
1056
+ "module": "dist/types/IllustrationMessageType.js"
1057
+ }
1058
+ ]
1059
+ },
1060
+ "description": "Defines the illustration name that will be displayed in the component.\n<br><br>\n<b>Note:</b> By default the <code>BeforeSearch</code> illustration is loaded.\n<br>\nWhen using an illustration type, other than the default, it should be loaded in addition:\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/illustrations/NoData.js\";</code>\n<br><br>\n<b>Note:</b> TNT illustrations cointain <code>Tnt</code> prefix in their name.\nYou can import them removing the <code>Tnt</code> prefix like this:\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js\";</code>",
1061
+ "default": "\"BeforeSearch\"",
1062
+ "privacy": "public"
1063
+ },
1064
+ {
1065
+ "kind": "field",
1066
+ "name": "size",
1067
+ "type": {
1068
+ "text": "IllustrationMessageSize",
1069
+ "references": [
1070
+ {
1071
+ "name": "IllustrationMessageSize",
1072
+ "package": "@ui5/webcomponents-fiori",
1073
+ "module": "dist/types/IllustrationMessageSize.js"
1074
+ }
1075
+ ]
1076
+ },
1077
+ "description": "Determines which illustration breakpoint variant is used.\n<br><br>\n\nAs <code>IllustratedMessage</code> adapts itself around the <code>Illustration</code>, the other\nelements of the component are displayed differently on the different breakpoints/illustration sizes.",
1078
+ "default": "\"Auto\"",
1079
+ "privacy": "public"
1080
+ },
1081
+ {
1082
+ "kind": "field",
1083
+ "name": "subtitleText",
1084
+ "type": {
1085
+ "text": "string"
1086
+ },
1087
+ "description": "Defines the subtitle of the component.\n<br><br>\n<b>Note:</b> Using this property, the default subtitle text of illustration will be overwritten.\n<br><br>\n<b>Note:</b> Using <code>subtitle</code> slot, the default of this property will be overwritten.",
1088
+ "default": "\"\"",
1089
+ "privacy": "public"
1090
+ },
1091
+ {
1092
+ "kind": "field",
1093
+ "name": "titleText",
1094
+ "type": {
1095
+ "text": "string"
1096
+ },
1097
+ "description": "Defines the title of the component.\n<br><br>\n<b>Note:</b> Using this property, the default title text of illustration will be overwritten.",
1098
+ "default": "\"\"",
1099
+ "privacy": "public"
1100
+ },
1101
+ {
1102
+ "kind": "field",
1103
+ "name": "accessibleNameRef",
1104
+ "type": {
1105
+ "text": "string"
1106
+ },
1107
+ "description": "Receives id(or many ids) of the elements that label the component.",
1108
+ "default": "\"\"",
1109
+ "privacy": "public"
1110
+ },
1111
+ {
1112
+ "kind": "field",
1113
+ "name": "titleLevel",
1114
+ "type": {
1115
+ "text": "TitleLevel",
1116
+ "references": [
1117
+ {
1118
+ "name": "TitleLevel",
1119
+ "package": "@ui5/webcomponents",
1120
+ "module": "dist/types/TitleLevel.js"
1121
+ }
1122
+ ]
1123
+ },
1124
+ "description": "Defines the semantic level of the title.\n\n<b>Note:</b> Used for accessibility purposes only.",
1125
+ "default": "\"H2\"",
1126
+ "privacy": "public"
1127
+ }
1128
+ ],
1129
+ "superclass": {
1130
+ "name": "UI5Element",
1131
+ "package": "@ui5/webcomponents-base",
1132
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
1133
+ },
1134
+ "tagName": "ui5-illustrated-message",
1135
+ "customElement": true
1136
+ }
1137
+ ],
1138
+ "exports": [
1139
+ {
1140
+ "kind": "js",
1141
+ "name": "default",
1142
+ "declaration": {
1143
+ "name": "IllustratedMessage",
1144
+ "module": "dist/IllustratedMessage.js"
1145
+ }
1146
+ },
1147
+ {
1148
+ "kind": "custom-element-definition",
1149
+ "name": "ui5-illustrated-message",
1150
+ "declaration": {
1151
+ "name": "IllustratedMessage",
1152
+ "module": "dist/IllustratedMessage.js"
1153
+ }
1154
+ }
1155
+ ]
1156
+ },
1157
+ {
1158
+ "kind": "javascript-module",
1159
+ "path": "dist/Interfaces.js",
1160
+ "declarations": [],
1161
+ "exports": [
1162
+ {
1163
+ "kind": "js",
1164
+ "name": "IBar",
1165
+ "declaration": {
1166
+ "name": "IBar",
1167
+ "module": "dist/Interfaces.js"
1168
+ }
1169
+ },
1170
+ {
1171
+ "kind": "js",
1172
+ "name": "IMediaGalleryItem",
1173
+ "declaration": {
1174
+ "name": "IMediaGalleryItem",
1175
+ "module": "dist/Interfaces.js"
1176
+ }
1177
+ },
1178
+ {
1179
+ "kind": "js",
1180
+ "name": "IProductSwitchItem",
1181
+ "declaration": {
1182
+ "name": "IProductSwitchItem",
1183
+ "module": "dist/Interfaces.js"
1184
+ }
1185
+ },
1186
+ {
1187
+ "kind": "js",
1188
+ "name": "ITimelineItem",
1189
+ "declaration": {
1190
+ "name": "ITimelineItem",
1191
+ "module": "dist/Interfaces.js"
1192
+ }
1193
+ },
1194
+ {
1195
+ "kind": "js",
1196
+ "name": "IUploadCollectionItem",
1197
+ "declaration": {
1198
+ "name": "IUploadCollectionItem",
1199
+ "module": "dist/Interfaces.js"
1200
+ }
1201
+ }
1202
+ ]
1203
+ },
1204
+ {
1205
+ "kind": "javascript-module",
1206
+ "path": "dist/MediaGallery.js",
1207
+ "declarations": [
1208
+ {
1209
+ "kind": "class",
1210
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-media-gallery</code> component allows the user to browse through multimedia items. Currently,\nthe supported items are images and videos. The items should be defined using the <code>ui5-media-gallery-item</code>\ncomponent.\n\nThe items are initially displayed as thumbnails. When the user selects a thumbnail, the corresponding item\nis displayed in larger size.\n<br>\nThe component is responsive by default and adjusts the position of the menu with respect to viewport size,\nbut the application is able to further customize the layout via the provided API.\n\n<h3>Keyboard Handling</h3>\nThe <code>ui5-media-gallery</code> provides advanced keyboard handling.\n<br>\nWhen the thumbnails menu is focused the following keyboard\nshortcuts allow the user to navigate through the thumbnail items:\n<br>\n\n<ul>\n<li>[UP/DOWN] - Navigates up and down the items</li>\n<li>[HOME] - Navigates to first item</li>\n<li>[END] - Navigates to the last item</li>\n<li>[SPACE/ENTER] - Select an item</li>\n</ul>\n<br>\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/MediaGallery\";</code>\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem\";</code>",
1211
+ "name": "MediaGallery",
1212
+ "slots": [
1213
+ {
1214
+ "name": "default",
1215
+ "description": "Defines the component items.\n\n<br><br>\n<b>Note:</b> Only one selected item is allowed.\n\n<br><br>\n<b>Note:</b> Use the <code>ui5-media-gallery-item</code> component to define the desired items."
1216
+ }
1217
+ ],
1218
+ "members": [
1219
+ {
1220
+ "kind": "field",
1221
+ "name": "showAllThumbnails",
1222
+ "type": {
1223
+ "text": "boolean"
1224
+ },
1225
+ "description": "If set to <code>true</code>, all thumbnails are rendered in a scrollable container.\nIf <code>false</code>, only up to five thumbnails are rendered, followed by\nan overflow button that shows the count of the remaining thumbnails.",
1226
+ "default": "false",
1227
+ "privacy": "public"
1228
+ },
1229
+ {
1230
+ "kind": "field",
1231
+ "name": "interactiveDisplayArea",
1232
+ "type": {
1233
+ "text": "boolean"
1234
+ },
1235
+ "description": "If enabled, a <code>display-area-click</code> event is fired\nwhen the user clicks or taps on the display area.\n<br>\nThe display area is the central area that contains\nthe enlarged content of the currently selected item.",
1236
+ "default": "false",
1237
+ "privacy": "public"
1238
+ },
1239
+ {
1240
+ "kind": "field",
1241
+ "name": "layout",
1242
+ "type": {
1243
+ "text": "MediaGalleryLayout",
1244
+ "references": [
1245
+ {
1246
+ "name": "MediaGalleryLayout",
1247
+ "package": "@ui5/webcomponents-fiori",
1248
+ "module": "dist/types/MediaGalleryLayout.js"
1249
+ }
1250
+ ]
1251
+ },
1252
+ "description": "Determines the layout of the component.",
1253
+ "default": "\"Auto\"",
1254
+ "privacy": "public"
1255
+ },
1256
+ {
1257
+ "kind": "field",
1258
+ "name": "menuHorizontalAlign",
1259
+ "type": {
1260
+ "text": "MediaGalleryMenuHorizontalAlign",
1261
+ "references": [
1262
+ {
1263
+ "name": "MediaGalleryMenuHorizontalAlign",
1264
+ "package": "@ui5/webcomponents-fiori",
1265
+ "module": "dist/types/MediaGalleryMenuHorizontalAlign.js"
1266
+ }
1267
+ ]
1268
+ },
1269
+ "description": "Determines the horizontal alignment of the thumbnails menu\nvs. the central display area.",
1270
+ "default": "\"Left\"",
1271
+ "privacy": "public"
1272
+ },
1273
+ {
1274
+ "kind": "field",
1275
+ "name": "menuVerticalAlign",
1276
+ "type": {
1277
+ "text": "MediaGalleryMenuVerticalAlign",
1278
+ "references": [
1279
+ {
1280
+ "name": "MediaGalleryMenuVerticalAlign",
1281
+ "package": "@ui5/webcomponents-fiori",
1282
+ "module": "dist/types/MediaGalleryMenuVerticalAlign.js"
1283
+ }
1284
+ ]
1285
+ },
1286
+ "description": "Determines the vertical alignment of the thumbnails menu\nvs. the central display area.",
1287
+ "default": "\"Bottom\"",
1288
+ "privacy": "public"
1289
+ }
1290
+ ],
1291
+ "events": [
1292
+ {
1293
+ "name": "selection-change",
1294
+ "type": {
1295
+ "text": "CustomEvent"
1296
+ },
1297
+ "description": "Fired when selection is changed by user interaction."
1298
+ },
1299
+ {
1300
+ "name": "overflow-click",
1301
+ "type": {
1302
+ "text": "CustomEvent"
1303
+ },
1304
+ "description": "Fired when the thumbnails overflow button is clicked."
1305
+ },
1306
+ {
1307
+ "name": "display-area-click",
1308
+ "type": {
1309
+ "text": "CustomEvent"
1310
+ },
1311
+ "description": "Fired when the display area is clicked.<br>\nThe display area is the central area that contains\nthe enlarged content of the currently selected item."
1312
+ }
1313
+ ],
1314
+ "superclass": {
1315
+ "name": "UI5Element",
1316
+ "package": "@ui5/webcomponents-base",
1317
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
1318
+ },
1319
+ "tagName": "ui5-media-gallery",
1320
+ "customElement": true
1321
+ }
1322
+ ],
1323
+ "exports": [
1324
+ {
1325
+ "kind": "js",
1326
+ "name": "default",
1327
+ "declaration": {
1328
+ "name": "MediaGallery",
1329
+ "module": "dist/MediaGallery.js"
1330
+ }
1331
+ },
1332
+ {
1333
+ "kind": "js",
1334
+ "name": "MediaGallerySelectionChangeEventDetail",
1335
+ "declaration": {
1336
+ "name": "MediaGallerySelectionChangeEventDetail",
1337
+ "module": "dist/MediaGallery.js"
1338
+ }
1339
+ },
1340
+ {
1341
+ "kind": "custom-element-definition",
1342
+ "name": "ui5-media-gallery",
1343
+ "declaration": {
1344
+ "name": "MediaGallery",
1345
+ "module": "dist/MediaGallery.js"
1346
+ }
1347
+ }
1348
+ ]
1349
+ },
1350
+ {
1351
+ "kind": "javascript-module",
1352
+ "path": "dist/MediaGalleryItem.js",
1353
+ "declarations": [
1354
+ {
1355
+ "kind": "class",
1356
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe <code>ui5-media-gallery-item</code> web component represents the items displayed in the\n<code>ui5-media-gallery</code> web component.\n<br><br>\n<b>Note:</b> <code>ui5-media-gallery-item</code> is not supported when used outside of <code>ui5-media-gallery</code>.\n<br><br>\n\n<h3>Keyboard Handling</h3>\nThe <code>ui5-media-gallery</code> provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n<br>\n<ul>\n<li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li>\n</ul>\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/MediaGalleryItem.js\";</code> (comes with <code>ui5-media-gallery</code>)",
1357
+ "name": "MediaGalleryItem",
1358
+ "slots": [
1359
+ {
1360
+ "name": "default",
1361
+ "description": "Defines the content of the component."
1362
+ },
1363
+ {
1364
+ "name": "thumbnail",
1365
+ "description": "Defines the content of the thumbnail."
1366
+ }
1367
+ ],
1368
+ "members": [
1369
+ {
1370
+ "kind": "field",
1371
+ "name": "selected",
1372
+ "type": {
1373
+ "text": "boolean"
1374
+ },
1375
+ "description": "Defines the selected state of the component.",
1376
+ "default": "false",
1377
+ "privacy": "public"
1378
+ },
1379
+ {
1380
+ "kind": "field",
1381
+ "name": "disabled",
1382
+ "type": {
1383
+ "text": "boolean"
1384
+ },
1385
+ "description": "Defines whether the component is in disabled state.",
1386
+ "default": "false",
1387
+ "privacy": "public"
1388
+ },
1389
+ {
1390
+ "kind": "field",
1391
+ "name": "layout",
1392
+ "type": {
1393
+ "text": "MediaGalleryItemLayout",
1394
+ "references": [
1395
+ {
1396
+ "name": "MediaGalleryItemLayout",
1397
+ "package": "@ui5/webcomponents-fiori",
1398
+ "module": "dist/types/MediaGalleryItemLayout.js"
1399
+ }
1400
+ ]
1401
+ },
1402
+ "description": "Determines the layout of the item container.\n<br><br>\nAvailable options are:\n<ul>\n<li><code>Square</code></li>\n<li><code>Wide</code></li>\n</ul>",
1403
+ "default": "\"Square\"",
1404
+ "privacy": "public"
1405
+ }
1406
+ ],
1407
+ "superclass": {
1408
+ "name": "UI5Element",
1409
+ "package": "@ui5/webcomponents-base",
1410
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
1411
+ },
1412
+ "tagName": "ui5-media-gallery-item",
1413
+ "customElement": true
1414
+ }
1415
+ ],
1416
+ "exports": [
1417
+ {
1418
+ "kind": "js",
1419
+ "name": "default",
1420
+ "declaration": {
1421
+ "name": "MediaGalleryItem",
1422
+ "module": "dist/MediaGalleryItem.js"
1423
+ }
1424
+ },
1425
+ {
1426
+ "kind": "custom-element-definition",
1427
+ "name": "ui5-media-gallery-item",
1428
+ "declaration": {
1429
+ "name": "MediaGalleryItem",
1430
+ "module": "dist/MediaGalleryItem.js"
1431
+ }
1432
+ }
1433
+ ]
1434
+ },
1435
+ {
1436
+ "kind": "javascript-module",
1437
+ "path": "dist/NotificationAction.js",
1438
+ "declarations": [
1439
+ {
1440
+ "kind": "class",
1441
+ "description": "The <code>ui5-notification-action</code> represents an abstract action,\nused in the <code>ui5-li-notification</code> and the <code>ui5-li-notification-group</code> items.",
1442
+ "name": "NotificationAction",
1443
+ "members": [
1444
+ {
1445
+ "kind": "field",
1446
+ "name": "text",
1447
+ "type": {
1448
+ "text": "string"
1449
+ },
1450
+ "description": "Defines the text of the <code>ui5-notification-action</code>.",
1451
+ "default": "\"\"",
1452
+ "privacy": "public"
1453
+ },
1454
+ {
1455
+ "kind": "field",
1456
+ "name": "disabled",
1457
+ "type": {
1458
+ "text": "boolean"
1459
+ },
1460
+ "description": "Defines if the action is disabled.\n<br><br>\n<b>Note:</b> a disabled action can't be pressed or focused, and it is not in the tab chain.",
1461
+ "default": "false",
1462
+ "privacy": "public"
1463
+ },
1464
+ {
1465
+ "kind": "field",
1466
+ "name": "design",
1467
+ "type": {
1468
+ "text": "ButtonDesign",
1469
+ "references": [
1470
+ {
1471
+ "name": "ButtonDesign",
1472
+ "package": "@ui5/webcomponents",
1473
+ "module": "dist/types/ButtonDesign.js"
1474
+ }
1475
+ ]
1476
+ },
1477
+ "description": "Defines the action design.",
1478
+ "default": "\"Transparent\"",
1479
+ "privacy": "public"
1480
+ },
1481
+ {
1482
+ "kind": "field",
1483
+ "name": "icon",
1484
+ "type": {
1485
+ "text": "string"
1486
+ },
1487
+ "description": "Defines the <code>icon</code> source URI.\n<br><br>\n<b>Note:</b>\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n<ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
1488
+ "default": "\"\"",
1489
+ "privacy": "public"
1490
+ }
1491
+ ],
1492
+ "events": [
1493
+ {
1494
+ "name": "click",
1495
+ "type": {
1496
+ "text": "CustomEvent"
1497
+ },
1498
+ "description": "Fired, when the action is pressed."
1499
+ }
1500
+ ],
1501
+ "superclass": {
1502
+ "name": "UI5Element",
1503
+ "package": "@ui5/webcomponents-base",
1504
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
1505
+ },
1506
+ "tagName": "ui5-notification-action",
1507
+ "customElement": true
1508
+ }
1509
+ ],
1510
+ "exports": [
1511
+ {
1512
+ "kind": "js",
1513
+ "name": "default",
1514
+ "declaration": {
1515
+ "name": "NotificationAction",
1516
+ "module": "dist/NotificationAction.js"
1517
+ }
1518
+ },
1519
+ {
1520
+ "kind": "js",
1521
+ "name": "NotificationActionClickEventDetail",
1522
+ "declaration": {
1523
+ "name": "NotificationActionClickEventDetail",
1524
+ "module": "dist/NotificationAction.js"
1525
+ }
1526
+ },
1527
+ {
1528
+ "kind": "custom-element-definition",
1529
+ "name": "ui5-notification-action",
1530
+ "declaration": {
1531
+ "name": "NotificationAction",
1532
+ "module": "dist/NotificationAction.js"
1533
+ }
1534
+ }
1535
+ ]
1536
+ },
1537
+ {
1538
+ "kind": "javascript-module",
1539
+ "path": "dist/NotificationListGroupItem.js",
1540
+ "declarations": [
1541
+ {
1542
+ "kind": "class",
1543
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe <code>ui5-li-notification-group</code> is a special type of list item,\nthat unlike others can group items within self, usually <code>ui5-li-notification</code> items.\n<br>\n\nThe component consists of:\n<ul>\n<li><code>Toggle</code> button to expand and collapse the group</li>\n<li><code>Priority</code> icon to display the priority of the group</li>\n<li><code>TitleText</code> to entitle the group</li>\n<li>Custom actions - with the use of <code>ui5-notification-action</code></li>\n<li>Items of the group</li>\n</ul>\n\n<h3>Usage</h3>\nThe component can be used in a standard <code>ui5-list</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/NotificationListGroupItem.js\";</code>\n<br>\n<code>import \"@ui5/webcomponents/dist/NotificationAction.js\";</code> (optional)",
1544
+ "name": "NotificationListGroupItem",
1545
+ "slots": [
1546
+ {
1547
+ "name": "default",
1548
+ "description": "Defines the items of the <code>ui5-li-notification-group</code>,\nusually <code>ui5-li-notification</code> items."
1549
+ }
1550
+ ],
1551
+ "members": [
1552
+ {
1553
+ "kind": "field",
1554
+ "name": "collapsed",
1555
+ "type": {
1556
+ "text": "boolean"
1557
+ },
1558
+ "description": "Defines if the group is collapsed or expanded.",
1559
+ "default": "false",
1560
+ "privacy": "public"
1561
+ },
1562
+ {
1563
+ "kind": "field",
1564
+ "name": "showCounter",
1565
+ "type": {
1566
+ "text": "boolean"
1567
+ },
1568
+ "description": "Defines if the items <code>counter</code> would be displayed.",
1569
+ "default": "false",
1570
+ "privacy": "public"
1571
+ },
1572
+ {
1573
+ "kind": "field",
1574
+ "name": "titleText",
1575
+ "type": {
1576
+ "text": "string"
1577
+ },
1578
+ "description": "Defines the <code>titleText</code> of the item.",
1579
+ "default": "\"\"",
1580
+ "privacy": "public",
1581
+ "inheritedFrom": {
1582
+ "name": "NotificationListItemBase",
1583
+ "module": "src/NotificationListItemBase.ts"
1584
+ }
1585
+ },
1586
+ {
1587
+ "kind": "field",
1588
+ "name": "priority",
1589
+ "type": {
1590
+ "text": "Priority",
1591
+ "references": [
1592
+ {
1593
+ "name": "Priority",
1594
+ "package": "@ui5/webcomponents",
1595
+ "module": "dist/types/Priority.js"
1596
+ }
1597
+ ]
1598
+ },
1599
+ "description": "Defines the <code>priority</code> of the item.",
1600
+ "default": "\"None\"",
1601
+ "privacy": "public",
1602
+ "inheritedFrom": {
1603
+ "name": "NotificationListItemBase",
1604
+ "module": "src/NotificationListItemBase.ts"
1605
+ }
1606
+ },
1607
+ {
1608
+ "kind": "field",
1609
+ "name": "showClose",
1610
+ "type": {
1611
+ "text": "boolean"
1612
+ },
1613
+ "description": "Defines if the <code>close</code> button would be displayed.",
1614
+ "default": "false",
1615
+ "privacy": "public",
1616
+ "inheritedFrom": {
1617
+ "name": "NotificationListItemBase",
1618
+ "module": "src/NotificationListItemBase.ts"
1619
+ }
1620
+ },
1621
+ {
1622
+ "kind": "field",
1623
+ "name": "read",
1624
+ "type": {
1625
+ "text": "boolean"
1626
+ },
1627
+ "description": "Defines if the <code>notification</code> is new or has been already read.\n<br><br>\n<b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font,\nif set to true - it has a normal font.",
1628
+ "default": "false",
1629
+ "privacy": "public",
1630
+ "inheritedFrom": {
1631
+ "name": "NotificationListItemBase",
1632
+ "module": "src/NotificationListItemBase.ts"
1633
+ }
1634
+ },
1635
+ {
1636
+ "kind": "field",
1637
+ "name": "busy",
1638
+ "type": {
1639
+ "text": "boolean"
1640
+ },
1641
+ "description": "Defines if a busy indicator would be displayed over the item.",
1642
+ "default": "false",
1643
+ "privacy": "public",
1644
+ "inheritedFrom": {
1645
+ "name": "NotificationListItemBase",
1646
+ "module": "src/NotificationListItemBase.ts"
1647
+ }
1648
+ },
1649
+ {
1650
+ "kind": "field",
1651
+ "name": "busyDelay",
1652
+ "type": {
1653
+ "text": "number"
1654
+ },
1655
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
1656
+ "default": "1000",
1657
+ "privacy": "public",
1658
+ "inheritedFrom": {
1659
+ "name": "NotificationListItemBase",
1660
+ "module": "src/NotificationListItemBase.ts"
1661
+ }
1662
+ }
1663
+ ],
1664
+ "events": [
1665
+ {
1666
+ "name": "toggle",
1667
+ "type": {
1668
+ "text": "CustomEvent"
1669
+ },
1670
+ "description": "Fired when the <code>ui5-li-notification-group</code> is expanded/collapsed by user interaction."
1671
+ },
1672
+ {
1673
+ "name": "close",
1674
+ "type": {
1675
+ "text": "CustomEvent"
1676
+ },
1677
+ "description": "Fired when the <code>Close</code> button is pressed.",
1678
+ "inheritedFrom": {
1679
+ "name": "NotificationListItemBase",
1680
+ "module": "src/NotificationListItemBase.ts"
1681
+ }
1682
+ }
1683
+ ],
1684
+ "superclass": {
1685
+ "name": "NotificationListItemBase",
1686
+ "package": "@ui5/webcomponents-fiori",
1687
+ "module": "dist/NotificationListItemBase.js"
1688
+ },
1689
+ "tagName": "ui5-li-notification-group",
1690
+ "customElement": true
1691
+ }
1692
+ ],
1693
+ "exports": [
1694
+ {
1695
+ "kind": "js",
1696
+ "name": "default",
1697
+ "declaration": {
1698
+ "name": "NotificationListGroupItem",
1699
+ "module": "dist/NotificationListGroupItem.js"
1700
+ }
1701
+ },
1702
+ {
1703
+ "kind": "js",
1704
+ "name": "NotificationListGroupItemToggleEventDetail",
1705
+ "declaration": {
1706
+ "name": "NotificationListGroupItemToggleEventDetail",
1707
+ "module": "dist/NotificationListGroupItem.js"
1708
+ }
1709
+ },
1710
+ {
1711
+ "kind": "js",
1712
+ "name": "NotificationListGroupItemCloseEventDetail",
1713
+ "declaration": {
1714
+ "name": "NotificationListGroupItemCloseEventDetail",
1715
+ "module": "dist/NotificationListGroupItem.js"
1716
+ }
1717
+ },
1718
+ {
1719
+ "kind": "custom-element-definition",
1720
+ "name": "ui5-li-notification-group",
1721
+ "declaration": {
1722
+ "name": "NotificationListGroupItem",
1723
+ "module": "dist/NotificationListGroupItem.js"
1724
+ }
1725
+ }
1726
+ ]
1727
+ },
1728
+ {
1729
+ "kind": "javascript-module",
1730
+ "path": "dist/NotificationListItem.js",
1731
+ "declarations": [
1732
+ {
1733
+ "kind": "class",
1734
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe <code>ui5-li-notification</code> is a type of list item, meant to display notifications.\n<br>\n\nThe component has a rich set of various properties that allows the user to set <code>avatar</code>, <code>titleText</code>, descriptive <code>content</code>\nand <code>footnotes</code> to fully describe a notification.\n<br>\n\nThe user can:\n<ul>\n<li>display a <code>Close</code> button</li>\n<li>can control whether the <code>titleText</code> and <code>description</code> should wrap or truncate\nand display a <code>ShowMore</code> button to switch between less and more information</li>\n<li>add custom actions by using the <code>ui5-notification-action</code> component</li>\n</ul>\n\n<h3>Usage</h3>\nThe component can be used in a standard <code>ui5-list</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/NotificationListItem.js\";</code>\n<br>\n<code>import \"@ui5/webcomponents/dist/NotificationAction.js\";</code> (optional)",
1735
+ "name": "NotificationListItem",
1736
+ "cssParts": [
1737
+ {
1738
+ "description": "Used to style the titleText of the notification list item",
1739
+ "name": "title-text"
1740
+ }
1741
+ ],
1742
+ "slots": [
1743
+ {
1744
+ "name": "avatar",
1745
+ "description": "Defines the avatar, displayed in the <code>ui5-li-notification</code>.\n\n<br><br>\n<b>Note:</b> Consider using the <code>ui5-avatar</code> to display icons, initials or images.\n<br>\n<b>Note:</b>In order to be complaint with the UX guidlines and for best experience,\nwe recommend using avatars with 2rem X 2rem in size (32px X 32px). In case you are using the <code>ui5-avatar</code>\nyou can set its <code>size</code> property to <code>XS</code> to get the required size - <code>&lt;ui5-avatar size=\"XS\">&lt;/ui5-avatar></code>."
1746
+ },
1747
+ {
1748
+ "name": "footnotes",
1749
+ "description": "Defines the elements, displayed in the footer of the of the component."
1750
+ },
1751
+ {
1752
+ "name": "default",
1753
+ "description": "Defines the content of the <code>ui5-li-notification</code>,\nusually a description of the notification.\n\n<br><br>\n<b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
1754
+ }
1755
+ ],
1756
+ "members": [
1757
+ {
1758
+ "kind": "field",
1759
+ "name": "wrappingType",
1760
+ "type": {
1761
+ "text": "WrappingType",
1762
+ "references": [
1763
+ {
1764
+ "name": "WrappingType",
1765
+ "package": "@ui5/webcomponents",
1766
+ "module": "dist/types/WrappingType.js"
1767
+ }
1768
+ ]
1769
+ },
1770
+ "description": "Defines if the <code>titleText</code> and <code>description</code> should wrap,\nthey truncate by default.\n\n<br><br>\n<b>Note:</b> by default the <code>titleText</code> and <code>description</code>,\nand a <code>ShowMore/Less</code> button would be displayed.",
1771
+ "default": "\"None\"",
1772
+ "privacy": "public"
1773
+ },
1774
+ {
1775
+ "kind": "field",
1776
+ "name": "titleText",
1777
+ "type": {
1778
+ "text": "string"
1779
+ },
1780
+ "description": "Defines the <code>titleText</code> of the item.",
1781
+ "default": "\"\"",
1782
+ "privacy": "public",
1783
+ "inheritedFrom": {
1784
+ "name": "NotificationListItemBase",
1785
+ "module": "src/NotificationListItemBase.ts"
1786
+ }
1787
+ },
1788
+ {
1789
+ "kind": "field",
1790
+ "name": "priority",
1791
+ "type": {
1792
+ "text": "Priority",
1793
+ "references": [
1794
+ {
1795
+ "name": "Priority",
1796
+ "package": "@ui5/webcomponents",
1797
+ "module": "dist/types/Priority.js"
1798
+ }
1799
+ ]
1800
+ },
1801
+ "description": "Defines the <code>priority</code> of the item.",
1802
+ "default": "\"None\"",
1803
+ "privacy": "public",
1804
+ "inheritedFrom": {
1805
+ "name": "NotificationListItemBase",
1806
+ "module": "src/NotificationListItemBase.ts"
1807
+ }
1808
+ },
1809
+ {
1810
+ "kind": "field",
1811
+ "name": "showClose",
1812
+ "type": {
1813
+ "text": "boolean"
1814
+ },
1815
+ "description": "Defines if the <code>close</code> button would be displayed.",
1816
+ "default": "false",
1817
+ "privacy": "public",
1818
+ "inheritedFrom": {
1819
+ "name": "NotificationListItemBase",
1820
+ "module": "src/NotificationListItemBase.ts"
1821
+ }
1822
+ },
1823
+ {
1824
+ "kind": "field",
1825
+ "name": "read",
1826
+ "type": {
1827
+ "text": "boolean"
1828
+ },
1829
+ "description": "Defines if the <code>notification</code> is new or has been already read.\n<br><br>\n<b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font,\nif set to true - it has a normal font.",
1830
+ "default": "false",
1831
+ "privacy": "public",
1832
+ "inheritedFrom": {
1833
+ "name": "NotificationListItemBase",
1834
+ "module": "src/NotificationListItemBase.ts"
1835
+ }
1836
+ },
1837
+ {
1838
+ "kind": "field",
1839
+ "name": "busy",
1840
+ "type": {
1841
+ "text": "boolean"
1842
+ },
1843
+ "description": "Defines if a busy indicator would be displayed over the item.",
1844
+ "default": "false",
1845
+ "privacy": "public",
1846
+ "inheritedFrom": {
1847
+ "name": "NotificationListItemBase",
1848
+ "module": "src/NotificationListItemBase.ts"
1849
+ }
1850
+ },
1851
+ {
1852
+ "kind": "field",
1853
+ "name": "busyDelay",
1854
+ "type": {
1855
+ "text": "number"
1856
+ },
1857
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
1858
+ "default": "1000",
1859
+ "privacy": "public",
1860
+ "inheritedFrom": {
1861
+ "name": "NotificationListItemBase",
1862
+ "module": "src/NotificationListItemBase.ts"
1863
+ }
1864
+ }
1865
+ ],
1866
+ "superclass": {
1867
+ "name": "NotificationListItemBase",
1868
+ "package": "@ui5/webcomponents-fiori",
1869
+ "module": "dist/NotificationListItemBase.js"
1870
+ },
1871
+ "tagName": "ui5-li-notification",
1872
+ "customElement": true,
1873
+ "events": [
1874
+ {
1875
+ "name": "close",
1876
+ "type": {
1877
+ "text": "CustomEvent"
1878
+ },
1879
+ "description": "Fired when the <code>Close</code> button is pressed.",
1880
+ "inheritedFrom": {
1881
+ "name": "NotificationListItemBase",
1882
+ "module": "src/NotificationListItemBase.ts"
1883
+ }
1884
+ }
1885
+ ]
1886
+ }
1887
+ ],
1888
+ "exports": [
1889
+ {
1890
+ "kind": "js",
1891
+ "name": "default",
1892
+ "declaration": {
1893
+ "name": "NotificationListItem",
1894
+ "module": "dist/NotificationListItem.js"
1895
+ }
1896
+ },
1897
+ {
1898
+ "kind": "js",
1899
+ "name": "NotificationListItemPressEventDetail",
1900
+ "declaration": {
1901
+ "name": "NotificationListItemPressEventDetail",
1902
+ "module": "dist/NotificationListItem.js"
1903
+ }
1904
+ },
1905
+ {
1906
+ "kind": "js",
1907
+ "name": "NotificationListItemCloseEventDetail",
1908
+ "declaration": {
1909
+ "name": "NotificationListItemCloseEventDetail",
1910
+ "module": "dist/NotificationListItem.js"
1911
+ }
1912
+ },
1913
+ {
1914
+ "kind": "custom-element-definition",
1915
+ "name": "ui5-li-notification",
1916
+ "declaration": {
1917
+ "name": "NotificationListItem",
1918
+ "module": "dist/NotificationListItem.js"
1919
+ }
1920
+ }
1921
+ ]
1922
+ },
1923
+ {
1924
+ "kind": "javascript-module",
1925
+ "path": "dist/NotificationListItemBase.js",
1926
+ "declarations": [
1927
+ {
1928
+ "kind": "class",
1929
+ "description": "The base class of the <code>NotificationListItem</code> and <code>NotificationListGroupItem</code>.",
1930
+ "name": "NotificationListItemBase",
1931
+ "slots": [
1932
+ {
1933
+ "name": "actions",
1934
+ "description": "Defines the actions, displayed in the top-right area.\n<br><br>\n<b>Note:</b> use the <code>ui5-notification-action</code> component."
1935
+ }
1936
+ ],
1937
+ "members": [
1938
+ {
1939
+ "kind": "field",
1940
+ "name": "titleText",
1941
+ "type": {
1942
+ "text": "string"
1943
+ },
1944
+ "description": "Defines the <code>titleText</code> of the item.",
1945
+ "default": "\"\"",
1946
+ "privacy": "public"
1947
+ },
1948
+ {
1949
+ "kind": "field",
1950
+ "name": "priority",
1951
+ "type": {
1952
+ "text": "Priority",
1953
+ "references": [
1954
+ {
1955
+ "name": "Priority",
1956
+ "package": "@ui5/webcomponents",
1957
+ "module": "dist/types/Priority.js"
1958
+ }
1959
+ ]
1960
+ },
1961
+ "description": "Defines the <code>priority</code> of the item.",
1962
+ "default": "\"None\"",
1963
+ "privacy": "public"
1964
+ },
1965
+ {
1966
+ "kind": "field",
1967
+ "name": "showClose",
1968
+ "type": {
1969
+ "text": "boolean"
1970
+ },
1971
+ "description": "Defines if the <code>close</code> button would be displayed.",
1972
+ "default": "false",
1973
+ "privacy": "public"
1974
+ },
1975
+ {
1976
+ "kind": "field",
1977
+ "name": "read",
1978
+ "type": {
1979
+ "text": "boolean"
1980
+ },
1981
+ "description": "Defines if the <code>notification</code> is new or has been already read.\n<br><br>\n<b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font,\nif set to true - it has a normal font.",
1982
+ "default": "false",
1983
+ "privacy": "public"
1984
+ },
1985
+ {
1986
+ "kind": "field",
1987
+ "name": "busy",
1988
+ "type": {
1989
+ "text": "boolean"
1990
+ },
1991
+ "description": "Defines if a busy indicator would be displayed over the item.",
1992
+ "default": "false",
1993
+ "privacy": "public"
1994
+ },
1995
+ {
1996
+ "kind": "field",
1997
+ "name": "busyDelay",
1998
+ "type": {
1999
+ "text": "number"
2000
+ },
2001
+ "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
2002
+ "default": "1000",
2003
+ "privacy": "public"
2004
+ }
2005
+ ],
2006
+ "events": [
2007
+ {
2008
+ "name": "close",
2009
+ "type": {
2010
+ "text": "CustomEvent"
2011
+ },
2012
+ "description": "Fired when the <code>Close</code> button is pressed."
2013
+ }
2014
+ ],
2015
+ "superclass": {
2016
+ "name": "ListItemBase",
2017
+ "package": "@ui5/webcomponents",
2018
+ "module": "dist/ListItemBase.js"
2019
+ },
2020
+ "customElement": true
2021
+ }
2022
+ ],
2023
+ "exports": [
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "default",
2027
+ "declaration": {
2028
+ "name": "NotificationListItemBase",
2029
+ "module": "dist/NotificationListItemBase.js"
2030
+ }
2031
+ },
2032
+ {
2033
+ "kind": "js",
2034
+ "name": "NotificationListItemBaseCloseEventDetail",
2035
+ "declaration": {
2036
+ "name": "NotificationListItemBaseCloseEventDetail",
2037
+ "module": "dist/NotificationListItemBase.js"
2038
+ }
2039
+ }
2040
+ ]
2041
+ },
2042
+ {
2043
+ "kind": "javascript-module",
2044
+ "path": "dist/Page.js",
2045
+ "declarations": [
2046
+ {
2047
+ "kind": "class",
2048
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-page</code> is a container component that holds one whole screen of an application.\nThe page has three distinct areas that can hold content - a header, content area and a footer.\n<h3>Structure</h3>\n<h4>Header</h4>\nThe top most area of the page is occupied by the header. The standard header includes a navigation button and a title.\n<h4>Content</h4>\nThe content occupies the main part of the page. Only the content area is scrollable by default.\nThis can be prevented by setting <code>enableScrolling</code> to <code>false</code>.\n<h4>Footer</h4>\nThe footer is optional and occupies the fixed bottom part of the page. Alternatively, the footer can be floating above the bottom part of the content.\nThis is enabled with the <code>floatingFooter</code> property.\n\n<b>Note:</b> <code>ui5-page</code> occipues the whole available space of its parent. In order to achieve the intended design you have to make sure\nthat there is enough space for the <code>ui5-page</code> to be rendered.\n<b>Note:</b> In order for the <code>ui5-page</code> to be displayed, the parent element should have fixed height.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/Page.js\";</code>",
2049
+ "name": "Page",
2050
+ "cssParts": [
2051
+ {
2052
+ "description": "Used to style the content section of the component",
2053
+ "name": "content"
2054
+ }
2055
+ ],
2056
+ "slots": [
2057
+ {
2058
+ "name": "header",
2059
+ "description": "Defines the header HTML Element."
2060
+ },
2061
+ {
2062
+ "name": "default",
2063
+ "description": "Defines the content HTML Element."
2064
+ },
2065
+ {
2066
+ "name": "footer",
2067
+ "description": "Defines the footer HTML Element."
2068
+ }
2069
+ ],
2070
+ "members": [
2071
+ {
2072
+ "kind": "field",
2073
+ "name": "backgroundDesign",
2074
+ "type": {
2075
+ "text": "PageBackgroundDesign",
2076
+ "references": [
2077
+ {
2078
+ "name": "PageBackgroundDesign",
2079
+ "package": "@ui5/webcomponents-fiori",
2080
+ "module": "dist/types/PageBackgroundDesign.js"
2081
+ }
2082
+ ]
2083
+ },
2084
+ "description": "Defines the background color of the <code>ui5-page</code>.\n<br><br>\n<b>Note:</b> When a ui5-list is placed inside the page, we recommend using “List” to ensure better color contrast.\n<br><br>",
2085
+ "default": "\"Solid\"",
2086
+ "privacy": "public"
2087
+ },
2088
+ {
2089
+ "kind": "field",
2090
+ "name": "disableScrolling",
2091
+ "type": {
2092
+ "text": "boolean"
2093
+ },
2094
+ "description": "Disables vertical scrolling of page content.\nIf set to true, there will be no vertical scrolling at all.",
2095
+ "default": "false",
2096
+ "privacy": "public"
2097
+ },
2098
+ {
2099
+ "kind": "field",
2100
+ "name": "floatingFooter",
2101
+ "type": {
2102
+ "text": "boolean"
2103
+ },
2104
+ "description": "Defines if the footer should float over the content.\n<br><br>\n<b>Note:</b> When set to true the footer floats over the content with a slight offset from the bottom, otherwise it is fixed at the very bottom of the page.",
2105
+ "default": "true",
2106
+ "privacy": "public"
2107
+ },
2108
+ {
2109
+ "kind": "field",
2110
+ "name": "hideFooter",
2111
+ "type": {
2112
+ "text": "boolean"
2113
+ },
2114
+ "description": "Defines the footer visibility.",
2115
+ "default": "false",
2116
+ "privacy": "public"
2117
+ }
2118
+ ],
2119
+ "superclass": {
2120
+ "name": "UI5Element",
2121
+ "package": "@ui5/webcomponents-base",
2122
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2123
+ },
2124
+ "tagName": "ui5-page",
2125
+ "customElement": true
2126
+ }
2127
+ ],
2128
+ "exports": [
2129
+ {
2130
+ "kind": "js",
2131
+ "name": "default",
2132
+ "declaration": {
2133
+ "name": "Page",
2134
+ "module": "dist/Page.js"
2135
+ }
2136
+ },
2137
+ {
2138
+ "kind": "custom-element-definition",
2139
+ "name": "ui5-page",
2140
+ "declaration": {
2141
+ "name": "Page",
2142
+ "module": "dist/Page.js"
2143
+ }
2144
+ }
2145
+ ]
2146
+ },
2147
+ {
2148
+ "kind": "javascript-module",
2149
+ "path": "dist/ProductSwitch.js",
2150
+ "declarations": [
2151
+ {
2152
+ "kind": "class",
2153
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-product-switch</code> is an SAP Fiori specific web component that is used in <code>ui5-shellbar</code>\nand allows the user to easily switch between products.\n<br><br>\n\n<h3>Keyboard Handling</h3>\nThe <code>ui5-product-switch</code> provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n<br>\n<ul>\n<li>[TAB] - Move focus to the next interactive element after the <code>ui5-product-switch</code></li>\n<li>[UP/DOWN] - Navigates up and down the items </li>\n<li>[LEFT/RIGHT] - Navigates left and right the items</li>\n</ul>\n<br>\n<br>\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/ProductSwitch.js\";</code>\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/ProductSwitchItem.js\";</code> (for <code>ui5-product-switch-item</code>)",
2154
+ "name": "ProductSwitch",
2155
+ "slots": [
2156
+ {
2157
+ "name": "default",
2158
+ "description": "Defines the items of the <code>ui5-product-switch</code>."
2159
+ }
2160
+ ],
2161
+ "superclass": {
2162
+ "name": "UI5Element",
2163
+ "package": "@ui5/webcomponents-base",
2164
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2165
+ },
2166
+ "tagName": "ui5-product-switch",
2167
+ "customElement": true
2168
+ }
2169
+ ],
2170
+ "exports": [
2171
+ {
2172
+ "kind": "js",
2173
+ "name": "default",
2174
+ "declaration": {
2175
+ "name": "ProductSwitch",
2176
+ "module": "dist/ProductSwitch.js"
2177
+ }
2178
+ },
2179
+ {
2180
+ "kind": "custom-element-definition",
2181
+ "name": "ui5-product-switch",
2182
+ "declaration": {
2183
+ "name": "ProductSwitch",
2184
+ "module": "dist/ProductSwitch.js"
2185
+ }
2186
+ }
2187
+ ]
2188
+ },
2189
+ {
2190
+ "kind": "javascript-module",
2191
+ "path": "dist/ProductSwitchItem.js",
2192
+ "declarations": [
2193
+ {
2194
+ "kind": "class",
2195
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe <code>ui5-product-switch-item</code> web component represents the items displayed in the\n<code>ui5-product-switch</code> web component.\n<br><br>\n<b>Note:</b> <code>ui5-product-switch-item</code> is not supported when used outside of <code>ui5-product-switch</code>.\n<br><br>\n\n<h3>Keyboard Handling</h3>\nThe <code>ui5-product-switch</code> provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n<br>\n<ul>\n<li>[SPACE/ENTER/RETURN] - Trigger <code>ui5-click</code> event</li>\n</ul>\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/ProductSwitchItem.js\";</code>",
2196
+ "name": "ProductSwitchItem",
2197
+ "members": [
2198
+ {
2199
+ "kind": "field",
2200
+ "name": "titleText",
2201
+ "type": {
2202
+ "text": "string"
2203
+ },
2204
+ "description": "Defines the title of the component.",
2205
+ "default": "\"\"",
2206
+ "privacy": "public"
2207
+ },
2208
+ {
2209
+ "kind": "field",
2210
+ "name": "subtitleText",
2211
+ "type": {
2212
+ "text": "string"
2213
+ },
2214
+ "description": "Defines the subtitle of the component.",
2215
+ "default": "\"\"",
2216
+ "privacy": "public"
2217
+ },
2218
+ {
2219
+ "kind": "field",
2220
+ "name": "icon",
2221
+ "type": {
2222
+ "text": "string"
2223
+ },
2224
+ "description": "Defines the icon to be displayed as a graphical element within the component.\n<br><br>\nExample:\n<br>\n<pre>ui5-product-switch-item icon=\"palette\"</pre>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
2225
+ "default": "\"\"",
2226
+ "privacy": "public"
2227
+ },
2228
+ {
2229
+ "kind": "field",
2230
+ "name": "target",
2231
+ "type": {
2232
+ "text": "string"
2233
+ },
2234
+ "description": "Defines a target where the <code>targetSrc</code> content must be open.\n<br><br>\nAvailable options are:\n<ul>\n<li><code>_self</code></li>\n<li><code>_top</code></li>\n<li><code>_blank</code></li>\n<li><code>_parent</code></li>\n<li><code>_search</code></li>\n</ul>",
2235
+ "default": "\"_self\"",
2236
+ "privacy": "public"
2237
+ },
2238
+ {
2239
+ "kind": "field",
2240
+ "name": "targetSrc",
2241
+ "type": {
2242
+ "text": "string"
2243
+ },
2244
+ "description": "Defines the component target URI. Supports standard hyperlink behavior.",
2245
+ "default": "\"\"",
2246
+ "privacy": "public"
2247
+ }
2248
+ ],
2249
+ "events": [
2250
+ {
2251
+ "name": "click",
2252
+ "type": {
2253
+ "text": "CustomEvent"
2254
+ },
2255
+ "description": "Fired when the <code>ui5-product-switch-item</code> is activated either with a\nclick/tap or by using the Enter or Space key."
2256
+ }
2257
+ ],
2258
+ "superclass": {
2259
+ "name": "UI5Element",
2260
+ "package": "@ui5/webcomponents-base",
2261
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2262
+ },
2263
+ "tagName": "ui5-product-switch-item",
2264
+ "customElement": true
2265
+ }
2266
+ ],
2267
+ "exports": [
2268
+ {
2269
+ "kind": "js",
2270
+ "name": "default",
2271
+ "declaration": {
2272
+ "name": "ProductSwitchItem",
2273
+ "module": "dist/ProductSwitchItem.js"
2274
+ }
2275
+ },
2276
+ {
2277
+ "kind": "custom-element-definition",
2278
+ "name": "ui5-product-switch-item",
2279
+ "declaration": {
2280
+ "name": "ProductSwitchItem",
2281
+ "module": "dist/ProductSwitchItem.js"
2282
+ }
2283
+ }
2284
+ ]
2285
+ },
2286
+ {
2287
+ "kind": "javascript-module",
2288
+ "path": "dist/ShellBar.js",
2289
+ "declarations": [
2290
+ {
2291
+ "kind": "class",
2292
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-shellbar</code> is meant to serve as an application header\nand includes numerous built-in features, such as: logo, profile image/icon, title, search field, notifications and so on.\n<br><br>\n\n<h3>Stable DOM Refs</h3>\n\nYou can use the following stable DOM refs for the <code>ui5-shellbar</code>:\n<ul>\n<li>logo</li>\n<li>copilot</li>\n<li>notifications</li>\n<li>overflow</li>\n<li>profile</li>\n<li>product-switch</li>\n</ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4>\nThis component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n<br><br>\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/ShellBar\";</code>",
2293
+ "name": "ShellBar",
2294
+ "cssParts": [
2295
+ {
2296
+ "description": "Used to style the outermost wrapper of the <code>ui5-shellbar</code>",
2297
+ "name": "root"
2298
+ }
2299
+ ],
2300
+ "slots": [
2301
+ {
2302
+ "name": "default",
2303
+ "description": "Defines the <code>ui5-shellbar</code> aditional items.\n<br><br>\n<b>Note:</b>\nYou can use the &nbsp;&lt;ui5-shellbar-item>&lt;/ui5-shellbar-item>."
2304
+ },
2305
+ {
2306
+ "name": "profile",
2307
+ "description": "You can pass <code>ui5-avatar</code> to set the profile image/icon.\nIf no profile slot is set - profile will be excluded from actions.\n\nNote: We recommend not using the <code>size</code> attribute of <code>ui5-avatar</code> because\nit should have specific size by design in the context of <code>ui5-shellbar</code> profile."
2308
+ },
2309
+ {
2310
+ "name": "logo",
2311
+ "description": "Defines the logo of the <code>ui5-shellbar</code>.\nFor example, you can use <code>ui5-avatar</code> or <code>img</code> elements as logo."
2312
+ },
2313
+ {
2314
+ "name": "menuItems",
2315
+ "description": "Defines the items displayed in menu after a click on the primary title.\n<br><br>\n<b>Note:</b>\nYou can use the &nbsp;&lt;ui5-li>&lt;/ui5-li> and its ancestors."
2316
+ },
2317
+ {
2318
+ "name": "searchField",
2319
+ "description": "Defines the <code>ui5-input</code>, that will be used as a search field."
2320
+ },
2321
+ {
2322
+ "name": "startButton",
2323
+ "description": "Defines a <code>ui5-button</code> in the bar that will be placed in the beginning.\nWe encourage this slot to be used for a back or home button.\nIt gets overstyled to match ShellBar's styling."
2324
+ }
2325
+ ],
2326
+ "members": [
2327
+ {
2328
+ "kind": "field",
2329
+ "name": "primaryTitle",
2330
+ "type": {
2331
+ "text": "string"
2332
+ },
2333
+ "description": "Defines the <code>primaryTitle</code>.\n<br><br>\n<b>Note:</b> The <code>primaryTitle</code> would be hidden on S screen size (less than approx. 700px).",
2334
+ "default": "\"\"",
2335
+ "privacy": "public"
2336
+ },
2337
+ {
2338
+ "kind": "field",
2339
+ "name": "secondaryTitle",
2340
+ "type": {
2341
+ "text": "string"
2342
+ },
2343
+ "description": "Defines the <code>secondaryTitle</code>.\n<br><br>\n<b>Note:</b> The <code>secondaryTitle</code> would be hidden on S and M screen sizes (less than approx. 1300px).",
2344
+ "default": "\"\"",
2345
+ "privacy": "public"
2346
+ },
2347
+ {
2348
+ "kind": "field",
2349
+ "name": "notificationsCount",
2350
+ "type": {
2351
+ "text": "string"
2352
+ },
2353
+ "description": "Defines the <code>notificationsCount</code>,\ndisplayed in the notification icon top-right corner.",
2354
+ "default": "\"\"",
2355
+ "privacy": "public"
2356
+ },
2357
+ {
2358
+ "kind": "field",
2359
+ "name": "showNotifications",
2360
+ "type": {
2361
+ "text": "boolean"
2362
+ },
2363
+ "description": "Defines, if the notification icon would be displayed.",
2364
+ "default": "false",
2365
+ "privacy": "public"
2366
+ },
2367
+ {
2368
+ "kind": "field",
2369
+ "name": "showProductSwitch",
2370
+ "type": {
2371
+ "text": "boolean"
2372
+ },
2373
+ "description": "Defines, if the product switch icon would be displayed.",
2374
+ "default": "false",
2375
+ "privacy": "public"
2376
+ },
2377
+ {
2378
+ "kind": "field",
2379
+ "name": "showCoPilot",
2380
+ "type": {
2381
+ "text": "boolean"
2382
+ },
2383
+ "description": "Defines, if the product CoPilot icon would be displayed.\n<br><b>Note:</b> By default the co-pilot is displayed as static SVG.\nIf you need an animated co-pilot, you can import the <code>\"@ui5/webcomponents-fiori/dist/features/CoPilotAnimation.js\"</code> module as add-on feature.",
2384
+ "default": "false",
2385
+ "privacy": "public"
2386
+ },
2387
+ {
2388
+ "kind": "field",
2389
+ "name": "showSearchField",
2390
+ "type": {
2391
+ "text": "boolean"
2392
+ },
2393
+ "description": "Defines, if the Search Field would be displayed when there is a valid <code>searchField</code> slot.\n<br><b>Note:</b> By default the Search Field is not displayed.",
2394
+ "default": "false",
2395
+ "privacy": "public"
2396
+ },
2397
+ {
2398
+ "kind": "field",
2399
+ "name": "accessibilityRoles",
2400
+ "type": {
2401
+ "text": "AccessibilityRoles",
2402
+ "references": [
2403
+ {
2404
+ "name": "AccessibilityRoles",
2405
+ "package": "@ui5/webcomponents-fiori",
2406
+ "module": "dist/ShellBar.js"
2407
+ }
2408
+ ]
2409
+ },
2410
+ "description": "An object of strings that defines additional accessibility roles for further customization.\n\nIt supports the following fields:\n - <code>logoRole</code>: the accessibility role for the <code>logo</code>",
2411
+ "default": "{}",
2412
+ "privacy": "public"
2413
+ },
2414
+ {
2415
+ "kind": "field",
2416
+ "name": "accessibilityTexts",
2417
+ "type": {
2418
+ "text": "AccessibilityTexts",
2419
+ "references": [
2420
+ {
2421
+ "name": "AccessibilityTexts",
2422
+ "package": "@ui5/webcomponents-fiori",
2423
+ "module": "dist/ShellBar.js"
2424
+ }
2425
+ ]
2426
+ },
2427
+ "description": "An object of strings that defines several additional accessibility texts\nfor even further customization.\n\nIt supports the following fields:\n- <code>profileButtonTitle</code>: defines the tooltip for the profile button\n- <code>logoTitle</code>: defines the tooltip for the logo",
2428
+ "default": "{}",
2429
+ "privacy": "public"
2430
+ },
2431
+ {
2432
+ "kind": "field",
2433
+ "name": "accessibilityAttributes",
2434
+ "type": {
2435
+ "text": "AccessibilityAttributes",
2436
+ "references": [
2437
+ {
2438
+ "name": "AccessibilityAttributes",
2439
+ "package": "@ui5/webcomponents-fiori",
2440
+ "module": "dist/ShellBar.js"
2441
+ }
2442
+ ]
2443
+ },
2444
+ "description": "An object of strings that defines several additional accessibility attribute values\nfor customization depending on the use case.\n\nIt supports the following fields:\n\n<ul>\n\t\t<li><code>expanded</code>: Indicates whether the anchor element, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values:\n\t\t<ul>\n\t\t\t<li><code>true</code></li>\n\t\t\t<li><code>false</code></li>\n\t\t</ul>\n\t\t</li>\n\t\t<li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the anchor element. Accepts the following string values:\n\t\t\t<ul>\n\t\t\t<li><code>Dialog</code></li>\n\t\t\t<li><code>Grid</code></li>\n\t\t\t<li><code>ListBox</code></li>\n\t\t\t<li><code>Menu</code></li>\n\t\t\t<li><code>Tree</code></li>\n\t\t\t</ul>\n\t\t</li>\n</ul>",
2445
+ "default": "{}",
2446
+ "privacy": "public"
2447
+ },
2448
+ {
2449
+ "kind": "method",
2450
+ "name": "closeOverflow",
2451
+ "return": {
2452
+ "type": {
2453
+ "text": "void"
2454
+ }
2455
+ },
2456
+ "description": "Closes the overflow area.\nUseful to manually close the overflow after having suppressed automatic closing with preventDefault() of ShellbarItem's press event",
2457
+ "privacy": "public"
2458
+ },
2459
+ {
2460
+ "kind": "field",
2461
+ "name": "logoDomRef",
2462
+ "type": {
2463
+ "text": "HTMLElement | null"
2464
+ },
2465
+ "description": "Returns the <code>logo</code> DOM ref.",
2466
+ "privacy": "public",
2467
+ "default": "null",
2468
+ "readonly": true
2469
+ },
2470
+ {
2471
+ "kind": "field",
2472
+ "name": "copilotDomRef",
2473
+ "type": {
2474
+ "text": "HTMLElement | null"
2475
+ },
2476
+ "description": "Returns the <code>copilot</code> DOM ref.",
2477
+ "privacy": "public",
2478
+ "default": "null",
2479
+ "readonly": true
2480
+ },
2481
+ {
2482
+ "kind": "field",
2483
+ "name": "notificationsDomRef",
2484
+ "type": {
2485
+ "text": "HTMLElement | null"
2486
+ },
2487
+ "description": "Returns the <code>notifications</code> icon DOM ref.",
2488
+ "privacy": "public",
2489
+ "default": "null",
2490
+ "readonly": true
2491
+ },
2492
+ {
2493
+ "kind": "field",
2494
+ "name": "overflowDomRef",
2495
+ "type": {
2496
+ "text": "HTMLElement | null"
2497
+ },
2498
+ "description": "Returns the <code>overflow</code> icon DOM ref.",
2499
+ "privacy": "public",
2500
+ "default": "null",
2501
+ "readonly": true
2502
+ },
2503
+ {
2504
+ "kind": "field",
2505
+ "name": "profileDomRef",
2506
+ "type": {
2507
+ "text": "HTMLElement | null"
2508
+ },
2509
+ "description": "Returns the <code>profile</code> icon DOM ref.",
2510
+ "privacy": "public",
2511
+ "default": "null",
2512
+ "readonly": true
2513
+ },
2514
+ {
2515
+ "kind": "field",
2516
+ "name": "productSwitchDomRef",
2517
+ "type": {
2518
+ "text": "HTMLElement | null"
2519
+ },
2520
+ "description": "Returns the <code>product-switch</code> icon DOM ref.",
2521
+ "privacy": "public",
2522
+ "default": "null",
2523
+ "readonly": true
2524
+ }
2525
+ ],
2526
+ "events": [
2527
+ {
2528
+ "name": "notifications-click",
2529
+ "type": {
2530
+ "text": "CustomEvent"
2531
+ },
2532
+ "description": "Fired, when the notification icon is activated."
2533
+ },
2534
+ {
2535
+ "name": "profile-click",
2536
+ "type": {
2537
+ "text": "CustomEvent"
2538
+ },
2539
+ "description": "Fired, when the profile slot is present."
2540
+ },
2541
+ {
2542
+ "name": "product-switch-click",
2543
+ "type": {
2544
+ "text": "CustomEvent"
2545
+ },
2546
+ "description": "Fired, when the product switch icon is activated.\n<b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."
2547
+ },
2548
+ {
2549
+ "name": "logo-click",
2550
+ "type": {
2551
+ "text": "CustomEvent"
2552
+ },
2553
+ "description": "Fired, when the logo is activated."
2554
+ },
2555
+ {
2556
+ "name": "co-pilot-click",
2557
+ "type": {
2558
+ "text": "CustomEvent"
2559
+ },
2560
+ "description": "Fired, when the co pilot is activated."
2561
+ },
2562
+ {
2563
+ "name": "menu-item-click",
2564
+ "type": {
2565
+ "text": "CustomEvent"
2566
+ },
2567
+ "description": "Fired, when a menu item is activated\n<b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>."
2568
+ }
2569
+ ],
2570
+ "superclass": {
2571
+ "name": "UI5Element",
2572
+ "package": "@ui5/webcomponents-base",
2573
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2574
+ },
2575
+ "tagName": "ui5-shellbar",
2576
+ "customElement": true
2577
+ }
2578
+ ],
2579
+ "exports": [
2580
+ {
2581
+ "kind": "js",
2582
+ "name": "default",
2583
+ "declaration": {
2584
+ "name": "ShellBar",
2585
+ "module": "dist/ShellBar.js"
2586
+ }
2587
+ },
2588
+ {
2589
+ "kind": "js",
2590
+ "name": "ShellBarNotificationsClickEventDetail",
2591
+ "declaration": {
2592
+ "name": "ShellBarNotificationsClickEventDetail",
2593
+ "module": "dist/ShellBar.js"
2594
+ }
2595
+ },
2596
+ {
2597
+ "kind": "js",
2598
+ "name": "ShellBarProfileClickEventDetail",
2599
+ "declaration": {
2600
+ "name": "ShellBarProfileClickEventDetail",
2601
+ "module": "dist/ShellBar.js"
2602
+ }
2603
+ },
2604
+ {
2605
+ "kind": "js",
2606
+ "name": "ShellBarProductSwitchClickEventDetail",
2607
+ "declaration": {
2608
+ "name": "ShellBarProductSwitchClickEventDetail",
2609
+ "module": "dist/ShellBar.js"
2610
+ }
2611
+ },
2612
+ {
2613
+ "kind": "js",
2614
+ "name": "ShellBarLogoClickEventDetail",
2615
+ "declaration": {
2616
+ "name": "ShellBarLogoClickEventDetail",
2617
+ "module": "dist/ShellBar.js"
2618
+ }
2619
+ },
2620
+ {
2621
+ "kind": "js",
2622
+ "name": "ShellBarCoPilotClickEventDetail",
2623
+ "declaration": {
2624
+ "name": "ShellBarCoPilotClickEventDetail",
2625
+ "module": "dist/ShellBar.js"
2626
+ }
2627
+ },
2628
+ {
2629
+ "kind": "js",
2630
+ "name": "ShellBarMenuItemClickEventDetail",
2631
+ "declaration": {
2632
+ "name": "ShellBarMenuItemClickEventDetail",
2633
+ "module": "dist/ShellBar.js"
2634
+ }
2635
+ },
2636
+ {
2637
+ "kind": "custom-element-definition",
2638
+ "name": "ui5-shellbar",
2639
+ "declaration": {
2640
+ "name": "ShellBar",
2641
+ "module": "dist/ShellBar.js"
2642
+ }
2643
+ }
2644
+ ]
2645
+ },
2646
+ {
2647
+ "kind": "javascript-module",
2648
+ "path": "dist/ShellBarItem.js",
2649
+ "declarations": [
2650
+ {
2651
+ "kind": "class",
2652
+ "description": "The <code>ui5-shellbar-item</code> represents a custom item, that\nmight be added to the <code>ui5-shellbar</code>.\n<br><br>\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/ShellBarItem\";</code>",
2653
+ "name": "ShellBarItem",
2654
+ "members": [
2655
+ {
2656
+ "kind": "field",
2657
+ "name": "icon",
2658
+ "type": {
2659
+ "text": "string"
2660
+ },
2661
+ "description": "Defines the name of the item's icon.",
2662
+ "default": "\"\"",
2663
+ "privacy": "public"
2664
+ },
2665
+ {
2666
+ "kind": "field",
2667
+ "name": "text",
2668
+ "type": {
2669
+ "text": "string"
2670
+ },
2671
+ "description": "Defines the item text.\n <br><br>\n <b>Note:</b> The text is only displayed inside the overflow popover list view.",
2672
+ "default": "\"\"",
2673
+ "privacy": "public"
2674
+ },
2675
+ {
2676
+ "kind": "field",
2677
+ "name": "count",
2678
+ "type": {
2679
+ "text": "string"
2680
+ },
2681
+ "description": "Defines the count displayed in the top-right corner.",
2682
+ "default": "\"\"",
2683
+ "privacy": "public"
2684
+ }
2685
+ ],
2686
+ "events": [
2687
+ {
2688
+ "name": "click",
2689
+ "type": {
2690
+ "text": "CustomEvent"
2691
+ },
2692
+ "description": "Fired, when the item is pressed."
2693
+ }
2694
+ ],
2695
+ "superclass": {
2696
+ "name": "UI5Element",
2697
+ "package": "@ui5/webcomponents-base",
2698
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2699
+ },
2700
+ "tagName": "ui5-shellbar-item",
2701
+ "customElement": true
2702
+ }
2703
+ ],
2704
+ "exports": [
2705
+ {
2706
+ "kind": "js",
2707
+ "name": "default",
2708
+ "declaration": {
2709
+ "name": "ShellBarItem",
2710
+ "module": "dist/ShellBarItem.js"
2711
+ }
2712
+ },
2713
+ {
2714
+ "kind": "js",
2715
+ "name": "ShellBarItemClickEventDetail",
2716
+ "declaration": {
2717
+ "name": "ShellBarItemClickEventDetail",
2718
+ "module": "dist/ShellBarItem.js"
2719
+ }
2720
+ },
2721
+ {
2722
+ "kind": "custom-element-definition",
2723
+ "name": "ui5-shellbar-item",
2724
+ "declaration": {
2725
+ "name": "ShellBarItem",
2726
+ "module": "dist/ShellBarItem.js"
2727
+ }
2728
+ }
2729
+ ]
2730
+ },
2731
+ {
2732
+ "kind": "javascript-module",
2733
+ "path": "dist/SideNavigation.js",
2734
+ "declarations": [
2735
+ {
2736
+ "kind": "class",
2737
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>SideNavigation</code> is used as a standard menu in applications.\nIt consists of three containers: header (top-aligned), main navigation section (top-aligned) and the secondary section (bottom-aligned).\n<ul>\n<li>The header is meant for displaying user related information - profile data, avatar, etc.</li>\n<li>The main navigation section is related to the user’s current work context</li>\n<li>The secondary section is mostly used to link additional information that may be of interest (legal information, developer communities, external help, contact information and so on). </li>\n</ul>\n\n<h3>Usage</h3>\n\nUse the available <code>ui5-side-navigation-item</code> and <code>ui5-side-navigation-sub-item</code> components to build your menu.\nThe 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.\nYou 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.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4>\nThis component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n<br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigation.js\";</code>\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code> (for <code>ui5-side-navigation-item</code>)\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code> (for <code>ui5-side-navigation-sub-item</code>)",
2738
+ "name": "SideNavigation",
2739
+ "slots": [
2740
+ {
2741
+ "name": "default",
2742
+ "description": "Defines the main items of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component\nfor the top-level items, and the <code>ui5-side-navigation-sub-item</code> component for second-level items, nested\ninside the items."
2743
+ },
2744
+ {
2745
+ "name": "header",
2746
+ "description": "Defines the header of the <code>ui5-side-navigation</code>.\n\n<br><br>\n<b>Note:</b> The header is displayed when the component is expanded - the property <code>collapsed</code> is false;"
2747
+ },
2748
+ {
2749
+ "name": "fixedItems",
2750
+ "description": "Defines the fixed items at the bottom of the <code>ui5-side-navigation</code>. Use the <code>ui5-side-navigation-item</code> component\nfor the fixed items, and optionally the <code>ui5-side-navigation-sub-item</code> component to provide second-level items inside them.\n\n<b>Note:</b> In order to achieve the best user experience, it is recommended that you keep the fixed items \"flat\" (do not pass sub-items)"
2751
+ }
2752
+ ],
2753
+ "members": [
2754
+ {
2755
+ "kind": "field",
2756
+ "name": "collapsed",
2757
+ "type": {
2758
+ "text": "boolean"
2759
+ },
2760
+ "description": "Defines whether the <code>ui5-side-navigation</code> is expanded or collapsed.",
2761
+ "privacy": "public",
2762
+ "default": "false"
2763
+ }
2764
+ ],
2765
+ "events": [
2766
+ {
2767
+ "name": "selection-change",
2768
+ "type": {
2769
+ "text": "CustomEvent"
2770
+ },
2771
+ "description": "Fired when the selection has changed via user interaction"
2772
+ }
2773
+ ],
2774
+ "superclass": {
2775
+ "name": "UI5Element",
2776
+ "package": "@ui5/webcomponents-base",
2777
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
2778
+ },
2779
+ "tagName": "ui5-side-navigation",
2780
+ "customElement": true
2781
+ }
2782
+ ],
2783
+ "exports": [
2784
+ {
2785
+ "kind": "js",
2786
+ "name": "default",
2787
+ "declaration": {
2788
+ "name": "SideNavigation",
2789
+ "module": "dist/SideNavigation.js"
2790
+ }
2791
+ },
2792
+ {
2793
+ "kind": "js",
2794
+ "name": "SideNavigationSelectionChangeEventDetail",
2795
+ "declaration": {
2796
+ "name": "SideNavigationSelectionChangeEventDetail",
2797
+ "module": "dist/SideNavigation.js"
2798
+ }
2799
+ },
2800
+ {
2801
+ "kind": "custom-element-definition",
2802
+ "name": "ui5-side-navigation",
2803
+ "declaration": {
2804
+ "name": "SideNavigation",
2805
+ "module": "dist/SideNavigation.js"
2806
+ }
2807
+ }
2808
+ ]
2809
+ },
2810
+ {
2811
+ "kind": "javascript-module",
2812
+ "path": "dist/SideNavigationItem.js",
2813
+ "declarations": [
2814
+ {
2815
+ "kind": "class",
2816
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-side-navigation-item</code> is used within <code>ui5-side-navigation</code> only.\nVia the <code>ui5-side-navigation-item</code> you control the content of the <code>SideNavigation</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationItem.js\";</code>",
2817
+ "name": "SideNavigationItem",
2818
+ "slots": [
2819
+ {
2820
+ "name": "default",
2821
+ "description": "Defines nested items by passing <code>ui5-side-navigation-sub-item</code> to the default slot."
2822
+ }
2823
+ ],
2824
+ "members": [
2825
+ {
2826
+ "kind": "field",
2827
+ "name": "expanded",
2828
+ "type": {
2829
+ "text": "boolean"
2830
+ },
2831
+ "description": "Defines if the item is expanded",
2832
+ "privacy": "public",
2833
+ "default": "false"
2834
+ },
2835
+ {
2836
+ "kind": "field",
2837
+ "name": "wholeItemToggleable",
2838
+ "type": {
2839
+ "text": "boolean"
2840
+ },
2841
+ "description": "Defines whether clicking the whole item or only pressing the icon will show/hide the sub items (if present).\nIf set to true, clicking the whole item will toggle the sub items, and it won't fire the <code>click</code> event.\nBy default, only clicking the arrow icon will toggle the sub items.",
2842
+ "privacy": "public",
2843
+ "default": "false"
2844
+ },
2845
+ {
2846
+ "kind": "field",
2847
+ "name": "text",
2848
+ "type": {
2849
+ "text": "string"
2850
+ },
2851
+ "description": "Defines the text of the item.",
2852
+ "privacy": "public",
2853
+ "default": "\"\"",
2854
+ "inheritedFrom": {
2855
+ "name": "SideNavigationItemBase",
2856
+ "module": "src/SideNavigationItemBase.ts"
2857
+ }
2858
+ },
2859
+ {
2860
+ "kind": "field",
2861
+ "name": "icon",
2862
+ "type": {
2863
+ "text": "string"
2864
+ },
2865
+ "description": "Defines the icon of the item.\n<br><br>\n\nThe SAP-icons font provides numerous options.\n<br>\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
2866
+ "privacy": "public",
2867
+ "default": "\"\"",
2868
+ "inheritedFrom": {
2869
+ "name": "SideNavigationItemBase",
2870
+ "module": "src/SideNavigationItemBase.ts"
2871
+ }
2872
+ },
2873
+ {
2874
+ "kind": "field",
2875
+ "name": "selected",
2876
+ "type": {
2877
+ "text": "boolean"
2878
+ },
2879
+ "description": "Defines whether the item is selected",
2880
+ "privacy": "public",
2881
+ "default": "false",
2882
+ "inheritedFrom": {
2883
+ "name": "SideNavigationItemBase",
2884
+ "module": "src/SideNavigationItemBase.ts"
2885
+ }
2886
+ },
2887
+ {
2888
+ "kind": "field",
2889
+ "name": "href",
2890
+ "type": {
2891
+ "text": "string"
2892
+ },
2893
+ "description": "Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the <code>click</code> event should be registered.",
2894
+ "privacy": "public",
2895
+ "default": "\"\"",
2896
+ "inheritedFrom": {
2897
+ "name": "SideNavigationItemBase",
2898
+ "module": "src/SideNavigationItemBase.ts"
2899
+ }
2900
+ },
2901
+ {
2902
+ "kind": "field",
2903
+ "name": "target",
2904
+ "type": {
2905
+ "text": "string"
2906
+ },
2907
+ "description": "Defines the component target.\n<br><br>\n<b>Notes:</b>\n\n<ul>\n<li><code>_self</code></li>\n<li><code>_top</code></li>\n<li><code>_blank</code></li>\n<li><code>_parent</code></li>\n<li><code>_search</code></li>\n</ul>\n\n<b>This property must only be used when the <code>href</code> property is set.</b>",
2908
+ "privacy": "public",
2909
+ "default": "\"\"",
2910
+ "inheritedFrom": {
2911
+ "name": "SideNavigationItemBase",
2912
+ "module": "src/SideNavigationItemBase.ts"
2913
+ }
2914
+ },
2915
+ {
2916
+ "kind": "field",
2917
+ "name": "disabled",
2918
+ "type": {
2919
+ "text": "boolean"
2920
+ },
2921
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
2922
+ "default": "false",
2923
+ "privacy": "public",
2924
+ "inheritedFrom": {
2925
+ "name": "SideNavigationItemBase",
2926
+ "module": "src/SideNavigationItemBase.ts"
2927
+ }
2928
+ }
2929
+ ],
2930
+ "superclass": {
2931
+ "name": "SideNavigationItemBase",
2932
+ "package": "@ui5/webcomponents-fiori",
2933
+ "module": "dist/SideNavigationItemBase.js"
2934
+ },
2935
+ "tagName": "ui5-side-navigation-item",
2936
+ "customElement": true,
2937
+ "events": [
2938
+ {
2939
+ "name": "click",
2940
+ "type": {
2941
+ "text": "CustomEvent"
2942
+ },
2943
+ "description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.",
2944
+ "inheritedFrom": {
2945
+ "name": "SideNavigationItemBase",
2946
+ "module": "src/SideNavigationItemBase.ts"
2947
+ }
2948
+ }
2949
+ ]
2950
+ }
2951
+ ],
2952
+ "exports": [
2953
+ {
2954
+ "kind": "js",
2955
+ "name": "default",
2956
+ "declaration": {
2957
+ "name": "SideNavigationItem",
2958
+ "module": "dist/SideNavigationItem.js"
2959
+ }
2960
+ },
2961
+ {
2962
+ "kind": "custom-element-definition",
2963
+ "name": "ui5-side-navigation-item",
2964
+ "declaration": {
2965
+ "name": "SideNavigationItem",
2966
+ "module": "dist/SideNavigationItem.js"
2967
+ }
2968
+ }
2969
+ ]
2970
+ },
2971
+ {
2972
+ "kind": "javascript-module",
2973
+ "path": "dist/SideNavigationItemBase.js",
2974
+ "declarations": [
2975
+ {
2976
+ "kind": "class",
2977
+ "description": "A class to serve as a foundation\nfor the <code>SideNavigationItem</code> and <code>SideNavigationSubItem</code> classes.",
2978
+ "name": "SideNavigationItemBase",
2979
+ "members": [
2980
+ {
2981
+ "kind": "field",
2982
+ "name": "text",
2983
+ "type": {
2984
+ "text": "string"
2985
+ },
2986
+ "description": "Defines the text of the item.",
2987
+ "privacy": "public",
2988
+ "default": "\"\""
2989
+ },
2990
+ {
2991
+ "kind": "field",
2992
+ "name": "icon",
2993
+ "type": {
2994
+ "text": "string"
2995
+ },
2996
+ "description": "Defines the icon of the item.\n<br><br>\n\nThe SAP-icons font provides numerous options.\n<br>\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
2997
+ "privacy": "public",
2998
+ "default": "\"\""
2999
+ },
3000
+ {
3001
+ "kind": "field",
3002
+ "name": "selected",
3003
+ "type": {
3004
+ "text": "boolean"
3005
+ },
3006
+ "description": "Defines whether the item is selected",
3007
+ "privacy": "public",
3008
+ "default": "false"
3009
+ },
3010
+ {
3011
+ "kind": "field",
3012
+ "name": "href",
3013
+ "type": {
3014
+ "text": "string"
3015
+ },
3016
+ "description": "Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the <code>click</code> event should be registered.",
3017
+ "privacy": "public",
3018
+ "default": "\"\""
3019
+ },
3020
+ {
3021
+ "kind": "field",
3022
+ "name": "target",
3023
+ "type": {
3024
+ "text": "string"
3025
+ },
3026
+ "description": "Defines the component target.\n<br><br>\n<b>Notes:</b>\n\n<ul>\n<li><code>_self</code></li>\n<li><code>_top</code></li>\n<li><code>_blank</code></li>\n<li><code>_parent</code></li>\n<li><code>_search</code></li>\n</ul>\n\n<b>This property must only be used when the <code>href</code> property is set.</b>",
3027
+ "privacy": "public",
3028
+ "default": "\"\""
3029
+ },
3030
+ {
3031
+ "kind": "field",
3032
+ "name": "disabled",
3033
+ "type": {
3034
+ "text": "boolean"
3035
+ },
3036
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
3037
+ "default": "false",
3038
+ "privacy": "public"
3039
+ }
3040
+ ],
3041
+ "events": [
3042
+ {
3043
+ "name": "click",
3044
+ "type": {
3045
+ "text": "CustomEvent"
3046
+ },
3047
+ "description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key."
3048
+ }
3049
+ ],
3050
+ "superclass": {
3051
+ "name": "UI5Element",
3052
+ "package": "@ui5/webcomponents-base",
3053
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3054
+ },
3055
+ "customElement": true
3056
+ }
3057
+ ],
3058
+ "exports": [
3059
+ {
3060
+ "kind": "js",
3061
+ "name": "default",
3062
+ "declaration": {
3063
+ "name": "SideNavigationItemBase",
3064
+ "module": "dist/SideNavigationItemBase.js"
3065
+ }
3066
+ }
3067
+ ]
3068
+ },
3069
+ {
3070
+ "kind": "javascript-module",
3071
+ "path": "dist/SideNavigationSubItem.js",
3072
+ "declarations": [
3073
+ {
3074
+ "kind": "class",
3075
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-side-navigation-sub-item</code> is intended to be used inside a <code>ui5-side-navigation-item</code> only.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/SideNavigationSubItem.js\";</code>",
3076
+ "name": "SideNavigationSubItem",
3077
+ "superclass": {
3078
+ "name": "SideNavigationItemBase",
3079
+ "package": "@ui5/webcomponents-fiori",
3080
+ "module": "dist/SideNavigationItemBase.js"
3081
+ },
3082
+ "tagName": "ui5-side-navigation-sub-item",
3083
+ "customElement": true,
3084
+ "members": [
3085
+ {
3086
+ "kind": "field",
3087
+ "name": "text",
3088
+ "type": {
3089
+ "text": "string"
3090
+ },
3091
+ "description": "Defines the text of the item.",
3092
+ "privacy": "public",
3093
+ "default": "\"\"",
3094
+ "inheritedFrom": {
3095
+ "name": "SideNavigationItemBase",
3096
+ "module": "src/SideNavigationItemBase.ts"
3097
+ }
3098
+ },
3099
+ {
3100
+ "kind": "field",
3101
+ "name": "icon",
3102
+ "type": {
3103
+ "text": "string"
3104
+ },
3105
+ "description": "Defines the icon of the item.\n<br><br>\n\nThe SAP-icons font provides numerous options.\n<br>\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
3106
+ "privacy": "public",
3107
+ "default": "\"\"",
3108
+ "inheritedFrom": {
3109
+ "name": "SideNavigationItemBase",
3110
+ "module": "src/SideNavigationItemBase.ts"
3111
+ }
3112
+ },
3113
+ {
3114
+ "kind": "field",
3115
+ "name": "selected",
3116
+ "type": {
3117
+ "text": "boolean"
3118
+ },
3119
+ "description": "Defines whether the item is selected",
3120
+ "privacy": "public",
3121
+ "default": "false",
3122
+ "inheritedFrom": {
3123
+ "name": "SideNavigationItemBase",
3124
+ "module": "src/SideNavigationItemBase.ts"
3125
+ }
3126
+ },
3127
+ {
3128
+ "kind": "field",
3129
+ "name": "href",
3130
+ "type": {
3131
+ "text": "string"
3132
+ },
3133
+ "description": "Defines the link target URI. Supports standard hyperlink behavior.\nIf a JavaScript action should be triggered,\nthis should not be set, but instead an event handler\nfor the <code>click</code> event should be registered.",
3134
+ "privacy": "public",
3135
+ "default": "\"\"",
3136
+ "inheritedFrom": {
3137
+ "name": "SideNavigationItemBase",
3138
+ "module": "src/SideNavigationItemBase.ts"
3139
+ }
3140
+ },
3141
+ {
3142
+ "kind": "field",
3143
+ "name": "target",
3144
+ "type": {
3145
+ "text": "string"
3146
+ },
3147
+ "description": "Defines the component target.\n<br><br>\n<b>Notes:</b>\n\n<ul>\n<li><code>_self</code></li>\n<li><code>_top</code></li>\n<li><code>_blank</code></li>\n<li><code>_parent</code></li>\n<li><code>_search</code></li>\n</ul>\n\n<b>This property must only be used when the <code>href</code> property is set.</b>",
3148
+ "privacy": "public",
3149
+ "default": "\"\"",
3150
+ "inheritedFrom": {
3151
+ "name": "SideNavigationItemBase",
3152
+ "module": "src/SideNavigationItemBase.ts"
3153
+ }
3154
+ },
3155
+ {
3156
+ "kind": "field",
3157
+ "name": "disabled",
3158
+ "type": {
3159
+ "text": "boolean"
3160
+ },
3161
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
3162
+ "default": "false",
3163
+ "privacy": "public",
3164
+ "inheritedFrom": {
3165
+ "name": "SideNavigationItemBase",
3166
+ "module": "src/SideNavigationItemBase.ts"
3167
+ }
3168
+ }
3169
+ ],
3170
+ "events": [
3171
+ {
3172
+ "name": "click",
3173
+ "type": {
3174
+ "text": "CustomEvent"
3175
+ },
3176
+ "description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.",
3177
+ "inheritedFrom": {
3178
+ "name": "SideNavigationItemBase",
3179
+ "module": "src/SideNavigationItemBase.ts"
3180
+ }
3181
+ }
3182
+ ]
3183
+ }
3184
+ ],
3185
+ "exports": [
3186
+ {
3187
+ "kind": "js",
3188
+ "name": "default",
3189
+ "declaration": {
3190
+ "name": "SideNavigationSubItem",
3191
+ "module": "dist/SideNavigationSubItem.js"
3192
+ }
3193
+ },
3194
+ {
3195
+ "kind": "custom-element-definition",
3196
+ "name": "ui5-side-navigation-sub-item",
3197
+ "declaration": {
3198
+ "name": "SideNavigationSubItem",
3199
+ "module": "dist/SideNavigationSubItem.js"
3200
+ }
3201
+ }
3202
+ ]
3203
+ },
3204
+ {
3205
+ "kind": "javascript-module",
3206
+ "path": "dist/SortItem.js",
3207
+ "declarations": [
3208
+ {
3209
+ "kind": "class",
3210
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n\n<h3>Usage</h3>\n\nFor the <code>ui5-sort-item</code>\n<h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents-fiori/dist/SortItem.js\";</code>",
3211
+ "name": "SortItem",
3212
+ "members": [
3213
+ {
3214
+ "kind": "field",
3215
+ "name": "text",
3216
+ "type": {
3217
+ "text": "string"
3218
+ },
3219
+ "description": "Defines the text of the component.",
3220
+ "default": "\"\"",
3221
+ "privacy": "public"
3222
+ },
3223
+ {
3224
+ "kind": "field",
3225
+ "name": "selected",
3226
+ "type": {
3227
+ "text": "boolean"
3228
+ },
3229
+ "description": "Defines if the component is selected.",
3230
+ "default": "false",
3231
+ "privacy": "public"
3232
+ }
3233
+ ],
3234
+ "superclass": {
3235
+ "name": "UI5Element",
3236
+ "package": "@ui5/webcomponents-base",
3237
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3238
+ },
3239
+ "tagName": "ui5-sort-item",
3240
+ "customElement": true
3241
+ }
3242
+ ],
3243
+ "exports": [
3244
+ {
3245
+ "kind": "js",
3246
+ "name": "default",
3247
+ "declaration": {
3248
+ "name": "SortItem",
3249
+ "module": "dist/SortItem.js"
3250
+ }
3251
+ },
3252
+ {
3253
+ "kind": "custom-element-definition",
3254
+ "name": "ui5-sort-item",
3255
+ "declaration": {
3256
+ "name": "SortItem",
3257
+ "module": "dist/SortItem.js"
3258
+ }
3259
+ }
3260
+ ]
3261
+ },
3262
+ {
3263
+ "kind": "javascript-module",
3264
+ "path": "dist/Timeline.js",
3265
+ "declarations": [
3266
+ {
3267
+ "kind": "class",
3268
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-timeline</code> component shows entries (such as objects, events, or posts) in chronological order.\nA common use case is to provide information about changes to an object, or events related to an object.\nThese entries can be generated by the system (for example, value XY changed from A to B), or added manually.\nThere are two distinct variants of the timeline: basic and social. The basic timeline is read-only,\nwhile the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.",
3269
+ "name": "Timeline",
3270
+ "slots": [
3271
+ {
3272
+ "name": "default",
3273
+ "description": "Determines the content of the <code>ui5-timeline</code>."
3274
+ }
3275
+ ],
3276
+ "members": [
3277
+ {
3278
+ "kind": "field",
3279
+ "name": "layout",
3280
+ "type": {
3281
+ "text": "TimelineLayout",
3282
+ "references": [
3283
+ {
3284
+ "name": "TimelineLayout",
3285
+ "package": "@ui5/webcomponents-fiori",
3286
+ "module": "dist/types/TimelineLayout.js"
3287
+ }
3288
+ ]
3289
+ },
3290
+ "description": "Defines the items orientation.\n\n<br><br>\n<b>Note:</b>\nAvailable options are:\n<ul>\n<li><code>Vertical</code></li>\n<li><code>Horizontal</code></li>\n</ul>",
3291
+ "default": "\"Vertical\"",
3292
+ "privacy": "public"
3293
+ },
3294
+ {
3295
+ "kind": "field",
3296
+ "name": "accessibleName",
3297
+ "type": {
3298
+ "text": "string"
3299
+ },
3300
+ "description": "Defines the accessible ARIA name of the component.",
3301
+ "default": "\"\"",
3302
+ "privacy": "public"
3303
+ }
3304
+ ],
3305
+ "superclass": {
3306
+ "name": "UI5Element",
3307
+ "package": "@ui5/webcomponents-base",
3308
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3309
+ },
3310
+ "tagName": "ui5-timeline",
3311
+ "customElement": true
3312
+ }
3313
+ ],
3314
+ "exports": [
3315
+ {
3316
+ "kind": "js",
3317
+ "name": "default",
3318
+ "declaration": {
3319
+ "name": "Timeline",
3320
+ "module": "dist/Timeline.js"
3321
+ }
3322
+ },
3323
+ {
3324
+ "kind": "custom-element-definition",
3325
+ "name": "ui5-timeline",
3326
+ "declaration": {
3327
+ "name": "Timeline",
3328
+ "module": "dist/Timeline.js"
3329
+ }
3330
+ }
3331
+ ]
3332
+ },
3333
+ {
3334
+ "kind": "javascript-module",
3335
+ "path": "dist/TimelineItem.js",
3336
+ "declarations": [
3337
+ {
3338
+ "kind": "class",
3339
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nAn entry posted on the timeline.",
3340
+ "name": "TimelineItem",
3341
+ "slots": [
3342
+ {
3343
+ "description": "Determines the description of the <code>ui5-timeline-item</code>.",
3344
+ "name": "default"
3345
+ }
3346
+ ],
3347
+ "members": [
3348
+ {
3349
+ "kind": "field",
3350
+ "name": "icon",
3351
+ "type": {
3352
+ "text": "string"
3353
+ },
3354
+ "description": "Defines the icon to be displayed as graphical element within the <code>ui5-timeline-item</code>.\nSAP-icons font provides numerous options.\n<br><br>\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
3355
+ "default": "\"\"",
3356
+ "privacy": "public"
3357
+ },
3358
+ {
3359
+ "kind": "field",
3360
+ "name": "name",
3361
+ "type": {
3362
+ "text": "string"
3363
+ },
3364
+ "description": "Defines the name of the item, displayed before the <code>title-text</code>.",
3365
+ "default": "\"\"",
3366
+ "privacy": "public"
3367
+ },
3368
+ {
3369
+ "kind": "field",
3370
+ "name": "nameClickable",
3371
+ "type": {
3372
+ "text": "boolean"
3373
+ },
3374
+ "description": "Defines if the <code>name</code> is clickable.",
3375
+ "default": "false",
3376
+ "privacy": "public"
3377
+ },
3378
+ {
3379
+ "kind": "field",
3380
+ "name": "titleText",
3381
+ "type": {
3382
+ "text": "string"
3383
+ },
3384
+ "description": "Defines the title text of the component.",
3385
+ "default": "\"\"",
3386
+ "privacy": "public"
3387
+ },
3388
+ {
3389
+ "kind": "field",
3390
+ "name": "subtitleText",
3391
+ "type": {
3392
+ "text": "string"
3393
+ },
3394
+ "description": "Defines the subtitle text of the component.",
3395
+ "default": "\"\"",
3396
+ "privacy": "public"
3397
+ }
3398
+ ],
3399
+ "events": [
3400
+ {
3401
+ "name": "name-click",
3402
+ "type": {
3403
+ "text": "CustomEvent"
3404
+ },
3405
+ "description": "Fired when the item name is pressed either with a\nclick/tap or by using the Enter or Space key.\n<br><br>\n<b>Note:</b> The event will not be fired if the <code>name-clickable</code>\nattribute is not set."
3406
+ }
3407
+ ],
3408
+ "superclass": {
3409
+ "name": "UI5Element",
3410
+ "package": "@ui5/webcomponents-base",
3411
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3412
+ },
3413
+ "tagName": "ui5-timeline-item",
3414
+ "customElement": true
3415
+ }
3416
+ ],
3417
+ "exports": [
3418
+ {
3419
+ "kind": "js",
3420
+ "name": "default",
3421
+ "declaration": {
3422
+ "name": "TimelineItem",
3423
+ "module": "dist/TimelineItem.js"
3424
+ }
3425
+ },
3426
+ {
3427
+ "kind": "custom-element-definition",
3428
+ "name": "ui5-timeline-item",
3429
+ "declaration": {
3430
+ "name": "TimelineItem",
3431
+ "module": "dist/TimelineItem.js"
3432
+ }
3433
+ }
3434
+ ]
3435
+ },
3436
+ {
3437
+ "kind": "javascript-module",
3438
+ "path": "dist/UploadCollection.js",
3439
+ "declarations": [
3440
+ {
3441
+ "kind": "class",
3442
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThis component allows you to represent files before uploading them to a server, with the help of <code>ui5-upload-collection-item</code>.\nIt also allows you to show already uploaded files.\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/UploadCollection.js\";</code>\n<br>\n<code>import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";</code> (for <code>ui5-upload-collection-item</code>)",
3443
+ "name": "UploadCollection",
3444
+ "slots": [
3445
+ {
3446
+ "name": "default",
3447
+ "description": "Defines the items of the <code>ui5-upload-collection</code>.\n<br><b>Note:</b> Use <code>ui5-upload-collection-item</code> for the intended design."
3448
+ },
3449
+ {
3450
+ "name": "header",
3451
+ "description": "Defines the <code>ui5-upload-collection</code> header.\n<br><br>\n<b>Note:</b> If <code>header</code> slot is provided,\nthe labelling of the <code>UploadCollection</code> is a responsibility of the application developer.\n<code>accessibleName</code> should be used."
3452
+ }
3453
+ ],
3454
+ "members": [
3455
+ {
3456
+ "kind": "field",
3457
+ "name": "mode",
3458
+ "type": {
3459
+ "text": "ListMode",
3460
+ "references": [
3461
+ {
3462
+ "name": "ListMode",
3463
+ "package": "@ui5/webcomponents",
3464
+ "module": "dist/types/ListMode.js"
3465
+ }
3466
+ ]
3467
+ },
3468
+ "description": "Defines the mode of the <code>ui5-upload-collection</code>.\n\n<br><b>Note:</b>\nMode \"Delete\" has no effect. The delete button is controlled by the <code>hideDeleteButton</code> property of UploadCollectionItem</li>",
3469
+ "default": "\"None\"",
3470
+ "privacy": "public"
3471
+ },
3472
+ {
3473
+ "kind": "field",
3474
+ "name": "noDataDescription",
3475
+ "type": {
3476
+ "text": "string"
3477
+ },
3478
+ "description": "Allows you to set your own text for the 'No data' description.",
3479
+ "default": "\"\"",
3480
+ "privacy": "public"
3481
+ },
3482
+ {
3483
+ "kind": "field",
3484
+ "name": "noDataText",
3485
+ "type": {
3486
+ "text": "string"
3487
+ },
3488
+ "description": "Allows you to set your own text for the 'No data' text.",
3489
+ "default": "\"\"",
3490
+ "privacy": "public"
3491
+ },
3492
+ {
3493
+ "kind": "field",
3494
+ "name": "hideDragOverlay",
3495
+ "type": {
3496
+ "text": "boolean"
3497
+ },
3498
+ "description": "By default there will be drag and drop overlay shown over the <code>ui5-upload-collection</code> when files\nare dragged. If you don't intend to use drag and drop, set this property.\n<br><br>\n<b>Note:</b> It is up to the application developer to add handler for <code>drop</code> event and handle it.\n<code>ui5-upload-collection</code> only displays an overlay.",
3499
+ "default": "false",
3500
+ "privacy": "public"
3501
+ },
3502
+ {
3503
+ "kind": "field",
3504
+ "name": "accessibleName",
3505
+ "type": {
3506
+ "text": "string"
3507
+ },
3508
+ "description": "Defines the accessible ARIA name of the component.",
3509
+ "default": "\"\"",
3510
+ "privacy": "public"
3511
+ }
3512
+ ],
3513
+ "events": [
3514
+ {
3515
+ "name": "drop",
3516
+ "type": {
3517
+ "text": "Event"
3518
+ },
3519
+ "description": "Fired when an element is dropped inside the drag and drop overlay.\n<br><br>\n<b>Note:</b> The <code>drop</code> event is fired only when elements are dropped within the drag and drop overlay and ignored for the other parts of the <code>ui5-upload-collection</code>."
3520
+ },
3521
+ {
3522
+ "name": "item-delete",
3523
+ "type": {
3524
+ "text": "CustomEvent"
3525
+ },
3526
+ "description": "Fired when the delete button of any item is pressed."
3527
+ },
3528
+ {
3529
+ "name": "selection-change",
3530
+ "type": {
3531
+ "text": "CustomEvent"
3532
+ },
3533
+ "description": "Fired when selection is changed by user interaction\nin <code>SingleSelect</code> and <code>MultiSelect</code> modes."
3534
+ }
3535
+ ],
3536
+ "superclass": {
3537
+ "name": "UI5Element",
3538
+ "package": "@ui5/webcomponents-base",
3539
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3540
+ },
3541
+ "tagName": "ui5-upload-collection",
3542
+ "customElement": true
3543
+ }
3544
+ ],
3545
+ "exports": [
3546
+ {
3547
+ "kind": "js",
3548
+ "name": "default",
3549
+ "declaration": {
3550
+ "name": "UploadCollection",
3551
+ "module": "dist/UploadCollection.js"
3552
+ }
3553
+ },
3554
+ {
3555
+ "kind": "js",
3556
+ "name": "UploadCollectionItemDeleteEventDetail",
3557
+ "declaration": {
3558
+ "name": "UploadCollectionItemDeleteEventDetail",
3559
+ "module": "dist/UploadCollection.js"
3560
+ }
3561
+ },
3562
+ {
3563
+ "kind": "js",
3564
+ "name": "UploadCollectionSelectionChangeEventDetail",
3565
+ "declaration": {
3566
+ "name": "UploadCollectionSelectionChangeEventDetail",
3567
+ "module": "dist/UploadCollection.js"
3568
+ }
3569
+ },
3570
+ {
3571
+ "kind": "custom-element-definition",
3572
+ "name": "ui5-upload-collection",
3573
+ "declaration": {
3574
+ "name": "UploadCollection",
3575
+ "module": "dist/UploadCollection.js"
3576
+ }
3577
+ }
3578
+ ]
3579
+ },
3580
+ {
3581
+ "kind": "javascript-module",
3582
+ "path": "dist/UploadCollectionItem.js",
3583
+ "declarations": [
3584
+ {
3585
+ "kind": "class",
3586
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nA component to be used within the <code>ui5-upload-collection</code>.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/UploadCollectionItem.js\";</code>",
3587
+ "name": "UploadCollectionItem",
3588
+ "slots": [
3589
+ {
3590
+ "description": "Hold the description of the <code>ui5-upload-collection-item</code>. Will be shown below the file name.",
3591
+ "name": "default"
3592
+ },
3593
+ {
3594
+ "name": "thumbnail",
3595
+ "description": "A thumbnail, which will be shown in the beginning of the <code>ui5-upload-collection-item</code>.\n<br><br>\n<b>Note:</b> Use <code>ui5-icon</code> or <code>img</code> for the intended design."
3596
+ }
3597
+ ],
3598
+ "members": [
3599
+ {
3600
+ "kind": "field",
3601
+ "name": "file",
3602
+ "type": {
3603
+ "text": "File | null | undefined"
3604
+ },
3605
+ "description": "Holds an instance of <code>File</code> associated with this item.",
3606
+ "default": "null",
3607
+ "privacy": "public"
3608
+ },
3609
+ {
3610
+ "kind": "field",
3611
+ "name": "fileName",
3612
+ "type": {
3613
+ "text": "string"
3614
+ },
3615
+ "description": "The name of the file.",
3616
+ "default": "\"\"",
3617
+ "privacy": "public"
3618
+ },
3619
+ {
3620
+ "kind": "field",
3621
+ "name": "fileNameClickable",
3622
+ "type": {
3623
+ "text": "boolean"
3624
+ },
3625
+ "description": "If set to <code>true</code> the file name will be clickable and it will fire <code>file-name-click</code> event upon click.",
3626
+ "default": "false",
3627
+ "privacy": "public"
3628
+ },
3629
+ {
3630
+ "kind": "field",
3631
+ "name": "disableDeleteButton",
3632
+ "type": {
3633
+ "text": "boolean"
3634
+ },
3635
+ "description": "Disables the delete button.",
3636
+ "default": "false",
3637
+ "privacy": "public"
3638
+ },
3639
+ {
3640
+ "kind": "field",
3641
+ "name": "hideDeleteButton",
3642
+ "type": {
3643
+ "text": "boolean"
3644
+ },
3645
+ "description": "By default, the delete button will always be shown, regardless of the <code>ui5-upload-collection</code>'s property <code>mode</code>.\nSetting this property to <code>true</code> will hide the delete button.",
3646
+ "default": "false",
3647
+ "privacy": "public"
3648
+ },
3649
+ {
3650
+ "kind": "field",
3651
+ "name": "hideRetryButton",
3652
+ "type": {
3653
+ "text": "boolean"
3654
+ },
3655
+ "description": "Hides the retry button when <code>uploadState</code> property is <code>Error</code>.",
3656
+ "default": "false",
3657
+ "privacy": "public"
3658
+ },
3659
+ {
3660
+ "kind": "field",
3661
+ "name": "hideTerminateButton",
3662
+ "type": {
3663
+ "text": "boolean"
3664
+ },
3665
+ "description": "Hides the terminate button when <code>uploadState</code> property is <code>Uploading</code>.",
3666
+ "default": "false",
3667
+ "privacy": "public"
3668
+ },
3669
+ {
3670
+ "kind": "field",
3671
+ "name": "progress",
3672
+ "type": {
3673
+ "text": "number"
3674
+ },
3675
+ "description": "The upload progress in percentage.\n<br><br>\n<b>Note:</b> Expected values are in the interval [0, 100].",
3676
+ "default": "0",
3677
+ "privacy": "public"
3678
+ },
3679
+ {
3680
+ "kind": "field",
3681
+ "name": "uploadState",
3682
+ "type": {
3683
+ "text": "UploadState",
3684
+ "references": [
3685
+ {
3686
+ "name": "UploadState",
3687
+ "package": "@ui5/webcomponents-fiori",
3688
+ "module": "dist/types/UploadState.js"
3689
+ }
3690
+ ]
3691
+ },
3692
+ "description": "If set to <code>Uploading</code> or <code>Error</code>, a progress indicator showing the <code>progress</code> is displayed.\nAlso if set to <code>Error</code>, a refresh button is shown. When this icon is pressed <code>retry</code> event is fired.\nIf set to <code>Uploading</code>, a terminate button is shown. When this icon is pressed <code>terminate</code> event is fired.",
3693
+ "default": "\"Ready\"",
3694
+ "privacy": "public"
3695
+ }
3696
+ ],
3697
+ "events": [
3698
+ {
3699
+ "name": "file-name-click",
3700
+ "type": {
3701
+ "text": "CustomEvent"
3702
+ },
3703
+ "description": "Fired when the file name is clicked.\n<br><br>\n<b>Note:</b> This event is only available when <code>fileNameClickable</code> property is <code>true</code>."
3704
+ },
3705
+ {
3706
+ "name": "rename",
3707
+ "type": {
3708
+ "text": "CustomEvent"
3709
+ },
3710
+ "description": "Fired when the <code>fileName</code> property gets changed.\n<br><br>\n<b>Note:</b> An edit button is displayed on each item,\nwhen the <code>ui5-upload-collection-item</code> <code>type</code> property is set to <code>Detail</code>."
3711
+ },
3712
+ {
3713
+ "name": "terminate",
3714
+ "type": {
3715
+ "text": "CustomEvent"
3716
+ },
3717
+ "description": "Fired when the terminate button is pressed.\n<br><br>\n<b>Note:</b> Terminate button is displayed when <code>uploadState</code> property is set to <code>Uploading</code>."
3718
+ },
3719
+ {
3720
+ "name": "retry",
3721
+ "type": {
3722
+ "text": "CustomEvent"
3723
+ },
3724
+ "description": "Fired when the retry button is pressed.\n<br><br>\n<b>Note:</b> Retry button is displayed when <code>uploadState</code> property is set to <code>Error</code>."
3725
+ }
3726
+ ],
3727
+ "superclass": {
3728
+ "name": "ListItem",
3729
+ "package": "@ui5/webcomponents",
3730
+ "module": "dist/ListItem.js"
3731
+ },
3732
+ "tagName": "ui5-upload-collection-item",
3733
+ "customElement": true
3734
+ }
3735
+ ],
3736
+ "exports": [
3737
+ {
3738
+ "kind": "js",
3739
+ "name": "default",
3740
+ "declaration": {
3741
+ "name": "UploadCollectionItem",
3742
+ "module": "dist/UploadCollectionItem.js"
3743
+ }
3744
+ },
3745
+ {
3746
+ "kind": "custom-element-definition",
3747
+ "name": "ui5-upload-collection-item",
3748
+ "declaration": {
3749
+ "name": "UploadCollectionItem",
3750
+ "module": "dist/UploadCollectionItem.js"
3751
+ }
3752
+ }
3753
+ ]
3754
+ },
3755
+ {
3756
+ "kind": "javascript-module",
3757
+ "path": "dist/ViewSettingsDialog.js",
3758
+ "declarations": [
3759
+ {
3760
+ "kind": "class",
3761
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\nThe <code>ui5-view-settings-dialog</code> component helps the user to sort data within a list or a table.\nIt consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists,\nfor which you must be provide items(<code>ui5-sort-item</code> & <code>ui5-filter-item</code> respectively)\nThese options can be used to create sorters for a table.\n\nThe <code>ui5-view-settings-dialog</code> interrupts the current application processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe <code>ui5-view-settings-dialog</code> is modal, which means that user action is required before returning to the parent window is possible.\n\n<h3>Structure</h3>\nA <code>ui5-view-settings-dialog</code> consists of a header, content, and a footer for action buttons.\nThe <code>ui5-view-settings-dialog</code> is usually displayed at the center of the screen.\n\n<h3>Responsive Behavior</h3>\n<code>ui5-view-settings-dialog</code> stretches on full screen on phones.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents-fiori/dist/ViewSettingsDialog\";</code>",
3762
+ "name": "ViewSettingsDialog",
3763
+ "slots": [
3764
+ {
3765
+ "name": "sortItems",
3766
+ "description": "Defines the list of items against which the user could sort data.\n<b>Note:</b> If you want to use this slot, you need to import used item: <code>import \"@ui5/webcomponents-fiori/dist/SortItem\";</code>"
3767
+ },
3768
+ {
3769
+ "name": "filterItems",
3770
+ "description": "Defines the <code>filterItems</code> list.\n<b>Note:</b> If you want to use this slot, you need to import used item: <code>import \"@ui5/webcomponents-fiori/dist/FilterItem\";</code>"
3771
+ }
3772
+ ],
3773
+ "members": [
3774
+ {
3775
+ "kind": "field",
3776
+ "name": "sortDescending",
3777
+ "type": {
3778
+ "text": "boolean"
3779
+ },
3780
+ "description": "Defines the initial sort order.",
3781
+ "default": "false",
3782
+ "privacy": "public"
3783
+ },
3784
+ {
3785
+ "kind": "method",
3786
+ "name": "show",
3787
+ "return": {
3788
+ "type": {
3789
+ "text": "void"
3790
+ }
3791
+ },
3792
+ "description": "Shows the dialog.",
3793
+ "privacy": "public"
3794
+ },
3795
+ {
3796
+ "kind": "method",
3797
+ "name": "setConfirmedSettings",
3798
+ "return": {
3799
+ "type": {
3800
+ "text": "void"
3801
+ }
3802
+ },
3803
+ "parameters": [
3804
+ {
3805
+ "name": "settings",
3806
+ "type": {
3807
+ "text": "VSDSettings",
3808
+ "references": [
3809
+ {
3810
+ "name": "VSDSettings",
3811
+ "package": "@ui5/webcomponents-fiori",
3812
+ "module": "dist/ViewSettingsDialog.js"
3813
+ }
3814
+ ]
3815
+ },
3816
+ "description": "predefined settings."
3817
+ }
3818
+ ],
3819
+ "description": "Sets a JavaScript object, as settings to the <code>ui5-view-settings-dialog</code>.\nThis method can be used after the dialog is initially open, as the dialog needs\nto set its initial settings.<br>\nThe <code>ui5-view-settings-dialog</code> throws an event called \"before-open\",\nwhich can be used as a trigger point.<br>\nThe object should have the following format:<br>\n<pre>\n{\nsortOrder: \"Ascending\",\nsortBy: \"Name\",\nfilters: [\n\t{\"Filter 1\": [\"Some filter 1\", \"Some filter 2\"]},\n\t{\"Filter 2\": [\"Some filter 4\"]},\n]\n}\n</pre>",
3820
+ "privacy": "public"
3821
+ }
3822
+ ],
3823
+ "events": [
3824
+ {
3825
+ "name": "confirm",
3826
+ "type": {
3827
+ "text": "CustomEvent"
3828
+ },
3829
+ "description": "Fired when confirmation button is activated."
3830
+ },
3831
+ {
3832
+ "name": "cancel",
3833
+ "type": {
3834
+ "text": "CustomEvent"
3835
+ },
3836
+ "description": "Fired when cancel button is activated."
3837
+ },
3838
+ {
3839
+ "name": "before-open",
3840
+ "type": {
3841
+ "text": "CustomEvent"
3842
+ },
3843
+ "description": "Fired before the component is opened. <b>This event does not bubble.</b>"
3844
+ }
3845
+ ],
3846
+ "superclass": {
3847
+ "name": "UI5Element",
3848
+ "package": "@ui5/webcomponents-base",
3849
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3850
+ },
3851
+ "tagName": "ui5-view-settings-dialog",
3852
+ "customElement": true
3853
+ }
3854
+ ],
3855
+ "exports": [
3856
+ {
3857
+ "kind": "js",
3858
+ "name": "default",
3859
+ "declaration": {
3860
+ "name": "ViewSettingsDialog",
3861
+ "module": "dist/ViewSettingsDialog.js"
3862
+ }
3863
+ },
3864
+ {
3865
+ "kind": "js",
3866
+ "name": "ViewSettingsDialogConfirmEventDetail",
3867
+ "declaration": {
3868
+ "name": "ViewSettingsDialogConfirmEventDetail",
3869
+ "module": "dist/ViewSettingsDialog.js"
3870
+ }
3871
+ },
3872
+ {
3873
+ "kind": "js",
3874
+ "name": "ViewSettingsDialogCancelEventDetail",
3875
+ "declaration": {
3876
+ "name": "ViewSettingsDialogCancelEventDetail",
3877
+ "module": "dist/ViewSettingsDialog.js"
3878
+ }
3879
+ },
3880
+ {
3881
+ "kind": "custom-element-definition",
3882
+ "name": "ui5-view-settings-dialog",
3883
+ "declaration": {
3884
+ "name": "ViewSettingsDialog",
3885
+ "module": "dist/ViewSettingsDialog.js"
3886
+ }
3887
+ }
3888
+ ]
3889
+ },
3890
+ {
3891
+ "kind": "javascript-module",
3892
+ "path": "dist/Wizard.js",
3893
+ "declarations": [
3894
+ {
3895
+ "kind": "class",
3896
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it.\nIt has two main areas - a navigation area at the top showing the step sequence and a content area below it.\n\n<h3>Structure</h3>\n<h4>Navigation area</h4>\nThe top most area of the <code>ui5-wizard</code> is occupied by the navigation area.\nIt shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.\n<ul>\n<li> Steps can have different visual representations - numbers or icons.</li>\n<li> Steps might have labels for better readability - titleText and subTitleText.</li>\n<li> Steps are defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.</li>\n</ul>\n\n<b>Note:</b> If no selected step is defined, the first step will be auto selected.\n<br>\n<b>Note:</b> If multiple selected steps are defined, the last step will be selected.\n\n<h3>Keyboard Handling</h3>\nThe user can navigate using the following keyboard shortcuts:\n<br>\n\n<h4>Wizard Progress Navigation</h4>\n<ul>\n\t<li>[LEFT], [DOWN] - Focus moves backward to the WizardProgressNavAnchors.</li>\n\t<li>[UP], [RIGHT] - Focus moves forward to the WizardProgressNavAnchor.</li>\n\t<li>[SPACE] or [ENTER], [RETURN] - Selects an active step</li>\n\t<li>[HOME] or [PAGE UP] - Focus goes to the first step</li>\n\t<li>[END] or [PAGE DOWN] - Focus goes to the last step</li>\n</ul>\n\n<h4>Fast Navigation</h4>\nThis component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>.\nIn order to use this functionality, you need to import the following module:\n<code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code>\n\n<h4>Content</h4>\nThe content occupies the main part of the page. It can hold any type of HTML elements.\nIt's defined by using the <code>ui5-wizard-step</code> as slotted element within the <code>ui5-wizard</code>.\n\n<h3>Scrolling</h3>\nThe component handles user scrolling by selecting the closest step, based on the current scroll position\nand scrolls to particular place, when the user clicks on the step within the navigation area.\n<br><br>\n\n<b>Important:</b> In order the component's scrolling behaviour to work, it has to be limited from the outside parent element in terms of height.\nThe component or its parent has to be given percentage or absolute height. Otherwise, the component will be scrolled out with the entire page.\n<br><br>\n<b>For example:</b>\n<br><br>\n<code>&lt;ui5-dialog style=\"height: 80%\"&gt;<br></code>\n<code>&#9;&lt;ui5-wizard&gt;&lt;/ui5-wizard&gt;<br></code>\n<code>&lt;/ui5-dialog&gt;</code>\n\n<h4>Moving to next step</h4>\nThe <code>ui5-wizard-step</code> provides the necessary API and it's up to the user of the component to use it to move to the next step.\nYou have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>.\nThe <code>ui5-wizard</code> will automatically scroll to the content of the newly selected step.\n<br><br>\n\nThe Fiori 3 guidelines recommends having a \"nextStep\" button in the content area.\nYou can place a button, or any other type of element to trigger step change, inside the <code>ui5-wizard-step</code>,\nand show/hide it when certain fields are filled or user defined criteria is met.\n\n<h3>Usage</h3>\n<h4>When to use:</h4>\nWhen the user has to accomplish a long or unfamiliar task.\n\n<h4>When not to use:</h4>\nWhen the task has less than 3 steps.\n\n<h3>Responsive Behavior</h3>\nOn small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap.\nTapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.\n\n<h3>ES6 Module Import</h3>\n<code>import \"@ui5/webcomponents-fiori/dist/Wizard.js\";</code> (includes &lt;ui5-wizard-step/&gt;)",
3897
+ "name": "Wizard",
3898
+ "cssParts": [
3899
+ {
3900
+ "description": "Used to style the progress navigator of the <code>ui5-wizard</code>.</li>",
3901
+ "name": "navigator"
3902
+ },
3903
+ {
3904
+ "description": "Used to style a <code>ui5-wizard-step</code> container.</li>",
3905
+ "name": "step-content"
3906
+ }
3907
+ ],
3908
+ "slots": [
3909
+ {
3910
+ "name": "default",
3911
+ "description": "Defines the steps.\n<br><br>\n<b>Note:</b> Use the available <code>ui5-wizard-step</code> component."
3912
+ }
3913
+ ],
3914
+ "members": [
3915
+ {
3916
+ "kind": "field",
3917
+ "name": "contentLayout",
3918
+ "type": {
3919
+ "text": "WizardContentLayout",
3920
+ "references": [
3921
+ {
3922
+ "name": "WizardContentLayout",
3923
+ "package": "@ui5/webcomponents-fiori",
3924
+ "module": "dist/types/WizardContentLayout.js"
3925
+ }
3926
+ ]
3927
+ },
3928
+ "description": "Defines how the content of the <code>ui5-wizard</code> would be visualized.",
3929
+ "privacy": "public",
3930
+ "default": "\"MultipleSteps\""
3931
+ }
3932
+ ],
3933
+ "events": [
3934
+ {
3935
+ "name": "step-change",
3936
+ "type": {
3937
+ "text": "CustomEvent"
3938
+ },
3939
+ "description": "Fired when the step is changed by user interaction - either with scrolling,\nor by clicking on the steps within the component header."
3940
+ }
3941
+ ],
3942
+ "superclass": {
3943
+ "name": "UI5Element",
3944
+ "package": "@ui5/webcomponents-base",
3945
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
3946
+ },
3947
+ "tagName": "ui5-wizard",
3948
+ "customElement": true
3949
+ }
3950
+ ],
3951
+ "exports": [
3952
+ {
3953
+ "kind": "js",
3954
+ "name": "WizardStepChangeEventDetail",
3955
+ "declaration": {
3956
+ "name": "WizardStepChangeEventDetail",
3957
+ "module": "dist/Wizard.js"
3958
+ }
3959
+ },
3960
+ {
3961
+ "kind": "js",
3962
+ "name": "default",
3963
+ "declaration": {
3964
+ "name": "Wizard",
3965
+ "module": "dist/Wizard.js"
3966
+ }
3967
+ },
3968
+ {
3969
+ "kind": "custom-element-definition",
3970
+ "name": "ui5-wizard",
3971
+ "declaration": {
3972
+ "name": "Wizard",
3973
+ "module": "dist/Wizard.js"
3974
+ }
3975
+ }
3976
+ ]
3977
+ },
3978
+ {
3979
+ "kind": "javascript-module",
3980
+ "path": "dist/WizardStep.js",
3981
+ "declarations": [
3982
+ {
3983
+ "kind": "class",
3984
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nA component that represents a logical step as part of the <code>ui5-wizard</code>.\nIt is meant to aggregate arbitrary HTML elements that form the content of a single step.\n\n<h3>Structure</h3>\n<ul>\n<li>Each wizard step has arbitrary content.</li>\n<li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties.</li>\n<li>Each wizard step might have an icon - defined by the <code>icon</code> property.</li>\n<li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing.</li>\n</ul>\n\n<h3>Usage</h3>\nThe <code>ui5-wizard-step</code> component should be used only as slot of the <code>ui5-wizard</code> component\nand should not be used standalone.",
3985
+ "name": "WizardStep",
3986
+ "slots": [
3987
+ {
3988
+ "description": "Defines the step content.",
3989
+ "name": "default"
3990
+ }
3991
+ ],
3992
+ "members": [
3993
+ {
3994
+ "kind": "field",
3995
+ "name": "titleText",
3996
+ "type": {
3997
+ "text": "string"
3998
+ },
3999
+ "description": "Defines the <code>titleText</code> of the step.\n<br><br>\n\n<b>Note:</b> The text is displayed in the <code>ui5-wizard</code> navigation header.",
4000
+ "default": "\"\"",
4001
+ "privacy": "public"
4002
+ },
4003
+ {
4004
+ "kind": "field",
4005
+ "name": "subtitleText",
4006
+ "type": {
4007
+ "text": "string"
4008
+ },
4009
+ "description": "Defines the <code>subtitleText</code> of the step.\n<br><br>\n\n<b>Note:</b> the text is displayed in the <code>ui5-wizard</code> navigation header.",
4010
+ "default": "\"\"",
4011
+ "privacy": "public"
4012
+ },
4013
+ {
4014
+ "kind": "field",
4015
+ "name": "icon",
4016
+ "type": {
4017
+ "text": "string"
4018
+ },
4019
+ "description": "Defines the <code>icon</code> of the step.\n<br><br>\n\n<b>Note:</b> The icon is displayed in the <code>ui5-wizard</code> navigation header.\n<br><br>\n\nThe SAP-icons font provides numerous options.\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\">Icon Explorer</ui5-link>.",
4020
+ "default": "\"\"",
4021
+ "privacy": "public"
4022
+ },
4023
+ {
4024
+ "kind": "field",
4025
+ "name": "disabled",
4026
+ "type": {
4027
+ "text": "boolean"
4028
+ },
4029
+ "description": "Defines if the step is <code>disabled</code>. When disabled the step is displayed,\nbut the user can't select the step by clicking or navigate to it with scrolling.\n<br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time.\nIn this case the <code>selected</code> property would take precedence.",
4030
+ "default": "false",
4031
+ "privacy": "public"
4032
+ },
4033
+ {
4034
+ "kind": "field",
4035
+ "name": "selected",
4036
+ "type": {
4037
+ "text": "boolean"
4038
+ },
4039
+ "description": "Defines the step's <code>selected</code> state - the step that is currently active.\n<br><br>\n\n<b>Note:</b> Step can't be <code>selected</code> and <code>disabled</code> at the same time.\nIn this case the <code>selected</code> property would take precedence.",
4040
+ "default": "false",
4041
+ "privacy": "public"
4042
+ },
4043
+ {
4044
+ "kind": "field",
4045
+ "name": "branching",
4046
+ "type": {
4047
+ "text": "boolean"
4048
+ },
4049
+ "description": "When <code>branching</code> is enabled a dashed line would be displayed after the step,\nmeant to indicate that the next step is not yet known and depends on user choice in the current step.\n<br><br>\n\n<b>Note:</b> It is recommended to use <code>branching</code> on the last known step\nand later add new steps when it becomes clear how the wizard flow should continue.",
4050
+ "default": "false",
4051
+ "privacy": "public"
4052
+ }
4053
+ ],
4054
+ "superclass": {
4055
+ "name": "UI5Element",
4056
+ "package": "@ui5/webcomponents-base",
4057
+ "module": "@ui5/webcomponents-base/dist/UI5Element.js"
4058
+ },
4059
+ "tagName": "ui5-wizard-step",
4060
+ "customElement": true
4061
+ }
4062
+ ],
4063
+ "exports": [
4064
+ {
4065
+ "kind": "js",
4066
+ "name": "default",
4067
+ "declaration": {
4068
+ "name": "WizardStep",
4069
+ "module": "dist/WizardStep.js"
4070
+ }
4071
+ },
4072
+ {
4073
+ "kind": "custom-element-definition",
4074
+ "name": "ui5-wizard-step",
4075
+ "declaration": {
4076
+ "name": "WizardStep",
4077
+ "module": "dist/WizardStep.js"
4078
+ }
4079
+ }
4080
+ ]
4081
+ },
4082
+ {
4083
+ "kind": "javascript-module",
4084
+ "path": "dist/WizardTab.js",
4085
+ "declarations": [],
4086
+ "exports": [
4087
+ {
4088
+ "kind": "js",
4089
+ "name": "default",
4090
+ "declaration": {
4091
+ "name": "WizardTab",
4092
+ "module": "dist/WizardTab.js"
4093
+ }
4094
+ }
4095
+ ]
4096
+ }
4097
+ ]
4098
+ }