@ui5/webcomponents 0.0.0-6cb3eb0db → 0.0.0-701b14e36

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 (1293) hide show
  1. package/CHANGELOG.md +537 -0
  2. package/README.md +10 -4
  3. package/customI18n.js +50 -0
  4. package/dist/Assets-static.js +1 -1
  5. package/dist/Assets.js +1 -1
  6. package/dist/Avatar.js +4 -9
  7. package/dist/AvatarGroup.js +11 -13
  8. package/dist/Badge.js +3 -9
  9. package/dist/Breadcrumbs.js +91 -19
  10. package/dist/BreadcrumbsItem.js +4 -10
  11. package/dist/BusyIndicator.js +6 -9
  12. package/dist/Button.js +87 -43
  13. package/dist/Calendar.js +8 -1
  14. package/dist/CalendarHeader.js +4 -5
  15. package/dist/Card.js +33 -11
  16. package/dist/CardHeader.js +9 -20
  17. package/dist/Carousel.js +18 -12
  18. package/dist/CheckBox.js +55 -10
  19. package/dist/ColorPalette.js +15 -10
  20. package/dist/ColorPaletteItem.js +13 -6
  21. package/dist/ColorPalettePopover.js +34 -11
  22. package/dist/ColorPicker.js +57 -15
  23. package/dist/ComboBox.js +179 -59
  24. package/dist/DateComponentBase.js +9 -12
  25. package/dist/DatePicker.js +33 -17
  26. package/dist/DateRangePicker.js +30 -2
  27. package/dist/DateTimePicker.js +10 -6
  28. package/dist/DayPicker.js +8 -3
  29. package/dist/Dialog.js +44 -27
  30. package/dist/DurationPicker.js +1 -1
  31. package/dist/FileUploader.js +26 -20
  32. package/dist/GroupHeaderListItem.js +3 -11
  33. package/dist/Icon.js +17 -22
  34. package/dist/Input.js +327 -85
  35. package/dist/Interfaces.js +11 -1
  36. package/dist/Label.js +7 -1
  37. package/dist/Link.js +49 -21
  38. package/dist/List.js +79 -33
  39. package/dist/ListItem.js +36 -15
  40. package/dist/ListItemBase.js +4 -2
  41. package/dist/Menu.js +500 -0
  42. package/dist/MenuItem.js +162 -0
  43. package/dist/MessageStrip.js +46 -17
  44. package/dist/MultiComboBox.js +452 -61
  45. package/dist/MultiComboBoxItem.js +4 -10
  46. package/dist/MultiInput.js +74 -16
  47. package/dist/Option.js +19 -4
  48. package/dist/Panel.js +19 -12
  49. package/dist/Popover.js +122 -83
  50. package/dist/Popup.js +84 -43
  51. package/dist/ProgressIndicator.js +11 -10
  52. package/dist/RadioButton.js +29 -12
  53. package/dist/RangeSlider.js +47 -10
  54. package/dist/RatingIndicator.js +43 -14
  55. package/dist/ResponsivePopover.js +23 -15
  56. package/dist/SegmentedButton.js +19 -7
  57. package/dist/SegmentedButtonItem.js +8 -3
  58. package/dist/Select.js +56 -23
  59. package/dist/Slider.js +23 -7
  60. package/dist/SliderBase.js +19 -60
  61. package/dist/SplitButton.js +440 -0
  62. package/dist/StepInput.js +16 -14
  63. package/dist/Switch.js +47 -13
  64. package/dist/Tab.js +139 -25
  65. package/dist/TabContainer.js +701 -138
  66. package/dist/TabSeparator.js +42 -3
  67. package/dist/Table.js +464 -17
  68. package/dist/TableColumn.js +0 -7
  69. package/dist/TableGroupRow.js +10 -4
  70. package/dist/TableRow.js +58 -16
  71. package/dist/TextArea.js +39 -17
  72. package/dist/TimePicker.js +1 -3
  73. package/dist/TimePickerBase.js +23 -9
  74. package/dist/TimeSelection.js +14 -8
  75. package/dist/ToggleButton.js +5 -0
  76. package/dist/Token.js +26 -11
  77. package/dist/Tokenizer.js +242 -24
  78. package/dist/Tree.js +43 -1
  79. package/dist/TreeItem.js +23 -2
  80. package/dist/TreeListItem.js +25 -11
  81. package/dist/WheelSlider.js +16 -9
  82. package/dist/api.json +692 -125
  83. package/dist/css/themes/Avatar.css +1 -0
  84. package/dist/css/themes/AvatarGroup.css +1 -0
  85. package/dist/css/themes/Badge.css +1 -0
  86. package/dist/css/themes/Breadcrumbs.css +1 -0
  87. package/dist/css/themes/BreadcrumbsPopover.css +1 -0
  88. package/dist/css/themes/BrowserScrollbar.css +1 -0
  89. package/dist/css/themes/BusyIndicator.css +1 -0
  90. package/dist/css/themes/Button.css +1 -0
  91. package/dist/css/themes/Button.ie11.css +1 -0
  92. package/dist/css/themes/Calendar.css +1 -0
  93. package/dist/css/themes/CalendarHeader.css +1 -0
  94. package/dist/css/themes/Card.css +1 -0
  95. package/dist/css/themes/CardHeader.css +1 -0
  96. package/dist/css/themes/Carousel.css +1 -0
  97. package/dist/css/themes/CheckBox.css +1 -0
  98. package/dist/css/themes/ColorPalette.css +1 -0
  99. package/dist/css/themes/ColorPaletteItem.css +1 -0
  100. package/dist/css/themes/ColorPalettePopover.css +1 -0
  101. package/dist/css/themes/ColorPaletteStaticArea.css +1 -0
  102. package/dist/css/themes/ColorPicker.css +1 -0
  103. package/dist/css/themes/ComboBox.css +1 -0
  104. package/dist/css/themes/ComboBoxPopover.css +1 -0
  105. package/dist/css/themes/CustomListItem.css +1 -0
  106. package/dist/css/themes/DatePicker.css +1 -0
  107. package/dist/css/themes/DatePickerPopover.css +1 -0
  108. package/dist/css/themes/DateRangePicker.css +1 -0
  109. package/dist/css/themes/DateTimePicker.css +1 -0
  110. package/dist/css/themes/DateTimePickerPopover.css +1 -0
  111. package/dist/css/themes/DayPicker.css +1 -0
  112. package/dist/css/themes/Dialog.css +1 -0
  113. package/dist/css/themes/FileUploader.css +1 -0
  114. package/dist/css/themes/GroupHeaderListItem.css +1 -0
  115. package/dist/css/themes/GrowingButton.css +1 -0
  116. package/dist/css/themes/Icon.css +1 -0
  117. package/dist/css/themes/Input.css +1 -0
  118. package/dist/css/themes/InputIcon.css +1 -0
  119. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  120. package/dist/css/themes/Label.css +1 -0
  121. package/dist/css/themes/Link.css +1 -0
  122. package/dist/css/themes/List.css +1 -0
  123. package/dist/css/themes/ListItem.css +1 -0
  124. package/dist/css/themes/ListItemBase.css +1 -0
  125. package/dist/css/themes/Menu.css +1 -0
  126. package/dist/css/themes/MessageStrip.css +1 -0
  127. package/dist/css/themes/MonthPicker.css +1 -0
  128. package/dist/css/themes/MultiComboBox.css +1 -0
  129. package/dist/css/themes/MultiInput.css +1 -0
  130. package/dist/css/themes/Panel.css +1 -0
  131. package/dist/css/themes/Popover.css +1 -0
  132. package/dist/css/themes/Popup.css +1 -0
  133. package/dist/css/themes/PopupGlobal.css +1 -0
  134. package/dist/css/themes/PopupStaticAreaStyles.css +1 -0
  135. package/dist/css/themes/PopupsCommon.css +1 -0
  136. package/dist/css/themes/ProgressIndicator.css +1 -0
  137. package/dist/css/themes/RadioButton.css +1 -0
  138. package/dist/css/themes/RangeSlider.css +1 -0
  139. package/dist/css/themes/RatingIndicator.css +1 -0
  140. package/dist/css/themes/ResponsivePopover.css +1 -0
  141. package/dist/css/themes/ResponsivePopoverCommon.css +1 -0
  142. package/dist/css/themes/SegmentedButton.css +1 -0
  143. package/dist/css/themes/Select.css +1 -0
  144. package/dist/css/themes/SelectPopover.css +1 -0
  145. package/dist/css/themes/SliderBase.css +1 -0
  146. package/dist/css/themes/SplitButton.css +1 -0
  147. package/dist/css/themes/StepInput.css +1 -0
  148. package/dist/css/themes/Suggestions.css +1 -0
  149. package/dist/css/themes/Switch.css +1 -0
  150. package/dist/css/themes/Tab.css +1 -0
  151. package/dist/css/themes/TabContainer.css +1 -0
  152. package/dist/css/themes/TabInOverflow.css +1 -0
  153. package/dist/css/themes/TabInStrip.css +1 -0
  154. package/dist/css/themes/TabSemanticIcon.css +1 -0
  155. package/dist/css/themes/TabSeparatorInOverflow.css +1 -0
  156. package/dist/css/themes/TabSeparatorInStrip.css +1 -0
  157. package/dist/css/themes/Table.css +1 -0
  158. package/dist/css/themes/TableCell.css +1 -0
  159. package/dist/css/themes/TableColumn.css +1 -0
  160. package/dist/css/themes/TableGroupRow.css +1 -0
  161. package/dist/css/themes/TableRow.css +1 -0
  162. package/dist/css/themes/TapHighlightColor.css +1 -0
  163. package/dist/css/themes/TextArea.css +1 -0
  164. package/dist/css/themes/TimePicker.css +1 -0
  165. package/dist/css/themes/TimePickerPopover.css +1 -0
  166. package/dist/css/themes/TimeSelection.css +1 -0
  167. package/dist/css/themes/Title.css +1 -0
  168. package/dist/css/themes/Toast.css +1 -0
  169. package/dist/css/themes/ToggleButton.css +1 -0
  170. package/dist/css/themes/ToggleButton.ie11.css +1 -0
  171. package/dist/css/themes/Token.css +1 -0
  172. package/dist/css/themes/Tokenizer.css +1 -0
  173. package/dist/css/themes/TokenizerPopover.css +1 -0
  174. package/dist/css/themes/Tree.css +1 -0
  175. package/dist/css/themes/TreeListItem.css +1 -0
  176. package/dist/css/themes/ValueStateMessage.css +1 -0
  177. package/dist/css/themes/WheelSlider.css +1 -0
  178. package/dist/css/themes/YearPicker.css +1 -0
  179. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  180. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  181. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  182. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  183. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  184. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  185. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  186. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  187. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -0
  188. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  189. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -0
  190. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -0
  191. package/dist/features/ColorPaletteMoreColors.js +7 -7
  192. package/dist/features/InputElementsFormSupport.js +8 -5
  193. package/dist/features/InputSuggestions.js +203 -46
  194. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  195. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  196. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  197. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  217. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  241. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  242. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  243. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  244. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  245. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  246. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  247. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  248. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  249. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -0
  250. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  251. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -0
  252. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -0
  253. package/dist/generated/i18n/i18n-defaults.js +2 -2
  254. package/dist/generated/json-imports/Themes-static.js +10 -2
  255. package/dist/generated/json-imports/Themes.js +5 -1
  256. package/dist/generated/templates/AvatarGroupTemplate.lit.js +1 -1
  257. package/dist/generated/templates/AvatarTemplate.lit.js +1 -1
  258. package/dist/generated/templates/BadgeTemplate.lit.js +1 -1
  259. package/dist/generated/templates/BreadcrumbsPopoverTemplate.lit.js +2 -2
  260. package/dist/generated/templates/BreadcrumbsTemplate.lit.js +3 -3
  261. package/dist/generated/templates/BusyIndicatorTemplate.lit.js +3 -3
  262. package/dist/generated/templates/ButtonTemplate.lit.js +2 -2
  263. package/dist/generated/templates/CalendarHeaderTemplate.lit.js +1 -1
  264. package/dist/generated/templates/CalendarTemplate.lit.js +1 -1
  265. package/dist/generated/templates/CardHeaderTemplate.lit.js +4 -4
  266. package/dist/generated/templates/CardTemplate.lit.js +1 -1
  267. package/dist/generated/templates/CarouselTemplate.lit.js +5 -5
  268. package/dist/generated/templates/CheckBoxTemplate.lit.js +3 -3
  269. package/dist/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
  270. package/dist/generated/templates/ColorPaletteItemTemplate.lit.js +1 -1
  271. package/dist/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  272. package/dist/generated/templates/ColorPaletteTemplate.lit.js +3 -3
  273. package/dist/generated/templates/ColorPickerTemplate.lit.js +1 -1
  274. package/dist/generated/templates/ComboBoxPopoverTemplate.lit.js +6 -6
  275. package/dist/generated/templates/ComboBoxTemplate.lit.js +2 -2
  276. package/dist/generated/templates/CustomListItemTemplate.lit.js +8 -8
  277. package/dist/generated/templates/DatePickerPopoverTemplate.lit.js +3 -3
  278. package/dist/generated/templates/DatePickerTemplate.lit.js +2 -2
  279. package/dist/generated/templates/DateTimePickerPopoverTemplate.lit.js +4 -4
  280. package/dist/generated/templates/DayPickerTemplate.lit.js +1 -1
  281. package/dist/generated/templates/DialogTemplate.lit.js +4 -4
  282. package/dist/generated/templates/FileUploaderPopoverTemplate.lit.js +5 -4
  283. package/dist/generated/templates/FileUploaderTemplate.lit.js +1 -1
  284. package/dist/generated/templates/GroupHeaderListItemTemplate.lit.js +1 -1
  285. package/dist/generated/templates/InputPopoverTemplate.lit.js +8 -8
  286. package/dist/generated/templates/InputTemplate.lit.js +6 -5
  287. package/dist/generated/templates/LabelTemplate.lit.js +1 -1
  288. package/dist/generated/templates/LinkTemplate.lit.js +1 -1
  289. package/dist/generated/templates/ListItemTemplate.lit.js +8 -8
  290. package/dist/generated/templates/ListTemplate.lit.js +4 -4
  291. package/dist/generated/templates/MenuTemplate.lit.js +15 -0
  292. package/dist/generated/templates/MessageStripTemplate.lit.js +4 -4
  293. package/dist/generated/templates/MultiComboBoxPopoverTemplate.lit.js +10 -10
  294. package/dist/generated/templates/MultiComboBoxTemplate.lit.js +3 -3
  295. package/dist/generated/templates/MultiInputTemplate.lit.js +7 -6
  296. package/dist/generated/templates/PanelTemplate.lit.js +3 -3
  297. package/dist/generated/templates/PopoverTemplate.lit.js +3 -3
  298. package/dist/generated/templates/PopupBlockLayerTemplate.lit.js +1 -1
  299. package/dist/generated/templates/PopupTemplate.lit.js +1 -1
  300. package/dist/generated/templates/ProgressIndicatorTemplate.lit.js +3 -3
  301. package/dist/generated/templates/RadioButtonTemplate.lit.js +3 -3
  302. package/dist/generated/templates/RangeSliderTemplate.lit.js +9 -6
  303. package/dist/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
  304. package/dist/generated/templates/ResponsivePopoverTemplate.lit.js +7 -7
  305. package/dist/generated/templates/SegmentedButtonItemTemplate.lit.js +2 -2
  306. package/dist/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
  307. package/dist/generated/templates/SelectPopoverTemplate.lit.js +5 -5
  308. package/dist/generated/templates/SelectTemplate.lit.js +2 -2
  309. package/dist/generated/templates/SliderBaseTemplate.lit.js +7 -4
  310. package/dist/generated/templates/SliderTemplate.lit.js +8 -5
  311. package/dist/generated/templates/SplitButtonTemplate.lit.js +7 -0
  312. package/dist/generated/templates/StandardListItemTemplate.lit.js +11 -11
  313. package/dist/generated/templates/StepInputTemplate.lit.js +4 -2
  314. package/dist/generated/templates/SuggestionListItemTemplate.lit.js +11 -11
  315. package/dist/generated/templates/SwitchTemplate.lit.js +5 -3
  316. package/dist/generated/templates/TabContainerPopoverTemplate.lit.js +2 -3
  317. package/dist/generated/templates/TabContainerTemplate.lit.js +9 -12
  318. package/dist/generated/templates/TabInOverflowTemplate.lit.js +5 -3
  319. package/dist/generated/templates/TabInStripTemplate.lit.js +6 -5
  320. package/dist/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
  321. package/dist/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
  322. package/dist/generated/templates/TabTemplate.lit.js +2 -1
  323. package/dist/generated/templates/TableColumnTemplate.lit.js +1 -1
  324. package/dist/generated/templates/TableGroupRowTemplate.lit.js +1 -1
  325. package/dist/generated/templates/TableRowTemplate.lit.js +2 -2
  326. package/dist/generated/templates/TableTemplate.lit.js +4 -4
  327. package/dist/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  328. package/dist/generated/templates/TextAreaTemplate.lit.js +1 -1
  329. package/dist/generated/templates/TimePickerPopoverTemplate.lit.js +1 -1
  330. package/dist/generated/templates/TimePickerTemplate.lit.js +2 -2
  331. package/dist/generated/templates/TimeSelectionTemplate.lit.js +4 -4
  332. package/dist/generated/templates/ToastTemplate.lit.js +1 -1
  333. package/dist/generated/templates/ToggleButtonTemplate.lit.js +2 -2
  334. package/dist/generated/templates/TokenTemplate.lit.js +2 -2
  335. package/dist/generated/templates/TokenizerPopoverTemplate.lit.js +5 -5
  336. package/dist/generated/templates/TokenizerTemplate.lit.js +2 -2
  337. package/dist/generated/templates/TreeListItemTemplate.lit.js +11 -11
  338. package/dist/generated/templates/TreeTemplate.lit.js +2 -2
  339. package/dist/generated/templates/WheelSliderTemplate.lit.js +3 -3
  340. package/dist/generated/themes/Avatar.css.js +3 -3
  341. package/dist/generated/themes/AvatarGroup.css.js +3 -3
  342. package/dist/generated/themes/Badge.css.js +3 -3
  343. package/dist/generated/themes/Breadcrumbs.css.js +3 -3
  344. package/dist/generated/themes/BreadcrumbsPopover.css.js +3 -3
  345. package/dist/generated/themes/BrowserScrollbar.css.js +3 -3
  346. package/dist/generated/themes/BusyIndicator.css.js +3 -3
  347. package/dist/generated/themes/Button.css.js +3 -3
  348. package/dist/generated/themes/Button.ie11.css.js +3 -3
  349. package/dist/generated/themes/Calendar.css.js +3 -3
  350. package/dist/generated/themes/CalendarHeader.css.js +3 -3
  351. package/dist/generated/themes/Card.css.js +3 -3
  352. package/dist/generated/themes/CardHeader.css.js +3 -3
  353. package/dist/generated/themes/Carousel.css.js +3 -3
  354. package/dist/generated/themes/CheckBox.css.js +3 -3
  355. package/dist/generated/themes/ColorPalette.css.js +3 -3
  356. package/dist/generated/themes/ColorPaletteItem.css.js +3 -3
  357. package/dist/generated/themes/ColorPalettePopover.css.js +3 -3
  358. package/dist/generated/themes/ColorPaletteStaticArea.css.js +3 -3
  359. package/dist/generated/themes/ColorPicker.css.js +3 -3
  360. package/dist/generated/themes/ComboBox.css.js +3 -3
  361. package/dist/generated/themes/ComboBoxPopover.css.js +3 -3
  362. package/dist/generated/themes/CustomListItem.css.js +3 -3
  363. package/dist/generated/themes/DatePicker.css.js +3 -3
  364. package/dist/generated/themes/DatePickerPopover.css.js +3 -3
  365. package/dist/generated/themes/DateRangePicker.css.js +3 -3
  366. package/dist/generated/themes/DateTimePicker.css.js +3 -3
  367. package/dist/generated/themes/DateTimePickerPopover.css.js +3 -3
  368. package/dist/generated/themes/DayPicker.css.js +3 -3
  369. package/dist/generated/themes/Dialog.css.js +3 -3
  370. package/dist/generated/themes/FileUploader.css.js +3 -3
  371. package/dist/generated/themes/GroupHeaderListItem.css.js +3 -3
  372. package/dist/generated/themes/GrowingButton.css.js +3 -3
  373. package/dist/generated/themes/Icon.css.js +3 -3
  374. package/dist/generated/themes/Input.css.js +3 -3
  375. package/dist/generated/themes/InputIcon.css.js +3 -3
  376. package/dist/generated/themes/InvisibleTextStyles.css.js +3 -3
  377. package/dist/generated/themes/Label.css.js +3 -3
  378. package/dist/generated/themes/Link.css.js +3 -3
  379. package/dist/generated/themes/List.css.js +3 -3
  380. package/dist/generated/themes/ListItem.css.js +3 -3
  381. package/dist/generated/themes/ListItemBase.css.js +3 -3
  382. package/dist/generated/themes/Menu.css.js +8 -0
  383. package/dist/generated/themes/MessageStrip.css.js +3 -3
  384. package/dist/generated/themes/MonthPicker.css.js +3 -3
  385. package/dist/generated/themes/MultiComboBox.css.js +3 -3
  386. package/dist/generated/themes/MultiInput.css.js +3 -3
  387. package/dist/generated/themes/Panel.css.js +3 -3
  388. package/dist/generated/themes/Popover.css.js +3 -3
  389. package/dist/generated/themes/Popup.css.js +3 -3
  390. package/dist/generated/themes/PopupGlobal.css.js +8 -0
  391. package/dist/generated/themes/PopupStaticAreaStyles.css.js +3 -3
  392. package/dist/generated/themes/PopupsCommon.css.js +3 -3
  393. package/dist/generated/themes/ProgressIndicator.css.js +3 -3
  394. package/dist/generated/themes/RadioButton.css.js +3 -3
  395. package/dist/generated/themes/RangeSlider.css.js +8 -0
  396. package/dist/generated/themes/RatingIndicator.css.js +3 -3
  397. package/dist/generated/themes/ResponsivePopover.css.js +3 -3
  398. package/dist/generated/themes/ResponsivePopoverCommon.css.js +3 -3
  399. package/dist/generated/themes/SegmentedButton.css.js +3 -3
  400. package/dist/generated/themes/Select.css.js +3 -3
  401. package/dist/generated/themes/SelectPopover.css.js +3 -3
  402. package/dist/generated/themes/SliderBase.css.js +3 -3
  403. package/dist/generated/themes/SplitButton.css.js +8 -0
  404. package/dist/generated/themes/StepInput.css.js +3 -3
  405. package/dist/generated/themes/Suggestions.css.js +8 -0
  406. package/dist/generated/themes/Switch.css.js +3 -3
  407. package/dist/generated/themes/Tab.css.js +3 -3
  408. package/dist/generated/themes/TabContainer.css.js +3 -3
  409. package/dist/generated/themes/TabInOverflow.css.js +3 -3
  410. package/dist/generated/themes/TabInStrip.css.js +3 -3
  411. package/dist/generated/themes/TabSemanticIcon.css.js +8 -0
  412. package/dist/generated/themes/TabSeparatorInOverflow.css.js +8 -0
  413. package/dist/generated/themes/TabSeparatorInStrip.css.js +8 -0
  414. package/dist/generated/themes/Table.css.js +3 -3
  415. package/dist/generated/themes/TableCell.css.js +3 -3
  416. package/dist/generated/themes/TableColumn.css.js +3 -3
  417. package/dist/generated/themes/TableGroupRow.css.js +3 -3
  418. package/dist/generated/themes/TableRow.css.js +3 -3
  419. package/dist/generated/themes/TapHighlightColor.css.js +8 -0
  420. package/dist/generated/themes/TextArea.css.js +3 -3
  421. package/dist/generated/themes/TimePicker.css.js +3 -3
  422. package/dist/generated/themes/TimePickerPopover.css.js +3 -3
  423. package/dist/generated/themes/TimeSelection.css.js +3 -3
  424. package/dist/generated/themes/Title.css.js +3 -3
  425. package/dist/generated/themes/Toast.css.js +3 -3
  426. package/dist/generated/themes/ToggleButton.css.js +3 -3
  427. package/dist/generated/themes/ToggleButton.ie11.css.js +3 -3
  428. package/dist/generated/themes/Token.css.js +3 -3
  429. package/dist/generated/themes/Tokenizer.css.js +3 -3
  430. package/dist/generated/themes/TokenizerPopover.css.js +8 -0
  431. package/dist/generated/themes/Tree.css.js +3 -3
  432. package/dist/generated/themes/TreeListItem.css.js +3 -3
  433. package/dist/generated/themes/ValueStateMessage.css.js +3 -3
  434. package/dist/generated/themes/WheelSlider.css.js +3 -3
  435. package/dist/generated/themes/YearPicker.css.js +3 -3
  436. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  437. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  438. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  439. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  440. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  441. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  442. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  443. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  444. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -0
  445. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -0
  446. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -0
  447. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -0
  448. package/dist/i18n/messagebundle.properties +40 -7
  449. package/dist/i18n/messagebundle_ar.properties +33 -5
  450. package/dist/i18n/messagebundle_bg.properties +33 -5
  451. package/dist/i18n/messagebundle_ca.properties +33 -5
  452. package/dist/i18n/messagebundle_cs.properties +33 -5
  453. package/dist/i18n/messagebundle_cy.properties +33 -5
  454. package/dist/i18n/messagebundle_da.properties +33 -5
  455. package/dist/i18n/messagebundle_de.properties +33 -5
  456. package/dist/i18n/messagebundle_el.properties +33 -5
  457. package/dist/i18n/messagebundle_en.properties +33 -5
  458. package/dist/i18n/messagebundle_en_GB.properties +33 -5
  459. package/dist/i18n/messagebundle_en_US_sappsd.properties +34 -6
  460. package/dist/i18n/messagebundle_en_US_saprigi.properties +28 -6
  461. package/dist/i18n/messagebundle_en_US_saptrc.properties +34 -6
  462. package/dist/i18n/messagebundle_es.properties +33 -5
  463. package/dist/i18n/messagebundle_es_MX.properties +33 -5
  464. package/dist/i18n/messagebundle_et.properties +33 -5
  465. package/dist/i18n/messagebundle_fi.properties +34 -6
  466. package/dist/i18n/messagebundle_fr.properties +33 -5
  467. package/dist/i18n/messagebundle_fr_CA.properties +33 -5
  468. package/dist/i18n/messagebundle_hi.properties +33 -5
  469. package/dist/i18n/messagebundle_hr.properties +33 -5
  470. package/dist/i18n/messagebundle_hu.properties +33 -5
  471. package/dist/i18n/messagebundle_id.properties +33 -5
  472. package/dist/i18n/messagebundle_it.properties +33 -5
  473. package/dist/i18n/messagebundle_iw.properties +33 -5
  474. package/dist/i18n/messagebundle_ja.properties +35 -7
  475. package/dist/i18n/messagebundle_kk.properties +33 -5
  476. package/dist/i18n/messagebundle_ko.properties +33 -5
  477. package/dist/i18n/messagebundle_lt.properties +33 -5
  478. package/dist/i18n/messagebundle_lv.properties +33 -5
  479. package/dist/i18n/messagebundle_ms.properties +33 -5
  480. package/dist/i18n/messagebundle_nl.properties +33 -5
  481. package/dist/i18n/messagebundle_no.properties +33 -5
  482. package/dist/i18n/messagebundle_pl.properties +33 -5
  483. package/dist/i18n/messagebundle_pt.properties +33 -5
  484. package/dist/i18n/messagebundle_pt_PT.properties +33 -5
  485. package/dist/i18n/messagebundle_ro.properties +33 -5
  486. package/dist/i18n/messagebundle_ru.properties +34 -6
  487. package/dist/i18n/messagebundle_sh.properties +33 -5
  488. package/dist/i18n/messagebundle_sk.properties +33 -5
  489. package/dist/i18n/messagebundle_sl.properties +33 -5
  490. package/dist/i18n/messagebundle_sv.properties +33 -5
  491. package/dist/i18n/messagebundle_th.properties +32 -4
  492. package/dist/i18n/messagebundle_tr.properties +33 -5
  493. package/dist/i18n/messagebundle_uk.properties +33 -5
  494. package/dist/i18n/messagebundle_vi.properties +33 -5
  495. package/dist/i18n/messagebundle_zh_CN.properties +33 -5
  496. package/dist/i18n/messagebundle_zh_TW.properties +32 -4
  497. package/dist/types/HasPopup.js +62 -0
  498. package/dist/types/ListGrowingMode.js +36 -3
  499. package/dist/types/TableGrowingMode.js +35 -2
  500. package/dist/types/TabsOverflowMode.js +40 -0
  501. package/package.json +8 -9
  502. package/src/Assets-static.js +1 -1
  503. package/src/Assets.js +1 -1
  504. package/src/Avatar.js +4 -9
  505. package/src/AvatarGroup.hbs +1 -1
  506. package/src/AvatarGroup.js +11 -13
  507. package/src/Badge.hbs +1 -1
  508. package/src/Badge.js +3 -9
  509. package/src/Breadcrumbs.hbs +7 -4
  510. package/src/Breadcrumbs.js +91 -19
  511. package/src/BreadcrumbsItem.js +4 -10
  512. package/src/BreadcrumbsPopover.hbs +3 -3
  513. package/src/BusyIndicator.hbs +2 -1
  514. package/src/BusyIndicator.js +6 -9
  515. package/src/Button.hbs +5 -6
  516. package/src/Button.js +87 -43
  517. package/src/Calendar.hbs +1 -1
  518. package/src/Calendar.js +8 -1
  519. package/src/CalendarHeader.hbs +1 -4
  520. package/src/CalendarHeader.js +4 -5
  521. package/src/Card.hbs +1 -3
  522. package/src/Card.js +33 -11
  523. package/src/CardHeader.hbs +18 -8
  524. package/src/CardHeader.js +9 -20
  525. package/src/Carousel.hbs +4 -3
  526. package/src/Carousel.js +18 -12
  527. package/src/CheckBox.hbs +2 -1
  528. package/src/CheckBox.js +55 -10
  529. package/src/ColorPalette.js +15 -10
  530. package/src/ColorPaletteDialog.hbs +1 -1
  531. package/src/ColorPaletteItem.hbs +2 -2
  532. package/src/ColorPaletteItem.js +13 -6
  533. package/src/ColorPalettePopover.hbs +8 -6
  534. package/src/ColorPalettePopover.js +34 -11
  535. package/src/ColorPicker.hbs +3 -2
  536. package/src/ColorPicker.js +57 -15
  537. package/src/ComboBox.hbs +2 -2
  538. package/src/ComboBox.js +179 -59
  539. package/src/ComboBoxPopover.hbs +6 -2
  540. package/src/DateComponentBase.js +9 -12
  541. package/src/DatePicker.hbs +1 -2
  542. package/src/DatePicker.js +33 -17
  543. package/src/DatePickerPopover.hbs +0 -2
  544. package/src/DateRangePicker.js +30 -2
  545. package/src/DateTimePicker.js +10 -6
  546. package/src/DateTimePickerPopover.hbs +4 -2
  547. package/src/DayPicker.hbs +1 -1
  548. package/src/DayPicker.js +8 -3
  549. package/src/Dialog.hbs +4 -4
  550. package/src/Dialog.js +44 -27
  551. package/src/DurationPicker.js +1 -1
  552. package/src/FileUploader.js +26 -20
  553. package/src/FileUploaderPopover.hbs +3 -1
  554. package/src/GroupHeaderListItem.hbs +1 -1
  555. package/src/GroupHeaderListItem.js +3 -11
  556. package/src/Icon.js +17 -22
  557. package/src/Input.hbs +7 -3
  558. package/src/Input.js +327 -85
  559. package/src/InputPopover.hbs +11 -9
  560. package/src/Interfaces.js +11 -1
  561. package/src/Label.hbs +1 -2
  562. package/src/Label.js +7 -1
  563. package/src/Link.hbs +2 -1
  564. package/src/Link.js +49 -21
  565. package/src/List.hbs +8 -6
  566. package/src/List.js +79 -33
  567. package/src/ListItem.hbs +4 -3
  568. package/src/ListItem.js +36 -15
  569. package/src/ListItemBase.js +4 -2
  570. package/src/Menu.hbs +100 -0
  571. package/src/Menu.js +500 -0
  572. package/src/MenuItem.js +162 -0
  573. package/src/MessageStrip.hbs +5 -6
  574. package/src/MessageStrip.js +46 -17
  575. package/src/MultiComboBox.hbs +2 -3
  576. package/src/MultiComboBox.js +452 -61
  577. package/src/MultiComboBoxItem.js +4 -10
  578. package/src/MultiComboBoxPopover.hbs +5 -3
  579. package/src/MultiInput.hbs +1 -1
  580. package/src/MultiInput.js +74 -16
  581. package/src/Option.js +19 -4
  582. package/src/Panel.hbs +4 -4
  583. package/src/Panel.js +19 -12
  584. package/src/Popover.hbs +2 -2
  585. package/src/Popover.js +122 -83
  586. package/src/Popup.hbs +1 -2
  587. package/src/Popup.js +84 -43
  588. package/src/PopupBlockLayer.hbs +1 -1
  589. package/src/ProgressIndicator.hbs +0 -1
  590. package/src/ProgressIndicator.js +11 -10
  591. package/src/RadioButton.hbs +1 -2
  592. package/src/RadioButton.js +29 -12
  593. package/src/RangeSlider.hbs +8 -2
  594. package/src/RangeSlider.js +47 -10
  595. package/src/RatingIndicator.hbs +2 -0
  596. package/src/RatingIndicator.js +43 -14
  597. package/src/ResponsivePopover.hbs +7 -5
  598. package/src/ResponsivePopover.js +23 -15
  599. package/src/SegmentedButton.hbs +1 -1
  600. package/src/SegmentedButton.js +19 -7
  601. package/src/SegmentedButtonItem.hbs +1 -2
  602. package/src/SegmentedButtonItem.js +8 -3
  603. package/src/Select.hbs +2 -4
  604. package/src/Select.js +56 -23
  605. package/src/SelectPopover.hbs +7 -3
  606. package/src/Slider.hbs +1 -0
  607. package/src/Slider.js +23 -7
  608. package/src/SliderBase.hbs +13 -3
  609. package/src/SliderBase.js +19 -60
  610. package/src/SplitButton.hbs +53 -0
  611. package/src/SplitButton.js +440 -0
  612. package/src/StandardListItem.hbs +2 -2
  613. package/src/StepInput.hbs +8 -4
  614. package/src/StepInput.js +16 -14
  615. package/src/Switch.hbs +22 -7
  616. package/src/Switch.js +47 -13
  617. package/src/Tab.hbs +5 -1
  618. package/src/Tab.js +139 -25
  619. package/src/TabContainer.hbs +61 -71
  620. package/src/TabContainer.js +701 -138
  621. package/src/TabContainerPopover.hbs +6 -8
  622. package/src/TabInOverflow.hbs +18 -9
  623. package/src/TabInStrip.hbs +26 -15
  624. package/src/TabSeparator.js +42 -3
  625. package/src/TabSeparatorInOverflow.hbs +9 -0
  626. package/src/TabSeparatorInStrip.hbs +6 -0
  627. package/src/Table.hbs +21 -5
  628. package/src/Table.js +464 -17
  629. package/src/TableColumn.hbs +0 -1
  630. package/src/TableColumn.js +0 -7
  631. package/src/TableGroupRow.hbs +1 -1
  632. package/src/TableGroupRow.js +10 -4
  633. package/src/TableRow.hbs +2 -0
  634. package/src/TableRow.js +58 -16
  635. package/src/TextArea.hbs +1 -1
  636. package/src/TextArea.js +39 -17
  637. package/src/TextAreaPopover.hbs +2 -2
  638. package/src/TimePicker.hbs +3 -1
  639. package/src/TimePicker.js +1 -3
  640. package/src/TimePickerBase.js +23 -9
  641. package/src/TimePickerPopover.hbs +1 -1
  642. package/src/TimeSelection.js +14 -8
  643. package/src/Toast.hbs +0 -1
  644. package/src/ToggleButton.js +5 -0
  645. package/src/Token.hbs +2 -1
  646. package/src/Token.js +26 -11
  647. package/src/Tokenizer.hbs +4 -6
  648. package/src/Tokenizer.js +242 -24
  649. package/src/TokenizerPopover.hbs +17 -17
  650. package/src/Tree.hbs +4 -0
  651. package/src/Tree.js +43 -1
  652. package/src/TreeItem.js +23 -2
  653. package/src/TreeListItem.hbs +3 -1
  654. package/src/TreeListItem.js +25 -11
  655. package/src/WheelSlider.hbs +2 -2
  656. package/src/WheelSlider.js +16 -9
  657. package/src/features/ColorPaletteMoreColors.js +7 -7
  658. package/src/features/InputElementsFormSupport.js +8 -5
  659. package/src/features/InputSuggestions.js +203 -46
  660. package/src/i18n/messagebundle.properties +40 -7
  661. package/src/i18n/messagebundle_ar.properties +33 -5
  662. package/src/i18n/messagebundle_bg.properties +33 -5
  663. package/src/i18n/messagebundle_ca.properties +33 -5
  664. package/src/i18n/messagebundle_cs.properties +33 -5
  665. package/src/i18n/messagebundle_cy.properties +33 -5
  666. package/src/i18n/messagebundle_da.properties +33 -5
  667. package/src/i18n/messagebundle_de.properties +33 -5
  668. package/src/i18n/messagebundle_el.properties +33 -5
  669. package/src/i18n/messagebundle_en.properties +33 -5
  670. package/src/i18n/messagebundle_en_GB.properties +33 -5
  671. package/src/i18n/messagebundle_en_US_sappsd.properties +34 -6
  672. package/src/i18n/messagebundle_en_US_saprigi.properties +28 -6
  673. package/src/i18n/messagebundle_en_US_saptrc.properties +34 -6
  674. package/src/i18n/messagebundle_es.properties +33 -5
  675. package/src/i18n/messagebundle_es_MX.properties +33 -5
  676. package/src/i18n/messagebundle_et.properties +33 -5
  677. package/src/i18n/messagebundle_fi.properties +34 -6
  678. package/src/i18n/messagebundle_fr.properties +33 -5
  679. package/src/i18n/messagebundle_fr_CA.properties +33 -5
  680. package/src/i18n/messagebundle_hi.properties +33 -5
  681. package/src/i18n/messagebundle_hr.properties +33 -5
  682. package/src/i18n/messagebundle_hu.properties +33 -5
  683. package/src/i18n/messagebundle_id.properties +33 -5
  684. package/src/i18n/messagebundle_it.properties +33 -5
  685. package/src/i18n/messagebundle_iw.properties +33 -5
  686. package/src/i18n/messagebundle_ja.properties +35 -7
  687. package/src/i18n/messagebundle_kk.properties +33 -5
  688. package/src/i18n/messagebundle_ko.properties +33 -5
  689. package/src/i18n/messagebundle_lt.properties +33 -5
  690. package/src/i18n/messagebundle_lv.properties +33 -5
  691. package/src/i18n/messagebundle_ms.properties +33 -5
  692. package/src/i18n/messagebundle_nl.properties +33 -5
  693. package/src/i18n/messagebundle_no.properties +33 -5
  694. package/src/i18n/messagebundle_pl.properties +33 -5
  695. package/src/i18n/messagebundle_pt.properties +33 -5
  696. package/src/i18n/messagebundle_pt_PT.properties +33 -5
  697. package/src/i18n/messagebundle_ro.properties +33 -5
  698. package/src/i18n/messagebundle_ru.properties +34 -6
  699. package/src/i18n/messagebundle_sh.properties +33 -5
  700. package/src/i18n/messagebundle_sk.properties +33 -5
  701. package/src/i18n/messagebundle_sl.properties +33 -5
  702. package/src/i18n/messagebundle_sv.properties +33 -5
  703. package/src/i18n/messagebundle_th.properties +32 -4
  704. package/src/i18n/messagebundle_tr.properties +33 -5
  705. package/src/i18n/messagebundle_uk.properties +33 -5
  706. package/src/i18n/messagebundle_vi.properties +33 -5
  707. package/src/i18n/messagebundle_zh_CN.properties +33 -5
  708. package/src/i18n/messagebundle_zh_TW.properties +32 -4
  709. package/src/themes/Avatar.css +213 -0
  710. package/src/themes/AvatarGroup.css +83 -0
  711. package/src/themes/Badge.css +139 -0
  712. package/src/themes/Breadcrumbs.css +104 -0
  713. package/src/themes/BreadcrumbsPopover.css +10 -0
  714. package/src/themes/BrowserScrollbar.css +25 -0
  715. package/src/themes/BusyIndicator.css +143 -0
  716. package/src/themes/Button.css +281 -0
  717. package/src/themes/Button.ie11.css +48 -0
  718. package/src/themes/Calendar.css +23 -0
  719. package/src/themes/CalendarHeader.css +133 -0
  720. package/src/themes/Card.css +45 -0
  721. package/src/themes/CardHeader.css +131 -0
  722. package/src/themes/Carousel.css +144 -0
  723. package/src/themes/CheckBox.css +273 -0
  724. package/src/themes/ColorPalette.css +77 -0
  725. package/src/themes/ColorPaletteItem.css +107 -0
  726. package/src/themes/ColorPalettePopover.css +21 -0
  727. package/src/themes/ColorPaletteStaticArea.css +17 -0
  728. package/src/themes/ColorPicker.css +214 -0
  729. package/src/themes/ComboBox.css +10 -0
  730. package/src/themes/ComboBoxPopover.css +17 -0
  731. package/src/themes/CustomListItem.css +31 -0
  732. package/src/themes/DatePicker.css +46 -0
  733. package/src/themes/DatePickerPopover.css +9 -0
  734. package/src/themes/DateRangePicker.css +16 -0
  735. package/src/themes/DateTimePicker.css +11 -0
  736. package/src/themes/DateTimePickerPopover.css +82 -0
  737. package/src/themes/DayPicker.css +280 -0
  738. package/src/themes/Dialog.css +74 -0
  739. package/src/themes/FileUploader.css +62 -0
  740. package/src/themes/GroupHeaderListItem.css +27 -0
  741. package/src/themes/GrowingButton.css +68 -0
  742. package/src/themes/Icon.css +50 -0
  743. package/src/themes/Input.css +450 -0
  744. package/src/themes/InputIcon.css +41 -0
  745. package/src/themes/InvisibleTextStyles.css +9 -0
  746. package/src/themes/Label.css +79 -0
  747. package/src/themes/Link.css +94 -0
  748. package/src/themes/List.css +117 -0
  749. package/src/themes/ListItem.css +202 -0
  750. package/src/themes/ListItemBase.css +86 -0
  751. package/src/themes/Menu.css +88 -0
  752. package/src/themes/MessageStrip.css +93 -0
  753. package/src/themes/MonthPicker.css +82 -0
  754. package/src/themes/MultiComboBox.css +41 -0
  755. package/src/themes/MultiInput.css +18 -0
  756. package/src/themes/Panel.css +107 -0
  757. package/src/themes/Popover.css +85 -0
  758. package/src/themes/Popup.css +5 -0
  759. package/src/themes/PopupGlobal.css +3 -0
  760. package/src/themes/PopupStaticAreaStyles.css +17 -0
  761. package/src/themes/PopupsCommon.css +128 -0
  762. package/src/themes/ProgressIndicator.css +214 -0
  763. package/src/themes/RadioButton.css +300 -0
  764. package/src/themes/RangeSlider.css +89 -0
  765. package/src/themes/RatingIndicator.css +52 -0
  766. package/src/themes/ResponsivePopover.css +25 -0
  767. package/src/themes/ResponsivePopoverCommon.css +208 -0
  768. package/src/themes/SegmentedButton.css +81 -0
  769. package/src/themes/Select.css +39 -0
  770. package/src/themes/SelectPopover.css +8 -0
  771. package/src/themes/SliderBase.css +246 -0
  772. package/src/themes/SplitButton.css +209 -0
  773. package/src/themes/StepInput.css +271 -0
  774. package/src/themes/Suggestions.css +17 -0
  775. package/src/themes/Switch.css +378 -0
  776. package/src/themes/Tab.css +9 -0
  777. package/src/themes/TabContainer.css +129 -0
  778. package/src/themes/TabInOverflow.css +68 -0
  779. package/src/themes/TabInStrip.css +398 -0
  780. package/src/themes/TabSemanticIcon.css +18 -0
  781. package/src/themes/TabSeparatorInOverflow.css +10 -0
  782. package/src/themes/TabSeparatorInStrip.css +5 -0
  783. package/src/themes/Table.css +96 -0
  784. package/src/themes/TableCell.css +24 -0
  785. package/src/themes/TableColumn.css +23 -0
  786. package/src/themes/TableGroupRow.css +32 -0
  787. package/src/themes/TableRow.css +93 -0
  788. package/src/themes/TapHighlightColor.css +3 -0
  789. package/src/themes/TextArea.css +376 -0
  790. package/src/themes/TimePicker.css +50 -0
  791. package/src/themes/TimePickerPopover.css +15 -0
  792. package/src/themes/TimeSelection.css +27 -0
  793. package/src/themes/Title.css +65 -0
  794. package/src/themes/Toast.css +93 -0
  795. package/src/themes/ToggleButton.css +128 -0
  796. package/src/themes/ToggleButton.ie11.css +48 -0
  797. package/src/themes/Token.css +108 -0
  798. package/src/themes/Tokenizer.css +68 -0
  799. package/src/themes/TokenizerPopover.css +4 -0
  800. package/src/themes/Tree.css +11 -0
  801. package/src/themes/TreeListItem.css +101 -0
  802. package/src/themes/ValueStateMessage.css +83 -0
  803. package/src/themes/WheelSlider.css +203 -0
  804. package/src/themes/YearPicker.css +83 -0
  805. package/src/themes/base/Avatar-parameters.css +57 -0
  806. package/src/themes/base/AvatarGroup-parameters.css +3 -0
  807. package/src/themes/base/Badge-parameters.css +43 -0
  808. package/src/themes/base/BrowserScrollbar-parameters.css +4 -0
  809. package/src/themes/base/BusyIndicator-parameters.css +5 -0
  810. package/src/themes/base/Button-parameters.css +35 -0
  811. package/src/themes/base/CalendarHeader-parameters.css +20 -0
  812. package/src/themes/base/Card-parameters.css +19 -0
  813. package/src/themes/base/Carousel-parameters.css +10 -0
  814. package/src/themes/base/CheckBox-parameters.css +56 -0
  815. package/src/themes/base/ColorPalette-parameters.css +21 -0
  816. package/src/themes/base/ColorPicker-parameters.css +12 -0
  817. package/src/themes/base/DatePicker-parameters.css +6 -0
  818. package/src/themes/base/DayPicker-parameters.css +41 -0
  819. package/src/themes/base/Dialog-parameters.css +10 -0
  820. package/src/themes/base/FileUploader-parameters.css +4 -0
  821. package/src/themes/base/GroupHeaderListItem-parameters.css +3 -0
  822. package/src/themes/base/GrowingButton-parameters.css +6 -0
  823. package/src/themes/base/Input-parameters.css +63 -0
  824. package/src/themes/base/InputIcon-parameters.css +19 -0
  825. package/src/themes/base/Link-parameters.css +14 -0
  826. package/src/themes/base/List-parameters.css +3 -0
  827. package/src/themes/base/ListItemBase-parameters.css +10 -0
  828. package/src/themes/base/Menu-parameters.css +4 -0
  829. package/src/themes/base/MessageStrip-parameters.css +18 -0
  830. package/src/themes/base/MonthPicker-parameters.css +16 -0
  831. package/src/themes/base/MultiComboBox-parameters.css +3 -0
  832. package/src/themes/base/Panel-parameters.css +11 -0
  833. package/src/themes/base/PopupsCommon-parameters.css +11 -0
  834. package/src/themes/base/ProgressIndicator-parameters.css +38 -0
  835. package/src/themes/base/RadioButton-parameters.css +46 -0
  836. package/src/themes/base/RatingIndicator-parameters.css +3 -0
  837. package/src/themes/base/SegmentedButtton-parameters.css +9 -0
  838. package/src/themes/base/Select-parameters.css +9 -0
  839. package/src/themes/base/SelectPopover-parameters.css +4 -0
  840. package/src/themes/base/SliderBase-parameters.css +101 -0
  841. package/src/themes/base/SplitButton-parameters.css +17 -0
  842. package/src/themes/base/StepInput-parameters.css +24 -0
  843. package/src/themes/base/Switch-parameters.css +158 -0
  844. package/src/themes/base/TabContainer-parameters.css +100 -0
  845. package/src/themes/base/Table-parameters.css +8 -0
  846. package/src/themes/base/TableColumn-parameters.css +3 -0
  847. package/src/themes/base/TableGroupRow-parameters.css +4 -0
  848. package/src/themes/base/TableRow-parameters.css +3 -0
  849. package/src/themes/base/TextArea-parameters.css +26 -0
  850. package/src/themes/base/TimePicker-parameters.css +4 -0
  851. package/src/themes/base/TimelineItem-parameters.css +10 -0
  852. package/src/themes/base/Toast-parameters.css +6 -0
  853. package/src/themes/base/ToggleButton-parameters.css +8 -0
  854. package/src/themes/base/Token-parameters.css +24 -0
  855. package/src/themes/base/Tokenizer-parameters.css +3 -0
  856. package/src/themes/base/ValueStateMessage-parameters.css +12 -0
  857. package/src/themes/base/WheelSlider-parameters.css +15 -0
  858. package/src/themes/base/YearPicker-parameters.css +16 -0
  859. package/src/themes/base/rtl-parameters.css +43 -0
  860. package/src/themes/base/sizes-parameters.css +394 -0
  861. package/src/themes/sap_belize/BrowserScrollbar-parameters.css +4 -0
  862. package/src/themes/sap_belize/Card-parameters.css +5 -0
  863. package/src/themes/sap_belize/Carousel-parameters.css +9 -0
  864. package/src/themes/sap_belize/DayPicker-parameters.css +23 -0
  865. package/src/themes/sap_belize/Dialog-parameters.css +5 -0
  866. package/src/themes/sap_belize/Input-parameters.css +21 -0
  867. package/src/themes/sap_belize/InputIcon-parameters.css +5 -0
  868. package/src/themes/sap_belize/Panel-parameters.css +12 -0
  869. package/src/themes/sap_belize/PopupsCommon-parameters.css +5 -0
  870. package/src/themes/sap_belize/ProgressIndicator-parameters.css +8 -0
  871. package/src/themes/sap_belize/SliderBase-parameters.css +25 -0
  872. package/src/themes/sap_belize/SplitButton-parameters.css +6 -0
  873. package/src/themes/sap_belize/TabContainer-parameters.css +6 -0
  874. package/src/themes/sap_belize/Table-parameters.css +7 -0
  875. package/src/themes/sap_belize/TableRow-parameters.css +5 -0
  876. package/src/themes/sap_belize/TimePicker-parameters.css +5 -0
  877. package/src/themes/sap_belize/Token-parameters.css +8 -0
  878. package/src/themes/sap_belize/Tokenizer-parameters.css +5 -0
  879. package/src/themes/sap_belize/WheelSlider-parameters.css +17 -0
  880. package/src/themes/sap_belize/parameters-bundle.css +53 -0
  881. package/src/themes/sap_belize/sizes-parameters.css +15 -0
  882. package/src/themes/sap_belize_hcb/Avatar-parameters.css +18 -0
  883. package/src/themes/sap_belize_hcb/Badge-parameters.css +43 -0
  884. package/src/themes/sap_belize_hcb/BrowserScrollbar-parameters.css +4 -0
  885. package/src/themes/sap_belize_hcb/Button-parameters.css +12 -0
  886. package/src/themes/sap_belize_hcb/CalendarHeader-parameters.css +11 -0
  887. package/src/themes/sap_belize_hcb/Card-parameters.css +7 -0
  888. package/src/themes/sap_belize_hcb/Carousel-parameters.css +9 -0
  889. package/src/themes/sap_belize_hcb/CheckBox-parameters.css +12 -0
  890. package/src/themes/sap_belize_hcb/DatePicker-parameters.css +6 -0
  891. package/src/themes/sap_belize_hcb/DayPicker-parameters.css +13 -0
  892. package/src/themes/sap_belize_hcb/FileUploader-parameters.css +5 -0
  893. package/src/themes/sap_belize_hcb/GrowingButton-parameters.css +8 -0
  894. package/src/themes/sap_belize_hcb/Input-parameters.css +33 -0
  895. package/src/themes/sap_belize_hcb/InputIcon-parameters.css +5 -0
  896. package/src/themes/sap_belize_hcb/Link-parameters.css +8 -0
  897. package/src/themes/sap_belize_hcb/MessageStrip-parameters.css +9 -0
  898. package/src/themes/sap_belize_hcb/MonthPicker-parameters.css +10 -0
  899. package/src/themes/sap_belize_hcb/Panel-parameters.css +13 -0
  900. package/src/themes/sap_belize_hcb/PopupsCommon-parameters.css +5 -0
  901. package/src/themes/sap_belize_hcb/ProgressIndicator-parameters.css +11 -0
  902. package/src/themes/sap_belize_hcb/RadioButton-parameters.css +14 -0
  903. package/src/themes/sap_belize_hcb/Select-parameters.css +10 -0
  904. package/src/themes/sap_belize_hcb/SliderBase-parameters.css +19 -0
  905. package/src/themes/sap_belize_hcb/SplitButton-parameters.css +10 -0
  906. package/src/themes/sap_belize_hcb/Switch-parameters.css +16 -0
  907. package/src/themes/sap_belize_hcb/TabContainer-parameters.css +45 -0
  908. package/src/themes/sap_belize_hcb/Table-parameters.css +7 -0
  909. package/src/themes/sap_belize_hcb/TableRow-parameters.css +6 -0
  910. package/src/themes/sap_belize_hcb/TextArea-parameters.css +13 -0
  911. package/src/themes/sap_belize_hcb/ToggleButton-parameters.css +7 -0
  912. package/src/themes/sap_belize_hcb/Token-parameters.css +10 -0
  913. package/src/themes/sap_belize_hcb/ValueStateMessage-parameters.css +7 -0
  914. package/src/themes/sap_belize_hcb/WheelSlider-parameters.css +17 -0
  915. package/src/themes/sap_belize_hcb/YearPicker-parameters.css +10 -0
  916. package/src/themes/sap_belize_hcb/parameters-bundle.css +52 -0
  917. package/src/themes/sap_belize_hcb/sizes-parameters.css +15 -0
  918. package/src/themes/sap_belize_hcw/Avatar-parameters.css +18 -0
  919. package/src/themes/sap_belize_hcw/Badge-parameters.css +43 -0
  920. package/src/themes/sap_belize_hcw/BrowserScrollbar-parameters.css +4 -0
  921. package/src/themes/sap_belize_hcw/Button-parameters.css +12 -0
  922. package/src/themes/sap_belize_hcw/CalendarHeader-parameters.css +11 -0
  923. package/src/themes/sap_belize_hcw/Card-parameters.css +7 -0
  924. package/src/themes/sap_belize_hcw/Carousel-parameters.css +9 -0
  925. package/src/themes/sap_belize_hcw/CheckBox-parameters.css +12 -0
  926. package/src/themes/sap_belize_hcw/DatePicker-parameters.css +5 -0
  927. package/src/themes/sap_belize_hcw/DayPicker-parameters.css +14 -0
  928. package/src/themes/sap_belize_hcw/FileUploader-parameters.css +5 -0
  929. package/src/themes/sap_belize_hcw/GrowingButton-parameters.css +8 -0
  930. package/src/themes/sap_belize_hcw/Input-parameters.css +33 -0
  931. package/src/themes/sap_belize_hcw/InputIcon-parameters.css +5 -0
  932. package/src/themes/sap_belize_hcw/Link-parameters.css +8 -0
  933. package/src/themes/sap_belize_hcw/MessageStrip-parameters.css +9 -0
  934. package/src/themes/sap_belize_hcw/MonthPicker-parameters.css +10 -0
  935. package/src/themes/sap_belize_hcw/Panel-parameters.css +13 -0
  936. package/src/themes/sap_belize_hcw/PopupsCommon-parameters.css +5 -0
  937. package/src/themes/sap_belize_hcw/ProgressIndicator-parameters.css +11 -0
  938. package/src/themes/sap_belize_hcw/RadioButton-parameters.css +14 -0
  939. package/src/themes/sap_belize_hcw/Select-parameters.css +10 -0
  940. package/src/themes/sap_belize_hcw/SliderBase-parameters.css +19 -0
  941. package/src/themes/sap_belize_hcw/SplitButton-parameters.css +10 -0
  942. package/src/themes/sap_belize_hcw/Switch-parameters.css +16 -0
  943. package/src/themes/sap_belize_hcw/TabContainer-parameters.css +45 -0
  944. package/src/themes/sap_belize_hcw/Table-parameters.css +7 -0
  945. package/src/themes/sap_belize_hcw/TableRow-parameters.css +6 -0
  946. package/src/themes/sap_belize_hcw/TextArea-parameters.css +13 -0
  947. package/src/themes/sap_belize_hcw/ToggleButton-parameters.css +6 -0
  948. package/src/themes/sap_belize_hcw/Token-parameters.css +10 -0
  949. package/src/themes/sap_belize_hcw/ValueStateMessage-parameters.css +7 -0
  950. package/src/themes/sap_belize_hcw/WheelSlider-parameters.css +17 -0
  951. package/src/themes/sap_belize_hcw/YearPicker-parameters.css +10 -0
  952. package/src/themes/sap_belize_hcw/parameters-bundle.css +52 -0
  953. package/src/themes/sap_belize_hcw/sizes-parameters.css +15 -0
  954. package/src/themes/sap_fiori_3/Avatar-parameters.css +9 -0
  955. package/src/themes/sap_fiori_3/Button-parameters.css +15 -0
  956. package/src/themes/sap_fiori_3/CalendarHeader-parameters.css +8 -0
  957. package/src/themes/sap_fiori_3/CheckBox-parameters.css +13 -0
  958. package/src/themes/sap_fiori_3/DayPicker-parameters.css +23 -0
  959. package/src/themes/sap_fiori_3/Input-parameters.css +5 -0
  960. package/src/themes/sap_fiori_3/Link-parameters.css +6 -0
  961. package/src/themes/sap_fiori_3/List-parameters.css +5 -0
  962. package/src/themes/sap_fiori_3/MonthPicker-parameters.css +5 -0
  963. package/src/themes/sap_fiori_3/MultiComboBox-parameters.css +5 -0
  964. package/src/themes/sap_fiori_3/Panel-parameters.css +5 -0
  965. package/src/themes/sap_fiori_3/SliderBase-parameters.css +19 -0
  966. package/src/themes/sap_fiori_3/TabContainer-parameters.css +13 -0
  967. package/src/themes/sap_fiori_3/TimePicker-parameters.css +5 -0
  968. package/src/themes/sap_fiori_3/Token-parameters.css +6 -0
  969. package/src/themes/sap_fiori_3/WheelSlider-parameters.css +16 -0
  970. package/src/themes/sap_fiori_3/YearPicker-parameters.css +5 -0
  971. package/src/themes/sap_fiori_3/parameters-bundle.css +53 -0
  972. package/src/themes/sap_fiori_3_dark/Avatar-parameters.css +9 -0
  973. package/src/themes/sap_fiori_3_dark/Button-parameters.css +15 -0
  974. package/src/themes/sap_fiori_3_dark/CalendarHeader-parameters.css +8 -0
  975. package/src/themes/sap_fiori_3_dark/CheckBox-parameters.css +13 -0
  976. package/src/themes/sap_fiori_3_dark/DayPicker-parameters.css +23 -0
  977. package/src/themes/sap_fiori_3_dark/Input-parameters.css +5 -0
  978. package/src/themes/sap_fiori_3_dark/Link-parameters.css +6 -0
  979. package/src/themes/sap_fiori_3_dark/List-parameters.css +5 -0
  980. package/src/themes/sap_fiori_3_dark/MonthPicker-parameters.css +5 -0
  981. package/src/themes/sap_fiori_3_dark/MultiComboBox-parameters.css +5 -0
  982. package/src/themes/sap_fiori_3_dark/Panel-parameters.css +5 -0
  983. package/src/themes/sap_fiori_3_dark/SliderBase-parameters.css +5 -0
  984. package/src/themes/sap_fiori_3_dark/TabContainer-parameters.css +13 -0
  985. package/src/themes/sap_fiori_3_dark/Token-parameters.css +5 -0
  986. package/src/themes/sap_fiori_3_dark/WheelSlider-parameters.css +15 -0
  987. package/src/themes/sap_fiori_3_dark/YearPicker-parameters.css +5 -0
  988. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +52 -0
  989. package/src/themes/sap_fiori_3_hcb/Avatar-parameters.css +24 -0
  990. package/src/themes/sap_fiori_3_hcb/Badge-parameters.css +43 -0
  991. package/src/themes/sap_fiori_3_hcb/Button-parameters.css +11 -0
  992. package/src/themes/sap_fiori_3_hcb/CalendarHeader-parameters.css +11 -0
  993. package/src/themes/sap_fiori_3_hcb/Card-parameters.css +6 -0
  994. package/src/themes/sap_fiori_3_hcb/Carousel-parameters.css +9 -0
  995. package/src/themes/sap_fiori_3_hcb/CheckBox-parameters.css +13 -0
  996. package/src/themes/sap_fiori_3_hcb/ColorPicker-parameters.css +5 -0
  997. package/src/themes/sap_fiori_3_hcb/DatePicker-parameters.css +5 -0
  998. package/src/themes/sap_fiori_3_hcb/DayPicker-parameters.css +24 -0
  999. package/src/themes/sap_fiori_3_hcb/FileUploader-parameters.css +5 -0
  1000. package/src/themes/sap_fiori_3_hcb/GrowingButton-parameters.css +8 -0
  1001. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +28 -0
  1002. package/src/themes/sap_fiori_3_hcb/Link-parameters.css +10 -0
  1003. package/src/themes/sap_fiori_3_hcb/ListItem-parameters.css +3 -0
  1004. package/src/themes/sap_fiori_3_hcb/MessageStrip-parameters.css +9 -0
  1005. package/src/themes/sap_fiori_3_hcb/MonthPicker-parameters.css +11 -0
  1006. package/src/themes/sap_fiori_3_hcb/Panel-parameters.css +5 -0
  1007. package/src/themes/sap_fiori_3_hcb/ProgressIndicator-parameters.css +11 -0
  1008. package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +14 -0
  1009. package/src/themes/sap_fiori_3_hcb/Select-parameters.css +10 -0
  1010. package/src/themes/sap_fiori_3_hcb/SliderBase-parameters.css +16 -0
  1011. package/src/themes/sap_fiori_3_hcb/SplitButton-parameters.css +12 -0
  1012. package/src/themes/sap_fiori_3_hcb/Switch-parameters.css +16 -0
  1013. package/src/themes/sap_fiori_3_hcb/TabContainer-parameters.css +45 -0
  1014. package/src/themes/sap_fiori_3_hcb/Table-parameters.css +5 -0
  1015. package/src/themes/sap_fiori_3_hcb/TableRow-parameters.css +5 -0
  1016. package/src/themes/sap_fiori_3_hcb/TextArea-parameters.css +18 -0
  1017. package/src/themes/sap_fiori_3_hcb/TimePicker-parameters.css +5 -0
  1018. package/src/themes/sap_fiori_3_hcb/ToggleButton-parameters.css +6 -0
  1019. package/src/themes/sap_fiori_3_hcb/Token-parameters.css +7 -0
  1020. package/src/themes/sap_fiori_3_hcb/ValueStateMessage-parameters.css +7 -0
  1021. package/src/themes/sap_fiori_3_hcb/WheelSlider-parameters.css +17 -0
  1022. package/src/themes/sap_fiori_3_hcb/YearPicker-parameters.css +11 -0
  1023. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +54 -0
  1024. package/src/themes/sap_fiori_3_hcb/sizes-parameters.css +8 -0
  1025. package/src/themes/sap_fiori_3_hcw/Avatar-parameters.css +24 -0
  1026. package/src/themes/sap_fiori_3_hcw/Badge-parameters.css +43 -0
  1027. package/src/themes/sap_fiori_3_hcw/Button-parameters.css +11 -0
  1028. package/src/themes/sap_fiori_3_hcw/CalendarHeader-parameters.css +11 -0
  1029. package/src/themes/sap_fiori_3_hcw/Card-parameters.css +6 -0
  1030. package/src/themes/sap_fiori_3_hcw/Carousel-parameters.css +9 -0
  1031. package/src/themes/sap_fiori_3_hcw/CheckBox-parameters.css +13 -0
  1032. package/src/themes/sap_fiori_3_hcw/ColorPicker-parameters.css +5 -0
  1033. package/src/themes/sap_fiori_3_hcw/DatePicker-parameters.css +5 -0
  1034. package/src/themes/sap_fiori_3_hcw/DayPicker-parameters.css +23 -0
  1035. package/src/themes/sap_fiori_3_hcw/FileUploader-parameters.css +5 -0
  1036. package/src/themes/sap_fiori_3_hcw/GrowingButton-parameters.css +8 -0
  1037. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +28 -0
  1038. package/src/themes/sap_fiori_3_hcw/Link-parameters.css +10 -0
  1039. package/src/themes/sap_fiori_3_hcw/ListItem-parameters.css +3 -0
  1040. package/src/themes/sap_fiori_3_hcw/MessageStrip-parameters.css +9 -0
  1041. package/src/themes/sap_fiori_3_hcw/MonthPicker-parameters.css +11 -0
  1042. package/src/themes/sap_fiori_3_hcw/Panel-parameters.css +5 -0
  1043. package/src/themes/sap_fiori_3_hcw/ProgressIndicator-parameters.css +11 -0
  1044. package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +14 -0
  1045. package/src/themes/sap_fiori_3_hcw/Select-parameters.css +10 -0
  1046. package/src/themes/sap_fiori_3_hcw/SliderBase-parameters.css +15 -0
  1047. package/src/themes/sap_fiori_3_hcw/SplitButton-parameters.css +12 -0
  1048. package/src/themes/sap_fiori_3_hcw/Switch-parameters.css +16 -0
  1049. package/src/themes/sap_fiori_3_hcw/TabContainer-parameters.css +45 -0
  1050. package/src/themes/sap_fiori_3_hcw/Table-parameters.css +5 -0
  1051. package/src/themes/sap_fiori_3_hcw/TableRow-parameters.css +5 -0
  1052. package/src/themes/sap_fiori_3_hcw/TextArea-parameters.css +18 -0
  1053. package/src/themes/sap_fiori_3_hcw/TimePicker-parameters.css +5 -0
  1054. package/src/themes/sap_fiori_3_hcw/ToggleButton-parameters.css +6 -0
  1055. package/src/themes/sap_fiori_3_hcw/Token-parameters.css +7 -0
  1056. package/src/themes/sap_fiori_3_hcw/ValueStateMessage-parameters.css +7 -0
  1057. package/src/themes/sap_fiori_3_hcw/WheelSlider-parameters.css +17 -0
  1058. package/src/themes/sap_fiori_3_hcw/YearPicker-parameters.css +11 -0
  1059. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +54 -0
  1060. package/src/themes/sap_fiori_3_hcw/sizes-parameters.css +8 -0
  1061. package/src/themes/sap_horizon/Avatar-parameters.css +53 -0
  1062. package/src/themes/sap_horizon/AvatarGroup-parameters.css +5 -0
  1063. package/src/themes/sap_horizon/Badge-parameters.css +43 -0
  1064. package/src/themes/sap_horizon/Breadcrumbs-parameters.css +3 -0
  1065. package/src/themes/sap_horizon/BusyIndicator-parameters.css +7 -0
  1066. package/src/themes/sap_horizon/Button-parameters.css +19 -0
  1067. package/src/themes/sap_horizon/CalendarHeader-parameters.css +19 -0
  1068. package/src/themes/sap_horizon/Card-parameters.css +15 -0
  1069. package/src/themes/sap_horizon/CheckBox-parameters.css +49 -0
  1070. package/src/themes/sap_horizon/ColorPalette-parameters.css +21 -0
  1071. package/src/themes/sap_horizon/ColorPicker-parameters.css +11 -0
  1072. package/src/themes/sap_horizon/DatePicker-parameters.css +6 -0
  1073. package/src/themes/sap_horizon/DayPicker-parameters.css +34 -0
  1074. package/src/themes/sap_horizon/Dialog-parameters.css +11 -0
  1075. package/src/themes/sap_horizon/FileUploader-parameters.css +5 -0
  1076. package/src/themes/sap_horizon/GrowingButton-parameters.css +6 -0
  1077. package/src/themes/sap_horizon/Icon-parameters.css +3 -0
  1078. package/src/themes/sap_horizon/Input-parameters.css +34 -0
  1079. package/src/themes/sap_horizon/InputIcon-parameters.css +24 -0
  1080. package/src/themes/sap_horizon/Link-parameters.css +14 -0
  1081. package/src/themes/sap_horizon/List-parameters.css +5 -0
  1082. package/src/themes/sap_horizon/ListItemBase-parameters.css +5 -0
  1083. package/src/themes/sap_horizon/Menu-parameters.css +5 -0
  1084. package/src/themes/sap_horizon/MessageStrip-parameters.css +5 -0
  1085. package/src/themes/sap_horizon/MonthPicker-parameters.css +16 -0
  1086. package/src/themes/sap_horizon/MultiComboBox-parameters.css +5 -0
  1087. package/src/themes/sap_horizon/Panel-parameters.css +11 -0
  1088. package/src/themes/sap_horizon/ProgressIndicator-parameters.css +38 -0
  1089. package/src/themes/sap_horizon/ProgressIndicatorLayout-parameters.css +39 -0
  1090. package/src/themes/sap_horizon/RadioButton-parameters.css +15 -0
  1091. package/src/themes/sap_horizon/RatingIndicator-parameters.css +3 -0
  1092. package/src/themes/sap_horizon/SegmentedButtton-parameters.css +10 -0
  1093. package/src/themes/sap_horizon/Select-parameters.css +5 -0
  1094. package/src/themes/sap_horizon/SelectPopover-parameters.css +4 -0
  1095. package/src/themes/sap_horizon/SliderBase-parameters.css +81 -0
  1096. package/src/themes/sap_horizon/SplitButton-parameters.css +17 -0
  1097. package/src/themes/sap_horizon/StepInput-parameters.css +25 -0
  1098. package/src/themes/sap_horizon/Switch-parameters.css +144 -0
  1099. package/src/themes/sap_horizon/TabContainer-parameters.css +31 -0
  1100. package/src/themes/sap_horizon/Table-parameters.css +9 -0
  1101. package/src/themes/sap_horizon/TableColumn-parameters.css +5 -0
  1102. package/src/themes/sap_horizon/TableGroupRow-parameters.css +6 -0
  1103. package/src/themes/sap_horizon/TableRow-parameters.css +5 -0
  1104. package/src/themes/sap_horizon/TextArea-parameters.css +17 -0
  1105. package/src/themes/sap_horizon/TimePicker-parameters.css +6 -0
  1106. package/src/themes/sap_horizon/ToggleButton-parameters.css +1 -0
  1107. package/src/themes/sap_horizon/Token-parameters.css +19 -0
  1108. package/src/themes/sap_horizon/ValueStateMessage-parameters.css +11 -0
  1109. package/src/themes/sap_horizon/WheelSlider-parameters.css +19 -0
  1110. package/src/themes/sap_horizon/YearPicker-parameters.css +15 -0
  1111. package/src/themes/sap_horizon/parameters-bundle.css +62 -0
  1112. package/src/themes/sap_horizon/sizes-parameters.css +41 -0
  1113. package/src/themes/sap_horizon_dark/Avatar-parameters.css +53 -0
  1114. package/src/themes/sap_horizon_dark/Badge-parameters.css +43 -0
  1115. package/src/themes/sap_horizon_dark/Breadcrumbs-parameters.css +3 -0
  1116. package/src/themes/sap_horizon_dark/BusyIndicator-parameters.css +7 -0
  1117. package/src/themes/sap_horizon_dark/Button-parameters.css +19 -0
  1118. package/src/themes/sap_horizon_dark/CalendarHeader-parameters.css +19 -0
  1119. package/src/themes/sap_horizon_dark/Card-parameters.css +15 -0
  1120. package/src/themes/sap_horizon_dark/CheckBox-parameters.css +49 -0
  1121. package/src/themes/sap_horizon_dark/ColorPalette-parameters.css +21 -0
  1122. package/src/themes/sap_horizon_dark/ColorPicker-parameters.css +11 -0
  1123. package/src/themes/sap_horizon_dark/DatePicker-parameters.css +6 -0
  1124. package/src/themes/sap_horizon_dark/DayPicker-parameters.css +34 -0
  1125. package/src/themes/sap_horizon_dark/Dialog-parameters.css +11 -0
  1126. package/src/themes/sap_horizon_dark/FileUploader-parameters.css +5 -0
  1127. package/src/themes/sap_horizon_dark/GrowingButton-parameters.css +6 -0
  1128. package/src/themes/sap_horizon_dark/Icon-parameters.css +3 -0
  1129. package/src/themes/sap_horizon_dark/Input-parameters.css +34 -0
  1130. package/src/themes/sap_horizon_dark/InputIcon-parameters.css +24 -0
  1131. package/src/themes/sap_horizon_dark/Link-parameters.css +14 -0
  1132. package/src/themes/sap_horizon_dark/List-parameters.css +5 -0
  1133. package/src/themes/sap_horizon_dark/ListItemBase-parameters.css +6 -0
  1134. package/src/themes/sap_horizon_dark/Menu-parameters.css +5 -0
  1135. package/src/themes/sap_horizon_dark/MessageStrip-parameters.css +5 -0
  1136. package/src/themes/sap_horizon_dark/MonthPicker-parameters.css +16 -0
  1137. package/src/themes/sap_horizon_dark/MultiComboBox-parameters.css +5 -0
  1138. package/src/themes/sap_horizon_dark/Panel-parameters.css +11 -0
  1139. package/src/themes/sap_horizon_dark/RadioButton-parameters.css +15 -0
  1140. package/src/themes/sap_horizon_dark/RatingIndicator-parameters.css +3 -0
  1141. package/src/themes/sap_horizon_dark/SegmentedButtton-parameters.css +10 -0
  1142. package/src/themes/sap_horizon_dark/Select-parameters.css +5 -0
  1143. package/src/themes/sap_horizon_dark/SelectPopover-parameters.css +4 -0
  1144. package/src/themes/sap_horizon_dark/SliderBase-parameters.css +79 -0
  1145. package/src/themes/sap_horizon_dark/SplitButton-parameters.css +17 -0
  1146. package/src/themes/sap_horizon_dark/StepInput-parameters.css +25 -0
  1147. package/src/themes/sap_horizon_dark/Switch-parameters.css +144 -0
  1148. package/src/themes/sap_horizon_dark/TabContainer-parameters.css +22 -0
  1149. package/src/themes/sap_horizon_dark/Table-parameters.css +9 -0
  1150. package/src/themes/sap_horizon_dark/TableColumn-parameters.css +5 -0
  1151. package/src/themes/sap_horizon_dark/TableGroupRow-parameters.css +6 -0
  1152. package/src/themes/sap_horizon_dark/TableRow-parameters.css +5 -0
  1153. package/src/themes/sap_horizon_dark/TextArea-parameters.css +17 -0
  1154. package/src/themes/sap_horizon_dark/TimePicker-parameters.css +6 -0
  1155. package/src/themes/sap_horizon_dark/ToggleButton-parameters.css +1 -0
  1156. package/src/themes/sap_horizon_dark/Token-parameters.css +19 -0
  1157. package/src/themes/sap_horizon_dark/ValueStateMessage-parameters.css +11 -0
  1158. package/src/themes/sap_horizon_dark/WheelSlider-parameters.css +19 -0
  1159. package/src/themes/sap_horizon_dark/YearPicker-parameters.css +15 -0
  1160. package/src/themes/sap_horizon_dark/parameters-bundle.css +63 -0
  1161. package/src/themes/sap_horizon_dark/sizes-parameters.css +39 -0
  1162. package/src/themes/sap_horizon_exp/Badge-parameters.css +91 -0
  1163. package/src/themes/sap_horizon_exp/Button-parameters.css +12 -0
  1164. package/src/themes/sap_horizon_exp/CalendarHeader-parameters.css +8 -0
  1165. package/src/themes/sap_horizon_exp/CheckBox-parameters.css +35 -0
  1166. package/src/themes/sap_horizon_exp/DatePicker-parameters.css +5 -0
  1167. package/src/themes/sap_horizon_exp/DayPicker-parameters.css +6 -0
  1168. package/src/themes/sap_horizon_exp/Input-parameters.css +43 -0
  1169. package/src/themes/sap_horizon_exp/InputIcon-parameters.css +13 -0
  1170. package/src/themes/sap_horizon_exp/Link-parameters.css +7 -0
  1171. package/src/themes/sap_horizon_exp/List-parameters.css +5 -0
  1172. package/src/themes/sap_horizon_exp/MonthPicker-parameters.css +5 -0
  1173. package/src/themes/sap_horizon_exp/MultiComboBox-parameters.css +7 -0
  1174. package/src/themes/sap_horizon_exp/Panel-parameters.css +5 -0
  1175. package/src/themes/sap_horizon_exp/Popover-parameters.css +4 -0
  1176. package/src/themes/sap_horizon_exp/RadioButton-parameters.css +29 -0
  1177. package/src/themes/sap_horizon_exp/Select-parameters.css +5 -0
  1178. package/src/themes/sap_horizon_exp/SliderBase-parameters.css +30 -0
  1179. package/src/themes/sap_horizon_exp/Switch-parameters.css +46 -0
  1180. package/src/themes/sap_horizon_exp/TabContainer-parameters.css +40 -0
  1181. package/src/themes/sap_horizon_exp/TimePicker-parameters.css +5 -0
  1182. package/src/themes/sap_horizon_exp/Token-parameters.css +7 -0
  1183. package/src/themes/sap_horizon_exp/WheelSlider-parameters.css +16 -0
  1184. package/src/themes/sap_horizon_exp/YearPicker-parameters.css +5 -0
  1185. package/src/themes/sap_horizon_exp/parameters-bundle.css +46 -0
  1186. package/src/themes/sap_horizon_hcb/Avatar-parameters.css +53 -0
  1187. package/src/themes/sap_horizon_hcb/Badge-parameters.css +43 -0
  1188. package/src/themes/sap_horizon_hcb/BusyIndicator-parameters.css +5 -0
  1189. package/src/themes/sap_horizon_hcb/Button-parameters.css +10 -0
  1190. package/src/themes/sap_horizon_hcb/CalendarHeader-parameters.css +11 -0
  1191. package/src/themes/sap_horizon_hcb/Card-parameters.css +11 -0
  1192. package/src/themes/sap_horizon_hcb/Carousel-parameters.css +9 -0
  1193. package/src/themes/sap_horizon_hcb/CheckBox-parameters.css +49 -0
  1194. package/src/themes/sap_horizon_hcb/ColorPicker-parameters.css +10 -0
  1195. package/src/themes/sap_horizon_hcb/DatePicker-parameters.css +5 -0
  1196. package/src/themes/sap_horizon_hcb/DayPicker-parameters.css +31 -0
  1197. package/src/themes/sap_horizon_hcb/Dialog-parameters.css +6 -0
  1198. package/src/themes/sap_horizon_hcb/FileUploader-parameters.css +6 -0
  1199. package/src/themes/sap_horizon_hcb/GrowingButton-parameters.css +8 -0
  1200. package/src/themes/sap_horizon_hcb/Input-parameters.css +31 -0
  1201. package/src/themes/sap_horizon_hcb/InputIcon-parameters.css +11 -0
  1202. package/src/themes/sap_horizon_hcb/Link-parameters.css +10 -0
  1203. package/src/themes/sap_horizon_hcb/ListItem-parameters.css +3 -0
  1204. package/src/themes/sap_horizon_hcb/Menu-parameters.css +5 -0
  1205. package/src/themes/sap_horizon_hcb/MessageStrip-parameters.css +10 -0
  1206. package/src/themes/sap_horizon_hcb/MonthPicker-parameters.css +12 -0
  1207. package/src/themes/sap_horizon_hcb/Panel-parameters.css +8 -0
  1208. package/src/themes/sap_horizon_hcb/ProgressIndicator-parameters.css +21 -0
  1209. package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +16 -0
  1210. package/src/themes/sap_horizon_hcb/SegmentedButtton-parameters.css +9 -0
  1211. package/src/themes/sap_horizon_hcb/Select-parameters.css +10 -0
  1212. package/src/themes/sap_horizon_hcb/SliderBase-parameters.css +77 -0
  1213. package/src/themes/sap_horizon_hcb/SplitButton-parameters.css +12 -0
  1214. package/src/themes/sap_horizon_hcb/Switch-parameters.css +144 -0
  1215. package/src/themes/sap_horizon_hcb/TabContainer-parameters.css +45 -0
  1216. package/src/themes/sap_horizon_hcb/Table-parameters.css +9 -0
  1217. package/src/themes/sap_horizon_hcb/TableGroupRow-parameters.css +6 -0
  1218. package/src/themes/sap_horizon_hcb/TableRow-parameters.css +5 -0
  1219. package/src/themes/sap_horizon_hcb/TextArea-parameters.css +19 -0
  1220. package/src/themes/sap_horizon_hcb/TimePicker-parameters.css +5 -0
  1221. package/src/themes/sap_horizon_hcb/ToggleButton-parameters.css +1 -0
  1222. package/src/themes/sap_horizon_hcb/Token-parameters.css +19 -0
  1223. package/src/themes/sap_horizon_hcb/ValueStateMessage-parameters.css +13 -0
  1224. package/src/themes/sap_horizon_hcb/WheelSlider-parameters.css +17 -0
  1225. package/src/themes/sap_horizon_hcb/YearPicker-parameters.css +12 -0
  1226. package/src/themes/sap_horizon_hcb/parameters-bundle.css +54 -0
  1227. package/src/themes/sap_horizon_hcb/sizes-parameters.css +8 -0
  1228. package/src/themes/sap_horizon_hcw/Avatar-parameters.css +53 -0
  1229. package/src/themes/sap_horizon_hcw/Badge-parameters.css +43 -0
  1230. package/src/themes/sap_horizon_hcw/BusyIndicator-parameters.css +5 -0
  1231. package/src/themes/sap_horizon_hcw/Button-parameters.css +10 -0
  1232. package/src/themes/sap_horizon_hcw/CalendarHeader-parameters.css +11 -0
  1233. package/src/themes/sap_horizon_hcw/Card-parameters.css +11 -0
  1234. package/src/themes/sap_horizon_hcw/Carousel-parameters.css +9 -0
  1235. package/src/themes/sap_horizon_hcw/CheckBox-parameters.css +49 -0
  1236. package/src/themes/sap_horizon_hcw/ColorPicker-parameters.css +10 -0
  1237. package/src/themes/sap_horizon_hcw/DatePicker-parameters.css +5 -0
  1238. package/src/themes/sap_horizon_hcw/DayPicker-parameters.css +25 -0
  1239. package/src/themes/sap_horizon_hcw/Dialog-parameters.css +6 -0
  1240. package/src/themes/sap_horizon_hcw/FileUploader-parameters.css +6 -0
  1241. package/src/themes/sap_horizon_hcw/GrowingButton-parameters.css +8 -0
  1242. package/src/themes/sap_horizon_hcw/Input-parameters.css +31 -0
  1243. package/src/themes/sap_horizon_hcw/InputIcon-parameters.css +11 -0
  1244. package/src/themes/sap_horizon_hcw/Link-parameters.css +10 -0
  1245. package/src/themes/sap_horizon_hcw/ListItem-parameters.css +3 -0
  1246. package/src/themes/sap_horizon_hcw/Menu-parameters.css +5 -0
  1247. package/src/themes/sap_horizon_hcw/MessageStrip-parameters.css +10 -0
  1248. package/src/themes/sap_horizon_hcw/MonthPicker-parameters.css +12 -0
  1249. package/src/themes/sap_horizon_hcw/Panel-parameters.css +9 -0
  1250. package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +20 -0
  1251. package/src/themes/sap_horizon_hcw/SegmentedButtton-parameters.css +9 -0
  1252. package/src/themes/sap_horizon_hcw/Select-parameters.css +10 -0
  1253. package/src/themes/sap_horizon_hcw/SliderBase-parameters.css +78 -0
  1254. package/src/themes/sap_horizon_hcw/SplitButton-parameters.css +12 -0
  1255. package/src/themes/sap_horizon_hcw/Switch-parameters.css +144 -0
  1256. package/src/themes/sap_horizon_hcw/TabContainer-parameters.css +45 -0
  1257. package/src/themes/sap_horizon_hcw/Table-parameters.css +9 -0
  1258. package/src/themes/sap_horizon_hcw/TableGroupRow-parameters.css +6 -0
  1259. package/src/themes/sap_horizon_hcw/TableRow-parameters.css +5 -0
  1260. package/src/themes/sap_horizon_hcw/TextArea-parameters.css +19 -0
  1261. package/src/themes/sap_horizon_hcw/TimePicker-parameters.css +5 -0
  1262. package/src/themes/sap_horizon_hcw/ToggleButton-parameters.css +1 -0
  1263. package/src/themes/sap_horizon_hcw/Token-parameters.css +19 -0
  1264. package/src/themes/sap_horizon_hcw/ValueStateMessage-parameters.css +13 -0
  1265. package/src/themes/sap_horizon_hcw/WheelSlider-parameters.css +17 -0
  1266. package/src/themes/sap_horizon_hcw/YearPicker-parameters.css +12 -0
  1267. package/src/themes/sap_horizon_hcw/parameters-bundle.css +54 -0
  1268. package/src/themes/sap_horizon_hcw/sizes-parameters.css +8 -0
  1269. package/src/types/HasPopup.js +62 -0
  1270. package/src/types/ListGrowingMode.js +36 -3
  1271. package/src/types/TableGrowingMode.js +35 -2
  1272. package/src/types/TabsOverflowMode.js +40 -0
  1273. package/dist/generated/templates/TabSeparatorTemplate.lit.js +0 -7
  1274. package/dist/webcomponentsjs/CHANGELOG.md +0 -61
  1275. package/dist/webcomponentsjs/LICENSE.md +0 -19
  1276. package/dist/webcomponentsjs/README.md +0 -246
  1277. package/dist/webcomponentsjs/bundles/webcomponents-ce.js +0 -63
  1278. package/dist/webcomponentsjs/bundles/webcomponents-ce.js.map +0 -1
  1279. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js +0 -60
  1280. package/dist/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +0 -1
  1281. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js +0 -95
  1282. package/dist/webcomponentsjs/bundles/webcomponents-pf_js.js.map +0 -1
  1283. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +0 -360
  1284. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +0 -1
  1285. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js +0 -228
  1286. package/dist/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +0 -1
  1287. package/dist/webcomponentsjs/bundles/webcomponents-sd.js +0 -185
  1288. package/dist/webcomponentsjs/bundles/webcomponents-sd.js.map +0 -1
  1289. package/dist/webcomponentsjs/custom-elements-es5-adapter.js +0 -15
  1290. package/dist/webcomponentsjs/webcomponents-bundle.js +0 -370
  1291. package/dist/webcomponentsjs/webcomponents-bundle.js.map +0 -1
  1292. package/dist/webcomponentsjs/webcomponents-loader.js +0 -206
  1293. package/src/TabSeparator.hbs +0 -1
package/dist/api.json CHANGED
@@ -78,6 +78,7 @@
78
78
  "slots": [
79
79
  {
80
80
  "name": "default",
81
+ "propertyName": "image",
81
82
  "visibility": "public",
82
83
  "since": "1.0.0-rc.15",
83
84
  "type": "HTMLElement",
@@ -110,7 +111,7 @@
110
111
  "name": "colorScheme",
111
112
  "readonly": "true",
112
113
  "visibility": "public",
113
- "type": "Array",
114
+ "type": "AvatarColorScheme[]",
114
115
  "description": "Returns an array containing the <code>AvatarColorScheme</code> values that correspond to the avatars in the component.",
115
116
  "defaultValue": "[]"
116
117
  },
@@ -118,7 +119,7 @@
118
119
  "name": "hiddenItems",
119
120
  "readonly": "true",
120
121
  "visibility": "public",
121
- "type": "Array",
122
+ "type": "HTMLElement[]",
122
123
  "description": "Returns an array containing the <code>ui5-avatar</code> instances that are currently not displayed due to lack of space.",
123
124
  "defaultValue": "[]"
124
125
  },
@@ -253,9 +254,10 @@
253
254
  "events": [
254
255
  {
255
256
  "name": "item-click",
257
+ "allowPreventDefault": "true",
256
258
  "visibility": "public",
257
259
  "parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
258
- "description": "Fires when a <code>BreadcrumbsItem</code> is clicked."
260
+ "description": "Fires when a <code>BreadcrumbsItem</code> is clicked. <b>Note:</b> You can prevent browser location change by calling <code>event.preventDefault()</code>."
259
261
  }
260
262
  ]
261
263
  },
@@ -288,12 +290,6 @@
288
290
  "description": "Defines the link href. <br><br> <b>Note:</b> Standard hyperlink behavior is supported.",
289
291
  "defaultValue": "\"\""
290
292
  },
291
- {
292
- "name": "stableDomRef",
293
- "visibility": "public",
294
- "type": "string",
295
- "description": "Defines the stable selector that you can use via <code>getStableDomRef</code> method."
296
- },
297
293
  {
298
294
  "name": "target",
299
295
  "visibility": "public",
@@ -350,7 +346,7 @@
350
346
  "name": "text",
351
347
  "visibility": "public",
352
348
  "since": "1.0.0-rc.7",
353
- "type": "String",
349
+ "type": "string",
354
350
  "description": "Defines text to be displayed below the component. It can be used to inform the user of the current operation.",
355
351
  "defaultValue": "\"\""
356
352
  }
@@ -378,12 +374,28 @@
378
374
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-button</code> component represents a simple push button. It enables users to trigger actions by clicking or tapping the <code>ui5-button</code>, or by pressing certain keyboard keys, such as Enter.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-button</code> UI, you can define text, icon, or both. You can also specify whether the text or the icon is displayed first. <br><br> You can choose from a set of predefined types that offer different styling to correspond to the triggered action. <br><br> You can set the <code>ui5-button</code> as enabled or disabled. An enabled <code>ui5-button</code> can be pressed by clicking or tapping it. The button changes its style to provide visual feedback to the user that it is pressed or hovered over with the mouse cursor. A disabled <code>ui5-button</code> appears inactive and cannot be pressed.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-button</code> exposes the following CSS Shadow Parts: <ul> <li>button - Used to style the native button element</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Button\";</code>",
379
375
  "constructor": { "visibility": "public" },
380
376
  "properties": [
377
+ {
378
+ "name": "accessibilityAttributes",
379
+ "visibility": "public",
380
+ "since": "1.2.0",
381
+ "type": "object",
382
+ "noattribute": "true",
383
+ "description": "An object of strings that defines several additional accessibility attribute values for customization depending on the use case.\n\nIt supports the following fields:\n\n<ul> <li><code>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values: <ul> <li><code>true</code></li> <li><code>false</code></li> </ul> </li> <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values: <ul> <li><code>Dialog</code></li> <li><code>Grid</code></li> <li><code>ListBox</code></li> <li><code>Menu</code></li> <li><code>Tree</code></li> </ul> </li> <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li> </ul>"
384
+ },
381
385
  {
382
386
  "name": "accessibleName",
383
387
  "visibility": "public",
384
388
  "since": "1.0.0-rc.15",
385
- "type": "String",
386
- "description": "Sets the accessible aria name of the component."
389
+ "type": "string",
390
+ "description": "Defines the accessible aria name of the component."
391
+ },
392
+ {
393
+ "name": "accessibleNameRef",
394
+ "visibility": "public",
395
+ "since": "1.1.0",
396
+ "type": "string",
397
+ "description": "Receives id(or many ids) of the elements that label the component.",
398
+ "defaultValue": "\"\""
387
399
  },
388
400
  {
389
401
  "name": "design",
@@ -419,6 +431,13 @@
419
431
  "type": "boolean",
420
432
  "description": "When set to <code>true</code>, the component will automatically submit the nearest form element upon <code>press</code>. <br><br> <b>Note:</b> For the <code>submits</code> property to have effect, you must add the following import to your project: <code>import \"@ui5/webcomponents/dist/features/InputElementsFormSupport.js\";</code>",
421
433
  "defaultValue": "false"
434
+ },
435
+ {
436
+ "name": "tooltip",
437
+ "visibility": "public",
438
+ "since": "1.2.0",
439
+ "type": "string",
440
+ "description": "Defines the tooltip of the component. <br> <b>Note:</b> We recommend setting tooltip to icon-only components."
422
441
  }
423
442
  ],
424
443
  "slots": [
@@ -450,7 +469,7 @@
450
469
  "visibility": "public",
451
470
  "since": "1.0.0-rc.11",
452
471
  "extends": "CalendarPart",
453
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-calendar</code> component allows users to select one or more dates. <br><br> Currently selected dates are represented with instances of <code>ui5-date</code> as children of the <code>ui5-calendar</code>. The value property of each <code>ui5-date</code> must be a date string, correctly formatted according to the <code>ui5-calendar</code>'s <code>formatPattern</code> property. Whenever the user changes the date selection, <code>ui5-calendar</code> will automatically create/remove instances of <code>ui5-date</code> in itself, unless you prevent this behavior by calling <code>preventDefault()</code> for the <code>selected-dates-change</code> event. This is useful if you want to control the selected dates externally. <br><br>\n\n<h3>Usage</h3>\n\nThe user can navigate to a particular date by: <br> <ul> <li>Pressing over a month inside the months view</li> <li>Pressing over an year inside the years view</li> </ul> <br> The user can confirm a date selection by pressing over a date inside the days view. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-calendar</code> provides advanced keyboard handling. When a picker is showed and focused the user can use the following keyboard shortcuts in order to perform a navigation: <br> - Day picker: <br> <ul> <li>[F4] - Shows month picker</li> <li>[SHIFT] + [F4] - Shows year picker</li> <li>[PAGEUP] - Navigate to the previous month</li> <li>[PAGEDOWN] - Navigate to the next month</li> <li>[SHIFT] + [PAGEUP] - Navigate to the previous year</li> <li>[SHIFT] + [PAGEDOWN] - Navigate to the next year</li> <li>[CTRL] + [SHIFT] + [PAGEUP] - Navigate ten years backwards</li> <li>[CTRL] + [SHIFT] + [PAGEDOWN] - Navigate ten years forwards</li> <li>[HOME] - Navigate to the first day of the week</li> <li>[END] - Navigate to the last day of the week</li> <li>[CTRL] + [HOME] - Navigate to the first day of the month</li> <li>[CTRL] + [END] - Navigate to the last day of the month</li> </ul> <br> - Month picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year</li> <li>[PAGEDOWN] - Navigate to the next year</li> <li>[HOME] - Navigate to the first month of the current row</li> <li>[END] - Navigate to the last month of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first month of the current year</li> <li>[CTRL] + [END] - Navigate to the last month of the year</li> </ul> <br> - Year picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year range</li> <li>[PAGEDOWN] - Navigate the next year range</li> <li>[HOME] - Navigate to the first year of the current row</li> <li>[END] - Navigate to the last year of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first year of the current year range</li> <li>[CTRL] + [END] - Navigate to the last year of the current year range</li> </ul> <br>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <code> &lt;script data-id=\"sap-ui-config\" type=\"application/json\"&gt; { \"calendarType\": \"Japanese\" } &lt;/script&gt; </code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Calendar\";</code>",
472
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-calendar</code> component allows users to select one or more dates. <br><br> Currently selected dates are represented with instances of <code>ui5-date</code> as children of the <code>ui5-calendar</code>. The value property of each <code>ui5-date</code> must be a date string, correctly formatted according to the <code>ui5-calendar</code>'s <code>formatPattern</code> property. Whenever the user changes the date selection, <code>ui5-calendar</code> will automatically create/remove instances of <code>ui5-date</code> in itself, unless you prevent this behavior by calling <code>preventDefault()</code> for the <code>selected-dates-change</code> event. This is useful if you want to control the selected dates externally. <br><br>\n\n<h3>Usage</h3>\n\nThe user can navigate to a particular date by: <br> <ul> <li>Pressing over a month inside the months view</li> <li>Pressing over an year inside the years view</li> </ul> <br> The user can confirm a date selection by pressing over a date inside the days view. <br><br>\n\n<h3>Keyboard Handling</h3> The <code>ui5-calendar</code> provides advanced keyboard handling. When a picker is showed and focused the user can use the following keyboard shortcuts in order to perform a navigation: <br> - Day picker: <br> <ul> <li>[F4] - Shows month picker</li> <li>[SHIFT] + [F4] - Shows year picker</li> <li>[PAGEUP] - Navigate to the previous month</li> <li>[PAGEDOWN] - Navigate to the next month</li> <li>[SHIFT] + [PAGEUP] - Navigate to the previous year</li> <li>[SHIFT] + [PAGEDOWN] - Navigate to the next year</li> <li>[CTRL] + [SHIFT] + [PAGEUP] - Navigate ten years backwards</li> <li>[CTRL] + [SHIFT] + [PAGEDOWN] - Navigate ten years forwards</li> <li>[HOME] - Navigate to the first day of the week</li> <li>[END] - Navigate to the last day of the week</li> <li>[CTRL] + [HOME] - Navigate to the first day of the month</li> <li>[CTRL] + [END] - Navigate to the last day of the month</li> </ul> <br> - Month picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year</li> <li>[PAGEDOWN] - Navigate to the next year</li> <li>[HOME] - Navigate to the first month of the current row</li> <li>[END] - Navigate to the last month of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first month of the current year</li> <li>[CTRL] + [END] - Navigate to the last month of the year</li> </ul> <br> - Year picker: <br> <ul> <li>[PAGEUP] - Navigate to the previous year range</li> <li>[PAGEDOWN] - Navigate the next year range</li> <li>[HOME] - Navigate to the first year of the current row</li> <li>[END] - Navigate to the last year of the current row</li> <li>[CTRL] + [HOME] - Navigate to the first year of the current year range</li> <li>[CTRL] + [END] - Navigate to the last year of the current year range</li> </ul> <br>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <code> &lt;script data-id=\"sap-ui-config\" type=\"application/json\"&gt; { \"calendarType\": \"Japanese\" } &lt;/script&gt; </code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Calendar\";</code>",
454
473
  "constructor": { "visibility": "public" },
455
474
  "properties": [
456
475
  {
@@ -587,7 +606,24 @@
587
606
  "extends": "sap.ui.webcomponents.base.UI5Element",
588
607
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-card</code> is a component that represents information in the form of a tile with separate header and content areas. The content area of a <code>ui5-card</code> can be arbitrary HTML content. The header can be used through slot <code>header</code>. For which there is a <code>ui5-card-header</code> component to achieve the card look and fill.\n\nNote: We recommend the usage of <code>ui5-card-header</code> for the header slot, so advantage can be taken for keyboard handling, styling and accessibility.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Card\";</code> <br> <code>import \"@ui5/webcomponents/dist/CardHeader.js\";</code> (for <code>ui5-card-header</code>)",
589
608
  "constructor": { "visibility": "public" },
590
- "properties": [],
609
+ "properties": [
610
+ {
611
+ "name": "accessibleName",
612
+ "visibility": "public",
613
+ "since": "1.0.0-rc.16",
614
+ "type": "string",
615
+ "description": "Defines the accessible name of the component, which is used as the name of the card region and should be unique per card. <b>Note:</b> <code>accessibleName</code> should be always set, unless <code>accessibleNameRef</code> is set.",
616
+ "defaultValue": "\"\""
617
+ },
618
+ {
619
+ "name": "accessibleNameRef",
620
+ "visibility": "public",
621
+ "since": "1.0.0-rc.16",
622
+ "type": "string",
623
+ "description": "Defines the IDs of the elements that label the component.",
624
+ "defaultValue": "\"\""
625
+ }
626
+ ],
591
627
  "slots": [
592
628
  {
593
629
  "name": "default",
@@ -631,7 +667,7 @@
631
667
  "name": "status",
632
668
  "visibility": "public",
633
669
  "type": "string",
634
- "description": "Defines the status text. <br><br> <b>Note:</b> If the <code>action</code> slot is set, the <code>status</code> will not be displayed, you can either have <code>action</code>, or <code>status</code>.",
670
+ "description": "Defines the status text.",
635
671
  "defaultValue": "\"\""
636
672
  },
637
673
  {
@@ -654,7 +690,7 @@
654
690
  "name": "action",
655
691
  "visibility": "public",
656
692
  "type": "HTMLElement[]",
657
- "description": "Defines an action, displayed in the right most part of the header. <br><br> <b>Note:</b> If set, the <code>status</code> text will not be displayed, you can either have <code>action</code>, or <code>status</code>."
693
+ "description": "Defines an action, displayed in the right most part of the header."
658
694
  },
659
695
  {
660
696
  "name": "avatar",
@@ -682,7 +718,7 @@
682
718
  "visibility": "public",
683
719
  "since": "1.0.0-rc.6",
684
720
  "extends": "UI5Element",
685
- "description": "<h3 class=\"comment-api-title\">Overview</h3> The Carousel allows the user to browse through a set of items. The component is mostly used for showing a gallery of images, but can hold any other HTML element. <br> There are several ways to perform navigation: <ul> <li>on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.</li> <li>on mobile - the user can use swipe gestures.</li> </ul>\n\n<h3>Usage</h3>\n\n<h4>When to use:</h4>\n\n<ul> <li>The items you want to display are very different from each other.</li> <li>You want to display the items one after the other.</li> </ul>\n\n<h4>When not to use:</h4>\n\n<ul> <li>The items you want to display need to be visible at the same time.</li> <li>The items you want to display are uniform and very similar.</li> </ul>\n\n<h3>Keyboard Handling</h3> When the <code>ui5-carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>\n\n<ul> <li>[UP/DOWN] - Navigates to previous and next item</li> <li>[LEFT/RIGHT] - Navigates to previous and next item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Carousel.js\";</code>",
721
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> The Carousel allows the user to browse through a set of items. The component is mostly used for showing a gallery of images, but can hold any other HTML element. <br> There are several ways to perform navigation: <ul> <li>on desktop - the user can navigate using the navigation arrows or with keyboard shorcuts.</li> <li>on mobile - the user can use swipe gestures.</li> </ul>\n\n<h3>Usage</h3>\n\n<h4>When to use:</h4>\n\n<ul> <li>The items you want to display are very different from each other.</li> <li>You want to display the items one after the other.</li> </ul>\n\n<h4>When not to use:</h4>\n\n<ul> <li>The items you want to display need to be visible at the same time.</li> <li>The items you want to display are uniform and very similar.</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> When the <code>ui5-carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>\n\n* <h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<ul> <li>[UP/DOWN] - Navigates to previous and next item</li> <li>[LEFT/RIGHT] - Navigates to previous and next item</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Carousel.js\";</code>",
686
722
  "constructor": { "visibility": "public" },
687
723
  "properties": [
688
724
  {
@@ -791,6 +827,22 @@
791
827
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nAllows the user to set a binary value, such as true/false or yes/no for an item. <br><br> The <code>ui5-checkbox</code> component consists of a box and a label that describes its purpose. If it's checked, an indicator is displayed inside the box. To check/uncheck the <code>ui5-checkbox</code>, the user has to click or tap the square box or its label. <br><br> The <code>ui5-checkbox</code> component only has 2 states - checked and unchecked. Clicking or tapping toggles the <code>ui5-checkbox</code> between checked and unchecked state.\n\n<h3>Usage</h3>\n\nYou can define the checkbox text with via the <code>text</code> property. If the text exceeds the available width, it is truncated by default. In case you prefer text to wrap, set the <code>wrappingType</code> property to \"Normal\". The touchable area for toggling the <code>ui5-checkbox</code> ends where the text ends. <br><br> You can disable the <code>ui5-checkbox</code> by setting the <code>disabled</code> property to <code>true</code>, or use the <code>ui5-checkbox</code> in read-only mode by setting the <code>readonly</code> property to <code>true</code>.\n\n<br><br> <h3>Keyboard Handling</h3>\n\nThe user can use the following keyboard shortcuts to toggle the checked state of the <code>ui5-checkbox</code>. <ul> <li>[SPACE, ENTER] - Toggles between different states: checked, not checked.</li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/CheckBox\";</code>",
792
828
  "constructor": { "visibility": "public" },
793
829
  "properties": [
830
+ {
831
+ "name": "accessibleName",
832
+ "visibility": "public",
833
+ "since": "1.1.0",
834
+ "type": "string",
835
+ "description": "Defines the accessible aria name of the component.",
836
+ "defaultValue": "\"\""
837
+ },
838
+ {
839
+ "name": "accessibleNameRef",
840
+ "visibility": "public",
841
+ "since": "1.1.0",
842
+ "type": "string",
843
+ "description": "Receives id(or many ids) of the elements that label the component",
844
+ "defaultValue": "\"\""
845
+ },
794
846
  {
795
847
  "name": "checked",
796
848
  "visibility": "public",
@@ -827,6 +879,14 @@
827
879
  "description": "Defines whether the component is read-only. <br><br> <b>Note:</b> A red-only component is not editable, but still provides visual feedback upon user interaction.",
828
880
  "defaultValue": "false"
829
881
  },
882
+ {
883
+ "name": "required",
884
+ "visibility": "public",
885
+ "since": "1.3.0",
886
+ "type": "boolean",
887
+ "description": "Defines whether the component is required.",
888
+ "defaultValue": "false"
889
+ },
830
890
  {
831
891
  "name": "text",
832
892
  "visibility": "public",
@@ -887,7 +947,7 @@
887
947
  "name": "item-click",
888
948
  "visibility": "public",
889
949
  "since": "1.0.0-rc.15",
890
- "parameters": [ { "name": "color", "type": "String", "description": "the selected color" } ],
950
+ "parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
891
951
  "description": "Fired when the user selects a color."
892
952
  }
893
953
  ]
@@ -934,8 +994,7 @@
934
994
  "name": "defaultColor",
935
995
  "visibility": "public",
936
996
  "type": "CSSColor",
937
- "description": "Defines the default color of the component. <b>Note:</b> The default color should be a part of the ColorPalette colors</code>",
938
- "defaultValue": "\"\""
997
+ "description": "Defines the default color of the component. <b>Note:</b> The default color should be a part of the ColorPalette colors</code>"
939
998
  },
940
999
  {
941
1000
  "name": "showDefaultColor",
@@ -962,8 +1021,9 @@
962
1021
  "slots": [
963
1022
  {
964
1023
  "name": "default",
1024
+ "propertyName": "colors",
965
1025
  "visibility": "public",
966
- "type": "HTMLElement[]",
1026
+ "type": "sap.ui.webcomponents.main.IColorPaletteItem[]",
967
1027
  "description": "Defines the content of the component."
968
1028
  }
969
1029
  ],
@@ -971,7 +1031,7 @@
971
1031
  {
972
1032
  "name": "item-click",
973
1033
  "visibility": "public",
974
- "parameters": [ { "name": "color", "type": "String", "description": "the selected color" } ],
1034
+ "parameters": [ { "name": "color", "type": "string", "description": "the selected color" } ],
975
1035
  "description": "Fired when the user selects a color."
976
1036
  }
977
1037
  ],
@@ -982,6 +1042,35 @@
982
1042
  "since": "1.0.0-rc.16",
983
1043
  "returnValue": { "type": "boolean" },
984
1044
  "description": "Returns if the component is opened."
1045
+ },
1046
+ {
1047
+ "name": "openPopover",
1048
+ "visibility": "public",
1049
+ "since": "1.0.0-rc.16",
1050
+ "parameters": [
1051
+ {
1052
+ "name": "opener",
1053
+ "type": "HTMLElement",
1054
+ "optional": false,
1055
+ "description": "the element that the popover is shown at"
1056
+ }
1057
+ ],
1058
+ "description": "Shows the ColorPalettePopover. <b>Note:</b> The method is deprecated and will be removed in future, use <code>showAt</code> instead.",
1059
+ "deprecated": { "text": "The method is deprecated in favour of <code>showAt</code>." }
1060
+ },
1061
+ {
1062
+ "name": "showAt",
1063
+ "visibility": "public",
1064
+ "since": "1.1.1",
1065
+ "parameters": [
1066
+ {
1067
+ "name": "opener",
1068
+ "type": "HTMLElement",
1069
+ "optional": false,
1070
+ "description": "the element that the popover is shown at"
1071
+ }
1072
+ ],
1073
+ "description": "Shows the ColorPalettePopover."
985
1074
  }
986
1075
  ]
987
1076
  },
@@ -1002,7 +1091,7 @@
1002
1091
  {
1003
1092
  "name": "color",
1004
1093
  "visibility": "public",
1005
- "type": "String",
1094
+ "type": "CSSColor",
1006
1095
  "description": "Defines the currently selected color of the component. <br><br> <b>Note</b>: use HEX, RGB, RGBA, HSV formats or a CSS color name when modifying this property."
1007
1096
  }
1008
1097
  ],
@@ -1027,22 +1116,22 @@
1027
1116
  "visibility": "public",
1028
1117
  "since": "1.0.0-rc.6",
1029
1118
  "extends": "UI5Element",
1030
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-combobox</code> component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list. <h3>Structure</h3> The <code>ui5-combobox</code> consists of the following elements: <ul> <li> Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul> <h3>Keyboard Handling</h3>\n\nThe <code>ui5-combobox</code> provides advanced keyboard handling.\n\n<h4>Picker</h4> If the <code>ui5-combobox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. <br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ComboBox\";</code>",
1119
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-combobox</code> component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n<h3>Structure</h3> The <code>ui5-combobox</code> consists of the following elements: <ul> <li> Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\nThe <code>ui5-combobox</code> provides advanced keyboard handling. <br>\n\n<ul> <li>[F4], [ALT]+[UP], or [ALT]+[DOWN] - Toggles the picker.</li> <li>[ESC] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.</li> <li>[ENTER] or [RETURN] - If picker is open, takes over the currently selected item and closes it.</li> <li>[DOWN] - Selects the next matching item in the picker.</li> <li>[UP] - Selects the previous matching item in the picker.</li> <li>[PAGEDOWN] - Moves selection down by page size (10 items by default).</li> <li>[PAGEUP] - Moves selection up by page size (10 items by default). </li> <li>[HOME] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.</li> <li>[END] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/ComboBox\";</code>",
1031
1120
  "constructor": { "visibility": "public" },
1032
1121
  "properties": [
1033
1122
  {
1034
1123
  "name": "accessibleName",
1035
1124
  "visibility": "public",
1036
1125
  "since": "1.0.0-rc.15",
1037
- "type": "String",
1038
- "description": "Sets the accessible aria name of the component."
1126
+ "type": "string",
1127
+ "description": "Defines the accessible aria name of the component."
1039
1128
  },
1040
1129
  {
1041
1130
  "name": "accessibleNameRef",
1042
1131
  "visibility": "public",
1043
1132
  "since": "1.0.0-rc.15",
1044
- "type": "String",
1045
- "description": "Receives id(or many ids) of the elements that label the combo box",
1133
+ "type": "string",
1134
+ "description": "Receives id(or many ids) of the elements that label the component",
1046
1135
  "defaultValue": "\"\""
1047
1136
  },
1048
1137
  {
@@ -1301,7 +1390,7 @@
1301
1390
  "static": true,
1302
1391
  "visibility": "public",
1303
1392
  "extends": "DateComponentBase",
1304
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-date-picker</code> component provides an input field with assigned calendar which opens on user action. The <code>ui5-date-picker</code> allows users to select a localized date using touch, mouse, or keyboard input. It consists of two parts: the date input field and the date picker.\n\n<h3>Usage</h3>\n\nThe user can enter a date by: <ul> <li>Using the calendar that opens in a popup</li> <li>Typing it in directly in the input field</li> </ul> <br><br> When the user makes an entry and presses the enter key, the calendar shows the corresponding date. When the user directly triggers the calendar display, the actual date is displayed.\n\n<h3>Formatting</h3>\n\nIf a date is entered by typing it into the input field, it must fit to the used date format. <br><br> Supported format options are pattern-based on Unicode LDML Date Format notation. For more information, see <ui5-link target=\"_blank\" href=\"http://unicode.org/reports/tr35/#Date_Field_Symbol_Table\" class=\"api-table-content-cell-link\">UTS #35: Unicode Locale Data Markup Language</ui5-link>. <br><br> For example, if the <code>format-pattern</code> is \"yyyy-MM-dd\", a valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n<h3>Keyboard Handling</h3> The <code>ui5-date-picker</code> provides advanced keyboard handling. If the <code>ui5-date-picker</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code>, <code>DOWN</code>, <code>LEFT</code>, <code>RIGHT</code> arrow keys to navigate through the dates and select one by pressing the <code>Space</code> or <code>Enter</code> keys. Moreover you can use TAB to reach the buttons for changing month and year. <br>\n\nIf the <code>ui5-date-picker</code> is focused and the picker dialog is not opened the user can increment or decrement the corresponding field of the JS date object referenced by <code>dateValue</code> propery by using the following shortcuts: <br> <ul> <li>[PAGEDOWN] - Decrements the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEDOWN] - Decrements the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEDOWN] - Decrements the corresponding year by one</li> <li>[PAGEUP] - Increments the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEUP] - Increments the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one</li> </ul>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <pre><code>&lt;script data-id=\"sap-ui-config\" type=\"application/json\"&gt;\n{\n\t\"calendarType\": \"Japanese\"\n}\n&lt;/script&gt;</code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DatePicker\";</code>",
1393
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-date-picker</code> component provides an input field with assigned calendar which opens on user action. The <code>ui5-date-picker</code> allows users to select a localized date using touch, mouse, or keyboard input. It consists of two parts: the date input field and the date picker.\n\n<h3>Usage</h3>\n\nThe user can enter a date by: <ul> <li>Using the calendar that opens in a popup</li> <li>Typing it in directly in the input field</li> </ul> <br><br> When the user makes an entry and presses the enter key, the calendar shows the corresponding date. When the user directly triggers the calendar display, the actual date is displayed.\n\n<h3>Formatting</h3>\n\nIf a date is entered by typing it into the input field, it must fit to the used date format. <br><br> Supported format options are pattern-based on Unicode LDML Date Format notation. For more information, see <ui5-link target=\"_blank\" href=\"http://unicode.org/reports/tr35/#Date_Field_Symbol_Table\" class=\"api-table-content-cell-link\">UTS #35: Unicode Locale Data Markup Language</ui5-link>. <br><br> For example, if the <code>format-pattern</code> is \"yyyy-MM-dd\", a valid value string is \"2015-07-30\" and the same is displayed in the input.\n\n<h3>Keyboard Handling</h3> The <code>ui5-date-picker</code> provides advanced keyboard handling. If the <code>ui5-date-picker</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code>, <code>DOWN</code>, <code>LEFT</code>, <code>RIGHT</code> arrow keys to navigate through the dates and select one by pressing the <code>Space</code> or <code>Enter</code> keys. Moreover you can use TAB to reach the buttons for changing month and year. <br>\n\nIf the <code>ui5-date-picker</code> input field is focused and its corresponding picker dialog is not opened, then users can increment or decrement the date referenced by <code>dateValue</code> property by using the following shortcuts: <br> <ul> <li>[PAGEDOWN] - Decrements the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEDOWN] - Decrements the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEDOWN] - Decrements the corresponding year by one</li> <li>[PAGEUP] - Increments the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEUP] - Increments the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one</li> </ul>\n\n<h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br><br>\n\n<code>import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";</code> <br> <code>import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";</code> <br><br>\n\nOr, you can use the global configuration and set the <code>calendarType</code> key: <br> <pre><code>&lt;script data-id=\"sap-ui-config\" type=\"application/json\"&gt;\n{\n\t\"calendarType\": \"Japanese\"\n}\n&lt;/script&gt;</code></pre>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DatePicker\";</code>",
1305
1394
  "constructor": { "visibility": "public" },
1306
1395
  "properties": [
1307
1396
  {
@@ -1327,14 +1416,14 @@
1327
1416
  "name": "accessibleName",
1328
1417
  "visibility": "public",
1329
1418
  "since": "1.0.0-rc.15",
1330
- "type": "String",
1419
+ "type": "string",
1331
1420
  "description": "Defines the aria-label attribute for the component."
1332
1421
  },
1333
1422
  {
1334
1423
  "name": "accessibleNameRef",
1335
1424
  "visibility": "public",
1336
1425
  "since": "1.0.0-rc.15",
1337
- "type": "String",
1426
+ "type": "string",
1338
1427
  "description": "Receives id(or many ids) of the elements that label the component.",
1339
1428
  "defaultValue": "\"\""
1340
1429
  },
@@ -1419,10 +1508,10 @@
1419
1508
  "allowPreventDefault": "true",
1420
1509
  "visibility": "public",
1421
1510
  "parameters": [
1422
- { "name": "value", "type": "String", "description": "The submitted value." },
1511
+ { "name": "value", "type": "string", "description": "The submitted value." },
1423
1512
  {
1424
1513
  "name": "valid",
1425
- "type": "Boolean",
1514
+ "type": "boolean",
1426
1515
  "description": "Indicator if the value is in correct format pattern and in valid range."
1427
1516
  }
1428
1517
  ],
@@ -1433,10 +1522,10 @@
1433
1522
  "allowPreventDefault": "true",
1434
1523
  "visibility": "public",
1435
1524
  "parameters": [
1436
- { "name": "value", "type": "String", "description": "The submitted value." },
1525
+ { "name": "value", "type": "string", "description": "The submitted value." },
1437
1526
  {
1438
1527
  "name": "valid",
1439
- "type": "Boolean",
1528
+ "type": "boolean",
1440
1529
  "description": "Indicator if the value is in correct format pattern and in valid range."
1441
1530
  }
1442
1531
  ],
@@ -1506,6 +1595,7 @@
1506
1595
  {
1507
1596
  "name": "isValid",
1508
1597
  "visibility": "public",
1598
+ "returnValue": { "type": "boolean" },
1509
1599
  "parameters": [
1510
1600
  {
1511
1601
  "name": "value",
@@ -1550,6 +1640,20 @@
1550
1640
  "description": "<h3 class=\"comment-api-title\">Overview</h3> The DateRangePicker enables the users to enter a localized date range using touch, mouse, keyboard input, or by selecting a date range in the calendar.\n\n<h3>Usage</h3> The user can enter a date by: Using the calendar that opens in a popup or typing it in directly in the input field (not available for mobile devices). For the <code>ui5-daterange-picker</code> <h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/DateRangePicker.js\";</code>\n\n<h3>Keyboard Handling</h3> The <code>ui5-daterange-picker</code> provides advanced keyboard handling. <br>\n\nWhen the <code>ui5-daterange-picker</code> input field is focused the user can increment or decrement respectively the range start or end date, depending on where the cursor is. The following shortcuts are available: <br> <ul> <li>[PAGEDOWN] - Decrements the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEDOWN] - Decrements the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEDOWN] - Decrements the corresponding year by one</li> <li>[PAGEUP] - Increments the corresponding day of the month by one</li> <li>[SHIFT] + [PAGEUP] - Increments the corresponding month by one</li> <li>[SHIFT] + [CTRL] + [PAGEUP] - Increments the corresponding year by one</li> </ul>",
1551
1641
  "constructor": { "visibility": "public" },
1552
1642
  "properties": [
1643
+ {
1644
+ "name": "dateValue",
1645
+ "readonly": "true",
1646
+ "visibility": "public",
1647
+ "type": "Date",
1648
+ "description": "<b>Note:</b> The getter method is inherited and not supported. If called it will return an empty value."
1649
+ },
1650
+ {
1651
+ "name": "dateValueUTC",
1652
+ "readonly": "true",
1653
+ "visibility": "public",
1654
+ "type": "Date",
1655
+ "description": "<b>Note:</b> The getter method is inherited and not supported. If called it will return an empty value."
1656
+ },
1553
1657
  {
1554
1658
  "name": "delimiter",
1555
1659
  "visibility": "public",
@@ -1669,16 +1773,9 @@
1669
1773
  "static": true,
1670
1774
  "visibility": "public",
1671
1775
  "extends": "Popup",
1672
- "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-dialog</code> component is used to temporarily display some information in a size-limited window in front of the regular app screen. It is used to prompt the user for an action or a confirmation. The <code>ui5-dialog</code> interrupts the current app processing as it is the only focused UI element and the main screen is dimmed/blocked. The dialog combines concepts known from other technologies where the windows have names such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box. <br><br> The <code>ui5-dialog</code> is modal, which means that user action is required before returning to the parent window is possible. The content of the <code>ui5-dialog</code> is fully customizable.\n\n<h3>Structure</h3> A <code>ui5-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-dialog</code> is usually displayed at the center of the screen. Its position can be changed by the user. To enable this, you need to set the property <code>draggable</code> accordingly.\n\n<h3>Responsive Behavior</h3> The <code>stretch</code> property can be used to stretch the <code>ui5-dialog</code> on full screen.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Dialog\";</code>\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside <code>ui5-dialog</code>. Ideally you should create all popups on the same level inside your HTML page and just open them from one another, rather than nesting them.\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside other components containing z-index. This might break z-index management.",
1776
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-dialog</code> component is used to temporarily display some information in a size-limited window in front of the regular app screen. It is used to prompt the user for an action or a confirmation. The <code>ui5-dialog</code> interrupts the current app processing as it is the only focused UI element and the main screen is dimmed/blocked. The dialog combines concepts known from other technologies where the windows have names such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box. <br><br> The <code>ui5-dialog</code> is modal, which means that user action is required before returning to the parent window is possible. The content of the <code>ui5-dialog</code> is fully customizable.\n\n<h3>Structure</h3> A <code>ui5-dialog</code> consists of a header, content, and a footer for action buttons. The <code>ui5-dialog</code> is usually displayed at the center of the screen. Its position can be changed by the user. To enable this, you need to set the property <code>draggable</code> accordingly.\n\n<h3>Responsive Behavior</h3> The <code>stretch</code> property can be used to stretch the <code>ui5-dialog</code> on full screen.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-dialog</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Dialog\";</code>\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside <code>ui5-dialog</code>. Ideally you should create all popups on the same level inside your HTML page and just open them from one another, rather than nesting them.\n\n<b>Note:</b> We don't recommend nesting popup-like components (<code>ui5-dialog</code>, <code>ui5-popover</code>) inside other components containing z-index. This might break z-index management.",
1673
1777
  "constructor": { "visibility": "public" },
1674
1778
  "properties": [
1675
- {
1676
- "name": "accessibleName",
1677
- "visibility": "public",
1678
- "type": "string",
1679
- "description": "Sets the accessible aria name of the component.",
1680
- "defaultValue": "\"\""
1681
- },
1682
1779
  {
1683
1780
  "name": "draggable",
1684
1781
  "visibility": "public",
@@ -1925,7 +2022,7 @@
1925
2022
  "module": "Interfaces",
1926
2023
  "static": true,
1927
2024
  "visibility": "public",
1928
- "description": "Interface for components that may be used inside a <code>ui5-color-palette</code>"
2025
+ "description": "Interface for components that may be used inside a <code>ui5-color-palette</code> or <code>ui5-color-palette-popover</code>"
1929
2026
  },
1930
2027
  {
1931
2028
  "kind": "interface",
@@ -1958,6 +2055,14 @@
1958
2055
  "description": "Defines the text alternative of the component. If not provided a default text alternative will be set, if present. <br><br> <b>Note:</b> Every icon should have a text alternative in order to calculate its accessible name.",
1959
2056
  "defaultValue": "\"\""
1960
2057
  },
2058
+ {
2059
+ "name": "accessibleRole",
2060
+ "visibility": "public",
2061
+ "since": "1.1.0",
2062
+ "type": "string",
2063
+ "description": "Defines the accessibility role of the component.",
2064
+ "defaultValue": "\"\""
2065
+ },
1961
2066
  {
1962
2067
  "name": "interactive",
1963
2068
  "visibility": "public",
@@ -2023,6 +2128,16 @@
2023
2128
  "visibility": "public",
2024
2129
  "description": "Interface for components that may be slotted inside a <code>ui5-list</code> as items"
2025
2130
  },
2131
+ {
2132
+ "kind": "interface",
2133
+ "name": "sap.ui.webcomponents.main.IMenuItem",
2134
+ "basename": "IMenuItem",
2135
+ "resource": "Interfaces.js",
2136
+ "module": "Interfaces",
2137
+ "static": true,
2138
+ "visibility": "public",
2139
+ "description": "Interface for components that may be slotted inside <code>ui5-menu</code> as items"
2140
+ },
2026
2141
  {
2027
2142
  "kind": "interface",
2028
2143
  "name": "sap.ui.webcomponents.main.IMultiComboBoxItem",
@@ -2045,7 +2160,7 @@
2045
2160
  "visibility": "public",
2046
2161
  "extends": "sap.ui.webcomponents.base.UI5Element",
2047
2162
  "implements": [ "sap.ui.webcomponents.main.IInput" ],
2048
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-input</code> component allows the user to enter and edit text or numeric values in one line. <br> Additionally, you can provide <code>suggestionItems</code>, that are displayed in a popover right under the input. <br><br> The text field can be editable or read-only (<code>readonly</code> property), and it can be enabled or disabled (<code>disabled</code> property). To visualize semantic states, such as \"error\" or \"warning\", the <code>valueState</code> property is provided. When the user makes changes to the text, the change event is fired, which enables you to react on any text change. <br><br> <b>Note:</b> If you are using the <code>ui5-input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from \"@ui5/webcomponents/dist/features/InputSuggestions.js\" to enable the suggestions functionality.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Input.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> (optional - for input suggestions support)",
2163
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-input</code> component allows the user to enter and edit text or numeric values in one line. <br> Additionally, you can provide <code>suggestionItems</code>, that are displayed in a popover right under the input. <br><br> The text field can be editable or read-only (<code>readonly</code> property), and it can be enabled or disabled (<code>disabled</code> property). To visualize semantic states, such as \"error\" or \"warning\", the <code>valueState</code> property is provided. When the user makes changes to the text, the change event is fired, which enables you to react on any text change. <br><br> <b>Note:</b> If you are using the <code>ui5-input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from \"@ui5/webcomponents/dist/features/InputSuggestions.js\" to enable the suggestions functionality.\n\n<h3>Keyboard Handling</h3> The <code>ui5-input</code> provides the following keyboard shortcuts: <br>\n\n<ul> <li>[ESC] - 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.</li> <li>[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.</li> <li>[DOWN] - Focuses the next matching item in the suggestion list.</li> <li>[UP] - Focuses the previous matching item in the suggestion list.</li> <li>[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.</li> <li>[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.</li> <li>[PAGEUP] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.</li> <li>[PAGEDOWN] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Input.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/features/InputSuggestions.js\";</code> (optional - for input suggestions support)",
2049
2164
  "constructor": { "visibility": "public" },
2050
2165
  "properties": [
2051
2166
  {
@@ -2058,14 +2173,14 @@
2058
2173
  "name": "accessibleName",
2059
2174
  "visibility": "public",
2060
2175
  "since": "1.0.0-rc.15",
2061
- "type": "String",
2062
- "description": "Sets the accessible aria name of the component."
2176
+ "type": "string",
2177
+ "description": "Defines the accessible aria name of the component."
2063
2178
  },
2064
2179
  {
2065
2180
  "name": "accessibleNameRef",
2066
2181
  "visibility": "public",
2067
2182
  "since": "1.0.0-rc.15",
2068
- "type": "String",
2183
+ "type": "string",
2069
2184
  "description": "Receives id(or many ids) of the elements that label the input.",
2070
2185
  "defaultValue": "\"\""
2071
2186
  },
@@ -2107,7 +2222,7 @@
2107
2222
  "name": "previewItem",
2108
2223
  "readonly": "true",
2109
2224
  "visibility": "public",
2110
- "type": "ui5-suggestion-item",
2225
+ "type": "sap.ui.webcomponents.main.IInputSuggestionItem",
2111
2226
  "description": "The suggestion item on preview."
2112
2227
  },
2113
2228
  {
@@ -2125,6 +2240,14 @@
2125
2240
  "description": "Defines whether the component is required.",
2126
2241
  "defaultValue": "false"
2127
2242
  },
2243
+ {
2244
+ "name": "showClearIcon",
2245
+ "visibility": "public",
2246
+ "since": "1.2.0",
2247
+ "type": "boolean",
2248
+ "description": "Defines whether the clear icon of the input will be shown.",
2249
+ "defaultValue": "false"
2250
+ },
2128
2251
  {
2129
2252
  "name": "showSuggestions",
2130
2253
  "visibility": "public",
@@ -2213,7 +2336,7 @@
2213
2336
  },
2214
2337
  {
2215
2338
  "name": "suggestion-scroll",
2216
- "visibility": "public",
2339
+ "visibility": "protected",
2217
2340
  "since": "1.0.0-rc.8",
2218
2341
  "parameters": [
2219
2342
  {
@@ -2236,6 +2359,12 @@
2236
2359
  "visibility": "protected",
2237
2360
  "description": "Returns the caret position inside the native input"
2238
2361
  },
2362
+ {
2363
+ "name": "openPicker",
2364
+ "visibility": "public",
2365
+ "since": "1.3.0",
2366
+ "description": "Manually opens the suggestions popover, assuming suggestions are enabled. Items must be preloaded for it to open."
2367
+ },
2239
2368
  {
2240
2369
  "name": "setCaretPosition",
2241
2370
  "visibility": "protected",
@@ -2388,11 +2517,27 @@
2388
2517
  "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-link</code> is a hyperlink component that is used to navigate to other apps and web pages, or to trigger actions. It is a clickable text element, visualized in such a way that it stands out from the standard text. On hover, it changes its style to an underlined text to provide additional feedback to the user.\n\n<h3>Usage</h3>\n\nYou can set the <code>ui5-link</code> to be enabled or disabled. <br><br> To create a visual hierarchy in large lists of links, you can set the less important links as <code>Subtle</code> or the more important ones as <code>Emphasized</code>, by using the <code>design</code> property. <br><br> If the <code>href</code> property is set, the link behaves as the HTML anchor tag (<code>&lt;a&gt;&lt;a&#47;&gt;</code>) and opens the specified URL in the given target frame (<code>target</code> property). To specify where the linked content is opened, you can use the <code>target</code> property.\n\n<h3>Responsive behavior</h3>\n\nIf there is not enough space, the text of the <code>ui5-link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>\"Normal\"</code>, the text is displayed on several lines instead of being truncated.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Link\";</code>",
2389
2518
  "constructor": { "visibility": "public" },
2390
2519
  "properties": [
2520
+ {
2521
+ "name": "accessibilityAttributes",
2522
+ "visibility": "public",
2523
+ "since": "1.1.0",
2524
+ "type": "object",
2525
+ "noattribute": "true",
2526
+ "description": "An object of strings that defines several additional accessibility attribute values for customization depending on the use case.\n\nIt supports the following fields:\n\n<ul> <li><code>expanded</code>: Indicates whether the anchor element, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values: <ul> <li><code>true</code></li> <li><code>false</code></li> </ul> </li> <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the anchor element. Accepts the following string values: <ul> <li><code>Dialog</code></li> <li><code>Grid</code></li> <li><code>ListBox</code></li> <li><code>Menu</code></li> <li><code>Tree</code></li> </ul> </li> </ul>"
2527
+ },
2528
+ {
2529
+ "name": "accessibleName",
2530
+ "visibility": "public",
2531
+ "since": "1.2.0",
2532
+ "type": "string",
2533
+ "description": "Defines the accessible aria name of the component.",
2534
+ "defaultValue": "\"\""
2535
+ },
2391
2536
  {
2392
2537
  "name": "accessibleNameRef",
2393
2538
  "visibility": "public",
2394
2539
  "since": "1.0.0-rc.15",
2395
- "type": "String",
2540
+ "type": "string",
2396
2541
  "description": "Receives id(or many ids) of the elements that label the input",
2397
2542
  "defaultValue": "\"\""
2398
2543
  },
@@ -2460,14 +2605,14 @@
2460
2605
  "static": true,
2461
2606
  "visibility": "public",
2462
2607
  "extends": "UI5Element",
2463
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-list</code> component allows displaying a list of items, advanced keyboard handling support for navigating between items, and predefined modes to improve the development efficiency. <br><br> The <code>ui5-list</code> is а container for the available list items: <ul> <li><code>ui5-li</code></li> <li><code>ui5-li-custom</code></li> <li><code>ui5-li-groupheader</code></li> </ul> <br><br> To benefit from the built-in selection mechanism, you can use the available selection modes, such as <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>. <br><br> Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.\n\n<br><br> <h3>Keyboard Handling</h3> The <code>ui5-list</code> provides advanced keyboard handling. When a list is focused the user can use the following keyboard shortcuts in order to perform a navigation: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> </ul>\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete), when the <code>mode</code> property is in use: <ul> <li>[SPACE] - Select an item (if <code>type</code> is 'Active') when <code>mode</code> is selection</li> <li>[DELETE] - Delete an item if <code>mode</code> property is <code>Delete</code></li> </ul> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/List.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/StandardListItem.js\";</code> (for <code>ui5-li</code>) <br> <code>import \"@ui5/webcomponents/dist/CustomListItem.js\";</code> (for <code>ui5-li-custom</code>) <br> <code>import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";</code> (for <code>ui5-li-groupheader</code>)",
2608
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-list</code> component allows displaying a list of items, advanced keyboard handling support for navigating between items, and predefined modes to improve the development efficiency. <br><br> The <code>ui5-list</code> is a container for the available list items: <ul> <li><code>ui5-li</code></li> <li><code>ui5-li-custom</code></li> <li><code>ui5-li-groupheader</code></li> </ul> <br><br> To benefit from the built-in selection mechanism, you can use the available selection modes, such as <code>SingleSelect</code>, <code>MultiSelect</code> and <code>Delete</code>. <br><br> Additionally, the <code>ui5-list</code> provides header, footer, and customization for the list item separators.\n\n<br><br> <h3>Keyboard Handling</h3>\n\n<h4>Basic Navigation</h4> The <code>ui5-list</code> provides advanced keyboard handling. When a list is focused the user can use the following keyboard shortcuts in order to perform a navigation: <br>\n\n<ul> <li>[UP/DOWN] - Navigates up and down the items</li> <li>[HOME] - Navigates to first item</li> <li>[END] - Navigates to the last item</li> </ul>\n\nThe user can use the following keyboard shortcuts to perform actions (such as select, delete), when the <code>mode</code> property is in use: <ul> <li>[SPACE] - Select an item (if <code>type</code> is 'Active') when <code>mode</code> is selection</li> <li>[DELETE] - Delete an item if <code>mode</code> property is <code>Delete</code></li> </ul>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/List.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/StandardListItem.js\";</code> (for <code>ui5-li</code>) <br> <code>import \"@ui5/webcomponents/dist/CustomListItem.js\";</code> (for <code>ui5-li-custom</code>) <br> <code>import \"@ui5/webcomponents/dist/GroupHeaderListItem.js\";</code> (for <code>ui5-li-groupheader</code>)",
2464
2609
  "constructor": { "visibility": "public" },
2465
2610
  "properties": [
2466
2611
  {
2467
2612
  "name": "accessibleName",
2468
2613
  "visibility": "public",
2469
2614
  "since": "1.0.0-rc.15",
2470
- "type": "String",
2615
+ "type": "string",
2471
2616
  "description": "Defines the accessible name of the component.",
2472
2617
  "defaultValue": "\"\""
2473
2618
  },
@@ -2475,7 +2620,7 @@
2475
2620
  "name": "accessibleNameRef",
2476
2621
  "visibility": "public",
2477
2622
  "since": "1.0.0-rc.15",
2478
- "type": "String",
2623
+ "type": "string",
2479
2624
  "description": "Defines the IDs of the elements that label the input.",
2480
2625
  "defaultValue": "\"\""
2481
2626
  },
@@ -2483,7 +2628,7 @@
2483
2628
  "name": "accessibleRole",
2484
2629
  "visibility": "public",
2485
2630
  "since": "1.0.0-rc.15",
2486
- "type": "String",
2631
+ "type": "string",
2487
2632
  "description": "Defines the accessible role of the component. <br><br>",
2488
2633
  "defaultValue": "\"list\""
2489
2634
  },
@@ -2514,7 +2659,7 @@
2514
2659
  "visibility": "public",
2515
2660
  "since": "1.0.0-rc.13",
2516
2661
  "type": "ListGrowingMode",
2517
- "description": "Defines whether the component will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the list, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the list; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Limitations:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, on IE the component will fallback to <code>growing=\"Button\"</code>.",
2662
+ "description": "Defines whether the component will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the list, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the list; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Restrictions:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, on IE the component will fallback to <code>growing=\"Button\"</code>.",
2518
2663
  "defaultValue": "\"None\""
2519
2664
  },
2520
2665
  {
@@ -2571,6 +2716,7 @@
2571
2716
  "events": [
2572
2717
  {
2573
2718
  "name": "item-click",
2719
+ "allowPreventDefault": "true",
2574
2720
  "visibility": "public",
2575
2721
  "parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
2576
2722
  "description": "Fired when an item is activated, unless the item's <code>type</code> property is set to <code>Inactive</code>."
@@ -2586,7 +2732,7 @@
2586
2732
  "description": "the item about to be closed."
2587
2733
  }
2588
2734
  ],
2589
- "description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is applicable to <code>ui5-li-notification</code> items only, not to be confused with <code>item-delete</code>."
2735
+ "description": "Fired when the <code>Close</code> button of any item is clicked <br><br> <b>Note:</b> This event is only applicable to list items that can be closed (such as notification list items), not to be confused with <code>item-delete</code>."
2590
2736
  },
2591
2737
  {
2592
2738
  "name": "item-delete",
@@ -2599,7 +2745,7 @@
2599
2745
  "visibility": "public",
2600
2746
  "since": "1.0.0-rc.8",
2601
2747
  "parameters": [ { "name": "item", "type": "HTMLElement", "description": "the toggled item." } ],
2602
- "description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is applicable to <code>ui5-li-notification-group</code> items only."
2748
+ "description": "Fired when the <code>Toggle</code> button of any item is clicked. <br><br> <b>Note:</b> This event is only applicable to list items that can be toggled (such as notification group list items)."
2603
2749
  },
2604
2750
  {
2605
2751
  "name": "load-more",
@@ -2626,6 +2772,11 @@
2626
2772
  }
2627
2773
  ],
2628
2774
  "methods": [
2775
+ {
2776
+ "name": "focusFirstItem",
2777
+ "visibility": "protected",
2778
+ "description": "Focuses the first list item and sets its tabindex to \"0\" via the ItemNavigation"
2779
+ },
2629
2780
  {
2630
2781
  "name": "focusItem",
2631
2782
  "visibility": "protected",
@@ -2694,18 +2845,140 @@
2694
2845
  ],
2695
2846
  "slots": []
2696
2847
  },
2848
+ {
2849
+ "kind": "class",
2850
+ "name": "sap.ui.webcomponents.main.Menu",
2851
+ "basename": "Menu",
2852
+ "tagname": "ui5-menu",
2853
+ "appenddocs": "MenuItem",
2854
+ "resource": "Menu.js",
2855
+ "module": "Menu",
2856
+ "static": true,
2857
+ "visibility": "public",
2858
+ "since": "1.3.0",
2859
+ "extends": "UI5Element",
2860
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-menu</code> component represents a hierarchical menu structure.\n\n<h3>Usage</h3>\n\n<code>ui5-menu</code> contains <code>ui5-menu-item</code> components. An arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n<h3>Keyboard Handling</h3>\n\nThe <code>ui5-menu</code> provides advanced keyboard handling. The user can use the following keyboard shortcuts in order to navigate trough the tree: <ul> <li><code>Arrow Up</code> / <code>Arrow Down</code> - Navigates up and down the menu items that are currently visible.</li> <li><code>Arrow Right</code>, <code>Space</code> or <code>Enter</code> - Opens a sub-menu if there are menu items nested in the currently clicked menu item.</li> <li><code>Arrow Left</code> or <code>Escape</code> - Closes the currently opened sub-menu.</li> </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents/dist/Menu.js\";</code>",
2861
+ "constructor": { "visibility": "public" },
2862
+ "properties": [
2863
+ {
2864
+ "name": "headerText",
2865
+ "visibility": "public",
2866
+ "type": "string",
2867
+ "description": "Defines the header text of the menu (displayed on mobile).",
2868
+ "defaultValue": "\"\""
2869
+ }
2870
+ ],
2871
+ "slots": [
2872
+ {
2873
+ "name": "default",
2874
+ "propertyName": "items",
2875
+ "visibility": "public",
2876
+ "type": "sap.ui.webcomponents.main.IMenuItem[]",
2877
+ "description": "Defines the items of this component."
2878
+ }
2879
+ ],
2880
+ "events": [
2881
+ {
2882
+ "name": "item-click",
2883
+ "visibility": "public",
2884
+ "parameters": [
2885
+ {
2886
+ "name": "item",
2887
+ "type": "object",
2888
+ "description": "The currently clicked menu item."
2889
+ },
2890
+ {
2891
+ "name": "text",
2892
+ "type": "string",
2893
+ "description": "The text of the currently clicked menu item."
2894
+ }
2895
+ ],
2896
+ "description": "Fired when an item is being clicked."
2897
+ }
2898
+ ],
2899
+ "methods": [
2900
+ { "name": "close", "visibility": "public", "description": "Closes the Menu." },
2901
+ {
2902
+ "name": "showAt",
2903
+ "visibility": "public",
2904
+ "parameters": [
2905
+ {
2906
+ "name": "opener",
2907
+ "type": "HTMLElement",
2908
+ "optional": false,
2909
+ "description": "the element that the popover is shown at"
2910
+ }
2911
+ ],
2912
+ "description": "Shows the Menu near the opener element."
2913
+ }
2914
+ ]
2915
+ },
2916
+ {
2917
+ "kind": "class",
2918
+ "name": "sap.ui.webcomponents.main.MenuItem",
2919
+ "basename": "MenuItem",
2920
+ "tagname": "ui5-menu-item",
2921
+ "resource": "MenuItem.js",
2922
+ "module": "MenuItem",
2923
+ "static": true,
2924
+ "visibility": "public",
2925
+ "since": "1.3.0",
2926
+ "extends": "UI5Element",
2927
+ "implements": [ "sap.ui.webcomponents.main.IMenuItem" ],
2928
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-menu-item</code> is the item to use inside a <code>ui5-menu</code>. An arbitrary hierarchy structure can be represented by recursively nesting menu items.\n\n<h3>Usage</h3>\n\n<code>ui5-menu-item</code> is an abstract element, representing a node in a <code>ui5-menu</code>. The menu itself is rendered as a list, and each <code>ui5-menu-item</code> is represented by a list item (<code>ui5-li</code>) in that list. Therefore, you should only use <code>ui5-menu-item</code> directly in your apps. The <code>ui5-li</code> list item is internal for the list, and not intended for public use.\n\nFor the <code>ui5-menu-item</code> <h3>ES6 Module Import</h3>\n\n<code>import @ui5/webcomponents/dist/MenuItem.js\";</code>",
2929
+ "constructor": { "visibility": "public" },
2930
+ "properties": [
2931
+ {
2932
+ "name": "disabled",
2933
+ "visibility": "public",
2934
+ "type": "boolean",
2935
+ "description": "Defines whether <code>ui5-menu-item</code> is in disabled state. <br><br> <b>Note:</b> A disabled <code>ui5-menu-item</code> is noninteractive.",
2936
+ "defaultValue": "false"
2937
+ },
2938
+ {
2939
+ "name": "icon",
2940
+ "visibility": "public",
2941
+ "type": "string",
2942
+ "description": "Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides numerous options. <br><br> <b>* Example:</b> See all the available icons in the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">Icon Explorer</ui5-link>.",
2943
+ "defaultValue": "\"\""
2944
+ },
2945
+ {
2946
+ "name": "startsSection",
2947
+ "visibility": "public",
2948
+ "type": "boolean",
2949
+ "description": "Defines whether a visual separator should be rendered before the item.",
2950
+ "defaultValue": "false"
2951
+ },
2952
+ {
2953
+ "name": "text",
2954
+ "visibility": "public",
2955
+ "type": "String",
2956
+ "description": "Defines the text of the tree item.",
2957
+ "defaultValue": "\"\""
2958
+ }
2959
+ ],
2960
+ "slots": [
2961
+ {
2962
+ "name": "default",
2963
+ "propertyName": "items",
2964
+ "visibility": "public",
2965
+ "type": "sap.ui.webcomponents.main.IMenuItem[]",
2966
+ "description": "Defines the items of this component."
2967
+ }
2968
+ ]
2969
+ },
2697
2970
  {
2698
2971
  "kind": "class",
2699
2972
  "name": "sap.ui.webcomponents.main.MessageStrip",
2700
2973
  "basename": "MessageStrip",
2701
- "tagname": "ui5-messagestrip",
2974
+ "tagname": "ui5-message-strip",
2702
2975
  "resource": "MessageStrip.js",
2703
2976
  "module": "MessageStrip",
2704
2977
  "static": true,
2705
2978
  "visibility": "public",
2706
2979
  "since": "0.9.0",
2707
2980
  "extends": "UI5Element",
2708
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-messagestrip</code> component enables the embedding of app-related messages. It displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative. Each message can have a Close button, so that it can be removed from the UI, if needed.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-messagestrip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MessageStrip\";</code>",
2981
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-message-strip</code> component enables the embedding of app-related messages. It displays 4 designs of messages, each with corresponding semantic color and icon: Information, Positive, Warning and Negative. Each message can have a Close button, so that it can be removed from the UI, if needed.\n\n<h3>Usage</h3>\n\nFor the <code>ui5-message-strip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MessageStrip\";</code>",
2709
2982
  "constructor": { "visibility": "public" },
2710
2983
  "properties": [
2711
2984
  {
@@ -2823,7 +3096,7 @@
2823
3096
  "visibility": "public",
2824
3097
  "since": "0.11.0",
2825
3098
  "extends": "UI5Element",
2826
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-multi-combobox</code> component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options. The options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens. <h3>Structure</h3> The <code>ui5-multi-combobox</code> consists of the following elements: <ul> <li> Tokenizer - a list of tokens with selected options. <li> Input field - displays the selected option/s as token/s. Users can type to filter the list. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul> <h3>Keyboard Handling</h3>\n\nThe <code>ui5-multi-combobox</code> provides advanced keyboard handling.\n\n<h4>Picker</h4> If the <code>ui5-multi-combobox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code> and <code>DOWN</code> arrow keys to navigate through the available options and select one by pressing the <code>Space</code> or <code>Enter</code> keys. <br>\n\n<h4>Tokens</h4> <ul> <li> Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available). </li> <li> Delete - deletes the token and focuses the previous token. </li> <li> Backspace - deletes the token and focus the next token. </li> </ul>\n\nIn the context of <code>ui5-multi-combobox</code>, you can provide a custom stable DOM ref for: <ul> <li>Every <code>ui5-mcb-item</code> that you provide. Example: <code>&lt;ui5-mcb-item stable-dom-ref=\"item1\"&gt;&lt;/ui5-mcb-item&gt;</code></li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-multi-combobox</code> exposes the following CSS Shadow Parts: <ul> <li>token-{index} - Used to style each token(where <code>token-0</code> corresponds to the first item)</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MultiComboBox\";</code>",
3099
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-multi-combobox</code> component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options. The options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens. <h3>Structure</h3> The <code>ui5-multi-combobox</code> consists of the following elements: <ul> <li> Tokenizer - a list of tokens with selected options. <li> Input field - displays the selected option/s as token/s. Users can type to filter the list. <li> Drop-down arrow - expands\\collapses the option list.</li> <li> Option list - the list of available options.</li> </ul> <h3>Keyboard Handling</h3>\n\nThe <code>ui5-multi-combobox</code> provides advanced keyboard handling.\n\n<h4>Picker</h4> If the <code>ui5-multi-combobox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. Once the drop-down is opened, you can use the <code>UP</code> and <code>DOWN</code> arrow keys to navigate through the available options and select one by pressing the <code>Space</code> or <code>Enter</code> keys. <br>\n\n<h4>Tokens</h4> <ul> <li> Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available). </li> <li> Delete - deletes the token and focuses the previous token. </li> <li> Backspace - deletes the token and focus the next token. </li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-multi-combobox</code> exposes the following CSS Shadow Parts: <ul> <li>token-{index} - Used to style each token(where <code>token-0</code> corresponds to the first item)</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/MultiComboBox\";</code>",
2827
3100
  "constructor": { "visibility": "public" },
2828
3101
  "properties": [
2829
3102
  {
@@ -2963,13 +3236,6 @@
2963
3236
  "type": "boolean",
2964
3237
  "description": "Defines the selected state of the component.",
2965
3238
  "defaultValue": "false"
2966
- },
2967
- {
2968
- "name": "stableDomRef",
2969
- "visibility": "public",
2970
- "since": "1.0.0-rc.11",
2971
- "type": "string",
2972
- "description": "Defines the stable selector that you can use via getStableDomRef method."
2973
3239
  }
2974
3240
  ],
2975
3241
  "slots": []
@@ -3039,6 +3305,13 @@
3039
3305
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-option</code> component defines the content of an option in the <code>ui5-select</code>.",
3040
3306
  "constructor": { "visibility": "public" },
3041
3307
  "properties": [
3308
+ {
3309
+ "name": "additionalText",
3310
+ "visibility": "public",
3311
+ "since": "1.3.0",
3312
+ "type": "string",
3313
+ "description": "Defines the additional text displayed at the end of the option element."
3314
+ },
3042
3315
  {
3043
3316
  "name": "disabled",
3044
3317
  "visibility": "public",
@@ -3060,13 +3333,6 @@
3060
3333
  "description": "Defines the selected state of the component.",
3061
3334
  "defaultValue": "false"
3062
3335
  },
3063
- {
3064
- "name": "stableDomRef",
3065
- "visibility": "public",
3066
- "since": "1.0.0-rc.11",
3067
- "type": "string",
3068
- "description": "Defines the stable selector that you can use via getStableDomRef method."
3069
- },
3070
3336
  {
3071
3337
  "name": "value",
3072
3338
  "visibility": "public",
@@ -3093,7 +3359,7 @@
3093
3359
  "static": true,
3094
3360
  "visibility": "public",
3095
3361
  "extends": "sap.ui.webcomponents.base.UI5Element",
3096
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-panel</code> component is a container which has a header and a content area and is used for grouping and displaying information. It can be collapsed to save space on the screen.\n\n<h3>Guidelines:</h3> <ul> <li>Nesting two or more panels is not recommended.</li> <li>Do not stack too many panels on one page.</li> </ul>\n\n<h3>Structure</h3> The panel's header area consists of a title bar with a header text or custom header. <br> The header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state. <br> The custom header can be set through the <code>header</code> slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements. <br> The content area can contain an arbitrary set of controls. <br><b>Note:</b> The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n<h3>Responsive Behavior</h3> <ul> <li>If the width of the panel is set to 100% (default), the panel and its children are resized responsively, depending on its parent container.</li> <li>If the panel has a fixed height, it will take up the space even if the panel is collapsed.</li> <li>When the panel is expandable (the <code>fixed</code> property is set to <code>false</code>), an arrow icon (pointing to the right) appears in front of the header.</li> <li>When the animation is activated, expand/collapse uses a smooth animation to open or close the content area.</li> <li>When the panel expands/collapses, the arrow icon rotates 90 degrees clockwise/counter-clockwise.</li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-panel</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the wrapper of the content</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Panel\";</code>",
3362
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-panel</code> component is a container which has a header and a content area and is used for grouping and displaying information. It can be collapsed to save space on the screen.\n\n<h3>Guidelines:</h3> <ul> <li>Nesting two or more panels is not recommended.</li> <li>Do not stack too many panels on one page.</li> </ul>\n\n<h3>Structure</h3> The panel's header area consists of a title bar with a header text or custom header. <br> The header is clickable and can be used to toggle between the expanded and collapsed state. It includes an icon which rotates depending on the state. <br> The custom header can be set through the <code>header</code> slot and it may contain arbitraray content, such as: title, buttons or any other HTML elements. <br> The content area can contain an arbitrary set of controls. <br><b>Note:</b> The custom header is not clickable out of the box, but in this case the icon is interactive and allows to show/hide the content area.\n\n<h3>Responsive Behavior</h3> <ul> <li>If the width of the panel is set to 100% (default), the panel and its children are resized responsively, depending on its parent container.</li> <li>If the panel has a fixed height, it will take up the space even if the panel is collapsed.</li> <li>When the panel is expandable (the <code>fixed</code> property is set to <code>false</code>), an arrow icon (pointing to the right) appears in front of the header.</li> <li>When the animation is activated, expand/collapse uses a smooth animation to open or close the content area.</li> <li>When the panel expands/collapses, the arrow icon rotates 90 degrees clockwise/counter-clockwise.</li> </ul>\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-panel</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the wrapper of the content</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Panel\";</code>",
3097
3363
  "constructor": { "visibility": "public" },
3098
3364
  "properties": [
3099
3365
  {
@@ -3101,7 +3367,7 @@
3101
3367
  "visibility": "public",
3102
3368
  "since": "1.0.0-rc.15",
3103
3369
  "type": "string",
3104
- "description": "Sets the accessible aria name of the component.",
3370
+ "description": "Defines the accessible aria name of the component.",
3105
3371
  "defaultValue": "\"\""
3106
3372
  },
3107
3373
  {
@@ -3181,7 +3447,7 @@
3181
3447
  "visibility": "public",
3182
3448
  "since": "1.0.0-rc.6",
3183
3449
  "extends": "Popup",
3184
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-popover</code> component displays additional information for an object in a compact way and without leaving the page. The Popover can contain various UI elements, such as fields, tables, images, and charts. It can also include actions in the footer.\n\n<h3>Structure</h3>\n\nThe popover has three main areas: <ul> <li>Header (optional)</li> <li>Content</li> <li>Footer (optional)</li> </ul>\n\n<b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Popover.js\";</code>",
3450
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-popover</code> component displays additional information for an object in a compact way and without leaving the page. The Popover can contain various UI elements, such as fields, tables, images, and charts. It can also include actions in the footer.\n\n<h3>Structure</h3>\n\nThe popover has three main areas: <ul> <li>Header (optional)</li> <li>Content</li> <li>Footer (optional)</li> </ul>\n\n<b>Note:</b> The <code>ui5-popover</code> is closed when the user clicks or taps outside the popover or selects an action within the popover. You can prevent this with the <code>modal</code> property.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-popover</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Popover.js\";</code>",
3185
3451
  "constructor": { "visibility": "public" },
3186
3452
  "properties": [
3187
3453
  {
@@ -3228,6 +3494,14 @@
3228
3494
  "description": "Defines whether the component should close when clicking/tapping outside of the popover. If enabled, it blocks any interaction with the background.",
3229
3495
  "defaultValue": "false"
3230
3496
  },
3497
+ {
3498
+ "name": "opener",
3499
+ "visibility": "public",
3500
+ "since": "1.2.0",
3501
+ "type": "String",
3502
+ "description": "Defines the opener id of the element that the popover is shown at",
3503
+ "defaultValue": "\"\""
3504
+ },
3231
3505
  {
3232
3506
  "name": "placementType",
3233
3507
  "visibility": "public",
@@ -3290,7 +3564,7 @@
3290
3564
  "static": true,
3291
3565
  "visibility": "public",
3292
3566
  "extends": "sap.ui.webcomponents.base.UI5Element",
3293
- "description": "<h3 class=\"comment-api-title\">Overview</h3> Base class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n\n1. The Popup class handles modality: - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not - Derivatives may call the \"blockBodyScrolling\" and \"unblockBodyScrolling\" static methods to temporarily remove scrollbars on the body - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n2. Provides blocking layer (relevant for modal popups only): - It is in the static area - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus: - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The Popup class automatically assigns \"z-index\" - Each time a popup is opened, it gets a higher than the previously opened popup z-index\n\n5. The template of this component exposes two inline partials you can override in derivatives: - beforeContent (upper part of the box, useful for header/title/close button) - afterContent (lower part, useful for footer/action buttons)",
3567
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> Base class for all popup Web Components.\n\nIf you need to create your own popup-like custom UI5 Web Components, it is highly recommended that you extend at least Popup in order to have consistency with other popups in terms of modal behavior and z-index management.\n\n1. The Popup class handles modality: - The \"isModal\" getter can be overridden by derivatives to provide their own conditions when they are modal or not - Derivatives may call the \"blockPageScrolling\" and \"unblockPageScrolling\" static methods to temporarily remove scrollbars on the html element - Derivatives may call the \"open\" and \"close\" methods which handle focus, manage the popup registry and for modal popups, manage the blocking layer\n\n2. Provides blocking layer (relevant for modal popups only): - It is in the static area - Controlled by the \"open\" and \"close\" methods\n\n3. The Popup class \"traps\" focus: - Derivatives may call the \"applyInitialFocus\" method (usually when opening, to transfer focus inside the popup)\n\n4. The Popup class automatically assigns \"z-index\" - Each time a popup is opened, it gets a higher than the previously opened popup z-index\n\n5. The template of this component exposes two inline partials you can override in derivatives: - beforeContent (upper part of the box, useful for header/title/close button) - afterContent (lower part, useful for footer/action buttons)",
3294
3568
  "constructor": { "visibility": "public" },
3295
3569
  "properties": [
3296
3570
  {
@@ -3315,8 +3589,16 @@
3315
3589
  "name": "accessibleName",
3316
3590
  "visibility": "public",
3317
3591
  "since": "1.0.0-rc.15",
3318
- "type": "String",
3319
- "description": "Sets the accessible aria name of the component.",
3592
+ "type": "string",
3593
+ "description": "Defines the accessible name of the component.",
3594
+ "defaultValue": "\"\""
3595
+ },
3596
+ {
3597
+ "name": "accessibleNameRef",
3598
+ "visibility": "public",
3599
+ "since": "1.1.0",
3600
+ "type": "string",
3601
+ "description": "Defines the IDs of the elements that label the component.",
3320
3602
  "defaultValue": "\"\""
3321
3603
  },
3322
3604
  {
@@ -3332,6 +3614,14 @@
3332
3614
  "type": "undefined",
3333
3615
  "description": "Implement this getter with relevant logic regarding the modality of the popup (e.g. based on a public property)"
3334
3616
  },
3617
+ {
3618
+ "name": "open",
3619
+ "visibility": "public",
3620
+ "since": "1.2.0",
3621
+ "type": "boolean",
3622
+ "description": "Indicates if the element is open",
3623
+ "defaultValue": "false"
3624
+ },
3335
3625
  {
3336
3626
  "name": "preventFocusRestore",
3337
3627
  "visibility": "public",
@@ -3350,6 +3640,7 @@
3350
3640
  "slots": [
3351
3641
  {
3352
3642
  "name": "default",
3643
+ "propertyName": "content",
3353
3644
  "visibility": "public",
3354
3645
  "type": "HTMLElement[]",
3355
3646
  "description": "Defines the content of the Popup."
@@ -3419,10 +3710,10 @@
3419
3710
  "description": "Use this method to focus the element denoted by \"initialFocus\", if provided, or the first focusable element otherwise."
3420
3711
  },
3421
3712
  {
3422
- "name": "blockBodyScrolling",
3713
+ "name": "blockPageScrolling",
3423
3714
  "visibility": "protected",
3424
3715
  "static": true,
3425
- "description": "Temporarily removes scrollbars from the body"
3716
+ "description": "Temporarily removes scrollbars from the html element"
3426
3717
  },
3427
3718
  {
3428
3719
  "name": "close",
@@ -3446,10 +3737,10 @@
3446
3737
  "description": "Returns the focus to the previously focused element"
3447
3738
  },
3448
3739
  {
3449
- "name": "unblockBodyScrolling",
3740
+ "name": "unblockPageScrolling",
3450
3741
  "visibility": "protected",
3451
3742
  "static": true,
3452
- "description": "Restores scrollbars on the body, if needed"
3743
+ "description": "Restores scrollbars on the html element, if needed"
3453
3744
  }
3454
3745
  ]
3455
3746
  },
@@ -3517,6 +3808,14 @@
3517
3808
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-radio-button</code> component enables users to select a single option from a set of options. When a <code>ui5-radio-button</code> is selected by the user, the <code>change</code> event is fired. When a <code>ui5-radio-button</code> that is within a group is selected, the one that was previously selected gets automatically deselected. You can group radio buttons by using the <code>name</code> property. <br> <b>Note:</b> If <code>ui5-radio-button</code> is not part of a group, it can be selected once, but can not be deselected back.\n\n<h3>Keyboard Handling</h3>\n\nOnce the <code>ui5-radio-button</code> is on focus, it might be selected by pressing the Space and Enter keys. <br> The Arrow Down/Arrow Up and Arrow Left/Arrow Right keys can be used to change selection between next/previous radio buttons in one group, while TAB and SHIFT + TAB can be used to enter or leave the radio button group. <br> <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RadioButton\";</code>",
3518
3809
  "constructor": { "visibility": "public" },
3519
3810
  "properties": [
3811
+ {
3812
+ "name": "accessibleNameRef",
3813
+ "visibility": "public",
3814
+ "since": "1.1.0",
3815
+ "type": "string",
3816
+ "description": "Defines the IDs of the elements that label the component.",
3817
+ "defaultValue": "\"\""
3818
+ },
3520
3819
  {
3521
3820
  "name": "checked",
3522
3821
  "visibility": "public",
@@ -3564,7 +3863,7 @@
3564
3863
  "name": "valueState",
3565
3864
  "visibility": "public",
3566
3865
  "type": "ValueState",
3567
- "description": "Defines the value state of the component. <br><br> Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Warning</code></li> </ul>",
3866
+ "description": "Defines the value state of the component. <br><br> Available options are: <ul> <li><code>None</code></li> <li><code>Error</code></li> <li><code>Warning</code></li> <li><code>Success</code></li> <li><code>Information</code></li> </ul>",
3568
3867
  "defaultValue": "\"None\""
3569
3868
  },
3570
3869
  {
@@ -3634,15 +3933,15 @@
3634
3933
  "visibility": "public",
3635
3934
  "since": "1.0.0-rc.8",
3636
3935
  "extends": "UI5Element",
3637
- "description": "<h3 class=\"comment-api-title\">Overview</h3> The Rating Indicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.\n\n<h3>Usage</h3> The recommended number of icons is between 5 and 7.\n\n<h3>Responsive Behavior</h3> You can change the size of the Rating Indicator by changing its <code>font-size</code> CSS property. <br> Example: <code>&lt;ui5-rating-indicator style=\"font-size: 3rem;\">&lt;/ui5-rating-indicator></code>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RatingIndicator.js\";</code>",
3936
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> The Rating Indicator is used to display a specific number of icons that are used to rate an item. Additionally, it is also used to display the average and overall ratings.\n\n<h3>Usage</h3> The recommended number of icons is between 5 and 7.\n\n<h3>Responsive Behavior</h3> You can change the size of the Rating Indicator by changing its <code>font-size</code> CSS property. <br> Example: <code>&lt;ui5-rating-indicator style=\"font-size: 3rem;\">&lt;/ui5-rating-indicator></code>\n\n<h3>Keyboard Handling</h3> When the <code>ui5-rating-indicator</code> is focused, the user can change the rating with the following keyboard shortcuts: <br>\n\n<ul> <li>[RIGHT/UP] - Increases the value of the rating by one step. If the highest value is reached, does nothing</li> <li>[LEFT/DOWN] - Decreases the value of the rating by one step. If the lowest value is reached, does nothing.</li> <li>[HOME] - Sets the lowest value.</li> <li>[END] - Sets the highest value.</li> <li>[SPACE/ENTER/RETURN] - Increases the value of the rating by one step. If the highest value is reached, sets the rating to the lowest value.</li> <li>Any number - Changes value to the corresponding number. If typed number is larger than the number of values, sets the highest value.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/RatingIndicator.js\";</code>",
3638
3937
  "constructor": { "visibility": "public" },
3639
3938
  "properties": [
3640
3939
  {
3641
3940
  "name": "accessibleName",
3642
3941
  "visibility": "public",
3643
3942
  "since": "1.0.0-rc.15",
3644
- "type": "String",
3645
- "description": "Sets the accessible aria name of the component."
3943
+ "type": "string",
3944
+ "description": "Defines the accessible aria name of the component."
3646
3945
  },
3647
3946
  {
3648
3947
  "name": "disabled",
@@ -3694,7 +3993,7 @@
3694
3993
  "visibility": "public",
3695
3994
  "since": "1.0.0-rc.6",
3696
3995
  "extends": "Popover",
3697
- "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-responsive-popover</code> acts as a Popover on desktop and tablet, while on phone it acts as a Dialog. The component improves tremendously the user experience on mobile.\n\n<h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.",
3996
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-responsive-popover</code> acts as a Popover on desktop and tablet, while on phone it acts as a Dialog. The component improves tremendously the user experience on mobile.\n\n<h3>Usage</h3> Use it when you want to make sure that all the content is visible on any device.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-responsive-popover</code> exposes the following CSS Shadow Parts: <ul> <li>header - Used to style the header of the component</li> <li>content - Used to style the content of the component</li> <li>footer - Used to style the footer of the component</li> </ul>",
3698
3997
  "constructor": { "visibility": "public" },
3699
3998
  "methods": [
3700
3999
  { "name": "close", "visibility": "public", "description": "Closes the popover/dialog." },
@@ -3742,11 +4041,18 @@
3742
4041
  "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-segmented-button</code> shows a group of items. When the user clicks or taps one of the items, it stays in a pressed state. It automatically resizes the items to fit proportionally within the component. When no width is set, the component uses the available width. <br><br> <b>Note:</b> There can be just one selected <code>item</code> at a time.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/SegmentedButton\";</code>",
3743
4042
  "constructor": { "visibility": "public" },
3744
4043
  "properties": [
4044
+ {
4045
+ "name": "accessibleName",
4046
+ "visibility": "public",
4047
+ "since": "1.0.3",
4048
+ "type": "string",
4049
+ "description": "Defines the accessible aria name of the component."
4050
+ },
3745
4051
  {
3746
4052
  "name": "selectedItem",
3747
4053
  "readonly": "true",
3748
4054
  "visibility": "public",
3749
- "type": "ui5-segmented-button-item",
4055
+ "type": "sap.ui.webcomponents.main.ISegmentedButtonItem",
3750
4056
  "description": "Currently selected item."
3751
4057
  }
3752
4058
  ],
@@ -3820,21 +4126,21 @@
3820
4126
  "visibility": "public",
3821
4127
  "since": "0.8.0",
3822
4128
  "extends": "sap.ui.webcomponents.base.UI5Element",
3823
- "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-select</code> component is used to create a drop-down list. The items inside the <code>ui5-select</code> define the available options by using the <code>ui5-option</code> component.\n\n<h3>Keyboard Handling</h3> The <code>ui5-select</code> provides advanced keyboard handling. <br> <ul> <li>[F4, ALT+UP, ALT+DOWN, SPACE, ENTER] - Opens/closes the drop-down.</li> <li>[UP, DOWN] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.</li> <li>[SPACE, ENTER] - If the drop-down is opened - selects the focused option.</li> <li>[ESC] - Closes the drop-down without changing the selection.</li> <li>[HOME] - Navigates to first option</li> <li>[END] - Navigates to the last option</li> </ul> <br>\n\n<h3>Stable DOM Refs</h3>\n\nIn the context of <code>ui5-select</code>, you can provide a custom stable DOM ref for: <ul> <li>Every <code>ui5-option</code> that you provide. Example: <code><ui5-option stable-dom-ref=\"option1\"></ui5-option></code></li> </ul>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents/dist/Select\";</code> <br> <code>import \"@ui5/webcomponents/dist/Option\";</code>",
4129
+ "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-select</code> component is used to create a drop-down list. The items inside the <code>ui5-select</code> define the available options by using the <code>ui5-option</code> component.\n\n<h3>Keyboard Handling</h3> The <code>ui5-select</code> provides advanced keyboard handling. <br> <ul> <li>[F4, ALT+UP, ALT+DOWN, SPACE, ENTER] - Opens/closes the drop-down.</li> <li>[UP, DOWN] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.</li> <li>[SPACE, ENTER] - If the drop-down is opened - selects the focused option.</li> <li>[ESC] - Closes the drop-down without changing the selection.</li> <li>[HOME] - Navigates to first option</li> <li>[END] - Navigates to the last option</li> </ul> <br>\n\n<h3>ES6 Module Import</h3> <code>import \"@ui5/webcomponents/dist/Select\";</code> <br> <code>import \"@ui5/webcomponents/dist/Option\";</code> (comes with <code>ui5-select</code>)",
3824
4130
  "constructor": { "visibility": "public" },
3825
4131
  "properties": [
3826
4132
  {
3827
4133
  "name": "accessibleName",
3828
4134
  "visibility": "public",
3829
4135
  "since": "1.0.0-rc.15",
3830
- "type": "String",
3831
- "description": "Sets the accessible aria name of the component."
4136
+ "type": "string",
4137
+ "description": "Defines the accessible aria name of the component."
3832
4138
  },
3833
4139
  {
3834
4140
  "name": "accessibleNameRef",
3835
4141
  "visibility": "public",
3836
4142
  "since": "1.0.0-rc.15",
3837
- "type": "String",
4143
+ "type": "string",
3838
4144
  "description": "Receives id(or many ids) of the elements that label the select.",
3839
4145
  "defaultValue": "\"\""
3840
4146
  },
@@ -3864,7 +4170,7 @@
3864
4170
  "name": "selectedOption",
3865
4171
  "readonly": "true",
3866
4172
  "visibility": "public",
3867
- "type": "ui5-option",
4173
+ "type": "sap.ui.webcomponents.main.ISelectOption",
3868
4174
  "description": "Currently selected option."
3869
4175
  },
3870
4176
  {
@@ -4084,6 +4390,76 @@
4084
4390
  }
4085
4391
  ]
4086
4392
  },
4393
+ {
4394
+ "kind": "class",
4395
+ "name": "sap.ui.webcomponents.main.SplitButton",
4396
+ "basename": "SplitButton",
4397
+ "tagname": "ui5-split-button",
4398
+ "resource": "SplitButton.js",
4399
+ "module": "SplitButton",
4400
+ "static": true,
4401
+ "visibility": "public",
4402
+ "since": "1.1.0",
4403
+ "extends": "UI5Element",
4404
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\n<code>ui5-split-button</code> enables users to trigger actions. It is constructed of two separate actions - default action and arrow action that can be activated by clicking or tapping, or by pressing certain keyboard keys - <code>Space</code> or <code>Enter</code> for default action, and <code>Arrow Down</code> or <code>Arrow Up</code> for arrow action.\n\n<h3>Usage</h3>\n\n<code>ui5-split-button</code> consists two separate buttons: <ul> <li>for the first one (default action) you can define some <code>text</code> or an <code>icon</code>, or both. Also, it is possible to define different icon for active state of this button - <code>activeIcon</code>.</li> <li>the second one (arrow action) contains only <code>slim-arrow-down</code> icon.</li> </ul> You can choose a <code>design</code> from a set of predefined types (the same as for ui5-button) that offer different styling to correspond to the triggered action. Both text and arrow actions have the same design. <br><br> You can set the <code>ui5-split-button</code> as enabled or disabled. Both parts of an enabled <code>ui5-split-button</code> can be pressed by clicking or tapping it, or by certain keys, which changes the style to provide visual feedback to the user that it is pressed or hovered over with the mouse cursor. A disabled <code>ui5-split-button</code> appears inactive and any of the two buttons cannot be pressed.\n\n<h3>Keyboard Handling</h3> <ul> <li><code>Space</code> or <code>Enter</code> - triggers the default action</li> <li><code>Shift</code> or <code>Escape</code> - if <code>Space</code> is pressed, releases the default action button without triggering the click event.</li> <li><code>Arrow Down</code>, <code>Arrow Up</code>, <code>Alt</code>+<code>Arrow Down</code>, <code>Alt</code>+<code>Arrow Up</code>, or <code>F4</code> - triggers the arrow action There are separate events that are fired on activating of <code>ui5-split-button</code> parts: <ul> <li><code>click</code> for the first button (default action)</li> <li><code>arrow-click</code> for the second button (arrow action)</li> </ul> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/SplitButton.js\";</code>",
4405
+ "constructor": { "visibility": "public" },
4406
+ "properties": [
4407
+ {
4408
+ "name": "accessibleName",
4409
+ "visibility": "public",
4410
+ "type": "string",
4411
+ "description": "Defines the accessible aria name of the component."
4412
+ },
4413
+ {
4414
+ "name": "activeIcon",
4415
+ "visibility": "public",
4416
+ "type": "string",
4417
+ "description": "Defines the icon to be displayed in active state as graphical element within the component.",
4418
+ "defaultValue": "\"\""
4419
+ },
4420
+ {
4421
+ "name": "design",
4422
+ "visibility": "public",
4423
+ "type": "ButtonDesign",
4424
+ "description": "Defines the component design.\n\n<br><br> <b>The available values are:</b>\n\n<ul> <li><code>Default</code></li> <li><code>Emphasized</code></li> <li><code>Positive</code></li> <li><code>Negative</code></li> <li><code>Transparent</code></li> <li><code>Attention</code></li> </ul>",
4425
+ "defaultValue": "\"Default\""
4426
+ },
4427
+ {
4428
+ "name": "disabled",
4429
+ "visibility": "public",
4430
+ "type": "boolean",
4431
+ "description": "Defines whether the component is disabled. A disabled component can't be pressed or focused, and it is not in the tab chain.",
4432
+ "defaultValue": "false"
4433
+ },
4434
+ {
4435
+ "name": "icon",
4436
+ "visibility": "public",
4437
+ "type": "string",
4438
+ "description": "Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides numerous options. <br><br> Example:\n\nSee all the available icons in the <ui5-link target=\"_blank\" href=\"https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html\" class=\"api-table-content-cell-link\">Icon Explorer</ui5-link>.",
4439
+ "defaultValue": "\"\""
4440
+ }
4441
+ ],
4442
+ "slots": [
4443
+ {
4444
+ "name": "default",
4445
+ "visibility": "public",
4446
+ "type": "Node[]",
4447
+ "description": "Defines the text of the component. <br><br> <b>Note:</b> Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
4448
+ }
4449
+ ],
4450
+ "events": [
4451
+ {
4452
+ "name": "arrow-click",
4453
+ "visibility": "public",
4454
+ "description": "Fired when the user clicks on the arrow action."
4455
+ },
4456
+ {
4457
+ "name": "click",
4458
+ "visibility": "public",
4459
+ "description": "Fired when the user clicks on the default action."
4460
+ }
4461
+ ]
4462
+ },
4087
4463
  {
4088
4464
  "kind": "class",
4089
4465
  "name": "sap.ui.webcomponents.main.StandardListItem",
@@ -4175,14 +4551,14 @@
4175
4551
  "name": "accessibleName",
4176
4552
  "visibility": "public",
4177
4553
  "since": "1.0.0-rc.15",
4178
- "type": "String",
4179
- "description": "Sets the accessible aria name of the component."
4554
+ "type": "string",
4555
+ "description": "Defines the accessible aria name of the component."
4180
4556
  },
4181
4557
  {
4182
4558
  "name": "accessibleNameRef",
4183
4559
  "visibility": "public",
4184
4560
  "since": "1.0.0-rc.15",
4185
- "type": "String",
4561
+ "type": "string",
4186
4562
  "description": "Receives id(or many ids) of the elements that label the component.",
4187
4563
  "defaultValue": "\"\""
4188
4564
  },
@@ -4395,6 +4771,21 @@
4395
4771
  "description": "<h3 class=\"comment-api-title\">Overview</h3> The <code>ui5-switch</code> component is used for changing between binary states. <br> The component can display texts, that will be switched, based on the component state, via the <code>textOn</code> and <code>textOff</code> properties, but texts longer than 3 letters will be cutted off. <br> However, users are able to customize the width of <code>ui5-switch</code> with pure CSS (<code>&lt;ui5-switch style=\"width: 200px\"></code>), and set widths, depending on the texts they would use. <br> Note: the component would not automatically stretch to fit the whole text width.\n\n<h3>Keyboard Handling</h3> The state can be changed by pressing the Space and Enter keys.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-switch</code> exposes the following CSS Shadow Parts: <ul> <li>slider - Used to style the track, where the handle is being slid</li> <li>text-on - Used to style the <code>textOn</code> property text</li> <li>text-off - Used to style the <code>textOff</code> property text</li> <li>handle - Used to style the handle of the switch</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Switch\";</code>",
4396
4772
  "constructor": { "visibility": "public" },
4397
4773
  "properties": [
4774
+ {
4775
+ "name": "accessibleName",
4776
+ "visibility": "public",
4777
+ "since": "1.2.0",
4778
+ "type": "string",
4779
+ "description": "Sets the accessible aria name of the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set."
4780
+ },
4781
+ {
4782
+ "name": "accessibleNameRef",
4783
+ "visibility": "public",
4784
+ "since": "1.1.0",
4785
+ "type": "string",
4786
+ "description": "Receives id(or many ids) of the elements that label the component.\n\n<b>Note</b>: We recommend that you set an accessibleNameRef pointing to an external label or at least an <code>accessibleName</code>. Providing an <code>accessibleNameRef</code> or an <code>accessibleName</code> is mandatory in the cases when <code>textOn</code> and <code>textOff</code> properties aren't set.",
4787
+ "defaultValue": "\"\""
4788
+ },
4398
4789
  {
4399
4790
  "name": "checked",
4400
4791
  "visibility": "public",
@@ -4420,14 +4811,14 @@
4420
4811
  "name": "textOff",
4421
4812
  "visibility": "public",
4422
4813
  "type": "string",
4423
- "description": "Defines the text, displayed when the component is not checked. <br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).",
4814
+ "description": "Defines the text, displayed when the component is not checked. <br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.",
4424
4815
  "defaultValue": "\"\""
4425
4816
  },
4426
4817
  {
4427
4818
  "name": "textOn",
4428
4819
  "visibility": "public",
4429
4820
  "type": "string",
4430
- "description": "Defines the text, displayed when the component is checked.\n\n<br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).",
4821
+ "description": "Defines the text, displayed when the component is checked.\n\n<br><br> <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.",
4431
4822
  "defaultValue": "\"\""
4432
4823
  }
4433
4824
  ],
@@ -4458,7 +4849,7 @@
4458
4849
  "name": "additionalText",
4459
4850
  "visibility": "public",
4460
4851
  "type": "string",
4461
- "description": "Represents the \"additionalText\" text, which is displayed in the tab filter.",
4852
+ "description": "Represents the \"additionalText\" text, which is displayed in the tab.",
4462
4853
  "defaultValue": "\"\""
4463
4854
  },
4464
4855
  {
@@ -4489,13 +4880,6 @@
4489
4880
  "description": "Specifies if the component is selected.",
4490
4881
  "defaultValue": "false"
4491
4882
  },
4492
- {
4493
- "name": "stableDomRef",
4494
- "visibility": "public",
4495
- "since": "1.0.0-rc.8",
4496
- "type": "string",
4497
- "description": "Defines the stable selector that you can use via getStableDomRef method."
4498
- },
4499
4883
  {
4500
4884
  "name": "text",
4501
4885
  "visibility": "public",
@@ -4509,7 +4893,22 @@
4509
4893
  "name": "default",
4510
4894
  "visibility": "public",
4511
4895
  "type": "Node[]",
4512
- "description": "Defines the tab content."
4896
+ "description": "Holds the content associated with this tab."
4897
+ },
4898
+ {
4899
+ "name": "subTabs",
4900
+ "propertyName": "subTabs",
4901
+ "visibility": "public",
4902
+ "type": "sap.ui.webcomponents.main.ITab[]",
4903
+ "description": "Defines hierarchies with nested sub tabs. <br><br> <b>Note:</b> Use <code>ui5-tab</code> and <code>ui5-tab-separator</code> for the intended design."
4904
+ }
4905
+ ],
4906
+ "methods": [
4907
+ {
4908
+ "name": "getTabInStripDomRef",
4909
+ "visibility": "public",
4910
+ "since": "1.0.0-rc.16",
4911
+ "description": "Returns the DOM reference of the tab that is placed in the header. <b>Note:</b> If you need a DOM ref to the tab content please use the <code>getDomRef</code> method."
4513
4912
  }
4514
4913
  ]
4515
4914
  },
@@ -4524,7 +4923,7 @@
4524
4923
  "static": true,
4525
4924
  "visibility": "public",
4526
4925
  "extends": "sap.ui.webcomponents.base.UI5Element",
4527
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-tabcontainer</code> represents a collection of tabs with associated content. Navigation through the tabs changes the content display of the currently active content area. A tab can be labeled with text only, or icons with text.\n\n<h3>Structure</h3>\n\nThe <code>ui5-tabcontainer</code> can hold two types of entities: <ul> <li><code>ui5-tab</code> - contains all the information on an item (text and icon)</li> <li><code>ui5-tab-separator</code> - used to separate tabs with a vertical line</li> </ul>\n\n<h3>Stable DOM Refs</h3>\n\nIn the context of <code>ui5-tabcontainer</code>, you can provide a custom stable DOM refs for: <ul> <li>Each <code>ui5-tab</code> Example: <code><ui5-tab stable-dom-ref=\"in-stock\"></ui5-tab></code></li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/TabContainer\";</code> <br> <code>import \"@ui5/webcomponents/dist/Tab\";</code> (for <code>ui5-tab</code>) <br> <code>import \"@ui5/webcomponents/dist/TabSeparator\";</code> (for <code>ui5-tab-separator</code>)",
4926
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-tabcontainer</code> represents a collection of tabs with associated content. Navigation through the tabs changes the content display of the currently active content area. A tab can be labeled with text only, or icons with text.\n\n<h3>Structure</h3>\n\nThe <code>ui5-tabcontainer</code> can hold two types of entities: <ul> <li><code>ui5-tab</code> - contains all the information on an item (text and icon)</li> <li><code>ui5-tab-separator</code> - used to separate tabs with a line</li> </ul>\n\n<h3>Hierarchies</h3> Multiple sub tabs could be placed underneath one main tab. Nesting allows deeper hierarchies with indentations to indicate the level of each nested tab. When a tab has both sub tabs and own content its click area is split to allow the user to display the content or alternatively to expand / collapse the list of sub tabs.\n\n<h3>CSS Shadow Parts</h3>\n\n<ui5-link target=\"_blank\" href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/::part\">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br> The <code>ui5-tabcontainer</code> exposes the following CSS Shadow Parts: <ul> <li>content - Used to style the content of the component</li> </ul>\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/TabContainer\";</code> <br> <code>import \"@ui5/webcomponents/dist/Tab\";</code> (for <code>ui5-tab</code>) <br> <code>import \"@ui5/webcomponents/dist/TabSeparator\";</code> (for <code>ui5-tab-separator</code>)",
4528
4927
  "constructor": { "visibility": "public" },
4529
4928
  "properties": [
4530
4929
  {
@@ -4545,8 +4944,11 @@
4545
4944
  "name": "showOverflow",
4546
4945
  "visibility": "public",
4547
4946
  "type": "boolean",
4548
- "description": "Defines whether the overflow select list is displayed. <br><br> The overflow select list represents a list, where all tab filters are displayed so that it's easier for the user to select a specific tab filter.",
4549
- "defaultValue": "false"
4947
+ "description": "Defines whether the overflow select list is displayed. <br><br> The overflow select list represents a list, where all tabs are displayed so that it's easier for the user to select a specific tab.",
4948
+ "defaultValue": "false",
4949
+ "deprecated": {
4950
+ "text": "Since the introduction of TabsOverflowMode overflows will always be visible if there is not enough space for all tabs, all hidden tabs are moved to a select list in the respective overflows and are accessible via the overflowButton and / or startOverflowButton"
4951
+ }
4550
4952
  },
4551
4953
  {
4552
4954
  "name": "tabLayout",
@@ -4554,6 +4956,14 @@
4554
4956
  "type": "TabLayout",
4555
4957
  "description": "Defines the alignment of the content and the <code>additionalText</code> of a tab.\n\n<br><br> <b>Note:</b> The content and the <code>additionalText</code> would be displayed vertically by defualt, but when set to <code>Inline</code>, they would be displayed horizontally.\n\n<br><br> Available options are: <ul> <li><code>Standard</code></li> <li><code>Inline</code></li> </ul>",
4556
4958
  "defaultValue": "\"Standard\""
4959
+ },
4960
+ {
4961
+ "name": "tabsOverflowMode",
4962
+ "visibility": "public",
4963
+ "since": "1.1.0",
4964
+ "type": "TabsOverflowMode",
4965
+ "description": "Defines the overflow mode of the tab strip. If you have a large number of tabs, only the tabs that can fit on screen will be visible. All other tabs that can 't fit on the screen are available in an overflow tab \"More\".\n\n<br><br> <b>Note:</b> Only one overflow at the end would be displayed by default, but when set to <code>StartAndEnd</code>, there will be two overflows on both ends, and tab order will not change on tab selection.\n\n<br><br> Available options are: <ul> <li><code>End</code></li> <li><code>StartAndEnd</code></li> </ul>",
4966
+ "defaultValue": "\"End\""
4557
4967
  }
4558
4968
  ],
4559
4969
  "slots": [
@@ -4570,6 +4980,13 @@
4570
4980
  "since": "1.0.0-rc.9",
4571
4981
  "type": "sap.ui.webcomponents.main.IButton",
4572
4982
  "description": "Defines the button which will open the overflow menu. If nothing is provided to this slot, the default button will be used."
4983
+ },
4984
+ {
4985
+ "name": "startOverflowButton",
4986
+ "visibility": "public",
4987
+ "since": "1.1.0",
4988
+ "type": "sap.ui.webcomponents.main.IButton",
4989
+ "description": "Defines the button which will open the start overflow menu if available. If nothing is provided to this slot, the default button will be used."
4573
4990
  }
4574
4991
  ],
4575
4992
  "events": [
@@ -4603,9 +5020,24 @@
4603
5020
  "static": true,
4604
5021
  "visibility": "public",
4605
5022
  "extends": "sap.ui.webcomponents.base.UI5Element",
4606
- "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table</code> component provides a set of sophisticated and convenient functions for responsive table design. It provides a comprehensive set of features for displaying and dealing with vast amounts of data. <br><br> To render the <code>Table</code> properly, the order of the <code>columns</code> should match with the order of the item <code>cells</code> in the <code>rows</code>. <br><br> Desktop and tablet devices are supported. On tablets, special consideration should be given to the number of visible columns and rows due to the limited performance of some devices.\n\n<h3>Selection</h3> To benefit from the selection mechanism of <code>ui5-table</code> component, you can use the available selection modes: <code>SingleSelect</code> and <code>MultiSelect</code>. <br> In additition to the used mode, you can also specify the <code>ui5-table-row</code> type choosing between <code>Active</code> or <code>Inactive</code>. <br><br> In <code>SingleSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row via mouse or by pressing the <code>Space</code> or <code>Enter</code> keys. <br> In <code>MultiSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row by pressing the <code>Space</code> key when a row is on focus or via mouse click over the selection checkbox of the row. In order to select all the available rows at once, you can use the selection checkbox presented in the table's header. <br><br> <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Table.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/TableColumn.js\";</code> (for <code>ui5-table-column</code>) <br> <code>import \"@ui5/webcomponents/dist/TableRow.js\";</code> (for <code>ui5-table-row</code>) <br> <code>import \"@ui5/webcomponents/dist/TableCell.js\";</code> (for <code>ui5-table-cell</code>)",
5023
+ "description": "<h3 class=\"comment-api-title\">Overview</h3>\n\nThe <code>ui5-table</code> component provides a set of sophisticated and convenient functions for responsive table design. It provides a comprehensive set of features for displaying and dealing with vast amounts of data. <br><br> To render the <code>Table</code> properly, the order of the <code>columns</code> should match with the order of the item <code>cells</code> in the <code>rows</code>. <br><br> Desktop and tablet devices are supported. On tablets, special consideration should be given to the number of visible columns and rows due to the limited performance of some devices.\n\n<h3>Selection</h3> To benefit from the selection mechanism of <code>ui5-table</code> component, you can use the available selection modes: <code>SingleSelect</code> and <code>MultiSelect</code>. <br> In additition to the used mode, you can also specify the <code>ui5-table-row</code> type choosing between <code>Active</code> or <code>Inactive</code>. <br><br> In <code>SingleSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row via mouse or by pressing the <code>Space</code> or <code>Enter</code> keys. <br> In <code>MultiSelect</code> mode, you can select both an <code>Active</code> and <code>Inactive</code> row by pressing the <code>Space</code> key when a row is on focus or via mouse click over the selection checkbox of the row. In order to select all the available rows at once, you can use the selection checkbox presented in the table's header. <br><br> <b>Note:</b> Currently, when a column is shown as a pop-in, the visual indication for selection is not presented over it.\n\n<h3>Keyboard Handling</h3>\n\n<h4>Fast Navigation</h4> This component provides a build in fast navigation group which can be used via <code>F6 / Shift + F6</code> or <code> Ctrl + Alt(Option) + Down / Ctrl + Alt(Option) + Up</code>. In order to use this functionality, you need to import the following module: <code>import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"</code> <br><br> Furthermore, you can interact with <code>ui5-table</code> via the following keys. <br>\n\n<ul> <li>[F7] - If focus is on an interactive control inside an item, moves focus to the corresponding item.</li> <li>[CTRL]+[A] - Selects all items, if MultiSelect mode is enabled.</li> <li>[HOME]/[END] - Focuses the first/last item.</li> <li>[PAGEUP]/[PAGEDOWN] - Moves focus up/down by page size (20 items by default).</li> <li>[ALT]+[DOWN]/[UP] - Switches focus between header, last focused item, and More button (if applies) in either direction.</li> <li>[SHIFT]+[DOWN]/[UP] - Selects the next/previous item in a MultiSelect table, if the current item is selected (Range selection). Otherwise, deselects them (Range deselection).</li> <li>[SHIFT]+[HOME]/[END] - Range selection to the first/last item of the List.</li> <li>[CTRL]+[HOME]/[END] - Same behavior as HOME & END.</li> </ul>\n\n<h3>ES6 Module Import</h3>\n\n<code>import \"@ui5/webcomponents/dist/Table.js\";</code> <br> <code>import \"@ui5/webcomponents/dist/TableColumn.js\";</code> (for <code>ui5-table-column</code>) <br> <code>import \"@ui5/webcomponents/dist/TableRow.js\";</code> (for <code>ui5-table-row</code>) <br> <code>import \"@ui5/webcomponents/dist/TableCell.js\";</code> (for <code>ui5-table-cell</code>)",
4607
5024
  "constructor": { "visibility": "public" },
4608
5025
  "properties": [
5026
+ {
5027
+ "name": "accessibleName",
5028
+ "visibility": "public",
5029
+ "since": "1.3.0",
5030
+ "type": "string",
5031
+ "description": "Defines the accessible aria name of the component."
5032
+ },
5033
+ {
5034
+ "name": "accessibleNameRef",
5035
+ "visibility": "public",
5036
+ "since": "1.3.0",
5037
+ "type": "string",
5038
+ "description": "Receives id(or many ids) of the elements that label the component.",
5039
+ "defaultValue": "\"\""
5040
+ },
4609
5041
  {
4610
5042
  "name": "busy",
4611
5043
  "visibility": "public",
@@ -4626,7 +5058,7 @@
4626
5058
  "visibility": "public",
4627
5059
  "since": "1.0.0-rc.12",
4628
5060
  "type": "TableGrowingMode",
4629
- "description": "Defines whether the table will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the table, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the table; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Limitations:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing=\"Button\"</code>.",
5061
+ "description": "Defines whether the table will have growing capability either by pressing a <code>More</code> button, or via user scroll. In both cases <code>load-more</code> event is fired. <br><br>\n\nAvailable options: <br><br> <code>Button</code> - Shows a <code>More</code> button at the bottom of the table, pressing of which triggers the <code>load-more</code> event. <br> <code>Scroll</code> - The <code>load-more</code> event is triggered when the user scrolls to the bottom of the table; <br> <code>None</code> (default) - The growing is off. <br><br>\n\n<b>Restrictions:</b> <code>growing=\"Scroll\"</code> is not supported for Internet Explorer, and the component will fallback to <code>growing=\"Button\"</code>.",
4630
5062
  "defaultValue": "\"None\""
4631
5063
  },
4632
5064
  {
@@ -4672,7 +5104,7 @@
4672
5104
  "name": "stickyColumnHeader",
4673
5105
  "visibility": "public",
4674
5106
  "type": "boolean",
4675
- "description": "Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br><br> <b>Limitations:</b> <ul> <li>Browsers that do not support this feature: <ul> <li>Internet Explorer</li> <li>Microsoft Edge lower than version 41 (EdgeHTML 16)</li> <li>Mozilla Firefox lower than version 59</li> </ul> </li> <li>Scrolling behavior: <ul> <li>If the Web Component is placed in layout containers that have the <code>overflow: hidden</code> or <code>overflow: auto</code> style definition, this can prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.</li> </ul> </li> </ul>",
5107
+ "description": "Determines whether the column headers remain fixed at the top of the page during vertical scrolling as long as the Web Component is in the viewport. <br><br> <b>Restrictions:</b> <ul> <li>Browsers that do not support this feature: <ul> <li>Internet Explorer</li> <li>Microsoft Edge lower than version 41 (EdgeHTML 16)</li> <li>Mozilla Firefox lower than version 59</li> </ul> </li> <li>Scrolling behavior: <ul> <li>If the Web Component is placed in layout containers that have the <code>overflow: hidden</code> or <code>overflow: auto</code> style definition, this can prevent the sticky elements of the Web Component from becoming fixed at the top of the viewport.</li> </ul> </li> </ul>",
4676
5108
  "defaultValue": "false"
4677
5109
  }
4678
5110
  ],
@@ -4895,14 +5327,14 @@
4895
5327
  "name": "accessibleName",
4896
5328
  "visibility": "public",
4897
5329
  "since": "1.0.0-rc.15",
4898
- "type": "String",
4899
- "description": "Sets the accessible aria name of the component."
5330
+ "type": "string",
5331
+ "description": "Defines the accessible aria name of the component."
4900
5332
  },
4901
5333
  {
4902
5334
  "name": "accessibleNameRef",
4903
5335
  "visibility": "public",
4904
5336
  "since": "1.0.0-rc.15",
4905
- "type": "String",
5337
+ "type": "string",
4906
5338
  "description": "Receives id(or many ids) of the elements that label the textarea.",
4907
5339
  "defaultValue": "\"\""
4908
5340
  },
@@ -5394,6 +5826,7 @@
5394
5826
  "events": [
5395
5827
  {
5396
5828
  "name": "item-click",
5829
+ "allowPreventDefault": "true",
5397
5830
  "visibility": "public",
5398
5831
  "parameters": [ { "name": "item", "type": "HTMLElement", "description": "The clicked item." } ],
5399
5832
  "description": "Fired when a tree item is activated."
@@ -5404,6 +5837,20 @@
5404
5837
  "parameters": [ { "name": "item", "type": "HTMLElement", "description": "the deleted item." } ],
5405
5838
  "description": "Fired when the Delete button of any tree item is pressed. <br><br> <b>Note:</b> A Delete button is displayed on each item, when the component <code>mode</code> property is set to <code>Delete</code>."
5406
5839
  },
5840
+ {
5841
+ "name": "item-mouseout",
5842
+ "visibility": "public",
5843
+ "since": "1.0.0-rc.16",
5844
+ "parameters": [ { "name": "item", "type": "HTMLElement", "description": "the hovered item." } ],
5845
+ "description": "Fired when the mouse cursor leaves the tree item borders."
5846
+ },
5847
+ {
5848
+ "name": "item-mouseover",
5849
+ "visibility": "public",
5850
+ "since": "1.0.0-rc.16",
5851
+ "parameters": [ { "name": "item", "type": "HTMLElement", "description": "the hovered item." } ],
5852
+ "description": "Fired when the mouse cursor enters the tree item borders."
5853
+ },
5407
5854
  {
5408
5855
  "name": "item-toggle",
5409
5856
  "allowPreventDefault": "true",
@@ -5505,10 +5952,18 @@
5505
5952
  {
5506
5953
  "name": "icon",
5507
5954
  "visibility": "public",
5508
- "type": "String",
5955
+ "type": "string",
5509
5956
  "description": "If set, an icon will be displayed before the text, representing the tree item.",
5510
5957
  "defaultValue": "\"\""
5511
5958
  },
5959
+ {
5960
+ "name": "indeterminate",
5961
+ "visibility": "public",
5962
+ "since": "1.1.0",
5963
+ "type": "boolean",
5964
+ "description": "Defines whether the selection of a tree node is displayed as partially selected. <br><br> <b>Note:</b> The indeterminate state can be set only programatically and can’t be achieved by user interaction, meaning that the resulting visual state depends on the values of the <code>indeterminate</code> and <code>selected</code> properties: <ul> <li> If a tree node has both <code>selected</code> and <code>indeterminate</code> set to <code>true</code>, it is displayed as partially selected. <li> If a tree node has <code>selected</code> set to <code>true</code> and <code>indeterminate</code> set to <code>false</code>, it is displayed as selected. <li> If a tree node has <code>selected</code> set to <code>false</code>, it is displayed as not selected regardless of the value of the <code>indeterminate</code> property. </ul> <br> <b>Note:</b> This property takes effect only when the <code>ui5-tree</code> is in <code>MultiSelect</code> mode.",
5965
+ "defaultValue": "false"
5966
+ },
5512
5967
  {
5513
5968
  "name": "selected",
5514
5969
  "visibility": "public",
@@ -5519,7 +5974,7 @@
5519
5974
  {
5520
5975
  "name": "text",
5521
5976
  "visibility": "public",
5522
- "type": "String",
5977
+ "type": "string",
5523
5978
  "description": "Defines the text of the tree item.",
5524
5979
  "defaultValue": "\"\""
5525
5980
  }
@@ -5594,7 +6049,7 @@
5594
6049
  {
5595
6050
  "name": "icon",
5596
6051
  "visibility": "public",
5597
- "type": "String",
6052
+ "type": "string",
5598
6053
  "description": "If set, an icon will be displayed before the text of the tree list item.",
5599
6054
  "defaultValue": "\"\""
5600
6055
  },
@@ -6013,6 +6468,50 @@
6013
6468
  ],
6014
6469
  "slots": []
6015
6470
  },
6471
+ {
6472
+ "kind": "class",
6473
+ "name": "sap.ui.webcomponents.main.types.HasPopup",
6474
+ "basename": "HasPopup",
6475
+ "resource": "types/HasPopup.js",
6476
+ "module": "types/HasPopup",
6477
+ "static": true,
6478
+ "visibility": "public",
6479
+ "description": "Different types of HasPopup.",
6480
+ "constructor": { "visibility": "public" },
6481
+ "properties": [
6482
+ {
6483
+ "name": "Dialog",
6484
+ "visibility": "public",
6485
+ "type": "Dialog",
6486
+ "description": "Dialog popup type."
6487
+ },
6488
+ {
6489
+ "name": "Grid",
6490
+ "visibility": "public",
6491
+ "type": "Grid",
6492
+ "description": "Grid popup type."
6493
+ },
6494
+ {
6495
+ "name": "ListBox",
6496
+ "visibility": "public",
6497
+ "type": "ListBox",
6498
+ "description": "ListBox popup type."
6499
+ },
6500
+ {
6501
+ "name": "Menu",
6502
+ "visibility": "public",
6503
+ "type": "Menu",
6504
+ "description": "Menu popup type."
6505
+ },
6506
+ {
6507
+ "name": "Tree",
6508
+ "visibility": "public",
6509
+ "type": "Tree",
6510
+ "description": "Tree popup type."
6511
+ }
6512
+ ],
6513
+ "slots": []
6514
+ },
6016
6515
  {
6017
6516
  "kind": "class",
6018
6517
  "name": "sap.ui.webcomponents.main.types.InputType",
@@ -6103,8 +6602,29 @@
6103
6602
  "module": "types/ListGrowingMode",
6104
6603
  "static": true,
6105
6604
  "visibility": "public",
6106
- "description": "Defines the growing mode, used in the <code>ui5-List</code>.",
6107
- "constructor": { "visibility": "public" }
6605
+ "description": "Defines the growing mode, used in the <code>ui5-list</code>.",
6606
+ "constructor": { "visibility": "public" },
6607
+ "properties": [
6608
+ {
6609
+ "name": "Button",
6610
+ "visibility": "public",
6611
+ "type": "Button",
6612
+ "description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
6613
+ },
6614
+ {
6615
+ "name": "None",
6616
+ "visibility": "public",
6617
+ "type": "None",
6618
+ "description": "Component's growing is not enabled."
6619
+ },
6620
+ {
6621
+ "name": "Scroll",
6622
+ "visibility": "public",
6623
+ "type": "Scroll",
6624
+ "description": "Component's <code>load-more</code> is fired upon scroll."
6625
+ }
6626
+ ],
6627
+ "slots": []
6108
6628
  },
6109
6629
  {
6110
6630
  "kind": "class",
@@ -6543,7 +7063,28 @@
6543
7063
  "static": true,
6544
7064
  "visibility": "public",
6545
7065
  "description": "Defines the growing mode, used in the <code>ui5-table</code>.",
6546
- "constructor": { "visibility": "public" }
7066
+ "constructor": { "visibility": "public" },
7067
+ "properties": [
7068
+ {
7069
+ "name": "Button",
7070
+ "visibility": "public",
7071
+ "type": "Button",
7072
+ "description": "Component's <code>load-more</code> is fired upon pressing a \"More\" button. at the bottom."
7073
+ },
7074
+ {
7075
+ "name": "None",
7076
+ "visibility": "public",
7077
+ "type": "None",
7078
+ "description": "Component's growing is not enabled."
7079
+ },
7080
+ {
7081
+ "name": "Scroll",
7082
+ "visibility": "public",
7083
+ "type": "Scroll",
7084
+ "description": "Component's <code>load-more</code> is fired upon scroll."
7085
+ }
7086
+ ],
7087
+ "slots": []
6547
7088
  },
6548
7089
  {
6549
7090
  "kind": "class",
@@ -6603,6 +7144,32 @@
6603
7144
  ],
6604
7145
  "slots": []
6605
7146
  },
7147
+ {
7148
+ "kind": "class",
7149
+ "name": "sap.ui.webcomponents.main.types.TabsOverflowMode",
7150
+ "basename": "TabsOverflowMode",
7151
+ "resource": "types/TabsOverflowMode.js",
7152
+ "module": "types/TabsOverflowMode",
7153
+ "static": true,
7154
+ "visibility": "public",
7155
+ "description": "Different types of overflow modes.",
7156
+ "constructor": { "visibility": "public" },
7157
+ "properties": [
7158
+ {
7159
+ "name": "End",
7160
+ "visibility": "public",
7161
+ "type": "End",
7162
+ "description": "End type is used if there should be only one overflow with hidden the tabs at the end of the tab container."
7163
+ },
7164
+ {
7165
+ "name": "StartAndEnd",
7166
+ "visibility": "public",
7167
+ "type": "StartAndEnd",
7168
+ "description": "StartAndEnd type is used if there should be two overflows on both ends of the tab container."
7169
+ }
7170
+ ],
7171
+ "slots": []
7172
+ },
6606
7173
  {
6607
7174
  "kind": "class",
6608
7175
  "name": "sap.ui.webcomponents.main.types.TitleLevel",