@ui5/webcomponents 2.0.0-rc.4 → 2.0.0-rc.5

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 (501) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +1 -1
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/Button.d.ts +1 -0
  5. package/dist/Button.js +4 -0
  6. package/dist/Button.js.map +1 -1
  7. package/dist/CalendarDate.d.ts +1 -1
  8. package/dist/CalendarDate.js +0 -1
  9. package/dist/CalendarDate.js.map +1 -1
  10. package/dist/Form.d.ts +1 -0
  11. package/dist/Form.js +1 -0
  12. package/dist/Form.js.map +1 -1
  13. package/dist/FormGroup.d.ts +1 -0
  14. package/dist/FormGroup.js +1 -0
  15. package/dist/FormGroup.js.map +1 -1
  16. package/dist/FormItem.d.ts +1 -0
  17. package/dist/FormItem.js +1 -0
  18. package/dist/FormItem.js.map +1 -1
  19. package/dist/Link.d.ts +2 -2
  20. package/dist/Link.js +1 -1
  21. package/dist/Link.js.map +1 -1
  22. package/dist/ListItemBase.js +6 -0
  23. package/dist/ListItemBase.js.map +1 -1
  24. package/dist/Menu.js +3 -0
  25. package/dist/Menu.js.map +1 -1
  26. package/dist/MenuItem.d.ts +32 -2
  27. package/dist/MenuItem.js +6 -0
  28. package/dist/MenuItem.js.map +1 -1
  29. package/dist/Option.d.ts +1 -0
  30. package/dist/Option.js +10 -0
  31. package/dist/Option.js.map +1 -1
  32. package/dist/OptionCustom.d.ts +1 -0
  33. package/dist/OptionCustom.js +6 -0
  34. package/dist/OptionCustom.js.map +1 -1
  35. package/dist/Popup.d.ts +3 -0
  36. package/dist/Popup.js +6 -10
  37. package/dist/Popup.js.map +1 -1
  38. package/dist/RadioButton.d.ts +1 -1
  39. package/dist/RadioButton.js +1 -1
  40. package/dist/RadioButton.js.map +1 -1
  41. package/dist/Select.d.ts +1 -0
  42. package/dist/Select.js +1 -0
  43. package/dist/Select.js.map +1 -1
  44. package/dist/TimePicker.d.ts +1 -0
  45. package/dist/TimePicker.js +18 -0
  46. package/dist/TimePicker.js.map +1 -1
  47. package/dist/css/themes/Avatar.css +1 -1
  48. package/dist/css/themes/AvatarGroup.css +1 -1
  49. package/dist/css/themes/Bar.css +1 -1
  50. package/dist/css/themes/Breadcrumbs.css +1 -1
  51. package/dist/css/themes/BusyIndicator.css +1 -1
  52. package/dist/css/themes/Button.css +1 -1
  53. package/dist/css/themes/Calendar.css +1 -1
  54. package/dist/css/themes/CalendarHeader.css +1 -1
  55. package/dist/css/themes/CalendarLegend.css +1 -1
  56. package/dist/css/themes/CalendarLegendItem.css +1 -1
  57. package/dist/css/themes/Card.css +1 -1
  58. package/dist/css/themes/CardHeader.css +1 -1
  59. package/dist/css/themes/Carousel.css +1 -1
  60. package/dist/css/themes/CheckBox.css +1 -1
  61. package/dist/css/themes/ColorPalette.css +1 -1
  62. package/dist/css/themes/ColorPaletteItem.css +1 -1
  63. package/dist/css/themes/ColorPalettePopover.css +1 -1
  64. package/dist/css/themes/ColorPicker.css +1 -1
  65. package/dist/css/themes/ComboBox.css +1 -1
  66. package/dist/css/themes/CustomListItem.css +1 -1
  67. package/dist/css/themes/DatePicker.css +1 -1
  68. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  69. package/dist/css/themes/DayPicker.css +1 -1
  70. package/dist/css/themes/Dialog.css +1 -1
  71. package/dist/css/themes/FileUploader.css +1 -1
  72. package/dist/css/themes/Form.css +1 -1
  73. package/dist/css/themes/FormItem.css +1 -1
  74. package/dist/css/themes/FormLabelSpan.css +1 -1
  75. package/dist/css/themes/GrowingButton.css +1 -1
  76. package/dist/css/themes/Icon.css +1 -1
  77. package/dist/css/themes/Input.css +1 -1
  78. package/dist/css/themes/InputIcon.css +1 -1
  79. package/dist/css/themes/InputSharedStyles.css +1 -1
  80. package/dist/css/themes/Link.css +1 -1
  81. package/dist/css/themes/List.css +1 -1
  82. package/dist/css/themes/ListItem.css +1 -1
  83. package/dist/css/themes/ListItemBase.css +1 -1
  84. package/dist/css/themes/ListItemGroup.css +1 -1
  85. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  86. package/dist/css/themes/ListItemIcon.css +1 -1
  87. package/dist/css/themes/Menu.css +1 -1
  88. package/dist/css/themes/MenuItem.css +1 -1
  89. package/dist/css/themes/MessageStrip.css +1 -1
  90. package/dist/css/themes/MonthPicker.css +1 -1
  91. package/dist/css/themes/MultiComboBox.css +1 -1
  92. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  93. package/dist/css/themes/MultiInput.css +1 -1
  94. package/dist/css/themes/NavigationMenu.css +1 -1
  95. package/dist/css/themes/NavigationMenuItem.css +1 -1
  96. package/dist/css/themes/OptionBase.css +1 -1
  97. package/dist/css/themes/Panel.css +1 -1
  98. package/dist/css/themes/Popover.css +1 -1
  99. package/dist/css/themes/PopupsCommon.css +1 -1
  100. package/dist/css/themes/ProgressIndicator.css +1 -1
  101. package/dist/css/themes/RadioButton.css +1 -1
  102. package/dist/css/themes/RangeSlider.css +1 -1
  103. package/dist/css/themes/RatingIndicator.css +1 -1
  104. package/dist/css/themes/ResponsivePopover.css +1 -1
  105. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  106. package/dist/css/themes/SegmentedButton.css +1 -1
  107. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  108. package/dist/css/themes/Select.css +1 -1
  109. package/dist/css/themes/SliderBase.css +1 -1
  110. package/dist/css/themes/SplitButton.css +1 -1
  111. package/dist/css/themes/StepInput.css +1 -1
  112. package/dist/css/themes/Switch.css +1 -1
  113. package/dist/css/themes/TabContainer.css +1 -1
  114. package/dist/css/themes/TabInOverflow.css +1 -1
  115. package/dist/css/themes/TabInStrip.css +1 -1
  116. package/dist/css/themes/TabSemanticIcon.css +1 -1
  117. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  118. package/dist/css/themes/Tag.css +1 -1
  119. package/dist/css/themes/Text.css +1 -1
  120. package/dist/css/themes/TextArea.css +1 -1
  121. package/dist/css/themes/TimePicker.css +1 -1
  122. package/dist/css/themes/Toast.css +1 -1
  123. package/dist/css/themes/ToggleButton.css +1 -1
  124. package/dist/css/themes/Token.css +1 -1
  125. package/dist/css/themes/Tokenizer.css +1 -1
  126. package/dist/css/themes/TokenizerPopover.css +1 -1
  127. package/dist/css/themes/Toolbar.css +1 -1
  128. package/dist/css/themes/ToolbarPopover.css +1 -1
  129. package/dist/css/themes/TreeItem.css +1 -1
  130. package/dist/css/themes/ValueStateMessage.css +1 -1
  131. package/dist/css/themes/YearPicker.css +1 -1
  132. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  133. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  134. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  135. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  136. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  137. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  140. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  141. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  142. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  143. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  144. package/dist/custom-elements-internal.json +56 -20
  145. package/dist/custom-elements.json +47 -20
  146. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  147. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  148. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  149. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  150. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  151. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  152. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  153. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  154. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  155. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  156. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  157. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  158. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  159. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  160. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  161. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  162. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  163. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  164. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  165. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  166. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  167. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  168. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  169. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  170. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  171. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  172. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  173. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  174. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  175. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  176. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  177. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  178. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  179. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  180. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  181. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  182. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  183. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  184. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  185. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  186. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  187. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  188. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  189. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  190. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  191. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  192. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  193. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  194. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  195. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  196. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  197. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  198. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  199. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  200. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  201. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  202. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  203. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  204. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
  205. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
  206. package/dist/generated/templates/ButtonTemplate.lit.js +2 -2
  207. package/dist/generated/templates/ButtonTemplate.lit.js.map +1 -1
  208. package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
  209. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  210. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  211. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  212. package/dist/generated/templates/InputTemplate.lit.js +1 -1
  213. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  214. package/dist/generated/templates/MenuItemTemplate.lit.js +19 -17
  215. package/dist/generated/templates/MenuItemTemplate.lit.js.map +1 -1
  216. package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
  217. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
  218. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
  219. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  220. package/dist/generated/templates/MultiInputTemplate.lit.js +1 -1
  221. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  222. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  223. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  224. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  225. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  226. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  227. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  228. package/dist/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  229. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  230. package/dist/generated/templates/SelectTemplate.lit.js +2 -2
  231. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  232. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  233. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  234. package/dist/generated/templates/TimePickerTemplate.lit.js +1 -1
  235. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  236. package/dist/generated/templates/ToggleButtonTemplate.lit.js +2 -2
  237. package/dist/generated/templates/ToggleButtonTemplate.lit.js.map +1 -1
  238. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js +2 -2
  239. package/dist/generated/templates/ToggleSpinButtonTemplate.lit.js.map +1 -1
  240. package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
  241. package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
  242. package/dist/generated/themes/Avatar.css.js +1 -1
  243. package/dist/generated/themes/Avatar.css.js.map +1 -1
  244. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  245. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  246. package/dist/generated/themes/Bar.css.js +1 -1
  247. package/dist/generated/themes/Bar.css.js.map +1 -1
  248. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  249. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  250. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  251. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  252. package/dist/generated/themes/Button.css.js +1 -1
  253. package/dist/generated/themes/Button.css.js.map +1 -1
  254. package/dist/generated/themes/Calendar.css.js +1 -1
  255. package/dist/generated/themes/Calendar.css.js.map +1 -1
  256. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  257. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  258. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  259. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  260. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  261. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  262. package/dist/generated/themes/Card.css.js +1 -1
  263. package/dist/generated/themes/Card.css.js.map +1 -1
  264. package/dist/generated/themes/CardHeader.css.js +1 -1
  265. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  266. package/dist/generated/themes/Carousel.css.js +1 -1
  267. package/dist/generated/themes/Carousel.css.js.map +1 -1
  268. package/dist/generated/themes/CheckBox.css.js +1 -1
  269. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  270. package/dist/generated/themes/ColorPalette.css.js +1 -1
  271. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  272. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  273. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  274. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  275. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  276. package/dist/generated/themes/ColorPicker.css.js +1 -1
  277. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  278. package/dist/generated/themes/ComboBox.css.js +1 -1
  279. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  280. package/dist/generated/themes/CustomListItem.css.js +1 -1
  281. package/dist/generated/themes/CustomListItem.css.js.map +1 -1
  282. package/dist/generated/themes/DatePicker.css.js +1 -1
  283. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  284. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  285. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  286. package/dist/generated/themes/DayPicker.css.js +1 -1
  287. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  288. package/dist/generated/themes/Dialog.css.js +1 -1
  289. package/dist/generated/themes/Dialog.css.js.map +1 -1
  290. package/dist/generated/themes/FileUploader.css.js +1 -1
  291. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  292. package/dist/generated/themes/Form.css.js +1 -1
  293. package/dist/generated/themes/Form.css.js.map +1 -1
  294. package/dist/generated/themes/FormItem.css.js +1 -1
  295. package/dist/generated/themes/FormItem.css.js.map +1 -1
  296. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  297. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  298. package/dist/generated/themes/GrowingButton.css.js +1 -1
  299. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  300. package/dist/generated/themes/Icon.css.js +1 -1
  301. package/dist/generated/themes/Icon.css.js.map +1 -1
  302. package/dist/generated/themes/Input.css.js +1 -1
  303. package/dist/generated/themes/Input.css.js.map +1 -1
  304. package/dist/generated/themes/InputIcon.css.js +1 -1
  305. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  306. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  307. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  308. package/dist/generated/themes/Link.css.js +1 -1
  309. package/dist/generated/themes/Link.css.js.map +1 -1
  310. package/dist/generated/themes/List.css.js +1 -1
  311. package/dist/generated/themes/List.css.js.map +1 -1
  312. package/dist/generated/themes/ListItem.css.js +1 -1
  313. package/dist/generated/themes/ListItem.css.js.map +1 -1
  314. package/dist/generated/themes/ListItemBase.css.js +1 -1
  315. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  316. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  317. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  318. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  319. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  320. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  321. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  322. package/dist/generated/themes/Menu.css.js +1 -1
  323. package/dist/generated/themes/Menu.css.js.map +1 -1
  324. package/dist/generated/themes/MenuItem.css.js +1 -1
  325. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  326. package/dist/generated/themes/MessageStrip.css.js +1 -1
  327. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  328. package/dist/generated/themes/MonthPicker.css.js +1 -1
  329. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  330. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  331. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  332. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  333. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  334. package/dist/generated/themes/MultiInput.css.js +1 -1
  335. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  336. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  337. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  338. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  339. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  340. package/dist/generated/themes/OptionBase.css.js +1 -1
  341. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  342. package/dist/generated/themes/Panel.css.js +1 -1
  343. package/dist/generated/themes/Panel.css.js.map +1 -1
  344. package/dist/generated/themes/Popover.css.js +1 -1
  345. package/dist/generated/themes/Popover.css.js.map +1 -1
  346. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  347. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  348. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  349. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  350. package/dist/generated/themes/RadioButton.css.js +1 -1
  351. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  352. package/dist/generated/themes/RangeSlider.css.js +1 -1
  353. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  354. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  355. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  356. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  357. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  358. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  359. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  360. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  361. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  362. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  363. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  364. package/dist/generated/themes/Select.css.js +1 -1
  365. package/dist/generated/themes/Select.css.js.map +1 -1
  366. package/dist/generated/themes/SliderBase.css.js +1 -1
  367. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  368. package/dist/generated/themes/SplitButton.css.js +1 -1
  369. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  370. package/dist/generated/themes/StepInput.css.js +1 -1
  371. package/dist/generated/themes/StepInput.css.js.map +1 -1
  372. package/dist/generated/themes/Switch.css.js +1 -1
  373. package/dist/generated/themes/Switch.css.js.map +1 -1
  374. package/dist/generated/themes/TabContainer.css.js +1 -1
  375. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  376. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  377. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  378. package/dist/generated/themes/TabInStrip.css.js +1 -1
  379. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  380. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  381. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  382. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  383. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  384. package/dist/generated/themes/Tag.css.js +1 -1
  385. package/dist/generated/themes/Tag.css.js.map +1 -1
  386. package/dist/generated/themes/Text.css.js +1 -1
  387. package/dist/generated/themes/Text.css.js.map +1 -1
  388. package/dist/generated/themes/TextArea.css.js +1 -1
  389. package/dist/generated/themes/TextArea.css.js.map +1 -1
  390. package/dist/generated/themes/TimePicker.css.js +1 -1
  391. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  392. package/dist/generated/themes/Toast.css.js +1 -1
  393. package/dist/generated/themes/Toast.css.js.map +1 -1
  394. package/dist/generated/themes/ToggleButton.css.js +1 -1
  395. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  396. package/dist/generated/themes/Token.css.js +1 -1
  397. package/dist/generated/themes/Token.css.js.map +1 -1
  398. package/dist/generated/themes/Tokenizer.css.js +1 -1
  399. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  400. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  401. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  402. package/dist/generated/themes/Toolbar.css.js +1 -1
  403. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  404. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  405. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  406. package/dist/generated/themes/TreeItem.css.js +1 -1
  407. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  408. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  409. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  410. package/dist/generated/themes/YearPicker.css.js +1 -1
  411. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  412. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  413. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  414. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  415. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  416. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  417. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  418. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  419. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  420. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  421. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  422. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  423. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  424. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  425. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  426. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  427. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  428. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  429. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  430. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  431. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  432. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  433. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  434. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  435. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  436. package/dist/styles/Icon.css +15 -15
  437. package/dist/styles/Icon.module.css +15 -15
  438. package/dist/vscode.html-custom-data.json +9 -9
  439. package/dist/web-types.json +41 -17
  440. package/package.json +9 -9
  441. package/src/Breadcrumbs.hbs +4 -2
  442. package/src/Button.hbs +2 -1
  443. package/src/ComboBox.hbs +1 -0
  444. package/src/Input.hbs +1 -0
  445. package/src/MenuItem.hbs +2 -0
  446. package/src/MonthPicker.hbs +1 -1
  447. package/src/MultiComboBox.hbs +1 -0
  448. package/src/Popup.hbs +1 -0
  449. package/src/SelectPopover.hbs +2 -0
  450. package/src/TimePickerPopover.hbs +1 -0
  451. package/src/YearPicker.hbs +1 -1
  452. package/src/i18n/messagebundle_ar.properties +13 -3
  453. package/src/i18n/messagebundle_bg.properties +13 -3
  454. package/src/i18n/messagebundle_ca.properties +13 -3
  455. package/src/i18n/messagebundle_cnr.properties +13 -3
  456. package/src/i18n/messagebundle_cs.properties +13 -3
  457. package/src/i18n/messagebundle_cy.properties +13 -3
  458. package/src/i18n/messagebundle_da.properties +13 -3
  459. package/src/i18n/messagebundle_de.properties +13 -3
  460. package/src/i18n/messagebundle_el.properties +13 -3
  461. package/src/i18n/messagebundle_en_GB.properties +13 -3
  462. package/src/i18n/messagebundle_es.properties +13 -3
  463. package/src/i18n/messagebundle_es_MX.properties +13 -3
  464. package/src/i18n/messagebundle_et.properties +13 -3
  465. package/src/i18n/messagebundle_fi.properties +13 -3
  466. package/src/i18n/messagebundle_fr.properties +13 -3
  467. package/src/i18n/messagebundle_fr_CA.properties +13 -3
  468. package/src/i18n/messagebundle_hi.properties +13 -3
  469. package/src/i18n/messagebundle_hr.properties +13 -3
  470. package/src/i18n/messagebundle_hu.properties +13 -3
  471. package/src/i18n/messagebundle_id.properties +13 -3
  472. package/src/i18n/messagebundle_it.properties +14 -4
  473. package/src/i18n/messagebundle_iw.properties +13 -3
  474. package/src/i18n/messagebundle_ja.properties +13 -3
  475. package/src/i18n/messagebundle_kk.properties +13 -3
  476. package/src/i18n/messagebundle_ko.properties +13 -3
  477. package/src/i18n/messagebundle_lt.properties +13 -3
  478. package/src/i18n/messagebundle_lv.properties +13 -3
  479. package/src/i18n/messagebundle_mk.properties +13 -3
  480. package/src/i18n/messagebundle_ms.properties +13 -3
  481. package/src/i18n/messagebundle_nl.properties +13 -3
  482. package/src/i18n/messagebundle_no.properties +13 -3
  483. package/src/i18n/messagebundle_pl.properties +13 -3
  484. package/src/i18n/messagebundle_pt.properties +13 -3
  485. package/src/i18n/messagebundle_pt_PT.properties +13 -3
  486. package/src/i18n/messagebundle_ro.properties +13 -3
  487. package/src/i18n/messagebundle_ru.properties +13 -3
  488. package/src/i18n/messagebundle_sh.properties +13 -3
  489. package/src/i18n/messagebundle_sk.properties +13 -3
  490. package/src/i18n/messagebundle_sl.properties +13 -3
  491. package/src/i18n/messagebundle_sr.properties +13 -3
  492. package/src/i18n/messagebundle_sv.properties +13 -3
  493. package/src/i18n/messagebundle_th.properties +13 -3
  494. package/src/i18n/messagebundle_tr.properties +13 -3
  495. package/src/i18n/messagebundle_uk.properties +17 -7
  496. package/src/i18n/messagebundle_vi.properties +13 -3
  497. package/src/i18n/messagebundle_zh_CN.properties +13 -3
  498. package/src/i18n/messagebundle_zh_TW.properties +13 -3
  499. package/src/themes/Link.css +5 -5
  500. package/src/themes/MenuItem.css +1 -1
  501. package/src/themes/RadioButton.css +8 -8
@@ -1,33 +1,33 @@
1
1
  /* src/themes/InputIcon.css */
2
2
  .inputIcon {
3
- color: var(--_ui5-v2-0-0-rc-4_input_icon_color);
3
+ color: var(--_ui5-v2-0-0-rc-5_input_icon_color);
4
4
  cursor: pointer;
5
5
  outline: none;
6
- padding: var(--_ui5-v2-0-0-rc-4_input_icon_padding);
7
- border-inline-start: var(--_ui5-v2-0-0-rc-4_input_icon_border);
6
+ padding: var(--_ui5-v2-0-0-rc-5_input_icon_padding);
7
+ border-inline-start: var(--_ui5-v2-0-0-rc-5_input_icon_border);
8
8
  min-width: 1rem;
9
9
  min-height: 1rem;
10
- border-radius: var(--_ui5-v2-0-0-rc-4_input_icon_border_radius);
10
+ border-radius: var(--_ui5-v2-0-0-rc-5_input_icon_border_radius);
11
11
  }
12
12
  .inputIcon[pressed] {
13
- background: var(--_ui5-v2-0-0-rc-4_input_icon_pressed_bg);
14
- box-shadow: var(--_ui5-v2-0-0-rc-4_input_icon_box_shadow);
15
- border-inline-start: var(--_ui5-v2-0-0-rc-4_select_hover_icon_left_border);
16
- color: var(--_ui5-v2-0-0-rc-4_input_icon_pressed_color);
13
+ background: var(--_ui5-v2-0-0-rc-5_input_icon_pressed_bg);
14
+ box-shadow: var(--_ui5-v2-0-0-rc-5_input_icon_box_shadow);
15
+ border-inline-start: var(--_ui5-v2-0-0-rc-5_select_hover_icon_left_border);
16
+ color: var(--_ui5-v2-0-0-rc-5_input_icon_pressed_color);
17
17
  }
18
18
  .inputIcon:active {
19
19
  background-color: var(--sapButton_Active_Background);
20
- box-shadow: var(--_ui5-v2-0-0-rc-4_input_icon_box_shadow);
21
- border-inline-start: var(--_ui5-v2-0-0-rc-4_select_hover_icon_left_border);
22
- color: var(--_ui5-v2-0-0-rc-4_input_icon_pressed_color);
20
+ box-shadow: var(--_ui5-v2-0-0-rc-5_input_icon_box_shadow);
21
+ border-inline-start: var(--_ui5-v2-0-0-rc-5_select_hover_icon_left_border);
22
+ color: var(--_ui5-v2-0-0-rc-5_input_icon_pressed_color);
23
23
  }
24
24
  .inputIcon:not([pressed]):not(:active):hover {
25
- background: var(--_ui5-v2-0-0-rc-4_input_icon_hover_bg);
26
- box-shadow: var(--_ui5-v2-0-0-rc-4_input_icon_box_shadow);
25
+ background: var(--_ui5-v2-0-0-rc-5_input_icon_hover_bg);
26
+ box-shadow: var(--_ui5-v2-0-0-rc-5_input_icon_box_shadow);
27
27
  }
28
28
  .inputIcon:hover {
29
- border-inline-start: var(--_ui5-v2-0-0-rc-4_select_hover_icon_left_border);
30
- box-shadow: var(--_ui5-v2-0-0-rc-4_input_icon_box_shadow);
29
+ border-inline-start: var(--_ui5-v2-0-0-rc-5_select_hover_icon_left_border);
30
+ box-shadow: var(--_ui5-v2-0-0-rc-5_input_icon_box_shadow);
31
31
  }
32
32
 
33
33
  /* src/styles/Icon.module.css */
@@ -1307,7 +1307,7 @@
1307
1307
  },
1308
1308
  {
1309
1309
  "name": "initial-focus",
1310
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
1310
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
1311
1311
  "values": []
1312
1312
  },
1313
1313
  {
@@ -1664,7 +1664,7 @@
1664
1664
  },
1665
1665
  {
1666
1666
  "name": "wrapping-type",
1667
- "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** for option \"Normal\" the text will wrap and the words will not be broken based on hyphenation.",
1667
+ "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.",
1668
1668
  "values": [{ "name": "None" }, { "name": "Normal" }]
1669
1669
  },
1670
1670
  {
@@ -1885,7 +1885,7 @@
1885
1885
  },
1886
1886
  {
1887
1887
  "name": "ui5-menu-item",
1888
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.",
1888
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** If there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
1889
1889
  "attributes": [
1890
1890
  {
1891
1891
  "name": "text",
@@ -1894,7 +1894,7 @@
1894
1894
  },
1895
1895
  {
1896
1896
  "name": "additional-text",
1897
- "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text would not be displayed if the item has a submenu.",
1897
+ "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
1898
1898
  "values": []
1899
1899
  },
1900
1900
  {
@@ -2406,7 +2406,7 @@
2406
2406
  },
2407
2407
  {
2408
2408
  "name": "initial-focus",
2409
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
2409
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
2410
2410
  "values": []
2411
2411
  },
2412
2412
  {
@@ -2452,7 +2452,7 @@
2452
2452
  "attributes": [
2453
2453
  {
2454
2454
  "name": "initial-focus",
2455
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
2455
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
2456
2456
  "values": []
2457
2457
  },
2458
2458
  {
@@ -2768,7 +2768,7 @@
2768
2768
  },
2769
2769
  {
2770
2770
  "name": "initial-focus",
2771
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
2771
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
2772
2772
  "values": []
2773
2773
  },
2774
2774
  {
@@ -2869,7 +2869,7 @@
2869
2869
  },
2870
2870
  {
2871
2871
  "name": "ui5-select",
2872
- "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n1. With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n2. With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Keyboard Handling\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.",
2872
+ "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n1. With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n2. With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Keyboard Handling\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.\n\n### **CSS Parts:**\n - **popover** - Used to style the popover element",
2873
2873
  "attributes": [
2874
2874
  {
2875
2875
  "name": "disabled",
@@ -3640,7 +3640,7 @@
3640
3640
  },
3641
3641
  {
3642
3642
  "name": "ui5-time-picker",
3643
- "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Warning` or `Error` value state.",
3643
+ "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n- **open** - Fired after the value-help dialog of the component is opened.\n- **close** - Fired after the value-help dialog of the component is closed.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Warning` or `Error` value state.",
3644
3644
  "attributes": [
3645
3645
  {
3646
3646
  "name": "value",
@@ -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.0.0-rc.4",
4
+ "version": "2.0.0-rc.5",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -2585,7 +2585,7 @@
2585
2585
  },
2586
2586
  {
2587
2587
  "name": "initial-focus",
2588
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
2588
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
2589
2589
  "value": { "type": "string", "default": "\"\"" }
2590
2590
  },
2591
2591
  {
@@ -2681,7 +2681,7 @@
2681
2681
  },
2682
2682
  {
2683
2683
  "name": "initial-focus",
2684
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
2684
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
2685
2685
  "value": { "type": "string" }
2686
2686
  },
2687
2687
  {
@@ -3400,10 +3400,10 @@
3400
3400
  },
3401
3401
  {
3402
3402
  "name": "wrapping-type",
3403
- "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** for option \"Normal\" the text will wrap and the words will not be broken based on hyphenation.",
3403
+ "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.",
3404
3404
  "value": {
3405
3405
  "type": "\"None\" | \"Normal\"",
3406
- "default": "\"None\""
3406
+ "default": "\"Normal\""
3407
3407
  }
3408
3408
  },
3409
3409
  {
@@ -3466,7 +3466,7 @@
3466
3466
  },
3467
3467
  {
3468
3468
  "name": "wrapping-type",
3469
- "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** for option \"Normal\" the text will wrap and the words will not be broken based on hyphenation.",
3469
+ "description": "Defines how the text of a component will be displayed when there is not enough space.\n\n**Note:** By default the text will wrap. If \"None\" is set - the text will truncate.",
3470
3470
  "value": { "type": "\"None\" | \"Normal\"" }
3471
3471
  },
3472
3472
  {
@@ -3894,7 +3894,7 @@
3894
3894
  },
3895
3895
  {
3896
3896
  "name": "ui5-menu-item",
3897
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.",
3897
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** If there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
3898
3898
  "doc-url": "",
3899
3899
  "attributes": [
3900
3900
  {
@@ -3904,7 +3904,7 @@
3904
3904
  },
3905
3905
  {
3906
3906
  "name": "additional-text",
3907
- "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text would not be displayed if the item has a submenu.",
3907
+ "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
3908
3908
  "value": { "type": "string", "default": "\"\"" }
3909
3909
  },
3910
3910
  {
@@ -3972,7 +3972,11 @@
3972
3972
  "slots": [
3973
3973
  {
3974
3974
  "name": "default",
3975
- "description": "Defines the items of this component."
3975
+ "description": "Defines the items of this component.\n\n**Note:** If there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`."
3976
+ },
3977
+ {
3978
+ "name": "endContent",
3979
+ "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`."
3976
3980
  }
3977
3981
  ],
3978
3982
  "events": [
@@ -3990,7 +3994,7 @@
3990
3994
  },
3991
3995
  {
3992
3996
  "name": "additional-text",
3993
- "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text would not be displayed if the item has a submenu.",
3997
+ "description": "Defines the `additionalText`, displayed in the end of the menu item.\n\n**Note:** The additional text will not be displayed if there are items added in `items` slot or there are\ncomponents added to `endContent` slot.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
3994
3998
  "value": { "type": "string" }
3995
3999
  },
3996
4000
  {
@@ -4975,7 +4979,7 @@
4975
4979
  },
4976
4980
  {
4977
4981
  "name": "initial-focus",
4978
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
4982
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
4979
4983
  "value": { "type": "string", "default": "\"\"" }
4980
4984
  },
4981
4985
  {
@@ -5090,7 +5094,7 @@
5090
5094
  },
5091
5095
  {
5092
5096
  "name": "initial-focus",
5093
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
5097
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
5094
5098
  "value": { "type": "string" }
5095
5099
  },
5096
5100
  {
@@ -5268,7 +5272,7 @@
5268
5272
  "description": "Defines whether the component text wraps when there is not enough space.\n\n**Note:** for option \"Normal\" the text will wrap and the words will not be broken based on hyphenation.",
5269
5273
  "value": {
5270
5274
  "type": "\"None\" | \"Normal\"",
5271
- "default": "\"None\""
5275
+ "default": "\"Normal\""
5272
5276
  }
5273
5277
  },
5274
5278
  {
@@ -5656,7 +5660,7 @@
5656
5660
  },
5657
5661
  {
5658
5662
  "name": "initial-focus",
5659
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
5663
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
5660
5664
  "value": { "type": "string", "default": "\"\"" }
5661
5665
  },
5662
5666
  {
@@ -5761,7 +5765,7 @@
5761
5765
  },
5762
5766
  {
5763
5767
  "name": "initial-focus",
5764
- "description": "Defines the ID of the HTML Element, which will get the initial focus.",
5768
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
5765
5769
  "value": { "type": "string" }
5766
5770
  },
5767
5771
  {
@@ -5958,7 +5962,7 @@
5958
5962
  },
5959
5963
  {
5960
5964
  "name": "ui5-select",
5961
- "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n1. With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n2. With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Keyboard Handling\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.",
5965
+ "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n1. With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n2. With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Keyboard Handling\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selected option changes.\n- **live-change** - Fired when the user navigates through the options, but the selection is not finalized,\nor when pressing the ESC key to revert the current selection.\n- **open** - Fired after the component's dropdown menu opens.\n- **close** - Fired after the component's dropdown menu closes.\n\n### **Slots:**\n - **default** - Defines the component options.\n\n**Note:** Only one selected option is allowed.\nIf more than one option is defined as selected, the last one would be considered as the selected one.\n\n**Note:** Use the `ui5-option` component to define the desired options.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n- **label** - Defines the HTML element that will be displayed in the component input part,\nrepresenting the selected option.\n\n**Note:** If not specified and `ui5-option-custom` is used,\neither the option's `display-text` or its textContent will be displayed.\n\n**Note:** If not specified and `ui5-option` is used,\nthe option's textContent will be displayed.\n\n### **CSS Parts:**\n - **popover** - Used to style the popover element",
5962
5966
  "doc-url": "",
5963
5967
  "attributes": [
5964
5968
  {
@@ -7539,7 +7543,7 @@
7539
7543
  },
7540
7544
  {
7541
7545
  "name": "ui5-time-picker",
7542
- "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Warning` or `Error` value state.",
7546
+ "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n- **open** - Fired after the value-help dialog of the component is opened.\n- **close** - Fired after the value-help dialog of the component is closed.\n\n### **Methods:**\n - **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the `ui5-time-picker`.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the `ui5-time-picker` is in `Information`, `Warning` or `Error` value state.",
7543
7547
  "doc-url": "",
7544
7548
  "attributes": [
7545
7549
  {
@@ -7605,6 +7609,14 @@
7605
7609
  {
7606
7610
  "name": "input",
7607
7611
  "description": "Fired when the value of the `ui5-time-picker` is changed at each key stroke."
7612
+ },
7613
+ {
7614
+ "name": "open",
7615
+ "description": "Fired after the value-help dialog of the component is opened."
7616
+ },
7617
+ {
7618
+ "name": "close",
7619
+ "description": "Fired after the value-help dialog of the component is closed."
7608
7620
  }
7609
7621
  ],
7610
7622
  "js": {
@@ -7665,6 +7677,14 @@
7665
7677
  {
7666
7678
  "name": "input",
7667
7679
  "description": "Fired when the value of the `ui5-time-picker` is changed at each key stroke."
7680
+ },
7681
+ {
7682
+ "name": "open",
7683
+ "description": "Fired after the value-help dialog of the component is opened."
7684
+ },
7685
+ {
7686
+ "name": "close",
7687
+ "description": "Fired after the value-help dialog of the component is closed."
7668
7688
  }
7669
7689
  ]
7670
7690
  }
@@ -9141,6 +9161,10 @@
9141
9161
  "name": "part(footer)",
9142
9162
  "description": "Used to style the footer of the component"
9143
9163
  },
9164
+ {
9165
+ "name": "part(popover)",
9166
+ "description": "Used to style the popover element"
9167
+ },
9144
9168
  {
9145
9169
  "name": "part(progress-container)",
9146
9170
  "description": "Used to style the progress container, the horizontal bar that visually represents the range between the minimum and maximum values, of the `ui5-slider`."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.5",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -48,16 +48,16 @@
48
48
  "directory": "packages/main"
49
49
  },
50
50
  "dependencies": {
51
- "@ui5/webcomponents-base": "2.0.0-rc.4",
52
- "@ui5/webcomponents-icons": "2.0.0-rc.4",
53
- "@ui5/webcomponents-icons-business-suite": "2.0.0-rc.4",
54
- "@ui5/webcomponents-icons-tnt": "2.0.0-rc.4",
55
- "@ui5/webcomponents-localization": "2.0.0-rc.4",
56
- "@ui5/webcomponents-theming": "2.0.0-rc.4"
51
+ "@ui5/webcomponents-base": "2.0.0-rc.5",
52
+ "@ui5/webcomponents-icons": "2.0.0-rc.5",
53
+ "@ui5/webcomponents-icons-business-suite": "2.0.0-rc.5",
54
+ "@ui5/webcomponents-icons-tnt": "2.0.0-rc.5",
55
+ "@ui5/webcomponents-localization": "2.0.0-rc.5",
56
+ "@ui5/webcomponents-theming": "2.0.0-rc.5"
57
57
  },
58
58
  "devDependencies": {
59
- "@ui5/webcomponents-tools": "2.0.0-rc.4",
59
+ "@ui5/webcomponents-tools": "2.0.0-rc.5",
60
60
  "chromedriver": "^125.0.0"
61
61
  },
62
- "gitHead": "328a4aa4a6d81244939ba9201542ec2b1726b97e"
62
+ "gitHead": "791653e253faae4847f026d022d0ddcd47a96666"
63
63
  }
@@ -9,7 +9,8 @@
9
9
  <ui5-link @ui5-click="{{_openRespPopover}}"
10
10
  accessible-role="button"
11
11
  accessible-name="{{_dropdownArrowAccessibleNameText}}"
12
- .accessibilityAttributes="{{linkAccessibilityAttributes}}">
12
+ .accessibilityAttributes="{{linkAccessibilityAttributes}}"
13
+ wrapping-type="None">
13
14
  <ui5-icon name="slim-arrow-down" title="{{_dropdownArrowAccessibleNameText}}"></ui5-icon>
14
15
  </ui5-link>
15
16
  </li>
@@ -24,7 +25,8 @@
24
25
  id="{{this._id}}-link"
25
26
  design="{{this._linkDesign}}"
26
27
  accessible-name="{{this._accessibleNameText}}"
27
- data-ui5-stable="{{this.stableDomRef}}">
28
+ data-ui5-stable="{{this.stableDomRef}}"
29
+ wrapping-type="None">
28
30
  {{this.innerText}}
29
31
  </ui5-link>
30
32
 
package/src/Button.hbs CHANGED
@@ -18,6 +18,7 @@
18
18
  aria-controls="{{accessibilityAttributes.controls}}"
19
19
  aria-haspopup="{{_hasPopup}}"
20
20
  aria-label="{{ariaLabelText}}"
21
+ aria-describedby="{{ariaDescribedbyText}}"
21
22
  title="{{buttonTitle}}"
22
23
  part="button"
23
24
  role="{{effectiveAccRole}}"
@@ -48,7 +49,7 @@
48
49
  {{/if}}
49
50
 
50
51
  {{#if hasButtonType}}
51
- <span class="ui5-hidden-text">{{buttonTypeText}}</span>
52
+ <span id="ui5-button-hiddenText-type" aria-hidden="true" class="ui5-hidden-text">{{buttonTypeText}}</span>
52
53
  {{/if}}
53
54
  </button>
54
55
 
package/src/ComboBox.hbs CHANGED
@@ -24,6 +24,7 @@
24
24
  aria-describedby="value-state-description"
25
25
  aria-label="{{ariaLabelText}}"
26
26
  aria-required="{{required}}"
27
+ autocomplete="off"
27
28
  data-sap-focus-ref
28
29
  />
29
30
 
package/src/Input.hbs CHANGED
@@ -28,6 +28,7 @@
28
28
  aria-expanded="{{accInfo.input.ariaExpanded}}"
29
29
  aria-label="{{accInfo.input.ariaLabel}}"
30
30
  aria-required="{{required}}"
31
+ autocomplete="off"
31
32
  @input="{{_handleInput}}"
32
33
  @change="{{_handleChange}}"
33
34
  @keydown="{{_onkeydown}}"
package/src/MenuItem.hbs CHANGED
@@ -20,6 +20,8 @@
20
20
  >
21
21
  </ui5-icon>
22
22
  </div>
23
+ {{else if hasEndContent}}
24
+ <slot name="endContent"></slot>
23
25
  {{else if additionalText}}
24
26
  <span part="additional-text" class="ui5-li-additional-text">{{additionalText}}</span>
25
27
  {{/if}}
@@ -9,7 +9,7 @@
9
9
  @click={{_selectMonth}}
10
10
  >
11
11
  {{#each _months}}
12
- <div class="ui5-mp-quarter">
12
+ <div role="row" class="ui5-mp-quarter">
13
13
 
14
14
  {{#each this}}
15
15
  <div
@@ -58,6 +58,7 @@
58
58
  aria-describedby="{{ariaDescribedByText}}"
59
59
  aria-required="{{required}}"
60
60
  aria-label="{{ariaLabelText}}"
61
+ autocomplete="off"
61
62
  data-sap-focus-ref
62
63
  />
63
64
 
package/src/Popup.hbs CHANGED
@@ -5,6 +5,7 @@
5
5
  style="{{styles.root}}"
6
6
  class="{{classes.root}}"
7
7
  role="{{_role}}"
8
+ tabindex="-1"
8
9
  aria-modal="{{_ariaModal}}"
9
10
  aria-label="{{_ariaLabel}}"
10
11
  aria-labelledby="{{_ariaLabelledBy}}"
@@ -2,6 +2,7 @@
2
2
  <ui5-responsive-popover
3
3
  hide-arrow
4
4
  prevent-initial-focus
5
+ part="popover"
5
6
  placement="Bottom"
6
7
  class="ui5-select-popover {{classes.popover}}"
7
8
  horizontal-align="Start"
@@ -52,6 +53,7 @@
52
53
 
53
54
  {{#if shouldOpenValueStateMessagePopover}}
54
55
  <ui5-popover
56
+ part="popover"
55
57
  skip-registry-update
56
58
  prevent-initial-focus
57
59
  prevent-focus-restore
@@ -9,6 +9,7 @@
9
9
  _hide-header
10
10
  hide-arrow
11
11
  @ui5-close="{{onResponsivePopoverAfterClose}}"
12
+ @ui5-open="{{onResponsivePopoverAfterOpen}}"
12
13
  @wheel="{{_handleWheel}}"
13
14
  @keydown="{{_onkeydown}}"
14
15
  >
@@ -9,7 +9,7 @@
9
9
  @click={{_selectYear}}
10
10
  >
11
11
  {{#each _years}}
12
- <div class="ui5-yp-interval-container">
12
+ <div role="row" class="ui5-yp-interval-container">
13
13
  {{#each this}}
14
14
  <div
15
15
  data-sap-timestamp="{{this.timestamp}}"
@@ -169,8 +169,6 @@ MESSAGE_STRIP_CUSTOM=شريط المعلومات المخصص
169
169
 
170
170
  MULTICOMBOBOX_DIALOG_OK_BUTTON=موافق
171
171
 
172
- RADIO_BUTTON_GROUP_REQUIRED=حدد أحد الخيارات المتوفرة.
173
-
174
172
  VALUE_STATE_ERROR_ALREADY_SELECTED=هذه القيمة محددة بالفعل.
175
173
 
176
174
  MULTIINPUT_ROLEDESCRIPTION_TEXT=إدخال متعدد القيمة
@@ -269,6 +267,8 @@ DATETIME_PICKER_TIME_BUTTON=الوقت
269
267
 
270
268
  TOKEN_ARIA_DELETABLE=قابل للحذف
271
269
 
270
+ TOKEN_ARIA_LABEL=الرمز المميز
271
+
272
272
  TOKENIZER_ARIA_CONTAIN_TOKEN=لا توجد رموز مميزة
273
273
 
274
274
  TOKENIZER_ARIA_CONTAIN_ONE_TOKEN=يتضمن رمز مميز واحد
@@ -277,7 +277,7 @@ TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS=يحتوى على {0} من الرموز ا
277
277
 
278
278
  TOKENIZER_ARIA_LABEL=عارض الرموز المميزة
279
279
 
280
- TOKENIZER_POPOVER_REMOVE=إزالة
280
+ TOKENIZER_POPOVER_REMOVE=كل البنود
281
281
 
282
282
  TOKENIZER_SHOW_ALL_ITEMS={0} من البنود
283
283
 
@@ -341,3 +341,13 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=استخدام مفاتيح
341
341
  LABEL_COLON=:
342
342
 
343
343
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=خيارات إضافية
344
+
345
+ FORM_CHECKABLE_REQUIRED=يرجى وضع علامة على هذا المربع إذا كنت تريد المتابعة.
346
+
347
+ FORM_MIXED_TEXTFIELD_REQUIRED=يرجى ملء هذا الحقل أو تحديد بند في القائمة.
348
+
349
+ FORM_SELECTABLE_REQUIRED=يرجى تحديد بند في القائمة.
350
+
351
+ FORM_SELECTABLE_REQUIRED2=يرجى تحديد أحد هذه الخيارات.
352
+
353
+ FORM_TEXTFIELD_REQUIRED=يرجى ملء هذا الحقل.
@@ -169,8 +169,6 @@ MESSAGE_STRIP_CUSTOM=Потребителска лента с информаци
169
169
 
170
170
  MULTICOMBOBOX_DIALOG_OK_BUTTON=OK
171
171
 
172
- RADIO_BUTTON_GROUP_REQUIRED=Изберете една от наличните опции.
173
-
174
172
  VALUE_STATE_ERROR_ALREADY_SELECTED=Тази стойност вече е избрана.
175
173
 
176
174
  MULTIINPUT_ROLEDESCRIPTION_TEXT=Въвеждане на множество стойности
@@ -269,6 +267,8 @@ DATETIME_PICKER_TIME_BUTTON=Час
269
267
 
270
268
  TOKEN_ARIA_DELETABLE=С възможност за изтриване
271
269
 
270
+ TOKEN_ARIA_LABEL=Токен
271
+
272
272
  TOKENIZER_ARIA_CONTAIN_TOKEN=Няма токени
273
273
 
274
274
  TOKENIZER_ARIA_CONTAIN_ONE_TOKEN=Съдържа 1 токен
@@ -277,7 +277,7 @@ TOKENIZER_ARIA_CONTAIN_SEVERAL_TOKENS=Съдържа {0} токена
277
277
 
278
278
  TOKENIZER_ARIA_LABEL=Генератор за токени
279
279
 
280
- TOKENIZER_POPOVER_REMOVE=Премахване
280
+ TOKENIZER_POPOVER_REMOVE=Всички позиции
281
281
 
282
282
  TOKENIZER_SHOW_ALL_ITEMS={0} позиции
283
283
 
@@ -341,3 +341,13 @@ DIALOG_HEADER_ARIA_DESCRIBEDBY_DRAGGABLE_RESIZABLE=Придвижвайте се
341
341
  LABEL_COLON=:
342
342
 
343
343
  TOOLBAR_OVERFLOW_BUTTON_ARIA_LABEL=Допълнителни опции
344
+
345
+ FORM_CHECKABLE_REQUIRED=Моля, поставете отметка в това поле, ако искате да продължите.
346
+
347
+ FORM_MIXED_TEXTFIELD_REQUIRED=Моля, попълнете това поле или изберете позиция от списъка.
348
+
349
+ FORM_SELECTABLE_REQUIRED=Моля, изберете позиция от списъка.
350
+
351
+ FORM_SELECTABLE_REQUIRED2=Моля, изберете една от тези опции.
352
+
353
+ FORM_TEXTFIELD_REQUIRED=Моля, попълнете това поле.