@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
@@ -533,7 +533,7 @@
533
533
  },
534
534
  {
535
535
  "name": "interactive",
536
- "description": "Defines if the component would be interactive,\ne.g gets hover effect, gets focus outline and `click` event is fired, when pressed.",
536
+ "description": "Defines if the component would be interactive,\ne.g gets hover effect and `click` event is fired, when pressed.",
537
537
  "values": []
538
538
  }
539
539
  ],
@@ -760,6 +760,11 @@
760
760
  "name": "name",
761
761
  "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.",
762
762
  "values": []
763
+ },
764
+ {
765
+ "name": "display-mode",
766
+ "description": "Defines the display mode of the component.",
767
+ "values": [{ "name": "Default" }, { "name": "Simplified" }]
763
768
  }
764
769
  ],
765
770
  "references": []
@@ -866,11 +871,16 @@
866
871
  },
867
872
  {
868
873
  "name": "ui5-cb-item-group",
869
- "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### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.",
874
+ "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>.",
870
875
  "attributes": [
871
876
  {
872
877
  "name": "header-text",
873
- "description": "Defines the text of the component.",
878
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
879
+ "values": []
880
+ },
881
+ {
882
+ "name": "header-accessible-name",
883
+ "description": "Defines the accessible name of the header.",
874
884
  "values": []
875
885
  }
876
886
  ],
@@ -932,7 +942,7 @@
932
942
  },
933
943
  {
934
944
  "name": "ui5-date-picker",
935
- "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 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.",
945
+ "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.",
936
946
  "attributes": [
937
947
  {
938
948
  "name": "value",
@@ -1052,7 +1062,7 @@
1052
1062
  },
1053
1063
  {
1054
1064
  "name": "ui5-daterange-picker",
1055
- "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 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",
1065
+ "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",
1056
1066
  "attributes": [
1057
1067
  {
1058
1068
  "name": "delimiter",
@@ -1192,7 +1202,7 @@
1192
1202
  },
1193
1203
  {
1194
1204
  "name": "ui5-datetime-picker",
1195
- "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 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",
1205
+ "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",
1196
1206
  "attributes": [
1197
1207
  {
1198
1208
  "name": "value",
@@ -1452,7 +1462,7 @@
1452
1462
  },
1453
1463
  {
1454
1464
  "name": "ui5-form",
1455
- "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\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.",
1465
+ "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\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.",
1456
1466
  "attributes": [
1457
1467
  {
1458
1468
  "name": "layout",
@@ -1818,7 +1828,17 @@
1818
1828
  },
1819
1829
  {
1820
1830
  "name": "accessible-name-ref",
1821
- "description": "Defines the IDs of the elements that label the input.",
1831
+ "description": "Defines the IDs of the elements that label the component.",
1832
+ "values": []
1833
+ },
1834
+ {
1835
+ "name": "accessible-description",
1836
+ "description": "Defines the accessible description of the component.",
1837
+ "values": []
1838
+ },
1839
+ {
1840
+ "name": "accessible-description-ref",
1841
+ "description": "Defines the IDs of the elements that describe the component.",
1822
1842
  "values": []
1823
1843
  },
1824
1844
  {
@@ -2329,11 +2349,16 @@
2329
2349
  },
2330
2350
  {
2331
2351
  "name": "ui5-mcb-item-group",
2332
- "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### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.",
2352
+ "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>.",
2333
2353
  "attributes": [
2334
2354
  {
2335
2355
  "name": "header-text",
2336
- "description": "Defines the text of the component.",
2356
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
2357
+ "values": []
2358
+ },
2359
+ {
2360
+ "name": "header-accessible-name",
2361
+ "description": "Defines the accessible name of the header.",
2337
2362
  "values": []
2338
2363
  }
2339
2364
  ],
@@ -3702,6 +3727,11 @@
3702
3727
  "name": "growing-sub-text",
3703
3728
  "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
3704
3729
  "values": []
3730
+ },
3731
+ {
3732
+ "name": "disabled",
3733
+ "description": "Disables the growing feature.",
3734
+ "values": []
3705
3735
  }
3706
3736
  ],
3707
3737
  "references": []
@@ -4195,6 +4225,16 @@
4195
4225
  "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.",
4196
4226
  "values": []
4197
4227
  },
4228
+ {
4229
+ "name": "multi-line",
4230
+ "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.",
4231
+ "values": []
4232
+ },
4233
+ {
4234
+ "name": "show-clear-all",
4235
+ "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.",
4236
+ "values": []
4237
+ },
4198
4238
  {
4199
4239
  "name": "disabled",
4200
4240
  "description": "Defines whether the component is disabled.\n\n**Note:** A disabled component is completely noninteractive.",
@@ -4487,6 +4527,16 @@
4487
4527
  "name": "accessible-name-ref",
4488
4528
  "description": "Defines the IDs of the elements that label the component.",
4489
4529
  "values": []
4530
+ },
4531
+ {
4532
+ "name": "accessible-description",
4533
+ "description": "Defines the accessible description of the component.",
4534
+ "values": []
4535
+ },
4536
+ {
4537
+ "name": "accessible-description-ref",
4538
+ "description": "Defines the IDs of the elements that describe the component.",
4539
+ "values": []
4490
4540
  }
4491
4541
  ],
4492
4542
  "references": []