@ui5/webcomponents 0.0.0-b132dd7b9 → 0.0.0-b3a4f8020

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 (2007) hide show
  1. package/CHANGELOG.md +1043 -0
  2. package/LICENSE.txt +201 -0
  3. package/README.md +8 -8
  4. package/cypress.config.js +0 -12
  5. package/dist/.tsbuildinfo +1 -1
  6. package/dist/Assets-fetch.d.ts +1 -0
  7. package/dist/Assets-fetch.js +1 -0
  8. package/dist/Assets-fetch.js.map +1 -1
  9. package/dist/Assets-node.d.ts +17 -0
  10. package/dist/Assets-node.js +20 -0
  11. package/dist/Assets-node.js.map +1 -0
  12. package/dist/Assets.d.ts +1 -0
  13. package/dist/Assets.js +1 -0
  14. package/dist/Assets.js.map +1 -1
  15. package/dist/Avatar.d.ts +54 -7
  16. package/dist/Avatar.js +126 -9
  17. package/dist/Avatar.js.map +1 -1
  18. package/dist/AvatarBadge.d.ts +64 -0
  19. package/dist/AvatarBadge.js +91 -0
  20. package/dist/AvatarBadge.js.map +1 -0
  21. package/dist/AvatarBadgeTemplate.d.ts +2 -0
  22. package/dist/AvatarBadgeTemplate.js +6 -0
  23. package/dist/AvatarBadgeTemplate.js.map +1 -0
  24. package/dist/AvatarGroup.d.ts +31 -4
  25. package/dist/AvatarGroup.js +35 -12
  26. package/dist/AvatarGroup.js.map +1 -1
  27. package/dist/AvatarGroupTemplate.js +8 -1
  28. package/dist/AvatarGroupTemplate.js.map +1 -1
  29. package/dist/AvatarTemplate.js +4 -4
  30. package/dist/AvatarTemplate.js.map +1 -1
  31. package/dist/Bar.d.ts +20 -4
  32. package/dist/Bar.js +17 -4
  33. package/dist/Bar.js.map +1 -1
  34. package/dist/BarTemplate.js +1 -1
  35. package/dist/BarTemplate.js.map +1 -1
  36. package/dist/Breadcrumbs.d.ts +7 -3
  37. package/dist/Breadcrumbs.js +10 -3
  38. package/dist/Breadcrumbs.js.map +1 -1
  39. package/dist/BreadcrumbsItem.d.ts +2 -1
  40. package/dist/BreadcrumbsItem.js +1 -1
  41. package/dist/BreadcrumbsItem.js.map +1 -1
  42. package/dist/BreadcrumbsTemplate.js +1 -1
  43. package/dist/BreadcrumbsTemplate.js.map +1 -1
  44. package/dist/BusyIndicator.d.ts +1 -0
  45. package/dist/BusyIndicator.js +4 -0
  46. package/dist/BusyIndicator.js.map +1 -1
  47. package/dist/BusyIndicatorTemplate.js +4 -1
  48. package/dist/BusyIndicatorTemplate.js.map +1 -1
  49. package/dist/Button.d.ts +41 -6
  50. package/dist/Button.js +125 -17
  51. package/dist/Button.js.map +1 -1
  52. package/dist/ButtonTemplate.js +12 -9
  53. package/dist/ButtonTemplate.js.map +1 -1
  54. package/dist/Calendar.d.ts +101 -21
  55. package/dist/Calendar.js +230 -72
  56. package/dist/Calendar.js.map +1 -1
  57. package/dist/CalendarDateRange.js +0 -3
  58. package/dist/CalendarDateRange.js.map +1 -1
  59. package/dist/CalendarHeaderTemplate.js +4 -4
  60. package/dist/CalendarHeaderTemplate.js.map +1 -1
  61. package/dist/CalendarLegend.d.ts +3 -1
  62. package/dist/CalendarLegend.js +4 -1
  63. package/dist/CalendarLegend.js.map +1 -1
  64. package/dist/CalendarTemplate.js +3 -1
  65. package/dist/CalendarTemplate.js.map +1 -1
  66. package/dist/Card.d.ts +3 -2
  67. package/dist/Card.js +1 -1
  68. package/dist/Card.js.map +1 -1
  69. package/dist/CardHeader.d.ts +3 -2
  70. package/dist/CardHeader.js +1 -1
  71. package/dist/CardHeader.js.map +1 -1
  72. package/dist/Carousel.d.ts +66 -15
  73. package/dist/Carousel.js +332 -78
  74. package/dist/Carousel.js.map +1 -1
  75. package/dist/CarouselTemplate.js +10 -10
  76. package/dist/CarouselTemplate.js.map +1 -1
  77. package/dist/CheckBox.d.ts +45 -1
  78. package/dist/CheckBox.js +46 -4
  79. package/dist/CheckBox.js.map +1 -1
  80. package/dist/CheckBoxTemplate.js +4 -3
  81. package/dist/CheckBoxTemplate.js.map +1 -1
  82. package/dist/ColorPalette.d.ts +124 -5
  83. package/dist/ColorPalette.js +324 -96
  84. package/dist/ColorPalette.js.map +1 -1
  85. package/dist/ColorPaletteItem.d.ts +0 -5
  86. package/dist/ColorPaletteItem.js +2 -11
  87. package/dist/ColorPaletteItem.js.map +1 -1
  88. package/dist/ColorPaletteItemTemplate.js +1 -3
  89. package/dist/ColorPaletteItemTemplate.js.map +1 -1
  90. package/dist/ColorPalettePopover.d.ts +25 -2
  91. package/dist/ColorPalettePopover.js +19 -4
  92. package/dist/ColorPalettePopover.js.map +1 -1
  93. package/dist/ColorPalettePopoverTemplate.js +1 -1
  94. package/dist/ColorPalettePopoverTemplate.js.map +1 -1
  95. package/dist/ColorPaletteTemplate.js +2 -2
  96. package/dist/ColorPaletteTemplate.js.map +1 -1
  97. package/dist/ColorPicker.d.ts +23 -0
  98. package/dist/ColorPicker.js +65 -3
  99. package/dist/ColorPicker.js.map +1 -1
  100. package/dist/ColorPickerTemplate.js +3 -3
  101. package/dist/ColorPickerTemplate.js.map +1 -1
  102. package/dist/ComboBox.d.ts +67 -16
  103. package/dist/ComboBox.js +297 -80
  104. package/dist/ComboBox.js.map +1 -1
  105. package/dist/ComboBoxItem.d.ts +23 -0
  106. package/dist/ComboBoxItem.js +4 -0
  107. package/dist/ComboBoxItem.js.map +1 -1
  108. package/dist/ComboBoxItemGroup.d.ts +3 -3
  109. package/dist/ComboBoxItemGroup.js +3 -5
  110. package/dist/ComboBoxItemGroup.js.map +1 -1
  111. package/dist/ComboBoxPopoverTemplate.js +8 -7
  112. package/dist/ComboBoxPopoverTemplate.js.map +1 -1
  113. package/dist/ComboBoxTemplate.js +2 -1
  114. package/dist/ComboBoxTemplate.js.map +1 -1
  115. package/dist/CustomAnnouncement.d.ts +6 -0
  116. package/dist/CustomAnnouncement.js +92 -0
  117. package/dist/CustomAnnouncement.js.map +1 -0
  118. package/dist/DateComponentBase.d.ts +29 -4
  119. package/dist/DateComponentBase.js +87 -5
  120. package/dist/DateComponentBase.js.map +1 -1
  121. package/dist/DatePicker.d.ts +77 -7
  122. package/dist/DatePicker.js +220 -36
  123. package/dist/DatePicker.js.map +1 -1
  124. package/dist/DatePickerInputTemplate.js +1 -1
  125. package/dist/DatePickerInputTemplate.js.map +1 -1
  126. package/dist/DatePickerPopoverTemplate.d.ts +1 -0
  127. package/dist/DatePickerPopoverTemplate.js +9 -4
  128. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  129. package/dist/DatePickerTemplate.js +1 -1
  130. package/dist/DatePickerTemplate.js.map +1 -1
  131. package/dist/DateRangePicker.d.ts +41 -5
  132. package/dist/DateRangePicker.js +170 -21
  133. package/dist/DateRangePicker.js.map +1 -1
  134. package/dist/DateRangePickerTemplate.js +1 -1
  135. package/dist/DateRangePickerTemplate.js.map +1 -1
  136. package/dist/DateTimeInput.d.ts +7 -0
  137. package/dist/DateTimeInput.js +31 -0
  138. package/dist/DateTimeInput.js.map +1 -1
  139. package/dist/DateTimePicker.d.ts +25 -2
  140. package/dist/DateTimePicker.js +130 -15
  141. package/dist/DateTimePicker.js.map +1 -1
  142. package/dist/DateTimePickerTemplate.js +1 -1
  143. package/dist/DateTimePickerTemplate.js.map +1 -1
  144. package/dist/DayPicker.d.ts +27 -1
  145. package/dist/DayPicker.js +87 -7
  146. package/dist/DayPicker.js.map +1 -1
  147. package/dist/DayPickerTemplate.js +1 -1
  148. package/dist/DayPickerTemplate.js.map +1 -1
  149. package/dist/Dialog.d.ts +8 -4
  150. package/dist/Dialog.js +30 -16
  151. package/dist/Dialog.js.map +1 -1
  152. package/dist/DynamicDateRange.d.ts +185 -0
  153. package/dist/DynamicDateRange.js +392 -0
  154. package/dist/DynamicDateRange.js.map +1 -0
  155. package/dist/DynamicDateRangeInputTemplate.d.ts +2 -0
  156. package/dist/DynamicDateRangeInputTemplate.js +11 -0
  157. package/dist/DynamicDateRangeInputTemplate.js.map +1 -0
  158. package/dist/DynamicDateRangePopoverTemplate.d.ts +2 -0
  159. package/dist/DynamicDateRangePopoverTemplate.js +16 -0
  160. package/dist/DynamicDateRangePopoverTemplate.js.map +1 -0
  161. package/dist/DynamicDateRangeTemplate.d.ts +2 -0
  162. package/dist/DynamicDateRangeTemplate.js +9 -0
  163. package/dist/DynamicDateRangeTemplate.js.map +1 -0
  164. package/dist/FileUploader.d.ts +73 -21
  165. package/dist/FileUploader.js +191 -59
  166. package/dist/FileUploader.js.map +1 -1
  167. package/dist/FileUploaderPopoverTemplate.js +1 -3
  168. package/dist/FileUploaderPopoverTemplate.js.map +1 -1
  169. package/dist/FileUploaderTemplate.js +7 -4
  170. package/dist/FileUploaderTemplate.js.map +1 -1
  171. package/dist/Form.d.ts +37 -7
  172. package/dist/Form.js +44 -14
  173. package/dist/Form.js.map +1 -1
  174. package/dist/FormGroup.d.ts +20 -1
  175. package/dist/FormGroup.js +31 -3
  176. package/dist/FormGroup.js.map +1 -1
  177. package/dist/FormItem.d.ts +8 -2
  178. package/dist/FormItem.js +8 -1
  179. package/dist/FormItem.js.map +1 -1
  180. package/dist/FormItemTemplate.js +8 -2
  181. package/dist/FormItemTemplate.js.map +1 -1
  182. package/dist/FormTemplate.js +33 -21
  183. package/dist/FormTemplate.js.map +1 -1
  184. package/dist/Icon.d.ts +15 -1
  185. package/dist/Icon.js +45 -10
  186. package/dist/Icon.js.map +1 -1
  187. package/dist/IconTemplate.js +10 -2
  188. package/dist/IconTemplate.js.map +1 -1
  189. package/dist/Input.d.ts +57 -23
  190. package/dist/Input.js +307 -104
  191. package/dist/Input.js.map +1 -1
  192. package/dist/InputPopoverTemplate.d.ts +1 -0
  193. package/dist/InputPopoverTemplate.js +8 -2
  194. package/dist/InputPopoverTemplate.js.map +1 -1
  195. package/dist/InputTemplate.d.ts +1 -0
  196. package/dist/InputTemplate.js +5 -3
  197. package/dist/InputTemplate.js.map +1 -1
  198. package/dist/Link.js +3 -2
  199. package/dist/Link.js.map +1 -1
  200. package/dist/List.d.ts +64 -12
  201. package/dist/List.js +201 -79
  202. package/dist/List.js.map +1 -1
  203. package/dist/ListBoxItemGroupTemplate.js +1 -1
  204. package/dist/ListBoxItemGroupTemplate.js.map +1 -1
  205. package/dist/ListItem.d.ts +9 -3
  206. package/dist/ListItem.js +51 -16
  207. package/dist/ListItem.js.map +1 -1
  208. package/dist/ListItemBase.d.ts +9 -0
  209. package/dist/ListItemBase.js +18 -3
  210. package/dist/ListItemBase.js.map +1 -1
  211. package/dist/ListItemCustom.d.ts +22 -2
  212. package/dist/ListItemCustom.js +99 -11
  213. package/dist/ListItemCustom.js.map +1 -1
  214. package/dist/ListItemGroup.d.ts +30 -6
  215. package/dist/ListItemGroup.js +51 -66
  216. package/dist/ListItemGroup.js.map +1 -1
  217. package/dist/ListItemGroupHeader.d.ts +49 -1
  218. package/dist/ListItemGroupHeader.js +79 -1
  219. package/dist/ListItemGroupHeader.js.map +1 -1
  220. package/dist/ListItemGroupHeaderTemplate.js +13 -1
  221. package/dist/ListItemGroupHeaderTemplate.js.map +1 -1
  222. package/dist/ListItemGroupTemplate.js +1 -1
  223. package/dist/ListItemGroupTemplate.js.map +1 -1
  224. package/dist/ListItemStandard.d.ts +14 -9
  225. package/dist/ListItemStandard.js +4 -9
  226. package/dist/ListItemStandard.js.map +1 -1
  227. package/dist/ListTemplate.js +12 -11
  228. package/dist/ListTemplate.js.map +1 -1
  229. package/dist/Menu.d.ts +34 -8
  230. package/dist/Menu.js +92 -27
  231. package/dist/Menu.js.map +1 -1
  232. package/dist/MenuItem.d.ts +60 -20
  233. package/dist/MenuItem.js +157 -40
  234. package/dist/MenuItem.js.map +1 -1
  235. package/dist/MenuItemGroup.d.ts +78 -0
  236. package/dist/MenuItemGroup.js +143 -0
  237. package/dist/MenuItemGroup.js.map +1 -0
  238. package/dist/MenuItemGroupTemplate.d.ts +2 -0
  239. package/dist/MenuItemGroupTemplate.js +5 -0
  240. package/dist/MenuItemGroupTemplate.js.map +1 -0
  241. package/dist/MenuItemTemplate.js +7 -3
  242. package/dist/MenuItemTemplate.js.map +1 -1
  243. package/dist/MenuSeparator.d.ts +1 -0
  244. package/dist/MenuSeparator.js +2 -0
  245. package/dist/MenuSeparator.js.map +1 -1
  246. package/dist/MenuTemplate.js +4 -4
  247. package/dist/MenuTemplate.js.map +1 -1
  248. package/dist/MessageStrip.d.ts +2 -1
  249. package/dist/MessageStrip.js +1 -1
  250. package/dist/MessageStrip.js.map +1 -1
  251. package/dist/MonthPicker.d.ts +6 -1
  252. package/dist/MonthPicker.js +13 -5
  253. package/dist/MonthPicker.js.map +1 -1
  254. package/dist/MonthPickerTemplate.js +1 -1
  255. package/dist/MonthPickerTemplate.js.map +1 -1
  256. package/dist/MultiComboBox.d.ts +57 -8
  257. package/dist/MultiComboBox.js +281 -63
  258. package/dist/MultiComboBox.js.map +1 -1
  259. package/dist/MultiComboBoxItem.d.ts +5 -2
  260. package/dist/MultiComboBoxItem.js +7 -4
  261. package/dist/MultiComboBoxItem.js.map +1 -1
  262. package/dist/MultiComboBoxItemGroup.d.ts +3 -3
  263. package/dist/MultiComboBoxItemGroup.js +3 -5
  264. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  265. package/dist/MultiComboBoxItemTemplate.js +1 -1
  266. package/dist/MultiComboBoxItemTemplate.js.map +1 -1
  267. package/dist/MultiComboBoxPopoverTemplate.js +10 -7
  268. package/dist/MultiComboBoxPopoverTemplate.js.map +1 -1
  269. package/dist/MultiComboBoxTemplate.js +2 -1
  270. package/dist/MultiComboBoxTemplate.js.map +1 -1
  271. package/dist/MultiInput.d.ts +26 -1
  272. package/dist/MultiInput.js +62 -15
  273. package/dist/MultiInput.js.map +1 -1
  274. package/dist/MultiInputTemplate.js +31 -2
  275. package/dist/MultiInputTemplate.js.map +1 -1
  276. package/dist/Option.d.ts +4 -1
  277. package/dist/Option.js +1 -1
  278. package/dist/Option.js.map +1 -1
  279. package/dist/OptionCustom.d.ts +2 -1
  280. package/dist/OptionCustom.js +1 -1
  281. package/dist/OptionCustom.js.map +1 -1
  282. package/dist/Panel.d.ts +6 -1
  283. package/dist/Panel.js +32 -5
  284. package/dist/Panel.js.map +1 -1
  285. package/dist/PanelTemplate.js +1 -1
  286. package/dist/PanelTemplate.js.map +1 -1
  287. package/dist/Popover.d.ts +52 -16
  288. package/dist/Popover.js +198 -73
  289. package/dist/Popover.js.map +1 -1
  290. package/dist/PopoverResize.d.ts +62 -0
  291. package/dist/PopoverResize.js +276 -0
  292. package/dist/PopoverResize.js.map +1 -0
  293. package/dist/PopoverTemplate.js +5 -2
  294. package/dist/PopoverTemplate.js.map +1 -1
  295. package/dist/Popup.d.ts +32 -1
  296. package/dist/Popup.js +61 -4
  297. package/dist/Popup.js.map +1 -1
  298. package/dist/PopupTemplate.js +2 -1
  299. package/dist/PopupTemplate.js.map +1 -1
  300. package/dist/RangeSlider.d.ts +20 -20
  301. package/dist/RangeSlider.js +161 -166
  302. package/dist/RangeSlider.js.map +1 -1
  303. package/dist/RangeSliderTemplate.js +2 -10
  304. package/dist/RangeSliderTemplate.js.map +1 -1
  305. package/dist/RatingIndicator.d.ts +17 -0
  306. package/dist/RatingIndicator.js +13 -1
  307. package/dist/RatingIndicator.js.map +1 -1
  308. package/dist/RatingIndicatorTemplate.js +6 -8
  309. package/dist/RatingIndicatorTemplate.js.map +1 -1
  310. package/dist/ResponsivePopover.d.ts +1 -0
  311. package/dist/ResponsivePopover.js +6 -0
  312. package/dist/ResponsivePopover.js.map +1 -1
  313. package/dist/ResponsivePopoverTemplate.js +1 -1
  314. package/dist/ResponsivePopoverTemplate.js.map +1 -1
  315. package/dist/SegmentedButton.d.ts +40 -3
  316. package/dist/SegmentedButton.js +66 -13
  317. package/dist/SegmentedButton.js.map +1 -1
  318. package/dist/SegmentedButtonItem.d.ts +24 -3
  319. package/dist/SegmentedButtonItem.js +27 -3
  320. package/dist/SegmentedButtonItem.js.map +1 -1
  321. package/dist/SegmentedButtonItemTemplate.js +1 -1
  322. package/dist/SegmentedButtonItemTemplate.js.map +1 -1
  323. package/dist/SegmentedButtonTemplate.js +6 -2
  324. package/dist/SegmentedButtonTemplate.js.map +1 -1
  325. package/dist/Select.d.ts +63 -6
  326. package/dist/Select.js +130 -11
  327. package/dist/Select.js.map +1 -1
  328. package/dist/SelectPopoverTemplate.js +4 -3
  329. package/dist/SelectPopoverTemplate.js.map +1 -1
  330. package/dist/SelectTemplate.js +16 -7
  331. package/dist/SelectTemplate.js.map +1 -1
  332. package/dist/Slider.d.ts +27 -37
  333. package/dist/Slider.js +102 -126
  334. package/dist/Slider.js.map +1 -1
  335. package/dist/SliderBase.d.ts +2 -11
  336. package/dist/SliderBase.js +22 -45
  337. package/dist/SliderBase.js.map +1 -1
  338. package/dist/SliderBaseTemplate.js +1 -1
  339. package/dist/SliderBaseTemplate.js.map +1 -1
  340. package/dist/SliderHandle.d.ts +61 -0
  341. package/dist/SliderHandle.js +104 -0
  342. package/dist/SliderHandle.js.map +1 -0
  343. package/dist/SliderHandleTemplate.d.ts +2 -0
  344. package/dist/SliderHandleTemplate.js +7 -0
  345. package/dist/SliderHandleTemplate.js.map +1 -0
  346. package/dist/SliderScale.d.ts +138 -0
  347. package/dist/SliderScale.js +300 -0
  348. package/dist/SliderScale.js.map +1 -0
  349. package/dist/SliderScaleTemplate.d.ts +2 -0
  350. package/dist/SliderScaleTemplate.js +11 -0
  351. package/dist/SliderScaleTemplate.js.map +1 -0
  352. package/dist/SliderTemplate.d.ts +0 -2
  353. package/dist/SliderTemplate.js +17 -19
  354. package/dist/SliderTemplate.js.map +1 -1
  355. package/dist/SliderTooltip.d.ts +51 -0
  356. package/dist/SliderTooltip.js +162 -0
  357. package/dist/SliderTooltip.js.map +1 -0
  358. package/dist/SliderTooltipTemplate.d.ts +2 -0
  359. package/dist/SliderTooltipTemplate.js +8 -0
  360. package/dist/SliderTooltipTemplate.js.map +1 -0
  361. package/dist/SplitButton.d.ts +41 -14
  362. package/dist/SplitButton.js +61 -18
  363. package/dist/SplitButton.js.map +1 -1
  364. package/dist/SplitButtonTemplate.js +2 -3
  365. package/dist/SplitButtonTemplate.js.map +1 -1
  366. package/dist/StepInput.d.ts +29 -2
  367. package/dist/StepInput.js +149 -26
  368. package/dist/StepInput.js.map +1 -1
  369. package/dist/StepInputTemplate.js +2 -2
  370. package/dist/StepInputTemplate.js.map +1 -1
  371. package/dist/SuggestionItemCustom.d.ts +2 -1
  372. package/dist/SuggestionItemCustom.js +1 -1
  373. package/dist/SuggestionItemCustom.js.map +1 -1
  374. package/dist/SuggestionItemGroup.d.ts +2 -1
  375. package/dist/SuggestionItemGroup.js +1 -1
  376. package/dist/SuggestionItemGroup.js.map +1 -1
  377. package/dist/SuggestionListItem.d.ts +3 -2
  378. package/dist/SuggestionListItem.js +2 -2
  379. package/dist/SuggestionListItem.js.map +1 -1
  380. package/dist/Switch.d.ts +10 -1
  381. package/dist/Switch.js +44 -5
  382. package/dist/Switch.js.map +1 -1
  383. package/dist/Tab.d.ts +5 -3
  384. package/dist/Tab.js +6 -2
  385. package/dist/Tab.js.map +1 -1
  386. package/dist/TabContainer.d.ts +9 -10
  387. package/dist/TabContainer.js +58 -26
  388. package/dist/TabContainer.js.map +1 -1
  389. package/dist/TabContainerTemplate.js +2 -2
  390. package/dist/TabContainerTemplate.js.map +1 -1
  391. package/dist/Table.d.ts +33 -15
  392. package/dist/Table.js +67 -27
  393. package/dist/Table.js.map +1 -1
  394. package/dist/TableCell.d.ts +5 -4
  395. package/dist/TableCell.js +25 -15
  396. package/dist/TableCell.js.map +1 -1
  397. package/dist/TableCellBase.d.ts +3 -3
  398. package/dist/TableCellBase.js +2 -5
  399. package/dist/TableCellBase.js.map +1 -1
  400. package/dist/TableCellTemplate.js +4 -2
  401. package/dist/TableCellTemplate.js.map +1 -1
  402. package/dist/TableCustomAnnouncement.d.ts +24 -0
  403. package/dist/TableCustomAnnouncement.js +106 -0
  404. package/dist/TableCustomAnnouncement.js.map +1 -0
  405. package/dist/TableDragAndDrop.d.ts +2 -0
  406. package/dist/TableDragAndDrop.js +6 -1
  407. package/dist/TableDragAndDrop.js.map +1 -1
  408. package/dist/TableGrowing.d.ts +0 -1
  409. package/dist/TableGrowing.js +0 -1
  410. package/dist/TableGrowing.js.map +1 -1
  411. package/dist/TableHeaderCell.d.ts +8 -4
  412. package/dist/TableHeaderCell.js +14 -9
  413. package/dist/TableHeaderCell.js.map +1 -1
  414. package/dist/TableHeaderCellActionAI.d.ts +0 -1
  415. package/dist/TableHeaderCellActionAI.js +0 -1
  416. package/dist/TableHeaderCellActionAI.js.map +1 -1
  417. package/dist/TableHeaderCellActionBase.d.ts +3 -0
  418. package/dist/TableHeaderCellActionBase.js +6 -0
  419. package/dist/TableHeaderCellActionBase.js.map +1 -1
  420. package/dist/TableHeaderRow.d.ts +8 -3
  421. package/dist/TableHeaderRow.js +19 -4
  422. package/dist/TableHeaderRow.js.map +1 -1
  423. package/dist/TableHeaderRowTemplate.d.ts +1 -1
  424. package/dist/TableHeaderRowTemplate.js +25 -7
  425. package/dist/TableHeaderRowTemplate.js.map +1 -1
  426. package/dist/TableNavigation.js +0 -1
  427. package/dist/TableNavigation.js.map +1 -1
  428. package/dist/TableRow.d.ts +14 -9
  429. package/dist/TableRow.js +71 -19
  430. package/dist/TableRow.js.map +1 -1
  431. package/dist/TableRowAction.d.ts +0 -1
  432. package/dist/TableRowAction.js +0 -1
  433. package/dist/TableRowAction.js.map +1 -1
  434. package/dist/TableRowActionBase.d.ts +2 -2
  435. package/dist/TableRowActionBase.js.map +1 -1
  436. package/dist/TableRowActionNavigation.d.ts +4 -1
  437. package/dist/TableRowActionNavigation.js +4 -1
  438. package/dist/TableRowActionNavigation.js.map +1 -1
  439. package/dist/TableRowBase.d.ts +6 -5
  440. package/dist/TableRowBase.js +7 -3
  441. package/dist/TableRowBase.js.map +1 -1
  442. package/dist/TableRowTemplate.d.ts +1 -1
  443. package/dist/TableRowTemplate.js +18 -8
  444. package/dist/TableRowTemplate.js.map +1 -1
  445. package/dist/TableSelection.d.ts +7 -2
  446. package/dist/TableSelection.js +21 -9
  447. package/dist/TableSelection.js.map +1 -1
  448. package/dist/TableSelectionBase.d.ts +19 -2
  449. package/dist/TableSelectionBase.js +38 -3
  450. package/dist/TableSelectionBase.js.map +1 -1
  451. package/dist/TableSelectionMulti.d.ts +17 -3
  452. package/dist/TableSelectionMulti.js +59 -22
  453. package/dist/TableSelectionMulti.js.map +1 -1
  454. package/dist/TableTemplate.js +4 -7
  455. package/dist/TableTemplate.js.map +1 -1
  456. package/dist/TableUtils.d.ts +4 -4
  457. package/dist/TableUtils.js +7 -8
  458. package/dist/TableUtils.js.map +1 -1
  459. package/dist/Tag.d.ts +3 -2
  460. package/dist/Tag.js +1 -1
  461. package/dist/Tag.js.map +1 -1
  462. package/dist/Text.d.ts +8 -7
  463. package/dist/Text.js +8 -9
  464. package/dist/Text.js.map +1 -1
  465. package/dist/TextArea.d.ts +25 -6
  466. package/dist/TextArea.js +40 -15
  467. package/dist/TextArea.js.map +1 -1
  468. package/dist/TextAreaPopoverTemplate.js +2 -1
  469. package/dist/TextAreaPopoverTemplate.js.map +1 -1
  470. package/dist/TextAreaTemplate.js +2 -1
  471. package/dist/TextAreaTemplate.js.map +1 -1
  472. package/dist/TimePicker.d.ts +36 -3
  473. package/dist/TimePicker.js +78 -19
  474. package/dist/TimePicker.js.map +1 -1
  475. package/dist/TimePickerPopoverTemplate.js +8 -5
  476. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  477. package/dist/TimePickerTemplate.js +2 -2
  478. package/dist/TimePickerTemplate.js.map +1 -1
  479. package/dist/TimeSelectionClocksTemplate.js +1 -1
  480. package/dist/TimeSelectionClocksTemplate.js.map +1 -1
  481. package/dist/Toast.js +1 -3
  482. package/dist/Toast.js.map +1 -1
  483. package/dist/ToastTemplate.js +1 -2
  484. package/dist/ToastTemplate.js.map +1 -1
  485. package/dist/ToggleButton.d.ts +1 -2
  486. package/dist/ToggleButton.js +20 -9
  487. package/dist/ToggleButton.js.map +1 -1
  488. package/dist/ToggleSpinButtonTemplate.js +0 -1
  489. package/dist/ToggleSpinButtonTemplate.js.map +1 -1
  490. package/dist/Token.d.ts +2 -2
  491. package/dist/Token.js +3 -8
  492. package/dist/Token.js.map +1 -1
  493. package/dist/Tokenizer.d.ts +42 -6
  494. package/dist/Tokenizer.js +105 -26
  495. package/dist/Tokenizer.js.map +1 -1
  496. package/dist/TokenizerPopoverTemplate.js +2 -2
  497. package/dist/TokenizerPopoverTemplate.js.map +1 -1
  498. package/dist/Toolbar.d.ts +11 -27
  499. package/dist/Toolbar.js +56 -60
  500. package/dist/Toolbar.js.map +1 -1
  501. package/dist/ToolbarButton.d.ts +34 -11
  502. package/dist/ToolbarButton.js +44 -19
  503. package/dist/ToolbarButton.js.map +1 -1
  504. package/dist/ToolbarButtonTemplate.js +3 -4
  505. package/dist/ToolbarButtonTemplate.js.map +1 -1
  506. package/dist/ToolbarItem.d.ts +79 -19
  507. package/dist/ToolbarItem.js +148 -35
  508. package/dist/ToolbarItem.js.map +1 -1
  509. package/dist/ToolbarItemTemplate.d.ts +2 -0
  510. package/dist/ToolbarItemTemplate.js +5 -0
  511. package/dist/ToolbarItemTemplate.js.map +1 -0
  512. package/dist/ToolbarSelect.d.ts +22 -5
  513. package/dist/ToolbarSelect.js +41 -16
  514. package/dist/ToolbarSelect.js.map +1 -1
  515. package/dist/ToolbarSelectOption.d.ts +5 -2
  516. package/dist/ToolbarSelectOption.js +31 -10
  517. package/dist/ToolbarSelectOption.js.map +1 -1
  518. package/dist/ToolbarSelectTemplate.js +3 -2
  519. package/dist/ToolbarSelectTemplate.js.map +1 -1
  520. package/dist/ToolbarSeparator.d.ts +0 -4
  521. package/dist/ToolbarSeparator.js +6 -9
  522. package/dist/ToolbarSeparator.js.map +1 -1
  523. package/dist/ToolbarSpacer.d.ts +0 -3
  524. package/dist/ToolbarSpacer.js +0 -9
  525. package/dist/ToolbarSpacer.js.map +1 -1
  526. package/dist/ToolbarTemplate.js +17 -3
  527. package/dist/ToolbarTemplate.js.map +1 -1
  528. package/dist/Tree.d.ts +10 -5
  529. package/dist/Tree.js +61 -52
  530. package/dist/Tree.js.map +1 -1
  531. package/dist/TreeItemBase.d.ts +4 -3
  532. package/dist/TreeItemBase.js +4 -5
  533. package/dist/TreeItemBase.js.map +1 -1
  534. package/dist/TreeItemBaseTemplate.js +2 -2
  535. package/dist/TreeItemBaseTemplate.js.map +1 -1
  536. package/dist/TreeItemCustom.d.ts +3 -2
  537. package/dist/TreeItemCustom.js +3 -3
  538. package/dist/TreeItemCustom.js.map +1 -1
  539. package/dist/YearPicker.d.ts +2 -4
  540. package/dist/YearPicker.js +7 -38
  541. package/dist/YearPicker.js.map +1 -1
  542. package/dist/YearPickerTemplate.js +1 -1
  543. package/dist/YearPickerTemplate.js.map +1 -1
  544. package/dist/YearRangePicker.d.ts +143 -0
  545. package/dist/YearRangePicker.js +413 -0
  546. package/dist/YearRangePicker.js.map +1 -0
  547. package/dist/YearRangePickerTemplate.d.ts +2 -0
  548. package/dist/YearRangePickerTemplate.js +6 -0
  549. package/dist/YearRangePickerTemplate.js.map +1 -0
  550. package/dist/bundle-assets/IconPensilJSXTemplate.d.ts +1 -0
  551. package/dist/bundle-assets/IconPensilJSXTemplate.js +5 -0
  552. package/dist/bundle-assets/IconPensilJSXTemplate.js.map +1 -0
  553. package/dist/bundle.common.bootstrap.d.ts +3 -1
  554. package/dist/bundle.common.bootstrap.js +7 -1
  555. package/dist/bundle.common.bootstrap.js.map +1 -1
  556. package/dist/bundle.esm.d.ts +3 -0
  557. package/dist/bundle.esm.js +39 -4
  558. package/dist/bundle.esm.js.map +1 -1
  559. package/dist/colorpicker-utils/ColorValue.d.ts +3 -0
  560. package/dist/colorpicker-utils/ColorValue.js +36 -12
  561. package/dist/colorpicker-utils/ColorValue.js.map +1 -1
  562. package/dist/css/themes/Avatar.css +1 -1
  563. package/dist/css/themes/AvatarBadge.css +1 -0
  564. package/dist/css/themes/AvatarGroup.css +1 -1
  565. package/dist/css/themes/Bar.css +1 -1
  566. package/dist/css/themes/Breadcrumbs.css +1 -1
  567. package/dist/css/themes/BusyIndicator.css +1 -1
  568. package/dist/css/themes/Button.css +1 -1
  569. package/dist/css/themes/ButtonBadge.css +1 -1
  570. package/dist/css/themes/Calendar.css +1 -1
  571. package/dist/css/themes/CalendarHeader.css +1 -1
  572. package/dist/css/themes/CalendarLegend.css +1 -1
  573. package/dist/css/themes/CalendarLegendItem.css +1 -1
  574. package/dist/css/themes/Card.css +1 -1
  575. package/dist/css/themes/CardHeader.css +1 -1
  576. package/dist/css/themes/Carousel.css +1 -1
  577. package/dist/css/themes/CheckBox.css +1 -1
  578. package/dist/css/themes/ColorPalette.css +1 -1
  579. package/dist/css/themes/ColorPaletteItem.css +1 -1
  580. package/dist/css/themes/ColorPalettePopover.css +1 -1
  581. package/dist/css/themes/ColorPicker.css +1 -1
  582. package/dist/css/themes/ComboBox.css +1 -1
  583. package/dist/css/themes/ComboBoxItem.css +1 -1
  584. package/dist/css/themes/ComboBoxPopover.css +1 -1
  585. package/dist/css/themes/DatePicker.css +1 -1
  586. package/dist/css/themes/DatePickerPopover.css +1 -1
  587. package/dist/css/themes/DateTimePicker.css +1 -1
  588. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  589. package/dist/css/themes/DayPicker.css +1 -1
  590. package/dist/css/themes/Dialog.css +1 -1
  591. package/dist/css/themes/DynamicDateRange.css +1 -0
  592. package/dist/css/themes/DynamicDateRangePopover.css +1 -0
  593. package/dist/css/themes/FileUploader.css +1 -1
  594. package/dist/css/themes/Form.css +1 -1
  595. package/dist/css/themes/FormItem.css +1 -1
  596. package/dist/css/themes/FormItemSpan.css +1 -1
  597. package/dist/css/themes/GrowingButton.css +1 -1
  598. package/dist/css/themes/Icon.css +1 -1
  599. package/dist/css/themes/Input.css +1 -1
  600. package/dist/css/themes/InputIcon.css +1 -1
  601. package/dist/css/themes/InputSharedStyles.css +1 -1
  602. package/dist/css/themes/Label.css +1 -1
  603. package/dist/css/themes/Link.css +1 -1
  604. package/dist/css/themes/List.css +1 -1
  605. package/dist/css/themes/ListItem.css +1 -1
  606. package/dist/css/themes/ListItemBase.css +1 -1
  607. package/dist/css/themes/ListItemCustom.css +1 -1
  608. package/dist/css/themes/ListItemGroup.css +1 -1
  609. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  610. package/dist/css/themes/ListItemIcon.css +1 -1
  611. package/dist/css/themes/Menu.css +1 -1
  612. package/dist/css/themes/MenuItem.css +1 -1
  613. package/dist/css/themes/MessageStrip.css +1 -1
  614. package/dist/css/themes/MonthPicker.css +1 -1
  615. package/dist/css/themes/MultiComboBox.css +1 -1
  616. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  617. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  618. package/dist/css/themes/MultiInput.css +1 -1
  619. package/dist/css/themes/OptionBase.css +1 -1
  620. package/dist/css/themes/Panel.css +1 -1
  621. package/dist/css/themes/Popover.css +1 -1
  622. package/dist/css/themes/Popup.css +1 -1
  623. package/dist/css/themes/PopupsCommon.css +1 -1
  624. package/dist/css/themes/ProgressIndicator.css +1 -1
  625. package/dist/css/themes/RadioButton.css +1 -1
  626. package/dist/css/themes/RangeSlider.css +1 -1
  627. package/dist/css/themes/RatingIndicator.css +1 -1
  628. package/dist/css/themes/ResponsivePopover.css +1 -1
  629. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  630. package/dist/css/themes/SegmentedButton.css +1 -1
  631. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  632. package/dist/css/themes/Select.css +1 -1
  633. package/dist/css/themes/SelectPopover.css +1 -1
  634. package/dist/css/themes/Slider.css +1 -0
  635. package/dist/css/themes/SliderBase.css +1 -1
  636. package/dist/css/themes/SliderHandle.css +1 -0
  637. package/dist/css/themes/SliderScale.css +1 -0
  638. package/dist/css/themes/SliderTooltip.css +1 -0
  639. package/dist/css/themes/SplitButton.css +1 -1
  640. package/dist/css/themes/StepInput.css +1 -1
  641. package/dist/css/themes/SuggestionItem.css +1 -1
  642. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  643. package/dist/css/themes/Suggestions.css +1 -1
  644. package/dist/css/themes/Switch.css +1 -1
  645. package/dist/css/themes/TabContainer.css +1 -1
  646. package/dist/css/themes/TabInOverflow.css +1 -1
  647. package/dist/css/themes/TabInStrip.css +1 -1
  648. package/dist/css/themes/TabSemanticIcon.css +1 -1
  649. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  650. package/dist/css/themes/Table.css +1 -1
  651. package/dist/css/themes/TableCell.css +1 -1
  652. package/dist/css/themes/TableCellBase.css +1 -1
  653. package/dist/css/themes/TableGrowing.css +1 -1
  654. package/dist/css/themes/TableHeaderRow.css +1 -1
  655. package/dist/css/themes/TableRow.css +1 -1
  656. package/dist/css/themes/TableRowActionBase.css +1 -1
  657. package/dist/css/themes/TableRowBase.css +1 -1
  658. package/dist/css/themes/Tag.css +1 -1
  659. package/dist/css/themes/Text.css +1 -1
  660. package/dist/css/themes/TextArea.css +1 -1
  661. package/dist/css/themes/TimePicker.css +1 -1
  662. package/dist/css/themes/TimePickerPopover.css +1 -1
  663. package/dist/css/themes/Title.css +1 -1
  664. package/dist/css/themes/Toast.css +1 -1
  665. package/dist/css/themes/ToggleButton.css +1 -1
  666. package/dist/css/themes/Token.css +1 -1
  667. package/dist/css/themes/Tokenizer.css +1 -1
  668. package/dist/css/themes/TokenizerPopover.css +1 -1
  669. package/dist/css/themes/Toolbar.css +1 -1
  670. package/dist/css/themes/ToolbarButton.css +1 -0
  671. package/dist/css/themes/ToolbarItem.css +1 -0
  672. package/dist/css/themes/ToolbarPopover.css +1 -1
  673. package/dist/css/themes/ToolbarSelect.css +1 -1
  674. package/dist/css/themes/ToolbarSeparator.css +1 -0
  675. package/dist/css/themes/TreeItem.css +1 -1
  676. package/dist/css/themes/ValueStateMessage.css +1 -1
  677. package/dist/css/themes/ValueStateVariables.css +1 -0
  678. package/dist/css/themes/YearPicker.css +1 -1
  679. package/dist/css/themes/YearRangePicker.css +1 -0
  680. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +2 -1
  681. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
  682. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
  683. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -1
  684. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  685. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  686. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  687. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  688. package/dist/custom-elements-internal.json +21137 -16572
  689. package/dist/custom-elements.json +19823 -16158
  690. package/dist/delegate/DragAndDropHandler.d.ts +33 -0
  691. package/dist/delegate/DragAndDropHandler.js +96 -0
  692. package/dist/delegate/DragAndDropHandler.js.map +1 -0
  693. package/dist/dynamic-date-range-options/DateRange.d.ts +24 -0
  694. package/dist/dynamic-date-range-options/DateRange.js +82 -0
  695. package/dist/dynamic-date-range-options/DateRange.js.map +1 -0
  696. package/dist/dynamic-date-range-options/DateRangeTemplate.d.ts +2 -0
  697. package/dist/dynamic-date-range-options/DateRangeTemplate.js +11 -0
  698. package/dist/dynamic-date-range-options/DateRangeTemplate.js.map +1 -0
  699. package/dist/dynamic-date-range-options/DateTimeRange.d.ts +26 -0
  700. package/dist/dynamic-date-range-options/DateTimeRange.js +83 -0
  701. package/dist/dynamic-date-range-options/DateTimeRange.js.map +1 -0
  702. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.d.ts +2 -0
  703. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +38 -0
  704. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -0
  705. package/dist/dynamic-date-range-options/FromDateTime.d.ts +37 -0
  706. package/dist/dynamic-date-range-options/FromDateTime.js +137 -0
  707. package/dist/dynamic-date-range-options/FromDateTime.js.map +1 -0
  708. package/dist/dynamic-date-range-options/FromDateTimeTemplate.d.ts +2 -0
  709. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +24 -0
  710. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -0
  711. package/dist/dynamic-date-range-options/LastNextTemplate.d.ts +2 -0
  712. package/dist/dynamic-date-range-options/LastNextTemplate.js +32 -0
  713. package/dist/dynamic-date-range-options/LastNextTemplate.js.map +1 -0
  714. package/dist/dynamic-date-range-options/LastNextUtils.d.ts +65 -0
  715. package/dist/dynamic-date-range-options/LastNextUtils.js +123 -0
  716. package/dist/dynamic-date-range-options/LastNextUtils.js.map +1 -0
  717. package/dist/dynamic-date-range-options/LastOptions.d.ts +33 -0
  718. package/dist/dynamic-date-range-options/LastOptions.js +108 -0
  719. package/dist/dynamic-date-range-options/LastOptions.js.map +1 -0
  720. package/dist/dynamic-date-range-options/NextOptions.d.ts +33 -0
  721. package/dist/dynamic-date-range-options/NextOptions.js +108 -0
  722. package/dist/dynamic-date-range-options/NextOptions.js.map +1 -0
  723. package/dist/dynamic-date-range-options/SingleDate.d.ts +24 -0
  724. package/dist/dynamic-date-range-options/SingleDate.js +68 -0
  725. package/dist/dynamic-date-range-options/SingleDate.js.map +1 -0
  726. package/dist/dynamic-date-range-options/SingleDateTemplate.d.ts +2 -0
  727. package/dist/dynamic-date-range-options/SingleDateTemplate.js +7 -0
  728. package/dist/dynamic-date-range-options/SingleDateTemplate.js.map +1 -0
  729. package/dist/dynamic-date-range-options/ToDateTime.d.ts +37 -0
  730. package/dist/dynamic-date-range-options/ToDateTime.js +137 -0
  731. package/dist/dynamic-date-range-options/ToDateTime.js.map +1 -0
  732. package/dist/dynamic-date-range-options/Today.d.ts +18 -0
  733. package/dist/dynamic-date-range-options/Today.js +38 -0
  734. package/dist/dynamic-date-range-options/Today.js.map +1 -0
  735. package/dist/dynamic-date-range-options/Tomorrow.d.ts +18 -0
  736. package/dist/dynamic-date-range-options/Tomorrow.js +38 -0
  737. package/dist/dynamic-date-range-options/Tomorrow.js.map +1 -0
  738. package/dist/dynamic-date-range-options/Yesterday.d.ts +18 -0
  739. package/dist/dynamic-date-range-options/Yesterday.js +38 -0
  740. package/dist/dynamic-date-range-options/Yesterday.js.map +1 -0
  741. package/dist/dynamic-date-range-options/toDates.d.ts +15 -0
  742. package/dist/dynamic-date-range-options/toDates.js +182 -0
  743. package/dist/dynamic-date-range-options/toDates.js.map +1 -0
  744. package/dist/features/InputComposition.d.ts +12 -0
  745. package/dist/features/InputComposition.js +30 -0
  746. package/dist/features/InputComposition.js.map +1 -0
  747. package/dist/features/InputSuggestions.d.ts +1 -3
  748. package/dist/features/InputSuggestions.js +13 -56
  749. package/dist/features/InputSuggestions.js.map +1 -1
  750. package/dist/features/InputSuggestionsTemplate.d.ts +1 -0
  751. package/dist/features/InputSuggestionsTemplate.js +7 -6
  752. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  753. package/dist/features/ListItemStandardExpandableText.js +2 -0
  754. package/dist/features/ListItemStandardExpandableText.js.map +1 -1
  755. package/dist/features/ListItemStandardExpandableTextTemplate.d.ts +2 -2
  756. package/dist/features/ListItemStandardExpandableTextTemplate.js.map +1 -1
  757. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  758. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  759. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  760. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  761. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  762. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  763. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  764. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  765. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  766. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  767. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  768. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  769. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  770. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  771. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  772. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  773. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  774. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  775. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  776. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  777. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  778. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  779. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  780. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  781. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  782. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  783. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  784. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  785. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  786. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  787. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  788. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  789. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  790. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  791. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  792. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  793. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  794. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  795. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  796. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  797. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  798. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  799. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  800. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  801. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  802. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  803. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  804. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  805. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  806. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  807. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  808. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  809. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  810. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  811. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  812. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  813. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  814. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  815. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  816. package/dist/generated/i18n/i18n-defaults.d.ts +139 -8
  817. package/dist/generated/i18n/i18n-defaults.js +157 -26
  818. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  819. package/dist/generated/json-imports/Themes-fetch.js +1 -1
  820. package/dist/generated/json-imports/Themes-fetch.js.map +1 -1
  821. package/dist/generated/json-imports/Themes-node.d.ts +1 -0
  822. package/dist/generated/json-imports/Themes-node.js +25 -0
  823. package/dist/generated/json-imports/Themes-node.js.map +1 -0
  824. package/dist/generated/json-imports/Themes.js +1 -1
  825. package/dist/generated/json-imports/Themes.js.map +1 -1
  826. package/dist/generated/json-imports/i18n-fetch.js +1 -1
  827. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  828. package/dist/generated/json-imports/i18n-node.d.ts +1 -0
  829. package/dist/generated/json-imports/i18n-node.js +120 -0
  830. package/dist/generated/json-imports/i18n-node.js.map +1 -0
  831. package/dist/generated/json-imports/i18n.js +1 -1
  832. package/dist/generated/json-imports/i18n.js.map +1 -1
  833. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  834. package/dist/generated/themes/Avatar.css.js +3 -3
  835. package/dist/generated/themes/Avatar.css.js.map +1 -1
  836. package/dist/generated/themes/AvatarBadge.css.d.ts +2 -0
  837. package/dist/generated/themes/AvatarBadge.css.js +8 -0
  838. package/dist/generated/themes/AvatarBadge.css.js.map +1 -0
  839. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  840. package/dist/generated/themes/AvatarGroup.css.js +3 -3
  841. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  842. package/dist/generated/themes/Bar.css.d.ts +1 -1
  843. package/dist/generated/themes/Bar.css.js +3 -3
  844. package/dist/generated/themes/Bar.css.js.map +1 -1
  845. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  846. package/dist/generated/themes/Breadcrumbs.css.js +3 -3
  847. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  848. package/dist/generated/themes/BreadcrumbsPopover.css.js +2 -2
  849. package/dist/generated/themes/BreadcrumbsPopover.css.js.map +1 -1
  850. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  851. package/dist/generated/themes/BusyIndicator.css.js +3 -3
  852. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  853. package/dist/generated/themes/Button.css.d.ts +1 -1
  854. package/dist/generated/themes/Button.css.js +3 -3
  855. package/dist/generated/themes/Button.css.js.map +1 -1
  856. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  857. package/dist/generated/themes/ButtonBadge.css.js +3 -3
  858. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  859. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  860. package/dist/generated/themes/Calendar.css.js +3 -3
  861. package/dist/generated/themes/Calendar.css.js.map +1 -1
  862. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  863. package/dist/generated/themes/CalendarHeader.css.js +3 -3
  864. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  865. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  866. package/dist/generated/themes/CalendarLegend.css.js +3 -3
  867. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  868. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  869. package/dist/generated/themes/CalendarLegendItem.css.js +3 -3
  870. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  871. package/dist/generated/themes/Card.css.d.ts +1 -1
  872. package/dist/generated/themes/Card.css.js +3 -3
  873. package/dist/generated/themes/Card.css.js.map +1 -1
  874. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  875. package/dist/generated/themes/CardHeader.css.js +3 -3
  876. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  877. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  878. package/dist/generated/themes/Carousel.css.js +3 -3
  879. package/dist/generated/themes/Carousel.css.js.map +1 -1
  880. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  881. package/dist/generated/themes/CheckBox.css.js +3 -3
  882. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  883. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  884. package/dist/generated/themes/ColorPalette.css.js +3 -3
  885. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  886. package/dist/generated/themes/ColorPaletteDialog.css.js +2 -2
  887. package/dist/generated/themes/ColorPaletteDialog.css.js.map +1 -1
  888. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  889. package/dist/generated/themes/ColorPaletteItem.css.js +3 -3
  890. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  891. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  892. package/dist/generated/themes/ColorPalettePopover.css.js +3 -3
  893. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  894. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  895. package/dist/generated/themes/ColorPicker.css.js +3 -3
  896. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  897. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  898. package/dist/generated/themes/ComboBox.css.js +3 -3
  899. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  900. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  901. package/dist/generated/themes/ComboBoxItem.css.js +3 -3
  902. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  903. package/dist/generated/themes/ComboBoxPopover.css.d.ts +1 -1
  904. package/dist/generated/themes/ComboBoxPopover.css.js +3 -3
  905. package/dist/generated/themes/ComboBoxPopover.css.js.map +1 -1
  906. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  907. package/dist/generated/themes/DatePicker.css.js +3 -3
  908. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  909. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  910. package/dist/generated/themes/DatePickerPopover.css.js +3 -3
  911. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  912. package/dist/generated/themes/DateRangePicker.css.js +2 -2
  913. package/dist/generated/themes/DateRangePicker.css.js.map +1 -1
  914. package/dist/generated/themes/DateTimePicker.css.d.ts +1 -1
  915. package/dist/generated/themes/DateTimePicker.css.js +3 -3
  916. package/dist/generated/themes/DateTimePicker.css.js.map +1 -1
  917. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  918. package/dist/generated/themes/DateTimePickerPopover.css.js +3 -3
  919. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  920. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  921. package/dist/generated/themes/DayPicker.css.js +3 -3
  922. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  923. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  924. package/dist/generated/themes/Dialog.css.js +3 -3
  925. package/dist/generated/themes/Dialog.css.js.map +1 -1
  926. package/dist/generated/themes/DraggableElement.css.js +2 -2
  927. package/dist/generated/themes/DraggableElement.css.js.map +1 -1
  928. package/dist/generated/themes/DropIndicator.css.js +2 -2
  929. package/dist/generated/themes/DropIndicator.css.js.map +1 -1
  930. package/dist/generated/themes/DynamicDateRange.css.d.ts +2 -0
  931. package/dist/generated/themes/DynamicDateRange.css.js +8 -0
  932. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -0
  933. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +2 -0
  934. package/dist/generated/themes/DynamicDateRangePopover.css.js +8 -0
  935. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -0
  936. package/dist/generated/themes/ExpandableText.css.js +2 -2
  937. package/dist/generated/themes/ExpandableText.css.js.map +1 -1
  938. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  939. package/dist/generated/themes/FileUploader.css.js +3 -3
  940. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  941. package/dist/generated/themes/Form.css.d.ts +1 -1
  942. package/dist/generated/themes/Form.css.js +3 -3
  943. package/dist/generated/themes/Form.css.js.map +1 -1
  944. package/dist/generated/themes/FormComponents.css.js +2 -2
  945. package/dist/generated/themes/FormComponents.css.js.map +1 -1
  946. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  947. package/dist/generated/themes/FormItem.css.js +3 -3
  948. package/dist/generated/themes/FormItem.css.js.map +1 -1
  949. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  950. package/dist/generated/themes/FormItemSpan.css.js +3 -3
  951. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  952. package/dist/generated/themes/FormLayout.css.js +2 -2
  953. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  954. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  955. package/dist/generated/themes/GrowingButton.css.js +3 -3
  956. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  957. package/dist/generated/themes/Icon.css.d.ts +1 -1
  958. package/dist/generated/themes/Icon.css.js +3 -3
  959. package/dist/generated/themes/Icon.css.js.map +1 -1
  960. package/dist/generated/themes/Input.css.d.ts +1 -1
  961. package/dist/generated/themes/Input.css.js +3 -3
  962. package/dist/generated/themes/Input.css.js.map +1 -1
  963. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  964. package/dist/generated/themes/InputIcon.css.js +3 -3
  965. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  966. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  967. package/dist/generated/themes/InputSharedStyles.css.js +3 -3
  968. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  969. package/dist/generated/themes/InvisibleTextStyles.css.js +2 -2
  970. package/dist/generated/themes/InvisibleTextStyles.css.js.map +1 -1
  971. package/dist/generated/themes/Label.css.d.ts +1 -1
  972. package/dist/generated/themes/Label.css.js +3 -3
  973. package/dist/generated/themes/Label.css.js.map +1 -1
  974. package/dist/generated/themes/Link.css.d.ts +1 -1
  975. package/dist/generated/themes/Link.css.js +3 -3
  976. package/dist/generated/themes/Link.css.js.map +1 -1
  977. package/dist/generated/themes/List.css.d.ts +1 -1
  978. package/dist/generated/themes/List.css.js +3 -3
  979. package/dist/generated/themes/List.css.js.map +1 -1
  980. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  981. package/dist/generated/themes/ListItem.css.js +3 -3
  982. package/dist/generated/themes/ListItem.css.js.map +1 -1
  983. package/dist/generated/themes/ListItemAdditionalText.css.js +2 -2
  984. package/dist/generated/themes/ListItemAdditionalText.css.js.map +1 -1
  985. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  986. package/dist/generated/themes/ListItemBase.css.js +3 -3
  987. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  988. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  989. package/dist/generated/themes/ListItemCustom.css.js +3 -3
  990. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  991. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  992. package/dist/generated/themes/ListItemGroup.css.js +3 -3
  993. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  994. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  995. package/dist/generated/themes/ListItemGroupHeader.css.js +3 -3
  996. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  997. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  998. package/dist/generated/themes/ListItemIcon.css.js +3 -3
  999. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  1000. package/dist/generated/themes/Menu.css.d.ts +1 -1
  1001. package/dist/generated/themes/Menu.css.js +3 -3
  1002. package/dist/generated/themes/Menu.css.js.map +1 -1
  1003. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  1004. package/dist/generated/themes/MenuItem.css.js +3 -3
  1005. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  1006. package/dist/generated/themes/MenuSeparator.css.js +2 -2
  1007. package/dist/generated/themes/MenuSeparator.css.js.map +1 -1
  1008. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  1009. package/dist/generated/themes/MessageStrip.css.js +3 -3
  1010. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  1011. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  1012. package/dist/generated/themes/MonthPicker.css.js +3 -3
  1013. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  1014. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  1015. package/dist/generated/themes/MultiComboBox.css.js +3 -3
  1016. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  1017. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  1018. package/dist/generated/themes/MultiComboBoxItem.css.js +3 -3
  1019. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  1020. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  1021. package/dist/generated/themes/MultiComboBoxPopover.css.js +3 -3
  1022. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  1023. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  1024. package/dist/generated/themes/MultiInput.css.js +3 -3
  1025. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  1026. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  1027. package/dist/generated/themes/OptionBase.css.js +3 -3
  1028. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  1029. package/dist/generated/themes/Panel.css.d.ts +1 -1
  1030. package/dist/generated/themes/Panel.css.js +3 -3
  1031. package/dist/generated/themes/Panel.css.js.map +1 -1
  1032. package/dist/generated/themes/Popover.css.d.ts +1 -1
  1033. package/dist/generated/themes/Popover.css.js +3 -3
  1034. package/dist/generated/themes/Popover.css.js.map +1 -1
  1035. package/dist/generated/themes/Popup.css.d.ts +1 -1
  1036. package/dist/generated/themes/Popup.css.js +3 -3
  1037. package/dist/generated/themes/Popup.css.js.map +1 -1
  1038. package/dist/generated/themes/PopupBlockLayer.css.js +2 -2
  1039. package/dist/generated/themes/PopupBlockLayer.css.js.map +1 -1
  1040. package/dist/generated/themes/PopupGlobal.css.js +2 -2
  1041. package/dist/generated/themes/PopupGlobal.css.js.map +1 -1
  1042. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  1043. package/dist/generated/themes/PopupsCommon.css.js +3 -3
  1044. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  1045. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  1046. package/dist/generated/themes/ProgressIndicator.css.js +3 -3
  1047. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  1048. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  1049. package/dist/generated/themes/RadioButton.css.js +3 -3
  1050. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  1051. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  1052. package/dist/generated/themes/RangeSlider.css.js +3 -3
  1053. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  1054. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  1055. package/dist/generated/themes/RatingIndicator.css.js +3 -3
  1056. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  1057. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  1058. package/dist/generated/themes/ResponsivePopover.css.js +3 -3
  1059. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  1060. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  1061. package/dist/generated/themes/ResponsivePopoverCommon.css.js +3 -3
  1062. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  1063. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  1064. package/dist/generated/themes/SegmentedButton.css.js +3 -3
  1065. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  1066. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  1067. package/dist/generated/themes/SegmentedButtonItem.css.js +3 -3
  1068. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  1069. package/dist/generated/themes/Select.css.d.ts +1 -1
  1070. package/dist/generated/themes/Select.css.js +3 -3
  1071. package/dist/generated/themes/Select.css.js.map +1 -1
  1072. package/dist/generated/themes/SelectPopover.css.d.ts +1 -1
  1073. package/dist/generated/themes/SelectPopover.css.js +3 -3
  1074. package/dist/generated/themes/SelectPopover.css.js.map +1 -1
  1075. package/dist/generated/themes/Slider.css.d.ts +2 -0
  1076. package/dist/generated/themes/Slider.css.js +8 -0
  1077. package/dist/generated/themes/Slider.css.js.map +1 -0
  1078. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  1079. package/dist/generated/themes/SliderBase.css.js +3 -3
  1080. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  1081. package/dist/generated/themes/SliderHandle.css.d.ts +2 -0
  1082. package/dist/generated/themes/SliderHandle.css.js +8 -0
  1083. package/dist/generated/themes/SliderHandle.css.js.map +1 -0
  1084. package/dist/generated/themes/SliderScale.css.d.ts +2 -0
  1085. package/dist/generated/themes/SliderScale.css.js +8 -0
  1086. package/dist/generated/themes/SliderScale.css.js.map +1 -0
  1087. package/dist/generated/themes/SliderTooltip.css.d.ts +2 -0
  1088. package/dist/generated/themes/SliderTooltip.css.js +8 -0
  1089. package/dist/generated/themes/SliderTooltip.css.js.map +1 -0
  1090. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  1091. package/dist/generated/themes/SplitButton.css.js +3 -3
  1092. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  1093. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  1094. package/dist/generated/themes/StepInput.css.js +3 -3
  1095. package/dist/generated/themes/StepInput.css.js.map +1 -1
  1096. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  1097. package/dist/generated/themes/SuggestionItem.css.js +3 -3
  1098. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  1099. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  1100. package/dist/generated/themes/SuggestionItemCustom.css.js +3 -3
  1101. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  1102. package/dist/generated/themes/Suggestions.css.d.ts +1 -1
  1103. package/dist/generated/themes/Suggestions.css.js +3 -3
  1104. package/dist/generated/themes/Suggestions.css.js.map +1 -1
  1105. package/dist/generated/themes/Switch.css.d.ts +1 -1
  1106. package/dist/generated/themes/Switch.css.js +3 -3
  1107. package/dist/generated/themes/Switch.css.js.map +1 -1
  1108. package/dist/generated/themes/Tab.css.js +2 -2
  1109. package/dist/generated/themes/Tab.css.js.map +1 -1
  1110. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  1111. package/dist/generated/themes/TabContainer.css.js +3 -3
  1112. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  1113. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  1114. package/dist/generated/themes/TabInOverflow.css.js +3 -3
  1115. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  1116. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  1117. package/dist/generated/themes/TabInStrip.css.js +3 -3
  1118. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  1119. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  1120. package/dist/generated/themes/TabSemanticIcon.css.js +3 -3
  1121. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  1122. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  1123. package/dist/generated/themes/TabSeparatorInOverflow.css.js +3 -3
  1124. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  1125. package/dist/generated/themes/TabSeparatorInStrip.css.js +2 -2
  1126. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  1127. package/dist/generated/themes/Table.css.d.ts +1 -1
  1128. package/dist/generated/themes/Table.css.js +3 -3
  1129. package/dist/generated/themes/Table.css.js.map +1 -1
  1130. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  1131. package/dist/generated/themes/TableCell.css.js +3 -3
  1132. package/dist/generated/themes/TableCell.css.js.map +1 -1
  1133. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  1134. package/dist/generated/themes/TableCellBase.css.js +3 -3
  1135. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  1136. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  1137. package/dist/generated/themes/TableGrowing.css.js +3 -3
  1138. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  1139. package/dist/generated/themes/TableHeaderCell.css.js +2 -2
  1140. package/dist/generated/themes/TableHeaderCell.css.js.map +1 -1
  1141. package/dist/generated/themes/TableHeaderCellActionBase.css.js +2 -2
  1142. package/dist/generated/themes/TableHeaderCellActionBase.css.js.map +1 -1
  1143. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  1144. package/dist/generated/themes/TableHeaderRow.css.js +3 -3
  1145. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  1146. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  1147. package/dist/generated/themes/TableRow.css.js +3 -3
  1148. package/dist/generated/themes/TableRow.css.js.map +1 -1
  1149. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  1150. package/dist/generated/themes/TableRowActionBase.css.js +3 -3
  1151. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  1152. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  1153. package/dist/generated/themes/TableRowBase.css.js +3 -3
  1154. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  1155. package/dist/generated/themes/Tag.css.d.ts +1 -1
  1156. package/dist/generated/themes/Tag.css.js +3 -3
  1157. package/dist/generated/themes/Tag.css.js.map +1 -1
  1158. package/dist/generated/themes/TapHighlightColor.css.js +2 -2
  1159. package/dist/generated/themes/TapHighlightColor.css.js.map +1 -1
  1160. package/dist/generated/themes/Text.css.d.ts +1 -1
  1161. package/dist/generated/themes/Text.css.js +3 -3
  1162. package/dist/generated/themes/Text.css.js.map +1 -1
  1163. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  1164. package/dist/generated/themes/TextArea.css.js +3 -3
  1165. package/dist/generated/themes/TextArea.css.js.map +1 -1
  1166. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  1167. package/dist/generated/themes/TimePicker.css.js +3 -3
  1168. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  1169. package/dist/generated/themes/TimePickerClock.css.js +2 -2
  1170. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  1171. package/dist/generated/themes/TimePickerPopover.css.d.ts +1 -1
  1172. package/dist/generated/themes/TimePickerPopover.css.js +3 -3
  1173. package/dist/generated/themes/TimePickerPopover.css.js.map +1 -1
  1174. package/dist/generated/themes/TimeSelectionClocks.css.js +2 -2
  1175. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  1176. package/dist/generated/themes/TimeSelectionInputs.css.js +2 -2
  1177. package/dist/generated/themes/TimeSelectionInputs.css.js.map +1 -1
  1178. package/dist/generated/themes/Title.css.d.ts +1 -1
  1179. package/dist/generated/themes/Title.css.js +3 -3
  1180. package/dist/generated/themes/Title.css.js.map +1 -1
  1181. package/dist/generated/themes/Toast.css.d.ts +1 -1
  1182. package/dist/generated/themes/Toast.css.js +3 -3
  1183. package/dist/generated/themes/Toast.css.js.map +1 -1
  1184. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  1185. package/dist/generated/themes/ToggleButton.css.js +3 -3
  1186. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  1187. package/dist/generated/themes/Token.css.d.ts +1 -1
  1188. package/dist/generated/themes/Token.css.js +3 -3
  1189. package/dist/generated/themes/Token.css.js.map +1 -1
  1190. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  1191. package/dist/generated/themes/Tokenizer.css.js +3 -3
  1192. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  1193. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  1194. package/dist/generated/themes/TokenizerPopover.css.js +3 -3
  1195. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  1196. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  1197. package/dist/generated/themes/Toolbar.css.js +3 -3
  1198. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  1199. package/dist/generated/themes/ToolbarButton.css.d.ts +2 -0
  1200. package/dist/generated/themes/ToolbarButton.css.js +8 -0
  1201. package/dist/generated/themes/ToolbarButton.css.js.map +1 -0
  1202. package/dist/generated/themes/ToolbarItem.css.d.ts +2 -0
  1203. package/dist/generated/themes/ToolbarItem.css.js +8 -0
  1204. package/dist/generated/themes/ToolbarItem.css.js.map +1 -0
  1205. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  1206. package/dist/generated/themes/ToolbarPopover.css.js +3 -3
  1207. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  1208. package/dist/generated/themes/ToolbarSelect.css.d.ts +1 -1
  1209. package/dist/generated/themes/ToolbarSelect.css.js +3 -3
  1210. package/dist/generated/themes/ToolbarSelect.css.js.map +1 -1
  1211. package/dist/generated/themes/ToolbarSeparator.css.d.ts +2 -0
  1212. package/dist/generated/themes/ToolbarSeparator.css.js +8 -0
  1213. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -0
  1214. package/dist/generated/themes/Tree.css.js +2 -2
  1215. package/dist/generated/themes/Tree.css.js.map +1 -1
  1216. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  1217. package/dist/generated/themes/TreeItem.css.js +3 -3
  1218. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  1219. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  1220. package/dist/generated/themes/ValueStateMessage.css.js +3 -3
  1221. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  1222. package/dist/generated/themes/ValueStateVariables.css.d.ts +2 -0
  1223. package/dist/generated/themes/ValueStateVariables.css.js +8 -0
  1224. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -0
  1225. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  1226. package/dist/generated/themes/YearPicker.css.js +3 -3
  1227. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  1228. package/dist/generated/themes/YearRangePicker.css.d.ts +2 -0
  1229. package/dist/generated/themes/YearRangePicker.css.js +8 -0
  1230. package/dist/generated/themes/YearRangePicker.css.js.map +1 -0
  1231. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  1232. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +2 -1
  1233. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  1234. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  1235. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +2 -1
  1236. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  1237. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  1238. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +2 -1
  1239. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  1240. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  1241. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +2 -1
  1242. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  1243. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  1244. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  1245. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  1246. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  1247. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  1248. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  1249. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  1250. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  1251. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  1252. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  1253. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  1254. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  1255. package/dist/popup-utils/OpenedPopupsRegistry.js +21 -3
  1256. package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
  1257. package/dist/popup-utils/PopoverRegistry.js +20 -6
  1258. package/dist/popup-utils/PopoverRegistry.js.map +1 -1
  1259. package/dist/types/AvatarColorScheme.d.ts +5 -1
  1260. package/dist/types/AvatarColorScheme.js +4 -0
  1261. package/dist/types/AvatarColorScheme.js.map +1 -1
  1262. package/dist/types/AvatarMode.d.ts +28 -0
  1263. package/dist/types/AvatarMode.js +30 -0
  1264. package/dist/types/AvatarMode.js.map +1 -0
  1265. package/dist/types/FormAccessibleMode.d.ts +26 -0
  1266. package/dist/types/FormAccessibleMode.js +28 -0
  1267. package/dist/types/FormAccessibleMode.js.map +1 -0
  1268. package/dist/types/FormItemSpacing.d.ts +1 -2
  1269. package/dist/types/FormItemSpacing.js +1 -2
  1270. package/dist/types/FormItemSpacing.js.map +1 -1
  1271. package/dist/types/InputSuggestionsFilter.d.ts +27 -0
  1272. package/dist/types/InputSuggestionsFilter.js +29 -0
  1273. package/dist/types/InputSuggestionsFilter.js.map +1 -0
  1274. package/dist/types/MenuItemGroupCheckMode.d.ts +23 -0
  1275. package/dist/types/MenuItemGroupCheckMode.js +25 -0
  1276. package/dist/types/MenuItemGroupCheckMode.js.map +1 -0
  1277. package/dist/types/SelectTextSeparator.d.ts +23 -0
  1278. package/dist/types/SelectTextSeparator.js +25 -0
  1279. package/dist/types/SelectTextSeparator.js.map +1 -0
  1280. package/dist/types/TableGrowingMode.d.ts +0 -1
  1281. package/dist/types/TableGrowingMode.js +0 -1
  1282. package/dist/types/TableGrowingMode.js.map +1 -1
  1283. package/dist/types/TableOverflowMode.d.ts +1 -2
  1284. package/dist/types/TableOverflowMode.js +1 -2
  1285. package/dist/types/TableOverflowMode.js.map +1 -1
  1286. package/dist/types/TableSelectionBehavior.d.ts +22 -0
  1287. package/dist/types/TableSelectionBehavior.js +24 -0
  1288. package/dist/types/TableSelectionBehavior.js.map +1 -0
  1289. package/dist/types/TableSelectionMultiHeaderSelector.d.ts +19 -0
  1290. package/dist/types/TableSelectionMultiHeaderSelector.js +21 -0
  1291. package/dist/types/TableSelectionMultiHeaderSelector.js.map +1 -0
  1292. package/dist/vscode.html-custom-data.json +1439 -146
  1293. package/dist/web-types.json +3201 -445
  1294. package/package-scripts.cjs +1 -1
  1295. package/package.json +30 -27
  1296. package/src/AvatarBadgeTemplate.tsx +16 -0
  1297. package/src/AvatarGroupTemplate.tsx +8 -1
  1298. package/src/AvatarTemplate.tsx +17 -10
  1299. package/src/BarTemplate.tsx +1 -1
  1300. package/src/BreadcrumbsTemplate.tsx +1 -2
  1301. package/src/BusyIndicatorTemplate.tsx +4 -1
  1302. package/src/ButtonTemplate.tsx +19 -5
  1303. package/src/CalendarHeaderTemplate.tsx +34 -7
  1304. package/src/CalendarTemplate.tsx +26 -5
  1305. package/src/CarouselTemplate.tsx +21 -20
  1306. package/src/CheckBoxTemplate.tsx +10 -6
  1307. package/src/ColorPaletteItemTemplate.tsx +0 -3
  1308. package/src/ColorPalettePopoverTemplate.tsx +4 -1
  1309. package/src/ColorPaletteTemplate.tsx +2 -1
  1310. package/src/ColorPickerTemplate.tsx +13 -4
  1311. package/src/ComboBoxPopoverTemplate.tsx +17 -14
  1312. package/src/ComboBoxTemplate.tsx +4 -1
  1313. package/src/DatePickerInputTemplate.tsx +4 -2
  1314. package/src/DatePickerPopoverTemplate.tsx +24 -11
  1315. package/src/DatePickerTemplate.tsx +1 -1
  1316. package/src/DateRangePickerTemplate.tsx +1 -1
  1317. package/src/DateTimePickerTemplate.tsx +1 -1
  1318. package/src/DayPickerTemplate.tsx +2 -4
  1319. package/src/DynamicDateRangeInputTemplate.tsx +33 -0
  1320. package/src/DynamicDateRangePopoverTemplate.tsx +78 -0
  1321. package/src/DynamicDateRangeTemplate.tsx +11 -0
  1322. package/src/FileUploaderPopoverTemplate.tsx +1 -3
  1323. package/src/FileUploaderTemplate.tsx +80 -25
  1324. package/src/FormItemTemplate.tsx +32 -11
  1325. package/src/FormTemplate.tsx +66 -50
  1326. package/src/IconTemplate.tsx +15 -7
  1327. package/src/InputPopoverTemplate.tsx +14 -7
  1328. package/src/InputTemplate.tsx +10 -4
  1329. package/src/ListBoxItemGroupTemplate.tsx +1 -1
  1330. package/src/ListItemGroupHeaderTemplate.tsx +19 -1
  1331. package/src/ListItemGroupTemplate.tsx +9 -3
  1332. package/src/ListTemplate.tsx +45 -32
  1333. package/src/MenuItemGroupTemplate.tsx +13 -0
  1334. package/src/MenuItemTemplate.tsx +33 -10
  1335. package/src/MenuTemplate.tsx +13 -9
  1336. package/src/MonthPickerTemplate.tsx +2 -0
  1337. package/src/MultiComboBoxItemTemplate.tsx +1 -2
  1338. package/src/MultiComboBoxPopoverTemplate.tsx +28 -15
  1339. package/src/MultiComboBoxTemplate.tsx +4 -0
  1340. package/src/MultiInputTemplate.tsx +78 -1
  1341. package/src/PanelTemplate.tsx +2 -0
  1342. package/src/PopoverTemplate.tsx +10 -0
  1343. package/src/PopupTemplate.tsx +5 -0
  1344. package/src/RangeSliderTemplate.tsx +33 -39
  1345. package/src/RatingIndicatorTemplate.tsx +10 -10
  1346. package/src/ResponsivePopoverTemplate.tsx +2 -0
  1347. package/src/SegmentedButtonItemTemplate.tsx +2 -1
  1348. package/src/SegmentedButtonTemplate.tsx +10 -6
  1349. package/src/SelectPopoverTemplate.tsx +4 -1
  1350. package/src/SelectTemplate.tsx +32 -12
  1351. package/src/SliderBaseTemplate.tsx +9 -11
  1352. package/src/SliderHandleTemplate.tsx +15 -0
  1353. package/src/SliderScaleTemplate.tsx +32 -0
  1354. package/src/SliderTemplate.tsx +86 -68
  1355. package/src/SliderTooltipTemplate.tsx +28 -0
  1356. package/src/SplitButtonTemplate.tsx +30 -23
  1357. package/src/StepInputTemplate.tsx +2 -0
  1358. package/src/TabContainerTemplate.tsx +0 -2
  1359. package/src/TableCellTemplate.tsx +6 -4
  1360. package/src/TableHeaderRowTemplate.tsx +47 -20
  1361. package/src/TableRowTemplate.tsx +33 -15
  1362. package/src/TableTemplate.tsx +6 -20
  1363. package/src/TextAreaPopoverTemplate.tsx +2 -1
  1364. package/src/TextAreaTemplate.tsx +4 -0
  1365. package/src/TimePickerPopoverTemplate.tsx +17 -6
  1366. package/src/TimePickerTemplate.tsx +5 -1
  1367. package/src/TimeSelectionClocksTemplate.tsx +1 -0
  1368. package/src/ToastTemplate.tsx +3 -4
  1369. package/src/ToggleSpinButtonTemplate.tsx +0 -1
  1370. package/src/TokenizerPopoverTemplate.tsx +4 -3
  1371. package/src/ToolbarButtonTemplate.tsx +3 -4
  1372. package/src/ToolbarItemTemplate.tsx +7 -0
  1373. package/src/ToolbarSelectTemplate.tsx +7 -3
  1374. package/src/ToolbarTemplate.tsx +37 -6
  1375. package/src/TreeItemBaseTemplate.tsx +2 -2
  1376. package/src/YearPickerTemplate.tsx +1 -0
  1377. package/src/YearRangePickerTemplate.tsx +43 -0
  1378. package/src/bundle-assets/IconPensilJSXTemplate.tsx +10 -0
  1379. package/src/dynamic-date-range-options/DateRangeTemplate.tsx +22 -0
  1380. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +62 -0
  1381. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +53 -0
  1382. package/src/dynamic-date-range-options/LastNextTemplate.tsx +71 -0
  1383. package/src/dynamic-date-range-options/SingleDateTemplate.tsx +13 -0
  1384. package/src/features/InputSuggestionsTemplate.tsx +38 -31
  1385. package/src/features/ListItemStandardExpandableTextTemplate.tsx +2 -2
  1386. package/src/i18n/messagebundle.properties +395 -36
  1387. package/src/i18n/messagebundle_ar.properties +277 -25
  1388. package/src/i18n/messagebundle_bg.properties +278 -26
  1389. package/src/i18n/messagebundle_ca.properties +279 -27
  1390. package/src/i18n/messagebundle_cnr.properties +276 -24
  1391. package/src/i18n/messagebundle_cs.properties +276 -24
  1392. package/src/i18n/messagebundle_cy.properties +277 -25
  1393. package/src/i18n/messagebundle_da.properties +276 -24
  1394. package/src/i18n/messagebundle_de.properties +276 -24
  1395. package/src/i18n/messagebundle_el.properties +280 -28
  1396. package/src/i18n/messagebundle_en.properties +274 -241
  1397. package/src/i18n/messagebundle_en_GB.properties +276 -24
  1398. package/src/i18n/messagebundle_en_US_sappsd.properties +279 -27
  1399. package/src/i18n/messagebundle_en_US_saprigi.properties +277 -27
  1400. package/src/i18n/messagebundle_en_US_saptrc.properties +279 -27
  1401. package/src/i18n/messagebundle_es.properties +281 -29
  1402. package/src/i18n/messagebundle_es_MX.properties +284 -32
  1403. package/src/i18n/messagebundle_et.properties +274 -22
  1404. package/src/i18n/messagebundle_fi.properties +278 -26
  1405. package/src/i18n/messagebundle_fr.properties +277 -25
  1406. package/src/i18n/messagebundle_fr_CA.properties +278 -26
  1407. package/src/i18n/messagebundle_hi.properties +276 -24
  1408. package/src/i18n/messagebundle_hr.properties +278 -26
  1409. package/src/i18n/messagebundle_hu.properties +277 -25
  1410. package/src/i18n/messagebundle_id.properties +279 -27
  1411. package/src/i18n/messagebundle_it.properties +285 -33
  1412. package/src/i18n/messagebundle_iw.properties +276 -24
  1413. package/src/i18n/messagebundle_ja.properties +276 -24
  1414. package/src/i18n/messagebundle_kk.properties +281 -29
  1415. package/src/i18n/messagebundle_ko.properties +276 -24
  1416. package/src/i18n/messagebundle_lt.properties +276 -24
  1417. package/src/i18n/messagebundle_lv.properties +277 -25
  1418. package/src/i18n/messagebundle_mk.properties +278 -26
  1419. package/src/i18n/messagebundle_ms.properties +281 -29
  1420. package/src/i18n/messagebundle_nl.properties +276 -24
  1421. package/src/i18n/messagebundle_no.properties +276 -24
  1422. package/src/i18n/messagebundle_pl.properties +275 -23
  1423. package/src/i18n/messagebundle_pt.properties +276 -24
  1424. package/src/i18n/messagebundle_pt_PT.properties +276 -24
  1425. package/src/i18n/messagebundle_ro.properties +276 -24
  1426. package/src/i18n/messagebundle_ru.properties +282 -30
  1427. package/src/i18n/messagebundle_sh.properties +276 -24
  1428. package/src/i18n/messagebundle_sk.properties +276 -24
  1429. package/src/i18n/messagebundle_sl.properties +279 -27
  1430. package/src/i18n/messagebundle_sr.properties +276 -24
  1431. package/src/i18n/messagebundle_sv.properties +279 -27
  1432. package/src/i18n/messagebundle_th.properties +279 -27
  1433. package/src/i18n/messagebundle_tr.properties +276 -24
  1434. package/src/i18n/messagebundle_uk.properties +279 -27
  1435. package/src/i18n/messagebundle_vi.properties +276 -24
  1436. package/src/i18n/messagebundle_zh_CN.properties +276 -24
  1437. package/src/i18n/messagebundle_zh_TW.properties +278 -26
  1438. package/src/themes/Avatar.css +63 -45
  1439. package/src/themes/AvatarBadge.css +45 -0
  1440. package/src/themes/AvatarGroup.css +28 -5
  1441. package/src/themes/Bar.css +11 -2
  1442. package/src/themes/Breadcrumbs.css +6 -2
  1443. package/src/themes/BusyIndicator.css +5 -2
  1444. package/src/themes/Button.css +57 -6
  1445. package/src/themes/ButtonBadge.css +2 -0
  1446. package/src/themes/Calendar.css +1 -2
  1447. package/src/themes/CalendarHeader.css +6 -18
  1448. package/src/themes/Card.css +1 -1
  1449. package/src/themes/CardHeader.css +2 -2
  1450. package/src/themes/Carousel.css +35 -18
  1451. package/src/themes/CheckBox.css +1 -9
  1452. package/src/themes/ColorPaletteItem.css +1 -0
  1453. package/src/themes/ColorPicker.css +23 -27
  1454. package/src/themes/ComboBoxItem.css +3 -3
  1455. package/src/themes/ComboBoxPopover.css +4 -0
  1456. package/src/themes/DatePicker.css +8 -3
  1457. package/src/themes/DatePickerPopover.css +25 -2
  1458. package/src/themes/DateTimePicker.css +2 -0
  1459. package/src/themes/DayPicker.css +10 -3
  1460. package/src/themes/Dialog.css +4 -20
  1461. package/src/themes/DynamicDateRange.css +11 -0
  1462. package/src/themes/DynamicDateRangePopover.css +146 -0
  1463. package/src/themes/FileUploader.css +148 -31
  1464. package/src/themes/Form.css +5 -1
  1465. package/src/themes/FormItem.css +12 -5
  1466. package/src/themes/FormItemSpan.css +15 -10
  1467. package/src/themes/GrowingButton.css +1 -1
  1468. package/src/themes/Input.css +6 -1
  1469. package/src/themes/InputSharedStyles.css +6 -8
  1470. package/src/themes/Label.css +1 -1
  1471. package/src/themes/List.css +12 -4
  1472. package/src/themes/ListItem.css +8 -9
  1473. package/src/themes/ListItemBase.css +1 -1
  1474. package/src/themes/ListItemCustom.css +12 -0
  1475. package/src/themes/ListItemGroupHeader.css +4 -0
  1476. package/src/themes/Menu.css +17 -0
  1477. package/src/themes/MenuItem.css +23 -10
  1478. package/src/themes/MessageStrip.css +1 -1
  1479. package/src/themes/MonthPicker.css +2 -2
  1480. package/src/themes/MultiComboBoxItem.css +3 -3
  1481. package/src/themes/MultiComboBoxPopover.css +26 -5
  1482. package/src/themes/Panel.css +7 -3
  1483. package/src/themes/Popover.css +81 -4
  1484. package/src/themes/Popup.css +4 -0
  1485. package/src/themes/PopupsCommon.css +22 -3
  1486. package/src/themes/ProgressIndicator.css +2 -1
  1487. package/src/themes/RadioButton.css +1 -0
  1488. package/src/themes/RangeSlider.css +2 -1
  1489. package/src/themes/RatingIndicator.css +30 -14
  1490. package/src/themes/ResponsivePopover.css +1 -2
  1491. package/src/themes/ResponsivePopoverCommon.css +9 -5
  1492. package/src/themes/SegmentedButton.css +17 -4
  1493. package/src/themes/SegmentedButtonItem.css +0 -4
  1494. package/src/themes/Select.css +20 -1
  1495. package/src/themes/SelectPopover.css +4 -0
  1496. package/src/themes/Slider.css +32 -0
  1497. package/src/themes/SliderBase.css +30 -19
  1498. package/src/themes/SliderHandle.css +61 -0
  1499. package/src/themes/SliderScale.css +149 -0
  1500. package/src/themes/SliderTooltip.css +34 -0
  1501. package/src/themes/SplitButton.css +5 -0
  1502. package/src/themes/StepInput.css +15 -6
  1503. package/src/themes/SuggestionItem.css +3 -3
  1504. package/src/themes/Suggestions.css +4 -0
  1505. package/src/themes/Switch.css +1 -0
  1506. package/src/themes/TabContainer.css +1 -1
  1507. package/src/themes/TabInStrip.css +1 -1
  1508. package/src/themes/Table.css +19 -35
  1509. package/src/themes/TableCell.css +12 -8
  1510. package/src/themes/TableCellBase.css +21 -16
  1511. package/src/themes/TableGrowing.css +19 -25
  1512. package/src/themes/TableHeaderRow.css +23 -12
  1513. package/src/themes/TableRow.css +12 -10
  1514. package/src/themes/TableRowActionBase.css +6 -6
  1515. package/src/themes/TableRowBase.css +4 -1
  1516. package/src/themes/Text.css +1 -1
  1517. package/src/themes/TextArea.css +5 -14
  1518. package/src/themes/TimePicker.css +6 -1
  1519. package/src/themes/TimePickerPopover.css +7 -0
  1520. package/src/themes/Title.css +1 -1
  1521. package/src/themes/Toast.css +5 -1
  1522. package/src/themes/ToggleButton.css +27 -0
  1523. package/src/themes/Token.css +10 -5
  1524. package/src/themes/Tokenizer.css +1 -1
  1525. package/src/themes/TokenizerPopover.css +0 -3
  1526. package/src/themes/Toolbar.css +15 -8
  1527. package/src/themes/ToolbarButton.css +10 -0
  1528. package/src/themes/ToolbarItem.css +8 -0
  1529. package/src/themes/ToolbarPopover.css +6 -1
  1530. package/src/themes/ToolbarSelect.css +4 -3
  1531. package/src/themes/ToolbarSeparator.css +6 -0
  1532. package/src/themes/TreeItem.css +10 -2
  1533. package/src/themes/ValueStateMessage.css +7 -3
  1534. package/src/themes/ValueStateVariables.css +27 -0
  1535. package/src/themes/YearPicker.css +2 -2
  1536. package/src/themes/YearRangePicker.css +118 -0
  1537. package/src/themes/base/Avatar-parameters.css +2 -1
  1538. package/src/themes/base/AvatarGroup-parameters.css +2 -1
  1539. package/src/themes/base/Bar-parameters.css +1 -1
  1540. package/src/themes/base/BusyIndicator-parameters.css +1 -1
  1541. package/src/themes/base/Button-parameters.css +1 -1
  1542. package/src/themes/base/ButtonBadge-parameters.css +1 -1
  1543. package/src/themes/base/CalendarHeader-parameters.css +1 -1
  1544. package/src/themes/base/CalendarLegend-parameters.css +1 -1
  1545. package/src/themes/base/CalendarLegendItem-parameters.css +1 -1
  1546. package/src/themes/base/Card-parameters.css +3 -3
  1547. package/src/themes/base/Carousel-parameters.css +2 -2
  1548. package/src/themes/base/CheckBox-parameters.css +52 -46
  1549. package/src/themes/base/ColorPalette-parameters.css +2 -1
  1550. package/src/themes/base/ColorPicker-parameters.css +1 -1
  1551. package/src/themes/base/DatePicker-parameters.css +1 -1
  1552. package/src/themes/base/DayPicker-parameters.css +1 -1
  1553. package/src/themes/base/Dialog-parameters.css +1 -5
  1554. package/src/themes/base/DynamicDateRange-parameters.css +3 -0
  1555. package/src/themes/base/FileUploader-parameters.css +3 -3
  1556. package/src/themes/base/Form-parameters.css +1 -8
  1557. package/src/themes/base/GrowingButton-parameters.css +1 -1
  1558. package/src/themes/base/Input-parameters.css +16 -16
  1559. package/src/themes/base/InputIcon-parameters.css +5 -5
  1560. package/src/themes/base/Link-parameters.css +1 -1
  1561. package/src/themes/base/List-parameters.css +1 -1
  1562. package/src/themes/base/ListItemBase-parameters.css +1 -1
  1563. package/src/themes/base/ListItemGroupHeader-parameters.css +1 -1
  1564. package/src/themes/base/Menu-parameters.css +1 -1
  1565. package/src/themes/base/MessageStrip-parameters.css +1 -1
  1566. package/src/themes/base/MonthPicker-parameters.css +1 -1
  1567. package/src/themes/base/Panel-parameters.css +7 -7
  1568. package/src/themes/base/Popover-parameters.css +1 -1
  1569. package/src/themes/base/PopupBlockLayer-parameters.css +1 -1
  1570. package/src/themes/base/PopupsCommon-parameters.css +1 -3
  1571. package/src/themes/base/ProgressIndicator-parameters.css +1 -1
  1572. package/src/themes/base/RadioButton-parameters.css +7 -7
  1573. package/src/themes/base/RatingIndicator-parameters.css +9 -9
  1574. package/src/themes/base/SegmentedButtton-parameters.css +1 -1
  1575. package/src/themes/base/Select-parameters.css +9 -1
  1576. package/src/themes/base/SliderBase-parameters.css +105 -91
  1577. package/src/themes/base/SliderHandle-parameters.css +3 -0
  1578. package/src/themes/base/SliderScale-parameters.css +13 -0
  1579. package/src/themes/base/SplitButton-parameters.css +1 -1
  1580. package/src/themes/base/StepInput-parameters.css +1 -1
  1581. package/src/themes/base/Switch-parameters.css +27 -27
  1582. package/src/themes/base/TabContainer-parameters.css +7 -7
  1583. package/src/themes/base/Table-parameters.css +5 -1
  1584. package/src/themes/base/Tag-parameters.css +1 -1
  1585. package/src/themes/base/Text-parameters.css +1 -1
  1586. package/src/themes/base/TextArea-parameters.css +20 -19
  1587. package/src/themes/base/TimePicker-parameters.css +1 -1
  1588. package/src/themes/base/TimelineItem-parameters.css +1 -1
  1589. package/src/themes/base/Toast-parameters.css +1 -1
  1590. package/src/themes/base/ToggleButton-parameters.css +1 -1
  1591. package/src/themes/base/Token-parameters.css +2 -2
  1592. package/src/themes/base/Tokenizer-parameters.css +6 -6
  1593. package/src/themes/base/Toolbar-parameters.css +1 -1
  1594. package/src/themes/base/ValueStateMessage-parameters.css +5 -1
  1595. package/src/themes/base/YearPicker-parameters.css +1 -1
  1596. package/src/themes/base/rtl-parameters.css +2 -10
  1597. package/src/themes/base/sizes-parameters.css +224 -266
  1598. package/src/themes/sap_fiori_3/Avatar-parameters.css +1 -1
  1599. package/src/themes/sap_fiori_3/Button-parameters.css +1 -1
  1600. package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +1 -1
  1601. package/src/themes/sap_fiori_3/CheckBox-parameters.css +1 -1
  1602. package/src/themes/sap_fiori_3/DayPicker-parameters.css +1 -1
  1603. package/src/themes/sap_fiori_3/Input-parameters.css +1 -1
  1604. package/src/themes/sap_fiori_3/Link-parameters.css +1 -1
  1605. package/src/themes/sap_fiori_3/List-parameters.css +1 -1
  1606. package/src/themes/sap_fiori_3/MessageStrip-parameters.css +1 -1
  1607. package/src/themes/sap_fiori_3/MonthPicker-parameters.css +1 -1
  1608. package/src/themes/sap_fiori_3/Slider-parameters.css +11 -0
  1609. package/src/themes/sap_fiori_3/SliderBase-parameters.css +16 -9
  1610. package/src/themes/sap_fiori_3/SliderHandle-parameters.css +5 -0
  1611. package/src/themes/sap_fiori_3/SliderScale-parameters.css +13 -0
  1612. package/src/themes/sap_fiori_3/TabContainer-parameters.css +1 -1
  1613. package/src/themes/sap_fiori_3/Tag-parameters.css +4 -4
  1614. package/src/themes/sap_fiori_3/Token-parameters.css +1 -1
  1615. package/src/themes/sap_fiori_3/YearPicker-parameters.css +1 -1
  1616. package/src/themes/sap_fiori_3/parameters-bundle.css +2 -0
  1617. package/src/themes/sap_fiori_3/sizes-parameters.css +7 -19
  1618. package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +1 -1
  1619. package/src/themes/sap_fiori_3_dark/Button-parameters.css +1 -1
  1620. package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +1 -1
  1621. package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +1 -1
  1622. package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +1 -1
  1623. package/src/themes/sap_fiori_3_dark/Input-parameters.css +1 -1
  1624. package/src/themes/sap_fiori_3_dark/Link-parameters.css +1 -1
  1625. package/src/themes/sap_fiori_3_dark/List-parameters.css +1 -1
  1626. package/src/themes/sap_fiori_3_dark/MessageStrip-parameters.css +1 -1
  1627. package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +1 -1
  1628. package/src/themes/sap_fiori_3_dark/Slider-parameters.css +11 -0
  1629. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +25 -13
  1630. package/src/themes/sap_fiori_3_dark/SliderHandle-parameters.css +5 -0
  1631. package/src/themes/sap_fiori_3_dark/SliderScale-parameters.css +13 -0
  1632. package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +1 -1
  1633. package/src/themes/sap_fiori_3_dark/Tag-parameters.css +4 -4
  1634. package/src/themes/sap_fiori_3_dark/Token-parameters.css +1 -1
  1635. package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +1 -1
  1636. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  1637. package/src/themes/sap_fiori_3_dark/sizes-parameters.css +16 -25
  1638. package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +1 -1
  1639. package/src/themes/sap_fiori_3_hcb/Bar-parameters.css +1 -1
  1640. package/src/themes/sap_fiori_3_hcb/Button-parameters.css +1 -1
  1641. package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +1 -1
  1642. package/src/themes/sap_fiori_3_hcb/Card-parameters.css +1 -1
  1643. package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +2 -2
  1644. package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +1 -1
  1645. package/src/themes/sap_fiori_3_hcb/ColorPicker-parameters.css +1 -1
  1646. package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +1 -1
  1647. package/src/themes/sap_fiori_3_hcb/Dialog-parameters.css +1 -1
  1648. package/src/themes/sap_fiori_3_hcb/FileUploader-parameters.css +1 -1
  1649. package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +1 -1
  1650. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +6 -6
  1651. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
  1652. package/src/themes/sap_fiori_3_hcb/ListItem-parameters.css +2 -2
  1653. package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +1 -1
  1654. package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +1 -1
  1655. package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +1 -1
  1656. package/src/themes/sap_fiori_3_hcb/PopupBlockLayer-parameters.css +1 -1
  1657. package/src/themes/sap_fiori_3_hcb/PopupsCommon-parameters.css +4 -4
  1658. package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +1 -1
  1659. package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +1 -1
  1660. package/src/themes/sap_fiori_3_hcb/Select-parameters.css +1 -1
  1661. package/src/themes/sap_fiori_3_hcb/Slider-parameters.css +11 -0
  1662. package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +31 -7
  1663. package/src/themes/sap_fiori_3_hcb/SliderHandle-parameters.css +5 -0
  1664. package/src/themes/sap_fiori_3_hcb/SliderScale-parameters.css +14 -0
  1665. package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +1 -1
  1666. package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +1 -1
  1667. package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +1 -1
  1668. package/src/themes/sap_fiori_3_hcb/Tag-parameters.css +1 -1
  1669. package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +16 -15
  1670. package/src/themes/sap_fiori_3_hcb/Token-parameters.css +1 -1
  1671. package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +1 -1
  1672. package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +1 -1
  1673. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  1674. package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +9 -18
  1675. package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +1 -1
  1676. package/src/themes/sap_fiori_3_hcw/Bar-parameters.css +1 -1
  1677. package/src/themes/sap_fiori_3_hcw/Button-parameters.css +1 -1
  1678. package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +1 -1
  1679. package/src/themes/sap_fiori_3_hcw/Card-parameters.css +1 -1
  1680. package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +2 -2
  1681. package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +1 -1
  1682. package/src/themes/sap_fiori_3_hcw/ColorPicker-parameters.css +1 -1
  1683. package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +1 -1
  1684. package/src/themes/sap_fiori_3_hcw/Dialog-parameters.css +1 -1
  1685. package/src/themes/sap_fiori_3_hcw/FileUploader-parameters.css +1 -1
  1686. package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +1 -1
  1687. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +6 -6
  1688. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
  1689. package/src/themes/sap_fiori_3_hcw/ListItem-parameters.css +2 -2
  1690. package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +1 -1
  1691. package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +1 -1
  1692. package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +1 -1
  1693. package/src/themes/sap_fiori_3_hcw/PopupBlockLayer-parameters.css +1 -1
  1694. package/src/themes/sap_fiori_3_hcw/PopupsCommon-parameters.css +4 -4
  1695. package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +1 -1
  1696. package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +1 -1
  1697. package/src/themes/sap_fiori_3_hcw/Select-parameters.css +1 -1
  1698. package/src/themes/sap_fiori_3_hcw/Slider-parameters.css +11 -0
  1699. package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +30 -7
  1700. package/src/themes/sap_fiori_3_hcw/SliderHandle-parameters.css +5 -0
  1701. package/src/themes/sap_fiori_3_hcw/SliderScale-parameters.css +14 -0
  1702. package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +1 -1
  1703. package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +1 -1
  1704. package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +1 -1
  1705. package/src/themes/sap_fiori_3_hcw/Tag-parameters.css +1 -1
  1706. package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +16 -15
  1707. package/src/themes/sap_fiori_3_hcw/Token-parameters.css +1 -1
  1708. package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +1 -1
  1709. package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +1 -1
  1710. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  1711. package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +9 -18
  1712. package/src/themes/sap_horizon/Avatar-parameters.css +1 -3
  1713. package/src/themes/sap_horizon/AvatarGroup-parameters.css +20 -3
  1714. package/src/themes/sap_horizon/Breadcrumbs-parameters.css +1 -1
  1715. package/src/themes/sap_horizon/BusyIndicator-parameters.css +1 -2
  1716. package/src/themes/sap_horizon/Button-parameters.css +1 -1
  1717. package/src/themes/sap_horizon/CalendarHeader-parameters.css +1 -1
  1718. package/src/themes/sap_horizon/CalendarLegendItem-parameters.css +1 -1
  1719. package/src/themes/sap_horizon/Card-parameters.css +1 -2
  1720. package/src/themes/sap_horizon/Carousel-parameters.css +1 -1
  1721. package/src/themes/sap_horizon/CheckBox-parameters.css +2 -2
  1722. package/src/themes/sap_horizon/ColorPalette-parameters.css +1 -1
  1723. package/src/themes/sap_horizon/ColorPicker-parameters.css +1 -1
  1724. package/src/themes/sap_horizon/DatePicker-parameters.css +1 -1
  1725. package/src/themes/sap_horizon/DayPicker-parameters.css +1 -2
  1726. package/src/themes/sap_horizon/Dialog-parameters.css +1 -1
  1727. package/src/themes/sap_horizon/FileUploader-parameters.css +0 -4
  1728. package/src/themes/sap_horizon/GrowingButton-parameters.css +1 -1
  1729. package/src/themes/sap_horizon/Icon-parameters.css +1 -1
  1730. package/src/themes/sap_horizon/Input-parameters.css +13 -13
  1731. package/src/themes/sap_horizon/InputIcon-parameters.css +5 -5
  1732. package/src/themes/sap_horizon/Link-parameters.css +1 -1
  1733. package/src/themes/sap_horizon/List-parameters.css +1 -1
  1734. package/src/themes/sap_horizon/Menu-parameters.css +1 -1
  1735. package/src/themes/sap_horizon/MessageStrip-parameters.css +1 -1
  1736. package/src/themes/sap_horizon/MonthPicker-parameters.css +1 -1
  1737. package/src/themes/sap_horizon/Panel-parameters.css +1 -1
  1738. package/src/themes/sap_horizon/PopupsCommon-parameters.css +1 -1
  1739. package/src/themes/sap_horizon/ProgressIndicator-parameters.css +31 -31
  1740. package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +33 -33
  1741. package/src/themes/sap_horizon/RadioButton-parameters.css +7 -7
  1742. package/src/themes/sap_horizon/RatingIndicator-parameters.css +9 -9
  1743. package/src/themes/sap_horizon/SegmentedButtton-parameters.css +1 -1
  1744. package/src/themes/sap_horizon/Select-parameters.css +3 -1
  1745. package/src/themes/sap_horizon/Slider-parameters.css +11 -0
  1746. package/src/themes/sap_horizon/SliderBase-parameters.css +10 -31
  1747. package/src/themes/sap_horizon/SliderHandle-parameters.css +5 -0
  1748. package/src/themes/sap_horizon/SliderScale-parameters.css +10 -0
  1749. package/src/themes/sap_horizon/SplitButton-parameters.css +1 -1
  1750. package/src/themes/sap_horizon/StepInput-parameters.css +1 -1
  1751. package/src/themes/sap_horizon/Switch-parameters.css +26 -25
  1752. package/src/themes/sap_horizon/TabContainer-parameters.css +1 -2
  1753. package/src/themes/sap_horizon/Tag-parameters.css +1 -1
  1754. package/src/themes/sap_horizon/TextArea-parameters.css +16 -15
  1755. package/src/themes/sap_horizon/TimePicker-parameters.css +1 -1
  1756. package/src/themes/sap_horizon/Token-parameters.css +5 -5
  1757. package/src/themes/sap_horizon/Tokenizer-parameters.css +1 -1
  1758. package/src/themes/sap_horizon/ValueStateMessage-parameters.css +1 -1
  1759. package/src/themes/sap_horizon/YearPicker-parameters.css +1 -1
  1760. package/src/themes/sap_horizon/parameters-bundle.css +4 -0
  1761. package/src/themes/sap_horizon/rtl-parameters.css +5 -1
  1762. package/src/themes/sap_horizon/sizes-parameters.css +37 -38
  1763. package/src/themes/sap_horizon_dark/Avatar-parameters.css +1 -3
  1764. package/src/themes/sap_horizon_dark/Breadcrumbs-parameters.css +1 -1
  1765. package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +1 -2
  1766. package/src/themes/sap_horizon_dark/Button-parameters.css +1 -1
  1767. package/src/themes/sap_horizon_dark/CalendarHeader-parameters.css +1 -1
  1768. package/src/themes/sap_horizon_dark/CalendarLegendItem-parameters.css +1 -1
  1769. package/src/themes/sap_horizon_dark/Card-parameters.css +1 -2
  1770. package/src/themes/sap_horizon_dark/Carousel-parameters.css +1 -1
  1771. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +2 -2
  1772. package/src/themes/sap_horizon_dark/ColorPalette-parameters.css +1 -1
  1773. package/src/themes/sap_horizon_dark/ColorPicker-parameters.css +1 -1
  1774. package/src/themes/sap_horizon_dark/DatePicker-parameters.css +1 -1
  1775. package/src/themes/sap_horizon_dark/DayPicker-parameters.css +1 -1
  1776. package/src/themes/sap_horizon_dark/Dialog-parameters.css +1 -1
  1777. package/src/themes/sap_horizon_dark/FileUploader-parameters.css +0 -4
  1778. package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +1 -1
  1779. package/src/themes/sap_horizon_dark/Icon-parameters.css +1 -1
  1780. package/src/themes/sap_horizon_dark/Input-parameters.css +13 -13
  1781. package/src/themes/sap_horizon_dark/InputIcon-parameters.css +5 -5
  1782. package/src/themes/sap_horizon_dark/Link-parameters.css +1 -1
  1783. package/src/themes/sap_horizon_dark/List-parameters.css +1 -1
  1784. package/src/themes/sap_horizon_dark/Menu-parameters.css +1 -1
  1785. package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +1 -1
  1786. package/src/themes/sap_horizon_dark/MonthPicker-parameters.css +1 -1
  1787. package/src/themes/sap_horizon_dark/Panel-parameters.css +1 -1
  1788. package/src/themes/sap_horizon_dark/PopupsCommon-parameters.css +1 -1
  1789. package/src/themes/sap_horizon_dark/RadioButton-parameters.css +7 -7
  1790. package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +9 -9
  1791. package/src/themes/sap_horizon_dark/SegmentedButtton-parameters.css +1 -1
  1792. package/src/themes/sap_horizon_dark/Select-parameters.css +3 -1
  1793. package/src/themes/sap_horizon_dark/Slider-parameters.css +11 -0
  1794. package/src/themes/sap_horizon_dark/SliderBase-parameters.css +10 -31
  1795. package/src/themes/sap_horizon_dark/SliderHandle-parameters.css +5 -0
  1796. package/src/themes/sap_horizon_dark/SliderScale-parameters.css +10 -0
  1797. package/src/themes/sap_horizon_dark/SplitButton-parameters.css +1 -1
  1798. package/src/themes/sap_horizon_dark/StepInput-parameters.css +1 -1
  1799. package/src/themes/sap_horizon_dark/Switch-parameters.css +27 -26
  1800. package/src/themes/sap_horizon_dark/TabContainer-parameters.css +1 -2
  1801. package/src/themes/sap_horizon_dark/Tag-parameters.css +1 -1
  1802. package/src/themes/sap_horizon_dark/TextArea-parameters.css +16 -15
  1803. package/src/themes/sap_horizon_dark/TimePicker-parameters.css +1 -1
  1804. package/src/themes/sap_horizon_dark/Token-parameters.css +5 -5
  1805. package/src/themes/sap_horizon_dark/Tokenizer-parameters.css +1 -1
  1806. package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +1 -1
  1807. package/src/themes/sap_horizon_dark/YearPicker-parameters.css +1 -1
  1808. package/src/themes/sap_horizon_dark/parameters-bundle.css +3 -0
  1809. package/src/themes/sap_horizon_dark/rtl-parameters.css +7 -1
  1810. package/src/themes/sap_horizon_dark/sizes-parameters.css +37 -37
  1811. package/src/themes/sap_horizon_hcb/Avatar-parameters.css +1 -3
  1812. package/src/themes/sap_horizon_hcb/Bar-parameters.css +1 -1
  1813. package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +1 -1
  1814. package/src/themes/sap_horizon_hcb/Button-parameters.css +1 -1
  1815. package/src/themes/sap_horizon_hcb/CalendarHeader-parameters.css +1 -1
  1816. package/src/themes/sap_horizon_hcb/Card-parameters.css +1 -2
  1817. package/src/themes/sap_horizon_hcb/Carousel-parameters.css +2 -2
  1818. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +3 -4
  1819. package/src/themes/sap_horizon_hcb/ColorPalette-parameters.css +1 -1
  1820. package/src/themes/sap_horizon_hcb/ColorPicker-parameters.css +2 -2
  1821. package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +1 -1
  1822. package/src/themes/sap_horizon_hcb/Dialog-parameters.css +1 -1
  1823. package/src/themes/sap_horizon_hcb/FileUploader-parameters.css +1 -6
  1824. package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +1 -1
  1825. package/src/themes/sap_horizon_hcb/Input-parameters.css +5 -5
  1826. package/src/themes/sap_horizon_hcb/InputIcon-parameters.css +5 -5
  1827. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
  1828. package/src/themes/sap_horizon_hcb/ListItem-parameters.css +2 -2
  1829. package/src/themes/sap_horizon_hcb/Menu-parameters.css +1 -1
  1830. package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +1 -1
  1831. package/src/themes/sap_horizon_hcb/MonthPicker-parameters.css +1 -1
  1832. package/src/themes/sap_horizon_hcb/Panel-parameters.css +1 -1
  1833. package/src/themes/sap_horizon_hcb/PopupBlockLayer-parameters.css +1 -1
  1834. package/src/themes/sap_horizon_hcb/PopupsCommon-parameters.css +1 -2
  1835. package/src/themes/sap_horizon_hcb/ProgressIndicator-parameters.css +1 -1
  1836. package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +6 -6
  1837. package/src/themes/sap_horizon_hcb/RatingIndicator-parameters.css +9 -9
  1838. package/src/themes/sap_horizon_hcb/Select-parameters.css +1 -1
  1839. package/src/themes/sap_horizon_hcb/Slider-parameters.css +11 -0
  1840. package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +25 -32
  1841. package/src/themes/sap_horizon_hcb/SliderHandle-parameters.css +5 -0
  1842. package/src/themes/sap_horizon_hcb/SliderScale-parameters.css +10 -0
  1843. package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +1 -1
  1844. package/src/themes/sap_horizon_hcb/Switch-parameters.css +27 -26
  1845. package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +1 -1
  1846. package/src/themes/sap_horizon_hcb/Tag-parameters.css +1 -1
  1847. package/src/themes/sap_horizon_hcb/TextArea-parameters.css +16 -15
  1848. package/src/themes/sap_horizon_hcb/Token-parameters.css +6 -6
  1849. package/src/themes/sap_horizon_hcb/ValueStateMessage-parameters.css +1 -1
  1850. package/src/themes/sap_horizon_hcb/YearPicker-parameters.css +1 -1
  1851. package/src/themes/sap_horizon_hcb/parameters-bundle.css +3 -1
  1852. package/src/themes/sap_horizon_hcb/rtl-parameters.css +1 -0
  1853. package/src/themes/sap_horizon_hcb/sizes-parameters.css +14 -14
  1854. package/src/themes/sap_horizon_hcw/Avatar-parameters.css +1 -3
  1855. package/src/themes/sap_horizon_hcw/Bar-parameters.css +1 -1
  1856. package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +1 -1
  1857. package/src/themes/sap_horizon_hcw/Button-parameters.css +1 -1
  1858. package/src/themes/sap_horizon_hcw/CalendarHeader-parameters.css +1 -1
  1859. package/src/themes/sap_horizon_hcw/Card-parameters.css +1 -2
  1860. package/src/themes/sap_horizon_hcw/Carousel-parameters.css +2 -2
  1861. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +3 -4
  1862. package/src/themes/sap_horizon_hcw/ColorPalette-parameters.css +1 -1
  1863. package/src/themes/sap_horizon_hcw/ColorPicker-parameters.css +1 -1
  1864. package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +1 -1
  1865. package/src/themes/sap_horizon_hcw/Dialog-parameters.css +1 -1
  1866. package/src/themes/sap_horizon_hcw/FileUploader-parameters.css +1 -6
  1867. package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +1 -1
  1868. package/src/themes/sap_horizon_hcw/Input-parameters.css +5 -5
  1869. package/src/themes/sap_horizon_hcw/InputIcon-parameters.css +5 -5
  1870. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
  1871. package/src/themes/sap_horizon_hcw/ListItem-parameters.css +2 -2
  1872. package/src/themes/sap_horizon_hcw/Menu-parameters.css +1 -1
  1873. package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +1 -1
  1874. package/src/themes/sap_horizon_hcw/MonthPicker-parameters.css +1 -1
  1875. package/src/themes/sap_horizon_hcw/Panel-parameters.css +1 -1
  1876. package/src/themes/sap_horizon_hcw/PopupBlockLayer-parameters.css +1 -1
  1877. package/src/themes/sap_horizon_hcw/PopupsCommon-parameters.css +1 -2
  1878. package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +6 -6
  1879. package/src/themes/sap_horizon_hcw/RatingIndicator-parameters.css +9 -9
  1880. package/src/themes/sap_horizon_hcw/Select-parameters.css +1 -1
  1881. package/src/themes/sap_horizon_hcw/Slider-parameters.css +11 -0
  1882. package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +27 -33
  1883. package/src/themes/sap_horizon_hcw/SliderHandle-parameters.css +5 -0
  1884. package/src/themes/sap_horizon_hcw/SliderScale-parameters.css +10 -0
  1885. package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +1 -1
  1886. package/src/themes/sap_horizon_hcw/Switch-parameters.css +27 -26
  1887. package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +1 -1
  1888. package/src/themes/sap_horizon_hcw/Tag-parameters.css +1 -1
  1889. package/src/themes/sap_horizon_hcw/TextArea-parameters.css +16 -15
  1890. package/src/themes/sap_horizon_hcw/Token-parameters.css +5 -5
  1891. package/src/themes/sap_horizon_hcw/ValueStateMessage-parameters.css +1 -1
  1892. package/src/themes/sap_horizon_hcw/YearPicker-parameters.css +1 -1
  1893. package/src/themes/sap_horizon_hcw/parameters-bundle.css +4 -1
  1894. package/src/themes/sap_horizon_hcw/rtl-parameters.css +1 -0
  1895. package/src/themes/sap_horizon_hcw/sizes-parameters.css +14 -14
  1896. package/cypress/specs/Avatar.cy.tsx +0 -55
  1897. package/cypress/specs/AvatarGroup.cy.tsx +0 -66
  1898. package/cypress/specs/Breadcrumbs.mobile.cy.tsx +0 -53
  1899. package/cypress/specs/Button.cy.tsx +0 -434
  1900. package/cypress/specs/Calendar.cy.tsx +0 -710
  1901. package/cypress/specs/CalendarLegend.cy.tsx +0 -77
  1902. package/cypress/specs/Card.cy.tsx +0 -338
  1903. package/cypress/specs/Carousel.cy.tsx +0 -581
  1904. package/cypress/specs/Carousel.mobile.cy.tsx +0 -67
  1905. package/cypress/specs/ColorPalette.cy.tsx +0 -213
  1906. package/cypress/specs/ColorPicker.cy.tsx +0 -332
  1907. package/cypress/specs/ComboBox.cy.tsx +0 -198
  1908. package/cypress/specs/DateControlsWithTimezone.cy.tsx +0 -75
  1909. package/cypress/specs/DatePicker.cy.tsx +0 -1699
  1910. package/cypress/specs/DateRangePicker.cy.tsx +0 -594
  1911. package/cypress/specs/DateTimePicker.cy.tsx +0 -568
  1912. package/cypress/specs/DayPicker.cy.tsx +0 -81
  1913. package/cypress/specs/Dialog.cy.tsx +0 -133
  1914. package/cypress/specs/ExpandableText.cy.tsx +0 -393
  1915. package/cypress/specs/F6.cy.tsx +0 -977
  1916. package/cypress/specs/Form.cy.tsx +0 -1022
  1917. package/cypress/specs/FormSupport.cy.tsx +0 -975
  1918. package/cypress/specs/Input.cy.tsx +0 -978
  1919. package/cypress/specs/Label.cy.tsx +0 -144
  1920. package/cypress/specs/Link.cy.tsx +0 -216
  1921. package/cypress/specs/List.cy.tsx +0 -309
  1922. package/cypress/specs/List.mobile.cy.tsx +0 -31
  1923. package/cypress/specs/LitKeyFunction.cy.tsx +0 -58
  1924. package/cypress/specs/Menu.cy.tsx +0 -617
  1925. package/cypress/specs/MessageStrip.cy.tsx +0 -171
  1926. package/cypress/specs/MultiComboBox.cy.tsx +0 -189
  1927. package/cypress/specs/MultiInput.cy.tsx +0 -72
  1928. package/cypress/specs/Popover.cy.tsx +0 -419
  1929. package/cypress/specs/RTL.cy.tsx +0 -18
  1930. package/cypress/specs/RadioButton.cy.tsx +0 -499
  1931. package/cypress/specs/RangeSlider.cy.tsx +0 -52
  1932. package/cypress/specs/RatingIndicator.cy.tsx +0 -279
  1933. package/cypress/specs/ResponsivePopover.mobile.cy.tsx +0 -112
  1934. package/cypress/specs/SegmentedButton.cy.tsx +0 -215
  1935. package/cypress/specs/Select.cy.tsx +0 -241
  1936. package/cypress/specs/Slider.cy.tsx +0 -87
  1937. package/cypress/specs/StepInput.cy.tsx +0 -32
  1938. package/cypress/specs/TabContainer.cy.tsx +0 -78
  1939. package/cypress/specs/Table.cy.tsx +0 -1025
  1940. package/cypress/specs/TableDragAndDrop.cy.tsx +0 -236
  1941. package/cypress/specs/TableGrowing.cy.tsx +0 -336
  1942. package/cypress/specs/TableLoading.cy.tsx +0 -48
  1943. package/cypress/specs/TableNavigation.cy.tsx +0 -223
  1944. package/cypress/specs/TableNavigationFixedHeader.cy.tsx +0 -199
  1945. package/cypress/specs/TableRowActions.cy.tsx +0 -239
  1946. package/cypress/specs/TableSelection.cy.tsx +0 -275
  1947. package/cypress/specs/TableSelections.cy.tsx +0 -332
  1948. package/cypress/specs/TableUtils.cy.tsx +0 -63
  1949. package/cypress/specs/TableVirtualizer.cy.tsx +0 -243
  1950. package/cypress/specs/Tag.cy.tsx +0 -120
  1951. package/cypress/specs/Text.cy.tsx +0 -46
  1952. package/cypress/specs/TextArea.cy.tsx +0 -735
  1953. package/cypress/specs/Title.cy.tsx +0 -36
  1954. package/cypress/specs/Toast.cy.tsx +0 -45
  1955. package/cypress/specs/Tokenizer.cy.tsx +0 -209
  1956. package/cypress/specs/Toolbar.cy.tsx +0 -194
  1957. package/cypress/specs/Tree.cy.tsx +0 -72
  1958. package/cypress/specs/base/AccessibilityTextsHelper.cy.tsx +0 -468
  1959. package/cypress/specs/base/Events.cy.tsx +0 -301
  1960. package/cypress/specs/base/IconCollection.cy.tsx +0 -58
  1961. package/cypress/specs/base/IgnoreCustomElements.cy.tsx +0 -38
  1962. package/cypress/specs/base/InvisibleMessage.cy.tsx +0 -31
  1963. package/cypress/specs/base/Tooltips.cy.tsx +0 -64
  1964. package/cypress/specs/base/css/redfish.custom.theme.css +0 -13
  1965. package/cypress/support/commands/Calendar.commands.ts +0 -21
  1966. package/cypress/support/commands/ColorPalette.commands.ts +0 -86
  1967. package/cypress/support/commands/ColorPicker.commands.ts +0 -38
  1968. package/cypress/support/commands/DatePicker.commands.ts +0 -218
  1969. package/cypress/support/commands/DateTimePicker.commands.ts +0 -105
  1970. package/cypress/support/commands/Dialog.commands.ts +0 -16
  1971. package/cypress/support/commands/Menu.commands.ts +0 -52
  1972. package/cypress/support/commands/Popover.commands.ts +0 -16
  1973. package/cypress/support/commands/ResponsivePopover.commands.ts +0 -42
  1974. package/cypress/support/commands/SegmentedButton.commands.ts +0 -32
  1975. package/cypress/support/commands/utils/popup-open.ts +0 -35
  1976. package/cypress/support/commands.ts +0 -113
  1977. package/cypress/support/component-index.html +0 -12
  1978. package/cypress/support/component.ts +0 -20
  1979. package/cypress/tsconfig.json +0 -42
  1980. package/dist/ToolbarPopoverButtonTemplate.d.ts +0 -2
  1981. package/dist/ToolbarPopoverButtonTemplate.js +0 -6
  1982. package/dist/ToolbarPopoverButtonTemplate.js.map +0 -1
  1983. package/dist/ToolbarPopoverSelectTemplate.d.ts +0 -2
  1984. package/dist/ToolbarPopoverSelectTemplate.js +0 -7
  1985. package/dist/ToolbarPopoverSelectTemplate.js.map +0 -1
  1986. package/dist/ToolbarPopoverSeparatorTemplate.d.ts +0 -2
  1987. package/dist/ToolbarPopoverSeparatorTemplate.js +0 -5
  1988. package/dist/ToolbarPopoverSeparatorTemplate.js.map +0 -1
  1989. package/dist/ToolbarPopoverTemplate.d.ts +0 -2
  1990. package/dist/ToolbarPopoverTemplate.js +0 -9
  1991. package/dist/ToolbarPopoverTemplate.js.map +0 -1
  1992. package/dist/ToolbarRegistry.d.ts +0 -5
  1993. package/dist/ToolbarRegistry.js +0 -16
  1994. package/dist/ToolbarRegistry.js.map +0 -1
  1995. package/dist/ToolbarSpacerTemplate.d.ts +0 -2
  1996. package/dist/ToolbarSpacerTemplate.js +0 -5
  1997. package/dist/ToolbarSpacerTemplate.js.map +0 -1
  1998. package/dist/css/themes/ToolbarButtonPopover.css +0 -1
  1999. package/dist/generated/themes/ToolbarButtonPopover.css.d.ts +0 -2
  2000. package/dist/generated/themes/ToolbarButtonPopover.css.js +0 -8
  2001. package/dist/generated/themes/ToolbarButtonPopover.css.js.map +0 -1
  2002. package/src/ToolbarPopoverButtonTemplate.tsx +0 -24
  2003. package/src/ToolbarPopoverSelectTemplate.tsx +0 -29
  2004. package/src/ToolbarPopoverSeparatorTemplate.tsx +0 -10
  2005. package/src/ToolbarPopoverTemplate.tsx +0 -25
  2006. package/src/ToolbarSpacerTemplate.tsx +0 -12
  2007. package/src/themes/ToolbarButtonPopover.css +0 -3
@@ -3,7 +3,7 @@
3
3
  "tags": [
4
4
  {
5
5
  "name": "ui5-avatar",
6
- "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\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - 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`}`\n- **badge** - 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.",
6
+ "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 `mode` is set to `Interactive` or the deprecated `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\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - 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`.\n\n### **Slots:**\n - **default** - 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`}`\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Recommendation:** While badges are supported on all avatars, it is recommended\nto use them with interactive avatars (via `mode=\"Interactive\"` or `interactive` attribute)\nto provide better user experience and accessibility.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, use the `ui5-avatar-badge` component.",
7
7
  "attributes": [
8
8
  {
9
9
  "name": "disabled",
@@ -12,9 +12,18 @@
12
12
  },
13
13
  {
14
14
  "name": "interactive",
15
- "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`.",
15
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** When set to `true`, this property takes precedence over the `mode` property,\nand the avatar will be rendered as interactive (role=\"button\", focusable) regardless of the `mode` value.\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
16
16
  "values": []
17
17
  },
18
+ {
19
+ "name": "mode",
20
+ "description": "Defines the mode of the component.\n\n**Note:**\n- `Image` (default) - renders with role=\"img\"\n- `Decorative` - renders with role=\"presentation\" and aria-hidden=\"true\", making it purely decorative\n- `Interactive` - renders with role=\"button\", focusable (tabindex=\"0\"), and supports keyboard interaction\n\n**Note:** This property is ignored when the `interactive` property is set to `true`.\nIn that case, the avatar will always be rendered as interactive.",
21
+ "values": [
22
+ { "name": "Image" },
23
+ { "name": "Decorative" },
24
+ { "name": "Interactive" }
25
+ ]
26
+ },
18
27
  {
19
28
  "name": "icon",
20
29
  "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).",
@@ -61,7 +70,8 @@
61
70
  { "name": "Accent8" },
62
71
  { "name": "Accent9" },
63
72
  { "name": "Accent10" },
64
- { "name": "Placeholder" }
73
+ { "name": "Placeholder" },
74
+ { "name": "Transparent" }
65
75
  ]
66
76
  },
67
77
  {
@@ -77,6 +87,29 @@
77
87
  ],
78
88
  "references": []
79
89
  },
90
+ {
91
+ "name": "ui5-avatar-badge",
92
+ "description": "### Overview\n\nThe `ui5-avatar-badge` component is used to display a badge on top of `ui5-avatar` component.\nThe badge can display an icon and supports different states for visual affordance.\n\n### Usage\n\nThe badge should be used as a child element of `ui5-avatar` in the `badge` slot.\n\n```html\n<ui5-avatar>\n <ui5-avatar-badge icon=\"edit\" slot=\"badge\"></ui5-avatar-badge>\n</ui5-avatar>\n```\n\n### Keyboard Handling\n\nThe badge does not receive keyboard focus.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/AvatarBadge.js\";`\n\n\n---\n\n\n",
93
+ "attributes": [
94
+ {
95
+ "name": "icon",
96
+ "description": "Defines the icon name to be displayed inside the badge.\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\"`",
97
+ "values": []
98
+ },
99
+ {
100
+ "name": "state",
101
+ "description": "Defines the state of the badge, which determines its styling.\n\nAvailable options:\n- `None` (default) - Standard appearance\n- `Positive` - Green, used for success/approved states\n- `Critical` - Orange, used for warning states\n- `Negative` - Red, used for error/rejected states\n- `Information` - Blue, used for informational states",
102
+ "values": [
103
+ { "name": "None" },
104
+ { "name": "Positive" },
105
+ { "name": "Critical" },
106
+ { "name": "Negative" },
107
+ { "name": "Information" }
108
+ ]
109
+ }
110
+ ],
111
+ "references": []
112
+ },
80
113
  {
81
114
  "name": "ui5-avatar-group",
82
115
  "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\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nclick/tap or by using the Enter or Space key.\n- **overflow** - Fired when the count of visible `ui5-avatar` elements in the\ncomponent has changed\n\n### **Slots:**\n - **default** - 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.\n- **overflowButton** - 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.",
@@ -91,6 +124,16 @@
91
124
  "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`.",
92
125
  "values": [{ "name": "AvatarGroupAccessibilityAttributes" }]
93
126
  },
127
+ {
128
+ "name": "accessible-name",
129
+ "description": "Defines the accessible name of the AvatarGroup.\nWhen provided, this will override the default aria-label text.",
130
+ "values": []
131
+ },
132
+ {
133
+ "name": "accessible-name-ref",
134
+ "description": "Receives id(s) of the elements that describe the AvatarGroup.\nWhen provided, this will be used as aria-labelledby instead of aria-label.",
135
+ "values": []
136
+ },
94
137
  {
95
138
  "name": "hidden-items",
96
139
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -121,7 +164,17 @@
121
164
  {
122
165
  "name": "accessible-role",
123
166
  "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.",
124
- "values": [{ "name": "Toolbar" }, { "name": "None" }]
167
+ "values": [{ "name": "None" }, { "name": "Toolbar" }]
168
+ },
169
+ {
170
+ "name": "accessible-name",
171
+ "description": "Defines the accessible ARIA name of the component.",
172
+ "values": []
173
+ },
174
+ {
175
+ "name": "accessible-name-ref",
176
+ "description": "Receives id(or many ids) of the elements that label the bar.",
177
+ "values": []
125
178
  }
126
179
  ],
127
180
  "references": []
@@ -212,10 +265,10 @@
212
265
  "name": "design",
213
266
  "description": "Defines the component design.",
214
267
  "values": [
215
- { "name": "Default" },
268
+ { "name": "Transparent" },
216
269
  { "name": "Positive" },
217
270
  { "name": "Negative" },
218
- { "name": "Transparent" },
271
+ { "name": "Default" },
219
272
  { "name": "Emphasized" },
220
273
  { "name": "Attention" }
221
274
  ]
@@ -257,7 +310,7 @@
257
310
  },
258
311
  {
259
312
  "name": "accessibility-attributes",
260
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\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`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
313
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\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`.\n\n- **ariaLabel**: Defines the accessible ARIA name of the component.\nAccepts any string value.\n\n - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
261
314
  "values": [{ "name": "ButtonAccessibilityAttributes" }]
262
315
  },
263
316
  {
@@ -278,6 +331,16 @@
278
331
  "name": "accessible-role",
279
332
  "description": "Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
280
333
  "values": [{ "name": "Button" }, { "name": "Link" }]
334
+ },
335
+ {
336
+ "name": "loading",
337
+ "description": "Defines whether the button shows a loading indicator.\n\n**Note:** If set to `true`, a busy indicator component will be displayed on the related button.",
338
+ "values": []
339
+ },
340
+ {
341
+ "name": "loading-delay",
342
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
343
+ "values": []
281
344
  }
282
345
  ],
283
346
  "references": []
@@ -305,7 +368,7 @@
305
368
  },
306
369
  {
307
370
  "name": "ui5-calendar",
308
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\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### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the day cells in between of selected years in range.",
371
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\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### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n- **disabledDates** - Defines the disabled date ranges that cannot be selected in the calendar.\nUse `ui5-date-range` elements to specify ranges of disabled dates.\nEach range can define a start date, an end date, or both.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **month-picker-root** - Used to style the month picker root container.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-picker-root** - Used to style the year picker root container.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.\n- **year-range-picker-root** - Used to style the year range picker root container.\n- **calendar-header-middle-button** - Used to style the calendar header middle buttons (month/year/year-range buttons).\n- **calendar-header-arrow-button** - Used to style the calendar header navigation arrow buttons (previous/next buttons).",
309
372
  "attributes": [
310
373
  {
311
374
  "name": "selection-mode",
@@ -348,14 +411,24 @@
348
411
  "description": "Determines the format, displayed in the input field.",
349
412
  "values": []
350
413
  },
414
+ {
415
+ "name": "display-format",
416
+ "description": "Determines the format, displayed in the input field.",
417
+ "values": []
418
+ },
419
+ {
420
+ "name": "value-format",
421
+ "description": "Determines the format, used for the value attribute.",
422
+ "values": []
423
+ },
351
424
  {
352
425
  "name": "min-date",
353
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
426
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
354
427
  "values": []
355
428
  },
356
429
  {
357
430
  "name": "max-date",
358
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
431
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
359
432
  "values": []
360
433
  },
361
434
  {
@@ -494,14 +567,24 @@
494
567
  "description": "Determines the format, displayed in the input field.",
495
568
  "values": []
496
569
  },
570
+ {
571
+ "name": "display-format",
572
+ "description": "Determines the format, displayed in the input field.",
573
+ "values": []
574
+ },
575
+ {
576
+ "name": "value-format",
577
+ "description": "Determines the format, used for the value attribute.",
578
+ "values": []
579
+ },
497
580
  {
498
581
  "name": "min-date",
499
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
582
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
500
583
  "values": []
501
584
  },
502
585
  {
503
586
  "name": "max-date",
504
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
587
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
505
588
  "values": []
506
589
  },
507
590
  {
@@ -573,7 +656,7 @@
573
656
  },
574
657
  {
575
658
  "name": "ui5-carousel",
576
- "description": "### Overview\nThe Carousel allows the user to browse through a set of items.\nThe component is mostly used for showing a gallery of images, but can hold any other HTML element.\n\nThere are several ways to perform navigation:\n\n- on desktop - the user can navigate using the navigation arrows or with keyboard shortcuts.\n- on touch devices - the user can navigate using the navigation arrows (always visible) or can use swipe gestures.\n\n### Usage\n\n#### When to use:\n\n- The items you want to display are very different from each other.\n- You want to display the items one after the other.\n\n#### When not to use:\n\n- The items you want to display need to be visible at the same time.\n- The items you want to display are uniform and very similar.\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-carousel` is focused the user can navigate between the items\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] - Navigates to previous and next item\n- [Left] or [Right] - Navigates to previous and next item\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\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Carousel.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **navigate** - Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page` property.\n\n### **Methods:**\n - **navigateTo(itemIndex: _number_): _void_** - Changes the currently displayed page.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component",
659
+ "description": "### Overview\nThe Carousel allows the user to browse through a set of items.\nThe component is mostly used for showing a gallery of images, but can hold any other HTML element.\n\nThere are several ways to perform navigation:\n\n- on desktop - the user can navigate using the navigation arrows or with keyboard shortcuts.\n- on touch devices - the user can navigate using the navigation arrows (always visible) or can use swipe gestures.\n\n### Usage\n\n#### When to use:\n\n- The items you want to display are very different from each other.\n- You want to display the items one after the other.\n\n#### When not to use:\n\n- The items you want to display need to be visible at the same time.\n- The items you want to display are uniform and very similar.\n\n### Hidden Items\n\nCarousel items can be conditionally hidden by adding the `hidden` attribute to any child element.\nHidden items are automatically excluded from carousel navigation and will not be displayed or counted in pagination.\nThis allows for dynamic showing or hiding of carousel items without affecting the overall carousel behavior.\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-carousel` is focused the user can navigate between the items\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] - Navigates to previous and next item\n- [Left] or [Right] - Navigates to previous and next item\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\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Carousel.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **navigate** - Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page` property.\n\n### **Methods:**\n - **navigateTo(itemIndex: _number_): _void_** - Changes the currently displayed page.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n**Note:** Items with the `hidden` attribute will be automatically excluded from carousel navigation and page calculations.\nThey will not be displayed or accessible via keyboard navigation. See [sample](./#carousel-with-hidden-items).\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component",
577
660
  "attributes": [
578
661
  {
579
662
  "name": "accessible-name",
@@ -701,8 +784,8 @@
701
784
  "values": [
702
785
  { "name": "None" },
703
786
  { "name": "Positive" },
704
- { "name": "Negative" },
705
787
  { "name": "Critical" },
788
+ { "name": "Negative" },
706
789
  { "name": "Information" }
707
790
  ]
708
791
  },
@@ -715,6 +798,11 @@
715
798
  "name": "name",
716
799
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
717
800
  "values": []
801
+ },
802
+ {
803
+ "name": "value",
804
+ "description": "Defines the form value of the component that is submitted when the checkbox is checked.\n\nWhen a form containing `ui5-checkbox` elements is submitted, only the values of the\n**checked** checkboxes are included in the form data sent to the server. Unchecked\ncheckboxes do not contribute any data to the form submission.\n\nThis property is particularly useful for **checkbox groups**, where multiple checkboxes with the same `name` but different `value` properties can be used to represent a set of related options.",
805
+ "values": []
718
806
  }
719
807
  ],
720
808
  "references": []
@@ -722,7 +810,18 @@
722
810
  {
723
811
  "name": "ui5-color-palette",
724
812
  "description": "### Overview\nThe `ui5-color-palette` provides the users with a range of predefined colors. The colors are fixed and do not change with the theme.\n\n### Usage\n\nThe `ui5-color-palette` is meant for users that need to select a color from a predefined set.\nTo define the colors, use the `ui5-color-palette-item` component inside the default slot of the `ui5-color-palette`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ColorPalette.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n\n### **Slots:**\n - **default** - Defines the `ui5-color-palette-item` elements.",
725
- "attributes": [],
813
+ "attributes": [
814
+ {
815
+ "name": "accessible-name",
816
+ "description": "Defines the accessible name of the component.",
817
+ "values": []
818
+ },
819
+ {
820
+ "name": "accessible-name-ref",
821
+ "description": "Receives id(or many ids) of the elements that label the component.",
822
+ "values": []
823
+ }
824
+ ],
726
825
  "references": []
727
826
  },
728
827
  {
@@ -766,6 +865,16 @@
766
865
  "description": "Defines the default color of the component.\n\n**Note:** The default color should be a part of the ColorPalette colors`",
767
866
  "values": []
768
867
  },
868
+ {
869
+ "name": "accessible-name",
870
+ "description": "Defines the accessible name of the component.",
871
+ "values": []
872
+ },
873
+ {
874
+ "name": "accessible-name-ref",
875
+ "description": "Receives id(or many ids) of the elements that label the component.",
876
+ "values": []
877
+ },
769
878
  {
770
879
  "name": "open",
771
880
  "description": "Defines the open | closed state of the popover.",
@@ -775,6 +884,16 @@
775
884
  "name": "opener",
776
885
  "description": "Defines the ID or DOM Reference of the element that the popover is shown at.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
777
886
  "values": [{ "name": "HTMLElement" }]
887
+ },
888
+ {
889
+ "name": "placement",
890
+ "description": "Determines on which side the component is placed at.",
891
+ "values": [
892
+ { "name": "Top" },
893
+ { "name": "Bottom" },
894
+ { "name": "Start" },
895
+ { "name": "End" }
896
+ ]
778
897
  }
779
898
  ],
780
899
  "references": []
@@ -797,19 +916,34 @@
797
916
  "name": "simplified",
798
917
  "description": "When set to `true`, the alpha slider and inputs for RGB values will not be displayed.",
799
918
  "values": []
919
+ },
920
+ {
921
+ "name": "accessible-name",
922
+ "description": "Defines the accessible name of the component.",
923
+ "values": []
924
+ },
925
+ {
926
+ "name": "accessible-name-ref",
927
+ "description": "Receives id(or many ids) of the elements that label the component.",
928
+ "values": []
800
929
  }
801
930
  ],
802
931
  "references": []
803
932
  },
804
933
  {
805
934
  "name": "ui5-combobox",
806
- "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter, focusout or an item is selected.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n\n**Note:** filterValue property is updated, input is changed.\n- **selection-change** - Fired when selection is changed by user interaction\n\n### **Slots:**\n - **default** - Defines the component items.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-combobox` is in `Information`, `Critical` or `Negative` value state.\n- **icon** - Defines the icon to be displayed in the input field.",
935
+ "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter, focusout or an item is selected.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **input** - Fired when typing in input or clear icon is pressed.\n\n**Note:** filterValue property is updated, input is changed.\n- **selection-change** - Fired when selection is changed by user interaction\n\n### **Slots:**\n - **default** - Defines the component items.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-combobox` is in `Information`, `Critical` or `Negative` value state.\n- **icon** - Defines the icon to be displayed in the input field.",
807
936
  "attributes": [
808
937
  {
809
938
  "name": "value",
810
939
  "description": "Defines the value of the component.",
811
940
  "values": []
812
941
  },
942
+ {
943
+ "name": "selected-value",
944
+ "description": "Defines the selected item's value.\n\nUse this property together with the `value` property on `ui5-cb-item` to:\n- Select an item programmatically by its unique identifier\n- Handle items with identical display text but different underlying values\n- Submit machine-readable values in forms (the `value` property is submitted instead of the display text)\n\nWhen set, the ComboBox finds and selects the item whose `value` matches this property\nand whose `text` matches the ComboBox's `value` (display text).\n\n**Note:** This replaces the deprecated `selected` property on `ui5-cb-item`.",
945
+ "values": []
946
+ },
813
947
  {
814
948
  "name": "name",
815
949
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -836,8 +970,8 @@
836
970
  "values": [
837
971
  { "name": "None" },
838
972
  { "name": "Positive" },
839
- { "name": "Negative" },
840
973
  { "name": "Critical" },
974
+ { "name": "Negative" },
841
975
  { "name": "Information" }
842
976
  ]
843
977
  },
@@ -902,13 +1036,18 @@
902
1036
  "name": "additional-text",
903
1037
  "description": "Defines the additional text of the component.",
904
1038
  "values": []
1039
+ },
1040
+ {
1041
+ "name": "value",
1042
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
1043
+ "values": []
905
1044
  }
906
1045
  ],
907
1046
  "references": []
908
1047
  },
909
1048
  {
910
1049
  "name": "ui5-cb-item-group",
911
- "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
1050
+ "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
912
1051
  "attributes": [
913
1052
  {
914
1053
  "name": "header-text",
@@ -919,6 +1058,11 @@
919
1058
  "name": "header-accessible-name",
920
1059
  "description": "Defines the accessible name of the header.",
921
1060
  "values": []
1061
+ },
1062
+ {
1063
+ "name": "wrapping-type",
1064
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
1065
+ "values": [{ "name": "None" }, { "name": "Normal" }]
922
1066
  }
923
1067
  ],
924
1068
  "references": []
@@ -954,14 +1098,24 @@
954
1098
  "description": "Determines the format, displayed in the input field.",
955
1099
  "values": []
956
1100
  },
1101
+ {
1102
+ "name": "display-format",
1103
+ "description": "Determines the format, displayed in the input field.",
1104
+ "values": []
1105
+ },
1106
+ {
1107
+ "name": "value-format",
1108
+ "description": "Determines the format, used for the value attribute.",
1109
+ "values": []
1110
+ },
957
1111
  {
958
1112
  "name": "min-date",
959
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
1113
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
960
1114
  "values": []
961
1115
  },
962
1116
  {
963
1117
  "name": "max-date",
964
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
1118
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
965
1119
  "values": []
966
1120
  },
967
1121
  {
@@ -979,7 +1133,7 @@
979
1133
  },
980
1134
  {
981
1135
  "name": "ui5-date-picker",
982
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
1136
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the valueFormat is \"yyyy-MM-dd\", the displayFormat is \"MMM d, y\", and the used locale is English, a valid value string is \"2015-07-30\", which leads to an output of \"Jul 30, 2015\".\nIf no placeholder is set to the DatePicker, the used displayFormat is displayed as a placeholder. If another placeholder is needed, it must be set.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
983
1137
  "attributes": [
984
1138
  {
985
1139
  "name": "value",
@@ -992,8 +1146,8 @@
992
1146
  "values": [
993
1147
  { "name": "None" },
994
1148
  { "name": "Positive" },
995
- { "name": "Negative" },
996
1149
  { "name": "Critical" },
1150
+ { "name": "Negative" },
997
1151
  { "name": "Information" }
998
1152
  ]
999
1153
  },
@@ -1042,9 +1196,29 @@
1042
1196
  "description": "Receives id(or many ids) of the elements that label the component.",
1043
1197
  "values": []
1044
1198
  },
1199
+ {
1200
+ "name": "accessible-description",
1201
+ "description": "Defines the accessible description of the component.",
1202
+ "values": []
1203
+ },
1204
+ {
1205
+ "name": "accessible-description-ref",
1206
+ "description": "Receives id(or many ids) of the elements that describe the input.",
1207
+ "values": []
1208
+ },
1209
+ {
1210
+ "name": "show-clear-icon",
1211
+ "description": "Defines whether the clear icon of the input will be shown.",
1212
+ "values": []
1213
+ },
1045
1214
  {
1046
1215
  "name": "date-value",
1047
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
1216
+ "description": "Currently selected date represented as a Local JavaScript Date instance.\nNote: this getter can only be reliably used after the component is fully defined. Use dateValueAsync which resolves only when this condition is met.",
1217
+ "values": [{ "name": "any" }]
1218
+ },
1219
+ {
1220
+ "name": "date-value-async",
1221
+ "description": "Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.",
1048
1222
  "values": [{ "name": "any" }]
1049
1223
  },
1050
1224
  {
@@ -1074,14 +1248,24 @@
1074
1248
  "description": "Determines the format, displayed in the input field.",
1075
1249
  "values": []
1076
1250
  },
1251
+ {
1252
+ "name": "display-format",
1253
+ "description": "Determines the format, displayed in the input field.",
1254
+ "values": []
1255
+ },
1256
+ {
1257
+ "name": "value-format",
1258
+ "description": "Determines the format, used for the value attribute.",
1259
+ "values": []
1260
+ },
1077
1261
  {
1078
1262
  "name": "min-date",
1079
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
1263
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
1080
1264
  "values": []
1081
1265
  },
1082
1266
  {
1083
1267
  "name": "max-date",
1084
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
1268
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
1085
1269
  "values": []
1086
1270
  },
1087
1271
  {
@@ -1099,7 +1283,7 @@
1099
1283
  },
1100
1284
  {
1101
1285
  "name": "ui5-daterange-picker",
1102
- "description": "### Overview\nThe DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
1286
+ "description": "### Overview\nThe DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
1103
1287
  "attributes": [
1104
1288
  {
1105
1289
  "name": "delimiter",
@@ -1137,8 +1321,8 @@
1137
1321
  "values": [
1138
1322
  { "name": "None" },
1139
1323
  { "name": "Positive" },
1140
- { "name": "Negative" },
1141
1324
  { "name": "Critical" },
1325
+ { "name": "Negative" },
1142
1326
  { "name": "Information" }
1143
1327
  ]
1144
1328
  },
@@ -1187,6 +1371,26 @@
1187
1371
  "description": "Receives id(or many ids) of the elements that label the component.",
1188
1372
  "values": []
1189
1373
  },
1374
+ {
1375
+ "name": "accessible-description",
1376
+ "description": "Defines the accessible description of the component.",
1377
+ "values": []
1378
+ },
1379
+ {
1380
+ "name": "accessible-description-ref",
1381
+ "description": "Receives id(or many ids) of the elements that describe the input.",
1382
+ "values": []
1383
+ },
1384
+ {
1385
+ "name": "show-clear-icon",
1386
+ "description": "Defines whether the clear icon of the input will be shown.",
1387
+ "values": []
1388
+ },
1389
+ {
1390
+ "name": "date-value-async",
1391
+ "description": "Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.",
1392
+ "values": [{ "name": "any" }]
1393
+ },
1190
1394
  {
1191
1395
  "name": "primary-calendar-type",
1192
1396
  "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
@@ -1214,14 +1418,24 @@
1214
1418
  "description": "Determines the format, displayed in the input field.",
1215
1419
  "values": []
1216
1420
  },
1421
+ {
1422
+ "name": "display-format",
1423
+ "description": "Determines the format, displayed in the input field.",
1424
+ "values": []
1425
+ },
1426
+ {
1427
+ "name": "value-format",
1428
+ "description": "Determines the format, used for the value attribute.",
1429
+ "values": []
1430
+ },
1217
1431
  {
1218
1432
  "name": "min-date",
1219
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
1433
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
1220
1434
  "values": []
1221
1435
  },
1222
1436
  {
1223
1437
  "name": "max-date",
1224
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
1438
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
1225
1439
  "values": []
1226
1440
  },
1227
1441
  {
@@ -1238,24 +1452,23 @@
1238
1452
  "references": []
1239
1453
  },
1240
1454
  {
1241
- "name": "ui5-datetime-picker",
1242
- "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
1455
+ "name": "ui5-datetime-input",
1456
+ "description": "Extention of the UI5 Input, so we do not modify Input's private properties within the datetime components.\nIntended to be used for the DateTime components.\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **select** - Fired when some text has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the Input component\n- **input** - Used to style the native input element\n- **clear-icon** - Used to style the clear icon, which can be pressed to clear user input text",
1243
1457
  "attributes": [
1244
1458
  {
1245
- "name": "value",
1246
- "description": "Defines a formatted date value.",
1459
+ "name": "disabled",
1460
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
1247
1461
  "values": []
1248
1462
  },
1249
1463
  {
1250
- "name": "value-state",
1251
- "description": "Defines the value state of the component.",
1252
- "values": [
1253
- { "name": "None" },
1254
- { "name": "Positive" },
1255
- { "name": "Negative" },
1256
- { "name": "Critical" },
1257
- { "name": "Information" }
1258
- ]
1464
+ "name": "placeholder",
1465
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
1466
+ "values": []
1467
+ },
1468
+ {
1469
+ "name": "readonly",
1470
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
1471
+ "values": []
1259
1472
  },
1260
1473
  {
1261
1474
  "name": "required",
@@ -1263,34 +1476,151 @@
1263
1476
  "values": []
1264
1477
  },
1265
1478
  {
1266
- "name": "disabled",
1267
- "description": "Determines whether the component is displayed as disabled.",
1479
+ "name": "no-typeahead",
1480
+ "description": "Defines whether the value will be autcompleted to match an item",
1268
1481
  "values": []
1269
1482
  },
1270
1483
  {
1271
- "name": "readonly",
1272
- "description": "Determines whether the component is displayed as read-only.",
1273
- "values": []
1484
+ "name": "type",
1485
+ "description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
1486
+ "values": [
1487
+ { "name": "Text" },
1488
+ { "name": "Email" },
1489
+ { "name": "Number" },
1490
+ { "name": "Password" },
1491
+ { "name": "Tel" },
1492
+ { "name": "URL" },
1493
+ { "name": "Search" }
1494
+ ]
1274
1495
  },
1275
1496
  {
1276
- "name": "placeholder",
1277
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
1497
+ "name": "value",
1498
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
1278
1499
  "values": []
1279
1500
  },
1501
+ {
1502
+ "name": "value-state",
1503
+ "description": "Defines the value state of the component.",
1504
+ "values": [
1505
+ { "name": "None" },
1506
+ { "name": "Positive" },
1507
+ { "name": "Critical" },
1508
+ { "name": "Negative" },
1509
+ { "name": "Information" }
1510
+ ]
1511
+ },
1280
1512
  {
1281
1513
  "name": "name",
1282
1514
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
1283
1515
  "values": []
1284
1516
  },
1285
1517
  {
1286
- "name": "hide-week-numbers",
1287
- "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
1518
+ "name": "show-suggestions",
1519
+ "description": "Defines whether the component should show suggestions, if such are present.",
1288
1520
  "values": []
1289
1521
  },
1290
1522
  {
1291
- "name": "open",
1292
- "description": "Defines the open or closed state of the popover.",
1293
- "values": []
1523
+ "name": "maxlength",
1524
+ "description": "Sets the maximum number of characters available in the input field.\n\n**Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.",
1525
+ "values": []
1526
+ },
1527
+ {
1528
+ "name": "accessible-name",
1529
+ "description": "Defines the accessible ARIA name of the component.",
1530
+ "values": []
1531
+ },
1532
+ {
1533
+ "name": "accessible-name-ref",
1534
+ "description": "Receives id(or many ids) of the elements that label the input.",
1535
+ "values": []
1536
+ },
1537
+ {
1538
+ "name": "accessible-description",
1539
+ "description": "Defines the accessible description of the component.",
1540
+ "values": []
1541
+ },
1542
+ {
1543
+ "name": "accessible-description-ref",
1544
+ "description": "Receives id(or many ids) of the elements that describe the input.",
1545
+ "values": []
1546
+ },
1547
+ {
1548
+ "name": "show-clear-icon",
1549
+ "description": "Defines whether the clear icon of the input will be shown.",
1550
+ "values": []
1551
+ },
1552
+ {
1553
+ "name": "open",
1554
+ "description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
1555
+ "values": []
1556
+ },
1557
+ {
1558
+ "name": "filter",
1559
+ "description": "Defines the filter type of the component.",
1560
+ "values": [
1561
+ { "name": "None" },
1562
+ { "name": "StartsWithPerTerm" },
1563
+ { "name": "StartsWith" },
1564
+ { "name": "Contains" }
1565
+ ]
1566
+ }
1567
+ ],
1568
+ "references": []
1569
+ },
1570
+ {
1571
+ "name": "ui5-datetime-picker",
1572
+ "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
1573
+ "attributes": [
1574
+ {
1575
+ "name": "value",
1576
+ "description": "Defines a formatted date value.",
1577
+ "values": []
1578
+ },
1579
+ {
1580
+ "name": "value-state",
1581
+ "description": "Defines the value state of the component.",
1582
+ "values": [
1583
+ { "name": "None" },
1584
+ { "name": "Positive" },
1585
+ { "name": "Critical" },
1586
+ { "name": "Negative" },
1587
+ { "name": "Information" }
1588
+ ]
1589
+ },
1590
+ {
1591
+ "name": "required",
1592
+ "description": "Defines whether the component is required.",
1593
+ "values": []
1594
+ },
1595
+ {
1596
+ "name": "disabled",
1597
+ "description": "Determines whether the component is displayed as disabled.",
1598
+ "values": []
1599
+ },
1600
+ {
1601
+ "name": "readonly",
1602
+ "description": "Determines whether the component is displayed as read-only.",
1603
+ "values": []
1604
+ },
1605
+ {
1606
+ "name": "placeholder",
1607
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
1608
+ "values": []
1609
+ },
1610
+ {
1611
+ "name": "name",
1612
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
1613
+ "values": []
1614
+ },
1615
+ {
1616
+ "name": "hide-week-numbers",
1617
+ "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
1618
+ "values": []
1619
+ },
1620
+ {
1621
+ "name": "open",
1622
+ "description": "Defines the open or closed state of the popover.",
1623
+ "values": []
1294
1624
  },
1295
1625
  {
1296
1626
  "name": "accessible-name",
@@ -1302,11 +1632,95 @@
1302
1632
  "description": "Receives id(or many ids) of the elements that label the component.",
1303
1633
  "values": []
1304
1634
  },
1635
+ {
1636
+ "name": "accessible-description",
1637
+ "description": "Defines the accessible description of the component.",
1638
+ "values": []
1639
+ },
1640
+ {
1641
+ "name": "accessible-description-ref",
1642
+ "description": "Receives id(or many ids) of the elements that describe the input.",
1643
+ "values": []
1644
+ },
1645
+ {
1646
+ "name": "show-clear-icon",
1647
+ "description": "Defines whether the clear icon of the input will be shown.",
1648
+ "values": []
1649
+ },
1305
1650
  {
1306
1651
  "name": "date-value",
1307
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
1652
+ "description": "Currently selected date represented as a Local JavaScript Date instance.\nNote: this getter can only be reliably used after the component is fully defined. Use dateValueAsync which resolves only when this condition is met.",
1308
1653
  "values": [{ "name": "any" }]
1309
1654
  },
1655
+ {
1656
+ "name": "date-value-async",
1657
+ "description": "Promise that resolves to the currently selected date represented as a Local JavaScript Date instance.",
1658
+ "values": [{ "name": "any" }]
1659
+ },
1660
+ {
1661
+ "name": "primary-calendar-type",
1662
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
1663
+ "values": [
1664
+ { "name": "Gregorian" },
1665
+ { "name": "Islamic" },
1666
+ { "name": "Japanese" },
1667
+ { "name": "Buddhist" },
1668
+ { "name": "Persian" }
1669
+ ]
1670
+ },
1671
+ {
1672
+ "name": "secondary-calendar-type",
1673
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
1674
+ "values": [
1675
+ { "name": "Gregorian" },
1676
+ { "name": "Islamic" },
1677
+ { "name": "Japanese" },
1678
+ { "name": "Buddhist" },
1679
+ { "name": "Persian" }
1680
+ ]
1681
+ },
1682
+ {
1683
+ "name": "format-pattern",
1684
+ "description": "Determines the format, displayed in the input field.",
1685
+ "values": []
1686
+ },
1687
+ {
1688
+ "name": "display-format",
1689
+ "description": "Determines the format, displayed in the input field.",
1690
+ "values": []
1691
+ },
1692
+ {
1693
+ "name": "value-format",
1694
+ "description": "Determines the format, used for the value attribute.",
1695
+ "values": []
1696
+ },
1697
+ {
1698
+ "name": "min-date",
1699
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
1700
+ "values": []
1701
+ },
1702
+ {
1703
+ "name": "max-date",
1704
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
1705
+ "values": []
1706
+ },
1707
+ {
1708
+ "name": "calendar-week-numbering",
1709
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
1710
+ "values": [
1711
+ { "name": "Default" },
1712
+ { "name": "ISO_8601" },
1713
+ { "name": "MiddleEastern" },
1714
+ { "name": "WesternTraditional" }
1715
+ ]
1716
+ }
1717
+ ],
1718
+ "references": []
1719
+ },
1720
+ {
1721
+ "name": "ui5-daypicker",
1722
+ "description": "Represents the days inside a single month view of the `ui5-calendar` component.\n\n\n---\n\n\n",
1723
+ "attributes": [
1310
1724
  {
1311
1725
  "name": "primary-calendar-type",
1312
1726
  "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
@@ -1334,14 +1748,24 @@
1334
1748
  "description": "Determines the format, displayed in the input field.",
1335
1749
  "values": []
1336
1750
  },
1751
+ {
1752
+ "name": "display-format",
1753
+ "description": "Determines the format, displayed in the input field.",
1754
+ "values": []
1755
+ },
1756
+ {
1757
+ "name": "value-format",
1758
+ "description": "Determines the format, used for the value attribute.",
1759
+ "values": []
1760
+ },
1337
1761
  {
1338
1762
  "name": "min-date",
1339
- "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (YYYY-MM-dd).",
1763
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
1340
1764
  "values": []
1341
1765
  },
1342
1766
  {
1343
1767
  "name": "max-date",
1344
- "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (YYYY-MM-dd).",
1768
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
1345
1769
  "values": []
1346
1770
  },
1347
1771
  {
@@ -1387,8 +1811,8 @@
1387
1811
  "values": [
1388
1812
  { "name": "None" },
1389
1813
  { "name": "Positive" },
1390
- { "name": "Negative" },
1391
1814
  { "name": "Critical" },
1815
+ { "name": "Negative" },
1392
1816
  { "name": "Information" }
1393
1817
  ]
1394
1818
  },
@@ -1421,6 +1845,16 @@
1421
1845
  { "name": "AlertDialog" }
1422
1846
  ]
1423
1847
  },
1848
+ {
1849
+ "name": "accessible-description",
1850
+ "description": "Defines the accessible description of the component.",
1851
+ "values": []
1852
+ },
1853
+ {
1854
+ "name": "accessible-description-ref",
1855
+ "description": "Receives id(or many ids) of the elements that describe the component.",
1856
+ "values": []
1857
+ },
1424
1858
  {
1425
1859
  "name": "prevent-initial-focus",
1426
1860
  "description": "Indicates whether initial focus should be prevented.",
@@ -1434,6 +1868,54 @@
1434
1868
  ],
1435
1869
  "references": []
1436
1870
  },
1871
+ {
1872
+ "name": "ui5-drop-indicator",
1873
+ "description": "### Overview\n\n### Usage\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DropIndicator.js\";`\n\n\n---\n\n\n",
1874
+ "attributes": [
1875
+ {
1876
+ "name": "target-reference",
1877
+ "description": "Element where the drop indicator will be shown.",
1878
+ "values": [{ "name": "HTMLElement" }]
1879
+ },
1880
+ {
1881
+ "name": "owner-reference",
1882
+ "description": "Owner of the indicator and the target.",
1883
+ "values": [{ "name": "HTMLElement" }]
1884
+ },
1885
+ {
1886
+ "name": "placement",
1887
+ "description": "Placement of the indicator relative to the target.",
1888
+ "values": [
1889
+ { "name": "On" },
1890
+ { "name": "Before" },
1891
+ { "name": "After" }
1892
+ ]
1893
+ },
1894
+ {
1895
+ "name": "orientation",
1896
+ "description": "Orientation of the indicator.",
1897
+ "values": [{ "name": "Vertical" }, { "name": "Horizontal" }]
1898
+ }
1899
+ ],
1900
+ "references": []
1901
+ },
1902
+ {
1903
+ "name": "ui5-dynamic-date-range",
1904
+ "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
1905
+ "attributes": [
1906
+ {
1907
+ "name": "value",
1908
+ "description": "Defines the value object.",
1909
+ "values": [{ "name": "DynamicDateRangeValue" }]
1910
+ },
1911
+ {
1912
+ "name": "options",
1913
+ "description": "Defines the options listed as a string, separated by commas and using capital case.\nExample: \"TODAY, YESTERDAY, DATERANGE\"",
1914
+ "values": []
1915
+ }
1916
+ ],
1917
+ "references": []
1918
+ },
1437
1919
  {
1438
1920
  "name": "ui5-expandable-text",
1439
1921
  "description": "### Overview\n\nThe `ui5-expandable-text` component allows displaying a large body of text in a small space. It provides an \"expand/collapse\" functionality, which shows/hides potentially truncated text.\n\n### Usage\n\n#### When to use:\n- To accommodate long texts in limited space, for example in list items, table cell texts, or forms\n\n#### When not to use:\n- The content is critical for the user. In this case use short descriptions that can fit in\n- Strive to provide short and meaningful texts to avoid excessive number of \"Show More\" links on the page\n\n### Responsive Behavior\n\nOn phones, if the component is configured to display the full text in a popover, the popover will appear in full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ExpandableText\";`\n\n\n---\n\n\n",
@@ -1463,7 +1945,7 @@
1463
1945
  },
1464
1946
  {
1465
1947
  "name": "ui5-file-uploader",
1466
- "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n- **file-size-exceed** - Event is fired when the size of a file is above the `maxFileSize` property value.\n\n### **Slots:**\n - **default** - By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
1948
+ "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n- **file-size-exceed** - Event is fired when the size of a file is above the `maxFileSize` property value.\n\n### **Slots:**\n - **default** - This slot allows you to add custom content to the component, such as a button or any other interactive element to trigger the file selection dialog.\n\n**Note:** For best accessibility experience, set a `tabindex` of \"-1\" on your interactive element, or it will be set automatically.\nThis slot is intended for use cases where you want a button-only file uploader.\nIt is recommended to set `hideInput` property to \"true\" when using this slot.\nNot setting `hideInput` may negatively impact the screen reader users.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.",
1467
1949
  "attributes": [
1468
1950
  {
1469
1951
  "name": "accept",
@@ -1472,7 +1954,7 @@
1472
1954
  },
1473
1955
  {
1474
1956
  "name": "hide-input",
1475
- "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.",
1957
+ "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.\n\n**Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.",
1476
1958
  "values": []
1477
1959
  },
1478
1960
  {
@@ -1511,11 +1993,36 @@
1511
1993
  "values": [
1512
1994
  { "name": "None" },
1513
1995
  { "name": "Positive" },
1514
- { "name": "Negative" },
1515
1996
  { "name": "Critical" },
1997
+ { "name": "Negative" },
1516
1998
  { "name": "Information" }
1517
1999
  ]
1518
2000
  },
2001
+ {
2002
+ "name": "required",
2003
+ "description": "Defines whether the component is required.",
2004
+ "values": []
2005
+ },
2006
+ {
2007
+ "name": "accessible-name",
2008
+ "description": "Defines the accessible ARIA name of the component.",
2009
+ "values": []
2010
+ },
2011
+ {
2012
+ "name": "accessible-name-ref",
2013
+ "description": "Receives id(or many ids) of the elements that label the input.",
2014
+ "values": []
2015
+ },
2016
+ {
2017
+ "name": "accessible-description",
2018
+ "description": "Defines the accessible description of the component.",
2019
+ "values": []
2020
+ },
2021
+ {
2022
+ "name": "accessible-description-ref",
2023
+ "description": "Receives id(or many ids) of the elements that describe the input.",
2024
+ "values": []
2025
+ },
1519
2026
  {
1520
2027
  "name": "files",
1521
2028
  "description": "FileList of all selected files.",
@@ -1533,6 +2040,16 @@
1533
2040
  "description": "Defines the accessible ARIA name of the component.",
1534
2041
  "values": []
1535
2042
  },
2043
+ {
2044
+ "name": "accessible-name-ref",
2045
+ "description": "Defines id (or many ids) of the element (or elements) that label the component.",
2046
+ "values": []
2047
+ },
2048
+ {
2049
+ "name": "accessible-mode",
2050
+ "description": "Defines the accessibility mode of the component in \"edit\" and \"display\" use-cases.\n\nBased on the mode, the component renders different HTML elements and ARIA attributes,\nwhich are appropriate for the use-case.\n\n**Usage:**\n- Set this property to \"Display\", when the form consists of non-editable (e.g. texts) form items.\n- Set this property to \"Edit\", when the form consists of editable (e.g. input fields) form items.",
2051
+ "values": [{ "name": "Display" }, { "name": "Edit" }]
2052
+ },
1536
2053
  {
1537
2054
  "name": "layout",
1538
2055
  "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
@@ -1567,7 +2084,7 @@
1567
2084
  },
1568
2085
  {
1569
2086
  "name": "item-spacing",
1570
- "description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
2087
+ "description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"display\"(\"non-edit\") and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"display\"(\"non-edit\") mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"display\"(\"non-edit\") mode and the input fields in \"edit\" mode.",
1571
2088
  "values": [{ "name": "Normal" }, { "name": "Large" }]
1572
2089
  }
1573
2090
  ],
@@ -1598,6 +2115,16 @@
1598
2115
  "name": "column-span",
1599
2116
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
1600
2117
  "values": []
2118
+ },
2119
+ {
2120
+ "name": "accessible-name",
2121
+ "description": "Defines the accessible ARIA name of the component.",
2122
+ "values": []
2123
+ },
2124
+ {
2125
+ "name": "accessible-name-ref",
2126
+ "description": "Defines id (or many ids) of the element (or elements) that label the component.",
2127
+ "values": []
1601
2128
  }
1602
2129
  ],
1603
2130
  "references": []
@@ -1616,17 +2143,17 @@
1616
2143
  },
1617
2144
  {
1618
2145
  "name": "ui5-icon",
1619
- "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n\n\n---\n\n\n\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
2146
+ "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n- [Shift] - If [Space] / [Enter] or [Return] is pressed, pressing [Shift] releases the ui5-icon without triggering the click event.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired on mouseup, `SPACE` and `ENTER`.\n- on mouse click, the icon fires native `click` event\n- on `SPACE` and `ENTER`, the icon fires custom `click` event\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
1620
2147
  "attributes": [
1621
2148
  {
1622
2149
  "name": "design",
1623
2150
  "description": "Defines the component semantic design.",
1624
2151
  "values": [
1625
- { "name": "Default" },
1626
2152
  { "name": "Positive" },
1627
- { "name": "Negative" },
1628
2153
  { "name": "Critical" },
2154
+ { "name": "Negative" },
1629
2155
  { "name": "Information" },
2156
+ { "name": "Default" },
1630
2157
  { "name": "Contrast" },
1631
2158
  { "name": "Neutral" },
1632
2159
  { "name": "NonInteractive" }
@@ -1661,7 +2188,7 @@
1661
2188
  },
1662
2189
  {
1663
2190
  "name": "ui5-input",
1664
- "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **select** - Fired when some text has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the Input component\n- **input** - Used to style the native input element\n- **clear-icon** - Used to style the clear icon, which can be pressed to clear user input text",
2191
+ "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **select** - Fired when some text has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the Input component\n- **input** - Used to style the native input element\n- **clear-icon** - Used to style the clear icon, which can be pressed to clear user input text",
1665
2192
  "attributes": [
1666
2193
  {
1667
2194
  "name": "disabled",
@@ -1712,8 +2239,8 @@
1712
2239
  "values": [
1713
2240
  { "name": "None" },
1714
2241
  { "name": "Positive" },
1715
- { "name": "Negative" },
1716
2242
  { "name": "Critical" },
2243
+ { "name": "Negative" },
1717
2244
  { "name": "Information" }
1718
2245
  ]
1719
2246
  },
@@ -1761,6 +2288,16 @@
1761
2288
  "name": "open",
1762
2289
  "description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
1763
2290
  "values": []
2291
+ },
2292
+ {
2293
+ "name": "filter",
2294
+ "description": "Defines the filter type of the component.",
2295
+ "values": [
2296
+ { "name": "None" },
2297
+ { "name": "StartsWithPerTerm" },
2298
+ { "name": "StartsWith" },
2299
+ { "name": "Contains" }
2300
+ ]
1764
2301
  }
1765
2302
  ],
1766
2303
  "references": []
@@ -1939,11 +2476,21 @@
1939
2476
  "description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
1940
2477
  "values": []
1941
2478
  },
2479
+ {
2480
+ "name": "sticky-header",
2481
+ "description": "Indicates whether the List header is sticky or not.\nIf stickyHeader is set to true, then whenever you scroll the content or\nthe application, the header of the list will be always visible.",
2482
+ "values": []
2483
+ },
1942
2484
  {
1943
2485
  "name": "accessible-name",
1944
2486
  "description": "Defines the accessible name of the component.",
1945
2487
  "values": []
1946
2488
  },
2489
+ {
2490
+ "name": "accessibility-attributes",
2491
+ "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.",
2492
+ "values": [{ "name": "ListAccessibilityAttributes" }]
2493
+ },
1947
2494
  {
1948
2495
  "name": "accessible-name-ref",
1949
2496
  "description": "Defines the IDs of the elements that label the component.",
@@ -2012,8 +2559,8 @@
2012
2559
  "values": [
2013
2560
  { "name": "None" },
2014
2561
  { "name": "Positive" },
2015
- { "name": "Negative" },
2016
2562
  { "name": "Critical" },
2563
+ { "name": "Negative" },
2017
2564
  { "name": "Information" }
2018
2565
  ]
2019
2566
  },
@@ -2076,8 +2623,8 @@
2076
2623
  "values": [
2077
2624
  { "name": "None" },
2078
2625
  { "name": "Positive" },
2079
- { "name": "Negative" },
2080
2626
  { "name": "Critical" },
2627
+ { "name": "Negative" },
2081
2628
  { "name": "Information" }
2082
2629
  ]
2083
2630
  },
@@ -2091,7 +2638,7 @@
2091
2638
  },
2092
2639
  {
2093
2640
  "name": "ui5-li-group",
2094
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2641
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2095
2642
  "attributes": [
2096
2643
  {
2097
2644
  "name": "header-text",
@@ -2102,6 +2649,28 @@
2102
2649
  "name": "header-accessible-name",
2103
2650
  "description": "Defines the accessible name of the header.",
2104
2651
  "values": []
2652
+ },
2653
+ {
2654
+ "name": "wrapping-type",
2655
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
2656
+ "values": [{ "name": "None" }, { "name": "Normal" }]
2657
+ }
2658
+ ],
2659
+ "references": []
2660
+ },
2661
+ {
2662
+ "name": "ui5-li-group-header",
2663
+ "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - 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.",
2664
+ "attributes": [
2665
+ {
2666
+ "name": "accessible-name",
2667
+ "description": "Defines the text alternative of the component.\n\n**Note:** If not provided a default text alternative will be set, if present.",
2668
+ "values": []
2669
+ },
2670
+ {
2671
+ "name": "wrapping-type",
2672
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
2673
+ "values": [{ "name": "None" }, { "name": "Normal" }]
2105
2674
  }
2106
2675
  ],
2107
2676
  "references": []
@@ -2141,8 +2710,8 @@
2141
2710
  "values": [
2142
2711
  { "name": "None" },
2143
2712
  { "name": "Positive" },
2144
- { "name": "Negative" },
2145
2713
  { "name": "Critical" },
2714
+ { "name": "Negative" },
2146
2715
  { "name": "Information" }
2147
2716
  ]
2148
2717
  },
@@ -2192,8 +2761,8 @@
2192
2761
  "values": [
2193
2762
  { "name": "None" },
2194
2763
  { "name": "Positive" },
2195
- { "name": "Negative" },
2196
2764
  { "name": "Critical" },
2765
+ { "name": "Negative" },
2197
2766
  { "name": "Information" }
2198
2767
  ]
2199
2768
  },
@@ -2207,7 +2776,7 @@
2207
2776
  },
2208
2777
  {
2209
2778
  "name": "ui5-menu",
2210
- "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
2779
+ "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nwhen there is `endContent` :\n- `Arrow Left` or `ArrowRight` - Navigate between the menu item actions and the menu item itself\n- `Arrow Up` / `Arrow Down` - Navigates up and down the currently visible menu items\n\n**Note:** If the text direction is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
2211
2780
  "attributes": [
2212
2781
  {
2213
2782
  "name": "header-text",
@@ -2219,13 +2788,23 @@
2219
2788
  "description": "Indicates if the menu is open.",
2220
2789
  "values": []
2221
2790
  },
2791
+ {
2792
+ "name": "placement",
2793
+ "description": "Determines on which side the component is placed at.",
2794
+ "values": [
2795
+ { "name": "Top" },
2796
+ { "name": "Bottom" },
2797
+ { "name": "Start" },
2798
+ { "name": "End" }
2799
+ ]
2800
+ },
2222
2801
  {
2223
2802
  "name": "horizontal-align",
2224
2803
  "description": "Determines the horizontal alignment of the menu relative to its opener control.",
2225
2804
  "values": [
2226
- { "name": "Center" },
2227
2805
  { "name": "Start" },
2228
2806
  { "name": "End" },
2807
+ { "name": "Center" },
2229
2808
  { "name": "Stretch" }
2230
2809
  ]
2231
2810
  },
@@ -2249,7 +2828,7 @@
2249
2828
  },
2250
2829
  {
2251
2830
  "name": "ui5-menu-item",
2252
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
2831
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **check** - Fired when an item is checked or unchecked.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
2253
2832
  "attributes": [
2254
2833
  {
2255
2834
  "name": "text",
@@ -2268,17 +2847,17 @@
2268
2847
  },
2269
2848
  {
2270
2849
  "name": "disabled",
2271
- "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
2850
+ "description": "Defines whether menu item is in disabled state.\n\n**Note:** A disabled menu item is noninteractive.",
2272
2851
  "values": []
2273
2852
  },
2274
2853
  {
2275
2854
  "name": "loading",
2276
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.\n\n**Note:** If set to `true` a `ui5-busy-indicator` component will be displayed into the related one to the current `ui5-menu-item` sub-menu popover.",
2855
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.\n\n**Note:** If set to `true` a busy indicator component will be displayed into the related one to the current menu item sub-menu popover.",
2277
2856
  "values": []
2278
2857
  },
2279
2858
  {
2280
2859
  "name": "loading-delay",
2281
- "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding ui5-menu popover.",
2860
+ "description": "Defines the delay in milliseconds, after which the loading indicator will be displayed inside the corresponding menu popover.",
2282
2861
  "values": []
2283
2862
  },
2284
2863
  {
@@ -2291,6 +2870,11 @@
2291
2870
  "description": "Defines the text of the tooltip for the menu item.",
2292
2871
  "values": []
2293
2872
  },
2873
+ {
2874
+ "name": "checked",
2875
+ "description": "Defines whether menu item is in checked state.\n\n**Note:** checked state is only taken into account when menu item is added to menu item group\nwith `checkMode` other than `None`.\n\n**Note:** A checked menu item has a checkmark displayed at its end.",
2876
+ "values": []
2877
+ },
2294
2878
  {
2295
2879
  "name": "accessibility-attributes",
2296
2880
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
@@ -2317,8 +2901,8 @@
2317
2901
  "values": [
2318
2902
  { "name": "None" },
2319
2903
  { "name": "Positive" },
2320
- { "name": "Negative" },
2321
2904
  { "name": "Critical" },
2905
+ { "name": "Negative" },
2322
2906
  { "name": "Information" }
2323
2907
  ]
2324
2908
  },
@@ -2330,6 +2914,22 @@
2330
2914
  ],
2331
2915
  "references": []
2332
2916
  },
2917
+ {
2918
+ "name": "ui5-menu-item-group",
2919
+ "description": "### Overview\n\nThe `ui5-menu-item-group` component represents a group of items designed for use inside a `ui5-menu`.\nItems belonging to the same group should be wrapped by a `ui5-menu-item-group`.\nEach group can have an `checkMode` property, which defines the check mode for the items within the group.\nThe possible values for `checkMode` are:\n- 'None' (default) - no items can be checked\n- 'Single' - Only one item can be checked at a time\n- 'Multiple' - Multiple items can be checked simultaneously\n\n**Note:** If the `checkMode` property is set to 'Single', only one item can remain checked at any given time.\nIf multiple items are marked as checked, the last checked item will take precedence.\n\n### Usage\n\n`ui5-menu-item-group` represents a collection of `ui5-menu-item` components that can have the same check mode.\nThe items are addeed to the group's `items` slot.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of this component.\n**Note:** The slot can hold any combination of components of type `ui5-menu-item` or `ui5-menu-separator` or both.",
2920
+ "attributes": [
2921
+ {
2922
+ "name": "check-mode",
2923
+ "description": "Defines the component's check mode.",
2924
+ "values": [
2925
+ { "name": "None" },
2926
+ { "name": "Single" },
2927
+ { "name": "Multiple" }
2928
+ ]
2929
+ }
2930
+ ],
2931
+ "references": []
2932
+ },
2333
2933
  {
2334
2934
  "name": "ui5-menu-separator",
2335
2935
  "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n\n\n---\n\n\n",
@@ -2345,8 +2945,8 @@
2345
2945
  "description": "Defines the component type.",
2346
2946
  "values": [
2347
2947
  { "name": "Positive" },
2348
- { "name": "Negative" },
2349
2948
  { "name": "Critical" },
2949
+ { "name": "Negative" },
2350
2950
  { "name": "Information" },
2351
2951
  { "name": "ColorSet1" },
2352
2952
  { "name": "ColorSet2" }
@@ -2370,9 +2970,73 @@
2370
2970
  ],
2371
2971
  "references": []
2372
2972
  },
2973
+ {
2974
+ "name": "ui5-monthpicker",
2975
+ "description": "Month picker component.\n\n\n---\n\n\n",
2976
+ "attributes": [
2977
+ {
2978
+ "name": "primary-calendar-type",
2979
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
2980
+ "values": [
2981
+ { "name": "Gregorian" },
2982
+ { "name": "Islamic" },
2983
+ { "name": "Japanese" },
2984
+ { "name": "Buddhist" },
2985
+ { "name": "Persian" }
2986
+ ]
2987
+ },
2988
+ {
2989
+ "name": "secondary-calendar-type",
2990
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
2991
+ "values": [
2992
+ { "name": "Gregorian" },
2993
+ { "name": "Islamic" },
2994
+ { "name": "Japanese" },
2995
+ { "name": "Buddhist" },
2996
+ { "name": "Persian" }
2997
+ ]
2998
+ },
2999
+ {
3000
+ "name": "format-pattern",
3001
+ "description": "Determines the format, displayed in the input field.",
3002
+ "values": []
3003
+ },
3004
+ {
3005
+ "name": "display-format",
3006
+ "description": "Determines the format, displayed in the input field.",
3007
+ "values": []
3008
+ },
3009
+ {
3010
+ "name": "value-format",
3011
+ "description": "Determines the format, used for the value attribute.",
3012
+ "values": []
3013
+ },
3014
+ {
3015
+ "name": "min-date",
3016
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
3017
+ "values": []
3018
+ },
3019
+ {
3020
+ "name": "max-date",
3021
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
3022
+ "values": []
3023
+ },
3024
+ {
3025
+ "name": "calendar-week-numbering",
3026
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
3027
+ "values": [
3028
+ { "name": "Default" },
3029
+ { "name": "ISO_8601" },
3030
+ { "name": "MiddleEastern" },
3031
+ { "name": "WesternTraditional" }
3032
+ ]
3033
+ }
3034
+ ],
3035
+ "references": []
3036
+ },
2373
3037
  {
2374
3038
  "name": "ui5-multi-combobox",
2375
- "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
3039
+ "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n[Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
2376
3040
  "attributes": [
2377
3041
  {
2378
3042
  "name": "value",
@@ -2410,8 +3074,8 @@
2410
3074
  "values": [
2411
3075
  { "name": "None" },
2412
3076
  { "name": "Positive" },
2413
- { "name": "Negative" },
2414
3077
  { "name": "Critical" },
3078
+ { "name": "Negative" },
2415
3079
  { "name": "Information" }
2416
3080
  ]
2417
3081
  },
@@ -2425,6 +3089,11 @@
2425
3089
  "description": "Defines whether the component is required.",
2426
3090
  "values": []
2427
3091
  },
3092
+ {
3093
+ "name": "loading",
3094
+ "description": "Indicates whether a loading indicator should be shown in the picker.",
3095
+ "values": []
3096
+ },
2428
3097
  {
2429
3098
  "name": "filter",
2430
3099
  "description": "Defines the filter type of the component.",
@@ -2481,13 +3150,18 @@
2481
3150
  "name": "additional-text",
2482
3151
  "description": "Defines the additional text of the component.",
2483
3152
  "values": []
3153
+ },
3154
+ {
3155
+ "name": "value",
3156
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
3157
+ "values": []
2484
3158
  }
2485
3159
  ],
2486
3160
  "references": []
2487
3161
  },
2488
3162
  {
2489
3163
  "name": "ui5-mcb-item-group",
2490
- "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
3164
+ "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2491
3165
  "attributes": [
2492
3166
  {
2493
3167
  "name": "header-text",
@@ -2498,6 +3172,11 @@
2498
3172
  "name": "header-accessible-name",
2499
3173
  "description": "Defines the accessible name of the header.",
2500
3174
  "values": []
3175
+ },
3176
+ {
3177
+ "name": "wrapping-type",
3178
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
3179
+ "values": [{ "name": "None" }, { "name": "Normal" }]
2501
3180
  }
2502
3181
  ],
2503
3182
  "references": []
@@ -2565,8 +3244,8 @@
2565
3244
  "values": [
2566
3245
  { "name": "None" },
2567
3246
  { "name": "Positive" },
2568
- { "name": "Negative" },
2569
3247
  { "name": "Critical" },
3248
+ { "name": "Negative" },
2570
3249
  { "name": "Information" }
2571
3250
  ]
2572
3251
  },
@@ -2609,6 +3288,16 @@
2609
3288
  "name": "open",
2610
3289
  "description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
2611
3290
  "values": []
3291
+ },
3292
+ {
3293
+ "name": "filter",
3294
+ "description": "Defines the filter type of the component.",
3295
+ "values": [
3296
+ { "name": "None" },
3297
+ { "name": "StartsWithPerTerm" },
3298
+ { "name": "StartsWith" },
3299
+ { "name": "Contains" }
3300
+ ]
2612
3301
  }
2613
3302
  ],
2614
3303
  "references": []
@@ -2753,9 +3442,9 @@
2753
3442
  "name": "horizontal-align",
2754
3443
  "description": "Determines the horizontal alignment of the component.",
2755
3444
  "values": [
2756
- { "name": "Center" },
2757
3445
  { "name": "Start" },
2758
3446
  { "name": "End" },
3447
+ { "name": "Center" },
2759
3448
  { "name": "Stretch" }
2760
3449
  ]
2761
3450
  },
@@ -2771,7 +3460,7 @@
2771
3460
  },
2772
3461
  {
2773
3462
  "name": "modal",
2774
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
3463
+ "description": "Defines whether the component should close when\nclicking/tapping outside the popover.\nIf enabled, it blocks any interaction with the background.",
2775
3464
  "values": []
2776
3465
  },
2777
3466
  {
@@ -2784,6 +3473,11 @@
2784
3473
  "description": "Determines if there is no enough space, the component can be placed\nover the target.",
2785
3474
  "values": []
2786
3475
  },
3476
+ {
3477
+ "name": "resizable",
3478
+ "description": "Determines whether the component is resizable.\n**Note:** This property is effective only on desktop devices.",
3479
+ "values": []
3480
+ },
2787
3481
  {
2788
3482
  "name": "opener",
2789
3483
  "description": "Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
@@ -2818,6 +3512,16 @@
2818
3512
  { "name": "AlertDialog" }
2819
3513
  ]
2820
3514
  },
3515
+ {
3516
+ "name": "accessible-description",
3517
+ "description": "Defines the accessible description of the component.",
3518
+ "values": []
3519
+ },
3520
+ {
3521
+ "name": "accessible-description-ref",
3522
+ "description": "Receives id(or many ids) of the elements that describe the component.",
3523
+ "values": []
3524
+ },
2821
3525
  {
2822
3526
  "name": "prevent-initial-focus",
2823
3527
  "description": "Indicates whether initial focus should be prevented.",
@@ -2864,6 +3568,16 @@
2864
3568
  { "name": "AlertDialog" }
2865
3569
  ]
2866
3570
  },
3571
+ {
3572
+ "name": "accessible-description",
3573
+ "description": "Defines the accessible description of the component.",
3574
+ "values": []
3575
+ },
3576
+ {
3577
+ "name": "accessible-description-ref",
3578
+ "description": "Receives id(or many ids) of the elements that describe the component.",
3579
+ "values": []
3580
+ },
2867
3581
  {
2868
3582
  "name": "prevent-initial-focus",
2869
3583
  "description": "Indicates whether initial focus should be prevented.",
@@ -2907,8 +3621,8 @@
2907
3621
  "values": [
2908
3622
  { "name": "None" },
2909
3623
  { "name": "Positive" },
2910
- { "name": "Negative" },
2911
3624
  { "name": "Critical" },
3625
+ { "name": "Negative" },
2912
3626
  { "name": "Information" }
2913
3627
  ]
2914
3628
  }
@@ -2950,8 +3664,8 @@
2950
3664
  "values": [
2951
3665
  { "name": "None" },
2952
3666
  { "name": "Positive" },
2953
- { "name": "Negative" },
2954
3667
  { "name": "Critical" },
3668
+ { "name": "Negative" },
2955
3669
  { "name": "Information" }
2956
3670
  ]
2957
3671
  },
@@ -2990,12 +3704,12 @@
2990
3704
  {
2991
3705
  "name": "start-value",
2992
3706
  "description": "Defines start point of a selection - position of a first handle on the slider.",
2993
- "values": []
3707
+ "values": [{ "name": "any" }]
2994
3708
  },
2995
3709
  {
2996
3710
  "name": "end-value",
2997
3711
  "description": "Defines end point of a selection - position of a second handle on the slider.",
2998
- "values": []
3712
+ "values": [{ "name": "any" }]
2999
3713
  },
3000
3714
  {
3001
3715
  "name": "min",
@@ -3098,6 +3812,16 @@
3098
3812
  "name": "tooltip",
3099
3813
  "description": "Defines the tooltip of the component.",
3100
3814
  "values": []
3815
+ },
3816
+ {
3817
+ "name": "icon-selected",
3818
+ "description": "Defines the icon to be displayed for the selected (filled) rating symbol.",
3819
+ "values": []
3820
+ },
3821
+ {
3822
+ "name": "icon-unselected",
3823
+ "description": "Defines the icon to be displayed for the unselected (empty) rating symbol.",
3824
+ "values": []
3101
3825
  }
3102
3826
  ],
3103
3827
  "references": []
@@ -3125,9 +3849,9 @@
3125
3849
  "name": "horizontal-align",
3126
3850
  "description": "Determines the horizontal alignment of the component.",
3127
3851
  "values": [
3128
- { "name": "Center" },
3129
3852
  { "name": "Start" },
3130
3853
  { "name": "End" },
3854
+ { "name": "Center" },
3131
3855
  { "name": "Stretch" }
3132
3856
  ]
3133
3857
  },
@@ -3143,7 +3867,7 @@
3143
3867
  },
3144
3868
  {
3145
3869
  "name": "modal",
3146
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
3870
+ "description": "Defines whether the component should close when\nclicking/tapping outside the popover.\nIf enabled, it blocks any interaction with the background.",
3147
3871
  "values": []
3148
3872
  },
3149
3873
  {
@@ -3156,6 +3880,11 @@
3156
3880
  "description": "Determines if there is no enough space, the component can be placed\nover the target.",
3157
3881
  "values": []
3158
3882
  },
3883
+ {
3884
+ "name": "resizable",
3885
+ "description": "Determines whether the component is resizable.\n**Note:** This property is effective only on desktop devices.",
3886
+ "values": []
3887
+ },
3159
3888
  {
3160
3889
  "name": "opener",
3161
3890
  "description": "Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
@@ -3190,6 +3919,16 @@
3190
3919
  { "name": "AlertDialog" }
3191
3920
  ]
3192
3921
  },
3922
+ {
3923
+ "name": "accessible-description",
3924
+ "description": "Defines the accessible description of the component.",
3925
+ "values": []
3926
+ },
3927
+ {
3928
+ "name": "accessible-description-ref",
3929
+ "description": "Receives id(or many ids) of the elements that describe the component.",
3930
+ "values": []
3931
+ },
3193
3932
  {
3194
3933
  "name": "prevent-initial-focus",
3195
3934
  "description": "Indicates whether initial focus should be prevented.",
@@ -3212,11 +3951,31 @@
3212
3951
  "description": "Defines the accessible ARIA name of the component.",
3213
3952
  "values": []
3214
3953
  },
3954
+ {
3955
+ "name": "accessible-name-ref",
3956
+ "description": "Defines the IDs of the HTML Elements that label the component.",
3957
+ "values": []
3958
+ },
3959
+ {
3960
+ "name": "accessible-description",
3961
+ "description": "Defines the accessible description of the component.",
3962
+ "values": []
3963
+ },
3964
+ {
3965
+ "name": "accessible-description-ref",
3966
+ "description": "Defines the IDs of the HTML Elements that describe the component.",
3967
+ "values": []
3968
+ },
3215
3969
  {
3216
3970
  "name": "selection-mode",
3217
3971
  "description": "Defines the component selection mode.",
3218
3972
  "values": [{ "name": "Single" }, { "name": "Multiple" }]
3219
3973
  },
3974
+ {
3975
+ "name": "items-fit-content",
3976
+ "description": "Determines whether the segmented button items should be sized to fit their content.\n\nIf set to `true`, each item will be sized to fit its content, with any extra space distributed after the last item.\nIf set to `false` (the default), all items will be equally sized to fill the available space.",
3977
+ "values": []
3978
+ },
3220
3979
  {
3221
3980
  "name": "selected-items",
3222
3981
  "description": "Returns an array of the currently selected items.",
@@ -3254,6 +4013,16 @@
3254
4013
  "description": "Receives id(or many ids) of the elements that label the component.",
3255
4014
  "values": []
3256
4015
  },
4016
+ {
4017
+ "name": "accessible-description",
4018
+ "description": "Defines the accessible description of the component.",
4019
+ "values": []
4020
+ },
4021
+ {
4022
+ "name": "accessible-description-ref",
4023
+ "description": "Defines the IDs of the HTML Elements that describe the component.",
4024
+ "values": []
4025
+ },
3257
4026
  {
3258
4027
  "name": "icon",
3259
4028
  "description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -3282,8 +4051,8 @@
3282
4051
  "values": [
3283
4052
  { "name": "None" },
3284
4053
  { "name": "Positive" },
3285
- { "name": "Negative" },
3286
4054
  { "name": "Critical" },
4055
+ { "name": "Negative" },
3287
4056
  { "name": "Information" }
3288
4057
  ]
3289
4058
  },
@@ -3303,8 +4072,18 @@
3303
4072
  "values": []
3304
4073
  },
3305
4074
  {
3306
- "name": "accessible-name-ref",
3307
- "description": "Receives id(or many ids) of the elements that label the select.",
4075
+ "name": "accessible-name-ref",
4076
+ "description": "Receives id(or many ids) of the elements that label the select.",
4077
+ "values": []
4078
+ },
4079
+ {
4080
+ "name": "accessible-description",
4081
+ "description": "Defines the accessible description of the component.",
4082
+ "values": []
4083
+ },
4084
+ {
4085
+ "name": "accessible-description-ref",
4086
+ "description": "Receives id(or many ids) of the elements that describe the select.",
3308
4087
  "values": []
3309
4088
  },
3310
4089
  {
@@ -3312,6 +4091,15 @@
3312
4091
  "description": "Defines the tooltip of the select.",
3313
4092
  "values": []
3314
4093
  },
4094
+ {
4095
+ "name": "text-separator",
4096
+ "description": "Defines the separator type for the two columns layout when Select is in read-only mode.",
4097
+ "values": [
4098
+ { "name": "Bullet" },
4099
+ { "name": "Dash" },
4100
+ { "name": "VerticalLine" }
4101
+ ]
4102
+ },
3315
4103
  {
3316
4104
  "name": "value",
3317
4105
  "description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
@@ -3334,6 +4122,11 @@
3334
4122
  "description": "Current value of the slider",
3335
4123
  "values": []
3336
4124
  },
4125
+ {
4126
+ "name": "step",
4127
+ "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled.",
4128
+ "values": []
4129
+ },
3337
4130
  {
3338
4131
  "name": "min",
3339
4132
  "description": "Defines the minimum value of the slider.",
@@ -3349,11 +4142,6 @@
3349
4142
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
3350
4143
  "values": []
3351
4144
  },
3352
- {
3353
- "name": "step",
3354
- "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
3355
- "values": []
3356
- },
3357
4145
  {
3358
4146
  "name": "label-interval",
3359
4147
  "description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.",
@@ -3444,6 +4232,44 @@
3444
4232
  ],
3445
4233
  "references": []
3446
4234
  },
4235
+ {
4236
+ "name": "ui5-slider-handle",
4237
+ "description": "The <code>ui5-slider-handle</code> component represents the handle of the <code>ui5-slider</code> component.\n\n\n---\n\n\n",
4238
+ "attributes": [
4239
+ {
4240
+ "name": "value",
4241
+ "description": "Defines the value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be between the <code>min</code> and <code>max</code> properties of the parent <code>ui5-slider</code>.",
4242
+ "values": []
4243
+ },
4244
+ {
4245
+ "name": "min",
4246
+ "description": "Defines the minimum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be less than the <code>max</code> property of the parent <code>ui5-slider</code>.",
4247
+ "values": []
4248
+ },
4249
+ {
4250
+ "name": "max",
4251
+ "description": "Defines the maximum value of the slider handle.\n<br><br>\n<b>Note:</b> The value should be greater than the <code>min</code> property of the parent <code>ui5-slider</code>.",
4252
+ "values": []
4253
+ },
4254
+ {
4255
+ "name": "disabled",
4256
+ "description": "Defines whether the slider handle is disabled.\n<br><br>\n<b>Note:</b> A disabled slider handle cannot be interacted with.",
4257
+ "values": []
4258
+ },
4259
+ {
4260
+ "name": "active",
4261
+ "description": "Defines whether the slider handle is active.\n<br><br>\n<b>Note:</b> An active slider handle is currently being interacted with.",
4262
+ "values": []
4263
+ }
4264
+ ],
4265
+ "references": []
4266
+ },
4267
+ {
4268
+ "name": "ui5-slider-tooltip",
4269
+ "description": "### Overview\n\n\n---\n\n\n",
4270
+ "attributes": [],
4271
+ "references": []
4272
+ },
3447
4273
  {
3448
4274
  "name": "ui5-special-date",
3449
4275
  "description": "### Overview\n\nThe `ui5-special-date` component defines a special calendar date to be used inside `ui5-calendar`,\nwhich is visually distinguished from the rest of the dates.\n\n\n---\n\n\n",
@@ -3498,10 +4324,10 @@
3498
4324
  "name": "design",
3499
4325
  "description": "Defines the component design.",
3500
4326
  "values": [
3501
- { "name": "Default" },
4327
+ { "name": "Transparent" },
3502
4328
  { "name": "Positive" },
3503
4329
  { "name": "Negative" },
3504
- { "name": "Transparent" },
4330
+ { "name": "Default" },
3505
4331
  { "name": "Emphasized" },
3506
4332
  { "name": "Attention" }
3507
4333
  ]
@@ -3515,6 +4341,11 @@
3515
4341
  "name": "accessible-name",
3516
4342
  "description": "Defines the accessible ARIA name of the component.",
3517
4343
  "values": []
4344
+ },
4345
+ {
4346
+ "name": "accessibility-attributes",
4347
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe `accessibilityAttributes` property accepts an object with the following optional fields:\n\n- **root**: Attributes that will be applied to the main (text) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **roleDescription**: Provides a human-readable description for the role of the button.\n Accepts any string value.\n - **title**: Specifies a tooltip or description for screen readers.\n Accepts any string value.\n\t- **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **arrowButton**: Attributes applied specifically to the arrow (split) button.\n - **hasPopup**: Indicates the presence and type of popup triggered by the arrow button.\n Accepts string values: `\"dialog\"`, `\"grid\"`, `\"listbox\"`, `\"menu\"`, or `\"tree\"`.\n - **expanded**: Indicates whether the popup triggered by the arrow button is currently expanded.\n Accepts boolean values: `true` or `false`.",
4348
+ "values": [{ "name": "SplitButtonAccessibilityAttributes" }]
3518
4349
  }
3519
4350
  ],
3520
4351
  "references": []
@@ -3549,8 +4380,8 @@
3549
4380
  "values": [
3550
4381
  { "name": "None" },
3551
4382
  { "name": "Positive" },
3552
- { "name": "Negative" },
3553
4383
  { "name": "Critical" },
4384
+ { "name": "Negative" },
3554
4385
  { "name": "Information" }
3555
4386
  ]
3556
4387
  },
@@ -3628,7 +4459,7 @@
3628
4459
  },
3629
4460
  {
3630
4461
  "name": "ui5-suggestion-item-group",
3631
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
4462
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
3632
4463
  "attributes": [
3633
4464
  {
3634
4465
  "name": "header-text",
@@ -3639,6 +4470,110 @@
3639
4470
  "name": "header-accessible-name",
3640
4471
  "description": "Defines the accessible name of the header.",
3641
4472
  "values": []
4473
+ },
4474
+ {
4475
+ "name": "wrapping-type",
4476
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
4477
+ "values": [{ "name": "None" }, { "name": "Normal" }]
4478
+ }
4479
+ ],
4480
+ "references": []
4481
+ },
4482
+ {
4483
+ "name": "ui5-li-suggestion-item",
4484
+ "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n- **default** - Defines the title text of the suggestion item.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the suggestion list item\n- **description** - Used to style the description of the suggestion list item\n- **info** - Used to style the info of the suggestion list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4485
+ "attributes": [
4486
+ {
4487
+ "name": "text",
4488
+ "description": "Defines the text of the component.",
4489
+ "values": []
4490
+ },
4491
+ {
4492
+ "name": "description",
4493
+ "description": "Defines the description displayed right under the item text, if such is present.",
4494
+ "values": []
4495
+ },
4496
+ {
4497
+ "name": "icon",
4498
+ "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
4499
+ "values": []
4500
+ },
4501
+ {
4502
+ "name": "icon-end",
4503
+ "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
4504
+ "values": []
4505
+ },
4506
+ {
4507
+ "name": "additional-text",
4508
+ "description": "Defines the `additionalText`, displayed in the end of the list item.",
4509
+ "values": []
4510
+ },
4511
+ {
4512
+ "name": "additional-text-state",
4513
+ "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
4514
+ "values": [
4515
+ { "name": "None" },
4516
+ { "name": "Positive" },
4517
+ { "name": "Critical" },
4518
+ { "name": "Negative" },
4519
+ { "name": "Information" }
4520
+ ]
4521
+ },
4522
+ {
4523
+ "name": "movable",
4524
+ "description": "Defines whether the item is movable.",
4525
+ "values": []
4526
+ },
4527
+ {
4528
+ "name": "accessible-name",
4529
+ "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
4530
+ "values": []
4531
+ },
4532
+ {
4533
+ "name": "wrapping-type",
4534
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
4535
+ "values": [{ "name": "None" }, { "name": "Normal" }]
4536
+ },
4537
+ {
4538
+ "name": "type",
4539
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
4540
+ "values": [
4541
+ { "name": "Navigation" },
4542
+ { "name": "Inactive" },
4543
+ { "name": "Active" },
4544
+ { "name": "Detail" }
4545
+ ]
4546
+ },
4547
+ {
4548
+ "name": "accessibility-attributes",
4549
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
4550
+ "values": [{ "name": "ListItemAccessibilityAttributes" }]
4551
+ },
4552
+ {
4553
+ "name": "navigated",
4554
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
4555
+ "values": []
4556
+ },
4557
+ {
4558
+ "name": "tooltip",
4559
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
4560
+ "values": []
4561
+ },
4562
+ {
4563
+ "name": "highlight",
4564
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
4565
+ "values": [
4566
+ { "name": "None" },
4567
+ { "name": "Positive" },
4568
+ { "name": "Critical" },
4569
+ { "name": "Negative" },
4570
+ { "name": "Information" }
4571
+ ]
4572
+ },
4573
+ {
4574
+ "name": "selected",
4575
+ "description": "Defines the selected state of the component.",
4576
+ "values": []
3642
4577
  }
3643
4578
  ],
3644
4579
  "references": []
@@ -3696,6 +4631,11 @@
3696
4631
  "name": "name",
3697
4632
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
3698
4633
  "values": []
4634
+ },
4635
+ {
4636
+ "name": "value",
4637
+ "description": "Defines the form value of the component.",
4638
+ "values": []
3699
4639
  }
3700
4640
  ],
3701
4641
  "references": []
@@ -3728,10 +4668,10 @@
3728
4668
  "name": "design",
3729
4669
  "description": "Defines the component's design color.\n\nThe design is applied to:\n\n- the component icon\n- the `text` when the component overflows\n- the tab selection line\n\nAvailable designs are: `\"Default\"`, `\"Neutral\"`, `\"Positive\"`, `\"Critical\"` and `\"Negative\"`.\n\n**Note:** The design depends on the current theme.",
3730
4670
  "values": [
3731
- { "name": "Default" },
3732
4671
  { "name": "Positive" },
3733
- { "name": "Negative" },
3734
4672
  { "name": "Critical" },
4673
+ { "name": "Negative" },
4674
+ { "name": "Default" },
3735
4675
  { "name": "Neutral" }
3736
4676
  ]
3737
4677
  },
@@ -3739,6 +4679,11 @@
3739
4679
  "name": "selected",
3740
4680
  "description": "Specifies if the component is selected.",
3741
4681
  "values": []
4682
+ },
4683
+ {
4684
+ "name": "movable",
4685
+ "description": "Defines if the tab is movable.",
4686
+ "values": []
3742
4687
  }
3743
4688
  ],
3744
4689
  "references": []
@@ -3801,7 +4746,7 @@
3801
4746
  },
3802
4747
  {
3803
4748
  "name": "ui5-table",
3804
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
4749
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelectionMulti](../TableSelectionMulti) - adds multi-selection capabilities to the table\n* [TableSelectionSingle](../TableSelectionSingle) - adds single-selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n* [TableVirtualizer](../TableVirtualizer) - adds virtualization capabilities to the table\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### Accessibility\n\nThe `ui5-table` follows the [ARIA grid design pattern](https://www.w3.org/WAI/ARIA/apg/patterns/grid/).\nThis pattern enables cell-based keyboard navigation and, as explained above, we also support row-based keyboard navigation.\nSince the grid design pattern does not inherently provide row-based keyboard behavior, if the focus is on a row, not only the row information but also the corresponding column headers for each cell must be announced.\nThis can only be achieved through a custom accessibility announcement.\nTo support this, UI5 Web Components expose its own accessibility metadata via the `accessibilityInfo` property.\nThe `ui5-table` uses this information to create the required custom announcements dynamically.\nIf you include custom web components inside table cells that are not part of the standard UI5 Web Components set, their accessibility information can be provided using the `data-ui5-acc-text` attribute.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";` (`ui5-table`)\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n**Note:** This event is not fired if the `behavior` property of the selection component is set to `RowOnly`.\nIn that case, use the `change` event of the selection component instead.\n- **move-over** - Fired when a movable item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
3805
4750
  "attributes": [
3806
4751
  {
3807
4752
  "name": "accessible-name",
@@ -3837,6 +4782,11 @@
3837
4782
  "name": "row-action-count",
3838
4783
  "description": "Defines the maximum number of row actions that is displayed, which determines the width of the row action column.\n\n**Note:** It is recommended to use a maximum of 3 row actions, as exceeding this limit may take up too much space on smaller screens.",
3839
4784
  "values": []
4785
+ },
4786
+ {
4787
+ "name": "alternate-row-colors",
4788
+ "description": "Determines whether the table rows are displayed with alternating background colors.",
4789
+ "values": []
3840
4790
  }
3841
4791
  ],
3842
4792
  "references": []
@@ -3849,9 +4799,9 @@
3849
4799
  "name": "horizontal-align",
3850
4800
  "description": "Determines the horizontal alignment of table cells.",
3851
4801
  "values": [
3852
- { "name": "Center" },
3853
4802
  { "name": "Start" },
3854
4803
  { "name": "End" },
4804
+ { "name": "Center" },
3855
4805
  { "name": "Left" },
3856
4806
  { "name": "Right" }
3857
4807
  ]
@@ -3867,9 +4817,9 @@
3867
4817
  "name": "horizontal-align",
3868
4818
  "description": "Determines the horizontal alignment of table cells.",
3869
4819
  "values": [
3870
- { "name": "Center" },
3871
4820
  { "name": "Start" },
3872
4821
  { "name": "End" },
4822
+ { "name": "Center" },
3873
4823
  { "name": "Left" },
3874
4824
  { "name": "Right" }
3875
4825
  ]
@@ -3941,9 +4891,9 @@
3941
4891
  "name": "horizontal-align",
3942
4892
  "description": "Determines the horizontal alignment of table cells.",
3943
4893
  "values": [
3944
- { "name": "Center" },
3945
4894
  { "name": "Start" },
3946
4895
  { "name": "End" },
4896
+ { "name": "Center" },
3947
4897
  { "name": "Left" },
3948
4898
  { "name": "Right" }
3949
4899
  ]
@@ -3986,7 +4936,7 @@
3986
4936
  },
3987
4937
  {
3988
4938
  "name": "position",
3989
- "description": "Defines the position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
4939
+ "description": "Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
3990
4940
  "values": []
3991
4941
  },
3992
4942
  {
@@ -4093,6 +5043,11 @@
4093
5043
  "name": "selected",
4094
5044
  "description": "Defines the selected elements of the component.",
4095
5045
  "values": []
5046
+ },
5047
+ {
5048
+ "name": "behavior",
5049
+ "description": "Defines the selection behavior.",
5050
+ "values": [{ "name": "RowSelector" }, { "name": "RowOnly" }]
4096
5051
  }
4097
5052
  ],
4098
5053
  "references": []
@@ -4105,6 +5060,16 @@
4105
5060
  "name": "selected",
4106
5061
  "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
4107
5062
  "values": []
5063
+ },
5064
+ {
5065
+ "name": "header-selector",
5066
+ "description": "Defines the selector of the header row.",
5067
+ "values": [{ "name": "SelectAll" }, { "name": "ClearAll" }]
5068
+ },
5069
+ {
5070
+ "name": "behavior",
5071
+ "description": "Defines the selection behavior.",
5072
+ "values": [{ "name": "RowSelector" }, { "name": "RowOnly" }]
4108
5073
  }
4109
5074
  ],
4110
5075
  "references": []
@@ -4117,6 +5082,11 @@
4117
5082
  "name": "selected",
4118
5083
  "description": "Defines the `row-key` value of the selected row.",
4119
5084
  "values": []
5085
+ },
5086
+ {
5087
+ "name": "behavior",
5088
+ "description": "Defines the selection behavior.",
5089
+ "values": [{ "name": "RowSelector" }, { "name": "RowOnly" }]
4120
5090
  }
4121
5091
  ],
4122
5092
  "references": []
@@ -4152,8 +5122,8 @@
4152
5122
  "description": "Defines the design type of the component.",
4153
5123
  "values": [
4154
5124
  { "name": "Positive" },
4155
- { "name": "Negative" },
4156
5125
  { "name": "Critical" },
5126
+ { "name": "Negative" },
4157
5127
  { "name": "Information" },
4158
5128
  { "name": "Neutral" },
4159
5129
  { "name": "Set1" },
@@ -4190,7 +5160,7 @@
4190
5160
  },
4191
5161
  {
4192
5162
  "name": "ui5-text",
4193
- "description": "<h3>Overview</h3>\n\nThe `ui5-text` component displays text that can be used in any content area of an application.\n\n<h3>Usage</h3>\n\n- Use the `ui5-text` if you want to display text inside a form, table, or any other content area.\n- Do not use the `ui5-text` if you need to reference input type of components (use ui5-label).\n\n<h3>Responsive behavior</h3>\n\nThe `ui5-text` component is fully adaptive to all screen sizes.\nBy default, the text will wrap when the space is not enough.\nIn addition, the component supports truncation via the <code>max-lines</code> property,\nby defining the number of lines the text should wrap before start truncating.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Text\";</code>\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.",
5163
+ "description": "### Overview\n\nThe `ui5-text` component displays text that can be used in any content area of an application.\n\n### Usage\n\n- Use the `ui5-text` if you want to display text inside a form, table, or any other content area.\n- Do not use the `ui5-text` if you need to reference input type of components (use ui5-label).\n\n### Responsive behavior\n\nThe `ui5-text` component is fully adaptive to all screen sizes.\nBy default, the text will wrap when the space is not enough.\nIn addition, the component supports truncation via the `max-lines` property,\nby defining the number of lines the text should wrap before start truncating.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Text\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.",
4194
5164
  "attributes": [
4195
5165
  {
4196
5166
  "name": "max-lines",
@@ -4240,8 +5210,8 @@
4240
5210
  "values": [
4241
5211
  { "name": "None" },
4242
5212
  { "name": "Positive" },
4243
- { "name": "Negative" },
4244
5213
  { "name": "Critical" },
5214
+ { "name": "Negative" },
4245
5215
  { "name": "Information" }
4246
5216
  ]
4247
5217
  },
@@ -4284,13 +5254,23 @@
4284
5254
  "name": "accessible-name-ref",
4285
5255
  "description": "Receives id(or many ids) of the elements that label the textarea.",
4286
5256
  "values": []
5257
+ },
5258
+ {
5259
+ "name": "accessible-description",
5260
+ "description": "Defines the accessible description of the component.",
5261
+ "values": []
5262
+ },
5263
+ {
5264
+ "name": "accessible-description-ref",
5265
+ "description": "Receives id(or many ids) of the elements that describe the textarea.",
5266
+ "values": []
4287
5267
  }
4288
5268
  ],
4289
5269
  "references": []
4290
5270
  },
4291
5271
  {
4292
5272
  "name": "ui5-time-picker",
4293
- "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n- **open** - Fired after the value-help dialog of the component is opened.\n- **close** - Fired after the value-help dialog of the component is closed.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Critical` or `Negative` value state.",
5273
+ "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n- **open** - Fired after the value-help dialog of the component is opened.\n- **close** - Fired after the value-help dialog of the component is closed.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
4294
5274
  "attributes": [
4295
5275
  {
4296
5276
  "name": "value",
@@ -4308,8 +5288,8 @@
4308
5288
  "values": [
4309
5289
  { "name": "None" },
4310
5290
  { "name": "Positive" },
4311
- { "name": "Negative" },
4312
5291
  { "name": "Critical" },
5292
+ { "name": "Negative" },
4313
5293
  { "name": "Information" }
4314
5294
  ]
4315
5295
  },
@@ -4349,14 +5329,81 @@
4349
5329
  "values": []
4350
5330
  },
4351
5331
  {
4352
- "name": "accessible-name-ref",
4353
- "description": "Receives id (or many ids) of the elements that label the component.",
5332
+ "name": "accessible-name-ref",
5333
+ "description": "Receives id (or many ids) of the elements that label the component.",
5334
+ "values": []
5335
+ },
5336
+ {
5337
+ "name": "accessible-description",
5338
+ "description": "Defines the accessible description of the component.",
5339
+ "values": []
5340
+ },
5341
+ {
5342
+ "name": "accessible-description-ref",
5343
+ "description": "Receives id(or many ids) of the elements that describe the input.",
5344
+ "values": []
5345
+ },
5346
+ {
5347
+ "name": "date-value",
5348
+ "description": "Currently selected time represented as JavaScript Date instance",
5349
+ "values": [{ "name": "any" }]
5350
+ }
5351
+ ],
5352
+ "references": []
5353
+ },
5354
+ {
5355
+ "name": "ui5-time-picker-clock",
5356
+ "description": "### Overview\n\n`ui5-time-picker-clock` allows selecting of hours,minutes or seconds (depending on property set).\nThe component supports interactions with mouse, touch and mouse wheel.\nThe step for displaying or selecting of items can be configured.\n\n`ui5-time-picker-clock` is used as part of `ui5-time-selection-clocks` component, which\nis used in `ui5-time-picker` component respectively.\n\n### Usage\n\n`ui5-time-picker-clock` can display hours, minutes or seconds\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePickerClock.js\";`\n\n\n---\n\n\n",
5357
+ "attributes": [],
5358
+ "references": []
5359
+ },
5360
+ {
5361
+ "name": "time-picker-internals",
5362
+ "description": "### Overview\n\n`ui5-time-picker-internals` is helper component that contains shared methods used in `ui5-time-selection-clocks`\nand `<ui5-time-selection-inputs>` components and should not be used separately.\n\n\n---\n\n\n",
5363
+ "attributes": [
5364
+ {
5365
+ "name": "value",
5366
+ "description": "Defines a formatted time value.",
5367
+ "values": []
5368
+ },
5369
+ {
5370
+ "name": "format-pattern",
5371
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5372
+ "values": []
5373
+ }
5374
+ ],
5375
+ "references": []
5376
+ },
5377
+ {
5378
+ "name": "ui5-time-selection-clocks",
5379
+ "description": "### Overview\n\n`ui5-time-selection-clocks` is component that contains all the `ui5-time-picker-clock` components\nnecessary for the `ui5-time-picker` as well as all necessary `ui5-toggle-spin-button` components\nused for switching between different clocks.\n`ui5-time-picker-clock` components and `ui5-toggle-spin-button` depend on the time format set to\n`ui5-time-picker` component.\n\nThis component should not be used separately.\n\n\n---\n\n\n",
5380
+ "attributes": [
5381
+ {
5382
+ "name": "value",
5383
+ "description": "Defines a formatted time value.",
5384
+ "values": []
5385
+ },
5386
+ {
5387
+ "name": "format-pattern",
5388
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5389
+ "values": []
5390
+ }
5391
+ ],
5392
+ "references": [null]
5393
+ },
5394
+ {
5395
+ "name": "ui5-time-selection-inputs",
5396
+ "description": "### Overview\n\n`ui5-time-selection-inputs` displays a popover with `ui5-input` components of type=\"number\" and an\noptional a AM/PM `ui5-segmented-button` according to the display format given to the `ui5-time-picker`.\nUsing of numeric input components enables display of mobile devices' native numeric keyboard, which speeds up entering of the time.\nThe popup appears only on mobile devices when there is a tap on the `ui5-time-picker` input.\n\nThis component should not be used separately.\n\n\n---\n\n\n",
5397
+ "attributes": [
5398
+ {
5399
+ "name": "value",
5400
+ "description": "Defines a formatted time value.",
4354
5401
  "values": []
4355
5402
  },
4356
5403
  {
4357
- "name": "date-value",
4358
- "description": "Currently selected time represented as JavaScript Date instance",
4359
- "values": [{ "name": "any" }]
5404
+ "name": "format-pattern",
5405
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5406
+ "values": []
4360
5407
  }
4361
5408
  ],
4362
5409
  "references": []
@@ -4442,10 +5489,103 @@
4442
5489
  "name": "design",
4443
5490
  "description": "Defines the component design.",
4444
5491
  "values": [
4445
- { "name": "Default" },
5492
+ { "name": "Transparent" },
4446
5493
  { "name": "Positive" },
4447
5494
  { "name": "Negative" },
5495
+ { "name": "Default" },
5496
+ { "name": "Emphasized" },
5497
+ { "name": "Attention" }
5498
+ ]
5499
+ },
5500
+ {
5501
+ "name": "disabled",
5502
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
5503
+ "values": []
5504
+ },
5505
+ {
5506
+ "name": "icon",
5507
+ "description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
5508
+ "values": []
5509
+ },
5510
+ {
5511
+ "name": "end-icon",
5512
+ "description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
5513
+ "values": []
5514
+ },
5515
+ {
5516
+ "name": "submits",
5517
+ "description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** This property is only applicable within the context of an HTML Form element.`",
5518
+ "values": []
5519
+ },
5520
+ {
5521
+ "name": "tooltip",
5522
+ "description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
5523
+ "values": []
5524
+ },
5525
+ {
5526
+ "name": "accessible-name",
5527
+ "description": "Defines the accessible ARIA name of the component.",
5528
+ "values": []
5529
+ },
5530
+ {
5531
+ "name": "accessible-name-ref",
5532
+ "description": "Receives id(or many ids) of the elements that label the component.",
5533
+ "values": []
5534
+ },
5535
+ {
5536
+ "name": "accessibility-attributes",
5537
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\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`.\n\n- **ariaLabel**: Defines the accessible ARIA name of the component.\nAccepts any string value.\n\n - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
5538
+ "values": [{ "name": "ButtonAccessibilityAttributes" }]
5539
+ },
5540
+ {
5541
+ "name": "accessible-description",
5542
+ "description": "Defines the accessible description of the component.",
5543
+ "values": []
5544
+ },
5545
+ {
5546
+ "name": "type",
5547
+ "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
5548
+ "values": [
5549
+ { "name": "Button" },
5550
+ { "name": "Submit" },
5551
+ { "name": "Reset" }
5552
+ ]
5553
+ },
5554
+ {
5555
+ "name": "accessible-role",
5556
+ "description": "Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
5557
+ "values": [{ "name": "Button" }, { "name": "Link" }]
5558
+ },
5559
+ {
5560
+ "name": "loading",
5561
+ "description": "Defines whether the button shows a loading indicator.\n\n**Note:** If set to `true`, a busy indicator component will be displayed on the related button.",
5562
+ "values": []
5563
+ },
5564
+ {
5565
+ "name": "loading-delay",
5566
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
5567
+ "values": []
5568
+ }
5569
+ ],
5570
+ "references": []
5571
+ },
5572
+ {
5573
+ "name": "ui5-toggle-spin-button",
5574
+ "description": "### Overview\n\n`ui5-toggle-spin-button` is explicitly used in the new design of `ui5-time-picker`.\nIt extends `ui5-toggle-button` with some specific accessibility-related properties in order to\nhave spin button look and feel from accessibility point of view. This component should not be used separately.\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - 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.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
5575
+ "attributes": [
5576
+ {
5577
+ "name": "pressed",
5578
+ "description": "Determines whether the component is displayed as pressed.",
5579
+ "values": []
5580
+ },
5581
+ {
5582
+ "name": "design",
5583
+ "description": "Defines the component design.",
5584
+ "values": [
4448
5585
  { "name": "Transparent" },
5586
+ { "name": "Positive" },
5587
+ { "name": "Negative" },
5588
+ { "name": "Default" },
4449
5589
  { "name": "Emphasized" },
4450
5590
  { "name": "Attention" }
4451
5591
  ]
@@ -4487,7 +5627,7 @@
4487
5627
  },
4488
5628
  {
4489
5629
  "name": "accessibility-attributes",
4490
- "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\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`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
5630
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\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`.\n\n- **ariaLabel**: Defines the accessible ARIA name of the component.\nAccepts any string value.\n\n - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
4491
5631
  "values": [{ "name": "ButtonAccessibilityAttributes" }]
4492
5632
  },
4493
5633
  {
@@ -4508,6 +5648,16 @@
4508
5648
  "name": "accessible-role",
4509
5649
  "description": "Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
4510
5650
  "values": [{ "name": "Button" }, { "name": "Link" }]
5651
+ },
5652
+ {
5653
+ "name": "loading",
5654
+ "description": "Defines whether the button shows a loading indicator.\n\n**Note:** If set to `true`, a busy indicator component will be displayed on the related button.",
5655
+ "values": []
5656
+ },
5657
+ {
5658
+ "name": "loading-delay",
5659
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
5660
+ "values": []
4511
5661
  }
4512
5662
  ],
4513
5663
  "references": []
@@ -4543,6 +5693,11 @@
4543
5693
  "description": "Defines whether tokens are displayed on multiple lines.\n\n**Note:** The `multiLine` property is in an experimental state and is a subject to change.",
4544
5694
  "values": []
4545
5695
  },
5696
+ {
5697
+ "name": "name",
5698
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
5699
+ "values": []
5700
+ },
4546
5701
  {
4547
5702
  "name": "show-clear-all",
4548
5703
  "description": "Defines whether \"Clear All\" button is present. Ensure `multiLine` is enabled, otherwise `showClearAll` will have no effect.\n\n**Note:** The `showClearAll` property is in an experimental state and is a subject to change.",
@@ -4568,7 +5723,7 @@
4568
5723
  },
4569
5724
  {
4570
5725
  "name": "ui5-toolbar",
4571
- "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n\n\n---\n\n\n\n\n### **Methods:**\n - **isOverflowOpen(): _boolean_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n \n **Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
5726
+ "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n\n\n---\n\n\n\n\n### **Methods:**\n - **isOverflowOpen(): _boolean_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
4572
5727
  "attributes": [
4573
5728
  {
4574
5729
  "name": "align-content",
@@ -4595,7 +5750,7 @@
4595
5750
  },
4596
5751
  {
4597
5752
  "name": "ui5-toolbar-button",
4598
- "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
5753
+ "description": "### Overview\nThe `ui5-toolbar-button` represents an abstract action,\nused in the `ui5-toolbar`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
4599
5754
  "attributes": [
4600
5755
  {
4601
5756
  "name": "disabled",
@@ -4606,10 +5761,10 @@
4606
5761
  "name": "design",
4607
5762
  "description": "Defines the action design.",
4608
5763
  "values": [
4609
- { "name": "Default" },
5764
+ { "name": "Transparent" },
4610
5765
  { "name": "Positive" },
4611
5766
  { "name": "Negative" },
4612
- { "name": "Transparent" },
5767
+ { "name": "Default" },
4613
5768
  { "name": "Emphasized" },
4614
5769
  { "name": "Attention" }
4615
5770
  ]
@@ -4645,6 +5800,11 @@
4645
5800
  "values": [{ "name": "ButtonAccessibilityAttributes" }]
4646
5801
  },
4647
5802
  { "name": "text", "description": "Button text", "values": [] },
5803
+ {
5804
+ "name": "show-overflow-text",
5805
+ "description": "Defines whether the button text should only be displayed in the overflow popover.\n\nWhen set to `true`, the button appears as icon-only in the main toolbar,\nbut shows both icon and text when moved to the overflow popover.\n\n**Note:** This property only takes effect when the `text` property is also set.",
5806
+ "values": []
5807
+ },
4648
5808
  {
4649
5809
  "name": "width",
4650
5810
  "description": "Defines the width of the button.\n\n**Note:** all CSS sizes are supported - 'percentage', 'px', 'rem', 'auto', etc.",
@@ -4661,15 +5821,15 @@
4661
5821
  },
4662
5822
  {
4663
5823
  "name": "prevent-overflow-closing",
4664
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
5824
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
4665
5825
  "values": []
4666
5826
  }
4667
5827
  ],
4668
5828
  "references": []
4669
5829
  },
4670
5830
  {
4671
- "name": "toolbar-item",
4672
- "description": "Represents an abstract class for items, used in the `ui5-toolbar`.\n\n\n---\n\n\n",
5831
+ "name": "ui5-toolbar-item",
5832
+ "description": "### Overview\nThe `ui5-toolbar-item` is a wrapper component used to integrate UI5 Web Components into the `ui5-toolbar`.\nIt renders within the toolbar's shadow DOM and manages the lifecycle\nand overflow behavior of its child component.\n\n### Structure\nThe toolbar item wraps a single UI5 Web Component (such as CheckBox, Title, etc.) and handles:\n- Overflow management (determining if the item should be displayed in the main toolbar or overflow popover)\n- Automatic popover closing on interaction\n- CSS custom state exposure for styling based on overflow state\n\n### Usage\nThe `ui5-toolbar-item` is typically used implicitly when adding components to a toolbar,\nbut specialized wrappers like `ui5-toolbar-button` provide\ncomponent-specific functionality and should be preferred when available.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
4673
5833
  "attributes": [
4674
5834
  {
4675
5835
  "name": "overflow-priority",
@@ -4682,7 +5842,7 @@
4682
5842
  },
4683
5843
  {
4684
5844
  "name": "prevent-overflow-closing",
4685
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
5845
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
4686
5846
  "values": []
4687
5847
  }
4688
5848
  ],
@@ -4690,7 +5850,7 @@
4690
5850
  },
4691
5851
  {
4692
5852
  "name": "ui5-toolbar-select",
4693
- "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.",
5853
+ "description": "### Overview\nThe `ui5-toolbar-select` component is used to create a toolbar drop-down list.\nThe items inside the `ui5-toolbar-select` define the available options by using the `ui5-toolbar-select-option` component.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ToolbarSelect.js\";`\n\n`import \"@ui5/webcomponents/dist/ToolbarSelectOption.js\";` (comes with `ui5-toolbar-select`)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n- **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-toolbar-select-option` component to define the desired options.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.",
4694
5854
  "attributes": [
4695
5855
  {
4696
5856
  "name": "width",
@@ -4703,8 +5863,8 @@
4703
5863
  "values": [
4704
5864
  { "name": "None" },
4705
5865
  { "name": "Positive" },
4706
- { "name": "Negative" },
4707
5866
  { "name": "Critical" },
5867
+ { "name": "Negative" },
4708
5868
  { "name": "Information" }
4709
5869
  ]
4710
5870
  },
@@ -4723,6 +5883,11 @@
4723
5883
  "description": "Receives id(or many ids) of the elements that label the select.",
4724
5884
  "values": []
4725
5885
  },
5886
+ {
5887
+ "name": "value",
5888
+ "description": "Defines the value of the component:",
5889
+ "values": [{ "name": "any" }]
5890
+ },
4726
5891
  {
4727
5892
  "name": "overflow-priority",
4728
5893
  "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
@@ -4734,7 +5899,7 @@
4734
5899
  },
4735
5900
  {
4736
5901
  "name": "prevent-overflow-closing",
4737
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
5902
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
4738
5903
  "values": []
4739
5904
  }
4740
5905
  ],
@@ -4747,14 +5912,14 @@
4747
5912
  {
4748
5913
  "name": "selected",
4749
5914
  "description": "Defines the selected state of the component.",
4750
- "values": []
5915
+ "values": [{ "name": "any" }]
4751
5916
  }
4752
5917
  ],
4753
5918
  "references": []
4754
5919
  },
4755
5920
  {
4756
5921
  "name": "ui5-toolbar-separator",
4757
- "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5922
+ "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
4758
5923
  "attributes": [
4759
5924
  {
4760
5925
  "name": "overflow-priority",
@@ -4767,7 +5932,7 @@
4767
5932
  },
4768
5933
  {
4769
5934
  "name": "prevent-overflow-closing",
4770
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
5935
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
4771
5936
  "values": []
4772
5937
  }
4773
5938
  ],
@@ -4775,7 +5940,7 @@
4775
5940
  },
4776
5941
  {
4777
5942
  "name": "ui5-toolbar-spacer",
4778
- "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n",
5943
+ "description": "### Overview\nThe `ui5-toolbar-spacer` is an element, used for taking needed space for toolbar items to take 100% width.\nIt takes no space in calculating toolbar items width.\n\n\n---\n\n\n\n\n### **Events:**\n - **close-overflow** - Fired when the overflow popover is closed.\n\n### **Slots:**\n - **default** - Wrapped component slot.",
4779
5944
  "attributes": [
4780
5945
  {
4781
5946
  "name": "width",
@@ -4793,7 +5958,7 @@
4793
5958
  },
4794
5959
  {
4795
5960
  "name": "prevent-overflow-closing",
4796
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
5961
+ "description": "Defines if the toolbar overflow popup should close upon interaction with the item.\nIt will close by default.",
4797
5962
  "values": []
4798
5963
  }
4799
5964
  ],
@@ -4801,7 +5966,7 @@
4801
5966
  },
4802
5967
  {
4803
5968
  "name": "ui5-tree",
4804
- "description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `selectionMode` property is in use:\n\n- [Space] - Selects the currently focused item upon keyup.\n- [Enter] - Selects the currently focused item upon keydown.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Tree.js\";`\n\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-toggle** - Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n- **item-mouseover** - Fired when the mouse cursor enters the tree item borders.\n- **item-mouseout** - Fired when the mouse cursor leaves the tree item borders.\n- **item-click** - Fired when a tree item is activated.\n- **item-delete** - Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n\n### **Methods:**\n - **walk(callback: _WalkCallback_): _void_** - Perform Depth-First-Search walk on the tree and run a callback on each node\n\n### **Slots:**\n - **default** - Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored.",
5969
+ "description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `selectionMode` property is in use:\n\n- [Space] - Selects the currently focused item upon keyup.\n- [Enter] - Selects the currently focused item upon keydown.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Tree.js\";`\n\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-toggle** - Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n- **item-mouseover** - Fired when the mouse cursor enters the tree item borders.\n- **item-mouseout** - Fired when the mouse cursor leaves the tree item borders.\n- **item-click** - Fired when a tree item is activated.\n- **item-delete** - Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n- **move** - Fired when a movable tree item is moved over a potential drop target during a drag-and-drop operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move-over** - Fired when a movable tree item is dropped onto a drop target.\n\n**Note:** The `move` event is fired only if there was a preceding `move-over` event with prevented default action.\n\n### **Methods:**\n - **walk(callback: _WalkCallback_): _void_** - Perform Depth-First-Search walk on the tree and run a callback on each node\n\n### **Slots:**\n - **default** - Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored.",
4805
5970
  "attributes": [
4806
5971
  {
4807
5972
  "name": "selection-mode",
@@ -4899,8 +6064,8 @@
4899
6064
  "values": [
4900
6065
  { "name": "None" },
4901
6066
  { "name": "Positive" },
4902
- { "name": "Negative" },
4903
6067
  { "name": "Critical" },
6068
+ { "name": "Negative" },
4904
6069
  { "name": "Information" }
4905
6070
  ]
4906
6071
  },
@@ -4940,8 +6105,8 @@
4940
6105
  "values": [
4941
6106
  { "name": "None" },
4942
6107
  { "name": "Positive" },
4943
- { "name": "Negative" },
4944
6108
  { "name": "Critical" },
6109
+ { "name": "Negative" },
4945
6110
  { "name": "Information" }
4946
6111
  ]
4947
6112
  },
@@ -4988,8 +6153,8 @@
4988
6153
  "values": [
4989
6154
  { "name": "None" },
4990
6155
  { "name": "Positive" },
4991
- { "name": "Negative" },
4992
6156
  { "name": "Critical" },
6157
+ { "name": "Negative" },
4993
6158
  { "name": "Information" }
4994
6159
  ]
4995
6160
  },
@@ -5029,8 +6194,8 @@
5029
6194
  "values": [
5030
6195
  { "name": "None" },
5031
6196
  { "name": "Positive" },
5032
- { "name": "Negative" },
5033
6197
  { "name": "Critical" },
6198
+ { "name": "Negative" },
5034
6199
  { "name": "Information" }
5035
6200
  ]
5036
6201
  },
@@ -5082,8 +6247,8 @@
5082
6247
  "values": [
5083
6248
  { "name": "None" },
5084
6249
  { "name": "Positive" },
5085
- { "name": "Negative" },
5086
6250
  { "name": "Critical" },
6251
+ { "name": "Negative" },
5087
6252
  { "name": "Information" }
5088
6253
  ]
5089
6254
  },
@@ -5123,8 +6288,8 @@
5123
6288
  "values": [
5124
6289
  { "name": "None" },
5125
6290
  { "name": "Positive" },
5126
- { "name": "Negative" },
5127
6291
  { "name": "Critical" },
6292
+ { "name": "Negative" },
5128
6293
  { "name": "Information" }
5129
6294
  ]
5130
6295
  },
@@ -5135,6 +6300,134 @@
5135
6300
  }
5136
6301
  ],
5137
6302
  "references": []
6303
+ },
6304
+ {
6305
+ "name": "ui5-yearpicker",
6306
+ "description": "Displays years which can be selected.\n\n\n---\n\n\n",
6307
+ "attributes": [
6308
+ {
6309
+ "name": "primary-calendar-type",
6310
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6311
+ "values": [
6312
+ { "name": "Gregorian" },
6313
+ { "name": "Islamic" },
6314
+ { "name": "Japanese" },
6315
+ { "name": "Buddhist" },
6316
+ { "name": "Persian" }
6317
+ ]
6318
+ },
6319
+ {
6320
+ "name": "secondary-calendar-type",
6321
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6322
+ "values": [
6323
+ { "name": "Gregorian" },
6324
+ { "name": "Islamic" },
6325
+ { "name": "Japanese" },
6326
+ { "name": "Buddhist" },
6327
+ { "name": "Persian" }
6328
+ ]
6329
+ },
6330
+ {
6331
+ "name": "format-pattern",
6332
+ "description": "Determines the format, displayed in the input field.",
6333
+ "values": []
6334
+ },
6335
+ {
6336
+ "name": "display-format",
6337
+ "description": "Determines the format, displayed in the input field.",
6338
+ "values": []
6339
+ },
6340
+ {
6341
+ "name": "value-format",
6342
+ "description": "Determines the format, used for the value attribute.",
6343
+ "values": []
6344
+ },
6345
+ {
6346
+ "name": "min-date",
6347
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
6348
+ "values": []
6349
+ },
6350
+ {
6351
+ "name": "max-date",
6352
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
6353
+ "values": []
6354
+ },
6355
+ {
6356
+ "name": "calendar-week-numbering",
6357
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
6358
+ "values": [
6359
+ { "name": "Default" },
6360
+ { "name": "ISO_8601" },
6361
+ { "name": "MiddleEastern" },
6362
+ { "name": "WesternTraditional" }
6363
+ ]
6364
+ }
6365
+ ],
6366
+ "references": []
6367
+ },
6368
+ {
6369
+ "name": "ui5-yearrangepicker",
6370
+ "description": "Displays year ranges which help navigate through years faster.\n\n\n---\n\n\n",
6371
+ "attributes": [
6372
+ {
6373
+ "name": "primary-calendar-type",
6374
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6375
+ "values": [
6376
+ { "name": "Gregorian" },
6377
+ { "name": "Islamic" },
6378
+ { "name": "Japanese" },
6379
+ { "name": "Buddhist" },
6380
+ { "name": "Persian" }
6381
+ ]
6382
+ },
6383
+ {
6384
+ "name": "secondary-calendar-type",
6385
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6386
+ "values": [
6387
+ { "name": "Gregorian" },
6388
+ { "name": "Islamic" },
6389
+ { "name": "Japanese" },
6390
+ { "name": "Buddhist" },
6391
+ { "name": "Persian" }
6392
+ ]
6393
+ },
6394
+ {
6395
+ "name": "format-pattern",
6396
+ "description": "Determines the format, displayed in the input field.",
6397
+ "values": []
6398
+ },
6399
+ {
6400
+ "name": "display-format",
6401
+ "description": "Determines the format, displayed in the input field.",
6402
+ "values": []
6403
+ },
6404
+ {
6405
+ "name": "value-format",
6406
+ "description": "Determines the format, used for the value attribute.",
6407
+ "values": []
6408
+ },
6409
+ {
6410
+ "name": "min-date",
6411
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
6412
+ "values": []
6413
+ },
6414
+ {
6415
+ "name": "max-date",
6416
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
6417
+ "values": []
6418
+ },
6419
+ {
6420
+ "name": "calendar-week-numbering",
6421
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
6422
+ "values": [
6423
+ { "name": "Default" },
6424
+ { "name": "ISO_8601" },
6425
+ { "name": "MiddleEastern" },
6426
+ { "name": "WesternTraditional" }
6427
+ ]
6428
+ }
6429
+ ],
6430
+ "references": []
5138
6431
  }
5139
6432
  ]
5140
6433
  }