@ui5/webcomponents 2.8.0-rc.2 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (755) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/cypress/specs/AvatarGroup.cy.tsx +36 -0
  3. package/cypress/specs/Dialog.cy.tsx +89 -0
  4. package/cypress/specs/Input.cy.tsx +170 -1
  5. package/cypress/specs/Link.cy.tsx +199 -14
  6. package/cypress/specs/Popover.cy.tsx +176 -0
  7. package/cypress/specs/Select.cy.tsx +15 -0
  8. package/cypress/specs/TabContainer.cy.tsx +29 -0
  9. package/cypress/specs/Table.cy.tsx +5 -24
  10. package/cypress/specs/TableDragAndDrop.cy.tsx +1 -1
  11. package/cypress/specs/TableNavigation.cy.tsx +223 -0
  12. package/cypress/specs/TableNavigationFixedHeader.cy.tsx +199 -0
  13. package/cypress/specs/TableSelection.cy.tsx +37 -0
  14. package/cypress/specs/TableSelections.cy.tsx +296 -0
  15. package/cypress/specs/Text.cy.tsx +19 -3
  16. package/cypress/specs/Tokenizer.cy.tsx +36 -0
  17. package/cypress/specs/Toolbar.cy.tsx +22 -0
  18. package/dist/.tsbuildinfo +1 -1
  19. package/dist/Avatar.d.ts +4 -1
  20. package/dist/Avatar.js.map +1 -1
  21. package/dist/AvatarGroup.js +1 -0
  22. package/dist/AvatarGroup.js.map +1 -1
  23. package/dist/ColorPicker.d.ts +4 -1
  24. package/dist/ColorPicker.js +1 -1
  25. package/dist/ColorPicker.js.map +1 -1
  26. package/dist/ComboBoxItemGroupTemplate.js +2 -2
  27. package/dist/ComboBoxItemGroupTemplate.js.map +1 -1
  28. package/dist/Input.d.ts +1 -1
  29. package/dist/Input.js +10 -5
  30. package/dist/Input.js.map +1 -1
  31. package/dist/List.d.ts +5 -2
  32. package/dist/List.js +24 -2
  33. package/dist/List.js.map +1 -1
  34. package/dist/ListBoxItemGroupTemplate.d.ts +4 -0
  35. package/dist/ListBoxItemGroupTemplate.js +13 -0
  36. package/dist/ListBoxItemGroupTemplate.js.map +1 -0
  37. package/dist/ListItemGroupHeader.d.ts +6 -0
  38. package/dist/ListItemGroupHeader.js +20 -3
  39. package/dist/ListItemGroupHeader.js.map +1 -1
  40. package/dist/ListItemGroupHeaderTemplate.js +3 -3
  41. package/dist/ListItemGroupHeaderTemplate.js.map +1 -1
  42. package/dist/ListItemGroupTemplate.d.ts +1 -3
  43. package/dist/ListItemGroupTemplate.js +5 -8
  44. package/dist/ListItemGroupTemplate.js.map +1 -1
  45. package/dist/ListTemplate.js +1 -1
  46. package/dist/ListTemplate.js.map +1 -1
  47. package/dist/MultiComboBoxItemGroupTemplate.js +2 -2
  48. package/dist/MultiComboBoxItemGroupTemplate.js.map +1 -1
  49. package/dist/Popover.d.ts +0 -6
  50. package/dist/Popover.js +0 -9
  51. package/dist/Popover.js.map +1 -1
  52. package/dist/Popup.js +3 -1
  53. package/dist/Popup.js.map +1 -1
  54. package/dist/Select.d.ts +7 -0
  55. package/dist/Select.js +3 -0
  56. package/dist/Select.js.map +1 -1
  57. package/dist/SelectTemplate.js +2 -2
  58. package/dist/SelectTemplate.js.map +1 -1
  59. package/dist/SuggestionItemGroup.js +2 -0
  60. package/dist/SuggestionItemGroup.js.map +1 -1
  61. package/dist/TabContainer.d.ts +11 -0
  62. package/dist/TabContainer.js +18 -4
  63. package/dist/TabContainer.js.map +1 -1
  64. package/dist/TabContainerTemplate.js +1 -0
  65. package/dist/TabContainerTemplate.js.map +1 -1
  66. package/dist/Table.d.ts +17 -11
  67. package/dist/Table.js +16 -35
  68. package/dist/Table.js.map +1 -1
  69. package/dist/TableCell.d.ts +1 -0
  70. package/dist/TableCell.js +8 -1
  71. package/dist/TableCell.js.map +1 -1
  72. package/dist/TableCellBase.js +2 -2
  73. package/dist/TableCellBase.js.map +1 -1
  74. package/dist/TableCellTemplate.d.ts +2 -0
  75. package/dist/TableCellTemplate.js +6 -0
  76. package/dist/TableCellTemplate.js.map +1 -0
  77. package/dist/TableGrowing.js +4 -4
  78. package/dist/TableGrowing.js.map +1 -1
  79. package/dist/TableGrowingTemplate.d.ts +2 -0
  80. package/dist/TableGrowingTemplate.js +6 -0
  81. package/dist/TableGrowingTemplate.js.map +1 -0
  82. package/dist/TableHeaderCell.d.ts +0 -3
  83. package/dist/TableHeaderCell.js +1 -10
  84. package/dist/TableHeaderCell.js.map +1 -1
  85. package/dist/TableHeaderCellActionBase.js +5 -6
  86. package/dist/TableHeaderCellActionBase.js.map +1 -1
  87. package/dist/TableHeaderCellActionBaseTemplate.d.ts +2 -0
  88. package/dist/TableHeaderCellActionBaseTemplate.js +6 -0
  89. package/dist/TableHeaderCellActionBaseTemplate.js.map +1 -0
  90. package/dist/TableHeaderCellTemplate.d.ts +2 -0
  91. package/dist/TableHeaderCellTemplate.js +19 -0
  92. package/dist/TableHeaderCellTemplate.js.map +1 -0
  93. package/dist/TableHeaderRow.d.ts +2 -3
  94. package/dist/TableHeaderRow.js +1 -6
  95. package/dist/TableHeaderRow.js.map +1 -1
  96. package/dist/TableHeaderRowTemplate.d.ts +2 -0
  97. package/dist/TableHeaderRowTemplate.js +11 -0
  98. package/dist/TableHeaderRowTemplate.js.map +1 -0
  99. package/dist/TableNavigation.js +3 -3
  100. package/dist/TableNavigation.js.map +1 -1
  101. package/dist/TableRow.d.ts +7 -5
  102. package/dist/TableRow.js +4 -14
  103. package/dist/TableRow.js.map +1 -1
  104. package/dist/TableRowAction.d.ts +9 -8
  105. package/dist/TableRowAction.js +9 -11
  106. package/dist/TableRowAction.js.map +1 -1
  107. package/dist/TableRowActionBase.js +3 -6
  108. package/dist/TableRowActionBase.js.map +1 -1
  109. package/dist/TableRowActionBaseTemplate.d.ts +2 -0
  110. package/dist/TableRowActionBaseTemplate.js +13 -0
  111. package/dist/TableRowActionBaseTemplate.js.map +1 -0
  112. package/dist/TableRowBase.d.ts +4 -4
  113. package/dist/TableRowBase.js +10 -10
  114. package/dist/TableRowBase.js.map +1 -1
  115. package/dist/TableRowTemplate.d.ts +2 -0
  116. package/dist/TableRowTemplate.js +17 -0
  117. package/dist/TableRowTemplate.js.map +1 -0
  118. package/dist/TableSelection.d.ts +9 -7
  119. package/dist/TableSelection.js +34 -30
  120. package/dist/TableSelection.js.map +1 -1
  121. package/dist/TableSelectionBase.d.ts +79 -0
  122. package/dist/TableSelectionBase.js +108 -0
  123. package/dist/TableSelectionBase.js.map +1 -0
  124. package/dist/TableSelectionMulti.d.ts +92 -0
  125. package/dist/TableSelectionMulti.js +260 -0
  126. package/dist/TableSelectionMulti.js.map +1 -0
  127. package/dist/TableSelectionSingle.d.ts +49 -0
  128. package/dist/TableSelectionSingle.js +67 -0
  129. package/dist/TableSelectionSingle.js.map +1 -0
  130. package/dist/TableTemplate.d.ts +2 -0
  131. package/dist/TableTemplate.js +18 -0
  132. package/dist/TableTemplate.js.map +1 -0
  133. package/dist/TableUtils.js +1 -1
  134. package/dist/TableUtils.js.map +1 -1
  135. package/dist/Tokenizer.js +2 -2
  136. package/dist/Tokenizer.js.map +1 -1
  137. package/dist/Toolbar.d.ts +3 -0
  138. package/dist/Toolbar.js +4 -1
  139. package/dist/Toolbar.js.map +1 -1
  140. package/dist/ToolbarPopoverTemplate.js +1 -1
  141. package/dist/ToolbarPopoverTemplate.js.map +1 -1
  142. package/dist/bundle.esm.js +2 -0
  143. package/dist/bundle.esm.js.map +1 -1
  144. package/dist/css/themes/Avatar.css +1 -1
  145. package/dist/css/themes/AvatarGroup.css +1 -1
  146. package/dist/css/themes/Bar.css +1 -1
  147. package/dist/css/themes/Breadcrumbs.css +1 -1
  148. package/dist/css/themes/BusyIndicator.css +1 -1
  149. package/dist/css/themes/Button.css +1 -1
  150. package/dist/css/themes/ButtonBadge.css +1 -1
  151. package/dist/css/themes/Calendar.css +1 -1
  152. package/dist/css/themes/CalendarHeader.css +1 -1
  153. package/dist/css/themes/CalendarLegend.css +1 -1
  154. package/dist/css/themes/CalendarLegendItem.css +1 -1
  155. package/dist/css/themes/Card.css +1 -1
  156. package/dist/css/themes/CardHeader.css +1 -1
  157. package/dist/css/themes/Carousel.css +1 -1
  158. package/dist/css/themes/CheckBox.css +1 -1
  159. package/dist/css/themes/ColorPalette.css +1 -1
  160. package/dist/css/themes/ColorPaletteItem.css +1 -1
  161. package/dist/css/themes/ColorPalettePopover.css +1 -1
  162. package/dist/css/themes/ColorPicker.css +1 -1
  163. package/dist/css/themes/ComboBox.css +1 -1
  164. package/dist/css/themes/ComboBoxItem.css +1 -1
  165. package/dist/css/themes/DatePicker.css +1 -1
  166. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  167. package/dist/css/themes/DayPicker.css +1 -1
  168. package/dist/css/themes/Dialog.css +1 -1
  169. package/dist/css/themes/FileUploader.css +1 -1
  170. package/dist/css/themes/Form.css +1 -1
  171. package/dist/css/themes/FormItem.css +1 -1
  172. package/dist/css/themes/FormItemSpan.css +1 -1
  173. package/dist/css/themes/GrowingButton.css +1 -1
  174. package/dist/css/themes/Icon.css +1 -1
  175. package/dist/css/themes/Input.css +1 -1
  176. package/dist/css/themes/InputIcon.css +1 -1
  177. package/dist/css/themes/InputSharedStyles.css +1 -1
  178. package/dist/css/themes/Link.css +1 -1
  179. package/dist/css/themes/List.css +1 -1
  180. package/dist/css/themes/ListItem.css +1 -1
  181. package/dist/css/themes/ListItemBase.css +1 -1
  182. package/dist/css/themes/ListItemCustom.css +1 -1
  183. package/dist/css/themes/ListItemGroup.css +1 -1
  184. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  185. package/dist/css/themes/ListItemIcon.css +1 -1
  186. package/dist/css/themes/Menu.css +1 -1
  187. package/dist/css/themes/MenuItem.css +1 -1
  188. package/dist/css/themes/MessageStrip.css +1 -1
  189. package/dist/css/themes/MonthPicker.css +1 -1
  190. package/dist/css/themes/MultiComboBox.css +1 -1
  191. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  192. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  193. package/dist/css/themes/MultiInput.css +1 -1
  194. package/dist/css/themes/OptionBase.css +1 -1
  195. package/dist/css/themes/Panel.css +1 -1
  196. package/dist/css/themes/Popover.css +1 -1
  197. package/dist/css/themes/PopupsCommon.css +1 -1
  198. package/dist/css/themes/ProgressIndicator.css +1 -1
  199. package/dist/css/themes/RadioButton.css +1 -1
  200. package/dist/css/themes/RangeSlider.css +1 -1
  201. package/dist/css/themes/RatingIndicator.css +1 -1
  202. package/dist/css/themes/ResponsivePopover.css +1 -1
  203. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  204. package/dist/css/themes/SegmentedButton.css +1 -1
  205. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  206. package/dist/css/themes/Select.css +1 -1
  207. package/dist/css/themes/SliderBase.css +1 -1
  208. package/dist/css/themes/SplitButton.css +1 -1
  209. package/dist/css/themes/StepInput.css +1 -1
  210. package/dist/css/themes/SuggestionItem.css +1 -1
  211. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  212. package/dist/css/themes/Switch.css +1 -1
  213. package/dist/css/themes/TabContainer.css +1 -1
  214. package/dist/css/themes/TabInOverflow.css +1 -1
  215. package/dist/css/themes/TabInStrip.css +1 -1
  216. package/dist/css/themes/TabSemanticIcon.css +1 -1
  217. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  218. package/dist/css/themes/Table.css +1 -1
  219. package/dist/css/themes/TableCell.css +1 -1
  220. package/dist/css/themes/TableCellBase.css +1 -1
  221. package/dist/css/themes/TableGrowing.css +1 -1
  222. package/dist/css/themes/TableHeaderRow.css +1 -1
  223. package/dist/css/themes/TableRow.css +1 -1
  224. package/dist/css/themes/TableRowActionBase.css +1 -1
  225. package/dist/css/themes/TableRowBase.css +1 -1
  226. package/dist/css/themes/Tag.css +1 -1
  227. package/dist/css/themes/Text.css +1 -1
  228. package/dist/css/themes/TextArea.css +1 -1
  229. package/dist/css/themes/TimePicker.css +1 -1
  230. package/dist/css/themes/Toast.css +1 -1
  231. package/dist/css/themes/ToggleButton.css +1 -1
  232. package/dist/css/themes/Token.css +1 -1
  233. package/dist/css/themes/Tokenizer.css +1 -1
  234. package/dist/css/themes/TokenizerPopover.css +1 -1
  235. package/dist/css/themes/Toolbar.css +1 -1
  236. package/dist/css/themes/ToolbarPopover.css +1 -1
  237. package/dist/css/themes/TreeItem.css +1 -1
  238. package/dist/css/themes/ValueStateMessage.css +1 -1
  239. package/dist/css/themes/YearPicker.css +1 -1
  240. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  241. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  242. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  243. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  244. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  245. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  246. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  247. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  248. package/dist/custom-elements-internal.json +762 -31
  249. package/dist/custom-elements.json +725 -31
  250. package/dist/features/InputSuggestions.js +0 -2
  251. package/dist/features/InputSuggestions.js.map +1 -1
  252. package/dist/features/InputSuggestionsTemplate.js +2 -1
  253. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  254. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  255. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  256. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  257. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  258. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  259. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  260. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  261. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  262. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  263. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  264. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  265. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  266. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  267. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  268. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  269. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  270. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  271. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  272. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  273. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  274. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  275. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  276. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  277. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  278. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  279. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  280. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  281. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  282. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  283. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  284. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  285. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  286. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  287. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  288. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  289. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  290. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  291. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  292. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  293. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  294. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  295. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  296. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  297. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  298. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  299. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  300. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  301. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  302. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  303. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  304. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  305. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  306. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  307. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  308. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  309. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  310. package/dist/generated/i18n/i18n-defaults.d.ts +4 -1
  311. package/dist/generated/i18n/i18n-defaults.js +4 -1
  312. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  313. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  314. package/dist/generated/themes/Avatar.css.js +1 -1
  315. package/dist/generated/themes/Avatar.css.js.map +1 -1
  316. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  317. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  318. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  319. package/dist/generated/themes/Bar.css.d.ts +1 -1
  320. package/dist/generated/themes/Bar.css.js +1 -1
  321. package/dist/generated/themes/Bar.css.js.map +1 -1
  322. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  323. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  324. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  325. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  326. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  327. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  328. package/dist/generated/themes/Button.css.d.ts +1 -1
  329. package/dist/generated/themes/Button.css.js +1 -1
  330. package/dist/generated/themes/Button.css.js.map +1 -1
  331. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  332. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  333. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  334. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  335. package/dist/generated/themes/Calendar.css.js +1 -1
  336. package/dist/generated/themes/Calendar.css.js.map +1 -1
  337. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  338. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  339. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  340. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  341. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  342. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  343. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  344. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  345. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  346. package/dist/generated/themes/Card.css.d.ts +1 -1
  347. package/dist/generated/themes/Card.css.js +1 -1
  348. package/dist/generated/themes/Card.css.js.map +1 -1
  349. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  350. package/dist/generated/themes/CardHeader.css.js +1 -1
  351. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  352. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  353. package/dist/generated/themes/Carousel.css.js +1 -1
  354. package/dist/generated/themes/Carousel.css.js.map +1 -1
  355. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  356. package/dist/generated/themes/CheckBox.css.js +1 -1
  357. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  358. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  359. package/dist/generated/themes/ColorPalette.css.js +1 -1
  360. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  361. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  362. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  363. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  364. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  365. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  366. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  367. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  368. package/dist/generated/themes/ColorPicker.css.js +1 -1
  369. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  370. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  371. package/dist/generated/themes/ComboBox.css.js +1 -1
  372. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  373. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  374. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  375. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  376. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  377. package/dist/generated/themes/DatePicker.css.js +1 -1
  378. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  379. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  380. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  381. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  382. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  383. package/dist/generated/themes/DayPicker.css.js +1 -1
  384. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  385. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  386. package/dist/generated/themes/Dialog.css.js +1 -1
  387. package/dist/generated/themes/Dialog.css.js.map +1 -1
  388. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  389. package/dist/generated/themes/FileUploader.css.js +1 -1
  390. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  391. package/dist/generated/themes/Form.css.d.ts +1 -1
  392. package/dist/generated/themes/Form.css.js +1 -1
  393. package/dist/generated/themes/Form.css.js.map +1 -1
  394. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  395. package/dist/generated/themes/FormItem.css.js +1 -1
  396. package/dist/generated/themes/FormItem.css.js.map +1 -1
  397. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  398. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  399. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  400. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  401. package/dist/generated/themes/GrowingButton.css.js +1 -1
  402. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  403. package/dist/generated/themes/Icon.css.d.ts +1 -1
  404. package/dist/generated/themes/Icon.css.js +1 -1
  405. package/dist/generated/themes/Icon.css.js.map +1 -1
  406. package/dist/generated/themes/Input.css.d.ts +1 -1
  407. package/dist/generated/themes/Input.css.js +1 -1
  408. package/dist/generated/themes/Input.css.js.map +1 -1
  409. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  410. package/dist/generated/themes/InputIcon.css.js +1 -1
  411. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  412. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  413. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  414. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  415. package/dist/generated/themes/Link.css.d.ts +1 -1
  416. package/dist/generated/themes/Link.css.js +1 -1
  417. package/dist/generated/themes/Link.css.js.map +1 -1
  418. package/dist/generated/themes/List.css.d.ts +1 -1
  419. package/dist/generated/themes/List.css.js +1 -1
  420. package/dist/generated/themes/List.css.js.map +1 -1
  421. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  422. package/dist/generated/themes/ListItem.css.js +1 -1
  423. package/dist/generated/themes/ListItem.css.js.map +1 -1
  424. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  425. package/dist/generated/themes/ListItemBase.css.js +1 -1
  426. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  427. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  428. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  429. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  430. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  431. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  432. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  433. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  434. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  435. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  436. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  437. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  438. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  439. package/dist/generated/themes/Menu.css.d.ts +1 -1
  440. package/dist/generated/themes/Menu.css.js +1 -1
  441. package/dist/generated/themes/Menu.css.js.map +1 -1
  442. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  443. package/dist/generated/themes/MenuItem.css.js +1 -1
  444. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  445. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  446. package/dist/generated/themes/MessageStrip.css.js +1 -1
  447. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  448. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  449. package/dist/generated/themes/MonthPicker.css.js +1 -1
  450. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  451. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  452. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  453. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  454. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  455. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  456. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  457. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  458. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  459. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  460. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  461. package/dist/generated/themes/MultiInput.css.js +1 -1
  462. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  463. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  464. package/dist/generated/themes/OptionBase.css.js +1 -1
  465. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  466. package/dist/generated/themes/Panel.css.d.ts +1 -1
  467. package/dist/generated/themes/Panel.css.js +1 -1
  468. package/dist/generated/themes/Panel.css.js.map +1 -1
  469. package/dist/generated/themes/Popover.css.d.ts +1 -1
  470. package/dist/generated/themes/Popover.css.js +1 -1
  471. package/dist/generated/themes/Popover.css.js.map +1 -1
  472. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  473. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  474. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  475. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  476. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  477. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  478. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  479. package/dist/generated/themes/RadioButton.css.js +1 -1
  480. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  481. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  482. package/dist/generated/themes/RangeSlider.css.js +1 -1
  483. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  484. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  485. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  486. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  487. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  488. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  489. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  490. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  491. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  492. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  493. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  494. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  495. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  496. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  497. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  498. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  499. package/dist/generated/themes/Select.css.d.ts +1 -1
  500. package/dist/generated/themes/Select.css.js +1 -1
  501. package/dist/generated/themes/Select.css.js.map +1 -1
  502. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  503. package/dist/generated/themes/SliderBase.css.js +1 -1
  504. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  505. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  506. package/dist/generated/themes/SplitButton.css.js +1 -1
  507. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  508. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  509. package/dist/generated/themes/StepInput.css.js +1 -1
  510. package/dist/generated/themes/StepInput.css.js.map +1 -1
  511. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  512. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  513. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  514. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  515. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  516. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  517. package/dist/generated/themes/Switch.css.d.ts +1 -1
  518. package/dist/generated/themes/Switch.css.js +1 -1
  519. package/dist/generated/themes/Switch.css.js.map +1 -1
  520. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  521. package/dist/generated/themes/TabContainer.css.js +1 -1
  522. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  523. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  524. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  525. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  526. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  527. package/dist/generated/themes/TabInStrip.css.js +1 -1
  528. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  529. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  530. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  531. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  532. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  533. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  534. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  535. package/dist/generated/themes/Table.css.d.ts +1 -1
  536. package/dist/generated/themes/Table.css.js +1 -1
  537. package/dist/generated/themes/Table.css.js.map +1 -1
  538. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  539. package/dist/generated/themes/TableCell.css.js +1 -1
  540. package/dist/generated/themes/TableCell.css.js.map +1 -1
  541. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  542. package/dist/generated/themes/TableCellBase.css.js +1 -1
  543. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  544. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  545. package/dist/generated/themes/TableGrowing.css.js +1 -1
  546. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  547. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  548. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  549. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  550. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  551. package/dist/generated/themes/TableRow.css.js +1 -1
  552. package/dist/generated/themes/TableRow.css.js.map +1 -1
  553. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  554. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  555. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  556. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  557. package/dist/generated/themes/TableRowBase.css.js +1 -1
  558. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  559. package/dist/generated/themes/Tag.css.d.ts +1 -1
  560. package/dist/generated/themes/Tag.css.js +1 -1
  561. package/dist/generated/themes/Tag.css.js.map +1 -1
  562. package/dist/generated/themes/Text.css.d.ts +1 -1
  563. package/dist/generated/themes/Text.css.js +1 -1
  564. package/dist/generated/themes/Text.css.js.map +1 -1
  565. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  566. package/dist/generated/themes/TextArea.css.js +1 -1
  567. package/dist/generated/themes/TextArea.css.js.map +1 -1
  568. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  569. package/dist/generated/themes/TimePicker.css.js +1 -1
  570. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  571. package/dist/generated/themes/Toast.css.d.ts +1 -1
  572. package/dist/generated/themes/Toast.css.js +1 -1
  573. package/dist/generated/themes/Toast.css.js.map +1 -1
  574. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  575. package/dist/generated/themes/ToggleButton.css.js +1 -1
  576. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  577. package/dist/generated/themes/Token.css.d.ts +1 -1
  578. package/dist/generated/themes/Token.css.js +1 -1
  579. package/dist/generated/themes/Token.css.js.map +1 -1
  580. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  581. package/dist/generated/themes/Tokenizer.css.js +1 -1
  582. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  583. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  584. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  585. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  586. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  587. package/dist/generated/themes/Toolbar.css.js +1 -1
  588. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  589. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  590. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  591. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  592. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  593. package/dist/generated/themes/TreeItem.css.js +1 -1
  594. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  595. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  596. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  597. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  598. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  599. package/dist/generated/themes/YearPicker.css.js +1 -1
  600. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  601. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  602. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  603. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  604. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  605. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  606. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  607. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  608. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  609. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  610. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  611. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  612. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  613. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  614. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  615. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  616. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  617. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  618. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  619. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  620. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  621. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  622. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  623. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  624. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  625. package/dist/popup-utils/PopoverRegistry.js +2 -2
  626. package/dist/popup-utils/PopoverRegistry.js.map +1 -1
  627. package/dist/types/ListItemAccessibleRole.d.ts +5 -0
  628. package/dist/types/ListItemAccessibleRole.js +5 -0
  629. package/dist/types/ListItemAccessibleRole.js.map +1 -1
  630. package/dist/types/TableSelectionMode.d.ts +1 -0
  631. package/dist/types/TableSelectionMode.js +1 -0
  632. package/dist/types/TableSelectionMode.js.map +1 -1
  633. package/dist/vscode.html-custom-data.json +51 -10
  634. package/dist/web-types.json +99 -23
  635. package/package.json +9 -9
  636. package/src/ComboBoxItemGroupTemplate.tsx +2 -2
  637. package/src/ListBoxItemGroupTemplate.tsx +33 -0
  638. package/src/ListItemGroupHeaderTemplate.tsx +5 -3
  639. package/src/ListItemGroupTemplate.tsx +21 -19
  640. package/src/ListTemplate.tsx +1 -0
  641. package/src/MultiComboBoxItemGroupTemplate.tsx +2 -2
  642. package/src/SelectTemplate.tsx +2 -0
  643. package/src/TabContainerTemplate.tsx +1 -0
  644. package/src/TableCellTemplate.tsx +15 -0
  645. package/src/TableGrowingTemplate.tsx +23 -0
  646. package/src/TableHeaderCellActionBaseTemplate.tsx +13 -0
  647. package/src/TableHeaderCellTemplate.tsx +27 -0
  648. package/src/TableHeaderRowTemplate.tsx +44 -0
  649. package/src/TableRowActionBaseTemplate.tsx +28 -0
  650. package/src/TableRowTemplate.tsx +76 -0
  651. package/src/TableTemplate.tsx +76 -0
  652. package/src/ToolbarPopoverTemplate.tsx +1 -0
  653. package/src/features/InputSuggestionsTemplate.tsx +2 -0
  654. package/src/i18n/messagebundle.properties +9 -0
  655. package/src/i18n/messagebundle_ar.properties +2 -0
  656. package/src/i18n/messagebundle_bg.properties +2 -0
  657. package/src/i18n/messagebundle_ca.properties +2 -0
  658. package/src/i18n/messagebundle_cnr.properties +2 -0
  659. package/src/i18n/messagebundle_cs.properties +2 -0
  660. package/src/i18n/messagebundle_cy.properties +2 -0
  661. package/src/i18n/messagebundle_da.properties +2 -0
  662. package/src/i18n/messagebundle_de.properties +2 -0
  663. package/src/i18n/messagebundle_el.properties +2 -0
  664. package/src/i18n/messagebundle_en.properties +2 -0
  665. package/src/i18n/messagebundle_en_GB.properties +2 -0
  666. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -0
  667. package/src/i18n/messagebundle_es.properties +2 -0
  668. package/src/i18n/messagebundle_es_MX.properties +2 -0
  669. package/src/i18n/messagebundle_et.properties +2 -0
  670. package/src/i18n/messagebundle_fi.properties +2 -0
  671. package/src/i18n/messagebundle_fr.properties +2 -0
  672. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  673. package/src/i18n/messagebundle_hi.properties +2 -0
  674. package/src/i18n/messagebundle_hr.properties +2 -0
  675. package/src/i18n/messagebundle_hu.properties +2 -0
  676. package/src/i18n/messagebundle_id.properties +2 -0
  677. package/src/i18n/messagebundle_it.properties +2 -0
  678. package/src/i18n/messagebundle_iw.properties +2 -0
  679. package/src/i18n/messagebundle_ja.properties +2 -0
  680. package/src/i18n/messagebundle_kk.properties +2 -0
  681. package/src/i18n/messagebundle_ko.properties +2 -0
  682. package/src/i18n/messagebundle_lt.properties +2 -0
  683. package/src/i18n/messagebundle_lv.properties +2 -0
  684. package/src/i18n/messagebundle_mk.properties +2 -0
  685. package/src/i18n/messagebundle_ms.properties +2 -0
  686. package/src/i18n/messagebundle_nl.properties +2 -0
  687. package/src/i18n/messagebundle_no.properties +2 -0
  688. package/src/i18n/messagebundle_pl.properties +2 -0
  689. package/src/i18n/messagebundle_pt.properties +2 -0
  690. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  691. package/src/i18n/messagebundle_ro.properties +2 -0
  692. package/src/i18n/messagebundle_ru.properties +2 -0
  693. package/src/i18n/messagebundle_sh.properties +2 -0
  694. package/src/i18n/messagebundle_sk.properties +2 -0
  695. package/src/i18n/messagebundle_sl.properties +2 -0
  696. package/src/i18n/messagebundle_sr.properties +2 -0
  697. package/src/i18n/messagebundle_sv.properties +2 -0
  698. package/src/i18n/messagebundle_th.properties +2 -0
  699. package/src/i18n/messagebundle_tr.properties +2 -0
  700. package/src/i18n/messagebundle_uk.properties +2 -0
  701. package/src/i18n/messagebundle_vi.properties +2 -0
  702. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  703. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  704. package/src/themes/Avatar.css +51 -2
  705. package/src/themes/Menu.css +7 -0
  706. package/src/themes/PopupsCommon.css +7 -4
  707. package/src/themes/TabContainer.css +4 -0
  708. package/src/themes/TableCell.css +5 -1
  709. package/src/themes/TableCellBase.css +1 -1
  710. package/src/themes/TableGrowing.css +4 -1
  711. package/src/themes/Text.css +9 -5
  712. package/src/themes/Toast.css +1 -1
  713. package/src/themes/Token.css +10 -10
  714. package/src/themes/base/Avatar-parameters.css +1 -1
  715. package/src/themes/base/Toast-parameters.css +2 -2
  716. package/src/themes/sap_horizon/Avatar-parameters.css +3 -2
  717. package/src/themes/sap_horizon/Switch-parameters.css +7 -7
  718. package/src/themes/sap_horizon_dark/Avatar-parameters.css +2 -1
  719. package/src/themes/sap_horizon_dark/Switch-parameters.css +7 -7
  720. package/src/themes/sap_horizon_hcb/Avatar-parameters.css +3 -2
  721. package/src/themes/sap_horizon_hcb/Switch-parameters.css +7 -28
  722. package/src/themes/sap_horizon_hcw/Avatar-parameters.css +3 -2
  723. package/src/themes/sap_horizon_hcw/Switch-parameters.css +7 -7
  724. package/dist/SuggestionItemGroupTemplate.d.ts +0 -2
  725. package/dist/SuggestionItemGroupTemplate.js +0 -5
  726. package/dist/SuggestionItemGroupTemplate.js.map +0 -1
  727. package/dist/generated/templates/TableGrowingTemplate.lit.d.ts +0 -3
  728. package/dist/generated/templates/TableGrowingTemplate.lit.js +0 -8
  729. package/dist/generated/templates/TableGrowingTemplate.lit.js.map +0 -1
  730. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.d.ts +0 -3
  731. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.js +0 -7
  732. package/dist/generated/templates/TableHeaderCellActionBaseTemplate.lit.js.map +0 -1
  733. package/dist/generated/templates/TableHeaderCellTemplate.lit.d.ts +0 -3
  734. package/dist/generated/templates/TableHeaderCellTemplate.lit.js +0 -8
  735. package/dist/generated/templates/TableHeaderCellTemplate.lit.js.map +0 -1
  736. package/dist/generated/templates/TableHeaderRowTemplate.lit.d.ts +0 -3
  737. package/dist/generated/templates/TableHeaderRowTemplate.lit.js +0 -12
  738. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +0 -1
  739. package/dist/generated/templates/TableRowActionBaseTemplate.lit.d.ts +0 -3
  740. package/dist/generated/templates/TableRowActionBaseTemplate.lit.js +0 -11
  741. package/dist/generated/templates/TableRowActionBaseTemplate.lit.js.map +0 -1
  742. package/dist/generated/templates/TableRowTemplate.lit.d.ts +0 -3
  743. package/dist/generated/templates/TableRowTemplate.lit.js +0 -18
  744. package/dist/generated/templates/TableRowTemplate.lit.js.map +0 -1
  745. package/dist/generated/templates/TableTemplate.lit.d.ts +0 -3
  746. package/dist/generated/templates/TableTemplate.lit.js +0 -12
  747. package/dist/generated/templates/TableTemplate.lit.js.map +0 -1
  748. package/src/SuggestionItemGroupTemplate.tsx +0 -6
  749. package/src/Table.hbs +0 -63
  750. package/src/TableGrowing.hbs +0 -17
  751. package/src/TableHeaderCell.hbs +0 -5
  752. package/src/TableHeaderCellActionBase.hbs +0 -6
  753. package/src/TableHeaderRow.hbs +0 -28
  754. package/src/TableRow.hbs +0 -55
  755. package/src/TableRowActionBase.hbs +0 -16
@@ -4,6 +4,11 @@
4
4
  * @since 2.0.0
5
5
  */
6
6
  declare enum ListItemAccessibleRole {
7
+ /**
8
+ * Represents the ARIA role "group".
9
+ * @private
10
+ */
11
+ Group = "Group",
7
12
  /**
8
13
  * Represents the ARIA role "listitem". (by default)
9
14
  * @public
@@ -5,6 +5,11 @@
5
5
  */
6
6
  var ListItemAccessibleRole;
7
7
  (function (ListItemAccessibleRole) {
8
+ /**
9
+ * Represents the ARIA role "group".
10
+ * @private
11
+ */
12
+ ListItemAccessibleRole["Group"] = "Group";
8
13
  /**
9
14
  * Represents the ARIA role "listitem". (by default)
10
15
  * @public
@@ -1 +1 @@
1
- {"version":3,"file":"ListItemAccessibleRole.js","sourceRoot":"","sources":["../../src/types/ListItemAccessibleRole.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,sBAgCJ;AAhCD,WAAK,sBAAsB;IAE1B;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,2CAAiB,CAAA;IAEjB;;;OAGG;IACH,uCAAa,CAAA;AAEd,CAAC,EAhCI,sBAAsB,KAAtB,sBAAsB,QAgC1B;AAED,eAAe,sBAAsB,CAAC","sourcesContent":["/**\n * ListItem accessible roles.\n * @public\n * @since 2.0.0\n */\nenum ListItemAccessibleRole {\n\n\t/**\n\t * Represents the ARIA role \"listitem\". (by default)\n\t * @public\n\t */\n\tListItem = \"ListItem\",\n\n\t/**\n\t * Represents the ARIA role \"menuitem\".\n\t * @public\n\t */\n\tMenuItem = \"MenuItem\",\n\n\t/**\n\t * Represents the ARIA role \"treeitem\".\n\t * @public\n\t */\n\tTreeItem = \"TreeItem\",\n\n\t/**\n\t * Represents the ARIA role \"option\".\n\t * @public\n\t */\n\tOption = \"Option\",\n\n\t/**\n\t * Represents the ARIA role \"none\".\n\t * @public\n\t */\n\tNone = \"None\"\n\n}\n\nexport default ListItemAccessibleRole;\n"]}
1
+ {"version":3,"file":"ListItemAccessibleRole.js","sourceRoot":"","sources":["../../src/types/ListItemAccessibleRole.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,sBAsCJ;AAtCD,WAAK,sBAAsB;IAE1B;;;OAGG;IACH,yCAAe,CAAA;IAEf;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,+CAAqB,CAAA;IAErB;;;OAGG;IACH,2CAAiB,CAAA;IAEjB;;;OAGG;IACH,uCAAa,CAAA;AAEd,CAAC,EAtCI,sBAAsB,KAAtB,sBAAsB,QAsC1B;AAED,eAAe,sBAAsB,CAAC","sourcesContent":["/**\n * ListItem accessible roles.\n * @public\n * @since 2.0.0\n */\nenum ListItemAccessibleRole {\n\n\t/**\n\t * Represents the ARIA role \"group\".\n\t * @private\n\t */\n\tGroup = \"Group\",\n\n\t/**\n\t * Represents the ARIA role \"listitem\". (by default)\n\t * @public\n\t */\n\tListItem = \"ListItem\",\n\n\t/**\n\t * Represents the ARIA role \"menuitem\".\n\t * @public\n\t */\n\tMenuItem = \"MenuItem\",\n\n\t/**\n\t * Represents the ARIA role \"treeitem\".\n\t * @public\n\t */\n\tTreeItem = \"TreeItem\",\n\n\t/**\n\t * Represents the ARIA role \"option\".\n\t * @public\n\t */\n\tOption = \"Option\",\n\n\t/**\n\t * Represents the ARIA role \"none\".\n\t * @public\n\t */\n\tNone = \"None\"\n\n}\n\nexport default ListItemAccessibleRole;\n"]}
@@ -3,6 +3,7 @@
3
3
  *
4
4
  * @public
5
5
  * @experimental
6
+ * @deprecated This component is deprecated and will be removed in future releases. Use the `ui5-table-selection-single` or `ui5-table-selection-multi` components instead.
6
7
  */
7
8
  declare enum TableSelectionMode {
8
9
  /**
@@ -3,6 +3,7 @@
3
3
  *
4
4
  * @public
5
5
  * @experimental
6
+ * @deprecated This component is deprecated and will be removed in future releases. Use the `ui5-table-selection-single` or `ui5-table-selection-multi` components instead.
6
7
  */
7
8
  var TableSelectionMode;
8
9
  (function (TableSelectionMode) {
@@ -1 +1 @@
1
- {"version":3,"file":"TableSelectionMode.js","sourceRoot":"","sources":["../../src/types/TableSelectionMode.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,IAAK,kBAkBJ;AAlBD,WAAK,kBAAkB;IACtB;;;OAGG;IACH,mCAAa,CAAA;IAEb;;;OAGG;IACH,uCAAiB,CAAA;IAEjB;;;OAGG;IACH,2CAAqB,CAAA;AACtB,CAAC,EAlBI,kBAAkB,KAAlB,kBAAkB,QAkBtB;AAED,eAAe,kBAAkB,CAAC","sourcesContent":["/**\n * Selection modes of the <ui5-table> component.\n *\n * @public\n * @experimental\n */\nenum TableSelectionMode {\n\t/**\n\t * Default mode (no selection).\n\t * @public\n\t */\n\tNone = \"None\",\n\n\t/**\n\t * Single selection mode (only one table row can be selected).\n\t * @public\n\t */\n\tSingle = \"Single\",\n\n\t/**\n\t * Multi selection mode (more than one table row can be selected).\n\t * @public\n\t */\n\tMultiple = \"Multiple\",\n}\n\nexport default TableSelectionMode;\n"]}
1
+ {"version":3,"file":"TableSelectionMode.js","sourceRoot":"","sources":["../../src/types/TableSelectionMode.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AACH,IAAK,kBAkBJ;AAlBD,WAAK,kBAAkB;IACtB;;;OAGG;IACH,mCAAa,CAAA;IAEb;;;OAGG;IACH,uCAAiB,CAAA;IAEjB;;;OAGG;IACH,2CAAqB,CAAA;AACtB,CAAC,EAlBI,kBAAkB,KAAlB,kBAAkB,QAkBtB;AAED,eAAe,kBAAkB,CAAC","sourcesContent":["/**\n * Selection modes of the <ui5-table> component.\n *\n * @public\n * @experimental\n * @deprecated This component is deprecated and will be removed in future releases. Use the `ui5-table-selection-single` or `ui5-table-selection-multi` components instead.\n */\nenum TableSelectionMode {\n\t/**\n\t * Default mode (no selection).\n\t * @public\n\t */\n\tNone = \"None\",\n\n\t/**\n\t * Single selection mode (only one table row can be selected).\n\t * @public\n\t */\n\tSingle = \"Single\",\n\n\t/**\n\t * Multi selection mode (more than one table row can be selected).\n\t * @public\n\t */\n\tMultiple = \"Multiple\",\n}\n\nexport default TableSelectionMode;\n"]}
@@ -3,7 +3,7 @@
3
3
  "tags": [
4
4
  {
5
5
  "name": "ui5-avatar",
6
- "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS:\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes.",
6
+ "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes.",
7
7
  "attributes": [
8
8
  {
9
9
  "name": "disabled",
@@ -3227,6 +3227,11 @@
3227
3227
  "description": "Receives id(or many ids) of the elements that label the select.",
3228
3228
  "values": []
3229
3229
  },
3230
+ {
3231
+ "name": "tooltip",
3232
+ "description": "Defines the tooltip of the select.",
3233
+ "values": []
3234
+ },
3230
3235
  {
3231
3236
  "name": "value",
3232
3237
  "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
@@ -3695,6 +3700,11 @@
3695
3700
  { "name": "Translucent" }
3696
3701
  ]
3697
3702
  },
3703
+ {
3704
+ "name": "no-auto-selection",
3705
+ "description": "Defines if automatic tab selection is deactivated.\n\n**Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.\nSetting this property to `true` allows preventing this behavior.",
3706
+ "values": []
3707
+ },
3698
3708
  {
3699
3709
  "name": "all-items",
3700
3710
  "description": "Returns all slotted tabs and their subTabs in a flattened array.\nThe order of tabs is depth-first.",
@@ -3896,12 +3906,12 @@
3896
3906
  "attributes": [
3897
3907
  {
3898
3908
  "name": "row-key",
3899
- "description": "Unique identifier of the row.",
3909
+ "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.",
3900
3910
  "values": []
3901
3911
  },
3902
3912
  {
3903
3913
  "name": "position",
3904
- "description": "Defines the position of the row respect to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
3914
+ "description": "Defines the position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
3905
3915
  "values": []
3906
3916
  },
3907
3917
  {
@@ -3924,7 +3934,7 @@
3924
3934
  },
3925
3935
  {
3926
3936
  "name": "ui5-table-row-action",
3927
- "description": "The `TableRowAction` class defines a row action for table rows.\n\n\n---\n\n\n",
3937
+ "description": "### Overview\n\nThe `ui5-table-row-action` component defines an action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowAction.js\";`\n\n\n---\n\n\n",
3928
3938
  "attributes": [
3929
3939
  {
3930
3940
  "name": "icon",
@@ -3936,11 +3946,6 @@
3936
3946
  "description": "Defines the text of the row action.\n\n**Note:** For row actions to work properly, this property is mandatory.",
3937
3947
  "values": []
3938
3948
  },
3939
- {
3940
- "name": "disabled",
3941
- "description": "Defines the disabled state of the row action.",
3942
- "values": []
3943
- },
3944
3949
  {
3945
3950
  "name": "invisible",
3946
3951
  "description": "Defines the visibility of the row action.\n\n**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.",
@@ -3986,7 +3991,7 @@
3986
3991
  },
3987
3992
  {
3988
3993
  "name": "ui5-table-selection",
3989
- "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
3994
+ "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` to add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.",
3990
3995
  "attributes": [
3991
3996
  {
3992
3997
  "name": "mode",
@@ -4005,6 +4010,42 @@
4005
4010
  ],
4006
4011
  "references": []
4007
4012
  },
4013
+ {
4014
+ "name": "table-selection-base",
4015
+ "description": "The `TableSelectionBase` class serves as a foundation for table selections.\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
4016
+ "attributes": [
4017
+ {
4018
+ "name": "selected",
4019
+ "description": "Defines the selected elements of the component.",
4020
+ "values": []
4021
+ }
4022
+ ],
4023
+ "references": []
4024
+ },
4025
+ {
4026
+ "name": "ui5-table-selection-multi",
4027
+ "description": "### Overview\n\nThe `ui5-table-selection-multi` component is used inside the `ui5-table` to add multi-selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-multi` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-multi slot=\"features\" selected=\"Row1 Row3\"></ui5-table-selection-multi>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionMulti.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRows(): _Array<TableRow>_** - Returns an array of the selected rows.\n- **areAllRowsSelected(): _boolean_** - Determines whether all rows are selected.\n- **getSelectedAsSet(): _Set<string>_** - Returns the `selected` property as a set of unique `row-key` values.\n- **setSelectedAsSet(selectedSet: _Set<string>_): _void_** - Sets the `selected` property using the provided set of unique `row-key` values.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
4028
+ "attributes": [
4029
+ {
4030
+ "name": "selected",
4031
+ "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
4032
+ "values": []
4033
+ }
4034
+ ],
4035
+ "references": []
4036
+ },
4037
+ {
4038
+ "name": "ui5-table-selection-single",
4039
+ "description": "### Overview\n\nThe `ui5-table-selection-single` component is used inside the `ui5-table` to add single selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-single` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-single slot=\"features\" selected=\"Row1\"></ui5-table-selection-single>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionSingle.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRow(): _TableRow | undefined_** - Returns the selected row.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
4040
+ "attributes": [
4041
+ {
4042
+ "name": "selected",
4043
+ "description": "Defines the `row-key` value of the selected row.",
4044
+ "values": []
4045
+ }
4046
+ ],
4047
+ "references": []
4048
+ },
4008
4049
  {
4009
4050
  "name": "ui5-table-virtualizer",
4010
4051
  "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\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.",
@@ -1,14 +1,14 @@
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.8.0-rc.2",
4
+ "version": "2.8.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "elements": [
9
9
  {
10
10
  "name": "ui5-avatar",
11
- "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n---\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS:\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes.",
11
+ "description": "### Overview\n\nAn image-like component that has different display options for representing images and icons\nin different shapes and sizes, depending on the use case.\n\nThe shape can be circular or square. There are several predefined sizes, as well as an option to\nset a custom size.\n\n### Keyboard Handling\n\n- [Space] / [Enter] or [Return] - Fires the `click` event if the `interactive` property is set to true.\n- [Shift] - If [Space] is pressed, pressing [Shift] releases the component without triggering the click event.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Avatar.js\";`\n---\n\n\n### **Slots:**\n - **default** - Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`\n- **badge** - Defines the optional badge that will be used for visual affordance.\n\n**Note:** While the slot allows for custom badges, to achieve\nthe Fiori design, you can use the `ui5-tag` with `ui5-icon`\nin the corresponding `icon` slot, without text nodes.",
12
12
  "doc-url": "",
13
13
  "attributes": [
14
14
  {
@@ -77,7 +77,7 @@
77
77
  "slots": [
78
78
  {
79
79
  "name": "default",
80
- "description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS:"
80
+ "description": "Receives the desired `<img>` tag\n\n**Note:** If you experience flickering of the provided image, you can hide the component until it is defined with the following CSS:<br/>\n`ui5-avatar:not(:defined) {`<br/>\n&nbsp;&nbsp;&nbsp;&nbsp;`visibility: hidden;`<br/>\n`}`"
81
81
  },
82
82
  {
83
83
  "name": "badge",
@@ -6760,6 +6760,11 @@
6760
6760
  "description": "Receives id(or many ids) of the elements that label the select.",
6761
6761
  "value": { "type": "string | undefined", "default": "undefined" }
6762
6762
  },
6763
+ {
6764
+ "name": "tooltip",
6765
+ "description": "Defines the tooltip of the select.",
6766
+ "value": { "type": "string | undefined", "default": "undefined" }
6767
+ },
6763
6768
  {
6764
6769
  "name": "value",
6765
6770
  "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
@@ -6842,6 +6847,11 @@
6842
6847
  "description": "Receives id(or many ids) of the elements that label the select.",
6843
6848
  "value": { "type": "string | undefined" }
6844
6849
  },
6850
+ {
6851
+ "name": "tooltip",
6852
+ "description": "Defines the tooltip of the select.",
6853
+ "value": { "type": "string | undefined" }
6854
+ },
6845
6855
  {
6846
6856
  "name": "value",
6847
6857
  "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
@@ -7699,6 +7709,11 @@
7699
7709
  "default": "\"Solid\""
7700
7710
  }
7701
7711
  },
7712
+ {
7713
+ "name": "no-auto-selection",
7714
+ "description": "Defines if automatic tab selection is deactivated.\n\n**Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.\nSetting this property to `true` allows preventing this behavior.",
7715
+ "value": { "type": "boolean", "default": "false" }
7716
+ },
7702
7717
  {
7703
7718
  "name": "all-items",
7704
7719
  "description": "Returns all slotted tabs and their subTabs in a flattened array.\nThe order of tabs is depth-first.",
@@ -7764,6 +7779,11 @@
7764
7779
  "type": "\"Transparent\" | \"Solid\" | \"Translucent\""
7765
7780
  }
7766
7781
  },
7782
+ {
7783
+ "name": "no-auto-selection",
7784
+ "description": "Defines if automatic tab selection is deactivated.\n\n**Note:** By default, if none of the child tabs have the `selected` property set, the first tab will be automatically selected.\nSetting this property to `true` allows preventing this behavior.",
7785
+ "value": { "type": "boolean" }
7786
+ },
7767
7787
  {
7768
7788
  "name": "all-items",
7769
7789
  "description": "Returns all slotted tabs and their subTabs in a flattened array.\nThe order of tabs is depth-first.",
@@ -8189,12 +8209,12 @@
8189
8209
  "attributes": [
8190
8210
  {
8191
8211
  "name": "row-key",
8192
- "description": "Unique identifier of the row.",
8193
- "value": { "type": "string", "default": "\"\"" }
8212
+ "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.",
8213
+ "value": { "type": "string | undefined", "default": "undefined" }
8194
8214
  },
8195
8215
  {
8196
8216
  "name": "position",
8197
- "description": "Defines the position of the row respect to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
8217
+ "description": "Defines the position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
8198
8218
  "value": { "type": "number", "default": "-1" }
8199
8219
  },
8200
8220
  {
@@ -8228,12 +8248,12 @@
8228
8248
  "properties": [
8229
8249
  {
8230
8250
  "name": "row-key",
8231
- "description": "Unique identifier of the row.",
8232
- "value": { "type": "string" }
8251
+ "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.",
8252
+ "value": { "type": "string | undefined" }
8233
8253
  },
8234
8254
  {
8235
8255
  "name": "position",
8236
- "description": "Defines the position of the row respect to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
8256
+ "description": "Defines the position of the row related to the total number of rows within the table when the `ui5-table-virtualizer` feature is used.",
8237
8257
  "value": { "type": "number" }
8238
8258
  },
8239
8259
  {
@@ -8257,7 +8277,7 @@
8257
8277
  },
8258
8278
  {
8259
8279
  "name": "ui5-table-row-action",
8260
- "description": "The `TableRowAction` class defines a row action for table rows.\n---\n",
8280
+ "description": "### Overview\n\nThe `ui5-table-row-action` component defines an action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowAction.js\";`\n---\n",
8261
8281
  "doc-url": "",
8262
8282
  "attributes": [
8263
8283
  {
@@ -8270,11 +8290,6 @@
8270
8290
  "description": "Defines the text of the row action.\n\n**Note:** For row actions to work properly, this property is mandatory.",
8271
8291
  "value": { "type": "string", "default": "\"\"" }
8272
8292
  },
8273
- {
8274
- "name": "disabled",
8275
- "description": "Defines the disabled state of the row action.",
8276
- "value": { "type": "boolean", "default": "false" }
8277
- },
8278
8293
  {
8279
8294
  "name": "invisible",
8280
8295
  "description": "Defines the visibility of the row action.\n\n**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.",
@@ -8294,11 +8309,6 @@
8294
8309
  "description": "Defines the text of the row action.\n\n**Note:** For row actions to work properly, this property is mandatory.",
8295
8310
  "value": { "type": "string" }
8296
8311
  },
8297
- {
8298
- "name": "disabled",
8299
- "description": "Defines the disabled state of the row action.",
8300
- "value": { "type": "boolean" }
8301
- },
8302
8312
  {
8303
8313
  "name": "invisible",
8304
8314
  "description": "Defines the visibility of the row action.\n\n**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.",
@@ -8343,7 +8353,7 @@
8343
8353
  },
8344
8354
  {
8345
8355
  "name": "ui5-table-selection",
8346
- "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
8356
+ "description": "@deprecated This component is deprecated and will be removed in future releases. Use the `ui5-table-selection-single` or `ui5-table-selection-multi` components instead.\n\n### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` to add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.",
8347
8357
  "doc-url": "",
8348
8358
  "attributes": [
8349
8359
  {
@@ -8363,7 +8373,7 @@
8363
8373
  "events": [
8364
8374
  {
8365
8375
  "name": "change",
8366
- "description": "Fired when selection is changed by user interaction."
8376
+ "description": "Fired when the selection is changed by user interaction."
8367
8377
  }
8368
8378
  ],
8369
8379
  "js": {
@@ -8382,7 +8392,73 @@
8382
8392
  "events": [
8383
8393
  {
8384
8394
  "name": "change",
8385
- "description": "Fired when selection is changed by user interaction."
8395
+ "description": "Fired when the selection is changed by user interaction."
8396
+ }
8397
+ ]
8398
+ }
8399
+ },
8400
+ {
8401
+ "name": "ui5-table-selection-multi",
8402
+ "description": "### Overview\n\nThe `ui5-table-selection-multi` component is used inside the `ui5-table` to add multi-selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-multi` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-multi slot=\"features\" selected=\"Row1 Row3\"></ui5-table-selection-multi>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionMulti.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRows(): _Array<TableRow>_** - Returns an array of the selected rows.\n- **areAllRowsSelected(): _boolean_** - Determines whether all rows are selected.\n- **getSelectedAsSet(): _Set<string>_** - Returns the `selected` property as a set of unique `row-key` values.\n- **setSelectedAsSet(selectedSet: _Set<string>_): _void_** - Sets the `selected` property using the provided set of unique `row-key` values.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
8403
+ "doc-url": "",
8404
+ "attributes": [
8405
+ {
8406
+ "name": "selected",
8407
+ "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
8408
+ "value": { "type": "string | undefined", "default": "undefined" }
8409
+ }
8410
+ ],
8411
+ "events": [
8412
+ {
8413
+ "name": "change",
8414
+ "description": "Fired when the selection is changed by user interaction."
8415
+ }
8416
+ ],
8417
+ "js": {
8418
+ "properties": [
8419
+ {
8420
+ "name": "selected",
8421
+ "description": "Defines the `row-key` values of selected rows, with each value separated by a space.",
8422
+ "value": { "type": "string | undefined" }
8423
+ }
8424
+ ],
8425
+ "events": [
8426
+ {
8427
+ "name": "change",
8428
+ "description": "Fired when the selection is changed by user interaction."
8429
+ }
8430
+ ]
8431
+ }
8432
+ },
8433
+ {
8434
+ "name": "ui5-table-selection-single",
8435
+ "description": "### Overview\n\nThe `ui5-table-selection-single` component is used inside the `ui5-table` to add single selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-single` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-single slot=\"features\" selected=\"Row1\"></ui5-table-selection-single>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionSingle.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRow(): _TableRow | undefined_** - Returns the selected row.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
8436
+ "doc-url": "",
8437
+ "attributes": [
8438
+ {
8439
+ "name": "selected",
8440
+ "description": "Defines the `row-key` value of the selected row.",
8441
+ "value": { "type": "string | undefined", "default": "undefined" }
8442
+ }
8443
+ ],
8444
+ "events": [
8445
+ {
8446
+ "name": "change",
8447
+ "description": "Fired when the selection is changed by user interaction."
8448
+ }
8449
+ ],
8450
+ "js": {
8451
+ "properties": [
8452
+ {
8453
+ "name": "selected",
8454
+ "description": "Defines the `row-key` value of the selected row.",
8455
+ "value": { "type": "string | undefined" }
8456
+ }
8457
+ ],
8458
+ "events": [
8459
+ {
8460
+ "name": "change",
8461
+ "description": "Fired when the selection is changed by user interaction."
8386
8462
  }
8387
8463
  ]
8388
8464
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.8.0-rc.2",
3
+ "version": "2.8.0",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -54,19 +54,19 @@
54
54
  "directory": "packages/main"
55
55
  },
56
56
  "dependencies": {
57
- "@ui5/webcomponents-base": "2.8.0-rc.2",
58
- "@ui5/webcomponents-icons": "2.8.0-rc.2",
59
- "@ui5/webcomponents-icons-business-suite": "2.8.0-rc.2",
60
- "@ui5/webcomponents-icons-tnt": "2.8.0-rc.2",
61
- "@ui5/webcomponents-localization": "2.8.0-rc.2",
62
- "@ui5/webcomponents-theming": "2.8.0-rc.2"
57
+ "@ui5/webcomponents-base": "2.8.0",
58
+ "@ui5/webcomponents-icons": "2.8.0",
59
+ "@ui5/webcomponents-icons-business-suite": "2.8.0",
60
+ "@ui5/webcomponents-icons-tnt": "2.8.0",
61
+ "@ui5/webcomponents-localization": "2.8.0",
62
+ "@ui5/webcomponents-theming": "2.8.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@ui5/webcomponents-tools": "2.8.0-rc.2",
65
+ "@ui5/webcomponents-tools": "2.8.0",
66
66
  "chromedriver": "^132.0.0",
67
67
  "jsdom": "^26.0.0",
68
68
  "lit": "^2.0.0",
69
69
  "vitest": "^3.0.2"
70
70
  },
71
- "gitHead": "3f2bb39755164a9074948fca90a65818ac89af7c"
71
+ "gitHead": "03b747d858078dba965e6c39d85f5954497884c1"
72
72
  }
@@ -1,8 +1,8 @@
1
- import ListItemGroupTemplate from "./ListItemGroupTemplate.js";
1
+ import ListBoxItemGroupTemplate from "./ListBoxItemGroupTemplate.js";
2
2
  import type ComboBoxItemGroup from "./ComboBoxItemGroup.js";
3
3
 
4
4
  export default function ComboBoxItemGroupTemplate(this: ComboBoxItemGroup) {
5
- return [ListItemGroupTemplate.call(this, { items })];
5
+ return [ListBoxItemGroupTemplate.call(this, { items })];
6
6
  }
7
7
 
8
8
  function items(this: ComboBoxItemGroup) {
@@ -0,0 +1,33 @@
1
+ import type ListItemGroup from "./ListItemGroup.js";
2
+ import ListItemGroupHeader from "./ListItemGroupHeader.js";
3
+ import DropIndicator from "./DropIndicator.js";
4
+ import ListItemAccessibleRole from "./types/ListItemAccessibleRole.js";
5
+
6
+ export default function ListItemGroupTemplate(this: ListItemGroup, hooks?: { items: () => void }) {
7
+ const items = hooks?.items || defaultItems;
8
+
9
+ return (
10
+ <ul
11
+ role="group"
12
+ class="ui5-group-li-root"
13
+ onDragEnter={this._ondragenter}
14
+ onDragOver={this._ondragover}
15
+ onDrop={this._ondrop}
16
+ onDragLeave={this._ondragleave}
17
+ >
18
+ {this.hasHeader &&
19
+ <ListItemGroupHeader focused={this.focused} part="header" accessibleRole={ListItemAccessibleRole.Group}>
20
+ { this.hasFormattedHeader ? <slot name="header"></slot> : this.headerText }
21
+ </ListItemGroupHeader>
22
+ }
23
+
24
+ { items.call(this) }
25
+
26
+ <DropIndicator orientation="Horizontal" ownerReference={this}/>
27
+ </ul>
28
+ );
29
+ }
30
+
31
+ function defaultItems(this: ListItemGroup) {
32
+ return <slot></slot>;
33
+ }
@@ -2,9 +2,9 @@ import type ListItemGroupHeader from "./ListItemGroupHeader.js";
2
2
 
3
3
  export default function ListItemGroupHeaderTemplate(this: ListItemGroupHeader) {
4
4
  return (
5
- <ul
6
- role="group"
5
+ <div
7
6
  part="native-li"
7
+ role={this.effectiveAccRole}
8
8
  tabindex={this.forcedTabIndex ? parseInt(this.forcedTabIndex) : undefined}
9
9
  class={{
10
10
  "ui5-ghli-root": true,
@@ -18,6 +18,8 @@ export default function ListItemGroupHeaderTemplate(this: ListItemGroupHeader) {
18
18
  <div id={`${this._id}-content`} class="ui5-li-content">
19
19
  <span class="ui5-ghli-title"><slot></slot></span>
20
20
  </div>
21
- </ul>
21
+
22
+ {this.hasSubItems && <slot name="subItems"></slot>}
23
+ </div>
22
24
  );
23
25
  }
@@ -1,32 +1,34 @@
1
1
  import type ListItemGroup from "./ListItemGroup.js";
2
2
  import ListItemGroupHeader from "./ListItemGroupHeader.js";
3
3
  import DropIndicator from "./DropIndicator.js";
4
+ import ListItemAccessibleRole from "./types/ListItemAccessibleRole.js";
4
5
 
5
- export default function ListItemGroupTemplate(this: ListItemGroup, hooks?: { items: () => void }) {
6
- const items = hooks?.items || defaultItems;
7
-
6
+ export default function ListItemGroupTemplate(this: ListItemGroup) {
8
7
  return (
9
- <ul
10
- role="group"
11
- class="ui5-group-li-root"
12
- onDragEnter={this._ondragenter}
13
- onDragOver={this._ondragover}
14
- onDrop={this._ondrop}
15
- onDragLeave={this._ondragleave}
16
- >
8
+ <>
17
9
  {this.hasHeader &&
18
- <ListItemGroupHeader focused={this.focused} part="header">
10
+ <ListItemGroupHeader focused={this.focused} part="header" accessibleRole={ListItemAccessibleRole.ListItem}>
19
11
  { this.hasFormattedHeader ? <slot name="header"></slot> : this.headerText }
12
+ <div
13
+ role="list"
14
+ slot="subItems"
15
+ aria-owns={`${this._id}-content`}
16
+ aria-label={this.headerText}
17
+ ></div>
20
18
  </ListItemGroupHeader>
21
19
  }
20
+ <div class="ui5-group-li-root"
21
+ onDragEnter={this._ondragenter}
22
+ onDragOver={this._ondragover}
23
+ onDrop={this._ondrop}
24
+ onDragLeave={this._ondragleave}
25
+ id={`${this._id}-content`}>
22
26
 
23
- { items.call(this) }
27
+ <slot></slot>
24
28
 
25
- <DropIndicator orientation="Horizontal" ownerReference={this}/>
26
- </ul>
27
- );
28
- }
29
+ <DropIndicator orientation="Horizontal" ownerReference={this}/>
30
+ </div>
31
+ </>
29
32
 
30
- function defaultItems(this: ListItemGroup) {
31
- return <slot></slot>;
33
+ );
32
34
  }
@@ -102,6 +102,7 @@ function moreRow(this: List) {
102
102
  {this.loading &&
103
103
  <BusyIndicator
104
104
  delay={this.loadingDelay}
105
+ part="growing-button-busy-indicator"
105
106
  class="ui5-list-growing-button-busy-indicator"
106
107
  active>
107
108
  </BusyIndicator>
@@ -1,8 +1,8 @@
1
- import ListItemGroupTemplate from "./ListItemGroupTemplate.js";
1
+ import ListBoxItemGroupTemplate from "./ListBoxItemGroupTemplate.js";
2
2
  import type MultiComboBoxItemGroup from "./MultiComboBoxItemGroup.js";
3
3
 
4
4
  export default function MultiComboBoxItemGroupTemplate(this: MultiComboBoxItemGroup) {
5
- return [ListItemGroupTemplate.call(this, { items })];
5
+ return [ListBoxItemGroupTemplate.call(this, { items })];
6
6
  }
7
7
 
8
8
  function items(this: MultiComboBoxItemGroup) {
@@ -13,6 +13,7 @@ export default function SelectTemplate(this: Select) {
13
13
  }}
14
14
  id={`${this._id}-select`}
15
15
  onClick={this._onclick}
16
+ title={this.tooltip}
16
17
  >
17
18
  {this.selectedOptionIcon &&
18
19
  <Icon
@@ -48,6 +49,7 @@ export default function SelectTemplate(this: Select) {
48
49
 
49
50
  {!this.readonly &&
50
51
  <Icon
52
+ part="icon"
51
53
  name={slimArrowDown}
52
54
  class={{
53
55
  "inputIcon": true,