@ui5/webcomponents 2.4.0-rc.0 → 2.4.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 (512) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/cypress/specs/Button.cy.ts +13 -26
  3. package/cypress/specs/Form.cy.ts +100 -96
  4. package/cypress/specs/Menu.cy.ts +56 -25
  5. package/cypress/specs/RTL.cy.ts +2 -4
  6. package/cypress/specs/base/AriaLabelHelper.cy.ts +2 -4
  7. package/cypress/specs/base/Events.cy.ts +39 -6
  8. package/cypress/support/commands/Menu.commands.ts +7 -2
  9. package/dist/.tsbuildinfo +1 -1
  10. package/dist/Form.d.ts +3 -3
  11. package/dist/Form.js +5 -5
  12. package/dist/Form.js.map +1 -1
  13. package/dist/FormGroup.js +3 -0
  14. package/dist/FormGroup.js.map +1 -1
  15. package/dist/MultiComboBox.js +1 -3
  16. package/dist/MultiComboBox.js.map +1 -1
  17. package/dist/RangeSlider.d.ts +18 -6
  18. package/dist/RangeSlider.js +175 -18
  19. package/dist/RangeSlider.js.map +1 -1
  20. package/dist/Select.d.ts +3 -3
  21. package/dist/Select.js.map +1 -1
  22. package/dist/Slider.d.ts +10 -2
  23. package/dist/Slider.js +54 -6
  24. package/dist/Slider.js.map +1 -1
  25. package/dist/SliderBase.d.ts +28 -4
  26. package/dist/SliderBase.js +75 -9
  27. package/dist/SliderBase.js.map +1 -1
  28. package/dist/Table.js +1 -1
  29. package/dist/Table.js.map +1 -1
  30. package/dist/TableCellBase.d.ts +1 -1
  31. package/dist/TableCellBase.js.map +1 -1
  32. package/dist/bundle.scoped.config.d.ts +1 -0
  33. package/dist/bundle.scoped.config.js +5 -0
  34. package/dist/bundle.scoped.config.js.map +1 -0
  35. package/dist/bundle.scoped.esm.d.ts +1 -0
  36. package/dist/bundle.scoped.esm.js +1 -4
  37. package/dist/bundle.scoped.esm.js.map +1 -1
  38. package/dist/css/themes/Avatar.css +1 -1
  39. package/dist/css/themes/AvatarGroup.css +1 -1
  40. package/dist/css/themes/Bar.css +1 -1
  41. package/dist/css/themes/Breadcrumbs.css +1 -1
  42. package/dist/css/themes/BusyIndicator.css +1 -1
  43. package/dist/css/themes/Button.css +1 -1
  44. package/dist/css/themes/Calendar.css +1 -1
  45. package/dist/css/themes/CalendarHeader.css +1 -1
  46. package/dist/css/themes/CalendarLegend.css +1 -1
  47. package/dist/css/themes/CalendarLegendItem.css +1 -1
  48. package/dist/css/themes/Card.css +1 -1
  49. package/dist/css/themes/CardHeader.css +1 -1
  50. package/dist/css/themes/Carousel.css +1 -1
  51. package/dist/css/themes/CheckBox.css +1 -1
  52. package/dist/css/themes/ColorPalette.css +1 -1
  53. package/dist/css/themes/ColorPaletteItem.css +1 -1
  54. package/dist/css/themes/ColorPalettePopover.css +1 -1
  55. package/dist/css/themes/ColorPicker.css +1 -1
  56. package/dist/css/themes/ComboBox.css +1 -1
  57. package/dist/css/themes/DatePicker.css +1 -1
  58. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  59. package/dist/css/themes/DayPicker.css +1 -1
  60. package/dist/css/themes/Dialog.css +1 -1
  61. package/dist/css/themes/FileUploader.css +1 -1
  62. package/dist/css/themes/Form.css +1 -1
  63. package/dist/css/themes/FormItem.css +1 -1
  64. package/dist/css/themes/FormLabelSpan.css +1 -1
  65. package/dist/css/themes/FormLayout.css +1 -1
  66. package/dist/css/themes/GrowingButton.css +1 -1
  67. package/dist/css/themes/Icon.css +1 -1
  68. package/dist/css/themes/Input.css +1 -1
  69. package/dist/css/themes/InputIcon.css +1 -1
  70. package/dist/css/themes/InputSharedStyles.css +1 -1
  71. package/dist/css/themes/Link.css +1 -1
  72. package/dist/css/themes/List.css +1 -1
  73. package/dist/css/themes/ListItem.css +1 -1
  74. package/dist/css/themes/ListItemBase.css +1 -1
  75. package/dist/css/themes/ListItemCustom.css +1 -1
  76. package/dist/css/themes/ListItemGroup.css +1 -1
  77. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  78. package/dist/css/themes/ListItemIcon.css +1 -1
  79. package/dist/css/themes/Menu.css +1 -1
  80. package/dist/css/themes/MenuItem.css +1 -1
  81. package/dist/css/themes/MessageStrip.css +1 -1
  82. package/dist/css/themes/MonthPicker.css +1 -1
  83. package/dist/css/themes/MultiComboBox.css +1 -1
  84. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  85. package/dist/css/themes/MultiInput.css +1 -1
  86. package/dist/css/themes/NavigationMenu.css +1 -1
  87. package/dist/css/themes/NavigationMenuItem.css +1 -1
  88. package/dist/css/themes/OptionBase.css +1 -1
  89. package/dist/css/themes/Panel.css +1 -1
  90. package/dist/css/themes/Popover.css +1 -1
  91. package/dist/css/themes/PopupsCommon.css +1 -1
  92. package/dist/css/themes/ProgressIndicator.css +1 -1
  93. package/dist/css/themes/RadioButton.css +1 -1
  94. package/dist/css/themes/RangeSlider.css +1 -1
  95. package/dist/css/themes/RatingIndicator.css +1 -1
  96. package/dist/css/themes/ResponsivePopover.css +1 -1
  97. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  98. package/dist/css/themes/SegmentedButton.css +1 -1
  99. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  100. package/dist/css/themes/Select.css +1 -1
  101. package/dist/css/themes/SliderBase.css +1 -1
  102. package/dist/css/themes/SplitButton.css +1 -1
  103. package/dist/css/themes/StepInput.css +1 -1
  104. package/dist/css/themes/SuggestionItem.css +1 -1
  105. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  106. package/dist/css/themes/Switch.css +1 -1
  107. package/dist/css/themes/TabContainer.css +1 -1
  108. package/dist/css/themes/TabInOverflow.css +1 -1
  109. package/dist/css/themes/TabInStrip.css +1 -1
  110. package/dist/css/themes/TabSemanticIcon.css +1 -1
  111. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  112. package/dist/css/themes/Table.css +1 -1
  113. package/dist/css/themes/TableCellBase.css +1 -1
  114. package/dist/css/themes/TableHeaderRow.css +1 -1
  115. package/dist/css/themes/TableRow.css +1 -1
  116. package/dist/css/themes/TableRowBase.css +1 -1
  117. package/dist/css/themes/Tag.css +1 -1
  118. package/dist/css/themes/Text.css +1 -1
  119. package/dist/css/themes/TextArea.css +1 -1
  120. package/dist/css/themes/TimePicker.css +1 -1
  121. package/dist/css/themes/Toast.css +1 -1
  122. package/dist/css/themes/ToggleButton.css +1 -1
  123. package/dist/css/themes/Token.css +1 -1
  124. package/dist/css/themes/Tokenizer.css +1 -1
  125. package/dist/css/themes/TokenizerPopover.css +1 -1
  126. package/dist/css/themes/Toolbar.css +1 -1
  127. package/dist/css/themes/ToolbarPopover.css +1 -1
  128. package/dist/css/themes/TreeItem.css +1 -1
  129. package/dist/css/themes/ValueStateMessage.css +1 -1
  130. package/dist/css/themes/YearPicker.css +1 -1
  131. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  132. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  133. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  134. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  135. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  136. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  137. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  140. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  141. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  142. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  143. package/dist/custom-elements-internal.json +90 -11
  144. package/dist/custom-elements.json +84 -11
  145. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  146. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  189. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  190. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  191. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  192. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  193. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  194. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  195. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  196. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  197. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  198. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  199. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  200. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  201. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  202. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  203. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  204. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  205. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  206. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  207. package/dist/generated/i18n/i18n-defaults.d.ts +3 -1
  208. package/dist/generated/i18n/i18n-defaults.js +3 -1
  209. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  210. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  211. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  212. package/dist/generated/templates/ListTemplate.lit.js +1 -1
  213. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  214. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  215. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  216. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  217. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  218. package/dist/generated/templates/RangeSliderTemplate.lit.js +9 -3
  219. package/dist/generated/templates/RangeSliderTemplate.lit.js.map +1 -1
  220. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  221. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  222. package/dist/generated/templates/SliderBaseTemplate.lit.js +3 -1
  223. package/dist/generated/templates/SliderBaseTemplate.lit.js.map +1 -1
  224. package/dist/generated/templates/SliderTemplate.lit.js +6 -2
  225. package/dist/generated/templates/SliderTemplate.lit.js.map +1 -1
  226. package/dist/generated/themes/Avatar.css.js +1 -1
  227. package/dist/generated/themes/Avatar.css.js.map +1 -1
  228. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  229. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  230. package/dist/generated/themes/Bar.css.js +1 -1
  231. package/dist/generated/themes/Bar.css.js.map +1 -1
  232. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  233. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  234. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  235. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  236. package/dist/generated/themes/Button.css.js +1 -1
  237. package/dist/generated/themes/Button.css.js.map +1 -1
  238. package/dist/generated/themes/Calendar.css.js +1 -1
  239. package/dist/generated/themes/Calendar.css.js.map +1 -1
  240. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  241. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  242. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  243. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  244. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  245. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  246. package/dist/generated/themes/Card.css.js +1 -1
  247. package/dist/generated/themes/Card.css.js.map +1 -1
  248. package/dist/generated/themes/CardHeader.css.js +1 -1
  249. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  250. package/dist/generated/themes/Carousel.css.js +1 -1
  251. package/dist/generated/themes/Carousel.css.js.map +1 -1
  252. package/dist/generated/themes/CheckBox.css.js +1 -1
  253. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  254. package/dist/generated/themes/ColorPalette.css.js +1 -1
  255. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  256. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  257. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  258. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  259. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  260. package/dist/generated/themes/ColorPicker.css.js +1 -1
  261. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  262. package/dist/generated/themes/ComboBox.css.js +1 -1
  263. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  264. package/dist/generated/themes/DatePicker.css.js +1 -1
  265. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  266. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  267. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  268. package/dist/generated/themes/DayPicker.css.js +1 -1
  269. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  270. package/dist/generated/themes/Dialog.css.js +1 -1
  271. package/dist/generated/themes/Dialog.css.js.map +1 -1
  272. package/dist/generated/themes/FileUploader.css.js +1 -1
  273. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  274. package/dist/generated/themes/Form.css.js +1 -1
  275. package/dist/generated/themes/Form.css.js.map +1 -1
  276. package/dist/generated/themes/FormItem.css.js +1 -1
  277. package/dist/generated/themes/FormItem.css.js.map +1 -1
  278. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  279. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  280. package/dist/generated/themes/FormLayout.css.js +1 -1
  281. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  282. package/dist/generated/themes/GrowingButton.css.js +1 -1
  283. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  284. package/dist/generated/themes/Icon.css.js +1 -1
  285. package/dist/generated/themes/Icon.css.js.map +1 -1
  286. package/dist/generated/themes/Input.css.js +1 -1
  287. package/dist/generated/themes/Input.css.js.map +1 -1
  288. package/dist/generated/themes/InputIcon.css.js +1 -1
  289. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  290. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  291. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  292. package/dist/generated/themes/Link.css.js +1 -1
  293. package/dist/generated/themes/Link.css.js.map +1 -1
  294. package/dist/generated/themes/List.css.js +1 -1
  295. package/dist/generated/themes/List.css.js.map +1 -1
  296. package/dist/generated/themes/ListItem.css.js +1 -1
  297. package/dist/generated/themes/ListItem.css.js.map +1 -1
  298. package/dist/generated/themes/ListItemBase.css.js +1 -1
  299. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  300. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  301. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  302. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  303. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  304. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  305. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  306. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  307. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  308. package/dist/generated/themes/Menu.css.js +1 -1
  309. package/dist/generated/themes/Menu.css.js.map +1 -1
  310. package/dist/generated/themes/MenuItem.css.js +1 -1
  311. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  312. package/dist/generated/themes/MessageStrip.css.js +1 -1
  313. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  314. package/dist/generated/themes/MonthPicker.css.js +1 -1
  315. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  316. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  317. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  318. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  319. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  320. package/dist/generated/themes/MultiInput.css.js +1 -1
  321. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  322. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  323. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  324. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  325. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  326. package/dist/generated/themes/OptionBase.css.js +1 -1
  327. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  328. package/dist/generated/themes/Panel.css.js +1 -1
  329. package/dist/generated/themes/Panel.css.js.map +1 -1
  330. package/dist/generated/themes/Popover.css.js +1 -1
  331. package/dist/generated/themes/Popover.css.js.map +1 -1
  332. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  333. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  334. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  335. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  336. package/dist/generated/themes/RadioButton.css.js +1 -1
  337. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  338. package/dist/generated/themes/RangeSlider.css.js +1 -1
  339. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  340. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  341. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  342. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  343. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  344. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  345. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  346. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  347. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  348. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  349. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  350. package/dist/generated/themes/Select.css.js +1 -1
  351. package/dist/generated/themes/Select.css.js.map +1 -1
  352. package/dist/generated/themes/SliderBase.css.js +1 -1
  353. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  354. package/dist/generated/themes/SplitButton.css.js +1 -1
  355. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  356. package/dist/generated/themes/StepInput.css.js +1 -1
  357. package/dist/generated/themes/StepInput.css.js.map +1 -1
  358. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  359. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  360. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  361. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  362. package/dist/generated/themes/Switch.css.js +1 -1
  363. package/dist/generated/themes/Switch.css.js.map +1 -1
  364. package/dist/generated/themes/TabContainer.css.js +1 -1
  365. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  366. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  367. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  368. package/dist/generated/themes/TabInStrip.css.js +1 -1
  369. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  370. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  371. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  372. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  373. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  374. package/dist/generated/themes/Table.css.js +1 -1
  375. package/dist/generated/themes/Table.css.js.map +1 -1
  376. package/dist/generated/themes/TableCellBase.css.js +1 -1
  377. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  378. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  379. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  380. package/dist/generated/themes/TableRow.css.js +1 -1
  381. package/dist/generated/themes/TableRow.css.js.map +1 -1
  382. package/dist/generated/themes/TableRowBase.css.js +1 -1
  383. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  384. package/dist/generated/themes/Tag.css.js +1 -1
  385. package/dist/generated/themes/Tag.css.js.map +1 -1
  386. package/dist/generated/themes/Text.css.js +1 -1
  387. package/dist/generated/themes/Text.css.js.map +1 -1
  388. package/dist/generated/themes/TextArea.css.js +1 -1
  389. package/dist/generated/themes/TextArea.css.js.map +1 -1
  390. package/dist/generated/themes/TimePicker.css.js +1 -1
  391. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  392. package/dist/generated/themes/Toast.css.js +1 -1
  393. package/dist/generated/themes/Toast.css.js.map +1 -1
  394. package/dist/generated/themes/ToggleButton.css.js +1 -1
  395. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  396. package/dist/generated/themes/Token.css.js +1 -1
  397. package/dist/generated/themes/Token.css.js.map +1 -1
  398. package/dist/generated/themes/Tokenizer.css.js +1 -1
  399. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  400. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  401. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  402. package/dist/generated/themes/Toolbar.css.js +1 -1
  403. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  404. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  405. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  406. package/dist/generated/themes/TreeItem.css.js +1 -1
  407. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  408. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  409. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  410. package/dist/generated/themes/YearPicker.css.js +1 -1
  411. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  412. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  413. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  414. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  415. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  416. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  417. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  418. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  419. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  420. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  421. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  422. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  423. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  424. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  425. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  426. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  427. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  428. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  429. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  430. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  431. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  432. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  433. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  434. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  435. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  436. package/dist/vscode.html-custom-data.json +20 -5
  437. package/dist/web-types.json +29 -9
  438. package/package.json +10 -10
  439. package/src/List.hbs +1 -0
  440. package/src/Popup.hbs +2 -2
  441. package/src/RangeSlider.hbs +72 -38
  442. package/src/Slider.hbs +37 -18
  443. package/src/SliderBase.hbs +13 -4
  444. package/src/i18n/messagebundle.properties +6 -0
  445. package/src/i18n/messagebundle_ar.properties +4 -0
  446. package/src/i18n/messagebundle_bg.properties +4 -0
  447. package/src/i18n/messagebundle_ca.properties +4 -0
  448. package/src/i18n/messagebundle_cnr.properties +4 -0
  449. package/src/i18n/messagebundle_cs.properties +4 -0
  450. package/src/i18n/messagebundle_cy.properties +4 -0
  451. package/src/i18n/messagebundle_da.properties +4 -0
  452. package/src/i18n/messagebundle_de.properties +4 -0
  453. package/src/i18n/messagebundle_el.properties +4 -0
  454. package/src/i18n/messagebundle_en.properties +4 -0
  455. package/src/i18n/messagebundle_en_GB.properties +4 -0
  456. package/src/i18n/messagebundle_en_US_sappsd.properties +4 -0
  457. package/src/i18n/messagebundle_en_US_saprigi.properties +4 -0
  458. package/src/i18n/messagebundle_en_US_saptrc.properties +4 -0
  459. package/src/i18n/messagebundle_es.properties +4 -0
  460. package/src/i18n/messagebundle_es_MX.properties +4 -0
  461. package/src/i18n/messagebundle_et.properties +4 -0
  462. package/src/i18n/messagebundle_fi.properties +4 -0
  463. package/src/i18n/messagebundle_fr.properties +4 -0
  464. package/src/i18n/messagebundle_fr_CA.properties +4 -0
  465. package/src/i18n/messagebundle_hi.properties +4 -0
  466. package/src/i18n/messagebundle_hr.properties +5 -1
  467. package/src/i18n/messagebundle_hu.properties +4 -0
  468. package/src/i18n/messagebundle_id.properties +4 -0
  469. package/src/i18n/messagebundle_it.properties +4 -0
  470. package/src/i18n/messagebundle_iw.properties +4 -0
  471. package/src/i18n/messagebundle_ja.properties +4 -0
  472. package/src/i18n/messagebundle_kk.properties +4 -0
  473. package/src/i18n/messagebundle_ko.properties +4 -0
  474. package/src/i18n/messagebundle_lt.properties +4 -0
  475. package/src/i18n/messagebundle_lv.properties +4 -0
  476. package/src/i18n/messagebundle_mk.properties +4 -0
  477. package/src/i18n/messagebundle_ms.properties +4 -0
  478. package/src/i18n/messagebundle_nl.properties +4 -0
  479. package/src/i18n/messagebundle_no.properties +4 -0
  480. package/src/i18n/messagebundle_pl.properties +4 -0
  481. package/src/i18n/messagebundle_pt.properties +4 -0
  482. package/src/i18n/messagebundle_pt_PT.properties +4 -0
  483. package/src/i18n/messagebundle_ro.properties +4 -0
  484. package/src/i18n/messagebundle_ru.properties +4 -0
  485. package/src/i18n/messagebundle_sh.properties +4 -0
  486. package/src/i18n/messagebundle_sk.properties +4 -0
  487. package/src/i18n/messagebundle_sl.properties +4 -0
  488. package/src/i18n/messagebundle_sr.properties +4 -0
  489. package/src/i18n/messagebundle_sv.properties +4 -0
  490. package/src/i18n/messagebundle_th.properties +4 -0
  491. package/src/i18n/messagebundle_tr.properties +4 -0
  492. package/src/i18n/messagebundle_uk.properties +4 -0
  493. package/src/i18n/messagebundle_vi.properties +4 -0
  494. package/src/i18n/messagebundle_zh_CN.properties +4 -0
  495. package/src/i18n/messagebundle_zh_TW.properties +4 -0
  496. package/src/themes/ColorPicker.css +9 -1
  497. package/src/themes/Form.css +3 -2
  498. package/src/themes/FormLayout.css +3 -3
  499. package/src/themes/GrowingButton.css +5 -1
  500. package/src/themes/ListItemBase.css +2 -2
  501. package/src/themes/SliderBase.css +27 -7
  502. package/src/themes/SplitButton.css +18 -0
  503. package/src/themes/base/sizes-parameters.css +1 -1
  504. package/src/themes/sap_fiori_3/SliderBase-parameters.css +7 -0
  505. package/src/themes/sap_fiori_3/sizes-parameters.css +4 -0
  506. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +7 -0
  507. package/src/themes/sap_fiori_3_dark/sizes-parameters.css +4 -0
  508. package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +6 -0
  509. package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +6 -0
  510. package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +1 -1
  511. package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +1 -1
  512. package/tsconfig.json +2 -0
@@ -1452,11 +1452,11 @@
1452
1452
  },
1453
1453
  {
1454
1454
  "name": "ui5-form",
1455
- "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 2)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n\n\n---\n\n\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
1455
+ "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n\n\n---\n\n\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
1456
1456
  "attributes": [
1457
1457
  {
1458
1458
  "name": "layout",
1459
- "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 2 columns by default (up to 6 columns are recommended)",
1459
+ "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
1460
1460
  "values": []
1461
1461
  },
1462
1462
  {
@@ -2859,6 +2859,11 @@
2859
2859
  "description": "Enables handle tooltip displaying the current value.",
2860
2860
  "values": []
2861
2861
  },
2862
+ {
2863
+ "name": "editable-tooltip",
2864
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
2865
+ "values": []
2866
+ },
2862
2867
  {
2863
2868
  "name": "disabled",
2864
2869
  "description": "Defines whether the slider is in disabled state.",
@@ -3181,6 +3186,11 @@
3181
3186
  "description": "Enables handle tooltip displaying the current value.",
3182
3187
  "values": []
3183
3188
  },
3189
+ {
3190
+ "name": "editable-tooltip",
3191
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
3192
+ "values": []
3193
+ },
3184
3194
  {
3185
3195
  "name": "disabled",
3186
3196
  "description": "Defines whether the slider is in disabled state.",
@@ -3233,6 +3243,11 @@
3233
3243
  "description": "Enables handle tooltip displaying the current value.",
3234
3244
  "values": []
3235
3245
  },
3246
+ {
3247
+ "name": "editable-tooltip",
3248
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
3249
+ "values": []
3250
+ },
3236
3251
  {
3237
3252
  "name": "disabled",
3238
3253
  "description": "Defines whether the slider is in disabled state.",
@@ -3639,7 +3654,7 @@
3639
3654
  "attributes": [
3640
3655
  {
3641
3656
  "name": "horizontal-align",
3642
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
3657
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
3643
3658
  "values": [
3644
3659
  { "name": "Start" },
3645
3660
  { "name": "End" },
@@ -3657,7 +3672,7 @@
3657
3672
  "attributes": [
3658
3673
  {
3659
3674
  "name": "horizontal-align",
3660
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
3675
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
3661
3676
  "values": [
3662
3677
  { "name": "Start" },
3663
3678
  { "name": "End" },
@@ -3717,7 +3732,7 @@
3717
3732
  },
3718
3733
  {
3719
3734
  "name": "horizontal-align",
3720
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
3735
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
3721
3736
  "values": [
3722
3737
  { "name": "Start" },
3723
3738
  { "name": "End" },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.4.0-rc.0",
4
+ "version": "2.4.0-rc.2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2903,13 +2903,13 @@
2903
2903
  },
2904
2904
  {
2905
2905
  "name": "ui5-form",
2906
- "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 2)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
2906
+ "description": "### Overview\n\nThe Form is a layout component that arranges labels and form fields (like input fields) pairs\ninto a specific number of columns.\n\n**Note:** The Form web component is a layout component, it isn't a replacement for the native `form` HTML element.\nThe Form web component does not provide any APIs for form submission.\n\n### Structure\n\n- **Form** (`ui5-form`) is the top-level container component, responsible for the content layout and responsiveness.\n- **FormGroup** (`ui5-form-group`) enables the grouping of the Form content.\n- **FormItem** (`ui5-form-item`) is a pair of label and form fields and can be used directly in a Form, or as part of a FormGroup.\n\nThe simplest Form (`ui5-form`) consists of a header area on top,\ndisplaying a header text (see the `headingText` property) and content below - an arbitrary number of FormItems (ui5-form-item),\nrepresenting the pairs of label and form fields.\n\nAnd, there is also \"grouping\" available to assist the implementation of richer UIs.\nThis is enabled by the FormGroup (`ui5-form-group`) component.\nIn this case, the Form is structured into FormGroups and each FormGroup consists of FormItems.\n\n### Responsiveness\n\nThe Form component reacts and changes its layout on predefined breakpoints.\nDepending on its size, the Form content (FormGroups and FormItems) gets divided into one or more columns as follows:\n- **S** (< 600px) – 1 column is recommended (default: 1)\n- **M** (600px - 1022px) – up to 2 columns are recommended (default: 1)\n- **L** (1023px - 1439px) - up to 3 columns are recommended (default: 2)\n- **XL** (> 1439px) – up to 6 columns are recommended (default: 3)\n\nTo change the layout, use the `layout` property - f.e. layout=\"S1 M2 L3 XL6\".\n\n### Groups\n\nTo make better use of screen space, there is built-in logic to determine how many columns should a FormGroup occupy.\n\n- **Example #1** (perfect match):\n4 columns and 4 groups: each group will use 1 column.\n\n- **Example #2** (balanced distribution):\n4 columns and 2 groups: each group will use 2 columns.\n6 columns and 2 groups: each group will use 3 columns.\n\n- **Example #3** (unbalanced distribution):\n3 columns and 2 groups: the larger one will use 2 columns, the smaller 1 column.\n5 columns and 3 groups: two of the groups will use 2 columns each, the smallest 1 column.\n\n**Note:** The size of a group element is determined by the number of FormItems assigned to it.\nIn the case of equality, the first in the DOM will use more columns, and the last - fewer columns.\n\n- **Example #4** (more groups than columns):\n3 columns and 4 groups: each FormGroup uses only 1 column, the last FormGroup will wrap on the second row.\n\n### Groups Column Span\n\nTo influence the built-in group distribution, described in the previous section,\nyou can use the FormGroup's `columnSpan` property, that defines how many columns the group should expand to.\n\n### Items Column Span\n\nFormItem's columnSpan property defines how many columns the form item should expand to inside a form group or the form.\n\n### Items Label Span\n\nThe placement of the labels depends on the size of the used column.\nIf there is enough space, the labels are next to their associated fields, otherwise - above the fields.\nBy default, the labels take 4/12 of the FormItem, leaving 8/12 parts to associated fields.\nYou can control what space the labels should take via the `labelSpan` property.\n\n**For example:** To always place the labels on top set: `labelSpan=\"S12 M12 L12 XL12\"` property.\n\n### ES6 Module Import\n\n- import @ui5/webcomponents/dist/Form.js\";\n- import @ui5/webcomponents/dist/FormGroup.js\";\n- import @ui5/webcomponents/dist/FormItem.js\";\n---\n\n\n### **Slots:**\n - **header** - Defines the component header area.\n\n**Note:** When a `header` is provided, the `headerText` property is ignored.\n- **default** - Defines the component content - FormGroups or FormItems.\n\n**Note:** Mixing FormGroups and standalone FormItems (not belonging to a group) is not supported.\nEither use FormGroups and make sure all FormItems are part of a FormGroup, or use just FormItems without any FormGroups.\n\n### **CSS Parts:**\n - **header** - Used to style the wrapper of the header.\n- **layout** - Used to style the element defining the form column layout.\n- **column** - Used to style a single column of the form column layout.",
2907
2907
  "doc-url": "",
2908
2908
  "attributes": [
2909
2909
  {
2910
2910
  "name": "layout",
2911
- "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 2 columns by default (up to 6 columns are recommended)",
2912
- "value": { "type": "string", "default": "\"S1 M1 L2 XL2\"" }
2911
+ "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
2912
+ "value": { "type": "string", "default": "\"S1 M1 L2 XL3\"" }
2913
2913
  },
2914
2914
  {
2915
2915
  "name": "label-span",
@@ -2945,7 +2945,7 @@
2945
2945
  "properties": [
2946
2946
  {
2947
2947
  "name": "layout",
2948
- "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 2 columns by default (up to 6 columns are recommended)",
2948
+ "description": "Defines the number of columns to distribute the form content by breakpoint.\n\nSupported values:\n- `S` - 1 column by default (1 column is recommended)\n- `M` - 1 column by default (up to 2 columns are recommended)\n- `L` - 2 columns by default (up to 3 columns are recommended)\n- `XL` - 3 columns by default (up to 6 columns are recommended)",
2949
2949
  "value": { "type": "string" }
2950
2950
  },
2951
2951
  {
@@ -5843,6 +5843,11 @@
5843
5843
  "description": "Enables handle tooltip displaying the current value.",
5844
5844
  "value": { "type": "boolean", "default": "false" }
5845
5845
  },
5846
+ {
5847
+ "name": "editable-tooltip",
5848
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
5849
+ "value": { "type": "boolean", "default": "false" }
5850
+ },
5846
5851
  {
5847
5852
  "name": "disabled",
5848
5853
  "description": "Defines whether the slider is in disabled state.",
@@ -5911,6 +5916,11 @@
5911
5916
  "description": "Enables handle tooltip displaying the current value.",
5912
5917
  "value": { "type": "boolean" }
5913
5918
  },
5919
+ {
5920
+ "name": "editable-tooltip",
5921
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
5922
+ "value": { "type": "boolean" }
5923
+ },
5914
5924
  {
5915
5925
  "name": "disabled",
5916
5926
  "description": "Defines whether the slider is in disabled state.",
@@ -6594,6 +6604,11 @@
6594
6604
  "description": "Enables handle tooltip displaying the current value.",
6595
6605
  "value": { "type": "boolean", "default": "false" }
6596
6606
  },
6607
+ {
6608
+ "name": "editable-tooltip",
6609
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
6610
+ "value": { "type": "boolean", "default": "false" }
6611
+ },
6597
6612
  {
6598
6613
  "name": "disabled",
6599
6614
  "description": "Defines whether the slider is in disabled state.",
@@ -6657,6 +6672,11 @@
6657
6672
  "description": "Enables handle tooltip displaying the current value.",
6658
6673
  "value": { "type": "boolean" }
6659
6674
  },
6675
+ {
6676
+ "name": "editable-tooltip",
6677
+ "description": "\nIndicates whether input fields should be used as tooltips for the handles.\n\n**Note:** Setting this option to true will only work if showTooltip is set to true.\n**Note:** In order for the component to comply with the accessibility standard, it is recommended to set the editableTooltip property to true.",
6678
+ "value": { "type": "boolean" }
6679
+ },
6660
6680
  {
6661
6681
  "name": "disabled",
6662
6682
  "description": "Defines whether the slider is in disabled state.",
@@ -7572,7 +7592,7 @@
7572
7592
  "attributes": [
7573
7593
  {
7574
7594
  "name": "horizontal-align",
7575
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
7595
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
7576
7596
  "value": {
7577
7597
  "type": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined",
7578
7598
  "default": "undefined"
@@ -7584,7 +7604,7 @@
7584
7604
  "properties": [
7585
7605
  {
7586
7606
  "name": "horizontal-align",
7587
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
7607
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
7588
7608
  "value": {
7589
7609
  "type": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
7590
7610
  }
@@ -7676,7 +7696,7 @@
7676
7696
  },
7677
7697
  {
7678
7698
  "name": "horizontal-align",
7679
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
7699
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
7680
7700
  "value": {
7681
7701
  "type": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined",
7682
7702
  "default": "undefined"
@@ -7708,7 +7728,7 @@
7708
7728
  },
7709
7729
  {
7710
7730
  "name": "horizontal-align",
7711
- "description": "Determines the horizontal alignment of table cells.\nNote: All values valid for justify-content can be used not just the ones inside the enum.",
7731
+ "description": "Determines the horizontal alignment of table cells.\n**Note:** All values valid for justify-content can be used, not just the ones inside the enumeration.",
7712
7732
  "value": {
7713
7733
  "type": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
7714
7734
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.4.0-rc.0",
3
+ "version": "2.4.0-rc.2",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -50,17 +50,17 @@
50
50
  "directory": "packages/main"
51
51
  },
52
52
  "dependencies": {
53
- "@ui5/webcomponents-base": "2.4.0-rc.0",
54
- "@ui5/webcomponents-icons": "2.4.0-rc.0",
55
- "@ui5/webcomponents-icons-business-suite": "2.4.0-rc.0",
56
- "@ui5/webcomponents-icons-tnt": "2.4.0-rc.0",
57
- "@ui5/webcomponents-localization": "2.4.0-rc.0",
58
- "@ui5/webcomponents-theming": "2.4.0-rc.0"
53
+ "@ui5/webcomponents-base": "2.4.0-rc.2",
54
+ "@ui5/webcomponents-icons": "2.4.0-rc.2",
55
+ "@ui5/webcomponents-icons-business-suite": "2.4.0-rc.2",
56
+ "@ui5/webcomponents-icons-tnt": "2.4.0-rc.2",
57
+ "@ui5/webcomponents-localization": "2.4.0-rc.2",
58
+ "@ui5/webcomponents-theming": "2.4.0-rc.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.4.0-rc.0",
62
- "chromedriver": "^128.0.3",
61
+ "@ui5/webcomponents-tools": "2.4.0-rc.2",
62
+ "chromedriver": "^129.0.0",
63
63
  "lit": "^2.0.0"
64
64
  },
65
- "gitHead": "464fc0e663f3e1142cdbba076cad777cf6ab2738"
65
+ "gitHead": "3fe695fd9987024ff83e82aa741ef142194f5f27"
66
66
  }
package/src/List.hbs CHANGED
@@ -99,6 +99,7 @@
99
99
  {{#if loading}}
100
100
  <ui5-busy-indicator
101
101
  delay="{{loadingDelay}}"
102
+ class="ui5-list-growing-button-busy-indicator"
102
103
  active>
103
104
  </ui5-busy-indicator>
104
105
  {{/if}}
package/src/Popup.hbs CHANGED
@@ -14,7 +14,7 @@
14
14
  @mousedown={{_onmousedown}}
15
15
  >
16
16
 
17
- <span class="first-fe" data-ui5-focus-trap tabindex="0" @focusin={{forwardToLast}}></span>
17
+ <span class="first-fe" data-ui5-focus-trap role="none" tabindex="0" @focusin={{forwardToLast}}></span>
18
18
 
19
19
  {{> beforeContent}}
20
20
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  {{> afterContent}}
26
26
 
27
- <span class="last-fe" data-ui5-focus-trap tabindex="0" @focusin={{forwardToFirst}}></span>
27
+ <span class="last-fe" data-ui5-focus-trap role="none" tabindex="0" @focusin={{forwardToFirst}}></span>
28
28
 
29
29
  </section>
30
30
 
@@ -1,8 +1,8 @@
1
1
  {{>include "./SliderBase.hbs"}}
2
2
 
3
3
  {{#*inline "handlesAriaText"}}
4
- <span id="{{_id}}-startHandleDesc" class="ui5-hidden-text">{{_ariaHandlesText.startHandleText}}</span>
5
- <span id="{{_id}}-endHandleDesc" class="ui5-hidden-text">{{_ariaHandlesText.endHandleText}}</span>
4
+ <span id="ui5-slider-startHandleDesc" class="ui5-hidden-text">{{_ariaHandlesText.startHandleText}}</span>
5
+ <span id="ui5-slider-endHandleDesc" class="ui5-hidden-text">{{_ariaHandlesText.endHandleText}}</span>
6
6
  {{/inline}}
7
7
 
8
8
  {{#*inline "progressBar"}}
@@ -22,56 +22,90 @@
22
22
  aria-valuemax="{{max}}"
23
23
  aria-valuenow="{{_ariaValueNow}}"
24
24
  aria-valuetext="From {{startValue}} to {{endValue}}"
25
- aria-labelledby="{{_ariaLabelledByProgressBarRefs}}"
25
+ aria-labelledby="ui5-slider-sliderDesc"
26
26
  aria-disabled="{{_ariaDisabled}}"
27
27
  ></div>
28
28
  </div>
29
29
  {{/inline}}
30
30
 
31
31
  {{#*inline "handles"}}
32
- <div class="ui5-slider-handle ui5-slider-handle--start"
33
- part="handle"
34
- style="{{styles.startHandle}}"
35
- @focusin="{{_onfocusin}}"
36
- @focusout="{{_onfocusout}}"
37
- role="slider"
38
- tabindex="{{_tabIndex}}"
39
- aria-orientation="horizontal"
40
- aria-valuemin="{{min}}"
41
- aria-valuemax="{{max}}"
42
- aria-valuenow="{{startValue}}"
43
- aria-labelledby="{{_ariaLabelledByStartHandleRefs}}"
44
- aria-disabled="{{_ariaDisabled}}"
45
- >
46
- <ui5-icon name="direction-arrows" mode="Decorative" slider-icon></ui5-icon>
32
+ <div class="ui5-slider-handle-container" style="{{styles.startHandle}}" part="handle-container">
33
+
34
+ <div class="ui5-slider-handle ui5-slider-handle--start"
35
+ part="handle"
36
+ @focusin="{{_onfocusin}}"
37
+ @focusout="{{_onfocusout}}"
38
+ role="slider"
39
+ tabindex="{{_tabIndex}}"
40
+ aria-orientation="horizontal"
41
+ aria-valuemin="{{min}}"
42
+ aria-valuemax="{{max}}"
43
+ aria-valuenow="{{startValue}}"
44
+ aria-labelledby="{{_ariaLabelledByStartHandleText}}"
45
+ aria-disabled="{{_ariaDisabled}}"
46
+ aria-describedby="{{_ariaDescribedByHandleText}}"
47
+ aria-keyshortcuts="F2"
48
+ >
49
+ <ui5-icon name="direction-arrows" mode="Decorative" slider-icon></ui5-icon>
50
+ </div>
47
51
 
48
52
  {{#if showTooltip}}
49
- <div class="ui5-slider-tooltip ui5-slider-tooltip--start" style="{{styles.tooltip}}">
53
+ <div class="ui5-slider-tooltip ui5-slider-tooltip--start" style="{{styles.tooltip}}">
54
+ {{#if editableTooltip}}
55
+ <ui5-input
56
+ type="Number"
57
+ value="{{startValue}}"
58
+ accessible-name-ref="ui5-slider-InputLabel"
59
+ @focusout="{{_onInputFocusOut}}"
60
+ @keydown="{{_onInputKeydown}}"
61
+ @ui5-change="{{_onInputChange}}"
62
+ @ui5-input="{{_onInputInput}}"
63
+ data-sap-ui-start-value
64
+ tabindex="-1"
65
+ ></ui5-input>
66
+ {{else}}
50
67
  <span class="ui5-slider-tooltip-value">{{tooltipStartValue}}</span>
51
- </div>
68
+ {{/if}}
69
+ </div>
52
70
  {{/if}}
53
71
  </div>
54
-
55
- <div class="ui5-slider-handle ui5-slider-handle--end"
56
- part="handle"
57
- style="{{styles.endHandle}}"
58
- @focusin="{{_onfocusin}}"
59
- @focusout="{{_onfocusout}}"
60
- role="slider"
61
- tabindex="{{_tabIndex}}"
62
- aria-orientation="horizontal"
63
- aria-valuemin="{{min}}"
64
- aria-valuemax="{{max}}"
65
- aria-valuenow="{{endValue}}"
66
- aria-labelledby="{{_ariaLabelledByEndHandleRefs}}"
67
- aria-disabled="{{_ariaDisabled}}"
68
- >
69
- <ui5-icon name="direction-arrows" mode="Decorative" slider-icon></ui5-icon>
72
+ <div class="ui5-slider-handle-container" style="{{styles.endHandle}}" part="handle-container">
73
+ <div class="ui5-slider-handle ui5-slider-handle--end"
74
+ part="handle"
75
+ @focusin="{{_onfocusin}}"
76
+ @focusout="{{_onfocusout}}"
77
+ role="slider"
78
+ tabindex="{{_tabIndex}}"
79
+ aria-orientation="horizontal"
80
+ aria-valuemin="{{min}}"
81
+ aria-valuemax="{{max}}"
82
+ aria-valuenow="{{endValue}}"
83
+ aria-labelledby="{{_ariaLabelledByEndHandleText}}"
84
+ aria-describedby="{{_ariaDescribedByHandleText}}"
85
+ aria-disabled="{{_ariaDisabled}}"
86
+ aria-keyshortcuts="F2"
87
+ >
88
+ <ui5-icon name="direction-arrows" mode="Decorative" slider-icon></ui5-icon>
89
+ </div>
70
90
 
71
91
  {{#if showTooltip}}
72
- <div class="ui5-slider-tooltip ui5-slider-tooltip--end" style="{{styles.tooltip}}">
92
+ <div class="ui5-slider-tooltip ui5-slider-tooltip--end" style="{{styles.tooltip}}">
93
+ {{#if editableTooltip}}
94
+ <ui5-input
95
+ type="Number"
96
+ value="{{endValue}}"
97
+ accessible-name-ref="ui5-slider-InputLabel"
98
+ @focusout="{{_onInputFocusOut}}"
99
+ @keydown="{{_onInputKeydown}}"
100
+ @ui5-change="{{_onInputChange}}"
101
+ @ui5-input="{{_onInputInput}}"
102
+ data-sap-ui-end-value
103
+ tabindex="-1"
104
+ ></ui5-input>
105
+ {{else}}
73
106
  <span class="ui5-slider-tooltip-value">{{tooltipEndValue}}</span>
74
- </div>
107
+ {{/if}}
108
+ </div>
75
109
  {{/if}}
76
110
  </div>
77
111
  {{/inline}}
package/src/Slider.hbs CHANGED
@@ -17,26 +17,45 @@
17
17
  {{/inline}}
18
18
 
19
19
  {{#*inline "handles"}}
20
- <div class="ui5-slider-handle"
21
- style="{{styles.handle}}"
22
- @focusout="{{_onfocusout}}"
23
- @focusin="{{_onfocusin}}"
24
- role="slider"
25
- tabindex="{{_tabIndex}}"
26
- aria-orientation="horizontal"
27
- aria-valuemin="{{min}}"
28
- aria-valuemax="{{max}}"
29
- aria-valuenow="{{value}}"
30
- aria-labelledby="{{_ariaLabelledByHandleRefs}}"
31
- aria-disabled="{{_ariaDisabled}}"
32
- data-sap-focus-ref
33
- part="handle"
34
- >
35
- <ui5-icon mode="Decorative" name="direction-arrows" part="icon-slider" slider-icon></ui5-icon>
20
+ <div class="ui5-slider-handle-container" style="{{styles.handle}}" part="handle-container">
21
+ <div class="ui5-slider-handle"
22
+ @focusout="{{_onfocusout}}"
23
+ @focusin="{{_onfocusin}}"
24
+ role="slider"
25
+ tabindex="{{_tabIndex}}"
26
+ aria-orientation="horizontal"
27
+ aria-valuemin="{{min}}"
28
+ aria-valuemax="{{max}}"
29
+ aria-valuenow="{{value}}"
30
+ aria-labelledby="{{_ariaLabelledByHandleText}}"
31
+ aria-disabled="{{_ariaDisabled}}"
32
+ aria-keyshortcuts="F2"
33
+ aria-describedby="{{_ariaDescribedByHandleText}}"
34
+
35
+ data-sap-focus-ref
36
+ part="handle"
37
+ >
38
+ <ui5-icon name="direction-arrows" mode="Decorative" part="icon-slider" slider-icon></ui5-icon>
39
+ </div>
36
40
  {{#if showTooltip}}
37
- <div class="ui5-slider-tooltip" style="{{styles.tooltip}}">
41
+ <div class="ui5-slider-tooltip" style="{{styles.tooltip}}">
42
+ {{#if editableTooltip}}
43
+ <ui5-input
44
+ value="{{_tooltipInputValue}}"
45
+ value-state="{{_tooltipInputValueState}}"
46
+ type="Number"
47
+ accessible-name-ref="ui5-slider-InputLabel"
48
+ @focusout="{{_onInputFocusOut}}"
49
+ @keydown="{{_onInputKeydown}}"
50
+ @ui5-change="{{_onInputChange}}"
51
+ @ui5-input="{{_onInputInput}}"
52
+ data-sap-ui-end-value
53
+ tabindex="-1"
54
+ ></ui5-input>
55
+ {{else}}
38
56
  <span class="ui5-slider-tooltip-value">{{tooltipValue}}</span>
39
- </div>
57
+ {{/if}}
58
+ </div>
40
59
  {{/if}}
41
60
  </div>
42
61
  {{/inline}}
@@ -5,7 +5,7 @@
5
5
  @mouseover="{{_onmouseover}}"
6
6
  @mouseout="{{_onmouseout}}"
7
7
  @keydown="{{_onkeydown}}"
8
- @keyup="{{_onkeyup}}"
8
+ @keyup="{{_onKeyupBase}}"
9
9
  part="root-container"
10
10
  >
11
11
  {{> handlesAriaText}}
@@ -37,11 +37,20 @@
37
37
  {{> handles}}
38
38
  </div>
39
39
 
40
- <span id="{{_id}}-accName" class="ui5-hidden-text">{{accessibleName}}</span>
41
- <span id="{{_id}}-sliderDesc" class="ui5-hidden-text">{{_ariaLabelledByText}}</span>
40
+ {{#if accessibleName}}
41
+ <span id="ui5-slider-accName" class="ui5-hidden-text">{{accessibleName}}</span>
42
+ {{/if}}
43
+
44
+ <span id="ui5-slider-sliderDesc" class="ui5-hidden-text">{{_ariaLabelledByText}}</span>
45
+
46
+ {{#if editableTooltip}}
47
+ <span id="ui5-slider-InputDesc" class="ui5-hidden-text">{{_ariaDescribedByInputText}}</span>
48
+ <span id="ui5-slider-InputLabel" class="ui5-hidden-text">{{_ariaLabelledByInputText}}</span>
49
+ {{/if}}
50
+
42
51
  </div>
43
52
 
44
53
 
45
54
  {{#*inline "handlesAriaText"}}{{/inline}}
46
55
  {{#*inline "progressBar"}}{{/inline}}
47
- {{#*inline "handles"}}{{/inline}}
56
+ {{#*inline "handles"}}{{/inline}}
@@ -498,6 +498,12 @@ MONTH_PICKER_DESCRIPTION = Month Picker
498
498
  #XACT: ARIA description for year picker
499
499
  YEAR_PICKER_DESCRIPTION = Year Picker
500
500
 
501
+ #XACT: ARIA description for slider tooltip input
502
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION = Press F2 to enter a value
503
+
504
+ #XACT: ARIA label for slider tooltip input
505
+ SLIDER_TOOLTIP_INPUT_LABEL = Current Value
506
+
501
507
  #XTOL: tooltip for decrease button of the StepInput
502
508
  STEPINPUT_DEC_ICON_TITLE=Decrease
503
509
 
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=أداة انتقاء الشهر
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=أداة انتقاء السنة
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=اضغط على F2 لإدخال قيمة.
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=القيمة الحالية
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=تخفيض
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=زيادة
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Избор на месец
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Избор на година
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Натиснете F2, за да въведете стойност
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Текуща стойност
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Намаляване
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Увеличаване
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Selector de mes
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Selector d''any
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Prémer F2 per introduir un valor
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Valor actual
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Reduir
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Ampliar
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Odabir mjeseca
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Odabir godine
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Pritisnite F2 da biste unijeli vrijednost
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Trenutna vrijednost
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Smanji
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Povećaj
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Volič měsíce
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Volič roku
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Stiskněte F2 pro zadání hodnoty
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Aktuální hodnota
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Zmenšení
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Zvětšení
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Dewiswr Mis
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Dewiswr Blwyddyn
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Pwyswch F2 i roi gwerth
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Gwerth Cyfredol
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Lleihau
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Cynyddu
@@ -332,6 +332,10 @@ MONTH_PICKER_DESCRIPTION=Månedsselektion
332
332
 
333
333
  YEAR_PICKER_DESCRIPTION=Årsselektion
334
334
 
335
+ SLIDER_TOOLTIP_INPUT_DESCRIPTION=Tryk på F2 for at indtaste en værdi
336
+
337
+ SLIDER_TOOLTIP_INPUT_LABEL=Aktuel værdi
338
+
335
339
  STEPINPUT_DEC_ICON_TITLE=Formindsk
336
340
 
337
341
  STEPINPUT_INC_ICON_TITLE=Forstør