@ui5/webcomponents 1.24.0-rc.4 → 2.0.0-rc.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 (735) hide show
  1. package/CHANGELOG.md +347 -0
  2. package/README.md +1 -0
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/Badge.d.ts +1 -0
  5. package/dist/Badge.js +6 -0
  6. package/dist/Badge.js.map +1 -1
  7. package/dist/Bar.d.ts +73 -0
  8. package/dist/Bar.js +113 -0
  9. package/dist/Bar.js.map +1 -0
  10. package/dist/Breadcrumbs.d.ts +5 -5
  11. package/dist/Breadcrumbs.js +10 -14
  12. package/dist/Breadcrumbs.js.map +1 -1
  13. package/dist/BusyIndicator.d.ts +1 -1
  14. package/dist/BusyIndicator.js +5 -1
  15. package/dist/BusyIndicator.js.map +1 -1
  16. package/dist/Calendar.d.ts +5 -5
  17. package/dist/Calendar.js +7 -7
  18. package/dist/Calendar.js.map +1 -1
  19. package/dist/Card.d.ts +3 -13
  20. package/dist/Card.js +1 -1
  21. package/dist/Card.js.map +1 -1
  22. package/dist/CardHeader.d.ts +6 -8
  23. package/dist/CardHeader.js +11 -7
  24. package/dist/CardHeader.js.map +1 -1
  25. package/dist/Carousel.d.ts +17 -2
  26. package/dist/Carousel.js +17 -4
  27. package/dist/Carousel.js.map +1 -1
  28. package/dist/CheckBox.d.ts +1 -0
  29. package/dist/CheckBox.js +5 -0
  30. package/dist/CheckBox.js.map +1 -1
  31. package/dist/ColorPalette.d.ts +7 -7
  32. package/dist/ColorPalette.js +14 -17
  33. package/dist/ColorPalette.js.map +1 -1
  34. package/dist/ColorPalettePopover.d.ts +0 -16
  35. package/dist/ColorPalettePopover.js +0 -23
  36. package/dist/ColorPalettePopover.js.map +1 -1
  37. package/dist/ColorPicker.d.ts +3 -3
  38. package/dist/ColorPicker.js +23 -23
  39. package/dist/ColorPicker.js.map +1 -1
  40. package/dist/ComboBox.d.ts +1 -0
  41. package/dist/ComboBox.js +11 -10
  42. package/dist/ComboBox.js.map +1 -1
  43. package/dist/DatePicker.d.ts +3 -3
  44. package/dist/DatePicker.js +7 -10
  45. package/dist/DatePicker.js.map +1 -1
  46. package/dist/DateRangePicker.d.ts +2 -2
  47. package/dist/DateRangePicker.js +2 -2
  48. package/dist/DateRangePicker.js.map +1 -1
  49. package/dist/DateTimePicker.d.ts +3 -3
  50. package/dist/DateTimePicker.js +6 -10
  51. package/dist/DateTimePicker.js.map +1 -1
  52. package/dist/Dialog.d.ts +0 -1
  53. package/dist/Dialog.js +1 -3
  54. package/dist/Dialog.js.map +1 -1
  55. package/dist/FileUploader.d.ts +3 -3
  56. package/dist/FileUploader.js +11 -11
  57. package/dist/FileUploader.js.map +1 -1
  58. package/dist/Input.d.ts +2 -1
  59. package/dist/Input.js +12 -8
  60. package/dist/Input.js.map +1 -1
  61. package/dist/List.d.ts +18 -18
  62. package/dist/List.js +37 -37
  63. package/dist/List.js.map +1 -1
  64. package/dist/ListItem.d.ts +3 -3
  65. package/dist/ListItem.js +15 -15
  66. package/dist/ListItem.js.map +1 -1
  67. package/dist/Menu.d.ts +2 -1
  68. package/dist/Menu.js +11 -9
  69. package/dist/Menu.js.map +1 -1
  70. package/dist/MultiComboBox.d.ts +14 -14
  71. package/dist/MultiComboBox.js +63 -59
  72. package/dist/MultiComboBox.js.map +1 -1
  73. package/dist/MultiInput.d.ts +1 -0
  74. package/dist/MultiInput.js +5 -2
  75. package/dist/MultiInput.js.map +1 -1
  76. package/dist/NavigationMenu.js +5 -5
  77. package/dist/NavigationMenu.js.map +1 -1
  78. package/dist/Option.d.ts +0 -9
  79. package/dist/Option.js +0 -3
  80. package/dist/Option.js.map +1 -1
  81. package/dist/Popover.d.ts +9 -12
  82. package/dist/Popover.js +50 -49
  83. package/dist/Popover.js.map +1 -1
  84. package/dist/Popup.d.ts +2 -4
  85. package/dist/Popup.js +38 -22
  86. package/dist/Popup.js.map +1 -1
  87. package/dist/ProgressIndicator.d.ts +0 -7
  88. package/dist/ProgressIndicator.js +0 -6
  89. package/dist/ProgressIndicator.js.map +1 -1
  90. package/dist/RadioButton.d.ts +1 -0
  91. package/dist/RadioButton.js +5 -0
  92. package/dist/RadioButton.js.map +1 -1
  93. package/dist/ResponsivePopover.js +0 -6
  94. package/dist/ResponsivePopover.js.map +1 -1
  95. package/dist/Select.d.ts +5 -7
  96. package/dist/Select.js +17 -24
  97. package/dist/Select.js.map +1 -1
  98. package/dist/SliderBase.d.ts +1 -1
  99. package/dist/SliderBase.js +1 -1
  100. package/dist/SliderBase.js.map +1 -1
  101. package/dist/Tab.d.ts +23 -11
  102. package/dist/Tab.js +32 -28
  103. package/dist/Tab.js.map +1 -1
  104. package/dist/TabContainer.d.ts +41 -84
  105. package/dist/TabContainer.js +98 -161
  106. package/dist/TabContainer.js.map +1 -1
  107. package/dist/TabSeparator.d.ts +12 -7
  108. package/dist/TabSeparator.js +10 -12
  109. package/dist/TabSeparator.js.map +1 -1
  110. package/dist/TextArea.d.ts +4 -3
  111. package/dist/TextArea.js +8 -11
  112. package/dist/TextArea.js.map +1 -1
  113. package/dist/TimePickerBase.d.ts +9 -9
  114. package/dist/TimePickerBase.js +24 -24
  115. package/dist/TimePickerBase.js.map +1 -1
  116. package/dist/Toast.js +0 -2
  117. package/dist/Toast.js.map +1 -1
  118. package/dist/Tokenizer.d.ts +1 -0
  119. package/dist/Tokenizer.js +8 -6
  120. package/dist/Tokenizer.js.map +1 -1
  121. package/dist/Toolbar.d.ts +6 -7
  122. package/dist/Toolbar.js +14 -23
  123. package/dist/Toolbar.js.map +1 -1
  124. package/dist/ToolbarButton.d.ts +0 -1
  125. package/dist/ToolbarButton.js +1 -3
  126. package/dist/ToolbarButton.js.map +1 -1
  127. package/dist/ToolbarRegistry.d.ts +1 -2
  128. package/dist/ToolbarRegistry.js +1 -4
  129. package/dist/ToolbarRegistry.js.map +1 -1
  130. package/dist/Tree.d.ts +4 -4
  131. package/dist/Tree.js +6 -6
  132. package/dist/Tree.js.map +1 -1
  133. package/dist/TreeItemBase.d.ts +1 -1
  134. package/dist/TreeItemBase.js.map +1 -1
  135. package/dist/bundle.common.bootstrap.js.map +1 -1
  136. package/dist/bundle.esm.js.map +1 -1
  137. package/dist/css/themes/Avatar.css +1 -1
  138. package/dist/css/themes/AvatarGroup.css +1 -1
  139. package/dist/css/themes/Badge.css +1 -1
  140. package/dist/css/themes/Bar.css +1 -0
  141. package/dist/css/themes/Breadcrumbs.css +1 -1
  142. package/dist/css/themes/BusyIndicator.css +1 -1
  143. package/dist/css/themes/Button.css +1 -1
  144. package/dist/css/themes/Calendar.css +1 -1
  145. package/dist/css/themes/CalendarHeader.css +1 -1
  146. package/dist/css/themes/CalendarLegend.css +1 -1
  147. package/dist/css/themes/CalendarLegendItem.css +1 -1
  148. package/dist/css/themes/Card.css +1 -1
  149. package/dist/css/themes/CardHeader.css +1 -1
  150. package/dist/css/themes/Carousel.css +1 -1
  151. package/dist/css/themes/CheckBox.css +1 -1
  152. package/dist/css/themes/ColorPalette.css +1 -1
  153. package/dist/css/themes/ColorPaletteItem.css +1 -1
  154. package/dist/css/themes/ColorPalettePopover.css +1 -1
  155. package/dist/css/themes/ColorPicker.css +1 -1
  156. package/dist/css/themes/ComboBox.css +1 -1
  157. package/dist/css/themes/CustomListItem.css +1 -1
  158. package/dist/css/themes/DatePicker.css +1 -1
  159. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  160. package/dist/css/themes/DayPicker.css +1 -1
  161. package/dist/css/themes/Dialog.css +1 -1
  162. package/dist/css/themes/FileUploader.css +1 -1
  163. package/dist/css/themes/GroupHeaderListItem.css +1 -1
  164. package/dist/css/themes/GrowingButton.css +1 -1
  165. package/dist/css/themes/Icon.css +1 -1
  166. package/dist/css/themes/Input.css +1 -1
  167. package/dist/css/themes/InputIcon.css +1 -1
  168. package/dist/css/themes/InputSharedStyles.css +1 -1
  169. package/dist/css/themes/Link.css +1 -1
  170. package/dist/css/themes/List.css +1 -1
  171. package/dist/css/themes/ListItem.css +1 -1
  172. package/dist/css/themes/ListItemBase.css +1 -1
  173. package/dist/css/themes/Menu.css +1 -1
  174. package/dist/css/themes/MenuListItem.css +1 -1
  175. package/dist/css/themes/MessageStrip.css +1 -1
  176. package/dist/css/themes/MonthPicker.css +1 -1
  177. package/dist/css/themes/MultiComboBox.css +1 -1
  178. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  179. package/dist/css/themes/MultiInput.css +1 -1
  180. package/dist/css/themes/NavigationMenu.css +1 -1
  181. package/dist/css/themes/Panel.css +1 -1
  182. package/dist/css/themes/Popover.css +1 -1
  183. package/dist/css/themes/Popup.css +1 -1
  184. package/dist/css/themes/PopupBlockLayer.css +1 -0
  185. package/dist/css/themes/PopupsCommon.css +1 -1
  186. package/dist/css/themes/ProgressIndicator.css +1 -1
  187. package/dist/css/themes/RadioButton.css +1 -1
  188. package/dist/css/themes/RangeSlider.css +1 -1
  189. package/dist/css/themes/RatingIndicator.css +1 -1
  190. package/dist/css/themes/ResponsivePopover.css +1 -1
  191. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  192. package/dist/css/themes/SegmentedButton.css +1 -1
  193. package/dist/css/themes/Select.css +1 -1
  194. package/dist/css/themes/SelectMenu.css +1 -1
  195. package/dist/css/themes/SelectPopover.css +1 -1
  196. package/dist/css/themes/SliderBase.css +1 -1
  197. package/dist/css/themes/SplitButton.css +1 -1
  198. package/dist/css/themes/StepInput.css +1 -1
  199. package/dist/css/themes/Switch.css +1 -1
  200. package/dist/css/themes/TabContainer.css +1 -1
  201. package/dist/css/themes/TabInOverflow.css +1 -1
  202. package/dist/css/themes/TabInStrip.css +1 -1
  203. package/dist/css/themes/TabSemanticIcon.css +1 -1
  204. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  205. package/dist/css/themes/TabSeparatorInStrip.css +1 -1
  206. package/dist/css/themes/Table.css +1 -1
  207. package/dist/css/themes/TableCell.css +1 -1
  208. package/dist/css/themes/TableColumn.css +1 -1
  209. package/dist/css/themes/TableGroupRow.css +1 -1
  210. package/dist/css/themes/TableRow.css +1 -1
  211. package/dist/css/themes/TextArea.css +1 -1
  212. package/dist/css/themes/TimePicker.css +1 -1
  213. package/dist/css/themes/Toast.css +1 -1
  214. package/dist/css/themes/ToggleButton.css +1 -1
  215. package/dist/css/themes/Token.css +1 -1
  216. package/dist/css/themes/Tokenizer.css +1 -1
  217. package/dist/css/themes/TokenizerPopover.css +1 -1
  218. package/dist/css/themes/Toolbar.css +1 -1
  219. package/dist/css/themes/ToolbarPopover.css +1 -1
  220. package/dist/css/themes/TreeItem.css +1 -1
  221. package/dist/css/themes/ValueStateMessage.css +1 -1
  222. package/dist/css/themes/WheelSlider.css +1 -1
  223. package/dist/css/themes/YearPicker.css +1 -1
  224. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
  225. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  226. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  227. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  228. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  229. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  230. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  231. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  232. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  233. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  234. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  235. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  236. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  237. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  238. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  239. package/dist/custom-elements-internal.json +431 -481
  240. package/dist/custom-elements.json +281 -304
  241. package/dist/features/InputSuggestions.d.ts +2 -2
  242. package/dist/features/InputSuggestions.js +8 -7
  243. package/dist/features/InputSuggestions.js.map +1 -1
  244. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  245. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  246. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  247. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  248. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  249. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  250. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  251. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  252. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  253. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  254. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  255. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  256. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  257. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  258. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  259. package/dist/generated/json-imports/Themes.js +1 -1
  260. package/dist/generated/json-imports/Themes.js.map +1 -1
  261. package/dist/generated/json-imports/i18n.js +1 -1
  262. package/dist/generated/json-imports/i18n.js.map +1 -1
  263. package/dist/generated/templates/BarTemplate.lit.d.ts +4 -0
  264. package/dist/generated/templates/BarTemplate.lit.js +5 -0
  265. package/dist/generated/templates/BarTemplate.lit.js.map +1 -0
  266. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
  267. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js.map +1 -1
  268. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +2 -1
  269. package/dist/generated/templates/BreadcrumbsTemplate.lit.js.map +1 -1
  270. package/dist/generated/templates/CardHeaderTemplate.lit.js +2 -2
  271. package/dist/generated/templates/CardHeaderTemplate.lit.js.map +1 -1
  272. package/dist/generated/templates/CarouselTemplate.lit.js +1 -1
  273. package/dist/generated/templates/CarouselTemplate.lit.js.map +1 -1
  274. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +2 -1
  275. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js.map +1 -1
  276. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  277. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js.map +1 -1
  278. package/dist/generated/templates/ColorPaletteTemplate.lit.js +2 -1
  279. package/dist/generated/templates/ColorPaletteTemplate.lit.js.map +1 -1
  280. package/dist/generated/templates/ColorPickerTemplate.lit.js +1 -1
  281. package/dist/generated/templates/ColorPickerTemplate.lit.js.map +1 -1
  282. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +2 -2
  283. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  284. package/dist/generated/templates/ComboBoxTemplate.lit.js +21 -2
  285. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  286. package/dist/generated/templates/CustomListItemTemplate.lit.js +2 -2
  287. package/dist/generated/templates/CustomListItemTemplate.lit.js.map +1 -1
  288. package/dist/generated/templates/DatePickerInputTemplate.lit.d.ts +4 -0
  289. package/dist/generated/templates/DatePickerInputTemplate.lit.js +7 -0
  290. package/dist/generated/templates/DatePickerInputTemplate.lit.js.map +1 -0
  291. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  292. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js.map +1 -1
  293. package/dist/generated/templates/DatePickerTemplate.lit.js +5 -2
  294. package/dist/generated/templates/DatePickerTemplate.lit.js.map +1 -1
  295. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  296. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js.map +1 -1
  297. package/dist/generated/templates/DateTimePickerTemplate.lit.d.ts +4 -0
  298. package/dist/generated/templates/DateTimePickerTemplate.lit.js +13 -0
  299. package/dist/generated/templates/DateTimePickerTemplate.lit.js.map +1 -0
  300. package/dist/generated/templates/DialogTemplate.lit.js +1 -1
  301. package/dist/generated/templates/DialogTemplate.lit.js.map +1 -1
  302. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +1 -1
  303. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js.map +1 -1
  304. package/dist/generated/templates/FileUploaderTemplate.lit.js +6 -2
  305. package/dist/generated/templates/FileUploaderTemplate.lit.js.map +1 -1
  306. package/dist/generated/templates/InputPopoverTemplate.lit.js +2 -2
  307. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  308. package/dist/generated/templates/InputTemplate.lit.js +22 -2
  309. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  310. package/dist/generated/templates/ListItemTemplate.lit.js +2 -2
  311. package/dist/generated/templates/ListItemTemplate.lit.js.map +1 -1
  312. package/dist/generated/templates/ListTemplate.lit.js +2 -2
  313. package/dist/generated/templates/ListTemplate.lit.js.map +1 -1
  314. package/dist/generated/templates/MenuListItemTemplate.lit.js +2 -2
  315. package/dist/generated/templates/MenuListItemTemplate.lit.js.map +1 -1
  316. package/dist/generated/templates/MenuTemplate.lit.js +2 -2
  317. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  318. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +4 -4
  319. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  320. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +28 -2
  321. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  322. package/dist/generated/templates/MultiInputTemplate.lit.js +22 -2
  323. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  324. package/dist/generated/templates/NavigationMenuTemplate.lit.js +1 -1
  325. package/dist/generated/templates/NavigationMenuTemplate.lit.js.map +1 -1
  326. package/dist/generated/templates/PopoverTemplate.lit.js +1 -1
  327. package/dist/generated/templates/PopoverTemplate.lit.js.map +1 -1
  328. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +2 -2
  329. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js.map +1 -1
  330. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  331. package/dist/generated/templates/PopupTemplate.lit.js.map +1 -1
  332. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
  333. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js.map +1 -1
  334. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +2 -2
  335. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js.map +1 -1
  336. package/dist/generated/templates/SelectMenuTemplate.lit.js +1 -1
  337. package/dist/generated/templates/SelectMenuTemplate.lit.js.map +1 -1
  338. package/dist/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  339. package/dist/generated/templates/SelectPopoverTemplate.lit.js.map +1 -1
  340. package/dist/generated/templates/SelectTemplate.lit.js +18 -2
  341. package/dist/generated/templates/SelectTemplate.lit.js.map +1 -1
  342. package/dist/generated/templates/StandardListItemTemplate.lit.js +2 -2
  343. package/dist/generated/templates/StandardListItemTemplate.lit.js.map +1 -1
  344. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +2 -2
  345. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  346. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +1 -1
  347. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js.map +1 -1
  348. package/dist/generated/templates/TabContainerTemplate.lit.js +2 -1
  349. package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
  350. package/dist/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  351. package/dist/generated/templates/TabInOverflowTemplate.lit.js.map +1 -1
  352. package/dist/generated/templates/TabInStripTemplate.lit.js +1 -1
  353. package/dist/generated/templates/TabInStripTemplate.lit.js.map +1 -1
  354. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +1 -1
  355. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js.map +1 -1
  356. package/dist/generated/templates/TableTemplate.lit.js +1 -1
  357. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  358. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  359. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js.map +1 -1
  360. package/dist/generated/templates/TextAreaTemplate.lit.js +6 -2
  361. package/dist/generated/templates/TextAreaTemplate.lit.js.map +1 -1
  362. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +2 -2
  363. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js.map +1 -1
  364. package/dist/generated/templates/TimePickerTemplate.lit.js +2 -1
  365. package/dist/generated/templates/TimePickerTemplate.lit.js.map +1 -1
  366. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +1 -1
  367. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js.map +1 -1
  368. package/dist/generated/templates/TokenizerTemplate.lit.js +10 -2
  369. package/dist/generated/templates/TokenizerTemplate.lit.js.map +1 -1
  370. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js +1 -1
  371. package/dist/generated/templates/ToolbarPopoverTemplate.lit.js.map +1 -1
  372. package/dist/generated/templates/ToolbarTemplate.lit.js +2 -1
  373. package/dist/generated/templates/ToolbarTemplate.lit.js.map +1 -1
  374. package/dist/generated/templates/TreeItemBaseTemplate.lit.js +2 -2
  375. package/dist/generated/templates/TreeItemBaseTemplate.lit.js.map +1 -1
  376. package/dist/generated/templates/TreeItemCustomTemplate.lit.js +2 -2
  377. package/dist/generated/templates/TreeItemCustomTemplate.lit.js.map +1 -1
  378. package/dist/generated/templates/TreeItemTemplate.lit.js +2 -2
  379. package/dist/generated/templates/TreeItemTemplate.lit.js.map +1 -1
  380. package/dist/generated/templates/TreeTemplate.lit.js +1 -1
  381. package/dist/generated/templates/TreeTemplate.lit.js.map +1 -1
  382. package/dist/generated/themes/Avatar.css.js +1 -1
  383. package/dist/generated/themes/Avatar.css.js.map +1 -1
  384. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  385. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  386. package/dist/generated/themes/Badge.css.js +1 -1
  387. package/dist/generated/themes/Badge.css.js.map +1 -1
  388. package/dist/generated/themes/Bar.css.js +9 -0
  389. package/dist/generated/themes/Bar.css.js.map +1 -0
  390. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  391. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  392. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  393. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  394. package/dist/generated/themes/Button.css.js +1 -1
  395. package/dist/generated/themes/Button.css.js.map +1 -1
  396. package/dist/generated/themes/Calendar.css.js +1 -1
  397. package/dist/generated/themes/Calendar.css.js.map +1 -1
  398. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  399. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  400. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  401. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  402. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  403. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  404. package/dist/generated/themes/Card.css.js +1 -1
  405. package/dist/generated/themes/Card.css.js.map +1 -1
  406. package/dist/generated/themes/CardHeader.css.js +1 -1
  407. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  408. package/dist/generated/themes/Carousel.css.js +1 -1
  409. package/dist/generated/themes/Carousel.css.js.map +1 -1
  410. package/dist/generated/themes/CheckBox.css.js +1 -1
  411. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  412. package/dist/generated/themes/ColorPalette.css.js +1 -1
  413. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  414. package/dist/generated/themes/{ColorPaletteStaticArea.css.js → ColorPaletteDialog.css.js} +2 -2
  415. package/dist/generated/themes/ColorPaletteDialog.css.js.map +1 -0
  416. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  417. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  418. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  419. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  420. package/dist/generated/themes/ColorPicker.css.js +1 -1
  421. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  422. package/dist/generated/themes/ComboBox.css.js +1 -1
  423. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  424. package/dist/generated/themes/CustomListItem.css.js +1 -1
  425. package/dist/generated/themes/CustomListItem.css.js.map +1 -1
  426. package/dist/generated/themes/DatePicker.css.js +1 -1
  427. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  428. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  429. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  430. package/dist/generated/themes/DayPicker.css.js +1 -1
  431. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  432. package/dist/generated/themes/Dialog.css.js +1 -1
  433. package/dist/generated/themes/Dialog.css.js.map +1 -1
  434. package/dist/generated/themes/FileUploader.css.js +1 -1
  435. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  436. package/dist/generated/themes/GroupHeaderListItem.css.js +1 -1
  437. package/dist/generated/themes/GroupHeaderListItem.css.js.map +1 -1
  438. package/dist/generated/themes/GrowingButton.css.js +1 -1
  439. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  440. package/dist/generated/themes/Icon.css.js +1 -1
  441. package/dist/generated/themes/Icon.css.js.map +1 -1
  442. package/dist/generated/themes/Input.css.js +1 -1
  443. package/dist/generated/themes/Input.css.js.map +1 -1
  444. package/dist/generated/themes/InputIcon.css.js +1 -1
  445. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  446. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  447. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  448. package/dist/generated/themes/Link.css.js +1 -1
  449. package/dist/generated/themes/Link.css.js.map +1 -1
  450. package/dist/generated/themes/List.css.js +1 -1
  451. package/dist/generated/themes/List.css.js.map +1 -1
  452. package/dist/generated/themes/ListItem.css.js +1 -1
  453. package/dist/generated/themes/ListItem.css.js.map +1 -1
  454. package/dist/generated/themes/ListItemBase.css.js +1 -1
  455. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  456. package/dist/generated/themes/Menu.css.js +1 -1
  457. package/dist/generated/themes/Menu.css.js.map +1 -1
  458. package/dist/generated/themes/MenuListItem.css.js +1 -1
  459. package/dist/generated/themes/MenuListItem.css.js.map +1 -1
  460. package/dist/generated/themes/MessageStrip.css.js +1 -1
  461. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  462. package/dist/generated/themes/MonthPicker.css.js +1 -1
  463. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  464. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  465. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  466. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  467. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  468. package/dist/generated/themes/MultiInput.css.js +1 -1
  469. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  470. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  471. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  472. package/dist/generated/themes/Panel.css.js +1 -1
  473. package/dist/generated/themes/Panel.css.js.map +1 -1
  474. package/dist/generated/themes/Popover.css.js +1 -1
  475. package/dist/generated/themes/Popover.css.js.map +1 -1
  476. package/dist/generated/themes/Popup.css.js +1 -1
  477. package/dist/generated/themes/Popup.css.js.map +1 -1
  478. package/dist/generated/themes/PopupBlockLayer.css.d.ts +3 -0
  479. package/dist/generated/themes/{PopupStaticAreaStyles.css.js → PopupBlockLayer.css.js} +2 -2
  480. package/dist/generated/themes/PopupBlockLayer.css.js.map +1 -0
  481. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  482. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  483. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  484. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  485. package/dist/generated/themes/RadioButton.css.js +1 -1
  486. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  487. package/dist/generated/themes/RangeSlider.css.js +1 -1
  488. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  489. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  490. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  491. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  492. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  493. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  494. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  495. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  496. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  497. package/dist/generated/themes/Select.css.js +1 -1
  498. package/dist/generated/themes/Select.css.js.map +1 -1
  499. package/dist/generated/themes/SelectMenu.css.js +1 -1
  500. package/dist/generated/themes/SelectMenu.css.js.map +1 -1
  501. package/dist/generated/themes/SelectPopover.css.js +1 -1
  502. package/dist/generated/themes/SelectPopover.css.js.map +1 -1
  503. package/dist/generated/themes/SliderBase.css.js +1 -1
  504. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  505. package/dist/generated/themes/SplitButton.css.js +1 -1
  506. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  507. package/dist/generated/themes/StepInput.css.js +1 -1
  508. package/dist/generated/themes/StepInput.css.js.map +1 -1
  509. package/dist/generated/themes/Switch.css.js +1 -1
  510. package/dist/generated/themes/Switch.css.js.map +1 -1
  511. package/dist/generated/themes/TabContainer.css.js +1 -1
  512. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  513. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  514. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  515. package/dist/generated/themes/TabInStrip.css.js +1 -1
  516. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  517. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  518. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  519. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  520. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  521. package/dist/generated/themes/TabSeparatorInStrip.css.js +1 -1
  522. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  523. package/dist/generated/themes/Table.css.js +1 -1
  524. package/dist/generated/themes/Table.css.js.map +1 -1
  525. package/dist/generated/themes/TableCell.css.js +1 -1
  526. package/dist/generated/themes/TableCell.css.js.map +1 -1
  527. package/dist/generated/themes/TableColumn.css.js +1 -1
  528. package/dist/generated/themes/TableColumn.css.js.map +1 -1
  529. package/dist/generated/themes/TableGroupRow.css.js +1 -1
  530. package/dist/generated/themes/TableGroupRow.css.js.map +1 -1
  531. package/dist/generated/themes/TableRow.css.js +1 -1
  532. package/dist/generated/themes/TableRow.css.js.map +1 -1
  533. package/dist/generated/themes/TextArea.css.js +1 -1
  534. package/dist/generated/themes/TextArea.css.js.map +1 -1
  535. package/dist/generated/themes/TimePicker.css.js +1 -1
  536. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  537. package/dist/generated/themes/Toast.css.js +1 -1
  538. package/dist/generated/themes/Toast.css.js.map +1 -1
  539. package/dist/generated/themes/ToggleButton.css.js +1 -1
  540. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  541. package/dist/generated/themes/Token.css.js +1 -1
  542. package/dist/generated/themes/Token.css.js.map +1 -1
  543. package/dist/generated/themes/Tokenizer.css.js +1 -1
  544. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  545. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  546. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  547. package/dist/generated/themes/Toolbar.css.js +1 -1
  548. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  549. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  550. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  551. package/dist/generated/themes/TreeItem.css.js +1 -1
  552. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  553. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  554. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  555. package/dist/generated/themes/WheelSlider.css.js +1 -1
  556. package/dist/generated/themes/WheelSlider.css.js.map +1 -1
  557. package/dist/generated/themes/YearPicker.css.js +1 -1
  558. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  559. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  560. package/dist/generated/themes/sap_belize/parameters-bundle.css.js.map +1 -1
  561. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  562. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js.map +1 -1
  563. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  564. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js.map +1 -1
  565. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  566. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  567. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  568. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  569. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  570. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  571. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  572. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  573. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  574. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  575. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  576. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  577. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  578. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  579. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  580. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  581. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  582. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  583. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  584. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  585. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  586. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  587. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  588. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  589. package/dist/types/BarDesign.d.ts +27 -0
  590. package/dist/types/BarDesign.js +29 -0
  591. package/dist/types/BarDesign.js.map +1 -0
  592. package/dist/types/{BreadcrumbsSeparatorStyle.d.ts → BreadcrumbsSeparator.d.ts} +3 -3
  593. package/dist/types/BreadcrumbsSeparator.js +39 -0
  594. package/dist/types/BreadcrumbsSeparator.js.map +1 -0
  595. package/dist/types/BusyIndicatorSize.d.ts +3 -3
  596. package/dist/types/BusyIndicatorSize.js +3 -3
  597. package/dist/types/BusyIndicatorSize.js.map +1 -1
  598. package/dist/types/{CarouselPageIndicatorStyle.d.ts → CarouselPageIndicatorType.d.ts} +3 -3
  599. package/dist/types/{CarouselPageIndicatorStyle.js → CarouselPageIndicatorType.js} +8 -8
  600. package/dist/types/CarouselPageIndicatorType.js.map +1 -0
  601. package/dist/types/{ListMode.d.ts → ListSelectionMode.d.ts} +8 -8
  602. package/dist/types/{ListMode.js → ListSelectionMode.js} +13 -13
  603. package/dist/types/ListSelectionMode.js.map +1 -0
  604. package/dist/types/{TabsOverflowMode.d.ts → OverflowMode.d.ts} +2 -2
  605. package/dist/types/{TabsOverflowMode.js → OverflowMode.js} +7 -7
  606. package/dist/types/OverflowMode.js.map +1 -0
  607. package/dist/types/PopoverHorizontalAlign.d.ts +4 -4
  608. package/dist/types/PopoverHorizontalAlign.js +4 -4
  609. package/dist/types/PopoverHorizontalAlign.js.map +1 -1
  610. package/dist/types/{PopoverPlacementType.d.ts → PopoverPlacement.d.ts} +7 -7
  611. package/dist/types/PopoverPlacement.js +29 -0
  612. package/dist/types/PopoverPlacement.js.map +1 -0
  613. package/dist/vscode.html-custom-data.json +76 -73
  614. package/dist/web-types.json +144 -121
  615. package/package-scripts.cjs +0 -1
  616. package/package.json +9 -9
  617. package/src/Bar.hbs +16 -0
  618. package/src/Breadcrumbs.hbs +3 -1
  619. package/src/BreadcrumbsPopover.hbs +3 -3
  620. package/src/CardHeader.hbs +3 -3
  621. package/src/Carousel.hbs +1 -0
  622. package/src/ColorPalette.hbs +5 -3
  623. package/src/ColorPaletteDialog.hbs +2 -0
  624. package/src/ColorPalettePopover.hbs +1 -1
  625. package/src/ColorPicker.hbs +3 -3
  626. package/src/ComboBox.hbs +2 -0
  627. package/src/ComboBoxPopover.hbs +5 -6
  628. package/src/DatePicker.hbs +2 -45
  629. package/src/DatePickerInput.hbs +45 -0
  630. package/src/DatePickerPopover.hbs +3 -3
  631. package/src/DateTimePicker.hbs +2 -0
  632. package/src/DateTimePickerPopover.hbs +1 -1
  633. package/src/FileUploader.hbs +2 -1
  634. package/src/FileUploaderPopover.hbs +2 -2
  635. package/src/Input.hbs +3 -1
  636. package/src/InputPopover.hbs +4 -4
  637. package/src/List.hbs +5 -6
  638. package/src/ListItem.hbs +1 -1
  639. package/src/Menu.hbs +3 -3
  640. package/src/MultiComboBox.hbs +2 -0
  641. package/src/MultiComboBoxPopover.hbs +6 -5
  642. package/src/NavigationMenu.hbs +1 -1
  643. package/src/Popup.hbs +2 -1
  644. package/src/PopupBlockLayer.hbs +2 -4
  645. package/src/ProgressIndicator.hbs +0 -1
  646. package/src/ResponsivePopover.hbs +1 -0
  647. package/src/Select.hbs +2 -0
  648. package/src/SelectMenu.hbs +4 -4
  649. package/src/SelectPopover.hbs +5 -5
  650. package/src/TabContainer.hbs +4 -2
  651. package/src/TabContainerPopover.hbs +4 -3
  652. package/src/TabInOverflow.hbs +1 -1
  653. package/src/TabInStrip.hbs +3 -3
  654. package/src/TabSeparatorInOverflow.hbs +1 -1
  655. package/src/Table.hbs +0 -1
  656. package/src/TextArea.hbs +2 -0
  657. package/src/TextAreaPopover.hbs +1 -1
  658. package/src/TimePicker.hbs +2 -0
  659. package/src/TimePickerPopover.hbs +6 -6
  660. package/src/Tokenizer.hbs +3 -1
  661. package/src/TokenizerPopover.hbs +3 -3
  662. package/src/Toolbar.hbs +3 -1
  663. package/src/ToolbarPopover.hbs +2 -2
  664. package/src/Tree.hbs +1 -1
  665. package/src/themes/Badge.css +2 -1
  666. package/src/themes/Bar.css +75 -0
  667. package/src/themes/Breadcrumbs.css +5 -5
  668. package/src/themes/BusyIndicator.css +18 -17
  669. package/src/themes/CardHeader.css +6 -4
  670. package/src/themes/Carousel.css +2 -1
  671. package/src/themes/CheckBox.css +11 -14
  672. package/src/themes/Dialog.css +2 -1
  673. package/src/themes/List.css +3 -3
  674. package/src/themes/ListItem.css +3 -3
  675. package/src/themes/Menu.css +1 -1
  676. package/src/themes/Popover.css +12 -12
  677. package/src/themes/Popup.css +5 -2
  678. package/src/themes/{PopupStaticAreaStyles.css → PopupBlockLayer.css} +6 -5
  679. package/src/themes/PopupsCommon.css +0 -1
  680. package/src/themes/ProgressIndicator.css +0 -4
  681. package/src/themes/RadioButton.css +4 -7
  682. package/src/themes/TabContainer.css +1 -0
  683. package/src/themes/TabInOverflow.css +1 -0
  684. package/src/themes/TabInStrip.css +8 -4
  685. package/src/themes/TabSeparatorInOverflow.css +2 -2
  686. package/src/themes/TabSeparatorInStrip.css +2 -2
  687. package/src/themes/TreeItem.css +2 -2
  688. package/src/themes/base/Bar-parameters.css +8 -0
  689. package/src/themes/base/RadioButton-parameters.css +0 -1
  690. package/src/themes/base/sizes-parameters.css +3 -0
  691. package/src/themes/sap_belize/parameters-bundle.css +2 -1
  692. package/src/themes/sap_belize_hcb/parameters-bundle.css +2 -1
  693. package/src/themes/sap_belize_hcw/parameters-bundle.css +2 -1
  694. package/src/themes/sap_fiori_3/parameters-bundle.css +2 -1
  695. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +2 -1
  696. package/src/themes/sap_fiori_3_hcb/Bar-parameters.css +5 -0
  697. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -1
  698. package/src/themes/sap_fiori_3_hcw/Bar-parameters.css +5 -0
  699. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  700. package/src/themes/sap_horizon/parameters-bundle.css +2 -1
  701. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +1 -0
  702. package/src/themes/sap_horizon_dark/parameters-bundle.css +2 -1
  703. package/src/themes/sap_horizon_hcb/Bar-parameters.css +5 -0
  704. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -0
  705. package/src/themes/sap_horizon_hcb/parameters-bundle.css +2 -1
  706. package/src/themes/sap_horizon_hcw/Bar-parameters.css +5 -0
  707. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -0
  708. package/src/themes/sap_horizon_hcw/parameters-bundle.css +2 -1
  709. package/dist/Assets-static.d.ts +0 -4
  710. package/dist/Assets-static.js +0 -6
  711. package/dist/Assets-static.js.map +0 -1
  712. package/dist/css/themes/PopupStaticAreaStyles.css +0 -1
  713. package/dist/generated/json-imports/Themes-static.d.ts +0 -1
  714. package/dist/generated/json-imports/Themes-static.js +0 -45
  715. package/dist/generated/json-imports/Themes-static.js.map +0 -1
  716. package/dist/generated/json-imports/i18n-static.d.ts +0 -1
  717. package/dist/generated/json-imports/i18n-static.js +0 -168
  718. package/dist/generated/json-imports/i18n-static.js.map +0 -1
  719. package/dist/generated/themes/ColorPaletteStaticArea.css.js.map +0 -1
  720. package/dist/generated/themes/PopupStaticAreaStyles.css.js.map +0 -1
  721. package/dist/types/BreadcrumbsSeparatorStyle.js +0 -39
  722. package/dist/types/BreadcrumbsSeparatorStyle.js.map +0 -1
  723. package/dist/types/CarouselPageIndicatorStyle.js.map +0 -1
  724. package/dist/types/ListMode.js.map +0 -1
  725. package/dist/types/PopoverPlacementType.js +0 -29
  726. package/dist/types/PopoverPlacementType.js.map +0 -1
  727. package/dist/types/TabContainerBackgroundDesign.d.ts +0 -22
  728. package/dist/types/TabContainerBackgroundDesign.js +0 -24
  729. package/dist/types/TabContainerBackgroundDesign.js.map +0 -1
  730. package/dist/types/TabsOverflowMode.js.map +0 -1
  731. /package/dist/css/themes/{ColorPaletteStaticArea.css → ColorPaletteDialog.css} +0 -0
  732. /package/dist/generated/themes/{ColorPaletteStaticArea.css.d.ts → Bar.css.d.ts} +0 -0
  733. /package/dist/generated/themes/{PopupStaticAreaStyles.css.d.ts → ColorPaletteDialog.css.d.ts} +0 -0
  734. /package/src/themes/{ColorPaletteStaticArea.css → ColorPaletteDialog.css} +0 -0
  735. /package/src/themes/base/{PopupStaticAreaStyles-parameters.css → PopupBlockLayer-parameters.css} +0 -0
@@ -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": "1.24.0-rc.4",
4
+ "version": "2.0.0-rc.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -295,6 +295,48 @@
295
295
  ]
296
296
  }
297
297
  },
298
+ {
299
+ "name": "ui5-bar",
300
+ "description": "### Overview\nThe Bar is a container which is primarily used to hold titles, buttons and input elements\nand its design and functionality is the basis for page headers and footers.\nThe component consists of three areas to hold its content - startContent slot, default slot and endContent slot.\nIt has the capability to center content, such as a title, while having other components on the left and right side.\n\n### Usage\nWith the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter.\n\n**Note:** Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.\n\n### Responsive Behavior\nThe default slot will be centered in the available space between the startContent and the endContent areas,\ntherefore it might not always be centered in the entire bar.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Bar.js\";`\n---\n\n\n### **Slots:**\n - **startContent** - Defines the content at the start of the bar.\n- **default** - Defines the content in the middle of the bar.\n- **endContent** - Defines the content at the end of the bar.\n\n### **CSS Parts:**\n - **bar** - Used to style the wrapper of the content of the component",
301
+ "doc-url": "",
302
+ "attributes": [
303
+ {
304
+ "name": "design",
305
+ "description": "Defines the component's design.",
306
+ "value": {
307
+ "type": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\"",
308
+ "default": "\"Header\""
309
+ }
310
+ }
311
+ ],
312
+ "slots": [
313
+ {
314
+ "name": "startContent",
315
+ "description": "Defines the content at the start of the bar."
316
+ },
317
+ {
318
+ "name": "default",
319
+ "description": "Defines the content in the middle of the bar."
320
+ },
321
+ {
322
+ "name": "endContent",
323
+ "description": "Defines the content at the end of the bar."
324
+ }
325
+ ],
326
+ "events": [],
327
+ "js": {
328
+ "properties": [
329
+ {
330
+ "name": "design",
331
+ "description": "Defines the component's design.",
332
+ "value": {
333
+ "type": "\"Header\" | \"Subheader\" | \"Footer\" | \"FloatingFooter\""
334
+ }
335
+ }
336
+ ],
337
+ "events": []
338
+ }
339
+ },
298
340
  {
299
341
  "name": "ui5-breadcrumbs",
300
342
  "description": "### Overview\nEnables users to navigate between items by providing a list of links to previous steps in the user's navigation path.\nIt helps the user to be aware of their location within the application and allows faster navigation.\n\nThe last three steps can be accessed as links directly, while the remaining links prior to them are available\nin a drop-down menu.\n\nYou can choose the type of separator to be used from a number of predefined options.\n\n### Keyboard Handling\nThe `ui5-breadcrumbs` provides advanced keyboard handling.\n\n- [F4], [Alt] + [Up], [Alt] + [Down], [Space], or [Enter] - If the dropdown arrow is focused - opens/closes the drop-down.\n- [Space],[Enter] - Activates the focused item and triggers the `item-click` event.\n- [Escape] - Closes the drop-down.\n- [Left] - If the drop-down is closed - navigates one item to the left.\n- [Right] - If the drop-down is closed - navigates one item to the right.\n- [Up] - If the drop-down is open - moves focus to the next item.\n- [Down] - If the drop-down is open - moves focus to the previous item.\n- [Home] - Navigates to the first item.\n- [End] - Navigates to the last item.\n---\n\n\n### **Events:**\n - **item-click** - Fires when a `BreadcrumbsItem` is clicked.\n\n**Note:** You can prevent browser location change by calling `event.preventDefault()`.\n\n### **Slots:**\n - **default** - Defines the component items.\n\n**Note:** Use the `ui5-breadcrumbs-item` component to define the desired items.",
@@ -309,7 +351,7 @@
309
351
  }
310
352
  },
311
353
  {
312
- "name": "separator-style",
354
+ "name": "separators",
313
355
  "description": "Determines the visual style of the separator between the breadcrumb items.",
314
356
  "value": {
315
357
  "type": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\"",
@@ -337,7 +379,7 @@
337
379
  "value": { "type": "\"Standard\" | \"NoCurrentPage\"" }
338
380
  },
339
381
  {
340
- "name": "separator-style",
382
+ "name": "separators",
341
383
  "description": "Determines the visual style of the separator between the breadcrumb items.",
342
384
  "value": {
343
385
  "type": "\"Slash\" | \"BackSlash\" | \"DoubleBackSlash\" | \"DoubleGreaterThan\" | \"DoubleSlash\" | \"GreaterThan\""
@@ -414,10 +456,7 @@
414
456
  {
415
457
  "name": "size",
416
458
  "description": "Defines the size of the component.",
417
- "value": {
418
- "type": "\"Small\" | \"Medium\" | \"Large\"",
419
- "default": "\"Medium\""
420
- }
459
+ "value": { "type": "\"S\" | \"M\" | \"L\"", "default": "\"M\"" }
421
460
  },
422
461
  {
423
462
  "name": "active",
@@ -455,7 +494,7 @@
455
494
  {
456
495
  "name": "size",
457
496
  "description": "Defines the size of the component.",
458
- "value": { "type": "\"Small\" | \"Medium\" | \"Large\"" }
497
+ "value": { "type": "\"S\" | \"M\" | \"L\"" }
459
498
  },
460
499
  {
461
500
  "name": "active",
@@ -618,7 +657,7 @@
618
657
  },
619
658
  {
620
659
  "name": "ui5-calendar",
621
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selected-dates-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selected-dates-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date`.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
660
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date`.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
622
661
  "doc-url": "",
623
662
  "attributes": [
624
663
  {
@@ -682,7 +721,7 @@
682
721
  ],
683
722
  "events": [
684
723
  {
685
- "name": "selected-dates-change",
724
+ "name": "selection-change",
686
725
  "description": "Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually."
687
726
  }
688
727
  ],
@@ -730,7 +769,7 @@
730
769
  ],
731
770
  "events": [
732
771
  {
733
- "name": "selected-dates-change",
772
+ "name": "selection-change",
734
773
  "description": "Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually."
735
774
  }
736
775
  ]
@@ -858,7 +897,7 @@
858
897
  },
859
898
  {
860
899
  "name": "ui5-card",
861
- "description": "### Overview\n\nThe `ui5-card` is a component that represents information in the form of a\ntile with separate header and content areas.\nThe content area of a `ui5-card` can be arbitrary HTML content.\nThe header can be used through slot `header`. For which there is a `ui5-card-header` component to achieve the card look and feel.\n\nNote: We recommend the usage of `ui5-card-header` for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Card\";`\n\n`import \"@ui5/webcomponents/dist/CardHeader.js\";` (for `ui5-card-header`)\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **header** - Defines the header of the component.\n\n**Note:** Use `ui5-card-header` for the intended design.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the card component\n- **content** - Used to style the content of the card",
900
+ "description": "### Overview\n\nThe `ui5-card` is a component that represents information in the form of a\ntile with separate header and content areas.\nThe content area of a `ui5-card` can be arbitrary HTML content.\nThe header can be used through slot `header`. For which there is a `ui5-card-header` component to achieve the card look and feel.\n\nNote: We recommend the usage of `ui5-card-header` for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Card.js\";`\n\n`import \"@ui5/webcomponents/dist/CardHeader.js\";` (for `ui5-card-header`)\n---\n\n\n### **Slots:**\n - **default** - Defines the content of the component.\n- **header** - Defines the header of the component.\n\n**Note:** Use `ui5-card-header` for the intended design.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the card component\n- **content** - Used to style the content of the card",
862
901
  "doc-url": "",
863
902
  "attributes": [
864
903
  {
@@ -901,7 +940,7 @@
901
940
  },
902
941
  {
903
942
  "name": "ui5-card-header",
904
- "description": "### Overview\n\nThe `ui5-card-header` is a component, meant to be used as a header of the `ui5-card` component.\nIt displays valuable information, that can be defined with several properties, such as: `titleText`, `subtitleText`, `status`\nand two slots: `avatar` and `action`.\n\n### Keyboard handling\nIn case you enable `interactive` property, you can press the `ui5-card-header` by Space and Enter keys.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/CardHeader\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n\n**Note:** The event would be fired only if the `interactive` property is set to true.\n\n### **Slots:**\n - **avatar** - Defines an avatar image, displayed in the left most part of the header.\n- **action** - Defines an action, displayed in the right most part of the header.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the CardHeader\n- **title** - Used to style the title of the CardHeader\n- **subtitle** - Used to style the subtitle of the CardHeader\n- **status** - Used to style the status of the CardHeader",
943
+ "description": "### Overview\n\nThe `ui5-card-header` is a component, meant to be used as a header of the `ui5-card` component.\nIt displays valuable information, that can be defined with several properties, such as: `titleText`, `subtitleText`, `additionalText`\nand two slots: `avatar` and `action`.\n\n### Keyboard handling\nIn case you enable `interactive` property, you can press the `ui5-card-header` by Space and Enter keys.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/CardHeader\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated by mouse/tap or by using the Enter or Space key.\n\n**Note:** The event would be fired only if the `interactive` property is set to true.\n\n### **Slots:**\n - **avatar** - Defines an avatar image, displayed in the left most part of the header.\n- **action** - Defines an action, displayed in the right most part of the header.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the CardHeader\n- **title** - Used to style the title of the CardHeader\n- **subtitle** - Used to style the subtitle of the CardHeader\n- **additional-text** - Used to style the additional text of the CardHeader",
905
944
  "doc-url": "",
906
945
  "attributes": [
907
946
  {
@@ -915,8 +954,8 @@
915
954
  "value": { "type": "string", "default": "\"\"" }
916
955
  },
917
956
  {
918
- "name": "status",
919
- "description": "Defines the status text.",
957
+ "name": "additional-text",
958
+ "description": "Defines the additional text.",
920
959
  "value": { "type": "string", "default": "\"\"" }
921
960
  },
922
961
  {
@@ -954,8 +993,8 @@
954
993
  "value": { "type": "string" }
955
994
  },
956
995
  {
957
- "name": "status",
958
- "description": "Defines the status text.",
996
+ "name": "additional-text",
997
+ "description": "Defines the additional text.",
959
998
  "value": { "type": "string" }
960
999
  },
961
1000
  {
@@ -977,6 +1016,16 @@
977
1016
  "description": "### Overview\nThe Carousel allows the user to browse through a set of items.\nThe component is mostly used for showing a gallery of images, but can hold any other HTML element.\n\nThere are several ways to perform navigation:\n\n- on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.\n- on mobile - the user can use swipe gestures.\n\n### Usage\n\n#### When to use:\n\n- The items you want to display are very different from each other.\n- You want to display the items one after the other.\n\n#### When not to use:\n\n- The items you want to display need to be visible at the same time.\n- The items you want to display are uniform and very similar.\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-carousel` is focused the user can navigate between the items\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] - Navigates to previous and next item\n- [Left] or [Right] - Navigates to previous and next item\n\n### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Carousel.js\";`\n---\n\n\n### **Events:**\n - **navigate** - Fired whenever the page changes due to user interaction,\nwhen the user clicks on the navigation arrows or while resizing,\nbased on the `items-per-page-l`, `items-per-page-m` and `items-per-page-s` properties.\n\n### **Methods:**\n - **navigateTo(itemIndex: _number_): _void_** - Changes the currently displayed page.\n\n### **Slots:**\n - **default** - Defines the content of the component.\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component",
978
1017
  "doc-url": "",
979
1018
  "attributes": [
1019
+ {
1020
+ "name": "accessible-name",
1021
+ "description": "Defines the accessible name of the component.",
1022
+ "value": { "type": "string", "default": "\"\"" }
1023
+ },
1024
+ {
1025
+ "name": "accessible-name-ref",
1026
+ "description": "Defines the IDs of the elements that label the input.",
1027
+ "value": { "type": "string", "default": "\"\"" }
1028
+ },
980
1029
  {
981
1030
  "name": "cyclic",
982
1031
  "description": "Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.",
@@ -1008,7 +1057,7 @@
1008
1057
  "value": { "type": "boolean", "default": "false" }
1009
1058
  },
1010
1059
  {
1011
- "name": "page-indicator-style",
1060
+ "name": "page-indicator-type",
1012
1061
  "description": "Defines the style of the page indicator.\nAvailable options are:\n\n- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)\n- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)",
1013
1062
  "value": {
1014
1063
  "type": "\"Default\" | \"Numeric\"",
@@ -1061,6 +1110,16 @@
1061
1110
  ],
1062
1111
  "js": {
1063
1112
  "properties": [
1113
+ {
1114
+ "name": "accessible-name",
1115
+ "description": "Defines the accessible name of the component.",
1116
+ "value": { "type": "string" }
1117
+ },
1118
+ {
1119
+ "name": "accessible-name-ref",
1120
+ "description": "Defines the IDs of the elements that label the input.",
1121
+ "value": { "type": "string" }
1122
+ },
1064
1123
  {
1065
1124
  "name": "cyclic",
1066
1125
  "description": "Defines whether the carousel should loop, i.e show the first page after the last page is reached and vice versa.",
@@ -1092,7 +1151,7 @@
1092
1151
  "value": { "type": "boolean" }
1093
1152
  },
1094
1153
  {
1095
- "name": "page-indicator-style",
1154
+ "name": "page-indicator-type",
1096
1155
  "description": "Defines the style of the page indicator.\nAvailable options are:\n\n- `Default` - The page indicator will be visualized as dots if there are fewer than 9 pages. If there are more pages, the page indicator will switch to displaying the current page and the total number of pages. (e.g. X of Y)\n- `Numeric` - The page indicator will display the current page and the total number of pages. (e.g. X of Y)",
1097
1156
  "value": { "type": "\"Default\" | \"Numeric\"" }
1098
1157
  },
@@ -1333,7 +1392,7 @@
1333
1392
  },
1334
1393
  {
1335
1394
  "name": "ui5-color-palette-popover",
1336
- "description": "### Overview\nRepresents a predefined range of colors for easier selection.\n\nOverview\nThe ColorPalettePopover provides the users with a slot to predefine colors.\n\nYou can customize them with the use of the colors property. You can specify a defaultColor and display a \"Default color\" button for the user to choose directly.\nYou can display a \"More colors...\" button that opens an additional color picker for the user to choose specific colors that are not present in the predefined range.\n\n### Usage\n\nThe palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.\n\nFor the `ui5-color-palette-popover`\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/ColorPalettePopover.js\";`\n---\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n- **close** - Fired when the `ui5-color-palette-popover` is closed due to user interaction.\n\n### **Methods:**\n - **showAt(opener: _HTMLElement_): _void_** - @deprecated The method is deprecated in favour of `open` and `opener` properties. - Shows the ColorPalettePopover.\n- **openPopover(opener: _HTMLElement_): _void_** - @deprecated The method is deprecated in favour of `open` and `opener` properties. - Shows the ColorPalettePopover.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
1395
+ "description": "### Overview\nRepresents a predefined range of colors for easier selection.\n\nOverview\nThe ColorPalettePopover provides the users with a slot to predefine colors.\n\nYou can customize them with the use of the colors property. You can specify a defaultColor and display a \"Default color\" button for the user to choose directly.\nYou can display a \"More colors...\" button that opens an additional color picker for the user to choose specific colors that are not present in the predefined range.\n\n### Usage\n\nThe palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.\n\nFor the `ui5-color-palette-popover`\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/ColorPalettePopover.js\";`\n---\n\n\n### **Events:**\n - **item-click** - Fired when the user selects a color.\n- **close** - Fired when the `ui5-color-palette-popover` is closed due to user interaction.\n\n### **Slots:**\n - **default** - Defines the content of the component.",
1337
1396
  "doc-url": "",
1338
1397
  "attributes": [
1339
1398
  {
@@ -1437,7 +1496,7 @@
1437
1496
  "doc-url": "",
1438
1497
  "attributes": [
1439
1498
  {
1440
- "name": "color",
1499
+ "name": "value",
1441
1500
  "description": "Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.",
1442
1501
  "value": {
1443
1502
  "type": "string",
@@ -1454,7 +1513,7 @@
1454
1513
  "js": {
1455
1514
  "properties": [
1456
1515
  {
1457
- "name": "color",
1516
+ "name": "value",
1458
1517
  "description": "Defines the currently selected color of the component.\n\n**Note**: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property.",
1459
1518
  "value": { "type": "string" }
1460
1519
  }
@@ -3313,7 +3372,7 @@
3313
3372
  },
3314
3373
  {
3315
3374
  "name": "ui5-list",
3316
- "description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-groupheader`\n\nTo benefit from the built-in selection mechanism, you can use the available\nselection modes, such as\n`SingleSelect`, `MultiSelect` and `Delete`.\n\nAdditionally, the `ui5-list` provides header, footer, and customization for the list item separators.\n\n### Keyboard Handling\n\n#### Basic Navigation\nThe `ui5-list` provides advanced keyboard handling.\nWhen a list is focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- [Up] or [Down] - Navigates up and down the items\n- [Home] - Navigates to first item\n- [End] - Navigates to the last item\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete),\nwhen the `mode` property is in use:\n\n- [Space] - Select an item (if `type` is 'Active') when `mode` is selection\n- [Delete] - Delete an item if `mode` property is `Delete`\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/List.js\";`\n\n`import \"@ui5/webcomponents/dist/StandardListItem.js\";` (for `ui5-li`)\n\n`import \"@ui5/webcomponents/dist/CustomListItem.js\";` (for `ui5-li-custom`)\n\n`import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";` (for `ui5-li-groupheader`)\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n- **item-close** - Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n- **item-toggle** - Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n- **item-delete** - Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes.\n- **load-more** - Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-groupheader` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored.",
3375
+ "description": "### Overview\n\nThe `ui5-list` component allows displaying a list of items, advanced keyboard\nhandling support for navigating between items, and predefined modes to improve the development efficiency.\n\nThe `ui5-list` is a container for the available list items:\n\n- `ui5-li`\n- `ui5-li-custom`\n- `ui5-li-groupheader`\n\nTo benefit from the built-in selection mechanism, you can use the available\nselection modes, such as\n`Single`, `Multiple` and `Delete`.\n\nAdditionally, the `ui5-list` provides header, footer, and customization for the list item separators.\n\n### Keyboard Handling\n\n#### Basic Navigation\nThe `ui5-list` provides advanced keyboard handling.\nWhen a list is focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- [Up] or [Down] - Navigates up and down the items\n- [Home] - Navigates to first item\n- [End] - Navigates to the last item\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete),\nwhen the `selectionMode` property is in use:\n\n- [Space] - Select an item (if `type` is 'Active') when `selectionMode` is selection\n- [Delete] - Delete an item if `selectionMode` property is `Delete`\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/List.js\";`\n\n`import \"@ui5/webcomponents/dist/StandardListItem.js\";` (for `ui5-li`)\n\n`import \"@ui5/webcomponents/dist/CustomListItem.js\";` (for `ui5-li-custom`)\n\n`import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";` (for `ui5-li-groupheader`)\n---\n\n\n### **Events:**\n - **item-click** - Fired when an item is activated, unless the item's `type` property\nis set to `Inactive`.\n- **item-close** - Fired when the `Close` button of any item is clicked\n\n**Note:** This event is only applicable to list items that can be closed (such as notification list items),\nnot to be confused with `item-delete`.\n- **item-toggle** - Fired when the `Toggle` button of any item is clicked.\n\n**Note:** This event is only applicable to list items that can be toggled (such as notification group list items).\n- **item-delete** - Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes.\n- **load-more** - Fired when the user scrolls to the bottom of the list.\n\n**Note:** The event is fired when the `growing='Scroll'` property is enabled.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n\n**Note:** Use `ui5-li`, `ui5-li-custom`, and `ui5-li-groupheader` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When `header` is set, the\n`headerText` property is ignored.",
3317
3376
  "doc-url": "",
3318
3377
  "attributes": [
3319
3378
  {
@@ -3332,10 +3391,10 @@
3332
3391
  "value": { "type": "boolean", "default": "false" }
3333
3392
  },
3334
3393
  {
3335
- "name": "mode",
3336
- "description": "Defines the mode of the component.",
3394
+ "name": "selection-mode",
3395
+ "description": "Defines the selection mode of the component.",
3337
3396
  "value": {
3338
- "type": "\"None\" | \"SingleSelect\" | \"SingleSelectBegin\" | \"SingleSelectEnd\" | \"SingleSelectAuto\" | \"MultiSelect\" | \"Delete\"",
3397
+ "type": "\"None\" | \"Single\" | \"Multiple\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\"",
3339
3398
  "default": "\"None\""
3340
3399
  }
3341
3400
  },
@@ -3366,13 +3425,13 @@
3366
3425
  "value": { "type": "string", "default": "\"\"" }
3367
3426
  },
3368
3427
  {
3369
- "name": "busy",
3428
+ "name": "loading",
3370
3429
  "description": "Defines if the component would display a loading indicator over the list.",
3371
3430
  "value": { "type": "boolean", "default": "false" }
3372
3431
  },
3373
3432
  {
3374
- "name": "busy-delay",
3375
- "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
3433
+ "name": "loading-delay",
3434
+ "description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
3376
3435
  "value": { "type": "number", "default": "1000" }
3377
3436
  },
3378
3437
  {
@@ -3416,11 +3475,11 @@
3416
3475
  },
3417
3476
  {
3418
3477
  "name": "item-delete",
3419
- "description": "Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`."
3478
+ "description": "Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`."
3420
3479
  },
3421
3480
  {
3422
3481
  "name": "selection-change",
3423
- "description": "Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes."
3482
+ "description": "Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes."
3424
3483
  },
3425
3484
  {
3426
3485
  "name": "load-more",
@@ -3445,10 +3504,10 @@
3445
3504
  "value": { "type": "boolean" }
3446
3505
  },
3447
3506
  {
3448
- "name": "mode",
3449
- "description": "Defines the mode of the component.",
3507
+ "name": "selection-mode",
3508
+ "description": "Defines the selection mode of the component.",
3450
3509
  "value": {
3451
- "type": "\"None\" | \"SingleSelect\" | \"SingleSelectBegin\" | \"SingleSelectEnd\" | \"SingleSelectAuto\" | \"MultiSelect\" | \"Delete\""
3510
+ "type": "\"None\" | \"Single\" | \"Multiple\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\""
3452
3511
  }
3453
3512
  },
3454
3513
  {
@@ -3472,13 +3531,13 @@
3472
3531
  "value": { "type": "string" }
3473
3532
  },
3474
3533
  {
3475
- "name": "busy",
3534
+ "name": "loading",
3476
3535
  "description": "Defines if the component would display a loading indicator over the list.",
3477
3536
  "value": { "type": "boolean" }
3478
3537
  },
3479
3538
  {
3480
- "name": "busy-delay",
3481
- "description": "Defines the delay in milliseconds, after which the busy indicator will show up for this component.",
3539
+ "name": "loading-delay",
3540
+ "description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
3482
3541
  "value": { "type": "number" }
3483
3542
  },
3484
3543
  {
@@ -3512,11 +3571,11 @@
3512
3571
  },
3513
3572
  {
3514
3573
  "name": "item-delete",
3515
- "description": "Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`."
3574
+ "description": "Fired when the Delete button of any item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`."
3516
3575
  },
3517
3576
  {
3518
3577
  "name": "selection-change",
3519
- "description": "Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes."
3578
+ "description": "Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` selection modes."
3520
3579
  },
3521
3580
  {
3522
3581
  "name": "load-more",
@@ -4344,11 +4403,6 @@
4344
4403
  "description": "Defines the selected state of the component.",
4345
4404
  "value": { "type": "boolean", "default": "false" }
4346
4405
  },
4347
- {
4348
- "name": "disabled",
4349
- "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is hidden.",
4350
- "value": { "type": "boolean", "default": "false" }
4351
- },
4352
4406
  {
4353
4407
  "name": "icon",
4354
4408
  "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -4382,11 +4436,6 @@
4382
4436
  "description": "Defines the selected state of the component.",
4383
4437
  "value": { "type": "boolean" }
4384
4438
  },
4385
- {
4386
- "name": "disabled",
4387
- "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is hidden.",
4388
- "value": { "type": "boolean" }
4389
- },
4390
4439
  {
4391
4440
  "name": "icon",
4392
4441
  "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
@@ -4538,18 +4587,18 @@
4538
4587
  "value": { "type": "string", "default": "\"\"" }
4539
4588
  },
4540
4589
  {
4541
- "name": "placement-type",
4590
+ "name": "placement",
4542
4591
  "description": "Determines on which side the component is placed at.",
4543
4592
  "value": {
4544
- "type": "\"Top\" | \"Bottom\" | \"Left\" | \"Right\"",
4545
- "default": "\"Right\""
4593
+ "type": "\"Top\" | \"Bottom\" | \"Start\" | \"End\"",
4594
+ "default": "\"End\""
4546
4595
  }
4547
4596
  },
4548
4597
  {
4549
4598
  "name": "horizontal-align",
4550
4599
  "description": "Determines the horizontal alignment of the component.",
4551
4600
  "value": {
4552
- "type": "\"Left\" | \"Right\" | \"Center\" | \"Stretch\"",
4601
+ "type": "\"Start\" | \"End\" | \"Center\" | \"Stretch\"",
4553
4602
  "default": "\"Center\""
4554
4603
  }
4555
4604
  },
@@ -4659,17 +4708,17 @@
4659
4708
  "value": { "type": "string" }
4660
4709
  },
4661
4710
  {
4662
- "name": "placement-type",
4711
+ "name": "placement",
4663
4712
  "description": "Determines on which side the component is placed at.",
4664
4713
  "value": {
4665
- "type": "\"Top\" | \"Bottom\" | \"Left\" | \"Right\""
4714
+ "type": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
4666
4715
  }
4667
4716
  },
4668
4717
  {
4669
4718
  "name": "horizontal-align",
4670
4719
  "description": "Determines the horizontal alignment of the component.",
4671
4720
  "value": {
4672
- "type": "\"Left\" | \"Right\" | \"Center\" | \"Stretch\""
4721
+ "type": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
4673
4722
  }
4674
4723
  },
4675
4724
  {
@@ -4765,11 +4814,6 @@
4765
4814
  "description": "Defines the accessible ARIA name of the component.",
4766
4815
  "value": { "type": "string", "default": "\"\"" }
4767
4816
  },
4768
- {
4769
- "name": "disabled",
4770
- "description": "Defines whether component is in disabled state.",
4771
- "value": { "type": "boolean", "default": "false" }
4772
- },
4773
4817
  {
4774
4818
  "name": "hide-value",
4775
4819
  "description": "Defines whether the component value is shown.",
@@ -4805,11 +4849,6 @@
4805
4849
  "description": "Defines the accessible ARIA name of the component.",
4806
4850
  "value": { "type": "string" }
4807
4851
  },
4808
- {
4809
- "name": "disabled",
4810
- "description": "Defines whether component is in disabled state.",
4811
- "value": { "type": "boolean" }
4812
- },
4813
4852
  {
4814
4853
  "name": "hide-value",
4815
4854
  "description": "Defines whether the component value is shown.",
@@ -5222,18 +5261,18 @@
5222
5261
  "value": { "type": "string", "default": "\"\"" }
5223
5262
  },
5224
5263
  {
5225
- "name": "placement-type",
5264
+ "name": "placement",
5226
5265
  "description": "Determines on which side the component is placed at.",
5227
5266
  "value": {
5228
- "type": "\"Top\" | \"Bottom\" | \"Left\" | \"Right\"",
5229
- "default": "\"Right\""
5267
+ "type": "\"Top\" | \"Bottom\" | \"Start\" | \"End\"",
5268
+ "default": "\"End\""
5230
5269
  }
5231
5270
  },
5232
5271
  {
5233
5272
  "name": "horizontal-align",
5234
5273
  "description": "Determines the horizontal alignment of the component.",
5235
5274
  "value": {
5236
- "type": "\"Left\" | \"Right\" | \"Center\" | \"Stretch\"",
5275
+ "type": "\"Start\" | \"End\" | \"Center\" | \"Stretch\"",
5237
5276
  "default": "\"Center\""
5238
5277
  }
5239
5278
  },
@@ -5333,17 +5372,17 @@
5333
5372
  "value": { "type": "string" }
5334
5373
  },
5335
5374
  {
5336
- "name": "placement-type",
5375
+ "name": "placement",
5337
5376
  "description": "Determines on which side the component is placed at.",
5338
5377
  "value": {
5339
- "type": "\"Top\" | \"Bottom\" | \"Left\" | \"Right\""
5378
+ "type": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
5340
5379
  }
5341
5380
  },
5342
5381
  {
5343
5382
  "name": "horizontal-align",
5344
5383
  "description": "Determines the horizontal alignment of the component.",
5345
5384
  "value": {
5346
- "type": "\"Left\" | \"Right\" | \"Center\" | \"Stretch\""
5385
+ "type": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
5347
5386
  }
5348
5387
  },
5349
5388
  {
@@ -6816,7 +6855,7 @@
6816
6855
  },
6817
6856
  {
6818
6857
  "name": "ui5-tab",
6819
- "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Methods:**\n - **getTabInStripDomRef(): _ITab | null_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `subTabs` slot of other tabs are not shown in the header. Calling this method on such tabs will return `null`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **subTabs** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
6858
+ "description": "The `ui5-tab` represents a selectable item inside a `ui5-tabcontainer`.\nIt defines both the item in the tab strip (top part of the `ui5-tabcontainer`) and the\ncontent that is presented to the user once the tab is selected.\n---\n\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the tab that is placed in the header.\n\n**Note:** Tabs, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such tabs will return `undefined`.\n\n**Note:** If you need a DOM ref to the tab content please use the `getDomRef` method.\n\n### **Slots:**\n - **default** - Holds the content associated with this tab.\n- **items** - Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.",
6820
6859
  "doc-url": "",
6821
6860
  "attributes": [
6822
6861
  {
@@ -6859,7 +6898,7 @@
6859
6898
  "description": "Holds the content associated with this tab."
6860
6899
  },
6861
6900
  {
6862
- "name": "subTabs",
6901
+ "name": "items",
6863
6902
  "description": "Defines hierarchies with nested sub tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design."
6864
6903
  }
6865
6904
  ],
@@ -6907,21 +6946,11 @@
6907
6946
  "description": "### Overview\n\nThe `ui5-tabcontainer` represents a collection of tabs with associated content.\nNavigation through the tabs changes the content display of the currently active content area.\nA tab can be labeled with text only, or icons with text.\n\n### Structure\n\nThe `ui5-tabcontainer` can hold two types of entities:\n\n- `ui5-tab` - contains all the information on an item (text and icon)\n- `ui5-tab-separator` - used to separate tabs with a line\n\n### Hierarchies\nMultiple sub tabs could be placed underneath one main tab. Nesting allows deeper hierarchies with indentations\nto indicate the level of each nested tab. When a tab has both sub tabs and own content its click area is split\nto allow the user to display the content or alternatively to expand / collapse the list of sub tabs.\n\n### Keyboard Handling\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TabContainer.js\";`\n\n`import \"@ui5/webcomponents/dist/Tab.js\";` (for `ui5-tab`)\n\n`import \"@ui5/webcomponents/dist/TabSeparator.js\";` (for `ui5-tab-separator`)\n---\n\n\n### **Events:**\n - **tab-select** - Fired when a tab is selected.\n\n### **Slots:**\n - **default** - Defines the tabs.\n\n**Note:** Use `ui5-tab` and `ui5-tab-separator` for the intended design.\n- **overflowButton** - Defines the button which will open the overflow menu. If nothing is provided to this slot,\nthe default button will be used.\n- **startOverflowButton** - Defines the button which will open the start overflow menu if available. If nothing is provided to this slot,\nthe default button will be used.\n\n### **CSS Parts:**\n - **content** - Used to style the content of the component\n- **tabstrip** - Used to style the tabstrip of the component",
6908
6947
  "doc-url": "",
6909
6948
  "attributes": [
6910
- {
6911
- "name": "fixed",
6912
- "description": "Defines whether the tabs are in a fixed state that is not\nexpandable/collapsible by user interaction.",
6913
- "value": { "type": "boolean", "default": "false" }
6914
- },
6915
6949
  {
6916
6950
  "name": "collapsed",
6917
6951
  "description": "Defines whether the tab content is collapsed.",
6918
6952
  "value": { "type": "boolean", "default": "false" }
6919
6953
  },
6920
- {
6921
- "name": "show-overflow",
6922
- "description": "Defines whether the overflow select list is displayed.\n\nThe overflow select list represents a list, where all tabs are displayed\nso that it's easier for the user to select a specific tab.",
6923
- "value": { "type": "boolean", "default": "false" }
6924
- },
6925
6954
  {
6926
6955
  "name": "tab-layout",
6927
6956
  "description": "Defines the alignment of the content and the `additionalText` of a tab.\n\n**Note:**\nThe content and the `additionalText` would be displayed vertically by default,\nbut when set to `Inline`, they would be displayed horizontally.",
@@ -6931,7 +6960,7 @@
6931
6960
  }
6932
6961
  },
6933
6962
  {
6934
- "name": "tabs-overflow-mode",
6963
+ "name": "overflow-mode",
6935
6964
  "description": "Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n**Note:**\nOnly one overflow at the end would be displayed by default,\nbut when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.",
6936
6965
  "value": {
6937
6966
  "type": "\"End\" | \"StartAndEnd\"",
@@ -6982,28 +7011,18 @@
6982
7011
  ],
6983
7012
  "js": {
6984
7013
  "properties": [
6985
- {
6986
- "name": "fixed",
6987
- "description": "Defines whether the tabs are in a fixed state that is not\nexpandable/collapsible by user interaction.",
6988
- "value": { "type": "boolean" }
6989
- },
6990
7014
  {
6991
7015
  "name": "collapsed",
6992
7016
  "description": "Defines whether the tab content is collapsed.",
6993
7017
  "value": { "type": "boolean" }
6994
7018
  },
6995
- {
6996
- "name": "show-overflow",
6997
- "description": "Defines whether the overflow select list is displayed.\n\nThe overflow select list represents a list, where all tabs are displayed\nso that it's easier for the user to select a specific tab.",
6998
- "value": { "type": "boolean" }
6999
- },
7000
7019
  {
7001
7020
  "name": "tab-layout",
7002
7021
  "description": "Defines the alignment of the content and the `additionalText` of a tab.\n\n**Note:**\nThe content and the `additionalText` would be displayed vertically by default,\nbut when set to `Inline`, they would be displayed horizontally.",
7003
7022
  "value": { "type": "\"Standard\" | \"Inline\"" }
7004
7023
  },
7005
7024
  {
7006
- "name": "tabs-overflow-mode",
7025
+ "name": "overflow-mode",
7007
7026
  "description": "Defines the overflow mode of the header (the tab strip). If you have a large number of tabs, only the tabs that can fit on screen will be visible.\nAll other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n**Note:**\nOnly one overflow at the end would be displayed by default,\nbut when set to `StartAndEnd`, there will be two overflows on both ends, and tab order will not change on tab selection.",
7008
7027
  "value": { "type": "\"End\" | \"StartAndEnd\"" }
7009
7028
  },
@@ -7037,15 +7056,15 @@
7037
7056
  },
7038
7057
  {
7039
7058
  "name": "ui5-tab-separator",
7040
- "description": "The `ui5-tab-separator` represents a vertical line to separate tabs inside a `ui5-tabcontainer`.\n---\n\n\n### **Methods:**\n - **getTabInStripDomRef(): _ITab | null_** - Returns the DOM reference of the separator that is placed in the header.\n\n**Note:** Tabs and separators, placed in the `subTabs` slot of other tabs are not shown in the header. Calling this method on such tabs or separators will return `null`.",
7059
+ "description": "The `ui5-tab-separator` represents a vertical line to separate tabs inside a `ui5-tabcontainer`.\n---\n\n\n### **Methods:**\n - **getDomRefInStrip(): _HTMLElement | undefined_** - Returns the DOM reference of the separator that is placed in the header.\n\n**Note:** Separators, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such separators will return `undefined`.",
7041
7060
  "doc-url": "",
7042
7061
  "attributes": [],
7043
7062
  "events": [],
7044
7063
  "js": {
7045
7064
  "properties": [
7046
7065
  {
7047
- "name": "getTabInStripDomRef",
7048
- "description": "Returns the DOM reference of the separator that is placed in the header.\n\n**Note:** Tabs and separators, placed in the `subTabs` slot of other tabs are not shown in the header. Calling this method on such tabs or separators will return `null`.",
7066
+ "name": "getDomRefInStrip",
7067
+ "description": "Returns the DOM reference of the separator that is placed in the header.\n\n**Note:** Separators, placed in the `items` slot of other tabs are not shown in the header. Calling this method on such separators will return `undefined`.",
7049
7068
  "value": {}
7050
7069
  }
7051
7070
  ],
@@ -7569,7 +7588,7 @@
7569
7588
  },
7570
7589
  {
7571
7590
  "name": "ui5-time-picker",
7572
- "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **openPicker(): _Promise<void>_** - Opens the picker.\n- **closePicker(): _Promise<void>_** - Closes the picker\n- **isOpen(): _boolean_** - Checks if the picker is open\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.",
7591
+ "description": "### Overview\nThe `ui5-time-picker` component provides an input field with assigned clocks which are opened on user action.\nThe `ui5-time-picker` allows users to select a localized time using touch, mouse, or keyboard input.\nIt consists of two parts: the time input field and the clocks.\n\n### Usage\nThe user can enter a time by:\n\n- Using the clocks that are displayed in a popup\n- Typing it in directly in the input field\n\nWhen the user makes an entry and chooses the enter key, the clocks show the corresponding time (hours, minutes and seconds separately).\nWhen the user directly triggers the clocks display, the actual time is displayed.\nFor the `ui5-time-picker`\n\n### Formatting\n\nIf a time is entered by typing it into\nthe input field, it must fit to the used time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](http://unicode.org/reports/tr35/#Date_Field_Symbol_Table).\n\nFor example, if the `format-pattern` is \"HH:mm:ss\",\na valid value string is \"11:42:35\" and the same is displayed in the input.\n\n### Keyboard handling\n[F4], [Alt]+[Up], [Alt]+[Down] Open/Close picker dialog and move focus to it.\n\nWhen closed:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n-\n\nWhen opened:\n\n- [Page Up] - Increments hours by 1. If 12 am is reached, increment hours to 1 pm and vice versa.\n- [Page Down] - Decrements the corresponding field by 1. If 1 pm is reached, decrement hours to 12 am and vice versa.\n- [Shift]+[Page Up] - Increments minutes by 1.\n- [Shift]+[Page Down] - Decrements minutes by 1.\n- [Shift]+[Ctrl]+[Page Up] - Increments seconds by 1.\n- [Shift]+[Ctrl]+[Page Down] - Decrements seconds by 1.\n- [A] or [P] - Selects AM or PM respectively.\n- [0]-[9] - Allows direct time selecting (hours/minutes/seconds).\n- [:] - Allows switching between hours/minutes/seconds clocks. If the last clock is displayed and [:] is pressed, the first clock is beind displayed.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field.\n- **input** - Fired when the value of the `ui5-time-picker` is changed at each key stroke.\n\n### **Methods:**\n - **openPicker(): _void_** - Opens the picker.\n- **closePicker(): _void_** - Closes the picker\n- **isOpen(): _boolean_** - Checks if the picker is open\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date and time\naccording to the `formatPattern` property of the TimePicker instance\n- **isValid(value: _string | undefined_): _boolean_** - Checks if a value is valid against the current `formatPattern` value.\n\n**Note:** an empty string is considered as valid value.",
7573
7592
  "doc-url": "",
7574
7593
  "attributes": [
7575
7594
  {
@@ -7969,13 +7988,13 @@
7969
7988
  },
7970
7989
  {
7971
7990
  "name": "ui5-toolbar",
7972
- "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n---\n\n\n### **Methods:**\n - **isOverflowOpen(): _Promise<boolean>_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n \n **Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
7991
+ "description": "### Overview\n\nThe `ui5-toolbar` component is used to create a horizontal layout with items.\nThe items can be overflowing in a popover, when the space is not enough to show all of them.\n\n### Keyboard Handling\nThe `ui5-toolbar` provides advanced keyboard handling.\n\n- The control is not interactive, but can contain of interactive elements\n- [Tab] - iterates through elements\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Toolbar.js\";`\n---\n\n\n### **Methods:**\n - **isOverflowOpen(): _boolean_** - Returns if the overflow popup is open.\n\n### **Slots:**\n - **default** - Defines the items of the component.\n \n **Note:** Currently only `ui5-toolbar-button`, `ui5-toolbar-select`, `ui5-toolbar-separator` and `ui5-toolbar-spacer` are allowed here.",
7973
7992
  "doc-url": "",
7974
7993
  "attributes": [
7975
7994
  {
7976
7995
  "name": "align-content",
7977
7996
  "description": "Indicated the direction in which the Toolbar items will be aligned.",
7978
- "value": { "type": "\"End\" | \"Start\"", "default": "\"End\"" }
7997
+ "value": { "type": "\"Start\" | \"End\"", "default": "\"End\"" }
7979
7998
  },
7980
7999
  {
7981
8000
  "name": "accessible-name",
@@ -8000,7 +8019,7 @@
8000
8019
  {
8001
8020
  "name": "align-content",
8002
8021
  "description": "Indicated the direction in which the Toolbar items will be aligned.",
8003
- "value": { "type": "\"End\" | \"Start\"" }
8022
+ "value": { "type": "\"Start\" | \"End\"" }
8004
8023
  },
8005
8024
  {
8006
8025
  "name": "accessible-name",
@@ -8401,14 +8420,14 @@
8401
8420
  },
8402
8421
  {
8403
8422
  "name": "ui5-tree",
8404
- "description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `mode` property is in use:\n\n- [Space] - Selects the currently focused item upon keyup.\n- [Enter] - Selects the currently focused item upon keydown.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Tree.js\";`\n\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **item-toggle** - Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n- **item-mouseover** - Fired when the mouse cursor enters the tree item borders.\n- **item-mouseout** - Fired when the mouse cursor leaves the tree item borders.\n- **item-click** - Fired when a tree item is activated.\n- **item-delete** - Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes.\n\n### **Methods:**\n - **walk(callback: _WalkCallback_): _void_** - Perform Depth-First-Search walk on the tree and run a callback on each node\n\n### **Slots:**\n - **default** - Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored.",
8423
+ "description": "### Overview\nThe `ui5-tree` component provides a tree structure for displaying data in a hierarchy.\n\n### Usage\n\n#### When to use:\n\n- To display hierarchically structured items.\n- To select one or more items out of a set of hierarchically structured items.\n\n#### When not to use:\n\n- To display items not hierarchically structured. In this case, use the List component.\n- To select one item from a very small number of non-hierarchical items. Select or ComboBox might be more appropriate.\n- The hierarchy turns out to have only two levels. In this case, use List with group items.\n\n### Keyboard Handling\n\nThe `ui5-tree` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- [Up] or [Down] - Navigates up and down the tree items that are currently visible.\n- [Right] - Drills down the tree by expanding the tree nodes.\n- [Left] - Goes up the tree and collapses the tree nodes.\n\nThe user can use the following keyboard shortcuts to perform selection,\nwhen the `selectionMode` property is in use:\n\n- [Space] - Selects the currently focused item upon keyup.\n- [Enter] - Selects the currently focused item upon keydown.\n\n### ES6 Module Import\n`import \"@ui5/webcomponents/dist/Tree.js\";`\n\n`import \"@ui5/webcomponents/dist/TreeItem.js\";`\n---\n\n\n### **Events:**\n - **item-toggle** - Fired when a tree item is expanded or collapsed.\n\n**Note:** You can call `preventDefault()` on the event object to suppress the event, if needed.\nThis may be handy for example if you want to dynamically load tree items upon the user expanding a node.\nEven if you prevented the event's default behavior, you can always manually call `toggle()` on a tree item.\n- **item-mouseover** - Fired when the mouse cursor enters the tree item borders.\n- **item-mouseout** - Fired when the mouse cursor leaves the tree item borders.\n- **item-click** - Fired when a tree item is activated.\n- **item-delete** - Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`.\n- **selection-change** - Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes.\n\n### **Methods:**\n - **walk(callback: _WalkCallback_): _void_** - Perform Depth-First-Search walk on the tree and run a callback on each node\n\n### **Slots:**\n - **default** - Defines the items of the component. Tree items may have other tree items as children.\n\n**Note:** Use `ui5-tree-item` for the intended design.\n- **header** - Defines the component header.\n\n**Note:** When the `header` slot is set, the\n`headerText` property is ignored.",
8405
8424
  "doc-url": "",
8406
8425
  "attributes": [
8407
8426
  {
8408
- "name": "mode",
8409
- "description": "Defines the mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
8427
+ "name": "selection-mode",
8428
+ "description": "Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
8410
8429
  "value": {
8411
- "type": "\"None\" | \"SingleSelect\" | \"SingleSelectBegin\" | \"SingleSelectEnd\" | \"SingleSelectAuto\" | \"MultiSelect\" | \"Delete\"",
8430
+ "type": "\"None\" | \"Single\" | \"Multiple\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\"",
8412
8431
  "default": "\"None\""
8413
8432
  }
8414
8433
  },
@@ -8467,20 +8486,20 @@
8467
8486
  },
8468
8487
  {
8469
8488
  "name": "item-delete",
8470
- "description": "Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`."
8489
+ "description": "Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`."
8471
8490
  },
8472
8491
  {
8473
8492
  "name": "selection-change",
8474
- "description": "Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes."
8493
+ "description": "Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes."
8475
8494
  }
8476
8495
  ],
8477
8496
  "js": {
8478
8497
  "properties": [
8479
8498
  {
8480
- "name": "mode",
8481
- "description": "Defines the mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
8499
+ "name": "selection-mode",
8500
+ "description": "Defines the selection mode of the component. Since the tree uses a `ui5-list` to display its structure,\nthe tree modes are exactly the same as the list modes, and are all applicable.",
8482
8501
  "value": {
8483
- "type": "\"None\" | \"SingleSelect\" | \"SingleSelectBegin\" | \"SingleSelectEnd\" | \"SingleSelectAuto\" | \"MultiSelect\" | \"Delete\""
8502
+ "type": "\"None\" | \"Single\" | \"Multiple\" | \"SingleStart\" | \"SingleEnd\" | \"SingleAuto\" | \"Delete\""
8484
8503
  }
8485
8504
  },
8486
8505
  {
@@ -8528,11 +8547,11 @@
8528
8547
  },
8529
8548
  {
8530
8549
  "name": "item-delete",
8531
- "description": "Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `mode` property is set to `Delete`."
8550
+ "description": "Fired when the Delete button of any tree item is pressed.\n\n**Note:** A Delete button is displayed on each item,\nwhen the component `selectionMode` property is set to `Delete`."
8532
8551
  },
8533
8552
  {
8534
8553
  "name": "selection-change",
8535
- "description": "Fired when selection is changed by user interaction\nin `SingleSelect`, `SingleSelectBegin`, `SingleSelectEnd` and `MultiSelect` modes."
8554
+ "description": "Fired when selection is changed by user interaction\nin `Single`, `SingleStart`, `SingleEnd` and `Multiple` modes."
8536
8555
  }
8537
8556
  ]
8538
8557
  }
@@ -8564,7 +8583,7 @@
8564
8583
  },
8565
8584
  {
8566
8585
  "name": "indeterminate",
8567
- "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
8586
+ "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
8568
8587
  "value": { "type": "boolean", "default": "false" }
8569
8588
  },
8570
8589
  {
@@ -8647,7 +8666,7 @@
8647
8666
  },
8648
8667
  {
8649
8668
  "name": "indeterminate",
8650
- "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
8669
+ "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
8651
8670
  "value": { "type": "boolean" }
8652
8671
  },
8653
8672
  {
@@ -8727,7 +8746,7 @@
8727
8746
  },
8728
8747
  {
8729
8748
  "name": "indeterminate",
8730
- "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
8749
+ "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
8731
8750
  "value": { "type": "boolean", "default": "false" }
8732
8751
  },
8733
8752
  {
@@ -8811,7 +8830,7 @@
8811
8830
  },
8812
8831
  {
8813
8832
  "name": "indeterminate",
8814
- "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `MultiSelect` mode.",
8833
+ "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
8815
8834
  "value": { "type": "boolean" }
8816
8835
  },
8817
8836
  {
@@ -8874,6 +8893,10 @@
8874
8893
  "css": {
8875
8894
  "properties": [],
8876
8895
  "pseudo-elements": [
8896
+ {
8897
+ "name": "part(bar)",
8898
+ "description": "Used to style the wrapper of the content of the component"
8899
+ },
8877
8900
  {
8878
8901
  "name": "part(button)",
8879
8902
  "description": "Used to style the native button element"
@@ -8899,8 +8922,8 @@
8899
8922
  "description": "Used to style the subtitle of the CardHeader"
8900
8923
  },
8901
8924
  {
8902
- "name": "part(status)",
8903
- "description": "Used to style the status of the CardHeader"
8925
+ "name": "part(additional-text)",
8926
+ "description": "Used to style the additional text of the CardHeader"
8904
8927
  },
8905
8928
  {
8906
8929
  "name": "part(content)",