@ui5/webcomponents 2.4.0 → 2.5.0-rc.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/cypress/specs/ColorPicker.cy.ts +27 -0
  3. package/cypress/specs/Form.cy.ts +250 -44
  4. package/cypress/specs/LitKeyFunction.cy.ts +20 -13
  5. package/cypress/specs/TableGrowing.cy.ts +358 -0
  6. package/cypress/specs/Tokenizer.cy.ts +114 -0
  7. package/cypress/specs/Toolbar.cy.ts +25 -0
  8. package/cypress/specs/Tree.cy.ts +29 -0
  9. package/cypress/specs/base/{AriaLabelHelper.cy.ts → AccessibilityTextsHelper.cy.ts} +37 -1
  10. package/cypress/specs/base/Events.cy.ts +34 -5
  11. package/cypress/support/commands/Menu.commands.ts +1 -2
  12. package/cypress/support/commands.ts +1 -0
  13. package/dist/.tsbuildinfo +1 -1
  14. package/dist/Button.js +1 -1
  15. package/dist/Button.js.map +1 -1
  16. package/dist/Card.js +1 -1
  17. package/dist/Card.js.map +1 -1
  18. package/dist/CardHeader.d.ts +1 -1
  19. package/dist/CardHeader.js +1 -1
  20. package/dist/CardHeader.js.map +1 -1
  21. package/dist/Carousel.js +1 -1
  22. package/dist/Carousel.js.map +1 -1
  23. package/dist/CheckBox.js +1 -1
  24. package/dist/CheckBox.js.map +1 -1
  25. package/dist/ColorPicker.d.ts +9 -0
  26. package/dist/ColorPicker.js +14 -0
  27. package/dist/ColorPicker.js.map +1 -1
  28. package/dist/ComboBox.d.ts +0 -1
  29. package/dist/ComboBox.js +11 -13
  30. package/dist/ComboBox.js.map +1 -1
  31. package/dist/ComboBoxItem.d.ts +11 -5
  32. package/dist/ComboBoxItem.js +21 -8
  33. package/dist/ComboBoxItem.js.map +1 -1
  34. package/dist/ComboBoxItemGroup.d.ts +5 -20
  35. package/dist/ComboBoxItemGroup.js +9 -26
  36. package/dist/ComboBoxItemGroup.js.map +1 -1
  37. package/dist/DatePicker.js +3 -3
  38. package/dist/DatePicker.js.map +1 -1
  39. package/dist/Form.d.ts +12 -2
  40. package/dist/Form.js +21 -1
  41. package/dist/Form.js.map +1 -1
  42. package/dist/FormGroup.js +4 -1
  43. package/dist/FormGroup.js.map +1 -1
  44. package/dist/Input.js +1 -1
  45. package/dist/Input.js.map +1 -1
  46. package/dist/Link.js +1 -1
  47. package/dist/Link.js.map +1 -1
  48. package/dist/List.d.ts +27 -1
  49. package/dist/List.js +25 -4
  50. package/dist/List.js.map +1 -1
  51. package/dist/Menu.js +1 -1
  52. package/dist/Menu.js.map +1 -1
  53. package/dist/MultiComboBox.d.ts +1 -4
  54. package/dist/MultiComboBox.js +46 -37
  55. package/dist/MultiComboBox.js.map +1 -1
  56. package/dist/MultiComboBoxItem.d.ts +5 -1
  57. package/dist/MultiComboBoxItem.js +34 -4
  58. package/dist/MultiComboBoxItem.js.map +1 -1
  59. package/dist/MultiComboBoxItemGroup.d.ts +5 -10
  60. package/dist/MultiComboBoxItemGroup.js +12 -9
  61. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  62. package/dist/Popover.js +4 -3
  63. package/dist/Popover.js.map +1 -1
  64. package/dist/Popup.js +1 -1
  65. package/dist/Popup.js.map +1 -1
  66. package/dist/RadioButton.js +1 -1
  67. package/dist/RadioButton.js.map +1 -1
  68. package/dist/RatingIndicator.js +1 -1
  69. package/dist/RatingIndicator.js.map +1 -1
  70. package/dist/SegmentedButtonItem.js +1 -1
  71. package/dist/SegmentedButtonItem.js.map +1 -1
  72. package/dist/Select.js +11 -1
  73. package/dist/Select.js.map +1 -1
  74. package/dist/StepInput.js +1 -1
  75. package/dist/StepInput.js.map +1 -1
  76. package/dist/Switch.js +1 -1
  77. package/dist/Switch.js.map +1 -1
  78. package/dist/Table.js +1 -1
  79. package/dist/Table.js.map +1 -1
  80. package/dist/TableGrowing.d.ts +5 -0
  81. package/dist/TableGrowing.js +21 -12
  82. package/dist/TableGrowing.js.map +1 -1
  83. package/dist/TextArea.js +1 -1
  84. package/dist/TextArea.js.map +1 -1
  85. package/dist/TimePicker.js +1 -1
  86. package/dist/TimePicker.js.map +1 -1
  87. package/dist/Tokenizer.d.ts +23 -2
  88. package/dist/Tokenizer.js +72 -15
  89. package/dist/Tokenizer.js.map +1 -1
  90. package/dist/Toolbar.js +1 -1
  91. package/dist/Toolbar.js.map +1 -1
  92. package/dist/Tree.d.ts +14 -1
  93. package/dist/Tree.js +6 -4
  94. package/dist/Tree.js.map +1 -1
  95. package/dist/css/themes/Avatar.css +1 -1
  96. package/dist/css/themes/AvatarGroup.css +1 -1
  97. package/dist/css/themes/Bar.css +1 -1
  98. package/dist/css/themes/Breadcrumbs.css +1 -1
  99. package/dist/css/themes/BusyIndicator.css +1 -1
  100. package/dist/css/themes/Button.css +1 -1
  101. package/dist/css/themes/Calendar.css +1 -1
  102. package/dist/css/themes/CalendarHeader.css +1 -1
  103. package/dist/css/themes/CalendarLegend.css +1 -1
  104. package/dist/css/themes/CalendarLegendItem.css +1 -1
  105. package/dist/css/themes/Card.css +1 -1
  106. package/dist/css/themes/CardHeader.css +1 -1
  107. package/dist/css/themes/Carousel.css +1 -1
  108. package/dist/css/themes/CheckBox.css +1 -1
  109. package/dist/css/themes/ColorPalette.css +1 -1
  110. package/dist/css/themes/ColorPaletteItem.css +1 -1
  111. package/dist/css/themes/ColorPalettePopover.css +1 -1
  112. package/dist/css/themes/ColorPicker.css +1 -1
  113. package/dist/css/themes/ComboBox.css +1 -1
  114. package/dist/css/themes/ComboBoxItem.css +1 -0
  115. package/dist/css/themes/DatePicker.css +1 -1
  116. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  117. package/dist/css/themes/DayPicker.css +1 -1
  118. package/dist/css/themes/Dialog.css +1 -1
  119. package/dist/css/themes/FileUploader.css +1 -1
  120. package/dist/css/themes/Form.css +1 -1
  121. package/dist/css/themes/FormItem.css +1 -1
  122. package/dist/css/themes/FormLabelSpan.css +1 -1
  123. package/dist/css/themes/GrowingButton.css +1 -1
  124. package/dist/css/themes/Icon.css +1 -1
  125. package/dist/css/themes/Input.css +1 -1
  126. package/dist/css/themes/InputIcon.css +1 -1
  127. package/dist/css/themes/InputSharedStyles.css +1 -1
  128. package/dist/css/themes/Link.css +1 -1
  129. package/dist/css/themes/List.css +1 -1
  130. package/dist/css/themes/ListItem.css +1 -1
  131. package/dist/css/themes/ListItemBase.css +1 -1
  132. package/dist/css/themes/ListItemCustom.css +1 -1
  133. package/dist/css/themes/ListItemGroup.css +1 -1
  134. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  135. package/dist/css/themes/ListItemIcon.css +1 -1
  136. package/dist/css/themes/Menu.css +1 -1
  137. package/dist/css/themes/MenuItem.css +1 -1
  138. package/dist/css/themes/MessageStrip.css +1 -1
  139. package/dist/css/themes/MonthPicker.css +1 -1
  140. package/dist/css/themes/MultiComboBox.css +1 -1
  141. package/dist/css/themes/MultiComboBoxItem.css +1 -0
  142. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  143. package/dist/css/themes/MultiInput.css +1 -1
  144. package/dist/css/themes/NavigationMenu.css +1 -1
  145. package/dist/css/themes/NavigationMenuItem.css +1 -1
  146. package/dist/css/themes/OptionBase.css +1 -1
  147. package/dist/css/themes/Panel.css +1 -1
  148. package/dist/css/themes/Popover.css +1 -1
  149. package/dist/css/themes/PopupsCommon.css +1 -1
  150. package/dist/css/themes/ProgressIndicator.css +1 -1
  151. package/dist/css/themes/RadioButton.css +1 -1
  152. package/dist/css/themes/RangeSlider.css +1 -1
  153. package/dist/css/themes/RatingIndicator.css +1 -1
  154. package/dist/css/themes/ResponsivePopover.css +1 -1
  155. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  156. package/dist/css/themes/SegmentedButton.css +1 -1
  157. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  158. package/dist/css/themes/Select.css +1 -1
  159. package/dist/css/themes/SliderBase.css +1 -1
  160. package/dist/css/themes/SplitButton.css +1 -1
  161. package/dist/css/themes/StepInput.css +1 -1
  162. package/dist/css/themes/SuggestionItem.css +1 -1
  163. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  164. package/dist/css/themes/Switch.css +1 -1
  165. package/dist/css/themes/TabContainer.css +1 -1
  166. package/dist/css/themes/TabInOverflow.css +1 -1
  167. package/dist/css/themes/TabInStrip.css +1 -1
  168. package/dist/css/themes/TabSemanticIcon.css +1 -1
  169. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  170. package/dist/css/themes/Table.css +1 -1
  171. package/dist/css/themes/TableCellBase.css +1 -1
  172. package/dist/css/themes/TableHeaderRow.css +1 -1
  173. package/dist/css/themes/TableRow.css +1 -1
  174. package/dist/css/themes/TableRowBase.css +1 -1
  175. package/dist/css/themes/Tag.css +1 -1
  176. package/dist/css/themes/Text.css +1 -1
  177. package/dist/css/themes/TextArea.css +1 -1
  178. package/dist/css/themes/TimePicker.css +1 -1
  179. package/dist/css/themes/Toast.css +1 -1
  180. package/dist/css/themes/ToggleButton.css +1 -1
  181. package/dist/css/themes/Token.css +1 -1
  182. package/dist/css/themes/Tokenizer.css +1 -1
  183. package/dist/css/themes/TokenizerPopover.css +1 -1
  184. package/dist/css/themes/Toolbar.css +1 -1
  185. package/dist/css/themes/ToolbarPopover.css +1 -1
  186. package/dist/css/themes/TreeItem.css +1 -1
  187. package/dist/css/themes/ValueStateMessage.css +1 -1
  188. package/dist/css/themes/YearPicker.css +1 -1
  189. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  190. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  191. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  192. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  193. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  194. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  195. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  196. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  197. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  198. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  199. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  200. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  201. package/dist/custom-elements-internal.json +540 -99
  202. package/dist/custom-elements.json +366 -46
  203. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  204. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  205. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  206. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  207. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  208. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  209. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  210. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  211. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  212. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  213. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  214. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  215. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  216. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  217. package/dist/generated/i18n/i18n-defaults.js +2 -1
  218. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  219. package/dist/generated/templates/ColorPickerTemplate.lit.js +3 -1
  220. package/dist/generated/templates/ColorPickerTemplate.lit.js.map +1 -1
  221. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.d.ts +4 -0
  222. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.js +10 -0
  223. package/dist/generated/templates/ComboBoxItemGroupTemplate.lit.js.map +1 -0
  224. package/dist/generated/templates/ComboBoxItemTemplate.lit.d.ts +4 -0
  225. package/dist/generated/templates/ComboBoxItemTemplate.lit.js +6 -0
  226. package/dist/generated/templates/ComboBoxItemTemplate.lit.js.map +1 -0
  227. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +6 -11
  228. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  229. package/dist/generated/templates/ComboBoxTemplate.lit.js +6 -11
  230. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  231. package/dist/generated/templates/FormTemplate.lit.js +3 -3
  232. package/dist/generated/templates/FormTemplate.lit.js.map +1 -1
  233. package/dist/generated/templates/ListTemplate.lit.js +1 -1
  234. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  235. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.d.ts +4 -0
  236. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.js +10 -0
  237. package/dist/generated/templates/MultiComboBoxItemGroupTemplate.lit.js.map +1 -0
  238. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.d.ts +4 -0
  239. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.js +6 -0
  240. package/dist/generated/templates/MultiComboBoxItemTemplate.lit.js.map +1 -0
  241. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +11 -19
  242. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  243. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +11 -19
  244. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  245. package/dist/generated/templates/TokenizerTemplate.lit.js +7 -6
  246. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  247. package/dist/generated/templates/TreeTemplate.lit.js +1 -1
  248. package/dist/generated/templates/TreeTemplate.lit.js.map +1 -1
  249. package/dist/generated/themes/Avatar.css.js +1 -1
  250. package/dist/generated/themes/Avatar.css.js.map +1 -1
  251. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  252. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  253. package/dist/generated/themes/Bar.css.js +1 -1
  254. package/dist/generated/themes/Bar.css.js.map +1 -1
  255. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  256. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  257. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  258. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  259. package/dist/generated/themes/Button.css.js +1 -1
  260. package/dist/generated/themes/Button.css.js.map +1 -1
  261. package/dist/generated/themes/Calendar.css.js +1 -1
  262. package/dist/generated/themes/Calendar.css.js.map +1 -1
  263. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  264. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  265. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  266. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  267. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  268. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  269. package/dist/generated/themes/Card.css.js +1 -1
  270. package/dist/generated/themes/Card.css.js.map +1 -1
  271. package/dist/generated/themes/CardHeader.css.js +1 -1
  272. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  273. package/dist/generated/themes/Carousel.css.js +1 -1
  274. package/dist/generated/themes/Carousel.css.js.map +1 -1
  275. package/dist/generated/themes/CheckBox.css.js +1 -1
  276. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  277. package/dist/generated/themes/ColorPalette.css.js +1 -1
  278. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  279. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  280. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  281. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  282. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  283. package/dist/generated/themes/ColorPicker.css.js +1 -1
  284. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  285. package/dist/generated/themes/ComboBox.css.js +1 -1
  286. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  287. package/dist/generated/themes/ComboBoxItem.css.d.ts +3 -0
  288. package/dist/generated/themes/ComboBoxItem.css.js +9 -0
  289. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -0
  290. package/dist/generated/themes/DatePicker.css.js +1 -1
  291. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  292. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  293. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  294. package/dist/generated/themes/DayPicker.css.js +1 -1
  295. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  296. package/dist/generated/themes/Dialog.css.js +1 -1
  297. package/dist/generated/themes/Dialog.css.js.map +1 -1
  298. package/dist/generated/themes/FileUploader.css.js +1 -1
  299. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  300. package/dist/generated/themes/Form.css.js +1 -1
  301. package/dist/generated/themes/Form.css.js.map +1 -1
  302. package/dist/generated/themes/FormItem.css.js +1 -1
  303. package/dist/generated/themes/FormItem.css.js.map +1 -1
  304. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  305. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  306. package/dist/generated/themes/GrowingButton.css.js +1 -1
  307. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  308. package/dist/generated/themes/Icon.css.js +1 -1
  309. package/dist/generated/themes/Icon.css.js.map +1 -1
  310. package/dist/generated/themes/Input.css.js +1 -1
  311. package/dist/generated/themes/Input.css.js.map +1 -1
  312. package/dist/generated/themes/InputIcon.css.js +1 -1
  313. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  314. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  315. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  316. package/dist/generated/themes/Link.css.js +1 -1
  317. package/dist/generated/themes/Link.css.js.map +1 -1
  318. package/dist/generated/themes/List.css.js +1 -1
  319. package/dist/generated/themes/List.css.js.map +1 -1
  320. package/dist/generated/themes/ListItem.css.js +1 -1
  321. package/dist/generated/themes/ListItem.css.js.map +1 -1
  322. package/dist/generated/themes/ListItemBase.css.js +1 -1
  323. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  324. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  325. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  326. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  327. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  328. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  329. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  330. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  331. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  332. package/dist/generated/themes/Menu.css.js +1 -1
  333. package/dist/generated/themes/Menu.css.js.map +1 -1
  334. package/dist/generated/themes/MenuItem.css.js +1 -1
  335. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  336. package/dist/generated/themes/MessageStrip.css.js +1 -1
  337. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  338. package/dist/generated/themes/MonthPicker.css.js +1 -1
  339. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  340. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  341. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  342. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +3 -0
  343. package/dist/generated/themes/MultiComboBoxItem.css.js +9 -0
  344. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -0
  345. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  346. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  347. package/dist/generated/themes/MultiInput.css.js +1 -1
  348. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  349. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  350. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  351. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  352. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  353. package/dist/generated/themes/OptionBase.css.js +1 -1
  354. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  355. package/dist/generated/themes/Panel.css.js +1 -1
  356. package/dist/generated/themes/Panel.css.js.map +1 -1
  357. package/dist/generated/themes/Popover.css.js +1 -1
  358. package/dist/generated/themes/Popover.css.js.map +1 -1
  359. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  360. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  361. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  362. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  363. package/dist/generated/themes/RadioButton.css.js +1 -1
  364. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  365. package/dist/generated/themes/RangeSlider.css.js +1 -1
  366. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  367. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  368. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  369. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  370. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  371. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  372. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  373. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  374. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  375. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  376. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  377. package/dist/generated/themes/Select.css.js +1 -1
  378. package/dist/generated/themes/Select.css.js.map +1 -1
  379. package/dist/generated/themes/SliderBase.css.js +1 -1
  380. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  381. package/dist/generated/themes/SplitButton.css.js +1 -1
  382. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  383. package/dist/generated/themes/StepInput.css.js +1 -1
  384. package/dist/generated/themes/StepInput.css.js.map +1 -1
  385. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  386. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  387. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  388. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  389. package/dist/generated/themes/Switch.css.js +1 -1
  390. package/dist/generated/themes/Switch.css.js.map +1 -1
  391. package/dist/generated/themes/TabContainer.css.js +1 -1
  392. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  393. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  394. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  395. package/dist/generated/themes/TabInStrip.css.js +1 -1
  396. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  397. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  398. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  399. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  400. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  401. package/dist/generated/themes/Table.css.js +1 -1
  402. package/dist/generated/themes/Table.css.js.map +1 -1
  403. package/dist/generated/themes/TableCellBase.css.js +1 -1
  404. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  405. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  406. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  407. package/dist/generated/themes/TableRow.css.js +1 -1
  408. package/dist/generated/themes/TableRow.css.js.map +1 -1
  409. package/dist/generated/themes/TableRowBase.css.js +1 -1
  410. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  411. package/dist/generated/themes/Tag.css.js +1 -1
  412. package/dist/generated/themes/Tag.css.js.map +1 -1
  413. package/dist/generated/themes/Text.css.js +1 -1
  414. package/dist/generated/themes/Text.css.js.map +1 -1
  415. package/dist/generated/themes/TextArea.css.js +1 -1
  416. package/dist/generated/themes/TextArea.css.js.map +1 -1
  417. package/dist/generated/themes/TimePicker.css.js +1 -1
  418. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  419. package/dist/generated/themes/Toast.css.js +1 -1
  420. package/dist/generated/themes/Toast.css.js.map +1 -1
  421. package/dist/generated/themes/ToggleButton.css.js +1 -1
  422. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  423. package/dist/generated/themes/Token.css.js +1 -1
  424. package/dist/generated/themes/Token.css.js.map +1 -1
  425. package/dist/generated/themes/Tokenizer.css.js +1 -1
  426. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  427. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  428. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  429. package/dist/generated/themes/Toolbar.css.js +1 -1
  430. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  431. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  432. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  433. package/dist/generated/themes/TreeItem.css.js +1 -1
  434. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  435. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  436. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  437. package/dist/generated/themes/YearPicker.css.js +1 -1
  438. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  439. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  440. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  441. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  442. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  443. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  444. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  445. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  446. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  447. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  448. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  449. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  450. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  451. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  452. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  453. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  454. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  455. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  456. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  457. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  458. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  459. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  460. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  461. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  462. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  463. package/dist/types/ColorPickerDisplayMode.d.ts +17 -0
  464. package/dist/types/ColorPickerDisplayMode.js +19 -0
  465. package/dist/types/ColorPickerDisplayMode.js.map +1 -0
  466. package/dist/vscode.html-custom-data.json +60 -10
  467. package/dist/web-types.json +170 -31
  468. package/package.json +9 -9
  469. package/src/ColorPicker.hbs +60 -56
  470. package/src/ComboBoxItem.hbs +18 -0
  471. package/src/ComboBoxItemGroup.hbs +9 -0
  472. package/src/ComboBoxPopover.hbs +2 -31
  473. package/src/Form.hbs +3 -3
  474. package/src/List.hbs +1 -0
  475. package/src/ListItemGroup.hbs +11 -4
  476. package/src/MultiComboBox.hbs +10 -12
  477. package/src/MultiComboBoxItem.hbs +19 -0
  478. package/src/MultiComboBoxItemGroup.hbs +9 -0
  479. package/src/MultiComboBoxPopover.hbs +5 -36
  480. package/src/Tokenizer.hbs +28 -17
  481. package/src/Tree.hbs +4 -1
  482. package/src/i18n/messagebundle.properties +3 -0
  483. package/src/i18n/messagebundle_sv.properties +1 -1
  484. package/src/themes/ComboBoxItem.css +14 -0
  485. package/src/themes/MultiComboBoxItem.css +19 -0
  486. package/src/themes/MultiComboBoxPopover.css +5 -1
  487. package/src/themes/Table.css +1 -4
  488. package/src/themes/Tokenizer.css +45 -0
  489. package/cypress/specs/Eventing.cy.ts +0 -44
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.4.0",
4
+ "version": "2.5.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -976,7 +976,7 @@
976
976
  },
977
977
  {
978
978
  "name": "interactive",
979
- "description": "Defines if the component would be interactive,\ne.g gets hover effect, gets focus outline and `click` event is fired, when pressed.",
979
+ "description": "Defines if the component would be interactive,\ne.g gets hover effect and `click` event is fired, when pressed.",
980
980
  "value": { "type": "boolean", "default": "false" }
981
981
  }
982
982
  ],
@@ -1015,7 +1015,7 @@
1015
1015
  },
1016
1016
  {
1017
1017
  "name": "interactive",
1018
- "description": "Defines if the component would be interactive,\ne.g gets hover effect, gets focus outline and `click` event is fired, when pressed.",
1018
+ "description": "Defines if the component would be interactive,\ne.g gets hover effect and `click` event is fired, when pressed.",
1019
1019
  "value": { "type": "boolean" }
1020
1020
  }
1021
1021
  ],
@@ -1523,6 +1523,14 @@
1523
1523
  "name": "name",
1524
1524
  "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.",
1525
1525
  "value": { "type": "string | undefined", "default": "undefined" }
1526
+ },
1527
+ {
1528
+ "name": "display-mode",
1529
+ "description": "Defines the display mode of the component.",
1530
+ "value": {
1531
+ "type": "\"Default\" | \"Simplified\"",
1532
+ "default": "\"Default\""
1533
+ }
1526
1534
  }
1527
1535
  ],
1528
1536
  "events": [
@@ -1542,6 +1550,11 @@
1542
1550
  "name": "name",
1543
1551
  "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.",
1544
1552
  "value": { "type": "string | undefined" }
1553
+ },
1554
+ {
1555
+ "name": "display-mode",
1556
+ "description": "Defines the display mode of the component.",
1557
+ "value": { "type": "\"Default\" | \"Simplified\"" }
1545
1558
  }
1546
1559
  ],
1547
1560
  "events": [
@@ -1780,12 +1793,17 @@
1780
1793
  },
1781
1794
  {
1782
1795
  "name": "ui5-cb-item-group",
1783
- "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### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.",
1796
+ "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### **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>.",
1784
1797
  "doc-url": "",
1785
1798
  "attributes": [
1786
1799
  {
1787
1800
  "name": "header-text",
1788
- "description": "Defines the text of the component.",
1801
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
1802
+ "value": { "type": "string | undefined", "default": "undefined" }
1803
+ },
1804
+ {
1805
+ "name": "header-accessible-name",
1806
+ "description": "Defines the accessible name of the header.",
1789
1807
  "value": { "type": "string | undefined", "default": "undefined" }
1790
1808
  }
1791
1809
  ],
@@ -1795,21 +1813,44 @@
1795
1813
  "description": "Defines the items of the <code>ui5-cb-item-group</code>."
1796
1814
  }
1797
1815
  ],
1798
- "events": [],
1816
+ "events": [
1817
+ {
1818
+ "name": "move-over",
1819
+ "description": "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()`."
1820
+ },
1821
+ {
1822
+ "name": "move",
1823
+ "description": "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."
1824
+ }
1825
+ ],
1799
1826
  "js": {
1800
1827
  "properties": [
1801
1828
  {
1802
1829
  "name": "header-text",
1803
- "description": "Defines the text of the component.",
1830
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
1831
+ "value": { "type": "string | undefined" }
1832
+ },
1833
+ {
1834
+ "name": "header-accessible-name",
1835
+ "description": "Defines the accessible name of the header.",
1804
1836
  "value": { "type": "string | undefined" }
1805
1837
  }
1806
1838
  ],
1807
- "events": []
1839
+ "events": [
1840
+ {
1841
+ "name": "move-over",
1842
+ "description": "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()`."
1843
+ },
1844
+ {
1845
+ "name": "move",
1846
+ "description": "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."
1847
+ }
1848
+ ]
1808
1849
  }
1809
1850
  },
1810
1851
  {
1811
1852
  "name": "ui5-date-picker",
1812
- "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### **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 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 - **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.",
1853
+ "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### **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.",
1813
1854
  "doc-url": "",
1814
1855
  "attributes": [
1815
1856
  {
@@ -1936,11 +1977,11 @@
1936
1977
  },
1937
1978
  {
1938
1979
  "name": "open",
1939
- "description": "Fired after the value-help dialog of the component is opened."
1980
+ "description": "Fired after the component's picker is opened."
1940
1981
  },
1941
1982
  {
1942
1983
  "name": "close",
1943
- "description": "Fired after the value-help dialog of the component is closed."
1984
+ "description": "Fired after the component's picker is closed."
1944
1985
  }
1945
1986
  ],
1946
1987
  "js": {
@@ -2059,18 +2100,18 @@
2059
2100
  },
2060
2101
  {
2061
2102
  "name": "open",
2062
- "description": "Fired after the value-help dialog of the component is opened."
2103
+ "description": "Fired after the component's picker is opened."
2063
2104
  },
2064
2105
  {
2065
2106
  "name": "close",
2066
- "description": "Fired after the value-help dialog of the component is closed."
2107
+ "description": "Fired after the component's picker is closed."
2067
2108
  }
2068
2109
  ]
2069
2110
  }
2070
2111
  },
2071
2112
  {
2072
2113
  "name": "ui5-daterange-picker",
2073
- "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### **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 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 - **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",
2114
+ "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### **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",
2074
2115
  "doc-url": "",
2075
2116
  "attributes": [
2076
2117
  {
@@ -2211,11 +2252,11 @@
2211
2252
  },
2212
2253
  {
2213
2254
  "name": "open",
2214
- "description": "Fired after the value-help dialog of the component is opened."
2255
+ "description": "Fired after the component's picker is opened."
2215
2256
  },
2216
2257
  {
2217
2258
  "name": "close",
2218
- "description": "Fired after the value-help dialog of the component is closed."
2259
+ "description": "Fired after the component's picker is closed."
2219
2260
  }
2220
2261
  ],
2221
2262
  "js": {
@@ -2354,18 +2395,18 @@
2354
2395
  },
2355
2396
  {
2356
2397
  "name": "open",
2357
- "description": "Fired after the value-help dialog of the component is opened."
2398
+ "description": "Fired after the component's picker is opened."
2358
2399
  },
2359
2400
  {
2360
2401
  "name": "close",
2361
- "description": "Fired after the value-help dialog of the component is closed."
2402
+ "description": "Fired after the component's picker is closed."
2362
2403
  }
2363
2404
  ]
2364
2405
  }
2365
2406
  },
2366
2407
  {
2367
2408
  "name": "ui5-datetime-picker",
2368
- "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### **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 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 - **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",
2409
+ "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### **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",
2369
2410
  "doc-url": "",
2370
2411
  "attributes": [
2371
2412
  {
@@ -2486,11 +2527,11 @@
2486
2527
  },
2487
2528
  {
2488
2529
  "name": "open",
2489
- "description": "Fired after the value-help dialog of the component is opened."
2530
+ "description": "Fired after the component's picker is opened."
2490
2531
  },
2491
2532
  {
2492
2533
  "name": "close",
2493
- "description": "Fired after the value-help dialog of the component is closed."
2534
+ "description": "Fired after the component's picker is closed."
2494
2535
  }
2495
2536
  ],
2496
2537
  "js": {
@@ -2609,11 +2650,11 @@
2609
2650
  },
2610
2651
  {
2611
2652
  "name": "open",
2612
- "description": "Fired after the value-help dialog of the component is opened."
2653
+ "description": "Fired after the component's picker is opened."
2613
2654
  },
2614
2655
  {
2615
2656
  "name": "close",
2616
- "description": "Fired after the value-help dialog of the component is closed."
2657
+ "description": "Fired after the component's picker is closed."
2617
2658
  }
2618
2659
  ]
2619
2660
  }
@@ -2951,7 +2992,7 @@
2951
2992
  },
2952
2993
  {
2953
2994
  "name": "ui5-form",
2954
- "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
2995
+ "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
2955
2996
  "doc-url": "",
2956
2997
  "attributes": [
2957
2998
  {
@@ -3691,7 +3732,17 @@
3691
3732
  },
3692
3733
  {
3693
3734
  "name": "accessible-name-ref",
3694
- "description": "Defines the IDs of the elements that label the input.",
3735
+ "description": "Defines the IDs of the elements that label the component.",
3736
+ "value": { "type": "string | undefined", "default": "undefined" }
3737
+ },
3738
+ {
3739
+ "name": "accessible-description",
3740
+ "description": "Defines the accessible description of the component.",
3741
+ "value": { "type": "string | undefined", "default": "undefined" }
3742
+ },
3743
+ {
3744
+ "name": "accessible-description-ref",
3745
+ "description": "Defines the IDs of the elements that describe the component.",
3695
3746
  "value": { "type": "string | undefined", "default": "undefined" }
3696
3747
  },
3697
3748
  {
@@ -3813,7 +3864,17 @@
3813
3864
  },
3814
3865
  {
3815
3866
  "name": "accessible-name-ref",
3816
- "description": "Defines the IDs of the elements that label the input.",
3867
+ "description": "Defines the IDs of the elements that label the component.",
3868
+ "value": { "type": "string | undefined" }
3869
+ },
3870
+ {
3871
+ "name": "accessible-description",
3872
+ "description": "Defines the accessible description of the component.",
3873
+ "value": { "type": "string | undefined" }
3874
+ },
3875
+ {
3876
+ "name": "accessible-description-ref",
3877
+ "description": "Defines the IDs of the elements that describe the component.",
3817
3878
  "value": { "type": "string | undefined" }
3818
3879
  },
3819
3880
  {
@@ -4879,12 +4940,17 @@
4879
4940
  },
4880
4941
  {
4881
4942
  "name": "ui5-mcb-item-group",
4882
- "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### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.",
4943
+ "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### **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>.",
4883
4944
  "doc-url": "",
4884
4945
  "attributes": [
4885
4946
  {
4886
4947
  "name": "header-text",
4887
- "description": "Defines the text of the component.",
4948
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
4949
+ "value": { "type": "string | undefined", "default": "undefined" }
4950
+ },
4951
+ {
4952
+ "name": "header-accessible-name",
4953
+ "description": "Defines the accessible name of the header.",
4888
4954
  "value": { "type": "string | undefined", "default": "undefined" }
4889
4955
  }
4890
4956
  ],
@@ -4894,16 +4960,39 @@
4894
4960
  "description": "Defines the items of the <code>ui5-mcb-item-group</code>."
4895
4961
  }
4896
4962
  ],
4897
- "events": [],
4963
+ "events": [
4964
+ {
4965
+ "name": "move-over",
4966
+ "description": "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()`."
4967
+ },
4968
+ {
4969
+ "name": "move",
4970
+ "description": "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."
4971
+ }
4972
+ ],
4898
4973
  "js": {
4899
4974
  "properties": [
4900
4975
  {
4901
4976
  "name": "header-text",
4902
- "description": "Defines the text of the component.",
4977
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
4978
+ "value": { "type": "string | undefined" }
4979
+ },
4980
+ {
4981
+ "name": "header-accessible-name",
4982
+ "description": "Defines the accessible name of the header.",
4903
4983
  "value": { "type": "string | undefined" }
4904
4984
  }
4905
4985
  ],
4906
- "events": []
4986
+ "events": [
4987
+ {
4988
+ "name": "move-over",
4989
+ "description": "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()`."
4990
+ },
4991
+ {
4992
+ "name": "move",
4993
+ "description": "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."
4994
+ }
4995
+ ]
4907
4996
  }
4908
4997
  },
4909
4998
  {
@@ -7683,6 +7772,11 @@
7683
7772
  "name": "growing-sub-text",
7684
7773
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7685
7774
  "value": { "type": "string | undefined", "default": "undefined" }
7775
+ },
7776
+ {
7777
+ "name": "disabled",
7778
+ "description": "Disables the growing feature.",
7779
+ "value": { "type": "boolean", "default": "false" }
7686
7780
  }
7687
7781
  ],
7688
7782
  "events": [
@@ -7707,6 +7801,11 @@
7707
7801
  "name": "growing-sub-text",
7708
7802
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
7709
7803
  "value": { "type": "string | undefined" }
7804
+ },
7805
+ {
7806
+ "name": "disabled",
7807
+ "description": "Disables the growing feature.",
7808
+ "value": { "type": "boolean" }
7710
7809
  }
7711
7810
  ],
7712
7811
  "events": [
@@ -8757,6 +8856,16 @@
8757
8856
  "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.",
8758
8857
  "value": { "type": "boolean", "default": "false" }
8759
8858
  },
8859
+ {
8860
+ "name": "multi-line",
8861
+ "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.",
8862
+ "value": { "type": "boolean", "default": "false" }
8863
+ },
8864
+ {
8865
+ "name": "show-clear-all",
8866
+ "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.",
8867
+ "value": { "type": "boolean", "default": "false" }
8868
+ },
8760
8869
  {
8761
8870
  "name": "disabled",
8762
8871
  "description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
@@ -8790,6 +8899,16 @@
8790
8899
  "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.",
8791
8900
  "value": { "type": "boolean" }
8792
8901
  },
8902
+ {
8903
+ "name": "multi-line",
8904
+ "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.",
8905
+ "value": { "type": "boolean" }
8906
+ },
8907
+ {
8908
+ "name": "show-clear-all",
8909
+ "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.",
8910
+ "value": { "type": "boolean" }
8911
+ },
8793
8912
  {
8794
8913
  "name": "disabled",
8795
8914
  "description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
@@ -9313,6 +9432,16 @@
9313
9432
  "name": "accessible-name-ref",
9314
9433
  "description": "Defines the IDs of the elements that label the component.",
9315
9434
  "value": { "type": "string | undefined", "default": "undefined" }
9435
+ },
9436
+ {
9437
+ "name": "accessible-description",
9438
+ "description": "Defines the accessible description of the component.",
9439
+ "value": { "type": "string | undefined", "default": "undefined" }
9440
+ },
9441
+ {
9442
+ "name": "accessible-description-ref",
9443
+ "description": "Defines the IDs of the elements that describe the component.",
9444
+ "value": { "type": "string | undefined", "default": "undefined" }
9316
9445
  }
9317
9446
  ],
9318
9447
  "slots": [
@@ -9384,6 +9513,16 @@
9384
9513
  "name": "accessible-name-ref",
9385
9514
  "description": "Defines the IDs of the elements that label the component.",
9386
9515
  "value": { "type": "string | undefined" }
9516
+ },
9517
+ {
9518
+ "name": "accessible-description",
9519
+ "description": "Defines the accessible description of the component.",
9520
+ "value": { "type": "string | undefined" }
9521
+ },
9522
+ {
9523
+ "name": "accessible-description-ref",
9524
+ "description": "Defines the IDs of the elements that describe the component.",
9525
+ "value": { "type": "string | undefined" }
9387
9526
  }
9388
9527
  ],
9389
9528
  "events": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.4.0",
3
+ "version": "2.5.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -50,17 +50,17 @@
50
50
  "directory": "packages/main"
51
51
  },
52
52
  "dependencies": {
53
- "@ui5/webcomponents-base": "2.4.0",
54
- "@ui5/webcomponents-icons": "2.4.0",
55
- "@ui5/webcomponents-icons-business-suite": "2.4.0",
56
- "@ui5/webcomponents-icons-tnt": "2.4.0",
57
- "@ui5/webcomponents-localization": "2.4.0",
58
- "@ui5/webcomponents-theming": "2.4.0"
53
+ "@ui5/webcomponents-base": "2.5.0-rc.0",
54
+ "@ui5/webcomponents-icons": "2.5.0-rc.0",
55
+ "@ui5/webcomponents-icons-business-suite": "2.5.0-rc.0",
56
+ "@ui5/webcomponents-icons-tnt": "2.5.0-rc.0",
57
+ "@ui5/webcomponents-localization": "2.5.0-rc.0",
58
+ "@ui5/webcomponents-theming": "2.5.0-rc.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.4.0",
61
+ "@ui5/webcomponents-tools": "2.5.0-rc.0",
62
62
  "chromedriver": "^129.0.0",
63
63
  "lit": "^2.0.0"
64
64
  },
65
- "gitHead": "8a6837f0d865c6522ef7823118f2894072bb02de"
65
+ "gitHead": "cff55e270785bc2e83d4956c12a00e4ac0ed1665"
66
66
  }