@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@ui5/webcomponents",
4
- "version": "2.17.0-rc.3",
4
+ "version": "2.18.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -737,7 +737,7 @@
737
737
  },
738
738
  {
739
739
  "name": "ui5-calendar",
740
- "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` 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).",
740
+ "description": "### Overview\n\nThe `ui5-calendar` component allows users to select one or more dates.\n\nCurrently selected dates are represented with instances of `ui5-date` as\nchildren of the `ui5-calendar`. The value property of each `ui5-date` must be a\ndate string, correctly formatted according to the `ui5-calendar`'s `formatPattern` property.\nWhenever the user changes the date selection, `ui5-calendar` will automatically create/remove instances\nof `ui5-date` in itself, unless you prevent this behavior by calling `preventDefault()` for the\n`selection-change` event. This is useful if you want to control the selected dates externally.\n\n### Usage\n\nThe user can navigate to a particular date by:\n\n- Pressing over a month inside the months view\n- Pressing over an year inside the years view\n\nThe user can confirm a date selection by pressing over a date inside the days view.\n\n### Keyboard Handling\nThe `ui5-calendar` provides advanced keyboard handling.\nWhen a picker is showed and focused the user can use the following keyboard\nshortcuts in order to perform a navigation:\n\n- Day picker:\n\n- [F4] - Shows month picker\n- [Shift] + [F4] - Shows year picker\n- [Page Up] - Navigate to the previous month\n- [Page Down] - Navigate to the next month\n- [Shift] + [Page Up] - Navigate to the previous year\n- [Shift] + [Page Down] - Navigate to the next year\n- [Ctrl] + [Shift] + [Page Up] - Navigate ten years backwards\n- [Ctrl] + [Shift] + [Page Down] - Navigate ten years forwards\n- [Home] - Navigate to the first day of the week\n- [End] - Navigate to the last day of the week\n- [Ctrl] + [Home] - Navigate to the first day of the month\n- [Ctrl] + [End] - Navigate to the last day of the month\n\n- Month picker:\n\n- [Page Up] - Navigate to the previous year\n- [Page Down] - Navigate to the next year\n- [Home] - Navigate to the first month of the current row\n- [End] - Navigate to the last month of the current row\n- [Ctrl] + [Home] - Navigate to the first month of the current year\n- [Ctrl] + [End] - Navigate to the last month of the year\n\n- Year picker:\n\n- [Page Up] - Navigate to the previous year range\n- [Page Down] - Navigate the next year range\n- [Home] - Navigate to the first year of the current row\n- [End] - Navigate to the last year of the current row\n- [Ctrl] + [Home] - Navigate to the first year of the current year range\n- [Ctrl] + [End] - Navigate to the last year of the current year range\n\n#### Fast Navigation\nThis component provides a build in fast navigation group which can be used via [F6] / [Shift] + [F6] / [Ctrl] + [Alt/Option] / [Down] or [Ctrl] + [Alt/Option] + [Up].\nIn order to use this functionality, you need to import the following module:\n`import \"@ui5/webcomponents-base/dist/features/F6Navigation.js\"`\n\n### Calendar types\nThe component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian.\nBy default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar,\nyou need to set the `primaryCalendarType` property and import one or more of the following modules:\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Buddhist.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Islamic.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Japanese.js\";`\n\n`import \"@ui5/webcomponents-localization/dist/features/calendar/Persian.js\";`\n\nOr, you can use the global configuration and set the `calendarType` key:\n\n```html\n<script data-id=\"sap-ui-config\" type=\"application/json\">\n\t{\n\t\t\"calendarType\": \"Japanese\"\n\t}\n</script>\n```\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Calendar.js\";`\n---\n\n\n### **Events:**\n - **selection-change** - Fired when the selected dates change.\n\n**Note:** If you call `preventDefault()` for this event, the component will not\ncreate instances of `ui5-date` for the newly selected dates. In that case you should do this manually.\n\n### **Slots:**\n - **calendarLegend** - Defines the calendar legend of the component.\n- **default** - Defines the selected date or dates (depending on the `selectionMode` property)\nfor this calendar as instances of `ui5-date` 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).",
741
741
  "doc-url": "",
742
742
  "attributes": [
743
743
  {
@@ -815,6 +815,10 @@
815
815
  {
816
816
  "name": "specialDates",
817
817
  "description": "Defines the special dates, visually emphasized in the calendar."
818
+ },
819
+ {
820
+ "name": "disabledDates",
821
+ "description": "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."
818
822
  }
819
823
  ],
820
824
  "events": [
@@ -2693,22 +2697,24 @@
2693
2697
  }
2694
2698
  },
2695
2699
  {
2696
- "name": "ui5-datetime-picker",
2697
- "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - 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.",
2700
+ "name": "ui5-datetime-input",
2701
+ "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### **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",
2698
2702
  "doc-url": "",
2699
2703
  "attributes": [
2700
2704
  {
2701
- "name": "value",
2702
- "description": "Defines a formatted date value.",
2703
- "value": { "type": "string", "default": "\"\"" }
2705
+ "name": "disabled",
2706
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
2707
+ "value": { "type": "boolean", "default": "false" }
2704
2708
  },
2705
2709
  {
2706
- "name": "value-state",
2707
- "description": "Defines the value state of the component.",
2708
- "value": {
2709
- "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
2710
- "default": "\"None\""
2711
- }
2710
+ "name": "placeholder",
2711
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
2712
+ "value": { "type": "string | undefined", "default": "undefined" }
2713
+ },
2714
+ {
2715
+ "name": "readonly",
2716
+ "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.",
2717
+ "value": { "type": "boolean", "default": "false" }
2712
2718
  },
2713
2719
  {
2714
2720
  "name": "required",
@@ -2716,19 +2722,30 @@
2716
2722
  "value": { "type": "boolean", "default": "false" }
2717
2723
  },
2718
2724
  {
2719
- "name": "disabled",
2720
- "description": "Determines whether the component is displayed as disabled.",
2725
+ "name": "no-typeahead",
2726
+ "description": "Defines whether the value will be autcompleted to match an item",
2721
2727
  "value": { "type": "boolean", "default": "false" }
2722
2728
  },
2723
2729
  {
2724
- "name": "readonly",
2725
- "description": "Determines whether the component is displayed as read-only.",
2726
- "value": { "type": "boolean", "default": "false" }
2730
+ "name": "type",
2731
+ "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.",
2732
+ "value": {
2733
+ "type": "\"Text\" | \"Email\" | \"Number\" | \"Password\" | \"Tel\" | \"URL\" | \"Search\"",
2734
+ "default": "\"Text\""
2735
+ }
2727
2736
  },
2728
2737
  {
2729
- "name": "placeholder",
2730
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
2731
- "value": { "type": "string | undefined", "default": "undefined" }
2738
+ "name": "value",
2739
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
2740
+ "value": { "type": "string", "default": "\"\"" }
2741
+ },
2742
+ {
2743
+ "name": "value-state",
2744
+ "description": "Defines the value state of the component.",
2745
+ "value": {
2746
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
2747
+ "default": "\"None\""
2748
+ }
2732
2749
  },
2733
2750
  {
2734
2751
  "name": "name",
@@ -2736,23 +2753,23 @@
2736
2753
  "value": { "type": "string | undefined", "default": "undefined" }
2737
2754
  },
2738
2755
  {
2739
- "name": "hide-week-numbers",
2740
- "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
2756
+ "name": "show-suggestions",
2757
+ "description": "Defines whether the component should show suggestions, if such are present.",
2741
2758
  "value": { "type": "boolean", "default": "false" }
2742
2759
  },
2743
2760
  {
2744
- "name": "open",
2745
- "description": "Defines the open or closed state of the popover.",
2746
- "value": { "type": "boolean", "default": "false" }
2761
+ "name": "maxlength",
2762
+ "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.",
2763
+ "value": { "type": "number | undefined", "default": "undefined" }
2747
2764
  },
2748
2765
  {
2749
2766
  "name": "accessible-name",
2750
- "description": "Defines the aria-label attribute for the component.",
2767
+ "description": "Defines the accessible ARIA name of the component.",
2751
2768
  "value": { "type": "string | undefined", "default": "undefined" }
2752
2769
  },
2753
2770
  {
2754
2771
  "name": "accessible-name-ref",
2755
- "description": "Receives id(or many ids) of the elements that label the component.",
2772
+ "description": "Receives id(or many ids) of the elements that label the input.",
2756
2773
  "value": { "type": "string | undefined", "default": "undefined" }
2757
2774
  },
2758
2775
  {
@@ -2766,64 +2783,28 @@
2766
2783
  "value": { "type": "string | undefined", "default": "undefined" }
2767
2784
  },
2768
2785
  {
2769
- "name": "date-value",
2770
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
2771
- "value": { "type": "any", "default": "null" }
2772
- },
2773
- {
2774
- "name": "primary-calendar-type",
2775
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
2776
- "value": {
2777
- "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
2778
- "default": "undefined"
2779
- }
2780
- },
2781
- {
2782
- "name": "secondary-calendar-type",
2783
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
2784
- "value": {
2785
- "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
2786
- "default": "undefined"
2787
- }
2788
- },
2789
- {
2790
- "name": "format-pattern",
2791
- "description": "Determines the format, displayed in the input field.",
2792
- "value": { "type": "string | undefined", "default": "undefined" }
2793
- },
2794
- {
2795
- "name": "display-format",
2796
- "description": "Determines the format, displayed in the input field.",
2797
- "value": { "type": "string | undefined", "default": "undefined" }
2786
+ "name": "show-clear-icon",
2787
+ "description": "Defines whether the clear icon of the input will be shown.",
2788
+ "value": { "type": "boolean", "default": "false" }
2798
2789
  },
2799
2790
  {
2800
- "name": "value-format",
2801
- "description": "Determines the format, used for the value attribute.",
2802
- "value": { "type": "string | undefined", "default": "undefined" }
2803
- },
2791
+ "name": "open",
2792
+ "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.",
2793
+ "value": { "type": "boolean", "default": "false" }
2794
+ }
2795
+ ],
2796
+ "slots": [
2804
2797
  {
2805
- "name": "min-date",
2806
- "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).",
2807
- "value": { "type": "string", "default": "\"\"" }
2798
+ "name": "default",
2799
+ "description": "Defines the suggestion items.\n\n**Note:** The suggestions would be displayed only if the `showSuggestions`\nproperty is set to `true`.\n\n**Note:** The `<ui5-suggestion-item>`, `<ui5-suggestion-item-group>` and `ui5-suggestion-item-custom` are recommended to be used as suggestion items."
2808
2800
  },
2809
2801
  {
2810
- "name": "max-date",
2811
- "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).",
2812
- "value": { "type": "string", "default": "\"\"" }
2802
+ "name": "icon",
2803
+ "description": "Defines the icon to be displayed in the component."
2813
2804
  },
2814
- {
2815
- "name": "calendar-week-numbering",
2816
- "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.",
2817
- "value": {
2818
- "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
2819
- "default": "\"Default\""
2820
- }
2821
- }
2822
- ],
2823
- "slots": [
2824
2805
  {
2825
2806
  "name": "valueStateMessage",
2826
- "description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state."
2807
+ "description": "Defines the value state message that will be displayed as pop up under the component.\nThe value state message slot should contain only one root element.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state.\n\n**Note:** If the component has `suggestionItems`,\nthe `valueStateMessage` would be displayed as part of the same popover, if used on desktop, or dialog - on phone."
2827
2808
  }
2828
2809
  ],
2829
2810
  "events": [
@@ -2833,34 +2814,41 @@
2833
2814
  },
2834
2815
  {
2835
2816
  "name": "input",
2836
- "description": "Fired when the value of the component is changed at each key stroke."
2817
+ "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
2837
2818
  },
2838
2819
  {
2839
- "name": "value-state-change",
2840
- "description": "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."
2820
+ "name": "select",
2821
+ "description": "Fired when some text has been selected."
2822
+ },
2823
+ {
2824
+ "name": "selection-change",
2825
+ "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
2841
2826
  },
2842
2827
  {
2843
2828
  "name": "open",
2844
- "description": "Fired after the component's picker is opened."
2829
+ "description": "Fired when the suggestions picker is open."
2845
2830
  },
2846
2831
  {
2847
2832
  "name": "close",
2848
- "description": "Fired after the component's picker is closed."
2833
+ "description": "Fired when the suggestions picker is closed."
2849
2834
  }
2850
2835
  ],
2851
2836
  "js": {
2852
2837
  "properties": [
2853
2838
  {
2854
- "name": "value",
2855
- "description": "Defines a formatted date value.",
2856
- "value": { "type": "string" }
2839
+ "name": "disabled",
2840
+ "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is completely noninteractive.",
2841
+ "value": { "type": "boolean" }
2857
2842
  },
2858
2843
  {
2859
- "name": "value-state",
2860
- "description": "Defines the value state of the component.",
2861
- "value": {
2862
- "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
2863
- }
2844
+ "name": "placeholder",
2845
+ "description": "Defines a short hint intended to aid the user with data entry when the\ncomponent has no value.",
2846
+ "value": { "type": "string | undefined" }
2847
+ },
2848
+ {
2849
+ "name": "readonly",
2850
+ "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.",
2851
+ "value": { "type": "boolean" }
2864
2852
  },
2865
2853
  {
2866
2854
  "name": "required",
@@ -2868,19 +2856,28 @@
2868
2856
  "value": { "type": "boolean" }
2869
2857
  },
2870
2858
  {
2871
- "name": "disabled",
2872
- "description": "Determines whether the component is displayed as disabled.",
2859
+ "name": "no-typeahead",
2860
+ "description": "Defines whether the value will be autcompleted to match an item",
2873
2861
  "value": { "type": "boolean" }
2874
2862
  },
2875
2863
  {
2876
- "name": "readonly",
2877
- "description": "Determines whether the component is displayed as read-only.",
2878
- "value": { "type": "boolean" }
2864
+ "name": "type",
2865
+ "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.",
2866
+ "value": {
2867
+ "type": "\"Text\" | \"Email\" | \"Number\" | \"Password\" | \"Tel\" | \"URL\" | \"Search\""
2868
+ }
2879
2869
  },
2880
2870
  {
2881
- "name": "placeholder",
2882
- "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
2883
- "value": { "type": "string | undefined" }
2871
+ "name": "value",
2872
+ "description": "Defines the value of the component.\n\n**Note:** The property is updated upon typing.",
2873
+ "value": { "type": "string" }
2874
+ },
2875
+ {
2876
+ "name": "value-state",
2877
+ "description": "Defines the value state of the component.",
2878
+ "value": {
2879
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
2880
+ }
2884
2881
  },
2885
2882
  {
2886
2883
  "name": "name",
@@ -2888,23 +2885,23 @@
2888
2885
  "value": { "type": "string | undefined" }
2889
2886
  },
2890
2887
  {
2891
- "name": "hide-week-numbers",
2892
- "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
2888
+ "name": "show-suggestions",
2889
+ "description": "Defines whether the component should show suggestions, if such are present.",
2893
2890
  "value": { "type": "boolean" }
2894
2891
  },
2895
2892
  {
2896
- "name": "open",
2897
- "description": "Defines the open or closed state of the popover.",
2898
- "value": { "type": "boolean" }
2893
+ "name": "maxlength",
2894
+ "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.",
2895
+ "value": { "type": "number | undefined" }
2899
2896
  },
2900
2897
  {
2901
2898
  "name": "accessible-name",
2902
- "description": "Defines the aria-label attribute for the component.",
2899
+ "description": "Defines the accessible ARIA name of the component.",
2903
2900
  "value": { "type": "string | undefined" }
2904
2901
  },
2905
2902
  {
2906
2903
  "name": "accessible-name-ref",
2907
- "description": "Receives id(or many ids) of the elements that label the component.",
2904
+ "description": "Receives id(or many ids) of the elements that label the input.",
2908
2905
  "value": { "type": "string | undefined" }
2909
2906
  },
2910
2907
  {
@@ -2918,55 +2915,14 @@
2918
2915
  "value": { "type": "string | undefined" }
2919
2916
  },
2920
2917
  {
2921
- "name": "date-value",
2922
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
2923
- "value": { "type": "any" }
2924
- },
2925
- {
2926
- "name": "primary-calendar-type",
2927
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
2928
- "value": {
2929
- "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
2930
- }
2931
- },
2932
- {
2933
- "name": "secondary-calendar-type",
2934
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
2935
- "value": {
2936
- "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
2937
- }
2938
- },
2939
- {
2940
- "name": "format-pattern",
2941
- "description": "Determines the format, displayed in the input field.",
2942
- "value": { "type": "string | undefined" }
2943
- },
2944
- {
2945
- "name": "display-format",
2946
- "description": "Determines the format, displayed in the input field.",
2947
- "value": { "type": "string | undefined" }
2948
- },
2949
- {
2950
- "name": "value-format",
2951
- "description": "Determines the format, used for the value attribute.",
2952
- "value": { "type": "string | undefined" }
2953
- },
2954
- {
2955
- "name": "min-date",
2956
- "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).",
2957
- "value": { "type": "string" }
2958
- },
2959
- {
2960
- "name": "max-date",
2961
- "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).",
2962
- "value": { "type": "string" }
2918
+ "name": "show-clear-icon",
2919
+ "description": "Defines whether the clear icon of the input will be shown.",
2920
+ "value": { "type": "boolean" }
2963
2921
  },
2964
2922
  {
2965
- "name": "calendar-week-numbering",
2966
- "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.",
2967
- "value": {
2968
- "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
2969
- }
2923
+ "name": "open",
2924
+ "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.",
2925
+ "value": { "type": "boolean" }
2970
2926
  }
2971
2927
  ],
2972
2928
  "events": [
@@ -2976,7 +2932,312 @@
2976
2932
  },
2977
2933
  {
2978
2934
  "name": "input",
2979
- "description": "Fired when the value of the component is changed at each key stroke."
2935
+ "description": "Fired when the value of the component changes at each keystroke,\nand when a suggestion item has been selected."
2936
+ },
2937
+ {
2938
+ "name": "select",
2939
+ "description": "Fired when some text has been selected."
2940
+ },
2941
+ {
2942
+ "name": "selection-change",
2943
+ "description": "Fired when the user navigates to a suggestion item via the ARROW keys,\nas a preview, before the final selection."
2944
+ },
2945
+ {
2946
+ "name": "open",
2947
+ "description": "Fired when the suggestions picker is open."
2948
+ },
2949
+ {
2950
+ "name": "close",
2951
+ "description": "Fired when the suggestions picker is closed."
2952
+ }
2953
+ ]
2954
+ }
2955
+ },
2956
+ {
2957
+ "name": "ui5-datetime-picker",
2958
+ "description": "### Overview\nThe `DateTimePicker` component alows users to select both date (day, month and year) and time (hours, minutes and seconds)\nand for the purpose it consists of input field and Date/Time picker.\n\n### Usage\n\nUse the `DateTimePicker` if you need a combined date and time input component.\nDon't use it if you want to use either date, or time value.\nIn this case, use the `DatePicker` or the `TimePicker` components instead.\n\nThe user can set date/time by:\n\n- using the calendar and the time selectors\n- typing in the input field\n\nProgrammatically, to set date/time for the `DateTimePicker`, use the `value` property\n\n### Formatting\n\nThe value entered by typing into the input field must fit to the used date/time format.\n\nSupported format options are pattern-based on Unicode LDML Date Format notation.\nFor more information, see [UTS #35: Unicode Locale Data Markup Language](https://unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table).\n\n**Example:** the following format `dd/MM/yyyy, hh:mm:ss aa`\ncorresponds the `13/04/2020, 03:16:16 AM` value.\n\nThe small 'h' defines \"12\" hours format and the \"aa\" symbols - \"AM/PM\" time periods.\n\n**Example:** the following format `dd/MM/yyyy, HH:mm:ss`\ncorresponds the `13/04/2020, 15:16:16` value.\n\nThe capital 'H' indicates \"24\" hours format.\n\n**Note:** If the `formatPattern` does NOT include time,\nthe `DateTimePicker` will fallback to the default time format according to the locale.\n\n**Note:** If no placeholder is set to the `DateTimePicker`,\nthe current `formatPattern` is displayed as a placeholder.\nIf another placeholder is needed, it must be set or in case no placeholder is needed - it can be set to an empty string.\n\n**Note:** If the user input does NOT match the `formatPattern`,\nthe `DateTimePicker` makes an attempt to parse it based on the\nlocale settings.\n\n### Responsive behavior\n\nThe `DateTimePicker` is responsive and fully adapts to all devices.\nFor larger screens, such as tablet or desktop, it is displayed as a popover, while\non phone devices, it is displayed full screen.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DateTimePicker.js\";`\n---\n\n\n### **Events:**\n - **change** - Fired when the input operation has finished by pressing Enter or on focusout.\n- **input** - Fired when the value of the component is changed at each key stroke.\n- **value-state-change** - Fired before the value state of the component is updated internally.\nThe event is preventable, meaning that if it's default action is\nprevented, the component will not update the value state.\n- **open** - Fired after the component's picker is opened.\n- **close** - Fired after the component's picker is closed.\n\n### **Methods:**\n - **isValid(value: _string_): _boolean_** - @deprecated Use isValidValue or isValidDisplayValue instead - 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.",
2959
+ "doc-url": "",
2960
+ "attributes": [
2961
+ {
2962
+ "name": "value",
2963
+ "description": "Defines a formatted date value.",
2964
+ "value": { "type": "string", "default": "\"\"" }
2965
+ },
2966
+ {
2967
+ "name": "value-state",
2968
+ "description": "Defines the value state of the component.",
2969
+ "value": {
2970
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
2971
+ "default": "\"None\""
2972
+ }
2973
+ },
2974
+ {
2975
+ "name": "required",
2976
+ "description": "Defines whether the component is required.",
2977
+ "value": { "type": "boolean", "default": "false" }
2978
+ },
2979
+ {
2980
+ "name": "disabled",
2981
+ "description": "Determines whether the component is displayed as disabled.",
2982
+ "value": { "type": "boolean", "default": "false" }
2983
+ },
2984
+ {
2985
+ "name": "readonly",
2986
+ "description": "Determines whether the component is displayed as read-only.",
2987
+ "value": { "type": "boolean", "default": "false" }
2988
+ },
2989
+ {
2990
+ "name": "placeholder",
2991
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
2992
+ "value": { "type": "string | undefined", "default": "undefined" }
2993
+ },
2994
+ {
2995
+ "name": "name",
2996
+ "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.",
2997
+ "value": { "type": "string | undefined", "default": "undefined" }
2998
+ },
2999
+ {
3000
+ "name": "hide-week-numbers",
3001
+ "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
3002
+ "value": { "type": "boolean", "default": "false" }
3003
+ },
3004
+ {
3005
+ "name": "open",
3006
+ "description": "Defines the open or closed state of the popover.",
3007
+ "value": { "type": "boolean", "default": "false" }
3008
+ },
3009
+ {
3010
+ "name": "accessible-name",
3011
+ "description": "Defines the aria-label attribute for the component.",
3012
+ "value": { "type": "string | undefined", "default": "undefined" }
3013
+ },
3014
+ {
3015
+ "name": "accessible-name-ref",
3016
+ "description": "Receives id(or many ids) of the elements that label the component.",
3017
+ "value": { "type": "string | undefined", "default": "undefined" }
3018
+ },
3019
+ {
3020
+ "name": "accessible-description",
3021
+ "description": "Defines the accessible description of the component.",
3022
+ "value": { "type": "string | undefined", "default": "undefined" }
3023
+ },
3024
+ {
3025
+ "name": "accessible-description-ref",
3026
+ "description": "Receives id(or many ids) of the elements that describe the input.",
3027
+ "value": { "type": "string | undefined", "default": "undefined" }
3028
+ },
3029
+ {
3030
+ "name": "date-value",
3031
+ "description": "Currently selected date represented as a Local JavaScript Date instance.",
3032
+ "value": { "type": "any", "default": "null" }
3033
+ },
3034
+ {
3035
+ "name": "primary-calendar-type",
3036
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3037
+ "value": {
3038
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
3039
+ "default": "undefined"
3040
+ }
3041
+ },
3042
+ {
3043
+ "name": "secondary-calendar-type",
3044
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3045
+ "value": {
3046
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
3047
+ "default": "undefined"
3048
+ }
3049
+ },
3050
+ {
3051
+ "name": "format-pattern",
3052
+ "description": "Determines the format, displayed in the input field.",
3053
+ "value": { "type": "string | undefined", "default": "undefined" }
3054
+ },
3055
+ {
3056
+ "name": "display-format",
3057
+ "description": "Determines the format, displayed in the input field.",
3058
+ "value": { "type": "string | undefined", "default": "undefined" }
3059
+ },
3060
+ {
3061
+ "name": "value-format",
3062
+ "description": "Determines the format, used for the value attribute.",
3063
+ "value": { "type": "string | undefined", "default": "undefined" }
3064
+ },
3065
+ {
3066
+ "name": "min-date",
3067
+ "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).",
3068
+ "value": { "type": "string", "default": "\"\"" }
3069
+ },
3070
+ {
3071
+ "name": "max-date",
3072
+ "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).",
3073
+ "value": { "type": "string", "default": "\"\"" }
3074
+ },
3075
+ {
3076
+ "name": "calendar-week-numbering",
3077
+ "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.",
3078
+ "value": {
3079
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
3080
+ "default": "\"Default\""
3081
+ }
3082
+ }
3083
+ ],
3084
+ "slots": [
3085
+ {
3086
+ "name": "valueStateMessage",
3087
+ "description": "Defines the value state message that will be displayed as pop up under the component.\n\n**Note:** If not specified, a default text (in the respective language) will be displayed.\n\n**Note:** The `valueStateMessage` would be displayed,\nwhen the component is in `Information`, `Critical` or `Negative` value state."
3088
+ }
3089
+ ],
3090
+ "events": [
3091
+ {
3092
+ "name": "change",
3093
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout."
3094
+ },
3095
+ {
3096
+ "name": "input",
3097
+ "description": "Fired when the value of the component is changed at each key stroke."
3098
+ },
3099
+ {
3100
+ "name": "value-state-change",
3101
+ "description": "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."
3102
+ },
3103
+ {
3104
+ "name": "open",
3105
+ "description": "Fired after the component's picker is opened."
3106
+ },
3107
+ {
3108
+ "name": "close",
3109
+ "description": "Fired after the component's picker is closed."
3110
+ }
3111
+ ],
3112
+ "js": {
3113
+ "properties": [
3114
+ {
3115
+ "name": "value",
3116
+ "description": "Defines a formatted date value.",
3117
+ "value": { "type": "string" }
3118
+ },
3119
+ {
3120
+ "name": "value-state",
3121
+ "description": "Defines the value state of the component.",
3122
+ "value": {
3123
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
3124
+ }
3125
+ },
3126
+ {
3127
+ "name": "required",
3128
+ "description": "Defines whether the component is required.",
3129
+ "value": { "type": "boolean" }
3130
+ },
3131
+ {
3132
+ "name": "disabled",
3133
+ "description": "Determines whether the component is displayed as disabled.",
3134
+ "value": { "type": "boolean" }
3135
+ },
3136
+ {
3137
+ "name": "readonly",
3138
+ "description": "Determines whether the component is displayed as read-only.",
3139
+ "value": { "type": "boolean" }
3140
+ },
3141
+ {
3142
+ "name": "placeholder",
3143
+ "description": "Defines a short hint, intended to aid the user with data entry when the\ncomponent has no value.\n\n**Note:** When no placeholder is set, the format pattern is displayed as a placeholder.\nPassing an empty string as the value of this property will make the component appear empty - without placeholder or format pattern.",
3144
+ "value": { "type": "string | undefined" }
3145
+ },
3146
+ {
3147
+ "name": "name",
3148
+ "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.",
3149
+ "value": { "type": "string | undefined" }
3150
+ },
3151
+ {
3152
+ "name": "hide-week-numbers",
3153
+ "description": "Defines the visibility of the week numbers column.\n\n**Note:** For calendars other than Gregorian,\nthe week numbers are not displayed regardless of what is set.",
3154
+ "value": { "type": "boolean" }
3155
+ },
3156
+ {
3157
+ "name": "open",
3158
+ "description": "Defines the open or closed state of the popover.",
3159
+ "value": { "type": "boolean" }
3160
+ },
3161
+ {
3162
+ "name": "accessible-name",
3163
+ "description": "Defines the aria-label attribute for the component.",
3164
+ "value": { "type": "string | undefined" }
3165
+ },
3166
+ {
3167
+ "name": "accessible-name-ref",
3168
+ "description": "Receives id(or many ids) of the elements that label the component.",
3169
+ "value": { "type": "string | undefined" }
3170
+ },
3171
+ {
3172
+ "name": "accessible-description",
3173
+ "description": "Defines the accessible description of the component.",
3174
+ "value": { "type": "string | undefined" }
3175
+ },
3176
+ {
3177
+ "name": "accessible-description-ref",
3178
+ "description": "Receives id(or many ids) of the elements that describe the input.",
3179
+ "value": { "type": "string | undefined" }
3180
+ },
3181
+ {
3182
+ "name": "date-value",
3183
+ "description": "Currently selected date represented as a Local JavaScript Date instance.",
3184
+ "value": { "type": "any" }
3185
+ },
3186
+ {
3187
+ "name": "primary-calendar-type",
3188
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3189
+ "value": {
3190
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3191
+ }
3192
+ },
3193
+ {
3194
+ "name": "secondary-calendar-type",
3195
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3196
+ "value": {
3197
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3198
+ }
3199
+ },
3200
+ {
3201
+ "name": "format-pattern",
3202
+ "description": "Determines the format, displayed in the input field.",
3203
+ "value": { "type": "string | undefined" }
3204
+ },
3205
+ {
3206
+ "name": "display-format",
3207
+ "description": "Determines the format, displayed in the input field.",
3208
+ "value": { "type": "string | undefined" }
3209
+ },
3210
+ {
3211
+ "name": "value-format",
3212
+ "description": "Determines the format, used for the value attribute.",
3213
+ "value": { "type": "string | undefined" }
3214
+ },
3215
+ {
3216
+ "name": "min-date",
3217
+ "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).",
3218
+ "value": { "type": "string" }
3219
+ },
3220
+ {
3221
+ "name": "max-date",
3222
+ "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).",
3223
+ "value": { "type": "string" }
3224
+ },
3225
+ {
3226
+ "name": "calendar-week-numbering",
3227
+ "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.",
3228
+ "value": {
3229
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3230
+ }
3231
+ }
3232
+ ],
3233
+ "events": [
3234
+ {
3235
+ "name": "change",
3236
+ "description": "Fired when the input operation has finished by pressing Enter or on focusout."
3237
+ },
3238
+ {
3239
+ "name": "input",
3240
+ "description": "Fired when the value of the component is changed at each key stroke."
2980
3241
  },
2981
3242
  {
2982
3243
  "name": "value-state-change",
@@ -2993,6 +3254,114 @@
2993
3254
  ]
2994
3255
  }
2995
3256
  },
3257
+ {
3258
+ "name": "ui5-daypicker",
3259
+ "description": "Represents the days inside a single month view of the `ui5-calendar` component.\n---\n",
3260
+ "doc-url": "",
3261
+ "attributes": [
3262
+ {
3263
+ "name": "primary-calendar-type",
3264
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3265
+ "value": {
3266
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
3267
+ "default": "undefined"
3268
+ }
3269
+ },
3270
+ {
3271
+ "name": "secondary-calendar-type",
3272
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3273
+ "value": {
3274
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
3275
+ "default": "undefined"
3276
+ }
3277
+ },
3278
+ {
3279
+ "name": "format-pattern",
3280
+ "description": "Determines the format, displayed in the input field.",
3281
+ "value": { "type": "string | undefined", "default": "undefined" }
3282
+ },
3283
+ {
3284
+ "name": "display-format",
3285
+ "description": "Determines the format, displayed in the input field.",
3286
+ "value": { "type": "string | undefined", "default": "undefined" }
3287
+ },
3288
+ {
3289
+ "name": "value-format",
3290
+ "description": "Determines the format, used for the value attribute.",
3291
+ "value": { "type": "string | undefined", "default": "undefined" }
3292
+ },
3293
+ {
3294
+ "name": "min-date",
3295
+ "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).",
3296
+ "value": { "type": "string", "default": "\"\"" }
3297
+ },
3298
+ {
3299
+ "name": "max-date",
3300
+ "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).",
3301
+ "value": { "type": "string", "default": "\"\"" }
3302
+ },
3303
+ {
3304
+ "name": "calendar-week-numbering",
3305
+ "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.",
3306
+ "value": {
3307
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
3308
+ "default": "\"Default\""
3309
+ }
3310
+ }
3311
+ ],
3312
+ "events": [],
3313
+ "js": {
3314
+ "properties": [
3315
+ {
3316
+ "name": "primary-calendar-type",
3317
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3318
+ "value": {
3319
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3320
+ }
3321
+ },
3322
+ {
3323
+ "name": "secondary-calendar-type",
3324
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3325
+ "value": {
3326
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3327
+ }
3328
+ },
3329
+ {
3330
+ "name": "format-pattern",
3331
+ "description": "Determines the format, displayed in the input field.",
3332
+ "value": { "type": "string | undefined" }
3333
+ },
3334
+ {
3335
+ "name": "display-format",
3336
+ "description": "Determines the format, displayed in the input field.",
3337
+ "value": { "type": "string | undefined" }
3338
+ },
3339
+ {
3340
+ "name": "value-format",
3341
+ "description": "Determines the format, used for the value attribute.",
3342
+ "value": { "type": "string | undefined" }
3343
+ },
3344
+ {
3345
+ "name": "min-date",
3346
+ "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).",
3347
+ "value": { "type": "string" }
3348
+ },
3349
+ {
3350
+ "name": "max-date",
3351
+ "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).",
3352
+ "value": { "type": "string" }
3353
+ },
3354
+ {
3355
+ "name": "calendar-week-numbering",
3356
+ "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.",
3357
+ "value": {
3358
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3359
+ }
3360
+ }
3361
+ ],
3362
+ "events": []
3363
+ }
3364
+ },
2996
3365
  {
2997
3366
  "name": "ui5-dialog",
2998
3367
  "description": "### Overview\nThe `ui5-dialog` component is used to temporarily display some information in a\nsize-limited window in front of the regular app screen.\nIt is used to prompt the user for an action or a confirmation.\nThe `ui5-dialog` interrupts the current app processing as it is the only focused UI element and\nthe main screen is dimmed/blocked.\nThe dialog combines concepts known from other technologies where the windows have\nnames such as dialog box, dialog window, pop-up, pop-up window, alert box, or message box.\n\nThe `ui5-dialog` is modal, which means that a user action is required before it is possible to return to the parent window.\nTo open multiple dialogs, each dialog element should be separate in the markup. This will ensure the correct modal behavior. Avoid nesting dialogs within each other.\nThe content of the `ui5-dialog` is fully customizable.\n\n### Structure\nA `ui5-dialog` consists of a header, content, and a footer for action buttons.\nThe `ui5-dialog` is usually displayed at the center of the screen.\nIts position can be changed by the user. To enable this, you need to set the property `draggable` accordingly.\n\n\n### Responsive Behavior\nThe `stretch` property can be used to stretch the `ui5-dialog` to full screen. For better usability, it's recommended to stretch the dialog to full screen on phone devices.\n\n**Note:** When a `ui5-bar` is used in the header or in the footer, you should remove the default dialog's paddings.\n\nFor more information see the sample \"Bar in Header/Footer\".\n\n### Keyboard Handling\n\n#### Basic Navigation\nWhen the `ui5-dialog` has the `draggable` property set to `true` and the header is focused, the user can move the dialog\nwith the following keyboard shortcuts:\n\n- [Up] or [Down] arrow keys - Move the dialog up/down.\n- [Left] or [Right] arrow keys - Move the dialog left/right.\n\n#### Resizing\nWhen the `ui5-dialog` has the `resizable` property set to `true` and the header is focused, the user can change the size of the dialog\nwith the following keyboard shortcuts:\n\n- [Shift] + [Up] or [Down] - Decrease/Increase the height of the dialog.\n- [Shift] + [Left] or [Right] - Decrease/Increase the width of the dialog.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Dialog\";`\n---\n\n\n### **Events:**\n - **before-open** - Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening.\n- **open** - Fired after the component is opened.\n- **before-close** - Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing.\n- **close** - Fired after the component is closed.\n\n### **Methods:**\n - **applyFocus(): _Promise<void>_** - Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.\n\n### **Slots:**\n - **header** - Defines the header HTML Element.\n\n**Note:** When a `ui5-bar` is used in the header, you should remove the default dialog's paddings.\n\n**Note:** If `header` slot is provided, the labelling of the dialog is a responsibility of the application developer.\n`accessibleName` should be used.\n- **footer** - Defines the footer HTML Element.\n\n**Note:** When a `ui5-bar` is used in the footer, you should remove the default dialog's paddings.\n- **default** - Defines the content of the Popup.\n\n### **CSS Parts:**\n - **header** - Used to style the header of the component\n- **content** - Used to style the content of the component\n- **footer** - Used to style the footer of the component",
@@ -3181,25 +3550,84 @@
3181
3550
  "description": "Indicates if the element is open",
3182
3551
  "value": { "type": "any" }
3183
3552
  }
3184
- ],
3185
- "events": [
3553
+ ],
3554
+ "events": [
3555
+ {
3556
+ "name": "before-open",
3557
+ "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
3558
+ },
3559
+ {
3560
+ "name": "open",
3561
+ "description": "Fired after the component is opened."
3562
+ },
3563
+ {
3564
+ "name": "before-close",
3565
+ "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
3566
+ },
3567
+ {
3568
+ "name": "close",
3569
+ "description": "Fired after the component is closed."
3570
+ }
3571
+ ]
3572
+ }
3573
+ },
3574
+ {
3575
+ "name": "ui5-drop-indicator",
3576
+ "description": "### Overview\n\n### Usage\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/DropIndicator.js\";`\n---\n",
3577
+ "doc-url": "",
3578
+ "attributes": [
3579
+ {
3580
+ "name": "target-reference",
3581
+ "description": "Element where the drop indicator will be shown.",
3582
+ "value": { "type": "HTMLElement | null", "default": "null" }
3583
+ },
3584
+ {
3585
+ "name": "owner-reference",
3586
+ "description": "Owner of the indicator and the target.",
3587
+ "value": { "type": "HTMLElement | null", "default": "null" }
3588
+ },
3589
+ {
3590
+ "name": "placement",
3591
+ "description": "Placement of the indicator relative to the target.",
3592
+ "value": {
3593
+ "type": "\"On\" | \"Before\" | \"After\"",
3594
+ "default": "\"Before\""
3595
+ }
3596
+ },
3597
+ {
3598
+ "name": "orientation",
3599
+ "description": "Orientation of the indicator.",
3600
+ "value": {
3601
+ "type": "\"Vertical\" | \"Horizontal\"",
3602
+ "default": "\"Vertical\""
3603
+ }
3604
+ }
3605
+ ],
3606
+ "events": [],
3607
+ "js": {
3608
+ "properties": [
3186
3609
  {
3187
- "name": "before-open",
3188
- "description": "Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening."
3610
+ "name": "target-reference",
3611
+ "description": "Element where the drop indicator will be shown.",
3612
+ "value": { "type": "HTMLElement | null" }
3189
3613
  },
3190
3614
  {
3191
- "name": "open",
3192
- "description": "Fired after the component is opened."
3615
+ "name": "owner-reference",
3616
+ "description": "Owner of the indicator and the target.",
3617
+ "value": { "type": "HTMLElement | null" }
3193
3618
  },
3194
3619
  {
3195
- "name": "before-close",
3196
- "description": "Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing."
3620
+ "name": "placement",
3621
+ "description": "Placement of the indicator relative to the target.",
3622
+ "value": { "type": "\"On\" | \"Before\" | \"After\"" }
3197
3623
  },
3198
3624
  {
3199
- "name": "close",
3200
- "description": "Fired after the component is closed."
3625
+ "name": "orientation",
3626
+ "description": "Orientation of the indicator.",
3627
+ "value": { "type": "\"Vertical\" | \"Horizontal\"" }
3201
3628
  }
3202
- ]
3629
+ ],
3630
+ "events": []
3203
3631
  }
3204
3632
  },
3205
3633
  {
@@ -4135,7 +4563,7 @@
4135
4563
  },
4136
4564
  {
4137
4565
  "name": "ui5-link",
4138
- "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### **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",
4566
+ "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### **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",
4139
4567
  "doc-url": "",
4140
4568
  "attributes": [
4141
4569
  {
@@ -4225,6 +4653,10 @@
4225
4653
  }
4226
4654
  ],
4227
4655
  "slots": [
4656
+ {
4657
+ "name": "default",
4658
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
4659
+ },
4228
4660
  {
4229
4661
  "name": "default",
4230
4662
  "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
@@ -4795,6 +5227,48 @@
4795
5227
  ]
4796
5228
  }
4797
5229
  },
5230
+ {
5231
+ "name": "ui5-li-group-header",
5232
+ "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### **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.",
5233
+ "doc-url": "",
5234
+ "attributes": [
5235
+ {
5236
+ "name": "accessible-name",
5237
+ "description": "Defines the text alternative of the component.\n\n**Note:** If not provided a default text alternative will be set, if present.",
5238
+ "value": { "type": "string | undefined", "default": "undefined" }
5239
+ },
5240
+ {
5241
+ "name": "wrapping-type",
5242
+ "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).",
5243
+ "value": {
5244
+ "type": "\"None\" | \"Normal\"",
5245
+ "default": "\"None\""
5246
+ }
5247
+ }
5248
+ ],
5249
+ "slots": [
5250
+ {
5251
+ "name": "default",
5252
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
5253
+ }
5254
+ ],
5255
+ "events": [],
5256
+ "js": {
5257
+ "properties": [
5258
+ {
5259
+ "name": "accessible-name",
5260
+ "description": "Defines the text alternative of the component.\n\n**Note:** If not provided a default text alternative will be set, if present.",
5261
+ "value": { "type": "string | undefined" }
5262
+ },
5263
+ {
5264
+ "name": "wrapping-type",
5265
+ "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).",
5266
+ "value": { "type": "\"None\" | \"Normal\"" }
5267
+ }
5268
+ ],
5269
+ "events": []
5270
+ }
5271
+ },
4798
5272
  {
4799
5273
  "name": "ui5-li",
4800
5274
  "description": "The `ui5-li` represents the simplest type of item for a `ui5-list`.\n\nThis is a list item,\nproviding the most common use cases such as `text`,\n`image` and `icon`.\n---\n\n\n### **Events:**\n - **detail-click** - Fired when the user clicks on the detail button when type is `Detail`.\n\n### **Slots:**\n - **default** - Defines the 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",
@@ -5495,6 +5969,114 @@
5495
5969
  ]
5496
5970
  }
5497
5971
  },
5972
+ {
5973
+ "name": "ui5-monthpicker",
5974
+ "description": "Month picker component.\n---\n",
5975
+ "doc-url": "",
5976
+ "attributes": [
5977
+ {
5978
+ "name": "primary-calendar-type",
5979
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
5980
+ "value": {
5981
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
5982
+ "default": "undefined"
5983
+ }
5984
+ },
5985
+ {
5986
+ "name": "secondary-calendar-type",
5987
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
5988
+ "value": {
5989
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
5990
+ "default": "undefined"
5991
+ }
5992
+ },
5993
+ {
5994
+ "name": "format-pattern",
5995
+ "description": "Determines the format, displayed in the input field.",
5996
+ "value": { "type": "string | undefined", "default": "undefined" }
5997
+ },
5998
+ {
5999
+ "name": "display-format",
6000
+ "description": "Determines the format, displayed in the input field.",
6001
+ "value": { "type": "string | undefined", "default": "undefined" }
6002
+ },
6003
+ {
6004
+ "name": "value-format",
6005
+ "description": "Determines the format, used for the value attribute.",
6006
+ "value": { "type": "string | undefined", "default": "undefined" }
6007
+ },
6008
+ {
6009
+ "name": "min-date",
6010
+ "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).",
6011
+ "value": { "type": "string", "default": "\"\"" }
6012
+ },
6013
+ {
6014
+ "name": "max-date",
6015
+ "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).",
6016
+ "value": { "type": "string", "default": "\"\"" }
6017
+ },
6018
+ {
6019
+ "name": "calendar-week-numbering",
6020
+ "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.",
6021
+ "value": {
6022
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
6023
+ "default": "\"Default\""
6024
+ }
6025
+ }
6026
+ ],
6027
+ "events": [],
6028
+ "js": {
6029
+ "properties": [
6030
+ {
6031
+ "name": "primary-calendar-type",
6032
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6033
+ "value": {
6034
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
6035
+ }
6036
+ },
6037
+ {
6038
+ "name": "secondary-calendar-type",
6039
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6040
+ "value": {
6041
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
6042
+ }
6043
+ },
6044
+ {
6045
+ "name": "format-pattern",
6046
+ "description": "Determines the format, displayed in the input field.",
6047
+ "value": { "type": "string | undefined" }
6048
+ },
6049
+ {
6050
+ "name": "display-format",
6051
+ "description": "Determines the format, displayed in the input field.",
6052
+ "value": { "type": "string | undefined" }
6053
+ },
6054
+ {
6055
+ "name": "value-format",
6056
+ "description": "Determines the format, used for the value attribute.",
6057
+ "value": { "type": "string | undefined" }
6058
+ },
6059
+ {
6060
+ "name": "min-date",
6061
+ "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).",
6062
+ "value": { "type": "string" }
6063
+ },
6064
+ {
6065
+ "name": "max-date",
6066
+ "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).",
6067
+ "value": { "type": "string" }
6068
+ },
6069
+ {
6070
+ "name": "calendar-week-numbering",
6071
+ "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.",
6072
+ "value": {
6073
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
6074
+ }
6075
+ }
6076
+ ],
6077
+ "events": []
6078
+ }
6079
+ },
5498
6080
  {
5499
6081
  "name": "ui5-multi-combobox",
5500
6082
  "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### **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)",
@@ -6843,12 +7425,12 @@
6843
7425
  {
6844
7426
  "name": "start-value",
6845
7427
  "description": "Defines start point of a selection - position of a first handle on the slider.",
6846
- "value": { "type": "number", "default": "undefined" }
7428
+ "value": { "type": "any", "default": "undefined" }
6847
7429
  },
6848
7430
  {
6849
7431
  "name": "end-value",
6850
7432
  "description": "Defines end point of a selection - position of a second handle on the slider.",
6851
- "value": { "type": "number", "default": "undefined" }
7433
+ "value": { "type": "any", "default": "undefined" }
6852
7434
  },
6853
7435
  {
6854
7436
  "name": "min",
@@ -6916,12 +7498,12 @@
6916
7498
  {
6917
7499
  "name": "start-value",
6918
7500
  "description": "Defines start point of a selection - position of a first handle on the slider.",
6919
- "value": { "type": "number" }
7501
+ "value": { "type": "any" }
6920
7502
  },
6921
7503
  {
6922
7504
  "name": "end-value",
6923
7505
  "description": "Defines end point of a selection - position of a second handle on the slider.",
6924
- "value": { "type": "number" }
7506
+ "value": { "type": "any" }
6925
7507
  },
6926
7508
  {
6927
7509
  "name": "min",
@@ -7889,6 +8471,14 @@
7889
8471
  ]
7890
8472
  }
7891
8473
  },
8474
+ {
8475
+ "name": "ui5-slider-tooltip",
8476
+ "description": "### Overview\n---\n",
8477
+ "doc-url": "",
8478
+ "attributes": [],
8479
+ "events": [],
8480
+ "js": { "properties": [], "events": [] }
8481
+ },
7892
8482
  {
7893
8483
  "name": "ui5-special-date",
7894
8484
  "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",
@@ -8270,23 +8860,130 @@
8270
8860
  "description": "Defines the text of the `ui5-suggestion-item-custom`.\n**Note:** The text property is considered only for autocomplete.",
8271
8861
  "value": { "type": "string | undefined" }
8272
8862
  }
8273
- ],
8274
- "events": []
8863
+ ],
8864
+ "events": []
8865
+ }
8866
+ },
8867
+ {
8868
+ "name": "ui5-suggestion-item-group",
8869
+ "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
8870
+ "doc-url": "",
8871
+ "attributes": [
8872
+ {
8873
+ "name": "header-text",
8874
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
8875
+ "value": { "type": "string | undefined", "default": "undefined" }
8876
+ },
8877
+ {
8878
+ "name": "header-accessible-name",
8879
+ "description": "Defines the accessible name of the header.",
8880
+ "value": { "type": "string | undefined", "default": "undefined" }
8881
+ },
8882
+ {
8883
+ "name": "wrapping-type",
8884
+ "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).",
8885
+ "value": {
8886
+ "type": "\"None\" | \"Normal\"",
8887
+ "default": "\"None\""
8888
+ }
8889
+ }
8890
+ ],
8891
+ "slots": [
8892
+ {
8893
+ "name": "default",
8894
+ "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
8895
+ },
8896
+ {
8897
+ "name": "header",
8898
+ "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
8899
+ }
8900
+ ],
8901
+ "events": [
8902
+ {
8903
+ "name": "move-over",
8904
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
8905
+ },
8906
+ {
8907
+ "name": "move",
8908
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
8909
+ }
8910
+ ],
8911
+ "js": {
8912
+ "properties": [
8913
+ {
8914
+ "name": "header-text",
8915
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
8916
+ "value": { "type": "string | undefined" }
8917
+ },
8918
+ {
8919
+ "name": "header-accessible-name",
8920
+ "description": "Defines the accessible name of the header.",
8921
+ "value": { "type": "string | undefined" }
8922
+ },
8923
+ {
8924
+ "name": "wrapping-type",
8925
+ "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).",
8926
+ "value": { "type": "\"None\" | \"Normal\"" }
8927
+ }
8928
+ ],
8929
+ "events": [
8930
+ {
8931
+ "name": "move-over",
8932
+ "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
8933
+ },
8934
+ {
8935
+ "name": "move",
8936
+ "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
8937
+ }
8938
+ ]
8275
8939
  }
8276
8940
  },
8277
8941
  {
8278
- "name": "ui5-suggestion-item-group",
8279
- "description": "The `ui5-suggestion-item-group` is type of suggestion item,\nthat can be used to split the `ui5-input` suggestions into groups.\n---\n\n\n### **Events:**\n - **move-over** - Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`.\n- **move** - Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action.\n\n### **Slots:**\n - **default** - Defines the items of the <code>ui5-suggestion-item-group</code>.\n- **header** - Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten.\n\n### **CSS Parts:**\n - **header** - Used to style the header item of the group",
8942
+ "name": "ui5-li-suggestion-item",
8943
+ "description": "The `ui5-li-suggestion-item` represents the suggestion item in the `ui5-input`\nsuggestion popover.\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",
8280
8944
  "doc-url": "",
8281
8945
  "attributes": [
8282
8946
  {
8283
- "name": "header-text",
8284
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
8947
+ "name": "text",
8948
+ "description": "Defines the text of the component.",
8285
8949
  "value": { "type": "string | undefined", "default": "undefined" }
8286
8950
  },
8287
8951
  {
8288
- "name": "header-accessible-name",
8289
- "description": "Defines the accessible name of the header.",
8952
+ "name": "description",
8953
+ "description": "Defines the description displayed right under the item text, if such is present.",
8954
+ "value": { "type": "string | undefined", "default": "undefined" }
8955
+ },
8956
+ {
8957
+ "name": "icon",
8958
+ "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).",
8959
+ "value": { "type": "string | undefined", "default": "undefined" }
8960
+ },
8961
+ {
8962
+ "name": "icon-end",
8963
+ "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
8964
+ "value": { "type": "boolean", "default": "false" }
8965
+ },
8966
+ {
8967
+ "name": "additional-text",
8968
+ "description": "Defines the `additionalText`, displayed in the end of the list item.",
8969
+ "value": { "type": "string | undefined", "default": "undefined" }
8970
+ },
8971
+ {
8972
+ "name": "additional-text-state",
8973
+ "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
8974
+ "value": {
8975
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
8976
+ "default": "\"None\""
8977
+ }
8978
+ },
8979
+ {
8980
+ "name": "movable",
8981
+ "description": "Defines whether the item is movable.",
8982
+ "value": { "type": "boolean", "default": "false" }
8983
+ },
8984
+ {
8985
+ "name": "accessible-name",
8986
+ "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
8290
8987
  "value": { "type": "string | undefined", "default": "undefined" }
8291
8988
  },
8292
8989
  {
@@ -8296,54 +8993,159 @@
8296
8993
  "type": "\"None\" | \"Normal\"",
8297
8994
  "default": "\"None\""
8298
8995
  }
8996
+ },
8997
+ {
8998
+ "name": "type",
8999
+ "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.",
9000
+ "value": {
9001
+ "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
9002
+ "default": "\"Active\""
9003
+ }
9004
+ },
9005
+ {
9006
+ "name": "accessibility-attributes",
9007
+ "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.",
9008
+ "value": {
9009
+ "type": "ListItemAccessibilityAttributes",
9010
+ "default": "{}"
9011
+ }
9012
+ },
9013
+ {
9014
+ "name": "navigated",
9015
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
9016
+ "value": { "type": "boolean", "default": "false" }
9017
+ },
9018
+ {
9019
+ "name": "tooltip",
9020
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
9021
+ "value": { "type": "string | undefined", "default": "undefined" }
9022
+ },
9023
+ {
9024
+ "name": "highlight",
9025
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
9026
+ "value": {
9027
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
9028
+ "default": "\"None\""
9029
+ }
9030
+ },
9031
+ {
9032
+ "name": "selected",
9033
+ "description": "Defines the selected state of the component.",
9034
+ "value": { "type": "boolean", "default": "false" }
8299
9035
  }
8300
9036
  ],
8301
9037
  "slots": [
9038
+ {
9039
+ "name": "richDescription",
9040
+ "description": "Defines a description that can contain HTML.\n**Note:** If not specified, the `description` property will be used."
9041
+ },
8302
9042
  {
8303
9043
  "name": "default",
8304
- "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
9044
+ "description": "Defines the title text of the suggestion item."
8305
9045
  },
8306
9046
  {
8307
- "name": "header",
8308
- "description": "Defines the header of the component.\n\n**Note:** Using this slot, the default header text of group and the value of `headerText` property will be overwritten."
9047
+ "name": "image",
9048
+ "description": "**Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with it's default size - S.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-li` should be customized in order to fit."
9049
+ },
9050
+ {
9051
+ "name": "deleteButton",
9052
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
8309
9053
  }
8310
9054
  ],
8311
9055
  "events": [
8312
9056
  {
8313
- "name": "move-over",
8314
- "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
8315
- },
8316
- {
8317
- "name": "move",
8318
- "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
9057
+ "name": "detail-click",
9058
+ "description": "Fired when the user clicks on the detail button when type is `Detail`."
8319
9059
  }
8320
9060
  ],
8321
9061
  "js": {
8322
9062
  "properties": [
8323
9063
  {
8324
- "name": "header-text",
8325
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
9064
+ "name": "text",
9065
+ "description": "Defines the text of the component.",
8326
9066
  "value": { "type": "string | undefined" }
8327
9067
  },
8328
9068
  {
8329
- "name": "header-accessible-name",
8330
- "description": "Defines the accessible name of the header.",
9069
+ "name": "description",
9070
+ "description": "Defines the description displayed right under the item text, if such is present.",
9071
+ "value": { "type": "string | undefined" }
9072
+ },
9073
+ {
9074
+ "name": "icon",
9075
+ "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).",
9076
+ "value": { "type": "string | undefined" }
9077
+ },
9078
+ {
9079
+ "name": "icon-end",
9080
+ "description": "Defines whether the `icon` should be displayed in the beginning of the list item or in the end.",
9081
+ "value": { "type": "boolean" }
9082
+ },
9083
+ {
9084
+ "name": "additional-text",
9085
+ "description": "Defines the `additionalText`, displayed in the end of the list item.",
9086
+ "value": { "type": "string | undefined" }
9087
+ },
9088
+ {
9089
+ "name": "additional-text-state",
9090
+ "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
9091
+ "value": {
9092
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
9093
+ }
9094
+ },
9095
+ {
9096
+ "name": "movable",
9097
+ "description": "Defines whether the item is movable.",
9098
+ "value": { "type": "boolean" }
9099
+ },
9100
+ {
9101
+ "name": "accessible-name",
9102
+ "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
8331
9103
  "value": { "type": "string | undefined" }
8332
9104
  },
8333
9105
  {
8334
9106
  "name": "wrapping-type",
8335
9107
  "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).",
8336
9108
  "value": { "type": "\"None\" | \"Normal\"" }
9109
+ },
9110
+ {
9111
+ "name": "type",
9112
+ "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.",
9113
+ "value": {
9114
+ "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
9115
+ }
9116
+ },
9117
+ {
9118
+ "name": "accessibility-attributes",
9119
+ "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.",
9120
+ "value": { "type": "ListItemAccessibilityAttributes" }
9121
+ },
9122
+ {
9123
+ "name": "navigated",
9124
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
9125
+ "value": { "type": "boolean" }
9126
+ },
9127
+ {
9128
+ "name": "tooltip",
9129
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
9130
+ "value": { "type": "string | undefined" }
9131
+ },
9132
+ {
9133
+ "name": "highlight",
9134
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
9135
+ "value": {
9136
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
9137
+ }
9138
+ },
9139
+ {
9140
+ "name": "selected",
9141
+ "description": "Defines the selected state of the component.",
9142
+ "value": { "type": "boolean" }
8337
9143
  }
8338
9144
  ],
8339
9145
  "events": [
8340
9146
  {
8341
- "name": "move-over",
8342
- "description": "Fired when a movable list item is moved over a potential drop target during a dragging operation.\n\nIf the new position is valid, prevent the default action of the event using `preventDefault()`."
8343
- },
8344
- {
8345
- "name": "move",
8346
- "description": "Fired when a movable list item is dropped onto a drop target.\n\n**Note:** `move` event is fired only if there was a preceding `move-over` with prevented default action."
9147
+ "name": "detail-click",
9148
+ "description": "Fired when the user clicks on the detail button when type is `Detail`."
8347
9149
  }
8348
9150
  ]
8349
9151
  }
@@ -10011,49 +10813,123 @@
10011
10813
  "value": { "type": "boolean" }
10012
10814
  },
10013
10815
  {
10014
- "name": "accessible-name",
10015
- "description": "Defines the aria-label attribute for the component.",
10816
+ "name": "accessible-name",
10817
+ "description": "Defines the aria-label attribute for the component.",
10818
+ "value": { "type": "string | undefined" }
10819
+ },
10820
+ {
10821
+ "name": "accessible-name-ref",
10822
+ "description": "Receives id (or many ids) of the elements that label the component.",
10823
+ "value": { "type": "string | undefined" }
10824
+ },
10825
+ {
10826
+ "name": "accessible-description",
10827
+ "description": "Defines the accessible description of the component.",
10828
+ "value": { "type": "string | undefined" }
10829
+ },
10830
+ {
10831
+ "name": "accessible-description-ref",
10832
+ "description": "Receives id(or many ids) of the elements that describe the input.",
10833
+ "value": { "type": "string | undefined" }
10834
+ },
10835
+ {
10836
+ "name": "date-value",
10837
+ "description": "Currently selected time represented as JavaScript Date instance",
10838
+ "value": { "type": "any" }
10839
+ }
10840
+ ],
10841
+ "events": [
10842
+ {
10843
+ "name": "change",
10844
+ "description": "Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field."
10845
+ },
10846
+ {
10847
+ "name": "input",
10848
+ "description": "Fired when the value of the `ui5-time-picker` is changed at each key stroke."
10849
+ },
10850
+ {
10851
+ "name": "open",
10852
+ "description": "Fired after the value-help dialog of the component is opened."
10853
+ },
10854
+ {
10855
+ "name": "close",
10856
+ "description": "Fired after the value-help dialog of the component is closed."
10857
+ }
10858
+ ]
10859
+ }
10860
+ },
10861
+ {
10862
+ "name": "ui5-time-picker-clock",
10863
+ "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",
10864
+ "doc-url": "",
10865
+ "attributes": [],
10866
+ "events": [],
10867
+ "js": { "properties": [], "events": [] }
10868
+ },
10869
+ {
10870
+ "name": "ui5-time-selection-clocks",
10871
+ "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",
10872
+ "doc-url": "",
10873
+ "attributes": [
10874
+ {
10875
+ "name": "value",
10876
+ "description": "Defines a formatted time value.",
10877
+ "value": { "type": "string | undefined", "default": "undefined" }
10878
+ },
10879
+ {
10880
+ "name": "format-pattern",
10881
+ "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)",
10882
+ "value": { "type": "string | undefined", "default": "undefined" }
10883
+ }
10884
+ ],
10885
+ "events": [],
10886
+ "js": {
10887
+ "properties": [
10888
+ {
10889
+ "name": "value",
10890
+ "description": "Defines a formatted time value.",
10016
10891
  "value": { "type": "string | undefined" }
10017
10892
  },
10018
10893
  {
10019
- "name": "accessible-name-ref",
10020
- "description": "Receives id (or many ids) of the elements that label the component.",
10894
+ "name": "format-pattern",
10895
+ "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)",
10021
10896
  "value": { "type": "string | undefined" }
10022
- },
10897
+ }
10898
+ ],
10899
+ "events": []
10900
+ }
10901
+ },
10902
+ {
10903
+ "name": "ui5-time-selection-inputs",
10904
+ "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",
10905
+ "doc-url": "",
10906
+ "attributes": [
10907
+ {
10908
+ "name": "value",
10909
+ "description": "Defines a formatted time value.",
10910
+ "value": { "type": "string | undefined", "default": "undefined" }
10911
+ },
10912
+ {
10913
+ "name": "format-pattern",
10914
+ "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)",
10915
+ "value": { "type": "string | undefined", "default": "undefined" }
10916
+ }
10917
+ ],
10918
+ "events": [],
10919
+ "js": {
10920
+ "properties": [
10023
10921
  {
10024
- "name": "accessible-description",
10025
- "description": "Defines the accessible description of the component.",
10922
+ "name": "value",
10923
+ "description": "Defines a formatted time value.",
10026
10924
  "value": { "type": "string | undefined" }
10027
10925
  },
10028
10926
  {
10029
- "name": "accessible-description-ref",
10030
- "description": "Receives id(or many ids) of the elements that describe the input.",
10927
+ "name": "format-pattern",
10928
+ "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)",
10031
10929
  "value": { "type": "string | undefined" }
10032
- },
10033
- {
10034
- "name": "date-value",
10035
- "description": "Currently selected time represented as JavaScript Date instance",
10036
- "value": { "type": "any" }
10037
10930
  }
10038
10931
  ],
10039
- "events": [
10040
- {
10041
- "name": "change",
10042
- "description": "Fired when the input operation has finished by clicking the \"OK\" button or\nwhen the text in the input field has changed and the focus leaves the input field."
10043
- },
10044
- {
10045
- "name": "input",
10046
- "description": "Fired when the value of the `ui5-time-picker` is changed at each key stroke."
10047
- },
10048
- {
10049
- "name": "open",
10050
- "description": "Fired after the value-help dialog of the component is opened."
10051
- },
10052
- {
10053
- "name": "close",
10054
- "description": "Fired after the value-help dialog of the component is closed."
10055
- }
10056
- ]
10932
+ "events": []
10057
10933
  }
10058
10934
  },
10059
10935
  {
@@ -10169,22 +11045,216 @@
10169
11045
  }
10170
11046
  },
10171
11047
  {
10172
- "name": "open",
10173
- "description": "Indicates whether the component is open (visible).",
10174
- "value": { "type": "boolean" }
11048
+ "name": "open",
11049
+ "description": "Indicates whether the component is open (visible).",
11050
+ "value": { "type": "boolean" }
11051
+ }
11052
+ ],
11053
+ "events": [
11054
+ {
11055
+ "name": "close",
11056
+ "description": "Fired after the component is auto closed."
11057
+ }
11058
+ ]
11059
+ }
11060
+ },
11061
+ {
11062
+ "name": "ui5-toggle-button",
11063
+ "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a 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",
11064
+ "doc-url": "",
11065
+ "attributes": [
11066
+ {
11067
+ "name": "pressed",
11068
+ "description": "Determines whether the component is displayed as pressed.",
11069
+ "value": { "type": "boolean", "default": "false" }
11070
+ },
11071
+ {
11072
+ "name": "design",
11073
+ "description": "Defines the component design.",
11074
+ "value": {
11075
+ "type": "\"Transparent\" | \"Default\" | \"Positive\" | \"Negative\" | \"Emphasized\" | \"Attention\"",
11076
+ "default": "\"Default\""
11077
+ }
11078
+ },
11079
+ {
11080
+ "name": "disabled",
11081
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
11082
+ "value": { "type": "boolean", "default": "false" }
11083
+ },
11084
+ {
11085
+ "name": "icon",
11086
+ "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).",
11087
+ "value": { "type": "string | undefined", "default": "undefined" }
11088
+ },
11089
+ {
11090
+ "name": "end-icon",
11091
+ "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).",
11092
+ "value": { "type": "string | undefined", "default": "undefined" }
11093
+ },
11094
+ {
11095
+ "name": "submits",
11096
+ "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.`",
11097
+ "value": { "type": "boolean", "default": "false" }
11098
+ },
11099
+ {
11100
+ "name": "tooltip",
11101
+ "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.",
11102
+ "value": { "type": "string | undefined", "default": "undefined" }
11103
+ },
11104
+ {
11105
+ "name": "accessible-name",
11106
+ "description": "Defines the accessible ARIA name of the component.",
11107
+ "value": { "type": "string | undefined", "default": "undefined" }
11108
+ },
11109
+ {
11110
+ "name": "accessible-name-ref",
11111
+ "description": "Receives id(or many ids) of the elements that label the component.",
11112
+ "value": { "type": "string | undefined", "default": "undefined" }
11113
+ },
11114
+ {
11115
+ "name": "accessibility-attributes",
11116
+ "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.",
11117
+ "value": {
11118
+ "type": "ButtonAccessibilityAttributes",
11119
+ "default": "{}"
11120
+ }
11121
+ },
11122
+ {
11123
+ "name": "accessible-description",
11124
+ "description": "Defines the accessible description of the component.",
11125
+ "value": { "type": "string | undefined", "default": "undefined" }
11126
+ },
11127
+ {
11128
+ "name": "type",
11129
+ "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.",
11130
+ "value": {
11131
+ "type": "\"Button\" | \"Submit\" | \"Reset\"",
11132
+ "default": "\"Button\""
11133
+ }
11134
+ },
11135
+ {
11136
+ "name": "accessible-role",
11137
+ "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.",
11138
+ "value": {
11139
+ "type": "\"Button\" | \"Link\"",
11140
+ "default": "\"Button\""
11141
+ }
11142
+ },
11143
+ {
11144
+ "name": "loading",
11145
+ "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.",
11146
+ "value": { "type": "boolean", "default": "false" }
11147
+ },
11148
+ {
11149
+ "name": "loading-delay",
11150
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
11151
+ "value": { "type": "number", "default": "1000" }
11152
+ }
11153
+ ],
11154
+ "slots": [
11155
+ {
11156
+ "name": "default",
11157
+ "description": "Defines the text of the component.\n\n**Note:** Although this slot accepts HTML Elements, it is strongly recommended that you only use text in order to preserve the intended design."
11158
+ },
11159
+ { "name": "badge", "description": "Adds a badge to the button." }
11160
+ ],
11161
+ "events": [
11162
+ {
11163
+ "name": "click",
11164
+ "description": "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`."
11165
+ }
11166
+ ],
11167
+ "js": {
11168
+ "properties": [
11169
+ {
11170
+ "name": "pressed",
11171
+ "description": "Determines whether the component is displayed as pressed.",
11172
+ "value": { "type": "boolean" }
11173
+ },
11174
+ {
11175
+ "name": "design",
11176
+ "description": "Defines the component design.",
11177
+ "value": {
11178
+ "type": "\"Transparent\" | \"Default\" | \"Positive\" | \"Negative\" | \"Emphasized\" | \"Attention\""
11179
+ }
11180
+ },
11181
+ {
11182
+ "name": "disabled",
11183
+ "description": "Defines whether the component is disabled.\nA disabled component can't be pressed or\nfocused, and it is not in the tab chain.",
11184
+ "value": { "type": "boolean" }
11185
+ },
11186
+ {
11187
+ "name": "icon",
11188
+ "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).",
11189
+ "value": { "type": "string | undefined" }
11190
+ },
11191
+ {
11192
+ "name": "end-icon",
11193
+ "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).",
11194
+ "value": { "type": "string | undefined" }
11195
+ },
11196
+ {
11197
+ "name": "submits",
11198
+ "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.`",
11199
+ "value": { "type": "boolean" }
11200
+ },
11201
+ {
11202
+ "name": "tooltip",
11203
+ "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.",
11204
+ "value": { "type": "string | undefined" }
11205
+ },
11206
+ {
11207
+ "name": "accessible-name",
11208
+ "description": "Defines the accessible ARIA name of the component.",
11209
+ "value": { "type": "string | undefined" }
11210
+ },
11211
+ {
11212
+ "name": "accessible-name-ref",
11213
+ "description": "Receives id(or many ids) of the elements that label the component.",
11214
+ "value": { "type": "string | undefined" }
11215
+ },
11216
+ {
11217
+ "name": "accessibility-attributes",
11218
+ "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.",
11219
+ "value": { "type": "ButtonAccessibilityAttributes" }
11220
+ },
11221
+ {
11222
+ "name": "accessible-description",
11223
+ "description": "Defines the accessible description of the component.",
11224
+ "value": { "type": "string | undefined" }
11225
+ },
11226
+ {
11227
+ "name": "type",
11228
+ "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.",
11229
+ "value": { "type": "\"Button\" | \"Submit\" | \"Reset\"" }
11230
+ },
11231
+ {
11232
+ "name": "accessible-role",
11233
+ "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.",
11234
+ "value": { "type": "\"Button\" | \"Link\"" }
11235
+ },
11236
+ {
11237
+ "name": "loading",
11238
+ "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.",
11239
+ "value": { "type": "boolean" }
11240
+ },
11241
+ {
11242
+ "name": "loading-delay",
11243
+ "description": "Specifies the delay in milliseconds before the loading indicator appears within the associated button.",
11244
+ "value": { "type": "number" }
10175
11245
  }
10176
11246
  ],
10177
11247
  "events": [
10178
11248
  {
10179
- "name": "close",
10180
- "description": "Fired after the component is auto closed."
11249
+ "name": "click",
11250
+ "description": "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`."
10181
11251
  }
10182
11252
  ]
10183
11253
  }
10184
11254
  },
10185
11255
  {
10186
- "name": "ui5-toggle-button",
10187
- "description": "### Overview\n\nThe `ui5-toggle-button` component is an enhanced `ui5-button`\nthat can be toggled between pressed and normal states.\nUsers can use the `ui5-toggle-button` as a switch to turn a setting on or off.\nIt can also be used to represent an independent choice similar to a check box.\n\nClicking or tapping on a `ui5-toggle-button` changes its state to `pressed`. The button returns to\nits initial state when the user clicks or taps on it again.\nBy applying additional custom CSS-styling classes, apps can give a different style to any `ui5-toggle-button`.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ToggleButton.js\";`\n---\n\n\n### **Events:**\n - **click** - Fired when the component is activated either with a 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",
11256
+ "name": "ui5-toggle-spin-button",
11257
+ "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### **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",
10188
11258
  "doc-url": "",
10189
11259
  "attributes": [
10190
11260
  {
@@ -10897,7 +11967,7 @@
10897
11967
  {
10898
11968
  "name": "selected",
10899
11969
  "description": "Defines the selected state of the component.",
10900
- "value": { "type": "boolean", "default": "false" }
11970
+ "value": { "type": "any", "default": "false" }
10901
11971
  }
10902
11972
  ],
10903
11973
  "slots": [
@@ -10912,7 +11982,7 @@
10912
11982
  {
10913
11983
  "name": "selected",
10914
11984
  "description": "Defines the selected state of the component.",
10915
- "value": { "type": "boolean" }
11985
+ "value": { "type": "any" }
10916
11986
  }
10917
11987
  ],
10918
11988
  "events": []
@@ -11425,161 +12495,377 @@
11425
12495
  "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
11426
12496
  "default": "\"None\""
11427
12497
  }
11428
- },
11429
- {
11430
- "name": "accessible-name",
11431
- "description": "Defines the accessible name of the component.",
11432
- "value": { "type": "string | undefined", "default": "undefined" }
11433
- },
12498
+ },
12499
+ {
12500
+ "name": "accessible-name",
12501
+ "description": "Defines the accessible name of the component.",
12502
+ "value": { "type": "string | undefined", "default": "undefined" }
12503
+ },
12504
+ {
12505
+ "name": "type",
12506
+ "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.",
12507
+ "value": {
12508
+ "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
12509
+ "default": "\"Active\""
12510
+ }
12511
+ },
12512
+ {
12513
+ "name": "accessibility-attributes",
12514
+ "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.",
12515
+ "value": {
12516
+ "type": "ListItemAccessibilityAttributes",
12517
+ "default": "{}"
12518
+ }
12519
+ },
12520
+ {
12521
+ "name": "navigated",
12522
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
12523
+ "value": { "type": "boolean", "default": "false" }
12524
+ },
12525
+ {
12526
+ "name": "tooltip",
12527
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
12528
+ "value": { "type": "string | undefined", "default": "undefined" }
12529
+ },
12530
+ {
12531
+ "name": "highlight",
12532
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12533
+ "value": {
12534
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
12535
+ "default": "\"None\""
12536
+ }
12537
+ },
12538
+ {
12539
+ "name": "selected",
12540
+ "description": "Defines the selected state of the component.",
12541
+ "value": { "type": "boolean", "default": "false" }
12542
+ }
12543
+ ],
12544
+ "slots": [
12545
+ {
12546
+ "name": "content",
12547
+ "description": "Defines the content of the `ui5-tree-item`."
12548
+ },
12549
+ {
12550
+ "name": "default",
12551
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
12552
+ },
12553
+ {
12554
+ "name": "image",
12555
+ "description": "**Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit."
12556
+ },
12557
+ {
12558
+ "name": "deleteButton",
12559
+ "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
12560
+ }
12561
+ ],
12562
+ "events": [
12563
+ {
12564
+ "name": "detail-click",
12565
+ "description": "Fired when the user clicks on the detail button when type is `Detail`."
12566
+ }
12567
+ ],
12568
+ "js": {
12569
+ "properties": [
12570
+ {
12571
+ "name": "hide-selection-element",
12572
+ "description": "Defines whether the tree list item should display the selection element.",
12573
+ "value": { "type": "boolean" }
12574
+ },
12575
+ {
12576
+ "name": "icon",
12577
+ "description": "If set, an icon will be displayed before the text of the tree list item.",
12578
+ "value": { "type": "string | undefined" }
12579
+ },
12580
+ {
12581
+ "name": "expanded",
12582
+ "description": "Defines whether the tree list item will show a collapse or expand icon inside its toggle button.",
12583
+ "value": { "type": "boolean" }
12584
+ },
12585
+ {
12586
+ "name": "movable",
12587
+ "description": "Defines whether the item is movable.",
12588
+ "value": { "type": "boolean" }
12589
+ },
12590
+ {
12591
+ "name": "indeterminate",
12592
+ "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
12593
+ "value": { "type": "boolean" }
12594
+ },
12595
+ {
12596
+ "name": "has-children",
12597
+ "description": "Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.\n\n**Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.\nSet this to `true` for nodes you intend to load lazily, when the user clicks the expand button.\nIt is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.",
12598
+ "value": { "type": "boolean" }
12599
+ },
12600
+ {
12601
+ "name": "additional-text-state",
12602
+ "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12603
+ "value": {
12604
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
12605
+ }
12606
+ },
12607
+ {
12608
+ "name": "accessible-name",
12609
+ "description": "Defines the accessible name of the component.",
12610
+ "value": { "type": "string | undefined" }
12611
+ },
12612
+ {
12613
+ "name": "type",
12614
+ "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.",
12615
+ "value": {
12616
+ "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
12617
+ }
12618
+ },
12619
+ {
12620
+ "name": "accessibility-attributes",
12621
+ "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.",
12622
+ "value": { "type": "ListItemAccessibilityAttributes" }
12623
+ },
12624
+ {
12625
+ "name": "navigated",
12626
+ "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
12627
+ "value": { "type": "boolean" }
12628
+ },
12629
+ {
12630
+ "name": "tooltip",
12631
+ "description": "Defines the text of the tooltip that would be displayed for the list item.",
12632
+ "value": { "type": "string | undefined" }
12633
+ },
12634
+ {
12635
+ "name": "highlight",
12636
+ "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12637
+ "value": {
12638
+ "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
12639
+ }
12640
+ },
12641
+ {
12642
+ "name": "selected",
12643
+ "description": "Defines the selected state of the component.",
12644
+ "value": { "type": "boolean" }
12645
+ }
12646
+ ],
12647
+ "events": [
12648
+ {
12649
+ "name": "detail-click",
12650
+ "description": "Fired when the user clicks on the detail button when type is `Detail`."
12651
+ }
12652
+ ]
12653
+ }
12654
+ },
12655
+ {
12656
+ "name": "ui5-yearpicker",
12657
+ "description": "Displays years which can be selected.\n---\n",
12658
+ "doc-url": "",
12659
+ "attributes": [
12660
+ {
12661
+ "name": "primary-calendar-type",
12662
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
12663
+ "value": {
12664
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
12665
+ "default": "undefined"
12666
+ }
12667
+ },
12668
+ {
12669
+ "name": "secondary-calendar-type",
12670
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
12671
+ "value": {
12672
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
12673
+ "default": "undefined"
12674
+ }
12675
+ },
12676
+ {
12677
+ "name": "format-pattern",
12678
+ "description": "Determines the format, displayed in the input field.",
12679
+ "value": { "type": "string | undefined", "default": "undefined" }
12680
+ },
12681
+ {
12682
+ "name": "display-format",
12683
+ "description": "Determines the format, displayed in the input field.",
12684
+ "value": { "type": "string | undefined", "default": "undefined" }
12685
+ },
12686
+ {
12687
+ "name": "value-format",
12688
+ "description": "Determines the format, used for the value attribute.",
12689
+ "value": { "type": "string | undefined", "default": "undefined" }
12690
+ },
12691
+ {
12692
+ "name": "min-date",
12693
+ "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).",
12694
+ "value": { "type": "string", "default": "\"\"" }
12695
+ },
12696
+ {
12697
+ "name": "max-date",
12698
+ "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).",
12699
+ "value": { "type": "string", "default": "\"\"" }
12700
+ },
12701
+ {
12702
+ "name": "calendar-week-numbering",
12703
+ "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.",
12704
+ "value": {
12705
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
12706
+ "default": "\"Default\""
12707
+ }
12708
+ }
12709
+ ],
12710
+ "events": [],
12711
+ "js": {
12712
+ "properties": [
12713
+ {
12714
+ "name": "primary-calendar-type",
12715
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
12716
+ "value": {
12717
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
12718
+ }
12719
+ },
12720
+ {
12721
+ "name": "secondary-calendar-type",
12722
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
12723
+ "value": {
12724
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
12725
+ }
12726
+ },
12727
+ {
12728
+ "name": "format-pattern",
12729
+ "description": "Determines the format, displayed in the input field.",
12730
+ "value": { "type": "string | undefined" }
12731
+ },
12732
+ {
12733
+ "name": "display-format",
12734
+ "description": "Determines the format, displayed in the input field.",
12735
+ "value": { "type": "string | undefined" }
12736
+ },
12737
+ {
12738
+ "name": "value-format",
12739
+ "description": "Determines the format, used for the value attribute.",
12740
+ "value": { "type": "string | undefined" }
12741
+ },
12742
+ {
12743
+ "name": "min-date",
12744
+ "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).",
12745
+ "value": { "type": "string" }
12746
+ },
12747
+ {
12748
+ "name": "max-date",
12749
+ "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).",
12750
+ "value": { "type": "string" }
12751
+ },
12752
+ {
12753
+ "name": "calendar-week-numbering",
12754
+ "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.",
12755
+ "value": {
12756
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
12757
+ }
12758
+ }
12759
+ ],
12760
+ "events": []
12761
+ }
12762
+ },
12763
+ {
12764
+ "name": "ui5-yearrangepicker",
12765
+ "description": "Displays year ranges which help navigate through years faster.\n---\n",
12766
+ "doc-url": "",
12767
+ "attributes": [
11434
12768
  {
11435
- "name": "type",
11436
- "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.",
12769
+ "name": "primary-calendar-type",
12770
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
11437
12771
  "value": {
11438
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\"",
11439
- "default": "\"Active\""
12772
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
12773
+ "default": "undefined"
11440
12774
  }
11441
12775
  },
11442
12776
  {
11443
- "name": "accessibility-attributes",
11444
- "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.",
12777
+ "name": "secondary-calendar-type",
12778
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
11445
12779
  "value": {
11446
- "type": "ListItemAccessibilityAttributes",
11447
- "default": "{}"
12780
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined",
12781
+ "default": "undefined"
11448
12782
  }
11449
12783
  },
11450
12784
  {
11451
- "name": "navigated",
11452
- "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
11453
- "value": { "type": "boolean", "default": "false" }
11454
- },
11455
- {
11456
- "name": "tooltip",
11457
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
12785
+ "name": "format-pattern",
12786
+ "description": "Determines the format, displayed in the input field.",
11458
12787
  "value": { "type": "string | undefined", "default": "undefined" }
11459
12788
  },
11460
12789
  {
11461
- "name": "highlight",
11462
- "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
11463
- "value": {
11464
- "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\"",
11465
- "default": "\"None\""
11466
- }
12790
+ "name": "display-format",
12791
+ "description": "Determines the format, displayed in the input field.",
12792
+ "value": { "type": "string | undefined", "default": "undefined" }
11467
12793
  },
11468
12794
  {
11469
- "name": "selected",
11470
- "description": "Defines the selected state of the component.",
11471
- "value": { "type": "boolean", "default": "false" }
11472
- }
11473
- ],
11474
- "slots": [
11475
- {
11476
- "name": "content",
11477
- "description": "Defines the content of the `ui5-tree-item`."
12795
+ "name": "value-format",
12796
+ "description": "Determines the format, used for the value attribute.",
12797
+ "value": { "type": "string | undefined", "default": "undefined" }
11478
12798
  },
11479
12799
  {
11480
- "name": "default",
11481
- "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
12800
+ "name": "min-date",
12801
+ "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).",
12802
+ "value": { "type": "string", "default": "\"\"" }
11482
12803
  },
11483
12804
  {
11484
- "name": "image",
11485
- "description": "**Note:** While the slot allows option for setting custom avatar, to match the\ndesign guidelines, please use the `ui5-avatar` with size XS.\n\n**Note:** If bigger `ui5-avatar` needs to be used, then the size of the\n`ui5-tree-item` should be customized in order to fit."
12805
+ "name": "max-date",
12806
+ "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).",
12807
+ "value": { "type": "string", "default": "\"\"" }
11486
12808
  },
11487
12809
  {
11488
- "name": "deleteButton",
11489
- "description": "Defines the delete button, displayed in \"Delete\" mode.\n**Note:** While the slot allows custom buttons, to match\ndesign guidelines, please use the `ui5-button` component.\n**Note:** When the slot is not present, a built-in delete button will be displayed."
11490
- }
11491
- ],
11492
- "events": [
11493
- {
11494
- "name": "detail-click",
11495
- "description": "Fired when the user clicks on the detail button when type is `Detail`."
12810
+ "name": "calendar-week-numbering",
12811
+ "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.",
12812
+ "value": {
12813
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\"",
12814
+ "default": "\"Default\""
12815
+ }
11496
12816
  }
11497
12817
  ],
12818
+ "events": [],
11498
12819
  "js": {
11499
12820
  "properties": [
11500
12821
  {
11501
- "name": "hide-selection-element",
11502
- "description": "Defines whether the tree list item should display the selection element.",
11503
- "value": { "type": "boolean" }
11504
- },
11505
- {
11506
- "name": "icon",
11507
- "description": "If set, an icon will be displayed before the text of the tree list item.",
11508
- "value": { "type": "string | undefined" }
11509
- },
11510
- {
11511
- "name": "expanded",
11512
- "description": "Defines whether the tree list item will show a collapse or expand icon inside its toggle button.",
11513
- "value": { "type": "boolean" }
11514
- },
11515
- {
11516
- "name": "movable",
11517
- "description": "Defines whether the item is movable.",
11518
- "value": { "type": "boolean" }
11519
- },
11520
- {
11521
- "name": "indeterminate",
11522
- "description": "Defines whether the selection of a tree node is displayed as partially selected.\n\n**Note:** The indeterminate state can be set only programmatically and can’t be achieved by user\ninteraction, meaning that the resulting visual state depends on the values of the `indeterminate`\nand `selected` properties:\n\n- If a tree node has both `selected` and `indeterminate` set to `true`, it is displayed as partially selected.\n- If a tree node has `selected` set to `true` and `indeterminate` set to `false`, it is displayed as selected.\n- If a tree node has `selected` set to `false`, it is displayed as not selected regardless of the value of the `indeterminate` property.\n\n**Note:** This property takes effect only when the `ui5-tree` is in `Multiple` mode.",
11523
- "value": { "type": "boolean" }
11524
- },
11525
- {
11526
- "name": "has-children",
11527
- "description": "Defines whether the tree node has children, even if currently no other tree nodes are slotted inside.\n\n**Note:** This property is useful for showing big tree structures where not all nodes are initially loaded due to performance reasons.\nSet this to `true` for nodes you intend to load lazily, when the user clicks the expand button.\nIt is not necessary to set this property otherwise. If a tree item has children, the expand button will be displayed anyway.",
11528
- "value": { "type": "boolean" }
12822
+ "name": "primary-calendar-type",
12823
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
12824
+ "value": {
12825
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
12826
+ }
11529
12827
  },
11530
12828
  {
11531
- "name": "additional-text-state",
11532
- "description": "Defines the state of the `additionalText`.\n\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12829
+ "name": "secondary-calendar-type",
12830
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
11533
12831
  "value": {
11534
- "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
12832
+ "type": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
11535
12833
  }
11536
12834
  },
11537
12835
  {
11538
- "name": "accessible-name",
11539
- "description": "Defines the accessible name of the component.",
12836
+ "name": "format-pattern",
12837
+ "description": "Determines the format, displayed in the input field.",
11540
12838
  "value": { "type": "string | undefined" }
11541
12839
  },
11542
12840
  {
11543
- "name": "type",
11544
- "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.",
11545
- "value": {
11546
- "type": "\"Navigation\" | \"Inactive\" | \"Active\" | \"Detail\""
11547
- }
12841
+ "name": "display-format",
12842
+ "description": "Determines the format, displayed in the input field.",
12843
+ "value": { "type": "string | undefined" }
11548
12844
  },
11549
12845
  {
11550
- "name": "accessibility-attributes",
11551
- "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.",
11552
- "value": { "type": "ListItemAccessibilityAttributes" }
12846
+ "name": "value-format",
12847
+ "description": "Determines the format, used for the value attribute.",
12848
+ "value": { "type": "string | undefined" }
11553
12849
  },
11554
12850
  {
11555
- "name": "navigated",
11556
- "description": "The navigated state of the list item.\nIf set to `true`, a navigation indicator is displayed at the end of the list item.",
11557
- "value": { "type": "boolean" }
12851
+ "name": "min-date",
12852
+ "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).",
12853
+ "value": { "type": "string" }
11558
12854
  },
11559
12855
  {
11560
- "name": "tooltip",
11561
- "description": "Defines the text of the tooltip that would be displayed for the list item.",
11562
- "value": { "type": "string | undefined" }
12856
+ "name": "max-date",
12857
+ "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).",
12858
+ "value": { "type": "string" }
11563
12859
  },
11564
12860
  {
11565
- "name": "highlight",
11566
- "description": "Defines the highlight state of the list items.\nAvailable options are: `\"None\"` (by default), `\"Positive\"`, `\"Critical\"`, `\"Information\"` and `\"Negative\"`.",
12861
+ "name": "calendar-week-numbering",
12862
+ "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.",
11567
12863
  "value": {
11568
- "type": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
12864
+ "type": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
11569
12865
  }
11570
- },
11571
- {
11572
- "name": "selected",
11573
- "description": "Defines the selected state of the component.",
11574
- "value": { "type": "boolean" }
11575
12866
  }
11576
12867
  ],
11577
- "events": [
11578
- {
11579
- "name": "detail-click",
11580
- "description": "Fired when the user clicks on the detail button when type is `Detail`."
11581
- }
11582
- ]
12868
+ "events": []
11583
12869
  }
11584
12870
  }
11585
12871
  ]
@@ -11735,6 +13021,18 @@
11735
13021
  "name": "part(input)",
11736
13022
  "description": "Used to style the input element. This part is forwarded to the underlying ui5-input element."
11737
13023
  },
13024
+ {
13025
+ "name": "part(root)",
13026
+ "description": "Used to style the root DOM element of the Input component"
13027
+ },
13028
+ {
13029
+ "name": "part(input)",
13030
+ "description": "Used to style the native input element"
13031
+ },
13032
+ {
13033
+ "name": "part(clear-icon)",
13034
+ "description": "Used to style the clear icon, which can be pressed to clear user input text"
13035
+ },
11738
13036
  {
11739
13037
  "name": "part(input)",
11740
13038
  "description": "Used to style the input element. This part is forwarded to the underlying ui5-input element."
@@ -11987,6 +13285,50 @@
11987
13285
  "name": "part(header)",
11988
13286
  "description": "Used to style the header item of the group"
11989
13287
  },
13288
+ {
13289
+ "name": "part(title)",
13290
+ "description": "Used to style the title of the suggestion list item"
13291
+ },
13292
+ {
13293
+ "name": "part(description)",
13294
+ "description": "Used to style the description of the suggestion list item"
13295
+ },
13296
+ {
13297
+ "name": "part(info)",
13298
+ "description": "Used to style the info of the suggestion list item"
13299
+ },
13300
+ {
13301
+ "name": "part(additional-text)",
13302
+ "description": "Used to style the additionalText of the list item"
13303
+ },
13304
+ {
13305
+ "name": "part(icon)",
13306
+ "description": "Used to style the icon of the list item"
13307
+ },
13308
+ {
13309
+ "name": "part(native-li)",
13310
+ "description": "Used to style the main li tag of the list item"
13311
+ },
13312
+ {
13313
+ "name": "part(content)",
13314
+ "description": "Used to style the content area of the list item"
13315
+ },
13316
+ {
13317
+ "name": "part(detail-button)",
13318
+ "description": "Used to style the button rendered when the list item is of type detail"
13319
+ },
13320
+ {
13321
+ "name": "part(delete-button)",
13322
+ "description": "Used to style the button rendered when the list item is in delete mode"
13323
+ },
13324
+ {
13325
+ "name": "part(radio)",
13326
+ "description": "Used to style the radio button rendered when the list item is in single selection mode"
13327
+ },
13328
+ {
13329
+ "name": "part(checkbox)",
13330
+ "description": "Used to style the checkbox rendered when the list item is in multiple selection mode"
13331
+ },
11990
13332
  {
11991
13333
  "name": "part(slider)",
11992
13334
  "description": "Used to style the track, where the handle is being slid"
@@ -12035,6 +13377,18 @@
12035
13377
  "name": "part(endIcon)",
12036
13378
  "description": "Used to style the end icon in the native button element"
12037
13379
  },
13380
+ {
13381
+ "name": "part(button)",
13382
+ "description": "Used to style the native button element"
13383
+ },
13384
+ {
13385
+ "name": "part(icon)",
13386
+ "description": "Used to style the icon in the native button element"
13387
+ },
13388
+ {
13389
+ "name": "part(endIcon)",
13390
+ "description": "Used to style the end icon in the native button element"
13391
+ },
12038
13392
  {
12039
13393
  "name": "part(title)",
12040
13394
  "description": "Used to style the title of the tree list item"