@ui5/webcomponents 2.0.0 → 2.1.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 (427) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/DateRangePicker.js +1 -1
  4. package/dist/DateRangePicker.js.map +1 -1
  5. package/dist/FileUploader.d.ts +1 -1
  6. package/dist/FileUploader.js.map +1 -1
  7. package/dist/ListItem.d.ts +1 -0
  8. package/dist/ListItem.js.map +1 -1
  9. package/dist/Menu.js +0 -3
  10. package/dist/Menu.js.map +1 -1
  11. package/dist/MenuItem.d.ts +20 -1
  12. package/dist/MenuItem.js +24 -2
  13. package/dist/MenuItem.js.map +1 -1
  14. package/dist/MessageStrip.d.ts +5 -4
  15. package/dist/MessageStrip.js +5 -4
  16. package/dist/MessageStrip.js.map +1 -1
  17. package/dist/MultiComboBox.d.ts +0 -1
  18. package/dist/MultiComboBox.js +2 -5
  19. package/dist/MultiComboBox.js.map +1 -1
  20. package/dist/NavigationMenuItem.d.ts +2 -0
  21. package/dist/Option.d.ts +2 -2
  22. package/dist/Option.js.map +1 -1
  23. package/dist/OptionCustom.d.ts +1 -1
  24. package/dist/OptionCustom.js.map +1 -1
  25. package/dist/Table.d.ts +3 -2
  26. package/dist/Table.js +3 -5
  27. package/dist/Table.js.map +1 -1
  28. package/dist/TableGrowing.d.ts +1 -0
  29. package/dist/TableGrowing.js +1 -0
  30. package/dist/TableGrowing.js.map +1 -1
  31. package/dist/TableRow.d.ts +2 -2
  32. package/dist/TableRow.js +3 -3
  33. package/dist/TableRow.js.map +1 -1
  34. package/dist/TableSelection.d.ts +2 -1
  35. package/dist/TableSelection.js +4 -3
  36. package/dist/TableSelection.js.map +1 -1
  37. package/dist/TableUtils.d.ts +2 -1
  38. package/dist/TableUtils.js +4 -1
  39. package/dist/TableUtils.js.map +1 -1
  40. package/dist/Text.js +1 -1
  41. package/dist/Text.js.map +1 -1
  42. package/dist/TextArea.d.ts +1 -2
  43. package/dist/TextArea.js +2 -5
  44. package/dist/TextArea.js.map +1 -1
  45. package/dist/TimePicker.d.ts +25 -0
  46. package/dist/TimePicker.js +35 -4
  47. package/dist/TimePicker.js.map +1 -1
  48. package/dist/Tokenizer.d.ts +1 -1
  49. package/dist/Tokenizer.js.map +1 -1
  50. package/dist/TreeItemBase.d.ts +1 -0
  51. package/dist/TreeItemBase.js +7 -0
  52. package/dist/TreeItemBase.js.map +1 -1
  53. package/dist/bundle.esm.js +1 -0
  54. package/dist/bundle.esm.js.map +1 -1
  55. package/dist/css/themes/Avatar.css +1 -1
  56. package/dist/css/themes/AvatarGroup.css +1 -1
  57. package/dist/css/themes/Bar.css +1 -1
  58. package/dist/css/themes/Breadcrumbs.css +1 -1
  59. package/dist/css/themes/BusyIndicator.css +1 -1
  60. package/dist/css/themes/Button.css +1 -1
  61. package/dist/css/themes/Calendar.css +1 -1
  62. package/dist/css/themes/CalendarHeader.css +1 -1
  63. package/dist/css/themes/CalendarLegend.css +1 -1
  64. package/dist/css/themes/CalendarLegendItem.css +1 -1
  65. package/dist/css/themes/Card.css +1 -1
  66. package/dist/css/themes/CardHeader.css +1 -1
  67. package/dist/css/themes/Carousel.css +1 -1
  68. package/dist/css/themes/CheckBox.css +1 -1
  69. package/dist/css/themes/ColorPalette.css +1 -1
  70. package/dist/css/themes/ColorPaletteItem.css +1 -1
  71. package/dist/css/themes/ColorPalettePopover.css +1 -1
  72. package/dist/css/themes/ColorPicker.css +1 -1
  73. package/dist/css/themes/ComboBox.css +1 -1
  74. package/dist/css/themes/DatePicker.css +1 -1
  75. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  76. package/dist/css/themes/DayPicker.css +1 -1
  77. package/dist/css/themes/Dialog.css +1 -1
  78. package/dist/css/themes/FileUploader.css +1 -1
  79. package/dist/css/themes/Form.css +1 -1
  80. package/dist/css/themes/FormItem.css +1 -1
  81. package/dist/css/themes/FormLabelSpan.css +1 -1
  82. package/dist/css/themes/GrowingButton.css +1 -1
  83. package/dist/css/themes/Icon.css +1 -1
  84. package/dist/css/themes/Input.css +1 -1
  85. package/dist/css/themes/InputIcon.css +1 -1
  86. package/dist/css/themes/InputSharedStyles.css +1 -1
  87. package/dist/css/themes/Label.css +1 -1
  88. package/dist/css/themes/Link.css +1 -1
  89. package/dist/css/themes/List.css +1 -1
  90. package/dist/css/themes/ListItem.css +1 -1
  91. package/dist/css/themes/ListItemBase.css +1 -1
  92. package/dist/css/themes/ListItemCustom.css +1 -1
  93. package/dist/css/themes/ListItemGroup.css +1 -1
  94. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  95. package/dist/css/themes/ListItemIcon.css +1 -1
  96. package/dist/css/themes/Menu.css +1 -1
  97. package/dist/css/themes/MenuItem.css +1 -1
  98. package/dist/css/themes/MessageStrip.css +1 -1
  99. package/dist/css/themes/MonthPicker.css +1 -1
  100. package/dist/css/themes/MultiComboBox.css +1 -1
  101. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  102. package/dist/css/themes/MultiInput.css +1 -1
  103. package/dist/css/themes/NavigationMenu.css +1 -1
  104. package/dist/css/themes/NavigationMenuItem.css +1 -1
  105. package/dist/css/themes/OptionBase.css +1 -1
  106. package/dist/css/themes/Panel.css +1 -1
  107. package/dist/css/themes/Popover.css +1 -1
  108. package/dist/css/themes/PopupsCommon.css +1 -1
  109. package/dist/css/themes/ProgressIndicator.css +1 -1
  110. package/dist/css/themes/RadioButton.css +1 -1
  111. package/dist/css/themes/RangeSlider.css +1 -1
  112. package/dist/css/themes/RatingIndicator.css +1 -1
  113. package/dist/css/themes/ResponsivePopover.css +1 -1
  114. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  115. package/dist/css/themes/SegmentedButton.css +1 -1
  116. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  117. package/dist/css/themes/Select.css +1 -1
  118. package/dist/css/themes/SliderBase.css +1 -1
  119. package/dist/css/themes/SplitButton.css +1 -1
  120. package/dist/css/themes/StepInput.css +1 -1
  121. package/dist/css/themes/SuggestionItem.css +1 -1
  122. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  123. package/dist/css/themes/Switch.css +1 -1
  124. package/dist/css/themes/TabContainer.css +1 -1
  125. package/dist/css/themes/TabInOverflow.css +1 -1
  126. package/dist/css/themes/TabInStrip.css +1 -1
  127. package/dist/css/themes/TabSemanticIcon.css +1 -1
  128. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  129. package/dist/css/themes/TableCellBase.css +1 -1
  130. package/dist/css/themes/TableHeaderRow.css +1 -1
  131. package/dist/css/themes/TableRowBase.css +1 -1
  132. package/dist/css/themes/Tag.css +1 -1
  133. package/dist/css/themes/Text.css +1 -1
  134. package/dist/css/themes/TextArea.css +1 -1
  135. package/dist/css/themes/TimePicker.css +1 -1
  136. package/dist/css/themes/Toast.css +1 -1
  137. package/dist/css/themes/ToggleButton.css +1 -1
  138. package/dist/css/themes/Token.css +1 -1
  139. package/dist/css/themes/Tokenizer.css +1 -1
  140. package/dist/css/themes/TokenizerPopover.css +1 -1
  141. package/dist/css/themes/Toolbar.css +1 -1
  142. package/dist/css/themes/ToolbarPopover.css +1 -1
  143. package/dist/css/themes/TreeItem.css +1 -1
  144. package/dist/css/themes/ValueStateMessage.css +1 -1
  145. package/dist/css/themes/YearPicker.css +1 -1
  146. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  147. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  148. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  149. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  150. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  151. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  152. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  153. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  154. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  155. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  156. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  157. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  158. package/dist/custom-elements-internal.json +694 -1128
  159. package/dist/custom-elements.json +241 -33
  160. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  161. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  162. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  163. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  164. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  165. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  166. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  167. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  168. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  169. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  170. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  171. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  172. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  173. package/dist/generated/templates/LabelTemplate.lit.js +1 -1
  174. package/dist/generated/templates/LabelTemplate.lit.js.map +1 -1
  175. package/dist/generated/templates/ListItemCustomTemplate.lit.js +1 -1
  176. package/dist/generated/templates/ListItemCustomTemplate.lit.js.map +1 -1
  177. package/dist/generated/templates/ListItemStandardTemplate.lit.js +1 -1
  178. package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
  179. package/dist/generated/templates/ListItemTemplate.lit.js +1 -1
  180. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  181. package/dist/generated/templates/MenuItemTemplate.lit.js +2 -2
  182. package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
  183. package/dist/generated/templates/MenuTemplate.lit.js +1 -1
  184. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  185. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +12 -12
  186. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  187. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +12 -12
  188. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  189. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js +2 -2
  190. package/dist/generated/templates/NavigationMenuItemTemplate.lit.js.map +1 -1
  191. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +1 -1
  192. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  193. package/dist/generated/templates/TagTemplate.lit.js +2 -2
  194. package/dist/generated/templates/TagTemplate.lit.js.map +1 -1
  195. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +4 -5
  196. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
  197. package/dist/generated/templates/TextAreaTemplate.lit.js +3 -4
  198. package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
  199. package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
  200. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  201. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +1 -1
  202. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  203. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +1 -1
  204. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  205. package/dist/generated/templates/TreeItemTemplate.lit.js +1 -1
  206. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  207. package/dist/generated/themes/Avatar.css.js +1 -1
  208. package/dist/generated/themes/Avatar.css.js.map +1 -1
  209. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  210. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  211. package/dist/generated/themes/Bar.css.js +1 -1
  212. package/dist/generated/themes/Bar.css.js.map +1 -1
  213. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  214. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  215. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  216. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  217. package/dist/generated/themes/Button.css.js +1 -1
  218. package/dist/generated/themes/Button.css.js.map +1 -1
  219. package/dist/generated/themes/Calendar.css.js +1 -1
  220. package/dist/generated/themes/Calendar.css.js.map +1 -1
  221. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  222. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  223. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  224. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  225. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  226. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  227. package/dist/generated/themes/Card.css.js +1 -1
  228. package/dist/generated/themes/Card.css.js.map +1 -1
  229. package/dist/generated/themes/CardHeader.css.js +1 -1
  230. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  231. package/dist/generated/themes/Carousel.css.js +1 -1
  232. package/dist/generated/themes/Carousel.css.js.map +1 -1
  233. package/dist/generated/themes/CheckBox.css.js +1 -1
  234. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  235. package/dist/generated/themes/ColorPalette.css.js +1 -1
  236. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  237. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  238. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  239. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  240. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  241. package/dist/generated/themes/ColorPicker.css.js +1 -1
  242. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  243. package/dist/generated/themes/ComboBox.css.js +1 -1
  244. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  245. package/dist/generated/themes/DatePicker.css.js +1 -1
  246. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  247. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  248. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  249. package/dist/generated/themes/DayPicker.css.js +1 -1
  250. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  251. package/dist/generated/themes/Dialog.css.js +1 -1
  252. package/dist/generated/themes/Dialog.css.js.map +1 -1
  253. package/dist/generated/themes/FileUploader.css.js +1 -1
  254. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  255. package/dist/generated/themes/Form.css.js +1 -1
  256. package/dist/generated/themes/Form.css.js.map +1 -1
  257. package/dist/generated/themes/FormItem.css.js +1 -1
  258. package/dist/generated/themes/FormItem.css.js.map +1 -1
  259. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  260. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  261. package/dist/generated/themes/GrowingButton.css.js +1 -1
  262. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  263. package/dist/generated/themes/Icon.css.js +1 -1
  264. package/dist/generated/themes/Icon.css.js.map +1 -1
  265. package/dist/generated/themes/Input.css.js +1 -1
  266. package/dist/generated/themes/Input.css.js.map +1 -1
  267. package/dist/generated/themes/InputIcon.css.js +1 -1
  268. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  269. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  270. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  271. package/dist/generated/themes/Label.css.js +1 -1
  272. package/dist/generated/themes/Label.css.js.map +1 -1
  273. package/dist/generated/themes/Link.css.js +1 -1
  274. package/dist/generated/themes/Link.css.js.map +1 -1
  275. package/dist/generated/themes/List.css.js +1 -1
  276. package/dist/generated/themes/List.css.js.map +1 -1
  277. package/dist/generated/themes/ListItem.css.js +1 -1
  278. package/dist/generated/themes/ListItem.css.js.map +1 -1
  279. package/dist/generated/themes/ListItemBase.css.js +1 -1
  280. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  281. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  282. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  283. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  284. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  285. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  286. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  287. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  288. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  289. package/dist/generated/themes/Menu.css.js +1 -1
  290. package/dist/generated/themes/Menu.css.js.map +1 -1
  291. package/dist/generated/themes/MenuItem.css.js +1 -1
  292. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  293. package/dist/generated/themes/MessageStrip.css.js +1 -1
  294. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  295. package/dist/generated/themes/MonthPicker.css.js +1 -1
  296. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  297. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  298. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  299. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  300. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  301. package/dist/generated/themes/MultiInput.css.js +1 -1
  302. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  303. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  304. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  305. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  306. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  307. package/dist/generated/themes/OptionBase.css.js +1 -1
  308. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  309. package/dist/generated/themes/Panel.css.js +1 -1
  310. package/dist/generated/themes/Panel.css.js.map +1 -1
  311. package/dist/generated/themes/Popover.css.js +1 -1
  312. package/dist/generated/themes/Popover.css.js.map +1 -1
  313. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  314. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  315. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  316. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  317. package/dist/generated/themes/RadioButton.css.js +1 -1
  318. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  319. package/dist/generated/themes/RangeSlider.css.js +1 -1
  320. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  321. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  322. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  323. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  324. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  325. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  326. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  327. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  328. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  329. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  330. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  331. package/dist/generated/themes/Select.css.js +1 -1
  332. package/dist/generated/themes/Select.css.js.map +1 -1
  333. package/dist/generated/themes/SliderBase.css.js +1 -1
  334. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  335. package/dist/generated/themes/SplitButton.css.js +1 -1
  336. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  337. package/dist/generated/themes/StepInput.css.js +1 -1
  338. package/dist/generated/themes/StepInput.css.js.map +1 -1
  339. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  340. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  341. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  342. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  343. package/dist/generated/themes/Switch.css.js +1 -1
  344. package/dist/generated/themes/Switch.css.js.map +1 -1
  345. package/dist/generated/themes/TabContainer.css.js +1 -1
  346. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  347. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  348. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  349. package/dist/generated/themes/TabInStrip.css.js +1 -1
  350. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  351. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  352. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  353. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  354. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  355. package/dist/generated/themes/TableCellBase.css.js +1 -1
  356. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  357. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  358. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  359. package/dist/generated/themes/TableRowBase.css.js +1 -1
  360. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  361. package/dist/generated/themes/Tag.css.js +1 -1
  362. package/dist/generated/themes/Tag.css.js.map +1 -1
  363. package/dist/generated/themes/Text.css.js +1 -1
  364. package/dist/generated/themes/Text.css.js.map +1 -1
  365. package/dist/generated/themes/TextArea.css.js +1 -1
  366. package/dist/generated/themes/TextArea.css.js.map +1 -1
  367. package/dist/generated/themes/TimePicker.css.js +1 -1
  368. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  369. package/dist/generated/themes/Toast.css.js +1 -1
  370. package/dist/generated/themes/Toast.css.js.map +1 -1
  371. package/dist/generated/themes/ToggleButton.css.js +1 -1
  372. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  373. package/dist/generated/themes/Token.css.js +1 -1
  374. package/dist/generated/themes/Token.css.js.map +1 -1
  375. package/dist/generated/themes/Tokenizer.css.js +1 -1
  376. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  377. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  378. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  379. package/dist/generated/themes/Toolbar.css.js +1 -1
  380. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  381. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  382. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  383. package/dist/generated/themes/TreeItem.css.js +1 -1
  384. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  385. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  386. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  387. package/dist/generated/themes/YearPicker.css.js +1 -1
  388. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  389. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  390. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  391. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  392. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  393. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  394. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  395. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  396. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  397. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  398. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  399. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  400. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  401. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  402. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  403. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  404. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  405. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  406. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  407. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  408. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  409. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  410. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  411. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  412. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  413. package/dist/vscode.html-custom-data.json +89 -9
  414. package/dist/web-types.json +191 -18
  415. package/package.json +9 -9
  416. package/src/Label.hbs +3 -3
  417. package/src/ListItem.hbs +1 -0
  418. package/src/Menu.hbs +0 -1
  419. package/src/MenuItem.hbs +5 -1
  420. package/src/MultiComboBoxPopover.hbs +10 -6
  421. package/src/Tag.hbs +1 -1
  422. package/src/TextAreaPopover.hbs +1 -3
  423. package/src/TimePicker.hbs +1 -0
  424. package/src/i18n/messagebundle_sv.properties +7 -7
  425. package/src/themes/BusyIndicator.css +6 -0
  426. package/src/themes/Input.css +7 -0
  427. package/src/themes/Label.css +4 -4
@@ -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.0.0",
4
+ "version": "2.1.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -64,6 +64,14 @@
64
64
  "name": "accessible-name",
65
65
  "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
66
66
  "value": { "type": "string | undefined", "default": "undefined" }
67
+ },
68
+ {
69
+ "name": "accessibility-attributes",
70
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
71
+ "value": {
72
+ "type": "AvatarAccessibilityAttributes",
73
+ "default": "{}"
74
+ }
67
75
  }
68
76
  ],
69
77
  "slots": [
@@ -125,6 +133,11 @@
125
133
  "name": "accessible-name",
126
134
  "description": "Defines the text alternative of the component.\nIf not provided a default text alternative will be set, if present.",
127
135
  "value": { "type": "string | undefined" }
136
+ },
137
+ {
138
+ "name": "accessibility-attributes",
139
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
140
+ "value": { "type": "AvatarAccessibilityAttributes" }
128
141
  }
129
142
  ],
130
143
  "events": []
@@ -143,6 +156,14 @@
143
156
  "default": "\"Group\""
144
157
  }
145
158
  },
159
+ {
160
+ "name": "accessibility-attributes",
161
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
162
+ "value": {
163
+ "type": "AvatarGroupAccessibilityAttributes",
164
+ "default": "{}"
165
+ }
166
+ },
146
167
  {
147
168
  "name": "hidden-items",
148
169
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -181,6 +202,11 @@
181
202
  "description": "Defines the mode of the `AvatarGroup`.",
182
203
  "value": { "type": "\"Group\" | \"Individual\"" }
183
204
  },
205
+ {
206
+ "name": "accessibility-attributes",
207
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following field is supported:\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
208
+ "value": { "type": "AvatarGroupAccessibilityAttributes" }
209
+ },
184
210
  {
185
211
  "name": "hidden-items",
186
212
  "description": "Returns an array containing the `ui5-avatar` instances that are currently not displayed due to lack of space.",
@@ -472,6 +498,14 @@
472
498
  "description": "Receives id(or many ids) of the elements that label the component.",
473
499
  "value": { "type": "string | undefined", "default": "undefined" }
474
500
  },
501
+ {
502
+ "name": "accessibility-attributes",
503
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
504
+ "value": {
505
+ "type": "ButtonAccessibilityAttributes",
506
+ "default": "{}"
507
+ }
508
+ },
475
509
  {
476
510
  "name": "type",
477
511
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -545,6 +579,11 @@
545
579
  "description": "Receives id(or many ids) of the elements that label the component.",
546
580
  "value": { "type": "string | undefined" }
547
581
  },
582
+ {
583
+ "name": "accessibility-attributes",
584
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
585
+ "value": { "type": "ButtonAccessibilityAttributes" }
586
+ },
548
587
  {
549
588
  "name": "type",
550
589
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -1971,7 +2010,7 @@
1971
2010
  {
1972
2011
  "name": "delimiter",
1973
2012
  "description": "Determines the symbol which separates the dates.\nIf not supplied, the default time interval delimiter for the current locale will be used.",
1974
- "value": { "type": "string", "default": "DEFAULT_DELIMITER" }
2013
+ "value": { "type": "string", "default": "\"-\"" }
1975
2014
  },
1976
2015
  {
1977
2016
  "name": "date-value",
@@ -2644,7 +2683,7 @@
2644
2683
  {
2645
2684
  "name": "accept",
2646
2685
  "description": "Comma-separated list of file types that the component should accept.\n\n**Note:** Please make sure you are adding the `.` in front on the file type, e.g. `.png` in case you want to accept png's only.",
2647
- "value": { "type": "string | undefined", "default": "\"\"" }
2686
+ "value": { "type": "string | undefined", "default": "undefined" }
2648
2687
  },
2649
2688
  {
2650
2689
  "name": "hide-input",
@@ -3325,6 +3364,14 @@
3325
3364
  "default": "\"Link\""
3326
3365
  }
3327
3366
  },
3367
+ {
3368
+ "name": "accessibility-attributes",
3369
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
3370
+ "value": {
3371
+ "type": "LinkAccessibilityAttributes",
3372
+ "default": "{}"
3373
+ }
3374
+ },
3328
3375
  {
3329
3376
  "name": "icon",
3330
3377
  "description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -3395,6 +3442,11 @@
3395
3442
  "description": "Defines the ARIA role of the component.\n\n**Note:** Use the <code>LinkAccessibleRole.Button</code> role in cases when navigation is not expected to occur and the href property is not defined.",
3396
3443
  "value": { "type": "\"Button\" | \"Link\"" }
3397
3444
  },
3445
+ {
3446
+ "name": "accessibility-attributes",
3447
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`.\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.",
3448
+ "value": { "type": "LinkAccessibilityAttributes" }
3449
+ },
3398
3450
  {
3399
3451
  "name": "icon",
3400
3452
  "description": "Defines the icon, displayed as graphical element within the component before the link's text.\nThe SAP-icons font provides numerous options.\n\n**Note:** Usage of icon-only link is not supported, the link must always have a text.\n\n**Note:** We recommend using аn icon in the beginning or the end only, and with text.\n\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -3682,6 +3734,14 @@
3682
3734
  "default": "\"Active\""
3683
3735
  }
3684
3736
  },
3737
+ {
3738
+ "name": "accessibility-attributes",
3739
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
3740
+ "value": {
3741
+ "type": "ListItemAccessibilityAttributes",
3742
+ "default": "{}"
3743
+ }
3744
+ },
3685
3745
  {
3686
3746
  "name": "navigated",
3687
3747
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -3737,6 +3797,11 @@
3737
3797
  "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
3738
3798
  }
3739
3799
  },
3800
+ {
3801
+ "name": "accessibility-attributes",
3802
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
3803
+ "value": { "type": "ListItemAccessibilityAttributes" }
3804
+ },
3740
3805
  {
3741
3806
  "name": "navigated",
3742
3807
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -3862,6 +3927,14 @@
3862
3927
  "default": "\"Active\""
3863
3928
  }
3864
3929
  },
3930
+ {
3931
+ "name": "accessibility-attributes",
3932
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
3933
+ "value": {
3934
+ "type": "ListItemAccessibilityAttributes",
3935
+ "default": "{}"
3936
+ }
3937
+ },
3865
3938
  {
3866
3939
  "name": "navigated",
3867
3940
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -3948,6 +4021,11 @@
3948
4021
  "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
3949
4022
  }
3950
4023
  },
4024
+ {
4025
+ "name": "accessibility-attributes",
4026
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
4027
+ "value": { "type": "ListItemAccessibilityAttributes" }
4028
+ },
3951
4029
  {
3952
4030
  "name": "navigated",
3953
4031
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -4138,6 +4216,14 @@
4138
4216
  "description": "Defines the text of the tooltip for the menu item.",
4139
4217
  "value": { "type": "string | undefined", "default": "undefined" }
4140
4218
  },
4219
+ {
4220
+ "name": "accessibility-attributes",
4221
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
4222
+ "value": {
4223
+ "type": "ListItemAccessibilityAttributes",
4224
+ "default": "{}"
4225
+ }
4226
+ },
4141
4227
  {
4142
4228
  "name": "type",
4143
4229
  "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
@@ -4223,6 +4309,11 @@
4223
4309
  "description": "Defines the text of the tooltip for the menu item.",
4224
4310
  "value": { "type": "string | undefined" }
4225
4311
  },
4312
+ {
4313
+ "name": "accessibility-attributes",
4314
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
4315
+ "value": { "type": "ListItemAccessibilityAttributes" }
4316
+ },
4226
4317
  {
4227
4318
  "name": "type",
4228
4319
  "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
@@ -4266,7 +4357,7 @@
4266
4357
  },
4267
4358
  {
4268
4359
  "name": "ui5-message-strip",
4269
- "description": "### Overview\n\nThe `ui5-message-strip` component enables the embedding of app-related messages.\nIt displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Critical and Negative.\nEach message can have a Close button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MessageStrip.js\";`\n---\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
4360
+ "description": "### Overview\n\nThe ui5-message-strip component allows for the embedding of application-related messages.\nIt supports four semantic designs, each with its own color and icon: \"Information\", \"Positive\", \"Critical\", and \"Negative\".\nAdditionally, users can choose from two color sets (\"ColorSet1\" and \"ColorSet2\"), each containing 10 predefined color schemes.\nEach message shows a \"Close\" button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MessageStrip.js\";`\n---\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
4270
4361
  "doc-url": "",
4271
4362
  "attributes": [
4272
4363
  {
@@ -4904,12 +4995,12 @@
4904
4995
  },
4905
4996
  {
4906
4997
  "name": "additional-text",
4907
- "description": "Defines the `additionalText`, displayed in the end of the list item.",
4998
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
4908
4999
  "value": { "type": "string | undefined", "default": "undefined" }
4909
5000
  },
4910
5001
  {
4911
5002
  "name": "tooltip",
4912
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
5003
+ "description": "Defines the tooltip of the option.",
4913
5004
  "value": { "type": "string | undefined", "default": "undefined" }
4914
5005
  },
4915
5006
  {
@@ -4939,12 +5030,12 @@
4939
5030
  },
4940
5031
  {
4941
5032
  "name": "additional-text",
4942
- "description": "Defines the `additionalText`, displayed in the end of the list item.",
5033
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
4943
5034
  "value": { "type": "string | undefined" }
4944
5035
  },
4945
5036
  {
4946
5037
  "name": "tooltip",
4947
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
5038
+ "description": "Defines the tooltip of the option.",
4948
5039
  "value": { "type": "string | undefined" }
4949
5040
  },
4950
5041
  {
@@ -4973,7 +5064,7 @@
4973
5064
  },
4974
5065
  {
4975
5066
  "name": "tooltip",
4976
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
5067
+ "description": "Defines the tooltip of the option.",
4977
5068
  "value": { "type": "string | undefined", "default": "undefined" }
4978
5069
  },
4979
5070
  {
@@ -5003,7 +5094,7 @@
5003
5094
  },
5004
5095
  {
5005
5096
  "name": "tooltip",
5006
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
5097
+ "description": "Defines the tooltip of the option.",
5007
5098
  "value": { "type": "string | undefined" }
5008
5099
  },
5009
5100
  {
@@ -7222,7 +7313,7 @@
7222
7313
  },
7223
7314
  {
7224
7315
  "name": "ui5-table",
7225
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7316
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7226
7317
  "doc-url": "",
7227
7318
  "attributes": [
7228
7319
  {
@@ -7476,8 +7567,8 @@
7476
7567
  "doc-url": "",
7477
7568
  "attributes": [
7478
7569
  {
7479
- "name": "key",
7480
- "description": "Unique identifier of the component.",
7570
+ "name": "row-key",
7571
+ "description": "Unique identifier of the row.",
7481
7572
  "value": { "type": "string", "default": "\"\"" }
7482
7573
  },
7483
7574
  {
@@ -7501,8 +7592,8 @@
7501
7592
  "js": {
7502
7593
  "properties": [
7503
7594
  {
7504
- "name": "key",
7505
- "description": "Unique identifier of the component.",
7595
+ "name": "row-key",
7596
+ "description": "Unique identifier of the row.",
7506
7597
  "value": { "type": "string" }
7507
7598
  },
7508
7599
  {
@@ -7521,7 +7612,7 @@
7521
7612
  },
7522
7613
  {
7523
7614
  "name": "ui5-table-selection",
7524
- "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
7615
+ "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
7525
7616
  "doc-url": "",
7526
7617
  "attributes": [
7527
7618
  {
@@ -7697,7 +7788,7 @@
7697
7788
  },
7698
7789
  {
7699
7790
  "name": "ui5-textarea",
7700
- "description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple rows of text.\n\nWhen empty, it can hold a placeholder similar to a `ui5-input`.\nYou can define the rows of the `ui5-textarea` and also determine specific behavior when handling long texts.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TextArea.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the text has changed and the focus leaves the component.\n- **input** - Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n- **select** - Fired when some text has been selected.\n- **scroll** - Fired when textarea is scrolled.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Warning` or `Error`.\n\n### **CSS Parts:**\n - **textarea** - Used to style the native textarea",
7791
+ "description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple rows of text.\n\nWhen empty, it can hold a placeholder similar to a `ui5-input`.\nYou can define the rows of the `ui5-textarea` and also determine specific behavior when handling long texts.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TextArea.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the text has changed and the focus leaves the component.\n- **input** - Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n- **select** - Fired when some text has been selected.\n- **scroll** - Fired when textarea is scrolled.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Critical` or `Negative`.\n\n### **CSS Parts:**\n - **textarea** - Used to style the native textarea",
7701
7792
  "doc-url": "",
7702
7793
  "attributes": [
7703
7794
  {
@@ -7777,7 +7868,7 @@
7777
7868
  "slots": [
7778
7869
  {
7779
7870
  "name": "valueStateMessage",
7780
- "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Warning` or `Error`."
7871
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Critical` or `Negative`."
7781
7872
  }
7782
7873
  ],
7783
7874
  "events": [
@@ -7941,6 +8032,21 @@
7941
8032
  "description": "Defines the open or closed state of the popover.",
7942
8033
  "value": { "type": "boolean", "default": "false" }
7943
8034
  },
8035
+ {
8036
+ "name": "required",
8037
+ "description": "Defines whether the component is required.",
8038
+ "value": { "type": "boolean", "default": "false" }
8039
+ },
8040
+ {
8041
+ "name": "accessible-name",
8042
+ "description": "Defines the aria-label attribute for the component.",
8043
+ "value": { "type": "string | undefined", "default": "undefined" }
8044
+ },
8045
+ {
8046
+ "name": "accessible-name-ref",
8047
+ "description": "Receives id (or many ids) of the elements that label the component.",
8048
+ "value": { "type": "string | undefined", "default": "undefined" }
8049
+ },
7944
8050
  {
7945
8051
  "name": "date-value",
7946
8052
  "description": "Currently selected time represented as JavaScript Date instance",
@@ -8015,6 +8121,21 @@
8015
8121
  "description": "Defines the open or closed state of the popover.",
8016
8122
  "value": { "type": "boolean" }
8017
8123
  },
8124
+ {
8125
+ "name": "required",
8126
+ "description": "Defines whether the component is required.",
8127
+ "value": { "type": "boolean" }
8128
+ },
8129
+ {
8130
+ "name": "accessible-name",
8131
+ "description": "Defines the aria-label attribute for the component.",
8132
+ "value": { "type": "string | undefined" }
8133
+ },
8134
+ {
8135
+ "name": "accessible-name-ref",
8136
+ "description": "Receives id (or many ids) of the elements that label the component.",
8137
+ "value": { "type": "string | undefined" }
8138
+ },
8018
8139
  {
8019
8140
  "name": "date-value",
8020
8141
  "description": "Currently selected time represented as JavaScript Date instance",
@@ -8205,6 +8326,14 @@
8205
8326
  "description": "Receives id(or many ids) of the elements that label the component.",
8206
8327
  "value": { "type": "string | undefined", "default": "undefined" }
8207
8328
  },
8329
+ {
8330
+ "name": "accessibility-attributes",
8331
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
8332
+ "value": {
8333
+ "type": "ButtonAccessibilityAttributes",
8334
+ "default": "{}"
8335
+ }
8336
+ },
8208
8337
  {
8209
8338
  "name": "type",
8210
8339
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -8277,6 +8406,11 @@
8277
8406
  "description": "Receives id(or many ids) of the elements that label the component.",
8278
8407
  "value": { "type": "string | undefined" }
8279
8408
  },
8409
+ {
8410
+ "name": "accessibility-attributes",
8411
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
8412
+ "value": { "type": "ButtonAccessibilityAttributes" }
8413
+ },
8280
8414
  {
8281
8415
  "name": "type",
8282
8416
  "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -8511,6 +8645,14 @@
8511
8645
  "description": "Receives id(or many ids) of the elements that label the component.",
8512
8646
  "value": { "type": "string | undefined", "default": "undefined" }
8513
8647
  },
8648
+ {
8649
+ "name": "accessibility-attributes",
8650
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
8651
+ "value": {
8652
+ "type": "ButtonAccessibilityAttributes",
8653
+ "default": "{}"
8654
+ }
8655
+ },
8514
8656
  {
8515
8657
  "name": "text",
8516
8658
  "description": "Button text",
@@ -8580,6 +8722,11 @@
8580
8722
  "description": "Receives id(or many ids) of the elements that label the component.",
8581
8723
  "value": { "type": "string | undefined" }
8582
8724
  },
8725
+ {
8726
+ "name": "accessibility-attributes",
8727
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\n\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
8728
+ "value": { "type": "ButtonAccessibilityAttributes" }
8729
+ },
8583
8730
  {
8584
8731
  "name": "text",
8585
8732
  "description": "Button text",
@@ -9050,6 +9197,14 @@
9050
9197
  "default": "\"Active\""
9051
9198
  }
9052
9199
  },
9200
+ {
9201
+ "name": "accessibility-attributes",
9202
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
9203
+ "value": {
9204
+ "type": "ListItemAccessibilityAttributes",
9205
+ "default": "{}"
9206
+ }
9207
+ },
9053
9208
  {
9054
9209
  "name": "navigated",
9055
9210
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -9136,6 +9291,11 @@
9136
9291
  "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
9137
9292
  }
9138
9293
  },
9294
+ {
9295
+ "name": "accessibility-attributes",
9296
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
9297
+ "value": { "type": "ListItemAccessibilityAttributes" }
9298
+ },
9139
9299
  {
9140
9300
  "name": "navigated",
9141
9301
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -9223,6 +9383,14 @@
9223
9383
  "default": "\"Active\""
9224
9384
  }
9225
9385
  },
9386
+ {
9387
+ "name": "accessibility-attributes",
9388
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
9389
+ "value": {
9390
+ "type": "ListItemAccessibilityAttributes",
9391
+ "default": "{}"
9392
+ }
9393
+ },
9226
9394
  {
9227
9395
  "name": "navigated",
9228
9396
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
@@ -9310,6 +9478,11 @@
9310
9478
  "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
9311
9479
  }
9312
9480
  },
9481
+ {
9482
+ "name": "accessibility-attributes",
9483
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
9484
+ "value": { "type": "ListItemAccessibilityAttributes" }
9485
+ },
9313
9486
  {
9314
9487
  "name": "navigated",
9315
9488
  "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.0.0",
3
+ "version": "2.1.0-rc.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -50,16 +50,16 @@
50
50
  "directory": "packages/main"
51
51
  },
52
52
  "dependencies": {
53
- "@ui5/webcomponents-base": "2.0.0",
54
- "@ui5/webcomponents-icons": "2.0.0",
55
- "@ui5/webcomponents-icons-business-suite": "2.0.0",
56
- "@ui5/webcomponents-icons-tnt": "2.0.0",
57
- "@ui5/webcomponents-localization": "2.0.0",
58
- "@ui5/webcomponents-theming": "2.0.0"
53
+ "@ui5/webcomponents-base": "2.1.0-rc.0",
54
+ "@ui5/webcomponents-icons": "2.1.0-rc.0",
55
+ "@ui5/webcomponents-icons-business-suite": "2.1.0-rc.0",
56
+ "@ui5/webcomponents-icons-tnt": "2.1.0-rc.0",
57
+ "@ui5/webcomponents-localization": "2.1.0-rc.0",
58
+ "@ui5/webcomponents-theming": "2.1.0-rc.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.0.0",
61
+ "@ui5/webcomponents-tools": "2.1.0-rc.0",
62
62
  "chromedriver": "^125.0.0"
63
63
  },
64
- "gitHead": "2960694d66c4b62d4240e3d45e1401dd94f61aec"
64
+ "gitHead": "1576c9b11cf85e71b417885e6a710420a15a2617"
65
65
  }
package/src/Label.hbs CHANGED
@@ -3,10 +3,10 @@
3
3
  @click={{_onclick}}
4
4
  >
5
5
  <span class="ui5-label-text-wrapper">
6
- <bdi id="{{_id}}-bdi"><slot></slot></bdi>
6
+ <slot></slot>
7
7
  </span>
8
- <span
9
- aria-hidden="true"
8
+ <span
9
+ aria-hidden="true"
10
10
  class="ui5-label-required-colon"
11
11
  data-colon="{{_colonSymbol}}"
12
12
  >
package/src/ListItem.hbs CHANGED
@@ -28,6 +28,7 @@
28
28
  aria-selected="{{_accInfo.ariaSelected}}"
29
29
  aria-checked="{{_accInfo.ariaChecked}}"
30
30
  aria-owns="{{_accInfo.ariaOwns}}"
31
+ aria-keyshortcuts="{{_accInfo.ariaKeyShortcuts}}"
31
32
  >
32
33
  {{> listItemPreContent}}
33
34
 
package/src/Menu.hbs CHANGED
@@ -7,7 +7,6 @@
7
7
  .opener={{opener}}
8
8
  ?open={{open}}
9
9
  prevent-initial-focus
10
- prevent-focus-restore
11
10
  hide-arrow
12
11
  allow-target-overlap
13
12
  @ui5-before-open={{_beforePopoverOpen}}
package/src/MenuItem.hbs CHANGED
@@ -23,7 +23,11 @@
23
23
  {{else if hasEndContent}}
24
24
  <slot name="endContent"></slot>
25
25
  {{else if additionalText}}
26
- <span part="additional-text" class="ui5-li-additional-text">{{additionalText}}</span>
26
+ <span
27
+ part="additional-text"
28
+ class="ui5-li-additional-text"
29
+ aria-hidden="{{_accInfo.ariaHidden}}"
30
+ >{{additionalText}}</span>
27
31
  {{/if}}
28
32
 
29
33
  {{/inline}}