@ui5/webcomponents 2.0.0-rc.6 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (906) hide show
  1. package/CHANGELOG.md +161 -0
  2. package/README.md +1 -4
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/Avatar.d.ts +13 -18
  5. package/dist/Avatar.js +77 -17
  6. package/dist/Avatar.js.map +1 -1
  7. package/dist/AvatarGroup.d.ts +1 -1
  8. package/dist/AvatarGroup.js +21 -3
  9. package/dist/AvatarGroup.js.map +1 -1
  10. package/dist/Bar.d.ts +1 -1
  11. package/dist/Bar.js +7 -2
  12. package/dist/Bar.js.map +1 -1
  13. package/dist/Breadcrumbs.d.ts +1 -1
  14. package/dist/Breadcrumbs.js +25 -5
  15. package/dist/Breadcrumbs.js.map +1 -1
  16. package/dist/BreadcrumbsItem.d.ts +3 -3
  17. package/dist/BreadcrumbsItem.js +1 -1
  18. package/dist/BreadcrumbsItem.js.map +1 -1
  19. package/dist/BusyIndicator.d.ts +5 -5
  20. package/dist/BusyIndicator.js +33 -5
  21. package/dist/BusyIndicator.js.map +1 -1
  22. package/dist/Button.d.ts +9 -9
  23. package/dist/Button.js +107 -7
  24. package/dist/Button.js.map +1 -1
  25. package/dist/Calendar.d.ts +46 -7
  26. package/dist/Calendar.js +143 -16
  27. package/dist/Calendar.js.map +1 -1
  28. package/dist/CalendarDate.d.ts +1 -0
  29. package/dist/CalendarDate.js +11 -0
  30. package/dist/CalendarDate.js.map +1 -1
  31. package/dist/CalendarDateRange.d.ts +1 -0
  32. package/dist/CalendarDateRange.js +18 -0
  33. package/dist/CalendarDateRange.js.map +1 -1
  34. package/dist/CalendarLegend.js +24 -0
  35. package/dist/CalendarLegend.js.map +1 -1
  36. package/dist/CalendarLegendItem.d.ts +2 -2
  37. package/dist/CalendarLegendItem.js +16 -2
  38. package/dist/CalendarLegendItem.js.map +1 -1
  39. package/dist/CalendarPart.js +1 -2
  40. package/dist/CalendarPart.js.map +1 -1
  41. package/dist/Card.d.ts +4 -4
  42. package/dist/Card.js.map +1 -1
  43. package/dist/CardHeader.d.ts +6 -6
  44. package/dist/CardHeader.js +20 -2
  45. package/dist/CardHeader.js.map +1 -1
  46. package/dist/Carousel.d.ts +9 -9
  47. package/dist/Carousel.js +104 -14
  48. package/dist/Carousel.js.map +1 -1
  49. package/dist/CheckBox.d.ts +9 -9
  50. package/dist/CheckBox.js +85 -3
  51. package/dist/CheckBox.js.map +1 -1
  52. package/dist/ColorPalette.d.ts +2 -4
  53. package/dist/ColorPalette.js +34 -17
  54. package/dist/ColorPalette.js.map +1 -1
  55. package/dist/ColorPaletteItem.d.ts +3 -3
  56. package/dist/ColorPaletteItem.js +37 -5
  57. package/dist/ColorPaletteItem.js.map +1 -1
  58. package/dist/ColorPalettePopover.js +30 -4
  59. package/dist/ColorPalettePopover.js.map +1 -1
  60. package/dist/ColorPicker.d.ts +3 -3
  61. package/dist/ColorPicker.js +49 -8
  62. package/dist/ColorPicker.js.map +1 -1
  63. package/dist/ComboBox.d.ts +12 -11
  64. package/dist/ComboBox.js +108 -12
  65. package/dist/ComboBox.js.map +1 -1
  66. package/dist/ComboBoxItem.d.ts +4 -4
  67. package/dist/ComboBoxItem.js +18 -0
  68. package/dist/ComboBoxItem.js.map +1 -1
  69. package/dist/ComboBoxItemGroup.d.ts +2 -2
  70. package/dist/ComboBoxItemGroup.js +9 -1
  71. package/dist/ComboBoxItemGroup.js.map +1 -1
  72. package/dist/DateComponentBase.d.ts +3 -3
  73. package/dist/DateComponentBase.js +20 -3
  74. package/dist/DateComponentBase.js.map +1 -1
  75. package/dist/DatePicker.d.ts +7 -7
  76. package/dist/DatePicker.js +58 -4
  77. package/dist/DatePicker.js.map +1 -1
  78. package/dist/DateRangePicker.d.ts +2 -2
  79. package/dist/DateRangePicker.js +11 -4
  80. package/dist/DateRangePicker.js.map +1 -1
  81. package/dist/DateTimePicker.js +25 -2
  82. package/dist/DateTimePicker.js.map +1 -1
  83. package/dist/DayPicker.js +52 -18
  84. package/dist/DayPicker.js.map +1 -1
  85. package/dist/Dialog.d.ts +2 -2
  86. package/dist/Dialog.js +48 -2
  87. package/dist/Dialog.js.map +1 -1
  88. package/dist/DropIndicator.js +31 -4
  89. package/dist/DropIndicator.js.map +1 -1
  90. package/dist/FileUploader.d.ts +5 -5
  91. package/dist/FileUploader.js +43 -2
  92. package/dist/FileUploader.js.map +1 -1
  93. package/dist/Filters.js +2 -2
  94. package/dist/Filters.js.map +1 -1
  95. package/dist/Form.d.ts +5 -3
  96. package/dist/Form.js +65 -15
  97. package/dist/Form.js.map +1 -1
  98. package/dist/FormGroup.d.ts +4 -3
  99. package/dist/FormGroup.js +19 -11
  100. package/dist/FormGroup.js.map +1 -1
  101. package/dist/FormItem.d.ts +2 -1
  102. package/dist/FormItem.js +15 -5
  103. package/dist/FormItem.js.map +1 -1
  104. package/dist/Icon.d.ts +5 -5
  105. package/dist/Icon.js +38 -6
  106. package/dist/Icon.js.map +1 -1
  107. package/dist/Input.d.ts +34 -39
  108. package/dist/Input.js +197 -78
  109. package/dist/Input.js.map +1 -1
  110. package/dist/Label.d.ts +3 -3
  111. package/dist/Label.js +30 -2
  112. package/dist/Label.js.map +1 -1
  113. package/dist/Link.d.ts +19 -19
  114. package/dist/Link.js +59 -8
  115. package/dist/Link.js.map +1 -1
  116. package/dist/List.d.ts +17 -17
  117. package/dist/List.js +73 -12
  118. package/dist/List.js.map +1 -1
  119. package/dist/ListItem.d.ts +10 -4
  120. package/dist/ListItem.js +63 -6
  121. package/dist/ListItem.js.map +1 -1
  122. package/dist/ListItemBase.d.ts +3 -3
  123. package/dist/ListItemBase.js +41 -1
  124. package/dist/ListItemBase.js.map +1 -1
  125. package/dist/ListItemCustom.d.ts +2 -2
  126. package/dist/ListItemCustom.js +10 -0
  127. package/dist/ListItemCustom.js.map +1 -1
  128. package/dist/ListItemGroup.d.ts +4 -4
  129. package/dist/ListItemGroup.js +9 -1
  130. package/dist/ListItemGroup.js.map +1 -1
  131. package/dist/ListItemGroupHeader.d.ts +2 -2
  132. package/dist/ListItemGroupHeader.js.map +1 -1
  133. package/dist/ListItemStandard.d.ts +14 -24
  134. package/dist/ListItemStandard.js +48 -15
  135. package/dist/ListItemStandard.js.map +1 -1
  136. package/dist/Menu.d.ts +23 -9
  137. package/dist/Menu.js +49 -18
  138. package/dist/Menu.js.map +1 -1
  139. package/dist/MenuItem.d.ts +20 -20
  140. package/dist/MenuItem.js +46 -9
  141. package/dist/MenuItem.js.map +1 -1
  142. package/dist/MenuSeparator.d.ts +25 -0
  143. package/dist/MenuSeparator.js +59 -0
  144. package/dist/MenuSeparator.js.map +1 -0
  145. package/dist/MessageStrip.d.ts +6 -4
  146. package/dist/MessageStrip.js +51 -10
  147. package/dist/MessageStrip.js.map +1 -1
  148. package/dist/MonthPicker.js +14 -7
  149. package/dist/MonthPicker.js.map +1 -1
  150. package/dist/MultiComboBox.d.ts +30 -23
  151. package/dist/MultiComboBox.js +206 -109
  152. package/dist/MultiComboBox.js.map +1 -1
  153. package/dist/MultiComboBoxItem.js +8 -0
  154. package/dist/MultiComboBoxItem.js.map +1 -1
  155. package/dist/MultiComboBoxItemGroup.d.ts +2 -2
  156. package/dist/MultiComboBoxItemGroup.js +1 -1
  157. package/dist/MultiComboBoxItemGroup.js.map +1 -1
  158. package/dist/MultiInput.d.ts +4 -4
  159. package/dist/MultiInput.js +18 -2
  160. package/dist/MultiInput.js.map +1 -1
  161. package/dist/NavigationMenuItem.d.ts +5 -5
  162. package/dist/NavigationMenuItem.js.map +1 -1
  163. package/dist/Option.d.ts +16 -10
  164. package/dist/Option.js +4 -1
  165. package/dist/Option.js.map +1 -1
  166. package/dist/OptionCustom.d.ts +13 -7
  167. package/dist/OptionCustom.js +4 -1
  168. package/dist/OptionCustom.js.map +1 -1
  169. package/dist/Panel.d.ts +7 -7
  170. package/dist/Panel.js +64 -4
  171. package/dist/Panel.js.map +1 -1
  172. package/dist/Popover.d.ts +2 -2
  173. package/dist/Popover.js +71 -11
  174. package/dist/Popover.js.map +1 -1
  175. package/dist/Popup.d.ts +5 -5
  176. package/dist/Popup.js +46 -4
  177. package/dist/Popup.js.map +1 -1
  178. package/dist/ProgressIndicator.d.ts +4 -4
  179. package/dist/ProgressIndicator.js +24 -4
  180. package/dist/ProgressIndicator.js.map +1 -1
  181. package/dist/RadioButton.d.ts +11 -11
  182. package/dist/RadioButton.js +78 -5
  183. package/dist/RadioButton.js.map +1 -1
  184. package/dist/RangeSlider.js +22 -3
  185. package/dist/RangeSlider.js.map +1 -1
  186. package/dist/RatingIndicator.d.ts +6 -6
  187. package/dist/RatingIndicator.js +55 -6
  188. package/dist/RatingIndicator.js.map +1 -1
  189. package/dist/ResponsivePopover.js +19 -0
  190. package/dist/ResponsivePopover.js.map +1 -1
  191. package/dist/SegmentedButton.d.ts +2 -0
  192. package/dist/SegmentedButton.js +15 -3
  193. package/dist/SegmentedButton.js.map +1 -1
  194. package/dist/SegmentedButtonItem.d.ts +9 -9
  195. package/dist/SegmentedButtonItem.js +49 -7
  196. package/dist/SegmentedButtonItem.js.map +1 -1
  197. package/dist/Select.d.ts +8 -9
  198. package/dist/Select.js +60 -11
  199. package/dist/Select.js.map +1 -1
  200. package/dist/Slider.js +9 -2
  201. package/dist/Slider.js.map +1 -1
  202. package/dist/SliderBase.d.ts +4 -4
  203. package/dist/SliderBase.js +61 -7
  204. package/dist/SliderBase.js.map +1 -1
  205. package/dist/SpecialCalendarDate.d.ts +11 -4
  206. package/dist/SpecialCalendarDate.js +23 -5
  207. package/dist/SpecialCalendarDate.js.map +1 -1
  208. package/dist/SplitButton.d.ts +3 -3
  209. package/dist/SplitButton.js +54 -4
  210. package/dist/SplitButton.js.map +1 -1
  211. package/dist/StepInput.d.ts +8 -8
  212. package/dist/StepInput.js +70 -19
  213. package/dist/StepInput.js.map +1 -1
  214. package/dist/SuggestionItem.d.ts +16 -60
  215. package/dist/SuggestionItem.js +26 -27
  216. package/dist/SuggestionItem.js.map +1 -1
  217. package/dist/SuggestionItemCustom.d.ts +31 -0
  218. package/dist/SuggestionItemCustom.js +48 -0
  219. package/dist/SuggestionItemCustom.js.map +1 -0
  220. package/dist/SuggestionItemGroup.d.ts +19 -0
  221. package/dist/SuggestionItemGroup.js +35 -0
  222. package/dist/SuggestionItemGroup.js.map +1 -0
  223. package/dist/SuggestionListItem.d.ts +1 -1
  224. package/dist/Switch.d.ts +17 -17
  225. package/dist/Switch.js +40 -2
  226. package/dist/Switch.js.map +1 -1
  227. package/dist/Tab.d.ts +10 -10
  228. package/dist/Tab.js +41 -2
  229. package/dist/Tab.js.map +1 -1
  230. package/dist/TabContainer.d.ts +6 -6
  231. package/dist/TabContainer.js +81 -16
  232. package/dist/TabContainer.js.map +1 -1
  233. package/dist/Table.d.ts +26 -9
  234. package/dist/Table.js +74 -10
  235. package/dist/Table.js.map +1 -1
  236. package/dist/TableCell.d.ts +1 -0
  237. package/dist/TableCell.js +1 -0
  238. package/dist/TableCell.js.map +1 -1
  239. package/dist/TableCellBase.d.ts +2 -0
  240. package/dist/TableCellBase.js +7 -0
  241. package/dist/TableCellBase.js.map +1 -1
  242. package/dist/TableGrowing.d.ts +7 -5
  243. package/dist/TableGrowing.js +28 -1
  244. package/dist/TableGrowing.js.map +1 -1
  245. package/dist/TableHeaderCell.d.ts +1 -0
  246. package/dist/TableHeaderCell.js +42 -5
  247. package/dist/TableHeaderCell.js.map +1 -1
  248. package/dist/TableHeaderRow.d.ts +1 -0
  249. package/dist/TableHeaderRow.js +11 -0
  250. package/dist/TableHeaderRow.js.map +1 -1
  251. package/dist/TableNavigation.d.ts +3 -1
  252. package/dist/TableNavigation.js +25 -9
  253. package/dist/TableNavigation.js.map +1 -1
  254. package/dist/TableRow.d.ts +11 -2
  255. package/dist/TableRow.js +39 -1
  256. package/dist/TableRow.js.map +1 -1
  257. package/dist/TableRowBase.d.ts +3 -2
  258. package/dist/TableRowBase.js +16 -9
  259. package/dist/TableRowBase.js.map +1 -1
  260. package/dist/TableSelection.d.ts +29 -1
  261. package/dist/TableSelection.js +163 -8
  262. package/dist/TableSelection.js.map +1 -1
  263. package/dist/TableUtils.d.ts +8 -0
  264. package/dist/TableUtils.js +17 -0
  265. package/dist/TableUtils.js.map +1 -0
  266. package/dist/Tag.d.ts +2 -2
  267. package/dist/Tag.js +64 -6
  268. package/dist/Tag.js.map +1 -1
  269. package/dist/Text.js +10 -2
  270. package/dist/Text.js.map +1 -1
  271. package/dist/TextArea.d.ts +10 -10
  272. package/dist/TextArea.js +97 -7
  273. package/dist/TextArea.js.map +1 -1
  274. package/dist/TimePicker.d.ts +9 -9
  275. package/dist/TimePicker.js +41 -4
  276. package/dist/TimePicker.js.map +1 -1
  277. package/dist/TimePickerClock.d.ts +1 -1
  278. package/dist/TimePickerClock.js +121 -14
  279. package/dist/TimePickerClock.js.map +1 -1
  280. package/dist/TimePickerInternals.d.ts +4 -4
  281. package/dist/TimePickerInternals.js +33 -11
  282. package/dist/TimePickerInternals.js.map +1 -1
  283. package/dist/TimeSelectionClocks.js +15 -0
  284. package/dist/TimeSelectionClocks.js.map +1 -1
  285. package/dist/TimeSelectionInputs.d.ts +2 -2
  286. package/dist/TimeSelectionInputs.js +6 -3
  287. package/dist/TimeSelectionInputs.js.map +1 -1
  288. package/dist/Title.d.ts +1 -1
  289. package/dist/Title.js +20 -3
  290. package/dist/Title.js.map +1 -1
  291. package/dist/Toast.d.ts +1 -7
  292. package/dist/Toast.js +52 -23
  293. package/dist/Toast.js.map +1 -1
  294. package/dist/ToggleButton.js +9 -0
  295. package/dist/ToggleButton.js.map +1 -1
  296. package/dist/ToggleSpinButton.d.ts +1 -1
  297. package/dist/ToggleSpinButton.js +22 -4
  298. package/dist/ToggleSpinButton.js.map +1 -1
  299. package/dist/Token.d.ts +2 -2
  300. package/dist/Token.js +49 -1
  301. package/dist/Token.js.map +1 -1
  302. package/dist/Tokenizer.d.ts +2 -1
  303. package/dist/Tokenizer.js +73 -10
  304. package/dist/Tokenizer.js.map +1 -1
  305. package/dist/Toolbar.d.ts +6 -6
  306. package/dist/Toolbar.js +23 -8
  307. package/dist/Toolbar.js.map +1 -1
  308. package/dist/ToolbarButton.d.ts +11 -11
  309. package/dist/ToolbarButton.js +39 -6
  310. package/dist/ToolbarButton.js.map +1 -1
  311. package/dist/ToolbarItem.d.ts +1 -1
  312. package/dist/ToolbarItem.js +18 -2
  313. package/dist/ToolbarItem.js.map +1 -1
  314. package/dist/ToolbarSelect.d.ts +5 -5
  315. package/dist/ToolbarSelect.js +16 -4
  316. package/dist/ToolbarSelect.js.map +1 -1
  317. package/dist/ToolbarSelectOption.js +9 -0
  318. package/dist/ToolbarSelectOption.js.map +1 -1
  319. package/dist/ToolbarSeparator.js +4 -0
  320. package/dist/ToolbarSeparator.js.map +1 -1
  321. package/dist/ToolbarSpacer.js +1 -2
  322. package/dist/ToolbarSpacer.js.map +1 -1
  323. package/dist/Tree.d.ts +12 -12
  324. package/dist/Tree.js +11 -2
  325. package/dist/Tree.js.map +1 -1
  326. package/dist/TreeItem.d.ts +5 -5
  327. package/dist/TreeItem.js +1 -1
  328. package/dist/TreeItem.js.map +1 -1
  329. package/dist/TreeItemBase.d.ts +5 -5
  330. package/dist/TreeItemBase.js +61 -6
  331. package/dist/TreeItemBase.js.map +1 -1
  332. package/dist/TreeItemCustom.js +9 -0
  333. package/dist/TreeItemCustom.js.map +1 -1
  334. package/dist/YearPicker.js +14 -7
  335. package/dist/YearPicker.js.map +1 -1
  336. package/dist/bundle.common.bootstrap.d.ts +1 -1
  337. package/dist/bundle.esm.d.ts +3 -1
  338. package/dist/bundle.esm.js +5 -0
  339. package/dist/bundle.esm.js.map +1 -1
  340. package/dist/css/themes/Avatar.css +1 -1
  341. package/dist/css/themes/AvatarGroup.css +1 -1
  342. package/dist/css/themes/Bar.css +1 -1
  343. package/dist/css/themes/Breadcrumbs.css +1 -1
  344. package/dist/css/themes/BusyIndicator.css +1 -1
  345. package/dist/css/themes/Button.css +1 -1
  346. package/dist/css/themes/Calendar.css +1 -1
  347. package/dist/css/themes/CalendarHeader.css +1 -1
  348. package/dist/css/themes/CalendarLegend.css +1 -1
  349. package/dist/css/themes/CalendarLegendItem.css +1 -1
  350. package/dist/css/themes/Card.css +1 -1
  351. package/dist/css/themes/CardHeader.css +1 -1
  352. package/dist/css/themes/Carousel.css +1 -1
  353. package/dist/css/themes/CheckBox.css +1 -1
  354. package/dist/css/themes/ColorPalette.css +1 -1
  355. package/dist/css/themes/ColorPaletteItem.css +1 -1
  356. package/dist/css/themes/ColorPalettePopover.css +1 -1
  357. package/dist/css/themes/ColorPicker.css +1 -1
  358. package/dist/css/themes/ComboBox.css +1 -1
  359. package/dist/css/themes/DatePicker.css +1 -1
  360. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  361. package/dist/css/themes/DayPicker.css +1 -1
  362. package/dist/css/themes/Dialog.css +1 -1
  363. package/dist/css/themes/FileUploader.css +1 -1
  364. package/dist/css/themes/Form.css +1 -1
  365. package/dist/css/themes/FormItem.css +1 -1
  366. package/dist/css/themes/FormLabelSpan.css +1 -1
  367. package/dist/css/themes/GrowingButton.css +1 -1
  368. package/dist/css/themes/Icon.css +1 -1
  369. package/dist/css/themes/Input.css +1 -1
  370. package/dist/css/themes/InputIcon.css +1 -1
  371. package/dist/css/themes/InputSharedStyles.css +1 -1
  372. package/dist/css/themes/Link.css +1 -1
  373. package/dist/css/themes/List.css +1 -1
  374. package/dist/css/themes/ListItem.css +1 -1
  375. package/dist/css/themes/ListItemBase.css +1 -1
  376. package/dist/css/themes/ListItemCustom.css +1 -1
  377. package/dist/css/themes/ListItemGroup.css +1 -1
  378. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  379. package/dist/css/themes/ListItemIcon.css +1 -1
  380. package/dist/css/themes/Menu.css +1 -1
  381. package/dist/css/themes/MenuItem.css +1 -1
  382. package/dist/css/themes/MenuSeparator.css +1 -0
  383. package/dist/css/themes/MessageStrip.css +1 -1
  384. package/dist/css/themes/MonthPicker.css +1 -1
  385. package/dist/css/themes/MultiComboBox.css +1 -1
  386. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  387. package/dist/css/themes/MultiInput.css +1 -1
  388. package/dist/css/themes/NavigationMenu.css +1 -1
  389. package/dist/css/themes/NavigationMenuItem.css +1 -1
  390. package/dist/css/themes/OptionBase.css +1 -1
  391. package/dist/css/themes/Panel.css +1 -1
  392. package/dist/css/themes/Popover.css +1 -1
  393. package/dist/css/themes/PopupsCommon.css +1 -1
  394. package/dist/css/themes/ProgressIndicator.css +1 -1
  395. package/dist/css/themes/RadioButton.css +1 -1
  396. package/dist/css/themes/RangeSlider.css +1 -1
  397. package/dist/css/themes/RatingIndicator.css +1 -1
  398. package/dist/css/themes/ResponsivePopover.css +1 -1
  399. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  400. package/dist/css/themes/SegmentedButton.css +1 -1
  401. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  402. package/dist/css/themes/Select.css +1 -1
  403. package/dist/css/themes/SliderBase.css +1 -1
  404. package/dist/css/themes/SplitButton.css +1 -1
  405. package/dist/css/themes/StepInput.css +1 -1
  406. package/dist/css/themes/SuggestionItem.css +1 -0
  407. package/dist/css/themes/SuggestionItemCustom.css +1 -0
  408. package/dist/css/themes/Suggestions.css +1 -1
  409. package/dist/css/themes/Switch.css +1 -1
  410. package/dist/css/themes/TabContainer.css +1 -1
  411. package/dist/css/themes/TabInOverflow.css +1 -1
  412. package/dist/css/themes/TabInStrip.css +1 -1
  413. package/dist/css/themes/TabSemanticIcon.css +1 -1
  414. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  415. package/dist/css/themes/Table.css +1 -1
  416. package/dist/css/themes/TableCellBase.css +1 -1
  417. package/dist/css/themes/TableHeaderRow.css +1 -1
  418. package/dist/css/themes/TableRow.css +1 -1
  419. package/dist/css/themes/TableRowBase.css +1 -1
  420. package/dist/css/themes/Tag.css +1 -1
  421. package/dist/css/themes/Text.css +1 -1
  422. package/dist/css/themes/TextArea.css +1 -1
  423. package/dist/css/themes/TimePicker.css +1 -1
  424. package/dist/css/themes/Toast.css +1 -1
  425. package/dist/css/themes/ToggleButton.css +1 -1
  426. package/dist/css/themes/Token.css +1 -1
  427. package/dist/css/themes/Tokenizer.css +1 -1
  428. package/dist/css/themes/TokenizerPopover.css +1 -1
  429. package/dist/css/themes/Toolbar.css +1 -1
  430. package/dist/css/themes/ToolbarPopover.css +1 -1
  431. package/dist/css/themes/TreeItem.css +1 -1
  432. package/dist/css/themes/ValueStateMessage.css +1 -1
  433. package/dist/css/themes/YearPicker.css +1 -1
  434. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  435. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  436. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  437. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  438. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  439. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  440. package/dist/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -1
  441. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  442. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  443. package/dist/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -1
  444. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  445. package/dist/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -1
  446. package/dist/custom-elements-internal.json +1769 -1783
  447. package/dist/custom-elements.json +1498 -1551
  448. package/dist/features/InputSuggestions.d.ts +22 -48
  449. package/dist/features/InputSuggestions.js +63 -106
  450. package/dist/features/InputSuggestions.js.map +1 -1
  451. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  452. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  453. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  454. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  455. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  456. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  457. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  458. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  459. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  460. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  461. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  462. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  463. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  464. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  465. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  466. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  467. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  468. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  469. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  470. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  471. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  472. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  473. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  474. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  475. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  476. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  477. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  478. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  479. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  480. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  481. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  482. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  483. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  484. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  485. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  486. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  487. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  488. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  489. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  490. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  491. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  492. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  493. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  494. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  495. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  496. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  497. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  498. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  499. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  500. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  501. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  502. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  503. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  504. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  505. package/dist/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json +1 -1
  506. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -1
  507. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  508. package/dist/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json +1 -1
  509. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  510. package/dist/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json +1 -1
  511. package/dist/generated/templates/AvatarTemplate.lit.js +1 -1
  512. package/dist/generated/templates/AvatarTemplate.lit.js.map +1 -1
  513. package/dist/generated/templates/CalendarHeaderTemplate.lit.d.ts +1 -1
  514. package/dist/generated/templates/CalendarHeaderTemplate.lit.js +3 -3
  515. package/dist/generated/templates/CalendarHeaderTemplate.lit.js.map +1 -1
  516. package/dist/generated/templates/CalendarTemplate.lit.js +4 -2
  517. package/dist/generated/templates/CalendarTemplate.lit.js.map +1 -1
  518. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
  519. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js.map +1 -1
  520. package/dist/generated/templates/ComboBoxTemplate.lit.js +1 -1
  521. package/dist/generated/templates/ComboBoxTemplate.lit.js.map +1 -1
  522. package/dist/generated/templates/InputPopoverTemplate.lit.js +8 -12
  523. package/dist/generated/templates/InputPopoverTemplate.lit.js.map +1 -1
  524. package/dist/generated/templates/InputTemplate.lit.js +8 -12
  525. package/dist/generated/templates/InputTemplate.lit.js.map +1 -1
  526. package/dist/generated/templates/ListItemStandardTemplate.lit.js +18 -20
  527. package/dist/generated/templates/ListItemStandardTemplate.lit.js.map +1 -1
  528. package/dist/generated/templates/MenuSeparatorTemplate.lit.d.ts +4 -0
  529. package/dist/generated/templates/MenuSeparatorTemplate.lit.js +5 -0
  530. package/dist/generated/templates/MenuSeparatorTemplate.lit.js.map +1 -0
  531. package/dist/generated/templates/MenuTemplate.lit.js +1 -1
  532. package/dist/generated/templates/MenuTemplate.lit.js.map +1 -1
  533. package/dist/generated/templates/MessageStripTemplate.lit.js +1 -1
  534. package/dist/generated/templates/MessageStripTemplate.lit.js.map +1 -1
  535. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +11 -11
  536. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js.map +1 -1
  537. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +11 -11
  538. package/dist/generated/templates/MultiComboBoxTemplate.lit.js.map +1 -1
  539. package/dist/generated/templates/MultiInputTemplate.lit.js +7 -11
  540. package/dist/generated/templates/MultiInputTemplate.lit.js.map +1 -1
  541. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.d.ts +4 -0
  542. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js +5 -0
  543. package/dist/generated/templates/SuggestionItemCustomTemplate.lit.js.map +1 -0
  544. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.d.ts +4 -0
  545. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js +8 -0
  546. package/dist/generated/templates/SuggestionItemGroupTemplate.lit.js.map +1 -0
  547. package/dist/generated/templates/SuggestionItemTemplate.lit.d.ts +4 -0
  548. package/dist/generated/templates/SuggestionItemTemplate.lit.js +6 -0
  549. package/dist/generated/templates/SuggestionItemTemplate.lit.js.map +1 -0
  550. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +21 -23
  551. package/dist/generated/templates/SuggestionListItemTemplate.lit.js.map +1 -1
  552. package/dist/generated/templates/TabContainerTemplate.lit.js +2 -2
  553. package/dist/generated/templates/TabContainerTemplate.lit.js.map +1 -1
  554. package/dist/generated/templates/TableHeaderRowTemplate.lit.js +2 -2
  555. package/dist/generated/templates/TableHeaderRowTemplate.lit.js.map +1 -1
  556. package/dist/generated/templates/TableRowTemplate.lit.js +6 -5
  557. package/dist/generated/templates/TableRowTemplate.lit.js.map +1 -1
  558. package/dist/generated/templates/TableTemplate.lit.js +6 -6
  559. package/dist/generated/templates/TableTemplate.lit.js.map +1 -1
  560. package/dist/generated/templates/ToastTemplate.lit.js +1 -1
  561. package/dist/generated/templates/ToastTemplate.lit.js.map +1 -1
  562. package/dist/generated/themes/Avatar.css.js +1 -1
  563. package/dist/generated/themes/Avatar.css.js.map +1 -1
  564. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  565. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  566. package/dist/generated/themes/Bar.css.js +1 -1
  567. package/dist/generated/themes/Bar.css.js.map +1 -1
  568. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  569. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  570. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  571. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  572. package/dist/generated/themes/Button.css.js +1 -1
  573. package/dist/generated/themes/Button.css.js.map +1 -1
  574. package/dist/generated/themes/Calendar.css.js +1 -1
  575. package/dist/generated/themes/Calendar.css.js.map +1 -1
  576. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  577. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  578. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  579. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  580. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  581. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  582. package/dist/generated/themes/Card.css.js +1 -1
  583. package/dist/generated/themes/Card.css.js.map +1 -1
  584. package/dist/generated/themes/CardHeader.css.js +1 -1
  585. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  586. package/dist/generated/themes/Carousel.css.js +1 -1
  587. package/dist/generated/themes/Carousel.css.js.map +1 -1
  588. package/dist/generated/themes/CheckBox.css.js +1 -1
  589. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  590. package/dist/generated/themes/ColorPalette.css.js +1 -1
  591. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  592. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  593. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  594. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  595. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  596. package/dist/generated/themes/ColorPicker.css.js +1 -1
  597. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  598. package/dist/generated/themes/ComboBox.css.js +1 -1
  599. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  600. package/dist/generated/themes/DatePicker.css.js +1 -1
  601. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  602. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  603. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  604. package/dist/generated/themes/DayPicker.css.js +1 -1
  605. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  606. package/dist/generated/themes/Dialog.css.js +1 -1
  607. package/dist/generated/themes/Dialog.css.js.map +1 -1
  608. package/dist/generated/themes/FileUploader.css.js +1 -1
  609. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  610. package/dist/generated/themes/Form.css.js +1 -1
  611. package/dist/generated/themes/Form.css.js.map +1 -1
  612. package/dist/generated/themes/FormItem.css.js +1 -1
  613. package/dist/generated/themes/FormItem.css.js.map +1 -1
  614. package/dist/generated/themes/FormLabelSpan.css.js +1 -1
  615. package/dist/generated/themes/FormLabelSpan.css.js.map +1 -1
  616. package/dist/generated/themes/GrowingButton.css.js +1 -1
  617. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  618. package/dist/generated/themes/Icon.css.js +1 -1
  619. package/dist/generated/themes/Icon.css.js.map +1 -1
  620. package/dist/generated/themes/Input.css.js +1 -1
  621. package/dist/generated/themes/Input.css.js.map +1 -1
  622. package/dist/generated/themes/InputIcon.css.js +1 -1
  623. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  624. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  625. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  626. package/dist/generated/themes/Link.css.js +1 -1
  627. package/dist/generated/themes/Link.css.js.map +1 -1
  628. package/dist/generated/themes/List.css.js +1 -1
  629. package/dist/generated/themes/List.css.js.map +1 -1
  630. package/dist/generated/themes/ListItem.css.js +1 -1
  631. package/dist/generated/themes/ListItem.css.js.map +1 -1
  632. package/dist/generated/themes/ListItemBase.css.js +1 -1
  633. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  634. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  635. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  636. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  637. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  638. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  639. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  640. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  641. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  642. package/dist/generated/themes/Menu.css.js +1 -1
  643. package/dist/generated/themes/Menu.css.js.map +1 -1
  644. package/dist/generated/themes/MenuItem.css.js +1 -1
  645. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  646. package/dist/generated/themes/MenuSeparator.css.d.ts +3 -0
  647. package/dist/generated/themes/MenuSeparator.css.js +9 -0
  648. package/dist/generated/themes/MenuSeparator.css.js.map +1 -0
  649. package/dist/generated/themes/MessageStrip.css.js +1 -1
  650. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  651. package/dist/generated/themes/MonthPicker.css.js +1 -1
  652. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  653. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  654. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  655. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  656. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  657. package/dist/generated/themes/MultiInput.css.js +1 -1
  658. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  659. package/dist/generated/themes/NavigationMenu.css.js +1 -1
  660. package/dist/generated/themes/NavigationMenu.css.js.map +1 -1
  661. package/dist/generated/themes/NavigationMenuItem.css.js +1 -1
  662. package/dist/generated/themes/NavigationMenuItem.css.js.map +1 -1
  663. package/dist/generated/themes/OptionBase.css.js +1 -1
  664. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  665. package/dist/generated/themes/Panel.css.js +1 -1
  666. package/dist/generated/themes/Panel.css.js.map +1 -1
  667. package/dist/generated/themes/Popover.css.js +1 -1
  668. package/dist/generated/themes/Popover.css.js.map +1 -1
  669. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  670. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  671. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  672. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  673. package/dist/generated/themes/RadioButton.css.js +1 -1
  674. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  675. package/dist/generated/themes/RangeSlider.css.js +1 -1
  676. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  677. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  678. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  679. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  680. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  681. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  682. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  683. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  684. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  685. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  686. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  687. package/dist/generated/themes/Select.css.js +1 -1
  688. package/dist/generated/themes/Select.css.js.map +1 -1
  689. package/dist/generated/themes/SliderBase.css.js +1 -1
  690. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  691. package/dist/generated/themes/SplitButton.css.js +1 -1
  692. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  693. package/dist/generated/themes/StepInput.css.js +1 -1
  694. package/dist/generated/themes/StepInput.css.js.map +1 -1
  695. package/dist/generated/themes/SuggestionItem.css.d.ts +3 -0
  696. package/dist/generated/themes/SuggestionItem.css.js +9 -0
  697. package/dist/generated/themes/SuggestionItem.css.js.map +1 -0
  698. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +3 -0
  699. package/dist/generated/themes/SuggestionItemCustom.css.js +9 -0
  700. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -0
  701. package/dist/generated/themes/Suggestions.css.js +1 -1
  702. package/dist/generated/themes/Suggestions.css.js.map +1 -1
  703. package/dist/generated/themes/Switch.css.js +1 -1
  704. package/dist/generated/themes/Switch.css.js.map +1 -1
  705. package/dist/generated/themes/TabContainer.css.js +1 -1
  706. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  707. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  708. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  709. package/dist/generated/themes/TabInStrip.css.js +1 -1
  710. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  711. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  712. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  713. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  714. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  715. package/dist/generated/themes/Table.css.js +1 -1
  716. package/dist/generated/themes/Table.css.js.map +1 -1
  717. package/dist/generated/themes/TableCellBase.css.js +1 -1
  718. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  719. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  720. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  721. package/dist/generated/themes/TableRow.css.js +1 -1
  722. package/dist/generated/themes/TableRow.css.js.map +1 -1
  723. package/dist/generated/themes/TableRowBase.css.js +1 -1
  724. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  725. package/dist/generated/themes/Tag.css.js +1 -1
  726. package/dist/generated/themes/Tag.css.js.map +1 -1
  727. package/dist/generated/themes/Text.css.js +1 -1
  728. package/dist/generated/themes/Text.css.js.map +1 -1
  729. package/dist/generated/themes/TextArea.css.js +1 -1
  730. package/dist/generated/themes/TextArea.css.js.map +1 -1
  731. package/dist/generated/themes/TimePicker.css.js +1 -1
  732. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  733. package/dist/generated/themes/Toast.css.js +1 -1
  734. package/dist/generated/themes/Toast.css.js.map +1 -1
  735. package/dist/generated/themes/ToggleButton.css.js +1 -1
  736. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  737. package/dist/generated/themes/Token.css.js +1 -1
  738. package/dist/generated/themes/Token.css.js.map +1 -1
  739. package/dist/generated/themes/Tokenizer.css.js +1 -1
  740. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  741. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  742. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  743. package/dist/generated/themes/Toolbar.css.js +1 -1
  744. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  745. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  746. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  747. package/dist/generated/themes/TreeItem.css.js +1 -1
  748. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  749. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  750. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  751. package/dist/generated/themes/YearPicker.css.js +1 -1
  752. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  753. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  754. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  755. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  756. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  757. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  758. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  759. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  760. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  761. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  762. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  763. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  764. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  765. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +1 -1
  766. package/dist/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js.map +1 -1
  767. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  768. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js.map +1 -1
  769. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  770. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  771. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +1 -1
  772. package/dist/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js.map +1 -1
  773. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  774. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  775. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +1 -1
  776. package/dist/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js.map +1 -1
  777. package/dist/types/IconMode.d.ts +4 -4
  778. package/dist/types/IconMode.js +4 -4
  779. package/dist/types/IconMode.js.map +1 -1
  780. package/dist/types/{ListSeparators.d.ts → ListSeparator.d.ts} +3 -2
  781. package/dist/types/{ListSeparators.js → ListSeparator.js} +9 -8
  782. package/dist/types/ListSeparator.js.map +1 -0
  783. package/dist/vscode.html-custom-data.json +73 -89
  784. package/dist/web-types.json +526 -533
  785. package/package.json +11 -9
  786. package/src/Avatar.hbs +1 -1
  787. package/src/Calendar.hbs +3 -19
  788. package/src/CalendarHeader.hbs +10 -10
  789. package/src/ComboBoxPopover.hbs +1 -1
  790. package/src/InputPopover.hbs +1 -22
  791. package/src/ListItemStandard.hbs +3 -9
  792. package/src/Menu.hbs +0 -1
  793. package/src/MenuSeparator.hbs +6 -0
  794. package/src/MessageStrip.hbs +1 -1
  795. package/src/MultiComboBox.hbs +1 -0
  796. package/src/MultiComboBoxPopover.hbs +14 -7
  797. package/src/SuggestionItem.hbs +14 -0
  798. package/src/SuggestionItemCustom.hbs +5 -0
  799. package/src/SuggestionItemGroup.hbs +1 -0
  800. package/src/TabContainer.hbs +2 -2
  801. package/src/Table.hbs +6 -12
  802. package/src/TableHeaderRow.hbs +2 -1
  803. package/src/TableRow.hbs +6 -2
  804. package/src/Toast.hbs +1 -1
  805. package/src/i18n/messagebundle_ar.properties +15 -2
  806. package/src/i18n/messagebundle_bg.properties +15 -2
  807. package/src/i18n/messagebundle_ca.properties +31 -18
  808. package/src/i18n/messagebundle_cnr.properties +15 -2
  809. package/src/i18n/messagebundle_cs.properties +15 -2
  810. package/src/i18n/messagebundle_cy.properties +25 -12
  811. package/src/i18n/messagebundle_da.properties +15 -2
  812. package/src/i18n/messagebundle_de.properties +18 -5
  813. package/src/i18n/messagebundle_el.properties +15 -2
  814. package/src/i18n/messagebundle_en.properties +15 -2
  815. package/src/i18n/messagebundle_en_GB.properties +15 -2
  816. package/src/i18n/messagebundle_en_US_saprigi.properties +15 -2
  817. package/src/i18n/messagebundle_es.properties +15 -2
  818. package/src/i18n/messagebundle_es_MX.properties +18 -5
  819. package/src/i18n/messagebundle_et.properties +15 -2
  820. package/src/i18n/messagebundle_fi.properties +15 -2
  821. package/src/i18n/messagebundle_fr.properties +33 -20
  822. package/src/i18n/messagebundle_fr_CA.properties +33 -20
  823. package/src/i18n/messagebundle_hi.properties +15 -2
  824. package/src/i18n/messagebundle_hr.properties +15 -2
  825. package/src/i18n/messagebundle_hu.properties +15 -2
  826. package/src/i18n/messagebundle_id.properties +15 -2
  827. package/src/i18n/messagebundle_it.properties +19 -6
  828. package/src/i18n/messagebundle_iw.properties +17 -4
  829. package/src/i18n/messagebundle_ja.properties +15 -2
  830. package/src/i18n/messagebundle_kk.properties +19 -6
  831. package/src/i18n/messagebundle_ko.properties +18 -5
  832. package/src/i18n/messagebundle_lt.properties +15 -2
  833. package/src/i18n/messagebundle_lv.properties +15 -2
  834. package/src/i18n/messagebundle_mk.properties +15 -2
  835. package/src/i18n/messagebundle_ms.properties +15 -2
  836. package/src/i18n/messagebundle_nl.properties +15 -2
  837. package/src/i18n/messagebundle_no.properties +15 -2
  838. package/src/i18n/messagebundle_pl.properties +15 -2
  839. package/src/i18n/messagebundle_pt.properties +15 -2
  840. package/src/i18n/messagebundle_pt_PT.properties +15 -2
  841. package/src/i18n/messagebundle_ro.properties +15 -2
  842. package/src/i18n/messagebundle_ru.properties +15 -2
  843. package/src/i18n/messagebundle_sh.properties +15 -2
  844. package/src/i18n/messagebundle_sk.properties +15 -2
  845. package/src/i18n/messagebundle_sl.properties +15 -2
  846. package/src/i18n/messagebundle_sr.properties +15 -2
  847. package/src/i18n/messagebundle_sv.properties +16 -3
  848. package/src/i18n/messagebundle_th.properties +16 -3
  849. package/src/i18n/messagebundle_tr.properties +16 -3
  850. package/src/i18n/messagebundle_uk.properties +16 -3
  851. package/src/i18n/messagebundle_vi.properties +15 -2
  852. package/src/i18n/messagebundle_zh_CN.properties +15 -2
  853. package/src/i18n/messagebundle_zh_TW.properties +15 -2
  854. package/src/themes/Calendar.css +6 -5
  855. package/src/themes/CheckBox.css +3 -8
  856. package/src/themes/Input.css +7 -0
  857. package/src/themes/Link.css +2 -2
  858. package/src/themes/ListItem.css +9 -13
  859. package/src/themes/MenuItem.css +0 -4
  860. package/src/themes/MenuSeparator.css +11 -0
  861. package/src/themes/SegmentedButtonItem.css +2 -1
  862. package/src/themes/SuggestionItem.css +14 -0
  863. package/src/themes/SuggestionItemCustom.css +3 -0
  864. package/src/themes/Suggestions.css +0 -5
  865. package/src/themes/TabContainer.css +1 -1
  866. package/src/themes/Table.css +3 -2
  867. package/src/themes/TableRow.css +15 -1
  868. package/src/themes/Tag.css +5 -75
  869. package/src/themes/TextArea.css +2 -2
  870. package/src/themes/base/CheckBox-parameters.css +2 -4
  871. package/src/themes/base/Table-parameters.css +1 -0
  872. package/src/themes/base/Tag-parameters.css +2 -1
  873. package/src/themes/base/sizes-parameters.css +1 -2
  874. package/src/themes/sap_fiori_3/CheckBox-parameters.css +0 -3
  875. package/src/themes/sap_fiori_3/Tag-parameters.css +5 -0
  876. package/src/themes/sap_fiori_3/parameters-bundle.css +1 -1
  877. package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +0 -3
  878. package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +1 -0
  879. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  880. package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +4 -0
  881. package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +1 -0
  882. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  883. package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +4 -0
  884. package/src/themes/sap_horizon/CheckBox-parameters.css +0 -1
  885. package/src/themes/sap_horizon/RatingIndicator-parameters.css +5 -3
  886. package/src/themes/sap_horizon/sizes-parameters.css +3 -0
  887. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +0 -1
  888. package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +5 -3
  889. package/src/themes/sap_horizon_dark/sizes-parameters.css +3 -0
  890. package/src/themes/sap_horizon_exp/CheckBox-parameters.css +0 -1
  891. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +1 -1
  892. package/src/themes/sap_horizon_hcb/RatingIndicator-parameters.css +5 -3
  893. package/src/themes/sap_horizon_hcb/sizes-parameters.css +4 -0
  894. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +1 -1
  895. package/src/themes/sap_horizon_hcw/RatingIndicator-parameters.css +5 -3
  896. package/src/themes/sap_horizon_hcw/sizes-parameters.css +4 -0
  897. package/dist/CalendarHeader.d.ts +0 -80
  898. package/dist/CalendarHeader.js +0 -160
  899. package/dist/CalendarHeader.js.map +0 -1
  900. package/dist/SuggestionGroupItem.d.ts +0 -28
  901. package/dist/SuggestionGroupItem.js +0 -43
  902. package/dist/SuggestionGroupItem.js.map +0 -1
  903. package/dist/styles/Icon.css +0 -33
  904. package/dist/styles/Icon.module.css +0 -33
  905. package/dist/types/ListSeparators.js.map +0 -1
  906. package/src/styles/Icon.module.css +0 -1
@@ -1,25 +1,26 @@
1
1
  /**
2
2
  * Different types of list items separators.
3
3
  * @public
4
+ * @since 2.0.0
4
5
  */
5
- var ListSeparators;
6
- (function (ListSeparators) {
6
+ var ListSeparator;
7
+ (function (ListSeparator) {
7
8
  /**
8
9
  * Separators between the items including the last and the first one.
9
10
  * @public
10
11
  */
11
- ListSeparators["All"] = "All";
12
+ ListSeparator["All"] = "All";
12
13
  /**
13
14
  * Separators between the items.
14
15
  * Note: This enumeration depends on the theme.
15
16
  * @public
16
17
  */
17
- ListSeparators["Inner"] = "Inner";
18
+ ListSeparator["Inner"] = "Inner";
18
19
  /**
19
20
  * No item separators.
20
21
  * @public
21
22
  */
22
- ListSeparators["None"] = "None";
23
- })(ListSeparators || (ListSeparators = {}));
24
- export default ListSeparators;
25
- //# sourceMappingURL=ListSeparators.js.map
23
+ ListSeparator["None"] = "None";
24
+ })(ListSeparator || (ListSeparator = {}));
25
+ export default ListSeparator;
26
+ //# sourceMappingURL=ListSeparator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListSeparator.js","sourceRoot":"","sources":["../../src/types/ListSeparator.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AACH,IAAK,aAiBJ;AAjBD,WAAK,aAAa;IACjB;;;OAGG;IACH,4BAAW,CAAA;IACX;;;;OAIG;IACH,gCAAe,CAAA;IACf;;;OAGG;IACH,8BAAa,CAAA;AACd,CAAC,EAjBI,aAAa,KAAb,aAAa,QAiBjB;AAED,eAAe,aAAa,CAAC","sourcesContent":["/**\n * Different types of list items separators.\n * @public\n * @since 2.0.0\n */\nenum ListSeparator {\n\t/**\n\t * Separators between the items including the last and the first one.\n\t * @public\n\t */\n\tAll = \"All\",\n\t/**\n\t * Separators between the items.\n\t * Note: This enumeration depends on the theme.\n\t * @public\n\t */\n\tInner = \"Inner\",\n\t/**\n\t * No item separators.\n\t * @public\n\t */\n\tNone = \"None\",\n}\n\nexport default ListSeparator;\n"]}
@@ -258,7 +258,7 @@
258
258
  },
259
259
  {
260
260
  "name": "ui5-calendar",
261
- "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\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.",
261
+ "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\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.",
262
262
  "attributes": [
263
263
  {
264
264
  "name": "selection-mode",
@@ -536,17 +536,25 @@
536
536
  {
537
537
  "name": "background-design",
538
538
  "description": "Defines the carousel's background design.",
539
- "values": [{ "name": "BackgroundDesign" }]
539
+ "values": [
540
+ { "name": "Transparent" },
541
+ { "name": "Solid" },
542
+ { "name": "Translucent" }
543
+ ]
540
544
  },
541
545
  {
542
546
  "name": "page-indicator-background-design",
543
547
  "description": "Defines the page indicator background design.",
544
- "values": [{ "name": "BackgroundDesign" }]
548
+ "values": [
549
+ { "name": "Transparent" },
550
+ { "name": "Solid" },
551
+ { "name": "Translucent" }
552
+ ]
545
553
  },
546
554
  {
547
555
  "name": "page-indicator-border-design",
548
556
  "description": "Defines the page indicator border design.",
549
- "values": [{ "name": "BorderDesign" }]
557
+ "values": [{ "name": "None" }, { "name": "Solid" }]
550
558
  },
551
559
  {
552
560
  "name": "arrows-placement",
@@ -816,7 +824,7 @@
816
824
  "description": "The `ui5-cb-group-item` is type of suggestion item,\nthat can be used to split the `ui5-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-cb-item-group</code>.",
817
825
  "attributes": [
818
826
  {
819
- "name": "text",
827
+ "name": "header-text",
820
828
  "description": "Defines the text of the component.",
821
829
  "values": []
822
830
  }
@@ -1455,7 +1463,7 @@
1455
1463
  },
1456
1464
  {
1457
1465
  "name": "ui5-input",
1458
- "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>` and `<ui5-suggestion-group-item>` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-group-item>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",
1466
+ "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"error\" or \"warning\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n**Note:** If you are using the `ui5-input` as a single npm module,\ndon't forget to import the `InputSuggestions` module from\n\"@ui5/webcomponents/dist/features/InputSuggestions.js\"\nto enable the suggestions functionality.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";` (optional - for input suggestions support)\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n\n**Note:** Importing the Input Suggestions Support feature:\n\n`import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";`\n\nautomatically imports the `<ui5-suggestion-item>` and `<ui5-suggestion-item-group>` for your convenience.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Warning` or `Error` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.",
1459
1467
  "attributes": [
1460
1468
  {
1461
1469
  "name": "disabled",
@@ -1782,13 +1790,7 @@
1782
1790
  {
1783
1791
  "name": "list-item-base",
1784
1792
  "description": "A class to serve as a foundation\nfor the `ListItem` and `ListItemGroupHeader` classes.\n\n\n---\n\n\n",
1785
- "attributes": [
1786
- {
1787
- "name": "selected",
1788
- "description": "Defines the selected state of the component.",
1789
- "values": []
1790
- }
1791
- ],
1793
+ "attributes": [],
1792
1794
  "references": []
1793
1795
  },
1794
1796
  {
@@ -1863,7 +1865,7 @@
1863
1865
  },
1864
1866
  {
1865
1867
  "name": "ui5-li",
1866
- "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **imageContent** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
1868
+ "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
1867
1869
  "attributes": [
1868
1870
  {
1869
1871
  "name": "description",
@@ -1877,12 +1879,7 @@
1877
1879
  },
1878
1880
  {
1879
1881
  "name": "icon-end",
1880
- "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.",
1881
- "values": []
1882
- },
1883
- {
1884
- "name": "image",
1885
- "description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the list item.",
1882
+ "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
1886
1883
  "values": []
1887
1884
  },
1888
1885
  {
@@ -1952,7 +1949,7 @@
1952
1949
  },
1953
1950
  {
1954
1951
  "name": "ui5-menu",
1955
- "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Usage\n\n`ui5-menu` contains `ui5-menu-item` components.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening. **This event does not bubble.**\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened. **This event does not bubble.**\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing. **This event does not bubble.**\n- **close** - Fired after the menu is closed. **This event does not bubble.**\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` for the intended design.",
1952
+ "description": "### Overview\n\n`ui5-menu` component represents a hierarchical menu structure.\n\n### Structure\n\nThe `ui5-menu` can hold two types of entities:\n\n- `ui5-menu-item` components\n- `ui5-menu-separator` - used to separate menu items with a line\n\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Keyboard Handling\n\nThe `ui5-menu` provides advanced keyboard handling.\nThe user can use the following keyboard shortcuts in order to navigate trough the tree:\n\n- `Arrow Up` / `Arrow Down` - Navigates up and down the menu items that are currently visible.\n- `Arrow Right`, `Space` or `Enter` - Opens a sub-menu if there are menu items nested\nin the currently clicked menu item.\n- `Arrow Left` or `Escape` - Closes the currently opened sub-menu.\n\nNote: if the text ditrection is set to Right-to-left (RTL), `Arrow Right` and `Arrow Left` functionality is swapped.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Menu.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **item-click** - Fired when an item is being clicked.\n\n**Note:** Since 1.17.0 the event is preventable, allowing the menu to remain open after an item is pressed.\n- **before-open** - Fired before the menu is opened. This event can be cancelled, which will prevent the menu from opening. **This event does not bubble.**\n\n**Note:** Since 1.14.0 the event is also fired before a sub-menu opens.\n- **open** - Fired after the menu is opened. **This event does not bubble.**\n- **before-close** - Fired before the menu is closed. This event can be cancelled, which will prevent the menu from closing. **This event does not bubble.**\n- **close** - Fired after the menu is closed. **This event does not bubble.**\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** Use `ui5-menu-item` and `ui5-menu-separator` for their intended design.",
1956
1953
  "attributes": [
1957
1954
  {
1958
1955
  "name": "header-text",
@@ -1984,7 +1981,7 @@
1984
1981
  },
1985
1982
  {
1986
1983
  "name": "ui5-menu-item",
1987
- "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** If there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
1984
+ "description": "### Overview\n\n`ui5-menu-item` is the item to use inside a `ui5-menu`.\nAn arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n### Usage\n\n`ui5-menu-item` represents a node in a `ui5-menu`. The menu itself is rendered as a list,\nand each `ui5-menu-item` is represented by a list item in that list. Therefore, you should only use\n`ui5-menu-item` directly in your apps. The `ui5-li` list item is internal for the list, and not intended for public use.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MenuItem.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the items of this component.\n\n**Note:** The slot can hold `ui5-menu-item` and `ui5-menu-separator` items.\n\nIf there are items added to this slot, an arrow will be displayed at the end\nof the item in order to indicate that there are items added. In that case components added\nto `endContent` slot or `additionalText` content will not be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.\n- **endContent** - Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`.",
1988
1985
  "attributes": [
1989
1986
  {
1990
1987
  "name": "text",
@@ -2001,11 +1998,6 @@
2001
1998
  "description": "Defines the icon to be displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\n**Example:**\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
2002
1999
  "values": []
2003
2000
  },
2004
- {
2005
- "name": "starts-section",
2006
- "description": "Defines whether a visual separator should be rendered before the item.",
2007
- "values": []
2008
- },
2009
2001
  {
2010
2002
  "name": "disabled",
2011
2003
  "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
@@ -2065,9 +2057,15 @@
2065
2057
  ],
2066
2058
  "references": []
2067
2059
  },
2060
+ {
2061
+ "name": "ui5-menu-separator",
2062
+ "description": "The `ui5-menu-separator` represents a horizontal line to separate menu items inside a `ui5-menu`.\n\n\n---\n\n\n",
2063
+ "attributes": [],
2064
+ "references": []
2065
+ },
2068
2066
  {
2069
2067
  "name": "ui5-message-strip",
2070
- "description": "### Overview\n\nThe `ui5-message-strip` component enables the embedding of app-related messages.\nIt displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Critical and Negative.\nEach message can have a Close button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\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/MessageStrip.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
2068
+ "description": "### Overview\n\nThe ui5-message-strip component allows for the embedding of application-related messages.\nIt supports four semantic designs, each with its own color and icon: \"Information\", \"Positive\", \"Critical\", and \"Negative\".\nAdditionally, users can choose from two color sets (\"ColorSet1\" and \"ColorSet2\"), each containing 10 predefined color schemes.\nEach message shows a \"Close\" button, so that it can be removed from the UI, if needed.\n\n### Usage\n\nFor the `ui5-message-strip` component, you can define whether it displays\nan icon in the beginning and a close button. Moreover, its size and background\ncan be controlled with CSS.\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/MessageStrip.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **close** - Fired when the close button is pressed either with a\nclick/tap or by using the Enter or Space key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **icon** - Defines the content to be displayed as graphical element within the component.\n\n**Note:** If no icon is given, the default icon for the component type will be used.\nThe SAP-icons font provides numerous options.\n\nSee all the available icons in the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
2071
2069
  "attributes": [
2072
2070
  {
2073
2071
  "name": "design",
@@ -2219,7 +2217,7 @@
2219
2217
  "description": "The `ui5-mcb-item-group` is type of suggestion item,\nthat can be used to split the `ui5-multi-combobox` suggestions into groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-mcb-item-group</code>.",
2220
2218
  "attributes": [
2221
2219
  {
2222
- "name": "text",
2220
+ "name": "header-text",
2223
2221
  "description": "Defines the text of the component.",
2224
2222
  "values": []
2225
2223
  }
@@ -2343,12 +2341,12 @@
2343
2341
  },
2344
2342
  {
2345
2343
  "name": "additional-text",
2346
- "description": "Defines the `additionalText`, displayed in the end of the list item.",
2344
+ "description": "Defines the `additionalText`, displayed in the end of the option.",
2347
2345
  "values": []
2348
2346
  },
2349
2347
  {
2350
2348
  "name": "tooltip",
2351
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
2349
+ "description": "Defines the tooltip of the option.",
2352
2350
  "values": []
2353
2351
  },
2354
2352
  {
@@ -2375,7 +2373,7 @@
2375
2373
  },
2376
2374
  {
2377
2375
  "name": "tooltip",
2378
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
2376
+ "description": "Defines the tooltip of the option.",
2379
2377
  "values": []
2380
2378
  },
2381
2379
  {
@@ -3137,6 +3135,11 @@
3137
3135
  "name": "ui5-special-date",
3138
3136
  "description": "### Overview\n\nThe `ui5-special-date` component defines a special calendar date to be used inside `ui5-calendar`,\nwhich is visually distinguished from the rest of the dates.\n\n\n---\n\n\n",
3139
3137
  "attributes": [
3138
+ {
3139
+ "name": "value",
3140
+ "description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
3141
+ "values": []
3142
+ },
3140
3143
  {
3141
3144
  "name": "type",
3142
3145
  "description": "Defines the type of the special date.",
@@ -3160,11 +3163,6 @@
3160
3163
  { "name": "... 8 more ..." },
3161
3164
  { "name": "Type20" }
3162
3165
  ]
3163
- },
3164
- {
3165
- "name": "value",
3166
- "description": "The date formatted according to the `formatPattern` property\nof the `ui5-calendar` that hosts the component.",
3167
- "values": []
3168
3166
  }
3169
3167
  ],
3170
3168
  "references": []
@@ -3287,71 +3285,47 @@
3287
3285
  "references": []
3288
3286
  },
3289
3287
  {
3290
- "name": "ui5-suggestion-group-item",
3291
- "description": "The `ui5-suggestion-group-item` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n",
3288
+ "name": "ui5-suggestion-item",
3289
+ "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n\n\n---\n\n\n",
3292
3290
  "attributes": [
3293
3291
  {
3294
3292
  "name": "text",
3295
- "description": "Defines the text of the `ui5-suggestion-group-item`.",
3293
+ "description": "Defines the text of the component.",
3294
+ "values": []
3295
+ },
3296
+ {
3297
+ "name": "additional-text",
3298
+ "description": "Defines the `additionalText`, displayed in the end of the item.",
3296
3299
  "values": []
3297
3300
  }
3298
3301
  ],
3299
3302
  "references": []
3300
3303
  },
3301
3304
  {
3302
- "name": "ui5-suggestion-item",
3303
- "description": "The `ui5-suggestion-item` represents the suggestion item of the `ui5-input`.\n\n\n---\n\n\n",
3305
+ "name": "ui5-suggestion-item-custom",
3306
+ "description": "The `ui5-suggestion-item-custom` is type of suggestion item,\nthat can be used to place suggestion items with custom content in the input.\nThe text property is considered only for autocomplete.\nIn case the user needs highlighting functionality, check \"@ui5/webcomponents-base/dist/util/generateHighlightedMarkup.js\"\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the content of the component.",
3304
3307
  "attributes": [
3305
3308
  {
3306
3309
  "name": "text",
3307
- "description": "Defines the text of the component.",
3310
+ "description": "Defines the text of the `ui5-suggestion-item-custom`.\n**Note:** The text property is considered only for autocomplete.",
3308
3311
  "values": []
3309
- },
3310
- {
3311
- "name": "type",
3312
- "description": "Defines the visual indication and behavior of the item.\nAvailable options are `Active` (by default), `Inactive` and `Detail`.\n\n**Note:** When set to `Active`, the item will provide visual response upon press and hover,\nwhile when `Inactive` or `Detail` - will not.",
3313
- "values": [
3314
- { "name": "Navigation" },
3315
- { "name": "Inactive" },
3316
- { "name": "Active" },
3317
- { "name": "Detail" }
3318
- ]
3319
- },
3320
- {
3321
- "name": "description",
3322
- "description": "Defines the description displayed right under the item text, if such is present.",
3323
- "values": []
3324
- },
3325
- {
3326
- "name": "icon",
3327
- "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).",
3328
- "values": []
3329
- },
3330
- {
3331
- "name": "icon-end",
3332
- "description": "Defines whether the `icon` should be displayed in the beginning of the item or in the end.\n\n**Note:** If `image` is set, the `icon` would be displayed after the `image`.",
3333
- "values": []
3334
- },
3312
+ }
3313
+ ],
3314
+ "references": []
3315
+ },
3316
+ {
3317
+ "name": "ui5-suggestion-item-group",
3318
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.",
3319
+ "attributes": [
3335
3320
  {
3336
- "name": "image",
3337
- "description": "Defines the `image` source URI.\n\n**Note:** The `image` would be displayed in the beginning of the item.",
3321
+ "name": "header-text",
3322
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
3338
3323
  "values": []
3339
3324
  },
3340
3325
  {
3341
- "name": "additional-text",
3342
- "description": "Defines the `additionalText`, displayed in the end of the item.",
3326
+ "name": "header-accessible-name",
3327
+ "description": "Defines the accessible name of the header.",
3343
3328
  "values": []
3344
- },
3345
- {
3346
- "name": "additional-text-state",
3347
- "description": "Defines the state of the `additionalText`.",
3348
- "values": [
3349
- { "name": "Positive" },
3350
- { "name": "Negative" },
3351
- { "name": "None" },
3352
- { "name": "Critical" },
3353
- { "name": "Information" }
3354
- ]
3355
3329
  }
3356
3330
  ],
3357
3331
  "references": []
@@ -3509,7 +3483,7 @@
3509
3483
  },
3510
3484
  {
3511
3485
  "name": "ui5-table",
3512
- "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
3486
+ "description": "### Overview\n\nThe `ui5-table` component provides a set of sophisticated features for displaying and dealing with vast amounts of data in a responsive manner.\nTo render the `ui5-table`, you need to define the columns and rows. You can use the provided `ui5-table-header-row` and `ui5-table-row` components for this purpose.\n\n### Features\n\nThe `ui5-table` can be enhanced in its functionalities by applying different features.\nFeatures can be slotted into the `features` slot, to enable them in the component.\nFeatures need to be imported separately, as they are not enabled by default.\n\nThe following features are currently available:\n\n* [TableSelection](../TableSelection) - adds selection capabilities to the table\n* [TableGrowing](../TableGrowing) - provides growing capabilities to load more data\n\n### Keyboard Handling\n\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\nFurthermore, you can interact with `ui5-table` via the following keys:\n\nIf the focus is on a row, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Selects the first cell of the row\n* <kbd>Space</kbd> - Toggles the selection of the row\n* <kbd>Ctrl/Cmd + A</kbd> - In multi selection mode, toggles the selection of all rows\n* <kbd>Home</kbd> - Navigates to the first row, if the focus is on the first row, navigates to the header row\n* <kbd>End</kbd> - Navigates to the last row, if the focus is on the last row, navigates to the growing button\n* <kbd>Page Up</kbd> - Navigates one page up, if the focus is on the first row, navigates to the header row\n* <kbd>Page Down</kbd> - Navigates one page down, if the focus is on the last row, navigates to the growing button\n* <kbd>F2</kbd> - Focuses the first tabbable element in the row\n* <kbd>F7</kbd> - If focus position is remembered, moves focus to the corresponding focus position row, otherwise to the first tabbable element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on a cell, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Navigates down\n* <kbd>Up</kbd> - Navigates up\n* <kbd>Right</kbd> - Navigates right\n* <kbd>Left</kbd> - Navigates left, if the focus is on the first cell of the row, the focus is moved to the row.\n* <kbd>Home</kbd> - Navigates to the first cell of the current row, if the focus is on the first cell, navigates to the corresponding row\n* <kbd>End</kbd> - Navigates to the last cell of the current row, if the focus is on the last cell, navigates to the corresponding row\n* <kbd>Page Up</kbd> - Navigates one page up while keeping the focus in same column\n* <kbd>Page Down</kbd> - Navigates one page down while keeping the focus in same column\n* <kbd>F2</kbd> - Toggles the focus between the first tabbable cell content and the cell\n* <kbd>Enter</kbd> - Focuses the first tabbable cell content\n* <kbd>F7</kbd> - If the focus is on an interactive element inside a row, moves focus to the corresponding row and remembers the focus position of the element within the row\n* <kbd>[Shift]Tab</kbd> - Move focus to the element in the tab chain outside the table\n\n\nIf the focus is on an interactive cell content, the following keyboard shortcuts are available:\n* <kbd>Down</kbd> - Move the focus to the interactive element in the same column of the previous row, unless the focused element prevents the default\n* <kbd>Up</kbd> - Move the focus to the interactive element in the same column of the next row, unless the focused element prevents the default\n* <kbd>[Shift]Tab</kbd> - Move the focus to the element in the tab chain\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Table.js\";`\\\n`import \"@ui5/webcomponents/dist/TableRow.js\";` (`ui5-table-row`)\\\n`import \"@ui5/webcomponents/dist/TableCell.js\";` (`ui5-table-cell`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderRow.js\";` (`ui5-table-header-row`)\\\n`import \"@ui5/webcomponents/dist/TableHeaderCell.js\";` (`ui5-table-header-cell`)\n\n\n---\n\n\n\n\n### **Events:**\n - **row-click** - Fired when an interactive row is clicked.\n\n### **Slots:**\n - **default** - Defines the rows of the component.\n\nNote: Use <code>ui5-table-row</code> for the intended design.\n- **headerRow** - Defines the header row of the component.\n\nNote: Use <code>ui5-table-header-row</code> for the intended design.\n- **nodata** - Defines the custom visualization if there is no data available.\n- **features** - Defines the features of the component.",
3513
3487
  "attributes": [
3514
3488
  {
3515
3489
  "name": "accessible-name",
@@ -3535,6 +3509,11 @@
3535
3509
  "name": "loading",
3536
3510
  "description": "Defines if the loading indicator should be shown.\n\n<b>Note:</b> When the component is loading, it is non-interactive.",
3537
3511
  "values": []
3512
+ },
3513
+ {
3514
+ "name": "loading-delay",
3515
+ "description": "Defines the delay in milliseconds, after which the loading indicator will show up for this component.",
3516
+ "values": []
3538
3517
  }
3539
3518
  ],
3540
3519
  "references": []
@@ -3617,14 +3596,19 @@
3617
3596
  "description": "### Overview\n\nThe `ui5-table-row` component represents a row in the `ui5-table`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableRow.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the cells of the component.\n\n**Note:** Use `ui5-table-cell` for the intended design.",
3618
3597
  "attributes": [
3619
3598
  {
3620
- "name": "key",
3621
- "description": "Unique identifier of the component.",
3599
+ "name": "row-key",
3600
+ "description": "Unique identifier of the row.",
3622
3601
  "values": []
3623
3602
  },
3624
3603
  {
3625
3604
  "name": "interactive",
3626
3605
  "description": "Defines the interactive state of the row.",
3627
3606
  "values": []
3607
+ },
3608
+ {
3609
+ "name": "navigated",
3610
+ "description": "Defines the navigated state of the row.",
3611
+ "values": []
3628
3612
  }
3629
3613
  ],
3630
3614
  "references": []
@@ -3637,7 +3621,7 @@
3637
3621
  },
3638
3622
  {
3639
3623
  "name": "ui5-table-selection",
3640
- "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
3624
+ "description": "### Overview\n\nThe `ui5-table-selection` component is used inside the `ui5-table` ti add key-based selection capabilities to the `ui5-table`.\n\nThe component offers three selection modes:\n* Single - select a single row.\n* Multiple - select multiple rows.\n* None - no selection active.\n\nAs the selection is key-based, `ui5-table-row` components need to define a unique `row-key` property.\n\n### Usage\n\nThe `ui5-table-selection` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-selection mode=\"Multiple\" slot=\"features\"></ui5-table-selection>\n</ui5-table>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableSelection.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when selection is changed by user interaction.",
3641
3625
  "attributes": [
3642
3626
  {
3643
3627
  "name": "mode",
@@ -3715,7 +3699,7 @@
3715
3699
  },
3716
3700
  {
3717
3701
  "name": "ui5-textarea",
3718
- "description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple rows of text.\n\nWhen empty, it can hold a placeholder similar to a `ui5-input`.\nYou can define the rows of the `ui5-textarea` and also determine specific behavior when handling long texts.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TextArea.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the text has changed and the focus leaves the component.\n- **input** - Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n- **select** - Fired when some text has been selected.\n- **scroll** - Fired when textarea is scrolled.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Warning` or `Error`.\n\n### **CSS Parts:**\n - **textarea** - Used to style the native textarea",
3702
+ "description": "### Overview\n\nThe `ui5-textarea` component is used to enter multiple rows of text.\n\nWhen empty, it can hold a placeholder similar to a `ui5-input`.\nYou can define the rows of the `ui5-textarea` and also determine specific behavior when handling long texts.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TextArea.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the text has changed and the focus leaves the component.\n- **input** - Fired when the value of the component changes at each keystroke or when\nsomething is pasted.\n- **select** - Fired when some text has been selected.\n- **scroll** - Fired when textarea is scrolled.\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n \n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed if the component has\n`valueState` of type `Information`, `Critical` or `Negative`.\n\n### **CSS Parts:**\n - **textarea** - Used to style the native textarea",
3719
3703
  "attributes": [
3720
3704
  {
3721
3705
  "name": "value",