@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
@@ -5369,52 +5369,6 @@
5369
5369
  "package": "@ui5/webcomponents",
5370
5370
  "module": "dist/ComboBox.js"
5371
5371
  }
5372
- ],
5373
- "events": [
5374
- {
5375
- "name": "click",
5376
- "_ui5privacy": "public",
5377
- "type": {
5378
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
5379
- "references": [
5380
- {
5381
- "name": "ListItemBaseClickEventDetail",
5382
- "package": "@ui5/webcomponents",
5383
- "module": "dist/ListItemBase.js"
5384
- }
5385
- ]
5386
- },
5387
- "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`.",
5388
- "_ui5Cancelable": false,
5389
- "_ui5allowPreventDefault": false,
5390
- "_ui5Bubbles": true,
5391
- "_ui5since": "2.22.0",
5392
- "_ui5parameters": [
5393
- {
5394
- "type": {
5395
- "text": "ListItemBase",
5396
- "references": [
5397
- {
5398
- "name": "ListItemBase",
5399
- "package": "@ui5/webcomponents",
5400
- "module": "dist/ListItemBase.js"
5401
- }
5402
- ]
5403
- },
5404
- "name": "item",
5405
- "_ui5privacy": "public",
5406
- "description": "The activated item."
5407
- },
5408
- {
5409
- "type": {
5410
- "text": "Event"
5411
- },
5412
- "name": "originalEvent",
5413
- "_ui5privacy": "public",
5414
- "description": "The original event from the user interaction."
5415
- }
5416
- ]
5417
- }
5418
5372
  ]
5419
5373
  }
5420
5374
  ],
@@ -10478,7 +10432,7 @@
10478
10432
  "declarations": [
10479
10433
  {
10480
10434
  "kind": "class",
10481
- "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\";",
10435
+ "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\";",
10482
10436
  "name": "Form",
10483
10437
  "cssParts": [
10484
10438
  {
@@ -13119,17 +13073,6 @@
13119
13073
  "privacy": "public",
13120
13074
  "_ui5since": "1.15.0"
13121
13075
  },
13122
- {
13123
- "kind": "field",
13124
- "name": "accessibleRole",
13125
- "type": {
13126
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
13127
- },
13128
- "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.",
13129
- "default": "undefined",
13130
- "privacy": "public",
13131
- "_ui5since": "1.3.0"
13132
- },
13133
13076
  {
13134
13077
  "kind": "field",
13135
13078
  "name": "highlight",
@@ -13199,50 +13142,6 @@
13199
13142
  }
13200
13143
  ],
13201
13144
  "events": [
13202
- {
13203
- "name": "click",
13204
- "_ui5privacy": "public",
13205
- "type": {
13206
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
13207
- "references": [
13208
- {
13209
- "name": "ListItemBaseClickEventDetail",
13210
- "package": "@ui5/webcomponents",
13211
- "module": "dist/ListItemBase.js"
13212
- }
13213
- ]
13214
- },
13215
- "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`.",
13216
- "_ui5Cancelable": false,
13217
- "_ui5allowPreventDefault": false,
13218
- "_ui5Bubbles": true,
13219
- "_ui5since": "2.22.0",
13220
- "_ui5parameters": [
13221
- {
13222
- "type": {
13223
- "text": "ListItemBase",
13224
- "references": [
13225
- {
13226
- "name": "ListItemBase",
13227
- "package": "@ui5/webcomponents",
13228
- "module": "dist/ListItemBase.js"
13229
- }
13230
- ]
13231
- },
13232
- "name": "item",
13233
- "_ui5privacy": "public",
13234
- "description": "The activated item."
13235
- },
13236
- {
13237
- "type": {
13238
- "text": "Event"
13239
- },
13240
- "name": "originalEvent",
13241
- "_ui5privacy": "public",
13242
- "description": "The original event from the user interaction."
13243
- }
13244
- ]
13245
- },
13246
13145
  {
13247
13146
  "name": "detail-click",
13248
13147
  "_ui5privacy": "public",
@@ -13265,15 +13164,6 @@
13265
13164
  "text": "ListItemAccessibilityAttributes"
13266
13165
  }
13267
13166
  },
13268
- {
13269
- "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.",
13270
- "name": "accessible-role",
13271
- "default": "undefined",
13272
- "fieldName": "accessibleRole",
13273
- "type": {
13274
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13275
- }
13276
- },
13277
13167
  {
13278
13168
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
13279
13169
  "name": "highlight",
@@ -13349,52 +13239,6 @@
13349
13239
  "kind": "class",
13350
13240
  "description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.",
13351
13241
  "name": "ListItemBase",
13352
- "events": [
13353
- {
13354
- "name": "click",
13355
- "_ui5privacy": "public",
13356
- "type": {
13357
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
13358
- "references": [
13359
- {
13360
- "name": "ListItemBaseClickEventDetail",
13361
- "package": "@ui5/webcomponents",
13362
- "module": "dist/ListItemBase.js"
13363
- }
13364
- ]
13365
- },
13366
- "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`.",
13367
- "_ui5Cancelable": false,
13368
- "_ui5allowPreventDefault": false,
13369
- "_ui5Bubbles": true,
13370
- "_ui5since": "2.22.0",
13371
- "_ui5parameters": [
13372
- {
13373
- "type": {
13374
- "text": "ListItemBase",
13375
- "references": [
13376
- {
13377
- "name": "ListItemBase",
13378
- "package": "@ui5/webcomponents",
13379
- "module": "dist/ListItemBase.js"
13380
- }
13381
- ]
13382
- },
13383
- "name": "item",
13384
- "_ui5privacy": "public",
13385
- "description": "The activated item."
13386
- },
13387
- {
13388
- "type": {
13389
- "text": "Event"
13390
- },
13391
- "name": "originalEvent",
13392
- "_ui5privacy": "public",
13393
- "description": "The original event from the user interaction."
13394
- }
13395
- ]
13396
- }
13397
- ],
13398
13242
  "superclass": {
13399
13243
  "name": "UI5Element",
13400
13244
  "package": "@ui5/webcomponents-base",
@@ -13506,17 +13350,6 @@
13506
13350
  "privacy": "public",
13507
13351
  "_ui5since": "1.0.0-rc.15"
13508
13352
  },
13509
- {
13510
- "kind": "field",
13511
- "name": "accessibleRole",
13512
- "type": {
13513
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
13514
- },
13515
- "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.",
13516
- "default": "undefined",
13517
- "privacy": "public",
13518
- "_ui5since": "1.3.0"
13519
- },
13520
13353
  {
13521
13354
  "kind": "field",
13522
13355
  "name": "highlight",
@@ -13615,15 +13448,6 @@
13615
13448
  "text": "string | undefined"
13616
13449
  }
13617
13450
  },
13618
- {
13619
- "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.",
13620
- "name": "accessible-role",
13621
- "default": "undefined",
13622
- "fieldName": "accessibleRole",
13623
- "type": {
13624
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
13625
- }
13626
- },
13627
13451
  {
13628
13452
  "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
13629
13453
  "name": "highlight",
@@ -13688,50 +13512,6 @@
13688
13512
  "customElement": true,
13689
13513
  "_ui5privacy": "public",
13690
13514
  "events": [
13691
- {
13692
- "name": "click",
13693
- "_ui5privacy": "public",
13694
- "type": {
13695
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
13696
- "references": [
13697
- {
13698
- "name": "ListItemBaseClickEventDetail",
13699
- "package": "@ui5/webcomponents",
13700
- "module": "dist/ListItemBase.js"
13701
- }
13702
- ]
13703
- },
13704
- "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`.",
13705
- "_ui5Cancelable": false,
13706
- "_ui5allowPreventDefault": false,
13707
- "_ui5Bubbles": true,
13708
- "_ui5since": "2.22.0",
13709
- "_ui5parameters": [
13710
- {
13711
- "type": {
13712
- "text": "ListItemBase",
13713
- "references": [
13714
- {
13715
- "name": "ListItemBase",
13716
- "package": "@ui5/webcomponents",
13717
- "module": "dist/ListItemBase.js"
13718
- }
13719
- ]
13720
- },
13721
- "name": "item",
13722
- "_ui5privacy": "public",
13723
- "description": "The activated item."
13724
- },
13725
- {
13726
- "type": {
13727
- "text": "Event"
13728
- },
13729
- "name": "originalEvent",
13730
- "_ui5privacy": "public",
13731
- "description": "The original event from the user interaction."
13732
- }
13733
- ]
13734
- },
13735
13515
  {
13736
13516
  "name": "detail-click",
13737
13517
  "_ui5privacy": "public",
@@ -14066,53 +13846,7 @@
14066
13846
  },
14067
13847
  "tagName": "ui5-li-group-header",
14068
13848
  "customElement": true,
14069
- "_ui5privacy": "private",
14070
- "events": [
14071
- {
14072
- "name": "click",
14073
- "_ui5privacy": "public",
14074
- "type": {
14075
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
14076
- "references": [
14077
- {
14078
- "name": "ListItemBaseClickEventDetail",
14079
- "package": "@ui5/webcomponents",
14080
- "module": "dist/ListItemBase.js"
14081
- }
14082
- ]
14083
- },
14084
- "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`.",
14085
- "_ui5Cancelable": false,
14086
- "_ui5allowPreventDefault": false,
14087
- "_ui5Bubbles": true,
14088
- "_ui5since": "2.22.0",
14089
- "_ui5parameters": [
14090
- {
14091
- "type": {
14092
- "text": "ListItemBase",
14093
- "references": [
14094
- {
14095
- "name": "ListItemBase",
14096
- "package": "@ui5/webcomponents",
14097
- "module": "dist/ListItemBase.js"
14098
- }
14099
- ]
14100
- },
14101
- "name": "item",
14102
- "_ui5privacy": "public",
14103
- "description": "The activated item."
14104
- },
14105
- {
14106
- "type": {
14107
- "text": "Event"
14108
- },
14109
- "name": "originalEvent",
14110
- "_ui5privacy": "public",
14111
- "description": "The original event from the user interaction."
14112
- }
14113
- ]
14114
- }
14115
- ]
13849
+ "_ui5privacy": "private"
14116
13850
  }
14117
13851
  ],
14118
13852
  "exports": [
@@ -14250,17 +13984,6 @@
14250
13984
  "privacy": "public",
14251
13985
  "_ui5since": "1.0.0-rc.15"
14252
13986
  },
14253
- {
14254
- "kind": "field",
14255
- "name": "accessibleRole",
14256
- "type": {
14257
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
14258
- },
14259
- "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.",
14260
- "default": "undefined",
14261
- "privacy": "public",
14262
- "_ui5since": "1.3.0"
14263
- },
14264
13987
  {
14265
13988
  "kind": "field",
14266
13989
  "name": "additionalText",
@@ -14448,15 +14171,6 @@
14448
14171
  "text": "string | undefined"
14449
14172
  }
14450
14173
  },
14451
- {
14452
- "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.",
14453
- "name": "accessible-role",
14454
- "default": "undefined",
14455
- "fieldName": "accessibleRole",
14456
- "type": {
14457
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
14458
- }
14459
- },
14460
14174
  {
14461
14175
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
14462
14176
  "name": "additional-text",
@@ -14585,51 +14299,7 @@
14585
14299
  "_ui5privacy": "public",
14586
14300
  "events": [
14587
14301
  {
14588
- "name": "click",
14589
- "_ui5privacy": "public",
14590
- "type": {
14591
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
14592
- "references": [
14593
- {
14594
- "name": "ListItemBaseClickEventDetail",
14595
- "package": "@ui5/webcomponents",
14596
- "module": "dist/ListItemBase.js"
14597
- }
14598
- ]
14599
- },
14600
- "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`.",
14601
- "_ui5Cancelable": false,
14602
- "_ui5allowPreventDefault": false,
14603
- "_ui5Bubbles": true,
14604
- "_ui5since": "2.22.0",
14605
- "_ui5parameters": [
14606
- {
14607
- "type": {
14608
- "text": "ListItemBase",
14609
- "references": [
14610
- {
14611
- "name": "ListItemBase",
14612
- "package": "@ui5/webcomponents",
14613
- "module": "dist/ListItemBase.js"
14614
- }
14615
- ]
14616
- },
14617
- "name": "item",
14618
- "_ui5privacy": "public",
14619
- "description": "The activated item."
14620
- },
14621
- {
14622
- "type": {
14623
- "text": "Event"
14624
- },
14625
- "name": "originalEvent",
14626
- "_ui5privacy": "public",
14627
- "description": "The original event from the user interaction."
14628
- }
14629
- ]
14630
- },
14631
- {
14632
- "name": "detail-click",
14302
+ "name": "detail-click",
14633
14303
  "_ui5privacy": "public",
14634
14304
  "type": {
14635
14305
  "text": "CustomEvent"
@@ -15080,17 +14750,6 @@
15080
14750
  "privacy": "public",
15081
14751
  "_ui5since": "1.7.0"
15082
14752
  },
15083
- {
15084
- "kind": "field",
15085
- "name": "accessibleRole",
15086
- "type": {
15087
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
15088
- },
15089
- "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.",
15090
- "default": "undefined",
15091
- "privacy": "public",
15092
- "_ui5since": "1.3.0"
15093
- },
15094
14753
  {
15095
14754
  "kind": "field",
15096
14755
  "name": "additionalText",
@@ -15304,50 +14963,6 @@
15304
14963
  "_ui5Bubbles": true,
15305
14964
  "_ui5since": "2.12.0"
15306
14965
  },
15307
- {
15308
- "name": "click",
15309
- "_ui5privacy": "public",
15310
- "type": {
15311
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
15312
- "references": [
15313
- {
15314
- "name": "ListItemBaseClickEventDetail",
15315
- "package": "@ui5/webcomponents",
15316
- "module": "dist/ListItemBase.js"
15317
- }
15318
- ]
15319
- },
15320
- "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`.",
15321
- "_ui5Cancelable": false,
15322
- "_ui5allowPreventDefault": false,
15323
- "_ui5Bubbles": true,
15324
- "_ui5since": "2.22.0",
15325
- "_ui5parameters": [
15326
- {
15327
- "type": {
15328
- "text": "ListItemBase",
15329
- "references": [
15330
- {
15331
- "name": "ListItemBase",
15332
- "package": "@ui5/webcomponents",
15333
- "module": "dist/ListItemBase.js"
15334
- }
15335
- ]
15336
- },
15337
- "name": "item",
15338
- "_ui5privacy": "public",
15339
- "description": "The activated item."
15340
- },
15341
- {
15342
- "type": {
15343
- "text": "Event"
15344
- },
15345
- "name": "originalEvent",
15346
- "_ui5privacy": "public",
15347
- "description": "The original event from the user interaction."
15348
- }
15349
- ]
15350
- },
15351
14966
  {
15352
14967
  "name": "close",
15353
14968
  "_ui5privacy": "public",
@@ -15402,15 +15017,6 @@
15402
15017
  "text": "string | undefined"
15403
15018
  }
15404
15019
  },
15405
- {
15406
- "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.",
15407
- "name": "accessible-role",
15408
- "default": "undefined",
15409
- "fieldName": "accessibleRole",
15410
- "type": {
15411
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
15412
- }
15413
- },
15414
15020
  {
15415
15021
  "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`.",
15416
15022
  "name": "additional-text",
@@ -15673,52 +15279,6 @@
15673
15279
  "package": "@ui5/webcomponents",
15674
15280
  "module": "dist/Menu.js"
15675
15281
  }
15676
- ],
15677
- "events": [
15678
- {
15679
- "name": "click",
15680
- "_ui5privacy": "public",
15681
- "type": {
15682
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
15683
- "references": [
15684
- {
15685
- "name": "ListItemBaseClickEventDetail",
15686
- "package": "@ui5/webcomponents",
15687
- "module": "dist/ListItemBase.js"
15688
- }
15689
- ]
15690
- },
15691
- "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`.",
15692
- "_ui5Cancelable": false,
15693
- "_ui5allowPreventDefault": false,
15694
- "_ui5Bubbles": true,
15695
- "_ui5since": "2.22.0",
15696
- "_ui5parameters": [
15697
- {
15698
- "type": {
15699
- "text": "ListItemBase",
15700
- "references": [
15701
- {
15702
- "name": "ListItemBase",
15703
- "package": "@ui5/webcomponents",
15704
- "module": "dist/ListItemBase.js"
15705
- }
15706
- ]
15707
- },
15708
- "name": "item",
15709
- "_ui5privacy": "public",
15710
- "description": "The activated item."
15711
- },
15712
- {
15713
- "type": {
15714
- "text": "Event"
15715
- },
15716
- "name": "originalEvent",
15717
- "_ui5privacy": "public",
15718
- "description": "The original event from the user interaction."
15719
- }
15720
- ]
15721
- }
15722
15282
  ]
15723
15283
  }
15724
15284
  ],
@@ -16738,52 +16298,6 @@
16738
16298
  "_ui5since": "2.20.0"
16739
16299
  }
16740
16300
  ],
16741
- "events": [
16742
- {
16743
- "name": "click",
16744
- "_ui5privacy": "public",
16745
- "type": {
16746
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
16747
- "references": [
16748
- {
16749
- "name": "ListItemBaseClickEventDetail",
16750
- "package": "@ui5/webcomponents",
16751
- "module": "dist/ListItemBase.js"
16752
- }
16753
- ]
16754
- },
16755
- "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`.",
16756
- "_ui5Cancelable": false,
16757
- "_ui5allowPreventDefault": false,
16758
- "_ui5Bubbles": true,
16759
- "_ui5since": "2.22.0",
16760
- "_ui5parameters": [
16761
- {
16762
- "type": {
16763
- "text": "ListItemBase",
16764
- "references": [
16765
- {
16766
- "name": "ListItemBase",
16767
- "package": "@ui5/webcomponents",
16768
- "module": "dist/ListItemBase.js"
16769
- }
16770
- ]
16771
- },
16772
- "name": "item",
16773
- "_ui5privacy": "public",
16774
- "description": "The activated item."
16775
- },
16776
- {
16777
- "type": {
16778
- "text": "Event"
16779
- },
16780
- "name": "originalEvent",
16781
- "_ui5privacy": "public",
16782
- "description": "The original event from the user interaction."
16783
- }
16784
- ]
16785
- }
16786
- ],
16787
16301
  "attributes": [
16788
16302
  {
16789
16303
  "description": "Defines the additional text of the component.",
@@ -17863,52 +17377,6 @@
17863
17377
  "package": "@ui5/webcomponents",
17864
17378
  "module": "dist/Select.js"
17865
17379
  }
17866
- ],
17867
- "events": [
17868
- {
17869
- "name": "click",
17870
- "_ui5privacy": "public",
17871
- "type": {
17872
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
17873
- "references": [
17874
- {
17875
- "name": "ListItemBaseClickEventDetail",
17876
- "package": "@ui5/webcomponents",
17877
- "module": "dist/ListItemBase.js"
17878
- }
17879
- ]
17880
- },
17881
- "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`.",
17882
- "_ui5Cancelable": false,
17883
- "_ui5allowPreventDefault": false,
17884
- "_ui5Bubbles": true,
17885
- "_ui5since": "2.22.0",
17886
- "_ui5parameters": [
17887
- {
17888
- "type": {
17889
- "text": "ListItemBase",
17890
- "references": [
17891
- {
17892
- "name": "ListItemBase",
17893
- "package": "@ui5/webcomponents",
17894
- "module": "dist/ListItemBase.js"
17895
- }
17896
- ]
17897
- },
17898
- "name": "item",
17899
- "_ui5privacy": "public",
17900
- "description": "The activated item."
17901
- },
17902
- {
17903
- "type": {
17904
- "text": "Event"
17905
- },
17906
- "name": "originalEvent",
17907
- "_ui5privacy": "public",
17908
- "description": "The original event from the user interaction."
17909
- }
17910
- ]
17911
- }
17912
17380
  ]
17913
17381
  }
17914
17382
  ],
@@ -18045,52 +17513,6 @@
18045
17513
  "package": "@ui5/webcomponents",
18046
17514
  "module": "dist/Select.js"
18047
17515
  }
18048
- ],
18049
- "events": [
18050
- {
18051
- "name": "click",
18052
- "_ui5privacy": "public",
18053
- "type": {
18054
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
18055
- "references": [
18056
- {
18057
- "name": "ListItemBaseClickEventDetail",
18058
- "package": "@ui5/webcomponents",
18059
- "module": "dist/ListItemBase.js"
18060
- }
18061
- ]
18062
- },
18063
- "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`.",
18064
- "_ui5Cancelable": false,
18065
- "_ui5allowPreventDefault": false,
18066
- "_ui5Bubbles": true,
18067
- "_ui5since": "2.22.0",
18068
- "_ui5parameters": [
18069
- {
18070
- "type": {
18071
- "text": "ListItemBase",
18072
- "references": [
18073
- {
18074
- "name": "ListItemBase",
18075
- "package": "@ui5/webcomponents",
18076
- "module": "dist/ListItemBase.js"
18077
- }
18078
- ]
18079
- },
18080
- "name": "item",
18081
- "_ui5privacy": "public",
18082
- "description": "The activated item."
18083
- },
18084
- {
18085
- "type": {
18086
- "text": "Event"
18087
- },
18088
- "name": "originalEvent",
18089
- "_ui5privacy": "public",
18090
- "description": "The original event from the user interaction."
18091
- }
18092
- ]
18093
- }
18094
17516
  ]
18095
17517
  }
18096
17518
  ],
@@ -23168,52 +22590,6 @@
23168
22590
  "package": "@ui5/webcomponents",
23169
22591
  "module": "dist/Input.js"
23170
22592
  }
23171
- ],
23172
- "events": [
23173
- {
23174
- "name": "click",
23175
- "_ui5privacy": "public",
23176
- "type": {
23177
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
23178
- "references": [
23179
- {
23180
- "name": "ListItemBaseClickEventDetail",
23181
- "package": "@ui5/webcomponents",
23182
- "module": "dist/ListItemBase.js"
23183
- }
23184
- ]
23185
- },
23186
- "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`.",
23187
- "_ui5Cancelable": false,
23188
- "_ui5allowPreventDefault": false,
23189
- "_ui5Bubbles": true,
23190
- "_ui5since": "2.22.0",
23191
- "_ui5parameters": [
23192
- {
23193
- "type": {
23194
- "text": "ListItemBase",
23195
- "references": [
23196
- {
23197
- "name": "ListItemBase",
23198
- "package": "@ui5/webcomponents",
23199
- "module": "dist/ListItemBase.js"
23200
- }
23201
- ]
23202
- },
23203
- "name": "item",
23204
- "_ui5privacy": "public",
23205
- "description": "The activated item."
23206
- },
23207
- {
23208
- "type": {
23209
- "text": "Event"
23210
- },
23211
- "name": "originalEvent",
23212
- "_ui5privacy": "public",
23213
- "description": "The original event from the user interaction."
23214
- }
23215
- ]
23216
- }
23217
22593
  ]
23218
22594
  }
23219
22595
  ],
@@ -23293,52 +22669,6 @@
23293
22669
  "package": "@ui5/webcomponents",
23294
22670
  "module": "dist/Input.js"
23295
22671
  }
23296
- ],
23297
- "events": [
23298
- {
23299
- "name": "click",
23300
- "_ui5privacy": "public",
23301
- "type": {
23302
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
23303
- "references": [
23304
- {
23305
- "name": "ListItemBaseClickEventDetail",
23306
- "package": "@ui5/webcomponents",
23307
- "module": "dist/ListItemBase.js"
23308
- }
23309
- ]
23310
- },
23311
- "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`.",
23312
- "_ui5Cancelable": false,
23313
- "_ui5allowPreventDefault": false,
23314
- "_ui5Bubbles": true,
23315
- "_ui5since": "2.22.0",
23316
- "_ui5parameters": [
23317
- {
23318
- "type": {
23319
- "text": "ListItemBase",
23320
- "references": [
23321
- {
23322
- "name": "ListItemBase",
23323
- "package": "@ui5/webcomponents",
23324
- "module": "dist/ListItemBase.js"
23325
- }
23326
- ]
23327
- },
23328
- "name": "item",
23329
- "_ui5privacy": "public",
23330
- "description": "The activated item."
23331
- },
23332
- {
23333
- "type": {
23334
- "text": "Event"
23335
- },
23336
- "name": "originalEvent",
23337
- "_ui5privacy": "public",
23338
- "description": "The original event from the user interaction."
23339
- }
23340
- ]
23341
- }
23342
22672
  ]
23343
22673
  }
23344
22674
  ],
@@ -23716,17 +23046,6 @@
23716
23046
  "privacy": "public",
23717
23047
  "_ui5since": "1.0.0-rc.15"
23718
23048
  },
23719
- {
23720
- "kind": "field",
23721
- "name": "accessibleRole",
23722
- "type": {
23723
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
23724
- },
23725
- "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.",
23726
- "default": "undefined",
23727
- "privacy": "public",
23728
- "_ui5since": "1.3.0"
23729
- },
23730
23049
  {
23731
23050
  "kind": "field",
23732
23051
  "name": "additionalText",
@@ -23922,15 +23241,6 @@
23922
23241
  "text": "string | undefined"
23923
23242
  }
23924
23243
  },
23925
- {
23926
- "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.",
23927
- "name": "accessible-role",
23928
- "default": "undefined",
23929
- "fieldName": "accessibleRole",
23930
- "type": {
23931
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
23932
- }
23933
- },
23934
23244
  {
23935
23245
  "description": "Defines the `additionalText`, displayed in the end of the list item.",
23936
23246
  "name": "additional-text",
@@ -24050,50 +23360,6 @@
24050
23360
  }
24051
23361
  ],
24052
23362
  "events": [
24053
- {
24054
- "name": "click",
24055
- "_ui5privacy": "public",
24056
- "type": {
24057
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
24058
- "references": [
24059
- {
24060
- "name": "ListItemBaseClickEventDetail",
24061
- "package": "@ui5/webcomponents",
24062
- "module": "dist/ListItemBase.js"
24063
- }
24064
- ]
24065
- },
24066
- "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`.",
24067
- "_ui5Cancelable": false,
24068
- "_ui5allowPreventDefault": false,
24069
- "_ui5Bubbles": true,
24070
- "_ui5since": "2.22.0",
24071
- "_ui5parameters": [
24072
- {
24073
- "type": {
24074
- "text": "ListItemBase",
24075
- "references": [
24076
- {
24077
- "name": "ListItemBase",
24078
- "package": "@ui5/webcomponents",
24079
- "module": "dist/ListItemBase.js"
24080
- }
24081
- ]
24082
- },
24083
- "name": "item",
24084
- "_ui5privacy": "public",
24085
- "description": "The activated item."
24086
- },
24087
- {
24088
- "type": {
24089
- "text": "Event"
24090
- },
24091
- "name": "originalEvent",
24092
- "_ui5privacy": "public",
24093
- "description": "The original event from the user interaction."
24094
- }
24095
- ]
24096
- },
24097
23363
  {
24098
23364
  "name": "detail-click",
24099
23365
  "_ui5privacy": "public",
@@ -24570,52 +23836,6 @@
24570
23836
  "privacy": "public"
24571
23837
  }
24572
23838
  ],
24573
- "events": [
24574
- {
24575
- "name": "click",
24576
- "_ui5privacy": "public",
24577
- "type": {
24578
- "text": "CustomEvent<TabClickEventDetail>",
24579
- "references": [
24580
- {
24581
- "name": "TabClickEventDetail",
24582
- "package": "@ui5/webcomponents",
24583
- "module": "dist/Tab.js"
24584
- }
24585
- ]
24586
- },
24587
- "description": "Fired when the tab is selected either with a mouse/tap or by using the Enter or Space key.",
24588
- "_ui5Cancelable": false,
24589
- "_ui5allowPreventDefault": false,
24590
- "_ui5Bubbles": true,
24591
- "_ui5since": "2.22.0",
24592
- "_ui5parameters": [
24593
- {
24594
- "type": {
24595
- "text": "Event"
24596
- },
24597
- "name": "originalEvent",
24598
- "_ui5privacy": "public",
24599
- "description": "The original event from the user interaction."
24600
- },
24601
- {
24602
- "type": {
24603
- "text": "Tab",
24604
- "references": [
24605
- {
24606
- "name": "Tab",
24607
- "package": "@ui5/webcomponents",
24608
- "module": "dist/Tab.js"
24609
- }
24610
- ]
24611
- },
24612
- "name": "tab",
24613
- "_ui5privacy": "public",
24614
- "description": "The selected tab."
24615
- }
24616
- ]
24617
- }
24618
- ],
24619
23839
  "attributes": [
24620
23840
  {
24621
23841
  "description": "Represents the \"additionalText\" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the \"additionalText\" is displayed larger.",
@@ -25839,179 +25059,6 @@
25839
25059
  }
25840
25060
  ]
25841
25061
  },
25842
- {
25843
- "kind": "javascript-module",
25844
- "path": "dist/TableGroupRow.js",
25845
- "declarations": [
25846
- {
25847
- "kind": "class",
25848
- "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\";`",
25849
- "name": "TableGroupRow",
25850
- "members": [
25851
- {
25852
- "kind": "field",
25853
- "name": "interactive",
25854
- "type": {
25855
- "text": "boolean"
25856
- },
25857
- "default": "false",
25858
- "description": "Defines the interactive state of the row.",
25859
- "privacy": "public"
25860
- },
25861
- {
25862
- "kind": "field",
25863
- "name": "movable",
25864
- "type": {
25865
- "text": "boolean"
25866
- },
25867
- "default": "false",
25868
- "description": "Defines whether the row is movable.",
25869
- "privacy": "public",
25870
- "_ui5since": "2.6.0"
25871
- },
25872
- {
25873
- "kind": "field",
25874
- "name": "navigated",
25875
- "type": {
25876
- "text": "boolean"
25877
- },
25878
- "default": "false",
25879
- "description": "Defines the navigated state of the row.",
25880
- "privacy": "public"
25881
- },
25882
- {
25883
- "kind": "field",
25884
- "name": "position",
25885
- "type": {
25886
- "text": "number | undefined"
25887
- },
25888
- "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.",
25889
- "default": "undefined",
25890
- "privacy": "public",
25891
- "_ui5since": "2.5.0"
25892
- },
25893
- {
25894
- "kind": "field",
25895
- "name": "rowKey",
25896
- "type": {
25897
- "text": "string | undefined"
25898
- },
25899
- "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.",
25900
- "default": "undefined",
25901
- "privacy": "public"
25902
- }
25903
- ],
25904
- "superclass": {
25905
- "name": "TableRow",
25906
- "package": "@ui5/webcomponents",
25907
- "module": "dist/TableRow.js"
25908
- },
25909
- "tagName": "ui5-table-group-row",
25910
- "customElement": true,
25911
- "_ui5since": "2.22.0",
25912
- "_ui5privacy": "public",
25913
- "slots": [
25914
- {
25915
- "name": "actions",
25916
- "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.",
25917
- "_ui5since": "2.7.0",
25918
- "_ui5type": {
25919
- "text": "Array<TableRowActionBase>",
25920
- "references": [
25921
- {
25922
- "name": "TableRowActionBase",
25923
- "package": "@ui5/webcomponents",
25924
- "module": "dist/TableRowActionBase.js"
25925
- }
25926
- ]
25927
- },
25928
- "_ui5privacy": "public"
25929
- },
25930
- {
25931
- "name": "default",
25932
- "description": "Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.",
25933
- "_ui5propertyName": "cells",
25934
- "_ui5type": {
25935
- "text": "Array<TableCell>",
25936
- "references": [
25937
- {
25938
- "name": "TableCell",
25939
- "package": "@ui5/webcomponents",
25940
- "module": "dist/TableCell.js"
25941
- }
25942
- ]
25943
- },
25944
- "_ui5privacy": "public"
25945
- }
25946
- ],
25947
- "attributes": [
25948
- {
25949
- "description": "Defines the interactive state of the row.",
25950
- "name": "interactive",
25951
- "default": "false",
25952
- "fieldName": "interactive",
25953
- "type": {
25954
- "text": "boolean"
25955
- }
25956
- },
25957
- {
25958
- "description": "Defines whether the row is movable.",
25959
- "name": "movable",
25960
- "default": "false",
25961
- "fieldName": "movable",
25962
- "type": {
25963
- "text": "boolean"
25964
- }
25965
- },
25966
- {
25967
- "description": "Defines the navigated state of the row.",
25968
- "name": "navigated",
25969
- "default": "false",
25970
- "fieldName": "navigated",
25971
- "type": {
25972
- "text": "boolean"
25973
- }
25974
- },
25975
- {
25976
- "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.",
25977
- "name": "position",
25978
- "default": "undefined",
25979
- "fieldName": "position",
25980
- "type": {
25981
- "text": "number | undefined"
25982
- }
25983
- },
25984
- {
25985
- "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.",
25986
- "name": "row-key",
25987
- "default": "undefined",
25988
- "fieldName": "rowKey",
25989
- "type": {
25990
- "text": "string | undefined"
25991
- }
25992
- }
25993
- ]
25994
- }
25995
- ],
25996
- "exports": [
25997
- {
25998
- "kind": "js",
25999
- "name": "default",
26000
- "declaration": {
26001
- "name": "TableGroupRow",
26002
- "module": "dist/TableGroupRow.js"
26003
- }
26004
- },
26005
- {
26006
- "kind": "custom-element-definition",
26007
- "name": "ui5-table-group-row",
26008
- "declaration": {
26009
- "name": "TableGroupRow",
26010
- "module": "dist/TableGroupRow.js"
26011
- }
26012
- }
26013
- ]
26014
- },
26015
25062
  {
26016
25063
  "kind": "javascript-module",
26017
25064
  "path": "dist/TableGrowing.js",
@@ -27640,7 +26687,7 @@
27640
26687
  "declarations": [
27641
26688
  {
27642
26689
  "kind": "class",
27643
- "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\";`",
26690
+ "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\";`",
27644
26691
  "name": "TableVirtualizer",
27645
26692
  "members": [
27646
26693
  {
@@ -32819,17 +31866,6 @@
32819
31866
  "privacy": "public",
32820
31867
  "_ui5since": "1.8.0"
32821
31868
  },
32822
- {
32823
- "kind": "field",
32824
- "name": "accessibleRole",
32825
- "type": {
32826
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
32827
- },
32828
- "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.",
32829
- "default": "undefined",
32830
- "privacy": "public",
32831
- "_ui5since": "1.3.0"
32832
- },
32833
31869
  {
32834
31870
  "kind": "field",
32835
31871
  "name": "additionalText",
@@ -33019,15 +32055,6 @@
33019
32055
  "text": "string | undefined"
33020
32056
  }
33021
32057
  },
33022
- {
33023
- "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.",
33024
- "name": "accessible-role",
33025
- "default": "undefined",
33026
- "fieldName": "accessibleRole",
33027
- "type": {
33028
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
33029
- }
33030
- },
33031
32058
  {
33032
32059
  "description": "Defines the `additionalText`, displayed in the end of the tree item.",
33033
32060
  "name": "additional-text",
@@ -33199,50 +32226,6 @@
33199
32226
  }
33200
32227
  ],
33201
32228
  "events": [
33202
- {
33203
- "name": "click",
33204
- "_ui5privacy": "public",
33205
- "type": {
33206
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
33207
- "references": [
33208
- {
33209
- "name": "ListItemBaseClickEventDetail",
33210
- "package": "@ui5/webcomponents",
33211
- "module": "dist/ListItemBase.js"
33212
- }
33213
- ]
33214
- },
33215
- "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`.",
33216
- "_ui5Cancelable": false,
33217
- "_ui5allowPreventDefault": false,
33218
- "_ui5Bubbles": true,
33219
- "_ui5since": "2.22.0",
33220
- "_ui5parameters": [
33221
- {
33222
- "type": {
33223
- "text": "ListItemBase",
33224
- "references": [
33225
- {
33226
- "name": "ListItemBase",
33227
- "package": "@ui5/webcomponents",
33228
- "module": "dist/ListItemBase.js"
33229
- }
33230
- ]
33231
- },
33232
- "name": "item",
33233
- "_ui5privacy": "public",
33234
- "description": "The activated item."
33235
- },
33236
- {
33237
- "type": {
33238
- "text": "Event"
33239
- },
33240
- "name": "originalEvent",
33241
- "_ui5privacy": "public",
33242
- "description": "The original event from the user interaction."
33243
- }
33244
- ]
33245
- },
33246
32229
  {
33247
32230
  "name": "detail-click",
33248
32231
  "_ui5privacy": "public",
@@ -33357,17 +32340,6 @@
33357
32340
  "privacy": "public",
33358
32341
  "_ui5since": "1.8.0"
33359
32342
  },
33360
- {
33361
- "kind": "field",
33362
- "name": "accessibleRole",
33363
- "type": {
33364
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
33365
- },
33366
- "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.",
33367
- "default": "undefined",
33368
- "privacy": "public",
33369
- "_ui5since": "1.3.0"
33370
- },
33371
32343
  {
33372
32344
  "kind": "field",
33373
32345
  "name": "additionalTextState",
@@ -33518,50 +32490,6 @@
33518
32490
  }
33519
32491
  ],
33520
32492
  "events": [
33521
- {
33522
- "name": "click",
33523
- "_ui5privacy": "public",
33524
- "type": {
33525
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
33526
- "references": [
33527
- {
33528
- "name": "ListItemBaseClickEventDetail",
33529
- "package": "@ui5/webcomponents",
33530
- "module": "dist/ListItemBase.js"
33531
- }
33532
- ]
33533
- },
33534
- "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`.",
33535
- "_ui5Cancelable": false,
33536
- "_ui5allowPreventDefault": false,
33537
- "_ui5Bubbles": true,
33538
- "_ui5since": "2.22.0",
33539
- "_ui5parameters": [
33540
- {
33541
- "type": {
33542
- "text": "ListItemBase",
33543
- "references": [
33544
- {
33545
- "name": "ListItemBase",
33546
- "package": "@ui5/webcomponents",
33547
- "module": "dist/ListItemBase.js"
33548
- }
33549
- ]
33550
- },
33551
- "name": "item",
33552
- "_ui5privacy": "public",
33553
- "description": "The activated item."
33554
- },
33555
- {
33556
- "type": {
33557
- "text": "Event"
33558
- },
33559
- "name": "originalEvent",
33560
- "_ui5privacy": "public",
33561
- "description": "The original event from the user interaction."
33562
- }
33563
- ]
33564
- },
33565
32493
  {
33566
32494
  "name": "detail-click",
33567
32495
  "_ui5privacy": "public",
@@ -33593,15 +32521,6 @@
33593
32521
  "text": "string | undefined"
33594
32522
  }
33595
32523
  },
33596
- {
33597
- "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.",
33598
- "name": "accessible-role",
33599
- "default": "undefined",
33600
- "fieldName": "accessibleRole",
33601
- "type": {
33602
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
33603
- }
33604
- },
33605
32524
  {
33606
32525
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
33607
32526
  "name": "additional-text-state",
@@ -33826,17 +32745,6 @@
33826
32745
  "privacy": "public",
33827
32746
  "_ui5since": "1.8.0"
33828
32747
  },
33829
- {
33830
- "kind": "field",
33831
- "name": "accessibleRole",
33832
- "type": {
33833
- "text": "Exclude<ListItemAccessibleRole, ListItemAccessibleRole.Group> | undefined"
33834
- },
33835
- "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.",
33836
- "default": "undefined",
33837
- "privacy": "public",
33838
- "_ui5since": "1.3.0"
33839
- },
33840
32748
  {
33841
32749
  "kind": "field",
33842
32750
  "name": "additionalTextState",
@@ -34015,15 +32923,6 @@
34015
32923
  "text": "string | undefined"
34016
32924
  }
34017
32925
  },
34018
- {
34019
- "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.",
34020
- "name": "accessible-role",
34021
- "default": "undefined",
34022
- "fieldName": "accessibleRole",
34023
- "type": {
34024
- "text": "\"None\" | \"ListItem\" | \"MenuItem\" | \"TreeItem\" | \"Option\" | undefined"
34025
- }
34026
- },
34027
32926
  {
34028
32927
  "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
34029
32928
  "name": "additional-text-state",
@@ -34143,50 +33042,6 @@
34143
33042
  "_ui5since": "1.9.2",
34144
33043
  "_ui5privacy": "public",
34145
33044
  "events": [
34146
- {
34147
- "name": "click",
34148
- "_ui5privacy": "public",
34149
- "type": {
34150
- "text": "CustomEvent<ListItemBaseClickEventDetail>",
34151
- "references": [
34152
- {
34153
- "name": "ListItemBaseClickEventDetail",
34154
- "package": "@ui5/webcomponents",
34155
- "module": "dist/ListItemBase.js"
34156
- }
34157
- ]
34158
- },
34159
- "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`.",
34160
- "_ui5Cancelable": false,
34161
- "_ui5allowPreventDefault": false,
34162
- "_ui5Bubbles": true,
34163
- "_ui5since": "2.22.0",
34164
- "_ui5parameters": [
34165
- {
34166
- "type": {
34167
- "text": "ListItemBase",
34168
- "references": [
34169
- {
34170
- "name": "ListItemBase",
34171
- "package": "@ui5/webcomponents",
34172
- "module": "dist/ListItemBase.js"
34173
- }
34174
- ]
34175
- },
34176
- "name": "item",
34177
- "_ui5privacy": "public",
34178
- "description": "The activated item."
34179
- },
34180
- {
34181
- "type": {
34182
- "text": "Event"
34183
- },
34184
- "name": "originalEvent",
34185
- "_ui5privacy": "public",
34186
- "description": "The original event from the user interaction."
34187
- }
34188
- ]
34189
- },
34190
33045
  {
34191
33046
  "name": "detail-click",
34192
33047
  "_ui5privacy": "public",