@ui5/webcomponents 0.0.0-df5b4199a → 0.0.0-e03cd01f3

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 (809) hide show
  1. package/CHANGELOG.md +140 -2
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/Avatar.d.ts +7 -1
  4. package/dist/Avatar.js +9 -1
  5. package/dist/Avatar.js.map +1 -1
  6. package/dist/BreadcrumbsTemplate.js +1 -1
  7. package/dist/BreadcrumbsTemplate.js.map +1 -1
  8. package/dist/Button.d.ts +9 -1
  9. package/dist/Button.js +20 -1
  10. package/dist/Button.js.map +1 -1
  11. package/dist/Calendar.d.ts +30 -1
  12. package/dist/Calendar.js +50 -10
  13. package/dist/Calendar.js.map +1 -1
  14. package/dist/CalendarHeaderTemplate.js +2 -2
  15. package/dist/CalendarHeaderTemplate.js.map +1 -1
  16. package/dist/CalendarTemplate.js +1 -1
  17. package/dist/CalendarTemplate.js.map +1 -1
  18. package/dist/CheckBox.d.ts +2 -0
  19. package/dist/CheckBox.js +6 -2
  20. package/dist/CheckBox.js.map +1 -1
  21. package/dist/ColorPickerTemplate.js +1 -1
  22. package/dist/ColorPickerTemplate.js.map +1 -1
  23. package/dist/DateComponentBase.d.ts +1 -0
  24. package/dist/DateComponentBase.js +3 -0
  25. package/dist/DateComponentBase.js.map +1 -1
  26. package/dist/DatePickerPopoverTemplate.d.ts +1 -0
  27. package/dist/DatePickerPopoverTemplate.js +2 -1
  28. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  29. package/dist/DatePickerTemplate.js +1 -1
  30. package/dist/DatePickerTemplate.js.map +1 -1
  31. package/dist/DateRangePickerTemplate.js +1 -1
  32. package/dist/DateRangePickerTemplate.js.map +1 -1
  33. package/dist/DateTimePicker.js +1 -1
  34. package/dist/DateTimePicker.js.map +1 -1
  35. package/dist/DateTimePickerTemplate.js +1 -1
  36. package/dist/DateTimePickerTemplate.js.map +1 -1
  37. package/dist/DayPicker.d.ts +25 -1
  38. package/dist/DayPicker.js +54 -3
  39. package/dist/DayPicker.js.map +1 -1
  40. package/dist/DynamicDateRange.d.ts +1 -1
  41. package/dist/DynamicDateRange.js +1 -1
  42. package/dist/DynamicDateRange.js.map +1 -1
  43. package/dist/DynamicDateRangePopoverTemplate.js +1 -1
  44. package/dist/DynamicDateRangePopoverTemplate.js.map +1 -1
  45. package/dist/FileUploader.d.ts +0 -7
  46. package/dist/FileUploader.js +2 -16
  47. package/dist/FileUploader.js.map +1 -1
  48. package/dist/FileUploaderTemplate.js +1 -1
  49. package/dist/FileUploaderTemplate.js.map +1 -1
  50. package/dist/Icon.d.ts +13 -0
  51. package/dist/Icon.js +28 -2
  52. package/dist/Icon.js.map +1 -1
  53. package/dist/Input.d.ts +1 -1
  54. package/dist/Input.js +25 -14
  55. package/dist/Input.js.map +1 -1
  56. package/dist/InputPopoverTemplate.d.ts +1 -0
  57. package/dist/InputPopoverTemplate.js +7 -2
  58. package/dist/InputPopoverTemplate.js.map +1 -1
  59. package/dist/InputTemplate.d.ts +1 -0
  60. package/dist/InputTemplate.js +3 -2
  61. package/dist/InputTemplate.js.map +1 -1
  62. package/dist/Link.d.ts +7 -0
  63. package/dist/Link.js +4 -0
  64. package/dist/Link.js.map +1 -1
  65. package/dist/List.d.ts +7 -2
  66. package/dist/List.js +68 -11
  67. package/dist/List.js.map +1 -1
  68. package/dist/ListItem.d.ts +7 -2
  69. package/dist/ListItem.js +47 -15
  70. package/dist/ListItem.js.map +1 -1
  71. package/dist/ListItemCustom.d.ts +1 -1
  72. package/dist/ListItemCustom.js +14 -10
  73. package/dist/ListItemCustom.js.map +1 -1
  74. package/dist/MultiComboBox.js +10 -12
  75. package/dist/MultiComboBox.js.map +1 -1
  76. package/dist/MultiComboBoxPopoverTemplate.js +1 -1
  77. package/dist/MultiComboBoxPopoverTemplate.js.map +1 -1
  78. package/dist/MultiInput.d.ts +23 -0
  79. package/dist/MultiInput.js +55 -1
  80. package/dist/MultiInput.js.map +1 -1
  81. package/dist/MultiInputTemplate.js +29 -1
  82. package/dist/MultiInputTemplate.js.map +1 -1
  83. package/dist/Panel.d.ts +1 -0
  84. package/dist/Panel.js +18 -4
  85. package/dist/Panel.js.map +1 -1
  86. package/dist/RangeSlider.d.ts +16 -4
  87. package/dist/RangeSlider.js +115 -30
  88. package/dist/RangeSlider.js.map +1 -1
  89. package/dist/RangeSliderTemplate.js +1 -1
  90. package/dist/RangeSliderTemplate.js.map +1 -1
  91. package/dist/Select.d.ts +10 -1
  92. package/dist/Select.js +11 -0
  93. package/dist/Select.js.map +1 -1
  94. package/dist/Slider.d.ts +12 -4
  95. package/dist/Slider.js +51 -8
  96. package/dist/Slider.js.map +1 -1
  97. package/dist/SliderBase.d.ts +0 -4
  98. package/dist/SliderBase.js +0 -17
  99. package/dist/SliderBase.js.map +1 -1
  100. package/dist/SliderTemplate.js +1 -1
  101. package/dist/SliderTemplate.js.map +1 -1
  102. package/dist/SliderTooltip.d.ts +11 -7
  103. package/dist/SliderTooltip.js +47 -39
  104. package/dist/SliderTooltip.js.map +1 -1
  105. package/dist/SliderTooltipTemplate.js +1 -1
  106. package/dist/SliderTooltipTemplate.js.map +1 -1
  107. package/dist/StepInput.js +6 -0
  108. package/dist/StepInput.js.map +1 -1
  109. package/dist/Table.js.map +1 -1
  110. package/dist/TableCustomAnnouncement.js.map +1 -1
  111. package/dist/TableHeaderRow.d.ts +1 -1
  112. package/dist/TableHeaderRow.js.map +1 -1
  113. package/dist/TableRow.d.ts +1 -1
  114. package/dist/TableRow.js.map +1 -1
  115. package/dist/TableRowBase.d.ts +4 -4
  116. package/dist/TableRowBase.js.map +1 -1
  117. package/dist/TextArea.d.ts +1 -1
  118. package/dist/TextArea.js +11 -3
  119. package/dist/TextArea.js.map +1 -1
  120. package/dist/TimePicker.d.ts +7 -0
  121. package/dist/TimePicker.js +14 -1
  122. package/dist/TimePicker.js.map +1 -1
  123. package/dist/TimePickerPopoverTemplate.js +9 -5
  124. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  125. package/dist/Tokenizer.d.ts +8 -0
  126. package/dist/Tokenizer.js +21 -1
  127. package/dist/Tokenizer.js.map +1 -1
  128. package/dist/ToolbarSelect.js +2 -6
  129. package/dist/ToolbarSelect.js.map +1 -1
  130. package/dist/ToolbarSelectOption.d.ts +3 -1
  131. package/dist/ToolbarSelectOption.js +30 -9
  132. package/dist/ToolbarSelectOption.js.map +1 -1
  133. package/dist/TreeItemBase.d.ts +1 -1
  134. package/dist/TreeItemBase.js +2 -2
  135. package/dist/TreeItemBase.js.map +1 -1
  136. package/dist/TreeItemCustom.d.ts +1 -1
  137. package/dist/TreeItemCustom.js +2 -2
  138. package/dist/TreeItemCustom.js.map +1 -1
  139. package/dist/css/themes/Avatar.css +1 -1
  140. package/dist/css/themes/AvatarGroup.css +1 -1
  141. package/dist/css/themes/Bar.css +1 -1
  142. package/dist/css/themes/Breadcrumbs.css +1 -1
  143. package/dist/css/themes/BusyIndicator.css +1 -1
  144. package/dist/css/themes/Button.css +1 -1
  145. package/dist/css/themes/ButtonBadge.css +1 -1
  146. package/dist/css/themes/Calendar.css +1 -1
  147. package/dist/css/themes/CalendarHeader.css +1 -1
  148. package/dist/css/themes/CalendarLegend.css +1 -1
  149. package/dist/css/themes/CalendarLegendItem.css +1 -1
  150. package/dist/css/themes/Card.css +1 -1
  151. package/dist/css/themes/CardHeader.css +1 -1
  152. package/dist/css/themes/Carousel.css +1 -1
  153. package/dist/css/themes/CheckBox.css +1 -1
  154. package/dist/css/themes/ColorPalette.css +1 -1
  155. package/dist/css/themes/ColorPaletteItem.css +1 -1
  156. package/dist/css/themes/ColorPalettePopover.css +1 -1
  157. package/dist/css/themes/ColorPicker.css +1 -1
  158. package/dist/css/themes/ComboBox.css +1 -1
  159. package/dist/css/themes/ComboBoxItem.css +1 -1
  160. package/dist/css/themes/DatePicker.css +1 -1
  161. package/dist/css/themes/DatePickerPopover.css +1 -1
  162. package/dist/css/themes/DateRangePicker.css +1 -1
  163. package/dist/css/themes/DateTimePicker.css +1 -1
  164. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  165. package/dist/css/themes/DayPicker.css +1 -1
  166. package/dist/css/themes/Dialog.css +1 -1
  167. package/dist/css/themes/DraggableElement.css +1 -1
  168. package/dist/css/themes/DropIndicator.css +1 -1
  169. package/dist/css/themes/DynamicDateRange.css +1 -1
  170. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  171. package/dist/css/themes/ExpandableText.css +1 -1
  172. package/dist/css/themes/FileUploader.css +1 -1
  173. package/dist/css/themes/Form.css +1 -1
  174. package/dist/css/themes/FormItem.css +1 -1
  175. package/dist/css/themes/FormItemSpan.css +1 -1
  176. package/dist/css/themes/GrowingButton.css +1 -1
  177. package/dist/css/themes/Icon.css +1 -1
  178. package/dist/css/themes/Input.css +1 -1
  179. package/dist/css/themes/InputIcon.css +1 -1
  180. package/dist/css/themes/InputSharedStyles.css +1 -1
  181. package/dist/css/themes/Label.css +1 -1
  182. package/dist/css/themes/Link.css +1 -1
  183. package/dist/css/themes/List.css +1 -1
  184. package/dist/css/themes/ListItem.css +1 -1
  185. package/dist/css/themes/ListItemAdditionalText.css +1 -1
  186. package/dist/css/themes/ListItemBase.css +1 -1
  187. package/dist/css/themes/ListItemCustom.css +1 -1
  188. package/dist/css/themes/ListItemGroup.css +1 -1
  189. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  190. package/dist/css/themes/ListItemIcon.css +1 -1
  191. package/dist/css/themes/Menu.css +1 -1
  192. package/dist/css/themes/MenuItem.css +1 -1
  193. package/dist/css/themes/MenuSeparator.css +1 -1
  194. package/dist/css/themes/MessageStrip.css +1 -1
  195. package/dist/css/themes/MonthPicker.css +1 -1
  196. package/dist/css/themes/MultiComboBox.css +1 -1
  197. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  198. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  199. package/dist/css/themes/MultiInput.css +1 -1
  200. package/dist/css/themes/OptionBase.css +1 -1
  201. package/dist/css/themes/Panel.css +1 -1
  202. package/dist/css/themes/Popover.css +1 -1
  203. package/dist/css/themes/PopupsCommon.css +1 -1
  204. package/dist/css/themes/ProgressIndicator.css +1 -1
  205. package/dist/css/themes/RadioButton.css +1 -1
  206. package/dist/css/themes/RangeSlider.css +1 -1
  207. package/dist/css/themes/RatingIndicator.css +1 -1
  208. package/dist/css/themes/ResponsivePopover.css +1 -1
  209. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  210. package/dist/css/themes/SegmentedButton.css +1 -1
  211. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  212. package/dist/css/themes/Select.css +1 -1
  213. package/dist/css/themes/SliderBase.css +1 -1
  214. package/dist/css/themes/SliderTooltip.css +1 -1
  215. package/dist/css/themes/SplitButton.css +1 -1
  216. package/dist/css/themes/StepInput.css +1 -1
  217. package/dist/css/themes/SuggestionItem.css +1 -1
  218. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  219. package/dist/css/themes/Suggestions.css +1 -1
  220. package/dist/css/themes/Switch.css +1 -1
  221. package/dist/css/themes/TabContainer.css +1 -1
  222. package/dist/css/themes/TabInOverflow.css +1 -1
  223. package/dist/css/themes/TabInStrip.css +1 -1
  224. package/dist/css/themes/TabSemanticIcon.css +1 -1
  225. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  226. package/dist/css/themes/TabSeparatorInStrip.css +1 -1
  227. package/dist/css/themes/Table.css +1 -1
  228. package/dist/css/themes/TableCell.css +1 -1
  229. package/dist/css/themes/TableCellBase.css +1 -1
  230. package/dist/css/themes/TableGrowing.css +1 -1
  231. package/dist/css/themes/TableHeaderCell.css +1 -1
  232. package/dist/css/themes/TableHeaderRow.css +1 -1
  233. package/dist/css/themes/TableRow.css +1 -1
  234. package/dist/css/themes/TableRowActionBase.css +1 -1
  235. package/dist/css/themes/TableRowBase.css +1 -1
  236. package/dist/css/themes/Tag.css +1 -1
  237. package/dist/css/themes/Text.css +1 -1
  238. package/dist/css/themes/TextArea.css +1 -1
  239. package/dist/css/themes/TimePicker.css +1 -1
  240. package/dist/css/themes/TimePickerClock.css +1 -1
  241. package/dist/css/themes/TimeSelectionClocks.css +1 -1
  242. package/dist/css/themes/TimeSelectionInputs.css +1 -1
  243. package/dist/css/themes/Title.css +1 -1
  244. package/dist/css/themes/Toast.css +1 -1
  245. package/dist/css/themes/ToggleButton.css +1 -1
  246. package/dist/css/themes/Token.css +1 -1
  247. package/dist/css/themes/Tokenizer.css +1 -1
  248. package/dist/css/themes/TokenizerPopover.css +1 -1
  249. package/dist/css/themes/Toolbar.css +1 -1
  250. package/dist/css/themes/ToolbarButton.css +1 -1
  251. package/dist/css/themes/ToolbarPopover.css +1 -1
  252. package/dist/css/themes/ToolbarSeparator.css +1 -1
  253. package/dist/css/themes/TreeItem.css +1 -1
  254. package/dist/css/themes/ValueStateMessage.css +1 -1
  255. package/dist/css/themes/ValueStateVariables.css +1 -1
  256. package/dist/css/themes/YearPicker.css +1 -1
  257. package/dist/css/themes/YearRangePicker.css +1 -1
  258. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  259. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  260. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  261. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  262. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  263. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  264. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  265. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  266. package/dist/custom-elements-internal.json +18291 -14738
  267. package/dist/custom-elements.json +15196 -11907
  268. package/dist/features/InputSuggestionsTemplate.d.ts +1 -0
  269. package/dist/features/InputSuggestionsTemplate.js +5 -3
  270. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  271. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  272. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  273. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  274. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  275. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  276. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  277. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  278. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  279. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  280. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  281. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  282. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  283. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  284. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  285. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  286. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  287. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  288. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  289. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  290. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  291. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  292. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  293. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  294. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  295. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  296. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  297. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  298. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  299. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  300. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  301. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  302. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  303. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  304. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  305. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  306. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  307. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  308. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  309. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  310. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  311. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  312. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  313. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  314. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  315. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  316. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  317. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  318. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  319. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  320. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  321. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  322. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  323. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  324. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  325. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  326. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  327. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  328. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  329. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  330. package/dist/generated/i18n/i18n-defaults.d.ts +20 -1
  331. package/dist/generated/i18n/i18n-defaults.js +22 -3
  332. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  333. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  334. package/dist/generated/themes/Avatar.css.js +1 -1
  335. package/dist/generated/themes/Avatar.css.js.map +1 -1
  336. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  337. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  338. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  339. package/dist/generated/themes/Bar.css.d.ts +1 -1
  340. package/dist/generated/themes/Bar.css.js +1 -1
  341. package/dist/generated/themes/Bar.css.js.map +1 -1
  342. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  343. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  344. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  345. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  346. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  347. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  348. package/dist/generated/themes/Button.css.d.ts +1 -1
  349. package/dist/generated/themes/Button.css.js +1 -1
  350. package/dist/generated/themes/Button.css.js.map +1 -1
  351. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  352. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  353. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  354. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  355. package/dist/generated/themes/Calendar.css.js +1 -1
  356. package/dist/generated/themes/Calendar.css.js.map +1 -1
  357. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  358. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  359. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  360. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  361. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  362. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  363. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  364. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  365. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  366. package/dist/generated/themes/Card.css.d.ts +1 -1
  367. package/dist/generated/themes/Card.css.js +1 -1
  368. package/dist/generated/themes/Card.css.js.map +1 -1
  369. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  370. package/dist/generated/themes/CardHeader.css.js +1 -1
  371. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  372. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  373. package/dist/generated/themes/Carousel.css.js +1 -1
  374. package/dist/generated/themes/Carousel.css.js.map +1 -1
  375. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  376. package/dist/generated/themes/CheckBox.css.js +1 -1
  377. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  378. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  379. package/dist/generated/themes/ColorPalette.css.js +1 -1
  380. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  381. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  382. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  383. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  384. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  385. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  386. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  387. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  388. package/dist/generated/themes/ColorPicker.css.js +1 -1
  389. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  390. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  391. package/dist/generated/themes/ComboBox.css.js +1 -1
  392. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  393. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  394. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  395. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  396. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  397. package/dist/generated/themes/DatePicker.css.js +1 -1
  398. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  399. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  400. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  401. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  402. package/dist/generated/themes/DateRangePicker.css.d.ts +1 -1
  403. package/dist/generated/themes/DateRangePicker.css.js +1 -1
  404. package/dist/generated/themes/DateRangePicker.css.js.map +1 -1
  405. package/dist/generated/themes/DateTimePicker.css.d.ts +1 -1
  406. package/dist/generated/themes/DateTimePicker.css.js +1 -1
  407. package/dist/generated/themes/DateTimePicker.css.js.map +1 -1
  408. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  409. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  410. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  411. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  412. package/dist/generated/themes/DayPicker.css.js +1 -1
  413. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  414. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  415. package/dist/generated/themes/Dialog.css.js +1 -1
  416. package/dist/generated/themes/Dialog.css.js.map +1 -1
  417. package/dist/generated/themes/DraggableElement.css.d.ts +1 -1
  418. package/dist/generated/themes/DraggableElement.css.js +1 -1
  419. package/dist/generated/themes/DraggableElement.css.js.map +1 -1
  420. package/dist/generated/themes/DropIndicator.css.d.ts +1 -1
  421. package/dist/generated/themes/DropIndicator.css.js +1 -1
  422. package/dist/generated/themes/DropIndicator.css.js.map +1 -1
  423. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  424. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  425. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  426. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  427. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  428. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  429. package/dist/generated/themes/ExpandableText.css.d.ts +1 -1
  430. package/dist/generated/themes/ExpandableText.css.js +1 -1
  431. package/dist/generated/themes/ExpandableText.css.js.map +1 -1
  432. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  433. package/dist/generated/themes/FileUploader.css.js +1 -1
  434. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  435. package/dist/generated/themes/Form.css.d.ts +1 -1
  436. package/dist/generated/themes/Form.css.js +1 -1
  437. package/dist/generated/themes/Form.css.js.map +1 -1
  438. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  439. package/dist/generated/themes/FormItem.css.js +1 -1
  440. package/dist/generated/themes/FormItem.css.js.map +1 -1
  441. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  442. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  443. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  444. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  445. package/dist/generated/themes/GrowingButton.css.js +1 -1
  446. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  447. package/dist/generated/themes/Icon.css.d.ts +1 -1
  448. package/dist/generated/themes/Icon.css.js +1 -1
  449. package/dist/generated/themes/Icon.css.js.map +1 -1
  450. package/dist/generated/themes/Input.css.d.ts +1 -1
  451. package/dist/generated/themes/Input.css.js +1 -1
  452. package/dist/generated/themes/Input.css.js.map +1 -1
  453. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  454. package/dist/generated/themes/InputIcon.css.js +1 -1
  455. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  456. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  457. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  458. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  459. package/dist/generated/themes/Label.css.d.ts +1 -1
  460. package/dist/generated/themes/Label.css.js +1 -1
  461. package/dist/generated/themes/Label.css.js.map +1 -1
  462. package/dist/generated/themes/Link.css.d.ts +1 -1
  463. package/dist/generated/themes/Link.css.js +1 -1
  464. package/dist/generated/themes/Link.css.js.map +1 -1
  465. package/dist/generated/themes/List.css.d.ts +1 -1
  466. package/dist/generated/themes/List.css.js +1 -1
  467. package/dist/generated/themes/List.css.js.map +1 -1
  468. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  469. package/dist/generated/themes/ListItem.css.js +1 -1
  470. package/dist/generated/themes/ListItem.css.js.map +1 -1
  471. package/dist/generated/themes/ListItemAdditionalText.css.d.ts +1 -1
  472. package/dist/generated/themes/ListItemAdditionalText.css.js +1 -1
  473. package/dist/generated/themes/ListItemAdditionalText.css.js.map +1 -1
  474. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  475. package/dist/generated/themes/ListItemBase.css.js +1 -1
  476. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  477. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  478. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  479. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  480. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  481. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  482. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  483. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  484. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  485. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  486. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  487. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  488. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  489. package/dist/generated/themes/Menu.css.d.ts +1 -1
  490. package/dist/generated/themes/Menu.css.js +1 -1
  491. package/dist/generated/themes/Menu.css.js.map +1 -1
  492. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  493. package/dist/generated/themes/MenuItem.css.js +1 -1
  494. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  495. package/dist/generated/themes/MenuSeparator.css.d.ts +1 -1
  496. package/dist/generated/themes/MenuSeparator.css.js +1 -1
  497. package/dist/generated/themes/MenuSeparator.css.js.map +1 -1
  498. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  499. package/dist/generated/themes/MessageStrip.css.js +1 -1
  500. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  501. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  502. package/dist/generated/themes/MonthPicker.css.js +1 -1
  503. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  504. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  505. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  506. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  507. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  508. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  509. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  510. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  511. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  512. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  513. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  514. package/dist/generated/themes/MultiInput.css.js +1 -1
  515. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  516. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  517. package/dist/generated/themes/OptionBase.css.js +1 -1
  518. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  519. package/dist/generated/themes/Panel.css.d.ts +1 -1
  520. package/dist/generated/themes/Panel.css.js +1 -1
  521. package/dist/generated/themes/Panel.css.js.map +1 -1
  522. package/dist/generated/themes/Popover.css.d.ts +1 -1
  523. package/dist/generated/themes/Popover.css.js +1 -1
  524. package/dist/generated/themes/Popover.css.js.map +1 -1
  525. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  526. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  527. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  528. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  529. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  530. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  531. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  532. package/dist/generated/themes/RadioButton.css.js +1 -1
  533. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  534. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  535. package/dist/generated/themes/RangeSlider.css.js +1 -1
  536. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  537. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  538. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  539. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  540. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  541. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  542. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  543. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  544. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  545. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  546. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  547. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  548. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  549. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  550. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  551. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  552. package/dist/generated/themes/Select.css.d.ts +1 -1
  553. package/dist/generated/themes/Select.css.js +1 -1
  554. package/dist/generated/themes/Select.css.js.map +1 -1
  555. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  556. package/dist/generated/themes/SliderBase.css.js +1 -1
  557. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  558. package/dist/generated/themes/SliderTooltip.css.d.ts +1 -1
  559. package/dist/generated/themes/SliderTooltip.css.js +1 -1
  560. package/dist/generated/themes/SliderTooltip.css.js.map +1 -1
  561. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  562. package/dist/generated/themes/SplitButton.css.js +1 -1
  563. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  564. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  565. package/dist/generated/themes/StepInput.css.js +1 -1
  566. package/dist/generated/themes/StepInput.css.js.map +1 -1
  567. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  568. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  569. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  570. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  571. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  572. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  573. package/dist/generated/themes/Suggestions.css.d.ts +1 -1
  574. package/dist/generated/themes/Suggestions.css.js +1 -1
  575. package/dist/generated/themes/Suggestions.css.js.map +1 -1
  576. package/dist/generated/themes/Switch.css.d.ts +1 -1
  577. package/dist/generated/themes/Switch.css.js +1 -1
  578. package/dist/generated/themes/Switch.css.js.map +1 -1
  579. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  580. package/dist/generated/themes/TabContainer.css.js +1 -1
  581. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  582. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  583. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  584. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  585. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  586. package/dist/generated/themes/TabInStrip.css.js +1 -1
  587. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  588. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  589. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  590. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  591. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  592. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  593. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  594. package/dist/generated/themes/TabSeparatorInStrip.css.d.ts +1 -1
  595. package/dist/generated/themes/TabSeparatorInStrip.css.js +1 -1
  596. package/dist/generated/themes/TabSeparatorInStrip.css.js.map +1 -1
  597. package/dist/generated/themes/Table.css.d.ts +1 -1
  598. package/dist/generated/themes/Table.css.js +1 -1
  599. package/dist/generated/themes/Table.css.js.map +1 -1
  600. package/dist/generated/themes/TableCell.css.d.ts +1 -1
  601. package/dist/generated/themes/TableCell.css.js +1 -1
  602. package/dist/generated/themes/TableCell.css.js.map +1 -1
  603. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  604. package/dist/generated/themes/TableCellBase.css.js +1 -1
  605. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  606. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  607. package/dist/generated/themes/TableGrowing.css.js +1 -1
  608. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  609. package/dist/generated/themes/TableHeaderCell.css.d.ts +1 -1
  610. package/dist/generated/themes/TableHeaderCell.css.js +1 -1
  611. package/dist/generated/themes/TableHeaderCell.css.js.map +1 -1
  612. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  613. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  614. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  615. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  616. package/dist/generated/themes/TableRow.css.js +1 -1
  617. package/dist/generated/themes/TableRow.css.js.map +1 -1
  618. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  619. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  620. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  621. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  622. package/dist/generated/themes/TableRowBase.css.js +1 -1
  623. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  624. package/dist/generated/themes/Tag.css.d.ts +1 -1
  625. package/dist/generated/themes/Tag.css.js +1 -1
  626. package/dist/generated/themes/Tag.css.js.map +1 -1
  627. package/dist/generated/themes/Text.css.d.ts +1 -1
  628. package/dist/generated/themes/Text.css.js +1 -1
  629. package/dist/generated/themes/Text.css.js.map +1 -1
  630. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  631. package/dist/generated/themes/TextArea.css.js +1 -1
  632. package/dist/generated/themes/TextArea.css.js.map +1 -1
  633. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  634. package/dist/generated/themes/TimePicker.css.js +1 -1
  635. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  636. package/dist/generated/themes/TimePickerClock.css.d.ts +1 -1
  637. package/dist/generated/themes/TimePickerClock.css.js +1 -1
  638. package/dist/generated/themes/TimePickerClock.css.js.map +1 -1
  639. package/dist/generated/themes/TimeSelectionClocks.css.d.ts +1 -1
  640. package/dist/generated/themes/TimeSelectionClocks.css.js +1 -1
  641. package/dist/generated/themes/TimeSelectionClocks.css.js.map +1 -1
  642. package/dist/generated/themes/TimeSelectionInputs.css.d.ts +1 -1
  643. package/dist/generated/themes/TimeSelectionInputs.css.js +1 -1
  644. package/dist/generated/themes/TimeSelectionInputs.css.js.map +1 -1
  645. package/dist/generated/themes/Title.css.d.ts +1 -1
  646. package/dist/generated/themes/Title.css.js +1 -1
  647. package/dist/generated/themes/Title.css.js.map +1 -1
  648. package/dist/generated/themes/Toast.css.d.ts +1 -1
  649. package/dist/generated/themes/Toast.css.js +1 -1
  650. package/dist/generated/themes/Toast.css.js.map +1 -1
  651. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  652. package/dist/generated/themes/ToggleButton.css.js +1 -1
  653. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  654. package/dist/generated/themes/Token.css.d.ts +1 -1
  655. package/dist/generated/themes/Token.css.js +1 -1
  656. package/dist/generated/themes/Token.css.js.map +1 -1
  657. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  658. package/dist/generated/themes/Tokenizer.css.js +1 -1
  659. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  660. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  661. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  662. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  663. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  664. package/dist/generated/themes/Toolbar.css.js +1 -1
  665. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  666. package/dist/generated/themes/ToolbarButton.css.d.ts +1 -1
  667. package/dist/generated/themes/ToolbarButton.css.js +1 -1
  668. package/dist/generated/themes/ToolbarButton.css.js.map +1 -1
  669. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  670. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  671. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  672. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  673. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  674. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  675. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  676. package/dist/generated/themes/TreeItem.css.js +1 -1
  677. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  678. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  679. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  680. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  681. package/dist/generated/themes/ValueStateVariables.css.d.ts +1 -1
  682. package/dist/generated/themes/ValueStateVariables.css.js +1 -1
  683. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -1
  684. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  685. package/dist/generated/themes/YearPicker.css.js +1 -1
  686. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  687. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  688. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  689. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  690. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  691. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  692. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  693. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  694. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  695. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  696. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  697. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  698. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  699. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  700. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  701. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  702. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  703. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  704. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  705. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  706. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  707. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  708. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  709. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  710. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  711. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  712. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  713. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  714. package/dist/popup-utils/OpenedPopupsRegistry.js +1 -1
  715. package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
  716. package/dist/vscode.html-custom-data.json +700 -35
  717. package/dist/web-types.json +1701 -347
  718. package/package.json +9 -9
  719. package/src/BreadcrumbsTemplate.tsx +0 -1
  720. package/src/CalendarHeaderTemplate.tsx +10 -0
  721. package/src/CalendarTemplate.tsx +4 -4
  722. package/src/ColorPickerTemplate.tsx +1 -0
  723. package/src/DatePickerPopoverTemplate.tsx +3 -1
  724. package/src/DatePickerTemplate.tsx +1 -1
  725. package/src/DateRangePickerTemplate.tsx +1 -1
  726. package/src/DateTimePickerTemplate.tsx +1 -1
  727. package/src/DynamicDateRangePopoverTemplate.tsx +1 -1
  728. package/src/FileUploaderTemplate.tsx +2 -2
  729. package/src/InputPopoverTemplate.tsx +11 -5
  730. package/src/InputTemplate.tsx +4 -2
  731. package/src/MultiComboBoxPopoverTemplate.tsx +1 -0
  732. package/src/MultiInputTemplate.tsx +76 -1
  733. package/src/RangeSliderTemplate.tsx +12 -4
  734. package/src/SliderTemplate.tsx +5 -1
  735. package/src/SliderTooltipTemplate.tsx +2 -1
  736. package/src/TimePickerPopoverTemplate.tsx +24 -5
  737. package/src/features/InputSuggestionsTemplate.tsx +22 -19
  738. package/src/i18n/messagebundle.properties +57 -0
  739. package/src/i18n/messagebundle_ar.properties +32 -2
  740. package/src/i18n/messagebundle_bg.properties +32 -2
  741. package/src/i18n/messagebundle_ca.properties +32 -2
  742. package/src/i18n/messagebundle_cnr.properties +32 -2
  743. package/src/i18n/messagebundle_cs.properties +32 -2
  744. package/src/i18n/messagebundle_cy.properties +33 -3
  745. package/src/i18n/messagebundle_da.properties +32 -2
  746. package/src/i18n/messagebundle_de.properties +53 -23
  747. package/src/i18n/messagebundle_el.properties +33 -3
  748. package/src/i18n/messagebundle_en.properties +374 -2
  749. package/src/i18n/messagebundle_en_GB.properties +32 -2
  750. package/src/i18n/messagebundle_en_US_sappsd.properties +46 -2
  751. package/src/i18n/messagebundle_en_US_saprigi.properties +46 -2
  752. package/src/i18n/messagebundle_en_US_saptrc.properties +46 -2
  753. package/src/i18n/messagebundle_es.properties +32 -2
  754. package/src/i18n/messagebundle_es_MX.properties +32 -2
  755. package/src/i18n/messagebundle_et.properties +30 -0
  756. package/src/i18n/messagebundle_fi.properties +32 -2
  757. package/src/i18n/messagebundle_fr.properties +33 -3
  758. package/src/i18n/messagebundle_fr_CA.properties +33 -3
  759. package/src/i18n/messagebundle_hi.properties +32 -2
  760. package/src/i18n/messagebundle_hr.properties +32 -2
  761. package/src/i18n/messagebundle_hu.properties +33 -3
  762. package/src/i18n/messagebundle_id.properties +34 -4
  763. package/src/i18n/messagebundle_it.properties +32 -2
  764. package/src/i18n/messagebundle_iw.properties +32 -2
  765. package/src/i18n/messagebundle_ja.properties +32 -2
  766. package/src/i18n/messagebundle_kk.properties +36 -6
  767. package/src/i18n/messagebundle_ko.properties +32 -2
  768. package/src/i18n/messagebundle_lt.properties +34 -4
  769. package/src/i18n/messagebundle_lv.properties +31 -1
  770. package/src/i18n/messagebundle_mk.properties +33 -3
  771. package/src/i18n/messagebundle_ms.properties +33 -3
  772. package/src/i18n/messagebundle_nl.properties +32 -2
  773. package/src/i18n/messagebundle_no.properties +32 -2
  774. package/src/i18n/messagebundle_pl.properties +32 -2
  775. package/src/i18n/messagebundle_pt.properties +32 -2
  776. package/src/i18n/messagebundle_pt_PT.properties +32 -2
  777. package/src/i18n/messagebundle_ro.properties +32 -2
  778. package/src/i18n/messagebundle_ru.properties +34 -4
  779. package/src/i18n/messagebundle_sh.properties +32 -2
  780. package/src/i18n/messagebundle_sk.properties +32 -2
  781. package/src/i18n/messagebundle_sl.properties +32 -2
  782. package/src/i18n/messagebundle_sr.properties +32 -2
  783. package/src/i18n/messagebundle_sv.properties +33 -3
  784. package/src/i18n/messagebundle_th.properties +35 -5
  785. package/src/i18n/messagebundle_tr.properties +32 -2
  786. package/src/i18n/messagebundle_uk.properties +32 -2
  787. package/src/i18n/messagebundle_vi.properties +32 -2
  788. package/src/i18n/messagebundle_zh_CN.properties +32 -2
  789. package/src/i18n/messagebundle_zh_TW.properties +32 -2
  790. package/src/themes/Button.css +2 -2
  791. package/src/themes/Calendar.css +1 -2
  792. package/src/themes/CalendarHeader.css +6 -8
  793. package/src/themes/CheckBox.css +1 -0
  794. package/src/themes/DatePicker.css +1 -0
  795. package/src/themes/RadioButton.css +1 -0
  796. package/src/themes/RatingIndicator.css +2 -0
  797. package/src/themes/SliderBase.css +1 -1
  798. package/src/themes/StepInput.css +0 -1
  799. package/src/themes/Suggestions.css +4 -0
  800. package/src/themes/Switch.css +1 -0
  801. package/src/themes/TabInStrip.css +1 -1
  802. package/src/themes/TableGrowing.css +1 -0
  803. package/src/themes/Text.css +1 -1
  804. package/src/themes/Token.css +8 -3
  805. package/src/themes/base/rtl-parameters.css +3 -8
  806. package/src/themes/sap_horizon/SliderBase-parameters.css +2 -2
  807. package/src/themes/sap_horizon/rtl-parameters.css +1 -1
  808. package/src/themes/sap_horizon_dark/SliderBase-parameters.css +2 -2
  809. package/src/themes/sap_horizon_dark/rtl-parameters.css +1 -1
@@ -336,7 +336,7 @@
336
336
  },
337
337
  {
338
338
  "name": "ui5-calendar",
339
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **month-picker-root** - Used to style the month picker root container.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-picker-root** - Used to style the year picker root container.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.\n- **year-range-picker-root** - Used to style the year range picker root container.\n- **calendar-header-middle-button** - Used to style the calendar header middle buttons (month/year/year-range buttons).\n- **calendar-header-arrow-button** - Used to style the calendar header navigation arrow buttons (previous/next buttons).",
339
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` or `ui5-date-range`.\nUse `ui5-date` for single or multiple selection, and `ui5-date-range` for range selection.\n- **specialDates** - Defines the special dates, visually emphasized in the calendar.\n- **disabledDates** - Defines the disabled date ranges that cannot be selected in the calendar.\nUse `ui5-date-range` elements to specify ranges of disabled dates.\nEach range can define a start date, an end date, or both.\n\n### **CSS Parts:**\n - **day-cell** - Used to style the day cells.\n- **day-cell-selected** - Used to style the day cells when selected.\n- **day-cell-selected-between** - Used to style the day cells in between of selected dates in range.\n- **month-cell** - Used to style the month cells.\n- **month-cell-selected** - Used to style the month cells when selected.\n- **month-cell-selected-between** - Used to style the day cells in between of selected months in range.\n- **month-picker-root** - Used to style the month picker root container.\n- **year-cell** - Used to style the year cells.\n- **year-cell-selected** - Used to style the year cells when selected.\n- **year-cell-selected-between** - Used to style the year cells in between of selected years in range.\n- **year-picker-root** - Used to style the year picker root container.\n- **year-range-cell** - Used to style the year range cells.\n- **year-range-cell-selected** - Used to style the year range cells when selected.\n- **year-range-cell-selected-between** - Used to style the year range cells in between of selected year ranges.\n- **year-range-picker-root** - Used to style the year range picker root container.\n- **calendar-header-middle-button** - Used to style the calendar header middle buttons (month/year/year-range buttons).\n- **calendar-header-arrow-button** - Used to style the calendar header navigation arrow buttons (previous/next buttons).",
340
340
  "attributes": [
341
341
  {
342
342
  "name": "selection-mode",
@@ -1348,6 +1348,112 @@
1348
1348
  ],
1349
1349
  "references": []
1350
1350
  },
1351
+ {
1352
+ "name": "ui5-datetime-input",
1353
+ "description": "Extention of the UI5 Input, so we do not modify Input's private properties within the datetime components.\nIntended to be used for the DateTime components.\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected.\n- **select** - Fired when some text has been selected.\n- **selection-change** - Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection.\n- **open** - Fired when the suggestions picker is open.\n- **close** - Fired when the suggestions picker is closed.\n\n### **Slots:**\n - **default** - Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone.\n\n### **CSS Parts:**\n - **root** - Used to style the root DOM element of the Input component\n- **input** - Used to style the native input element\n- **clear-icon** - Used to style the clear icon, which can be pressed to clear user input text",
1354
+ "attributes": [
1355
+ {
1356
+ "name": "disabled",
1357
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
1358
+ "values": []
1359
+ },
1360
+ {
1361
+ "name": "placeholder",
1362
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
1363
+ "values": []
1364
+ },
1365
+ {
1366
+ "name": "readonly",
1367
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
1368
+ "values": []
1369
+ },
1370
+ {
1371
+ "name": "required",
1372
+ "description": "Defines whether the component is required.",
1373
+ "values": []
1374
+ },
1375
+ {
1376
+ "name": "no-typeahead",
1377
+ "description": "Defines whether the value will be autcompleted to match an item",
1378
+ "values": []
1379
+ },
1380
+ {
1381
+ "name": "type",
1382
+ "description": "Defines the HTML type of the component.\n\n**Notes:**\n\n- The particular effect of this property differs depending on the browser\nand the current language settings, especially for type `Number`.\n- The property is mostly intended to be used with touch devices\nthat use different soft keyboard layouts depending on the given input type.",
1383
+ "values": [
1384
+ { "name": "Text" },
1385
+ { "name": "Email" },
1386
+ { "name": "Number" },
1387
+ { "name": "Password" },
1388
+ { "name": "Tel" },
1389
+ { "name": "URL" },
1390
+ { "name": "Search" }
1391
+ ]
1392
+ },
1393
+ {
1394
+ "name": "value",
1395
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
1396
+ "values": []
1397
+ },
1398
+ {
1399
+ "name": "value-state",
1400
+ "description": "Defines the value state of the component.",
1401
+ "values": [
1402
+ { "name": "None" },
1403
+ { "name": "Positive" },
1404
+ { "name": "Negative" },
1405
+ { "name": "Critical" },
1406
+ { "name": "Information" }
1407
+ ]
1408
+ },
1409
+ {
1410
+ "name": "name",
1411
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
1412
+ "values": []
1413
+ },
1414
+ {
1415
+ "name": "show-suggestions",
1416
+ "description": "Defines whether the component should show suggestions, if such are present.",
1417
+ "values": []
1418
+ },
1419
+ {
1420
+ "name": "maxlength",
1421
+ "description": "Sets the maximum number of characters available in the input field.\n\n**Note:** This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.",
1422
+ "values": []
1423
+ },
1424
+ {
1425
+ "name": "accessible-name",
1426
+ "description": "Defines the accessible ARIA name of the component.",
1427
+ "values": []
1428
+ },
1429
+ {
1430
+ "name": "accessible-name-ref",
1431
+ "description": "Receives id(or many ids) of the elements that label the input.",
1432
+ "values": []
1433
+ },
1434
+ {
1435
+ "name": "accessible-description",
1436
+ "description": "Defines the accessible description of the component.",
1437
+ "values": []
1438
+ },
1439
+ {
1440
+ "name": "accessible-description-ref",
1441
+ "description": "Receives id(or many ids) of the elements that describe the input.",
1442
+ "values": []
1443
+ },
1444
+ {
1445
+ "name": "show-clear-icon",
1446
+ "description": "Defines whether the clear icon of the input will be shown.",
1447
+ "values": []
1448
+ },
1449
+ {
1450
+ "name": "open",
1451
+ "description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.",
1452
+ "values": []
1453
+ }
1454
+ ],
1455
+ "references": []
1456
+ },
1351
1457
  {
1352
1458
  "name": "ui5-datetime-picker",
1353
1459
  "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isValidDisplayValue(value: _string_): _boolean_** - Checks if a value is valid against the current date format of the DatePicker.\n- **isInValidRange(value: _string_): _boolean_** - Checks if a date is between the minimum and maximum date.\n- **formatValue(date: _Date_): _string_** - Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance\n\n### **Slots:**\n - **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **input** - Used to style the input element. This part is forwarded to the underlying ui5-input element.",
@@ -1488,6 +1594,70 @@
1488
1594
  ],
1489
1595
  "references": []
1490
1596
  },
1597
+ {
1598
+ "name": "ui5-daypicker",
1599
+ "description": "Represents the days inside a single month view of the `ui5-calendar` component.\n\n\n---\n\n\n",
1600
+ "attributes": [
1601
+ {
1602
+ "name": "primary-calendar-type",
1603
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
1604
+ "values": [
1605
+ { "name": "Gregorian" },
1606
+ { "name": "Islamic" },
1607
+ { "name": "Japanese" },
1608
+ { "name": "Buddhist" },
1609
+ { "name": "Persian" }
1610
+ ]
1611
+ },
1612
+ {
1613
+ "name": "secondary-calendar-type",
1614
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
1615
+ "values": [
1616
+ { "name": "Gregorian" },
1617
+ { "name": "Islamic" },
1618
+ { "name": "Japanese" },
1619
+ { "name": "Buddhist" },
1620
+ { "name": "Persian" }
1621
+ ]
1622
+ },
1623
+ {
1624
+ "name": "format-pattern",
1625
+ "description": "Determines the format, displayed in the input field.",
1626
+ "values": []
1627
+ },
1628
+ {
1629
+ "name": "display-format",
1630
+ "description": "Determines the format, displayed in the input field.",
1631
+ "values": []
1632
+ },
1633
+ {
1634
+ "name": "value-format",
1635
+ "description": "Determines the format, used for the value attribute.",
1636
+ "values": []
1637
+ },
1638
+ {
1639
+ "name": "min-date",
1640
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
1641
+ "values": []
1642
+ },
1643
+ {
1644
+ "name": "max-date",
1645
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
1646
+ "values": []
1647
+ },
1648
+ {
1649
+ "name": "calendar-week-numbering",
1650
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
1651
+ "values": [
1652
+ { "name": "Default" },
1653
+ { "name": "ISO_8601" },
1654
+ { "name": "MiddleEastern" },
1655
+ { "name": "WesternTraditional" }
1656
+ ]
1657
+ }
1658
+ ],
1659
+ "references": []
1660
+ },
1491
1661
  {
1492
1662
  "name": "ui5-dialog",
1493
1663
  "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n- **default** - Defines the content of the Popup.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
@@ -1575,6 +1745,37 @@
1575
1745
  ],
1576
1746
  "references": []
1577
1747
  },
1748
+ {
1749
+ "name": "ui5-drop-indicator",
1750
+ "description": "### Overview\n\n### Usage\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DropIndicator.js\";`\n\n\n---\n\n\n",
1751
+ "attributes": [
1752
+ {
1753
+ "name": "target-reference",
1754
+ "description": "Element where the drop indicator will be shown.",
1755
+ "values": [{ "name": "HTMLElement" }]
1756
+ },
1757
+ {
1758
+ "name": "owner-reference",
1759
+ "description": "Owner of the indicator and the target.",
1760
+ "values": [{ "name": "HTMLElement" }]
1761
+ },
1762
+ {
1763
+ "name": "placement",
1764
+ "description": "Placement of the indicator relative to the target.",
1765
+ "values": [
1766
+ { "name": "On" },
1767
+ { "name": "Before" },
1768
+ { "name": "After" }
1769
+ ]
1770
+ },
1771
+ {
1772
+ "name": "orientation",
1773
+ "description": "Orientation of the indicator.",
1774
+ "values": [{ "name": "Vertical" }, { "name": "Horizontal" }]
1775
+ }
1776
+ ],
1777
+ "references": []
1778
+ },
1578
1779
  {
1579
1780
  "name": "ui5-dynamic-date-range",
1580
1781
  "description": "### Overview\n\nThe `ui5-dynamic-date-range` component provides a flexible interface to define date ranges using a combination of absolute dates, relative intervals, and preset ranges (e.g., \"Today\", \"Yesterday\", etc.).\nIt allows users to select a date range from a predefined set of options or enter custom dates.\n\n### Usage\n\nThe component is typically used in scenarios where users need to filter data based on date ranges, such as in reports, dashboards, or data analysis tools.\nIt can be used with the predefined options or extended with custom options to suit specific requirements. You can create your own options by extending the `IDynamicDateRangeOption` interface.\nEvery option should be registered using the `DynamicDateRange.register` method.\n\nIf needed, you can also create a range of dates based on specific option using the `toDates` method.\n\n### Standard Options\n\nThe component comes with a set of standard options, including:\n- \"TODAY\" - Represents the current date. An example value is `{ operator: \"TODAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Today.js\";`\n- \"YESTERDAY\" - Represents the previous date. An example value is `{ operator: \"YESTERDAY\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Yesterday.js\";`\n- \"TOMORROW\" - Represents the next date. An example value is `{ operator: \"TOMORROW\"}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/Tomorrow.js\";`\n- \"DATE\" - Represents a single date. An example value is `{ operator: \"DATE\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/SingleDate.js\";`\n- \"DATERANGE\" - Represents a range of dates. An example value is `{ operator: \"DATERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateRange.js\";`\n- \"DATETIMERANGE\" - Represents a range of dates with times. An example value is `{ operator: \"DATETIMERANGE\", values: [new Date(), new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/DateTimeRange.js\";`\n- \"FROMDATETIME\" - Represents a range from date and time. An example value is `{ operator: \"FROMDATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/FromDateTime.js\";`\n- \"TODATETIME\" - Represents a range to date and time. An example value is `{ operator: \"TODATETIME\", values: [new Date()]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/ToDateTime.js\";`\n- \"LASTDAYS\" - Represents Last X Days from today. An example value is `{ operator: \"LASTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTWEEKS\" - Represents Last X Weeks from today. An example value is `{ operator: \"LASTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTMONTHS\" - Represents Last X Months from today. An example value is `{ operator: \"LASTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTQUARTERS\" - Represents Last X Quarters from today. An example value is `{ operator: \"LASTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"LASTYEARS\" - Represents Last X Years from today. An example value is `{ operator: \"LASTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/LastOptions.js\";`\n- \"NEXTDAYS\" - Represents Next X Days from today. An example value is `{ operator: \"NEXTDAYS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTWEEKS\" - Represents Next X Weeks from today. An example value is `{ operator: \"NEXTWEEKS\", values: [3]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTMONTHS\" - Represents Next X Months from today. An example value is `{ operator: \"NEXTMONTHS\", values: [6]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTQUARTERS\" - Represents Next X Quarters from today. An example value is `{ operator: \"NEXTQUARTERS\", values: [2]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n- \"NEXTYEARS\" - Represents Next X Years from today. An example value is `{ operator: \"NEXTYEARS\", values: [1]}`. Import: `import \"@ui5/webcomponents/dist/dynamic-date-range-options/NextOptions.js\";`\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DynamicDateRange.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout or a value is selected in the popover.\n\n### **Methods:**\n - **toDates(value: _DynamicDateRangeValue_): _Array<Date>_** - Converts a `value` into concrete `startDate` and `endDate` JavaScript `Date` objects.",
@@ -1997,7 +2198,7 @@
1997
2198
  },
1998
2199
  {
1999
2200
  "name": "ui5-link",
2000
- "description": "### Overview\nThe `ui5-link` is a hyperlink component that is used to navigate to other\napps and web pages, or to trigger actions.\nIt is a clickable text element, visualized in such a way that it stands out\nfrom the standard text.\nOn hover, it changes its style to an underlined text to provide additional feedback to the user.\n\n### Usage\n\nYou can set the `ui5-link` to be enabled or disabled.\n\nTo create a visual hierarchy in large lists of links, you can set the less important links as\n`Subtle` or the more important ones as `Emphasized`,\nby using the `design` property.\n\nIf the `href` property is set, the link behaves as the HTML\nanchor tag (`<a></a>`) and opens the specified URL in the given target frame (`target` property).\nTo specify where the linked content is opened, you can use the `target` property.\n\n### Responsive behavior\n\nIf there is not enough space, the text of the `ui5-link` becomes truncated.\nIf the `wrappingType` property is set to `\"Normal\"`, the text is displayed\non several lines instead of being truncated.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Link\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **icon** - Used to style the provided icon within the link\n- **endIcon** - Used to style the provided endIcon within the link",
2201
+ "description": "### Overview\nThe `ui5-link` is a hyperlink component that is used to navigate to other\napps and web pages, or to trigger actions.\nIt is a clickable text element, visualized in such a way that it stands out\nfrom the standard text.\nOn hover, it changes its style to an underlined text to provide additional feedback to the user.\n\n### Usage\n\nYou can set the `ui5-link` to be enabled or disabled.\n\nTo create a visual hierarchy in large lists of links, you can set the less important links as\n`Subtle` or the more important ones as `Emphasized`,\nby using the `design` property.\n\nIf the `href` property is set, the link behaves as the HTML\nanchor tag (`<a></a>`) and opens the specified URL in the given target frame (`target` property).\nTo specify where the linked content is opened, you can use the `target` property.\n\n### Responsive behavior\n\nIf there is not enough space, the text of the `ui5-link` becomes truncated.\nIf the `wrappingType` property is set to `\"Normal\"`, the text is displayed\non several lines instead of being truncated.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Link\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is triggered either with a mouse/tap\nor by using the Enter key.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n\n### **CSS Parts:**\n - **icon** - Used to style the provided icon within the link\n- **endIcon** - Used to style the provided endIcon within the link",
2001
2202
  "attributes": [
2002
2203
  {
2003
2204
  "name": "disabled",
@@ -2319,6 +2520,23 @@
2319
2520
  ],
2320
2521
  "references": []
2321
2522
  },
2523
+ {
2524
+ "name": "ui5-li-group-header",
2525
+ "description": "The `ui5-li-group-header` is a special list item, used only to separate other list items into logical groups.\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
2526
+ "attributes": [
2527
+ {
2528
+ "name": "accessible-name",
2529
+ "description": "Defines the text alternative of the component.\n\n**Note:** If not provided a default text alternative will be set, if present.",
2530
+ "values": []
2531
+ },
2532
+ {
2533
+ "name": "wrapping-type",
2534
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
2535
+ "values": [{ "name": "None" }, { "name": "Normal" }]
2536
+ }
2537
+ ],
2538
+ "references": []
2539
+ },
2322
2540
  {
2323
2541
  "name": "ui5-li",
2324
2542
  "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the list item\n- **description** - Used to style the description of the list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
@@ -2615,57 +2833,121 @@
2615
2833
  "references": []
2616
2834
  },
2617
2835
  {
2618
- "name": "ui5-multi-combobox",
2619
- "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n[Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
2836
+ "name": "ui5-monthpicker",
2837
+ "description": "Month picker component.\n\n\n---\n\n\n",
2620
2838
  "attributes": [
2621
2839
  {
2622
- "name": "value",
2623
- "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
2624
- "values": []
2840
+ "name": "primary-calendar-type",
2841
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
2842
+ "values": [
2843
+ { "name": "Gregorian" },
2844
+ { "name": "Islamic" },
2845
+ { "name": "Japanese" },
2846
+ { "name": "Buddhist" },
2847
+ { "name": "Persian" }
2848
+ ]
2625
2849
  },
2626
2850
  {
2627
- "name": "name",
2628
- "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
2629
- "values": []
2851
+ "name": "secondary-calendar-type",
2852
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
2853
+ "values": [
2854
+ { "name": "Gregorian" },
2855
+ { "name": "Islamic" },
2856
+ { "name": "Japanese" },
2857
+ { "name": "Buddhist" },
2858
+ { "name": "Persian" }
2859
+ ]
2630
2860
  },
2631
2861
  {
2632
- "name": "no-typeahead",
2633
- "description": "Defines whether the value will be autcompleted to match an item",
2862
+ "name": "format-pattern",
2863
+ "description": "Determines the format, displayed in the input field.",
2634
2864
  "values": []
2635
2865
  },
2636
2866
  {
2637
- "name": "placeholder",
2638
- "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
2867
+ "name": "display-format",
2868
+ "description": "Determines the format, displayed in the input field.",
2639
2869
  "values": []
2640
2870
  },
2641
2871
  {
2642
- "name": "no-validation",
2643
- "description": "Defines if the user input will be prevented, if no matching item has been found",
2872
+ "name": "value-format",
2873
+ "description": "Determines the format, used for the value attribute.",
2644
2874
  "values": []
2645
2875
  },
2646
2876
  {
2647
- "name": "disabled",
2648
- "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
2877
+ "name": "min-date",
2878
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
2649
2879
  "values": []
2650
2880
  },
2651
2881
  {
2652
- "name": "value-state",
2653
- "description": "Defines the value state of the component.",
2654
- "values": [
2655
- { "name": "None" },
2656
- { "name": "Positive" },
2657
- { "name": "Negative" },
2658
- { "name": "Critical" },
2659
- { "name": "Information" }
2660
- ]
2661
- },
2662
- {
2663
- "name": "readonly",
2664
- "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
2882
+ "name": "max-date",
2883
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
2665
2884
  "values": []
2666
2885
  },
2667
2886
  {
2668
- "name": "required",
2887
+ "name": "calendar-week-numbering",
2888
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
2889
+ "values": [
2890
+ { "name": "Default" },
2891
+ { "name": "ISO_8601" },
2892
+ { "name": "MiddleEastern" },
2893
+ { "name": "WesternTraditional" }
2894
+ ]
2895
+ }
2896
+ ],
2897
+ "references": []
2898
+ },
2899
+ {
2900
+ "name": "ui5-multi-combobox",
2901
+ "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n[Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component changes at each keystroke or clear icon is pressed.\n- **open** - Fired when the dropdown is opened.\n- **close** - Fired when the dropdown is closed.\n- **selection-change** - Fired when selection is changed by user interaction.\n\n### **Slots:**\n - **default** - Defines the component items.\n- **icon** - Defines the icon to be displayed in the component.\n- **valueStateMessage** - Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n### **CSS Parts:**\n - **token-\\{index\\}** - Used to style each token(where `token-0` corresponds to the first item)",
2902
+ "attributes": [
2903
+ {
2904
+ "name": "value",
2905
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
2906
+ "values": []
2907
+ },
2908
+ {
2909
+ "name": "name",
2910
+ "description": "Determines the name by which the component will be identified upon submission in an HTML form.\n\n**Note:** This property is only applicable within the context of an HTML Form element.\n**Note:** When the component is used inside a form element,\nthe value is sent as the first element in the form data, even if it's empty.",
2911
+ "values": []
2912
+ },
2913
+ {
2914
+ "name": "no-typeahead",
2915
+ "description": "Defines whether the value will be autcompleted to match an item",
2916
+ "values": []
2917
+ },
2918
+ {
2919
+ "name": "placeholder",
2920
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
2921
+ "values": []
2922
+ },
2923
+ {
2924
+ "name": "no-validation",
2925
+ "description": "Defines if the user input will be prevented, if no matching item has been found",
2926
+ "values": []
2927
+ },
2928
+ {
2929
+ "name": "disabled",
2930
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
2931
+ "values": []
2932
+ },
2933
+ {
2934
+ "name": "value-state",
2935
+ "description": "Defines the value state of the component.",
2936
+ "values": [
2937
+ { "name": "None" },
2938
+ { "name": "Positive" },
2939
+ { "name": "Negative" },
2940
+ { "name": "Critical" },
2941
+ { "name": "Information" }
2942
+ ]
2943
+ },
2944
+ {
2945
+ "name": "readonly",
2946
+ "description": "Defines whether the component is read-only.\n\n**Note:** A read-only component is not editable,\nbut still provides visual feedback upon user interaction.",
2947
+ "values": []
2948
+ },
2949
+ {
2950
+ "name": "required",
2669
2951
  "description": "Defines whether the component is required.",
2670
2952
  "values": []
2671
2953
  },
@@ -3259,12 +3541,12 @@
3259
3541
  {
3260
3542
  "name": "start-value",
3261
3543
  "description": "Defines start point of a selection - position of a first handle on the slider.",
3262
- "values": []
3544
+ "values": [{ "name": "any" }]
3263
3545
  },
3264
3546
  {
3265
3547
  "name": "end-value",
3266
3548
  "description": "Defines end point of a selection - position of a second handle on the slider.",
3267
- "values": []
3549
+ "values": [{ "name": "any" }]
3268
3550
  },
3269
3551
  {
3270
3552
  "name": "min",
@@ -3772,6 +4054,12 @@
3772
4054
  ],
3773
4055
  "references": []
3774
4056
  },
4057
+ {
4058
+ "name": "ui5-slider-tooltip",
4059
+ "description": "### Overview\n\n\n---\n\n\n",
4060
+ "attributes": [],
4061
+ "references": []
4062
+ },
3775
4063
  {
3776
4064
  "name": "ui5-special-date",
3777
4065
  "description": "### Overview\n\nThe `ui5-special-date` component defines a special calendar date to be used inside `ui5-calendar`,\nwhich is visually distinguished from the rest of the dates.\n\n\n---\n\n\n",
@@ -3981,6 +4269,105 @@
3981
4269
  ],
3982
4270
  "references": []
3983
4271
  },
4272
+ {
4273
+ "name": "ui5-li-suggestion-item",
4274
+ "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\n\n\n---\n\n\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **richDescription** - Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used.\n- **default** - Defines the title text of the suggestion item.\n- **image** - **Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit.\n- **deleteButton** - Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed.\n\n### **CSS Parts:**\n - **title** - Used to style the title of the suggestion list item\n- **description** - Used to style the description of the suggestion list item\n- **info** - Used to style the info of the suggestion list item\n- **additional-text** - Used to style the additionalText of the list item\n- **icon** - Used to style the icon of the list item\n- **native-li** - Used to style the main li tag of the list item\n- **content** - Used to style the content area of the list item\n- **detail-button** - Used to style the button rendered when the list item is of type detail\n- **delete-button** - Used to style the button rendered when the list item is in delete mode\n- **radio** - Used to style the radio button rendered when the list item is in single selection mode\n- **checkbox** - Used to style the checkbox rendered when the list item is in multiple selection mode",
4275
+ "attributes": [
4276
+ {
4277
+ "name": "text",
4278
+ "description": "Defines the text of the component.",
4279
+ "values": []
4280
+ },
4281
+ {
4282
+ "name": "description",
4283
+ "description": "Defines the description displayed right under the item text, if such is present.",
4284
+ "values": []
4285
+ },
4286
+ {
4287
+ "name": "icon",
4288
+ "description": "Defines the `icon` source URI.\n\n**Note:**\nSAP-icons font provides numerous built-in icons. To find all the available icons, see the\n[Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
4289
+ "values": []
4290
+ },
4291
+ {
4292
+ "name": "icon-end",
4293
+ "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
4294
+ "values": []
4295
+ },
4296
+ {
4297
+ "name": "additional-text",
4298
+ "description": "Defines the `additionalText`, displayed in the end of the list item.",
4299
+ "values": []
4300
+ },
4301
+ {
4302
+ "name": "additional-text-state",
4303
+ "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
4304
+ "values": [
4305
+ { "name": "None" },
4306
+ { "name": "Positive" },
4307
+ { "name": "Negative" },
4308
+ { "name": "Critical" },
4309
+ { "name": "Information" }
4310
+ ]
4311
+ },
4312
+ {
4313
+ "name": "movable",
4314
+ "description": "Defines whether the item is movable.",
4315
+ "values": []
4316
+ },
4317
+ {
4318
+ "name": "accessible-name",
4319
+ "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
4320
+ "values": []
4321
+ },
4322
+ {
4323
+ "name": "wrapping-type",
4324
+ "description": "Defines if the text of the component should wrap when it's too long.\nWhen set to \"Normal\", the content (title, description) will be wrapped\nusing the `ui5-expandable-text` component.<br/>\n\nThe text can wrap up to 100 characters on small screens (size S) and\nup to 300 characters on larger screens (size M and above). When text exceeds\nthese limits, it truncates with an ellipsis followed by a text expansion trigger.\n\nAvailable options are:\n- `None` (default) - The text will truncate with an ellipsis.\n- `Normal` - The text will wrap (without truncation).",
4325
+ "values": [{ "name": "None" }, { "name": "Normal" }]
4326
+ },
4327
+ {
4328
+ "name": "type",
4329
+ "description": "Defines the visual indication and behavior of the list items.\nAvailable options are `Active` (by default), `Inactive`, `Detail` and `Navigation`.\n\n**Note:** When set to `Active` or `Navigation`, the item will provide visual response upon press and hover,\nwhile with type `Inactive` and `Detail` - will not.",
4330
+ "values": [
4331
+ { "name": "Navigation" },
4332
+ { "name": "Inactive" },
4333
+ { "name": "Active" },
4334
+ { "name": "Detail" }
4335
+ ]
4336
+ },
4337
+ {
4338
+ "name": "accessibility-attributes",
4339
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **ariaSetsize**: Defines the number of items in the current set when not all items in the set are present in the DOM.\n**Note:** The value is an integer reflecting the number of items in the complete set. If the size of the entire set is unknown, set `-1`.\n\n\t- **ariaPosinset**: Defines an element's number or position in the current set when not all items are present in the DOM.\n\t**Note:** The value is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known.",
4340
+ "values": [{ "name": "ListItemAccessibilityAttributes" }]
4341
+ },
4342
+ {
4343
+ "name": "navigated",
4344
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
4345
+ "values": []
4346
+ },
4347
+ {
4348
+ "name": "tooltip",
4349
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
4350
+ "values": []
4351
+ },
4352
+ {
4353
+ "name": "highlight",
4354
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
4355
+ "values": [
4356
+ { "name": "None" },
4357
+ { "name": "Positive" },
4358
+ { "name": "Negative" },
4359
+ { "name": "Critical" },
4360
+ { "name": "Information" }
4361
+ ]
4362
+ },
4363
+ {
4364
+ "name": "selected",
4365
+ "description": "Defines the selected state of the component.",
4366
+ "values": []
4367
+ }
4368
+ ],
4369
+ "references": []
4370
+ },
3984
4371
  {
3985
4372
  "name": "ui5-switch",
3986
4373
  "description": "### Overview\nThe `ui5-switch` component is used for changing between binary states.\n\nThe component can display texts, that will be switched, based on the component state, via the `textOn` and `textOff` properties,\nbut texts longer than 3 letters will be cutted off.\n\nHowever, users are able to customize the width of `ui5-switch` with pure CSS (`<ui5-switch style=\"width: 200px\">`), and set widths, depending on the texts they would use.\n\nNote: the component would not automatically stretch to fit the whole text width.\n\n### Keyboard Handling\nThe state can be changed by pressing the Space and Enter keys.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Switch\";`\n\n\n---\n\n\n\n\n### **Events:**\n - **change** - Fired when the component checked state changes.\n\n### **CSS Parts:**\n - **slider** - Used to style the track, where the handle is being slid\n- **text-on** - Used to style the `textOn` property text\n- **text-off** - Used to style the `textOff` property text\n- **handle** - Used to style the handle of the switch",
@@ -4754,6 +5141,63 @@
4754
5141
  ],
4755
5142
  "references": []
4756
5143
  },
5144
+ {
5145
+ "name": "ui5-time-picker-clock",
5146
+ "description": "### Overview\n\n`ui5-time-picker-clock` allows selecting of hours,minutes or seconds (depending on property set).\nThe component supports interactions with mouse, touch and mouse wheel.\nThe step for displaying or selecting of items can be configured.\n\n`ui5-time-picker-clock` is used as part of `ui5-time-selection-clocks` component, which\nis used in `ui5-time-picker` component respectively.\n\n### Usage\n\n`ui5-time-picker-clock` can display hours, minutes or seconds\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TimePickerClock.js\";`\n\n\n---\n\n\n",
5147
+ "attributes": [],
5148
+ "references": []
5149
+ },
5150
+ {
5151
+ "name": "time-picker-internals",
5152
+ "description": "### Overview\n\n`ui5-time-picker-internals` is helper component that contains shared methods used in `ui5-time-selection-clocks`\nand `<ui5-time-selection-inputs>` components and should not be used separately.\n\n\n---\n\n\n",
5153
+ "attributes": [
5154
+ {
5155
+ "name": "value",
5156
+ "description": "Defines a formatted time value.",
5157
+ "values": []
5158
+ },
5159
+ {
5160
+ "name": "format-pattern",
5161
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5162
+ "values": []
5163
+ }
5164
+ ],
5165
+ "references": []
5166
+ },
5167
+ {
5168
+ "name": "ui5-time-selection-clocks",
5169
+ "description": "### Overview\n\n`ui5-time-selection-clocks` is component that contains all the `ui5-time-picker-clock` components\nnecessary for the `ui5-time-picker` as well as all necessary `ui5-toggle-spin-button` components\nused for switching between different clocks.\n`ui5-time-picker-clock` components and `ui5-toggle-spin-button` depend on the time format set to\n`ui5-time-picker` component.\n\nThis component should not be used separately.\n\n\n---\n\n\n",
5170
+ "attributes": [
5171
+ {
5172
+ "name": "value",
5173
+ "description": "Defines a formatted time value.",
5174
+ "values": []
5175
+ },
5176
+ {
5177
+ "name": "format-pattern",
5178
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5179
+ "values": []
5180
+ }
5181
+ ],
5182
+ "references": [null]
5183
+ },
5184
+ {
5185
+ "name": "ui5-time-selection-inputs",
5186
+ "description": "### Overview\n\n`ui5-time-selection-inputs` displays a popover with `ui5-input` components of type=\"number\" and an\noptional a AM/PM `ui5-segmented-button` according to the display format given to the `ui5-time-picker`.\nUsing of numeric input components enables display of mobile devices' native numeric keyboard, which speeds up entering of the time.\nThe popup appears only on mobile devices when there is a tap on the `ui5-time-picker` input.\n\nThis component should not be used separately.\n\n\n---\n\n\n",
5187
+ "attributes": [
5188
+ {
5189
+ "name": "value",
5190
+ "description": "Defines a formatted time value.",
5191
+ "values": []
5192
+ },
5193
+ {
5194
+ "name": "format-pattern",
5195
+ "description": "Determines the format, displayed in the input field.\n\nExample:\nHH:mm:ss -> 11:42:35\nhh:mm:ss a -> 2:23:15 PM\nmm:ss -> 12:04 (only minutes and seconds)",
5196
+ "values": []
5197
+ }
5198
+ ],
5199
+ "references": []
5200
+ },
4757
5201
  {
4758
5202
  "name": "ui5-title",
4759
5203
  "description": "### Overview\n\nThe `ui5-title` component is used to display titles inside a page.\nIt is a simple, large-sized text with explicit header/title semantics.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Title.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **default** - Defines the text of the component.\nThis component supports nesting a `Link` component inside.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.",
@@ -4915,6 +5359,99 @@
4915
5359
  ],
4916
5360
  "references": []
4917
5361
  },
5362
+ {
5363
+ "name": "ui5-toggle-spin-button",
5364
+ "description": "### Overview\n\n`ui5-toggle-spin-button` is explicitly used in the new design of `ui5-time-picker`.\nIt extends `ui5-toggle-button` with some specific accessibility-related properties in order to\nhave spin button look and feel from accessibility point of view. This component should not be used separately.\n\n\n---\n\n\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a mouse/tap or by using the Enter or Space key.\n\n**Note:** The event will not be fired if the `disabled` property is set to `true`.\n\n### **Slots:**\n - **default** - Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design.\n- **badge** - Adds a badge to the button.\n\n### **CSS Parts:**\n - **button** - Used to style the native button element\n- **icon** - Used to style the icon in the native button element\n- **endIcon** - Used to style the end icon in the native button element",
5365
+ "attributes": [
5366
+ {
5367
+ "name": "pressed",
5368
+ "description": "Determines whether the component is displayed as pressed.",
5369
+ "values": []
5370
+ },
5371
+ {
5372
+ "name": "design",
5373
+ "description": "Defines the component design.",
5374
+ "values": [
5375
+ { "name": "Transparent" },
5376
+ { "name": "Default" },
5377
+ { "name": "Positive" },
5378
+ { "name": "Negative" },
5379
+ { "name": "Emphasized" },
5380
+ { "name": "Attention" }
5381
+ ]
5382
+ },
5383
+ {
5384
+ "name": "disabled",
5385
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
5386
+ "values": []
5387
+ },
5388
+ {
5389
+ "name": "icon",
5390
+ "description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
5391
+ "values": []
5392
+ },
5393
+ {
5394
+ "name": "end-icon",
5395
+ "description": "Defines the icon, displayed as graphical element within the component after the button text.\n\n**Note:** It is highly recommended to use `endIcon` property only together with `icon` and/or `text` properties.\nUsage of `endIcon` only should be avoided.\n\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).",
5396
+ "values": []
5397
+ },
5398
+ {
5399
+ "name": "submits",
5400
+ "description": "When set to `true`, the component will\nautomatically submit the nearest HTML form element on `press`.\n\n**Note:** This property is only applicable within the context of an HTML Form element.`",
5401
+ "values": []
5402
+ },
5403
+ {
5404
+ "name": "tooltip",
5405
+ "description": "Defines the tooltip of the component.\n\n**Note:** A tooltip attribute should be provided for icon-only buttons, in order to represent their exact meaning/function.",
5406
+ "values": []
5407
+ },
5408
+ {
5409
+ "name": "accessible-name",
5410
+ "description": "Defines the accessible ARIA name of the component.",
5411
+ "values": []
5412
+ },
5413
+ {
5414
+ "name": "accessible-name-ref",
5415
+ "description": "Receives id(or many ids) of the elements that label the component.",
5416
+ "values": []
5417
+ },
5418
+ {
5419
+ "name": "accessibility-attributes",
5420
+ "description": "Defines the additional accessibility attributes that will be applied to the component.\nThe following fields are supported:\n\n- **expanded**: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed.\nAccepts the following string values: `true` or `false`\n\n- **hasPopup**: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button.\nAccepts the following string values: `dialog`, `grid`, `listbox`, `menu` or `tree`.\n\n- **ariaLabel**: Defines the accessible ARIA name of the component.\nAccepts any string value.\n\n - **ariaKeyShortcuts**: Defines keyboard shortcuts that activate or give focus to the button.\n\n- **controls**: Identifies the element (or elements) whose contents or presence are controlled by the button element.\nAccepts a lowercase string value.",
5421
+ "values": [{ "name": "ButtonAccessibilityAttributes" }]
5422
+ },
5423
+ {
5424
+ "name": "accessible-description",
5425
+ "description": "Defines the accessible description of the component.",
5426
+ "values": []
5427
+ },
5428
+ {
5429
+ "name": "type",
5430
+ "description": "Defines whether the button has special form-related functionality.\n\n**Note:** This property is only applicable within the context of an HTML Form element.",
5431
+ "values": [
5432
+ { "name": "Button" },
5433
+ { "name": "Submit" },
5434
+ { "name": "Reset" }
5435
+ ]
5436
+ },
5437
+ {
5438
+ "name": "accessible-role",
5439
+ "description": "Describes the accessibility role of the button.\n\n**Note:** Use <code>ButtonAccessibleRole.Link</code> role only with a press handler, which performs a navigation. In all other scenarios the default button semantics are recommended.",
5440
+ "values": [{ "name": "Button" }, { "name": "Link" }]
5441
+ },
5442
+ {
5443
+ "name": "loading",
5444
+ "description": "Defines whether the button shows a loading indicator.\n\n**Note:** If set to `true`, a busy indicator component will be displayed on the related button.",
5445
+ "values": []
5446
+ },
5447
+ {
5448
+ "name": "loading-delay",
5449
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
5450
+ "values": []
5451
+ }
5452
+ ],
5453
+ "references": []
5454
+ },
4918
5455
  {
4919
5456
  "name": "ui5-token",
4920
5457
  "description": "### Overview\n\nTokens are small items of information (similar to tags) that mainly serve to visualize previously selected items.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Token.js\";`\n\n\n---\n\n\n\n\n### **Slots:**\n - **closeIcon** - Defines the close icon for the token. If nothing is provided to this slot, the default close icon will be used.\nAccepts `ui5-icon`.",
@@ -5165,7 +5702,7 @@
5165
5702
  {
5166
5703
  "name": "selected",
5167
5704
  "description": "Defines the selected state of the component.",
5168
- "values": []
5705
+ "values": [{ "name": "any" }]
5169
5706
  }
5170
5707
  ],
5171
5708
  "references": []
@@ -5553,6 +6090,134 @@
5553
6090
  }
5554
6091
  ],
5555
6092
  "references": []
6093
+ },
6094
+ {
6095
+ "name": "ui5-yearpicker",
6096
+ "description": "Displays years which can be selected.\n\n\n---\n\n\n",
6097
+ "attributes": [
6098
+ {
6099
+ "name": "primary-calendar-type",
6100
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6101
+ "values": [
6102
+ { "name": "Gregorian" },
6103
+ { "name": "Islamic" },
6104
+ { "name": "Japanese" },
6105
+ { "name": "Buddhist" },
6106
+ { "name": "Persian" }
6107
+ ]
6108
+ },
6109
+ {
6110
+ "name": "secondary-calendar-type",
6111
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6112
+ "values": [
6113
+ { "name": "Gregorian" },
6114
+ { "name": "Islamic" },
6115
+ { "name": "Japanese" },
6116
+ { "name": "Buddhist" },
6117
+ { "name": "Persian" }
6118
+ ]
6119
+ },
6120
+ {
6121
+ "name": "format-pattern",
6122
+ "description": "Determines the format, displayed in the input field.",
6123
+ "values": []
6124
+ },
6125
+ {
6126
+ "name": "display-format",
6127
+ "description": "Determines the format, displayed in the input field.",
6128
+ "values": []
6129
+ },
6130
+ {
6131
+ "name": "value-format",
6132
+ "description": "Determines the format, used for the value attribute.",
6133
+ "values": []
6134
+ },
6135
+ {
6136
+ "name": "min-date",
6137
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
6138
+ "values": []
6139
+ },
6140
+ {
6141
+ "name": "max-date",
6142
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
6143
+ "values": []
6144
+ },
6145
+ {
6146
+ "name": "calendar-week-numbering",
6147
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
6148
+ "values": [
6149
+ { "name": "Default" },
6150
+ { "name": "ISO_8601" },
6151
+ { "name": "MiddleEastern" },
6152
+ { "name": "WesternTraditional" }
6153
+ ]
6154
+ }
6155
+ ],
6156
+ "references": []
6157
+ },
6158
+ {
6159
+ "name": "ui5-yearrangepicker",
6160
+ "description": "Displays year ranges which help navigate through years faster.\n\n\n---\n\n\n",
6161
+ "attributes": [
6162
+ {
6163
+ "name": "primary-calendar-type",
6164
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6165
+ "values": [
6166
+ { "name": "Gregorian" },
6167
+ { "name": "Islamic" },
6168
+ { "name": "Japanese" },
6169
+ { "name": "Buddhist" },
6170
+ { "name": "Persian" }
6171
+ ]
6172
+ },
6173
+ {
6174
+ "name": "secondary-calendar-type",
6175
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6176
+ "values": [
6177
+ { "name": "Gregorian" },
6178
+ { "name": "Islamic" },
6179
+ { "name": "Japanese" },
6180
+ { "name": "Buddhist" },
6181
+ { "name": "Persian" }
6182
+ ]
6183
+ },
6184
+ {
6185
+ "name": "format-pattern",
6186
+ "description": "Determines the format, displayed in the input field.",
6187
+ "values": []
6188
+ },
6189
+ {
6190
+ "name": "display-format",
6191
+ "description": "Determines the format, displayed in the input field.",
6192
+ "values": []
6193
+ },
6194
+ {
6195
+ "name": "value-format",
6196
+ "description": "Determines the format, used for the value attribute.",
6197
+ "values": []
6198
+ },
6199
+ {
6200
+ "name": "min-date",
6201
+ "description": "Determines the minimum date available for selection.\n\n**Note:** If the formatPattern property is not set, the minDate value must be provided in the ISO date format (yyyy-MM-dd).",
6202
+ "values": []
6203
+ },
6204
+ {
6205
+ "name": "max-date",
6206
+ "description": "Determines the maximum date available for selection.\n\n**Note:** If the formatPattern property is not set, the maxDate value must be provided in the ISO date format (yyyy-MM-dd).",
6207
+ "values": []
6208
+ },
6209
+ {
6210
+ "name": "calendar-week-numbering",
6211
+ "description": "Defines how to calculate calendar weeks and first day of the week.\nIf not set, the calendar will be displayed according to the currently set global configuration.",
6212
+ "values": [
6213
+ { "name": "Default" },
6214
+ { "name": "ISO_8601" },
6215
+ { "name": "MiddleEastern" },
6216
+ { "name": "WesternTraditional" }
6217
+ ]
6218
+ }
6219
+ ],
6220
+ "references": []
5556
6221
  }
5557
6222
  ]
5558
6223
  }