@ui5/webcomponents 2.10.0-rc.2 → 2.10.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 (585) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/cypress/specs/Card.cy.tsx +8 -0
  3. package/cypress/specs/DateTimePicker.cy.tsx +299 -212
  4. package/cypress/specs/Form.cy.tsx +81 -1
  5. package/cypress/specs/FormSupport.cy.tsx +33 -0
  6. package/cypress/support/commands/DateTimePicker.commands.ts +81 -36
  7. package/dist/.tsbuildinfo +1 -1
  8. package/dist/AvatarGroup.d.ts +2 -1
  9. package/dist/AvatarGroup.js.map +1 -1
  10. package/dist/AvatarGroupTemplate.js +1 -0
  11. package/dist/AvatarGroupTemplate.js.map +1 -1
  12. package/dist/Button.d.ts +10 -2
  13. package/dist/Button.js +31 -1
  14. package/dist/Button.js.map +1 -1
  15. package/dist/Carousel.d.ts +3 -1
  16. package/dist/Carousel.js.map +1 -1
  17. package/dist/CheckBox.d.ts +3 -0
  18. package/dist/CheckBox.js +3 -0
  19. package/dist/CheckBox.js.map +1 -1
  20. package/dist/ExpandableText.d.ts +3 -1
  21. package/dist/ExpandableText.js.map +1 -1
  22. package/dist/Form.d.ts +20 -0
  23. package/dist/Form.js +28 -2
  24. package/dist/Form.js.map +1 -1
  25. package/dist/FormGroup.d.ts +9 -0
  26. package/dist/FormGroup.js +11 -0
  27. package/dist/FormGroup.js.map +1 -1
  28. package/dist/FormTemplate.js +3 -3
  29. package/dist/FormTemplate.js.map +1 -1
  30. package/dist/MenuItem.d.ts +0 -1
  31. package/dist/MenuItem.js +0 -3
  32. package/dist/MenuItem.js.map +1 -1
  33. package/dist/MultiComboBox.d.ts +3 -1
  34. package/dist/MultiComboBox.js.map +1 -1
  35. package/dist/Panel.d.ts +3 -1
  36. package/dist/Panel.js +1 -1
  37. package/dist/Panel.js.map +1 -1
  38. package/dist/SplitButton.d.ts +3 -3
  39. package/dist/SplitButton.js.map +1 -1
  40. package/dist/TableHeaderCellActionBase.d.ts +3 -1
  41. package/dist/TableHeaderCellActionBase.js.map +1 -1
  42. package/dist/TableRow.d.ts +3 -1
  43. package/dist/TableRow.js +1 -1
  44. package/dist/TableRow.js.map +1 -1
  45. package/dist/TableRowActionBase.d.ts +3 -1
  46. package/dist/TableRowActionBase.js.map +1 -1
  47. package/dist/Tokenizer.d.ts +3 -1
  48. package/dist/Tokenizer.js.map +1 -1
  49. package/dist/css/themes/Avatar.css +1 -1
  50. package/dist/css/themes/AvatarGroup.css +1 -1
  51. package/dist/css/themes/Bar.css +1 -1
  52. package/dist/css/themes/Breadcrumbs.css +1 -1
  53. package/dist/css/themes/BusyIndicator.css +1 -1
  54. package/dist/css/themes/Button.css +1 -1
  55. package/dist/css/themes/ButtonBadge.css +1 -1
  56. package/dist/css/themes/Calendar.css +1 -1
  57. package/dist/css/themes/CalendarHeader.css +1 -1
  58. package/dist/css/themes/CalendarLegend.css +1 -1
  59. package/dist/css/themes/CalendarLegendItem.css +1 -1
  60. package/dist/css/themes/Card.css +1 -1
  61. package/dist/css/themes/CardHeader.css +1 -1
  62. package/dist/css/themes/Carousel.css +1 -1
  63. package/dist/css/themes/CheckBox.css +1 -1
  64. package/dist/css/themes/ColorPalette.css +1 -1
  65. package/dist/css/themes/ColorPaletteItem.css +1 -1
  66. package/dist/css/themes/ColorPalettePopover.css +1 -1
  67. package/dist/css/themes/ColorPicker.css +1 -1
  68. package/dist/css/themes/ComboBox.css +1 -1
  69. package/dist/css/themes/ComboBoxItem.css +1 -1
  70. package/dist/css/themes/DatePicker.css +1 -1
  71. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  72. package/dist/css/themes/DayPicker.css +1 -1
  73. package/dist/css/themes/Dialog.css +1 -1
  74. package/dist/css/themes/FileUploader.css +1 -1
  75. package/dist/css/themes/Form.css +1 -1
  76. package/dist/css/themes/FormItem.css +1 -1
  77. package/dist/css/themes/FormItemSpan.css +1 -1
  78. package/dist/css/themes/GrowingButton.css +1 -1
  79. package/dist/css/themes/Icon.css +1 -1
  80. package/dist/css/themes/Input.css +1 -1
  81. package/dist/css/themes/InputIcon.css +1 -1
  82. package/dist/css/themes/InputSharedStyles.css +1 -1
  83. package/dist/css/themes/Link.css +1 -1
  84. package/dist/css/themes/List.css +1 -1
  85. package/dist/css/themes/ListItem.css +1 -1
  86. package/dist/css/themes/ListItemBase.css +1 -1
  87. package/dist/css/themes/ListItemCustom.css +1 -1
  88. package/dist/css/themes/ListItemGroup.css +1 -1
  89. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  90. package/dist/css/themes/ListItemIcon.css +1 -1
  91. package/dist/css/themes/Menu.css +1 -1
  92. package/dist/css/themes/MenuItem.css +1 -1
  93. package/dist/css/themes/MessageStrip.css +1 -1
  94. package/dist/css/themes/MonthPicker.css +1 -1
  95. package/dist/css/themes/MultiComboBox.css +1 -1
  96. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  97. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  98. package/dist/css/themes/MultiInput.css +1 -1
  99. package/dist/css/themes/OptionBase.css +1 -1
  100. package/dist/css/themes/Panel.css +1 -1
  101. package/dist/css/themes/Popover.css +1 -1
  102. package/dist/css/themes/PopupsCommon.css +1 -1
  103. package/dist/css/themes/ProgressIndicator.css +1 -1
  104. package/dist/css/themes/RadioButton.css +1 -1
  105. package/dist/css/themes/RangeSlider.css +1 -1
  106. package/dist/css/themes/RatingIndicator.css +1 -1
  107. package/dist/css/themes/ResponsivePopover.css +1 -1
  108. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  109. package/dist/css/themes/SegmentedButton.css +1 -1
  110. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  111. package/dist/css/themes/Select.css +1 -1
  112. package/dist/css/themes/SliderBase.css +1 -1
  113. package/dist/css/themes/SplitButton.css +1 -1
  114. package/dist/css/themes/StepInput.css +1 -1
  115. package/dist/css/themes/SuggestionItem.css +1 -1
  116. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  117. package/dist/css/themes/Switch.css +1 -1
  118. package/dist/css/themes/TabContainer.css +1 -1
  119. package/dist/css/themes/TabInOverflow.css +1 -1
  120. package/dist/css/themes/TabInStrip.css +1 -1
  121. package/dist/css/themes/TabSemanticIcon.css +1 -1
  122. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  123. package/dist/css/themes/TableCellBase.css +1 -1
  124. package/dist/css/themes/TableHeaderRow.css +1 -1
  125. package/dist/css/themes/TableRow.css +1 -1
  126. package/dist/css/themes/TableRowActionBase.css +1 -1
  127. package/dist/css/themes/TableRowBase.css +1 -1
  128. package/dist/css/themes/Tag.css +1 -1
  129. package/dist/css/themes/Text.css +1 -1
  130. package/dist/css/themes/TextArea.css +1 -1
  131. package/dist/css/themes/TimePicker.css +1 -1
  132. package/dist/css/themes/Toast.css +1 -1
  133. package/dist/css/themes/ToggleButton.css +1 -1
  134. package/dist/css/themes/Token.css +1 -1
  135. package/dist/css/themes/Tokenizer.css +1 -1
  136. package/dist/css/themes/TokenizerPopover.css +1 -1
  137. package/dist/css/themes/Toolbar.css +1 -1
  138. package/dist/css/themes/ToolbarPopover.css +1 -1
  139. package/dist/css/themes/TreeItem.css +1 -1
  140. package/dist/css/themes/ValueStateMessage.css +1 -1
  141. package/dist/css/themes/YearPicker.css +1 -1
  142. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  143. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  144. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  145. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  146. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  147. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  148. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  149. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  150. package/dist/custom-elements-internal.json +185 -11
  151. package/dist/custom-elements.json +91 -6
  152. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  189. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  190. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  191. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  192. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  193. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  194. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  195. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  196. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  197. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  203. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  204. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  205. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  206. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  207. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  208. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  209. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  210. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  211. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  212. package/dist/generated/i18n/i18n-defaults.js +2 -1
  213. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  214. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  215. package/dist/generated/themes/Avatar.css.js +1 -1
  216. package/dist/generated/themes/Avatar.css.js.map +1 -1
  217. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  218. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  219. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  220. package/dist/generated/themes/Bar.css.d.ts +1 -1
  221. package/dist/generated/themes/Bar.css.js +1 -1
  222. package/dist/generated/themes/Bar.css.js.map +1 -1
  223. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  224. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  225. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  226. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  227. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  228. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  229. package/dist/generated/themes/Button.css.d.ts +1 -1
  230. package/dist/generated/themes/Button.css.js +1 -1
  231. package/dist/generated/themes/Button.css.js.map +1 -1
  232. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  233. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  234. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  235. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  236. package/dist/generated/themes/Calendar.css.js +1 -1
  237. package/dist/generated/themes/Calendar.css.js.map +1 -1
  238. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  239. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  240. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  241. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  242. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  243. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  244. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  245. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  246. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  247. package/dist/generated/themes/Card.css.d.ts +1 -1
  248. package/dist/generated/themes/Card.css.js +1 -1
  249. package/dist/generated/themes/Card.css.js.map +1 -1
  250. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  251. package/dist/generated/themes/CardHeader.css.js +1 -1
  252. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  253. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  254. package/dist/generated/themes/Carousel.css.js +1 -1
  255. package/dist/generated/themes/Carousel.css.js.map +1 -1
  256. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  257. package/dist/generated/themes/CheckBox.css.js +1 -1
  258. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  259. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  260. package/dist/generated/themes/ColorPalette.css.js +1 -1
  261. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  262. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  263. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  264. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  265. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  266. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  267. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  268. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  269. package/dist/generated/themes/ColorPicker.css.js +1 -1
  270. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  271. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  272. package/dist/generated/themes/ComboBox.css.js +1 -1
  273. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  274. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  275. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  276. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  277. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  278. package/dist/generated/themes/DatePicker.css.js +1 -1
  279. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  280. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  281. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  282. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  283. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  284. package/dist/generated/themes/DayPicker.css.js +1 -1
  285. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  286. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  287. package/dist/generated/themes/Dialog.css.js +1 -1
  288. package/dist/generated/themes/Dialog.css.js.map +1 -1
  289. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  290. package/dist/generated/themes/FileUploader.css.js +1 -1
  291. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  292. package/dist/generated/themes/Form.css.d.ts +1 -1
  293. package/dist/generated/themes/Form.css.js +1 -1
  294. package/dist/generated/themes/Form.css.js.map +1 -1
  295. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  296. package/dist/generated/themes/FormItem.css.js +1 -1
  297. package/dist/generated/themes/FormItem.css.js.map +1 -1
  298. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  299. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  300. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  301. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  302. package/dist/generated/themes/GrowingButton.css.js +1 -1
  303. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  304. package/dist/generated/themes/Icon.css.d.ts +1 -1
  305. package/dist/generated/themes/Icon.css.js +1 -1
  306. package/dist/generated/themes/Icon.css.js.map +1 -1
  307. package/dist/generated/themes/Input.css.d.ts +1 -1
  308. package/dist/generated/themes/Input.css.js +1 -1
  309. package/dist/generated/themes/Input.css.js.map +1 -1
  310. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  311. package/dist/generated/themes/InputIcon.css.js +1 -1
  312. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  313. package/dist/generated/themes/InputSharedStyles.css.d.ts +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.d.ts +1 -1
  317. package/dist/generated/themes/Link.css.js +1 -1
  318. package/dist/generated/themes/Link.css.js.map +1 -1
  319. package/dist/generated/themes/List.css.d.ts +1 -1
  320. package/dist/generated/themes/List.css.js +1 -1
  321. package/dist/generated/themes/List.css.js.map +1 -1
  322. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  323. package/dist/generated/themes/ListItem.css.js +1 -1
  324. package/dist/generated/themes/ListItem.css.js.map +1 -1
  325. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  326. package/dist/generated/themes/ListItemBase.css.js +1 -1
  327. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  328. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  329. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  330. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  331. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  332. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  333. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  334. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  335. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  336. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  337. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  338. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  339. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  340. package/dist/generated/themes/Menu.css.d.ts +1 -1
  341. package/dist/generated/themes/Menu.css.js +1 -1
  342. package/dist/generated/themes/Menu.css.js.map +1 -1
  343. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  344. package/dist/generated/themes/MenuItem.css.js +1 -1
  345. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  346. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  347. package/dist/generated/themes/MessageStrip.css.js +1 -1
  348. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  349. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  350. package/dist/generated/themes/MonthPicker.css.js +1 -1
  351. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  352. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  353. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  354. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  355. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  356. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  357. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  358. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  359. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  360. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  361. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  362. package/dist/generated/themes/MultiInput.css.js +1 -1
  363. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  364. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  365. package/dist/generated/themes/OptionBase.css.js +1 -1
  366. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  367. package/dist/generated/themes/Panel.css.d.ts +1 -1
  368. package/dist/generated/themes/Panel.css.js +1 -1
  369. package/dist/generated/themes/Panel.css.js.map +1 -1
  370. package/dist/generated/themes/Popover.css.d.ts +1 -1
  371. package/dist/generated/themes/Popover.css.js +1 -1
  372. package/dist/generated/themes/Popover.css.js.map +1 -1
  373. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  374. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  375. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  376. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  377. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  378. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  379. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  380. package/dist/generated/themes/RadioButton.css.js +1 -1
  381. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  382. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  383. package/dist/generated/themes/RangeSlider.css.js +1 -1
  384. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  385. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  386. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  387. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  388. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  389. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  390. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  391. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  392. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  393. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  394. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  395. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  396. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  397. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  398. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  399. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  400. package/dist/generated/themes/Select.css.d.ts +1 -1
  401. package/dist/generated/themes/Select.css.js +1 -1
  402. package/dist/generated/themes/Select.css.js.map +1 -1
  403. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  404. package/dist/generated/themes/SliderBase.css.js +1 -1
  405. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  406. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  407. package/dist/generated/themes/SplitButton.css.js +1 -1
  408. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  409. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  410. package/dist/generated/themes/StepInput.css.js +1 -1
  411. package/dist/generated/themes/StepInput.css.js.map +1 -1
  412. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  413. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  414. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  415. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  416. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  417. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  418. package/dist/generated/themes/Switch.css.d.ts +1 -1
  419. package/dist/generated/themes/Switch.css.js +1 -1
  420. package/dist/generated/themes/Switch.css.js.map +1 -1
  421. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  422. package/dist/generated/themes/TabContainer.css.js +1 -1
  423. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  424. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  425. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  426. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  427. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  428. package/dist/generated/themes/TabInStrip.css.js +1 -1
  429. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  430. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  431. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  432. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  433. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  434. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  435. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  436. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  437. package/dist/generated/themes/TableCellBase.css.js +1 -1
  438. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  439. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  440. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  441. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  442. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  443. package/dist/generated/themes/TableRow.css.js +1 -1
  444. package/dist/generated/themes/TableRow.css.js.map +1 -1
  445. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  446. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  447. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  448. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  449. package/dist/generated/themes/TableRowBase.css.js +1 -1
  450. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  451. package/dist/generated/themes/Tag.css.d.ts +1 -1
  452. package/dist/generated/themes/Tag.css.js +1 -1
  453. package/dist/generated/themes/Tag.css.js.map +1 -1
  454. package/dist/generated/themes/Text.css.d.ts +1 -1
  455. package/dist/generated/themes/Text.css.js +1 -1
  456. package/dist/generated/themes/Text.css.js.map +1 -1
  457. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  458. package/dist/generated/themes/TextArea.css.js +1 -1
  459. package/dist/generated/themes/TextArea.css.js.map +1 -1
  460. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  461. package/dist/generated/themes/TimePicker.css.js +1 -1
  462. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  463. package/dist/generated/themes/Toast.css.d.ts +1 -1
  464. package/dist/generated/themes/Toast.css.js +1 -1
  465. package/dist/generated/themes/Toast.css.js.map +1 -1
  466. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  467. package/dist/generated/themes/ToggleButton.css.js +1 -1
  468. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  469. package/dist/generated/themes/Token.css.d.ts +1 -1
  470. package/dist/generated/themes/Token.css.js +1 -1
  471. package/dist/generated/themes/Token.css.js.map +1 -1
  472. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  473. package/dist/generated/themes/Tokenizer.css.js +1 -1
  474. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  475. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  476. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  477. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  478. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  479. package/dist/generated/themes/Toolbar.css.js +1 -1
  480. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  481. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  482. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  483. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  484. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  485. package/dist/generated/themes/TreeItem.css.js +1 -1
  486. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  487. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  488. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  489. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  490. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  491. package/dist/generated/themes/YearPicker.css.js +1 -1
  492. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  493. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  494. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  495. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  496. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  497. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  498. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  499. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  500. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  501. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  502. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  503. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  504. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  505. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  506. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  507. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  508. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  509. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  510. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  511. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  512. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  513. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  514. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  515. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  516. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  517. package/dist/vscode.html-custom-data.json +32 -3
  518. package/dist/web-types.json +49 -9
  519. package/package.json +9 -9
  520. package/src/AvatarGroupTemplate.tsx +1 -0
  521. package/src/FormTemplate.tsx +3 -2
  522. package/src/i18n/messagebundle.properties +3 -0
  523. package/src/i18n/messagebundle_ar.properties +4 -0
  524. package/src/i18n/messagebundle_bg.properties +4 -0
  525. package/src/i18n/messagebundle_ca.properties +4 -0
  526. package/src/i18n/messagebundle_cnr.properties +4 -0
  527. package/src/i18n/messagebundle_cs.properties +4 -0
  528. package/src/i18n/messagebundle_cy.properties +4 -0
  529. package/src/i18n/messagebundle_da.properties +4 -0
  530. package/src/i18n/messagebundle_de.properties +4 -0
  531. package/src/i18n/messagebundle_el.properties +4 -0
  532. package/src/i18n/messagebundle_en.properties +4 -0
  533. package/src/i18n/messagebundle_en_GB.properties +4 -0
  534. package/src/i18n/messagebundle_en_US_sappsd.properties +4 -0
  535. package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
  536. package/src/i18n/messagebundle_en_US_saptrc.properties +4 -0
  537. package/src/i18n/messagebundle_es.properties +4 -0
  538. package/src/i18n/messagebundle_es_MX.properties +4 -0
  539. package/src/i18n/messagebundle_et.properties +4 -0
  540. package/src/i18n/messagebundle_fi.properties +4 -0
  541. package/src/i18n/messagebundle_fr.properties +4 -0
  542. package/src/i18n/messagebundle_fr_CA.properties +4 -0
  543. package/src/i18n/messagebundle_hi.properties +4 -0
  544. package/src/i18n/messagebundle_hr.properties +4 -0
  545. package/src/i18n/messagebundle_hu.properties +4 -0
  546. package/src/i18n/messagebundle_id.properties +5 -1
  547. package/src/i18n/messagebundle_it.properties +4 -0
  548. package/src/i18n/messagebundle_iw.properties +4 -0
  549. package/src/i18n/messagebundle_ja.properties +4 -0
  550. package/src/i18n/messagebundle_kk.properties +4 -0
  551. package/src/i18n/messagebundle_ko.properties +4 -0
  552. package/src/i18n/messagebundle_lt.properties +4 -0
  553. package/src/i18n/messagebundle_lv.properties +4 -0
  554. package/src/i18n/messagebundle_mk.properties +4 -0
  555. package/src/i18n/messagebundle_ms.properties +4 -0
  556. package/src/i18n/messagebundle_nl.properties +4 -0
  557. package/src/i18n/messagebundle_no.properties +4 -0
  558. package/src/i18n/messagebundle_pl.properties +4 -0
  559. package/src/i18n/messagebundle_pt.properties +4 -0
  560. package/src/i18n/messagebundle_pt_PT.properties +4 -0
  561. package/src/i18n/messagebundle_ro.properties +4 -0
  562. package/src/i18n/messagebundle_ru.properties +4 -0
  563. package/src/i18n/messagebundle_sh.properties +4 -0
  564. package/src/i18n/messagebundle_sk.properties +4 -0
  565. package/src/i18n/messagebundle_sl.properties +4 -0
  566. package/src/i18n/messagebundle_sr.properties +4 -0
  567. package/src/i18n/messagebundle_sv.properties +4 -0
  568. package/src/i18n/messagebundle_th.properties +4 -0
  569. package/src/i18n/messagebundle_tr.properties +4 -0
  570. package/src/i18n/messagebundle_uk.properties +4 -0
  571. package/src/i18n/messagebundle_vi.properties +4 -0
  572. package/src/i18n/messagebundle_zh_CN.properties +4 -0
  573. package/src/i18n/messagebundle_zh_TW.properties +4 -0
  574. package/src/themes/Bar.css +22 -15
  575. package/src/themes/Button.css +4 -4
  576. package/src/themes/ButtonBadge.css +2 -2
  577. package/src/themes/CalendarLegendItem.css +14 -1
  578. package/src/themes/CheckBox.css +13 -0
  579. package/src/themes/base/Button-parameters.css +1 -1
  580. package/src/themes/base/CalendarLegendItem-parameters.css +1 -0
  581. package/src/themes/base/sizes-parameters.css +1 -1
  582. package/src/themes/sap_horizon/Button-parameters.css +1 -1
  583. package/src/themes/sap_horizon/CalendarLegendItem-parameters.css +1 -0
  584. package/src/themes/sap_horizon_dark/Button-parameters.css +1 -1
  585. package/src/themes/sap_horizon_dark/CalendarLegendItem-parameters.css +1 -0
@@ -201,7 +201,7 @@
201
201
  },
202
202
  {
203
203
  "name": "ui5-button",
204
- "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
204
+ "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
205
205
  "attributes": [
206
206
  {
207
207
  "name": "design",
@@ -672,7 +672,7 @@
672
672
  },
673
673
  {
674
674
  "name": "required",
675
- "description": "Defines whether the component is required.",
675
+ "description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
676
676
  "values": []
677
677
  },
678
678
  {
@@ -1523,6 +1523,11 @@
1523
1523
  "name": "ui5-form",
1524
1524
  "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### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\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.",
1525
1525
  "attributes": [
1526
+ {
1527
+ "name": "accessible-name",
1528
+ "description": "Defines the accessible ARIA name of the component.",
1529
+ "values": []
1530
+ },
1526
1531
  {
1527
1532
  "name": "layout",
1528
1533
  "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
@@ -1543,6 +1548,18 @@
1543
1548
  "description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
1544
1549
  "values": []
1545
1550
  },
1551
+ {
1552
+ "name": "header-level",
1553
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
1554
+ "values": [
1555
+ { "name": "H1" },
1556
+ { "name": "H2" },
1557
+ { "name": "H3" },
1558
+ { "name": "H4" },
1559
+ { "name": "H5" },
1560
+ { "name": "H6" }
1561
+ ]
1562
+ },
1546
1563
  {
1547
1564
  "name": "item-spacing",
1548
1565
  "description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
@@ -1560,6 +1577,18 @@
1560
1577
  "description": "Defines header text of the component.",
1561
1578
  "values": []
1562
1579
  },
1580
+ {
1581
+ "name": "header-level",
1582
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
1583
+ "values": [
1584
+ { "name": "H1" },
1585
+ { "name": "H2" },
1586
+ { "name": "H3" },
1587
+ { "name": "H4" },
1588
+ { "name": "H5" },
1589
+ { "name": "H6" }
1590
+ ]
1591
+ },
1563
1592
  {
1564
1593
  "name": "column-span",
1565
1594
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
@@ -4397,7 +4426,7 @@
4397
4426
  },
4398
4427
  {
4399
4428
  "name": "ui5-toggle-button",
4400
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
4429
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
4401
4430
  "attributes": [
4402
4431
  {
4403
4432
  "name": "pressed",
@@ -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.10.0-rc.2",
4
+ "version": "2.10.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -452,7 +452,7 @@
452
452
  },
453
453
  {
454
454
  "name": "ui5-button",
455
- "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
455
+ "description": "### Overview\n\nThe `ui5-button` component represents a simple push button.\nIt enables users to trigger actions by clicking or tapping the `ui5-button`, or by pressing\ncertain keyboard keys, such as Enter.\n\n### Usage\n\nFor the `ui5-button` UI, you can define text, icon, or both. You can also specify\nwhether the text or the icon is displayed first.\n\nYou can choose from a set of predefined types that offer different\nstyling to correspond to the triggered action.\n\nYou can set the `ui5-button` as enabled or disabled. An enabled\n`ui5-button` can be pressed by clicking or tapping it. The button changes\nits style to provide visual feedback to the user that it is pressed or hovered over with\nthe mouse cursor. A disabled `ui5-button` appears inactive and cannot be pressed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Button.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
456
456
  "doc-url": "",
457
457
  "attributes": [
458
458
  {
@@ -538,7 +538,7 @@
538
538
  "events": [
539
539
  {
540
540
  "name": "click",
541
- "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
541
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
542
542
  }
543
543
  ],
544
544
  "js": {
@@ -609,7 +609,7 @@
609
609
  "events": [
610
610
  {
611
611
  "name": "click",
612
- "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
612
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
613
613
  }
614
614
  ]
615
615
  }
@@ -1276,7 +1276,7 @@
1276
1276
  },
1277
1277
  {
1278
1278
  "name": "required",
1279
- "description": "Defines whether the component is required.",
1279
+ "description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
1280
1280
  "value": { "type": "boolean", "default": "false" }
1281
1281
  },
1282
1282
  {
@@ -1351,7 +1351,7 @@
1351
1351
  },
1352
1352
  {
1353
1353
  "name": "required",
1354
- "description": "Defines whether the component is required.",
1354
+ "description": "Defines whether the component is required.\n\n**Note:** We advise against using the text property of the checkbox when there is a\nlabel associated with it to avoid having two required asterisks.",
1355
1355
  "value": { "type": "boolean" }
1356
1356
  },
1357
1357
  {
@@ -3143,6 +3143,11 @@
3143
3143
  "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### Items Empty Span\n\nBy default, a form item spans 12 cells, fully divided between its label and field, with no empty space at the end:\n- **Label:** occupies 4 cells.\n- **Field:** occupies 8 cells.\n\nThe `emptySpan` property provides additional layout flexibility by defining empty space at the form item’s end.\n\n**For example:** Setting \"S0 M0 L3 XL3\" (or just \"L3 XL3\") adjusts the layout as follows:\n- **Label:** remains 4 cells.\n- **Field:** is reduced to 5 cells.\n- **Empty space:** 3 cells are added at the end.\n\nGreater values increase the empty space at the end of the form item, reducing the space available for the label and its field.\nHowever, setting `emptySpan` to 1 cell is recommended and typically sufficient to achieve a balanced layout.\n\n### Navigation flow\n\nThe Form component supports two layout options for keyboard navigation:\n\n#### Simple form\n\nIn this \"simple form\" layout, each `ui5-form-item` acts as a standalone group\nwith one item, so focus moves horizontally across the grid from one `ui5-form-item` to the next.\nThis layout is ideal for simpler forms and supports custom arrangements, e.g.,\n\n```\n| 1 | 2 |\n| 3 |\n| 4 | 5 |\n```\n\n#### Complex form\n\nIn this layout, items are grouped into `ui5-form-group` elements, allowing more complex configurations:\n\n- **Single-Column Group**: Focus moves vertically down from one item to the next.\n ```\n | 1 |\n | 2 |\n | 3 |\n ```\n\n- **Multi-Column Group**: Focus moves horizontally within each row, advancing to the next row after completing the current one.\n ```\n | 1 | 4 |\n | 2 | 5 |\n | 3 | 6 |\n ```\n\n### Keyboard Handling\n\n- [Tab] - Moves the focus to the next interactive element within the Form/FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [Tab] - Moves the focus to the previous interactive element within the Form/FormGroup (if available) or to the previous element in the tab chain outside the Form\n- [F6] - Moves the focus to the first interactive element of the next FormGroup (if available) or to the next element in the tab chain outside the Form\n- [Shift] + [F6] - Moves the focus to the first interactive element of the previous FormGroup (if available) or to the previous element in the tab chain outside the Form\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
3144
3144
  "doc-url": "",
3145
3145
  "attributes": [
3146
+ {
3147
+ "name": "accessible-name",
3148
+ "description": "Defines the accessible ARIA name of the component.",
3149
+ "value": { "type": "string | undefined", "default": "undefined" }
3150
+ },
3146
3151
  {
3147
3152
  "name": "layout",
3148
3153
  "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
@@ -3163,6 +3168,14 @@
3163
3168
  "description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
3164
3169
  "value": { "type": "string | undefined", "default": "undefined" }
3165
3170
  },
3171
+ {
3172
+ "name": "header-level",
3173
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
3174
+ "value": {
3175
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
3176
+ "default": "\"H2\""
3177
+ }
3178
+ },
3166
3179
  {
3167
3180
  "name": "item-spacing",
3168
3181
  "description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
@@ -3185,6 +3198,11 @@
3185
3198
  "events": [],
3186
3199
  "js": {
3187
3200
  "properties": [
3201
+ {
3202
+ "name": "accessible-name",
3203
+ "description": "Defines the accessible ARIA name of the component.",
3204
+ "value": { "type": "string | undefined" }
3205
+ },
3188
3206
  {
3189
3207
  "name": "layout",
3190
3208
  "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
@@ -3205,6 +3223,13 @@
3205
3223
  "description": "Defines the header text of the component.\n\n**Note:** The property gets overridden by the `header` slot.",
3206
3224
  "value": { "type": "string | undefined" }
3207
3225
  },
3226
+ {
3227
+ "name": "header-level",
3228
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
3229
+ "value": {
3230
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
3231
+ }
3232
+ },
3208
3233
  {
3209
3234
  "name": "item-spacing",
3210
3235
  "description": "Defines the vertical spacing between form items.\n\n**Note:** If the Form is meant to be switched between \"non-edit\" and \"edit\" modes,\nwe recommend using \"Large\" item spacing in \"non-edit\" mode, and \"Normal\" - for \"edit\" mode,\nto avoid \"jumping\" effect, caused by the hight difference between texts in \"non-edit\" mode and the input fields in \"edit\" mode.",
@@ -3224,6 +3249,14 @@
3224
3249
  "description": "Defines header text of the component.",
3225
3250
  "value": { "type": "string | undefined", "default": "undefined" }
3226
3251
  },
3252
+ {
3253
+ "name": "header-level",
3254
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
3255
+ "value": {
3256
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
3257
+ "default": "\"H3\""
3258
+ }
3259
+ },
3227
3260
  {
3228
3261
  "name": "column-span",
3229
3262
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
@@ -3244,6 +3277,13 @@
3244
3277
  "description": "Defines header text of the component.",
3245
3278
  "value": { "type": "string | undefined" }
3246
3279
  },
3280
+ {
3281
+ "name": "header-level",
3282
+ "description": "Defines the compoennt heading level,\nset by the `headerText`.",
3283
+ "value": {
3284
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
3285
+ }
3286
+ },
3247
3287
  {
3248
3288
  "name": "column-span",
3249
3289
  "description": "Defines column span of the component,\ne.g how many columns the group should span to.",
@@ -9357,7 +9397,7 @@
9357
9397
  },
9358
9398
  {
9359
9399
  "name": "ui5-toggle-button",
9360
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
9400
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
9361
9401
  "doc-url": "",
9362
9402
  "attributes": [
9363
9403
  {
@@ -9448,7 +9488,7 @@
9448
9488
  "events": [
9449
9489
  {
9450
9490
  "name": "click",
9451
- "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
9491
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9452
9492
  }
9453
9493
  ],
9454
9494
  "js": {
@@ -9524,7 +9564,7 @@
9524
9564
  "events": [
9525
9565
  {
9526
9566
  "name": "click",
9527
- "description": "Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`."
9567
+ "description": "Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`."
9528
9568
  }
9529
9569
  ]
9530
9570
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.10.0-rc.2",
3
+ "version": "2.10.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,20 +54,20 @@
54
54
  "directory": "packages/main"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents-base": "2.10.0-rc.2",
58
- "@ui5/webcomponents-icons": "2.10.0-rc.2",
59
- "@ui5/webcomponents-icons-business-suite": "2.10.0-rc.2",
60
- "@ui5/webcomponents-icons-tnt": "2.10.0-rc.2",
61
- "@ui5/webcomponents-localization": "2.10.0-rc.2",
62
- "@ui5/webcomponents-theming": "2.10.0-rc.2"
57
+ "@ui5/webcomponents-base": "2.10.0",
58
+ "@ui5/webcomponents-icons": "2.10.0",
59
+ "@ui5/webcomponents-icons-business-suite": "2.10.0",
60
+ "@ui5/webcomponents-icons-tnt": "2.10.0",
61
+ "@ui5/webcomponents-localization": "2.10.0",
62
+ "@ui5/webcomponents-theming": "2.10.0"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@ui5/cypress-internal": "0.0.0",
66
- "@ui5/webcomponents-tools": "2.10.0-rc.2",
66
+ "@ui5/webcomponents-tools": "2.10.0",
67
67
  "chromedriver": "^135.0.0",
68
68
  "jsdom": "^26.0.0",
69
69
  "lit": "^2.0.0",
70
70
  "vitest": "^3.0.2"
71
71
  },
72
- "gitHead": "b898559a591c2febe8dbd0cb99a15c88eac293b2"
72
+ "gitHead": "756ebc59ab04b82611385fbdf6ed76fc128c0e79"
73
73
  }
@@ -19,6 +19,7 @@ export default function AvatarGroupTemplate(this: AvatarGroup) {
19
19
  <slot onClick={this.onAvatarClick} onui5-click={this.onAvatarUI5Click}></slot>
20
20
 
21
21
  {this._customOverflowButton ?
22
+ // @ts-expect-error
22
23
  <slot onClick={this.onOverflowButtonClick} name="overflowButton"></slot>
23
24
  :
24
25
  <Button
@@ -6,6 +6,7 @@ export default function FormTemplate(this: Form) {
6
6
  <div
7
7
  class="ui5-form-root"
8
8
  role={this.effectiveAccessibleRole}
9
+ aria-label={this.effectiveAccessibleName}
9
10
  aria-labelledby={this.effectiveАccessibleNameRef}
10
11
  >
11
12
  {this.hasHeader &&
@@ -13,7 +14,7 @@ export default function FormTemplate(this: Form) {
13
14
  {this.hasCustomHeader ?
14
15
  <slot name="header"></slot>
15
16
  :
16
- <Title id={`${this._id}-header-text`} level="H4">{this.headerText}</Title>
17
+ <Title id={`${this._id}-header-text`} level={this.headerLevel}>{this.headerText}</Title>
17
18
  }
18
19
  </div>
19
20
  }
@@ -38,7 +39,7 @@ export default function FormTemplate(this: Form) {
38
39
  <div class="ui5-form-group" role="form" aria-labelledby={groupItemInfo.accessibleNameRef}>
39
40
  {groupItem.headerText &&
40
41
  <div class="ui5-form-group-heading">
41
- <Title id={`${groupItem._id}-group-header-text`} level="H6">{groupItem.headerText}</Title>
42
+ <Title id={`${groupItem._id}-group-header-text`} level={groupItem.headerLevel} size="H6">{groupItem.headerText}</Title>
42
43
  </div>
43
44
  }
44
45
 
@@ -614,6 +614,9 @@ TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Additional Options
614
614
  #XACT: ARIA announcement for Toolbar's popup
615
615
  TOOLBAR_POPOVER_AVAILABLE_VALUES=Available Values
616
616
 
617
+ #XACT: ARIA announcement for the Form aria-label attribute
618
+ FORM_ACCESSIBLE_NAME=Form
619
+
617
620
  #XMSG: Text used for reporting that a radio button group requires one of the radio buttons to be checked
618
621
  FORM_CHECKABLE_REQUIRED=Please tick this box if you want to proceed.
619
622
 
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=إجراء سالب
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=مؤكد
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=تحذير
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=اليوم
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=اليوم المحدد
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} إضافي
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=إظهار مساعدة الإدخال
228
230
 
231
+ MULTIINPUT_VALUE_HELP=تتوفر مساعدة الإدخال
232
+
229
233
  PANEL_ICON=توسيع/طي
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=النطاق
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Отрицателно действие
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Подчертано
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Предупреждение
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Днес
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Избран ден
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=Още {0}
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Показване на помощ при въвеждане на стойност
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Налична е помощ при въвеждане на стойности
232
+
229
233
  PANEL_ICON=Разширяване/скриване
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Диапазон
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Acció negativa
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Destacat
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Advertència
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Avui
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Dia seleccionat
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} més
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Mostrar ajuda per a entrades
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Ajuda per a entrades disponible
232
+
229
233
  PANEL_ICON=Ampliar/Comprimir
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Interval
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativna radnja
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Naglašeno
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Upozorenje
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Danas
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Izabrani dan
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} više
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Pokaži pomoć pri unosu
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Pomoć pri unosu dostupna
232
+
229
233
  PANEL_ICON=Proširi/sažmi
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Raspon
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativní akce
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Zvýrazněné
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Upozornění
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Dnes
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Vybraný den
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} další
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Zobrazit nápovědu hodnot
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Nápověda hodnot k dispozici
232
+
229
233
  PANEL_ICON=Rozbalit/sbalit
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Rozsah
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Cam Gweithredu Negyddol
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Wedi’i Bwysleisio
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Rhybudd
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Heddiw
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Diwrnod Dewisedig
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} mwy
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Dangos Cymorth Gwerthoedd
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Cymorth gwerthoedd ar gael
232
+
229
233
  PANEL_ICON=Ehangu/Cwympo
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Ystod
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negativ aktion
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Fremhævet
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Advarsel
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=I dag
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Valgt dag
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} mere
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Vis inputhjælp
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Inputhjælp tilgængelig
232
+
229
233
  PANEL_ICON=Ekspander/komprimer
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Område
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Aktion
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Hervorgehoben
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Warnung
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Heute
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Ausgewählter Tag
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} weitere
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Wertehilfe einblenden
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Wertehilfe verfügbar
232
+
229
233
  PANEL_ICON=Expandieren/komprimieren
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Bereich
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Αρνητική Ενέργεια
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Τονισμένο
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Προειδοποίηση
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Σήμερα
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Επιλεγμένη Ημέρα
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} περισσότερα
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Εμφάνιση Βοήθειας Τιμής
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Διαθέσιμη βοήθεια τιμών
232
+
229
233
  PANEL_ICON=Επέκταση/Σύμπτυξη
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Εύρος
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Action
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Emphasized
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Warning
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Today
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Selected Day
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} more
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Value help available
232
+
229
233
  PANEL_ICON=Expand/Collapse
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Range
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Negative Action
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Emphasised
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Warning
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Today
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Selected Day
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} more
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Show Value Help
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Value help available
232
+
229
233
  PANEL_ICON=Expand/Collapse
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Range
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=[[[Ńēğąţįʋē Āċţįŏŋ∙∙∙∙]]]
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=[[[Ĕɱρĥąşįžēƌ∙∙∙∙]]]
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=[[[Ŵąŗŋįŋğ∙∙∙∙∙∙∙]]]
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=[[[Ţŏƌąŷ∙∙∙∙∙∙∙∙∙]]]
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=[[[Ŝēĺēċţēƌ Ďąŷ∙∙∙∙∙∙∙]]]
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=[[[{0} ɱŏŗē]]]
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=[[[Ŝĥŏŵ Ʋąĺűē Ĥēĺρ∙∙∙∙]]]
228
230
 
231
+ MULTIINPUT_VALUE_HELP=[[[Ʋąĺűē ĥēĺρ ąʋąįĺąƃĺē∙∙∙∙]]]
232
+
229
233
  PANEL_ICON=[[[Ĕχρąŋƌ/Ĉŏĺĺąρşē∙∙∙∙]]]
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=[[[Řąŋğē∙∙∙∙∙∙∙∙∙]]]
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=‌‌‌​​‍‌‌‍‍​‌​​​
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=‌‍‍​​‌‍‌‍‌​‍‌‍‌​​‌‌‍​‌​‍​‍​​‍‌​‌‌‍‌‍‍‍‍​Emphasized
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=‍‍‍‍​​‌​‌​​‌​‍​‍‌‍‌‌​​‍‍‍​​‌‍‌​‌‌‍‍‌‍​​​Warning
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=‌​‌‍​‌‍​​‌‌‍​‍‌​‌‍‌​‍​‌‌​‌‌‌‍‌‍‍‌‌‌‌‌‍​‍‍Today
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=‌‌‌​​‍‌​‌​‌​‍‌​‍​‍‌​​‌‌​‌‍​​‌‍‌‍​‌​‌​‌‍‍Selected Day
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=aib5P3n/4eo3oTYgfWfuvg_Negative Action
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Ek/VKc+8LlyWekXUdM33+w_Emphasized
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=CeS6/VQ4uletrFsdW160SA_Warning
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=yLu7RwHOQ4JOMFI5J8kwqg_Today
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=7XmBIaNRpRZLuePQ635gnA_Selected Day
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS=RbztiSiXtUAotapO+VhSaA_{0} more
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Ksjtbc43sB+kdLal+qkf3A_Show Value Help
228
230
 
231
+ MULTIINPUT_VALUE_HELP=VNAYnWXxR9EUNUeTAbzHAQ_Value help available
232
+
229
233
  PANEL_ICON=Byla1YKa5zeRgIJMpOhjrA_Expand/Collapse
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=mhLUD8m6hoM42G6y5ETK8A_Range
@@ -49,6 +49,8 @@ BUTTON_ARIA_TYPE_REJECT=Acción negativa
49
49
 
50
50
  BUTTON_ARIA_TYPE_EMPHASIZED=Resaltado
51
51
 
52
+ BUTTON_ARIA_TYPE_ATTENTION=Advertencia
53
+
52
54
  CAL_LEGEND_TODAY_TEXT=Hoy
53
55
 
54
56
  CAL_LEGEND_SELECTED_TEXT=Día seleccionado
@@ -226,6 +228,8 @@ MULTIINPUT_SHOW_MORE_TOKENS={0} más
226
228
 
227
229
  MULTIINPUT_VALUE_HELP_LABEL=Mostrar ayuda para entradas
228
230
 
231
+ MULTIINPUT_VALUE_HELP=Ayuda para entradas disponible
232
+
229
233
  PANEL_ICON=Ampliar/Comprimir
230
234
 
231
235
  RANGE_SLIDER_ARIA_DESCRIPTION=Intervalo