@ui5/webcomponents 2.16.0-rc.0 → 2.16.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (635) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Button.js +4 -2
  4. package/dist/Button.js.map +1 -1
  5. package/dist/Carousel.d.ts +33 -13
  6. package/dist/Carousel.js +239 -70
  7. package/dist/Carousel.js.map +1 -1
  8. package/dist/CarouselTemplate.js +10 -10
  9. package/dist/CarouselTemplate.js.map +1 -1
  10. package/dist/DateComponentBase.js +1 -1
  11. package/dist/DateComponentBase.js.map +1 -1
  12. package/dist/DateTimeInput.d.ts +6 -0
  13. package/dist/DateTimeInput.js +30 -0
  14. package/dist/DateTimeInput.js.map +1 -1
  15. package/dist/DateTimePicker.d.ts +9 -0
  16. package/dist/DateTimePicker.js +31 -4
  17. package/dist/DateTimePicker.js.map +1 -1
  18. package/dist/DynamicDateRange.d.ts +4 -1
  19. package/dist/DynamicDateRange.js +24 -0
  20. package/dist/DynamicDateRange.js.map +1 -1
  21. package/dist/Input.d.ts +2 -0
  22. package/dist/Input.js +9 -0
  23. package/dist/Input.js.map +1 -1
  24. package/dist/List.d.ts +6 -1
  25. package/dist/List.js +7 -1
  26. package/dist/List.js.map +1 -1
  27. package/dist/ListTemplate.js +6 -5
  28. package/dist/ListTemplate.js.map +1 -1
  29. package/dist/Menu.d.ts +1 -1
  30. package/dist/Menu.js +1 -1
  31. package/dist/Menu.js.map +1 -1
  32. package/dist/MenuItem.d.ts +1 -1
  33. package/dist/MenuItem.js +1 -1
  34. package/dist/MenuItem.js.map +1 -1
  35. package/dist/MenuItemTemplate.js +1 -1
  36. package/dist/MenuItemTemplate.js.map +1 -1
  37. package/dist/MenuTemplate.js +1 -1
  38. package/dist/MenuTemplate.js.map +1 -1
  39. package/dist/SegmentedButton.d.ts +12 -0
  40. package/dist/SegmentedButton.js +18 -1
  41. package/dist/SegmentedButton.js.map +1 -1
  42. package/dist/SegmentedButtonItem.d.ts +1 -0
  43. package/dist/SegmentedButtonItem.js +7 -0
  44. package/dist/SegmentedButtonItem.js.map +1 -1
  45. package/dist/SegmentedButtonItemTemplate.js +1 -1
  46. package/dist/SegmentedButtonItemTemplate.js.map +1 -1
  47. package/dist/SegmentedButtonTemplate.js +6 -1
  48. package/dist/SegmentedButtonTemplate.js.map +1 -1
  49. package/dist/Select.d.ts +1 -1
  50. package/dist/Select.js +1 -1
  51. package/dist/Select.js.map +1 -1
  52. package/dist/SplitButton.js +13 -8
  53. package/dist/SplitButton.js.map +1 -1
  54. package/dist/TextArea.d.ts +16 -0
  55. package/dist/TextArea.js +18 -2
  56. package/dist/TextArea.js.map +1 -1
  57. package/dist/TextAreaTemplate.js +2 -1
  58. package/dist/TextAreaTemplate.js.map +1 -1
  59. package/dist/css/themes/Avatar.css +1 -1
  60. package/dist/css/themes/AvatarGroup.css +1 -1
  61. package/dist/css/themes/Bar.css +1 -1
  62. package/dist/css/themes/Breadcrumbs.css +1 -1
  63. package/dist/css/themes/BusyIndicator.css +1 -1
  64. package/dist/css/themes/Button.css +1 -1
  65. package/dist/css/themes/ButtonBadge.css +1 -1
  66. package/dist/css/themes/Calendar.css +1 -1
  67. package/dist/css/themes/CalendarHeader.css +1 -1
  68. package/dist/css/themes/CalendarLegend.css +1 -1
  69. package/dist/css/themes/CalendarLegendItem.css +1 -1
  70. package/dist/css/themes/Card.css +1 -1
  71. package/dist/css/themes/CardHeader.css +1 -1
  72. package/dist/css/themes/Carousel.css +1 -1
  73. package/dist/css/themes/CheckBox.css +1 -1
  74. package/dist/css/themes/ColorPalette.css +1 -1
  75. package/dist/css/themes/ColorPaletteItem.css +1 -1
  76. package/dist/css/themes/ColorPalettePopover.css +1 -1
  77. package/dist/css/themes/ColorPicker.css +1 -1
  78. package/dist/css/themes/ComboBox.css +1 -1
  79. package/dist/css/themes/ComboBoxItem.css +1 -1
  80. package/dist/css/themes/DatePicker.css +1 -1
  81. package/dist/css/themes/DatePickerPopover.css +1 -1
  82. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  83. package/dist/css/themes/DayPicker.css +1 -1
  84. package/dist/css/themes/Dialog.css +1 -1
  85. package/dist/css/themes/DynamicDateRange.css +1 -1
  86. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  87. package/dist/css/themes/FileUploader.css +1 -1
  88. package/dist/css/themes/Form.css +1 -1
  89. package/dist/css/themes/FormItem.css +1 -1
  90. package/dist/css/themes/FormItemSpan.css +1 -1
  91. package/dist/css/themes/GrowingButton.css +1 -1
  92. package/dist/css/themes/Icon.css +1 -1
  93. package/dist/css/themes/Input.css +1 -1
  94. package/dist/css/themes/InputIcon.css +1 -1
  95. package/dist/css/themes/InputSharedStyles.css +1 -1
  96. package/dist/css/themes/Link.css +1 -1
  97. package/dist/css/themes/List.css +1 -1
  98. package/dist/css/themes/ListItem.css +1 -1
  99. package/dist/css/themes/ListItemBase.css +1 -1
  100. package/dist/css/themes/ListItemCustom.css +1 -1
  101. package/dist/css/themes/ListItemGroup.css +1 -1
  102. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  103. package/dist/css/themes/ListItemIcon.css +1 -1
  104. package/dist/css/themes/Menu.css +1 -1
  105. package/dist/css/themes/MenuItem.css +1 -1
  106. package/dist/css/themes/MessageStrip.css +1 -1
  107. package/dist/css/themes/MonthPicker.css +1 -1
  108. package/dist/css/themes/MultiComboBox.css +1 -1
  109. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  110. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  111. package/dist/css/themes/MultiInput.css +1 -1
  112. package/dist/css/themes/OptionBase.css +1 -1
  113. package/dist/css/themes/Panel.css +1 -1
  114. package/dist/css/themes/Popover.css +1 -1
  115. package/dist/css/themes/PopupsCommon.css +1 -1
  116. package/dist/css/themes/ProgressIndicator.css +1 -1
  117. package/dist/css/themes/RadioButton.css +1 -1
  118. package/dist/css/themes/RangeSlider.css +1 -1
  119. package/dist/css/themes/RatingIndicator.css +1 -1
  120. package/dist/css/themes/ResponsivePopover.css +1 -1
  121. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  122. package/dist/css/themes/SegmentedButton.css +1 -1
  123. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  124. package/dist/css/themes/Select.css +1 -1
  125. package/dist/css/themes/SliderBase.css +1 -1
  126. package/dist/css/themes/SplitButton.css +1 -1
  127. package/dist/css/themes/StepInput.css +1 -1
  128. package/dist/css/themes/SuggestionItem.css +1 -1
  129. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  130. package/dist/css/themes/Switch.css +1 -1
  131. package/dist/css/themes/TabContainer.css +1 -1
  132. package/dist/css/themes/TabInOverflow.css +1 -1
  133. package/dist/css/themes/TabInStrip.css +1 -1
  134. package/dist/css/themes/TabSemanticIcon.css +1 -1
  135. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  136. package/dist/css/themes/TableCellBase.css +1 -1
  137. package/dist/css/themes/TableHeaderRow.css +1 -1
  138. package/dist/css/themes/TableRow.css +1 -1
  139. package/dist/css/themes/TableRowActionBase.css +1 -1
  140. package/dist/css/themes/TableRowBase.css +1 -1
  141. package/dist/css/themes/Tag.css +1 -1
  142. package/dist/css/themes/Text.css +1 -1
  143. package/dist/css/themes/TextArea.css +1 -1
  144. package/dist/css/themes/TimePicker.css +1 -1
  145. package/dist/css/themes/Toast.css +1 -1
  146. package/dist/css/themes/ToggleButton.css +1 -1
  147. package/dist/css/themes/Token.css +1 -1
  148. package/dist/css/themes/Tokenizer.css +1 -1
  149. package/dist/css/themes/TokenizerPopover.css +1 -1
  150. package/dist/css/themes/Toolbar.css +1 -1
  151. package/dist/css/themes/ToolbarButton.css +1 -1
  152. package/dist/css/themes/ToolbarPopover.css +1 -1
  153. package/dist/css/themes/ToolbarSeparator.css +1 -1
  154. package/dist/css/themes/TreeItem.css +1 -1
  155. package/dist/css/themes/ValueStateMessage.css +1 -1
  156. package/dist/css/themes/ValueStateVariables.css +1 -1
  157. package/dist/css/themes/YearPicker.css +1 -1
  158. package/dist/css/themes/YearRangePicker.css +1 -1
  159. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  160. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  161. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  162. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  163. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  164. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  165. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  166. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  167. package/dist/custom-elements-internal.json +24153 -24048
  168. package/dist/custom-elements.json +2345 -2272
  169. package/dist/features/InputSuggestionsTemplate.js +2 -2
  170. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  189. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  190. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  191. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  192. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  193. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  194. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  195. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  196. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  197. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  217. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  222. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  223. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  224. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  225. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  226. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  227. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  228. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  229. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  230. package/dist/generated/i18n/i18n-defaults.js +1 -1
  231. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  232. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  233. package/dist/generated/themes/Avatar.css.js +1 -1
  234. package/dist/generated/themes/Avatar.css.js.map +1 -1
  235. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  236. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  237. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  238. package/dist/generated/themes/Bar.css.d.ts +1 -1
  239. package/dist/generated/themes/Bar.css.js +1 -1
  240. package/dist/generated/themes/Bar.css.js.map +1 -1
  241. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  242. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  243. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  244. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  245. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  246. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  247. package/dist/generated/themes/Button.css.d.ts +1 -1
  248. package/dist/generated/themes/Button.css.js +1 -1
  249. package/dist/generated/themes/Button.css.js.map +1 -1
  250. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  251. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  252. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  253. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  254. package/dist/generated/themes/Calendar.css.js +1 -1
  255. package/dist/generated/themes/Calendar.css.js.map +1 -1
  256. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  257. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  258. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  259. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  260. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  261. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  262. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  263. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  264. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  265. package/dist/generated/themes/Card.css.d.ts +1 -1
  266. package/dist/generated/themes/Card.css.js +1 -1
  267. package/dist/generated/themes/Card.css.js.map +1 -1
  268. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  269. package/dist/generated/themes/CardHeader.css.js +1 -1
  270. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  271. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  272. package/dist/generated/themes/Carousel.css.js +1 -1
  273. package/dist/generated/themes/Carousel.css.js.map +1 -1
  274. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  275. package/dist/generated/themes/CheckBox.css.js +1 -1
  276. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  277. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  278. package/dist/generated/themes/ColorPalette.css.js +1 -1
  279. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  280. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  281. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  282. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  283. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  284. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  285. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  286. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  287. package/dist/generated/themes/ColorPicker.css.js +1 -1
  288. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  289. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  290. package/dist/generated/themes/ComboBox.css.js +1 -1
  291. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  292. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  293. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  294. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  295. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  296. package/dist/generated/themes/DatePicker.css.js +1 -1
  297. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  298. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  299. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  300. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  301. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  302. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  303. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  304. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  305. package/dist/generated/themes/DayPicker.css.js +1 -1
  306. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  307. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  308. package/dist/generated/themes/Dialog.css.js +1 -1
  309. package/dist/generated/themes/Dialog.css.js.map +1 -1
  310. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  311. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  312. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  313. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  314. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  315. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  316. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  317. package/dist/generated/themes/FileUploader.css.js +1 -1
  318. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  319. package/dist/generated/themes/Form.css.d.ts +1 -1
  320. package/dist/generated/themes/Form.css.js +1 -1
  321. package/dist/generated/themes/Form.css.js.map +1 -1
  322. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  323. package/dist/generated/themes/FormItem.css.js +1 -1
  324. package/dist/generated/themes/FormItem.css.js.map +1 -1
  325. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  326. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  327. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  328. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  329. package/dist/generated/themes/GrowingButton.css.js +1 -1
  330. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  331. package/dist/generated/themes/Icon.css.d.ts +1 -1
  332. package/dist/generated/themes/Icon.css.js +1 -1
  333. package/dist/generated/themes/Icon.css.js.map +1 -1
  334. package/dist/generated/themes/Input.css.d.ts +1 -1
  335. package/dist/generated/themes/Input.css.js +1 -1
  336. package/dist/generated/themes/Input.css.js.map +1 -1
  337. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  338. package/dist/generated/themes/InputIcon.css.js +1 -1
  339. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  340. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  341. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  342. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  343. package/dist/generated/themes/Link.css.d.ts +1 -1
  344. package/dist/generated/themes/Link.css.js +1 -1
  345. package/dist/generated/themes/Link.css.js.map +1 -1
  346. package/dist/generated/themes/List.css.d.ts +1 -1
  347. package/dist/generated/themes/List.css.js +1 -1
  348. package/dist/generated/themes/List.css.js.map +1 -1
  349. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  350. package/dist/generated/themes/ListItem.css.js +1 -1
  351. package/dist/generated/themes/ListItem.css.js.map +1 -1
  352. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  353. package/dist/generated/themes/ListItemBase.css.js +1 -1
  354. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  355. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  356. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  357. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  358. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  359. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  360. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  361. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  362. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  363. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  364. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  365. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  366. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  367. package/dist/generated/themes/Menu.css.d.ts +1 -1
  368. package/dist/generated/themes/Menu.css.js +1 -1
  369. package/dist/generated/themes/Menu.css.js.map +1 -1
  370. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  371. package/dist/generated/themes/MenuItem.css.js +1 -1
  372. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  373. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  374. package/dist/generated/themes/MessageStrip.css.js +1 -1
  375. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  376. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  377. package/dist/generated/themes/MonthPicker.css.js +1 -1
  378. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  379. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  380. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  381. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  382. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  383. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  384. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  385. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  386. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  387. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  388. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  389. package/dist/generated/themes/MultiInput.css.js +1 -1
  390. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  391. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  392. package/dist/generated/themes/OptionBase.css.js +1 -1
  393. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  394. package/dist/generated/themes/Panel.css.d.ts +1 -1
  395. package/dist/generated/themes/Panel.css.js +1 -1
  396. package/dist/generated/themes/Panel.css.js.map +1 -1
  397. package/dist/generated/themes/Popover.css.d.ts +1 -1
  398. package/dist/generated/themes/Popover.css.js +1 -1
  399. package/dist/generated/themes/Popover.css.js.map +1 -1
  400. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  401. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  402. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  403. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  404. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  405. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  406. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  407. package/dist/generated/themes/RadioButton.css.js +1 -1
  408. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  409. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  410. package/dist/generated/themes/RangeSlider.css.js +1 -1
  411. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  412. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  413. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  414. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  415. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  416. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  417. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  418. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  419. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  420. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  421. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  422. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  423. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  424. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  425. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  426. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  427. package/dist/generated/themes/Select.css.d.ts +1 -1
  428. package/dist/generated/themes/Select.css.js +1 -1
  429. package/dist/generated/themes/Select.css.js.map +1 -1
  430. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  431. package/dist/generated/themes/SliderBase.css.js +1 -1
  432. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  433. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  434. package/dist/generated/themes/SplitButton.css.js +1 -1
  435. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  436. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  437. package/dist/generated/themes/StepInput.css.js +1 -1
  438. package/dist/generated/themes/StepInput.css.js.map +1 -1
  439. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  440. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  441. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  442. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  443. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  444. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  445. package/dist/generated/themes/Switch.css.d.ts +1 -1
  446. package/dist/generated/themes/Switch.css.js +1 -1
  447. package/dist/generated/themes/Switch.css.js.map +1 -1
  448. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  449. package/dist/generated/themes/TabContainer.css.js +1 -1
  450. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  451. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  452. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  453. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  454. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  455. package/dist/generated/themes/TabInStrip.css.js +1 -1
  456. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  457. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  458. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  459. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  460. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  461. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  462. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  463. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  464. package/dist/generated/themes/TableCellBase.css.js +1 -1
  465. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  466. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  467. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  468. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  469. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  470. package/dist/generated/themes/TableRow.css.js +1 -1
  471. package/dist/generated/themes/TableRow.css.js.map +1 -1
  472. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  473. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  474. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  475. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  476. package/dist/generated/themes/TableRowBase.css.js +1 -1
  477. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  478. package/dist/generated/themes/Tag.css.d.ts +1 -1
  479. package/dist/generated/themes/Tag.css.js +1 -1
  480. package/dist/generated/themes/Tag.css.js.map +1 -1
  481. package/dist/generated/themes/Text.css.d.ts +1 -1
  482. package/dist/generated/themes/Text.css.js +1 -1
  483. package/dist/generated/themes/Text.css.js.map +1 -1
  484. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  485. package/dist/generated/themes/TextArea.css.js +1 -1
  486. package/dist/generated/themes/TextArea.css.js.map +1 -1
  487. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  488. package/dist/generated/themes/TimePicker.css.js +1 -1
  489. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  490. package/dist/generated/themes/Toast.css.d.ts +1 -1
  491. package/dist/generated/themes/Toast.css.js +1 -1
  492. package/dist/generated/themes/Toast.css.js.map +1 -1
  493. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  494. package/dist/generated/themes/ToggleButton.css.js +1 -1
  495. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  496. package/dist/generated/themes/Token.css.d.ts +1 -1
  497. package/dist/generated/themes/Token.css.js +1 -1
  498. package/dist/generated/themes/Token.css.js.map +1 -1
  499. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  500. package/dist/generated/themes/Tokenizer.css.js +1 -1
  501. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  502. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  503. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  504. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  505. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  506. package/dist/generated/themes/Toolbar.css.js +1 -1
  507. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  508. package/dist/generated/themes/ToolbarButton.css.d.ts +1 -1
  509. package/dist/generated/themes/ToolbarButton.css.js +1 -1
  510. package/dist/generated/themes/ToolbarButton.css.js.map +1 -1
  511. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  512. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  513. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  514. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  515. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  516. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  517. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  518. package/dist/generated/themes/TreeItem.css.js +1 -1
  519. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  520. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  521. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  522. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  523. package/dist/generated/themes/ValueStateVariables.css.d.ts +1 -1
  524. package/dist/generated/themes/ValueStateVariables.css.js +1 -1
  525. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -1
  526. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  527. package/dist/generated/themes/YearPicker.css.js +1 -1
  528. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  529. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  530. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  531. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  532. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  533. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  534. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  535. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  536. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  537. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  538. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  539. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  540. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  541. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  542. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  543. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  544. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  545. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  546. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  547. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  548. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  549. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  550. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  551. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  552. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  553. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  554. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  555. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  556. package/dist/types/SegmentedButtonContentMode.d.ts +17 -0
  557. package/dist/types/SegmentedButtonContentMode.js +19 -0
  558. package/dist/types/SegmentedButtonContentMode.js.map +1 -0
  559. package/dist/types/SelectTwoColumnSeparator.d.ts +1 -0
  560. package/dist/types/SelectTwoColumnSeparator.js +1 -0
  561. package/dist/types/SelectTwoColumnSeparator.js.map +1 -1
  562. package/dist/vscode.html-custom-data.json +22 -7
  563. package/dist/web-types.json +47 -14
  564. package/package-scripts.cjs +0 -1
  565. package/package.json +10 -10
  566. package/src/CarouselTemplate.tsx +20 -19
  567. package/src/ListTemplate.tsx +9 -1
  568. package/src/MenuItemTemplate.tsx +1 -1
  569. package/src/MenuTemplate.tsx +1 -1
  570. package/src/SegmentedButtonItemTemplate.tsx +1 -1
  571. package/src/SegmentedButtonTemplate.tsx +6 -1
  572. package/src/TextAreaTemplate.tsx +4 -0
  573. package/src/features/InputSuggestionsTemplate.tsx +2 -3
  574. package/src/i18n/messagebundle.properties +3 -3
  575. package/src/i18n/messagebundle_ar.properties +6 -0
  576. package/src/i18n/messagebundle_bg.properties +6 -0
  577. package/src/i18n/messagebundle_ca.properties +6 -0
  578. package/src/i18n/messagebundle_cnr.properties +6 -0
  579. package/src/i18n/messagebundle_cs.properties +6 -0
  580. package/src/i18n/messagebundle_cy.properties +6 -0
  581. package/src/i18n/messagebundle_da.properties +6 -0
  582. package/src/i18n/messagebundle_de.properties +6 -0
  583. package/src/i18n/messagebundle_el.properties +6 -0
  584. package/src/i18n/messagebundle_en.properties +319 -4
  585. package/src/i18n/messagebundle_en_GB.properties +6 -0
  586. package/src/i18n/messagebundle_en_US_sappsd.properties +22 -4
  587. package/src/i18n/messagebundle_en_US_saprigi.properties +22 -4
  588. package/src/i18n/messagebundle_en_US_saptrc.properties +22 -4
  589. package/src/i18n/messagebundle_es.properties +6 -0
  590. package/src/i18n/messagebundle_es_MX.properties +6 -0
  591. package/src/i18n/messagebundle_et.properties +6 -0
  592. package/src/i18n/messagebundle_fi.properties +7 -1
  593. package/src/i18n/messagebundle_fr.properties +6 -0
  594. package/src/i18n/messagebundle_fr_CA.properties +6 -0
  595. package/src/i18n/messagebundle_hi.properties +6 -0
  596. package/src/i18n/messagebundle_hr.properties +6 -0
  597. package/src/i18n/messagebundle_hu.properties +6 -0
  598. package/src/i18n/messagebundle_id.properties +6 -0
  599. package/src/i18n/messagebundle_it.properties +6 -0
  600. package/src/i18n/messagebundle_iw.properties +6 -0
  601. package/src/i18n/messagebundle_ja.properties +6 -0
  602. package/src/i18n/messagebundle_kk.properties +6 -0
  603. package/src/i18n/messagebundle_ko.properties +6 -0
  604. package/src/i18n/messagebundle_lt.properties +6 -0
  605. package/src/i18n/messagebundle_lv.properties +6 -0
  606. package/src/i18n/messagebundle_mk.properties +6 -0
  607. package/src/i18n/messagebundle_ms.properties +11 -5
  608. package/src/i18n/messagebundle_nl.properties +6 -0
  609. package/src/i18n/messagebundle_no.properties +6 -0
  610. package/src/i18n/messagebundle_pl.properties +6 -0
  611. package/src/i18n/messagebundle_pt.properties +6 -0
  612. package/src/i18n/messagebundle_pt_PT.properties +6 -0
  613. package/src/i18n/messagebundle_ro.properties +6 -0
  614. package/src/i18n/messagebundle_ru.properties +6 -0
  615. package/src/i18n/messagebundle_sh.properties +6 -0
  616. package/src/i18n/messagebundle_sk.properties +6 -0
  617. package/src/i18n/messagebundle_sl.properties +6 -0
  618. package/src/i18n/messagebundle_sr.properties +6 -0
  619. package/src/i18n/messagebundle_sv.properties +6 -0
  620. package/src/i18n/messagebundle_th.properties +6 -0
  621. package/src/i18n/messagebundle_tr.properties +6 -0
  622. package/src/i18n/messagebundle_uk.properties +6 -0
  623. package/src/i18n/messagebundle_vi.properties +6 -0
  624. package/src/i18n/messagebundle_zh_CN.properties +6 -0
  625. package/src/i18n/messagebundle_zh_TW.properties +6 -0
  626. package/src/themes/Bar.css +10 -1
  627. package/src/themes/Carousel.css +35 -18
  628. package/src/themes/RatingIndicator.css +9 -9
  629. package/src/themes/SegmentedButton.css +10 -2
  630. package/src/themes/base/Carousel-parameters.css +1 -1
  631. package/src/themes/base/sizes-parameters.css +2 -2
  632. package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +1 -1
  633. package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +1 -1
  634. package/src/themes/sap_horizon_hcb/Carousel-parameters.css +1 -1
  635. package/src/themes/sap_horizon_hcw/Carousel-parameters.css +1 -1
@@ -4,2336 +4,1016 @@
4
4
  "modules": [
5
5
  {
6
6
  "kind": "javascript-module",
7
- "path": "dist/delegate/DragAndDropHandler.js",
8
- "declarations": [],
9
- "exports": [
10
- {
11
- "kind": "js",
12
- "name": "default",
13
- "declaration": {
14
- "name": "DragAndDropHandler",
15
- "module": "dist/delegate/DragAndDropHandler.js"
16
- }
17
- }
18
- ]
19
- },
20
- {
21
- "kind": "javascript-module",
22
- "path": "dist/colorpicker-utils/ColorValue.js",
23
- "declarations": [],
24
- "exports": [
25
- {
26
- "kind": "js",
27
- "name": "default",
28
- "declaration": {
29
- "name": "ColorValue",
30
- "module": "dist/colorpicker-utils/ColorValue.js"
31
- }
32
- }
33
- ]
34
- },
35
- {
36
- "kind": "javascript-module",
37
- "path": "dist/dynamic-date-range-options/DateRange.js",
38
- "declarations": [
39
- {
40
- "kind": "class",
41
- "description": "",
42
- "name": "DateRange"
43
- }
44
- ],
45
- "exports": [
46
- {
47
- "kind": "js",
48
- "name": "default",
49
- "declaration": {
50
- "name": "DateRange",
51
- "module": "dist/dynamic-date-range-options/DateRange.js"
52
- }
53
- }
54
- ]
55
- },
56
- {
57
- "kind": "javascript-module",
58
- "path": "dist/dynamic-date-range-options/LastNextUtils.js",
59
- "declarations": [],
60
- "exports": []
61
- },
62
- {
63
- "kind": "javascript-module",
64
- "path": "dist/dynamic-date-range-options/LastOptions.js",
65
- "declarations": [
66
- {
67
- "kind": "class",
68
- "description": "",
69
- "name": "LastOptions"
70
- }
71
- ],
72
- "exports": [
73
- {
74
- "kind": "js",
75
- "name": "default",
76
- "declaration": {
77
- "name": "LastOptions",
78
- "module": "dist/dynamic-date-range-options/LastOptions.js"
79
- }
80
- }
81
- ]
82
- },
83
- {
84
- "kind": "javascript-module",
85
- "path": "dist/dynamic-date-range-options/NextOptions.js",
86
- "declarations": [
87
- {
88
- "kind": "class",
89
- "description": "",
90
- "name": "NextOptions"
91
- }
92
- ],
93
- "exports": [
94
- {
95
- "kind": "js",
96
- "name": "default",
97
- "declaration": {
98
- "name": "NextOptions",
99
- "module": "dist/dynamic-date-range-options/NextOptions.js"
100
- }
101
- }
102
- ]
103
- },
104
- {
105
- "kind": "javascript-module",
106
- "path": "dist/dynamic-date-range-options/SingleDate.js",
107
- "declarations": [
108
- {
109
- "kind": "class",
110
- "description": "",
111
- "name": "SingleDate"
112
- }
113
- ],
114
- "exports": [
115
- {
116
- "kind": "js",
117
- "name": "default",
118
- "declaration": {
119
- "name": "SingleDate",
120
- "module": "dist/dynamic-date-range-options/SingleDate.js"
121
- }
122
- }
123
- ]
124
- },
125
- {
126
- "kind": "javascript-module",
127
- "path": "dist/dynamic-date-range-options/Today.js",
128
- "declarations": [
129
- {
130
- "kind": "class",
131
- "description": "",
132
- "name": "Today"
133
- }
134
- ],
135
- "exports": [
136
- {
137
- "kind": "js",
138
- "name": "default",
139
- "declaration": {
140
- "name": "Today",
141
- "module": "dist/dynamic-date-range-options/Today.js"
142
- }
143
- }
144
- ]
145
- },
146
- {
147
- "kind": "javascript-module",
148
- "path": "dist/dynamic-date-range-options/Tomorrow.js",
149
- "declarations": [
150
- {
151
- "kind": "class",
152
- "description": "",
153
- "name": "Tomorrow"
154
- }
155
- ],
156
- "exports": [
157
- {
158
- "kind": "js",
159
- "name": "default",
160
- "declaration": {
161
- "name": "Tomorrow",
162
- "module": "dist/dynamic-date-range-options/Tomorrow.js"
163
- }
164
- }
165
- ]
166
- },
167
- {
168
- "kind": "javascript-module",
169
- "path": "dist/dynamic-date-range-options/Yesterday.js",
170
- "declarations": [
171
- {
172
- "kind": "class",
173
- "description": "",
174
- "name": "Yesterday"
175
- }
176
- ],
177
- "exports": [
178
- {
179
- "kind": "js",
180
- "name": "default",
181
- "declaration": {
182
- "name": "Yesterday",
183
- "module": "dist/dynamic-date-range-options/Yesterday.js"
184
- }
185
- }
186
- ]
187
- },
188
- {
189
- "kind": "javascript-module",
190
- "path": "dist/dynamic-date-range-options/toDates.js",
191
- "declarations": [],
192
- "exports": []
193
- },
194
- {
195
- "kind": "javascript-module",
196
- "path": "dist/features/ColorPaletteMoreColors.js",
197
- "declarations": [],
198
- "exports": []
199
- },
200
- {
201
- "kind": "javascript-module",
202
- "path": "dist/features/InputComposition.js",
203
- "declarations": [],
204
- "exports": [
205
- {
206
- "kind": "js",
207
- "name": "default",
208
- "declaration": {
209
- "name": "InputComposition",
210
- "module": "dist/features/InputComposition.js"
211
- }
212
- }
213
- ]
214
- },
215
- {
216
- "kind": "javascript-module",
217
- "path": "dist/features/InputSuggestions.js",
218
- "declarations": [],
219
- "exports": [
220
- {
221
- "kind": "js",
222
- "name": "default",
223
- "declaration": {
224
- "name": "Suggestions",
225
- "module": "dist/features/InputSuggestions.js"
226
- }
227
- }
228
- ]
229
- },
230
- {
231
- "kind": "javascript-module",
232
- "path": "dist/features/ListItemStandardExpandableText.js",
233
- "declarations": [],
234
- "exports": []
235
- },
236
- {
237
- "kind": "javascript-module",
238
- "path": "dist/popup-utils/OpenedPopupsRegistry.js",
7
+ "path": "dist/Assets-fetch.js",
239
8
  "declarations": [],
240
9
  "exports": []
241
10
  },
242
11
  {
243
12
  "kind": "javascript-module",
244
- "path": "dist/popup-utils/PopoverRegistry.js",
13
+ "path": "dist/Assets-node.js",
245
14
  "declarations": [],
246
15
  "exports": []
247
16
  },
248
17
  {
249
18
  "kind": "javascript-module",
250
- "path": "dist/timepicker-utils/TimeSlider.js",
19
+ "path": "dist/Assets.js",
251
20
  "declarations": [],
252
21
  "exports": []
253
22
  },
254
23
  {
255
24
  "kind": "javascript-module",
256
- "path": "dist/types/AvatarColorScheme.js",
257
- "declarations": [],
258
- "exports": [
25
+ "path": "dist/Avatar.js",
26
+ "declarations": [
259
27
  {
260
- "kind": "js",
261
- "name": "default",
262
- "declaration": {
263
- "name": "AvatarColorScheme",
264
- "module": "dist/types/AvatarColorScheme.js"
265
- }
266
- }
267
- ]
268
- },
269
- {
270
- "kind": "javascript-module",
271
- "path": "dist/types/AvatarGroupType.js",
272
- "declarations": [],
273
- "exports": [
28
+ "kind": "class",
29
+ "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`",
30
+ "name": "Avatar",
31
+ "slots": [
32
+ {
33
+ "name": "default",
34
+ "description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`"
35
+ },
36
+ {
37
+ "name": "badge",
38
+ "description": "Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes."
39
+ }
40
+ ],
41
+ "members": [
42
+ {
43
+ "kind": "field",
44
+ "name": "disabled",
45
+ "type": {
46
+ "text": "boolean"
47
+ },
48
+ "default": "false",
49
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
50
+ "privacy": "public"
51
+ },
52
+ {
53
+ "kind": "field",
54
+ "name": "interactive",
55
+ "type": {
56
+ "text": "boolean"
57
+ },
58
+ "default": "false",
59
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
60
+ "privacy": "public"
61
+ },
62
+ {
63
+ "kind": "field",
64
+ "name": "icon",
65
+ "type": {
66
+ "text": "string | undefined"
67
+ },
68
+ "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
69
+ "default": "undefined",
70
+ "privacy": "public"
71
+ },
72
+ {
73
+ "kind": "field",
74
+ "name": "fallbackIcon",
75
+ "type": {
76
+ "text": "string"
77
+ },
78
+ "default": "\"employee\"",
79
+ "description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
80
+ "privacy": "public"
81
+ },
82
+ {
83
+ "kind": "field",
84
+ "name": "initials",
85
+ "type": {
86
+ "text": "string | undefined"
87
+ },
88
+ "description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
89
+ "default": "undefined",
90
+ "privacy": "public"
91
+ },
92
+ {
93
+ "kind": "field",
94
+ "name": "shape",
95
+ "type": {
96
+ "text": "AvatarShape",
97
+ "references": [
98
+ {
99
+ "name": "AvatarShape",
100
+ "package": "@ui5/webcomponents",
101
+ "module": "dist/types/AvatarShape.js"
102
+ }
103
+ ]
104
+ },
105
+ "default": "\"Circle\"",
106
+ "description": "Defines the shape of the component.",
107
+ "privacy": "public"
108
+ },
109
+ {
110
+ "kind": "field",
111
+ "name": "size",
112
+ "type": {
113
+ "text": "AvatarSize",
114
+ "references": [
115
+ {
116
+ "name": "AvatarSize",
117
+ "package": "@ui5/webcomponents",
118
+ "module": "dist/types/AvatarSize.js"
119
+ }
120
+ ]
121
+ },
122
+ "default": "\"S\"",
123
+ "description": "Defines predefined size of the component.",
124
+ "privacy": "public"
125
+ },
126
+ {
127
+ "kind": "field",
128
+ "name": "colorScheme",
129
+ "type": {
130
+ "text": "AvatarColorScheme",
131
+ "references": [
132
+ {
133
+ "name": "AvatarColorScheme",
134
+ "package": "@ui5/webcomponents",
135
+ "module": "dist/types/AvatarColorScheme.js"
136
+ }
137
+ ]
138
+ },
139
+ "default": "\"Auto\"",
140
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
141
+ "privacy": "public"
142
+ },
143
+ {
144
+ "kind": "field",
145
+ "name": "accessibleName",
146
+ "type": {
147
+ "text": "string | undefined"
148
+ },
149
+ "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
150
+ "default": "undefined",
151
+ "privacy": "public"
152
+ },
153
+ {
154
+ "kind": "field",
155
+ "name": "accessibilityAttributes",
156
+ "type": {
157
+ "text": "AvatarAccessibilityAttributes",
158
+ "references": [
159
+ {
160
+ "name": "AvatarAccessibilityAttributes",
161
+ "package": "@ui5/webcomponents",
162
+ "module": "dist/Avatar.js"
163
+ }
164
+ ]
165
+ },
166
+ "default": "{}",
167
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
168
+ "privacy": "public"
169
+ }
170
+ ],
171
+ "events": [
172
+ {
173
+ "name": "click",
174
+ "type": {
175
+ "text": "CustomEvent"
176
+ },
177
+ "description": "Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
178
+ }
179
+ ],
180
+ "attributes": [
181
+ {
182
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
183
+ "name": "disabled",
184
+ "default": "false",
185
+ "fieldName": "disabled",
186
+ "type": {
187
+ "text": "boolean"
188
+ }
189
+ },
190
+ {
191
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
192
+ "name": "interactive",
193
+ "default": "false",
194
+ "fieldName": "interactive",
195
+ "type": {
196
+ "text": "boolean"
197
+ }
198
+ },
199
+ {
200
+ "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
201
+ "name": "icon",
202
+ "default": "undefined",
203
+ "fieldName": "icon",
204
+ "type": {
205
+ "text": "string | undefined"
206
+ }
207
+ },
208
+ {
209
+ "description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
210
+ "name": "fallback-icon",
211
+ "default": "\"employee\"",
212
+ "fieldName": "fallbackIcon",
213
+ "type": {
214
+ "text": "string"
215
+ }
216
+ },
217
+ {
218
+ "description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
219
+ "name": "initials",
220
+ "default": "undefined",
221
+ "fieldName": "initials",
222
+ "type": {
223
+ "text": "string | undefined"
224
+ }
225
+ },
226
+ {
227
+ "description": "Defines the shape of the component.",
228
+ "name": "shape",
229
+ "default": "\"Circle\"",
230
+ "fieldName": "shape",
231
+ "type": {
232
+ "text": "\"Circle\" | \"Square\""
233
+ }
234
+ },
235
+ {
236
+ "description": "Defines predefined size of the component.",
237
+ "name": "size",
238
+ "default": "\"S\"",
239
+ "fieldName": "size",
240
+ "type": {
241
+ "text": "\"XS\" | \"S\" | \"M\" | \"L\" | \"XL\""
242
+ }
243
+ },
244
+ {
245
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
246
+ "name": "color-scheme",
247
+ "default": "\"Auto\"",
248
+ "fieldName": "colorScheme",
249
+ "type": {
250
+ "text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\" | \"Transparent\""
251
+ }
252
+ },
253
+ {
254
+ "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
255
+ "name": "accessible-name",
256
+ "default": "undefined",
257
+ "fieldName": "accessibleName",
258
+ "type": {
259
+ "text": "string | undefined"
260
+ }
261
+ },
262
+ {
263
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
264
+ "name": "accessibility-attributes",
265
+ "default": "{}",
266
+ "fieldName": "accessibilityAttributes",
267
+ "type": {
268
+ "text": "AvatarAccessibilityAttributes"
269
+ }
270
+ }
271
+ ],
272
+ "superclass": {
273
+ "name": "UI5Element",
274
+ "package": "@ui5/webcomponents-base",
275
+ "module": "dist/UI5Element.js"
276
+ },
277
+ "tagName": "ui5-avatar",
278
+ "customElement": true
279
+ }
280
+ ],
281
+ "exports": [
274
282
  {
275
283
  "kind": "js",
276
284
  "name": "default",
277
285
  "declaration": {
278
- "name": "AvatarGroupType",
279
- "module": "dist/types/AvatarGroupType.js"
286
+ "name": "Avatar",
287
+ "module": "dist/Avatar.js"
280
288
  }
281
- }
282
- ]
283
- },
284
- {
285
- "kind": "javascript-module",
286
- "path": "dist/types/AvatarShape.js",
287
- "declarations": [],
288
- "exports": [
289
+ },
289
290
  {
290
- "kind": "js",
291
- "name": "default",
291
+ "kind": "custom-element-definition",
292
+ "name": "ui5-avatar",
292
293
  "declaration": {
293
- "name": "AvatarShape",
294
- "module": "dist/types/AvatarShape.js"
294
+ "name": "Avatar",
295
+ "module": "dist/Avatar.js"
295
296
  }
296
297
  }
297
298
  ]
298
299
  },
299
300
  {
300
301
  "kind": "javascript-module",
301
- "path": "dist/types/AvatarSize.js",
302
- "declarations": [],
303
- "exports": [
302
+ "path": "dist/AvatarGroup.js",
303
+ "declarations": [
304
304
  {
305
- "kind": "js",
306
- "name": "default",
307
- "declaration": {
308
- "name": "AvatarSize",
309
- "module": "dist/types/AvatarSize.js"
310
- }
305
+ "kind": "class",
306
+ "description": "### Overview\n\nDisplays a group of avatars arranged horizontally. It is useful to visually\nshowcase a group of related avatars, such as, project team members or employees.\n\nThe component allows you to display the avatars in different sizes,\ndepending on your use case.\n\nThe `AvatarGroup` component has two group types:\n\n- `Group` type: The avatars are displayed as partially overlapped on\ntop of each other and the entire group has one click/tap area.\n- `Individual` type: The avatars are displayed side-by-side and each\navatar has its own click/tap area.\n\n### Usage\n\nUse the `AvatarGroup` if:\n\n- You want to display a group of avatars.\n- You want to display several avatars which have something in common.\n\nDo not use the `AvatarGroup` if:\n\n- You want to display a single avatar.\n- You want to display a gallery for simple images.\n- You want to use it for other visual content than avatars.\n\n### Responsive Behavior\n\nWhen the available space is less than the width required to display all avatars,\nan overflow visualization appears as a button placed at the end with the same shape\nand size as the avatars. The visualization displays the number of avatars that have overflowed\nand are not currently visible.\n\n### Keyboard Handling\nThe component provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n`type` Individual:\n\n- [Tab] - Move focus to the overflow button\n- [Left] - Navigate one avatar to the left\n- [Right] - Navigate one avatar to the right\n- [Home] - Navigate to the first avatar\n- [End] - Navigate to the last avatar\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event\n\n`type` Group:\n\n- [Tab] - Move focus to the next interactive element after the component\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event",
307
+ "name": "AvatarGroup",
308
+ "slots": [
309
+ {
310
+ "name": "default",
311
+ "description": "Defines the items of the component. Use the `ui5-avatar` component as an item.\n\n**Note:** The UX guidelines recommends using avatars with \"Circle\" shape.\n\nMoreover, if you use avatars with \"Square\" shape, there will be visual inconsistency\nas the built-in overflow action has \"Circle\" shape."
312
+ },
313
+ {
314
+ "name": "overflowButton",
315
+ "description": "Defines the overflow button of the component.\n\n**Note:** We recommend using the `ui5-button` component.\n\n**Note:** If this slot is not used, the component will display the built-in overflow button."
316
+ }
317
+ ],
318
+ "members": [
319
+ {
320
+ "kind": "field",
321
+ "name": "type",
322
+ "type": {
323
+ "text": "AvatarGroupType",
324
+ "references": [
325
+ {
326
+ "name": "AvatarGroupType",
327
+ "package": "@ui5/webcomponents",
328
+ "module": "dist/types/AvatarGroupType.js"
329
+ }
330
+ ]
331
+ },
332
+ "default": "\"Group\"",
333
+ "description": "Defines the mode of the `AvatarGroup`.",
334
+ "privacy": "public"
335
+ },
336
+ {
337
+ "kind": "field",
338
+ "name": "accessibilityAttributes",
339
+ "type": {
340
+ "text": "AvatarGroupAccessibilityAttributes",
341
+ "references": [
342
+ {
343
+ "name": "AvatarGroupAccessibilityAttributes",
344
+ "package": "@ui5/webcomponents",
345
+ "module": "dist/AvatarGroup.js"
346
+ }
347
+ ]
348
+ },
349
+ "default": "{}",
350
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
351
+ "privacy": "public"
352
+ },
353
+ {
354
+ "kind": "field",
355
+ "name": "accessibleName",
356
+ "type": {
357
+ "text": "string | undefined"
358
+ },
359
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
360
+ "default": "undefined",
361
+ "privacy": "public"
362
+ },
363
+ {
364
+ "kind": "field",
365
+ "name": "accessibleNameRef",
366
+ "type": {
367
+ "text": "string | undefined"
368
+ },
369
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
370
+ "default": "undefined",
371
+ "privacy": "public"
372
+ },
373
+ {
374
+ "kind": "field",
375
+ "name": "hiddenItems",
376
+ "type": {
377
+ "text": "Array<IAvatarGroupItem>",
378
+ "references": [
379
+ {
380
+ "name": "IAvatarGroupItem",
381
+ "package": "@ui5/webcomponents",
382
+ "module": "dist/AvatarGroup.js"
383
+ }
384
+ ]
385
+ },
386
+ "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
387
+ "default": "[]",
388
+ "privacy": "public",
389
+ "readonly": true
390
+ },
391
+ {
392
+ "kind": "field",
393
+ "name": "colorScheme",
394
+ "type": {
395
+ "text": "Array<AvatarColorScheme>",
396
+ "references": [
397
+ {
398
+ "name": "AvatarColorScheme",
399
+ "package": "@ui5/webcomponents",
400
+ "module": "dist/types/AvatarColorScheme.js"
401
+ }
402
+ ]
403
+ },
404
+ "description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
405
+ "default": "[]",
406
+ "privacy": "public",
407
+ "readonly": true
408
+ }
409
+ ],
410
+ "events": [
411
+ {
412
+ "name": "click",
413
+ "type": {
414
+ "text": "CustomEvent<AvatarGroupClickEventDetail>",
415
+ "references": [
416
+ {
417
+ "name": "AvatarGroupClickEventDetail",
418
+ "package": "@ui5/webcomponents",
419
+ "module": "dist/AvatarGroup.js"
420
+ }
421
+ ]
422
+ },
423
+ "description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key."
424
+ },
425
+ {
426
+ "name": "overflow",
427
+ "type": {
428
+ "text": "CustomEvent"
429
+ },
430
+ "description": "Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed"
431
+ }
432
+ ],
433
+ "attributes": [
434
+ {
435
+ "description": "Defines the mode of the `AvatarGroup`.",
436
+ "name": "type",
437
+ "default": "\"Group\"",
438
+ "fieldName": "type",
439
+ "type": {
440
+ "text": "\"Group\" | \"Individual\""
441
+ }
442
+ },
443
+ {
444
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
445
+ "name": "accessibility-attributes",
446
+ "default": "{}",
447
+ "fieldName": "accessibilityAttributes",
448
+ "type": {
449
+ "text": "AvatarGroupAccessibilityAttributes"
450
+ }
451
+ },
452
+ {
453
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
454
+ "name": "accessible-name",
455
+ "default": "undefined",
456
+ "fieldName": "accessibleName",
457
+ "type": {
458
+ "text": "string | undefined"
459
+ }
460
+ },
461
+ {
462
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
463
+ "name": "accessible-name-ref",
464
+ "default": "undefined",
465
+ "fieldName": "accessibleNameRef",
466
+ "type": {
467
+ "text": "string | undefined"
468
+ }
469
+ },
470
+ {
471
+ "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
472
+ "name": "hidden-items",
473
+ "default": "[]",
474
+ "fieldName": "hiddenItems",
475
+ "type": {
476
+ "text": "any"
477
+ }
478
+ },
479
+ {
480
+ "description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
481
+ "name": "color-scheme",
482
+ "default": "[]",
483
+ "fieldName": "colorScheme",
484
+ "type": {
485
+ "text": "any"
486
+ }
487
+ }
488
+ ],
489
+ "superclass": {
490
+ "name": "UI5Element",
491
+ "package": "@ui5/webcomponents-base",
492
+ "module": "dist/UI5Element.js"
493
+ },
494
+ "tagName": "ui5-avatar-group",
495
+ "customElement": true
311
496
  }
312
- ]
313
- },
314
- {
315
- "kind": "javascript-module",
316
- "path": "dist/types/BackgroundDesign.js",
317
- "declarations": [],
497
+ ],
318
498
  "exports": [
319
499
  {
320
500
  "kind": "js",
321
501
  "name": "default",
322
502
  "declaration": {
323
- "name": "BackgroundDesign",
324
- "module": "dist/types/BackgroundDesign.js"
503
+ "name": "AvatarGroup",
504
+ "module": "dist/AvatarGroup.js"
325
505
  }
326
- }
327
- ]
328
- },
329
- {
330
- "kind": "javascript-module",
331
- "path": "dist/types/BarAccessibleRole.js",
332
- "declarations": [],
333
- "exports": [
506
+ },
334
507
  {
335
- "kind": "js",
336
- "name": "default",
508
+ "kind": "custom-element-definition",
509
+ "name": "ui5-avatar-group",
337
510
  "declaration": {
338
- "name": "BarAccessibleRole",
339
- "module": "dist/types/BarAccessibleRole.js"
511
+ "name": "AvatarGroup",
512
+ "module": "dist/AvatarGroup.js"
340
513
  }
341
514
  }
342
515
  ]
343
516
  },
344
517
  {
345
518
  "kind": "javascript-module",
346
- "path": "dist/types/BarDesign.js",
347
- "declarations": [],
348
- "exports": [
519
+ "path": "dist/Bar.js",
520
+ "declarations": [
349
521
  {
350
- "kind": "js",
351
- "name": "default",
352
- "declaration": {
353
- "name": "BarDesign",
354
- "module": "dist/types/BarDesign.js"
355
- }
522
+ "kind": "class",
523
+ "description": "### Overview\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### Usage\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\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\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### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`",
524
+ "name": "Bar",
525
+ "cssParts": [
526
+ {
527
+ "description": "Used to style the wrapper of the content of the component",
528
+ "name": "bar"
529
+ },
530
+ {
531
+ "description": "Used to style the wrapper of the start content of the component",
532
+ "name": "startContent"
533
+ },
534
+ {
535
+ "description": "Used to style the wrapper of the middle content of the component",
536
+ "name": "midContent"
537
+ },
538
+ {
539
+ "description": "Used to style the wrapper of the end content of the component",
540
+ "name": "endContent"
541
+ }
542
+ ],
543
+ "slots": [
544
+ {
545
+ "name": "startContent",
546
+ "description": "Defines the content at the start of the bar."
547
+ },
548
+ {
549
+ "name": "default",
550
+ "description": "Defines the content in the middle of the bar."
551
+ },
552
+ {
553
+ "name": "endContent",
554
+ "description": "Defines the content at the end of the bar."
555
+ }
556
+ ],
557
+ "members": [
558
+ {
559
+ "kind": "field",
560
+ "name": "design",
561
+ "type": {
562
+ "text": "BarDesign",
563
+ "references": [
564
+ {
565
+ "name": "BarDesign",
566
+ "package": "@ui5/webcomponents",
567
+ "module": "dist/types/BarDesign.js"
568
+ }
569
+ ]
570
+ },
571
+ "default": "\"Header\"",
572
+ "description": "Defines the component's design.",
573
+ "privacy": "public"
574
+ },
575
+ {
576
+ "kind": "field",
577
+ "name": "accessibleRole",
578
+ "type": {
579
+ "text": "BarAccessibleRole",
580
+ "references": [
581
+ {
582
+ "name": "BarAccessibleRole",
583
+ "package": "@ui5/webcomponents",
584
+ "module": "dist/types/BarAccessibleRole.js"
585
+ }
586
+ ]
587
+ },
588
+ "default": "\"Toolbar\"",
589
+ "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
590
+ "privacy": "public"
591
+ }
592
+ ],
593
+ "attributes": [
594
+ {
595
+ "description": "Defines the component's design.",
596
+ "name": "design",
597
+ "default": "\"Header\"",
598
+ "fieldName": "design",
599
+ "type": {
600
+ "text": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\""
601
+ }
602
+ },
603
+ {
604
+ "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
605
+ "name": "accessible-role",
606
+ "default": "\"Toolbar\"",
607
+ "fieldName": "accessibleRole",
608
+ "type": {
609
+ "text": "\"Toolbar\" | \"None\""
610
+ }
611
+ }
612
+ ],
613
+ "superclass": {
614
+ "name": "UI5Element",
615
+ "package": "@ui5/webcomponents-base",
616
+ "module": "dist/UI5Element.js"
617
+ },
618
+ "tagName": "ui5-bar",
619
+ "customElement": true
356
620
  }
357
- ]
358
- },
359
- {
360
- "kind": "javascript-module",
361
- "path": "dist/types/BorderDesign.js",
362
- "declarations": [],
621
+ ],
363
622
  "exports": [
364
623
  {
365
624
  "kind": "js",
366
625
  "name": "default",
367
626
  "declaration": {
368
- "name": "BorderDesign",
369
- "module": "dist/types/BorderDesign.js"
627
+ "name": "Bar",
628
+ "module": "dist/Bar.js"
370
629
  }
371
- }
372
- ]
373
- },
374
- {
375
- "kind": "javascript-module",
376
- "path": "dist/types/BreadcrumbsDesign.js",
377
- "declarations": [],
378
- "exports": [
630
+ },
379
631
  {
380
- "kind": "js",
381
- "name": "default",
632
+ "kind": "custom-element-definition",
633
+ "name": "ui5-bar",
382
634
  "declaration": {
383
- "name": "BreadcrumbsDesign",
384
- "module": "dist/types/BreadcrumbsDesign.js"
635
+ "name": "Bar",
636
+ "module": "dist/Bar.js"
385
637
  }
386
638
  }
387
639
  ]
388
640
  },
389
641
  {
390
642
  "kind": "javascript-module",
391
- "path": "dist/types/BreadcrumbsSeparator.js",
392
- "declarations": [],
643
+ "path": "dist/Breadcrumbs.js",
644
+ "declarations": [
645
+ {
646
+ "kind": "class",
647
+ "description": "### Overview\nEnables users to navigate between items by providing a list of links to previous steps in the user's navigation path.\nIt helps the user to be aware of their location within the application and allows faster navigation.\n\nThe last three steps can be accessed as links directly, while the remaining links prior to them are available\nin a drop-down menu.\n\nYou can choose the type of separator to be used from a number of predefined options.\n\n### Keyboard Handling\nThe `ui5-breadcrumbs` provides advanced keyboard handling.\n\n- [F4], [Alt] + [Up], [Alt] + [Down], [Space], or [Enter] - If the dropdown arrow is focused - opens/closes the drop-down.\n- [Space],[Enter] - Activates the focused item and triggers the `item-click` event.\n- [Escape] - Closes the drop-down.\n- [Left] - If the drop-down is closed - navigates one item to the left.\n- [Right] - If the drop-down is closed - navigates one item to the right.\n- [Up] - If the drop-down is open - moves focus to the next item.\n- [Down] - If the drop-down is open - moves focus to the previous item.\n- [Home] - Navigates to the first item.\n- [End] - Navigates to the last item.",
648
+ "name": "Breadcrumbs",
649
+ "slots": [
650
+ {
651
+ "name": "default",
652
+ "description": "Defines the component items.\n\n**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items."
653
+ }
654
+ ],
655
+ "members": [
656
+ {
657
+ "kind": "field",
658
+ "name": "design",
659
+ "type": {
660
+ "text": "BreadcrumbsDesign",
661
+ "references": [
662
+ {
663
+ "name": "BreadcrumbsDesign",
664
+ "package": "@ui5/webcomponents",
665
+ "module": "dist/types/BreadcrumbsDesign.js"
666
+ }
667
+ ]
668
+ },
669
+ "default": "\"Standard\"",
670
+ "description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
671
+ "privacy": "public"
672
+ },
673
+ {
674
+ "kind": "field",
675
+ "name": "separators",
676
+ "type": {
677
+ "text": "BreadcrumbsSeparator",
678
+ "references": [
679
+ {
680
+ "name": "BreadcrumbsSeparator",
681
+ "package": "@ui5/webcomponents",
682
+ "module": "dist/types/BreadcrumbsSeparator.js"
683
+ }
684
+ ]
685
+ },
686
+ "default": "\"Slash\"",
687
+ "description": "Determines the visual style of the separator between the breadcrumb items.",
688
+ "privacy": "public"
689
+ }
690
+ ],
691
+ "events": [
692
+ {
693
+ "name": "item-click",
694
+ "type": {
695
+ "text": "CustomEvent<BreadcrumbsItemClickEventDetail>",
696
+ "references": [
697
+ {
698
+ "name": "BreadcrumbsItemClickEventDetail",
699
+ "package": "@ui5/webcomponents",
700
+ "module": "dist/Breadcrumbs.js"
701
+ }
702
+ ]
703
+ },
704
+ "description": "Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`."
705
+ }
706
+ ],
707
+ "attributes": [
708
+ {
709
+ "description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
710
+ "name": "design",
711
+ "default": "\"Standard\"",
712
+ "fieldName": "design",
713
+ "type": {
714
+ "text": "\"Standard\" | \"NoCurrentPage\""
715
+ }
716
+ },
717
+ {
718
+ "description": "Determines the visual style of the separator between the breadcrumb items.",
719
+ "name": "separators",
720
+ "default": "\"Slash\"",
721
+ "fieldName": "separators",
722
+ "type": {
723
+ "text": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\""
724
+ }
725
+ }
726
+ ],
727
+ "superclass": {
728
+ "name": "UI5Element",
729
+ "package": "@ui5/webcomponents-base",
730
+ "module": "dist/UI5Element.js"
731
+ },
732
+ "tagName": "ui5-breadcrumbs",
733
+ "customElement": true
734
+ }
735
+ ],
393
736
  "exports": [
394
737
  {
395
738
  "kind": "js",
396
739
  "name": "default",
397
740
  "declaration": {
398
- "name": "BreadcrumbsSeparator",
399
- "module": "dist/types/BreadcrumbsSeparator.js"
741
+ "name": "Breadcrumbs",
742
+ "module": "dist/Breadcrumbs.js"
400
743
  }
401
- }
402
- ]
403
- },
404
- {
405
- "kind": "javascript-module",
406
- "path": "dist/types/BusyIndicatorSize.js",
407
- "declarations": [],
408
- "exports": [
744
+ },
409
745
  {
410
- "kind": "js",
411
- "name": "default",
746
+ "kind": "custom-element-definition",
747
+ "name": "ui5-breadcrumbs",
412
748
  "declaration": {
413
- "name": "BusyIndicatorSize",
414
- "module": "dist/types/BusyIndicatorSize.js"
749
+ "name": "Breadcrumbs",
750
+ "module": "dist/Breadcrumbs.js"
415
751
  }
416
752
  }
417
753
  ]
418
754
  },
419
755
  {
420
756
  "kind": "javascript-module",
421
- "path": "dist/types/BusyIndicatorTextPlacement.js",
422
- "declarations": [],
423
- "exports": [
757
+ "path": "dist/BreadcrumbsItem.js",
758
+ "declarations": [
424
759
  {
425
- "kind": "js",
426
- "name": "default",
427
- "declaration": {
428
- "name": "BusyIndicatorTextPlacement",
429
- "module": "dist/types/BusyIndicatorTextPlacement.js"
430
- }
760
+ "kind": "class",
761
+ "description": "### Overview\n\nThe `ui5-breadcrumbs-item` component defines the content of an item in `ui5-breadcrumbs`.",
762
+ "name": "BreadcrumbsItem",
763
+ "slots": [
764
+ {
765
+ "name": "default",
766
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
767
+ }
768
+ ],
769
+ "members": [
770
+ {
771
+ "kind": "field",
772
+ "name": "href",
773
+ "type": {
774
+ "text": "string | undefined"
775
+ },
776
+ "description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
777
+ "default": "undefined",
778
+ "privacy": "public"
779
+ },
780
+ {
781
+ "kind": "field",
782
+ "name": "target",
783
+ "type": {
784
+ "text": "string | undefined"
785
+ },
786
+ "description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
787
+ "default": "undefined",
788
+ "privacy": "public"
789
+ },
790
+ {
791
+ "kind": "field",
792
+ "name": "accessibleName",
793
+ "type": {
794
+ "text": "string | undefined"
795
+ },
796
+ "description": "Defines the accessible ARIA name of the item.",
797
+ "default": "undefined",
798
+ "privacy": "public"
799
+ }
800
+ ],
801
+ "attributes": [
802
+ {
803
+ "description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
804
+ "name": "href",
805
+ "default": "undefined",
806
+ "fieldName": "href",
807
+ "type": {
808
+ "text": "string | undefined"
809
+ }
810
+ },
811
+ {
812
+ "description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
813
+ "name": "target",
814
+ "default": "undefined",
815
+ "fieldName": "target",
816
+ "type": {
817
+ "text": "string | undefined"
818
+ }
819
+ },
820
+ {
821
+ "description": "Defines the accessible ARIA name of the item.",
822
+ "name": "accessible-name",
823
+ "default": "undefined",
824
+ "fieldName": "accessibleName",
825
+ "type": {
826
+ "text": "string | undefined"
827
+ }
828
+ }
829
+ ],
830
+ "superclass": {
831
+ "name": "UI5Element",
832
+ "package": "@ui5/webcomponents-base",
833
+ "module": "dist/UI5Element.js"
834
+ },
835
+ "tagName": "ui5-breadcrumbs-item",
836
+ "customElement": true
431
837
  }
432
- ]
433
- },
434
- {
435
- "kind": "javascript-module",
436
- "path": "dist/types/ButtonAccessibleRole.js",
437
- "declarations": [],
838
+ ],
438
839
  "exports": [
439
840
  {
440
841
  "kind": "js",
441
842
  "name": "default",
442
843
  "declaration": {
443
- "name": "ButtonAccessibleRole",
444
- "module": "dist/types/ButtonAccessibleRole.js"
844
+ "name": "BreadcrumbsItem",
845
+ "module": "dist/BreadcrumbsItem.js"
445
846
  }
446
- }
447
- ]
448
- },
449
- {
450
- "kind": "javascript-module",
451
- "path": "dist/types/ButtonBadgeDesign.js",
452
- "declarations": [],
453
- "exports": [
847
+ },
454
848
  {
455
- "kind": "js",
456
- "name": "default",
849
+ "kind": "custom-element-definition",
850
+ "name": "ui5-breadcrumbs-item",
457
851
  "declaration": {
458
- "name": "ButtonBadgeDesign",
459
- "module": "dist/types/ButtonBadgeDesign.js"
852
+ "name": "BreadcrumbsItem",
853
+ "module": "dist/BreadcrumbsItem.js"
460
854
  }
461
855
  }
462
856
  ]
463
857
  },
464
858
  {
465
859
  "kind": "javascript-module",
466
- "path": "dist/types/ButtonDesign.js",
467
- "declarations": [],
860
+ "path": "dist/BusyIndicator.js",
861
+ "declarations": [
862
+ {
863
+ "kind": "class",
864
+ "description": "### Overview\n\nThe `ui5-busy-indicator` signals that some operation is going on and that the\nuser must wait. It does not block the current UI screen so other operations could be triggered in parallel.\nIt displays 3 dots and each dot expands and shrinks at a different rate, resulting in a cascading flow of animation.\n\n### Usage\nFor the `ui5-busy-indicator` you can define the size, the text and whether it is shown or hidden.\nIn order to hide it, use the \"active\" property.\n\nIn order to show busy state over an HTML element, simply nest the HTML element in a `ui5-busy-indicator` instance.\n\n**Note:** Since `ui5-busy-indicator` has `display: inline-block;` by default and no width of its own,\nwhenever you need to wrap a block-level element, you should set `display: block` to the busy indicator as well.\n\n#### When to use:\n\n- The user needs to be able to cancel the operation.\n- Only part of the application or a particular component is affected.\n\n#### When not to use:\n\n- The operation takes less than one second.\n- You need to block the screen and prevent the user from starting another activity.\n- Do not show multiple busy indicators at once.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/BusyIndicator.js\";`",
865
+ "name": "BusyIndicator",
866
+ "slots": [
867
+ {
868
+ "description": "Determines the content over which the component will appear.",
869
+ "name": "default"
870
+ }
871
+ ],
872
+ "members": [
873
+ {
874
+ "kind": "field",
875
+ "name": "text",
876
+ "type": {
877
+ "text": "string | undefined"
878
+ },
879
+ "description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
880
+ "privacy": "public",
881
+ "default": "undefined"
882
+ },
883
+ {
884
+ "kind": "field",
885
+ "name": "size",
886
+ "type": {
887
+ "text": "BusyIndicatorSize",
888
+ "references": [
889
+ {
890
+ "name": "BusyIndicatorSize",
891
+ "package": "@ui5/webcomponents",
892
+ "module": "dist/types/BusyIndicatorSize.js"
893
+ }
894
+ ]
895
+ },
896
+ "default": "\"M\"",
897
+ "description": "Defines the size of the component.",
898
+ "privacy": "public"
899
+ },
900
+ {
901
+ "kind": "field",
902
+ "name": "active",
903
+ "type": {
904
+ "text": "boolean"
905
+ },
906
+ "default": "false",
907
+ "description": "Defines if the busy indicator is visible on the screen. By default it is not.",
908
+ "privacy": "public"
909
+ },
910
+ {
911
+ "kind": "field",
912
+ "name": "delay",
913
+ "type": {
914
+ "text": "number"
915
+ },
916
+ "default": "1000",
917
+ "description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
918
+ "privacy": "public"
919
+ },
920
+ {
921
+ "kind": "field",
922
+ "name": "textPlacement",
923
+ "type": {
924
+ "text": "BusyIndicatorTextPlacement",
925
+ "references": [
926
+ {
927
+ "name": "BusyIndicatorTextPlacement",
928
+ "package": "@ui5/webcomponents",
929
+ "module": "dist/types/BusyIndicatorTextPlacement.js"
930
+ }
931
+ ]
932
+ },
933
+ "default": "\"Bottom\"",
934
+ "description": "Defines the placement of the text.",
935
+ "privacy": "public"
936
+ }
937
+ ],
938
+ "attributes": [
939
+ {
940
+ "description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
941
+ "name": "text",
942
+ "default": "undefined",
943
+ "fieldName": "text",
944
+ "type": {
945
+ "text": "string | undefined"
946
+ }
947
+ },
948
+ {
949
+ "description": "Defines the size of the component.",
950
+ "name": "size",
951
+ "default": "\"M\"",
952
+ "fieldName": "size",
953
+ "type": {
954
+ "text": "\"S\" | \"M\" | \"L\""
955
+ }
956
+ },
957
+ {
958
+ "description": "Defines if the busy indicator is visible on the screen. By default it is not.",
959
+ "name": "active",
960
+ "default": "false",
961
+ "fieldName": "active",
962
+ "type": {
963
+ "text": "boolean"
964
+ }
965
+ },
966
+ {
967
+ "description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
968
+ "name": "delay",
969
+ "default": "1000",
970
+ "fieldName": "delay",
971
+ "type": {
972
+ "text": "number"
973
+ }
974
+ },
975
+ {
976
+ "description": "Defines the placement of the text.",
977
+ "name": "text-placement",
978
+ "default": "\"Bottom\"",
979
+ "fieldName": "textPlacement",
980
+ "type": {
981
+ "text": "\"Top\" | \"Bottom\""
982
+ }
983
+ }
984
+ ],
985
+ "superclass": {
986
+ "name": "UI5Element",
987
+ "package": "@ui5/webcomponents-base",
988
+ "module": "dist/UI5Element.js"
989
+ },
990
+ "tagName": "ui5-busy-indicator",
991
+ "customElement": true
992
+ }
993
+ ],
468
994
  "exports": [
469
995
  {
470
996
  "kind": "js",
471
997
  "name": "default",
472
998
  "declaration": {
473
- "name": "ButtonDesign",
474
- "module": "dist/types/ButtonDesign.js"
999
+ "name": "BusyIndicator",
1000
+ "module": "dist/BusyIndicator.js"
1001
+ }
1002
+ },
1003
+ {
1004
+ "kind": "custom-element-definition",
1005
+ "name": "ui5-busy-indicator",
1006
+ "declaration": {
1007
+ "name": "BusyIndicator",
1008
+ "module": "dist/BusyIndicator.js"
475
1009
  }
476
1010
  }
477
1011
  ]
478
1012
  },
479
1013
  {
480
1014
  "kind": "javascript-module",
481
- "path": "dist/types/ButtonType.js",
482
- "declarations": [],
483
- "exports": [
484
- {
485
- "kind": "js",
486
- "name": "default",
487
- "declaration": {
488
- "name": "ButtonType",
489
- "module": "dist/types/ButtonType.js"
490
- }
491
- }
492
- ]
493
- },
494
- {
495
- "kind": "javascript-module",
496
- "path": "dist/types/CalendarLegendItemType.js",
497
- "declarations": [],
498
- "exports": [
499
- {
500
- "kind": "js",
501
- "name": "default",
502
- "declaration": {
503
- "name": "CalendarLegendItemType",
504
- "module": "dist/types/CalendarLegendItemType.js"
505
- }
506
- }
507
- ]
508
- },
509
- {
510
- "kind": "javascript-module",
511
- "path": "dist/types/CalendarPickersMode.js",
512
- "declarations": [],
513
- "exports": [
514
- {
515
- "kind": "js",
516
- "name": "default",
517
- "declaration": {
518
- "name": "CalendarPickersMode",
519
- "module": "dist/types/CalendarPickersMode.js"
520
- }
521
- }
522
- ]
523
- },
524
- {
525
- "kind": "javascript-module",
526
- "path": "dist/types/CalendarSelectionMode.js",
527
- "declarations": [],
528
- "exports": [
529
- {
530
- "kind": "js",
531
- "name": "default",
532
- "declaration": {
533
- "name": "CalendarSelectionMode",
534
- "module": "dist/types/CalendarSelectionMode.js"
535
- }
536
- }
537
- ]
538
- },
539
- {
540
- "kind": "javascript-module",
541
- "path": "dist/types/CalendarWeekNumbering.js",
542
- "declarations": [],
543
- "exports": [
544
- {
545
- "kind": "js",
546
- "name": "default",
547
- "declaration": {
548
- "name": "CalendarWeekNumbering",
549
- "module": "dist/types/CalendarWeekNumbering.js"
550
- }
551
- }
552
- ]
553
- },
554
- {
555
- "kind": "javascript-module",
556
- "path": "dist/types/CarouselArrowsPlacement.js",
557
- "declarations": [],
558
- "exports": [
559
- {
560
- "kind": "js",
561
- "name": "default",
562
- "declaration": {
563
- "name": "CarouselArrowsPlacement",
564
- "module": "dist/types/CarouselArrowsPlacement.js"
565
- }
566
- }
567
- ]
568
- },
569
- {
570
- "kind": "javascript-module",
571
- "path": "dist/types/CarouselPageIndicatorType.js",
572
- "declarations": [],
573
- "exports": [
574
- {
575
- "kind": "js",
576
- "name": "default",
577
- "declaration": {
578
- "name": "CarouselPageIndicatorType",
579
- "module": "dist/types/CarouselPageIndicatorType.js"
580
- }
581
- }
582
- ]
583
- },
584
- {
585
- "kind": "javascript-module",
586
- "path": "dist/types/ComboBoxFilter.js",
587
- "declarations": [],
588
- "exports": [
589
- {
590
- "kind": "js",
591
- "name": "default",
592
- "declaration": {
593
- "name": "ComboBoxFilter",
594
- "module": "dist/types/ComboBoxFilter.js"
595
- }
596
- }
597
- ]
598
- },
599
- {
600
- "kind": "javascript-module",
601
- "path": "dist/types/ExpandableTextOverflowMode.js",
602
- "declarations": [],
603
- "exports": [
604
- {
605
- "kind": "js",
606
- "name": "default",
607
- "declaration": {
608
- "name": "ExpandableTextOverflowMode",
609
- "module": "dist/types/ExpandableTextOverflowMode.js"
610
- }
611
- }
612
- ]
613
- },
614
- {
615
- "kind": "javascript-module",
616
- "path": "dist/types/ExpandableTextTemplateParams.js",
617
- "declarations": [],
618
- "exports": []
619
- },
620
- {
621
- "kind": "javascript-module",
622
- "path": "dist/types/FormItemSpacing.js",
623
- "declarations": [],
624
- "exports": [
625
- {
626
- "kind": "js",
627
- "name": "default",
628
- "declaration": {
629
- "name": "FormItemSpacing",
630
- "module": "dist/types/FormItemSpacing.js"
631
- }
632
- }
633
- ]
634
- },
635
- {
636
- "kind": "javascript-module",
637
- "path": "dist/types/Highlight.js",
638
- "declarations": [],
639
- "exports": [
640
- {
641
- "kind": "js",
642
- "name": "default",
643
- "declaration": {
644
- "name": "Highlight",
645
- "module": "dist/types/Highlight.js"
646
- }
647
- }
648
- ]
649
- },
650
- {
651
- "kind": "javascript-module",
652
- "path": "dist/types/IconDesign.js",
653
- "declarations": [],
654
- "exports": [
655
- {
656
- "kind": "js",
657
- "name": "default",
658
- "declaration": {
659
- "name": "IconDesign",
660
- "module": "dist/types/IconDesign.js"
661
- }
662
- }
663
- ]
664
- },
665
- {
666
- "kind": "javascript-module",
667
- "path": "dist/types/IconMode.js",
668
- "declarations": [],
669
- "exports": [
670
- {
671
- "kind": "js",
672
- "name": "default",
673
- "declaration": {
674
- "name": "IconMode",
675
- "module": "dist/types/IconMode.js"
676
- }
677
- }
678
- ]
679
- },
680
- {
681
- "kind": "javascript-module",
682
- "path": "dist/types/InputKeyHint.js",
683
- "declarations": [],
684
- "exports": [
685
- {
686
- "kind": "js",
687
- "name": "default",
688
- "declaration": {
689
- "name": "InputKeyHint",
690
- "module": "dist/types/InputKeyHint.js"
691
- }
692
- }
693
- ]
694
- },
695
- {
696
- "kind": "javascript-module",
697
- "path": "dist/types/InputType.js",
698
- "declarations": [],
699
- "exports": [
700
- {
701
- "kind": "js",
702
- "name": "default",
703
- "declaration": {
704
- "name": "InputType",
705
- "module": "dist/types/InputType.js"
706
- }
707
- }
708
- ]
709
- },
710
- {
711
- "kind": "javascript-module",
712
- "path": "dist/types/InteractiveAreaSize.js",
713
- "declarations": [],
714
- "exports": [
715
- {
716
- "kind": "js",
717
- "name": "default",
718
- "declaration": {
719
- "name": "InteractiveAreaSize",
720
- "module": "dist/types/InteractiveAreaSize.js"
721
- }
722
- }
723
- ]
724
- },
725
- {
726
- "kind": "javascript-module",
727
- "path": "dist/types/LinkAccessibleRole.js",
728
- "declarations": [],
729
- "exports": [
730
- {
731
- "kind": "js",
732
- "name": "default",
733
- "declaration": {
734
- "name": "LinkAccessibleRole",
735
- "module": "dist/types/LinkAccessibleRole.js"
736
- }
737
- }
738
- ]
739
- },
740
- {
741
- "kind": "javascript-module",
742
- "path": "dist/types/LinkDesign.js",
743
- "declarations": [],
744
- "exports": [
745
- {
746
- "kind": "js",
747
- "name": "default",
748
- "declaration": {
749
- "name": "LinkDesign",
750
- "module": "dist/types/LinkDesign.js"
751
- }
752
- }
753
- ]
754
- },
755
- {
756
- "kind": "javascript-module",
757
- "path": "dist/types/ListAccessibleRole.js",
758
- "declarations": [],
759
- "exports": [
760
- {
761
- "kind": "js",
762
- "name": "default",
763
- "declaration": {
764
- "name": "ListAccessibleRole",
765
- "module": "dist/types/ListAccessibleRole.js"
766
- }
767
- }
768
- ]
769
- },
770
- {
771
- "kind": "javascript-module",
772
- "path": "dist/types/ListGrowingMode.js",
773
- "declarations": [],
774
- "exports": [
775
- {
776
- "kind": "js",
777
- "name": "default",
778
- "declaration": {
779
- "name": "ListGrowingMode",
780
- "module": "dist/types/ListGrowingMode.js"
781
- }
782
- }
783
- ]
784
- },
785
- {
786
- "kind": "javascript-module",
787
- "path": "dist/types/ListItemAccessibleRole.js",
788
- "declarations": [],
789
- "exports": [
790
- {
791
- "kind": "js",
792
- "name": "default",
793
- "declaration": {
794
- "name": "ListItemAccessibleRole",
795
- "module": "dist/types/ListItemAccessibleRole.js"
796
- }
797
- }
798
- ]
799
- },
800
- {
801
- "kind": "javascript-module",
802
- "path": "dist/types/ListItemType.js",
803
- "declarations": [],
804
- "exports": [
805
- {
806
- "kind": "js",
807
- "name": "default",
808
- "declaration": {
809
- "name": "ListItemType",
810
- "module": "dist/types/ListItemType.js"
811
- }
812
- }
813
- ]
814
- },
815
- {
816
- "kind": "javascript-module",
817
- "path": "dist/types/ListSelectionMode.js",
818
- "declarations": [],
819
- "exports": [
820
- {
821
- "kind": "js",
822
- "name": "default",
823
- "declaration": {
824
- "name": "ListSelectionMode",
825
- "module": "dist/types/ListSelectionMode.js"
826
- }
827
- }
828
- ]
829
- },
830
- {
831
- "kind": "javascript-module",
832
- "path": "dist/types/ListSeparator.js",
833
- "declarations": [],
834
- "exports": [
835
- {
836
- "kind": "js",
837
- "name": "default",
838
- "declaration": {
839
- "name": "ListSeparator",
840
- "module": "dist/types/ListSeparator.js"
841
- }
842
- }
843
- ]
844
- },
845
- {
846
- "kind": "javascript-module",
847
- "path": "dist/types/MenuItemGroupCheckMode.js",
848
- "declarations": [],
849
- "exports": [
850
- {
851
- "kind": "js",
852
- "name": "default",
853
- "declaration": {
854
- "name": "MenuItemGroupCheckMode",
855
- "module": "dist/types/MenuItemGroupCheckMode.js"
856
- }
857
- }
858
- ]
859
- },
860
- {
861
- "kind": "javascript-module",
862
- "path": "dist/types/MessageStripDesign.js",
863
- "declarations": [],
864
- "exports": [
865
- {
866
- "kind": "js",
867
- "name": "default",
868
- "declaration": {
869
- "name": "MessageStripDesign",
870
- "module": "dist/types/MessageStripDesign.js"
871
- }
872
- }
873
- ]
874
- },
875
- {
876
- "kind": "javascript-module",
877
- "path": "dist/types/NotificationListGrowingMode.js",
878
- "declarations": [],
879
- "exports": [
880
- {
881
- "kind": "js",
882
- "name": "default",
883
- "declaration": {
884
- "name": "NotificationListGrowingMode",
885
- "module": "dist/types/NotificationListGrowingMode.js"
886
- }
887
- }
888
- ]
889
- },
890
- {
891
- "kind": "javascript-module",
892
- "path": "dist/types/OverflowMode.js",
893
- "declarations": [],
894
- "exports": [
895
- {
896
- "kind": "js",
897
- "name": "default",
898
- "declaration": {
899
- "name": "OverflowMode",
900
- "module": "dist/types/OverflowMode.js"
901
- }
902
- }
903
- ]
904
- },
905
- {
906
- "kind": "javascript-module",
907
- "path": "dist/types/PanelAccessibleRole.js",
908
- "declarations": [],
909
- "exports": [
910
- {
911
- "kind": "js",
912
- "name": "default",
913
- "declaration": {
914
- "name": "PanelAccessibleRole",
915
- "module": "dist/types/PanelAccessibleRole.js"
916
- }
917
- }
918
- ]
919
- },
920
- {
921
- "kind": "javascript-module",
922
- "path": "dist/types/PopoverHorizontalAlign.js",
923
- "declarations": [],
924
- "exports": [
925
- {
926
- "kind": "js",
927
- "name": "default",
928
- "declaration": {
929
- "name": "PopoverHorizontalAlign",
930
- "module": "dist/types/PopoverHorizontalAlign.js"
931
- }
932
- }
933
- ]
934
- },
935
- {
936
- "kind": "javascript-module",
937
- "path": "dist/types/PopoverPlacement.js",
938
- "declarations": [],
939
- "exports": [
940
- {
941
- "kind": "js",
942
- "name": "default",
943
- "declaration": {
944
- "name": "PopoverPlacement",
945
- "module": "dist/types/PopoverPlacement.js"
946
- }
947
- }
948
- ]
949
- },
950
- {
951
- "kind": "javascript-module",
952
- "path": "dist/types/PopoverVerticalAlign.js",
953
- "declarations": [],
954
- "exports": [
955
- {
956
- "kind": "js",
957
- "name": "default",
958
- "declaration": {
959
- "name": "PopoverVerticalAlign",
960
- "module": "dist/types/PopoverVerticalAlign.js"
961
- }
962
- }
963
- ]
964
- },
965
- {
966
- "kind": "javascript-module",
967
- "path": "dist/types/PopupAccessibleRole.js",
968
- "declarations": [],
969
- "exports": [
970
- {
971
- "kind": "js",
972
- "name": "default",
973
- "declaration": {
974
- "name": "PopupAccessibleRole",
975
- "module": "dist/types/PopupAccessibleRole.js"
976
- }
977
- }
978
- ]
979
- },
980
- {
981
- "kind": "javascript-module",
982
- "path": "dist/types/Priority.js",
983
- "declarations": [],
984
- "exports": [
985
- {
986
- "kind": "js",
987
- "name": "default",
988
- "declaration": {
989
- "name": "Priority",
990
- "module": "dist/types/Priority.js"
991
- }
992
- }
993
- ]
994
- },
995
- {
996
- "kind": "javascript-module",
997
- "path": "dist/types/RatingIndicatorSize.js",
998
- "declarations": [],
999
- "exports": [
1000
- {
1001
- "kind": "js",
1002
- "name": "default",
1003
- "declaration": {
1004
- "name": "RatingIndicatorSize",
1005
- "module": "dist/types/RatingIndicatorSize.js"
1006
- }
1007
- }
1008
- ]
1009
- },
1010
- {
1011
- "kind": "javascript-module",
1012
- "path": "dist/types/SegmentedButtonSelectionMode.js",
1013
- "declarations": [],
1014
- "exports": [
1015
- {
1016
- "kind": "js",
1017
- "name": "default",
1018
- "declaration": {
1019
- "name": "SegmentedButtonSelectionMode",
1020
- "module": "dist/types/SegmentedButtonSelectionMode.js"
1021
- }
1022
- }
1023
- ]
1024
- },
1025
- {
1026
- "kind": "javascript-module",
1027
- "path": "dist/types/SelectTwoColumnSeparator.js",
1028
- "declarations": [],
1029
- "exports": [
1030
- {
1031
- "kind": "js",
1032
- "name": "default",
1033
- "declaration": {
1034
- "name": "SelectTwoColumnSeparator",
1035
- "module": "dist/types/SelectTwoColumnSeparator.js"
1036
- }
1037
- }
1038
- ]
1039
- },
1040
- {
1041
- "kind": "javascript-module",
1042
- "path": "dist/types/SemanticColor.js",
1043
- "declarations": [],
1044
- "exports": [
1045
- {
1046
- "kind": "js",
1047
- "name": "default",
1048
- "declaration": {
1049
- "name": "SemanticColor",
1050
- "module": "dist/types/SemanticColor.js"
1051
- }
1052
- }
1053
- ]
1054
- },
1055
- {
1056
- "kind": "javascript-module",
1057
- "path": "dist/types/SwitchDesign.js",
1058
- "declarations": [],
1059
- "exports": [
1060
- {
1061
- "kind": "js",
1062
- "name": "default",
1063
- "declaration": {
1064
- "name": "SwitchDesign",
1065
- "module": "dist/types/SwitchDesign.js"
1066
- }
1067
- }
1068
- ]
1069
- },
1070
- {
1071
- "kind": "javascript-module",
1072
- "path": "dist/types/TabContainerTabsPlacement.js",
1073
- "declarations": [],
1074
- "exports": [
1075
- {
1076
- "kind": "js",
1077
- "name": "default",
1078
- "declaration": {
1079
- "name": "TabContainerTabsPlacement",
1080
- "module": "dist/types/TabContainerTabsPlacement.js"
1081
- }
1082
- }
1083
- ]
1084
- },
1085
- {
1086
- "kind": "javascript-module",
1087
- "path": "dist/types/TabLayout.js",
1088
- "declarations": [],
1089
- "exports": [
1090
- {
1091
- "kind": "js",
1092
- "name": "default",
1093
- "declaration": {
1094
- "name": "TabLayout",
1095
- "module": "dist/types/TabLayout.js"
1096
- }
1097
- }
1098
- ]
1099
- },
1100
- {
1101
- "kind": "javascript-module",
1102
- "path": "dist/types/TableCellHorizontalAlign.js",
1103
- "declarations": [],
1104
- "exports": [
1105
- {
1106
- "kind": "js",
1107
- "name": "default",
1108
- "declaration": {
1109
- "name": "TableCellHorizontalAlign",
1110
- "module": "dist/types/TableCellHorizontalAlign.js"
1111
- }
1112
- }
1113
- ]
1114
- },
1115
- {
1116
- "kind": "javascript-module",
1117
- "path": "dist/types/TableGrowingMode.js",
1118
- "declarations": [],
1119
- "exports": [
1120
- {
1121
- "kind": "js",
1122
- "name": "default",
1123
- "declaration": {
1124
- "name": "TableGrowingMode",
1125
- "module": "dist/types/TableGrowingMode.js"
1126
- }
1127
- }
1128
- ]
1129
- },
1130
- {
1131
- "kind": "javascript-module",
1132
- "path": "dist/types/TableOverflowMode.js",
1133
- "declarations": [],
1134
- "exports": [
1135
- {
1136
- "kind": "js",
1137
- "name": "default",
1138
- "declaration": {
1139
- "name": "TableOverflowMode",
1140
- "module": "dist/types/TableOverflowMode.js"
1141
- }
1142
- }
1143
- ]
1144
- },
1145
- {
1146
- "kind": "javascript-module",
1147
- "path": "dist/types/TableSelectionBehavior.js",
1148
- "declarations": [],
1149
- "exports": [
1150
- {
1151
- "kind": "js",
1152
- "name": "default",
1153
- "declaration": {
1154
- "name": "TableSelectionBehavior",
1155
- "module": "dist/types/TableSelectionBehavior.js"
1156
- }
1157
- }
1158
- ]
1159
- },
1160
- {
1161
- "kind": "javascript-module",
1162
- "path": "dist/types/TableSelectionMode.js",
1163
- "declarations": [],
1164
- "exports": [
1165
- {
1166
- "kind": "js",
1167
- "name": "default",
1168
- "declaration": {
1169
- "name": "TableSelectionMode",
1170
- "module": "dist/types/TableSelectionMode.js"
1171
- }
1172
- }
1173
- ]
1174
- },
1175
- {
1176
- "kind": "javascript-module",
1177
- "path": "dist/types/TableSelectionMultiHeaderSelector.js",
1178
- "declarations": [],
1179
- "exports": [
1180
- {
1181
- "kind": "js",
1182
- "name": "default",
1183
- "declaration": {
1184
- "name": "TableSelectionMultiHeaderSelector",
1185
- "module": "dist/types/TableSelectionMultiHeaderSelector.js"
1186
- }
1187
- }
1188
- ]
1189
- },
1190
- {
1191
- "kind": "javascript-module",
1192
- "path": "dist/types/TagDesign.js",
1193
- "declarations": [],
1194
- "exports": [
1195
- {
1196
- "kind": "js",
1197
- "name": "default",
1198
- "declaration": {
1199
- "name": "TagDesign",
1200
- "module": "dist/types/TagDesign.js"
1201
- }
1202
- }
1203
- ]
1204
- },
1205
- {
1206
- "kind": "javascript-module",
1207
- "path": "dist/types/TagSize.js",
1208
- "declarations": [],
1209
- "exports": [
1210
- {
1211
- "kind": "js",
1212
- "name": "default",
1213
- "declaration": {
1214
- "name": "TagSize",
1215
- "module": "dist/types/TagSize.js"
1216
- }
1217
- }
1218
- ]
1219
- },
1220
- {
1221
- "kind": "javascript-module",
1222
- "path": "dist/types/TextEmptyIndicatorMode.js",
1223
- "declarations": [],
1224
- "exports": [
1225
- {
1226
- "kind": "js",
1227
- "name": "default",
1228
- "declaration": {
1229
- "name": "TextEmptyIndicatorMode",
1230
- "module": "dist/types/TextEmptyIndicatorMode.js"
1231
- }
1232
- }
1233
- ]
1234
- },
1235
- {
1236
- "kind": "javascript-module",
1237
- "path": "dist/types/TitleLevel.js",
1238
- "declarations": [],
1239
- "exports": [
1240
- {
1241
- "kind": "js",
1242
- "name": "default",
1243
- "declaration": {
1244
- "name": "TitleLevel",
1245
- "module": "dist/types/TitleLevel.js"
1246
- }
1247
- }
1248
- ]
1249
- },
1250
- {
1251
- "kind": "javascript-module",
1252
- "path": "dist/types/ToastPlacement.js",
1253
- "declarations": [],
1254
- "exports": [
1255
- {
1256
- "kind": "js",
1257
- "name": "default",
1258
- "declaration": {
1259
- "name": "ToastPlacement",
1260
- "module": "dist/types/ToastPlacement.js"
1261
- }
1262
- }
1263
- ]
1264
- },
1265
- {
1266
- "kind": "javascript-module",
1267
- "path": "dist/types/ToolbarAlign.js",
1268
- "declarations": [],
1269
- "exports": [
1270
- {
1271
- "kind": "js",
1272
- "name": "default",
1273
- "declaration": {
1274
- "name": "ToolbarAlign",
1275
- "module": "dist/types/ToolbarAlign.js"
1276
- }
1277
- }
1278
- ]
1279
- },
1280
- {
1281
- "kind": "javascript-module",
1282
- "path": "dist/types/ToolbarDesign.js",
1283
- "declarations": [],
1284
- "exports": [
1285
- {
1286
- "kind": "js",
1287
- "name": "default",
1288
- "declaration": {
1289
- "name": "ToolbarDesign",
1290
- "module": "dist/types/ToolbarDesign.js"
1291
- }
1292
- }
1293
- ]
1294
- },
1295
- {
1296
- "kind": "javascript-module",
1297
- "path": "dist/types/ToolbarItemOverflowBehavior.js",
1298
- "declarations": [],
1299
- "exports": [
1300
- {
1301
- "kind": "js",
1302
- "name": "default",
1303
- "declaration": {
1304
- "name": "ToolbarItemOverflowBehavior",
1305
- "module": "dist/types/ToolbarItemOverflowBehavior.js"
1306
- }
1307
- }
1308
- ]
1309
- },
1310
- {
1311
- "kind": "javascript-module",
1312
- "path": "dist/types/WrappingType.js",
1313
- "declarations": [],
1314
- "exports": [
1315
- {
1316
- "kind": "js",
1317
- "name": "default",
1318
- "declaration": {
1319
- "name": "WrappingType",
1320
- "module": "dist/types/WrappingType.js"
1321
- }
1322
- }
1323
- ]
1324
- },
1325
- {
1326
- "kind": "javascript-module",
1327
- "path": "dist/Assets-fetch.js",
1328
- "declarations": [],
1329
- "exports": []
1330
- },
1331
- {
1332
- "kind": "javascript-module",
1333
- "path": "dist/Assets-node.js",
1334
- "declarations": [],
1335
- "exports": []
1336
- },
1337
- {
1338
- "kind": "javascript-module",
1339
- "path": "dist/Assets.js",
1340
- "declarations": [],
1341
- "exports": []
1342
- },
1343
- {
1344
- "kind": "javascript-module",
1345
- "path": "dist/Avatar.js",
1346
- "declarations": [
1347
- {
1348
- "kind": "class",
1349
- "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`",
1350
- "name": "Avatar",
1351
- "slots": [
1352
- {
1353
- "name": "default",
1354
- "description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`"
1355
- },
1356
- {
1357
- "name": "badge",
1358
- "description": "Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes."
1359
- }
1360
- ],
1361
- "members": [
1362
- {
1363
- "kind": "field",
1364
- "name": "disabled",
1365
- "type": {
1366
- "text": "boolean"
1367
- },
1368
- "default": "false",
1369
- "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
1370
- "privacy": "public"
1371
- },
1372
- {
1373
- "kind": "field",
1374
- "name": "interactive",
1375
- "type": {
1376
- "text": "boolean"
1377
- },
1378
- "default": "false",
1379
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
1380
- "privacy": "public"
1381
- },
1382
- {
1383
- "kind": "field",
1384
- "name": "icon",
1385
- "type": {
1386
- "text": "string | undefined"
1387
- },
1388
- "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
1389
- "default": "undefined",
1390
- "privacy": "public"
1391
- },
1392
- {
1393
- "kind": "field",
1394
- "name": "fallbackIcon",
1395
- "type": {
1396
- "text": "string"
1397
- },
1398
- "default": "\"employee\"",
1399
- "description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
1400
- "privacy": "public"
1401
- },
1402
- {
1403
- "kind": "field",
1404
- "name": "initials",
1405
- "type": {
1406
- "text": "string | undefined"
1407
- },
1408
- "description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
1409
- "default": "undefined",
1410
- "privacy": "public"
1411
- },
1412
- {
1413
- "kind": "field",
1414
- "name": "shape",
1415
- "type": {
1416
- "text": "AvatarShape",
1417
- "references": [
1418
- {
1419
- "name": "AvatarShape",
1420
- "package": "@ui5/webcomponents",
1421
- "module": "dist/types/AvatarShape.js"
1422
- }
1423
- ]
1424
- },
1425
- "default": "\"Circle\"",
1426
- "description": "Defines the shape of the component.",
1427
- "privacy": "public"
1428
- },
1429
- {
1430
- "kind": "field",
1431
- "name": "size",
1432
- "type": {
1433
- "text": "AvatarSize",
1434
- "references": [
1435
- {
1436
- "name": "AvatarSize",
1437
- "package": "@ui5/webcomponents",
1438
- "module": "dist/types/AvatarSize.js"
1439
- }
1440
- ]
1441
- },
1442
- "default": "\"S\"",
1443
- "description": "Defines predefined size of the component.",
1444
- "privacy": "public"
1445
- },
1446
- {
1447
- "kind": "field",
1448
- "name": "colorScheme",
1449
- "type": {
1450
- "text": "AvatarColorScheme",
1451
- "references": [
1452
- {
1453
- "name": "AvatarColorScheme",
1454
- "package": "@ui5/webcomponents",
1455
- "module": "dist/types/AvatarColorScheme.js"
1456
- }
1457
- ]
1458
- },
1459
- "default": "\"Auto\"",
1460
- "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1461
- "privacy": "public"
1462
- },
1463
- {
1464
- "kind": "field",
1465
- "name": "accessibleName",
1466
- "type": {
1467
- "text": "string | undefined"
1468
- },
1469
- "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
1470
- "default": "undefined",
1471
- "privacy": "public"
1472
- },
1473
- {
1474
- "kind": "field",
1475
- "name": "accessibilityAttributes",
1476
- "type": {
1477
- "text": "AvatarAccessibilityAttributes",
1478
- "references": [
1479
- {
1480
- "name": "AvatarAccessibilityAttributes",
1481
- "package": "@ui5/webcomponents",
1482
- "module": "dist/Avatar.js"
1483
- }
1484
- ]
1485
- },
1486
- "default": "{}",
1487
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
1488
- "privacy": "public"
1489
- }
1490
- ],
1491
- "events": [
1492
- {
1493
- "name": "click",
1494
- "type": {
1495
- "text": "CustomEvent"
1496
- },
1497
- "description": "Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
1498
- }
1499
- ],
1500
- "attributes": [
1501
- {
1502
- "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
1503
- "name": "disabled",
1504
- "default": "false",
1505
- "fieldName": "disabled",
1506
- "type": {
1507
- "text": "boolean"
1508
- }
1509
- },
1510
- {
1511
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
1512
- "name": "interactive",
1513
- "default": "false",
1514
- "fieldName": "interactive",
1515
- "type": {
1516
- "text": "boolean"
1517
- }
1518
- },
1519
- {
1520
- "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
1521
- "name": "icon",
1522
- "default": "undefined",
1523
- "fieldName": "icon",
1524
- "type": {
1525
- "text": "string | undefined"
1526
- }
1527
- },
1528
- {
1529
- "description": "Defines the name of the fallback icon, which should be displayed in the following cases:\n\n\t- If the initials are not valid (more than 3 letters, unsupported languages or empty initials).\n\t- If there are three initials and they do not fit in the shape (e.g. WWW for some of the sizes).\n\t- If the image src is wrong.\n\n**Note:** If not set, a default fallback icon \"employee\" is displayed.\n\n**Note:** You should import the desired icon first, then use its name as \"fallback-icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar fallback-icon=\"alert\">`\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
1530
- "name": "fallback-icon",
1531
- "default": "\"employee\"",
1532
- "fieldName": "fallbackIcon",
1533
- "type": {
1534
- "text": "string"
1535
- }
1536
- },
1537
- {
1538
- "description": "Defines the displayed initials.\n\nUp to three Latin letters can be displayed as initials.",
1539
- "name": "initials",
1540
- "default": "undefined",
1541
- "fieldName": "initials",
1542
- "type": {
1543
- "text": "string | undefined"
1544
- }
1545
- },
1546
- {
1547
- "description": "Defines the shape of the component.",
1548
- "name": "shape",
1549
- "default": "\"Circle\"",
1550
- "fieldName": "shape",
1551
- "type": {
1552
- "text": "\"Circle\" | \"Square\""
1553
- }
1554
- },
1555
- {
1556
- "description": "Defines predefined size of the component.",
1557
- "name": "size",
1558
- "default": "\"S\"",
1559
- "fieldName": "size",
1560
- "type": {
1561
- "text": "\"XS\" | \"S\" | \"M\" | \"L\" | \"XL\""
1562
- }
1563
- },
1564
- {
1565
- "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1566
- "name": "color-scheme",
1567
- "default": "\"Auto\"",
1568
- "fieldName": "colorScheme",
1569
- "type": {
1570
- "text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\" | \"Transparent\""
1571
- }
1572
- },
1573
- {
1574
- "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
1575
- "name": "accessible-name",
1576
- "default": "undefined",
1577
- "fieldName": "accessibleName",
1578
- "type": {
1579
- "text": "string | undefined"
1580
- }
1581
- },
1582
- {
1583
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
1584
- "name": "accessibility-attributes",
1585
- "default": "{}",
1586
- "fieldName": "accessibilityAttributes",
1587
- "type": {
1588
- "text": "AvatarAccessibilityAttributes"
1589
- }
1590
- }
1591
- ],
1592
- "superclass": {
1593
- "name": "UI5Element",
1594
- "package": "@ui5/webcomponents-base",
1595
- "module": "dist/UI5Element.js"
1596
- },
1597
- "tagName": "ui5-avatar",
1598
- "customElement": true
1599
- }
1600
- ],
1601
- "exports": [
1602
- {
1603
- "kind": "js",
1604
- "name": "default",
1605
- "declaration": {
1606
- "name": "Avatar",
1607
- "module": "dist/Avatar.js"
1608
- }
1609
- },
1610
- {
1611
- "kind": "custom-element-definition",
1612
- "name": "ui5-avatar",
1613
- "declaration": {
1614
- "name": "Avatar",
1615
- "module": "dist/Avatar.js"
1616
- }
1617
- }
1618
- ]
1619
- },
1620
- {
1621
- "kind": "javascript-module",
1622
- "path": "dist/AvatarGroup.js",
1623
- "declarations": [
1624
- {
1625
- "kind": "class",
1626
- "description": "### Overview\n\nDisplays a group of avatars arranged horizontally. It is useful to visually\nshowcase a group of related avatars, such as, project team members or employees.\n\nThe component allows you to display the avatars in different sizes,\ndepending on your use case.\n\nThe `AvatarGroup` component has two group types:\n\n- `Group` type: The avatars are displayed as partially overlapped on\ntop of each other and the entire group has one click/tap area.\n- `Individual` type: The avatars are displayed side-by-side and each\navatar has its own click/tap area.\n\n### Usage\n\nUse the `AvatarGroup` if:\n\n- You want to display a group of avatars.\n- You want to display several avatars which have something in common.\n\nDo not use the `AvatarGroup` if:\n\n- You want to display a single avatar.\n- You want to display a gallery for simple images.\n- You want to use it for other visual content than avatars.\n\n### Responsive Behavior\n\nWhen the available space is less than the width required to display all avatars,\nan overflow visualization appears as a button placed at the end with the same shape\nand size as the avatars. The visualization displays the number of avatars that have overflowed\nand are not currently visible.\n\n### Keyboard Handling\nThe component provides advanced keyboard handling.\nWhen focused, the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n`type` Individual:\n\n- [Tab] - Move focus to the overflow button\n- [Left] - Navigate one avatar to the left\n- [Right] - Navigate one avatar to the right\n- [Home] - Navigate to the first avatar\n- [End] - Navigate to the last avatar\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event\n\n`type` Group:\n\n- [Tab] - Move focus to the next interactive element after the component\n- [Space] / [Enter] or [Return] - Trigger `ui5-click` event",
1627
- "name": "AvatarGroup",
1628
- "slots": [
1629
- {
1630
- "name": "default",
1631
- "description": "Defines the items of the component. Use the `ui5-avatar` component as an item.\n\n**Note:** The UX guidelines recommends using avatars with \"Circle\" shape.\n\nMoreover, if you use avatars with \"Square\" shape, there will be visual inconsistency\nas the built-in overflow action has \"Circle\" shape."
1632
- },
1633
- {
1634
- "name": "overflowButton",
1635
- "description": "Defines the overflow button of the component.\n\n**Note:** We recommend using the `ui5-button` component.\n\n**Note:** If this slot is not used, the component will display the built-in overflow button."
1636
- }
1637
- ],
1638
- "members": [
1639
- {
1640
- "kind": "field",
1641
- "name": "type",
1642
- "type": {
1643
- "text": "AvatarGroupType",
1644
- "references": [
1645
- {
1646
- "name": "AvatarGroupType",
1647
- "package": "@ui5/webcomponents",
1648
- "module": "dist/types/AvatarGroupType.js"
1649
- }
1650
- ]
1651
- },
1652
- "default": "\"Group\"",
1653
- "description": "Defines the mode of the `AvatarGroup`.",
1654
- "privacy": "public"
1655
- },
1656
- {
1657
- "kind": "field",
1658
- "name": "accessibilityAttributes",
1659
- "type": {
1660
- "text": "AvatarGroupAccessibilityAttributes",
1661
- "references": [
1662
- {
1663
- "name": "AvatarGroupAccessibilityAttributes",
1664
- "package": "@ui5/webcomponents",
1665
- "module": "dist/AvatarGroup.js"
1666
- }
1667
- ]
1668
- },
1669
- "default": "{}",
1670
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
1671
- "privacy": "public"
1672
- },
1673
- {
1674
- "kind": "field",
1675
- "name": "accessibleName",
1676
- "type": {
1677
- "text": "string | undefined"
1678
- },
1679
- "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
1680
- "default": "undefined",
1681
- "privacy": "public"
1682
- },
1683
- {
1684
- "kind": "field",
1685
- "name": "accessibleNameRef",
1686
- "type": {
1687
- "text": "string | undefined"
1688
- },
1689
- "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
1690
- "default": "undefined",
1691
- "privacy": "public"
1692
- },
1693
- {
1694
- "kind": "field",
1695
- "name": "hiddenItems",
1696
- "type": {
1697
- "text": "Array<IAvatarGroupItem>",
1698
- "references": [
1699
- {
1700
- "name": "IAvatarGroupItem",
1701
- "package": "@ui5/webcomponents",
1702
- "module": "dist/AvatarGroup.js"
1703
- }
1704
- ]
1705
- },
1706
- "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
1707
- "default": "[]",
1708
- "privacy": "public",
1709
- "readonly": true
1710
- },
1711
- {
1712
- "kind": "field",
1713
- "name": "colorScheme",
1714
- "type": {
1715
- "text": "Array<AvatarColorScheme>",
1716
- "references": [
1717
- {
1718
- "name": "AvatarColorScheme",
1719
- "package": "@ui5/webcomponents",
1720
- "module": "dist/types/AvatarColorScheme.js"
1721
- }
1722
- ]
1723
- },
1724
- "description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
1725
- "default": "[]",
1726
- "privacy": "public",
1727
- "readonly": true
1728
- }
1729
- ],
1730
- "events": [
1731
- {
1732
- "name": "click",
1733
- "type": {
1734
- "text": "CustomEvent<AvatarGroupClickEventDetail>",
1735
- "references": [
1736
- {
1737
- "name": "AvatarGroupClickEventDetail",
1738
- "package": "@ui5/webcomponents",
1739
- "module": "dist/AvatarGroup.js"
1740
- }
1741
- ]
1742
- },
1743
- "description": "Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key."
1744
- },
1745
- {
1746
- "name": "overflow",
1747
- "type": {
1748
- "text": "CustomEvent"
1749
- },
1750
- "description": "Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed"
1751
- }
1752
- ],
1753
- "attributes": [
1754
- {
1755
- "description": "Defines the mode of the `AvatarGroup`.",
1756
- "name": "type",
1757
- "default": "\"Group\"",
1758
- "fieldName": "type",
1759
- "type": {
1760
- "text": "\"Group\" | \"Individual\""
1761
- }
1762
- },
1763
- {
1764
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
1765
- "name": "accessibility-attributes",
1766
- "default": "{}",
1767
- "fieldName": "accessibilityAttributes",
1768
- "type": {
1769
- "text": "AvatarGroupAccessibilityAttributes"
1770
- }
1771
- },
1772
- {
1773
- "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
1774
- "name": "accessible-name",
1775
- "default": "undefined",
1776
- "fieldName": "accessibleName",
1777
- "type": {
1778
- "text": "string | undefined"
1779
- }
1780
- },
1781
- {
1782
- "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
1783
- "name": "accessible-name-ref",
1784
- "default": "undefined",
1785
- "fieldName": "accessibleNameRef",
1786
- "type": {
1787
- "text": "string | undefined"
1788
- }
1789
- },
1790
- {
1791
- "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
1792
- "name": "hidden-items",
1793
- "default": "[]",
1794
- "fieldName": "hiddenItems",
1795
- "type": {
1796
- "text": "any"
1797
- }
1798
- },
1799
- {
1800
- "description": "Returns an array containing the `AvatarColorScheme` values that correspond to the avatars in the component.",
1801
- "name": "color-scheme",
1802
- "default": "[]",
1803
- "fieldName": "colorScheme",
1804
- "type": {
1805
- "text": "any"
1806
- }
1807
- }
1808
- ],
1809
- "superclass": {
1810
- "name": "UI5Element",
1811
- "package": "@ui5/webcomponents-base",
1812
- "module": "dist/UI5Element.js"
1813
- },
1814
- "tagName": "ui5-avatar-group",
1815
- "customElement": true
1816
- }
1817
- ],
1818
- "exports": [
1819
- {
1820
- "kind": "js",
1821
- "name": "default",
1822
- "declaration": {
1823
- "name": "AvatarGroup",
1824
- "module": "dist/AvatarGroup.js"
1825
- }
1826
- },
1827
- {
1828
- "kind": "custom-element-definition",
1829
- "name": "ui5-avatar-group",
1830
- "declaration": {
1831
- "name": "AvatarGroup",
1832
- "module": "dist/AvatarGroup.js"
1833
- }
1834
- }
1835
- ]
1836
- },
1837
- {
1838
- "kind": "javascript-module",
1839
- "path": "dist/Bar.js",
1840
- "declarations": [
1841
- {
1842
- "kind": "class",
1843
- "description": "### Overview\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### Usage\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\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\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### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`",
1844
- "name": "Bar",
1845
- "cssParts": [
1846
- {
1847
- "description": "Used to style the wrapper of the content of the component",
1848
- "name": "bar"
1849
- },
1850
- {
1851
- "description": "Used to style the wrapper of the start content of the component",
1852
- "name": "startContent"
1853
- },
1854
- {
1855
- "description": "Used to style the wrapper of the middle content of the component",
1856
- "name": "midContent"
1857
- },
1858
- {
1859
- "description": "Used to style the wrapper of the end content of the component",
1860
- "name": "endContent"
1861
- }
1862
- ],
1863
- "slots": [
1864
- {
1865
- "name": "startContent",
1866
- "description": "Defines the content at the start of the bar."
1867
- },
1868
- {
1869
- "name": "default",
1870
- "description": "Defines the content in the middle of the bar."
1871
- },
1872
- {
1873
- "name": "endContent",
1874
- "description": "Defines the content at the end of the bar."
1875
- }
1876
- ],
1877
- "members": [
1878
- {
1879
- "kind": "field",
1880
- "name": "design",
1881
- "type": {
1882
- "text": "BarDesign",
1883
- "references": [
1884
- {
1885
- "name": "BarDesign",
1886
- "package": "@ui5/webcomponents",
1887
- "module": "dist/types/BarDesign.js"
1888
- }
1889
- ]
1890
- },
1891
- "default": "\"Header\"",
1892
- "description": "Defines the component's design.",
1893
- "privacy": "public"
1894
- },
1895
- {
1896
- "kind": "field",
1897
- "name": "accessibleRole",
1898
- "type": {
1899
- "text": "BarAccessibleRole",
1900
- "references": [
1901
- {
1902
- "name": "BarAccessibleRole",
1903
- "package": "@ui5/webcomponents",
1904
- "module": "dist/types/BarAccessibleRole.js"
1905
- }
1906
- ]
1907
- },
1908
- "default": "\"Toolbar\"",
1909
- "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
1910
- "privacy": "public"
1911
- }
1912
- ],
1913
- "attributes": [
1914
- {
1915
- "description": "Defines the component's design.",
1916
- "name": "design",
1917
- "default": "\"Header\"",
1918
- "fieldName": "design",
1919
- "type": {
1920
- "text": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\""
1921
- }
1922
- },
1923
- {
1924
- "description": "Specifies the ARIA role applied to the component for accessibility purposes.\n\n**Note:**\n\n- Set accessibleRole to \"toolbar\" only when the component contains two or more active, interactive elements (such as buttons, links, or input fields) within the bar.\n\n- If there is only one or no active element, it is recommended to avoid using the \"toolbar\" role, as it implies a grouping of multiple interactive controls.",
1925
- "name": "accessible-role",
1926
- "default": "\"Toolbar\"",
1927
- "fieldName": "accessibleRole",
1928
- "type": {
1929
- "text": "\"Toolbar\" | \"None\""
1930
- }
1931
- }
1932
- ],
1933
- "superclass": {
1934
- "name": "UI5Element",
1935
- "package": "@ui5/webcomponents-base",
1936
- "module": "dist/UI5Element.js"
1937
- },
1938
- "tagName": "ui5-bar",
1939
- "customElement": true
1940
- }
1941
- ],
1942
- "exports": [
1943
- {
1944
- "kind": "js",
1945
- "name": "default",
1946
- "declaration": {
1947
- "name": "Bar",
1948
- "module": "dist/Bar.js"
1949
- }
1950
- },
1951
- {
1952
- "kind": "custom-element-definition",
1953
- "name": "ui5-bar",
1954
- "declaration": {
1955
- "name": "Bar",
1956
- "module": "dist/Bar.js"
1957
- }
1958
- }
1959
- ]
1960
- },
1961
- {
1962
- "kind": "javascript-module",
1963
- "path": "dist/Breadcrumbs.js",
1964
- "declarations": [
1965
- {
1966
- "kind": "class",
1967
- "description": "### Overview\nEnables users to navigate between items by providing a list of links to previous steps in the user's navigation path.\nIt helps the user to be aware of their location within the application and allows faster navigation.\n\nThe last three steps can be accessed as links directly, while the remaining links prior to them are available\nin a drop-down menu.\n\nYou can choose the type of separator to be used from a number of predefined options.\n\n### Keyboard Handling\nThe `ui5-breadcrumbs` provides advanced keyboard handling.\n\n- [F4], [Alt] + [Up], [Alt] + [Down], [Space], or [Enter] - If the dropdown arrow is focused - opens/closes the drop-down.\n- [Space],[Enter] - Activates the focused item and triggers the `item-click` event.\n- [Escape] - Closes the drop-down.\n- [Left] - If the drop-down is closed - navigates one item to the left.\n- [Right] - If the drop-down is closed - navigates one item to the right.\n- [Up] - If the drop-down is open - moves focus to the next item.\n- [Down] - If the drop-down is open - moves focus to the previous item.\n- [Home] - Navigates to the first item.\n- [End] - Navigates to the last item.",
1968
- "name": "Breadcrumbs",
1969
- "slots": [
1970
- {
1971
- "name": "default",
1972
- "description": "Defines the component items.\n\n**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items."
1973
- }
1974
- ],
1975
- "members": [
1976
- {
1977
- "kind": "field",
1978
- "name": "design",
1979
- "type": {
1980
- "text": "BreadcrumbsDesign",
1981
- "references": [
1982
- {
1983
- "name": "BreadcrumbsDesign",
1984
- "package": "@ui5/webcomponents",
1985
- "module": "dist/types/BreadcrumbsDesign.js"
1986
- }
1987
- ]
1988
- },
1989
- "default": "\"Standard\"",
1990
- "description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
1991
- "privacy": "public"
1992
- },
1993
- {
1994
- "kind": "field",
1995
- "name": "separators",
1996
- "type": {
1997
- "text": "BreadcrumbsSeparator",
1998
- "references": [
1999
- {
2000
- "name": "BreadcrumbsSeparator",
2001
- "package": "@ui5/webcomponents",
2002
- "module": "dist/types/BreadcrumbsSeparator.js"
2003
- }
2004
- ]
2005
- },
2006
- "default": "\"Slash\"",
2007
- "description": "Determines the visual style of the separator between the breadcrumb items.",
2008
- "privacy": "public"
2009
- }
2010
- ],
2011
- "events": [
2012
- {
2013
- "name": "item-click",
2014
- "type": {
2015
- "text": "CustomEvent<BreadcrumbsItemClickEventDetail>",
2016
- "references": [
2017
- {
2018
- "name": "BreadcrumbsItemClickEventDetail",
2019
- "package": "@ui5/webcomponents",
2020
- "module": "dist/Breadcrumbs.js"
2021
- }
2022
- ]
2023
- },
2024
- "description": "Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`."
2025
- }
2026
- ],
2027
- "attributes": [
2028
- {
2029
- "description": "Defines the visual appearance of the last BreadcrumbsItem.\n\nThe Breadcrumbs supports two visual appearances for the last BreadcrumbsItem:\n- \"Standard\" - displaying the last item as \"current page\" (bold and without separator)\n- \"NoCurrentPage\" - displaying the last item as a regular BreadcrumbsItem, followed by separator",
2030
- "name": "design",
2031
- "default": "\"Standard\"",
2032
- "fieldName": "design",
2033
- "type": {
2034
- "text": "\"Standard\" | \"NoCurrentPage\""
2035
- }
2036
- },
2037
- {
2038
- "description": "Determines the visual style of the separator between the breadcrumb items.",
2039
- "name": "separators",
2040
- "default": "\"Slash\"",
2041
- "fieldName": "separators",
2042
- "type": {
2043
- "text": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\""
2044
- }
2045
- }
2046
- ],
2047
- "superclass": {
2048
- "name": "UI5Element",
2049
- "package": "@ui5/webcomponents-base",
2050
- "module": "dist/UI5Element.js"
2051
- },
2052
- "tagName": "ui5-breadcrumbs",
2053
- "customElement": true
2054
- }
2055
- ],
2056
- "exports": [
2057
- {
2058
- "kind": "js",
2059
- "name": "default",
2060
- "declaration": {
2061
- "name": "Breadcrumbs",
2062
- "module": "dist/Breadcrumbs.js"
2063
- }
2064
- },
2065
- {
2066
- "kind": "custom-element-definition",
2067
- "name": "ui5-breadcrumbs",
2068
- "declaration": {
2069
- "name": "Breadcrumbs",
2070
- "module": "dist/Breadcrumbs.js"
2071
- }
2072
- }
2073
- ]
2074
- },
2075
- {
2076
- "kind": "javascript-module",
2077
- "path": "dist/BreadcrumbsItem.js",
2078
- "declarations": [
2079
- {
2080
- "kind": "class",
2081
- "description": "### Overview\n\nThe `ui5-breadcrumbs-item` component defines the content of an item in `ui5-breadcrumbs`.",
2082
- "name": "BreadcrumbsItem",
2083
- "slots": [
2084
- {
2085
- "name": "default",
2086
- "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
2087
- }
2088
- ],
2089
- "members": [
2090
- {
2091
- "kind": "field",
2092
- "name": "href",
2093
- "type": {
2094
- "text": "string | undefined"
2095
- },
2096
- "description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
2097
- "default": "undefined",
2098
- "privacy": "public"
2099
- },
2100
- {
2101
- "kind": "field",
2102
- "name": "target",
2103
- "type": {
2104
- "text": "string | undefined"
2105
- },
2106
- "description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
2107
- "default": "undefined",
2108
- "privacy": "public"
2109
- },
2110
- {
2111
- "kind": "field",
2112
- "name": "accessibleName",
2113
- "type": {
2114
- "text": "string | undefined"
2115
- },
2116
- "description": "Defines the accessible ARIA name of the item.",
2117
- "default": "undefined",
2118
- "privacy": "public"
2119
- }
2120
- ],
2121
- "attributes": [
2122
- {
2123
- "description": "Defines the link href.\n\n**Note:** Standard hyperlink behavior is supported.",
2124
- "name": "href",
2125
- "default": "undefined",
2126
- "fieldName": "href",
2127
- "type": {
2128
- "text": "string | undefined"
2129
- }
2130
- },
2131
- {
2132
- "description": "Defines the link target.\n\nAvailable options are:\n\n- `_self`\n- `_top`\n- `_blank`\n- `_parent`\n- `_search`\n\n**Note:** This property must only be used when the `href` property is set.",
2133
- "name": "target",
2134
- "default": "undefined",
2135
- "fieldName": "target",
2136
- "type": {
2137
- "text": "string | undefined"
2138
- }
2139
- },
2140
- {
2141
- "description": "Defines the accessible ARIA name of the item.",
2142
- "name": "accessible-name",
2143
- "default": "undefined",
2144
- "fieldName": "accessibleName",
2145
- "type": {
2146
- "text": "string | undefined"
2147
- }
2148
- }
2149
- ],
2150
- "superclass": {
2151
- "name": "UI5Element",
2152
- "package": "@ui5/webcomponents-base",
2153
- "module": "dist/UI5Element.js"
2154
- },
2155
- "tagName": "ui5-breadcrumbs-item",
2156
- "customElement": true
2157
- }
2158
- ],
2159
- "exports": [
2160
- {
2161
- "kind": "js",
2162
- "name": "default",
2163
- "declaration": {
2164
- "name": "BreadcrumbsItem",
2165
- "module": "dist/BreadcrumbsItem.js"
2166
- }
2167
- },
2168
- {
2169
- "kind": "custom-element-definition",
2170
- "name": "ui5-breadcrumbs-item",
2171
- "declaration": {
2172
- "name": "BreadcrumbsItem",
2173
- "module": "dist/BreadcrumbsItem.js"
2174
- }
2175
- }
2176
- ]
2177
- },
2178
- {
2179
- "kind": "javascript-module",
2180
- "path": "dist/BusyIndicator.js",
2181
- "declarations": [
2182
- {
2183
- "kind": "class",
2184
- "description": "### Overview\n\nThe `ui5-busy-indicator` signals that some operation is going on and that the\nuser must wait. It does not block the current UI screen so other operations could be triggered in parallel.\nIt displays 3 dots and each dot expands and shrinks at a different rate, resulting in a cascading flow of animation.\n\n### Usage\nFor the `ui5-busy-indicator` you can define the size, the text and whether it is shown or hidden.\nIn order to hide it, use the \"active\" property.\n\nIn order to show busy state over an HTML element, simply nest the HTML element in a `ui5-busy-indicator` instance.\n\n**Note:** Since `ui5-busy-indicator` has `display: inline-block;` by default and no width of its own,\nwhenever you need to wrap a block-level element, you should set `display: block` to the busy indicator as well.\n\n#### When to use:\n\n- The user needs to be able to cancel the operation.\n- Only part of the application or a particular component is affected.\n\n#### When not to use:\n\n- The operation takes less than one second.\n- You need to block the screen and prevent the user from starting another activity.\n- Do not show multiple busy indicators at once.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/BusyIndicator.js\";`",
2185
- "name": "BusyIndicator",
2186
- "slots": [
2187
- {
2188
- "description": "Determines the content over which the component will appear.",
2189
- "name": "default"
2190
- }
2191
- ],
2192
- "members": [
2193
- {
2194
- "kind": "field",
2195
- "name": "text",
2196
- "type": {
2197
- "text": "string | undefined"
2198
- },
2199
- "description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
2200
- "privacy": "public",
2201
- "default": "undefined"
2202
- },
2203
- {
2204
- "kind": "field",
2205
- "name": "size",
2206
- "type": {
2207
- "text": "BusyIndicatorSize",
2208
- "references": [
2209
- {
2210
- "name": "BusyIndicatorSize",
2211
- "package": "@ui5/webcomponents",
2212
- "module": "dist/types/BusyIndicatorSize.js"
2213
- }
2214
- ]
2215
- },
2216
- "default": "\"M\"",
2217
- "description": "Defines the size of the component.",
2218
- "privacy": "public"
2219
- },
2220
- {
2221
- "kind": "field",
2222
- "name": "active",
2223
- "type": {
2224
- "text": "boolean"
2225
- },
2226
- "default": "false",
2227
- "description": "Defines if the busy indicator is visible on the screen. By default it is not.",
2228
- "privacy": "public"
2229
- },
2230
- {
2231
- "kind": "field",
2232
- "name": "delay",
2233
- "type": {
2234
- "text": "number"
2235
- },
2236
- "default": "1000",
2237
- "description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
2238
- "privacy": "public"
2239
- },
2240
- {
2241
- "kind": "field",
2242
- "name": "textPlacement",
2243
- "type": {
2244
- "text": "BusyIndicatorTextPlacement",
2245
- "references": [
2246
- {
2247
- "name": "BusyIndicatorTextPlacement",
2248
- "package": "@ui5/webcomponents",
2249
- "module": "dist/types/BusyIndicatorTextPlacement.js"
2250
- }
2251
- ]
2252
- },
2253
- "default": "\"Bottom\"",
2254
- "description": "Defines the placement of the text.",
2255
- "privacy": "public"
2256
- }
2257
- ],
2258
- "attributes": [
2259
- {
2260
- "description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
2261
- "name": "text",
2262
- "default": "undefined",
2263
- "fieldName": "text",
2264
- "type": {
2265
- "text": "string | undefined"
2266
- }
2267
- },
2268
- {
2269
- "description": "Defines the size of the component.",
2270
- "name": "size",
2271
- "default": "\"M\"",
2272
- "fieldName": "size",
2273
- "type": {
2274
- "text": "\"S\" | \"M\" | \"L\""
2275
- }
2276
- },
2277
- {
2278
- "description": "Defines if the busy indicator is visible on the screen. By default it is not.",
2279
- "name": "active",
2280
- "default": "false",
2281
- "fieldName": "active",
2282
- "type": {
2283
- "text": "boolean"
2284
- }
2285
- },
2286
- {
2287
- "description": "Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.",
2288
- "name": "delay",
2289
- "default": "1000",
2290
- "fieldName": "delay",
2291
- "type": {
2292
- "text": "number"
2293
- }
2294
- },
2295
- {
2296
- "description": "Defines the placement of the text.",
2297
- "name": "text-placement",
2298
- "default": "\"Bottom\"",
2299
- "fieldName": "textPlacement",
2300
- "type": {
2301
- "text": "\"Top\" | \"Bottom\""
2302
- }
2303
- }
2304
- ],
2305
- "superclass": {
2306
- "name": "UI5Element",
2307
- "package": "@ui5/webcomponents-base",
2308
- "module": "dist/UI5Element.js"
2309
- },
2310
- "tagName": "ui5-busy-indicator",
2311
- "customElement": true
2312
- }
2313
- ],
2314
- "exports": [
2315
- {
2316
- "kind": "js",
2317
- "name": "default",
2318
- "declaration": {
2319
- "name": "BusyIndicator",
2320
- "module": "dist/BusyIndicator.js"
2321
- }
2322
- },
2323
- {
2324
- "kind": "custom-element-definition",
2325
- "name": "ui5-busy-indicator",
2326
- "declaration": {
2327
- "name": "BusyIndicator",
2328
- "module": "dist/BusyIndicator.js"
2329
- }
2330
- }
2331
- ]
2332
- },
2333
- {
2334
- "kind": "javascript-module",
2335
- "path": "dist/Button.js",
2336
- "declarations": [
1015
+ "path": "dist/Button.js",
1016
+ "declarations": [
2337
1017
  {
2338
1018
  "kind": "class",
2339
1019
  "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`",
@@ -4189,6 +2869,16 @@
4189
2869
  "description": "Defines the visibility of the navigation arrows.\nIf set to true the navigation arrows will be hidden.",
4190
2870
  "privacy": "public"
4191
2871
  },
2872
+ {
2873
+ "kind": "field",
2874
+ "name": "_currentSlideIndex",
2875
+ "type": {
2876
+ "text": "number"
2877
+ },
2878
+ "default": "0",
2879
+ "description": "Defines the current first visible item in the viewport.\nDefault value is 0, which means the first item in the viewport.",
2880
+ "privacy": "public"
2881
+ },
4192
2882
  {
4193
2883
  "kind": "field",
4194
2884
  "name": "hidePageIndicator",
@@ -4287,11 +2977,6 @@
4287
2977
  {
4288
2978
  "kind": "method",
4289
2979
  "name": "navigateTo",
4290
- "return": {
4291
- "type": {
4292
- "text": "void"
4293
- }
4294
- },
4295
2980
  "parameters": [
4296
2981
  {
4297
2982
  "name": "itemIndex",
@@ -4303,17 +2988,6 @@
4303
2988
  ],
4304
2989
  "description": "Changes the currently displayed page.",
4305
2990
  "privacy": "public"
4306
- },
4307
- {
4308
- "kind": "field",
4309
- "name": "visibleItemsIndices",
4310
- "type": {
4311
- "text": "Array<number>"
4312
- },
4313
- "description": "The indices of the currently visible items of the component.",
4314
- "privacy": "public",
4315
- "default": "[]",
4316
- "readonly": true
4317
2991
  }
4318
2992
  ],
4319
2993
  "events": [
@@ -4378,6 +3052,15 @@
4378
3052
  "text": "boolean"
4379
3053
  }
4380
3054
  },
3055
+ {
3056
+ "description": "Defines the current first visible item in the viewport.\nDefault value is 0, which means the first item in the viewport.",
3057
+ "name": "_current-slide-index",
3058
+ "default": "0",
3059
+ "fieldName": "_currentSlideIndex",
3060
+ "type": {
3061
+ "text": "number"
3062
+ }
3063
+ },
4381
3064
  {
4382
3065
  "description": "Defines the visibility of the page indicator.\nIf set to true the page indicator will be hidden.",
4383
3066
  "name": "hide-page-indicator",
@@ -4431,15 +3114,6 @@
4431
3114
  "type": {
4432
3115
  "text": "\"Content\" | \"Navigation\""
4433
3116
  }
4434
- },
4435
- {
4436
- "description": "The indices of the currently visible items of the component.",
4437
- "name": "visible-items-indices",
4438
- "default": "[]",
4439
- "fieldName": "visibleItemsIndices",
4440
- "type": {
4441
- "text": "any"
4442
- }
4443
3117
  }
4444
3118
  ],
4445
3119
  "superclass": {
@@ -11511,7 +10185,7 @@
11511
10185
  ]
11512
10186
  },
11513
10187
  "default": "{}",
11514
- "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
10188
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`, `growingButton.description`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n- **description**: Defines the accessible ARIA description of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
11515
10189
  "privacy": "public"
11516
10190
  },
11517
10191
  {
@@ -11788,7 +10462,7 @@
11788
10462
  }
11789
10463
  },
11790
10464
  {
11791
- "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
10465
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`, `growingButton.description`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n- **description**: Defines the accessible ARIA description of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
11792
10466
  "name": "accessibility-attributes",
11793
10467
  "default": "{}",
11794
10468
  "fieldName": "accessibilityAttributes",
@@ -18525,6 +17199,23 @@
18525
17199
  "description": "Defines the component selection mode.",
18526
17200
  "privacy": "public"
18527
17201
  },
17202
+ {
17203
+ "kind": "field",
17204
+ "name": "contentMode",
17205
+ "type": {
17206
+ "text": "SegmentedButtonContentMode",
17207
+ "references": [
17208
+ {
17209
+ "name": "SegmentedButtonContentMode",
17210
+ "package": "@ui5/webcomponents",
17211
+ "module": "dist/types/SegmentedButtonContentMode.js"
17212
+ }
17213
+ ]
17214
+ },
17215
+ "default": "\"EqualSized\"",
17216
+ "description": "Defines the content mode of the segmented button items.\n\n- \"EqualSized\": All items are sized equally to fill the available space.\n- \"ContentFit\": Each item is sized to fit its content, with any extra space placed after the last item.",
17217
+ "privacy": "public"
17218
+ },
18528
17219
  {
18529
17220
  "kind": "field",
18530
17221
  "name": "selectedItems",
@@ -18606,6 +17297,15 @@
18606
17297
  "text": "\"Single\" | \"Multiple\""
18607
17298
  }
18608
17299
  },
17300
+ {
17301
+ "description": "Defines the content mode of the segmented button items.\n\n- \"EqualSized\": All items are sized equally to fill the available space.\n- \"ContentFit\": Each item is sized to fit its content, with any extra space placed after the last item.",
17302
+ "name": "content-mode",
17303
+ "default": "\"EqualSized\"",
17304
+ "fieldName": "contentMode",
17305
+ "type": {
17306
+ "text": "\"ContentFit\" | \"EqualSized\""
17307
+ }
17308
+ },
18609
17309
  {
18610
17310
  "description": "Returns an array of the currently selected items.",
18611
17311
  "name": "selected-items",
@@ -24194,6 +22894,26 @@
24194
22894
  "description": "Receives id(or many ids) of the elements that label the textarea.",
24195
22895
  "default": "undefined",
24196
22896
  "privacy": "public"
22897
+ },
22898
+ {
22899
+ "kind": "field",
22900
+ "name": "accessibleDescription",
22901
+ "type": {
22902
+ "text": "string | undefined"
22903
+ },
22904
+ "description": "Defines the accessible description of the component.",
22905
+ "default": "undefined",
22906
+ "privacy": "public"
22907
+ },
22908
+ {
22909
+ "kind": "field",
22910
+ "name": "accessibleDescriptionRef",
22911
+ "type": {
22912
+ "text": "string | undefined"
22913
+ },
22914
+ "description": "Receives id(or many ids) of the elements that describe the textarea.",
22915
+ "default": "undefined",
22916
+ "privacy": "public"
24197
22917
  }
24198
22918
  ],
24199
22919
  "events": [
@@ -24359,6 +23079,24 @@
24359
23079
  "type": {
24360
23080
  "text": "string | undefined"
24361
23081
  }
23082
+ },
23083
+ {
23084
+ "description": "Defines the accessible description of the component.",
23085
+ "name": "accessible-description",
23086
+ "default": "undefined",
23087
+ "fieldName": "accessibleDescription",
23088
+ "type": {
23089
+ "text": "string | undefined"
23090
+ }
23091
+ },
23092
+ {
23093
+ "description": "Receives id(or many ids) of the elements that describe the textarea.",
23094
+ "name": "accessible-description-ref",
23095
+ "default": "undefined",
23096
+ "fieldName": "accessibleDescriptionRef",
23097
+ "type": {
23098
+ "text": "string | undefined"
23099
+ }
24362
23100
  }
24363
23101
  ],
24364
23102
  "superclass": {
@@ -28794,67 +27532,1402 @@
28794
27532
  }
28795
27533
  ]
28796
27534
  }
28797
- ],
27535
+ ],
27536
+ "exports": [
27537
+ {
27538
+ "kind": "js",
27539
+ "name": "default",
27540
+ "declaration": {
27541
+ "name": "TreeItemCustom",
27542
+ "module": "dist/TreeItemCustom.js"
27543
+ }
27544
+ },
27545
+ {
27546
+ "kind": "custom-element-definition",
27547
+ "name": "ui5-tree-item-custom",
27548
+ "declaration": {
27549
+ "name": "TreeItemCustom",
27550
+ "module": "dist/TreeItemCustom.js"
27551
+ }
27552
+ }
27553
+ ]
27554
+ },
27555
+ {
27556
+ "kind": "javascript-module",
27557
+ "path": "dist/TreeList.js",
27558
+ "declarations": [],
27559
+ "exports": [
27560
+ {
27561
+ "kind": "js",
27562
+ "name": "default",
27563
+ "declaration": {
27564
+ "name": "TreeList",
27565
+ "module": "dist/TreeList.js"
27566
+ }
27567
+ }
27568
+ ]
27569
+ },
27570
+ {
27571
+ "kind": "javascript-module",
27572
+ "path": "dist/YearPicker.js",
27573
+ "declarations": [],
27574
+ "exports": [
27575
+ {
27576
+ "kind": "js",
27577
+ "name": "default",
27578
+ "declaration": {
27579
+ "name": "YearPicker",
27580
+ "module": "dist/YearPicker.js"
27581
+ }
27582
+ }
27583
+ ]
27584
+ },
27585
+ {
27586
+ "kind": "javascript-module",
27587
+ "path": "dist/YearRangePicker.js",
27588
+ "declarations": [],
27589
+ "exports": [
27590
+ {
27591
+ "kind": "js",
27592
+ "name": "default",
27593
+ "declaration": {
27594
+ "name": "YearRangePicker",
27595
+ "module": "dist/YearRangePicker.js"
27596
+ }
27597
+ }
27598
+ ]
27599
+ },
27600
+ {
27601
+ "kind": "javascript-module",
27602
+ "path": "dist/colorpicker-utils/ColorValue.js",
27603
+ "declarations": [],
27604
+ "exports": [
27605
+ {
27606
+ "kind": "js",
27607
+ "name": "default",
27608
+ "declaration": {
27609
+ "name": "ColorValue",
27610
+ "module": "dist/colorpicker-utils/ColorValue.js"
27611
+ }
27612
+ }
27613
+ ]
27614
+ },
27615
+ {
27616
+ "kind": "javascript-module",
27617
+ "path": "dist/delegate/DragAndDropHandler.js",
27618
+ "declarations": [],
27619
+ "exports": [
27620
+ {
27621
+ "kind": "js",
27622
+ "name": "default",
27623
+ "declaration": {
27624
+ "name": "DragAndDropHandler",
27625
+ "module": "dist/delegate/DragAndDropHandler.js"
27626
+ }
27627
+ }
27628
+ ]
27629
+ },
27630
+ {
27631
+ "kind": "javascript-module",
27632
+ "path": "dist/dynamic-date-range-options/DateRange.js",
27633
+ "declarations": [
27634
+ {
27635
+ "kind": "class",
27636
+ "description": "",
27637
+ "name": "DateRange"
27638
+ }
27639
+ ],
27640
+ "exports": [
27641
+ {
27642
+ "kind": "js",
27643
+ "name": "default",
27644
+ "declaration": {
27645
+ "name": "DateRange",
27646
+ "module": "dist/dynamic-date-range-options/DateRange.js"
27647
+ }
27648
+ }
27649
+ ]
27650
+ },
27651
+ {
27652
+ "kind": "javascript-module",
27653
+ "path": "dist/dynamic-date-range-options/LastNextUtils.js",
27654
+ "declarations": [],
27655
+ "exports": []
27656
+ },
27657
+ {
27658
+ "kind": "javascript-module",
27659
+ "path": "dist/dynamic-date-range-options/LastOptions.js",
27660
+ "declarations": [
27661
+ {
27662
+ "kind": "class",
27663
+ "description": "",
27664
+ "name": "LastOptions"
27665
+ }
27666
+ ],
27667
+ "exports": [
27668
+ {
27669
+ "kind": "js",
27670
+ "name": "default",
27671
+ "declaration": {
27672
+ "name": "LastOptions",
27673
+ "module": "dist/dynamic-date-range-options/LastOptions.js"
27674
+ }
27675
+ }
27676
+ ]
27677
+ },
27678
+ {
27679
+ "kind": "javascript-module",
27680
+ "path": "dist/dynamic-date-range-options/NextOptions.js",
27681
+ "declarations": [
27682
+ {
27683
+ "kind": "class",
27684
+ "description": "",
27685
+ "name": "NextOptions"
27686
+ }
27687
+ ],
27688
+ "exports": [
27689
+ {
27690
+ "kind": "js",
27691
+ "name": "default",
27692
+ "declaration": {
27693
+ "name": "NextOptions",
27694
+ "module": "dist/dynamic-date-range-options/NextOptions.js"
27695
+ }
27696
+ }
27697
+ ]
27698
+ },
27699
+ {
27700
+ "kind": "javascript-module",
27701
+ "path": "dist/dynamic-date-range-options/SingleDate.js",
27702
+ "declarations": [
27703
+ {
27704
+ "kind": "class",
27705
+ "description": "",
27706
+ "name": "SingleDate"
27707
+ }
27708
+ ],
27709
+ "exports": [
27710
+ {
27711
+ "kind": "js",
27712
+ "name": "default",
27713
+ "declaration": {
27714
+ "name": "SingleDate",
27715
+ "module": "dist/dynamic-date-range-options/SingleDate.js"
27716
+ }
27717
+ }
27718
+ ]
27719
+ },
27720
+ {
27721
+ "kind": "javascript-module",
27722
+ "path": "dist/dynamic-date-range-options/Today.js",
27723
+ "declarations": [
27724
+ {
27725
+ "kind": "class",
27726
+ "description": "",
27727
+ "name": "Today"
27728
+ }
27729
+ ],
27730
+ "exports": [
27731
+ {
27732
+ "kind": "js",
27733
+ "name": "default",
27734
+ "declaration": {
27735
+ "name": "Today",
27736
+ "module": "dist/dynamic-date-range-options/Today.js"
27737
+ }
27738
+ }
27739
+ ]
27740
+ },
27741
+ {
27742
+ "kind": "javascript-module",
27743
+ "path": "dist/dynamic-date-range-options/Tomorrow.js",
27744
+ "declarations": [
27745
+ {
27746
+ "kind": "class",
27747
+ "description": "",
27748
+ "name": "Tomorrow"
27749
+ }
27750
+ ],
27751
+ "exports": [
27752
+ {
27753
+ "kind": "js",
27754
+ "name": "default",
27755
+ "declaration": {
27756
+ "name": "Tomorrow",
27757
+ "module": "dist/dynamic-date-range-options/Tomorrow.js"
27758
+ }
27759
+ }
27760
+ ]
27761
+ },
27762
+ {
27763
+ "kind": "javascript-module",
27764
+ "path": "dist/dynamic-date-range-options/Yesterday.js",
27765
+ "declarations": [
27766
+ {
27767
+ "kind": "class",
27768
+ "description": "",
27769
+ "name": "Yesterday"
27770
+ }
27771
+ ],
27772
+ "exports": [
27773
+ {
27774
+ "kind": "js",
27775
+ "name": "default",
27776
+ "declaration": {
27777
+ "name": "Yesterday",
27778
+ "module": "dist/dynamic-date-range-options/Yesterday.js"
27779
+ }
27780
+ }
27781
+ ]
27782
+ },
27783
+ {
27784
+ "kind": "javascript-module",
27785
+ "path": "dist/dynamic-date-range-options/toDates.js",
27786
+ "declarations": [],
27787
+ "exports": []
27788
+ },
27789
+ {
27790
+ "kind": "javascript-module",
27791
+ "path": "dist/features/ColorPaletteMoreColors.js",
27792
+ "declarations": [],
27793
+ "exports": []
27794
+ },
27795
+ {
27796
+ "kind": "javascript-module",
27797
+ "path": "dist/features/InputComposition.js",
27798
+ "declarations": [],
27799
+ "exports": [
27800
+ {
27801
+ "kind": "js",
27802
+ "name": "default",
27803
+ "declaration": {
27804
+ "name": "InputComposition",
27805
+ "module": "dist/features/InputComposition.js"
27806
+ }
27807
+ }
27808
+ ]
27809
+ },
27810
+ {
27811
+ "kind": "javascript-module",
27812
+ "path": "dist/features/InputSuggestions.js",
27813
+ "declarations": [],
27814
+ "exports": [
27815
+ {
27816
+ "kind": "js",
27817
+ "name": "default",
27818
+ "declaration": {
27819
+ "name": "Suggestions",
27820
+ "module": "dist/features/InputSuggestions.js"
27821
+ }
27822
+ }
27823
+ ]
27824
+ },
27825
+ {
27826
+ "kind": "javascript-module",
27827
+ "path": "dist/features/ListItemStandardExpandableText.js",
27828
+ "declarations": [],
27829
+ "exports": []
27830
+ },
27831
+ {
27832
+ "kind": "javascript-module",
27833
+ "path": "dist/popup-utils/OpenedPopupsRegistry.js",
27834
+ "declarations": [],
27835
+ "exports": []
27836
+ },
27837
+ {
27838
+ "kind": "javascript-module",
27839
+ "path": "dist/popup-utils/PopoverRegistry.js",
27840
+ "declarations": [],
27841
+ "exports": []
27842
+ },
27843
+ {
27844
+ "kind": "javascript-module",
27845
+ "path": "dist/timepicker-utils/TimeSlider.js",
27846
+ "declarations": [],
27847
+ "exports": []
27848
+ },
27849
+ {
27850
+ "kind": "javascript-module",
27851
+ "path": "dist/types/AvatarColorScheme.js",
27852
+ "declarations": [],
27853
+ "exports": [
27854
+ {
27855
+ "kind": "js",
27856
+ "name": "default",
27857
+ "declaration": {
27858
+ "name": "AvatarColorScheme",
27859
+ "module": "dist/types/AvatarColorScheme.js"
27860
+ }
27861
+ }
27862
+ ]
27863
+ },
27864
+ {
27865
+ "kind": "javascript-module",
27866
+ "path": "dist/types/AvatarGroupType.js",
27867
+ "declarations": [],
27868
+ "exports": [
27869
+ {
27870
+ "kind": "js",
27871
+ "name": "default",
27872
+ "declaration": {
27873
+ "name": "AvatarGroupType",
27874
+ "module": "dist/types/AvatarGroupType.js"
27875
+ }
27876
+ }
27877
+ ]
27878
+ },
27879
+ {
27880
+ "kind": "javascript-module",
27881
+ "path": "dist/types/AvatarShape.js",
27882
+ "declarations": [],
27883
+ "exports": [
27884
+ {
27885
+ "kind": "js",
27886
+ "name": "default",
27887
+ "declaration": {
27888
+ "name": "AvatarShape",
27889
+ "module": "dist/types/AvatarShape.js"
27890
+ }
27891
+ }
27892
+ ]
27893
+ },
27894
+ {
27895
+ "kind": "javascript-module",
27896
+ "path": "dist/types/AvatarSize.js",
27897
+ "declarations": [],
27898
+ "exports": [
27899
+ {
27900
+ "kind": "js",
27901
+ "name": "default",
27902
+ "declaration": {
27903
+ "name": "AvatarSize",
27904
+ "module": "dist/types/AvatarSize.js"
27905
+ }
27906
+ }
27907
+ ]
27908
+ },
27909
+ {
27910
+ "kind": "javascript-module",
27911
+ "path": "dist/types/BackgroundDesign.js",
27912
+ "declarations": [],
27913
+ "exports": [
27914
+ {
27915
+ "kind": "js",
27916
+ "name": "default",
27917
+ "declaration": {
27918
+ "name": "BackgroundDesign",
27919
+ "module": "dist/types/BackgroundDesign.js"
27920
+ }
27921
+ }
27922
+ ]
27923
+ },
27924
+ {
27925
+ "kind": "javascript-module",
27926
+ "path": "dist/types/BarAccessibleRole.js",
27927
+ "declarations": [],
27928
+ "exports": [
27929
+ {
27930
+ "kind": "js",
27931
+ "name": "default",
27932
+ "declaration": {
27933
+ "name": "BarAccessibleRole",
27934
+ "module": "dist/types/BarAccessibleRole.js"
27935
+ }
27936
+ }
27937
+ ]
27938
+ },
27939
+ {
27940
+ "kind": "javascript-module",
27941
+ "path": "dist/types/BarDesign.js",
27942
+ "declarations": [],
27943
+ "exports": [
27944
+ {
27945
+ "kind": "js",
27946
+ "name": "default",
27947
+ "declaration": {
27948
+ "name": "BarDesign",
27949
+ "module": "dist/types/BarDesign.js"
27950
+ }
27951
+ }
27952
+ ]
27953
+ },
27954
+ {
27955
+ "kind": "javascript-module",
27956
+ "path": "dist/types/BorderDesign.js",
27957
+ "declarations": [],
27958
+ "exports": [
27959
+ {
27960
+ "kind": "js",
27961
+ "name": "default",
27962
+ "declaration": {
27963
+ "name": "BorderDesign",
27964
+ "module": "dist/types/BorderDesign.js"
27965
+ }
27966
+ }
27967
+ ]
27968
+ },
27969
+ {
27970
+ "kind": "javascript-module",
27971
+ "path": "dist/types/BreadcrumbsDesign.js",
27972
+ "declarations": [],
27973
+ "exports": [
27974
+ {
27975
+ "kind": "js",
27976
+ "name": "default",
27977
+ "declaration": {
27978
+ "name": "BreadcrumbsDesign",
27979
+ "module": "dist/types/BreadcrumbsDesign.js"
27980
+ }
27981
+ }
27982
+ ]
27983
+ },
27984
+ {
27985
+ "kind": "javascript-module",
27986
+ "path": "dist/types/BreadcrumbsSeparator.js",
27987
+ "declarations": [],
27988
+ "exports": [
27989
+ {
27990
+ "kind": "js",
27991
+ "name": "default",
27992
+ "declaration": {
27993
+ "name": "BreadcrumbsSeparator",
27994
+ "module": "dist/types/BreadcrumbsSeparator.js"
27995
+ }
27996
+ }
27997
+ ]
27998
+ },
27999
+ {
28000
+ "kind": "javascript-module",
28001
+ "path": "dist/types/BusyIndicatorSize.js",
28002
+ "declarations": [],
28003
+ "exports": [
28004
+ {
28005
+ "kind": "js",
28006
+ "name": "default",
28007
+ "declaration": {
28008
+ "name": "BusyIndicatorSize",
28009
+ "module": "dist/types/BusyIndicatorSize.js"
28010
+ }
28011
+ }
28012
+ ]
28013
+ },
28014
+ {
28015
+ "kind": "javascript-module",
28016
+ "path": "dist/types/BusyIndicatorTextPlacement.js",
28017
+ "declarations": [],
28018
+ "exports": [
28019
+ {
28020
+ "kind": "js",
28021
+ "name": "default",
28022
+ "declaration": {
28023
+ "name": "BusyIndicatorTextPlacement",
28024
+ "module": "dist/types/BusyIndicatorTextPlacement.js"
28025
+ }
28026
+ }
28027
+ ]
28028
+ },
28029
+ {
28030
+ "kind": "javascript-module",
28031
+ "path": "dist/types/ButtonAccessibleRole.js",
28032
+ "declarations": [],
28033
+ "exports": [
28034
+ {
28035
+ "kind": "js",
28036
+ "name": "default",
28037
+ "declaration": {
28038
+ "name": "ButtonAccessibleRole",
28039
+ "module": "dist/types/ButtonAccessibleRole.js"
28040
+ }
28041
+ }
28042
+ ]
28043
+ },
28044
+ {
28045
+ "kind": "javascript-module",
28046
+ "path": "dist/types/ButtonBadgeDesign.js",
28047
+ "declarations": [],
28048
+ "exports": [
28049
+ {
28050
+ "kind": "js",
28051
+ "name": "default",
28052
+ "declaration": {
28053
+ "name": "ButtonBadgeDesign",
28054
+ "module": "dist/types/ButtonBadgeDesign.js"
28055
+ }
28056
+ }
28057
+ ]
28058
+ },
28059
+ {
28060
+ "kind": "javascript-module",
28061
+ "path": "dist/types/ButtonDesign.js",
28062
+ "declarations": [],
28063
+ "exports": [
28064
+ {
28065
+ "kind": "js",
28066
+ "name": "default",
28067
+ "declaration": {
28068
+ "name": "ButtonDesign",
28069
+ "module": "dist/types/ButtonDesign.js"
28070
+ }
28071
+ }
28072
+ ]
28073
+ },
28074
+ {
28075
+ "kind": "javascript-module",
28076
+ "path": "dist/types/ButtonType.js",
28077
+ "declarations": [],
28078
+ "exports": [
28079
+ {
28080
+ "kind": "js",
28081
+ "name": "default",
28082
+ "declaration": {
28083
+ "name": "ButtonType",
28084
+ "module": "dist/types/ButtonType.js"
28085
+ }
28086
+ }
28087
+ ]
28088
+ },
28089
+ {
28090
+ "kind": "javascript-module",
28091
+ "path": "dist/types/CalendarLegendItemType.js",
28092
+ "declarations": [],
28093
+ "exports": [
28094
+ {
28095
+ "kind": "js",
28096
+ "name": "default",
28097
+ "declaration": {
28098
+ "name": "CalendarLegendItemType",
28099
+ "module": "dist/types/CalendarLegendItemType.js"
28100
+ }
28101
+ }
28102
+ ]
28103
+ },
28104
+ {
28105
+ "kind": "javascript-module",
28106
+ "path": "dist/types/CalendarPickersMode.js",
28107
+ "declarations": [],
28108
+ "exports": [
28109
+ {
28110
+ "kind": "js",
28111
+ "name": "default",
28112
+ "declaration": {
28113
+ "name": "CalendarPickersMode",
28114
+ "module": "dist/types/CalendarPickersMode.js"
28115
+ }
28116
+ }
28117
+ ]
28118
+ },
28119
+ {
28120
+ "kind": "javascript-module",
28121
+ "path": "dist/types/CalendarSelectionMode.js",
28122
+ "declarations": [],
28123
+ "exports": [
28124
+ {
28125
+ "kind": "js",
28126
+ "name": "default",
28127
+ "declaration": {
28128
+ "name": "CalendarSelectionMode",
28129
+ "module": "dist/types/CalendarSelectionMode.js"
28130
+ }
28131
+ }
28132
+ ]
28133
+ },
28134
+ {
28135
+ "kind": "javascript-module",
28136
+ "path": "dist/types/CalendarWeekNumbering.js",
28137
+ "declarations": [],
28138
+ "exports": [
28139
+ {
28140
+ "kind": "js",
28141
+ "name": "default",
28142
+ "declaration": {
28143
+ "name": "CalendarWeekNumbering",
28144
+ "module": "dist/types/CalendarWeekNumbering.js"
28145
+ }
28146
+ }
28147
+ ]
28148
+ },
28149
+ {
28150
+ "kind": "javascript-module",
28151
+ "path": "dist/types/CarouselArrowsPlacement.js",
28152
+ "declarations": [],
28153
+ "exports": [
28154
+ {
28155
+ "kind": "js",
28156
+ "name": "default",
28157
+ "declaration": {
28158
+ "name": "CarouselArrowsPlacement",
28159
+ "module": "dist/types/CarouselArrowsPlacement.js"
28160
+ }
28161
+ }
28162
+ ]
28163
+ },
28164
+ {
28165
+ "kind": "javascript-module",
28166
+ "path": "dist/types/CarouselPageIndicatorType.js",
28167
+ "declarations": [],
28168
+ "exports": [
28169
+ {
28170
+ "kind": "js",
28171
+ "name": "default",
28172
+ "declaration": {
28173
+ "name": "CarouselPageIndicatorType",
28174
+ "module": "dist/types/CarouselPageIndicatorType.js"
28175
+ }
28176
+ }
28177
+ ]
28178
+ },
28179
+ {
28180
+ "kind": "javascript-module",
28181
+ "path": "dist/types/ComboBoxFilter.js",
28182
+ "declarations": [],
28183
+ "exports": [
28184
+ {
28185
+ "kind": "js",
28186
+ "name": "default",
28187
+ "declaration": {
28188
+ "name": "ComboBoxFilter",
28189
+ "module": "dist/types/ComboBoxFilter.js"
28190
+ }
28191
+ }
28192
+ ]
28193
+ },
28194
+ {
28195
+ "kind": "javascript-module",
28196
+ "path": "dist/types/ExpandableTextOverflowMode.js",
28197
+ "declarations": [],
28198
+ "exports": [
28199
+ {
28200
+ "kind": "js",
28201
+ "name": "default",
28202
+ "declaration": {
28203
+ "name": "ExpandableTextOverflowMode",
28204
+ "module": "dist/types/ExpandableTextOverflowMode.js"
28205
+ }
28206
+ }
28207
+ ]
28208
+ },
28209
+ {
28210
+ "kind": "javascript-module",
28211
+ "path": "dist/types/ExpandableTextTemplateParams.js",
28212
+ "declarations": [],
28213
+ "exports": []
28214
+ },
28215
+ {
28216
+ "kind": "javascript-module",
28217
+ "path": "dist/types/FormItemSpacing.js",
28218
+ "declarations": [],
28219
+ "exports": [
28220
+ {
28221
+ "kind": "js",
28222
+ "name": "default",
28223
+ "declaration": {
28224
+ "name": "FormItemSpacing",
28225
+ "module": "dist/types/FormItemSpacing.js"
28226
+ }
28227
+ }
28228
+ ]
28229
+ },
28230
+ {
28231
+ "kind": "javascript-module",
28232
+ "path": "dist/types/Highlight.js",
28233
+ "declarations": [],
28234
+ "exports": [
28235
+ {
28236
+ "kind": "js",
28237
+ "name": "default",
28238
+ "declaration": {
28239
+ "name": "Highlight",
28240
+ "module": "dist/types/Highlight.js"
28241
+ }
28242
+ }
28243
+ ]
28244
+ },
28245
+ {
28246
+ "kind": "javascript-module",
28247
+ "path": "dist/types/IconDesign.js",
28248
+ "declarations": [],
28249
+ "exports": [
28250
+ {
28251
+ "kind": "js",
28252
+ "name": "default",
28253
+ "declaration": {
28254
+ "name": "IconDesign",
28255
+ "module": "dist/types/IconDesign.js"
28256
+ }
28257
+ }
28258
+ ]
28259
+ },
28260
+ {
28261
+ "kind": "javascript-module",
28262
+ "path": "dist/types/IconMode.js",
28263
+ "declarations": [],
28264
+ "exports": [
28265
+ {
28266
+ "kind": "js",
28267
+ "name": "default",
28268
+ "declaration": {
28269
+ "name": "IconMode",
28270
+ "module": "dist/types/IconMode.js"
28271
+ }
28272
+ }
28273
+ ]
28274
+ },
28275
+ {
28276
+ "kind": "javascript-module",
28277
+ "path": "dist/types/InputKeyHint.js",
28278
+ "declarations": [],
28279
+ "exports": [
28280
+ {
28281
+ "kind": "js",
28282
+ "name": "default",
28283
+ "declaration": {
28284
+ "name": "InputKeyHint",
28285
+ "module": "dist/types/InputKeyHint.js"
28286
+ }
28287
+ }
28288
+ ]
28289
+ },
28290
+ {
28291
+ "kind": "javascript-module",
28292
+ "path": "dist/types/InputType.js",
28293
+ "declarations": [],
28294
+ "exports": [
28295
+ {
28296
+ "kind": "js",
28297
+ "name": "default",
28298
+ "declaration": {
28299
+ "name": "InputType",
28300
+ "module": "dist/types/InputType.js"
28301
+ }
28302
+ }
28303
+ ]
28304
+ },
28305
+ {
28306
+ "kind": "javascript-module",
28307
+ "path": "dist/types/InteractiveAreaSize.js",
28308
+ "declarations": [],
28309
+ "exports": [
28310
+ {
28311
+ "kind": "js",
28312
+ "name": "default",
28313
+ "declaration": {
28314
+ "name": "InteractiveAreaSize",
28315
+ "module": "dist/types/InteractiveAreaSize.js"
28316
+ }
28317
+ }
28318
+ ]
28319
+ },
28320
+ {
28321
+ "kind": "javascript-module",
28322
+ "path": "dist/types/LinkAccessibleRole.js",
28323
+ "declarations": [],
28324
+ "exports": [
28325
+ {
28326
+ "kind": "js",
28327
+ "name": "default",
28328
+ "declaration": {
28329
+ "name": "LinkAccessibleRole",
28330
+ "module": "dist/types/LinkAccessibleRole.js"
28331
+ }
28332
+ }
28333
+ ]
28334
+ },
28335
+ {
28336
+ "kind": "javascript-module",
28337
+ "path": "dist/types/LinkDesign.js",
28338
+ "declarations": [],
28339
+ "exports": [
28340
+ {
28341
+ "kind": "js",
28342
+ "name": "default",
28343
+ "declaration": {
28344
+ "name": "LinkDesign",
28345
+ "module": "dist/types/LinkDesign.js"
28346
+ }
28347
+ }
28348
+ ]
28349
+ },
28350
+ {
28351
+ "kind": "javascript-module",
28352
+ "path": "dist/types/ListAccessibleRole.js",
28353
+ "declarations": [],
28354
+ "exports": [
28355
+ {
28356
+ "kind": "js",
28357
+ "name": "default",
28358
+ "declaration": {
28359
+ "name": "ListAccessibleRole",
28360
+ "module": "dist/types/ListAccessibleRole.js"
28361
+ }
28362
+ }
28363
+ ]
28364
+ },
28365
+ {
28366
+ "kind": "javascript-module",
28367
+ "path": "dist/types/ListGrowingMode.js",
28368
+ "declarations": [],
28369
+ "exports": [
28370
+ {
28371
+ "kind": "js",
28372
+ "name": "default",
28373
+ "declaration": {
28374
+ "name": "ListGrowingMode",
28375
+ "module": "dist/types/ListGrowingMode.js"
28376
+ }
28377
+ }
28378
+ ]
28379
+ },
28380
+ {
28381
+ "kind": "javascript-module",
28382
+ "path": "dist/types/ListItemAccessibleRole.js",
28383
+ "declarations": [],
28384
+ "exports": [
28385
+ {
28386
+ "kind": "js",
28387
+ "name": "default",
28388
+ "declaration": {
28389
+ "name": "ListItemAccessibleRole",
28390
+ "module": "dist/types/ListItemAccessibleRole.js"
28391
+ }
28392
+ }
28393
+ ]
28394
+ },
28395
+ {
28396
+ "kind": "javascript-module",
28397
+ "path": "dist/types/ListItemType.js",
28398
+ "declarations": [],
28399
+ "exports": [
28400
+ {
28401
+ "kind": "js",
28402
+ "name": "default",
28403
+ "declaration": {
28404
+ "name": "ListItemType",
28405
+ "module": "dist/types/ListItemType.js"
28406
+ }
28407
+ }
28408
+ ]
28409
+ },
28410
+ {
28411
+ "kind": "javascript-module",
28412
+ "path": "dist/types/ListSelectionMode.js",
28413
+ "declarations": [],
28414
+ "exports": [
28415
+ {
28416
+ "kind": "js",
28417
+ "name": "default",
28418
+ "declaration": {
28419
+ "name": "ListSelectionMode",
28420
+ "module": "dist/types/ListSelectionMode.js"
28421
+ }
28422
+ }
28423
+ ]
28424
+ },
28425
+ {
28426
+ "kind": "javascript-module",
28427
+ "path": "dist/types/ListSeparator.js",
28428
+ "declarations": [],
28429
+ "exports": [
28430
+ {
28431
+ "kind": "js",
28432
+ "name": "default",
28433
+ "declaration": {
28434
+ "name": "ListSeparator",
28435
+ "module": "dist/types/ListSeparator.js"
28436
+ }
28437
+ }
28438
+ ]
28439
+ },
28440
+ {
28441
+ "kind": "javascript-module",
28442
+ "path": "dist/types/MenuItemGroupCheckMode.js",
28443
+ "declarations": [],
28444
+ "exports": [
28445
+ {
28446
+ "kind": "js",
28447
+ "name": "default",
28448
+ "declaration": {
28449
+ "name": "MenuItemGroupCheckMode",
28450
+ "module": "dist/types/MenuItemGroupCheckMode.js"
28451
+ }
28452
+ }
28453
+ ]
28454
+ },
28455
+ {
28456
+ "kind": "javascript-module",
28457
+ "path": "dist/types/MessageStripDesign.js",
28458
+ "declarations": [],
28459
+ "exports": [
28460
+ {
28461
+ "kind": "js",
28462
+ "name": "default",
28463
+ "declaration": {
28464
+ "name": "MessageStripDesign",
28465
+ "module": "dist/types/MessageStripDesign.js"
28466
+ }
28467
+ }
28468
+ ]
28469
+ },
28470
+ {
28471
+ "kind": "javascript-module",
28472
+ "path": "dist/types/NotificationListGrowingMode.js",
28473
+ "declarations": [],
28474
+ "exports": [
28475
+ {
28476
+ "kind": "js",
28477
+ "name": "default",
28478
+ "declaration": {
28479
+ "name": "NotificationListGrowingMode",
28480
+ "module": "dist/types/NotificationListGrowingMode.js"
28481
+ }
28482
+ }
28483
+ ]
28484
+ },
28485
+ {
28486
+ "kind": "javascript-module",
28487
+ "path": "dist/types/OverflowMode.js",
28488
+ "declarations": [],
28489
+ "exports": [
28490
+ {
28491
+ "kind": "js",
28492
+ "name": "default",
28493
+ "declaration": {
28494
+ "name": "OverflowMode",
28495
+ "module": "dist/types/OverflowMode.js"
28496
+ }
28497
+ }
28498
+ ]
28499
+ },
28500
+ {
28501
+ "kind": "javascript-module",
28502
+ "path": "dist/types/PanelAccessibleRole.js",
28503
+ "declarations": [],
28504
+ "exports": [
28505
+ {
28506
+ "kind": "js",
28507
+ "name": "default",
28508
+ "declaration": {
28509
+ "name": "PanelAccessibleRole",
28510
+ "module": "dist/types/PanelAccessibleRole.js"
28511
+ }
28512
+ }
28513
+ ]
28514
+ },
28515
+ {
28516
+ "kind": "javascript-module",
28517
+ "path": "dist/types/PopoverHorizontalAlign.js",
28518
+ "declarations": [],
28519
+ "exports": [
28520
+ {
28521
+ "kind": "js",
28522
+ "name": "default",
28523
+ "declaration": {
28524
+ "name": "PopoverHorizontalAlign",
28525
+ "module": "dist/types/PopoverHorizontalAlign.js"
28526
+ }
28527
+ }
28528
+ ]
28529
+ },
28530
+ {
28531
+ "kind": "javascript-module",
28532
+ "path": "dist/types/PopoverPlacement.js",
28533
+ "declarations": [],
28534
+ "exports": [
28535
+ {
28536
+ "kind": "js",
28537
+ "name": "default",
28538
+ "declaration": {
28539
+ "name": "PopoverPlacement",
28540
+ "module": "dist/types/PopoverPlacement.js"
28541
+ }
28542
+ }
28543
+ ]
28544
+ },
28545
+ {
28546
+ "kind": "javascript-module",
28547
+ "path": "dist/types/PopoverVerticalAlign.js",
28548
+ "declarations": [],
28549
+ "exports": [
28550
+ {
28551
+ "kind": "js",
28552
+ "name": "default",
28553
+ "declaration": {
28554
+ "name": "PopoverVerticalAlign",
28555
+ "module": "dist/types/PopoverVerticalAlign.js"
28556
+ }
28557
+ }
28558
+ ]
28559
+ },
28560
+ {
28561
+ "kind": "javascript-module",
28562
+ "path": "dist/types/PopupAccessibleRole.js",
28563
+ "declarations": [],
28564
+ "exports": [
28565
+ {
28566
+ "kind": "js",
28567
+ "name": "default",
28568
+ "declaration": {
28569
+ "name": "PopupAccessibleRole",
28570
+ "module": "dist/types/PopupAccessibleRole.js"
28571
+ }
28572
+ }
28573
+ ]
28574
+ },
28575
+ {
28576
+ "kind": "javascript-module",
28577
+ "path": "dist/types/Priority.js",
28578
+ "declarations": [],
28579
+ "exports": [
28580
+ {
28581
+ "kind": "js",
28582
+ "name": "default",
28583
+ "declaration": {
28584
+ "name": "Priority",
28585
+ "module": "dist/types/Priority.js"
28586
+ }
28587
+ }
28588
+ ]
28589
+ },
28590
+ {
28591
+ "kind": "javascript-module",
28592
+ "path": "dist/types/RatingIndicatorSize.js",
28593
+ "declarations": [],
28594
+ "exports": [
28595
+ {
28596
+ "kind": "js",
28597
+ "name": "default",
28598
+ "declaration": {
28599
+ "name": "RatingIndicatorSize",
28600
+ "module": "dist/types/RatingIndicatorSize.js"
28601
+ }
28602
+ }
28603
+ ]
28604
+ },
28605
+ {
28606
+ "kind": "javascript-module",
28607
+ "path": "dist/types/SegmentedButtonContentMode.js",
28608
+ "declarations": [],
28609
+ "exports": [
28610
+ {
28611
+ "kind": "js",
28612
+ "name": "default",
28613
+ "declaration": {
28614
+ "name": "SegmentedButtonContentMode",
28615
+ "module": "dist/types/SegmentedButtonContentMode.js"
28616
+ }
28617
+ }
28618
+ ]
28619
+ },
28620
+ {
28621
+ "kind": "javascript-module",
28622
+ "path": "dist/types/SegmentedButtonSelectionMode.js",
28623
+ "declarations": [],
28624
+ "exports": [
28625
+ {
28626
+ "kind": "js",
28627
+ "name": "default",
28628
+ "declaration": {
28629
+ "name": "SegmentedButtonSelectionMode",
28630
+ "module": "dist/types/SegmentedButtonSelectionMode.js"
28631
+ }
28632
+ }
28633
+ ]
28634
+ },
28635
+ {
28636
+ "kind": "javascript-module",
28637
+ "path": "dist/types/SelectTwoColumnSeparator.js",
28638
+ "declarations": [],
28639
+ "exports": [
28640
+ {
28641
+ "kind": "js",
28642
+ "name": "default",
28643
+ "declaration": {
28644
+ "name": "SelectTwoColumnSeparator",
28645
+ "module": "dist/types/SelectTwoColumnSeparator.js"
28646
+ }
28647
+ }
28648
+ ]
28649
+ },
28650
+ {
28651
+ "kind": "javascript-module",
28652
+ "path": "dist/types/SemanticColor.js",
28653
+ "declarations": [],
28798
28654
  "exports": [
28799
28655
  {
28800
28656
  "kind": "js",
28801
28657
  "name": "default",
28802
28658
  "declaration": {
28803
- "name": "TreeItemCustom",
28804
- "module": "dist/TreeItemCustom.js"
28659
+ "name": "SemanticColor",
28660
+ "module": "dist/types/SemanticColor.js"
28805
28661
  }
28806
- },
28662
+ }
28663
+ ]
28664
+ },
28665
+ {
28666
+ "kind": "javascript-module",
28667
+ "path": "dist/types/SwitchDesign.js",
28668
+ "declarations": [],
28669
+ "exports": [
28807
28670
  {
28808
- "kind": "custom-element-definition",
28809
- "name": "ui5-tree-item-custom",
28671
+ "kind": "js",
28672
+ "name": "default",
28810
28673
  "declaration": {
28811
- "name": "TreeItemCustom",
28812
- "module": "dist/TreeItemCustom.js"
28674
+ "name": "SwitchDesign",
28675
+ "module": "dist/types/SwitchDesign.js"
28813
28676
  }
28814
28677
  }
28815
28678
  ]
28816
28679
  },
28817
28680
  {
28818
28681
  "kind": "javascript-module",
28819
- "path": "dist/TreeList.js",
28682
+ "path": "dist/types/TabContainerTabsPlacement.js",
28820
28683
  "declarations": [],
28821
28684
  "exports": [
28822
28685
  {
28823
28686
  "kind": "js",
28824
28687
  "name": "default",
28825
28688
  "declaration": {
28826
- "name": "TreeList",
28827
- "module": "dist/TreeList.js"
28689
+ "name": "TabContainerTabsPlacement",
28690
+ "module": "dist/types/TabContainerTabsPlacement.js"
28828
28691
  }
28829
28692
  }
28830
28693
  ]
28831
28694
  },
28832
28695
  {
28833
28696
  "kind": "javascript-module",
28834
- "path": "dist/YearPicker.js",
28697
+ "path": "dist/types/TabLayout.js",
28835
28698
  "declarations": [],
28836
28699
  "exports": [
28837
28700
  {
28838
28701
  "kind": "js",
28839
28702
  "name": "default",
28840
28703
  "declaration": {
28841
- "name": "YearPicker",
28842
- "module": "dist/YearPicker.js"
28704
+ "name": "TabLayout",
28705
+ "module": "dist/types/TabLayout.js"
28843
28706
  }
28844
28707
  }
28845
28708
  ]
28846
28709
  },
28847
28710
  {
28848
28711
  "kind": "javascript-module",
28849
- "path": "dist/YearRangePicker.js",
28712
+ "path": "dist/types/TableCellHorizontalAlign.js",
28850
28713
  "declarations": [],
28851
28714
  "exports": [
28852
28715
  {
28853
28716
  "kind": "js",
28854
28717
  "name": "default",
28855
28718
  "declaration": {
28856
- "name": "YearRangePicker",
28857
- "module": "dist/YearRangePicker.js"
28719
+ "name": "TableCellHorizontalAlign",
28720
+ "module": "dist/types/TableCellHorizontalAlign.js"
28721
+ }
28722
+ }
28723
+ ]
28724
+ },
28725
+ {
28726
+ "kind": "javascript-module",
28727
+ "path": "dist/types/TableGrowingMode.js",
28728
+ "declarations": [],
28729
+ "exports": [
28730
+ {
28731
+ "kind": "js",
28732
+ "name": "default",
28733
+ "declaration": {
28734
+ "name": "TableGrowingMode",
28735
+ "module": "dist/types/TableGrowingMode.js"
28736
+ }
28737
+ }
28738
+ ]
28739
+ },
28740
+ {
28741
+ "kind": "javascript-module",
28742
+ "path": "dist/types/TableOverflowMode.js",
28743
+ "declarations": [],
28744
+ "exports": [
28745
+ {
28746
+ "kind": "js",
28747
+ "name": "default",
28748
+ "declaration": {
28749
+ "name": "TableOverflowMode",
28750
+ "module": "dist/types/TableOverflowMode.js"
28751
+ }
28752
+ }
28753
+ ]
28754
+ },
28755
+ {
28756
+ "kind": "javascript-module",
28757
+ "path": "dist/types/TableSelectionBehavior.js",
28758
+ "declarations": [],
28759
+ "exports": [
28760
+ {
28761
+ "kind": "js",
28762
+ "name": "default",
28763
+ "declaration": {
28764
+ "name": "TableSelectionBehavior",
28765
+ "module": "dist/types/TableSelectionBehavior.js"
28766
+ }
28767
+ }
28768
+ ]
28769
+ },
28770
+ {
28771
+ "kind": "javascript-module",
28772
+ "path": "dist/types/TableSelectionMode.js",
28773
+ "declarations": [],
28774
+ "exports": [
28775
+ {
28776
+ "kind": "js",
28777
+ "name": "default",
28778
+ "declaration": {
28779
+ "name": "TableSelectionMode",
28780
+ "module": "dist/types/TableSelectionMode.js"
28781
+ }
28782
+ }
28783
+ ]
28784
+ },
28785
+ {
28786
+ "kind": "javascript-module",
28787
+ "path": "dist/types/TableSelectionMultiHeaderSelector.js",
28788
+ "declarations": [],
28789
+ "exports": [
28790
+ {
28791
+ "kind": "js",
28792
+ "name": "default",
28793
+ "declaration": {
28794
+ "name": "TableSelectionMultiHeaderSelector",
28795
+ "module": "dist/types/TableSelectionMultiHeaderSelector.js"
28796
+ }
28797
+ }
28798
+ ]
28799
+ },
28800
+ {
28801
+ "kind": "javascript-module",
28802
+ "path": "dist/types/TagDesign.js",
28803
+ "declarations": [],
28804
+ "exports": [
28805
+ {
28806
+ "kind": "js",
28807
+ "name": "default",
28808
+ "declaration": {
28809
+ "name": "TagDesign",
28810
+ "module": "dist/types/TagDesign.js"
28811
+ }
28812
+ }
28813
+ ]
28814
+ },
28815
+ {
28816
+ "kind": "javascript-module",
28817
+ "path": "dist/types/TagSize.js",
28818
+ "declarations": [],
28819
+ "exports": [
28820
+ {
28821
+ "kind": "js",
28822
+ "name": "default",
28823
+ "declaration": {
28824
+ "name": "TagSize",
28825
+ "module": "dist/types/TagSize.js"
28826
+ }
28827
+ }
28828
+ ]
28829
+ },
28830
+ {
28831
+ "kind": "javascript-module",
28832
+ "path": "dist/types/TextEmptyIndicatorMode.js",
28833
+ "declarations": [],
28834
+ "exports": [
28835
+ {
28836
+ "kind": "js",
28837
+ "name": "default",
28838
+ "declaration": {
28839
+ "name": "TextEmptyIndicatorMode",
28840
+ "module": "dist/types/TextEmptyIndicatorMode.js"
28841
+ }
28842
+ }
28843
+ ]
28844
+ },
28845
+ {
28846
+ "kind": "javascript-module",
28847
+ "path": "dist/types/TitleLevel.js",
28848
+ "declarations": [],
28849
+ "exports": [
28850
+ {
28851
+ "kind": "js",
28852
+ "name": "default",
28853
+ "declaration": {
28854
+ "name": "TitleLevel",
28855
+ "module": "dist/types/TitleLevel.js"
28856
+ }
28857
+ }
28858
+ ]
28859
+ },
28860
+ {
28861
+ "kind": "javascript-module",
28862
+ "path": "dist/types/ToastPlacement.js",
28863
+ "declarations": [],
28864
+ "exports": [
28865
+ {
28866
+ "kind": "js",
28867
+ "name": "default",
28868
+ "declaration": {
28869
+ "name": "ToastPlacement",
28870
+ "module": "dist/types/ToastPlacement.js"
28871
+ }
28872
+ }
28873
+ ]
28874
+ },
28875
+ {
28876
+ "kind": "javascript-module",
28877
+ "path": "dist/types/ToolbarAlign.js",
28878
+ "declarations": [],
28879
+ "exports": [
28880
+ {
28881
+ "kind": "js",
28882
+ "name": "default",
28883
+ "declaration": {
28884
+ "name": "ToolbarAlign",
28885
+ "module": "dist/types/ToolbarAlign.js"
28886
+ }
28887
+ }
28888
+ ]
28889
+ },
28890
+ {
28891
+ "kind": "javascript-module",
28892
+ "path": "dist/types/ToolbarDesign.js",
28893
+ "declarations": [],
28894
+ "exports": [
28895
+ {
28896
+ "kind": "js",
28897
+ "name": "default",
28898
+ "declaration": {
28899
+ "name": "ToolbarDesign",
28900
+ "module": "dist/types/ToolbarDesign.js"
28901
+ }
28902
+ }
28903
+ ]
28904
+ },
28905
+ {
28906
+ "kind": "javascript-module",
28907
+ "path": "dist/types/ToolbarItemOverflowBehavior.js",
28908
+ "declarations": [],
28909
+ "exports": [
28910
+ {
28911
+ "kind": "js",
28912
+ "name": "default",
28913
+ "declaration": {
28914
+ "name": "ToolbarItemOverflowBehavior",
28915
+ "module": "dist/types/ToolbarItemOverflowBehavior.js"
28916
+ }
28917
+ }
28918
+ ]
28919
+ },
28920
+ {
28921
+ "kind": "javascript-module",
28922
+ "path": "dist/types/WrappingType.js",
28923
+ "declarations": [],
28924
+ "exports": [
28925
+ {
28926
+ "kind": "js",
28927
+ "name": "default",
28928
+ "declaration": {
28929
+ "name": "WrappingType",
28930
+ "module": "dist/types/WrappingType.js"
28858
28931
  }
28859
28932
  }
28860
28933
  ]