@ui5/webcomponents 2.9.0-rc.2 → 2.9.0

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 (661) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/cypress/specs/AvatarGroup.cy.tsx +16 -1
  3. package/cypress/specs/Calendar.cy.tsx +55 -48
  4. package/cypress/specs/DateControlsWithTimezone.cy.tsx +2 -2
  5. package/cypress/specs/DatePicker.cy.tsx +14 -8
  6. package/cypress/specs/DateRangePicker.cy.tsx +27 -21
  7. package/cypress/specs/DateTimePicker.cy.tsx +102 -67
  8. package/cypress/specs/DayPicker.cy.tsx +1 -1
  9. package/cypress/specs/FormSupport.cy.tsx +58 -1
  10. package/cypress/specs/Input.cy.tsx +61 -1
  11. package/cypress/specs/MultiInput.cy.tsx +21 -0
  12. package/cypress/specs/Select.cy.tsx +152 -0
  13. package/cypress/specs/TableGrowing.cy.tsx +18 -18
  14. package/cypress/specs/TableNavigation.cy.tsx +3 -3
  15. package/cypress/specs/TableRowActions.cy.tsx +6 -0
  16. package/cypress/support/commands/Calendar.commands.ts +9 -3
  17. package/cypress/support/commands/DatePicker.commands.ts +1 -1
  18. package/dist/.tsbuildinfo +1 -1
  19. package/dist/Avatar.d.ts +5 -3
  20. package/dist/Avatar.js +7 -5
  21. package/dist/Avatar.js.map +1 -1
  22. package/dist/AvatarGroup.d.ts +1 -1
  23. package/dist/AvatarGroup.js +2 -2
  24. package/dist/AvatarGroup.js.map +1 -1
  25. package/dist/DatePicker.d.ts +9 -5
  26. package/dist/DatePicker.js +42 -22
  27. package/dist/DatePicker.js.map +1 -1
  28. package/dist/DatePickerInputTemplate.js +2 -2
  29. package/dist/DatePickerInputTemplate.js.map +1 -1
  30. package/dist/DatePickerPopoverTemplate.js +34 -1
  31. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  32. package/dist/DateRangePicker.d.ts +6 -2
  33. package/dist/DateRangePicker.js +10 -8
  34. package/dist/DateRangePicker.js.map +1 -1
  35. package/dist/DateTimePicker.d.ts +1 -18
  36. package/dist/DateTimePicker.js +5 -25
  37. package/dist/DateTimePicker.js.map +1 -1
  38. package/dist/DateTimePickerTemplate.js +16 -18
  39. package/dist/DateTimePickerTemplate.js.map +1 -1
  40. package/dist/DayPicker.d.ts +3 -0
  41. package/dist/DayPicker.js +12 -3
  42. package/dist/DayPicker.js.map +1 -1
  43. package/dist/Input.js +3 -0
  44. package/dist/Input.js.map +1 -1
  45. package/dist/MonthPicker.js +7 -1
  46. package/dist/MonthPicker.js.map +1 -1
  47. package/dist/MultiInput.d.ts +2 -0
  48. package/dist/MultiInput.js +8 -2
  49. package/dist/MultiInput.js.map +1 -1
  50. package/dist/MultiInputTemplate.js +2 -1
  51. package/dist/MultiInputTemplate.js.map +1 -1
  52. package/dist/ResponsivePopoverTemplate.js +1 -1
  53. package/dist/ResponsivePopoverTemplate.js.map +1 -1
  54. package/dist/Select.d.ts +38 -5
  55. package/dist/Select.js +73 -17
  56. package/dist/Select.js.map +1 -1
  57. package/dist/SelectPopoverTemplate.js +1 -1
  58. package/dist/SelectPopoverTemplate.js.map +1 -1
  59. package/dist/Table.d.ts +2 -2
  60. package/dist/Table.js +3 -3
  61. package/dist/Table.js.map +1 -1
  62. package/dist/TableGrowing.d.ts +12 -12
  63. package/dist/TableGrowing.js +13 -13
  64. package/dist/TableGrowing.js.map +1 -1
  65. package/dist/TableGrowingTemplate.js +2 -2
  66. package/dist/TableGrowingTemplate.js.map +1 -1
  67. package/dist/TableNavigation.js +2 -2
  68. package/dist/TableNavigation.js.map +1 -1
  69. package/dist/TableRowActionBase.d.ts +8 -7
  70. package/dist/TableRowActionBase.js +24 -9
  71. package/dist/TableRowActionBase.js.map +1 -1
  72. package/dist/TableSelectionBase.d.ts +2 -4
  73. package/dist/TableSelectionBase.js +0 -1
  74. package/dist/TableSelectionBase.js.map +1 -1
  75. package/dist/TableSelectionMulti.d.ts +1 -3
  76. package/dist/TableSelectionMulti.js +2 -4
  77. package/dist/TableSelectionMulti.js.map +1 -1
  78. package/dist/TableSelectionSingle.d.ts +1 -1
  79. package/dist/TableSelectionSingle.js +2 -2
  80. package/dist/TableSelectionSingle.js.map +1 -1
  81. package/dist/TableTemplate.js +2 -2
  82. package/dist/TableTemplate.js.map +1 -1
  83. package/dist/TimePicker.d.ts +0 -15
  84. package/dist/TimePicker.js +0 -17
  85. package/dist/TimePicker.js.map +1 -1
  86. package/dist/TimePickerPopoverTemplate.js +6 -1
  87. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  88. package/dist/css/themes/Avatar.css +1 -1
  89. package/dist/css/themes/AvatarGroup.css +1 -1
  90. package/dist/css/themes/Bar.css +1 -1
  91. package/dist/css/themes/Breadcrumbs.css +1 -1
  92. package/dist/css/themes/BusyIndicator.css +1 -1
  93. package/dist/css/themes/Button.css +1 -1
  94. package/dist/css/themes/ButtonBadge.css +1 -1
  95. package/dist/css/themes/Calendar.css +1 -1
  96. package/dist/css/themes/CalendarHeader.css +1 -1
  97. package/dist/css/themes/CalendarLegend.css +1 -1
  98. package/dist/css/themes/CalendarLegendItem.css +1 -1
  99. package/dist/css/themes/Card.css +1 -1
  100. package/dist/css/themes/CardHeader.css +1 -1
  101. package/dist/css/themes/Carousel.css +1 -1
  102. package/dist/css/themes/CheckBox.css +1 -1
  103. package/dist/css/themes/ColorPalette.css +1 -1
  104. package/dist/css/themes/ColorPaletteItem.css +1 -1
  105. package/dist/css/themes/ColorPalettePopover.css +1 -1
  106. package/dist/css/themes/ColorPicker.css +1 -1
  107. package/dist/css/themes/ComboBox.css +1 -1
  108. package/dist/css/themes/ComboBoxItem.css +1 -1
  109. package/dist/css/themes/ComboBoxPopover.css +1 -1
  110. package/dist/css/themes/DatePicker.css +1 -1
  111. package/dist/css/themes/DatePickerPopover.css +1 -1
  112. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  113. package/dist/css/themes/DayPicker.css +1 -1
  114. package/dist/css/themes/Dialog.css +1 -1
  115. package/dist/css/themes/FileUploader.css +1 -1
  116. package/dist/css/themes/Form.css +1 -1
  117. package/dist/css/themes/FormItem.css +1 -1
  118. package/dist/css/themes/FormItemSpan.css +1 -1
  119. package/dist/css/themes/GrowingButton.css +1 -1
  120. package/dist/css/themes/Icon.css +1 -1
  121. package/dist/css/themes/Input.css +1 -1
  122. package/dist/css/themes/InputIcon.css +1 -1
  123. package/dist/css/themes/InputSharedStyles.css +1 -1
  124. package/dist/css/themes/Link.css +1 -1
  125. package/dist/css/themes/List.css +1 -1
  126. package/dist/css/themes/ListItem.css +1 -1
  127. package/dist/css/themes/ListItemBase.css +1 -1
  128. package/dist/css/themes/ListItemCustom.css +1 -1
  129. package/dist/css/themes/ListItemGroup.css +1 -1
  130. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  131. package/dist/css/themes/ListItemIcon.css +1 -1
  132. package/dist/css/themes/Menu.css +1 -1
  133. package/dist/css/themes/MenuItem.css +1 -1
  134. package/dist/css/themes/MessageStrip.css +1 -1
  135. package/dist/css/themes/MonthPicker.css +1 -1
  136. package/dist/css/themes/MultiComboBox.css +1 -1
  137. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  138. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  139. package/dist/css/themes/MultiInput.css +1 -1
  140. package/dist/css/themes/OptionBase.css +1 -1
  141. package/dist/css/themes/Panel.css +1 -1
  142. package/dist/css/themes/Popover.css +1 -1
  143. package/dist/css/themes/PopupsCommon.css +1 -1
  144. package/dist/css/themes/ProgressIndicator.css +1 -1
  145. package/dist/css/themes/RadioButton.css +1 -1
  146. package/dist/css/themes/RangeSlider.css +1 -1
  147. package/dist/css/themes/RatingIndicator.css +1 -1
  148. package/dist/css/themes/ResponsivePopover.css +1 -1
  149. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  150. package/dist/css/themes/SegmentedButton.css +1 -1
  151. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  152. package/dist/css/themes/Select.css +1 -1
  153. package/dist/css/themes/SliderBase.css +1 -1
  154. package/dist/css/themes/SplitButton.css +1 -1
  155. package/dist/css/themes/StepInput.css +1 -1
  156. package/dist/css/themes/SuggestionItem.css +1 -1
  157. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  158. package/dist/css/themes/Switch.css +1 -1
  159. package/dist/css/themes/TabContainer.css +1 -1
  160. package/dist/css/themes/TabInOverflow.css +1 -1
  161. package/dist/css/themes/TabInStrip.css +1 -1
  162. package/dist/css/themes/TabSemanticIcon.css +1 -1
  163. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  164. package/dist/css/themes/Table.css +1 -1
  165. package/dist/css/themes/TableCellBase.css +1 -1
  166. package/dist/css/themes/TableGrowing.css +1 -1
  167. package/dist/css/themes/TableHeaderRow.css +1 -1
  168. package/dist/css/themes/TableRow.css +1 -1
  169. package/dist/css/themes/TableRowActionBase.css +1 -1
  170. package/dist/css/themes/TableRowBase.css +1 -1
  171. package/dist/css/themes/Tag.css +1 -1
  172. package/dist/css/themes/Text.css +1 -1
  173. package/dist/css/themes/TextArea.css +1 -1
  174. package/dist/css/themes/TimePicker.css +1 -1
  175. package/dist/css/themes/Toast.css +1 -1
  176. package/dist/css/themes/ToggleButton.css +1 -1
  177. package/dist/css/themes/Token.css +1 -1
  178. package/dist/css/themes/Tokenizer.css +1 -1
  179. package/dist/css/themes/TokenizerPopover.css +1 -1
  180. package/dist/css/themes/Toolbar.css +1 -1
  181. package/dist/css/themes/ToolbarPopover.css +1 -1
  182. package/dist/css/themes/TreeItem.css +1 -1
  183. package/dist/css/themes/ValueStateMessage.css +1 -1
  184. package/dist/css/themes/YearPicker.css +1 -1
  185. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  186. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  187. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  188. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  189. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  190. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  191. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  192. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  193. package/dist/custom-elements-internal.json +1531 -1240
  194. package/dist/custom-elements.json +1236 -1137
  195. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  196. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  197. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  217. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  244. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  245. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  246. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  247. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  248. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  249. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  250. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  251. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  252. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  253. package/dist/generated/i18n/i18n-defaults.js +2 -1
  254. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  255. package/dist/generated/json-imports/i18n-fetch.js +2 -2
  256. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  257. package/dist/generated/json-imports/i18n.js +2 -2
  258. package/dist/generated/json-imports/i18n.js.map +1 -1
  259. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  260. package/dist/generated/themes/Avatar.css.js +1 -1
  261. package/dist/generated/themes/Avatar.css.js.map +1 -1
  262. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  263. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  264. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  265. package/dist/generated/themes/Bar.css.d.ts +1 -1
  266. package/dist/generated/themes/Bar.css.js +1 -1
  267. package/dist/generated/themes/Bar.css.js.map +1 -1
  268. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  269. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  270. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  271. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  272. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  273. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  274. package/dist/generated/themes/Button.css.d.ts +1 -1
  275. package/dist/generated/themes/Button.css.js +1 -1
  276. package/dist/generated/themes/Button.css.js.map +1 -1
  277. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  278. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  279. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  280. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  281. package/dist/generated/themes/Calendar.css.js +1 -1
  282. package/dist/generated/themes/Calendar.css.js.map +1 -1
  283. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  284. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  285. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  286. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  287. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  288. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  289. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  290. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  291. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  292. package/dist/generated/themes/Card.css.d.ts +1 -1
  293. package/dist/generated/themes/Card.css.js +1 -1
  294. package/dist/generated/themes/Card.css.js.map +1 -1
  295. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  296. package/dist/generated/themes/CardHeader.css.js +1 -1
  297. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  298. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  299. package/dist/generated/themes/Carousel.css.js +1 -1
  300. package/dist/generated/themes/Carousel.css.js.map +1 -1
  301. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  302. package/dist/generated/themes/CheckBox.css.js +1 -1
  303. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  304. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  305. package/dist/generated/themes/ColorPalette.css.js +1 -1
  306. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  307. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  308. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  309. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  310. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  311. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  312. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  313. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  314. package/dist/generated/themes/ColorPicker.css.js +1 -1
  315. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  316. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  317. package/dist/generated/themes/ComboBox.css.js +1 -1
  318. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  319. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  320. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  321. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  322. package/dist/generated/themes/ComboBoxPopover.css.d.ts +1 -1
  323. package/dist/generated/themes/ComboBoxPopover.css.js +1 -1
  324. package/dist/generated/themes/ComboBoxPopover.css.js.map +1 -1
  325. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  326. package/dist/generated/themes/DatePicker.css.js +1 -1
  327. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  328. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  329. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  330. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  331. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  332. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  333. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  334. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  335. package/dist/generated/themes/DayPicker.css.js +1 -1
  336. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  337. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  338. package/dist/generated/themes/Dialog.css.js +1 -1
  339. package/dist/generated/themes/Dialog.css.js.map +1 -1
  340. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  341. package/dist/generated/themes/FileUploader.css.js +1 -1
  342. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  343. package/dist/generated/themes/Form.css.d.ts +1 -1
  344. package/dist/generated/themes/Form.css.js +1 -1
  345. package/dist/generated/themes/Form.css.js.map +1 -1
  346. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  347. package/dist/generated/themes/FormItem.css.js +1 -1
  348. package/dist/generated/themes/FormItem.css.js.map +1 -1
  349. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  350. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  351. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  352. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  353. package/dist/generated/themes/GrowingButton.css.js +1 -1
  354. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  355. package/dist/generated/themes/Icon.css.d.ts +1 -1
  356. package/dist/generated/themes/Icon.css.js +1 -1
  357. package/dist/generated/themes/Icon.css.js.map +1 -1
  358. package/dist/generated/themes/Input.css.d.ts +1 -1
  359. package/dist/generated/themes/Input.css.js +1 -1
  360. package/dist/generated/themes/Input.css.js.map +1 -1
  361. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  362. package/dist/generated/themes/InputIcon.css.js +1 -1
  363. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  364. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  365. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  366. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  367. package/dist/generated/themes/Link.css.d.ts +1 -1
  368. package/dist/generated/themes/Link.css.js +1 -1
  369. package/dist/generated/themes/Link.css.js.map +1 -1
  370. package/dist/generated/themes/List.css.d.ts +1 -1
  371. package/dist/generated/themes/List.css.js +1 -1
  372. package/dist/generated/themes/List.css.js.map +1 -1
  373. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  374. package/dist/generated/themes/ListItem.css.js +1 -1
  375. package/dist/generated/themes/ListItem.css.js.map +1 -1
  376. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  377. package/dist/generated/themes/ListItemBase.css.js +1 -1
  378. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  379. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  380. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  381. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  382. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  383. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  384. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  385. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  386. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  387. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  388. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  389. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  390. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  391. package/dist/generated/themes/Menu.css.d.ts +1 -1
  392. package/dist/generated/themes/Menu.css.js +1 -1
  393. package/dist/generated/themes/Menu.css.js.map +1 -1
  394. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  395. package/dist/generated/themes/MenuItem.css.js +1 -1
  396. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  397. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  398. package/dist/generated/themes/MessageStrip.css.js +1 -1
  399. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  400. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  401. package/dist/generated/themes/MonthPicker.css.js +1 -1
  402. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  403. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  404. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  405. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  406. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  407. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  408. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  409. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  410. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  411. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  412. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  413. package/dist/generated/themes/MultiInput.css.js +1 -1
  414. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  415. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  416. package/dist/generated/themes/OptionBase.css.js +1 -1
  417. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  418. package/dist/generated/themes/Panel.css.d.ts +1 -1
  419. package/dist/generated/themes/Panel.css.js +1 -1
  420. package/dist/generated/themes/Panel.css.js.map +1 -1
  421. package/dist/generated/themes/Popover.css.d.ts +1 -1
  422. package/dist/generated/themes/Popover.css.js +1 -1
  423. package/dist/generated/themes/Popover.css.js.map +1 -1
  424. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  425. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  426. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  427. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  428. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  429. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  430. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  431. package/dist/generated/themes/RadioButton.css.js +1 -1
  432. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  433. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  434. package/dist/generated/themes/RangeSlider.css.js +1 -1
  435. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  436. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  437. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  438. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  439. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  440. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  441. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  442. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  443. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  444. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  445. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  446. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  447. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  448. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  449. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  450. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  451. package/dist/generated/themes/Select.css.d.ts +1 -1
  452. package/dist/generated/themes/Select.css.js +1 -1
  453. package/dist/generated/themes/Select.css.js.map +1 -1
  454. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  455. package/dist/generated/themes/SliderBase.css.js +1 -1
  456. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  457. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  458. package/dist/generated/themes/SplitButton.css.js +1 -1
  459. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  460. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  461. package/dist/generated/themes/StepInput.css.js +1 -1
  462. package/dist/generated/themes/StepInput.css.js.map +1 -1
  463. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  464. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  465. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  466. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  467. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  468. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  469. package/dist/generated/themes/Switch.css.d.ts +1 -1
  470. package/dist/generated/themes/Switch.css.js +1 -1
  471. package/dist/generated/themes/Switch.css.js.map +1 -1
  472. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  473. package/dist/generated/themes/TabContainer.css.js +1 -1
  474. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  475. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  476. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  477. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  478. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  479. package/dist/generated/themes/TabInStrip.css.js +1 -1
  480. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  481. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  482. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  483. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  484. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  485. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  486. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  487. package/dist/generated/themes/Table.css.d.ts +1 -1
  488. package/dist/generated/themes/Table.css.js +1 -1
  489. package/dist/generated/themes/Table.css.js.map +1 -1
  490. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  491. package/dist/generated/themes/TableCellBase.css.js +1 -1
  492. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  493. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  494. package/dist/generated/themes/TableGrowing.css.js +1 -1
  495. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  496. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  497. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  498. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  499. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  500. package/dist/generated/themes/TableRow.css.js +1 -1
  501. package/dist/generated/themes/TableRow.css.js.map +1 -1
  502. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  503. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  504. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  505. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  506. package/dist/generated/themes/TableRowBase.css.js +1 -1
  507. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  508. package/dist/generated/themes/Tag.css.d.ts +1 -1
  509. package/dist/generated/themes/Tag.css.js +1 -1
  510. package/dist/generated/themes/Tag.css.js.map +1 -1
  511. package/dist/generated/themes/Text.css.d.ts +1 -1
  512. package/dist/generated/themes/Text.css.js +1 -1
  513. package/dist/generated/themes/Text.css.js.map +1 -1
  514. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  515. package/dist/generated/themes/TextArea.css.js +1 -1
  516. package/dist/generated/themes/TextArea.css.js.map +1 -1
  517. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  518. package/dist/generated/themes/TimePicker.css.js +1 -1
  519. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  520. package/dist/generated/themes/Toast.css.d.ts +1 -1
  521. package/dist/generated/themes/Toast.css.js +1 -1
  522. package/dist/generated/themes/Toast.css.js.map +1 -1
  523. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  524. package/dist/generated/themes/ToggleButton.css.js +1 -1
  525. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  526. package/dist/generated/themes/Token.css.d.ts +1 -1
  527. package/dist/generated/themes/Token.css.js +1 -1
  528. package/dist/generated/themes/Token.css.js.map +1 -1
  529. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  530. package/dist/generated/themes/Tokenizer.css.js +1 -1
  531. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  532. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  533. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  534. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  535. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  536. package/dist/generated/themes/Toolbar.css.js +1 -1
  537. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  538. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  539. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  540. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  541. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  542. package/dist/generated/themes/TreeItem.css.js +1 -1
  543. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  544. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  545. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  546. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  547. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  548. package/dist/generated/themes/YearPicker.css.js +1 -1
  549. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  550. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  551. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  552. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  553. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  554. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  555. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  556. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  557. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  558. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  559. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  560. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  561. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  562. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  563. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  564. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  565. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  566. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  567. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  568. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  569. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  570. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  571. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  572. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  573. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  574. package/dist/types/AvatarColorScheme.d.ts +5 -0
  575. package/dist/types/AvatarColorScheme.js +5 -0
  576. package/dist/types/AvatarColorScheme.js.map +1 -1
  577. package/dist/vscode.html-custom-data.json +36 -35
  578. package/dist/web-types.json +214 -50
  579. package/package-scripts.cjs +4 -0
  580. package/package.json +9 -9
  581. package/src/DatePickerInputTemplate.tsx +5 -4
  582. package/src/DatePickerPopoverTemplate.tsx +51 -0
  583. package/src/DateTimePickerTemplate.tsx +48 -51
  584. package/src/MultiInputTemplate.tsx +4 -0
  585. package/src/ResponsivePopoverTemplate.tsx +1 -0
  586. package/src/SelectPopoverTemplate.tsx +1 -0
  587. package/src/TableGrowingTemplate.tsx +7 -7
  588. package/src/TableTemplate.tsx +4 -4
  589. package/src/TimePickerPopoverTemplate.tsx +8 -3
  590. package/src/i18n/messagebundle.properties +4 -1
  591. package/src/i18n/messagebundle_ar.properties +2 -0
  592. package/src/i18n/messagebundle_bg.properties +2 -0
  593. package/src/i18n/messagebundle_ca.properties +2 -0
  594. package/src/i18n/messagebundle_cnr.properties +2 -0
  595. package/src/i18n/messagebundle_cs.properties +2 -0
  596. package/src/i18n/messagebundle_cy.properties +2 -0
  597. package/src/i18n/messagebundle_da.properties +2 -0
  598. package/src/i18n/messagebundle_de.properties +2 -0
  599. package/src/i18n/messagebundle_el.properties +2 -0
  600. package/src/i18n/messagebundle_en.properties +0 -214
  601. package/src/i18n/messagebundle_en_GB.properties +2 -0
  602. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
  603. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  604. package/src/i18n/messagebundle_es.properties +2 -0
  605. package/src/i18n/messagebundle_es_MX.properties +2 -0
  606. package/src/i18n/messagebundle_et.properties +2 -0
  607. package/src/i18n/messagebundle_fi.properties +2 -0
  608. package/src/i18n/messagebundle_fr.properties +3 -1
  609. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  610. package/src/i18n/messagebundle_hi.properties +2 -0
  611. package/src/i18n/messagebundle_hr.properties +2 -0
  612. package/src/i18n/messagebundle_hu.properties +2 -0
  613. package/src/i18n/messagebundle_id.properties +2 -0
  614. package/src/i18n/messagebundle_it.properties +20 -18
  615. package/src/i18n/messagebundle_iw.properties +2 -0
  616. package/src/i18n/messagebundle_ja.properties +2 -0
  617. package/src/i18n/messagebundle_kk.properties +2 -0
  618. package/src/i18n/messagebundle_ko.properties +2 -0
  619. package/src/i18n/messagebundle_lt.properties +2 -0
  620. package/src/i18n/messagebundle_lv.properties +2 -0
  621. package/src/i18n/messagebundle_mk.properties +2 -0
  622. package/src/i18n/messagebundle_ms.properties +4 -2
  623. package/src/i18n/messagebundle_nl.properties +2 -0
  624. package/src/i18n/messagebundle_no.properties +2 -0
  625. package/src/i18n/messagebundle_pl.properties +2 -0
  626. package/src/i18n/messagebundle_pt.properties +2 -0
  627. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  628. package/src/i18n/messagebundle_ro.properties +2 -0
  629. package/src/i18n/messagebundle_ru.properties +2 -0
  630. package/src/i18n/messagebundle_sh.properties +2 -0
  631. package/src/i18n/messagebundle_sk.properties +2 -0
  632. package/src/i18n/messagebundle_sl.properties +2 -0
  633. package/src/i18n/messagebundle_sr.properties +2 -0
  634. package/src/i18n/messagebundle_sv.properties +2 -0
  635. package/src/i18n/messagebundle_th.properties +2 -0
  636. package/src/i18n/messagebundle_tr.properties +2 -0
  637. package/src/i18n/messagebundle_uk.properties +2 -0
  638. package/src/i18n/messagebundle_vi.properties +2 -0
  639. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  640. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  641. package/src/themes/Avatar.css +1 -0
  642. package/src/themes/ComboBoxPopover.css +1 -2
  643. package/src/themes/DatePicker.css +4 -0
  644. package/src/themes/DatePickerPopover.css +7 -0
  645. package/src/themes/DateTimePickerPopover.css +9 -0
  646. package/src/themes/Input.css +1 -1
  647. package/src/themes/OptionBase.css +1 -0
  648. package/src/themes/Table.css +1 -1
  649. package/src/themes/TableGrowing.css +7 -7
  650. package/src/themes/base/Input-parameters.css +1 -0
  651. package/src/themes/sap_fiori_3/Input-parameters.css +1 -0
  652. package/src/themes/sap_fiori_3_dark/Input-parameters.css +1 -0
  653. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +1 -0
  654. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +1 -0
  655. package/src/themes/sap_horizon_hcb/Input-parameters.css +1 -0
  656. package/src/themes/sap_horizon_hcw/Input-parameters.css +1 -0
  657. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  658. package/dist/types/SearchPopupMode.d.ts +0 -22
  659. package/dist/types/SearchPopupMode.js +0 -24
  660. package/dist/types/SearchPopupMode.js.map +0 -1
  661. package/src/i18n/messagebundle_in.properties +0 -172
@@ -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.9.0-rc.2",
4
+ "version": "2.9.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -54,10 +54,10 @@
54
54
  },
55
55
  {
56
56
  "name": "color-scheme",
57
- "description": "Defines the background color of the desired image.",
57
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
58
58
  "value": {
59
- "type": "\"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\"",
60
- "default": "\"Accent6\""
59
+ "type": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\"",
60
+ "default": "\"Auto\""
61
61
  }
62
62
  },
63
63
  {
@@ -124,9 +124,9 @@
124
124
  },
125
125
  {
126
126
  "name": "color-scheme",
127
- "description": "Defines the background color of the desired image.",
127
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
128
128
  "value": {
129
- "type": "\"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
129
+ "type": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
130
130
  }
131
131
  },
132
132
  {
@@ -1865,7 +1865,7 @@
1865
1865
  },
1866
1866
  {
1867
1867
  "name": "ui5-cb-item-group",
1868
- "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` 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-cb-item-group</code>.",
1868
+ "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` 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-cb-item-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",
1869
1869
  "doc-url": "",
1870
1870
  "attributes": [
1871
1871
  {
@@ -1883,6 +1883,10 @@
1883
1883
  {
1884
1884
  "name": "default",
1885
1885
  "description": "Defines the items of the <code>ui5-cb-item-group</code>."
1886
+ },
1887
+ {
1888
+ "name": "header",
1889
+ "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."
1886
1890
  }
1887
1891
  ],
1888
1892
  "events": [
@@ -2183,7 +2187,7 @@
2183
2187
  },
2184
2188
  {
2185
2189
  "name": "ui5-daterange-picker",
2186
- "description": "### Overview\nThe DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\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\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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\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",
2190
+ "description": "### Overview\nThe DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n### Usage\nThe user can enter a date by:\nUsing the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices).\nFor the `ui5-daterange-picker`\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateRangePicker.js\";`\n\n### Keyboard Handling\nThe `ui5-daterange-picker` provides advanced keyboard handling.\n\nWhen the `ui5-daterange-picker` input field is focused the user can\nincrement or decrement respectively the range start or end date, depending on where the cursor is.\nThe following shortcuts are available:\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\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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\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.",
2187
2191
  "doc-url": "",
2188
2192
  "attributes": [
2189
2193
  {
@@ -2309,6 +2313,12 @@
2309
2313
  }
2310
2314
  }
2311
2315
  ],
2316
+ "slots": [
2317
+ {
2318
+ "name": "valueStateMessage",
2319
+ "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."
2320
+ }
2321
+ ],
2312
2322
  "events": [
2313
2323
  {
2314
2324
  "name": "change",
@@ -2478,7 +2488,7 @@
2478
2488
  },
2479
2489
  {
2480
2490
  "name": "ui5-datetime-picker",
2481
- "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/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](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\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",
2491
+ "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/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](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.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- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\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.",
2482
2492
  "doc-url": "",
2483
2493
  "attributes": [
2484
2494
  {
@@ -2584,6 +2594,12 @@
2584
2594
  }
2585
2595
  }
2586
2596
  ],
2597
+ "slots": [
2598
+ {
2599
+ "name": "valueStateMessage",
2600
+ "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."
2601
+ }
2602
+ ],
2587
2603
  "events": [
2588
2604
  {
2589
2605
  "name": "change",
@@ -2733,7 +2749,7 @@
2733
2749
  },
2734
2750
  {
2735
2751
  "name": "ui5-dialog",
2736
- "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 `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
2752
+ "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 `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n- **default** - Defines the content of the Popup.\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",
2737
2753
  "doc-url": "",
2738
2754
  "attributes": [
2739
2755
  {
@@ -2811,6 +2827,10 @@
2811
2827
  {
2812
2828
  "name": "footer",
2813
2829
  "description": "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."
2830
+ },
2831
+ {
2832
+ "name": "default",
2833
+ "description": "Defines the content of the Popup."
2814
2834
  }
2815
2835
  ],
2816
2836
  "events": [
@@ -4109,7 +4129,7 @@
4109
4129
  },
4110
4130
  {
4111
4131
  "name": "ui5-li-custom",
4112
- "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n### **CSS Parts:**\n - **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4132
+ "description": "A component to be used as custom list item within the `ui5-list`\nthe same way as the standard `ui5-li`.\n\nThe component accepts arbitrary HTML content to allow full customization.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4113
4133
  "doc-url": "",
4114
4134
  "attributes": [
4115
4135
  {
@@ -4166,6 +4186,10 @@
4166
4186
  {
4167
4187
  "name": "default",
4168
4188
  "description": "Defines the content of the component."
4189
+ },
4190
+ {
4191
+ "name": "deleteButton",
4192
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
4169
4193
  }
4170
4194
  ],
4171
4195
  "events": [
@@ -4292,7 +4316,7 @@
4292
4316
  },
4293
4317
  {
4294
4318
  "name": "ui5-li",
4295
- "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4319
+ "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4296
4320
  "doc-url": "",
4297
4321
  "attributes": [
4298
4322
  {
@@ -4381,6 +4405,10 @@
4381
4405
  {
4382
4406
  "name": "image",
4383
4407
  "description": "**Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit."
4408
+ },
4409
+ {
4410
+ "name": "deleteButton",
4411
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
4384
4412
  }
4385
4413
  ],
4386
4414
  "events": [
@@ -4587,7 +4615,7 @@
4587
4615
  },
4588
4616
  {
4589
4617
  "name": "ui5-menu-item",
4590
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
4618
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening.\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened.\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing.\n- **close** - Fired after the menu is closed.\n- **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.",
4591
4619
  "doc-url": "",
4592
4620
  "attributes": [
4593
4621
  {
@@ -4634,7 +4662,7 @@
4634
4662
  "name": "accessibility-attributes",
4635
4663
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
4636
4664
  "value": {
4637
- "type": "ListItemAccessibilityAttributes",
4665
+ "type": "MenuItemAccessibilityAttributes",
4638
4666
  "default": "{}"
4639
4667
  }
4640
4668
  },
@@ -4673,6 +4701,10 @@
4673
4701
  {
4674
4702
  "name": "endContent",
4675
4703
  "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`."
4704
+ },
4705
+ {
4706
+ "name": "deleteButton",
4707
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
4676
4708
  }
4677
4709
  ],
4678
4710
  "events": [
@@ -4742,7 +4774,7 @@
4742
4774
  {
4743
4775
  "name": "accessibility-attributes",
4744
4776
  "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaKeyShortcuts**: Indicated the availability of a keyboard shortcuts defined for the menu item.\n\n- **role**: Defines the role of the menu item. If not set, menu item will have default role=\"menuitem\".",
4745
- "value": { "type": "ListItemAccessibilityAttributes" }
4777
+ "value": { "type": "MenuItemAccessibilityAttributes" }
4746
4778
  },
4747
4779
  {
4748
4780
  "name": "type",
@@ -5153,7 +5185,7 @@
5153
5185
  },
5154
5186
  {
5155
5187
  "name": "ui5-mcb-item-group",
5156
- "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` 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-mcb-item-group</code>.",
5188
+ "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` 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-mcb-item-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",
5157
5189
  "doc-url": "",
5158
5190
  "attributes": [
5159
5191
  {
@@ -5171,6 +5203,10 @@
5171
5203
  {
5172
5204
  "name": "default",
5173
5205
  "description": "Defines the items of the <code>ui5-mcb-item-group</code>."
5206
+ },
5207
+ {
5208
+ "name": "header",
5209
+ "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."
5174
5210
  }
5175
5211
  ],
5176
5212
  "events": [
@@ -5210,7 +5246,7 @@
5210
5246
  },
5211
5247
  {
5212
5248
  "name": "ui5-multi-input",
5213
- "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.",
5249
+ "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.\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- **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.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the Input component\n- **input** - Used to style the native input element\n- **clear-icon** - Used to style the clear icon, which can be pressed to clear user input text",
5214
5250
  "doc-url": "",
5215
5251
  "attributes": [
5216
5252
  {
@@ -5311,7 +5347,22 @@
5311
5347
  }
5312
5348
  ],
5313
5349
  "slots": [
5314
- { "name": "tokens", "description": "Defines the component tokens." }
5350
+ {
5351
+ "name": "tokens",
5352
+ "description": "Defines the component tokens."
5353
+ },
5354
+ {
5355
+ "name": "default",
5356
+ "description": "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."
5357
+ },
5358
+ {
5359
+ "name": "icon",
5360
+ "description": "Defines the icon to be displayed in the component."
5361
+ },
5362
+ {
5363
+ "name": "valueStateMessage",
5364
+ "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."
5365
+ }
5315
5366
  ],
5316
5367
  "events": [
5317
5368
  {
@@ -5731,7 +5782,7 @@
5731
5782
  },
5732
5783
  {
5733
5784
  "name": "ui5-popover",
5734
- "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
5785
+ "description": "### Overview\n\nThe `ui5-popover` component displays additional information for an object\nin a compact way and without leaving the page.\nThe Popover can contain various UI elements, such as fields, tables, images, and charts.\nIt can also include actions in the footer.\n\n### Structure\n\nThe popover has three main areas:\n\n- Header (optional)\n- Content\n- Footer (optional)\n\n**Note:** The `ui5-popover` is closed when the user clicks\nor taps outside the popover\nor selects an action within the popover. You can prevent this with the\n`modal` property.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Popover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n- **default** - Defines the content of the Popup.\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",
5735
5786
  "doc-url": "",
5736
5787
  "attributes": [
5737
5788
  {
@@ -5830,6 +5881,10 @@
5830
5881
  {
5831
5882
  "name": "footer",
5832
5883
  "description": "Defines the footer HTML Element."
5884
+ },
5885
+ {
5886
+ "name": "default",
5887
+ "description": "Defines the content of the Popup."
5833
5888
  }
5834
5889
  ],
5835
5890
  "events": [
@@ -6429,7 +6484,7 @@
6429
6484
  },
6430
6485
  {
6431
6486
  "name": "ui5-responsive-popover",
6432
- "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
6487
+ "description": "### Overview\nThe `ui5-responsive-popover` acts as a Popover on desktop and tablet, while on phone it acts as a Dialog.\nThe component improves tremendously the user experience on mobile.\n\n### Usage\nUse it when you want to make sure that all the content is visible on any device.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ResponsivePopover.js\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n- **footer** - Defines the footer HTML Element.\n- **default** - Defines the content of the Popup.\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",
6433
6488
  "doc-url": "",
6434
6489
  "attributes": [
6435
6490
  {
@@ -6520,6 +6575,20 @@
6520
6575
  "value": { "type": "any", "default": "false" }
6521
6576
  }
6522
6577
  ],
6578
+ "slots": [
6579
+ {
6580
+ "name": "header",
6581
+ "description": "Defines the header HTML Element."
6582
+ },
6583
+ {
6584
+ "name": "footer",
6585
+ "description": "Defines the footer HTML Element."
6586
+ },
6587
+ {
6588
+ "name": "default",
6589
+ "description": "Defines the content of the Popup."
6590
+ }
6591
+ ],
6523
6592
  "events": [
6524
6593
  {
6525
6594
  "name": "before-open",
@@ -6785,7 +6854,7 @@
6785
6854
  },
6786
6855
  {
6787
6856
  "name": "ui5-select",
6788
- "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\n- 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\n- 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\n\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\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",
6857
+ "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\n- 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\n- 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### Selection\n\nThe options can be selected via user interaction (click or with the use of the Space and Enter keys)\nand programmatically - the Select component supports two distinct selection APIs, though mixing them is not supported:\n- The \"value\" property of the Select component\n- The \"selected\" property on individual options\n\n**Note:** If the \"value\" property is set but does not match any option,\nno option will be selected and the Select component will be displayed as empty.\n\n**Note:** when both \"value\" and \"selected\" are both used (although discouraged),\nthe \"value\" property will take precedence.\n\n### Keyboard Handling\n\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\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",
6789
6858
  "doc-url": "",
6790
6859
  "attributes": [
6791
6860
  {
@@ -6833,7 +6902,7 @@
6833
6902
  },
6834
6903
  {
6835
6904
  "name": "value",
6836
- "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
6905
+ "description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
6837
6906
  "value": { "type": "any", "default": "\"\"" }
6838
6907
  },
6839
6908
  {
@@ -6920,7 +6989,7 @@
6920
6989
  },
6921
6990
  {
6922
6991
  "name": "value",
6923
- "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
6992
+ "description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
6924
6993
  "value": { "type": "any" }
6925
6994
  },
6926
6995
  {
@@ -7464,7 +7533,7 @@
7464
7533
  },
7465
7534
  {
7466
7535
  "name": "ui5-suggestion-item-group",
7467
- "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>.",
7536
+ "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>.\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",
7468
7537
  "doc-url": "",
7469
7538
  "attributes": [
7470
7539
  {
@@ -7482,6 +7551,10 @@
7482
7551
  {
7483
7552
  "name": "default",
7484
7553
  "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
7554
+ },
7555
+ {
7556
+ "name": "header",
7557
+ "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."
7485
7558
  }
7486
7559
  ],
7487
7560
  "events": [
@@ -7891,7 +7964,7 @@
7891
7964
  },
7892
7965
  {
7893
7966
  "name": "ui5-table",
7894
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n- **move-over** - Fired when a movable 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\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7967
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\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\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n---\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n- **move-over** - Fired when a movable 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\n**Note:** If the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Notes:**\n\nThe `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\nIf the dragging operation is a cross-browser operation or files are moved to a potential drop target,\nthe `source` parameter will be `null`.\n- **row-action-click** - Fired when a row action is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\n**Note:** Use `ui5-table-row` for the intended design.\n- **headerRow** - Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design.\n- **noData** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
7895
7968
  "doc-url": "",
7896
7969
  "attributes": [
7897
7970
  {
@@ -7943,7 +8016,7 @@
7943
8016
  "description": "Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design."
7944
8017
  },
7945
8018
  {
7946
- "name": "nodata",
8019
+ "name": "noData",
7947
8020
  "description": "Defines the custom visualization if there is no data available."
7948
8021
  },
7949
8022
  {
@@ -8029,7 +8102,7 @@
8029
8102
  },
8030
8103
  {
8031
8104
  "name": "ui5-table-cell",
8032
- "description": "### Overview\n\nThe `ui5-table-cell` represents a cell inside of a `ui5-table`.\nIt is tightly coupled to the `ui5-table` and thus should only be used in the table component.\n\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/TableCell.js;`\n---\n",
8105
+ "description": "### Overview\n\nThe `ui5-table-cell` represents a cell inside of a `ui5-table`.\nIt is tightly coupled to the `ui5-table` and thus should only be used in the table component.\n\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/TableCell.js;`\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
8033
8106
  "doc-url": "",
8034
8107
  "attributes": [
8035
8108
  {
@@ -8041,6 +8114,12 @@
8041
8114
  }
8042
8115
  }
8043
8116
  ],
8117
+ "slots": [
8118
+ {
8119
+ "name": "default",
8120
+ "description": "Defines the content of the component."
8121
+ }
8122
+ ],
8044
8123
  "events": [],
8045
8124
  "js": {
8046
8125
  "properties": [
@@ -8057,11 +8136,11 @@
8057
8136
  },
8058
8137
  {
8059
8138
  "name": "ui5-table-growing",
8060
- "description": "### Overview\n\nThe `ui5-table-growing` component is used inside the `ui5-table` to add a growing/data loading functionalities\nto the table.\n\nThe component offers two options:\n* Button - a More button is displayed, clicking it will load more data.\n* Scroll - additional data is loaded automatically when the user scrolls to the end of the table.\n\n### Usage\n\nThe `ui5-table-growing` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-growing type=\"Button\" growing-text=\"More\" slot=\"features\"></ui5-table-growing>\n</ui5-table>\n```\n\n**Notes**:\n* When the `ui5-table-growing` component is used with the `Scroll` type and the table is currently not scrollable,\nthe component will render a growing button instead to ensure growing capabilities until the table becomes scrollable.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGrowing.js\";`\n---\n\n\n### **Events:**\n - **load-more** - Fired when the growing button is pressed or the user scrolls to the end of the table.",
8139
+ "description": "### Overview\n\nThe `ui5-table-growing` component is used inside the `ui5-table` to add a growing/data loading functionalities\nto the table.\n\nThe component offers two options:\n* Button - a More button is displayed, clicking it will load more data.\n* Scroll - additional data is loaded automatically when the user scrolls to the end of the table.\n\n### Usage\n\nThe `ui5-table-growing` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-growing mode=\"Button\" text=\"More\" slot=\"features\"></ui5-table-growing>\n</ui5-table>\n```\n\n**Notes**:\n* When the `ui5-table-growing` component is used with the `Scroll` mode and the table is currently not scrollable,\nthe component will render a growing button instead to ensure growing capabilities until the table becomes scrollable.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGrowing.js\";`\n---\n\n\n### **Events:**\n - **load-more** - Fired when the growing button is pressed or the user scrolls to the end of the table.",
8061
8140
  "doc-url": "",
8062
8141
  "attributes": [
8063
8142
  {
8064
- "name": "type",
8143
+ "name": "mode",
8065
8144
  "description": "Defines the mode of the <code>ui5-table</code> growing.\n\nAvailable options are:\n\nButton - Shows a More button at the bottom of the table, pressing it will load more rows.\n\nScroll - The rows are loaded automatically by scrolling to the bottom of the table. If the table is not scrollable,\na growing button will be rendered instead to ensure growing functionality.",
8066
8145
  "value": {
8067
8146
  "type": "\"Button\" | \"Scroll\"",
@@ -8069,13 +8148,13 @@
8069
8148
  }
8070
8149
  },
8071
8150
  {
8072
- "name": "growing-text",
8073
- "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
8151
+ "name": "text",
8152
+ "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when mode is set to `Scroll`.\n\n**Note:** When not provided and the mode is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
8074
8153
  "value": { "type": "string | undefined", "default": "undefined" }
8075
8154
  },
8076
8155
  {
8077
- "name": "growing-sub-text",
8078
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
8156
+ "name": "subtext",
8157
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
8079
8158
  "value": { "type": "string | undefined", "default": "undefined" }
8080
8159
  }
8081
8160
  ],
@@ -8088,18 +8167,18 @@
8088
8167
  "js": {
8089
8168
  "properties": [
8090
8169
  {
8091
- "name": "type",
8170
+ "name": "mode",
8092
8171
  "description": "Defines the mode of the <code>ui5-table</code> growing.\n\nAvailable options are:\n\nButton - Shows a More button at the bottom of the table, pressing it will load more rows.\n\nScroll - The rows are loaded automatically by scrolling to the bottom of the table. If the table is not scrollable,\na growing button will be rendered instead to ensure growing functionality.",
8093
8172
  "value": { "type": "\"Button\" | \"Scroll\"" }
8094
8173
  },
8095
8174
  {
8096
- "name": "growing-text",
8097
- "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
8175
+ "name": "text",
8176
+ "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when mode is set to `Scroll`.\n\n**Note:** When not provided and the mode is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
8098
8177
  "value": { "type": "string | undefined" }
8099
8178
  },
8100
8179
  {
8101
- "name": "growing-sub-text",
8102
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
8180
+ "name": "subtext",
8181
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
8103
8182
  "value": { "type": "string | undefined" }
8104
8183
  }
8105
8184
  ],
@@ -8113,7 +8192,7 @@
8113
8192
  },
8114
8193
  {
8115
8194
  "name": "ui5-table-header-cell",
8116
- "description": "### Overview\n\nThe `ui5-table-header-cell` component represents a column in the `ui5-table`.\n\nAs it is tightly coupled to the `ui5-table`, it should only be used in the `ui5-table-header-row`\nto ensure correct layout and design.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";`\n---\n\n\n### **Slots:**\n - **action** - Defines the action of the column.\n\n**Note:** While multiple actions are technically possible, this is not supported.",
8195
+ "description": "### Overview\n\nThe `ui5-table-header-cell` component represents a column in the `ui5-table`.\n\nAs it is tightly coupled to the `ui5-table`, it should only be used in the `ui5-table-header-row`\nto ensure correct layout and design.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";`\n---\n\n\n### **Slots:**\n - **action** - Defines the action of the column.\n\n**Note:** While multiple actions are technically possible, this is not supported.\n- **default** - Defines the content of the component.",
8117
8196
  "doc-url": "",
8118
8197
  "attributes": [
8119
8198
  {
@@ -8167,6 +8246,10 @@
8167
8246
  {
8168
8247
  "name": "action",
8169
8248
  "description": "Defines the action of the column.\n\n**Note:** While multiple actions are technically possible, this is not supported."
8249
+ },
8250
+ {
8251
+ "name": "default",
8252
+ "description": "Defines the content of the component."
8170
8253
  }
8171
8254
  ],
8172
8255
  "events": [],
@@ -8343,7 +8426,7 @@
8343
8426
  },
8344
8427
  {
8345
8428
  "name": "ui5-table-row-action",
8346
- "description": "### Overview\n\nThe `ui5-table-row-action` component defines an action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowAction.js\";`\n---\n",
8429
+ "description": "### Overview\n\nThe `ui5-table-row-action` component defines an action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowAction.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when a row action is clicked.",
8347
8430
  "doc-url": "",
8348
8431
  "attributes": [
8349
8432
  {
@@ -8362,7 +8445,12 @@
8362
8445
  "value": { "type": "boolean", "default": "false" }
8363
8446
  }
8364
8447
  ],
8365
- "events": [],
8448
+ "events": [
8449
+ {
8450
+ "name": "click",
8451
+ "description": "Fired when a row action is clicked."
8452
+ }
8453
+ ],
8366
8454
  "js": {
8367
8455
  "properties": [
8368
8456
  {
@@ -8381,12 +8469,17 @@
8381
8469
  "value": { "type": "boolean" }
8382
8470
  }
8383
8471
  ],
8384
- "events": []
8472
+ "events": [
8473
+ {
8474
+ "name": "click",
8475
+ "description": "Fired when a row action is clicked."
8476
+ }
8477
+ ]
8385
8478
  }
8386
8479
  },
8387
8480
  {
8388
8481
  "name": "ui5-table-row-action-navigation",
8389
- "description": "### Overview\n\nThe `ui5-table-row-action-navigation` component defines a navigation action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowActionNavigation.js\";`\n---\n",
8482
+ "description": "### Overview\n\nThe `ui5-table-row-action-navigation` component defines a navigation action for table rows.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRowActionNavigation.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when a row action is clicked.",
8390
8483
  "doc-url": "",
8391
8484
  "attributes": [
8392
8485
  {
@@ -8400,7 +8493,12 @@
8400
8493
  "value": { "type": "boolean", "default": "false" }
8401
8494
  }
8402
8495
  ],
8403
- "events": [],
8496
+ "events": [
8497
+ {
8498
+ "name": "click",
8499
+ "description": "Fired when a row action is clicked."
8500
+ }
8501
+ ],
8404
8502
  "js": {
8405
8503
  "properties": [
8406
8504
  {
@@ -8414,7 +8512,12 @@
8414
8512
  "value": { "type": "boolean" }
8415
8513
  }
8416
8514
  ],
8417
- "events": []
8515
+ "events": [
8516
+ {
8517
+ "name": "click",
8518
+ "description": "Fired when a row action is clicked."
8519
+ }
8520
+ ]
8418
8521
  }
8419
8522
  },
8420
8523
  {
@@ -8465,7 +8568,7 @@
8465
8568
  },
8466
8569
  {
8467
8570
  "name": "ui5-table-selection-multi",
8468
- "description": "### Overview\n\nThe `ui5-table-selection-multi` component is used inside the `ui5-table` to add multi-selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-multi` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-multi slot=\"features\" selected=\"Row1 Row3\"></ui5-table-selection-multi>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionMulti.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRows(): _Array<TableRow>_** - Returns an array of the selected rows.\n- **areAllRowsSelected(): _boolean_** - Determines whether all rows are selected.\n- **getSelectedAsSet(): _Set<string>_** - Returns the `selected` property as a set of unique `row-key` values.\n- **setSelectedAsSet(selectedSet: _Set<string>_): _void_** - Sets the `selected` property using the provided set of unique `row-key` values.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
8571
+ "description": "### Overview\n\nThe `ui5-table-selection-multi` component is used inside the `ui5-table` to add multi-selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-multi` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-multi slot=\"features\" selected=\"Row1 Row3\"></ui5-table-selection-multi>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionMulti.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRows(): _Array<TableRow>_** - Returns an array of the selected rows.\n- **getSelectedAsSet(): _Set<string>_** - Returns the `selected` property as a set of unique `row-key` values.\n- **setSelectedAsSet(selectedSet: _Set<string>_): _void_** - Sets the `selected` property using the provided set of unique `row-key` values.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.",
8469
8572
  "doc-url": "",
8470
8573
  "attributes": [
8471
8574
  {
@@ -8498,7 +8601,7 @@
8498
8601
  },
8499
8602
  {
8500
8603
  "name": "ui5-table-selection-single",
8501
- "description": "### Overview\n\nThe `ui5-table-selection-single` component is used inside the `ui5-table` to add single selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-single` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-single slot=\"features\" selected=\"Row1\"></ui5-table-selection-single>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionSingle.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRow(): _TableRow | undefined_** - Returns the selected row.\n- **getRowKey(row: _TableRow_): _string_** - Returns the unique key associated with the table row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.\n- **isSelected(row: _TableRowBase_): _boolean_** - Determines whether the specified table row is currently selected.\n- **setSelected(row: _TableRowBase_, selected: _boolean_): _void_** - Sets the selected state of the specified table row.",
8604
+ "description": "### Overview\n\nThe `ui5-table-selection-single` component is used inside the `ui5-table` to add single selection capabilities to the `ui5-table`.\nSince selection is key-based, each `ui5-table-row` must define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection-single` component is a feature designed exclusively for use within the `ui5-table` component.\nIt must be placed inside the `features` slot of `ui5-table`.\nThis component is not intended for standalone use.\n\n```html\n<ui5-table>\n\t<ui5-table-selection-single slot=\"features\" selected=\"Row1\"></ui5-table-selection-single>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelectionSingle.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the selection is changed by user interaction.\n\n### **Methods:**\n - **getSelectedRow(): _TableRow | undefined_** - Returns the selected row.\n- **getRowByKey(rowKey: _string_): _TableRow | undefined_** - Returns the table row instance for the given row key.",
8502
8605
  "doc-url": "",
8503
8606
  "attributes": [
8504
8607
  {
@@ -9226,7 +9329,7 @@
9226
9329
  },
9227
9330
  {
9228
9331
  "name": "ui5-toggle-button",
9229
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.",
9332
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a\nmouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled`\nproperty is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
9230
9333
  "doc-url": "",
9231
9334
  "attributes": [
9232
9335
  {
@@ -9307,6 +9410,13 @@
9307
9410
  }
9308
9411
  }
9309
9412
  ],
9413
+ "slots": [
9414
+ {
9415
+ "name": "default",
9416
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
9417
+ },
9418
+ { "name": "badge", "description": "Adds a badge to the button." }
9419
+ ],
9310
9420
  "events": [
9311
9421
  {
9312
9422
  "name": "click",
@@ -10139,7 +10249,7 @@
10139
10249
  },
10140
10250
  {
10141
10251
  "name": "ui5-tree-item",
10142
- "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the tree list item\n- **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item",
10252
+ "description": "### Overview\nThe `ui5-tree-item` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the tree list item\n- **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item",
10143
10253
  "doc-url": "",
10144
10254
  "attributes": [
10145
10255
  {
@@ -10230,6 +10340,16 @@
10230
10340
  "value": { "type": "boolean", "default": "false" }
10231
10341
  }
10232
10342
  ],
10343
+ "slots": [
10344
+ {
10345
+ "name": "default",
10346
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
10347
+ },
10348
+ {
10349
+ "name": "deleteButton",
10350
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
10351
+ }
10352
+ ],
10233
10353
  "events": [
10234
10354
  {
10235
10355
  "name": "detail-click",
@@ -10330,7 +10450,7 @@
10330
10450
  },
10331
10451
  {
10332
10452
  "name": "ui5-tree-item-custom",
10333
- "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the tree list item\n- **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item",
10453
+ "description": "The `ui5-tree-item-custom` represents a node in a tree structure, shown as a `ui5-list`.\n\nThis is the item to use inside a `ui5-tree`.\nYou can represent an arbitrary tree structure by recursively nesting tree items.\n\nYou can use this item to put any custom content inside the tree item.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/TreeItemCustom.js\";`\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Methods:**\n - **toggle(): _void_** - Call this method to manually switch the `expanded` state of a tree item.\n\n### **Slots:**\n - **content** - Defines the content of the `ui5-tree-item`.\n- **default** - Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the tree list item\n- **additionalText** - Used to style the additionalText of the tree list item\n- **icon** - Used to style the icon of the tree list item",
10334
10454
  "doc-url": "",
10335
10455
  "attributes": [
10336
10456
  {
@@ -10420,6 +10540,14 @@
10420
10540
  {
10421
10541
  "name": "content",
10422
10542
  "description": "Defines the content of the `ui5-tree-item`."
10543
+ },
10544
+ {
10545
+ "name": "default",
10546
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
10547
+ },
10548
+ {
10549
+ "name": "deleteButton",
10550
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
10423
10551
  }
10424
10552
  ],
10425
10553
  "events": [
@@ -10624,6 +10752,10 @@
10624
10752
  "name": "part(icon)",
10625
10753
  "description": "Used to style the icon of the `ui5-checkbox`"
10626
10754
  },
10755
+ {
10756
+ "name": "part(header)",
10757
+ "description": "Used to style the header item of the group"
10758
+ },
10627
10759
  {
10628
10760
  "name": "part(header)",
10629
10761
  "description": "Used to style the header of the component"
@@ -10764,6 +10896,22 @@
10764
10896
  "name": "part(token-\\{index\\})",
10765
10897
  "description": "Used to style each token(where `token-0` corresponds to the first item)"
10766
10898
  },
10899
+ {
10900
+ "name": "part(header)",
10901
+ "description": "Used to style the header item of the group"
10902
+ },
10903
+ {
10904
+ "name": "part(root)",
10905
+ "description": "Used to style the root DOM element of the Input component"
10906
+ },
10907
+ {
10908
+ "name": "part(input)",
10909
+ "description": "Used to style the native input element"
10910
+ },
10911
+ {
10912
+ "name": "part(clear-icon)",
10913
+ "description": "Used to style the clear icon, which can be pressed to clear user input text"
10914
+ },
10767
10915
  {
10768
10916
  "name": "part(header)",
10769
10917
  "description": "Used to style the wrapper of the header."
@@ -10852,6 +11000,10 @@
10852
11000
  "name": "part(endIcon)",
10853
11001
  "description": "Used to style the end icon in the native button element"
10854
11002
  },
11003
+ {
11004
+ "name": "part(header)",
11005
+ "description": "Used to style the header item of the group"
11006
+ },
10855
11007
  {
10856
11008
  "name": "part(slider)",
10857
11009
  "description": "Used to style the track, where the handle is being slid"
@@ -10884,6 +11036,18 @@
10884
11036
  "name": "part(textarea)",
10885
11037
  "description": "Used to style the native textarea"
10886
11038
  },
11039
+ {
11040
+ "name": "part(button)",
11041
+ "description": "Used to style the native button element"
11042
+ },
11043
+ {
11044
+ "name": "part(icon)",
11045
+ "description": "Used to style the icon in the native button element"
11046
+ },
11047
+ {
11048
+ "name": "part(endIcon)",
11049
+ "description": "Used to style the end icon in the native button element"
11050
+ },
10887
11051
  {
10888
11052
  "name": "part(title)",
10889
11053
  "description": "Used to style the title of the tree list item"