@ui5/webcomponents 2.22.1-rc.0 → 2.22.1

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 (328) hide show
  1. package/CHANGELOG.md +5 -2
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Carousel.js +3 -13
  4. package/dist/Carousel.js.map +1 -1
  5. package/dist/ComboBox.d.ts +0 -4
  6. package/dist/ComboBox.js +0 -6
  7. package/dist/ComboBox.js.map +1 -1
  8. package/dist/DateTimePicker.d.ts +6 -5
  9. package/dist/DateTimePicker.js +11 -9
  10. package/dist/DateTimePicker.js.map +1 -1
  11. package/dist/Form.d.ts +4 -4
  12. package/dist/Form.js +6 -6
  13. package/dist/Form.js.map +1 -1
  14. package/dist/GridWalker.js +2 -8
  15. package/dist/GridWalker.js.map +1 -1
  16. package/dist/Input.d.ts +0 -4
  17. package/dist/Input.js.map +1 -1
  18. package/dist/List.js +2 -54
  19. package/dist/List.js.map +1 -1
  20. package/dist/ListItem.d.ts +6 -21
  21. package/dist/ListItem.js +23 -72
  22. package/dist/ListItem.js.map +1 -1
  23. package/dist/ListItemBase.d.ts +1 -6
  24. package/dist/ListItemBase.js +1 -20
  25. package/dist/ListItemBase.js.map +1 -1
  26. package/dist/ListItemBaseTemplate.d.ts +2 -2
  27. package/dist/ListItemBaseTemplate.js.map +1 -1
  28. package/dist/ListItemGroup.d.ts +0 -2
  29. package/dist/ListItemGroup.js.map +1 -1
  30. package/dist/ListItemTemplate.js +1 -1
  31. package/dist/ListItemTemplate.js.map +1 -1
  32. package/dist/Menu.d.ts +0 -4
  33. package/dist/Menu.js.map +1 -1
  34. package/dist/MultiComboBox.d.ts +1 -5
  35. package/dist/MultiComboBox.js +24 -41
  36. package/dist/MultiComboBox.js.map +1 -1
  37. package/dist/MultiInput.d.ts +0 -6
  38. package/dist/MultiInput.js +8 -36
  39. package/dist/MultiInput.js.map +1 -1
  40. package/dist/Panel.d.ts +0 -22
  41. package/dist/Panel.js +0 -51
  42. package/dist/Panel.js.map +1 -1
  43. package/dist/PanelTemplate.js +2 -5
  44. package/dist/PanelTemplate.js.map +1 -1
  45. package/dist/Select.d.ts +0 -2
  46. package/dist/Select.js +0 -3
  47. package/dist/Select.js.map +1 -1
  48. package/dist/Tab.d.ts +1 -8
  49. package/dist/Tab.js +0 -13
  50. package/dist/Tab.js.map +1 -1
  51. package/dist/TabContainer.d.ts +3 -6
  52. package/dist/TabContainer.js +8 -11
  53. package/dist/TabContainer.js.map +1 -1
  54. package/dist/Table.d.ts +0 -1
  55. package/dist/Table.js +10 -25
  56. package/dist/Table.js.map +1 -1
  57. package/dist/TableCustomAnnouncement.d.ts +0 -1
  58. package/dist/TableCustomAnnouncement.js +2 -17
  59. package/dist/TableCustomAnnouncement.js.map +1 -1
  60. package/dist/TableRowBase.d.ts +0 -1
  61. package/dist/TableRowBase.js +0 -3
  62. package/dist/TableRowBase.js.map +1 -1
  63. package/dist/TableSelection.js +2 -2
  64. package/dist/TableSelection.js.map +1 -1
  65. package/dist/TableSelectionMulti.js +1 -1
  66. package/dist/TableSelectionMulti.js.map +1 -1
  67. package/dist/TableVirtualizer.d.ts +0 -1
  68. package/dist/TableVirtualizer.js +0 -1
  69. package/dist/TableVirtualizer.js.map +1 -1
  70. package/dist/Tokenizer.d.ts +0 -1
  71. package/dist/Tokenizer.js +0 -12
  72. package/dist/Tokenizer.js.map +1 -1
  73. package/dist/bundle.esm.js +0 -3
  74. package/dist/bundle.esm.js.map +1 -1
  75. package/dist/css/themes/Dialog.css +1 -1
  76. package/dist/css/themes/Form.css +1 -1
  77. package/dist/css/themes/FormItemSpan.css +1 -1
  78. package/dist/css/themes/FormLayout.css +1 -1
  79. package/dist/css/themes/ListItemBase.css +1 -1
  80. package/dist/css/themes/OptionBase.css +1 -1
  81. package/dist/css/themes/Panel.css +1 -1
  82. package/dist/css/themes/Select.css +1 -1
  83. package/dist/css/themes/SliderTooltip.css +1 -1
  84. package/dist/css/themes/TableRowBase.css +1 -1
  85. package/dist/css/themes/Toolbar.css +1 -1
  86. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  87. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  88. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  89. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  90. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  91. package/dist/css/themes/sap_horizon_auto/parameters-bundle.css +5 -7
  92. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  93. package/dist/css/themes/sap_horizon_hc_auto/parameters-bundle.css +2 -5
  94. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  95. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  96. package/dist/custom-elements-internal.json +4 -1149
  97. package/dist/custom-elements.json +9 -578
  98. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js +2 -7
  99. package/dist/dynamic-date-range-options/DateTimeRangeTemplate.js.map +1 -1
  100. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js +1 -1
  101. package/dist/dynamic-date-range-options/FromDateTimeTemplate.js.map +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  153. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  155. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  156. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  157. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  158. package/dist/generated/assets/themes/sap_horizon_auto/parameters-bundle.css.json +1 -1
  159. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  160. package/dist/generated/assets/themes/sap_horizon_hc_auto/parameters-bundle.css.json +1 -1
  161. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  162. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  163. package/dist/generated/i18n/i18n-defaults.d.ts +1 -2
  164. package/dist/generated/i18n/i18n-defaults.js +5 -6
  165. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  166. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  167. package/dist/generated/themes/Dialog.css.js +1 -1
  168. package/dist/generated/themes/Dialog.css.js.map +1 -1
  169. package/dist/generated/themes/Form.css.d.ts +1 -1
  170. package/dist/generated/themes/Form.css.js +1 -1
  171. package/dist/generated/themes/Form.css.js.map +1 -1
  172. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  173. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  174. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  175. package/dist/generated/themes/FormLayout.css.d.ts +1 -1
  176. package/dist/generated/themes/FormLayout.css.js +1 -1
  177. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  178. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  179. package/dist/generated/themes/ListItemBase.css.js +1 -1
  180. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  181. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  182. package/dist/generated/themes/OptionBase.css.js +1 -1
  183. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  184. package/dist/generated/themes/Panel.css.d.ts +1 -1
  185. package/dist/generated/themes/Panel.css.js +1 -1
  186. package/dist/generated/themes/Panel.css.js.map +1 -1
  187. package/dist/generated/themes/Select.css.d.ts +1 -1
  188. package/dist/generated/themes/Select.css.js +1 -1
  189. package/dist/generated/themes/Select.css.js.map +1 -1
  190. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  191. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  192. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  193. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  194. package/dist/generated/themes/TableRowBase.css.js +1 -1
  195. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  196. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  197. package/dist/generated/themes/Toolbar.css.js +1 -1
  198. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  199. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  200. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  201. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  202. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  203. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  204. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  205. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  206. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  207. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  208. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  209. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  210. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  211. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  212. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  213. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  214. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.d.ts +1 -1
  215. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js +5 -7
  216. package/dist/generated/themes/sap_horizon_auto/parameters-bundle.css.js.map +1 -1
  217. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  218. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  219. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  220. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.d.ts +1 -1
  221. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js +2 -5
  222. package/dist/generated/themes/sap_horizon_hc_auto/parameters-bundle.css.js.map +1 -1
  223. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  224. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  225. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  226. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  227. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  228. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  229. package/dist/vscode.html-custom-data.json +20 -140
  230. package/dist/web-types.json +36 -340
  231. package/package-scripts.cjs +0 -1
  232. package/package.json +9 -9
  233. package/src/ListItemBaseTemplate.tsx +3 -3
  234. package/src/ListItemTemplate.tsx +2 -0
  235. package/src/PanelTemplate.tsx +5 -12
  236. package/src/dynamic-date-range-options/DateTimeRangeTemplate.tsx +2 -8
  237. package/src/dynamic-date-range-options/FromDateTimeTemplate.tsx +1 -1
  238. package/src/i18n/messagebundle.properties +0 -2
  239. package/src/i18n/messagebundle_ar.properties +6 -26
  240. package/src/i18n/messagebundle_bg.properties +4 -24
  241. package/src/i18n/messagebundle_ca.properties +4 -24
  242. package/src/i18n/messagebundle_cnr.properties +4 -24
  243. package/src/i18n/messagebundle_cs.properties +5 -25
  244. package/src/i18n/messagebundle_cy.properties +4 -24
  245. package/src/i18n/messagebundle_da.properties +5 -25
  246. package/src/i18n/messagebundle_de.properties +4 -24
  247. package/src/i18n/messagebundle_el.properties +4 -24
  248. package/src/i18n/messagebundle_en.properties +4 -24
  249. package/src/i18n/messagebundle_en_GB.properties +4 -24
  250. package/src/i18n/messagebundle_en_US_sappsd.properties +4 -24
  251. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -22
  252. package/src/i18n/messagebundle_en_US_saptrc.properties +4 -24
  253. package/src/i18n/messagebundle_es.properties +5 -25
  254. package/src/i18n/messagebundle_es_MX.properties +4 -24
  255. package/src/i18n/messagebundle_et.properties +4 -24
  256. package/src/i18n/messagebundle_fi.properties +4 -24
  257. package/src/i18n/messagebundle_fr.properties +5 -25
  258. package/src/i18n/messagebundle_fr_CA.properties +8 -28
  259. package/src/i18n/messagebundle_hi.properties +5 -25
  260. package/src/i18n/messagebundle_hr.properties +4 -24
  261. package/src/i18n/messagebundle_hu.properties +4 -24
  262. package/src/i18n/messagebundle_id.properties +5 -25
  263. package/src/i18n/messagebundle_it.properties +5 -25
  264. package/src/i18n/messagebundle_iw.properties +4 -24
  265. package/src/i18n/messagebundle_ja.properties +4 -24
  266. package/src/i18n/messagebundle_kk.properties +4 -24
  267. package/src/i18n/messagebundle_ko.properties +7 -27
  268. package/src/i18n/messagebundle_lt.properties +4 -24
  269. package/src/i18n/messagebundle_lv.properties +4 -24
  270. package/src/i18n/messagebundle_mk.properties +5 -25
  271. package/src/i18n/messagebundle_ms.properties +4 -24
  272. package/src/i18n/messagebundle_nl.properties +4 -24
  273. package/src/i18n/messagebundle_no.properties +5 -25
  274. package/src/i18n/messagebundle_pl.properties +4 -24
  275. package/src/i18n/messagebundle_pt.properties +4 -24
  276. package/src/i18n/messagebundle_pt_PT.properties +4 -24
  277. package/src/i18n/messagebundle_ro.properties +4 -24
  278. package/src/i18n/messagebundle_ru.properties +6 -26
  279. package/src/i18n/messagebundle_sh.properties +4 -24
  280. package/src/i18n/messagebundle_sk.properties +4 -24
  281. package/src/i18n/messagebundle_sl.properties +5 -25
  282. package/src/i18n/messagebundle_sr.properties +4 -24
  283. package/src/i18n/messagebundle_sv.properties +4 -24
  284. package/src/i18n/messagebundle_th.properties +4 -24
  285. package/src/i18n/messagebundle_tr.properties +4 -24
  286. package/src/i18n/messagebundle_uk.properties +16 -36
  287. package/src/i18n/messagebundle_vi.properties +5 -25
  288. package/src/i18n/messagebundle_zh_CN.properties +6 -26
  289. package/src/i18n/messagebundle_zh_TW.properties +4 -24
  290. package/src/themes/Dialog.css +2 -2
  291. package/src/themes/FormItemSpan.css +4 -4
  292. package/src/themes/FormLayout.css +4 -4
  293. package/src/themes/ListItemBase.css +3 -4
  294. package/src/themes/OptionBase.css +0 -6
  295. package/src/themes/Panel.css +2 -19
  296. package/src/themes/Select.css +0 -11
  297. package/src/themes/SliderTooltip.css +1 -1
  298. package/src/themes/TableRowBase.css +0 -5
  299. package/src/themes/Toolbar.css +2 -2
  300. package/src/themes/base/Panel-parameters.css +0 -1
  301. package/src/themes/base/Select-parameters.css +0 -2
  302. package/src/themes/base/SliderTooltip-parameters.css +3 -0
  303. package/src/themes/base/sizes-parameters.css +2 -2
  304. package/src/themes/sap_fiori_3/SliderTooltip-parameters.css +5 -0
  305. package/src/themes/sap_fiori_3_dark/SliderTooltip-parameters.css +5 -0
  306. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +1 -1
  307. package/src/themes/sap_fiori_3_hcb/SliderTooltip-parameters.css +5 -0
  308. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +1 -1
  309. package/src/themes/sap_fiori_3_hcw/SliderTooltip-parameters.css +5 -0
  310. package/src/themes/sap_horizon/Select-parameters.css +3 -6
  311. package/src/themes/sap_horizon_dark/Select-parameters.css +3 -6
  312. package/src/themes/sap_horizon_dark/SliderTooltip-parameters.css +1 -0
  313. package/src/themes/sap_horizon_hcb/Link-parameters.css +1 -1
  314. package/src/themes/sap_horizon_hcb/SliderTooltip-parameters.css +1 -0
  315. package/src/themes/sap_horizon_hcw/Link-parameters.css +1 -1
  316. package/src/themes/sap_horizon_hcw/SliderTooltip-parameters.css +1 -0
  317. package/dist/TableGroupRow.d.ts +0 -60
  318. package/dist/TableGroupRow.js +0 -114
  319. package/dist/TableGroupRow.js.map +0 -1
  320. package/dist/TableGroupRowTemplate.d.ts +0 -2
  321. package/dist/TableGroupRowTemplate.js +0 -7
  322. package/dist/TableGroupRowTemplate.js.map +0 -1
  323. package/dist/css/themes/TableGroupRow.css +0 -1
  324. package/dist/generated/themes/TableGroupRow.css.d.ts +0 -2
  325. package/dist/generated/themes/TableGroupRow.css.js +0 -8
  326. package/dist/generated/themes/TableGroupRow.css.js.map +0 -1
  327. package/src/TableGroupRowTemplate.tsx +0 -24
  328. package/src/themes/TableGroupRow.css +0 -20
@@ -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.1-rc.0",
4
+ "version": "2.22.1",
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\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`.",
2142
+ "description": "The `ui5-cb-item` represents the item for a `ui5-combobox`.\n---\n",
2143
2143
  "doc-url": "",
2144
2144
  "attributes": [
2145
2145
  {
@@ -2158,12 +2158,7 @@
2158
2158
  "value": { "type": "string | undefined", "default": "undefined" }
2159
2159
  }
2160
2160
  ],
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
- ],
2161
+ "events": [],
2167
2162
  "js": {
2168
2163
  "properties": [
2169
2164
  {
@@ -2182,12 +2177,7 @@
2182
2177
  "value": { "type": "string | undefined" }
2183
2178
  }
2184
2179
  ],
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
- ]
2180
+ "events": []
2191
2181
  }
2192
2182
  },
2193
2183
  {
@@ -4225,7 +4215,7 @@
4225
4215
  },
4226
4216
  {
4227
4217
  "name": "ui5-form",
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.",
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.",
4229
4219
  "doc-url": "",
4230
4220
  "attributes": [
4231
4221
  {
@@ -5345,7 +5335,7 @@
5345
5335
  },
5346
5336
  {
5347
5337
  "name": "ui5-li-custom",
5348
- "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",
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",
5349
5339
  "doc-url": "",
5350
5340
  "attributes": [
5351
5341
  {
@@ -5361,14 +5351,6 @@
5361
5351
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5362
5352
  "value": { "type": "string | undefined", "default": "undefined" }
5363
5353
  },
5364
- {
5365
- "name": "accessible-role",
5366
- "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.",
5367
- "value": {
5368
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5369
- "default": "undefined"
5370
- }
5371
- },
5372
5354
  {
5373
5355
  "name": "highlight",
5374
5356
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5417,10 +5399,6 @@
5417
5399
  }
5418
5400
  ],
5419
5401
  "events": [
5420
- {
5421
- "name": "click",
5422
- "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`."
5423
- },
5424
5402
  {
5425
5403
  "name": "detail-click",
5426
5404
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5438,13 +5416,6 @@
5438
5416
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
5439
5417
  "value": { "type": "string | undefined" }
5440
5418
  },
5441
- {
5442
- "name": "accessible-role",
5443
- "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.",
5444
- "value": {
5445
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5446
- }
5447
- },
5448
5419
  {
5449
5420
  "name": "highlight",
5450
5421
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -5481,10 +5452,6 @@
5481
5452
  }
5482
5453
  ],
5483
5454
  "events": [
5484
- {
5485
- "name": "click",
5486
- "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`."
5487
- },
5488
5455
  {
5489
5456
  "name": "detail-click",
5490
5457
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5568,7 +5535,7 @@
5568
5535
  },
5569
5536
  {
5570
5537
  "name": "ui5-li-group-header",
5571
- "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.",
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.",
5572
5539
  "doc-url": "",
5573
5540
  "attributes": [
5574
5541
  {
@@ -5591,12 +5558,7 @@
5591
5558
  "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."
5592
5559
  }
5593
5560
  ],
5594
- "events": [
5595
- {
5596
- "name": "click",
5597
- "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`."
5598
- }
5599
- ],
5561
+ "events": [],
5600
5562
  "js": {
5601
5563
  "properties": [
5602
5564
  {
@@ -5610,17 +5572,12 @@
5610
5572
  "value": { "type": "\"None\" | \"Normal\"" }
5611
5573
  }
5612
5574
  ],
5613
- "events": [
5614
- {
5615
- "name": "click",
5616
- "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`."
5617
- }
5618
- ]
5575
+ "events": []
5619
5576
  }
5620
5577
  },
5621
5578
  {
5622
5579
  "name": "ui5-li",
5623
- "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",
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",
5624
5581
  "doc-url": "",
5625
5582
  "attributes": [
5626
5583
  {
@@ -5636,14 +5593,6 @@
5636
5593
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5637
5594
  "value": { "type": "string | undefined", "default": "undefined" }
5638
5595
  },
5639
- {
5640
- "name": "accessible-role",
5641
- "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.",
5642
- "value": {
5643
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
5644
- "default": "undefined"
5645
- }
5646
- },
5647
5596
  {
5648
5597
  "name": "additional-text",
5649
5598
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5737,10 +5686,6 @@
5737
5686
  }
5738
5687
  ],
5739
5688
  "events": [
5740
- {
5741
- "name": "click",
5742
- "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`."
5743
- },
5744
5689
  {
5745
5690
  "name": "detail-click",
5746
5691
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5758,13 +5703,6 @@
5758
5703
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
5759
5704
  "value": { "type": "string | undefined" }
5760
5705
  },
5761
- {
5762
- "name": "accessible-role",
5763
- "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.",
5764
- "value": {
5765
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
5766
- }
5767
- },
5768
5706
  {
5769
5707
  "name": "additional-text",
5770
5708
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -5838,10 +5776,6 @@
5838
5776
  }
5839
5777
  ],
5840
5778
  "events": [
5841
- {
5842
- "name": "click",
5843
- "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`."
5844
- },
5845
5779
  {
5846
5780
  "name": "detail-click",
5847
5781
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -5992,7 +5926,7 @@
5992
5926
  },
5993
5927
  {
5994
5928
  "name": "ui5-menu-item",
5995
- "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.",
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.",
5996
5930
  "doc-url": "",
5997
5931
  "attributes": [
5998
5932
  {
@@ -6008,14 +5942,6 @@
6008
5942
  "description": "Defines the accessible ARIA name of the component.",
6009
5943
  "value": { "type": "string | undefined", "default": "undefined" }
6010
5944
  },
6011
- {
6012
- "name": "accessible-role",
6013
- "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.",
6014
- "value": {
6015
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
6016
- "default": "undefined"
6017
- }
6018
- },
6019
5945
  {
6020
5946
  "name": "additional-text",
6021
5947
  "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`.",
@@ -6110,10 +6036,6 @@
6110
6036
  "name": "check",
6111
6037
  "description": "Fired when an item is checked or unchecked."
6112
6038
  },
6113
- {
6114
- "name": "click",
6115
- "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`."
6116
- },
6117
6039
  {
6118
6040
  "name": "close",
6119
6041
  "description": "Fired after the menu is closed."
@@ -6136,13 +6058,6 @@
6136
6058
  "description": "Defines the accessible ARIA name of the component.",
6137
6059
  "value": { "type": "string | undefined" }
6138
6060
  },
6139
- {
6140
- "name": "accessible-role",
6141
- "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.",
6142
- "value": {
6143
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
6144
- }
6145
- },
6146
6061
  {
6147
6062
  "name": "additional-text",
6148
6063
  "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`.",
@@ -6221,10 +6136,6 @@
6221
6136
  "name": "check",
6222
6137
  "description": "Fired when an item is checked or unchecked."
6223
6138
  },
6224
- {
6225
- "name": "click",
6226
- "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`."
6227
- },
6228
6139
  {
6229
6140
  "name": "close",
6230
6141
  "description": "Fired after the menu is closed."
@@ -6274,24 +6185,11 @@
6274
6185
  },
6275
6186
  {
6276
6187
  "name": "ui5-menu-separator",
6277
- "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`.",
6188
+ "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n---\n",
6278
6189
  "doc-url": "",
6279
6190
  "attributes": [],
6280
- "events": [
6281
- {
6282
- "name": "click",
6283
- "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`."
6284
- }
6285
- ],
6286
- "js": {
6287
- "properties": [],
6288
- "events": [
6289
- {
6290
- "name": "click",
6291
- "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`."
6292
- }
6293
- ]
6294
- }
6191
+ "events": [],
6192
+ "js": { "properties": [], "events": [] }
6295
6193
  },
6296
6194
  {
6297
6195
  "name": "ui5-message-strip",
@@ -6738,7 +6636,7 @@
6738
6636
  },
6739
6637
  {
6740
6638
  "name": "ui5-mcb-item",
6741
- "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`.",
6639
+ "description": "The `ui5-mcb-item` represents the item for a `ui5-multi-combobox`.\n---\n",
6742
6640
  "doc-url": "",
6743
6641
  "attributes": [
6744
6642
  {
@@ -6762,12 +6660,7 @@
6762
6660
  "value": { "type": "string | undefined", "default": "undefined" }
6763
6661
  }
6764
6662
  ],
6765
- "events": [
6766
- {
6767
- "name": "click",
6768
- "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`."
6769
- }
6770
- ],
6663
+ "events": [],
6771
6664
  "js": {
6772
6665
  "properties": [
6773
6666
  {
@@ -6791,12 +6684,7 @@
6791
6684
  "value": { "type": "string | undefined" }
6792
6685
  }
6793
6686
  ],
6794
- "events": [
6795
- {
6796
- "name": "click",
6797
- "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`."
6798
- }
6799
- ]
6687
+ "events": []
6800
6688
  }
6801
6689
  },
6802
6690
  {
@@ -7177,7 +7065,7 @@
7177
7065
  },
7178
7066
  {
7179
7067
  "name": "ui5-option",
7180
- "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.",
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.",
7181
7069
  "doc-url": "",
7182
7070
  "attributes": [
7183
7071
  {
@@ -7212,12 +7100,7 @@
7212
7100
  "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."
7213
7101
  }
7214
7102
  ],
7215
- "events": [
7216
- {
7217
- "name": "click",
7218
- "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`."
7219
- }
7220
- ],
7103
+ "events": [],
7221
7104
  "js": {
7222
7105
  "properties": [
7223
7106
  {
@@ -7246,17 +7129,12 @@
7246
7129
  "value": { "type": "string | undefined" }
7247
7130
  }
7248
7131
  ],
7249
- "events": [
7250
- {
7251
- "name": "click",
7252
- "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`."
7253
- }
7254
- ]
7132
+ "events": []
7255
7133
  }
7256
7134
  },
7257
7135
  {
7258
7136
  "name": "ui5-option-custom",
7259
- "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.",
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.",
7260
7138
  "doc-url": "",
7261
7139
  "attributes": [
7262
7140
  {
@@ -7286,12 +7164,7 @@
7286
7164
  "description": "Defines the content of the component."
7287
7165
  }
7288
7166
  ],
7289
- "events": [
7290
- {
7291
- "name": "click",
7292
- "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`."
7293
- }
7294
- ],
7167
+ "events": [],
7295
7168
  "js": {
7296
7169
  "properties": [
7297
7170
  {
@@ -7315,12 +7188,7 @@
7315
7188
  "value": { "type": "string | undefined" }
7316
7189
  }
7317
7190
  ],
7318
- "events": [
7319
- {
7320
- "name": "click",
7321
- "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`."
7322
- }
7323
- ]
7191
+ "events": []
7324
7192
  }
7325
7193
  },
7326
7194
  {
@@ -9347,7 +9215,7 @@
9347
9215
  },
9348
9216
  {
9349
9217
  "name": "ui5-suggestion-item",
9350
- "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`.",
9218
+ "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n---\n",
9351
9219
  "doc-url": "",
9352
9220
  "attributes": [
9353
9221
  {
@@ -9361,12 +9229,7 @@
9361
9229
  "value": { "type": "string | undefined", "default": "undefined" }
9362
9230
  }
9363
9231
  ],
9364
- "events": [
9365
- {
9366
- "name": "click",
9367
- "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`."
9368
- }
9369
- ],
9232
+ "events": [],
9370
9233
  "js": {
9371
9234
  "properties": [
9372
9235
  {
@@ -9380,17 +9243,12 @@
9380
9243
  "value": { "type": "string | undefined" }
9381
9244
  }
9382
9245
  ],
9383
- "events": [
9384
- {
9385
- "name": "click",
9386
- "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`."
9387
- }
9388
- ]
9246
+ "events": []
9389
9247
  }
9390
9248
  },
9391
9249
  {
9392
9250
  "name": "ui5-suggestion-item-custom",
9393
- "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.",
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.",
9394
9252
  "doc-url": "",
9395
9253
  "attributes": [
9396
9254
  {
@@ -9405,12 +9263,7 @@
9405
9263
  "description": "Defines the content of the component."
9406
9264
  }
9407
9265
  ],
9408
- "events": [
9409
- {
9410
- "name": "click",
9411
- "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`."
9412
- }
9413
- ],
9266
+ "events": [],
9414
9267
  "js": {
9415
9268
  "properties": [
9416
9269
  {
@@ -9419,12 +9272,7 @@
9419
9272
  "value": { "type": "string | undefined" }
9420
9273
  }
9421
9274
  ],
9422
- "events": [
9423
- {
9424
- "name": "click",
9425
- "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`."
9426
- }
9427
- ]
9275
+ "events": []
9428
9276
  }
9429
9277
  },
9430
9278
  {
@@ -9503,7 +9351,7 @@
9503
9351
  },
9504
9352
  {
9505
9353
  "name": "ui5-li-suggestion-item",
9506
- "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",
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",
9507
9355
  "doc-url": "",
9508
9356
  "attributes": [
9509
9357
  {
@@ -9519,14 +9367,6 @@
9519
9367
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9520
9368
  "value": { "type": "string | undefined", "default": "undefined" }
9521
9369
  },
9522
- {
9523
- "name": "accessible-role",
9524
- "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.",
9525
- "value": {
9526
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
9527
- "default": "undefined"
9528
- }
9529
- },
9530
9370
  {
9531
9371
  "name": "additional-text",
9532
9372
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9624,10 +9464,6 @@
9624
9464
  }
9625
9465
  ],
9626
9466
  "events": [
9627
- {
9628
- "name": "click",
9629
- "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`."
9630
- },
9631
9467
  {
9632
9468
  "name": "detail-click",
9633
9469
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9645,13 +9481,6 @@
9645
9481
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
9646
9482
  "value": { "type": "string | undefined" }
9647
9483
  },
9648
- {
9649
- "name": "accessible-role",
9650
- "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.",
9651
- "value": {
9652
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
9653
- }
9654
- },
9655
9484
  {
9656
9485
  "name": "additional-text",
9657
9486
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
@@ -9725,10 +9554,6 @@
9725
9554
  }
9726
9555
  ],
9727
9556
  "events": [
9728
- {
9729
- "name": "click",
9730
- "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`."
9731
- },
9732
9557
  {
9733
9558
  "name": "detail-click",
9734
9559
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -9884,7 +9709,7 @@
9884
9709
  },
9885
9710
  {
9886
9711
  "name": "ui5-tab",
9887
- "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.",
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.",
9888
9713
  "doc-url": "",
9889
9714
  "attributes": [
9890
9715
  {
@@ -9936,12 +9761,7 @@
9936
9761
  "description": "Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design."
9937
9762
  }
9938
9763
  ],
9939
- "events": [
9940
- {
9941
- "name": "click",
9942
- "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9943
- }
9944
- ],
9764
+ "events": [],
9945
9765
  "js": {
9946
9766
  "properties": [
9947
9767
  {
@@ -9982,12 +9802,7 @@
9982
9802
  "value": { "type": "string | undefined" }
9983
9803
  }
9984
9804
  ],
9985
- "events": [
9986
- {
9987
- "name": "click",
9988
- "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key."
9989
- }
9990
- ]
9805
+ "events": []
9991
9806
  }
9992
9807
  },
9993
9808
  {
@@ -10338,79 +10153,6 @@
10338
10153
  "events": []
10339
10154
  }
10340
10155
  },
10341
- {
10342
- "name": "ui5-table-group-row",
10343
- "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.",
10344
- "doc-url": "",
10345
- "attributes": [
10346
- {
10347
- "name": "interactive",
10348
- "description": "Defines the interactive state of the row.",
10349
- "value": { "type": "boolean", "default": "false" }
10350
- },
10351
- {
10352
- "name": "movable",
10353
- "description": "Defines whether the row is movable.",
10354
- "value": { "type": "boolean", "default": "false" }
10355
- },
10356
- {
10357
- "name": "navigated",
10358
- "description": "Defines the navigated state of the row.",
10359
- "value": { "type": "boolean", "default": "false" }
10360
- },
10361
- {
10362
- "name": "position",
10363
- "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.",
10364
- "value": { "type": "number | undefined", "default": "undefined" }
10365
- },
10366
- {
10367
- "name": "row-key",
10368
- "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.",
10369
- "value": { "type": "string | undefined", "default": "undefined" }
10370
- }
10371
- ],
10372
- "slots": [
10373
- {
10374
- "name": "actions",
10375
- "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."
10376
- },
10377
- {
10378
- "name": "default",
10379
- "description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design."
10380
- }
10381
- ],
10382
- "events": [],
10383
- "js": {
10384
- "properties": [
10385
- {
10386
- "name": "interactive",
10387
- "description": "Defines the interactive state of the row.",
10388
- "value": { "type": "boolean" }
10389
- },
10390
- {
10391
- "name": "movable",
10392
- "description": "Defines whether the row is movable.",
10393
- "value": { "type": "boolean" }
10394
- },
10395
- {
10396
- "name": "navigated",
10397
- "description": "Defines the navigated state of the row.",
10398
- "value": { "type": "boolean" }
10399
- },
10400
- {
10401
- "name": "position",
10402
- "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.",
10403
- "value": { "type": "number | undefined" }
10404
- },
10405
- {
10406
- "name": "row-key",
10407
- "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.",
10408
- "value": { "type": "string | undefined" }
10409
- }
10410
- ],
10411
- "events": []
10412
- }
10413
- },
10414
10156
  {
10415
10157
  "name": "ui5-table-growing",
10416
10158
  "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.",
@@ -10940,7 +10682,7 @@
10940
10682
  },
10941
10683
  {
10942
10684
  "name": "ui5-table-virtualizer",
10943
- "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.",
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.",
10944
10686
  "doc-url": "",
10945
10687
  "attributes": [
10946
10688
  {
@@ -13030,7 +12772,7 @@
13030
12772
  },
13031
12773
  {
13032
12774
  "name": "ui5-tree-item",
13033
- "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",
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",
13034
12776
  "doc-url": "",
13035
12777
  "attributes": [
13036
12778
  {
@@ -13046,14 +12788,6 @@
13046
12788
  "description": "Defines the accessible name of the component.",
13047
12789
  "value": { "type": "string | undefined", "default": "undefined" }
13048
12790
  },
13049
- {
13050
- "name": "accessible-role",
13051
- "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.",
13052
- "value": {
13053
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
13054
- "default": "undefined"
13055
- }
13056
- },
13057
12791
  {
13058
12792
  "name": "additional-text",
13059
12793
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -13144,10 +12878,6 @@
13144
12878
  }
13145
12879
  ],
13146
12880
  "events": [
13147
- {
13148
- "name": "click",
13149
- "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`."
13150
- },
13151
12881
  {
13152
12882
  "name": "detail-click",
13153
12883
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13165,13 +12895,6 @@
13165
12895
  "description": "Defines the accessible name of the component.",
13166
12896
  "value": { "type": "string | undefined" }
13167
12897
  },
13168
- {
13169
- "name": "accessible-role",
13170
- "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.",
13171
- "value": {
13172
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13173
- }
13174
- },
13175
12898
  {
13176
12899
  "name": "additional-text",
13177
12900
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
@@ -13245,10 +12968,6 @@
13245
12968
  }
13246
12969
  ],
13247
12970
  "events": [
13248
- {
13249
- "name": "click",
13250
- "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`."
13251
- },
13252
12971
  {
13253
12972
  "name": "detail-click",
13254
12973
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13258,7 +12977,7 @@
13258
12977
  },
13259
12978
  {
13260
12979
  "name": "ui5-tree-item-custom",
13261
- "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",
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",
13262
12981
  "doc-url": "",
13263
12982
  "attributes": [
13264
12983
  {
@@ -13274,14 +12993,6 @@
13274
12993
  "description": "Defines the accessible name of the component.",
13275
12994
  "value": { "type": "string | undefined", "default": "undefined" }
13276
12995
  },
13277
- {
13278
- "name": "accessible-role",
13279
- "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.",
13280
- "value": {
13281
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined",
13282
- "default": "undefined"
13283
- }
13284
- },
13285
12996
  {
13286
12997
  "name": "additional-text-state",
13287
12998
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13371,10 +13082,6 @@
13371
13082
  }
13372
13083
  ],
13373
13084
  "events": [
13374
- {
13375
- "name": "click",
13376
- "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`."
13377
- },
13378
13085
  {
13379
13086
  "name": "detail-click",
13380
13087
  "description": "Fired when the user clicks on the detail button when type is `Detail`."
@@ -13392,13 +13099,6 @@
13392
13099
  "description": "Defines the accessible name of the component.",
13393
13100
  "value": { "type": "string | undefined" }
13394
13101
  },
13395
- {
13396
- "name": "accessible-role",
13397
- "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.",
13398
- "value": {
13399
- "type": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13400
- }
13401
- },
13402
13102
  {
13403
13103
  "name": "additional-text-state",
13404
13104
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
@@ -13467,10 +13167,6 @@
13467
13167
  }
13468
13168
  ],
13469
13169
  "events": [
13470
- {
13471
- "name": "click",
13472
- "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`."
13473
- },
13474
13170
  {
13475
13171
  "name": "detail-click",
13476
13172
  "description": "Fired when the user clicks on the detail button when type is `Detail`."