@ui5/webcomponents 2.1.0-rc.0 → 2.1.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 (438) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/ComboBox.d.ts +1 -2
  4. package/dist/ComboBox.js +3 -6
  5. package/dist/ComboBox.js.map +1 -1
  6. package/dist/DatePicker.d.ts +1 -1
  7. package/dist/DatePicker.js.map +1 -1
  8. package/dist/Dialog.d.ts +1 -7
  9. package/dist/Dialog.js +1 -8
  10. package/dist/Dialog.js.map +1 -1
  11. package/dist/FileUploader.d.ts +1 -1
  12. package/dist/FileUploader.js.map +1 -1
  13. package/dist/Input.d.ts +2 -2
  14. package/dist/Input.js +19 -9
  15. package/dist/Input.js.map +1 -1
  16. package/dist/ListItemGroup.d.ts +19 -0
  17. package/dist/ListItemGroup.js +120 -1
  18. package/dist/ListItemGroup.js.map +1 -1
  19. package/dist/MultiComboBox.d.ts +1 -1
  20. package/dist/MultiComboBox.js.map +1 -1
  21. package/dist/Popover.d.ts +2 -6
  22. package/dist/Popover.js +9 -8
  23. package/dist/Popover.js.map +1 -1
  24. package/dist/Popup.d.ts +2 -7
  25. package/dist/Popup.js +9 -7
  26. package/dist/Popup.js.map +1 -1
  27. package/dist/RatingIndicator.js +1 -0
  28. package/dist/RatingIndicator.js.map +1 -1
  29. package/dist/ResponsivePopover.js +0 -2
  30. package/dist/ResponsivePopover.js.map +1 -1
  31. package/dist/Select.d.ts +1 -1
  32. package/dist/Select.js +8 -4
  33. package/dist/Select.js.map +1 -1
  34. package/dist/StepInput.d.ts +1 -1
  35. package/dist/StepInput.js.map +1 -1
  36. package/dist/TextArea.d.ts +2 -2
  37. package/dist/TextArea.js +2 -2
  38. package/dist/TextArea.js.map +1 -1
  39. package/dist/TimePicker.d.ts +1 -1
  40. package/dist/TimePicker.js.map +1 -1
  41. package/dist/Title.d.ts +9 -0
  42. package/dist/Title.js +12 -0
  43. package/dist/Title.js.map +1 -1
  44. package/dist/Toolbar.js +1 -0
  45. package/dist/Toolbar.js.map +1 -1
  46. package/dist/css/themes/Avatar.css +1 -1
  47. package/dist/css/themes/AvatarGroup.css +1 -1
  48. package/dist/css/themes/Bar.css +1 -1
  49. package/dist/css/themes/Breadcrumbs.css +1 -1
  50. package/dist/css/themes/BusyIndicator.css +1 -1
  51. package/dist/css/themes/Button.css +1 -1
  52. package/dist/css/themes/Calendar.css +1 -1
  53. package/dist/css/themes/CalendarHeader.css +1 -1
  54. package/dist/css/themes/CalendarLegend.css +1 -1
  55. package/dist/css/themes/CalendarLegendItem.css +1 -1
  56. package/dist/css/themes/Card.css +1 -1
  57. package/dist/css/themes/CardHeader.css +1 -1
  58. package/dist/css/themes/Carousel.css +1 -1
  59. package/dist/css/themes/CheckBox.css +1 -1
  60. package/dist/css/themes/ColorPalette.css +1 -1
  61. package/dist/css/themes/ColorPaletteItem.css +1 -1
  62. package/dist/css/themes/ColorPalettePopover.css +1 -1
  63. package/dist/css/themes/ColorPicker.css +1 -1
  64. package/dist/css/themes/ComboBox.css +1 -1
  65. package/dist/css/themes/DatePicker.css +1 -1
  66. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  67. package/dist/css/themes/DayPicker.css +1 -1
  68. package/dist/css/themes/Dialog.css +1 -1
  69. package/dist/css/themes/FileUploader.css +1 -1
  70. package/dist/css/themes/Form.css +1 -1
  71. package/dist/css/themes/FormItem.css +1 -1
  72. package/dist/css/themes/FormLabelSpan.css +1 -1
  73. package/dist/css/themes/GrowingButton.css +1 -1
  74. package/dist/css/themes/Icon.css +1 -1
  75. package/dist/css/themes/Input.css +1 -1
  76. package/dist/css/themes/InputIcon.css +1 -1
  77. package/dist/css/themes/InputSharedStyles.css +1 -1
  78. package/dist/css/themes/Link.css +1 -1
  79. package/dist/css/themes/List.css +1 -1
  80. package/dist/css/themes/ListItem.css +1 -1
  81. package/dist/css/themes/ListItemBase.css +1 -1
  82. package/dist/css/themes/ListItemCustom.css +1 -1
  83. package/dist/css/themes/ListItemGroup.css +1 -1
  84. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  85. package/dist/css/themes/ListItemIcon.css +1 -1
  86. package/dist/css/themes/Menu.css +1 -1
  87. package/dist/css/themes/MenuItem.css +1 -1
  88. package/dist/css/themes/MessageStrip.css +1 -1
  89. package/dist/css/themes/MonthPicker.css +1 -1
  90. package/dist/css/themes/MultiComboBox.css +1 -1
  91. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  92. package/dist/css/themes/MultiInput.css +1 -1
  93. package/dist/css/themes/NavigationMenu.css +1 -1
  94. package/dist/css/themes/NavigationMenuItem.css +1 -1
  95. package/dist/css/themes/OptionBase.css +1 -1
  96. package/dist/css/themes/Panel.css +1 -1
  97. package/dist/css/themes/Popover.css +1 -1
  98. package/dist/css/themes/PopupsCommon.css +1 -1
  99. package/dist/css/themes/ProgressIndicator.css +1 -1
  100. package/dist/css/themes/RadioButton.css +1 -1
  101. package/dist/css/themes/RangeSlider.css +1 -1
  102. package/dist/css/themes/RatingIndicator.css +1 -1
  103. package/dist/css/themes/ResponsivePopover.css +1 -1
  104. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  105. package/dist/css/themes/SegmentedButton.css +1 -1
  106. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  107. package/dist/css/themes/Select.css +1 -1
  108. package/dist/css/themes/SliderBase.css +1 -1
  109. package/dist/css/themes/SplitButton.css +1 -1
  110. package/dist/css/themes/StepInput.css +1 -1
  111. package/dist/css/themes/SuggestionItem.css +1 -1
  112. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  113. package/dist/css/themes/Switch.css +1 -1
  114. package/dist/css/themes/TabContainer.css +1 -1
  115. package/dist/css/themes/TabInOverflow.css +1 -1
  116. package/dist/css/themes/TabInStrip.css +1 -1
  117. package/dist/css/themes/TabSemanticIcon.css +1 -1
  118. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  119. package/dist/css/themes/TableCellBase.css +1 -1
  120. package/dist/css/themes/TableHeaderRow.css +1 -1
  121. package/dist/css/themes/TableRowBase.css +1 -1
  122. package/dist/css/themes/Tag.css +1 -1
  123. package/dist/css/themes/Text.css +1 -1
  124. package/dist/css/themes/TextArea.css +1 -1
  125. package/dist/css/themes/TimePicker.css +1 -1
  126. package/dist/css/themes/Title.css +1 -1
  127. package/dist/css/themes/Toast.css +1 -1
  128. package/dist/css/themes/ToggleButton.css +1 -1
  129. package/dist/css/themes/Token.css +1 -1
  130. package/dist/css/themes/Tokenizer.css +1 -1
  131. package/dist/css/themes/TokenizerPopover.css +1 -1
  132. package/dist/css/themes/Toolbar.css +1 -1
  133. package/dist/css/themes/ToolbarPopover.css +1 -1
  134. package/dist/css/themes/TreeItem.css +1 -1
  135. package/dist/css/themes/ValueStateMessage.css +1 -1
  136. package/dist/css/themes/YearPicker.css +1 -1
  137. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  138. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  139. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  140. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  141. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  142. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  143. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  144. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  145. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  146. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  147. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  148. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  149. package/dist/custom-elements-internal.json +194 -16
  150. package/dist/custom-elements.json +110 -16
  151. package/dist/features/InputSuggestions.js +5 -2
  152. package/dist/features/InputSuggestions.js.map +1 -1
  153. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  154. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  155. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  156. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  157. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  158. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  159. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  160. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  161. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  162. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  163. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  164. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  165. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  166. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  167. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +9 -10
  168. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  169. package/dist/generated/templates/ComboBoxTemplate.lit.js +9 -10
  170. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  171. package/dist/generated/templates/DialogTemplate.lit.js +2 -2
  172. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  173. package/dist/generated/templates/ListItemBaseTemplate.lit.js +1 -1
  174. package/dist/generated/templates/ListItemBaseTemplate.lit.js.map +1 -1
  175. package/dist/generated/templates/ListItemGroupTemplate.lit.js +1 -1
  176. package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +1 -1
  177. package/dist/generated/templates/OptionCustomTemplate.lit.js +1 -1
  178. package/dist/generated/templates/OptionCustomTemplate.lit.js.map +1 -1
  179. package/dist/generated/templates/OptionTemplate.lit.js +1 -1
  180. package/dist/generated/templates/OptionTemplate.lit.js.map +1 -1
  181. package/dist/generated/templates/PopoverTemplate.lit.js +3 -3
  182. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  183. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  184. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  185. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +3 -3
  186. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  187. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js +1 -1
  188. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +1 -1
  189. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js +1 -1
  190. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +1 -1
  191. package/dist/generated/templates/SuggestionItemTemplate.lit.js +1 -1
  192. package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +1 -1
  193. package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  194. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
  195. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +1 -1
  196. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  197. package/dist/generated/templates/TokenizerTemplate.lit.js +1 -1
  198. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  199. package/dist/generated/themes/Avatar.css.js +1 -1
  200. package/dist/generated/themes/Avatar.css.js.map +1 -1
  201. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  202. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  203. package/dist/generated/themes/Bar.css.js +1 -1
  204. package/dist/generated/themes/Bar.css.js.map +1 -1
  205. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  206. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  207. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  208. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  209. package/dist/generated/themes/Button.css.js +1 -1
  210. package/dist/generated/themes/Button.css.js.map +1 -1
  211. package/dist/generated/themes/Calendar.css.js +1 -1
  212. package/dist/generated/themes/Calendar.css.js.map +1 -1
  213. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  214. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  215. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  216. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  217. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  218. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  219. package/dist/generated/themes/Card.css.js +1 -1
  220. package/dist/generated/themes/Card.css.js.map +1 -1
  221. package/dist/generated/themes/CardHeader.css.js +1 -1
  222. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  223. package/dist/generated/themes/Carousel.css.js +1 -1
  224. package/dist/generated/themes/Carousel.css.js.map +1 -1
  225. package/dist/generated/themes/CheckBox.css.js +1 -1
  226. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  227. package/dist/generated/themes/ColorPalette.css.js +1 -1
  228. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  229. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  230. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  231. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  232. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  233. package/dist/generated/themes/ColorPicker.css.js +1 -1
  234. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  235. package/dist/generated/themes/ComboBox.css.js +1 -1
  236. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  237. package/dist/generated/themes/DatePicker.css.js +1 -1
  238. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  239. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  240. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  241. package/dist/generated/themes/DayPicker.css.js +1 -1
  242. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  243. package/dist/generated/themes/Dialog.css.js +1 -1
  244. package/dist/generated/themes/Dialog.css.js.map +1 -1
  245. package/dist/generated/themes/FileUploader.css.js +1 -1
  246. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  247. package/dist/generated/themes/Form.css.js +1 -1
  248. package/dist/generated/themes/Form.css.js.map +1 -1
  249. package/dist/generated/themes/FormItem.css.js +1 -1
  250. package/dist/generated/themes/FormItem.css.js.map +1 -1
  251. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  252. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  253. package/dist/generated/themes/GrowingButton.css.js +1 -1
  254. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  255. package/dist/generated/themes/Icon.css.js +1 -1
  256. package/dist/generated/themes/Icon.css.js.map +1 -1
  257. package/dist/generated/themes/Input.css.js +1 -1
  258. package/dist/generated/themes/Input.css.js.map +1 -1
  259. package/dist/generated/themes/InputIcon.css.js +1 -1
  260. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  261. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  262. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  263. package/dist/generated/themes/Link.css.js +1 -1
  264. package/dist/generated/themes/Link.css.js.map +1 -1
  265. package/dist/generated/themes/List.css.js +1 -1
  266. package/dist/generated/themes/List.css.js.map +1 -1
  267. package/dist/generated/themes/ListItem.css.js +1 -1
  268. package/dist/generated/themes/ListItem.css.js.map +1 -1
  269. package/dist/generated/themes/ListItemBase.css.js +1 -1
  270. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  271. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  272. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  273. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  274. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  275. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  276. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  277. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  278. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  279. package/dist/generated/themes/Menu.css.js +1 -1
  280. package/dist/generated/themes/Menu.css.js.map +1 -1
  281. package/dist/generated/themes/MenuItem.css.js +1 -1
  282. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  283. package/dist/generated/themes/MessageStrip.css.js +1 -1
  284. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  285. package/dist/generated/themes/MonthPicker.css.js +1 -1
  286. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  287. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  288. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  289. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  290. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  291. package/dist/generated/themes/MultiInput.css.js +1 -1
  292. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  293. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  294. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  295. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  296. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  297. package/dist/generated/themes/OptionBase.css.js +1 -1
  298. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  299. package/dist/generated/themes/Panel.css.js +1 -1
  300. package/dist/generated/themes/Panel.css.js.map +1 -1
  301. package/dist/generated/themes/Popover.css.js +1 -1
  302. package/dist/generated/themes/Popover.css.js.map +1 -1
  303. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  304. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  305. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  306. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  307. package/dist/generated/themes/RadioButton.css.js +1 -1
  308. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  309. package/dist/generated/themes/RangeSlider.css.js +1 -1
  310. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  311. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  312. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  313. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  314. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  315. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  316. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  317. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  318. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  319. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  320. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  321. package/dist/generated/themes/Select.css.js +1 -1
  322. package/dist/generated/themes/Select.css.js.map +1 -1
  323. package/dist/generated/themes/SliderBase.css.js +1 -1
  324. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  325. package/dist/generated/themes/SplitButton.css.js +1 -1
  326. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  327. package/dist/generated/themes/StepInput.css.js +1 -1
  328. package/dist/generated/themes/StepInput.css.js.map +1 -1
  329. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  330. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  331. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  332. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  333. package/dist/generated/themes/Switch.css.js +1 -1
  334. package/dist/generated/themes/Switch.css.js.map +1 -1
  335. package/dist/generated/themes/TabContainer.css.js +1 -1
  336. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  337. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  338. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  339. package/dist/generated/themes/TabInStrip.css.js +1 -1
  340. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  341. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  342. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  343. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  344. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  345. package/dist/generated/themes/TableCellBase.css.js +1 -1
  346. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  347. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  348. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  349. package/dist/generated/themes/TableRowBase.css.js +1 -1
  350. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  351. package/dist/generated/themes/Tag.css.js +1 -1
  352. package/dist/generated/themes/Tag.css.js.map +1 -1
  353. package/dist/generated/themes/Text.css.js +1 -1
  354. package/dist/generated/themes/Text.css.js.map +1 -1
  355. package/dist/generated/themes/TextArea.css.js +1 -1
  356. package/dist/generated/themes/TextArea.css.js.map +1 -1
  357. package/dist/generated/themes/TimePicker.css.js +1 -1
  358. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  359. package/dist/generated/themes/Title.css.js +1 -1
  360. package/dist/generated/themes/Title.css.js.map +1 -1
  361. package/dist/generated/themes/Toast.css.js +1 -1
  362. package/dist/generated/themes/Toast.css.js.map +1 -1
  363. package/dist/generated/themes/ToggleButton.css.js +1 -1
  364. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  365. package/dist/generated/themes/Token.css.js +1 -1
  366. package/dist/generated/themes/Token.css.js.map +1 -1
  367. package/dist/generated/themes/Tokenizer.css.js +1 -1
  368. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  369. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  370. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  371. package/dist/generated/themes/Toolbar.css.js +1 -1
  372. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  373. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  374. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  375. package/dist/generated/themes/TreeItem.css.js +1 -1
  376. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  377. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  378. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  379. package/dist/generated/themes/YearPicker.css.js +1 -1
  380. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  381. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  382. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  383. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  384. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  385. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  386. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  387. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  388. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  389. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  390. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  391. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  392. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  393. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  394. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  395. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  396. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  397. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  398. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  399. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  400. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  401. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  402. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  403. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  404. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  405. package/dist/vscode.html-custom-data.json +27 -15
  406. package/dist/web-types.json +80 -29
  407. package/package.json +9 -9
  408. package/src/ColorPalettePopover.hbs +1 -1
  409. package/src/ComboBoxPopover.hbs +5 -3
  410. package/src/Dialog.hbs +1 -1
  411. package/src/ListItemBase.hbs +5 -1
  412. package/src/ListItemGroup.hbs +20 -11
  413. package/src/Option.hbs +5 -1
  414. package/src/OptionCustom.hbs +4 -0
  415. package/src/Popover.hbs +1 -1
  416. package/src/Popup.hbs +0 -1
  417. package/src/ResponsivePopover.hbs +1 -1
  418. package/src/TabInOverflow.hbs +2 -2
  419. package/src/Title.hbs +1 -1
  420. package/src/TokenizerPopover.hbs +1 -1
  421. package/src/themes/ListItemGroup.css +4 -0
  422. package/src/themes/PopupsCommon.css +0 -2
  423. package/src/themes/Tag.css +6 -12
  424. package/src/themes/Title.css +7 -13
  425. package/src/themes/base/PopupsCommon-parameters.css +0 -1
  426. package/src/themes/base/Tag-parameters.css +2 -2
  427. package/src/themes/sap_horizon/PopupsCommon-parameters.css +0 -1
  428. package/src/themes/sap_horizon/Tag-parameters.css +1 -2
  429. package/src/themes/sap_horizon_dark/PopupsCommon-parameters.css +0 -1
  430. package/src/themes/sap_horizon_dark/Tag-parameters.css +1 -2
  431. package/src/themes/sap_horizon_dark_exp/PopupsCommon-parameters.css +0 -1
  432. package/src/themes/sap_horizon_exp/PopupsCommon-parameters.css +0 -1
  433. package/src/themes/sap_horizon_hcb/PopupsCommon-parameters.css +0 -1
  434. package/src/themes/sap_horizon_hcb/Tag-parameters.css +1 -2
  435. package/src/themes/sap_horizon_hcb_exp/PopupsCommon-parameters.css +0 -1
  436. package/src/themes/sap_horizon_hcw/PopupsCommon-parameters.css +0 -1
  437. package/src/themes/sap_horizon_hcw/Tag-parameters.css +1 -2
  438. package/src/themes/sap_horizon_hcw_exp/PopupsCommon-parameters.css +0 -1
@@ -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.1.0-rc.0",
4
+ "version": "2.1.0-rc.1",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1519,7 +1519,7 @@
1519
1519
  },
1520
1520
  {
1521
1521
  "name": "ui5-combobox",
1522
- "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter, focusout or an item is selected.\n- **input** - Fired when typing in input or clear icon is pressed.\n\n**Note:** filterValue property is updated, input is changed.\n- **selection-change** - Fired when selection is changed by user interaction\n\n### **Slots:**\n - **default** - Defines the component items.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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-combobox` is in `Information`, `Warning` or `Error` value state.\n- **icon** - Defines the icon to be displayed in the input field.",
1522
+ "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter, focusout or an item is selected.\n- **input** - Fired when typing in input or clear icon is pressed.\n\n**Note:** filterValue property is updated, input is changed.\n- **selection-change** - Fired when selection is changed by user interaction\n\n### **Slots:**\n - **default** - Defines the component items.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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-combobox` is in `Information`, `Critical` or `Negative` value state.\n- **icon** - Defines the icon to be displayed in the input field.",
1523
1523
  "doc-url": "",
1524
1524
  "attributes": [
1525
1525
  {
@@ -1601,7 +1601,7 @@
1601
1601
  },
1602
1602
  {
1603
1603
  "name": "valueStateMessage",
1604
- "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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-combobox` is in `Information`, `Warning` or `Error` value state."
1604
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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-combobox` is in `Information`, `Critical` or `Negative` value state."
1605
1605
  },
1606
1606
  {
1607
1607
  "name": "icon",
@@ -1774,7 +1774,7 @@
1774
1774
  },
1775
1775
  {
1776
1776
  "name": "ui5-date-picker",
1777
- "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date 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 \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\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.",
1777
+ "description": "### Overview\n\nThe `ui5-date-picker` component provides an input field with assigned calendar which opens on user action.\nThe `ui5-date-picker` allows users to select a localized date using touch,\nmouse, or keyboard input. It consists of two parts: the date input field and the\ndate picker.\n\n### Usage\n\nThe user can enter a date by:\n\n- Using the calendar that opens in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and presses the enter key, the calendar shows the corresponding date.\nWhen the user directly triggers the calendar display, the actual date is displayed.\n\n### Formatting\n\nIf a date is entered by typing it into\nthe input field, it must fit to the used date 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 \"yyyy-MM-dd\",\na valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n### Keyboard Handling\nThe `ui5-date-picker` provides advanced keyboard handling.\nIf the `ui5-date-picker` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the [Up], [Down], [Left] or [Right] arrow keys\nto navigate through the dates and select one by pressing the `Space` or `Enter` keys. Moreover you can\nuse TAB to reach the buttons for changing month and year.\n\nIf the `ui5-date-picker` input field is focused and its corresponding picker dialog is not opened,\nthen users can increment or decrement the date referenced by `dateValue` property\nby using the following shortcuts:\n\n- [Page Down] - Decrements the corresponding day of the month by one\n- [Shift] + [Page Down] - Decrements the corresponding month by one\n- [Shift] + [Ctrl] + [Page Down] - Decrements the corresponding year by one\n- [Page Up] - Increments the corresponding day of the month by one\n- [Shift] + [Page Up] - Increments the corresponding month by one\n- [Shift] + [Ctrl] + [Page Up] - Increments the corresponding year by one\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n<script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DatePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\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`, `Critical` or `Negative` value state.",
1778
1778
  "doc-url": "",
1779
1779
  "attributes": [
1780
1780
  {
@@ -1875,7 +1875,7 @@
1875
1875
  "slots": [
1876
1876
  {
1877
1877
  "name": "valueStateMessage",
1878
- "description": "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."
1878
+ "description": "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`, `Critical` or `Negative` value state."
1879
1879
  }
1880
1880
  ],
1881
1881
  "events": [
@@ -2492,7 +2492,7 @@
2492
2492
  },
2493
2493
  {
2494
2494
  "name": "ui5-dialog",
2495
- "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 an 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**Note:** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\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",
2495
+ "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",
2496
2496
  "doc-url": "",
2497
2497
  "attributes": [
2498
2498
  {
@@ -2677,7 +2677,7 @@
2677
2677
  },
2678
2678
  {
2679
2679
  "name": "ui5-file-uploader",
2680
- "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n---\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n\n### **Slots:**\n - **default** - By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.\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.",
2680
+ "description": "### Overview\n\nThe `ui5-file-uploader` opens a file explorer dialog and enables users to upload files.\nThe component consists of input field, but you can provide an HTML element by your choice\nto trigger the file upload, by using the default slot.\nFurthermore, you can set the property \"hideInput\" to \"true\" to hide the input field.\n\nTo get all selected files, you can simply use the read-only \"files\" property.\nTo restrict the types of files the user can select, you can use the \"accept\" property.\n\nAnd, similar to all input based components, the FileUploader supports \"valueState\", \"placeholder\", \"name\", and \"disabled\" properties.\n\nFor the `ui5-file-uploader`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/FileUploader.js\";`\n---\n\n\n### **Events:**\n - **change** - Event is fired when the value of the file path has been changed.\n\n**Note:** Keep in mind that because of the HTML input element of type file, the event is also fired in Chrome browser when the Cancel button of the uploads window is pressed.\n\n### **Slots:**\n - **default** - By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.\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`, `Critical` or `Negative` value state.",
2681
2681
  "doc-url": "",
2682
2682
  "attributes": [
2683
2683
  {
@@ -2736,7 +2736,7 @@
2736
2736
  },
2737
2737
  {
2738
2738
  "name": "valueStateMessage",
2739
- "description": "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."
2739
+ "description": "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`, `Critical` or `Negative` value state."
2740
2740
  }
2741
2741
  ],
2742
2742
  "events": [
@@ -3016,7 +3016,7 @@
3016
3016
  },
3017
3017
  {
3018
3018
  "name": "ui5-input",
3019
- "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-item-group>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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.",
3019
+ "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-item-group>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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`, `Critical` or `Negative` 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.",
3020
3020
  "doc-url": "",
3021
3021
  "attributes": [
3022
3022
  {
@@ -3112,7 +3112,7 @@
3112
3112
  },
3113
3113
  {
3114
3114
  "name": "valueStateMessage",
3115
- "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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."
3115
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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`, `Critical` or `Negative` 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."
3116
3116
  }
3117
3117
  ],
3118
3118
  "events": [
@@ -3835,7 +3835,7 @@
3835
3835
  },
3836
3836
  {
3837
3837
  "name": "ui5-li-group",
3838
- "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
3838
+ "description": "### Overview\nThe `ui5-li-group` is a special list item, used only to create groups of list items.\n\nThis is the item to use inside a `ui5-list`.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/ListItemGroup.js\";`\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-li-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
3839
3839
  "doc-url": "",
3840
3840
  "attributes": [
3841
3841
  {
@@ -3859,7 +3859,16 @@
3859
3859
  "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
3860
3860
  }
3861
3861
  ],
3862
- "events": [],
3862
+ "events": [
3863
+ {
3864
+ "name": "move-over",
3865
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
3866
+ },
3867
+ {
3868
+ "name": "move",
3869
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
3870
+ }
3871
+ ],
3863
3872
  "js": {
3864
3873
  "properties": [
3865
3874
  {
@@ -3873,7 +3882,16 @@
3873
3882
  "value": { "type": "string | undefined" }
3874
3883
  }
3875
3884
  ],
3876
- "events": []
3885
+ "events": [
3886
+ {
3887
+ "name": "move-over",
3888
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
3889
+ },
3890
+ {
3891
+ "name": "move",
3892
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
3893
+ }
3894
+ ]
3877
3895
  }
3878
3896
  },
3879
3897
  {
@@ -4435,7 +4453,7 @@
4435
4453
  },
4436
4454
  {
4437
4455
  "name": "ui5-multi-combobox",
4438
- "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
4456
+ "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
4439
4457
  "doc-url": "",
4440
4458
  "attributes": [
4441
4459
  {
@@ -4531,7 +4549,7 @@
4531
4549
  },
4532
4550
  {
4533
4551
  "name": "valueStateMessage",
4534
- "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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."
4552
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\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`, `Critical` or `Negative` value state."
4535
4553
  }
4536
4554
  ],
4537
4555
  "events": [
@@ -5229,7 +5247,7 @@
5229
5247
  },
5230
5248
  {
5231
5249
  "name": "ui5-popover",
5232
- "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**Note: ** We recommend placing popup-like components (`ui5-dialog` and `ui5-popover`)\noutside any other components. Preferably, the popup-like components should be placed\nin an upper level HTML element. Otherwise, in some cases the parent HTML elements can break\nthe position and/or z-index management of the popup-like components.\n\n**Note:** We don't recommend nesting popup-like components (`ui5-dialog`, `ui5-popover`).\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",
5250
+ "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",
5233
5251
  "doc-url": "",
5234
5252
  "attributes": [
5235
5253
  {
@@ -6263,7 +6281,7 @@
6263
6281
  },
6264
6282
  {
6265
6283
  "name": "ui5-select",
6266
- "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",
6284
+ "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`, `Critical` or `Negative` 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",
6267
6285
  "doc-url": "",
6268
6286
  "attributes": [
6269
6287
  {
@@ -6322,7 +6340,7 @@
6322
6340
  },
6323
6341
  {
6324
6342
  "name": "valueStateMessage",
6325
- "description": "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."
6343
+ "description": "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`, `Critical` or `Negative` 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."
6326
6344
  },
6327
6345
  {
6328
6346
  "name": "label",
@@ -6680,7 +6698,7 @@
6680
6698
  },
6681
6699
  {
6682
6700
  "name": "ui5-step-input",
6683
- "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\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.",
6701
+ "description": "### Overview\n\nThe `ui5-step-input` consists of an input field and buttons with icons to increase/decrease the value\nwith the predefined step.\n\nThe user can change the value of the component by pressing the increase/decrease buttons,\nby typing a number directly, by using the keyboard up/down and page up/down,\nor by using the mouse scroll wheel. Decimal values are supported.\n\n### Usage\n\nThe default step is 1 but the app developer can set a different one.\n\nApp developers can set a maximum and minimum value for the `StepInput`.\nThe increase/decrease button and the up/down keyboard navigation become disabled when\nthe value reaches the max/min or a new value is entered from the input which is greater/less than the max/min.\n\n#### When to use:\n\n- To adjust amounts, quantities, or other values quickly.\n- To adjust values for a specific step.\n\n#### When not to use:\n\n- To enter a static number (for example, postal code, phone number, or ID). In this case,\nuse the regular `ui5-input` instead.\n- To display a value that rarely needs to be adjusted and does not pertain to a particular step.\nIn this case, use the regular `ui5-input` instead.\n- To enter dates and times. In this case, use date/time related components instead.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/StepInput.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n\n### **Slots:**\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`, `Critical` or `Negative` value state.",
6684
6702
  "doc-url": "",
6685
6703
  "attributes": [
6686
6704
  {
@@ -6755,7 +6773,7 @@
6755
6773
  "slots": [
6756
6774
  {
6757
6775
  "name": "valueStateMessage",
6758
- "description": "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."
6776
+ "description": "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`, `Critical` or `Negative` value state."
6759
6777
  }
6760
6778
  ],
6761
6779
  "events": [
@@ -6914,7 +6932,7 @@
6914
6932
  },
6915
6933
  {
6916
6934
  "name": "ui5-suggestion-item-group",
6917
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.",
6935
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.",
6918
6936
  "doc-url": "",
6919
6937
  "attributes": [
6920
6938
  {
@@ -6934,7 +6952,16 @@
6934
6952
  "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
6935
6953
  }
6936
6954
  ],
6937
- "events": [],
6955
+ "events": [
6956
+ {
6957
+ "name": "move-over",
6958
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
6959
+ },
6960
+ {
6961
+ "name": "move",
6962
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
6963
+ }
6964
+ ],
6938
6965
  "js": {
6939
6966
  "properties": [
6940
6967
  {
@@ -6948,7 +6975,16 @@
6948
6975
  "value": { "type": "string | undefined" }
6949
6976
  }
6950
6977
  ],
6951
- "events": []
6978
+ "events": [
6979
+ {
6980
+ "name": "move-over",
6981
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
6982
+ },
6983
+ {
6984
+ "name": "move",
6985
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
6986
+ }
6987
+ ]
6952
6988
  }
6953
6989
  },
6954
6990
  {
@@ -7818,7 +7854,7 @@
7818
7854
  },
7819
7855
  {
7820
7856
  "name": "value-state",
7821
- "description": "Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Warning\" state once the characters exceeds the limit.\nIn this case, only the \"Error\" state is considered and can be applied.",
7857
+ "description": "Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Critical\" state once the characters exceeds the limit.\nIn this case, only the \"Negative\" state is considered and can be applied.",
7822
7858
  "value": {
7823
7859
  "type": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\"",
7824
7860
  "default": "\"None\""
@@ -7918,7 +7954,7 @@
7918
7954
  },
7919
7955
  {
7920
7956
  "name": "value-state",
7921
- "description": "Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Warning\" state once the characters exceeds the limit.\nIn this case, only the \"Error\" state is considered and can be applied.",
7957
+ "description": "Defines the value state of the component.\n\n**Note:** If `maxlength` property is set,\nthe component turns into \"Critical\" state once the characters exceeds the limit.\nIn this case, only the \"Negative\" state is considered and can be applied.",
7922
7958
  "value": {
7923
7959
  "type": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
7924
7960
  }
@@ -7986,7 +8022,7 @@
7986
8022
  },
7987
8023
  {
7988
8024
  "name": "ui5-time-picker",
7989
- "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.",
8025
+ "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`, `Critical` or `Negative` value state.",
7990
8026
  "doc-url": "",
7991
8027
  "attributes": [
7992
8028
  {
@@ -8056,7 +8092,7 @@
8056
8092
  "slots": [
8057
8093
  {
8058
8094
  "name": "valueStateMessage",
8059
- "description": "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."
8095
+ "description": "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`, `Critical` or `Negative` value state."
8060
8096
  }
8061
8097
  ],
8062
8098
  "events": [
@@ -8177,11 +8213,19 @@
8177
8213
  },
8178
8214
  {
8179
8215
  "name": "level",
8180
- "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8216
+ "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.\nThis property does not influence the style of the component.\nUse the property `size` for this purpose instead.",
8181
8217
  "value": {
8182
8218
  "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
8183
8219
  "default": "\"H2\""
8184
8220
  }
8221
+ },
8222
+ {
8223
+ "name": "size",
8224
+ "description": "Defines the visual appearance of the title.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8225
+ "value": {
8226
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
8227
+ "default": "\"H5\""
8228
+ }
8185
8229
  }
8186
8230
  ],
8187
8231
  "slots": [
@@ -8200,7 +8244,14 @@
8200
8244
  },
8201
8245
  {
8202
8246
  "name": "level",
8203
- "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8247
+ "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.\nThis property does not influence the style of the component.\nUse the property `size` for this purpose instead.",
8248
+ "value": {
8249
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
8250
+ }
8251
+ },
8252
+ {
8253
+ "name": "size",
8254
+ "description": "Defines the visual appearance of the title.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8204
8255
  "value": {
8205
8256
  "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
8206
8257
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/webcomponents",
3
- "version": "2.1.0-rc.0",
3
+ "version": "2.1.0-rc.1",
4
4
  "description": "UI5 Web Components: webcomponents.main",
5
5
  "ui5": {
6
6
  "webComponentsPackage": true
@@ -50,16 +50,16 @@
50
50
  "directory": "packages/main"
51
51
  },
52
52
  "dependencies": {
53
- "@ui5/webcomponents-base": "2.1.0-rc.0",
54
- "@ui5/webcomponents-icons": "2.1.0-rc.0",
55
- "@ui5/webcomponents-icons-business-suite": "2.1.0-rc.0",
56
- "@ui5/webcomponents-icons-tnt": "2.1.0-rc.0",
57
- "@ui5/webcomponents-localization": "2.1.0-rc.0",
58
- "@ui5/webcomponents-theming": "2.1.0-rc.0"
53
+ "@ui5/webcomponents-base": "2.1.0-rc.1",
54
+ "@ui5/webcomponents-icons": "2.1.0-rc.1",
55
+ "@ui5/webcomponents-icons-business-suite": "2.1.0-rc.1",
56
+ "@ui5/webcomponents-icons-tnt": "2.1.0-rc.1",
57
+ "@ui5/webcomponents-localization": "2.1.0-rc.1",
58
+ "@ui5/webcomponents-theming": "2.1.0-rc.1"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.1.0-rc.0",
61
+ "@ui5/webcomponents-tools": "2.1.0-rc.1",
62
62
  "chromedriver": "^125.0.0"
63
63
  },
64
- "gitHead": "1576c9b11cf85e71b417885e6a710420a15a2617"
64
+ "gitHead": "87939ef793d60480ba9571b194223cf5ac8ba031"
65
65
  }
@@ -9,7 +9,7 @@
9
9
  >
10
10
  <div slot="header" class="ui5-cp-header">
11
11
  <ui5-title
12
- level="H5"
12
+ level="H1"
13
13
  wrapping-type="None"
14
14
  >{{_colorPaletteTitle}}</ui5-title>
15
15
  </div>
@@ -55,7 +55,9 @@
55
55
  {{#if hasValueStateText}}
56
56
  <div class="{{classes.popoverValueState}}" style="{{styles.popoverValueStateMessage}}">
57
57
  <ui5-icon class="ui5-input-value-state-message-icon" name="{{_valueStateMessageIcon}}"></ui5-icon>
58
+ {{#if open}}
58
59
  {{> valueStateMessage}}
60
+ {{/if}}
59
61
  </div>
60
62
  {{/if}}
61
63
  {{/if}}
@@ -64,7 +66,9 @@
64
66
  {{#if hasValueStateText}}
65
67
  <div slot="header" class="ui5-responsive-popover-header {{classes.popoverValueState}}" ?focused={{_isValueStateFocused}} style="{{styles.suggestionPopoverHeader}}">
66
68
  <ui5-icon class="ui5-input-value-state-message-icon" name="{{_valueStateMessageIcon}}"></ui5-icon>
69
+ {{#if open}}
67
70
  {{> valueStateMessage}}
71
+ {{/if}}
68
72
  </div>
69
73
  {{/if}}
70
74
  {{/unless}}
@@ -132,9 +136,7 @@
132
136
  {{#if shouldDisplayDefaultValueStateMessage}}
133
137
  {{valueStateDefaultText}}
134
138
  {{else}}
135
- {{#each valueStateMessageText}}
136
- {{this}}
137
- {{/each}}
139
+ <slot name="valueStateMessage"></slot>
138
140
  {{/if}}
139
141
  {{/inline}}
140
142
 
package/src/Dialog.hbs CHANGED
@@ -20,7 +20,7 @@
20
20
  {{#if header.length }}
21
21
  <slot name="header"></slot>
22
22
  {{else}}
23
- <h1 id="ui5-popup-header-text" class="ui5-popup-header-text">{{headerText}}</h1>
23
+ <ui5-title level="H1" id="ui5-popup-header-text" class="ui5-popup-header-text">{{headerText}}</ui5-title>
24
24
  {{/if}}
25
25
 
26
26
  {{#if resizable}}
@@ -8,6 +8,7 @@
8
8
  @keydown="{{_onkeydown}}"
9
9
  draggable="{{movable}}"
10
10
  @click="{{_onclick}}"
11
+ {{> listItemAttributes}}
11
12
  >
12
13
  {{> listItemContent}}
13
14
  </li>
@@ -18,4 +19,7 @@
18
19
  <span part="title" class="ui5-li-title"><slot></slot></span>
19
20
  </div>
20
21
  </div>
21
- {{/inline}}
22
+ {{/inline}}
23
+
24
+ {{#*inline "listItemAttributes"}}
25
+ {{/inline}}
@@ -1,12 +1,21 @@
1
- <ul class="ui5-group-li-root" role="group">
2
- {{#if hasHeader}}
3
- <ui5-li-group-header ?focused="{{focused}}" part="header">
4
- {{#if hasFormattedHeader}}
5
- <slot name="header"></slot>
6
- {{else}}
7
- {{headerText}}
8
- {{/if}}
9
- </ui5-li-group-header>
10
- {{/if}}
11
- <slot></slot>
1
+ <ul class="ui5-group-li-root"
2
+ role="group"
3
+ @dragenter="{{_ondragenter}}"
4
+ @dragover="{{_ondragover}}"
5
+ @drop="{{_ondrop}}"
6
+ @dragleave="{{_ondragleave}}">
7
+ {{#if hasHeader}}
8
+ <ui5-li-group-header ?focused="{{focused}}" part="header">
9
+ {{#if hasFormattedHeader}}
10
+ <slot name="header"></slot>
11
+ {{else}}
12
+ {{headerText}}
13
+ {{/if}}
14
+ </ui5-li-group-header>
15
+ {{/if}}
16
+ <slot></slot>
17
+ <ui5-drop-indicator
18
+ orientation="Horizontal"
19
+ .ownerReference="{{this}}"
20
+ ></ui5-drop-indicator>
12
21
  </ul>
package/src/Option.hbs CHANGED
@@ -12,4 +12,8 @@
12
12
  {{/if}}
13
13
  </div>
14
14
  </div>
15
- {{/inline}}
15
+ {{/inline}}
16
+
17
+ {{#*inline "listItemAttributes"}}
18
+ title="{{tooltip}}"
19
+ {{/inline}}
@@ -3,3 +3,7 @@
3
3
  {{#*inline "listItemContent"}}
4
4
  <slot></slot>
5
5
  {{/inline}}
6
+
7
+ {{#*inline "listItemAttributes"}}
8
+ title="{{tooltip}}"
9
+ {{/inline}}
package/src/Popover.hbs CHANGED
@@ -8,7 +8,7 @@
8
8
  {{#if header.length }}
9
9
  <slot name="header"></slot>
10
10
  {{else}}
11
- <h1 class="ui5-popup-header-text">{{headerText}}</h1>
11
+ <ui5-title level="H1" class="ui5-popup-header-text">{{headerText}}</ui5-title>
12
12
  {{/if}}
13
13
  </header>
14
14
  {{/if}}
package/src/Popup.hbs CHANGED
@@ -5,7 +5,6 @@
5
5
  style="{{styles.root}}"
6
6
  class="{{classes.root}}"
7
7
  role="{{_role}}"
8
- tabindex="-1"
9
8
  aria-modal="{{_ariaModal}}"
10
9
  aria-label="{{_ariaLabel}}"
11
10
  aria-labelledby="{{_ariaLabelledBy}}"