@ui5/webcomponents 2.22.0 → 2.23.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 (352) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Carousel.js +13 -3
  4. package/dist/Carousel.js.map +1 -1
  5. package/dist/ComboBox.d.ts +4 -0
  6. package/dist/ComboBox.js +6 -0
  7. package/dist/ComboBox.js.map +1 -1
  8. package/dist/DateComponentBase.d.ts +8 -0
  9. package/dist/DateComponentBase.js +10 -8
  10. package/dist/DateComponentBase.js.map +1 -1
  11. package/dist/DateTimePicker.d.ts +5 -6
  12. package/dist/DateTimePicker.js +9 -11
  13. package/dist/DateTimePicker.js.map +1 -1
  14. package/dist/DayPicker.d.ts +16 -1
  15. package/dist/DayPicker.js +28 -7
  16. package/dist/DayPicker.js.map +1 -1
  17. package/dist/Form.d.ts +4 -4
  18. package/dist/Form.js +6 -6
  19. package/dist/Form.js.map +1 -1
  20. package/dist/GridWalker.js +8 -2
  21. package/dist/GridWalker.js.map +1 -1
  22. package/dist/Icon.d.ts +19 -0
  23. package/dist/Icon.js +17 -0
  24. package/dist/Icon.js.map +1 -1
  25. package/dist/IconTemplate.js +4 -1
  26. package/dist/IconTemplate.js.map +1 -1
  27. package/dist/Input.d.ts +4 -0
  28. package/dist/Input.js.map +1 -1
  29. package/dist/List.js +54 -2
  30. package/dist/List.js.map +1 -1
  31. package/dist/ListItem.d.ts +21 -6
  32. package/dist/ListItem.js +72 -23
  33. package/dist/ListItem.js.map +1 -1
  34. package/dist/ListItemBase.d.ts +6 -1
  35. package/dist/ListItemBase.js +20 -1
  36. package/dist/ListItemBase.js.map +1 -1
  37. package/dist/ListItemBaseTemplate.d.ts +2 -2
  38. package/dist/ListItemBaseTemplate.js.map +1 -1
  39. package/dist/ListItemGroup.d.ts +2 -0
  40. package/dist/ListItemGroup.js.map +1 -1
  41. package/dist/ListItemTemplate.js +1 -1
  42. package/dist/ListItemTemplate.js.map +1 -1
  43. package/dist/Menu.d.ts +4 -0
  44. package/dist/Menu.js.map +1 -1
  45. package/dist/MultiComboBox.d.ts +5 -1
  46. package/dist/MultiComboBox.js +41 -24
  47. package/dist/MultiComboBox.js.map +1 -1
  48. package/dist/MultiInput.d.ts +6 -0
  49. package/dist/MultiInput.js +38 -9
  50. package/dist/MultiInput.js.map +1 -1
  51. package/dist/Panel.d.ts +2 -1
  52. package/dist/Panel.js +2 -1
  53. package/dist/Panel.js.map +1 -1
  54. package/dist/PanelTemplate.js +1 -1
  55. package/dist/PanelTemplate.js.map +1 -1
  56. package/dist/Select.d.ts +2 -0
  57. package/dist/Select.js +3 -0
  58. package/dist/Select.js.map +1 -1
  59. package/dist/Tab.d.ts +8 -1
  60. package/dist/Tab.js +13 -0
  61. package/dist/Tab.js.map +1 -1
  62. package/dist/TabContainer.d.ts +6 -3
  63. package/dist/TabContainer.js +15 -10
  64. package/dist/TabContainer.js.map +1 -1
  65. package/dist/Table.d.ts +1 -0
  66. package/dist/Table.js +25 -10
  67. package/dist/Table.js.map +1 -1
  68. package/dist/TableCustomAnnouncement.d.ts +1 -0
  69. package/dist/TableCustomAnnouncement.js +17 -2
  70. package/dist/TableCustomAnnouncement.js.map +1 -1
  71. package/dist/TableGroupRow.d.ts +60 -0
  72. package/dist/TableGroupRow.js +114 -0
  73. package/dist/TableGroupRow.js.map +1 -0
  74. package/dist/TableGroupRowTemplate.d.ts +2 -0
  75. package/dist/TableGroupRowTemplate.js +7 -0
  76. package/dist/TableGroupRowTemplate.js.map +1 -0
  77. package/dist/TableRowActionBase.d.ts +1 -1
  78. package/dist/TableRowActionBase.js +1 -1
  79. package/dist/TableRowActionBase.js.map +1 -1
  80. package/dist/TableRowActionNavigation.d.ts +2 -1
  81. package/dist/TableRowActionNavigation.js +11 -1
  82. package/dist/TableRowActionNavigation.js.map +1 -1
  83. package/dist/TableRowBase.d.ts +1 -0
  84. package/dist/TableRowBase.js +3 -0
  85. package/dist/TableRowBase.js.map +1 -1
  86. package/dist/TableSelection.js +2 -2
  87. package/dist/TableSelection.js.map +1 -1
  88. package/dist/TableSelectionMulti.js +1 -1
  89. package/dist/TableSelectionMulti.js.map +1 -1
  90. package/dist/TableVirtualizer.d.ts +1 -0
  91. package/dist/TableVirtualizer.js +1 -0
  92. package/dist/TableVirtualizer.js.map +1 -1
  93. package/dist/Token.js +9 -5
  94. package/dist/Token.js.map +1 -1
  95. package/dist/Tokenizer.d.ts +1 -0
  96. package/dist/Tokenizer.js +31 -5
  97. package/dist/Tokenizer.js.map +1 -1
  98. package/dist/bundle.esm.js +3 -0
  99. package/dist/bundle.esm.js.map +1 -1
  100. package/dist/css/themes/Dialog.css +1 -1
  101. package/dist/css/themes/Form.css +1 -1
  102. package/dist/css/themes/FormItemSpan.css +1 -1
  103. package/dist/css/themes/FormLayout.css +1 -1
  104. package/dist/css/themes/Icon.css +1 -1
  105. package/dist/css/themes/ListItemBase.css +1 -1
  106. package/dist/css/themes/OptionBase.css +1 -1
  107. package/dist/css/themes/Select.css +1 -1
  108. package/dist/css/themes/SliderTooltip.css +1 -1
  109. package/dist/css/themes/Table.css +1 -1
  110. package/dist/css/themes/TableGroupRow.css +1 -0
  111. package/dist/css/themes/TableRowBase.css +1 -1
  112. package/dist/css/themes/Toolbar.css +1 -1
  113. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  114. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  115. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  116. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  117. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  118. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +6 -5
  119. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  120. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +4 -2
  121. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  122. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  123. package/dist/custom-elements-internal.json +1271 -111
  124. package/dist/custom-elements.json +591 -12
  125. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +7 -2
  126. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
  127. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
  128. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  180. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  181. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  182. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  183. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  184. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  185. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  186. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  187. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  188. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  189. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  190. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  191. package/dist/generated/i18n/i18n-defaults.js +6 -5
  192. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  193. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  194. package/dist/generated/themes/Dialog.css.js +1 -1
  195. package/dist/generated/themes/Dialog.css.js.map +1 -1
  196. package/dist/generated/themes/Form.css.d.ts +1 -1
  197. package/dist/generated/themes/Form.css.js +1 -1
  198. package/dist/generated/themes/Form.css.js.map +1 -1
  199. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  200. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  201. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  202. package/dist/generated/themes/FormLayout.css.d.ts +1 -1
  203. package/dist/generated/themes/FormLayout.css.js +1 -1
  204. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  205. package/dist/generated/themes/Icon.css.d.ts +1 -1
  206. package/dist/generated/themes/Icon.css.js +1 -1
  207. package/dist/generated/themes/Icon.css.js.map +1 -1
  208. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  209. package/dist/generated/themes/ListItemBase.css.js +1 -1
  210. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  211. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  212. package/dist/generated/themes/OptionBase.css.js +1 -1
  213. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  214. package/dist/generated/themes/Select.css.d.ts +1 -1
  215. package/dist/generated/themes/Select.css.js +1 -1
  216. package/dist/generated/themes/Select.css.js.map +1 -1
  217. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  218. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  219. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  220. package/dist/generated/themes/Table.css.d.ts +1 -1
  221. package/dist/generated/themes/Table.css.js +1 -1
  222. package/dist/generated/themes/Table.css.js.map +1 -1
  223. package/dist/generated/themes/TableGroupRow.css.d.ts +2 -0
  224. package/dist/generated/themes/TableGroupRow.css.js +8 -0
  225. package/dist/generated/themes/TableGroupRow.css.js.map +1 -0
  226. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  227. package/dist/generated/themes/TableRowBase.css.js +1 -1
  228. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  229. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  230. package/dist/generated/themes/Toolbar.css.js +1 -1
  231. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  232. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  233. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  234. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  235. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  236. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  237. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  238. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  239. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  240. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  241. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  242. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  243. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  244. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  245. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  246. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  247. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  248. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +6 -5
  249. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  250. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  251. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  252. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  253. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  254. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +4 -2
  255. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  256. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  257. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  258. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  259. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  260. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  261. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  262. package/dist/vscode.html-custom-data.json +142 -22
  263. package/dist/web-types.json +351 -40
  264. package/package-scripts.cjs +1 -0
  265. package/package.json +9 -9
  266. package/src/IconTemplate.tsx +18 -0
  267. package/src/ListItemBaseTemplate.tsx +3 -3
  268. package/src/ListItemTemplate.tsx +0 -2
  269. package/src/PanelTemplate.tsx +1 -0
  270. package/src/TableGroupRowTemplate.tsx +24 -0
  271. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +8 -2
  272. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
  273. package/src/i18n/messagebundle.properties +2 -0
  274. package/src/i18n/messagebundle_ar.properties +26 -6
  275. package/src/i18n/messagebundle_bg.properties +24 -4
  276. package/src/i18n/messagebundle_ca.properties +24 -4
  277. package/src/i18n/messagebundle_cnr.properties +24 -4
  278. package/src/i18n/messagebundle_cs.properties +25 -5
  279. package/src/i18n/messagebundle_cy.properties +24 -4
  280. package/src/i18n/messagebundle_da.properties +25 -5
  281. package/src/i18n/messagebundle_de.properties +24 -4
  282. package/src/i18n/messagebundle_el.properties +24 -4
  283. package/src/i18n/messagebundle_en.properties +24 -4
  284. package/src/i18n/messagebundle_en_GB.properties +24 -4
  285. package/src/i18n/messagebundle_en_US_sappsd.properties +24 -4
  286. package/src/i18n/messagebundle_en_US_saprigi.properties +22 -4
  287. package/src/i18n/messagebundle_en_US_saptrc.properties +24 -4
  288. package/src/i18n/messagebundle_es.properties +25 -5
  289. package/src/i18n/messagebundle_es_MX.properties +24 -4
  290. package/src/i18n/messagebundle_et.properties +24 -4
  291. package/src/i18n/messagebundle_fi.properties +24 -4
  292. package/src/i18n/messagebundle_fr.properties +25 -5
  293. package/src/i18n/messagebundle_fr_CA.properties +28 -8
  294. package/src/i18n/messagebundle_hi.properties +25 -5
  295. package/src/i18n/messagebundle_hr.properties +24 -4
  296. package/src/i18n/messagebundle_hu.properties +24 -4
  297. package/src/i18n/messagebundle_id.properties +25 -5
  298. package/src/i18n/messagebundle_it.properties +25 -5
  299. package/src/i18n/messagebundle_iw.properties +24 -4
  300. package/src/i18n/messagebundle_ja.properties +24 -4
  301. package/src/i18n/messagebundle_kk.properties +24 -4
  302. package/src/i18n/messagebundle_ko.properties +27 -7
  303. package/src/i18n/messagebundle_lt.properties +24 -4
  304. package/src/i18n/messagebundle_lv.properties +24 -4
  305. package/src/i18n/messagebundle_mk.properties +25 -5
  306. package/src/i18n/messagebundle_ms.properties +24 -4
  307. package/src/i18n/messagebundle_nl.properties +24 -4
  308. package/src/i18n/messagebundle_no.properties +25 -5
  309. package/src/i18n/messagebundle_pl.properties +24 -4
  310. package/src/i18n/messagebundle_pt.properties +24 -4
  311. package/src/i18n/messagebundle_pt_PT.properties +24 -4
  312. package/src/i18n/messagebundle_ro.properties +24 -4
  313. package/src/i18n/messagebundle_ru.properties +26 -6
  314. package/src/i18n/messagebundle_sh.properties +24 -4
  315. package/src/i18n/messagebundle_sk.properties +24 -4
  316. package/src/i18n/messagebundle_sl.properties +25 -5
  317. package/src/i18n/messagebundle_sr.properties +24 -4
  318. package/src/i18n/messagebundle_sv.properties +24 -4
  319. package/src/i18n/messagebundle_th.properties +24 -4
  320. package/src/i18n/messagebundle_tr.properties +24 -4
  321. package/src/i18n/messagebundle_uk.properties +36 -16
  322. package/src/i18n/messagebundle_vi.properties +25 -5
  323. package/src/i18n/messagebundle_zh_CN.properties +26 -6
  324. package/src/i18n/messagebundle_zh_TW.properties +24 -4
  325. package/src/themes/Dialog.css +2 -2
  326. package/src/themes/FormItemSpan.css +4 -4
  327. package/src/themes/FormLayout.css +4 -4
  328. package/src/themes/Icon.css +6 -0
  329. package/src/themes/ListItemBase.css +4 -3
  330. package/src/themes/OptionBase.css +6 -0
  331. package/src/themes/Select.css +11 -0
  332. package/src/themes/SliderTooltip.css +1 -1
  333. package/src/themes/Table.css +1 -4
  334. package/src/themes/TableGroupRow.css +20 -0
  335. package/src/themes/TableRowBase.css +5 -0
  336. package/src/themes/Toolbar.css +2 -2
  337. package/src/themes/base/Select-parameters.css +2 -0
  338. package/src/themes/base/sizes-parameters.css +2 -2
  339. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
  340. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
  341. package/src/themes/sap_horizon/Select-parameters.css +6 -3
  342. package/src/themes/sap_horizon_dark/Select-parameters.css +6 -3
  343. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
  344. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
  345. package/src/themes/base/SliderTooltip-parameters.css +0 -3
  346. package/src/themes/sap_fiori_3/SliderTooltip-parameters.css +0 -5
  347. package/src/themes/sap_fiori_3_dark/SliderTooltip-parameters.css +0 -5
  348. package/src/themes/sap_fiori_3_hcb/SliderTooltip-parameters.css +0 -5
  349. package/src/themes/sap_fiori_3_hcw/SliderTooltip-parameters.css +0 -5
  350. package/src/themes/sap_horizon_dark/SliderTooltip-parameters.css +0 -1
  351. package/src/themes/sap_horizon_hcb/SliderTooltip-parameters.css +0 -1
  352. package/src/themes/sap_horizon_hcw/SliderTooltip-parameters.css +0 -1
@@ -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.22.0",
4
+ "version": "2.23.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2139,7 +2139,7 @@
2139
2139
  },
2140
2140
  {
2141
2141
  "name": "ui5-cb-item",
2142
- "description": "The `ui5-cb-item` represents the item for a `ui5-combobox`.\n---\n",
2142
+ "description": "The `ui5-cb-item` represents the item for a `ui5-combobox`.\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`.",
2143
2143
  "doc-url": "",
2144
2144
  "attributes": [
2145
2145
  {
@@ -2158,7 +2158,12 @@
2158
2158
  "value": { "type": "string | undefined", "default": "undefined" }
2159
2159
  }
2160
2160
  ],
2161
- "events": [],
2161
+ "events": [
2162
+ {
2163
+ "name": "click",
2164
+ "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`."
2165
+ }
2166
+ ],
2162
2167
  "js": {
2163
2168
  "properties": [
2164
2169
  {
@@ -2177,7 +2182,12 @@
2177
2182
  "value": { "type": "string | undefined" }
2178
2183
  }
2179
2184
  ],
2180
- "events": []
2185
+ "events": [
2186
+ {
2187
+ "name": "click",
2188
+ "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`."
2189
+ }
2190
+ ]
2181
2191
  }
2182
2192
  },
2183
2193
  {
@@ -4215,7 +4225,7 @@
4215
4225
  },
4216
4226
  {
4217
4227
  "name": "ui5-form",
4218
- "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 - **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- **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n\n### **CSS Parts:**\n - **column** - Used to style a single column of the form column layout.\n- **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.",
4228
+ "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** (0 - 599px) – 1 column is recommended (default: 1)\n- **M** (600px - 1023px) – up to 2 columns are recommended (default: 1)\n- **L** (1024px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (>= 1440px) – 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 - **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- **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n\n### **CSS Parts:**\n - **column** - Used to style a single column of the form column layout.\n- **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.",
4219
4229
  "doc-url": "",
4220
4230
  "attributes": [
4221
4231
  {
@@ -4446,7 +4456,7 @@
4446
4456
  },
4447
4457
  {
4448
4458
  "name": "ui5-icon",
4449
- "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/touch, keyboard (Enter or Space),\nor screen reader virtual cursor activation.\n\n**Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
4459
+ "description": "### Overview\n\nThe `ui5-icon` component represents an SVG icon.\nThere are two main scenarios how the `ui5-icon` component is used:\nas a purely decorative element,\nor as an interactive element that can be focused and clicked.\n\n### Usage\n\n1. **Get familiar with the icons collections.**\n\nBefore displaying an icon, you need to explore the icons collections to find and import the desired icon.\n\nCurrently there are 3 icons collection, available as 3 npm packages:\n\n- [@ui5/webcomponents-icons](https://www.npmjs.com/package/@ui5/webcomponents-icons) represents the \"SAP-icons\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons).\n- [@ui5/webcomponents-icons-tnt](https://www.npmjs.com/package/@ui5/webcomponents-icons-tnt) represents the \"tnt\" collection and includes the following\n[icons](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons-TNT).\n- [@ui5/webcomponents-icons-business-suite](https://www.npmjs.com/package/@ui5/webcomponents-icons-business-suite) represents the \"business-suite\" collection and includes the following\n[icons](https://ui5.sap.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/BusinessSuiteInAppSymbols).\n\n2. **After exploring the icons collections, add one or more of the packages as dependencies to your project.**\n\n`npm i @ui5/webcomponents-icons`\n`npm i @ui5/webcomponents-icons-tnt`\n`npm i @ui5/webcomponents-icons-business-suite`\n\n3. **Then, import the desired icon**.\n\n`import \"@ui5/\\{package_name\\}/dist/\\{icon_name\\}.js\";`\n\n**For Example**:\n\nFor the standard \"SAP-icons\" icon collection, import an icon from the `@ui5/webcomponents-icons` package:\n\n`import \"@ui5/webcomponents-icons/dist/employee.js\";`\n\nFor the \"tnt\" (SAP Fiori Tools) icon collection, import an icon from the `@ui5/webcomponents-icons-tnt` package:\n\n`import \"@ui5/webcomponents-icons-tnt/dist/antenna.js\";`\n\nFor the \"business-suite\" (SAP Business Suite) icon collection, import an icon from the `@ui5/webcomponents-icons-business-suite` package:\n\n`import \"@ui5/webcomponents-icons-business-suite/dist/ab-testing.js\";`\n\n4. **Display the icon using the `ui5-icon` web component.**\nSet the icon collection (\"SAP-icons\", \"tnt\" or \"business-suite\" - \"SAP-icons\" is the default icon collection and can be skipped)\nand the icon name to the `name` property.\n\n`<ui5-icon name=\"employee\"></ui5-icon>`\n`<ui5-icon name=\"tnt/antenna\"></ui5-icon>`\n`<ui5-icon name=\"business-suite/ab-testing\"></ui5-icon>`\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `mode` property is set to `Interactive`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Icon.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/touch, keyboard (Enter or Space),\nor screen reader virtual cursor activation.\n\n**Note:** The event will not be fired if the `mode` property is set to `Decorative` or `Image`.\n\n### **Slots:**\n - **fontIcon** - Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```\n\n### **CSS Parts:**\n - **root** - Used to style the outermost wrapper of the `ui5-icon`.",
4450
4460
  "doc-url": "",
4451
4461
  "attributes": [
4452
4462
  {
@@ -4481,6 +4491,12 @@
4481
4491
  "value": { "type": "boolean", "default": "false" }
4482
4492
  }
4483
4493
  ],
4494
+ "slots": [
4495
+ {
4496
+ "name": "fontIcon",
4497
+ "description": "Defines the font icon to be used as an icon.\nIntended for font-based icon libraries where\nthe application loads the font and provides a slotted element with the unicode character.\nWhen this slot is used, the component renders a `<span>` instead of an `<svg>`.\nAccessibility is fully delegated to the application — set `accessible-name` and `mode` explicitly.\n\n**Example:**\n```html\n<ui5-icon mode=\"Image\" accessible-name=\"Home\">\n <i class=\"fa fa-home\" slot=\"fontIcon\"></i>\n</ui5-icon>\n```"
4498
+ }
4499
+ ],
4484
4500
  "events": [
4485
4501
  {
4486
4502
  "name": "click",
@@ -5335,7 +5351,7 @@
5335
5351
  },
5336
5352
  {
5337
5353
  "name": "ui5-li-custom",
5338
- "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5354
+ "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\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- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode",
5339
5355
  "doc-url": "",
5340
5356
  "attributes": [
5341
5357
  {
@@ -5351,6 +5367,14 @@
5351
5367
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5352
5368
  "value": { "type": "string | undefined", "default": "undefined" }
5353
5369
  },
5370
+ {
5371
+ "name": "accessible-role",
5372
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5373
+ "value": {
5374
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5375
+ "default": "undefined"
5376
+ }
5377
+ },
5354
5378
  {
5355
5379
  "name": "highlight",
5356
5380
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5399,6 +5423,10 @@
5399
5423
  }
5400
5424
  ],
5401
5425
  "events": [
5426
+ {
5427
+ "name": "click",
5428
+ "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`."
5429
+ },
5402
5430
  {
5403
5431
  "name": "detail-click",
5404
5432
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5416,6 +5444,13 @@
5416
5444
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5417
5445
  "value": { "type": "string | undefined" }
5418
5446
  },
5447
+ {
5448
+ "name": "accessible-role",
5449
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5450
+ "value": {
5451
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5452
+ }
5453
+ },
5419
5454
  {
5420
5455
  "name": "highlight",
5421
5456
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5452,6 +5487,10 @@
5452
5487
  }
5453
5488
  ],
5454
5489
  "events": [
5490
+ {
5491
+ "name": "click",
5492
+ "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`."
5493
+ },
5455
5494
  {
5456
5495
  "name": "detail-click",
5457
5496
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5535,7 +5574,7 @@
5535
5574
  },
5536
5575
  {
5537
5576
  "name": "ui5-li-group-header",
5538
- "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n---\n\n\n### **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.",
5577
+ "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n---\n\n\n### **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.",
5539
5578
  "doc-url": "",
5540
5579
  "attributes": [
5541
5580
  {
@@ -5558,7 +5597,12 @@
5558
5597
  "description": "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."
5559
5598
  }
5560
5599
  ],
5561
- "events": [],
5600
+ "events": [
5601
+ {
5602
+ "name": "click",
5603
+ "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`."
5604
+ }
5605
+ ],
5562
5606
  "js": {
5563
5607
  "properties": [
5564
5608
  {
@@ -5572,12 +5616,17 @@
5572
5616
  "value": { "type": "\"None\" | \"Normal\"" }
5573
5617
  }
5574
5618
  ],
5575
- "events": []
5619
+ "events": [
5620
+ {
5621
+ "name": "click",
5622
+ "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`."
5623
+ }
5624
+ ]
5576
5625
  }
5577
5626
  },
5578
5627
  {
5579
5628
  "name": "ui5-li",
5580
- "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the list item",
5629
+ "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\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- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the list item",
5581
5630
  "doc-url": "",
5582
5631
  "attributes": [
5583
5632
  {
@@ -5593,6 +5642,14 @@
5593
5642
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5594
5643
  "value": { "type": "string | undefined", "default": "undefined" }
5595
5644
  },
5645
+ {
5646
+ "name": "accessible-role",
5647
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5648
+ "value": {
5649
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5650
+ "default": "undefined"
5651
+ }
5652
+ },
5596
5653
  {
5597
5654
  "name": "additional-text",
5598
5655
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5686,6 +5743,10 @@
5686
5743
  }
5687
5744
  ],
5688
5745
  "events": [
5746
+ {
5747
+ "name": "click",
5748
+ "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`."
5749
+ },
5689
5750
  {
5690
5751
  "name": "detail-click",
5691
5752
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5703,6 +5764,13 @@
5703
5764
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5704
5765
  "value": { "type": "string | undefined" }
5705
5766
  },
5767
+ {
5768
+ "name": "accessible-role",
5769
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
5770
+ "value": {
5771
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5772
+ }
5773
+ },
5706
5774
  {
5707
5775
  "name": "additional-text",
5708
5776
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5776,6 +5844,10 @@
5776
5844
  }
5777
5845
  ],
5778
5846
  "events": [
5847
+ {
5848
+ "name": "click",
5849
+ "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`."
5850
+ },
5779
5851
  {
5780
5852
  "name": "detail-click",
5781
5853
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5926,7 +5998,7 @@
5926
5998
  },
5927
5999
  {
5928
6000
  "name": "ui5-menu-item",
5929
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **check** - Fired when an item is checked or unchecked.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n- **open** - Fired after the menu is opened.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.",
6001
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **check** - Fired when an item is checked or unchecked.\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- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n- **open** - Fired after the menu is opened.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold menu item and menu separator items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n\nApplication developers are responsible for ensuring that interactive elements placed in the `endContent` slot\nhave the correct accessibility behaviour, including their enabled or disabled states.\nThe menu does not manage these aspects when the menu item state changes.",
5930
6002
  "doc-url": "",
5931
6003
  "attributes": [
5932
6004
  {
@@ -5942,6 +6014,14 @@
5942
6014
  "description": "Defines the accessible ARIA name of the component.",
5943
6015
  "value": { "type": "string | undefined", "default": "undefined" }
5944
6016
  },
6017
+ {
6018
+ "name": "accessible-role",
6019
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
6020
+ "value": {
6021
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
6022
+ "default": "undefined"
6023
+ }
6024
+ },
5945
6025
  {
5946
6026
  "name": "additional-text",
5947
6027
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
@@ -6036,6 +6116,10 @@
6036
6116
  "name": "check",
6037
6117
  "description": "Fired when an item is checked or unchecked."
6038
6118
  },
6119
+ {
6120
+ "name": "click",
6121
+ "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`."
6122
+ },
6039
6123
  {
6040
6124
  "name": "close",
6041
6125
  "description": "Fired after the menu is closed."
@@ -6058,6 +6142,13 @@
6058
6142
  "description": "Defines the accessible ARIA name of the component.",
6059
6143
  "value": { "type": "string | undefined" }
6060
6144
  },
6145
+ {
6146
+ "name": "accessible-role",
6147
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
6148
+ "value": {
6149
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
6150
+ }
6151
+ },
6061
6152
  {
6062
6153
  "name": "additional-text",
6063
6154
  "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
@@ -6136,6 +6227,10 @@
6136
6227
  "name": "check",
6137
6228
  "description": "Fired when an item is checked or unchecked."
6138
6229
  },
6230
+ {
6231
+ "name": "click",
6232
+ "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`."
6233
+ },
6139
6234
  {
6140
6235
  "name": "close",
6141
6236
  "description": "Fired after the menu is closed."
@@ -6185,11 +6280,24 @@
6185
6280
  },
6186
6281
  {
6187
6282
  "name": "ui5-menu-separator",
6188
- "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
6283
+ "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\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`.",
6189
6284
  "doc-url": "",
6190
6285
  "attributes": [],
6191
- "events": [],
6192
- "js": { "properties": [], "events": [] }
6286
+ "events": [
6287
+ {
6288
+ "name": "click",
6289
+ "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`."
6290
+ }
6291
+ ],
6292
+ "js": {
6293
+ "properties": [],
6294
+ "events": [
6295
+ {
6296
+ "name": "click",
6297
+ "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`."
6298
+ }
6299
+ ]
6300
+ }
6193
6301
  },
6194
6302
  {
6195
6303
  "name": "ui5-message-strip",
@@ -6636,7 +6744,7 @@
6636
6744
  },
6637
6745
  {
6638
6746
  "name": "ui5-mcb-item",
6639
- "description": "The `ui5-mcb-item` represents the item for a `ui5-multi-combobox`.\n---\n",
6747
+ "description": "The `ui5-mcb-item` represents the item for a `ui5-multi-combobox`.\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`.",
6640
6748
  "doc-url": "",
6641
6749
  "attributes": [
6642
6750
  {
@@ -6660,7 +6768,12 @@
6660
6768
  "value": { "type": "string | undefined", "default": "undefined" }
6661
6769
  }
6662
6770
  ],
6663
- "events": [],
6771
+ "events": [
6772
+ {
6773
+ "name": "click",
6774
+ "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`."
6775
+ }
6776
+ ],
6664
6777
  "js": {
6665
6778
  "properties": [
6666
6779
  {
@@ -6684,7 +6797,12 @@
6684
6797
  "value": { "type": "string | undefined" }
6685
6798
  }
6686
6799
  ],
6687
- "events": []
6800
+ "events": [
6801
+ {
6802
+ "name": "click",
6803
+ "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`."
6804
+ }
6805
+ ]
6688
6806
  }
6689
6807
  },
6690
6808
  {
@@ -7065,7 +7183,7 @@
7065
7183
  },
7066
7184
  {
7067
7185
  "name": "ui5-option",
7068
- "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
7186
+ "description": "### Overview\n\nThe `ui5-option` component defines the content of an option in the `ui5-select`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Option.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.",
7069
7187
  "doc-url": "",
7070
7188
  "attributes": [
7071
7189
  {
@@ -7100,7 +7218,12 @@
7100
7218
  "description": "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."
7101
7219
  }
7102
7220
  ],
7103
- "events": [],
7221
+ "events": [
7222
+ {
7223
+ "name": "click",
7224
+ "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`."
7225
+ }
7226
+ ],
7104
7227
  "js": {
7105
7228
  "properties": [
7106
7229
  {
@@ -7129,12 +7252,17 @@
7129
7252
  "value": { "type": "string | undefined" }
7130
7253
  }
7131
7254
  ],
7132
- "events": []
7255
+ "events": [
7256
+ {
7257
+ "name": "click",
7258
+ "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`."
7259
+ }
7260
+ ]
7133
7261
  }
7134
7262
  },
7135
7263
  {
7136
7264
  "name": "ui5-option-custom",
7137
- "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
7265
+ "description": "### Overview\n\nThe `ui5-option-custom` component defines a custom content of an option in the `ui5-select`.\nA component to be the same way as the standard `ui5-option`.\nThe component accepts arbitrary HTML content to allow full customization.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/OptionCustom.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 content of the component.",
7138
7266
  "doc-url": "",
7139
7267
  "attributes": [
7140
7268
  {
@@ -7164,7 +7292,12 @@
7164
7292
  "description": "Defines the content of the component."
7165
7293
  }
7166
7294
  ],
7167
- "events": [],
7295
+ "events": [
7296
+ {
7297
+ "name": "click",
7298
+ "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`."
7299
+ }
7300
+ ],
7168
7301
  "js": {
7169
7302
  "properties": [
7170
7303
  {
@@ -7188,12 +7321,17 @@
7188
7321
  "value": { "type": "string | undefined" }
7189
7322
  }
7190
7323
  ],
7191
- "events": []
7324
+ "events": [
7325
+ {
7326
+ "name": "click",
7327
+ "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`."
7328
+ }
7329
+ ]
7192
7330
  }
7193
7331
  },
7194
7332
  {
7195
7333
  "name": "ui5-panel",
7196
- "description": "### Overview\n\nThe `ui5-panel` component is a container which has a header and a\ncontent area and is used\nfor grouping and displaying information. It can be collapsed to save space on the screen.\n\n### Guidelines:\n\n- Nesting two or more panels is not recommended.\n- Do not stack too many panels on one page.\n\n### Structure\nThe panel's header area consists of a title bar with a header text or custom header.\n\nThe header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state.\n\nThe custom header can be set through the `header` slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements.\n\nThe content area can contain an arbitrary set of controls.\n\n**Note:** The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n### Responsive Behavior\n\n- If the width of the panel is set to 100% (default), the panel and its children are\nresized responsively,\ndepending on its parent container.\n- If the panel has a fixed height, it will take up the space even if the panel is\ncollapsed.\n- When the panel is expandable (the `fixed` property is set to `false`),\nan arrow icon (pointing to the right) appears in front of the header.\n- When the animation is activated, expand/collapse uses a smooth animation to open or\nclose the content area.\n- When the panel expands/collapses, the arrow icon rotates 90 degrees\nclockwise/counter-clockwise.\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/Panel.js\";`\n---\n\n\n### **Events:**\n - **toggle** - Fired when the component is expanded/collapsed by user interaction.\n\n### **Slots:**\n - **default** - Defines the content of the component. The content is visible only when the component is expanded.\n- **header** - Defines the component header area.\n\n**Note:** When a header is provided, the `headerText` property is ignored.\n\n### **CSS Parts:**\n - **content** - Used to style the wrapper of the content.\n- **header** - Used to style the wrapper of the header.",
7334
+ "description": "### Overview\n\nThe `ui5-panel` component is a container which has a header and a\ncontent area and is used\nfor grouping and displaying information. It can be collapsed to save space on the screen.\n\n### Guidelines:\n\n- Nesting two or more panels is not recommended.\n- Do not stack too many panels on one page.\n\n### Structure\nThe panel's header area consists of a title bar with a header text or custom header.\n\nThe header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state.\n\nThe custom header can be set through the `header` slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements.\n\nThe content area can contain an arbitrary set of controls.\n\n**Note:** The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n### Responsive Behavior\n\n- If the width of the panel is set to 100% (default), the panel and its children are\nresized responsively,\ndepending on its parent container.\n- If the panel has a fixed height, it will take up the space even if the panel is\ncollapsed.\n- When the panel is expandable (the `fixed` property is set to `false`),\nan arrow icon (pointing to the right) appears in front of the header.\n- When the animation is activated, expand/collapse uses a smooth animation to open or\nclose the content area.\n- When the panel expands/collapses, the arrow icon rotates 90 degrees\nclockwise/counter-clockwise.\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/Panel.js\";`\n---\n\n\n### **Events:**\n - **toggle** - Fired when the component is expanded/collapsed by user interaction.\n\n### **Slots:**\n - **default** - Defines the content of the component. The content is visible only when the component is expanded.\n- **header** - Defines the component header area.\n\n**Note:** When a header is provided, the `headerText` property is ignored.\n\n### **CSS Parts:**\n - **content** - Used to style the wrapper of the content.\n- **header** - Used to style the header.\n- **header-wrapper** - Used to style the outermost header wrapper, useful for adjusting sticky header position.",
7197
7335
  "doc-url": "",
7198
7336
  "attributes": [
7199
7337
  {
@@ -9215,7 +9353,7 @@
9215
9353
  },
9216
9354
  {
9217
9355
  "name": "ui5-suggestion-item",
9218
- "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n---\n",
9356
+ "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\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`.",
9219
9357
  "doc-url": "",
9220
9358
  "attributes": [
9221
9359
  {
@@ -9229,7 +9367,12 @@
9229
9367
  "value": { "type": "string | undefined", "default": "undefined" }
9230
9368
  }
9231
9369
  ],
9232
- "events": [],
9370
+ "events": [
9371
+ {
9372
+ "name": "click",
9373
+ "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`."
9374
+ }
9375
+ ],
9233
9376
  "js": {
9234
9377
  "properties": [
9235
9378
  {
@@ -9243,12 +9386,17 @@
9243
9386
  "value": { "type": "string | undefined" }
9244
9387
  }
9245
9388
  ],
9246
- "events": []
9389
+ "events": [
9390
+ {
9391
+ "name": "click",
9392
+ "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`."
9393
+ }
9394
+ ]
9247
9395
  }
9248
9396
  },
9249
9397
  {
9250
9398
  "name": "ui5-suggestion-item-custom",
9251
- "description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js\"\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
9399
+ "description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.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 content of the component.",
9252
9400
  "doc-url": "",
9253
9401
  "attributes": [
9254
9402
  {
@@ -9263,7 +9411,12 @@
9263
9411
  "description": "Defines the content of the component."
9264
9412
  }
9265
9413
  ],
9266
- "events": [],
9414
+ "events": [
9415
+ {
9416
+ "name": "click",
9417
+ "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`."
9418
+ }
9419
+ ],
9267
9420
  "js": {
9268
9421
  "properties": [
9269
9422
  {
@@ -9272,7 +9425,12 @@
9272
9425
  "value": { "type": "string | undefined" }
9273
9426
  }
9274
9427
  ],
9275
- "events": []
9428
+ "events": [
9429
+ {
9430
+ "name": "click",
9431
+ "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`."
9432
+ }
9433
+ ]
9276
9434
  }
9277
9435
  },
9278
9436
  {
@@ -9351,7 +9509,7 @@
9351
9509
  },
9352
9510
  {
9353
9511
  "name": "ui5-li-suggestion-item",
9354
- "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the title text of the suggestion item.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the suggestion list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **info** - Used to style the info of the suggestion list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the suggestion list item",
9512
+ "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\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- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the title text of the suggestion item.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n\n### **CSS Parts:**\n - **additional-text** - Used to style the additionalText of the list item\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode\n- **content** - Used to style the content area of the list item\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **description** - Used to style the description of the suggestion list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **icon** - Used to style the icon of the list item\n- **info** - Used to style the info of the suggestion list item\n- **native-li** - Used to style the main li tag of the list item\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **title** - Used to style the title of the suggestion list item",
9355
9513
  "doc-url": "",
9356
9514
  "attributes": [
9357
9515
  {
@@ -9367,6 +9525,14 @@
9367
9525
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9368
9526
  "value": { "type": "string | undefined", "default": "undefined" }
9369
9527
  },
9528
+ {
9529
+ "name": "accessible-role",
9530
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
9531
+ "value": {
9532
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
9533
+ "default": "undefined"
9534
+ }
9535
+ },
9370
9536
  {
9371
9537
  "name": "additional-text",
9372
9538
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9464,6 +9630,10 @@
9464
9630
  }
9465
9631
  ],
9466
9632
  "events": [
9633
+ {
9634
+ "name": "click",
9635
+ "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`."
9636
+ },
9467
9637
  {
9468
9638
  "name": "detail-click",
9469
9639
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9481,6 +9651,13 @@
9481
9651
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9482
9652
  "value": { "type": "string | undefined" }
9483
9653
  },
9654
+ {
9655
+ "name": "accessible-role",
9656
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
9657
+ "value": {
9658
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
9659
+ }
9660
+ },
9484
9661
  {
9485
9662
  "name": "additional-text",
9486
9663
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9554,6 +9731,10 @@
9554
9731
  }
9555
9732
  ],
9556
9733
  "events": [
9734
+ {
9735
+ "name": "click",
9736
+ "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`."
9737
+ },
9557
9738
  {
9558
9739
  "name": "detail-click",
9559
9740
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9709,7 +9890,7 @@
9709
9890
  },
9710
9891
  {
9711
9892
  "name": "ui5-tab",
9712
- "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **items** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
9893
+ "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Events:**\n - **click** - Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **items** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
9713
9894
  "doc-url": "",
9714
9895
  "attributes": [
9715
9896
  {
@@ -9761,7 +9942,12 @@
9761
9942
  "description": "Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design."
9762
9943
  }
9763
9944
  ],
9764
- "events": [],
9945
+ "events": [
9946
+ {
9947
+ "name": "click",
9948
+ "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9949
+ }
9950
+ ],
9765
9951
  "js": {
9766
9952
  "properties": [
9767
9953
  {
@@ -9802,7 +9988,12 @@
9802
9988
  "value": { "type": "string | undefined" }
9803
9989
  }
9804
9990
  ],
9805
- "events": []
9991
+ "events": [
9992
+ {
9993
+ "name": "click",
9994
+ "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9995
+ }
9996
+ ]
9806
9997
  }
9807
9998
  },
9808
9999
  {
@@ -10153,6 +10344,79 @@
10153
10344
  "events": []
10154
10345
  }
10155
10346
  },
10347
+ {
10348
+ "name": "ui5-table-group-row",
10349
+ "description": "### Overview\n\nThe `ui5-table-group-row` component represents a group header row in the `ui5-table`.\nIt is used to visually group rows and spans across all visible table columns.\n\n### Usage\n\nThe `ui5-table-group-row` is placed as a direct child of `ui5-table`, alongside `ui5-table-row` elements.\nRows following a group row are considered part of that group until the next group row.\n\n```html\n<ui5-table>\n <ui5-table-header-row>...</ui5-table-header-row>\n <ui5-table-group-row>Country: Germany</ui5-table-group-row>\n <ui5-table-row>...</ui5-table-row>\n <ui5-table-row>...</ui5-table-row>\n <ui5-table-group-row>Country: France</ui5-table-group-row>\n <ui5-table-row>...</ui5-table-row>\n</ui5-table>\n```\n\n### Unsupported Features\n\nThe following features of `ui5-table-row` are currently not supported by `ui5-table-group-row` and have no effect:\n\n- **Cells** (`cells` slot): Group rows render a single spanning cell with a text. Any slotted `ui5-table-cell` elements are ignored.\n- **Actions** (`actions` slot): Row actions such as `ui5-table-row-action` or `ui5-table-row-action-navigation` are not rendered.\n- **Navigation** (`navigated` property): The navigated indicator is not rendered on group rows.\n- **Interactive** (`interactive` property): Group rows do not support click/activation behavior.\n- **Selection** (`rowKey` property`): Group rows cannot be selected. They are excluded from select all and range selection operations.\n- **Virtualizer** (`position` property`): Group rows are not supported by the `ui5-table-virtualizer`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGroupRow.js\";`\n---\n\n\n### **Slots:**\n - **actions** - Defines the actions of the component.\n\n**Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design.\n- **default** - Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.",
10350
+ "doc-url": "",
10351
+ "attributes": [
10352
+ {
10353
+ "name": "interactive",
10354
+ "description": "Defines the interactive state of the row.",
10355
+ "value": { "type": "boolean", "default": "false" }
10356
+ },
10357
+ {
10358
+ "name": "movable",
10359
+ "description": "Defines whether the row is movable.",
10360
+ "value": { "type": "boolean", "default": "false" }
10361
+ },
10362
+ {
10363
+ "name": "navigated",
10364
+ "description": "Defines the navigated state of the row.",
10365
+ "value": { "type": "boolean", "default": "false" }
10366
+ },
10367
+ {
10368
+ "name": "position",
10369
+ "description": "Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
10370
+ "value": { "type": "number | undefined", "default": "undefined" }
10371
+ },
10372
+ {
10373
+ "name": "row-key",
10374
+ "description": "Unique identifier of the row.\n\n**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.",
10375
+ "value": { "type": "string | undefined", "default": "undefined" }
10376
+ }
10377
+ ],
10378
+ "slots": [
10379
+ {
10380
+ "name": "actions",
10381
+ "description": "Defines the actions of the component.\n\n**Note:** Use `ui5-table-row-action` or `ui5-table-row-action-navigation` for the intended design."
10382
+ },
10383
+ {
10384
+ "name": "default",
10385
+ "description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design."
10386
+ }
10387
+ ],
10388
+ "events": [],
10389
+ "js": {
10390
+ "properties": [
10391
+ {
10392
+ "name": "interactive",
10393
+ "description": "Defines the interactive state of the row.",
10394
+ "value": { "type": "boolean" }
10395
+ },
10396
+ {
10397
+ "name": "movable",
10398
+ "description": "Defines whether the row is movable.",
10399
+ "value": { "type": "boolean" }
10400
+ },
10401
+ {
10402
+ "name": "navigated",
10403
+ "description": "Defines the navigated state of the row.",
10404
+ "value": { "type": "boolean" }
10405
+ },
10406
+ {
10407
+ "name": "position",
10408
+ "description": "Defines the 0-based position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
10409
+ "value": { "type": "number | undefined" }
10410
+ },
10411
+ {
10412
+ "name": "row-key",
10413
+ "description": "Unique identifier of the row.\n\n**Note:** For selection features to work properly, this property is mandatory, and its value must not contain spaces.",
10414
+ "value": { "type": "string | undefined" }
10415
+ }
10416
+ ],
10417
+ "events": []
10418
+ }
10419
+ },
10156
10420
  {
10157
10421
  "name": "ui5-table-growing",
10158
10422
  "description": "### Overview\n\nThe `ui5-table-growing` component is used inside the `ui5-table` to add a growing/data loading functionalities\nto the table.\n\nThe component offers two options:\n* Button - a More button is displayed, clicking it will load more data.\n* Scroll - additional data is loaded automatically when the user scrolls to the end of the table.\n\n### Usage\n\nThe `ui5-table-growing` 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-growing mode=\"Button\" text=\"More\" slot=\"features\"></ui5-table-growing>\n</ui5-table>\n```\n\n**Notes**:\n* When the `ui5-table-growing` component is used with the `Scroll` mode and the table is currently not scrollable,\nthe component will render a growing button instead to ensure growing capabilities until the table becomes scrollable.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGrowing.js\";`\n---\n\n\n### **Events:**\n - **load-more** - Fired when the growing button is pressed or the user scrolls to the end of the table.",
@@ -10682,7 +10946,7 @@
10682
10946
  },
10683
10947
  {
10684
10948
  "name": "ui5-table-virtualizer",
10685
- "description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`\n---\n\n\n### **Events:**\n - **range-change** - Fired when the virtualizer is changed by user interaction e.g. on scrolling.\n\n### **Methods:**\n - **reset(): _void_** - Resets the virtualizer to its initial state and triggers the `range-change` event.",
10949
+ "description": "### Overview\n\nThe `ui5-table-virtualizer` component is used inside the `ui5-table` to virtualize the table rows, if the `overflowMode` property of the table is set to 'Scroll'.\nIt is responsible for rendering only the rows that are visible in the viewport and updating them on scroll.\nThis allows large numbers of rows to exist, but maintain high performance by only paying the cost for those that are currently visible.\n\n**Note:** The maximum number of virtualized rows is limited by browser constraints, specifically the maximum supported height for a DOM element.\n**Note:** The `ui5-table-group-row` component is not supported by the virtualizer. Only `ui5-table-row` elements can be virtualized.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TableVirtualizer.js\";`\n---\n\n\n### **Events:**\n - **range-change** - Fired when the virtualizer is changed by user interaction e.g. on scrolling.\n\n### **Methods:**\n - **reset(): _void_** - Resets the virtualizer to its initial state and triggers the `range-change` event.",
10686
10950
  "doc-url": "",
10687
10951
  "attributes": [
10688
10952
  {
@@ -12772,7 +13036,7 @@
12772
13036
  },
12773
13037
  {
12774
13038
  "name": "ui5-tree-item",
12775
- "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
13039
+ "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.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- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
12776
13040
  "doc-url": "",
12777
13041
  "attributes": [
12778
13042
  {
@@ -12788,6 +13052,14 @@
12788
13052
  "description": "Defines the accessible name of the component.",
12789
13053
  "value": { "type": "string | undefined", "default": "undefined" }
12790
13054
  },
13055
+ {
13056
+ "name": "accessible-role",
13057
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13058
+ "value": {
13059
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
13060
+ "default": "undefined"
13061
+ }
13062
+ },
12791
13063
  {
12792
13064
  "name": "additional-text",
12793
13065
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -12878,6 +13150,10 @@
12878
13150
  }
12879
13151
  ],
12880
13152
  "events": [
13153
+ {
13154
+ "name": "click",
13155
+ "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`."
13156
+ },
12881
13157
  {
12882
13158
  "name": "detail-click",
12883
13159
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -12895,6 +13171,13 @@
12895
13171
  "description": "Defines the accessible name of the component.",
12896
13172
  "value": { "type": "string | undefined" }
12897
13173
  },
13174
+ {
13175
+ "name": "accessible-role",
13176
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13177
+ "value": {
13178
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13179
+ }
13180
+ },
12898
13181
  {
12899
13182
  "name": "additional-text",
12900
13183
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -12968,6 +13251,10 @@
12968
13251
  }
12969
13252
  ],
12970
13253
  "events": [
13254
+ {
13255
+ "name": "click",
13256
+ "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`."
13257
+ },
12971
13258
  {
12972
13259
  "name": "detail-click",
12973
13260
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -12977,7 +13264,7 @@
12977
13264
  },
12978
13265
  {
12979
13266
  "name": "ui5-tree-item-custom",
12980
- "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n- **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
13267
+ "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.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- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n- **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit.\n\n### **CSS Parts:**\n - **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item\n- **title** - Used to style the title of the tree list item",
12981
13268
  "doc-url": "",
12982
13269
  "attributes": [
12983
13270
  {
@@ -12993,6 +13280,14 @@
12993
13280
  "description": "Defines the accessible name of the component.",
12994
13281
  "value": { "type": "string | undefined", "default": "undefined" }
12995
13282
  },
13283
+ {
13284
+ "name": "accessible-role",
13285
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13286
+ "value": {
13287
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
13288
+ "default": "undefined"
13289
+ }
13290
+ },
12996
13291
  {
12997
13292
  "name": "additional-text-state",
12998
13293
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13082,6 +13377,10 @@
13082
13377
  }
13083
13378
  ],
13084
13379
  "events": [
13380
+ {
13381
+ "name": "click",
13382
+ "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`."
13383
+ },
13085
13384
  {
13086
13385
  "name": "detail-click",
13087
13386
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13099,6 +13398,13 @@
13099
13398
  "description": "Defines the accessible name of the component.",
13100
13399
  "value": { "type": "string | undefined" }
13101
13400
  },
13401
+ {
13402
+ "name": "accessible-role",
13403
+ "description": "Used to define the role of the list item.\n\n**Note:** If not set, the role is automatically inherited from the parent `ui5-list` based on its `accessible-role` property\n(e.g. `Menu` -> `MenuItem`, `Tree` -> `TreeItem`, `ListBox` -> `Option`).\nAn explicitly set `accessible-role` on the list item takes precedence over the inherited role.",
13404
+ "value": {
13405
+ "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13406
+ }
13407
+ },
13102
13408
  {
13103
13409
  "name": "additional-text-state",
13104
13410
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13167,6 +13473,10 @@
13167
13473
  }
13168
13474
  ],
13169
13475
  "events": [
13476
+ {
13477
+ "name": "click",
13478
+ "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`."
13479
+ },
13170
13480
  {
13171
13481
  "name": "detail-click",
13172
13482
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13731,9 +14041,10 @@
13731
14041
  "name": "part(content)",
13732
14042
  "description": "Used to style the wrapper of the content."
13733
14043
  },
14044
+ { "name": "part(header)", "description": "Used to style the header." },
13734
14045
  {
13735
- "name": "part(header)",
13736
- "description": "Used to style the wrapper of the header."
14046
+ "name": "part(header-wrapper)",
14047
+ "description": "Used to style the outermost header wrapper, useful for adjusting sticky header position."
13737
14048
  },
13738
14049
  {
13739
14050
  "name": "part(content)",