@ui5/webcomponents 2.3.1-rc.0 → 2.4.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (540) hide show
  1. package/CHANGELOG.md +42 -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 +5 -10
  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 +207 -0
  8. package/dist/.tsbuildinfo +1 -1
  9. package/dist/Avatar.js +4 -2
  10. package/dist/Avatar.js.map +1 -1
  11. package/dist/AvatarGroup.js +2 -2
  12. package/dist/AvatarGroup.js.map +1 -1
  13. package/dist/Breadcrumbs.js +6 -5
  14. package/dist/Breadcrumbs.js.map +1 -1
  15. package/dist/Button.js +8 -3
  16. package/dist/Button.js.map +1 -1
  17. package/dist/Calendar.js +17 -12
  18. package/dist/Calendar.js.map +1 -1
  19. package/dist/CalendarLegend.js +6 -3
  20. package/dist/CalendarLegend.js.map +1 -1
  21. package/dist/CardHeader.js +6 -4
  22. package/dist/CardHeader.js.map +1 -1
  23. package/dist/Carousel.js +4 -3
  24. package/dist/Carousel.js.map +1 -1
  25. package/dist/CheckBox.js +16 -5
  26. package/dist/CheckBox.js.map +1 -1
  27. package/dist/ColorPalette.js +1 -1
  28. package/dist/ColorPalette.js.map +1 -1
  29. package/dist/ColorPaletteItem.js +5 -0
  30. package/dist/ColorPaletteItem.js.map +1 -1
  31. package/dist/ColorPalettePopover.js +12 -3
  32. package/dist/ColorPalettePopover.js.map +1 -1
  33. package/dist/ColorPicker.js +5 -2
  34. package/dist/ColorPicker.js.map +1 -1
  35. package/dist/ComboBox.js +16 -11
  36. package/dist/ComboBox.js.map +1 -1
  37. package/dist/DatePicker.js +8 -5
  38. package/dist/DatePicker.js.map +1 -1
  39. package/dist/DayPicker.js +15 -7
  40. package/dist/DayPicker.js.map +1 -1
  41. package/dist/FileUploader.js +5 -3
  42. package/dist/FileUploader.js.map +1 -1
  43. package/dist/Form.d.ts +3 -3
  44. package/dist/Form.js +5 -5
  45. package/dist/Form.js.map +1 -1
  46. package/dist/FormGroup.js +3 -0
  47. package/dist/FormGroup.js.map +1 -1
  48. package/dist/Icon.js +5 -3
  49. package/dist/Icon.js.map +1 -1
  50. package/dist/Input.js +41 -19
  51. package/dist/Input.js.map +1 -1
  52. package/dist/Link.d.ts +1 -6
  53. package/dist/Link.js +10 -15
  54. package/dist/Link.js.map +1 -1
  55. package/dist/List.d.ts +1 -0
  56. package/dist/List.js +31 -19
  57. package/dist/List.js.map +1 -1
  58. package/dist/ListItem.d.ts +1 -0
  59. package/dist/ListItem.js +20 -7
  60. package/dist/ListItem.js.map +1 -1
  61. package/dist/ListItemBase.js +21 -10
  62. package/dist/ListItemBase.js.map +1 -1
  63. package/dist/ListItemGroup.js +6 -5
  64. package/dist/ListItemGroup.js.map +1 -1
  65. package/dist/MessageStrip.js +4 -2
  66. package/dist/MessageStrip.js.map +1 -1
  67. package/dist/MonthPicker.js +9 -5
  68. package/dist/MonthPicker.js.map +1 -1
  69. package/dist/MultiComboBox.js +24 -15
  70. package/dist/MultiComboBox.js.map +1 -1
  71. package/dist/MultiInput.js +6 -3
  72. package/dist/MultiInput.js.map +1 -1
  73. package/dist/Panel.js +5 -3
  74. package/dist/Panel.js.map +1 -1
  75. package/dist/Popover.js +1 -1
  76. package/dist/Popover.js.map +1 -1
  77. package/dist/Popup.js +16 -13
  78. package/dist/Popup.js.map +1 -1
  79. package/dist/RadioButton.js +4 -2
  80. package/dist/RadioButton.js.map +1 -1
  81. package/dist/RadioButtonGroup.js +1 -1
  82. package/dist/RadioButtonGroup.js.map +1 -1
  83. package/dist/RangeSlider.d.ts +16 -6
  84. package/dist/RangeSlider.js +172 -21
  85. package/dist/RangeSlider.js.map +1 -1
  86. package/dist/RatingIndicator.js +5 -3
  87. package/dist/RatingIndicator.js.map +1 -1
  88. package/dist/ResponsivePopover.js +1 -1
  89. package/dist/ResponsivePopover.js.map +1 -1
  90. package/dist/SegmentedButton.js +2 -1
  91. package/dist/SegmentedButton.js.map +1 -1
  92. package/dist/Select.d.ts +3 -3
  93. package/dist/Select.js +20 -8
  94. package/dist/Select.js.map +1 -1
  95. package/dist/Slider.d.ts +10 -2
  96. package/dist/Slider.js +55 -7
  97. package/dist/Slider.js.map +1 -1
  98. package/dist/SliderBase.d.ts +28 -4
  99. package/dist/SliderBase.js +82 -12
  100. package/dist/SliderBase.js.map +1 -1
  101. package/dist/SplitButton.js +8 -4
  102. package/dist/SplitButton.js.map +1 -1
  103. package/dist/StepInput.js +8 -5
  104. package/dist/StepInput.js.map +1 -1
  105. package/dist/Switch.js +16 -4
  106. package/dist/Switch.js.map +1 -1
  107. package/dist/TabContainer.js +16 -14
  108. package/dist/TabContainer.js.map +1 -1
  109. package/dist/Table.js +2 -1
  110. package/dist/Table.js.map +1 -1
  111. package/dist/TableGrowing.js +4 -2
  112. package/dist/TableGrowing.js.map +1 -1
  113. package/dist/TableSelection.js +6 -4
  114. package/dist/TableSelection.js.map +1 -1
  115. package/dist/Tag.js +4 -2
  116. package/dist/Tag.js.map +1 -1
  117. package/dist/TextArea.js +26 -10
  118. package/dist/TextArea.js.map +1 -1
  119. package/dist/TimePicker.js +11 -5
  120. package/dist/TimePicker.js.map +1 -1
  121. package/dist/TimePickerClock.js +3 -2
  122. package/dist/TimePickerClock.js.map +1 -1
  123. package/dist/TimePickerInternals.js +2 -1
  124. package/dist/TimePickerInternals.js.map +1 -1
  125. package/dist/TimeSelectionClocks.d.ts +1 -2
  126. package/dist/TimeSelectionClocks.js +5 -10
  127. package/dist/TimeSelectionClocks.js.map +1 -1
  128. package/dist/TimeSelectionInputs.js +5 -1
  129. package/dist/TimeSelectionInputs.js.map +1 -1
  130. package/dist/Toast.js +4 -2
  131. package/dist/Toast.js.map +1 -1
  132. package/dist/Token.js +7 -4
  133. package/dist/Token.js.map +1 -1
  134. package/dist/Tokenizer.js +23 -17
  135. package/dist/Tokenizer.js.map +1 -1
  136. package/dist/Toolbar.js +14 -1
  137. package/dist/Toolbar.js.map +1 -1
  138. package/dist/ToolbarSelect.js +5 -2
  139. package/dist/ToolbarSelect.js.map +1 -1
  140. package/dist/Tree.js +34 -12
  141. package/dist/Tree.js.map +1 -1
  142. package/dist/TreeItemBase.js +8 -5
  143. package/dist/TreeItemBase.js.map +1 -1
  144. package/dist/YearPicker.js +9 -5
  145. package/dist/YearPicker.js.map +1 -1
  146. package/dist/bundle.scoped.config.d.ts +1 -0
  147. package/dist/bundle.scoped.config.js +5 -0
  148. package/dist/bundle.scoped.config.js.map +1 -0
  149. package/dist/bundle.scoped.esm.d.ts +1 -0
  150. package/dist/bundle.scoped.esm.js +1 -4
  151. package/dist/bundle.scoped.esm.js.map +1 -1
  152. package/dist/css/themes/Avatar.css +1 -1
  153. package/dist/css/themes/AvatarGroup.css +1 -1
  154. package/dist/css/themes/Bar.css +1 -1
  155. package/dist/css/themes/Breadcrumbs.css +1 -1
  156. package/dist/css/themes/BusyIndicator.css +1 -1
  157. package/dist/css/themes/Button.css +1 -1
  158. package/dist/css/themes/Calendar.css +1 -1
  159. package/dist/css/themes/CalendarHeader.css +1 -1
  160. package/dist/css/themes/CalendarLegend.css +1 -1
  161. package/dist/css/themes/CalendarLegendItem.css +1 -1
  162. package/dist/css/themes/Card.css +1 -1
  163. package/dist/css/themes/CardHeader.css +1 -1
  164. package/dist/css/themes/Carousel.css +1 -1
  165. package/dist/css/themes/CheckBox.css +1 -1
  166. package/dist/css/themes/ColorPalette.css +1 -1
  167. package/dist/css/themes/ColorPaletteItem.css +1 -1
  168. package/dist/css/themes/ColorPalettePopover.css +1 -1
  169. package/dist/css/themes/ColorPicker.css +1 -1
  170. package/dist/css/themes/ComboBox.css +1 -1
  171. package/dist/css/themes/DatePicker.css +1 -1
  172. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  173. package/dist/css/themes/DayPicker.css +1 -1
  174. package/dist/css/themes/Dialog.css +1 -1
  175. package/dist/css/themes/FileUploader.css +1 -1
  176. package/dist/css/themes/Form.css +1 -1
  177. package/dist/css/themes/FormItem.css +1 -1
  178. package/dist/css/themes/FormLabelSpan.css +1 -1
  179. package/dist/css/themes/FormLayout.css +1 -1
  180. package/dist/css/themes/GrowingButton.css +1 -1
  181. package/dist/css/themes/Icon.css +1 -1
  182. package/dist/css/themes/Input.css +1 -1
  183. package/dist/css/themes/InputIcon.css +1 -1
  184. package/dist/css/themes/InputSharedStyles.css +1 -1
  185. package/dist/css/themes/Link.css +1 -1
  186. package/dist/css/themes/List.css +1 -1
  187. package/dist/css/themes/ListItem.css +1 -1
  188. package/dist/css/themes/ListItemBase.css +1 -1
  189. package/dist/css/themes/ListItemCustom.css +1 -1
  190. package/dist/css/themes/ListItemGroup.css +1 -1
  191. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  192. package/dist/css/themes/ListItemIcon.css +1 -1
  193. package/dist/css/themes/Menu.css +1 -1
  194. package/dist/css/themes/MenuItem.css +1 -1
  195. package/dist/css/themes/MessageStrip.css +1 -1
  196. package/dist/css/themes/MonthPicker.css +1 -1
  197. package/dist/css/themes/MultiComboBox.css +1 -1
  198. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  199. package/dist/css/themes/MultiInput.css +1 -1
  200. package/dist/css/themes/NavigationMenu.css +1 -1
  201. package/dist/css/themes/NavigationMenuItem.css +1 -1
  202. package/dist/css/themes/OptionBase.css +1 -1
  203. package/dist/css/themes/Panel.css +1 -1
  204. package/dist/css/themes/Popover.css +1 -1
  205. package/dist/css/themes/PopupsCommon.css +1 -1
  206. package/dist/css/themes/ProgressIndicator.css +1 -1
  207. package/dist/css/themes/RadioButton.css +1 -1
  208. package/dist/css/themes/RangeSlider.css +1 -1
  209. package/dist/css/themes/RatingIndicator.css +1 -1
  210. package/dist/css/themes/ResponsivePopover.css +1 -1
  211. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  212. package/dist/css/themes/SegmentedButton.css +1 -1
  213. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  214. package/dist/css/themes/Select.css +1 -1
  215. package/dist/css/themes/SliderBase.css +1 -1
  216. package/dist/css/themes/SplitButton.css +1 -1
  217. package/dist/css/themes/StepInput.css +1 -1
  218. package/dist/css/themes/SuggestionItem.css +1 -1
  219. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  220. package/dist/css/themes/Switch.css +1 -1
  221. package/dist/css/themes/TabContainer.css +1 -1
  222. package/dist/css/themes/TabInOverflow.css +1 -1
  223. package/dist/css/themes/TabInStrip.css +1 -1
  224. package/dist/css/themes/TabSemanticIcon.css +1 -1
  225. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  226. package/dist/css/themes/Table.css +1 -1
  227. package/dist/css/themes/TableCellBase.css +1 -1
  228. package/dist/css/themes/TableHeaderRow.css +1 -1
  229. package/dist/css/themes/TableRow.css +1 -1
  230. package/dist/css/themes/TableRowBase.css +1 -1
  231. package/dist/css/themes/Tag.css +1 -1
  232. package/dist/css/themes/Text.css +1 -1
  233. package/dist/css/themes/TextArea.css +1 -1
  234. package/dist/css/themes/TimePicker.css +1 -1
  235. package/dist/css/themes/Toast.css +1 -1
  236. package/dist/css/themes/ToggleButton.css +1 -1
  237. package/dist/css/themes/Token.css +1 -1
  238. package/dist/css/themes/Tokenizer.css +1 -1
  239. package/dist/css/themes/TokenizerPopover.css +1 -1
  240. package/dist/css/themes/Toolbar.css +1 -1
  241. package/dist/css/themes/ToolbarPopover.css +1 -1
  242. package/dist/css/themes/TreeItem.css +1 -1
  243. package/dist/css/themes/ValueStateMessage.css +1 -1
  244. package/dist/css/themes/YearPicker.css +1 -1
  245. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  246. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  247. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  248. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  249. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  250. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  251. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  252. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  253. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  254. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  255. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  256. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  257. package/dist/custom-elements-internal.json +499 -59
  258. package/dist/custom-elements.json +94 -21
  259. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  260. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  261. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  262. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  263. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  264. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  265. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  266. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  267. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  268. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  269. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  270. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  271. package/dist/generated/i18n/i18n-defaults.d.ts +3 -1
  272. package/dist/generated/i18n/i18n-defaults.js +3 -1
  273. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  274. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  275. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  276. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  277. package/dist/generated/templates/LinkTemplate.lit.js.map +1 -1
  278. package/dist/generated/templates/ListTemplate.lit.js +5 -4
  279. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  280. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  281. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  282. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  283. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  284. package/dist/generated/templates/RangeSliderTemplate.lit.js +9 -3
  285. package/dist/generated/templates/RangeSliderTemplate.lit.js.map +1 -1
  286. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  287. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  288. package/dist/generated/templates/SliderBaseTemplate.lit.js +3 -1
  289. package/dist/generated/templates/SliderBaseTemplate.lit.js.map +1 -1
  290. package/dist/generated/templates/SliderTemplate.lit.js +6 -2
  291. package/dist/generated/templates/SliderTemplate.lit.js.map +1 -1
  292. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js +2 -2
  293. package/dist/generated/templates/TimeSelectionClocksTemplate.lit.js.map +1 -1
  294. package/dist/generated/themes/Avatar.css.js +1 -1
  295. package/dist/generated/themes/Avatar.css.js.map +1 -1
  296. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  297. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  298. package/dist/generated/themes/Bar.css.js +1 -1
  299. package/dist/generated/themes/Bar.css.js.map +1 -1
  300. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  301. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  302. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  303. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  304. package/dist/generated/themes/Button.css.js +1 -1
  305. package/dist/generated/themes/Button.css.js.map +1 -1
  306. package/dist/generated/themes/Calendar.css.js +1 -1
  307. package/dist/generated/themes/Calendar.css.js.map +1 -1
  308. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  309. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  310. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  311. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  312. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  313. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  314. package/dist/generated/themes/Card.css.js +1 -1
  315. package/dist/generated/themes/Card.css.js.map +1 -1
  316. package/dist/generated/themes/CardHeader.css.js +1 -1
  317. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  318. package/dist/generated/themes/Carousel.css.js +1 -1
  319. package/dist/generated/themes/Carousel.css.js.map +1 -1
  320. package/dist/generated/themes/CheckBox.css.js +1 -1
  321. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  322. package/dist/generated/themes/ColorPalette.css.js +1 -1
  323. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  324. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  325. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  326. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  327. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  328. package/dist/generated/themes/ColorPicker.css.js +1 -1
  329. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  330. package/dist/generated/themes/ComboBox.css.js +1 -1
  331. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  332. package/dist/generated/themes/DatePicker.css.js +1 -1
  333. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  334. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  335. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  336. package/dist/generated/themes/DayPicker.css.js +1 -1
  337. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  338. package/dist/generated/themes/Dialog.css.js +1 -1
  339. package/dist/generated/themes/Dialog.css.js.map +1 -1
  340. package/dist/generated/themes/FileUploader.css.js +1 -1
  341. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  342. package/dist/generated/themes/Form.css.js +1 -1
  343. package/dist/generated/themes/Form.css.js.map +1 -1
  344. package/dist/generated/themes/FormItem.css.js +1 -1
  345. package/dist/generated/themes/FormItem.css.js.map +1 -1
  346. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  347. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  348. package/dist/generated/themes/FormLayout.css.js +1 -1
  349. package/dist/generated/themes/FormLayout.css.js.map +1 -1
  350. package/dist/generated/themes/GrowingButton.css.js +1 -1
  351. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  352. package/dist/generated/themes/Icon.css.js +1 -1
  353. package/dist/generated/themes/Icon.css.js.map +1 -1
  354. package/dist/generated/themes/Input.css.js +1 -1
  355. package/dist/generated/themes/Input.css.js.map +1 -1
  356. package/dist/generated/themes/InputIcon.css.js +1 -1
  357. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  358. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  359. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  360. package/dist/generated/themes/Link.css.js +1 -1
  361. package/dist/generated/themes/Link.css.js.map +1 -1
  362. package/dist/generated/themes/List.css.js +1 -1
  363. package/dist/generated/themes/List.css.js.map +1 -1
  364. package/dist/generated/themes/ListItem.css.js +1 -1
  365. package/dist/generated/themes/ListItem.css.js.map +1 -1
  366. package/dist/generated/themes/ListItemBase.css.js +1 -1
  367. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  368. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  369. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  370. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  371. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  372. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  373. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  374. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  375. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  376. package/dist/generated/themes/Menu.css.js +1 -1
  377. package/dist/generated/themes/Menu.css.js.map +1 -1
  378. package/dist/generated/themes/MenuItem.css.js +1 -1
  379. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  380. package/dist/generated/themes/MessageStrip.css.js +1 -1
  381. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  382. package/dist/generated/themes/MonthPicker.css.js +1 -1
  383. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  384. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  385. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  386. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  387. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  388. package/dist/generated/themes/MultiInput.css.js +1 -1
  389. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  390. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  391. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  392. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  393. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  394. package/dist/generated/themes/OptionBase.css.js +1 -1
  395. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  396. package/dist/generated/themes/Panel.css.js +1 -1
  397. package/dist/generated/themes/Panel.css.js.map +1 -1
  398. package/dist/generated/themes/Popover.css.js +1 -1
  399. package/dist/generated/themes/Popover.css.js.map +1 -1
  400. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  401. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  402. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  403. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  404. package/dist/generated/themes/RadioButton.css.js +1 -1
  405. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  406. package/dist/generated/themes/RangeSlider.css.js +1 -1
  407. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  408. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  409. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  410. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  411. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  412. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  413. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  414. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  415. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  416. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  417. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  418. package/dist/generated/themes/Select.css.js +1 -1
  419. package/dist/generated/themes/Select.css.js.map +1 -1
  420. package/dist/generated/themes/SliderBase.css.js +1 -1
  421. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  422. package/dist/generated/themes/SplitButton.css.js +1 -1
  423. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  424. package/dist/generated/themes/StepInput.css.js +1 -1
  425. package/dist/generated/themes/StepInput.css.js.map +1 -1
  426. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  427. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  428. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  429. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  430. package/dist/generated/themes/Switch.css.js +1 -1
  431. package/dist/generated/themes/Switch.css.js.map +1 -1
  432. package/dist/generated/themes/TabContainer.css.js +1 -1
  433. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  434. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  435. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  436. package/dist/generated/themes/TabInStrip.css.js +1 -1
  437. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  438. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  439. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  440. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  441. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  442. package/dist/generated/themes/Table.css.js +1 -1
  443. package/dist/generated/themes/Table.css.js.map +1 -1
  444. package/dist/generated/themes/TableCellBase.css.js +1 -1
  445. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  446. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  447. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  448. package/dist/generated/themes/TableRow.css.js +1 -1
  449. package/dist/generated/themes/TableRow.css.js.map +1 -1
  450. package/dist/generated/themes/TableRowBase.css.js +1 -1
  451. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  452. package/dist/generated/themes/Tag.css.js +1 -1
  453. package/dist/generated/themes/Tag.css.js.map +1 -1
  454. package/dist/generated/themes/Text.css.js +1 -1
  455. package/dist/generated/themes/Text.css.js.map +1 -1
  456. package/dist/generated/themes/TextArea.css.js +1 -1
  457. package/dist/generated/themes/TextArea.css.js.map +1 -1
  458. package/dist/generated/themes/TimePicker.css.js +1 -1
  459. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  460. package/dist/generated/themes/Toast.css.js +1 -1
  461. package/dist/generated/themes/Toast.css.js.map +1 -1
  462. package/dist/generated/themes/ToggleButton.css.js +1 -1
  463. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  464. package/dist/generated/themes/Token.css.js +1 -1
  465. package/dist/generated/themes/Token.css.js.map +1 -1
  466. package/dist/generated/themes/Tokenizer.css.js +1 -1
  467. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  468. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  469. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  470. package/dist/generated/themes/Toolbar.css.js +1 -1
  471. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  472. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  473. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  474. package/dist/generated/themes/TreeItem.css.js +1 -1
  475. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  476. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  477. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  478. package/dist/generated/themes/YearPicker.css.js +1 -1
  479. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  480. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  481. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  482. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  483. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  484. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  485. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  486. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  487. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  488. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  489. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  490. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  491. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  492. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  493. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  494. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  495. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  496. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  497. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  498. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  499. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  500. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  501. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  502. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  503. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  504. package/dist/vscode.html-custom-data.json +21 -6
  505. package/dist/web-types.json +52 -32
  506. package/package.json +9 -9
  507. package/src/Link.hbs +0 -1
  508. package/src/List.hbs +7 -1
  509. package/src/Popup.hbs +2 -2
  510. package/src/RangeSlider.hbs +70 -38
  511. package/src/Slider.hbs +37 -18
  512. package/src/SliderBase.hbs +13 -4
  513. package/src/TimeSelectionClocks.hbs +0 -2
  514. package/src/i18n/messagebundle.properties +6 -0
  515. package/src/themes/ColorPaletteItem.css +23 -1
  516. package/src/themes/ColorPicker.css +9 -1
  517. package/src/themes/Form.css +3 -2
  518. package/src/themes/FormLayout.css +3 -3
  519. package/src/themes/GrowingButton.css +5 -2
  520. package/src/themes/Input.css +0 -1
  521. package/src/themes/Link.css +10 -6
  522. package/src/themes/ListItemBase.css +3 -3
  523. package/src/themes/ListItemGroupHeader.css +4 -0
  524. package/src/themes/SliderBase.css +27 -7
  525. package/src/themes/Switch.css +2 -1
  526. package/src/themes/base/ColorPalette-parameters.css +3 -0
  527. package/src/themes/base/sizes-parameters.css +1 -1
  528. package/src/themes/sap_fiori_3/SliderBase-parameters.css +7 -0
  529. package/src/themes/sap_fiori_3/sizes-parameters.css +4 -0
  530. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +7 -0
  531. package/src/themes/sap_fiori_3_dark/sizes-parameters.css +4 -0
  532. package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +6 -0
  533. package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +6 -0
  534. package/src/themes/sap_horizon/ColorPalette-parameters.css +3 -0
  535. package/src/themes/sap_horizon_dark/ColorPalette-parameters.css +3 -0
  536. package/src/themes/sap_horizon_dark_exp/ColorPalette-parameters.css +3 -0
  537. package/src/themes/sap_horizon_exp/ColorPalette-parameters.css +3 -0
  538. package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +1 -1
  539. package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +1 -1
  540. package/tsconfig.json +2 -0
@@ -1312,7 +1312,7 @@
1312
1312
  },
1313
1313
  {
1314
1314
  "name": "ui5-dialog",
1315
- "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
1315
+ "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
1316
1316
  "attributes": [
1317
1317
  {
1318
1318
  "name": "header-text",
@@ -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
  {
@@ -2559,7 +2559,7 @@
2559
2559
  },
2560
2560
  {
2561
2561
  "name": "ui5-popover",
2562
- "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2562
+ "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2563
2563
  "attributes": [
2564
2564
  {
2565
2565
  "name": "header-text",
@@ -2660,7 +2660,7 @@
2660
2660
  },
2661
2661
  {
2662
2662
  "name": "popup",
2663
- "description": "### Overview\nBase class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components.\n\n1. The Popup class handles modality:\n - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n - Derivatives may call the \"openPopup\" and \"closePopup\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n 2. Provides blocking layer (relevant for modal popups only):\n - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus:\n - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The template of this component exposes two inline partials you can override in derivatives:\n - beforeContent (upper part of the box, useful for header/title/close button)\n - afterContent (lower part, useful for footer/action buttons)\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **default** - Defines the content of the Popup.",
2663
+ "description": "### Overview\nBase class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components.\n\n1. The Popup class handles modality:\n - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not\n - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element\n - Derivatives may call the \"openPopup\" and \"closePopup\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n 2. Provides blocking layer (relevant for modal popups only):\n - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus:\n - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The template of this component exposes two inline partials you can override in derivatives:\n - beforeContent (upper part of the box, useful for header/title/close button)\n - afterContent (lower part, useful for footer/action buttons)\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **default** - Defines the content of the Popup.",
2664
2664
  "attributes": [
2665
2665
  {
2666
2666
  "name": "initial-focus",
@@ -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.",
@@ -2921,7 +2926,7 @@
2921
2926
  },
2922
2927
  {
2923
2928
  "name": "ui5-responsive-popover",
2924
- "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2929
+ "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2925
2930
  "attributes": [
2926
2931
  {
2927
2932
  "name": "header-text",
@@ -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.",
@@ -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.3.1-rc.0",
4
+ "version": "2.4.0-rc.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2572,7 +2572,7 @@
2572
2572
  },
2573
2573
  {
2574
2574
  "name": "ui5-dialog",
2575
- "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2575
+ "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the\n`ui5-dialog` on full screen.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2576
2576
  "doc-url": "",
2577
2577
  "attributes": [
2578
2578
  {
@@ -2655,19 +2655,19 @@
2655
2655
  "events": [
2656
2656
  {
2657
2657
  "name": "before-open",
2658
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
2658
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
2659
2659
  },
2660
2660
  {
2661
2661
  "name": "open",
2662
- "description": "Fired after the component is opened. **This event does not bubble.**"
2662
+ "description": "Fired after the component is opened."
2663
2663
  },
2664
2664
  {
2665
2665
  "name": "before-close",
2666
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
2666
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
2667
2667
  },
2668
2668
  {
2669
2669
  "name": "close",
2670
- "description": "Fired after the component is closed. **This event does not bubble.**"
2670
+ "description": "Fired after the component is closed."
2671
2671
  }
2672
2672
  ],
2673
2673
  "js": {
@@ -2738,19 +2738,19 @@
2738
2738
  "events": [
2739
2739
  {
2740
2740
  "name": "before-open",
2741
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
2741
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
2742
2742
  },
2743
2743
  {
2744
2744
  "name": "open",
2745
- "description": "Fired after the component is opened. **This event does not bubble.**"
2745
+ "description": "Fired after the component is opened."
2746
2746
  },
2747
2747
  {
2748
2748
  "name": "before-close",
2749
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
2749
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
2750
2750
  },
2751
2751
  {
2752
2752
  "name": "close",
2753
- "description": "Fired after the component is closed. **This event does not bubble.**"
2753
+ "description": "Fired after the component is closed."
2754
2754
  }
2755
2755
  ]
2756
2756
  }
@@ -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
  {
@@ -5361,7 +5361,7 @@
5361
5361
  },
5362
5362
  {
5363
5363
  "name": "ui5-popover",
5364
- "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
5364
+ "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
5365
5365
  "doc-url": "",
5366
5366
  "attributes": [
5367
5367
  {
@@ -5465,19 +5465,19 @@
5465
5465
  "events": [
5466
5466
  {
5467
5467
  "name": "before-open",
5468
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
5468
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
5469
5469
  },
5470
5470
  {
5471
5471
  "name": "open",
5472
- "description": "Fired after the component is opened. **This event does not bubble.**"
5472
+ "description": "Fired after the component is opened."
5473
5473
  },
5474
5474
  {
5475
5475
  "name": "before-close",
5476
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
5476
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
5477
5477
  },
5478
5478
  {
5479
5479
  "name": "close",
5480
- "description": "Fired after the component is closed. **This event does not bubble.**"
5480
+ "description": "Fired after the component is closed."
5481
5481
  }
5482
5482
  ],
5483
5483
  "js": {
@@ -5567,19 +5567,19 @@
5567
5567
  "events": [
5568
5568
  {
5569
5569
  "name": "before-open",
5570
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
5570
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
5571
5571
  },
5572
5572
  {
5573
5573
  "name": "open",
5574
- "description": "Fired after the component is opened. **This event does not bubble.**"
5574
+ "description": "Fired after the component is opened."
5575
5575
  },
5576
5576
  {
5577
5577
  "name": "before-close",
5578
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
5578
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
5579
5579
  },
5580
5580
  {
5581
5581
  "name": "close",
5582
- "description": "Fired after the component is closed. **This event does not bubble.**"
5582
+ "description": "Fired after the component is closed."
5583
5583
  }
5584
5584
  ]
5585
5585
  }
@@ -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.",
@@ -6039,7 +6049,7 @@
6039
6049
  },
6040
6050
  {
6041
6051
  "name": "ui5-responsive-popover",
6042
- "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**\n- **open** - Fired after the component is opened. **This event does not bubble.**\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**\n- **close** - Fired after the component is closed. **This event does not bubble.**\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
6052
+ "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
6043
6053
  "doc-url": "",
6044
6054
  "attributes": [
6045
6055
  {
@@ -6133,19 +6143,19 @@
6133
6143
  "events": [
6134
6144
  {
6135
6145
  "name": "before-open",
6136
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
6146
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
6137
6147
  },
6138
6148
  {
6139
6149
  "name": "open",
6140
- "description": "Fired after the component is opened. **This event does not bubble.**"
6150
+ "description": "Fired after the component is opened."
6141
6151
  },
6142
6152
  {
6143
6153
  "name": "before-close",
6144
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
6154
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
6145
6155
  },
6146
6156
  {
6147
6157
  "name": "close",
6148
- "description": "Fired after the component is closed. **This event does not bubble.**"
6158
+ "description": "Fired after the component is closed."
6149
6159
  }
6150
6160
  ],
6151
6161
  "js": {
@@ -6235,19 +6245,19 @@
6235
6245
  "events": [
6236
6246
  {
6237
6247
  "name": "before-open",
6238
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. **This event does not bubble.**"
6248
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
6239
6249
  },
6240
6250
  {
6241
6251
  "name": "open",
6242
- "description": "Fired after the component is opened. **This event does not bubble.**"
6252
+ "description": "Fired after the component is opened."
6243
6253
  },
6244
6254
  {
6245
6255
  "name": "before-close",
6246
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. **This event does not bubble.**"
6256
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
6247
6257
  },
6248
6258
  {
6249
6259
  "name": "close",
6250
- "description": "Fired after the component is closed. **This event does not bubble.**"
6260
+ "description": "Fired after the component is closed."
6251
6261
  }
6252
6262
  ]
6253
6263
  }
@@ -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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.3.1-rc.0",
3
+ "version": "2.4.0-rc.1",
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.3.1-rc.0",
54
- "@ui5/webcomponents-icons": "2.3.1-rc.0",
55
- "@ui5/webcomponents-icons-business-suite": "2.3.1-rc.0",
56
- "@ui5/webcomponents-icons-tnt": "2.3.1-rc.0",
57
- "@ui5/webcomponents-localization": "2.3.1-rc.0",
58
- "@ui5/webcomponents-theming": "2.3.1-rc.0"
53
+ "@ui5/webcomponents-base": "2.4.0-rc.1",
54
+ "@ui5/webcomponents-icons": "2.4.0-rc.1",
55
+ "@ui5/webcomponents-icons-business-suite": "2.4.0-rc.1",
56
+ "@ui5/webcomponents-icons-tnt": "2.4.0-rc.1",
57
+ "@ui5/webcomponents-localization": "2.4.0-rc.1",
58
+ "@ui5/webcomponents-theming": "2.4.0-rc.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.3.1-rc.0",
61
+ "@ui5/webcomponents-tools": "2.4.0-rc.1",
62
62
  "chromedriver": "^128.0.3",
63
63
  "lit": "^2.0.0"
64
64
  },
65
- "gitHead": "2857fcf8b4da8ccd7bbfa9dd0b0c2eb4c925cf4f"
65
+ "gitHead": "478542af62e30ca4df65b0778bcbeab837d583d6"
66
66
  }
package/src/Link.hbs CHANGED
@@ -13,7 +13,6 @@
13
13
  aria-expanded="{{accessibilityAttributes.expanded}}"
14
14
  aria-current="{{accessibilityAttributes.current}}"
15
15
  @focusin={{_onfocusin}}
16
- @focusout={{_onfocusout}}
17
16
  @click={{_onclick}}
18
17
  @keydown={{_onkeydown}}
19
18
  @keyup={{_onkeyup}}>
package/src/List.hbs CHANGED
@@ -19,7 +19,7 @@
19
19
  <ui5-busy-indicator
20
20
  id="{{_id}}-busyIndicator"
21
21
  delay="{{loadingDelay}}"
22
- ?active="{{loading}}"
22
+ ?active="{{showBusyIndicatorOverlay}}"
23
23
  class="ui5-list-busy-indicator"
24
24
  >
25
25
  <div class="ui5-list-scroll-container">
@@ -96,6 +96,12 @@
96
96
  @mouseup="{{_onLoadMoreMouseup}}"
97
97
  growing-button-inner
98
98
  >
99
+ {{#if loading}}
100
+ <ui5-busy-indicator
101
+ delay="{{loadingDelay}}"
102
+ active>
103
+ </ui5-busy-indicator>
104
+ {{/if}}
99
105
  <span id="{{_id}}-growingButton-text" growing-button-text>{{_growingButtonText}}</span>
100
106
  </div>
101
107
  </div>
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