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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (525) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Calendar.d.ts +7 -0
  4. package/dist/Calendar.js +7 -0
  5. package/dist/Calendar.js.map +1 -1
  6. package/dist/ComboBox.d.ts +2 -2
  7. package/dist/ComboBox.js +7 -7
  8. package/dist/ComboBox.js.map +1 -1
  9. package/dist/DatePicker.d.ts +1 -1
  10. package/dist/DatePicker.js.map +1 -1
  11. package/dist/DayPicker.d.ts +1 -0
  12. package/dist/DayPicker.js +3 -0
  13. package/dist/DayPicker.js.map +1 -1
  14. package/dist/Dialog.d.ts +1 -7
  15. package/dist/Dialog.js +1 -8
  16. package/dist/Dialog.js.map +1 -1
  17. package/dist/FileUploader.d.ts +1 -1
  18. package/dist/FileUploader.js.map +1 -1
  19. package/dist/Input.d.ts +4 -2
  20. package/dist/Input.js +38 -14
  21. package/dist/Input.js.map +1 -1
  22. package/dist/ListItemGroup.d.ts +19 -0
  23. package/dist/ListItemGroup.js +120 -1
  24. package/dist/ListItemGroup.js.map +1 -1
  25. package/dist/MonthPicker.d.ts +1 -0
  26. package/dist/MonthPicker.js +2 -0
  27. package/dist/MonthPicker.js.map +1 -1
  28. package/dist/MultiComboBox.d.ts +2 -1
  29. package/dist/MultiComboBox.js +5 -2
  30. package/dist/MultiComboBox.js.map +1 -1
  31. package/dist/Option.d.ts +1 -1
  32. package/dist/Option.js.map +1 -1
  33. package/dist/Popover.d.ts +2 -6
  34. package/dist/Popover.js +9 -8
  35. package/dist/Popover.js.map +1 -1
  36. package/dist/Popup.d.ts +2 -7
  37. package/dist/Popup.js +9 -7
  38. package/dist/Popup.js.map +1 -1
  39. package/dist/RatingIndicator.js +1 -0
  40. package/dist/RatingIndicator.js.map +1 -1
  41. package/dist/ResponsivePopover.js +0 -2
  42. package/dist/ResponsivePopover.js.map +1 -1
  43. package/dist/Select.d.ts +1 -1
  44. package/dist/Select.js +8 -4
  45. package/dist/Select.js.map +1 -1
  46. package/dist/StepInput.d.ts +1 -1
  47. package/dist/StepInput.js.map +1 -1
  48. package/dist/Table.d.ts +4 -4
  49. package/dist/Table.js +13 -41
  50. package/dist/Table.js.map +1 -1
  51. package/dist/TableHeaderRow.d.ts +3 -0
  52. package/dist/TableHeaderRow.js +3 -0
  53. package/dist/TableHeaderRow.js.map +1 -1
  54. package/dist/TableRowBase.d.ts +1 -1
  55. package/dist/TableRowBase.js +5 -3
  56. package/dist/TableRowBase.js.map +1 -1
  57. package/dist/TableSelection.js +4 -2
  58. package/dist/TableSelection.js.map +1 -1
  59. package/dist/TableUtils.d.ts +3 -1
  60. package/dist/TableUtils.js +49 -1
  61. package/dist/TableUtils.js.map +1 -1
  62. package/dist/TextArea.d.ts +2 -2
  63. package/dist/TextArea.js +2 -2
  64. package/dist/TextArea.js.map +1 -1
  65. package/dist/TimePicker.d.ts +1 -1
  66. package/dist/TimePicker.js.map +1 -1
  67. package/dist/Title.d.ts +9 -0
  68. package/dist/Title.js +12 -0
  69. package/dist/Title.js.map +1 -1
  70. package/dist/Toolbar.js +1 -0
  71. package/dist/Toolbar.js.map +1 -1
  72. package/dist/YearPicker.d.ts +1 -0
  73. package/dist/YearPicker.js +2 -0
  74. package/dist/YearPicker.js.map +1 -1
  75. package/dist/css/themes/Avatar.css +1 -1
  76. package/dist/css/themes/AvatarGroup.css +1 -1
  77. package/dist/css/themes/Bar.css +1 -1
  78. package/dist/css/themes/Breadcrumbs.css +1 -1
  79. package/dist/css/themes/BusyIndicator.css +1 -1
  80. package/dist/css/themes/Button.css +1 -1
  81. package/dist/css/themes/Calendar.css +1 -1
  82. package/dist/css/themes/CalendarHeader.css +1 -1
  83. package/dist/css/themes/CalendarLegend.css +1 -1
  84. package/dist/css/themes/CalendarLegendItem.css +1 -1
  85. package/dist/css/themes/Card.css +1 -1
  86. package/dist/css/themes/CardHeader.css +1 -1
  87. package/dist/css/themes/Carousel.css +1 -1
  88. package/dist/css/themes/CheckBox.css +1 -1
  89. package/dist/css/themes/ColorPalette.css +1 -1
  90. package/dist/css/themes/ColorPaletteItem.css +1 -1
  91. package/dist/css/themes/ColorPalettePopover.css +1 -1
  92. package/dist/css/themes/ColorPicker.css +1 -1
  93. package/dist/css/themes/ComboBox.css +1 -1
  94. package/dist/css/themes/DatePicker.css +1 -1
  95. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  96. package/dist/css/themes/DayPicker.css +1 -1
  97. package/dist/css/themes/Dialog.css +1 -1
  98. package/dist/css/themes/FileUploader.css +1 -1
  99. package/dist/css/themes/Form.css +1 -1
  100. package/dist/css/themes/FormItem.css +1 -1
  101. package/dist/css/themes/FormLabelSpan.css +1 -1
  102. package/dist/css/themes/GrowingButton.css +1 -1
  103. package/dist/css/themes/Icon.css +1 -1
  104. package/dist/css/themes/Input.css +1 -1
  105. package/dist/css/themes/InputIcon.css +1 -1
  106. package/dist/css/themes/InputSharedStyles.css +1 -1
  107. package/dist/css/themes/Link.css +1 -1
  108. package/dist/css/themes/List.css +1 -1
  109. package/dist/css/themes/ListItem.css +1 -1
  110. package/dist/css/themes/ListItemBase.css +1 -1
  111. package/dist/css/themes/ListItemCustom.css +1 -1
  112. package/dist/css/themes/ListItemGroup.css +1 -1
  113. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  114. package/dist/css/themes/ListItemIcon.css +1 -1
  115. package/dist/css/themes/Menu.css +1 -1
  116. package/dist/css/themes/MenuItem.css +1 -1
  117. package/dist/css/themes/MessageStrip.css +1 -1
  118. package/dist/css/themes/MonthPicker.css +1 -1
  119. package/dist/css/themes/MultiComboBox.css +1 -1
  120. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  121. package/dist/css/themes/MultiInput.css +1 -1
  122. package/dist/css/themes/NavigationMenu.css +1 -1
  123. package/dist/css/themes/NavigationMenuItem.css +1 -1
  124. package/dist/css/themes/OptionBase.css +1 -1
  125. package/dist/css/themes/Panel.css +1 -1
  126. package/dist/css/themes/Popover.css +1 -1
  127. package/dist/css/themes/PopupsCommon.css +1 -1
  128. package/dist/css/themes/ProgressIndicator.css +1 -1
  129. package/dist/css/themes/RadioButton.css +1 -1
  130. package/dist/css/themes/RangeSlider.css +1 -1
  131. package/dist/css/themes/RatingIndicator.css +1 -1
  132. package/dist/css/themes/ResponsivePopover.css +1 -1
  133. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  134. package/dist/css/themes/SegmentedButton.css +1 -1
  135. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  136. package/dist/css/themes/Select.css +1 -1
  137. package/dist/css/themes/SliderBase.css +1 -1
  138. package/dist/css/themes/SplitButton.css +1 -1
  139. package/dist/css/themes/StepInput.css +1 -1
  140. package/dist/css/themes/SuggestionItem.css +1 -1
  141. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  142. package/dist/css/themes/Switch.css +1 -1
  143. package/dist/css/themes/TabContainer.css +1 -1
  144. package/dist/css/themes/TabInOverflow.css +1 -1
  145. package/dist/css/themes/TabInStrip.css +1 -1
  146. package/dist/css/themes/TabSemanticIcon.css +1 -1
  147. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  148. package/dist/css/themes/Table.css +1 -1
  149. package/dist/css/themes/TableCellBase.css +1 -1
  150. package/dist/css/themes/TableHeaderRow.css +1 -1
  151. package/dist/css/themes/TableRow.css +1 -1
  152. package/dist/css/themes/TableRowBase.css +1 -1
  153. package/dist/css/themes/Tag.css +1 -1
  154. package/dist/css/themes/Text.css +1 -1
  155. package/dist/css/themes/TextArea.css +1 -1
  156. package/dist/css/themes/TimePicker.css +1 -1
  157. package/dist/css/themes/Title.css +1 -1
  158. package/dist/css/themes/Toast.css +1 -1
  159. package/dist/css/themes/ToggleButton.css +1 -1
  160. package/dist/css/themes/Token.css +1 -1
  161. package/dist/css/themes/Tokenizer.css +1 -1
  162. package/dist/css/themes/TokenizerPopover.css +1 -1
  163. package/dist/css/themes/Toolbar.css +1 -1
  164. package/dist/css/themes/ToolbarPopover.css +1 -1
  165. package/dist/css/themes/TreeItem.css +1 -1
  166. package/dist/css/themes/ValueStateMessage.css +1 -1
  167. package/dist/css/themes/YearPicker.css +1 -1
  168. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  169. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  170. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  171. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  172. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  173. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  174. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  175. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  176. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  177. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  178. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  179. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  180. package/dist/custom-elements-internal.json +250 -20
  181. package/dist/custom-elements.json +160 -18
  182. package/dist/features/InputSuggestions.js +5 -2
  183. package/dist/features/InputSuggestions.js.map +1 -1
  184. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  185. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  186. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  187. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  188. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  189. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  190. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  191. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  192. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  193. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  194. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  195. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  196. package/dist/generated/i18n/i18n-defaults.d.ts +3 -1
  197. package/dist/generated/i18n/i18n-defaults.js +3 -1
  198. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  199. package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
  200. package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
  201. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  202. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  203. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +10 -11
  204. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  205. package/dist/generated/templates/ComboBoxTemplate.lit.js +10 -11
  206. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  207. package/dist/generated/templates/DayPickerTemplate.lit.js +1 -1
  208. package/dist/generated/templates/DayPickerTemplate.lit.js.map +1 -1
  209. package/dist/generated/templates/DialogTemplate.lit.js +2 -2
  210. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  211. package/dist/generated/templates/InputPopoverTemplate.lit.js +1 -1
  212. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  213. package/dist/generated/templates/InputTemplate.lit.js +2 -2
  214. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  215. package/dist/generated/templates/ListItemBaseTemplate.lit.js +1 -1
  216. package/dist/generated/templates/ListItemBaseTemplate.lit.js.map +1 -1
  217. package/dist/generated/templates/ListItemGroupTemplate.lit.js +1 -1
  218. package/dist/generated/templates/ListItemGroupTemplate.lit.js.map +1 -1
  219. package/dist/generated/templates/MonthPickerTemplate.lit.js +1 -1
  220. package/dist/generated/templates/MonthPickerTemplate.lit.js.map +1 -1
  221. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +1 -1
  222. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  223. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
  224. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  225. package/dist/generated/templates/MultiInputTemplate.lit.js +2 -2
  226. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  227. package/dist/generated/templates/OptionCustomTemplate.lit.js +1 -1
  228. package/dist/generated/templates/OptionCustomTemplate.lit.js.map +1 -1
  229. package/dist/generated/templates/OptionTemplate.lit.js +1 -1
  230. package/dist/generated/templates/OptionTemplate.lit.js.map +1 -1
  231. package/dist/generated/templates/PopoverTemplate.lit.js +3 -3
  232. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  233. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  234. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  235. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +3 -3
  236. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  237. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js +1 -1
  238. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +1 -1
  239. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js +1 -1
  240. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +1 -1
  241. package/dist/generated/templates/SuggestionItemTemplate.lit.js +1 -1
  242. package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +1 -1
  243. package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  244. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
  245. package/dist/generated/templates/TableHeaderRowTemplate.lit.js +1 -1
  246. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
  247. package/dist/generated/templates/TableRowTemplate.lit.js +2 -2
  248. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
  249. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +1 -1
  250. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  251. package/dist/generated/templates/TokenizerTemplate.lit.js +1 -1
  252. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  253. package/dist/generated/templates/YearPickerTemplate.lit.js +1 -1
  254. package/dist/generated/templates/YearPickerTemplate.lit.js.map +1 -1
  255. package/dist/generated/themes/Avatar.css.js +1 -1
  256. package/dist/generated/themes/Avatar.css.js.map +1 -1
  257. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  258. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  259. package/dist/generated/themes/Bar.css.js +1 -1
  260. package/dist/generated/themes/Bar.css.js.map +1 -1
  261. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  262. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  263. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  264. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  265. package/dist/generated/themes/Button.css.js +1 -1
  266. package/dist/generated/themes/Button.css.js.map +1 -1
  267. package/dist/generated/themes/Calendar.css.js +1 -1
  268. package/dist/generated/themes/Calendar.css.js.map +1 -1
  269. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  270. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  271. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  272. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  273. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  274. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  275. package/dist/generated/themes/Card.css.js +1 -1
  276. package/dist/generated/themes/Card.css.js.map +1 -1
  277. package/dist/generated/themes/CardHeader.css.js +1 -1
  278. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  279. package/dist/generated/themes/Carousel.css.js +1 -1
  280. package/dist/generated/themes/Carousel.css.js.map +1 -1
  281. package/dist/generated/themes/CheckBox.css.js +1 -1
  282. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  283. package/dist/generated/themes/ColorPalette.css.js +1 -1
  284. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  285. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  286. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  287. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  288. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  289. package/dist/generated/themes/ColorPicker.css.js +1 -1
  290. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  291. package/dist/generated/themes/ComboBox.css.js +1 -1
  292. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  293. package/dist/generated/themes/DatePicker.css.js +1 -1
  294. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  295. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  296. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  297. package/dist/generated/themes/DayPicker.css.js +1 -1
  298. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  299. package/dist/generated/themes/Dialog.css.js +1 -1
  300. package/dist/generated/themes/Dialog.css.js.map +1 -1
  301. package/dist/generated/themes/FileUploader.css.js +1 -1
  302. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  303. package/dist/generated/themes/Form.css.js +1 -1
  304. package/dist/generated/themes/Form.css.js.map +1 -1
  305. package/dist/generated/themes/FormItem.css.js +1 -1
  306. package/dist/generated/themes/FormItem.css.js.map +1 -1
  307. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  308. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  309. package/dist/generated/themes/GrowingButton.css.js +1 -1
  310. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  311. package/dist/generated/themes/Icon.css.js +1 -1
  312. package/dist/generated/themes/Icon.css.js.map +1 -1
  313. package/dist/generated/themes/Input.css.js +1 -1
  314. package/dist/generated/themes/Input.css.js.map +1 -1
  315. package/dist/generated/themes/InputIcon.css.js +1 -1
  316. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  317. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  318. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  319. package/dist/generated/themes/Link.css.js +1 -1
  320. package/dist/generated/themes/Link.css.js.map +1 -1
  321. package/dist/generated/themes/List.css.js +1 -1
  322. package/dist/generated/themes/List.css.js.map +1 -1
  323. package/dist/generated/themes/ListItem.css.js +1 -1
  324. package/dist/generated/themes/ListItem.css.js.map +1 -1
  325. package/dist/generated/themes/ListItemBase.css.js +1 -1
  326. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  327. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  328. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  329. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  330. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  331. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  332. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  333. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  334. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  335. package/dist/generated/themes/Menu.css.js +1 -1
  336. package/dist/generated/themes/Menu.css.js.map +1 -1
  337. package/dist/generated/themes/MenuItem.css.js +1 -1
  338. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  339. package/dist/generated/themes/MessageStrip.css.js +1 -1
  340. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  341. package/dist/generated/themes/MonthPicker.css.js +1 -1
  342. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  343. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  344. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  345. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  346. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  347. package/dist/generated/themes/MultiInput.css.js +1 -1
  348. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  349. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  350. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  351. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  352. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  353. package/dist/generated/themes/OptionBase.css.js +1 -1
  354. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  355. package/dist/generated/themes/Panel.css.js +1 -1
  356. package/dist/generated/themes/Panel.css.js.map +1 -1
  357. package/dist/generated/themes/Popover.css.js +1 -1
  358. package/dist/generated/themes/Popover.css.js.map +1 -1
  359. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  360. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  361. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  362. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  363. package/dist/generated/themes/RadioButton.css.js +1 -1
  364. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  365. package/dist/generated/themes/RangeSlider.css.js +1 -1
  366. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  367. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  368. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  369. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  370. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  371. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  372. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  373. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  374. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  375. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  376. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  377. package/dist/generated/themes/Select.css.js +1 -1
  378. package/dist/generated/themes/Select.css.js.map +1 -1
  379. package/dist/generated/themes/SliderBase.css.js +1 -1
  380. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  381. package/dist/generated/themes/SplitButton.css.js +1 -1
  382. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  383. package/dist/generated/themes/StepInput.css.js +1 -1
  384. package/dist/generated/themes/StepInput.css.js.map +1 -1
  385. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  386. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  387. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  388. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  389. package/dist/generated/themes/Switch.css.js +1 -1
  390. package/dist/generated/themes/Switch.css.js.map +1 -1
  391. package/dist/generated/themes/TabContainer.css.js +1 -1
  392. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  393. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  394. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  395. package/dist/generated/themes/TabInStrip.css.js +1 -1
  396. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  397. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  398. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  399. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  400. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  401. package/dist/generated/themes/Table.css.js +1 -1
  402. package/dist/generated/themes/Table.css.js.map +1 -1
  403. package/dist/generated/themes/TableCellBase.css.js +1 -1
  404. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  405. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  406. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  407. package/dist/generated/themes/TableRow.css.js +1 -1
  408. package/dist/generated/themes/TableRow.css.js.map +1 -1
  409. package/dist/generated/themes/TableRowBase.css.js +1 -1
  410. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  411. package/dist/generated/themes/Tag.css.js +1 -1
  412. package/dist/generated/themes/Tag.css.js.map +1 -1
  413. package/dist/generated/themes/Text.css.js +1 -1
  414. package/dist/generated/themes/Text.css.js.map +1 -1
  415. package/dist/generated/themes/TextArea.css.js +1 -1
  416. package/dist/generated/themes/TextArea.css.js.map +1 -1
  417. package/dist/generated/themes/TimePicker.css.js +1 -1
  418. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  419. package/dist/generated/themes/Title.css.js +1 -1
  420. package/dist/generated/themes/Title.css.js.map +1 -1
  421. package/dist/generated/themes/Toast.css.js +1 -1
  422. package/dist/generated/themes/Toast.css.js.map +1 -1
  423. package/dist/generated/themes/ToggleButton.css.js +1 -1
  424. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  425. package/dist/generated/themes/Token.css.js +1 -1
  426. package/dist/generated/themes/Token.css.js.map +1 -1
  427. package/dist/generated/themes/Tokenizer.css.js +1 -1
  428. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  429. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  430. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  431. package/dist/generated/themes/Toolbar.css.js +1 -1
  432. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  433. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  434. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  435. package/dist/generated/themes/TreeItem.css.js +1 -1
  436. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  437. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  438. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  439. package/dist/generated/themes/YearPicker.css.js +1 -1
  440. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  441. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  442. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  443. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  444. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  445. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  446. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  447. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  448. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  449. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  450. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  451. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  452. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  453. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  454. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  455. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  456. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  457. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  458. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  459. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  460. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  461. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  462. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  463. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  464. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  465. package/dist/vscode.html-custom-data.json +30 -18
  466. package/dist/web-types.json +128 -33
  467. package/package.json +9 -9
  468. package/src/Calendar.hbs +3 -0
  469. package/src/ColorPalettePopover.hbs +1 -1
  470. package/src/ComboBoxPopover.hbs +6 -3
  471. package/src/DayPicker.hbs +2 -1
  472. package/src/Dialog.hbs +1 -1
  473. package/src/Input.hbs +2 -1
  474. package/src/InputPopover.hbs +1 -0
  475. package/src/ListItemBase.hbs +5 -1
  476. package/src/ListItemGroup.hbs +20 -11
  477. package/src/MonthPicker.hbs +1 -0
  478. package/src/MultiComboBox.hbs +1 -0
  479. package/src/MultiComboBoxPopover.hbs +1 -0
  480. package/src/Option.hbs +5 -1
  481. package/src/OptionCustom.hbs +4 -0
  482. package/src/Popover.hbs +1 -1
  483. package/src/Popup.hbs +0 -1
  484. package/src/ResponsivePopover.hbs +1 -1
  485. package/src/TabInOverflow.hbs +2 -2
  486. package/src/TableHeaderRow.hbs +1 -0
  487. package/src/TableRow.hbs +4 -2
  488. package/src/Title.hbs +1 -1
  489. package/src/TokenizerPopover.hbs +1 -1
  490. package/src/YearPicker.hbs +1 -0
  491. package/src/i18n/messagebundle.properties +6 -0
  492. package/src/themes/BusyIndicator.css +0 -5
  493. package/src/themes/DayPicker.css +0 -1
  494. package/src/themes/ListItemGroup.css +4 -0
  495. package/src/themes/PopupsCommon.css +0 -2
  496. package/src/themes/TabContainer.css +1 -0
  497. package/src/themes/Table.css +8 -0
  498. package/src/themes/TableCellBase.css +6 -0
  499. package/src/themes/TableHeaderRow.css +1 -2
  500. package/src/themes/TableRow.css +21 -1
  501. package/src/themes/TableRowBase.css +15 -1
  502. package/src/themes/Tag.css +6 -12
  503. package/src/themes/Title.css +7 -13
  504. package/src/themes/base/BusyIndicator-parameters.css +0 -1
  505. package/src/themes/base/PopupsCommon-parameters.css +0 -1
  506. package/src/themes/base/Table-parameters.css +10 -1
  507. package/src/themes/base/Tag-parameters.css +2 -2
  508. package/src/themes/sap_horizon/BusyIndicator-parameters.css +0 -1
  509. package/src/themes/sap_horizon/PopupsCommon-parameters.css +0 -1
  510. package/src/themes/sap_horizon/Tag-parameters.css +1 -2
  511. package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +0 -1
  512. package/src/themes/sap_horizon_dark/PopupsCommon-parameters.css +0 -1
  513. package/src/themes/sap_horizon_dark/Tag-parameters.css +1 -2
  514. package/src/themes/sap_horizon_dark_exp/PopupsCommon-parameters.css +0 -1
  515. package/src/themes/sap_horizon_dark_exp/parameters-bundle.css +0 -1
  516. package/src/themes/sap_horizon_exp/PopupsCommon-parameters.css +0 -1
  517. package/src/themes/sap_horizon_exp/parameters-bundle.css +0 -1
  518. package/src/themes/sap_horizon_hcb/PopupsCommon-parameters.css +0 -1
  519. package/src/themes/sap_horizon_hcb/Tag-parameters.css +1 -2
  520. package/src/themes/sap_horizon_hcb_exp/PopupsCommon-parameters.css +0 -1
  521. package/src/themes/sap_horizon_hcw/PopupsCommon-parameters.css +0 -1
  522. package/src/themes/sap_horizon_hcw/Tag-parameters.css +1 -2
  523. package/src/themes/sap_horizon_hcw_exp/PopupsCommon-parameters.css +0 -1
  524. package/src/themes/sap_horizon_dark_exp/BusyIndicator-parameters.css +0 -7
  525. package/src/themes/sap_horizon_exp/BusyIndicator-parameters.css +0 -7
@@ -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.2",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -605,7 +605,7 @@
605
605
  },
606
606
  {
607
607
  "name": "ui5-calendar",
608
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\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/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
608
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\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/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.",
609
609
  "doc-url": "",
610
610
  "attributes": [
611
611
  {
@@ -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- **select** - Fired when some text 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": [
@@ -3124,6 +3124,10 @@
3124
3124
  "name": "input",
3125
3125
  "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
3126
3126
  },
3127
+ {
3128
+ "name": "select",
3129
+ "description": "Fired when some text has been selected."
3130
+ },
3127
3131
  {
3128
3132
  "name": "selection-change",
3129
3133
  "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
@@ -3228,6 +3232,10 @@
3228
3232
  "name": "input",
3229
3233
  "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
3230
3234
  },
3235
+ {
3236
+ "name": "select",
3237
+ "description": "Fired when some text has been selected."
3238
+ },
3231
3239
  {
3232
3240
  "name": "selection-change",
3233
3241
  "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
@@ -3835,7 +3843,7 @@
3835
3843
  },
3836
3844
  {
3837
3845
  "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",
3846
+ "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
3847
  "doc-url": "",
3840
3848
  "attributes": [
3841
3849
  {
@@ -3859,7 +3867,16 @@
3859
3867
  "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
3868
  }
3861
3869
  ],
3862
- "events": [],
3870
+ "events": [
3871
+ {
3872
+ "name": "move-over",
3873
+ "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()`."
3874
+ },
3875
+ {
3876
+ "name": "move",
3877
+ "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."
3878
+ }
3879
+ ],
3863
3880
  "js": {
3864
3881
  "properties": [
3865
3882
  {
@@ -3873,7 +3890,16 @@
3873
3890
  "value": { "type": "string | undefined" }
3874
3891
  }
3875
3892
  ],
3876
- "events": []
3893
+ "events": [
3894
+ {
3895
+ "name": "move-over",
3896
+ "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()`."
3897
+ },
3898
+ {
3899
+ "name": "move",
3900
+ "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."
3901
+ }
3902
+ ]
3877
3903
  }
3878
3904
  },
3879
3905
  {
@@ -4435,7 +4461,7 @@
4435
4461
  },
4436
4462
  {
4437
4463
  "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)",
4464
+ "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
4465
  "doc-url": "",
4440
4466
  "attributes": [
4441
4467
  {
@@ -4531,7 +4557,7 @@
4531
4557
  },
4532
4558
  {
4533
4559
  "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."
4560
+ "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
4561
  }
4536
4562
  ],
4537
4563
  "events": [
@@ -4736,7 +4762,7 @@
4736
4762
  },
4737
4763
  {
4738
4764
  "name": "ui5-multi-input",
4739
- "description": "### Overview\nA `ui5-multi-input` field allows the user to enter multiple values, which are displayed as `ui5-token`.\n\nUser can choose interaction for creating tokens.\nFiori Guidelines say that user should create tokens when:\n\n- Type a value in the input and press enter or focus out the input field (`change` event is fired)\n- Move between suggestion items (`selection-change` event is fired)\n- Clicking on a suggestion item (`selection-change` event is fired if the clicked item is different than the current value. Also `change` event is fired )\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiInput.js\";`\n---\n\n\n### **Events:**\n - **value-help-trigger** - Fired when the value help icon is pressed\nand F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.\n- **token-delete** - Fired when tokens are being deleted.\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 - **tokens** - Defines the component tokens.",
4765
+ "description": "### Overview\nA `ui5-multi-input` field allows the user to enter multiple values, which are displayed as `ui5-token`.\n\nUser can choose interaction for creating tokens.\nFiori Guidelines say that user should create tokens when:\n\n- Type a value in the input and press enter or focus out the input field (`change` event is fired)\n- Move between suggestion items (`selection-change` event is fired)\n- Clicking on a suggestion item (`selection-change` event is fired if the clicked item is different than the current value. Also `change` event is fired )\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiInput.js\";`\n---\n\n\n### **Events:**\n - **value-help-trigger** - Fired when the value help icon is pressed\nand F4 or ALT/OPTION + ARROW_UP/ARROW_DOWN keyboard keys are used.\n- **token-delete** - Fired when tokens are being deleted.\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- **select** - Fired when some text 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 - **tokens** - Defines the component tokens.",
4740
4766
  "doc-url": "",
4741
4767
  "attributes": [
4742
4768
  {
@@ -4846,6 +4872,10 @@
4846
4872
  "name": "input",
4847
4873
  "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
4848
4874
  },
4875
+ {
4876
+ "name": "select",
4877
+ "description": "Fired when some text has been selected."
4878
+ },
4849
4879
  {
4850
4880
  "name": "selection-change",
4851
4881
  "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
@@ -4963,6 +4993,10 @@
4963
4993
  "name": "input",
4964
4994
  "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
4965
4995
  },
4996
+ {
4997
+ "name": "select",
4998
+ "description": "Fired when some text has been selected."
4999
+ },
4966
5000
  {
4967
5001
  "name": "selection-change",
4968
5002
  "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
@@ -5229,7 +5263,7 @@
5229
5263
  },
5230
5264
  {
5231
5265
  "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",
5266
+ "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
5267
  "doc-url": "",
5234
5268
  "attributes": [
5235
5269
  {
@@ -6263,7 +6297,7 @@
6263
6297
  },
6264
6298
  {
6265
6299
  "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",
6300
+ "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
6301
  "doc-url": "",
6268
6302
  "attributes": [
6269
6303
  {
@@ -6322,7 +6356,7 @@
6322
6356
  },
6323
6357
  {
6324
6358
  "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."
6359
+ "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
6360
  },
6327
6361
  {
6328
6362
  "name": "label",
@@ -6680,7 +6714,7 @@
6680
6714
  },
6681
6715
  {
6682
6716
  "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.",
6717
+ "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
6718
  "doc-url": "",
6685
6719
  "attributes": [
6686
6720
  {
@@ -6755,7 +6789,7 @@
6755
6789
  "slots": [
6756
6790
  {
6757
6791
  "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."
6792
+ "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
6793
  }
6760
6794
  ],
6761
6795
  "events": [
@@ -6914,7 +6948,7 @@
6914
6948
  },
6915
6949
  {
6916
6950
  "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>.",
6951
+ "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
6952
  "doc-url": "",
6919
6953
  "attributes": [
6920
6954
  {
@@ -6934,7 +6968,16 @@
6934
6968
  "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
6935
6969
  }
6936
6970
  ],
6937
- "events": [],
6971
+ "events": [
6972
+ {
6973
+ "name": "move-over",
6974
+ "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()`."
6975
+ },
6976
+ {
6977
+ "name": "move",
6978
+ "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."
6979
+ }
6980
+ ],
6938
6981
  "js": {
6939
6982
  "properties": [
6940
6983
  {
@@ -6948,7 +6991,16 @@
6948
6991
  "value": { "type": "string | undefined" }
6949
6992
  }
6950
6993
  ],
6951
- "events": []
6994
+ "events": [
6995
+ {
6996
+ "name": "move-over",
6997
+ "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()`."
6998
+ },
6999
+ {
7000
+ "name": "move",
7001
+ "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."
7002
+ }
7003
+ ]
6952
7004
  }
6953
7005
  },
6954
7006
  {
@@ -7539,7 +7591,7 @@
7539
7591
  "attributes": [
7540
7592
  {
7541
7593
  "name": "sticky",
7542
- "description": "Sticks the `ui5-table-header-row` to the top of a table.",
7594
+ "description": "Sticks the `ui5-table-header-row` to the top of a table.\n\nNote: If used in combination with overflowMode \"Scroll\", the table needs a defined height\nor needs to be inside of a container with a defined height for the sticky header to work as expected.",
7543
7595
  "value": { "type": "boolean", "default": "false" }
7544
7596
  }
7545
7597
  ],
@@ -7554,7 +7606,7 @@
7554
7606
  "properties": [
7555
7607
  {
7556
7608
  "name": "sticky",
7557
- "description": "Sticks the `ui5-table-header-row` to the top of a table.",
7609
+ "description": "Sticks the `ui5-table-header-row` to the top of a table.\n\nNote: If used in combination with overflowMode \"Scroll\", the table needs a defined height\nor needs to be inside of a container with a defined height for the sticky header to work as expected.",
7558
7610
  "value": { "type": "boolean" }
7559
7611
  }
7560
7612
  ],
@@ -7818,7 +7870,7 @@
7818
7870
  },
7819
7871
  {
7820
7872
  "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.",
7873
+ "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
7874
  "value": {
7823
7875
  "type": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\"",
7824
7876
  "default": "\"None\""
@@ -7918,7 +7970,7 @@
7918
7970
  },
7919
7971
  {
7920
7972
  "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.",
7973
+ "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
7974
  "value": {
7923
7975
  "type": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
7924
7976
  }
@@ -7986,7 +8038,7 @@
7986
8038
  },
7987
8039
  {
7988
8040
  "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.",
8041
+ "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
8042
  "doc-url": "",
7991
8043
  "attributes": [
7992
8044
  {
@@ -8056,7 +8108,7 @@
8056
8108
  "slots": [
8057
8109
  {
8058
8110
  "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."
8111
+ "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
8112
  }
8061
8113
  ],
8062
8114
  "events": [
@@ -8177,11 +8229,19 @@
8177
8229
  },
8178
8230
  {
8179
8231
  "name": "level",
8180
- "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8232
+ "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
8233
  "value": {
8182
8234
  "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
8183
8235
  "default": "\"H2\""
8184
8236
  }
8237
+ },
8238
+ {
8239
+ "name": "size",
8240
+ "description": "Defines the visual appearance of the title.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8241
+ "value": {
8242
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\"",
8243
+ "default": "\"H5\""
8244
+ }
8185
8245
  }
8186
8246
  ],
8187
8247
  "slots": [
@@ -8200,7 +8260,14 @@
8200
8260
  },
8201
8261
  {
8202
8262
  "name": "level",
8203
- "description": "Defines the component level.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8263
+ "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.",
8264
+ "value": {
8265
+ "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
8266
+ }
8267
+ },
8268
+ {
8269
+ "name": "size",
8270
+ "description": "Defines the visual appearance of the title.\nAvailable options are: `\"H6\"` to `\"H1\"`.",
8204
8271
  "value": {
8205
8272
  "type": "\"H1\" | \"H2\" | \"H3\" | \"H4\" | \"H5\" | \"H6\""
8206
8273
  }
@@ -9527,6 +9594,34 @@
9527
9594
  "name": "part(button)",
9528
9595
  "description": "Used to style the native button element"
9529
9596
  },
9597
+ {
9598
+ "name": "part(day-cell)",
9599
+ "description": "Used to style the day cells."
9600
+ },
9601
+ {
9602
+ "name": "part(day-cell-selected)",
9603
+ "description": "Used to style the day cells when selected."
9604
+ },
9605
+ {
9606
+ "name": "part(day-cell-selected-between)",
9607
+ "description": "Used to style the day cells in between of selected dates in range."
9608
+ },
9609
+ {
9610
+ "name": "part(month-cell)",
9611
+ "description": "Used to style the month cells."
9612
+ },
9613
+ {
9614
+ "name": "part(month-cell-selected)",
9615
+ "description": "Used to style the month cells when selected."
9616
+ },
9617
+ {
9618
+ "name": "part(year-cell)",
9619
+ "description": "Used to style the year cells."
9620
+ },
9621
+ {
9622
+ "name": "part(year-cell-selected)",
9623
+ "description": "Used to style the year cells when selected."
9624
+ },
9530
9625
  {
9531
9626
  "name": "part(root)",
9532
9627
  "description": "Used to style the root DOM element of the card component"
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.2",
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.2",
54
+ "@ui5/webcomponents-icons": "2.1.0-rc.2",
55
+ "@ui5/webcomponents-icons-business-suite": "2.1.0-rc.2",
56
+ "@ui5/webcomponents-icons-tnt": "2.1.0-rc.2",
57
+ "@ui5/webcomponents-localization": "2.1.0-rc.2",
58
+ "@ui5/webcomponents-theming": "2.1.0-rc.2"
59
59
  },
60
60
  "devDependencies": {
61
- "@ui5/webcomponents-tools": "2.1.0-rc.0",
61
+ "@ui5/webcomponents-tools": "2.1.0-rc.2",
62
62
  "chromedriver": "^125.0.0"
63
63
  },
64
- "gitHead": "1576c9b11cf85e71b417885e6a710420a15a2617"
64
+ "gitHead": "fdefc6672a5a050030bdfff133222d714886272b"
65
65
  }