@ui5/webcomponents 2.20.0-rc.0 → 2.20.0-rc.2

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 (326) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +23 -2
  4. package/dist/Avatar.js +41 -4
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/AvatarGroup.js +2 -0
  7. package/dist/AvatarGroup.js.map +1 -1
  8. package/dist/AvatarGroupTemplate.js +8 -1
  9. package/dist/AvatarGroupTemplate.js.map +1 -1
  10. package/dist/AvatarTemplate.js +1 -1
  11. package/dist/AvatarTemplate.js.map +1 -1
  12. package/dist/ComboBox.d.ts +19 -0
  13. package/dist/ComboBox.js +58 -2
  14. package/dist/ComboBox.js.map +1 -1
  15. package/dist/ComboBoxItem.d.ts +23 -0
  16. package/dist/ComboBoxItem.js +4 -0
  17. package/dist/ComboBoxItem.js.map +1 -1
  18. package/dist/List.js +6 -0
  19. package/dist/List.js.map +1 -1
  20. package/dist/ListItem.js +1 -1
  21. package/dist/ListItem.js.map +1 -1
  22. package/dist/ListItemCustom.d.ts +2 -14
  23. package/dist/ListItemCustom.js +31 -66
  24. package/dist/ListItemCustom.js.map +1 -1
  25. package/dist/ListItemGroup.d.ts +1 -0
  26. package/dist/ListItemGroup.js +1 -0
  27. package/dist/ListItemGroup.js.map +1 -1
  28. package/dist/ListItemGroupTemplate.js +1 -1
  29. package/dist/ListItemGroupTemplate.js.map +1 -1
  30. package/dist/Menu.d.ts +2 -1
  31. package/dist/Menu.js +14 -7
  32. package/dist/Menu.js.map +1 -1
  33. package/dist/MenuItem.d.ts +1 -0
  34. package/dist/MenuItem.js +6 -2
  35. package/dist/MenuItem.js.map +1 -1
  36. package/dist/Panel.d.ts +3 -0
  37. package/dist/Panel.js +13 -0
  38. package/dist/Panel.js.map +1 -1
  39. package/dist/PanelTemplate.js +1 -1
  40. package/dist/PanelTemplate.js.map +1 -1
  41. package/dist/Slider.d.ts +13 -20
  42. package/dist/Slider.js +48 -74
  43. package/dist/Slider.js.map +1 -1
  44. package/dist/SliderHandle.d.ts +61 -0
  45. package/dist/SliderHandle.js +104 -0
  46. package/dist/SliderHandle.js.map +1 -0
  47. package/dist/SliderHandleTemplate.d.ts +2 -0
  48. package/dist/SliderHandleTemplate.js +7 -0
  49. package/dist/SliderHandleTemplate.js.map +1 -0
  50. package/dist/SliderScale.d.ts +138 -0
  51. package/dist/SliderScale.js +300 -0
  52. package/dist/SliderScale.js.map +1 -0
  53. package/dist/SliderScaleTemplate.d.ts +2 -0
  54. package/dist/SliderScaleTemplate.js +11 -0
  55. package/dist/SliderScaleTemplate.js.map +1 -0
  56. package/dist/SliderTemplate.d.ts +0 -2
  57. package/dist/SliderTemplate.js +16 -14
  58. package/dist/SliderTemplate.js.map +1 -1
  59. package/dist/SliderTooltip.js +0 -4
  60. package/dist/SliderTooltip.js.map +1 -1
  61. package/dist/SplitButton.d.ts +2 -0
  62. package/dist/SplitButton.js +5 -0
  63. package/dist/SplitButton.js.map +1 -1
  64. package/dist/Tab.js +1 -1
  65. package/dist/Tab.js.map +1 -1
  66. package/dist/TabContainer.js +1 -1
  67. package/dist/TabContainer.js.map +1 -1
  68. package/dist/TableDragAndDrop.js +1 -1
  69. package/dist/TableDragAndDrop.js.map +1 -1
  70. package/dist/Tokenizer.js +16 -4
  71. package/dist/Tokenizer.js.map +1 -1
  72. package/dist/Toolbar.d.ts +4 -0
  73. package/dist/Toolbar.js +11 -0
  74. package/dist/Toolbar.js.map +1 -1
  75. package/dist/bundle.esm.js +2 -0
  76. package/dist/bundle.esm.js.map +1 -1
  77. package/dist/css/themes/Avatar.css +1 -1
  78. package/dist/css/themes/AvatarGroup.css +1 -1
  79. package/dist/css/themes/ColorPicker.css +1 -1
  80. package/dist/css/themes/Form.css +1 -1
  81. package/dist/css/themes/FormItemSpan.css +1 -1
  82. package/dist/css/themes/Panel.css +1 -1
  83. package/dist/css/themes/ProgressIndicator.css +1 -1
  84. package/dist/css/themes/Slider.css +1 -0
  85. package/dist/css/themes/SliderHandle.css +1 -0
  86. package/dist/css/themes/SliderScale.css +1 -0
  87. package/dist/css/themes/ToolbarItem.css +1 -1
  88. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  89. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  90. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  91. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  92. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  93. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  94. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -2
  95. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -2
  96. package/dist/custom-elements-internal.json +242 -32
  97. package/dist/custom-elements.json +198 -31
  98. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  99. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  100. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  101. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  102. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  103. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  104. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  105. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  106. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  107. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  108. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  109. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  110. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  111. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  112. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  113. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  114. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  115. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  116. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  117. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  118. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  119. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  120. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  121. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  122. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  123. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  124. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  125. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  126. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  127. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  128. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  129. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  130. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  131. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  132. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  133. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  134. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  135. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  136. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  137. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  138. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  139. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  140. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  141. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  142. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  143. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  144. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  145. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  149. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  150. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  151. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  152. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  153. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  155. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  156. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  157. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  158. package/dist/generated/themes/Avatar.css.js +1 -1
  159. package/dist/generated/themes/Avatar.css.js.map +1 -1
  160. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  161. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  162. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  163. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  164. package/dist/generated/themes/ColorPicker.css.js +1 -1
  165. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  166. package/dist/generated/themes/Form.css.d.ts +1 -1
  167. package/dist/generated/themes/Form.css.js +1 -1
  168. package/dist/generated/themes/Form.css.js.map +1 -1
  169. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  170. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  171. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  172. package/dist/generated/themes/Panel.css.d.ts +1 -1
  173. package/dist/generated/themes/Panel.css.js +1 -1
  174. package/dist/generated/themes/Panel.css.js.map +1 -1
  175. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  176. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  177. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  178. package/dist/generated/themes/Slider.css.d.ts +2 -0
  179. package/dist/generated/themes/Slider.css.js +8 -0
  180. package/dist/generated/themes/Slider.css.js.map +1 -0
  181. package/dist/generated/themes/SliderHandle.css.d.ts +2 -0
  182. package/dist/generated/themes/SliderHandle.css.js +8 -0
  183. package/dist/generated/themes/SliderHandle.css.js.map +1 -0
  184. package/dist/generated/themes/SliderScale.css.d.ts +2 -0
  185. package/dist/generated/themes/SliderScale.css.js +8 -0
  186. package/dist/generated/themes/SliderScale.css.js.map +1 -0
  187. package/dist/generated/themes/ToolbarItem.css.d.ts +1 -1
  188. package/dist/generated/themes/ToolbarItem.css.js +1 -1
  189. package/dist/generated/themes/ToolbarItem.css.js.map +1 -1
  190. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  191. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  192. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  193. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  194. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  195. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  196. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  197. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  198. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  199. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  200. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  201. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  202. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  203. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  204. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  205. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  206. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  207. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  208. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  209. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -2
  210. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  211. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  212. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -2
  213. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  214. package/dist/types/AvatarMode.d.ts +30 -0
  215. package/dist/types/AvatarMode.js +32 -0
  216. package/dist/types/AvatarMode.js.map +1 -0
  217. package/dist/vscode.html-custom-data.json +35 -11
  218. package/dist/web-types.json +80 -19
  219. package/package.json +9 -9
  220. package/src/AvatarGroupTemplate.tsx +8 -1
  221. package/src/AvatarTemplate.tsx +1 -0
  222. package/src/ListItemGroupTemplate.tsx +9 -3
  223. package/src/PanelTemplate.tsx +2 -0
  224. package/src/SliderHandleTemplate.tsx +15 -0
  225. package/src/SliderScaleTemplate.tsx +32 -0
  226. package/src/SliderTemplate.tsx +85 -64
  227. package/src/i18n/messagebundle_ar.properties +14 -8
  228. package/src/i18n/messagebundle_bg.properties +14 -8
  229. package/src/i18n/messagebundle_ca.properties +14 -8
  230. package/src/i18n/messagebundle_cnr.properties +14 -8
  231. package/src/i18n/messagebundle_cs.properties +14 -8
  232. package/src/i18n/messagebundle_cy.properties +14 -8
  233. package/src/i18n/messagebundle_da.properties +14 -8
  234. package/src/i18n/messagebundle_de.properties +14 -8
  235. package/src/i18n/messagebundle_el.properties +14 -8
  236. package/src/i18n/messagebundle_en.properties +14 -8
  237. package/src/i18n/messagebundle_en_GB.properties +14 -8
  238. package/src/i18n/messagebundle_en_US_sappsd.properties +3 -3
  239. package/src/i18n/messagebundle_en_US_saprigi.properties +3 -3
  240. package/src/i18n/messagebundle_en_US_saptrc.properties +3 -3
  241. package/src/i18n/messagebundle_es.properties +16 -10
  242. package/src/i18n/messagebundle_es_MX.properties +15 -9
  243. package/src/i18n/messagebundle_et.properties +14 -8
  244. package/src/i18n/messagebundle_fi.properties +14 -8
  245. package/src/i18n/messagebundle_fr.properties +14 -8
  246. package/src/i18n/messagebundle_fr_CA.properties +15 -9
  247. package/src/i18n/messagebundle_hi.properties +14 -8
  248. package/src/i18n/messagebundle_hr.properties +14 -8
  249. package/src/i18n/messagebundle_hu.properties +14 -8
  250. package/src/i18n/messagebundle_id.properties +14 -8
  251. package/src/i18n/messagebundle_it.properties +14 -8
  252. package/src/i18n/messagebundle_iw.properties +14 -8
  253. package/src/i18n/messagebundle_ja.properties +14 -8
  254. package/src/i18n/messagebundle_kk.properties +14 -8
  255. package/src/i18n/messagebundle_ko.properties +14 -8
  256. package/src/i18n/messagebundle_lt.properties +14 -8
  257. package/src/i18n/messagebundle_lv.properties +14 -8
  258. package/src/i18n/messagebundle_mk.properties +14 -8
  259. package/src/i18n/messagebundle_ms.properties +14 -8
  260. package/src/i18n/messagebundle_nl.properties +14 -8
  261. package/src/i18n/messagebundle_no.properties +14 -8
  262. package/src/i18n/messagebundle_pl.properties +14 -8
  263. package/src/i18n/messagebundle_pt.properties +14 -8
  264. package/src/i18n/messagebundle_pt_PT.properties +14 -8
  265. package/src/i18n/messagebundle_ro.properties +14 -8
  266. package/src/i18n/messagebundle_ru.properties +14 -8
  267. package/src/i18n/messagebundle_sh.properties +14 -8
  268. package/src/i18n/messagebundle_sk.properties +14 -8
  269. package/src/i18n/messagebundle_sl.properties +14 -8
  270. package/src/i18n/messagebundle_sr.properties +14 -8
  271. package/src/i18n/messagebundle_sv.properties +14 -8
  272. package/src/i18n/messagebundle_th.properties +14 -8
  273. package/src/i18n/messagebundle_tr.properties +14 -8
  274. package/src/i18n/messagebundle_uk.properties +14 -8
  275. package/src/i18n/messagebundle_vi.properties +14 -8
  276. package/src/i18n/messagebundle_zh_CN.properties +14 -8
  277. package/src/i18n/messagebundle_zh_TW.properties +15 -9
  278. package/src/themes/Avatar.css +39 -14
  279. package/src/themes/AvatarGroup.css +24 -0
  280. package/src/themes/ColorPicker.css +23 -27
  281. package/src/themes/FormItemSpan.css +1 -1
  282. package/src/themes/Panel.css +5 -1
  283. package/src/themes/ProgressIndicator.css +1 -0
  284. package/src/themes/Slider.css +32 -0
  285. package/src/themes/SliderHandle.css +61 -0
  286. package/src/themes/SliderScale.css +149 -0
  287. package/src/themes/ToolbarItem.css +1 -1
  288. package/src/themes/base/SliderHandle-parameters.css +3 -0
  289. package/src/themes/base/SliderScale-parameters.css +13 -0
  290. package/src/themes/sap_fiori_3/Slider-parameters.css +11 -0
  291. package/src/themes/sap_fiori_3/SliderHandle-parameters.css +5 -0
  292. package/src/themes/sap_fiori_3/SliderScale-parameters.css +13 -0
  293. package/src/themes/sap_fiori_3/parameters-bundle.css +2 -0
  294. package/src/themes/sap_fiori_3_dark/Slider-parameters.css +11 -0
  295. package/src/themes/sap_fiori_3_dark/SliderHandle-parameters.css +5 -0
  296. package/src/themes/sap_fiori_3_dark/SliderScale-parameters.css +13 -0
  297. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
  298. package/src/themes/sap_fiori_3_hcb/Slider-parameters.css +11 -0
  299. package/src/themes/sap_fiori_3_hcb/SliderHandle-parameters.css +5 -0
  300. package/src/themes/sap_fiori_3_hcb/SliderScale-parameters.css +14 -0
  301. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
  302. package/src/themes/sap_fiori_3_hcw/Slider-parameters.css +11 -0
  303. package/src/themes/sap_fiori_3_hcw/SliderHandle-parameters.css +5 -0
  304. package/src/themes/sap_fiori_3_hcw/SliderScale-parameters.css +14 -0
  305. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
  306. package/src/themes/sap_horizon/AvatarGroup-parameters.css +20 -3
  307. package/src/themes/sap_horizon/Slider-parameters.css +11 -0
  308. package/src/themes/sap_horizon/SliderHandle-parameters.css +5 -0
  309. package/src/themes/sap_horizon/SliderScale-parameters.css +10 -0
  310. package/src/themes/sap_horizon/parameters-bundle.css +3 -0
  311. package/src/themes/sap_horizon/rtl-parameters.css +4 -0
  312. package/src/themes/sap_horizon_dark/Slider-parameters.css +11 -0
  313. package/src/themes/sap_horizon_dark/SliderHandle-parameters.css +5 -0
  314. package/src/themes/sap_horizon_dark/SliderScale-parameters.css +10 -0
  315. package/src/themes/sap_horizon_dark/parameters-bundle.css +3 -0
  316. package/src/themes/sap_horizon_dark/rtl-parameters.css +6 -0
  317. package/src/themes/sap_horizon_hcb/Slider-parameters.css +11 -0
  318. package/src/themes/sap_horizon_hcb/SliderHandle-parameters.css +5 -0
  319. package/src/themes/sap_horizon_hcb/SliderScale-parameters.css +10 -0
  320. package/src/themes/sap_horizon_hcb/parameters-bundle.css +3 -1
  321. package/src/themes/sap_horizon_hcb/rtl-parameters.css +1 -0
  322. package/src/themes/sap_horizon_hcw/Slider-parameters.css +11 -0
  323. package/src/themes/sap_horizon_hcw/SliderHandle-parameters.css +5 -0
  324. package/src/themes/sap_horizon_hcw/SliderScale-parameters.css +10 -0
  325. package/src/themes/sap_horizon_hcw/parameters-bundle.css +3 -1
  326. package/src/themes/sap_horizon_hcw/rtl-parameters.css +1 -0
@@ -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### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\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, use the `ui5-avatar-badge` component.",
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 `mode` is set to `Interactive` or the deprecated `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### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\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, use the `ui5-avatar-badge` component.",
7
7
  "attributes": [
8
8
  {
9
9
  "name": "disabled",
@@ -12,9 +12,18 @@
12
12
  },
13
13
  {
14
14
  "name": "interactive",
15
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
15
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** When set to `true`, this property takes precedence over the `mode` property,\nand the avatar will be rendered as interactive (role=\"button\", focusable) regardless of the `mode` value.\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
16
16
  "values": []
17
17
  },
18
+ {
19
+ "name": "mode",
20
+ "description": "Defines the mode of the component.\n\n**Note:**\n- `Image` (default) - renders with role=\"img\"\n- `Decorative` - renders with role=\"presentation\" and aria-hidden=\"true\", making it purely decorative\n- `Interactive` - renders with role=\"button\", focusable (tabindex=\"0\"), and supports keyboard interaction\n\n**Note:** This property is ignored when the `interactive` property is set to `true`.\nIn that case, the avatar will always be rendered as interactive.",
21
+ "values": [
22
+ { "name": "Image" },
23
+ { "name": "Decorative" },
24
+ { "name": "Interactive" }
25
+ ]
26
+ },
18
27
  {
19
28
  "name": "icon",
20
29
  "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -930,6 +939,11 @@
930
939
  "description": "Defines the value of the component.",
931
940
  "values": []
932
941
  },
942
+ {
943
+ "name": "selected-value",
944
+ "description": "Defines the selected item's value.\n\nUse this property together with the `value` property on `ui5-cb-item` to:\n- Select an item programmatically by its unique identifier\n- Handle items with identical display text but different underlying values\n- Submit machine-readable values in forms (the `value` property is submitted instead of the display text)\n\nWhen set, the ComboBox finds and selects the item whose `value` matches this property\nand whose `text` matches the ComboBox's `value` (display text).\n\n**Note:** This replaces the deprecated `selected` property on `ui5-cb-item`.",
945
+ "values": []
946
+ },
933
947
  {
934
948
  "name": "name",
935
949
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -1022,13 +1036,18 @@
1022
1036
  "name": "additional-text",
1023
1037
  "description": "Defines the additional text of the component.",
1024
1038
  "values": []
1039
+ },
1040
+ {
1041
+ "name": "value",
1042
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
1043
+ "values": []
1025
1044
  }
1026
1045
  ],
1027
1046
  "references": []
1028
1047
  },
1029
1048
  {
1030
1049
  "name": "ui5-cb-item-group",
1031
- "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
1050
+ "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
1032
1051
  "attributes": [
1033
1052
  {
1034
1053
  "name": "header-text",
@@ -2393,7 +2412,7 @@
2393
2412
  },
2394
2413
  {
2395
2414
  "name": "ui5-li-group",
2396
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2415
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2397
2416
  "attributes": [
2398
2417
  {
2399
2418
  "name": "header-text",
@@ -2824,13 +2843,18 @@
2824
2843
  "name": "additional-text",
2825
2844
  "description": "Defines the additional text of the component.",
2826
2845
  "values": []
2846
+ },
2847
+ {
2848
+ "name": "value",
2849
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
2850
+ "values": []
2827
2851
  }
2828
2852
  ],
2829
2853
  "references": []
2830
2854
  },
2831
2855
  {
2832
2856
  "name": "ui5-mcb-item-group",
2833
- "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2857
+ "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2834
2858
  "attributes": [
2835
2859
  {
2836
2860
  "name": "header-text",
@@ -3791,6 +3815,11 @@
3791
3815
  "description": "Current value of the slider",
3792
3816
  "values": []
3793
3817
  },
3818
+ {
3819
+ "name": "step",
3820
+ "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled.",
3821
+ "values": []
3822
+ },
3794
3823
  {
3795
3824
  "name": "min",
3796
3825
  "description": "Defines the minimum value of the slider.",
@@ -3806,11 +3835,6 @@
3806
3835
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
3807
3836
  "values": []
3808
3837
  },
3809
- {
3810
- "name": "step",
3811
- "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
3812
- "values": []
3813
- },
3814
3838
  {
3815
3839
  "name": "label-interval",
3816
3840
  "description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.",
@@ -4090,7 +4114,7 @@
4090
4114
  },
4091
4115
  {
4092
4116
  "name": "ui5-suggestion-item-group",
4093
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
4117
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
4094
4118
  "attributes": [
4095
4119
  {
4096
4120
  "name": "header-text",
@@ -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.20.0-rc.0",
4
+ "version": "2.20.0-rc.2",
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### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\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, use the `ui5-avatar-badge` component.",
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 `mode` is set to `Interactive` or the deprecated `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### **Events:**\n - **click** - Fired on mouseup, space and enter if avatar is interactive\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\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, use the `ui5-avatar-badge` component.",
12
12
  "doc-url": "",
13
13
  "attributes": [
14
14
  {
@@ -18,9 +18,17 @@
18
18
  },
19
19
  {
20
20
  "name": "interactive",
21
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
21
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** When set to `true`, this property takes precedence over the `mode` property,\nand the avatar will be rendered as interactive (role=\"button\", focusable) regardless of the `mode` value.\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
22
22
  "value": { "type": "boolean", "default": "false" }
23
23
  },
24
+ {
25
+ "name": "mode",
26
+ "description": "Defines the mode of the component.\n\n**Note:**\n- `Image` (default) - renders with role=\"img\"\n- `Decorative` - renders with role=\"presentation\" and aria-hidden=\"true\", making it purely decorative\n- `Interactive` - renders with role=\"button\", focusable (tabindex=\"0\"), and supports keyboard interaction\n\n**Note:** This property is ignored when the `interactive` property is set to `true`.\nIn that case, the avatar will always be rendered as interactive.",
27
+ "value": {
28
+ "type": "\"Image\" | \"Decorative\" | \"Interactive\"",
29
+ "default": "\"Image\""
30
+ }
31
+ },
24
32
  {
25
33
  "name": "icon",
26
34
  "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -99,9 +107,16 @@
99
107
  },
100
108
  {
101
109
  "name": "interactive",
102
- "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
110
+ "description": "Defines if the avatar is interactive (focusable and pressable).\n\n**Note:** When set to `true`, this property takes precedence over the `mode` property,\nand the avatar will be rendered as interactive (role=\"button\", focusable) regardless of the `mode` value.\n\n**Note:** This property won't have effect if the `disabled`\nproperty is set to `true`.",
103
111
  "value": { "type": "boolean" }
104
112
  },
113
+ {
114
+ "name": "mode",
115
+ "description": "Defines the mode of the component.\n\n**Note:**\n- `Image` (default) - renders with role=\"img\"\n- `Decorative` - renders with role=\"presentation\" and aria-hidden=\"true\", making it purely decorative\n- `Interactive` - renders with role=\"button\", focusable (tabindex=\"0\"), and supports keyboard interaction\n\n**Note:** This property is ignored when the `interactive` property is set to `true`.\nIn that case, the avatar will always be rendered as interactive.",
116
+ "value": {
117
+ "type": "\"Image\" | \"Decorative\" | \"Interactive\""
118
+ }
119
+ },
105
120
  {
106
121
  "name": "icon",
107
122
  "description": "Defines the name of the UI5 Icon, that will be displayed.\n\n**Note:** If `image` slot is provided, the property will be ignored.\n\n**Note:** You should import the desired icon first, then use its name as \"icon\".\n\n`import \"@ui5/webcomponents-icons/dist/{icon_name}.js\"`\n\n`<ui5-avatar icon=\"employee\">`\n\n**Note:** If no icon or an empty one is provided, by default the \"employee\" icon should be displayed.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -1853,6 +1868,11 @@
1853
1868
  "description": "Defines the value of the component.",
1854
1869
  "value": { "type": "string", "default": "\"\"" }
1855
1870
  },
1871
+ {
1872
+ "name": "selected-value",
1873
+ "description": "Defines the selected item's value.\n\nUse this property together with the `value` property on `ui5-cb-item` to:\n- Select an item programmatically by its unique identifier\n- Handle items with identical display text but different underlying values\n- Submit machine-readable values in forms (the `value` property is submitted instead of the display text)\n\nWhen set, the ComboBox finds and selects the item whose `value` matches this property\nand whose `text` matches the ComboBox's `value` (display text).\n\n**Note:** This replaces the deprecated `selected` property on `ui5-cb-item`.",
1874
+ "value": { "type": "string | undefined", "default": "undefined" }
1875
+ },
1856
1876
  {
1857
1877
  "name": "name",
1858
1878
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -1968,6 +1988,11 @@
1968
1988
  "description": "Defines the value of the component.",
1969
1989
  "value": { "type": "string" }
1970
1990
  },
1991
+ {
1992
+ "name": "selected-value",
1993
+ "description": "Defines the selected item's value.\n\nUse this property together with the `value` property on `ui5-cb-item` to:\n- Select an item programmatically by its unique identifier\n- Handle items with identical display text but different underlying values\n- Submit machine-readable values in forms (the `value` property is submitted instead of the display text)\n\nWhen set, the ComboBox finds and selects the item whose `value` matches this property\nand whose `text` matches the ComboBox's `value` (display text).\n\n**Note:** This replaces the deprecated `selected` property on `ui5-cb-item`.",
1994
+ "value": { "type": "string | undefined" }
1995
+ },
1971
1996
  {
1972
1997
  "name": "name",
1973
1998
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
@@ -2076,6 +2101,11 @@
2076
2101
  "name": "additional-text",
2077
2102
  "description": "Defines the additional text of the component.",
2078
2103
  "value": { "type": "string | undefined", "default": "undefined" }
2104
+ },
2105
+ {
2106
+ "name": "value",
2107
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
2108
+ "value": { "type": "string | undefined", "default": "undefined" }
2079
2109
  }
2080
2110
  ],
2081
2111
  "events": [],
@@ -2090,6 +2120,11 @@
2090
2120
  "name": "additional-text",
2091
2121
  "description": "Defines the additional text of the component.",
2092
2122
  "value": { "type": "string | undefined" }
2123
+ },
2124
+ {
2125
+ "name": "value",
2126
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
2127
+ "value": { "type": "string | undefined" }
2093
2128
  }
2094
2129
  ],
2095
2130
  "events": []
@@ -2097,7 +2132,7 @@
2097
2132
  },
2098
2133
  {
2099
2134
  "name": "ui5-cb-item-group",
2100
- "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
2135
+ "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
2101
2136
  "doc-url": "",
2102
2137
  "attributes": [
2103
2138
  {
@@ -4897,7 +4932,7 @@
4897
4932
  },
4898
4933
  {
4899
4934
  "name": "ui5-li-group",
4900
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
4935
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
4901
4936
  "doc-url": "",
4902
4937
  "attributes": [
4903
4938
  {
@@ -5935,6 +5970,11 @@
5935
5970
  "name": "additional-text",
5936
5971
  "description": "Defines the additional text of the component.",
5937
5972
  "value": { "type": "string | undefined", "default": "undefined" }
5973
+ },
5974
+ {
5975
+ "name": "value",
5976
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
5977
+ "value": { "type": "string | undefined", "default": "undefined" }
5938
5978
  }
5939
5979
  ],
5940
5980
  "events": [],
@@ -5954,6 +5994,11 @@
5954
5994
  "name": "additional-text",
5955
5995
  "description": "Defines the additional text of the component.",
5956
5996
  "value": { "type": "string | undefined" }
5997
+ },
5998
+ {
5999
+ "name": "value",
6000
+ "description": "Defines the value of the `ui5-cb-item`.\n\nUse this property to associate a unique identifier or machine-readable value with the item,\nseparate from the display text. This enables:\n- Selecting items programmatically via `selectedValue` on the ComboBox\n- Submitting machine-readable values in forms\n- Distinguishing between items with identical display text\n\n**Example:**\n```html\n<ui5-combobox selected-value=\"DE\">\n <ui5-cb-item text=\"Germany\" value=\"DE\"></ui5-cb-item>\n <ui5-cb-item text=\"France\" value=\"FR\"></ui5-cb-item>\n</ui5-combobox>\n```",
6001
+ "value": { "type": "string | undefined" }
5957
6002
  }
5958
6003
  ],
5959
6004
  "events": []
@@ -5961,7 +6006,7 @@
5961
6006
  },
5962
6007
  {
5963
6008
  "name": "ui5-mcb-item-group",
5964
- "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
6009
+ "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
5965
6010
  "doc-url": "",
5966
6011
  "attributes": [
5967
6012
  {
@@ -8009,7 +8054,12 @@
8009
8054
  {
8010
8055
  "name": "value",
8011
8056
  "description": "Current value of the slider",
8012
- "value": { "type": "number", "default": "undefined" }
8057
+ "value": { "type": "number", "default": "0" }
8058
+ },
8059
+ {
8060
+ "name": "step",
8061
+ "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled.",
8062
+ "value": { "type": "number", "default": "1" }
8013
8063
  },
8014
8064
  {
8015
8065
  "name": "min",
@@ -8026,11 +8076,6 @@
8026
8076
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
8027
8077
  "value": { "type": "string | undefined", "default": "undefined" }
8028
8078
  },
8029
- {
8030
- "name": "step",
8031
- "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
8032
- "value": { "type": "number", "default": "1" }
8033
- },
8034
8079
  {
8035
8080
  "name": "label-interval",
8036
8081
  "description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.",
@@ -8079,6 +8124,11 @@
8079
8124
  "description": "Current value of the slider",
8080
8125
  "value": { "type": "number" }
8081
8126
  },
8127
+ {
8128
+ "name": "step",
8129
+ "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled.",
8130
+ "value": { "type": "number" }
8131
+ },
8082
8132
  {
8083
8133
  "name": "min",
8084
8134
  "description": "Defines the minimum value of the slider.",
@@ -8094,11 +8144,6 @@
8094
8144
  "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
8095
8145
  "value": { "type": "string | undefined" }
8096
8146
  },
8097
- {
8098
- "name": "step",
8099
- "description": "Defines the size of the slider's selection intervals (e.g. min = 0, max = 10, step = 5 would result in possible selection of the values 0, 5, 10).\n\n**Note:** If set to 0 the slider handle movement is disabled. When negative number or value other than a number, the component fallbacks to its default value.",
8100
- "value": { "type": "number" }
8101
- },
8102
8147
  {
8103
8148
  "name": "label-interval",
8104
8149
  "description": "Displays a label with a value on every N-th step.\n\n**Note:** The step and tickmarks properties must be enabled.\nExample - if the step value is set to 2 and the label interval is also specified to 2 - then every second\ntickmark will be labelled, which means every 4th value number.",
@@ -8529,7 +8574,7 @@
8529
8574
  },
8530
8575
  {
8531
8576
  "name": "ui5-suggestion-item-group",
8532
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
8577
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group\n- **title** - Used to style the title of the group header",
8533
8578
  "doc-url": "",
8534
8579
  "attributes": [
8535
8580
  {
@@ -12076,6 +12121,10 @@
12076
12121
  "name": "part(header)",
12077
12122
  "description": "Used to style the header item of the group"
12078
12123
  },
12124
+ {
12125
+ "name": "part(title)",
12126
+ "description": "Used to style the title of the group header"
12127
+ },
12079
12128
  {
12080
12129
  "name": "part(input)",
12081
12130
  "description": "Used to style the input element. This part is forwarded to the underlying ui5-input element."
@@ -12184,6 +12233,10 @@
12184
12233
  "name": "part(header)",
12185
12234
  "description": "Used to style the header item of the group"
12186
12235
  },
12236
+ {
12237
+ "name": "part(title)",
12238
+ "description": "Used to style the title of the group header"
12239
+ },
12187
12240
  {
12188
12241
  "name": "part(title)",
12189
12242
  "description": "Used to style the title of the list item"
@@ -12232,6 +12285,10 @@
12232
12285
  "name": "part(header)",
12233
12286
  "description": "Used to style the header item of the group"
12234
12287
  },
12288
+ {
12289
+ "name": "part(title)",
12290
+ "description": "Used to style the title of the group header"
12291
+ },
12235
12292
  {
12236
12293
  "name": "part(root)",
12237
12294
  "description": "Used to style the root DOM element of the Input component"
@@ -12336,6 +12393,10 @@
12336
12393
  "name": "part(header)",
12337
12394
  "description": "Used to style the header item of the group"
12338
12395
  },
12396
+ {
12397
+ "name": "part(title)",
12398
+ "description": "Used to style the title of the group header"
12399
+ },
12339
12400
  {
12340
12401
  "name": "part(slider)",
12341
12402
  "description": "Used to style the track, where the handle is being slid"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.20.0-rc.0",
3
+ "version": "2.20.0-rc.2",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -52,22 +52,22 @@
52
52
  "directory": "packages/main"
53
53
  },
54
54
  "dependencies": {
55
- "@ui5/webcomponents-base": "2.20.0-rc.0",
56
- "@ui5/webcomponents-icons": "2.20.0-rc.0",
57
- "@ui5/webcomponents-icons-business-suite": "2.20.0-rc.0",
58
- "@ui5/webcomponents-icons-tnt": "2.20.0-rc.0",
59
- "@ui5/webcomponents-localization": "2.20.0-rc.0",
60
- "@ui5/webcomponents-theming": "2.20.0-rc.0"
55
+ "@ui5/webcomponents-base": "2.20.0-rc.2",
56
+ "@ui5/webcomponents-icons": "2.20.0-rc.2",
57
+ "@ui5/webcomponents-icons-business-suite": "2.20.0-rc.2",
58
+ "@ui5/webcomponents-icons-tnt": "2.20.0-rc.2",
59
+ "@ui5/webcomponents-localization": "2.20.0-rc.2",
60
+ "@ui5/webcomponents-theming": "2.20.0-rc.2"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@custom-elements-manifest/analyzer": "^0.10.10",
64
64
  "@ui5/cypress-internal": "0.1.0",
65
- "@ui5/webcomponents-tools": "2.20.0-rc.0",
65
+ "@ui5/webcomponents-tools": "2.20.0-rc.2",
66
66
  "cypress": "15.9.0",
67
67
  "jsdom": "^26.0.0",
68
68
  "lit": "^2.0.0",
69
69
  "vite": "5.4.21",
70
70
  "vitest": "^3.0.2"
71
71
  },
72
- "gitHead": "1fa124de424f2dd51e0283a942e903c01e176de2"
72
+ "gitHead": "98b851b62424d1b81b69d58768924dc4a7a17096"
73
73
  }
@@ -6,7 +6,14 @@ export default function AvatarGroupTemplate(this: AvatarGroup) {
6
6
  return (
7
7
  <div class="ui5-avatar-group-root">
8
8
  <div
9
- class="ui5-avatar-group-items"
9
+ class={{
10
+ "ui5-avatar-group-items": true,
11
+ "ui5-avatar-group-items-xs": this.firstAvatarSize === AvatarSize.XS,
12
+ "ui5-avatar-group-items-s": this.firstAvatarSize === AvatarSize.S,
13
+ "ui5-avatar-group-items-m": this.firstAvatarSize === AvatarSize.M,
14
+ "ui5-avatar-group-items-l": this.firstAvatarSize === AvatarSize.L,
15
+ "ui5-avatar-group-items-xl": this.firstAvatarSize === AvatarSize.XL,
16
+ }}
10
17
  role={this._role}
11
18
  tabindex={this._groupTabIndex}
12
19
  aria-label={this._ariaLabelText}
@@ -8,6 +8,7 @@ export default function AvatarTemplate(this: Avatar) {
8
8
  tabindex={this.tabindex}
9
9
  data-sap-focus-ref
10
10
  role={this._role}
11
+ aria-hidden={this.effectiveAriaHidden}
11
12
  aria-haspopup={this._ariaHasPopup}
12
13
  aria-label={this.accessibleNameText}
13
14
  onKeyUp={this._onkeyup}
@@ -7,8 +7,14 @@ export default function ListItemGroupTemplate(this: ListItemGroup) {
7
7
  return (
8
8
  <>
9
9
  {this.hasHeader &&
10
- <ListItemGroupHeader wrappingType={this.wrappingType} focused={this.focused} part="header" accessibleRole={ListItemAccessibleRole.ListItem}>
11
- { this.hasFormattedHeader ? <slot name="header"></slot> : this.headerText }
10
+ <ListItemGroupHeader
11
+ wrappingType={this.wrappingType}
12
+ focused={this.focused}
13
+ part="header"
14
+ exportparts="title"
15
+ accessibleRole={ListItemAccessibleRole.ListItem}
16
+ >
17
+ {this.hasFormattedHeader ? <slot name="header"></slot> : this.headerText}
12
18
  <div
13
19
  role="list"
14
20
  slot="subItems"
@@ -26,7 +32,7 @@ export default function ListItemGroupTemplate(this: ListItemGroup) {
26
32
 
27
33
  <slot></slot>
28
34
 
29
- <DropIndicator orientation="Horizontal" ownerReference={this}/>
35
+ <DropIndicator orientation="Horizontal" ownerReference={this} />
30
36
  </div>
31
37
  </>
32
38
 
@@ -26,6 +26,8 @@ export default function PanelTemplate(this: Panel) {
26
26
  onClick={this._headerClick}
27
27
  onKeyDown={this._headerKeyDown}
28
28
  onKeyUp={this._headerKeyUp}
29
+ onTouchStart={this._isMobile}
30
+ onFocusOut={this._headerFocusOut}
29
31
  class="ui5-panel-header"
30
32
  tabindex={this.headerTabIndex}
31
33
  role={this.accInfo.role}
@@ -0,0 +1,15 @@
1
+ import directionArrows from "@ui5/webcomponents-icons/dist/direction-arrows.js";
2
+ import Icon from "./Icon.js";
3
+ import type SliderHandle from "./SliderHandle.js";
4
+
5
+ export default function SliderHandleTemplate(this: SliderHandle) {
6
+ return (
7
+ <div class="ui5-slider-handle-container">
8
+ <Icon name={directionArrows}
9
+ mode="Decorative"
10
+ part="icon"
11
+ slider-icon
12
+ ></Icon>
13
+ </div>
14
+ );
15
+ }
@@ -0,0 +1,32 @@
1
+ import type SliderScale from "./SliderScale.js";
2
+
3
+ export default function SliderScaleTemplate(this: SliderScale) {
4
+ return (
5
+ <div class="ui5-slider-scale-root" part="inner">
6
+ {this._tickmarks.length > 0 && (
7
+ <div class="ui5-slider-scale-tickmarks-container">
8
+ {this._tickmarks.map(tick => (
9
+ <div
10
+ class={{
11
+ "ui5-slider-scale-tickmark": true,
12
+ "ui5-slider-scale-tickmark-in-range": tick.isInRange,
13
+ }}
14
+ style={{
15
+ insetInlineStart: `${this.orientation === "Horizontal" ? tick.position : "50"}%`,
16
+ bottom: `${this.orientation === "Vertical" ? tick.position : "auto"}%`
17
+ }}
18
+ >
19
+ {tick.label && tick.showLabel && (
20
+ <span class="ui5-slider-scale-tickmark-label">
21
+ {tick.label}
22
+ </span>
23
+ )}
24
+ </div>
25
+ ))}
26
+ </div>
27
+ )}
28
+ <div class="ui5-slider-scale-progress" part="progress" style={this._progressStyle}></div>
29
+ <slot></slot>
30
+ </div>
31
+ );
32
+ }