@ui5/webcomponents 2.9.0-rc.2 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (661) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/cypress/specs/AvatarGroup.cy.tsx +16 -1
  3. package/cypress/specs/Calendar.cy.tsx +55 -48
  4. package/cypress/specs/DateControlsWithTimezone.cy.tsx +2 -2
  5. package/cypress/specs/DatePicker.cy.tsx +14 -8
  6. package/cypress/specs/DateRangePicker.cy.tsx +27 -21
  7. package/cypress/specs/DateTimePicker.cy.tsx +102 -67
  8. package/cypress/specs/DayPicker.cy.tsx +1 -1
  9. package/cypress/specs/FormSupport.cy.tsx +58 -1
  10. package/cypress/specs/Input.cy.tsx +61 -1
  11. package/cypress/specs/MultiInput.cy.tsx +21 -0
  12. package/cypress/specs/Select.cy.tsx +152 -0
  13. package/cypress/specs/TableGrowing.cy.tsx +18 -18
  14. package/cypress/specs/TableNavigation.cy.tsx +3 -3
  15. package/cypress/specs/TableRowActions.cy.tsx +6 -0
  16. package/cypress/support/commands/Calendar.commands.ts +9 -3
  17. package/cypress/support/commands/DatePicker.commands.ts +1 -1
  18. package/dist/.tsbuildinfo +1 -1
  19. package/dist/Avatar.d.ts +5 -3
  20. package/dist/Avatar.js +7 -5
  21. package/dist/Avatar.js.map +1 -1
  22. package/dist/AvatarGroup.d.ts +1 -1
  23. package/dist/AvatarGroup.js +2 -2
  24. package/dist/AvatarGroup.js.map +1 -1
  25. package/dist/DatePicker.d.ts +9 -5
  26. package/dist/DatePicker.js +42 -22
  27. package/dist/DatePicker.js.map +1 -1
  28. package/dist/DatePickerInputTemplate.js +2 -2
  29. package/dist/DatePickerInputTemplate.js.map +1 -1
  30. package/dist/DatePickerPopoverTemplate.js +34 -1
  31. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  32. package/dist/DateRangePicker.d.ts +6 -2
  33. package/dist/DateRangePicker.js +10 -8
  34. package/dist/DateRangePicker.js.map +1 -1
  35. package/dist/DateTimePicker.d.ts +1 -18
  36. package/dist/DateTimePicker.js +5 -25
  37. package/dist/DateTimePicker.js.map +1 -1
  38. package/dist/DateTimePickerTemplate.js +16 -18
  39. package/dist/DateTimePickerTemplate.js.map +1 -1
  40. package/dist/DayPicker.d.ts +3 -0
  41. package/dist/DayPicker.js +12 -3
  42. package/dist/DayPicker.js.map +1 -1
  43. package/dist/Input.js +3 -0
  44. package/dist/Input.js.map +1 -1
  45. package/dist/MonthPicker.js +7 -1
  46. package/dist/MonthPicker.js.map +1 -1
  47. package/dist/MultiInput.d.ts +2 -0
  48. package/dist/MultiInput.js +8 -2
  49. package/dist/MultiInput.js.map +1 -1
  50. package/dist/MultiInputTemplate.js +2 -1
  51. package/dist/MultiInputTemplate.js.map +1 -1
  52. package/dist/ResponsivePopoverTemplate.js +1 -1
  53. package/dist/ResponsivePopoverTemplate.js.map +1 -1
  54. package/dist/Select.d.ts +38 -5
  55. package/dist/Select.js +73 -17
  56. package/dist/Select.js.map +1 -1
  57. package/dist/SelectPopoverTemplate.js +1 -1
  58. package/dist/SelectPopoverTemplate.js.map +1 -1
  59. package/dist/Table.d.ts +2 -2
  60. package/dist/Table.js +3 -3
  61. package/dist/Table.js.map +1 -1
  62. package/dist/TableGrowing.d.ts +12 -12
  63. package/dist/TableGrowing.js +13 -13
  64. package/dist/TableGrowing.js.map +1 -1
  65. package/dist/TableGrowingTemplate.js +2 -2
  66. package/dist/TableGrowingTemplate.js.map +1 -1
  67. package/dist/TableNavigation.js +2 -2
  68. package/dist/TableNavigation.js.map +1 -1
  69. package/dist/TableRowActionBase.d.ts +8 -7
  70. package/dist/TableRowActionBase.js +24 -9
  71. package/dist/TableRowActionBase.js.map +1 -1
  72. package/dist/TableSelectionBase.d.ts +2 -4
  73. package/dist/TableSelectionBase.js +0 -1
  74. package/dist/TableSelectionBase.js.map +1 -1
  75. package/dist/TableSelectionMulti.d.ts +1 -3
  76. package/dist/TableSelectionMulti.js +2 -4
  77. package/dist/TableSelectionMulti.js.map +1 -1
  78. package/dist/TableSelectionSingle.d.ts +1 -1
  79. package/dist/TableSelectionSingle.js +2 -2
  80. package/dist/TableSelectionSingle.js.map +1 -1
  81. package/dist/TableTemplate.js +2 -2
  82. package/dist/TableTemplate.js.map +1 -1
  83. package/dist/TimePicker.d.ts +0 -15
  84. package/dist/TimePicker.js +0 -17
  85. package/dist/TimePicker.js.map +1 -1
  86. package/dist/TimePickerPopoverTemplate.js +6 -1
  87. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  88. package/dist/css/themes/Avatar.css +1 -1
  89. package/dist/css/themes/AvatarGroup.css +1 -1
  90. package/dist/css/themes/Bar.css +1 -1
  91. package/dist/css/themes/Breadcrumbs.css +1 -1
  92. package/dist/css/themes/BusyIndicator.css +1 -1
  93. package/dist/css/themes/Button.css +1 -1
  94. package/dist/css/themes/ButtonBadge.css +1 -1
  95. package/dist/css/themes/Calendar.css +1 -1
  96. package/dist/css/themes/CalendarHeader.css +1 -1
  97. package/dist/css/themes/CalendarLegend.css +1 -1
  98. package/dist/css/themes/CalendarLegendItem.css +1 -1
  99. package/dist/css/themes/Card.css +1 -1
  100. package/dist/css/themes/CardHeader.css +1 -1
  101. package/dist/css/themes/Carousel.css +1 -1
  102. package/dist/css/themes/CheckBox.css +1 -1
  103. package/dist/css/themes/ColorPalette.css +1 -1
  104. package/dist/css/themes/ColorPaletteItem.css +1 -1
  105. package/dist/css/themes/ColorPalettePopover.css +1 -1
  106. package/dist/css/themes/ColorPicker.css +1 -1
  107. package/dist/css/themes/ComboBox.css +1 -1
  108. package/dist/css/themes/ComboBoxItem.css +1 -1
  109. package/dist/css/themes/ComboBoxPopover.css +1 -1
  110. package/dist/css/themes/DatePicker.css +1 -1
  111. package/dist/css/themes/DatePickerPopover.css +1 -1
  112. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  113. package/dist/css/themes/DayPicker.css +1 -1
  114. package/dist/css/themes/Dialog.css +1 -1
  115. package/dist/css/themes/FileUploader.css +1 -1
  116. package/dist/css/themes/Form.css +1 -1
  117. package/dist/css/themes/FormItem.css +1 -1
  118. package/dist/css/themes/FormItemSpan.css +1 -1
  119. package/dist/css/themes/GrowingButton.css +1 -1
  120. package/dist/css/themes/Icon.css +1 -1
  121. package/dist/css/themes/Input.css +1 -1
  122. package/dist/css/themes/InputIcon.css +1 -1
  123. package/dist/css/themes/InputSharedStyles.css +1 -1
  124. package/dist/css/themes/Link.css +1 -1
  125. package/dist/css/themes/List.css +1 -1
  126. package/dist/css/themes/ListItem.css +1 -1
  127. package/dist/css/themes/ListItemBase.css +1 -1
  128. package/dist/css/themes/ListItemCustom.css +1 -1
  129. package/dist/css/themes/ListItemGroup.css +1 -1
  130. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  131. package/dist/css/themes/ListItemIcon.css +1 -1
  132. package/dist/css/themes/Menu.css +1 -1
  133. package/dist/css/themes/MenuItem.css +1 -1
  134. package/dist/css/themes/MessageStrip.css +1 -1
  135. package/dist/css/themes/MonthPicker.css +1 -1
  136. package/dist/css/themes/MultiComboBox.css +1 -1
  137. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  138. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  139. package/dist/css/themes/MultiInput.css +1 -1
  140. package/dist/css/themes/OptionBase.css +1 -1
  141. package/dist/css/themes/Panel.css +1 -1
  142. package/dist/css/themes/Popover.css +1 -1
  143. package/dist/css/themes/PopupsCommon.css +1 -1
  144. package/dist/css/themes/ProgressIndicator.css +1 -1
  145. package/dist/css/themes/RadioButton.css +1 -1
  146. package/dist/css/themes/RangeSlider.css +1 -1
  147. package/dist/css/themes/RatingIndicator.css +1 -1
  148. package/dist/css/themes/ResponsivePopover.css +1 -1
  149. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  150. package/dist/css/themes/SegmentedButton.css +1 -1
  151. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  152. package/dist/css/themes/Select.css +1 -1
  153. package/dist/css/themes/SliderBase.css +1 -1
  154. package/dist/css/themes/SplitButton.css +1 -1
  155. package/dist/css/themes/StepInput.css +1 -1
  156. package/dist/css/themes/SuggestionItem.css +1 -1
  157. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  158. package/dist/css/themes/Switch.css +1 -1
  159. package/dist/css/themes/TabContainer.css +1 -1
  160. package/dist/css/themes/TabInOverflow.css +1 -1
  161. package/dist/css/themes/TabInStrip.css +1 -1
  162. package/dist/css/themes/TabSemanticIcon.css +1 -1
  163. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  164. package/dist/css/themes/Table.css +1 -1
  165. package/dist/css/themes/TableCellBase.css +1 -1
  166. package/dist/css/themes/TableGrowing.css +1 -1
  167. package/dist/css/themes/TableHeaderRow.css +1 -1
  168. package/dist/css/themes/TableRow.css +1 -1
  169. package/dist/css/themes/TableRowActionBase.css +1 -1
  170. package/dist/css/themes/TableRowBase.css +1 -1
  171. package/dist/css/themes/Tag.css +1 -1
  172. package/dist/css/themes/Text.css +1 -1
  173. package/dist/css/themes/TextArea.css +1 -1
  174. package/dist/css/themes/TimePicker.css +1 -1
  175. package/dist/css/themes/Toast.css +1 -1
  176. package/dist/css/themes/ToggleButton.css +1 -1
  177. package/dist/css/themes/Token.css +1 -1
  178. package/dist/css/themes/Tokenizer.css +1 -1
  179. package/dist/css/themes/TokenizerPopover.css +1 -1
  180. package/dist/css/themes/Toolbar.css +1 -1
  181. package/dist/css/themes/ToolbarPopover.css +1 -1
  182. package/dist/css/themes/TreeItem.css +1 -1
  183. package/dist/css/themes/ValueStateMessage.css +1 -1
  184. package/dist/css/themes/YearPicker.css +1 -1
  185. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  186. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  187. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  188. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  189. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  190. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  191. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  192. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  193. package/dist/custom-elements-internal.json +1531 -1240
  194. package/dist/custom-elements.json +1236 -1137
  195. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  196. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  197. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  198. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  199. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  200. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  217. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  244. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  245. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  246. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  247. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  248. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  249. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  250. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  251. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  252. package/dist/generated/i18n/i18n-defaults.d.ts +2 -1
  253. package/dist/generated/i18n/i18n-defaults.js +2 -1
  254. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  255. package/dist/generated/json-imports/i18n-fetch.js +2 -2
  256. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  257. package/dist/generated/json-imports/i18n.js +2 -2
  258. package/dist/generated/json-imports/i18n.js.map +1 -1
  259. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  260. package/dist/generated/themes/Avatar.css.js +1 -1
  261. package/dist/generated/themes/Avatar.css.js.map +1 -1
  262. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  263. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  264. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  265. package/dist/generated/themes/Bar.css.d.ts +1 -1
  266. package/dist/generated/themes/Bar.css.js +1 -1
  267. package/dist/generated/themes/Bar.css.js.map +1 -1
  268. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  269. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  270. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  271. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  272. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  273. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  274. package/dist/generated/themes/Button.css.d.ts +1 -1
  275. package/dist/generated/themes/Button.css.js +1 -1
  276. package/dist/generated/themes/Button.css.js.map +1 -1
  277. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  278. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  279. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  280. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  281. package/dist/generated/themes/Calendar.css.js +1 -1
  282. package/dist/generated/themes/Calendar.css.js.map +1 -1
  283. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  284. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  285. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  286. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  287. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  288. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  289. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  290. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  291. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  292. package/dist/generated/themes/Card.css.d.ts +1 -1
  293. package/dist/generated/themes/Card.css.js +1 -1
  294. package/dist/generated/themes/Card.css.js.map +1 -1
  295. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  296. package/dist/generated/themes/CardHeader.css.js +1 -1
  297. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  298. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  299. package/dist/generated/themes/Carousel.css.js +1 -1
  300. package/dist/generated/themes/Carousel.css.js.map +1 -1
  301. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  302. package/dist/generated/themes/CheckBox.css.js +1 -1
  303. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  304. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  305. package/dist/generated/themes/ColorPalette.css.js +1 -1
  306. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  307. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  308. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  309. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  310. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  311. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  312. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  313. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  314. package/dist/generated/themes/ColorPicker.css.js +1 -1
  315. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  316. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  317. package/dist/generated/themes/ComboBox.css.js +1 -1
  318. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  319. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  320. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  321. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  322. package/dist/generated/themes/ComboBoxPopover.css.d.ts +1 -1
  323. package/dist/generated/themes/ComboBoxPopover.css.js +1 -1
  324. package/dist/generated/themes/ComboBoxPopover.css.js.map +1 -1
  325. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  326. package/dist/generated/themes/DatePicker.css.js +1 -1
  327. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  328. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  329. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  330. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  331. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  332. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  333. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  334. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  335. package/dist/generated/themes/DayPicker.css.js +1 -1
  336. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  337. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  338. package/dist/generated/themes/Dialog.css.js +1 -1
  339. package/dist/generated/themes/Dialog.css.js.map +1 -1
  340. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  341. package/dist/generated/themes/FileUploader.css.js +1 -1
  342. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  343. package/dist/generated/themes/Form.css.d.ts +1 -1
  344. package/dist/generated/themes/Form.css.js +1 -1
  345. package/dist/generated/themes/Form.css.js.map +1 -1
  346. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  347. package/dist/generated/themes/FormItem.css.js +1 -1
  348. package/dist/generated/themes/FormItem.css.js.map +1 -1
  349. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  350. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  351. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  352. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  353. package/dist/generated/themes/GrowingButton.css.js +1 -1
  354. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  355. package/dist/generated/themes/Icon.css.d.ts +1 -1
  356. package/dist/generated/themes/Icon.css.js +1 -1
  357. package/dist/generated/themes/Icon.css.js.map +1 -1
  358. package/dist/generated/themes/Input.css.d.ts +1 -1
  359. package/dist/generated/themes/Input.css.js +1 -1
  360. package/dist/generated/themes/Input.css.js.map +1 -1
  361. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  362. package/dist/generated/themes/InputIcon.css.js +1 -1
  363. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  364. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  365. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  366. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  367. package/dist/generated/themes/Link.css.d.ts +1 -1
  368. package/dist/generated/themes/Link.css.js +1 -1
  369. package/dist/generated/themes/Link.css.js.map +1 -1
  370. package/dist/generated/themes/List.css.d.ts +1 -1
  371. package/dist/generated/themes/List.css.js +1 -1
  372. package/dist/generated/themes/List.css.js.map +1 -1
  373. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  374. package/dist/generated/themes/ListItem.css.js +1 -1
  375. package/dist/generated/themes/ListItem.css.js.map +1 -1
  376. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  377. package/dist/generated/themes/ListItemBase.css.js +1 -1
  378. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  379. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  380. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  381. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  382. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  383. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  384. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  385. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  386. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  387. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  388. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  389. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  390. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  391. package/dist/generated/themes/Menu.css.d.ts +1 -1
  392. package/dist/generated/themes/Menu.css.js +1 -1
  393. package/dist/generated/themes/Menu.css.js.map +1 -1
  394. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  395. package/dist/generated/themes/MenuItem.css.js +1 -1
  396. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  397. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  398. package/dist/generated/themes/MessageStrip.css.js +1 -1
  399. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  400. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  401. package/dist/generated/themes/MonthPicker.css.js +1 -1
  402. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  403. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  404. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  405. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  406. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  407. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  408. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  409. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  410. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  411. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  412. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  413. package/dist/generated/themes/MultiInput.css.js +1 -1
  414. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  415. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  416. package/dist/generated/themes/OptionBase.css.js +1 -1
  417. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  418. package/dist/generated/themes/Panel.css.d.ts +1 -1
  419. package/dist/generated/themes/Panel.css.js +1 -1
  420. package/dist/generated/themes/Panel.css.js.map +1 -1
  421. package/dist/generated/themes/Popover.css.d.ts +1 -1
  422. package/dist/generated/themes/Popover.css.js +1 -1
  423. package/dist/generated/themes/Popover.css.js.map +1 -1
  424. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  425. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  426. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  427. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  428. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  429. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  430. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  431. package/dist/generated/themes/RadioButton.css.js +1 -1
  432. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  433. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  434. package/dist/generated/themes/RangeSlider.css.js +1 -1
  435. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  436. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  437. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  438. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  439. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  440. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  441. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  442. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  443. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  444. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  445. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  446. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  447. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  448. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  449. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  450. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  451. package/dist/generated/themes/Select.css.d.ts +1 -1
  452. package/dist/generated/themes/Select.css.js +1 -1
  453. package/dist/generated/themes/Select.css.js.map +1 -1
  454. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  455. package/dist/generated/themes/SliderBase.css.js +1 -1
  456. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  457. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  458. package/dist/generated/themes/SplitButton.css.js +1 -1
  459. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  460. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  461. package/dist/generated/themes/StepInput.css.js +1 -1
  462. package/dist/generated/themes/StepInput.css.js.map +1 -1
  463. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  464. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  465. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  466. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  467. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  468. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  469. package/dist/generated/themes/Switch.css.d.ts +1 -1
  470. package/dist/generated/themes/Switch.css.js +1 -1
  471. package/dist/generated/themes/Switch.css.js.map +1 -1
  472. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  473. package/dist/generated/themes/TabContainer.css.js +1 -1
  474. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  475. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  476. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  477. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  478. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  479. package/dist/generated/themes/TabInStrip.css.js +1 -1
  480. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  481. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  482. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  483. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  484. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  485. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  486. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  487. package/dist/generated/themes/Table.css.d.ts +1 -1
  488. package/dist/generated/themes/Table.css.js +1 -1
  489. package/dist/generated/themes/Table.css.js.map +1 -1
  490. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  491. package/dist/generated/themes/TableCellBase.css.js +1 -1
  492. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  493. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  494. package/dist/generated/themes/TableGrowing.css.js +1 -1
  495. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  496. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  497. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  498. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  499. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  500. package/dist/generated/themes/TableRow.css.js +1 -1
  501. package/dist/generated/themes/TableRow.css.js.map +1 -1
  502. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  503. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  504. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  505. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  506. package/dist/generated/themes/TableRowBase.css.js +1 -1
  507. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  508. package/dist/generated/themes/Tag.css.d.ts +1 -1
  509. package/dist/generated/themes/Tag.css.js +1 -1
  510. package/dist/generated/themes/Tag.css.js.map +1 -1
  511. package/dist/generated/themes/Text.css.d.ts +1 -1
  512. package/dist/generated/themes/Text.css.js +1 -1
  513. package/dist/generated/themes/Text.css.js.map +1 -1
  514. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  515. package/dist/generated/themes/TextArea.css.js +1 -1
  516. package/dist/generated/themes/TextArea.css.js.map +1 -1
  517. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  518. package/dist/generated/themes/TimePicker.css.js +1 -1
  519. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  520. package/dist/generated/themes/Toast.css.d.ts +1 -1
  521. package/dist/generated/themes/Toast.css.js +1 -1
  522. package/dist/generated/themes/Toast.css.js.map +1 -1
  523. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  524. package/dist/generated/themes/ToggleButton.css.js +1 -1
  525. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  526. package/dist/generated/themes/Token.css.d.ts +1 -1
  527. package/dist/generated/themes/Token.css.js +1 -1
  528. package/dist/generated/themes/Token.css.js.map +1 -1
  529. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  530. package/dist/generated/themes/Tokenizer.css.js +1 -1
  531. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  532. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  533. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  534. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  535. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  536. package/dist/generated/themes/Toolbar.css.js +1 -1
  537. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  538. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  539. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  540. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  541. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  542. package/dist/generated/themes/TreeItem.css.js +1 -1
  543. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  544. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  545. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  546. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  547. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  548. package/dist/generated/themes/YearPicker.css.js +1 -1
  549. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  550. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  551. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  552. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  553. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  554. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  555. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  556. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  557. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  558. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  559. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  560. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  561. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  562. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  563. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  564. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  565. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  566. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  567. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  568. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  569. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  570. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  571. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  572. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  573. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  574. package/dist/types/AvatarColorScheme.d.ts +5 -0
  575. package/dist/types/AvatarColorScheme.js +5 -0
  576. package/dist/types/AvatarColorScheme.js.map +1 -1
  577. package/dist/vscode.html-custom-data.json +36 -35
  578. package/dist/web-types.json +214 -50
  579. package/package-scripts.cjs +4 -0
  580. package/package.json +9 -9
  581. package/src/DatePickerInputTemplate.tsx +5 -4
  582. package/src/DatePickerPopoverTemplate.tsx +51 -0
  583. package/src/DateTimePickerTemplate.tsx +48 -51
  584. package/src/MultiInputTemplate.tsx +4 -0
  585. package/src/ResponsivePopoverTemplate.tsx +1 -0
  586. package/src/SelectPopoverTemplate.tsx +1 -0
  587. package/src/TableGrowingTemplate.tsx +7 -7
  588. package/src/TableTemplate.tsx +4 -4
  589. package/src/TimePickerPopoverTemplate.tsx +8 -3
  590. package/src/i18n/messagebundle.properties +4 -1
  591. package/src/i18n/messagebundle_ar.properties +2 -0
  592. package/src/i18n/messagebundle_bg.properties +2 -0
  593. package/src/i18n/messagebundle_ca.properties +2 -0
  594. package/src/i18n/messagebundle_cnr.properties +2 -0
  595. package/src/i18n/messagebundle_cs.properties +2 -0
  596. package/src/i18n/messagebundle_cy.properties +2 -0
  597. package/src/i18n/messagebundle_da.properties +2 -0
  598. package/src/i18n/messagebundle_de.properties +2 -0
  599. package/src/i18n/messagebundle_el.properties +2 -0
  600. package/src/i18n/messagebundle_en.properties +0 -214
  601. package/src/i18n/messagebundle_en_GB.properties +2 -0
  602. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
  603. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  604. package/src/i18n/messagebundle_es.properties +2 -0
  605. package/src/i18n/messagebundle_es_MX.properties +2 -0
  606. package/src/i18n/messagebundle_et.properties +2 -0
  607. package/src/i18n/messagebundle_fi.properties +2 -0
  608. package/src/i18n/messagebundle_fr.properties +3 -1
  609. package/src/i18n/messagebundle_fr_CA.properties +2 -0
  610. package/src/i18n/messagebundle_hi.properties +2 -0
  611. package/src/i18n/messagebundle_hr.properties +2 -0
  612. package/src/i18n/messagebundle_hu.properties +2 -0
  613. package/src/i18n/messagebundle_id.properties +2 -0
  614. package/src/i18n/messagebundle_it.properties +20 -18
  615. package/src/i18n/messagebundle_iw.properties +2 -0
  616. package/src/i18n/messagebundle_ja.properties +2 -0
  617. package/src/i18n/messagebundle_kk.properties +2 -0
  618. package/src/i18n/messagebundle_ko.properties +2 -0
  619. package/src/i18n/messagebundle_lt.properties +2 -0
  620. package/src/i18n/messagebundle_lv.properties +2 -0
  621. package/src/i18n/messagebundle_mk.properties +2 -0
  622. package/src/i18n/messagebundle_ms.properties +4 -2
  623. package/src/i18n/messagebundle_nl.properties +2 -0
  624. package/src/i18n/messagebundle_no.properties +2 -0
  625. package/src/i18n/messagebundle_pl.properties +2 -0
  626. package/src/i18n/messagebundle_pt.properties +2 -0
  627. package/src/i18n/messagebundle_pt_PT.properties +2 -0
  628. package/src/i18n/messagebundle_ro.properties +2 -0
  629. package/src/i18n/messagebundle_ru.properties +2 -0
  630. package/src/i18n/messagebundle_sh.properties +2 -0
  631. package/src/i18n/messagebundle_sk.properties +2 -0
  632. package/src/i18n/messagebundle_sl.properties +2 -0
  633. package/src/i18n/messagebundle_sr.properties +2 -0
  634. package/src/i18n/messagebundle_sv.properties +2 -0
  635. package/src/i18n/messagebundle_th.properties +2 -0
  636. package/src/i18n/messagebundle_tr.properties +2 -0
  637. package/src/i18n/messagebundle_uk.properties +2 -0
  638. package/src/i18n/messagebundle_vi.properties +2 -0
  639. package/src/i18n/messagebundle_zh_CN.properties +2 -0
  640. package/src/i18n/messagebundle_zh_TW.properties +2 -0
  641. package/src/themes/Avatar.css +1 -0
  642. package/src/themes/ComboBoxPopover.css +1 -2
  643. package/src/themes/DatePicker.css +4 -0
  644. package/src/themes/DatePickerPopover.css +7 -0
  645. package/src/themes/DateTimePickerPopover.css +9 -0
  646. package/src/themes/Input.css +1 -1
  647. package/src/themes/OptionBase.css +1 -0
  648. package/src/themes/Table.css +1 -1
  649. package/src/themes/TableGrowing.css +7 -7
  650. package/src/themes/base/Input-parameters.css +1 -0
  651. package/src/themes/sap_fiori_3/Input-parameters.css +1 -0
  652. package/src/themes/sap_fiori_3_dark/Input-parameters.css +1 -0
  653. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +1 -0
  654. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +1 -0
  655. package/src/themes/sap_horizon_hcb/Input-parameters.css +1 -0
  656. package/src/themes/sap_horizon_hcw/Input-parameters.css +1 -0
  657. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  658. package/dist/types/SearchPopupMode.d.ts +0 -22
  659. package/dist/types/SearchPopupMode.js +0 -24
  660. package/dist/types/SearchPopupMode.js.map +0 -1
  661. package/src/i18n/messagebundle_in.properties +0 -172
@@ -776,21 +776,6 @@
776
776
  }
777
777
  ]
778
778
  },
779
- {
780
- "kind": "javascript-module",
781
- "path": "dist/types/SearchPopupMode.js",
782
- "declarations": [],
783
- "exports": [
784
- {
785
- "kind": "js",
786
- "name": "default",
787
- "declaration": {
788
- "name": "SearchPopupMode",
789
- "module": "dist/types/SearchPopupMode.js"
790
- }
791
- }
792
- ]
793
- },
794
779
  {
795
780
  "kind": "javascript-module",
796
781
  "path": "dist/types/SegmentedButtonSelectionMode.js",
@@ -1189,8 +1174,8 @@
1189
1174
  }
1190
1175
  ]
1191
1176
  },
1192
- "default": "\"Accent6\"",
1193
- "description": "Defines the background color of the desired image.",
1177
+ "default": "\"Auto\"",
1178
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1194
1179
  "privacy": "public"
1195
1180
  },
1196
1181
  {
@@ -1286,12 +1271,12 @@
1286
1271
  }
1287
1272
  },
1288
1273
  {
1289
- "description": "Defines the background color of the desired image.",
1274
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1290
1275
  "name": "color-scheme",
1291
- "default": "\"Accent6\"",
1276
+ "default": "\"Auto\"",
1292
1277
  "fieldName": "colorScheme",
1293
1278
  "type": {
1294
- "text": "\"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
1279
+ "text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
1295
1280
  }
1296
1281
  },
1297
1282
  {
@@ -3094,92 +3079,6 @@
3094
3079
  "kind": "class",
3095
3080
  "description": "Abstract base class for Calendar, DayPicker, MonthPicker and YearPicker that adds support for:\n - common properties (timestamp, selectedDates): declarations and methods that operate on them\n - other common code",
3096
3081
  "name": "CalendarPart",
3097
- "superclass": {
3098
- "name": "DateComponentBase",
3099
- "package": "@ui5/webcomponents",
3100
- "module": "dist/DateComponentBase.js"
3101
- },
3102
- "customElement": true,
3103
- "attributes": [
3104
- {
3105
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3106
- "name": "primary-calendar-type",
3107
- "default": "undefined",
3108
- "fieldName": "primaryCalendarType",
3109
- "type": {
3110
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3111
- },
3112
- "inheritedFrom": {
3113
- "name": "DateComponentBase",
3114
- "module": "dist/DateComponentBase.js"
3115
- }
3116
- },
3117
- {
3118
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3119
- "name": "secondary-calendar-type",
3120
- "default": "undefined",
3121
- "fieldName": "secondaryCalendarType",
3122
- "type": {
3123
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3124
- },
3125
- "inheritedFrom": {
3126
- "name": "DateComponentBase",
3127
- "module": "dist/DateComponentBase.js"
3128
- }
3129
- },
3130
- {
3131
- "description": "Determines the format, displayed in the input field.",
3132
- "name": "format-pattern",
3133
- "default": "undefined",
3134
- "fieldName": "formatPattern",
3135
- "type": {
3136
- "text": "string | undefined"
3137
- },
3138
- "inheritedFrom": {
3139
- "name": "DateComponentBase",
3140
- "module": "dist/DateComponentBase.js"
3141
- }
3142
- },
3143
- {
3144
- "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).",
3145
- "name": "min-date",
3146
- "default": "\"\"",
3147
- "fieldName": "minDate",
3148
- "type": {
3149
- "text": "string"
3150
- },
3151
- "inheritedFrom": {
3152
- "name": "DateComponentBase",
3153
- "module": "dist/DateComponentBase.js"
3154
- }
3155
- },
3156
- {
3157
- "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).",
3158
- "name": "max-date",
3159
- "default": "\"\"",
3160
- "fieldName": "maxDate",
3161
- "type": {
3162
- "text": "string"
3163
- },
3164
- "inheritedFrom": {
3165
- "name": "DateComponentBase",
3166
- "module": "dist/DateComponentBase.js"
3167
- }
3168
- },
3169
- {
3170
- "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.",
3171
- "name": "calendar-week-numbering",
3172
- "default": "\"Default\"",
3173
- "fieldName": "calendarWeekNumbering",
3174
- "type": {
3175
- "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3176
- },
3177
- "inheritedFrom": {
3178
- "name": "DateComponentBase",
3179
- "module": "dist/DateComponentBase.js"
3180
- }
3181
- }
3182
- ],
3183
3082
  "members": [
3184
3083
  {
3185
3084
  "kind": "field",
@@ -3286,6 +3185,92 @@
3286
3185
  "module": "dist/DateComponentBase.js"
3287
3186
  }
3288
3187
  }
3188
+ ],
3189
+ "superclass": {
3190
+ "name": "DateComponentBase",
3191
+ "package": "@ui5/webcomponents",
3192
+ "module": "dist/DateComponentBase.js"
3193
+ },
3194
+ "customElement": true,
3195
+ "attributes": [
3196
+ {
3197
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3198
+ "name": "primary-calendar-type",
3199
+ "default": "undefined",
3200
+ "fieldName": "primaryCalendarType",
3201
+ "type": {
3202
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3203
+ },
3204
+ "inheritedFrom": {
3205
+ "name": "DateComponentBase",
3206
+ "module": "dist/DateComponentBase.js"
3207
+ }
3208
+ },
3209
+ {
3210
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3211
+ "name": "secondary-calendar-type",
3212
+ "default": "undefined",
3213
+ "fieldName": "secondaryCalendarType",
3214
+ "type": {
3215
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3216
+ },
3217
+ "inheritedFrom": {
3218
+ "name": "DateComponentBase",
3219
+ "module": "dist/DateComponentBase.js"
3220
+ }
3221
+ },
3222
+ {
3223
+ "description": "Determines the format, displayed in the input field.",
3224
+ "name": "format-pattern",
3225
+ "default": "undefined",
3226
+ "fieldName": "formatPattern",
3227
+ "type": {
3228
+ "text": "string | undefined"
3229
+ },
3230
+ "inheritedFrom": {
3231
+ "name": "DateComponentBase",
3232
+ "module": "dist/DateComponentBase.js"
3233
+ }
3234
+ },
3235
+ {
3236
+ "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).",
3237
+ "name": "min-date",
3238
+ "default": "\"\"",
3239
+ "fieldName": "minDate",
3240
+ "type": {
3241
+ "text": "string"
3242
+ },
3243
+ "inheritedFrom": {
3244
+ "name": "DateComponentBase",
3245
+ "module": "dist/DateComponentBase.js"
3246
+ }
3247
+ },
3248
+ {
3249
+ "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).",
3250
+ "name": "max-date",
3251
+ "default": "\"\"",
3252
+ "fieldName": "maxDate",
3253
+ "type": {
3254
+ "text": "string"
3255
+ },
3256
+ "inheritedFrom": {
3257
+ "name": "DateComponentBase",
3258
+ "module": "dist/DateComponentBase.js"
3259
+ }
3260
+ },
3261
+ {
3262
+ "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.",
3263
+ "name": "calendar-week-numbering",
3264
+ "default": "\"Default\"",
3265
+ "fieldName": "calendarWeekNumbering",
3266
+ "type": {
3267
+ "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3268
+ },
3269
+ "inheritedFrom": {
3270
+ "name": "DateComponentBase",
3271
+ "module": "dist/DateComponentBase.js"
3272
+ }
3273
+ }
3289
3274
  ]
3290
3275
  }
3291
3276
  ],
@@ -5138,38 +5123,15 @@
5138
5123
  "slots": [
5139
5124
  {
5140
5125
  "name": "default",
5141
- "description": "Defines the items of the <code>ui5-cb-item-group</code>."
5142
- }
5143
- ],
5144
- "superclass": {
5145
- "name": "ListItemGroup",
5146
- "package": "@ui5/webcomponents",
5147
- "module": "dist/ListItemGroup.js"
5148
- },
5149
- "tagName": "ui5-cb-item-group",
5150
- "customElement": true,
5151
- "attributes": [
5152
- {
5153
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
5154
- "name": "header-text",
5155
- "default": "undefined",
5156
- "fieldName": "headerText",
5157
- "type": {
5158
- "text": "string | undefined"
5159
- },
5126
+ "description": "Defines the items of the <code>ui5-cb-item-group</code>.",
5160
5127
  "inheritedFrom": {
5161
5128
  "name": "ListItemGroup",
5162
5129
  "module": "dist/ListItemGroup.js"
5163
5130
  }
5164
5131
  },
5165
5132
  {
5166
- "description": "Defines the accessible name of the header.",
5167
- "name": "header-accessible-name",
5168
- "default": "undefined",
5169
- "fieldName": "headerAccessibleName",
5170
- "type": {
5171
- "text": "string | undefined"
5172
- },
5133
+ "name": "header",
5134
+ "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.",
5173
5135
  "inheritedFrom": {
5174
5136
  "name": "ListItemGroup",
5175
5137
  "module": "dist/ListItemGroup.js"
@@ -5206,6 +5168,51 @@
5206
5168
  }
5207
5169
  }
5208
5170
  ],
5171
+ "superclass": {
5172
+ "name": "ListItemGroup",
5173
+ "package": "@ui5/webcomponents",
5174
+ "module": "dist/ListItemGroup.js"
5175
+ },
5176
+ "tagName": "ui5-cb-item-group",
5177
+ "customElement": true,
5178
+ "cssParts": [
5179
+ {
5180
+ "description": "Used to style the header item of the group",
5181
+ "name": "header",
5182
+ "inheritedFrom": {
5183
+ "name": "ListItemGroup",
5184
+ "module": "dist/ListItemGroup.js"
5185
+ }
5186
+ }
5187
+ ],
5188
+ "attributes": [
5189
+ {
5190
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
5191
+ "name": "header-text",
5192
+ "default": "undefined",
5193
+ "fieldName": "headerText",
5194
+ "type": {
5195
+ "text": "string | undefined"
5196
+ },
5197
+ "inheritedFrom": {
5198
+ "name": "ListItemGroup",
5199
+ "module": "dist/ListItemGroup.js"
5200
+ }
5201
+ },
5202
+ {
5203
+ "description": "Defines the accessible name of the header.",
5204
+ "name": "header-accessible-name",
5205
+ "default": "undefined",
5206
+ "fieldName": "headerAccessibleName",
5207
+ "type": {
5208
+ "text": "string | undefined"
5209
+ },
5210
+ "inheritedFrom": {
5211
+ "name": "ListItemGroup",
5212
+ "module": "dist/ListItemGroup.js"
5213
+ }
5214
+ }
5215
+ ],
5209
5216
  "events": [
5210
5217
  {
5211
5218
  "name": "move-over",
@@ -6055,10 +6062,14 @@
6055
6062
  "type": {
6056
6063
  "text": "Date | null"
6057
6064
  },
6065
+ "readonly": true,
6058
6066
  "description": "**Note:** The getter method is inherited and not supported. If called it will return an empty value.",
6059
6067
  "privacy": "public",
6060
6068
  "default": "null",
6061
- "readonly": true
6069
+ "inheritedFrom": {
6070
+ "name": "DatePicker",
6071
+ "module": "dist/DatePicker.js"
6072
+ }
6062
6073
  },
6063
6074
  {
6064
6075
  "kind": "field",
@@ -6082,6 +6093,54 @@
6082
6093
  "default": "null",
6083
6094
  "readonly": true
6084
6095
  },
6096
+ {
6097
+ "kind": "method",
6098
+ "name": "isValid",
6099
+ "return": {
6100
+ "type": {
6101
+ "text": "boolean"
6102
+ }
6103
+ },
6104
+ "parameters": [
6105
+ {
6106
+ "name": "value",
6107
+ "type": {
6108
+ "text": "string"
6109
+ },
6110
+ "description": "A value to be tested against the current date format"
6111
+ }
6112
+ ],
6113
+ "description": "Checks if a value is valid against the current date format of the DatePicker.",
6114
+ "privacy": "public",
6115
+ "inheritedFrom": {
6116
+ "name": "DatePicker",
6117
+ "module": "dist/DatePicker.js"
6118
+ }
6119
+ },
6120
+ {
6121
+ "kind": "method",
6122
+ "name": "isInValidRange",
6123
+ "return": {
6124
+ "type": {
6125
+ "text": "boolean"
6126
+ }
6127
+ },
6128
+ "parameters": [
6129
+ {
6130
+ "name": "value",
6131
+ "type": {
6132
+ "text": "string"
6133
+ },
6134
+ "description": "A value to be checked"
6135
+ }
6136
+ ],
6137
+ "description": "Checks if a date is between the minimum and maximum date.",
6138
+ "privacy": "public",
6139
+ "inheritedFrom": {
6140
+ "name": "DatePicker",
6141
+ "module": "dist/DatePicker.js"
6142
+ }
6143
+ },
6085
6144
  {
6086
6145
  "kind": "field",
6087
6146
  "name": "value",
@@ -6243,54 +6302,6 @@
6243
6302
  "module": "dist/DatePicker.js"
6244
6303
  }
6245
6304
  },
6246
- {
6247
- "kind": "method",
6248
- "name": "isValid",
6249
- "return": {
6250
- "type": {
6251
- "text": "boolean"
6252
- }
6253
- },
6254
- "parameters": [
6255
- {
6256
- "name": "value",
6257
- "type": {
6258
- "text": "string"
6259
- },
6260
- "description": "A value to be tested against the current date format"
6261
- }
6262
- ],
6263
- "description": "Checks if a value is valid against the current date format of the DatePicker.",
6264
- "privacy": "public",
6265
- "inheritedFrom": {
6266
- "name": "DatePicker",
6267
- "module": "dist/DatePicker.js"
6268
- }
6269
- },
6270
- {
6271
- "kind": "method",
6272
- "name": "isInValidRange",
6273
- "return": {
6274
- "type": {
6275
- "text": "boolean"
6276
- }
6277
- },
6278
- "parameters": [
6279
- {
6280
- "name": "value",
6281
- "type": {
6282
- "text": "string"
6283
- },
6284
- "description": "A value to be checked"
6285
- }
6286
- ],
6287
- "description": "Checks if a date is between the minimum and maximum date.",
6288
- "privacy": "public",
6289
- "inheritedFrom": {
6290
- "name": "DatePicker",
6291
- "module": "dist/DatePicker.js"
6292
- }
6293
- },
6294
6305
  {
6295
6306
  "kind": "method",
6296
6307
  "name": "formatValue",
@@ -6701,6 +6712,16 @@
6701
6712
  },
6702
6713
  "tagName": "ui5-daterange-picker",
6703
6714
  "customElement": true,
6715
+ "slots": [
6716
+ {
6717
+ "name": "valueStateMessage",
6718
+ "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.",
6719
+ "inheritedFrom": {
6720
+ "name": "DatePicker",
6721
+ "module": "dist/DatePicker.js"
6722
+ }
6723
+ }
6724
+ ],
6704
6725
  "events": [
6705
6726
  {
6706
6727
  "name": "change",
@@ -6823,599 +6844,609 @@
6823
6844
  "kind": "class",
6824
6845
  "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\";`",
6825
6846
  "name": "DateTimePicker",
6826
- "superclass": {
6827
- "name": "DatePicker",
6828
- "package": "@ui5/webcomponents",
6829
- "module": "dist/DatePicker.js"
6830
- },
6831
- "tagName": "ui5-datetime-picker",
6832
- "customElement": true,
6833
- "attributes": [
6847
+ "members": [
6834
6848
  {
6835
- "description": "Defines a formatted date value.",
6849
+ "kind": "field",
6836
6850
  "name": "value",
6837
- "default": "\"\"",
6838
- "fieldName": "value",
6839
6851
  "type": {
6840
6852
  "text": "string"
6841
6853
  },
6854
+ "default": "\"\"",
6855
+ "description": "Defines a formatted date value.",
6856
+ "privacy": "public",
6842
6857
  "inheritedFrom": {
6843
6858
  "name": "DatePicker",
6844
6859
  "module": "dist/DatePicker.js"
6845
6860
  }
6846
6861
  },
6847
6862
  {
6848
- "description": "Defines the value state of the component.",
6849
- "name": "value-state",
6850
- "default": "\"None\"",
6851
- "fieldName": "valueState",
6863
+ "kind": "field",
6864
+ "name": "valueState",
6852
6865
  "type": {
6853
- "text": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
6866
+ "text": "ValueState",
6867
+ "references": [
6868
+ {
6869
+ "name": "ValueState",
6870
+ "package": "@ui5/webcomponents-base",
6871
+ "module": "dist/types/ValueState.js"
6872
+ }
6873
+ ]
6854
6874
  },
6875
+ "default": "\"None\"",
6876
+ "description": "Defines the value state of the component.",
6877
+ "privacy": "public",
6855
6878
  "inheritedFrom": {
6856
6879
  "name": "DatePicker",
6857
6880
  "module": "dist/DatePicker.js"
6858
6881
  }
6859
6882
  },
6860
6883
  {
6861
- "description": "Defines whether the component is required.",
6884
+ "kind": "field",
6862
6885
  "name": "required",
6863
- "default": "false",
6864
- "fieldName": "required",
6865
6886
  "type": {
6866
6887
  "text": "boolean"
6867
6888
  },
6889
+ "default": "false",
6890
+ "description": "Defines whether the component is required.",
6891
+ "privacy": "public",
6868
6892
  "inheritedFrom": {
6869
6893
  "name": "DatePicker",
6870
6894
  "module": "dist/DatePicker.js"
6871
6895
  }
6872
6896
  },
6873
6897
  {
6874
- "description": "Determines whether the component is displayed as disabled.",
6898
+ "kind": "field",
6875
6899
  "name": "disabled",
6876
- "default": "false",
6877
- "fieldName": "disabled",
6878
6900
  "type": {
6879
6901
  "text": "boolean"
6880
6902
  },
6903
+ "default": "false",
6904
+ "description": "Determines whether the component is displayed as disabled.",
6905
+ "privacy": "public",
6881
6906
  "inheritedFrom": {
6882
6907
  "name": "DatePicker",
6883
6908
  "module": "dist/DatePicker.js"
6884
6909
  }
6885
6910
  },
6886
6911
  {
6887
- "description": "Determines whether the component is displayed as read-only.",
6912
+ "kind": "field",
6888
6913
  "name": "readonly",
6889
- "default": "false",
6890
- "fieldName": "readonly",
6891
6914
  "type": {
6892
6915
  "text": "boolean"
6893
6916
  },
6917
+ "default": "false",
6918
+ "description": "Determines whether the component is displayed as read-only.",
6919
+ "privacy": "public",
6894
6920
  "inheritedFrom": {
6895
6921
  "name": "DatePicker",
6896
6922
  "module": "dist/DatePicker.js"
6897
6923
  }
6898
6924
  },
6899
6925
  {
6900
- "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.",
6926
+ "kind": "field",
6901
6927
  "name": "placeholder",
6902
- "default": "undefined",
6903
- "fieldName": "placeholder",
6904
6928
  "type": {
6905
6929
  "text": "string | undefined"
6906
6930
  },
6931
+ "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.",
6932
+ "default": "undefined",
6933
+ "privacy": "public",
6907
6934
  "inheritedFrom": {
6908
6935
  "name": "DatePicker",
6909
6936
  "module": "dist/DatePicker.js"
6910
6937
  }
6911
6938
  },
6912
6939
  {
6913
- "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.",
6940
+ "kind": "field",
6914
6941
  "name": "name",
6915
- "default": "undefined",
6916
- "fieldName": "name",
6917
6942
  "type": {
6918
6943
  "text": "string | undefined"
6919
6944
  },
6945
+ "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.",
6946
+ "default": "undefined",
6947
+ "privacy": "public",
6920
6948
  "inheritedFrom": {
6921
6949
  "name": "DatePicker",
6922
6950
  "module": "dist/DatePicker.js"
6923
6951
  }
6924
6952
  },
6925
6953
  {
6926
- "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.",
6927
- "name": "hide-week-numbers",
6928
- "default": "false",
6929
- "fieldName": "hideWeekNumbers",
6954
+ "kind": "field",
6955
+ "name": "hideWeekNumbers",
6930
6956
  "type": {
6931
6957
  "text": "boolean"
6932
6958
  },
6959
+ "default": "false",
6960
+ "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.",
6961
+ "privacy": "public",
6933
6962
  "inheritedFrom": {
6934
6963
  "name": "DatePicker",
6935
6964
  "module": "dist/DatePicker.js"
6936
6965
  }
6937
6966
  },
6938
6967
  {
6939
- "description": "Defines the open or closed state of the popover.",
6968
+ "kind": "field",
6940
6969
  "name": "open",
6941
- "default": "false",
6942
- "fieldName": "open",
6943
6970
  "type": {
6944
6971
  "text": "boolean"
6945
6972
  },
6973
+ "default": "false",
6974
+ "description": "Defines the open or closed state of the popover.",
6975
+ "privacy": "public",
6946
6976
  "inheritedFrom": {
6947
6977
  "name": "DatePicker",
6948
6978
  "module": "dist/DatePicker.js"
6949
6979
  }
6950
6980
  },
6951
6981
  {
6952
- "description": "Defines the aria-label attribute for the component.",
6953
- "name": "accessible-name",
6954
- "default": "undefined",
6955
- "fieldName": "accessibleName",
6982
+ "kind": "field",
6983
+ "name": "accessibleName",
6956
6984
  "type": {
6957
6985
  "text": "string | undefined"
6958
6986
  },
6987
+ "description": "Defines the aria-label attribute for the component.",
6988
+ "default": "undefined",
6989
+ "privacy": "public",
6959
6990
  "inheritedFrom": {
6960
6991
  "name": "DatePicker",
6961
6992
  "module": "dist/DatePicker.js"
6962
6993
  }
6963
6994
  },
6964
6995
  {
6965
- "description": "Receives id(or many ids) of the elements that label the component.",
6966
- "name": "accessible-name-ref",
6967
- "default": "undefined",
6968
- "fieldName": "accessibleNameRef",
6996
+ "kind": "field",
6997
+ "name": "accessibleNameRef",
6969
6998
  "type": {
6970
6999
  "text": "string | undefined"
6971
7000
  },
7001
+ "description": "Receives id(or many ids) of the elements that label the component.",
7002
+ "default": "undefined",
7003
+ "privacy": "public",
6972
7004
  "inheritedFrom": {
6973
7005
  "name": "DatePicker",
6974
7006
  "module": "dist/DatePicker.js"
6975
7007
  }
6976
7008
  },
6977
7009
  {
6978
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
6979
- "name": "date-value",
6980
- "default": "null",
6981
- "fieldName": "dateValue",
6982
- "type": {
6983
- "text": "any"
7010
+ "kind": "method",
7011
+ "name": "isValid",
7012
+ "return": {
7013
+ "type": {
7014
+ "text": "boolean"
7015
+ }
6984
7016
  },
7017
+ "parameters": [
7018
+ {
7019
+ "name": "value",
7020
+ "type": {
7021
+ "text": "string"
7022
+ },
7023
+ "description": "A value to be tested against the current date format"
7024
+ }
7025
+ ],
7026
+ "description": "Checks if a value is valid against the current date format of the DatePicker.",
7027
+ "privacy": "public",
6985
7028
  "inheritedFrom": {
6986
7029
  "name": "DatePicker",
6987
7030
  "module": "dist/DatePicker.js"
6988
7031
  }
6989
7032
  },
6990
7033
  {
6991
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6992
- "name": "primary-calendar-type",
6993
- "default": "undefined",
6994
- "fieldName": "primaryCalendarType",
6995
- "type": {
6996
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7034
+ "kind": "method",
7035
+ "name": "isInValidRange",
7036
+ "return": {
7037
+ "type": {
7038
+ "text": "boolean"
7039
+ }
6997
7040
  },
6998
- "inheritedFrom": {
6999
- "name": "DateComponentBase",
7000
- "module": "dist/DateComponentBase.js"
7001
- }
7002
- },
7003
- {
7004
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
7005
- "name": "secondary-calendar-type",
7006
- "default": "undefined",
7007
- "fieldName": "secondaryCalendarType",
7041
+ "parameters": [
7042
+ {
7043
+ "name": "value",
7044
+ "type": {
7045
+ "text": "string"
7046
+ },
7047
+ "description": "A value to be checked"
7048
+ }
7049
+ ],
7050
+ "description": "Checks if a date is between the minimum and maximum date.",
7051
+ "privacy": "public",
7052
+ "inheritedFrom": {
7053
+ "name": "DatePicker",
7054
+ "module": "dist/DatePicker.js"
7055
+ }
7056
+ },
7057
+ {
7058
+ "kind": "method",
7059
+ "name": "formatValue",
7060
+ "return": {
7061
+ "type": {
7062
+ "text": "string"
7063
+ },
7064
+ "description": "The date as string"
7065
+ },
7066
+ "parameters": [
7067
+ {
7068
+ "name": "date",
7069
+ "type": {
7070
+ "text": "Date"
7071
+ },
7072
+ "description": "A Java Script date object to be formatted as string"
7073
+ }
7074
+ ],
7075
+ "description": "Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
7076
+ "privacy": "public",
7077
+ "inheritedFrom": {
7078
+ "name": "DatePicker",
7079
+ "module": "dist/DatePicker.js"
7080
+ }
7081
+ },
7082
+ {
7083
+ "kind": "field",
7084
+ "name": "dateValue",
7008
7085
  "type": {
7009
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7086
+ "text": "Date | null"
7010
7087
  },
7088
+ "description": "Currently selected date represented as a Local JavaScript Date instance.",
7089
+ "privacy": "public",
7090
+ "default": "null",
7091
+ "readonly": true,
7011
7092
  "inheritedFrom": {
7012
- "name": "DateComponentBase",
7013
- "module": "dist/DateComponentBase.js"
7093
+ "name": "DatePicker",
7094
+ "module": "dist/DatePicker.js"
7014
7095
  }
7015
7096
  },
7016
7097
  {
7017
- "description": "Determines the format, displayed in the input field.",
7018
- "name": "format-pattern",
7019
- "default": "undefined",
7020
- "fieldName": "formatPattern",
7098
+ "kind": "field",
7099
+ "name": "primaryCalendarType",
7021
7100
  "type": {
7022
- "text": "string | undefined"
7101
+ "text": "CalendarType | undefined",
7102
+ "references": [
7103
+ {
7104
+ "name": "CalendarType",
7105
+ "package": "@ui5/webcomponents-base",
7106
+ "module": "dist/types/CalendarType.js"
7107
+ }
7108
+ ]
7023
7109
  },
7110
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
7111
+ "default": "undefined",
7112
+ "privacy": "public",
7024
7113
  "inheritedFrom": {
7025
7114
  "name": "DateComponentBase",
7026
7115
  "module": "dist/DateComponentBase.js"
7027
7116
  }
7028
7117
  },
7029
7118
  {
7030
- "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).",
7031
- "name": "min-date",
7032
- "default": "\"\"",
7033
- "fieldName": "minDate",
7119
+ "kind": "field",
7120
+ "name": "secondaryCalendarType",
7034
7121
  "type": {
7035
- "text": "string"
7122
+ "text": "CalendarType | undefined",
7123
+ "references": [
7124
+ {
7125
+ "name": "CalendarType",
7126
+ "package": "@ui5/webcomponents-base",
7127
+ "module": "dist/types/CalendarType.js"
7128
+ }
7129
+ ]
7036
7130
  },
7131
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
7132
+ "default": "undefined",
7133
+ "privacy": "public",
7037
7134
  "inheritedFrom": {
7038
7135
  "name": "DateComponentBase",
7039
7136
  "module": "dist/DateComponentBase.js"
7040
7137
  }
7041
7138
  },
7042
7139
  {
7043
- "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).",
7044
- "name": "max-date",
7045
- "default": "\"\"",
7046
- "fieldName": "maxDate",
7140
+ "kind": "field",
7141
+ "name": "formatPattern",
7047
7142
  "type": {
7048
- "text": "string"
7143
+ "text": "string | undefined"
7049
7144
  },
7145
+ "description": "Determines the format, displayed in the input field.",
7146
+ "default": "undefined",
7147
+ "privacy": "public",
7050
7148
  "inheritedFrom": {
7051
7149
  "name": "DateComponentBase",
7052
7150
  "module": "dist/DateComponentBase.js"
7053
7151
  }
7054
7152
  },
7055
7153
  {
7056
- "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.",
7057
- "name": "calendar-week-numbering",
7058
- "default": "\"Default\"",
7059
- "fieldName": "calendarWeekNumbering",
7154
+ "kind": "field",
7155
+ "name": "minDate",
7060
7156
  "type": {
7061
- "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
7157
+ "text": "string"
7062
7158
  },
7159
+ "default": "\"\"",
7160
+ "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).",
7161
+ "privacy": "public",
7063
7162
  "inheritedFrom": {
7064
7163
  "name": "DateComponentBase",
7065
7164
  "module": "dist/DateComponentBase.js"
7066
7165
  }
7067
- }
7068
- ],
7069
- "members": [
7166
+ },
7070
7167
  {
7071
7168
  "kind": "field",
7072
- "name": "value",
7169
+ "name": "maxDate",
7073
7170
  "type": {
7074
7171
  "text": "string"
7075
7172
  },
7076
7173
  "default": "\"\"",
7077
- "description": "Defines a formatted date value.",
7174
+ "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).",
7078
7175
  "privacy": "public",
7079
7176
  "inheritedFrom": {
7080
- "name": "DatePicker",
7081
- "module": "dist/DatePicker.js"
7177
+ "name": "DateComponentBase",
7178
+ "module": "dist/DateComponentBase.js"
7082
7179
  }
7083
7180
  },
7084
7181
  {
7085
7182
  "kind": "field",
7086
- "name": "valueState",
7183
+ "name": "calendarWeekNumbering",
7087
7184
  "type": {
7088
- "text": "ValueState",
7185
+ "text": "CalendarWeekNumbering",
7089
7186
  "references": [
7090
7187
  {
7091
- "name": "ValueState",
7092
- "package": "@ui5/webcomponents-base",
7093
- "module": "dist/types/ValueState.js"
7188
+ "name": "CalendarWeekNumbering",
7189
+ "package": "@ui5/webcomponents",
7190
+ "module": "dist/types/CalendarWeekNumbering.js"
7094
7191
  }
7095
7192
  ]
7096
7193
  },
7097
- "default": "\"None\"",
7098
- "description": "Defines the value state of the component.",
7194
+ "default": "\"Default\"",
7195
+ "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.",
7099
7196
  "privacy": "public",
7100
7197
  "inheritedFrom": {
7101
- "name": "DatePicker",
7102
- "module": "dist/DatePicker.js"
7198
+ "name": "DateComponentBase",
7199
+ "module": "dist/DateComponentBase.js"
7103
7200
  }
7104
- },
7201
+ }
7202
+ ],
7203
+ "superclass": {
7204
+ "name": "DatePicker",
7205
+ "package": "@ui5/webcomponents",
7206
+ "module": "dist/DatePicker.js"
7207
+ },
7208
+ "tagName": "ui5-datetime-picker",
7209
+ "customElement": true,
7210
+ "slots": [
7105
7211
  {
7106
- "kind": "field",
7107
- "name": "required",
7108
- "type": {
7109
- "text": "boolean"
7110
- },
7111
- "default": "false",
7112
- "description": "Defines whether the component is required.",
7113
- "privacy": "public",
7212
+ "name": "valueStateMessage",
7213
+ "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.",
7114
7214
  "inheritedFrom": {
7115
7215
  "name": "DatePicker",
7116
7216
  "module": "dist/DatePicker.js"
7117
7217
  }
7118
- },
7218
+ }
7219
+ ],
7220
+ "attributes": [
7119
7221
  {
7120
- "kind": "field",
7121
- "name": "disabled",
7222
+ "description": "Defines a formatted date value.",
7223
+ "name": "value",
7224
+ "default": "\"\"",
7225
+ "fieldName": "value",
7122
7226
  "type": {
7123
- "text": "boolean"
7227
+ "text": "string"
7124
7228
  },
7125
- "default": "false",
7126
- "description": "Determines whether the component is displayed as disabled.",
7127
- "privacy": "public",
7128
7229
  "inheritedFrom": {
7129
7230
  "name": "DatePicker",
7130
7231
  "module": "dist/DatePicker.js"
7131
7232
  }
7132
7233
  },
7133
7234
  {
7134
- "kind": "field",
7135
- "name": "readonly",
7235
+ "description": "Defines the value state of the component.",
7236
+ "name": "value-state",
7237
+ "default": "\"None\"",
7238
+ "fieldName": "valueState",
7136
7239
  "type": {
7137
- "text": "boolean"
7240
+ "text": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
7138
7241
  },
7139
- "default": "false",
7140
- "description": "Determines whether the component is displayed as read-only.",
7141
- "privacy": "public",
7142
7242
  "inheritedFrom": {
7143
7243
  "name": "DatePicker",
7144
7244
  "module": "dist/DatePicker.js"
7145
7245
  }
7146
7246
  },
7147
7247
  {
7148
- "kind": "field",
7149
- "name": "placeholder",
7248
+ "description": "Defines whether the component is required.",
7249
+ "name": "required",
7250
+ "default": "false",
7251
+ "fieldName": "required",
7150
7252
  "type": {
7151
- "text": "string | undefined"
7253
+ "text": "boolean"
7152
7254
  },
7153
- "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.",
7154
- "default": "undefined",
7155
- "privacy": "public",
7156
7255
  "inheritedFrom": {
7157
7256
  "name": "DatePicker",
7158
7257
  "module": "dist/DatePicker.js"
7159
7258
  }
7160
7259
  },
7161
7260
  {
7162
- "kind": "field",
7163
- "name": "name",
7261
+ "description": "Determines whether the component is displayed as disabled.",
7262
+ "name": "disabled",
7263
+ "default": "false",
7264
+ "fieldName": "disabled",
7164
7265
  "type": {
7165
- "text": "string | undefined"
7266
+ "text": "boolean"
7166
7267
  },
7167
- "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.",
7168
- "default": "undefined",
7169
- "privacy": "public",
7170
7268
  "inheritedFrom": {
7171
7269
  "name": "DatePicker",
7172
7270
  "module": "dist/DatePicker.js"
7173
7271
  }
7174
7272
  },
7175
7273
  {
7176
- "kind": "field",
7177
- "name": "hideWeekNumbers",
7274
+ "description": "Determines whether the component is displayed as read-only.",
7275
+ "name": "readonly",
7276
+ "default": "false",
7277
+ "fieldName": "readonly",
7178
7278
  "type": {
7179
7279
  "text": "boolean"
7180
7280
  },
7181
- "default": "false",
7182
- "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.",
7183
- "privacy": "public",
7184
7281
  "inheritedFrom": {
7185
7282
  "name": "DatePicker",
7186
7283
  "module": "dist/DatePicker.js"
7187
7284
  }
7188
7285
  },
7189
7286
  {
7190
- "kind": "field",
7191
- "name": "open",
7287
+ "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.",
7288
+ "name": "placeholder",
7289
+ "default": "undefined",
7290
+ "fieldName": "placeholder",
7192
7291
  "type": {
7193
- "text": "boolean"
7292
+ "text": "string | undefined"
7194
7293
  },
7195
- "default": "false",
7196
- "description": "Defines the open or closed state of the popover.",
7197
- "privacy": "public",
7198
7294
  "inheritedFrom": {
7199
7295
  "name": "DatePicker",
7200
7296
  "module": "dist/DatePicker.js"
7201
7297
  }
7202
7298
  },
7203
7299
  {
7204
- "kind": "field",
7205
- "name": "accessibleName",
7300
+ "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.",
7301
+ "name": "name",
7302
+ "default": "undefined",
7303
+ "fieldName": "name",
7206
7304
  "type": {
7207
7305
  "text": "string | undefined"
7208
7306
  },
7209
- "description": "Defines the aria-label attribute for the component.",
7210
- "default": "undefined",
7211
- "privacy": "public",
7212
7307
  "inheritedFrom": {
7213
7308
  "name": "DatePicker",
7214
7309
  "module": "dist/DatePicker.js"
7215
7310
  }
7216
7311
  },
7217
7312
  {
7218
- "kind": "field",
7219
- "name": "accessibleNameRef",
7313
+ "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.",
7314
+ "name": "hide-week-numbers",
7315
+ "default": "false",
7316
+ "fieldName": "hideWeekNumbers",
7220
7317
  "type": {
7221
- "text": "string | undefined"
7318
+ "text": "boolean"
7222
7319
  },
7223
- "description": "Receives id(or many ids) of the elements that label the component.",
7224
- "default": "undefined",
7225
- "privacy": "public",
7226
7320
  "inheritedFrom": {
7227
7321
  "name": "DatePicker",
7228
7322
  "module": "dist/DatePicker.js"
7229
7323
  }
7230
7324
  },
7231
7325
  {
7232
- "kind": "method",
7233
- "name": "isValid",
7234
- "return": {
7235
- "type": {
7236
- "text": "boolean"
7237
- }
7326
+ "description": "Defines the open or closed state of the popover.",
7327
+ "name": "open",
7328
+ "default": "false",
7329
+ "fieldName": "open",
7330
+ "type": {
7331
+ "text": "boolean"
7238
7332
  },
7239
- "parameters": [
7240
- {
7241
- "name": "value",
7242
- "type": {
7243
- "text": "string"
7244
- },
7245
- "description": "A value to be tested against the current date format"
7246
- }
7247
- ],
7248
- "description": "Checks if a value is valid against the current date format of the DatePicker.",
7249
- "privacy": "public",
7250
7333
  "inheritedFrom": {
7251
7334
  "name": "DatePicker",
7252
7335
  "module": "dist/DatePicker.js"
7253
7336
  }
7254
7337
  },
7255
7338
  {
7256
- "kind": "method",
7257
- "name": "isInValidRange",
7258
- "return": {
7259
- "type": {
7260
- "text": "boolean"
7261
- }
7339
+ "description": "Defines the aria-label attribute for the component.",
7340
+ "name": "accessible-name",
7341
+ "default": "undefined",
7342
+ "fieldName": "accessibleName",
7343
+ "type": {
7344
+ "text": "string | undefined"
7262
7345
  },
7263
- "parameters": [
7264
- {
7265
- "name": "value",
7266
- "type": {
7267
- "text": "string"
7268
- },
7269
- "description": "A value to be checked"
7270
- }
7271
- ],
7272
- "description": "Checks if a date is between the minimum and maximum date.",
7273
- "privacy": "public",
7274
7346
  "inheritedFrom": {
7275
7347
  "name": "DatePicker",
7276
7348
  "module": "dist/DatePicker.js"
7277
7349
  }
7278
7350
  },
7279
7351
  {
7280
- "kind": "method",
7281
- "name": "formatValue",
7282
- "return": {
7283
- "type": {
7284
- "text": "string"
7285
- },
7286
- "description": "The date as string"
7352
+ "description": "Receives id(or many ids) of the elements that label the component.",
7353
+ "name": "accessible-name-ref",
7354
+ "default": "undefined",
7355
+ "fieldName": "accessibleNameRef",
7356
+ "type": {
7357
+ "text": "string | undefined"
7287
7358
  },
7288
- "parameters": [
7289
- {
7290
- "name": "date",
7291
- "type": {
7292
- "text": "Date"
7293
- },
7294
- "description": "A Java Script date object to be formatted as string"
7295
- }
7296
- ],
7297
- "description": "Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
7298
- "privacy": "public",
7299
7359
  "inheritedFrom": {
7300
7360
  "name": "DatePicker",
7301
7361
  "module": "dist/DatePicker.js"
7302
7362
  }
7303
7363
  },
7304
7364
  {
7305
- "kind": "field",
7306
- "name": "dateValue",
7307
- "type": {
7308
- "text": "Date | null"
7309
- },
7310
7365
  "description": "Currently selected date represented as a Local JavaScript Date instance.",
7311
- "privacy": "public",
7366
+ "name": "date-value",
7312
7367
  "default": "null",
7313
- "readonly": true,
7368
+ "fieldName": "dateValue",
7369
+ "type": {
7370
+ "text": "any"
7371
+ },
7314
7372
  "inheritedFrom": {
7315
7373
  "name": "DatePicker",
7316
7374
  "module": "dist/DatePicker.js"
7317
7375
  }
7318
7376
  },
7319
7377
  {
7320
- "kind": "field",
7321
- "name": "primaryCalendarType",
7322
- "type": {
7323
- "text": "CalendarType | undefined",
7324
- "references": [
7325
- {
7326
- "name": "CalendarType",
7327
- "package": "@ui5/webcomponents-base",
7328
- "module": "dist/types/CalendarType.js"
7329
- }
7330
- ]
7331
- },
7332
7378
  "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
7379
+ "name": "primary-calendar-type",
7333
7380
  "default": "undefined",
7334
- "privacy": "public",
7381
+ "fieldName": "primaryCalendarType",
7382
+ "type": {
7383
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7384
+ },
7335
7385
  "inheritedFrom": {
7336
7386
  "name": "DateComponentBase",
7337
7387
  "module": "dist/DateComponentBase.js"
7338
7388
  }
7339
7389
  },
7340
7390
  {
7341
- "kind": "field",
7342
- "name": "secondaryCalendarType",
7343
- "type": {
7344
- "text": "CalendarType | undefined",
7345
- "references": [
7346
- {
7347
- "name": "CalendarType",
7348
- "package": "@ui5/webcomponents-base",
7349
- "module": "dist/types/CalendarType.js"
7350
- }
7351
- ]
7352
- },
7353
7391
  "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
7392
+ "name": "secondary-calendar-type",
7354
7393
  "default": "undefined",
7355
- "privacy": "public",
7394
+ "fieldName": "secondaryCalendarType",
7395
+ "type": {
7396
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7397
+ },
7356
7398
  "inheritedFrom": {
7357
7399
  "name": "DateComponentBase",
7358
7400
  "module": "dist/DateComponentBase.js"
7359
7401
  }
7360
7402
  },
7361
7403
  {
7362
- "kind": "field",
7363
- "name": "formatPattern",
7404
+ "description": "Determines the format, displayed in the input field.",
7405
+ "name": "format-pattern",
7406
+ "default": "undefined",
7407
+ "fieldName": "formatPattern",
7364
7408
  "type": {
7365
7409
  "text": "string | undefined"
7366
7410
  },
7367
- "description": "Determines the format, displayed in the input field.",
7368
- "default": "undefined",
7369
- "privacy": "public",
7370
7411
  "inheritedFrom": {
7371
7412
  "name": "DateComponentBase",
7372
7413
  "module": "dist/DateComponentBase.js"
7373
7414
  }
7374
7415
  },
7375
7416
  {
7376
- "kind": "field",
7377
- "name": "minDate",
7417
+ "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).",
7418
+ "name": "min-date",
7419
+ "default": "\"\"",
7420
+ "fieldName": "minDate",
7378
7421
  "type": {
7379
7422
  "text": "string"
7380
7423
  },
7381
- "default": "\"\"",
7382
- "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).",
7383
- "privacy": "public",
7384
7424
  "inheritedFrom": {
7385
7425
  "name": "DateComponentBase",
7386
7426
  "module": "dist/DateComponentBase.js"
7387
7427
  }
7388
7428
  },
7389
7429
  {
7390
- "kind": "field",
7391
- "name": "maxDate",
7392
- "type": {
7393
- "text": "string"
7394
- },
7395
- "default": "\"\"",
7396
7430
  "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).",
7397
- "privacy": "public",
7431
+ "name": "max-date",
7432
+ "default": "\"\"",
7433
+ "fieldName": "maxDate",
7434
+ "type": {
7435
+ "text": "string"
7436
+ },
7398
7437
  "inheritedFrom": {
7399
7438
  "name": "DateComponentBase",
7400
7439
  "module": "dist/DateComponentBase.js"
7401
7440
  }
7402
7441
  },
7403
7442
  {
7404
- "kind": "field",
7405
- "name": "calendarWeekNumbering",
7443
+ "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.",
7444
+ "name": "calendar-week-numbering",
7445
+ "default": "\"Default\"",
7446
+ "fieldName": "calendarWeekNumbering",
7406
7447
  "type": {
7407
- "text": "CalendarWeekNumbering",
7408
- "references": [
7409
- {
7410
- "name": "CalendarWeekNumbering",
7411
- "package": "@ui5/webcomponents",
7412
- "module": "dist/types/CalendarWeekNumbering.js"
7413
- }
7414
- ]
7448
+ "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
7415
7449
  },
7416
- "default": "\"Default\"",
7417
- "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.",
7418
- "privacy": "public",
7419
7450
  "inheritedFrom": {
7420
7451
  "name": "DateComponentBase",
7421
7452
  "module": "dist/DateComponentBase.js"
@@ -7566,6 +7597,14 @@
7566
7597
  {
7567
7598
  "name": "footer",
7568
7599
  "description": "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."
7600
+ },
7601
+ {
7602
+ "name": "default",
7603
+ "description": "Defines the content of the Popup.",
7604
+ "inheritedFrom": {
7605
+ "name": "Popup",
7606
+ "module": "dist/Popup.js"
7607
+ }
7569
7608
  }
7570
7609
  ],
7571
7610
  "members": [
@@ -10456,9 +10495,13 @@
10456
10495
  "type": {
10457
10496
  "text": "boolean"
10458
10497
  },
10459
- "description": "Defines the selected state of the component.",
10460
10498
  "default": "false",
10461
- "privacy": "public"
10499
+ "description": "Defines the selected state of the component.",
10500
+ "privacy": "public",
10501
+ "inheritedFrom": {
10502
+ "name": "ListItemBase",
10503
+ "module": "dist/ListItemBase.js"
10504
+ }
10462
10505
  }
10463
10506
  ],
10464
10507
  "events": [
@@ -10610,6 +10653,14 @@
10610
10653
  {
10611
10654
  "description": "Defines the content of the component.",
10612
10655
  "name": "default"
10656
+ },
10657
+ {
10658
+ "name": "deleteButton",
10659
+ "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.",
10660
+ "inheritedFrom": {
10661
+ "name": "ListItem",
10662
+ "module": "dist/ListItem.js"
10663
+ }
10613
10664
  }
10614
10665
  ],
10615
10666
  "members": [
@@ -10621,7 +10672,11 @@
10621
10672
  },
10622
10673
  "default": "false",
10623
10674
  "description": "Defines whether the item is movable.",
10624
- "privacy": "public"
10675
+ "privacy": "public",
10676
+ "inheritedFrom": {
10677
+ "name": "ListItemBase",
10678
+ "module": "dist/ListItemBase.js"
10679
+ }
10625
10680
  },
10626
10681
  {
10627
10682
  "kind": "field",
@@ -10631,7 +10686,11 @@
10631
10686
  },
10632
10687
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
10633
10688
  "default": "undefined",
10634
- "privacy": "public"
10689
+ "privacy": "public",
10690
+ "inheritedFrom": {
10691
+ "name": "ListItem",
10692
+ "module": "dist/ListItem.js"
10693
+ }
10635
10694
  },
10636
10695
  {
10637
10696
  "kind": "field",
@@ -10730,12 +10789,12 @@
10730
10789
  "type": {
10731
10790
  "text": "boolean"
10732
10791
  },
10733
- "description": "Defines the selected state of the component.",
10734
10792
  "default": "false",
10793
+ "description": "Defines the selected state of the component.",
10735
10794
  "privacy": "public",
10736
10795
  "inheritedFrom": {
10737
- "name": "ListItem",
10738
- "module": "dist/ListItem.js"
10796
+ "name": "ListItemBase",
10797
+ "module": "dist/ListItemBase.js"
10739
10798
  }
10740
10799
  }
10741
10800
  ],
@@ -11075,6 +11134,14 @@
11075
11134
  {
11076
11135
  "name": "image",
11077
11136
  "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."
11137
+ },
11138
+ {
11139
+ "name": "deleteButton",
11140
+ "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.",
11141
+ "inheritedFrom": {
11142
+ "name": "ListItem",
11143
+ "module": "dist/ListItem.js"
11144
+ }
11078
11145
  }
11079
11146
  ],
11080
11147
  "members": [
@@ -11143,7 +11210,11 @@
11143
11210
  },
11144
11211
  "default": "false",
11145
11212
  "description": "Defines whether the item is movable.",
11146
- "privacy": "public"
11213
+ "privacy": "public",
11214
+ "inheritedFrom": {
11215
+ "name": "ListItemBase",
11216
+ "module": "dist/ListItemBase.js"
11217
+ }
11147
11218
  },
11148
11219
  {
11149
11220
  "kind": "field",
@@ -11153,7 +11224,11 @@
11153
11224
  },
11154
11225
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
11155
11226
  "default": "undefined",
11156
- "privacy": "public"
11227
+ "privacy": "public",
11228
+ "inheritedFrom": {
11229
+ "name": "ListItem",
11230
+ "module": "dist/ListItem.js"
11231
+ }
11157
11232
  },
11158
11233
  {
11159
11234
  "kind": "field",
@@ -11252,12 +11327,12 @@
11252
11327
  "type": {
11253
11328
  "text": "boolean"
11254
11329
  },
11255
- "description": "Defines the selected state of the component.",
11256
11330
  "default": "false",
11331
+ "description": "Defines the selected state of the component.",
11257
11332
  "privacy": "public",
11258
11333
  "inheritedFrom": {
11259
- "name": "ListItem",
11260
- "module": "dist/ListItem.js"
11334
+ "name": "ListItemBase",
11335
+ "module": "dist/ListItemBase.js"
11261
11336
  }
11262
11337
  }
11263
11338
  ],
@@ -11660,6 +11735,14 @@
11660
11735
  {
11661
11736
  "name": "endContent",
11662
11737
  "description": "Defines the components that should be displayed at the end of the menu item.\n\n**Note:** It is highly recommended to slot only components of type `ui5-button`,`ui5-link`\nor `ui5-icon` in order to preserve the intended design. If there are components added to this slot,\nand there is text set in `additionalText`, it will not be displayed. If there are items added to `items` slot,\nnether `additionalText` nor components added to this slot would be displayed.\n\nThe priority of what will be displayed at the end of the menu item is as follows:\nsub-menu arrow (if there are items added in `items` slot) -> components added in `endContent` -> text set to `additionalText`."
11738
+ },
11739
+ {
11740
+ "name": "deleteButton",
11741
+ "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.",
11742
+ "inheritedFrom": {
11743
+ "name": "ListItem",
11744
+ "module": "dist/ListItem.js"
11745
+ }
11663
11746
  }
11664
11747
  ],
11665
11748
  "members": [
@@ -11701,7 +11784,11 @@
11701
11784
  },
11702
11785
  "default": "false",
11703
11786
  "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
11704
- "privacy": "public"
11787
+ "privacy": "public",
11788
+ "inheritedFrom": {
11789
+ "name": "ListItemBase",
11790
+ "module": "dist/ListItemBase.js"
11791
+ }
11705
11792
  },
11706
11793
  {
11707
11794
  "kind": "field",
@@ -11731,7 +11818,11 @@
11731
11818
  },
11732
11819
  "description": "Defines the accessible ARIA name of the component.",
11733
11820
  "default": "undefined",
11734
- "privacy": "public"
11821
+ "privacy": "public",
11822
+ "inheritedFrom": {
11823
+ "name": "ListItem",
11824
+ "module": "dist/ListItem.js"
11825
+ }
11735
11826
  },
11736
11827
  {
11737
11828
  "kind": "field",
@@ -11751,12 +11842,12 @@
11751
11842
  "kind": "field",
11752
11843
  "name": "accessibilityAttributes",
11753
11844
  "type": {
11754
- "text": "ListItemAccessibilityAttributes",
11845
+ "text": "MenuItemAccessibilityAttributes",
11755
11846
  "references": [
11756
11847
  {
11757
- "name": "ListItemAccessibilityAttributes",
11848
+ "name": "MenuItemAccessibilityAttributes",
11758
11849
  "package": "@ui5/webcomponents",
11759
- "module": "dist/ListItem.js"
11850
+ "module": "dist/MenuItem.js"
11760
11851
  }
11761
11852
  ]
11762
11853
  },
@@ -11830,12 +11921,12 @@
11830
11921
  "type": {
11831
11922
  "text": "boolean"
11832
11923
  },
11833
- "description": "Defines the selected state of the component.",
11834
11924
  "default": "false",
11925
+ "description": "Defines the selected state of the component.",
11835
11926
  "privacy": "public",
11836
11927
  "inheritedFrom": {
11837
- "name": "ListItem",
11838
- "module": "dist/ListItem.js"
11928
+ "name": "ListItemBase",
11929
+ "module": "dist/ListItemBase.js"
11839
11930
  }
11840
11931
  }
11841
11932
  ],
@@ -11977,7 +12068,7 @@
11977
12068
  "default": "{}",
11978
12069
  "fieldName": "accessibilityAttributes",
11979
12070
  "type": {
11980
- "text": "ListItemAccessibilityAttributes"
12071
+ "text": "MenuItemAccessibilityAttributes"
11981
12072
  },
11982
12073
  "inheritedFrom": {
11983
12074
  "name": "ListItem",
@@ -12676,9 +12767,13 @@
12676
12767
  "type": {
12677
12768
  "text": "boolean"
12678
12769
  },
12679
- "description": "Defines the selected state of the component.",
12680
12770
  "default": "false",
12681
- "privacy": "public"
12771
+ "description": "Defines the selected state of the component.",
12772
+ "privacy": "public",
12773
+ "inheritedFrom": {
12774
+ "name": "ListItemBase",
12775
+ "module": "dist/ListItemBase.js"
12776
+ }
12682
12777
  },
12683
12778
  {
12684
12779
  "kind": "field",
@@ -12785,38 +12880,15 @@
12785
12880
  "slots": [
12786
12881
  {
12787
12882
  "name": "default",
12788
- "description": "Defines the items of the <code>ui5-mcb-item-group</code>."
12789
- }
12790
- ],
12791
- "superclass": {
12792
- "name": "ComboBoxItemGroup",
12793
- "package": "@ui5/webcomponents",
12794
- "module": "dist/ComboBoxItemGroup.js"
12795
- },
12796
- "tagName": "ui5-mcb-item-group",
12797
- "customElement": true,
12798
- "attributes": [
12799
- {
12800
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
12801
- "name": "header-text",
12802
- "default": "undefined",
12803
- "fieldName": "headerText",
12804
- "type": {
12805
- "text": "string | undefined"
12806
- },
12883
+ "description": "Defines the items of the <code>ui5-mcb-item-group</code>.",
12807
12884
  "inheritedFrom": {
12808
12885
  "name": "ListItemGroup",
12809
12886
  "module": "dist/ListItemGroup.js"
12810
12887
  }
12811
12888
  },
12812
12889
  {
12813
- "description": "Defines the accessible name of the header.",
12814
- "name": "header-accessible-name",
12815
- "default": "undefined",
12816
- "fieldName": "headerAccessibleName",
12817
- "type": {
12818
- "text": "string | undefined"
12819
- },
12890
+ "name": "header",
12891
+ "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.",
12820
12892
  "inheritedFrom": {
12821
12893
  "name": "ListItemGroup",
12822
12894
  "module": "dist/ListItemGroup.js"
@@ -12853,6 +12925,51 @@
12853
12925
  }
12854
12926
  }
12855
12927
  ],
12928
+ "superclass": {
12929
+ "name": "ComboBoxItemGroup",
12930
+ "package": "@ui5/webcomponents",
12931
+ "module": "dist/ComboBoxItemGroup.js"
12932
+ },
12933
+ "tagName": "ui5-mcb-item-group",
12934
+ "customElement": true,
12935
+ "cssParts": [
12936
+ {
12937
+ "description": "Used to style the header item of the group",
12938
+ "name": "header",
12939
+ "inheritedFrom": {
12940
+ "name": "ListItemGroup",
12941
+ "module": "dist/ListItemGroup.js"
12942
+ }
12943
+ }
12944
+ ],
12945
+ "attributes": [
12946
+ {
12947
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
12948
+ "name": "header-text",
12949
+ "default": "undefined",
12950
+ "fieldName": "headerText",
12951
+ "type": {
12952
+ "text": "string | undefined"
12953
+ },
12954
+ "inheritedFrom": {
12955
+ "name": "ListItemGroup",
12956
+ "module": "dist/ListItemGroup.js"
12957
+ }
12958
+ },
12959
+ {
12960
+ "description": "Defines the accessible name of the header.",
12961
+ "name": "header-accessible-name",
12962
+ "default": "undefined",
12963
+ "fieldName": "headerAccessibleName",
12964
+ "type": {
12965
+ "text": "string | undefined"
12966
+ },
12967
+ "inheritedFrom": {
12968
+ "name": "ListItemGroup",
12969
+ "module": "dist/ListItemGroup.js"
12970
+ }
12971
+ }
12972
+ ],
12856
12973
  "events": [
12857
12974
  {
12858
12975
  "name": "move-over",
@@ -12924,6 +13041,30 @@
12924
13041
  {
12925
13042
  "name": "tokens",
12926
13043
  "description": "Defines the component tokens."
13044
+ },
13045
+ {
13046
+ "name": "default",
13047
+ "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.",
13048
+ "inheritedFrom": {
13049
+ "name": "Input",
13050
+ "module": "dist/Input.js"
13051
+ }
13052
+ },
13053
+ {
13054
+ "name": "icon",
13055
+ "description": "Defines the icon to be displayed in the component.",
13056
+ "inheritedFrom": {
13057
+ "name": "Input",
13058
+ "module": "dist/Input.js"
13059
+ }
13060
+ },
13061
+ {
13062
+ "name": "valueStateMessage",
13063
+ "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.",
13064
+ "inheritedFrom": {
13065
+ "name": "Input",
13066
+ "module": "dist/Input.js"
13067
+ }
12927
13068
  }
12928
13069
  ],
12929
13070
  "members": [
@@ -13524,7 +13665,33 @@
13524
13665
  "module": "dist/Input.js"
13525
13666
  },
13526
13667
  "tagName": "ui5-multi-input",
13527
- "customElement": true
13668
+ "customElement": true,
13669
+ "cssParts": [
13670
+ {
13671
+ "description": "Used to style the root DOM element of the Input component",
13672
+ "name": "root",
13673
+ "inheritedFrom": {
13674
+ "name": "Input",
13675
+ "module": "dist/Input.js"
13676
+ }
13677
+ },
13678
+ {
13679
+ "description": "Used to style the native input element",
13680
+ "name": "input",
13681
+ "inheritedFrom": {
13682
+ "name": "Input",
13683
+ "module": "dist/Input.js"
13684
+ }
13685
+ },
13686
+ {
13687
+ "description": "Used to style the clear icon, which can be pressed to clear user input text",
13688
+ "name": "clear-icon",
13689
+ "inheritedFrom": {
13690
+ "name": "Input",
13691
+ "module": "dist/Input.js"
13692
+ }
13693
+ }
13694
+ ]
13528
13695
  }
13529
13696
  ],
13530
13697
  "exports": [
@@ -13607,9 +13774,13 @@
13607
13774
  "type": {
13608
13775
  "text": "boolean"
13609
13776
  },
13610
- "description": "Defines the selected state of the component.",
13611
13777
  "default": "false",
13612
- "privacy": "public"
13778
+ "description": "Defines the selected state of the component.",
13779
+ "privacy": "public",
13780
+ "inheritedFrom": {
13781
+ "name": "ListItemBase",
13782
+ "module": "dist/ListItemBase.js"
13783
+ }
13613
13784
  }
13614
13785
  ],
13615
13786
  "attributes": [
@@ -13738,9 +13909,13 @@
13738
13909
  "type": {
13739
13910
  "text": "boolean"
13740
13911
  },
13741
- "description": "Defines the selected state of the component.",
13742
13912
  "default": "false",
13743
- "privacy": "public"
13913
+ "description": "Defines the selected state of the component.",
13914
+ "privacy": "public",
13915
+ "inheritedFrom": {
13916
+ "name": "ListItemBase",
13917
+ "module": "dist/ListItemBase.js"
13918
+ }
13744
13919
  }
13745
13920
  ],
13746
13921
  "attributes": [
@@ -14074,6 +14249,14 @@
14074
14249
  {
14075
14250
  "name": "footer",
14076
14251
  "description": "Defines the footer HTML Element."
14252
+ },
14253
+ {
14254
+ "name": "default",
14255
+ "description": "Defines the content of the Popup.",
14256
+ "inheritedFrom": {
14257
+ "name": "Popup",
14258
+ "module": "dist/Popup.js"
14259
+ }
14077
14260
  }
14078
14261
  ],
14079
14262
  "members": [
@@ -15845,123 +16028,157 @@
15845
16028
  "cssParts": [
15846
16029
  {
15847
16030
  "description": "Used to style the header of the component",
15848
- "name": "header"
16031
+ "name": "header",
16032
+ "inheritedFrom": {
16033
+ "name": "Popover",
16034
+ "module": "dist/Popover.js"
16035
+ }
15849
16036
  },
15850
16037
  {
15851
16038
  "description": "Used to style the content of the component",
15852
- "name": "content"
16039
+ "name": "content",
16040
+ "inheritedFrom": {
16041
+ "name": "Popover",
16042
+ "module": "dist/Popover.js"
16043
+ }
15853
16044
  },
15854
16045
  {
15855
16046
  "description": "Used to style the footer of the component",
15856
- "name": "footer"
16047
+ "name": "footer",
16048
+ "inheritedFrom": {
16049
+ "name": "Popover",
16050
+ "module": "dist/Popover.js"
16051
+ }
15857
16052
  }
15858
16053
  ],
15859
- "superclass": {
15860
- "name": "Popover",
15861
- "package": "@ui5/webcomponents",
15862
- "module": "dist/Popover.js"
15863
- },
15864
- "tagName": "ui5-responsive-popover",
15865
- "customElement": true,
15866
- "attributes": [
16054
+ "members": [
15867
16055
  {
15868
- "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
15869
- "name": "header-text",
15870
- "default": "undefined",
15871
- "fieldName": "headerText",
16056
+ "kind": "field",
16057
+ "name": "headerText",
15872
16058
  "type": {
15873
16059
  "text": "string | undefined"
15874
16060
  },
16061
+ "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16062
+ "default": "undefined",
16063
+ "privacy": "public",
15875
16064
  "inheritedFrom": {
15876
16065
  "name": "Popover",
15877
16066
  "module": "dist/Popover.js"
15878
16067
  }
15879
16068
  },
15880
16069
  {
15881
- "description": "Determines on which side the component is placed at.",
16070
+ "kind": "field",
15882
16071
  "name": "placement",
15883
- "default": "\"End\"",
15884
- "fieldName": "placement",
15885
16072
  "type": {
15886
- "text": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
16073
+ "text": "PopoverPlacement",
16074
+ "references": [
16075
+ {
16076
+ "name": "PopoverPlacement",
16077
+ "package": "@ui5/webcomponents",
16078
+ "module": "dist/types/PopoverPlacement.js"
16079
+ }
16080
+ ]
15887
16081
  },
16082
+ "default": "\"End\"",
16083
+ "description": "Determines on which side the component is placed at.",
16084
+ "privacy": "public",
15888
16085
  "inheritedFrom": {
15889
16086
  "name": "Popover",
15890
16087
  "module": "dist/Popover.js"
15891
16088
  }
15892
16089
  },
15893
16090
  {
15894
- "description": "Determines the horizontal alignment of the component.",
15895
- "name": "horizontal-align",
15896
- "default": "\"Center\"",
15897
- "fieldName": "horizontalAlign",
16091
+ "kind": "field",
16092
+ "name": "horizontalAlign",
15898
16093
  "type": {
15899
- "text": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
16094
+ "text": "PopoverHorizontalAlign",
16095
+ "references": [
16096
+ {
16097
+ "name": "PopoverHorizontalAlign",
16098
+ "package": "@ui5/webcomponents",
16099
+ "module": "dist/types/PopoverHorizontalAlign.js"
16100
+ }
16101
+ ]
15900
16102
  },
16103
+ "default": "\"Center\"",
16104
+ "description": "Determines the horizontal alignment of the component.",
16105
+ "privacy": "public",
15901
16106
  "inheritedFrom": {
15902
16107
  "name": "Popover",
15903
16108
  "module": "dist/Popover.js"
15904
16109
  }
15905
16110
  },
15906
16111
  {
15907
- "description": "Determines the vertical alignment of the component.",
15908
- "name": "vertical-align",
15909
- "default": "\"Center\"",
15910
- "fieldName": "verticalAlign",
16112
+ "kind": "field",
16113
+ "name": "verticalAlign",
15911
16114
  "type": {
15912
- "text": "\"Top\" | \"Bottom\" | \"Center\" | \"Stretch\""
16115
+ "text": "PopoverVerticalAlign",
16116
+ "references": [
16117
+ {
16118
+ "name": "PopoverVerticalAlign",
16119
+ "package": "@ui5/webcomponents",
16120
+ "module": "dist/types/PopoverVerticalAlign.js"
16121
+ }
16122
+ ]
15913
16123
  },
16124
+ "default": "\"Center\"",
16125
+ "description": "Determines the vertical alignment of the component.",
16126
+ "privacy": "public",
15914
16127
  "inheritedFrom": {
15915
16128
  "name": "Popover",
15916
16129
  "module": "dist/Popover.js"
15917
16130
  }
15918
16131
  },
15919
16132
  {
15920
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16133
+ "kind": "field",
15921
16134
  "name": "modal",
15922
- "default": "false",
15923
- "fieldName": "modal",
15924
16135
  "type": {
15925
16136
  "text": "boolean"
15926
16137
  },
16138
+ "default": "false",
16139
+ "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16140
+ "privacy": "public",
15927
16141
  "inheritedFrom": {
15928
16142
  "name": "Popover",
15929
16143
  "module": "dist/Popover.js"
15930
16144
  }
15931
16145
  },
15932
16146
  {
15933
- "description": "Determines whether the component arrow is hidden.",
15934
- "name": "hide-arrow",
15935
- "default": "false",
15936
- "fieldName": "hideArrow",
16147
+ "kind": "field",
16148
+ "name": "hideArrow",
15937
16149
  "type": {
15938
16150
  "text": "boolean"
15939
16151
  },
16152
+ "default": "false",
16153
+ "description": "Determines whether the component arrow is hidden.",
16154
+ "privacy": "public",
15940
16155
  "inheritedFrom": {
15941
16156
  "name": "Popover",
15942
16157
  "module": "dist/Popover.js"
15943
16158
  }
15944
16159
  },
15945
16160
  {
15946
- "description": "Determines if there is no enough space, the component can be placed\nover the target.",
15947
- "name": "allow-target-overlap",
15948
- "default": "false",
15949
- "fieldName": "allowTargetOverlap",
16161
+ "kind": "field",
16162
+ "name": "allowTargetOverlap",
15950
16163
  "type": {
15951
16164
  "text": "boolean"
15952
16165
  },
16166
+ "default": "false",
16167
+ "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16168
+ "privacy": "public",
15953
16169
  "inheritedFrom": {
15954
16170
  "name": "Popover",
15955
16171
  "module": "dist/Popover.js"
15956
16172
  }
15957
16173
  },
15958
16174
  {
15959
- "description": "Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
16175
+ "kind": "field",
15960
16176
  "name": "opener",
16177
+ "description": "Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
16178
+ "privacy": "public",
15961
16179
  "default": "undefined",
15962
- "fieldName": "opener",
15963
16180
  "type": {
15964
- "text": "any"
16181
+ "text": "HTMLElement | string | undefined"
15965
16182
  },
15966
16183
  "inheritedFrom": {
15967
16184
  "name": "Popover",
@@ -15969,225 +16186,259 @@
15969
16186
  }
15970
16187
  },
15971
16188
  {
15972
- "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
15973
- "name": "initial-focus",
15974
- "default": "undefined",
15975
- "fieldName": "initialFocus",
16189
+ "kind": "field",
16190
+ "name": "initialFocus",
15976
16191
  "type": {
15977
16192
  "text": "string | undefined"
15978
16193
  },
16194
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
16195
+ "default": "undefined",
16196
+ "privacy": "public",
15979
16197
  "inheritedFrom": {
15980
16198
  "name": "Popup",
15981
16199
  "module": "dist/Popup.js"
15982
16200
  }
15983
16201
  },
15984
16202
  {
15985
- "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
15986
- "name": "prevent-focus-restore",
15987
- "default": "false",
15988
- "fieldName": "preventFocusRestore",
16203
+ "kind": "field",
16204
+ "name": "preventFocusRestore",
15989
16205
  "type": {
15990
16206
  "text": "boolean"
15991
16207
  },
16208
+ "default": "false",
16209
+ "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16210
+ "privacy": "public",
15992
16211
  "inheritedFrom": {
15993
16212
  "name": "Popup",
15994
16213
  "module": "dist/Popup.js"
15995
16214
  }
15996
16215
  },
15997
16216
  {
15998
- "description": "Defines the accessible name of the component.",
15999
- "name": "accessible-name",
16000
- "default": "undefined",
16001
- "fieldName": "accessibleName",
16217
+ "kind": "field",
16218
+ "name": "accessibleName",
16002
16219
  "type": {
16003
16220
  "text": "string | undefined"
16004
16221
  },
16222
+ "description": "Defines the accessible name of the component.",
16223
+ "default": "undefined",
16224
+ "privacy": "public",
16005
16225
  "inheritedFrom": {
16006
16226
  "name": "Popup",
16007
16227
  "module": "dist/Popup.js"
16008
16228
  }
16009
16229
  },
16010
16230
  {
16011
- "description": "Defines the IDs of the elements that label the component.",
16012
- "name": "accessible-name-ref",
16013
- "default": "undefined",
16014
- "fieldName": "accessibleNameRef",
16231
+ "kind": "field",
16232
+ "name": "accessibleNameRef",
16015
16233
  "type": {
16016
16234
  "text": "string | undefined"
16017
16235
  },
16236
+ "description": "Defines the IDs of the elements that label the component.",
16237
+ "default": "undefined",
16238
+ "privacy": "public",
16018
16239
  "inheritedFrom": {
16019
16240
  "name": "Popup",
16020
16241
  "module": "dist/Popup.js"
16021
16242
  }
16022
16243
  },
16023
16244
  {
16024
- "description": "Allows setting a custom role.",
16025
- "name": "accessible-role",
16026
- "default": "\"Dialog\"",
16027
- "fieldName": "accessibleRole",
16245
+ "kind": "field",
16246
+ "name": "accessibleRole",
16028
16247
  "type": {
16029
- "text": "\"None\" | \"Dialog\" | \"AlertDialog\""
16248
+ "text": "PopupAccessibleRole",
16249
+ "references": [
16250
+ {
16251
+ "name": "PopupAccessibleRole",
16252
+ "package": "@ui5/webcomponents",
16253
+ "module": "dist/types/PopupAccessibleRole.js"
16254
+ }
16255
+ ]
16030
16256
  },
16257
+ "default": "\"Dialog\"",
16258
+ "description": "Allows setting a custom role.",
16259
+ "privacy": "public",
16031
16260
  "inheritedFrom": {
16032
16261
  "name": "Popup",
16033
16262
  "module": "dist/Popup.js"
16034
16263
  }
16035
16264
  },
16036
16265
  {
16037
- "description": "Indicates whether initial focus should be prevented.",
16038
- "name": "prevent-initial-focus",
16039
- "default": "false",
16040
- "fieldName": "preventInitialFocus",
16266
+ "kind": "field",
16267
+ "name": "preventInitialFocus",
16041
16268
  "type": {
16042
16269
  "text": "boolean"
16043
16270
  },
16271
+ "default": "false",
16272
+ "description": "Indicates whether initial focus should be prevented.",
16273
+ "privacy": "public",
16044
16274
  "inheritedFrom": {
16045
16275
  "name": "Popup",
16046
16276
  "module": "dist/Popup.js"
16047
16277
  }
16048
16278
  },
16049
16279
  {
16050
- "description": "Indicates if the element is open",
16280
+ "kind": "field",
16051
16281
  "name": "open",
16282
+ "description": "Indicates if the element is open",
16283
+ "privacy": "public",
16052
16284
  "default": "false",
16053
- "fieldName": "open",
16054
16285
  "type": {
16055
- "text": "any"
16286
+ "text": "boolean"
16287
+ },
16288
+ "inheritedFrom": {
16289
+ "name": "Popup",
16290
+ "module": "dist/Popup.js"
16291
+ }
16292
+ },
16293
+ {
16294
+ "kind": "method",
16295
+ "name": "applyFocus",
16296
+ "return": {
16297
+ "type": {
16298
+ "text": "Promise<void>"
16299
+ },
16300
+ "description": "Promise that resolves when the focus is applied"
16056
16301
  },
16302
+ "description": "Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.",
16303
+ "privacy": "public",
16057
16304
  "inheritedFrom": {
16058
16305
  "name": "Popup",
16059
16306
  "module": "dist/Popup.js"
16060
16307
  }
16061
16308
  }
16062
16309
  ],
16063
- "members": [
16310
+ "superclass": {
16311
+ "name": "Popover",
16312
+ "package": "@ui5/webcomponents",
16313
+ "module": "dist/Popover.js"
16314
+ },
16315
+ "tagName": "ui5-responsive-popover",
16316
+ "customElement": true,
16317
+ "slots": [
16064
16318
  {
16065
- "kind": "field",
16066
- "name": "headerText",
16319
+ "name": "header",
16320
+ "description": "Defines the header HTML Element.",
16321
+ "inheritedFrom": {
16322
+ "name": "Popover",
16323
+ "module": "dist/Popover.js"
16324
+ }
16325
+ },
16326
+ {
16327
+ "name": "footer",
16328
+ "description": "Defines the footer HTML Element.",
16329
+ "inheritedFrom": {
16330
+ "name": "Popover",
16331
+ "module": "dist/Popover.js"
16332
+ }
16333
+ },
16334
+ {
16335
+ "name": "default",
16336
+ "description": "Defines the content of the Popup.",
16337
+ "inheritedFrom": {
16338
+ "name": "Popup",
16339
+ "module": "dist/Popup.js"
16340
+ }
16341
+ }
16342
+ ],
16343
+ "attributes": [
16344
+ {
16345
+ "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16346
+ "name": "header-text",
16347
+ "default": "undefined",
16348
+ "fieldName": "headerText",
16067
16349
  "type": {
16068
16350
  "text": "string | undefined"
16069
16351
  },
16070
- "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16071
- "default": "undefined",
16072
- "privacy": "public",
16073
16352
  "inheritedFrom": {
16074
16353
  "name": "Popover",
16075
16354
  "module": "dist/Popover.js"
16076
16355
  }
16077
16356
  },
16078
16357
  {
16079
- "kind": "field",
16358
+ "description": "Determines on which side the component is placed at.",
16080
16359
  "name": "placement",
16360
+ "default": "\"End\"",
16361
+ "fieldName": "placement",
16081
16362
  "type": {
16082
- "text": "PopoverPlacement",
16083
- "references": [
16084
- {
16085
- "name": "PopoverPlacement",
16086
- "package": "@ui5/webcomponents",
16087
- "module": "dist/types/PopoverPlacement.js"
16088
- }
16089
- ]
16363
+ "text": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
16090
16364
  },
16091
- "default": "\"End\"",
16092
- "description": "Determines on which side the component is placed at.",
16093
- "privacy": "public",
16094
16365
  "inheritedFrom": {
16095
16366
  "name": "Popover",
16096
16367
  "module": "dist/Popover.js"
16097
16368
  }
16098
16369
  },
16099
16370
  {
16100
- "kind": "field",
16101
- "name": "horizontalAlign",
16371
+ "description": "Determines the horizontal alignment of the component.",
16372
+ "name": "horizontal-align",
16373
+ "default": "\"Center\"",
16374
+ "fieldName": "horizontalAlign",
16102
16375
  "type": {
16103
- "text": "PopoverHorizontalAlign",
16104
- "references": [
16105
- {
16106
- "name": "PopoverHorizontalAlign",
16107
- "package": "@ui5/webcomponents",
16108
- "module": "dist/types/PopoverHorizontalAlign.js"
16109
- }
16110
- ]
16376
+ "text": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
16111
16377
  },
16112
- "default": "\"Center\"",
16113
- "description": "Determines the horizontal alignment of the component.",
16114
- "privacy": "public",
16115
16378
  "inheritedFrom": {
16116
16379
  "name": "Popover",
16117
16380
  "module": "dist/Popover.js"
16118
16381
  }
16119
16382
  },
16120
16383
  {
16121
- "kind": "field",
16122
- "name": "verticalAlign",
16384
+ "description": "Determines the vertical alignment of the component.",
16385
+ "name": "vertical-align",
16386
+ "default": "\"Center\"",
16387
+ "fieldName": "verticalAlign",
16123
16388
  "type": {
16124
- "text": "PopoverVerticalAlign",
16125
- "references": [
16126
- {
16127
- "name": "PopoverVerticalAlign",
16128
- "package": "@ui5/webcomponents",
16129
- "module": "dist/types/PopoverVerticalAlign.js"
16130
- }
16131
- ]
16389
+ "text": "\"Top\" | \"Bottom\" | \"Center\" | \"Stretch\""
16132
16390
  },
16133
- "default": "\"Center\"",
16134
- "description": "Determines the vertical alignment of the component.",
16135
- "privacy": "public",
16136
16391
  "inheritedFrom": {
16137
16392
  "name": "Popover",
16138
16393
  "module": "dist/Popover.js"
16139
16394
  }
16140
16395
  },
16141
16396
  {
16142
- "kind": "field",
16397
+ "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16143
16398
  "name": "modal",
16399
+ "default": "false",
16400
+ "fieldName": "modal",
16144
16401
  "type": {
16145
16402
  "text": "boolean"
16146
16403
  },
16147
- "default": "false",
16148
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16149
- "privacy": "public",
16150
16404
  "inheritedFrom": {
16151
16405
  "name": "Popover",
16152
16406
  "module": "dist/Popover.js"
16153
16407
  }
16154
16408
  },
16155
16409
  {
16156
- "kind": "field",
16157
- "name": "hideArrow",
16410
+ "description": "Determines whether the component arrow is hidden.",
16411
+ "name": "hide-arrow",
16412
+ "default": "false",
16413
+ "fieldName": "hideArrow",
16158
16414
  "type": {
16159
16415
  "text": "boolean"
16160
16416
  },
16161
- "default": "false",
16162
- "description": "Determines whether the component arrow is hidden.",
16163
- "privacy": "public",
16164
16417
  "inheritedFrom": {
16165
16418
  "name": "Popover",
16166
16419
  "module": "dist/Popover.js"
16167
16420
  }
16168
16421
  },
16169
16422
  {
16170
- "kind": "field",
16171
- "name": "allowTargetOverlap",
16423
+ "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16424
+ "name": "allow-target-overlap",
16425
+ "default": "false",
16426
+ "fieldName": "allowTargetOverlap",
16172
16427
  "type": {
16173
16428
  "text": "boolean"
16174
16429
  },
16175
- "default": "false",
16176
- "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16177
- "privacy": "public",
16178
16430
  "inheritedFrom": {
16179
16431
  "name": "Popover",
16180
16432
  "module": "dist/Popover.js"
16181
16433
  }
16182
16434
  },
16183
16435
  {
16184
- "kind": "field",
16185
- "name": "opener",
16186
16436
  "description": "Defines the ID or DOM Reference of the element at which the popover is shown.\nWhen using this attribute in a declarative way, you must only use the `id` (as a string) of the element at which you want to show the popover.\nYou can only set the `opener` attribute to a DOM Reference when using JavaScript.",
16187
- "privacy": "public",
16437
+ "name": "opener",
16188
16438
  "default": "undefined",
16439
+ "fieldName": "opener",
16189
16440
  "type": {
16190
- "text": "HTMLElement | string | undefined"
16441
+ "text": "any"
16191
16442
  },
16192
16443
  "inheritedFrom": {
16193
16444
  "name": "Popover",
@@ -16195,121 +16446,91 @@
16195
16446
  }
16196
16447
  },
16197
16448
  {
16198
- "kind": "field",
16199
- "name": "initialFocus",
16449
+ "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
16450
+ "name": "initial-focus",
16451
+ "default": "undefined",
16452
+ "fieldName": "initialFocus",
16200
16453
  "type": {
16201
16454
  "text": "string | undefined"
16202
16455
  },
16203
- "description": "Defines the ID of the HTML Element, which will get the initial focus.\n\n**Note:** If an element with `autofocus` attribute is added inside the component,\n`initialFocus` won't take effect.",
16204
- "default": "undefined",
16205
- "privacy": "public",
16206
16456
  "inheritedFrom": {
16207
16457
  "name": "Popup",
16208
16458
  "module": "dist/Popup.js"
16209
16459
  }
16210
16460
  },
16211
16461
  {
16212
- "kind": "field",
16213
- "name": "preventFocusRestore",
16462
+ "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16463
+ "name": "prevent-focus-restore",
16464
+ "default": "false",
16465
+ "fieldName": "preventFocusRestore",
16214
16466
  "type": {
16215
16467
  "text": "boolean"
16216
16468
  },
16217
- "default": "false",
16218
- "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16219
- "privacy": "public",
16220
16469
  "inheritedFrom": {
16221
16470
  "name": "Popup",
16222
16471
  "module": "dist/Popup.js"
16223
16472
  }
16224
16473
  },
16225
16474
  {
16226
- "kind": "field",
16227
- "name": "accessibleName",
16475
+ "description": "Defines the accessible name of the component.",
16476
+ "name": "accessible-name",
16477
+ "default": "undefined",
16478
+ "fieldName": "accessibleName",
16228
16479
  "type": {
16229
16480
  "text": "string | undefined"
16230
16481
  },
16231
- "description": "Defines the accessible name of the component.",
16232
- "default": "undefined",
16233
- "privacy": "public",
16234
16482
  "inheritedFrom": {
16235
16483
  "name": "Popup",
16236
16484
  "module": "dist/Popup.js"
16237
16485
  }
16238
16486
  },
16239
16487
  {
16240
- "kind": "field",
16241
- "name": "accessibleNameRef",
16488
+ "description": "Defines the IDs of the elements that label the component.",
16489
+ "name": "accessible-name-ref",
16490
+ "default": "undefined",
16491
+ "fieldName": "accessibleNameRef",
16242
16492
  "type": {
16243
16493
  "text": "string | undefined"
16244
16494
  },
16245
- "description": "Defines the IDs of the elements that label the component.",
16246
- "default": "undefined",
16247
- "privacy": "public",
16248
16495
  "inheritedFrom": {
16249
16496
  "name": "Popup",
16250
16497
  "module": "dist/Popup.js"
16251
16498
  }
16252
16499
  },
16253
16500
  {
16254
- "kind": "field",
16255
- "name": "accessibleRole",
16501
+ "description": "Allows setting a custom role.",
16502
+ "name": "accessible-role",
16503
+ "default": "\"Dialog\"",
16504
+ "fieldName": "accessibleRole",
16256
16505
  "type": {
16257
- "text": "PopupAccessibleRole",
16258
- "references": [
16259
- {
16260
- "name": "PopupAccessibleRole",
16261
- "package": "@ui5/webcomponents",
16262
- "module": "dist/types/PopupAccessibleRole.js"
16263
- }
16264
- ]
16506
+ "text": "\"None\" | \"Dialog\" | \"AlertDialog\""
16265
16507
  },
16266
- "default": "\"Dialog\"",
16267
- "description": "Allows setting a custom role.",
16268
- "privacy": "public",
16269
16508
  "inheritedFrom": {
16270
16509
  "name": "Popup",
16271
16510
  "module": "dist/Popup.js"
16272
16511
  }
16273
16512
  },
16274
16513
  {
16275
- "kind": "field",
16276
- "name": "preventInitialFocus",
16514
+ "description": "Indicates whether initial focus should be prevented.",
16515
+ "name": "prevent-initial-focus",
16516
+ "default": "false",
16517
+ "fieldName": "preventInitialFocus",
16277
16518
  "type": {
16278
16519
  "text": "boolean"
16279
16520
  },
16280
- "default": "false",
16281
- "description": "Indicates whether initial focus should be prevented.",
16282
- "privacy": "public",
16283
16521
  "inheritedFrom": {
16284
16522
  "name": "Popup",
16285
16523
  "module": "dist/Popup.js"
16286
16524
  }
16287
16525
  },
16288
16526
  {
16289
- "kind": "field",
16290
- "name": "open",
16291
16527
  "description": "Indicates if the element is open",
16292
- "privacy": "public",
16528
+ "name": "open",
16293
16529
  "default": "false",
16530
+ "fieldName": "open",
16294
16531
  "type": {
16295
- "text": "boolean"
16296
- },
16297
- "inheritedFrom": {
16298
- "name": "Popup",
16299
- "module": "dist/Popup.js"
16300
- }
16301
- },
16302
- {
16303
- "kind": "method",
16304
- "name": "applyFocus",
16305
- "return": {
16306
- "type": {
16307
- "text": "Promise<void>"
16308
- },
16309
- "description": "Promise that resolves when the focus is applied"
16532
+ "text": "any"
16310
16533
  },
16311
- "description": "Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.",
16312
- "privacy": "public",
16313
16534
  "inheritedFrom": {
16314
16535
  "name": "Popup",
16315
16536
  "module": "dist/Popup.js"
@@ -16690,7 +16911,7 @@
16690
16911
  "declarations": [
16691
16912
  {
16692
16913
  "kind": "class",
16693
- "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n- With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n- With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Keyboard Handling\n\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`",
16914
+ "description": "### Overview\n\nThe `ui5-select` component is used to create a drop-down list.\n\n### Usage\n\nThere are two main usages of the `ui5-select>`.\n\n- With Option (`ui5-option`) web component:\n\nThe available options of the Select are defined by using the Option component.\nThe Option comes with predefined design and layout, including `icon`, `text` and `additional-text`.\n\n- With OptionCustom (`ui5-option-custom`) web component.\n\nOptions with custom content are defined by using the OptionCustom component.\nThe OptionCustom component comes with no predefined layout and it expects consumers to define it.\n\n### Selection\n\nThe options can be selected via user interaction (click or with the use of the Space and Enter keys)\nand programmatically - the Select component supports two distinct selection APIs, though mixing them is not supported:\n- The \"value\" property of the Select component\n- The \"selected\" property on individual options\n\n**Note:** If the \"value\" property is set but does not match any option,\nno option will be selected and the Select component will be displayed as empty.\n\n**Note:** when both \"value\" and \"selected\" are both used (although discouraged),\nthe \"value\" property will take precedence.\n\n### Keyboard Handling\n\nThe `ui5-select` provides advanced keyboard handling.\n\n- [F4] / [Alt] + [Up] / [Alt] + [Down] / [Space] or [Enter] - Opens/closes the drop-down.\n- [Up] or [Down] - If the drop-down is closed - changes selection to the next or the previous option. If the drop-down is opened - moves focus to the next or the previous option.\n- [Space], [Enter] - If the drop-down is opened - selects the focused option.\n- [Escape] - Closes the drop-down without changing the selection.\n- [Home] - Navigates to first option\n- [End] - Navigates to the last option\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`",
16694
16915
  "name": "Select",
16695
16916
  "cssParts": [
16696
16917
  {
@@ -16803,7 +17024,7 @@
16803
17024
  {
16804
17025
  "kind": "field",
16805
17026
  "name": "value",
16806
- "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
17027
+ "description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
16807
17028
  "privacy": "public",
16808
17029
  "default": "\"\"",
16809
17030
  "type": {
@@ -16947,7 +17168,7 @@
16947
17168
  }
16948
17169
  },
16949
17170
  {
16950
- "description": "Defines the value of the component:\n\n- when get - returns the value of the component, e.g. the `value` property of the selected option or its text content.\n\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** If the given value does not match any existing option,\nthe first option will get selected.",
17171
+ "description": "Defines the value of the component:\n\n- when get - returns the value of the component or the value/text content of the selected option.\n- when set - selects the option with matching `value` property or text content.\n\n**Note:** Use either the Select's value or the Options' selected property.\nMixed usage could result in unexpected behavior.\n\n**Note:** If the given value does not match any existing option,\nno option will be selected and the Select component will be displayed as empty.",
16951
17172
  "name": "value",
16952
17173
  "default": "\"\"",
16953
17174
  "fieldName": "value",
@@ -17023,8 +17244,12 @@
17023
17244
  "text": "number"
17024
17245
  },
17025
17246
  "default": "0",
17247
+ "privacy": "public",
17026
17248
  "description": "Current value of the slider",
17027
- "privacy": "public"
17249
+ "inheritedFrom": {
17250
+ "name": "SliderBase",
17251
+ "module": "dist/SliderBase.js"
17252
+ }
17028
17253
  },
17029
17254
  {
17030
17255
  "kind": "field",
@@ -18344,7 +18569,19 @@
18344
18569
  "slots": [
18345
18570
  {
18346
18571
  "name": "default",
18347
- "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
18572
+ "description": "Defines the items of the <code>ui5-suggestion-item-group</code>.",
18573
+ "inheritedFrom": {
18574
+ "name": "ListItemGroup",
18575
+ "module": "dist/ListItemGroup.js"
18576
+ }
18577
+ },
18578
+ {
18579
+ "name": "header",
18580
+ "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.",
18581
+ "inheritedFrom": {
18582
+ "name": "ListItemGroup",
18583
+ "module": "dist/ListItemGroup.js"
18584
+ }
18348
18585
  }
18349
18586
  ],
18350
18587
  "superclass": {
@@ -18354,6 +18591,16 @@
18354
18591
  },
18355
18592
  "tagName": "ui5-suggestion-item-group",
18356
18593
  "customElement": true,
18594
+ "cssParts": [
18595
+ {
18596
+ "description": "Used to style the header item of the group",
18597
+ "name": "header",
18598
+ "inheritedFrom": {
18599
+ "name": "ListItemGroup",
18600
+ "module": "dist/ListItemGroup.js"
18601
+ }
18602
+ }
18603
+ ],
18357
18604
  "attributes": [
18358
18605
  {
18359
18606
  "description": "Defines the header text of the <code>ui5-li-group</code>.",
@@ -19276,7 +19523,7 @@
19276
19523
  "description": "Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design."
19277
19524
  },
19278
19525
  {
19279
- "name": "nodata",
19526
+ "name": "noData",
19280
19527
  "description": "Defines the custom visualization if there is no data available."
19281
19528
  },
19282
19529
  {
@@ -19522,28 +19769,6 @@
19522
19769
  "kind": "class",
19523
19770
  "description": "### Overview\n\nThe `ui5-table-cell` represents a cell inside of a `ui5-table`.\nIt is tightly coupled to the `ui5-table` and thus should only be used in the table component.\n\n### ES6 Module Import\n\n`import @ui5/webcomponents/dist/TableCell.js;`",
19524
19771
  "name": "TableCell",
19525
- "superclass": {
19526
- "name": "TableCellBase",
19527
- "package": "@ui5/webcomponents",
19528
- "module": "dist/TableCellBase.js"
19529
- },
19530
- "tagName": "ui5-table-cell",
19531
- "customElement": true,
19532
- "attributes": [
19533
- {
19534
- "description": "Determines the horizontal alignment of table cells.",
19535
- "name": "horizontal-align",
19536
- "default": "undefined",
19537
- "fieldName": "horizontalAlign",
19538
- "type": {
19539
- "text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
19540
- },
19541
- "inheritedFrom": {
19542
- "name": "TableCellBase",
19543
- "module": "dist/TableCellBase.js"
19544
- }
19545
- }
19546
- ],
19547
19772
  "members": [
19548
19773
  {
19549
19774
  "kind": "field",
@@ -19566,6 +19791,38 @@
19566
19791
  "module": "dist/TableCellBase.js"
19567
19792
  }
19568
19793
  }
19794
+ ],
19795
+ "superclass": {
19796
+ "name": "TableCellBase",
19797
+ "package": "@ui5/webcomponents",
19798
+ "module": "dist/TableCellBase.js"
19799
+ },
19800
+ "tagName": "ui5-table-cell",
19801
+ "customElement": true,
19802
+ "slots": [
19803
+ {
19804
+ "name": "default",
19805
+ "description": "Defines the content of the component.",
19806
+ "inheritedFrom": {
19807
+ "name": "TableCellBase",
19808
+ "module": "dist/TableCellBase.js"
19809
+ }
19810
+ }
19811
+ ],
19812
+ "attributes": [
19813
+ {
19814
+ "description": "Determines the horizontal alignment of table cells.",
19815
+ "name": "horizontal-align",
19816
+ "default": "undefined",
19817
+ "fieldName": "horizontalAlign",
19818
+ "type": {
19819
+ "text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
19820
+ },
19821
+ "inheritedFrom": {
19822
+ "name": "TableCellBase",
19823
+ "module": "dist/TableCellBase.js"
19824
+ }
19825
+ }
19569
19826
  ]
19570
19827
  }
19571
19828
  ],
@@ -19687,12 +19944,12 @@
19687
19944
  "declarations": [
19688
19945
  {
19689
19946
  "kind": "class",
19690
- "description": "### Overview\n\nThe `ui5-table-growing` component is used inside the `ui5-table` to add a growing/data loading functionalities\nto the table.\n\nThe component offers two options:\n* Button - a More button is displayed, clicking it will load more data.\n* Scroll - additional data is loaded automatically when the user scrolls to the end of the table.\n\n### Usage\n\nThe `ui5-table-growing` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-growing type=\"Button\" growing-text=\"More\" slot=\"features\"></ui5-table-growing>\n</ui5-table>\n```\n\n**Notes**:\n* When the `ui5-table-growing` component is used with the `Scroll` type and the table is currently not scrollable,\nthe component will render a growing button instead to ensure growing capabilities until the table becomes scrollable.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGrowing.js\";`",
19947
+ "description": "### Overview\n\nThe `ui5-table-growing` component is used inside the `ui5-table` to add a growing/data loading functionalities\nto the table.\n\nThe component offers two options:\n* Button - a More button is displayed, clicking it will load more data.\n* Scroll - additional data is loaded automatically when the user scrolls to the end of the table.\n\n### Usage\n\nThe `ui5-table-growing` component is only used inside the `ui5-table` component as a feature.\nIt has to be slotted inside the `ui5-table` in the `features` slot.\nThe component is not intended to be used as a standalone component.\n\n```html\n<ui5-table>\n\t<ui5-table-growing mode=\"Button\" text=\"More\" slot=\"features\"></ui5-table-growing>\n</ui5-table>\n```\n\n**Notes**:\n* When the `ui5-table-growing` component is used with the `Scroll` mode and the table is currently not scrollable,\nthe component will render a growing button instead to ensure growing capabilities until the table becomes scrollable.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/TableGrowing.js\";`",
19691
19948
  "name": "TableGrowing",
19692
19949
  "members": [
19693
19950
  {
19694
19951
  "kind": "field",
19695
- "name": "type",
19952
+ "name": "mode",
19696
19953
  "type": {
19697
19954
  "text": "TableGrowingMode",
19698
19955
  "references": [
@@ -19709,21 +19966,21 @@
19709
19966
  },
19710
19967
  {
19711
19968
  "kind": "field",
19712
- "name": "growingText",
19969
+ "name": "text",
19713
19970
  "type": {
19714
19971
  "text": "string | undefined"
19715
19972
  },
19716
- "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
19973
+ "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when mode is set to `Scroll`.\n\n**Note:** When not provided and the mode is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
19717
19974
  "default": "undefined",
19718
19975
  "privacy": "public"
19719
19976
  },
19720
19977
  {
19721
19978
  "kind": "field",
19722
- "name": "growingSubText",
19979
+ "name": "subtext",
19723
19980
  "type": {
19724
19981
  "text": "string | undefined"
19725
19982
  },
19726
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
19983
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
19727
19984
  "default": "undefined",
19728
19985
  "privacy": "public"
19729
19986
  }
@@ -19740,27 +19997,27 @@
19740
19997
  "attributes": [
19741
19998
  {
19742
19999
  "description": "Defines the mode of the <code>ui5-table</code> growing.\n\nAvailable options are:\n\nButton - Shows a More button at the bottom of the table, pressing it will load more rows.\n\nScroll - The rows are loaded automatically by scrolling to the bottom of the table. If the table is not scrollable,\na growing button will be rendered instead to ensure growing functionality.",
19743
- "name": "type",
20000
+ "name": "mode",
19744
20001
  "default": "\"Button\"",
19745
- "fieldName": "type",
20002
+ "fieldName": "mode",
19746
20003
  "type": {
19747
20004
  "text": "\"Button\" | \"Scroll\""
19748
20005
  }
19749
20006
  },
19750
20007
  {
19751
- "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when type is set to `Scroll`.\n\n**Note:** When not provided and the type is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
19752
- "name": "growing-text",
20008
+ "description": "Defines the text that will be displayed inside the growing button.\nHas no effect when mode is set to `Scroll`.\n\n**Note:** When not provided and the mode is set to Button, a default text is displayed, corresponding to the\ncurrent language.",
20009
+ "name": "text",
19753
20010
  "default": "undefined",
19754
- "fieldName": "growingText",
20011
+ "fieldName": "text",
19755
20012
  "type": {
19756
20013
  "text": "string | undefined"
19757
20014
  }
19758
20015
  },
19759
20016
  {
19760
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
19761
- "name": "growing-sub-text",
20017
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
20018
+ "name": "subtext",
19762
20019
  "default": "undefined",
19763
- "fieldName": "growingSubText",
20020
+ "fieldName": "subtext",
19764
20021
  "type": {
19765
20022
  "text": "string | undefined"
19766
20023
  }
@@ -19806,6 +20063,14 @@
19806
20063
  {
19807
20064
  "name": "action",
19808
20065
  "description": "Defines the action of the column.\n\n**Note:** While multiple actions are technically possible, this is not supported."
20066
+ },
20067
+ {
20068
+ "name": "default",
20069
+ "description": "Defines the content of the component.",
20070
+ "inheritedFrom": {
20071
+ "name": "TableCellBase",
20072
+ "module": "dist/TableCellBase.js"
20073
+ }
19809
20074
  }
19810
20075
  ],
19811
20076
  "members": [
@@ -20421,7 +20686,20 @@
20421
20686
  "module": "dist/TableRowActionBase.js"
20422
20687
  },
20423
20688
  "tagName": "ui5-table-row-action",
20424
- "customElement": true
20689
+ "customElement": true,
20690
+ "events": [
20691
+ {
20692
+ "name": "click",
20693
+ "type": {
20694
+ "text": "CustomEvent"
20695
+ },
20696
+ "description": "Fired when a row action is clicked.",
20697
+ "inheritedFrom": {
20698
+ "name": "TableRowActionBase",
20699
+ "module": "dist/TableRowActionBase.js"
20700
+ }
20701
+ }
20702
+ ]
20425
20703
  }
20426
20704
  ],
20427
20705
  "exports": [
@@ -20463,6 +20741,15 @@
20463
20741
  "privacy": "public"
20464
20742
  }
20465
20743
  ],
20744
+ "events": [
20745
+ {
20746
+ "name": "click",
20747
+ "type": {
20748
+ "text": "CustomEvent"
20749
+ },
20750
+ "description": "Fired when a row action is clicked."
20751
+ }
20752
+ ],
20466
20753
  "attributes": [
20467
20754
  {
20468
20755
  "description": "Defines the visibility of the row action.\n\n**Note:** Invisible row actions still take up space, allowing to hide the action while maintaining its position.",
@@ -20557,7 +20844,20 @@
20557
20844
  "module": "dist/TableRowActionBase.js"
20558
20845
  },
20559
20846
  "tagName": "ui5-table-row-action-navigation",
20560
- "customElement": true
20847
+ "customElement": true,
20848
+ "events": [
20849
+ {
20850
+ "name": "click",
20851
+ "type": {
20852
+ "text": "CustomEvent"
20853
+ },
20854
+ "description": "Fired when a row action is clicked.",
20855
+ "inheritedFrom": {
20856
+ "name": "TableRowActionBase",
20857
+ "module": "dist/TableRowActionBase.js"
20858
+ }
20859
+ }
20860
+ ]
20561
20861
  }
20562
20862
  ],
20563
20863
  "exports": [
@@ -20720,33 +21020,6 @@
20720
21020
  "default": "undefined",
20721
21021
  "privacy": "public"
20722
21022
  },
20723
- {
20724
- "kind": "method",
20725
- "name": "getRowKey",
20726
- "return": {
20727
- "type": {
20728
- "text": "string"
20729
- }
20730
- },
20731
- "parameters": [
20732
- {
20733
- "name": "row",
20734
- "type": {
20735
- "text": "TableRow",
20736
- "references": [
20737
- {
20738
- "name": "TableRow",
20739
- "package": "@ui5/webcomponents",
20740
- "module": "dist/TableRow.js"
20741
- }
20742
- ]
20743
- },
20744
- "description": "The row instance"
20745
- }
20746
- ],
20747
- "description": "Returns the unique key associated with the table row.",
20748
- "privacy": "public"
20749
- },
20750
21023
  {
20751
21024
  "kind": "method",
20752
21025
  "name": "getRowByKey",
@@ -20773,67 +21046,6 @@
20773
21046
  ],
20774
21047
  "description": "Returns the table row instance for the given row key.",
20775
21048
  "privacy": "public"
20776
- },
20777
- {
20778
- "kind": "method",
20779
- "name": "isSelected",
20780
- "return": {
20781
- "type": {
20782
- "text": "boolean"
20783
- }
20784
- },
20785
- "parameters": [
20786
- {
20787
- "name": "row",
20788
- "type": {
20789
- "text": "TableRowBase",
20790
- "references": [
20791
- {
20792
- "name": "TableRowBase",
20793
- "package": "@ui5/webcomponents",
20794
- "module": "dist/TableRowBase.js"
20795
- }
20796
- ]
20797
- },
20798
- "description": "The row instance"
20799
- }
20800
- ],
20801
- "description": "Determines whether the specified table row is currently selected.",
20802
- "privacy": "public"
20803
- },
20804
- {
20805
- "kind": "method",
20806
- "name": "setSelected",
20807
- "return": {
20808
- "type": {
20809
- "text": "void"
20810
- }
20811
- },
20812
- "parameters": [
20813
- {
20814
- "name": "row",
20815
- "type": {
20816
- "text": "TableRowBase",
20817
- "references": [
20818
- {
20819
- "name": "TableRowBase",
20820
- "package": "@ui5/webcomponents",
20821
- "module": "dist/TableRowBase.js"
20822
- }
20823
- ]
20824
- },
20825
- "description": "The row instance"
20826
- },
20827
- {
20828
- "name": "selected",
20829
- "type": {
20830
- "text": "boolean"
20831
- },
20832
- "description": "Whether the row is selected"
20833
- }
20834
- ],
20835
- "description": "Sets the selected state of the specified table row.",
20836
- "privacy": "public"
20837
21049
  }
20838
21050
  ],
20839
21051
  "events": [
@@ -20916,17 +21128,6 @@
20916
21128
  "description": "Returns an array of the selected rows.",
20917
21129
  "privacy": "public"
20918
21130
  },
20919
- {
20920
- "kind": "method",
20921
- "name": "areAllRowsSelected",
20922
- "return": {
20923
- "type": {
20924
- "text": "boolean"
20925
- }
20926
- },
20927
- "description": "Determines whether all rows are selected.",
20928
- "privacy": "public"
20929
- },
20930
21131
  {
20931
21132
  "kind": "method",
20932
21133
  "name": "getSelectedAsSet",
@@ -20958,37 +21159,6 @@
20958
21159
  "description": "Sets the `selected` property using the provided set of unique `row-key` values.",
20959
21160
  "privacy": "public"
20960
21161
  },
20961
- {
20962
- "kind": "method",
20963
- "name": "getRowKey",
20964
- "return": {
20965
- "type": {
20966
- "text": "string"
20967
- }
20968
- },
20969
- "parameters": [
20970
- {
20971
- "name": "row",
20972
- "type": {
20973
- "text": "TableRow",
20974
- "references": [
20975
- {
20976
- "name": "TableRow",
20977
- "package": "@ui5/webcomponents",
20978
- "module": "dist/TableRow.js"
20979
- }
20980
- ]
20981
- },
20982
- "description": "The row instance"
20983
- }
20984
- ],
20985
- "description": "Returns the unique key associated with the table row.",
20986
- "privacy": "public",
20987
- "inheritedFrom": {
20988
- "name": "TableSelectionBase",
20989
- "module": "dist/TableSelectionBase.js"
20990
- }
20991
- },
20992
21162
  {
20993
21163
  "kind": "method",
20994
21164
  "name": "getRowByKey",
@@ -21019,75 +21189,6 @@
21019
21189
  "name": "TableSelectionBase",
21020
21190
  "module": "dist/TableSelectionBase.js"
21021
21191
  }
21022
- },
21023
- {
21024
- "kind": "method",
21025
- "name": "isSelected",
21026
- "return": {
21027
- "type": {
21028
- "text": "boolean"
21029
- }
21030
- },
21031
- "parameters": [
21032
- {
21033
- "name": "row",
21034
- "type": {
21035
- "text": "TableRowBase",
21036
- "references": [
21037
- {
21038
- "name": "TableRowBase",
21039
- "package": "@ui5/webcomponents",
21040
- "module": "dist/TableRowBase.js"
21041
- }
21042
- ]
21043
- },
21044
- "description": "The row instance"
21045
- }
21046
- ],
21047
- "description": "Determines whether the specified table row is currently selected.",
21048
- "privacy": "public",
21049
- "inheritedFrom": {
21050
- "name": "TableSelectionBase",
21051
- "module": "dist/TableSelectionBase.js"
21052
- }
21053
- },
21054
- {
21055
- "kind": "method",
21056
- "name": "setSelected",
21057
- "return": {
21058
- "type": {
21059
- "text": "void"
21060
- }
21061
- },
21062
- "parameters": [
21063
- {
21064
- "name": "row",
21065
- "type": {
21066
- "text": "TableRowBase",
21067
- "references": [
21068
- {
21069
- "name": "TableRowBase",
21070
- "package": "@ui5/webcomponents",
21071
- "module": "dist/TableRowBase.js"
21072
- }
21073
- ]
21074
- },
21075
- "description": "The row instance"
21076
- },
21077
- {
21078
- "name": "selected",
21079
- "type": {
21080
- "text": "boolean"
21081
- },
21082
- "description": "Whether the row is selected"
21083
- }
21084
- ],
21085
- "description": "Sets the selected state of the specified table row.",
21086
- "privacy": "public",
21087
- "inheritedFrom": {
21088
- "name": "TableSelectionBase",
21089
- "module": "dist/TableSelectionBase.js"
21090
- }
21091
21192
  }
21092
21193
  ],
21093
21194
  "attributes": [
@@ -21179,139 +21280,39 @@
21179
21280
  {
21180
21281
  "name": "TableRow",
21181
21282
  "package": "@ui5/webcomponents",
21182
- "module": "dist/TableRow.js"
21183
- }
21184
- ]
21185
- }
21186
- },
21187
- "description": "Returns the selected row.",
21188
- "privacy": "public"
21189
- },
21190
- {
21191
- "kind": "method",
21192
- "name": "getRowKey",
21193
- "return": {
21194
- "type": {
21195
- "text": "string"
21196
- }
21197
- },
21198
- "parameters": [
21199
- {
21200
- "name": "row",
21201
- "type": {
21202
- "text": "TableRow",
21203
- "references": [
21204
- {
21205
- "name": "TableRow",
21206
- "package": "@ui5/webcomponents",
21207
- "module": "dist/TableRow.js"
21208
- }
21209
- ]
21210
- },
21211
- "description": "The row instance"
21212
- }
21213
- ],
21214
- "description": "Returns the unique key associated with the table row.",
21215
- "privacy": "public",
21216
- "inheritedFrom": {
21217
- "name": "TableSelectionBase",
21218
- "module": "dist/TableSelectionBase.js"
21219
- }
21220
- },
21221
- {
21222
- "kind": "method",
21223
- "name": "getRowByKey",
21224
- "return": {
21225
- "type": {
21226
- "text": "TableRow | undefined",
21227
- "references": [
21228
- {
21229
- "name": "TableRow",
21230
- "package": "@ui5/webcomponents",
21231
- "module": "dist/TableRow.js"
21232
- }
21233
- ]
21234
- }
21235
- },
21236
- "parameters": [
21237
- {
21238
- "name": "rowKey",
21239
- "type": {
21240
- "text": "string"
21241
- },
21242
- "description": "The row key"
21243
- }
21244
- ],
21245
- "description": "Returns the table row instance for the given row key.",
21246
- "privacy": "public",
21247
- "inheritedFrom": {
21248
- "name": "TableSelectionBase",
21249
- "module": "dist/TableSelectionBase.js"
21250
- }
21251
- },
21252
- {
21253
- "kind": "method",
21254
- "name": "isSelected",
21255
- "return": {
21256
- "type": {
21257
- "text": "boolean"
21258
- }
21259
- },
21260
- "parameters": [
21261
- {
21262
- "name": "row",
21263
- "type": {
21264
- "text": "TableRowBase",
21265
- "references": [
21266
- {
21267
- "name": "TableRowBase",
21268
- "package": "@ui5/webcomponents",
21269
- "module": "dist/TableRowBase.js"
21270
- }
21271
- ]
21272
- },
21273
- "description": "The row instance"
21283
+ "module": "dist/TableRow.js"
21284
+ }
21285
+ ]
21274
21286
  }
21275
- ],
21276
- "description": "Determines whether the specified table row is currently selected.",
21277
- "privacy": "public",
21278
- "inheritedFrom": {
21279
- "name": "TableSelectionBase",
21280
- "module": "dist/TableSelectionBase.js"
21281
- }
21287
+ },
21288
+ "description": "Returns the selected row.",
21289
+ "privacy": "public"
21282
21290
  },
21283
21291
  {
21284
21292
  "kind": "method",
21285
- "name": "setSelected",
21293
+ "name": "getRowByKey",
21286
21294
  "return": {
21287
21295
  "type": {
21288
- "text": "void"
21296
+ "text": "TableRow | undefined",
21297
+ "references": [
21298
+ {
21299
+ "name": "TableRow",
21300
+ "package": "@ui5/webcomponents",
21301
+ "module": "dist/TableRow.js"
21302
+ }
21303
+ ]
21289
21304
  }
21290
21305
  },
21291
21306
  "parameters": [
21292
21307
  {
21293
- "name": "row",
21294
- "type": {
21295
- "text": "TableRowBase",
21296
- "references": [
21297
- {
21298
- "name": "TableRowBase",
21299
- "package": "@ui5/webcomponents",
21300
- "module": "dist/TableRowBase.js"
21301
- }
21302
- ]
21303
- },
21304
- "description": "The row instance"
21305
- },
21306
- {
21307
- "name": "selected",
21308
+ "name": "rowKey",
21308
21309
  "type": {
21309
- "text": "boolean"
21310
+ "text": "string"
21310
21311
  },
21311
- "description": "Whether the row is selected"
21312
+ "description": "The row key"
21312
21313
  }
21313
21314
  ],
21314
- "description": "Sets the selected state of the specified table row.",
21315
+ "description": "Returns the table row instance for the given row key.",
21315
21316
  "privacy": "public",
21316
21317
  "inheritedFrom": {
21317
21318
  "name": "TableSelectionBase",
@@ -23213,6 +23214,50 @@
23213
23214
  },
23214
23215
  "tagName": "ui5-toggle-button",
23215
23216
  "customElement": true,
23217
+ "slots": [
23218
+ {
23219
+ "name": "default",
23220
+ "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.",
23221
+ "inheritedFrom": {
23222
+ "name": "Button",
23223
+ "module": "dist/Button.js"
23224
+ }
23225
+ },
23226
+ {
23227
+ "name": "badge",
23228
+ "description": "Adds a badge to the button.",
23229
+ "inheritedFrom": {
23230
+ "name": "Button",
23231
+ "module": "dist/Button.js"
23232
+ }
23233
+ }
23234
+ ],
23235
+ "cssParts": [
23236
+ {
23237
+ "description": "Used to style the native button element",
23238
+ "name": "button",
23239
+ "inheritedFrom": {
23240
+ "name": "Button",
23241
+ "module": "dist/Button.js"
23242
+ }
23243
+ },
23244
+ {
23245
+ "description": "Used to style the icon in the native button element",
23246
+ "name": "icon",
23247
+ "inheritedFrom": {
23248
+ "name": "Button",
23249
+ "module": "dist/Button.js"
23250
+ }
23251
+ },
23252
+ {
23253
+ "description": "Used to style the end icon in the native button element",
23254
+ "name": "endIcon",
23255
+ "inheritedFrom": {
23256
+ "name": "Button",
23257
+ "module": "dist/Button.js"
23258
+ }
23259
+ }
23260
+ ],
23216
23261
  "events": [
23217
23262
  {
23218
23263
  "name": "click",
@@ -24385,41 +24430,6 @@
24385
24430
  "kind": "class",
24386
24431
  "description": "### Overview\nThe `ui5-toolbar-separator` is an element, used for visual separation between two elements.\nIt takes no space in calculating toolbar items width.",
24387
24432
  "name": "ToolbarSeparator",
24388
- "superclass": {
24389
- "name": "ToolbarItem",
24390
- "package": "@ui5/webcomponents",
24391
- "module": "dist/ToolbarItem.js"
24392
- },
24393
- "tagName": "ui5-toolbar-separator",
24394
- "customElement": true,
24395
- "attributes": [
24396
- {
24397
- "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
24398
- "name": "overflow-priority",
24399
- "default": "\"Default\"",
24400
- "fieldName": "overflowPriority",
24401
- "type": {
24402
- "text": "\"Default\" | \"NeverOverflow\" | \"AlwaysOverflow\""
24403
- },
24404
- "inheritedFrom": {
24405
- "name": "ToolbarItem",
24406
- "module": "dist/ToolbarItem.js"
24407
- }
24408
- },
24409
- {
24410
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
24411
- "name": "prevent-overflow-closing",
24412
- "default": "false",
24413
- "fieldName": "preventOverflowClosing",
24414
- "type": {
24415
- "text": "boolean"
24416
- },
24417
- "inheritedFrom": {
24418
- "name": "ToolbarItem",
24419
- "module": "dist/ToolbarItem.js"
24420
- }
24421
- }
24422
- ],
24423
24433
  "members": [
24424
24434
  {
24425
24435
  "kind": "field",
@@ -24456,6 +24466,41 @@
24456
24466
  "module": "dist/ToolbarItem.js"
24457
24467
  }
24458
24468
  }
24469
+ ],
24470
+ "superclass": {
24471
+ "name": "ToolbarItem",
24472
+ "package": "@ui5/webcomponents",
24473
+ "module": "dist/ToolbarItem.js"
24474
+ },
24475
+ "tagName": "ui5-toolbar-separator",
24476
+ "customElement": true,
24477
+ "attributes": [
24478
+ {
24479
+ "description": "Property used to define the access of the item to the overflow Popover. If \"NeverOverflow\" option is set,\nthe item never goes in the Popover, if \"AlwaysOverflow\" - it never comes out of it.",
24480
+ "name": "overflow-priority",
24481
+ "default": "\"Default\"",
24482
+ "fieldName": "overflowPriority",
24483
+ "type": {
24484
+ "text": "\"Default\" | \"NeverOverflow\" | \"AlwaysOverflow\""
24485
+ },
24486
+ "inheritedFrom": {
24487
+ "name": "ToolbarItem",
24488
+ "module": "dist/ToolbarItem.js"
24489
+ }
24490
+ },
24491
+ {
24492
+ "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
24493
+ "name": "prevent-overflow-closing",
24494
+ "default": "false",
24495
+ "fieldName": "preventOverflowClosing",
24496
+ "type": {
24497
+ "text": "boolean"
24498
+ },
24499
+ "inheritedFrom": {
24500
+ "name": "ToolbarItem",
24501
+ "module": "dist/ToolbarItem.js"
24502
+ }
24503
+ }
24459
24504
  ]
24460
24505
  }
24461
24506
  ],
@@ -25001,8 +25046,8 @@
25001
25046
  "description": "Defines whether the item is movable.",
25002
25047
  "privacy": "public",
25003
25048
  "inheritedFrom": {
25004
- "name": "TreeItemBase",
25005
- "module": "dist/TreeItemBase.js"
25049
+ "name": "ListItemBase",
25050
+ "module": "dist/ListItemBase.js"
25006
25051
  }
25007
25052
  },
25008
25053
  {
@@ -25015,8 +25060,8 @@
25015
25060
  "default": "false",
25016
25061
  "privacy": "public",
25017
25062
  "inheritedFrom": {
25018
- "name": "TreeItemBase",
25019
- "module": "dist/TreeItemBase.js"
25063
+ "name": "ListItem",
25064
+ "module": "dist/ListItem.js"
25020
25065
  }
25021
25066
  },
25022
25067
  {
@@ -25064,8 +25109,8 @@
25064
25109
  "default": "undefined",
25065
25110
  "privacy": "public",
25066
25111
  "inheritedFrom": {
25067
- "name": "TreeItemBase",
25068
- "module": "dist/TreeItemBase.js"
25112
+ "name": "ListItem",
25113
+ "module": "dist/ListItem.js"
25069
25114
  }
25070
25115
  },
25071
25116
  {
@@ -25180,12 +25225,12 @@
25180
25225
  "type": {
25181
25226
  "text": "boolean"
25182
25227
  },
25183
- "description": "Defines the selected state of the component.",
25184
25228
  "default": "false",
25229
+ "description": "Defines the selected state of the component.",
25185
25230
  "privacy": "public",
25186
25231
  "inheritedFrom": {
25187
- "name": "ListItem",
25188
- "module": "dist/ListItem.js"
25232
+ "name": "ListItemBase",
25233
+ "module": "dist/ListItemBase.js"
25189
25234
  }
25190
25235
  }
25191
25236
  ],
@@ -25385,6 +25430,24 @@
25385
25430
  },
25386
25431
  "tagName": "ui5-tree-item",
25387
25432
  "customElement": true,
25433
+ "slots": [
25434
+ {
25435
+ "name": "default",
25436
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`",
25437
+ "inheritedFrom": {
25438
+ "name": "TreeItemBase",
25439
+ "module": "dist/TreeItemBase.js"
25440
+ }
25441
+ },
25442
+ {
25443
+ "name": "deleteButton",
25444
+ "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.",
25445
+ "inheritedFrom": {
25446
+ "name": "ListItem",
25447
+ "module": "dist/ListItem.js"
25448
+ }
25449
+ }
25450
+ ],
25388
25451
  "events": [
25389
25452
  {
25390
25453
  "name": "detail-click",
@@ -25431,6 +25494,14 @@
25431
25494
  {
25432
25495
  "name": "default",
25433
25496
  "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
25497
+ },
25498
+ {
25499
+ "name": "deleteButton",
25500
+ "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.",
25501
+ "inheritedFrom": {
25502
+ "name": "ListItem",
25503
+ "module": "dist/ListItem.js"
25504
+ }
25434
25505
  }
25435
25506
  ],
25436
25507
  "members": [
@@ -25462,7 +25533,11 @@
25462
25533
  },
25463
25534
  "default": "false",
25464
25535
  "description": "Defines whether the item is movable.",
25465
- "privacy": "public"
25536
+ "privacy": "public",
25537
+ "inheritedFrom": {
25538
+ "name": "ListItemBase",
25539
+ "module": "dist/ListItemBase.js"
25540
+ }
25466
25541
  },
25467
25542
  {
25468
25543
  "kind": "field",
@@ -25472,7 +25547,11 @@
25472
25547
  },
25473
25548
  "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.",
25474
25549
  "default": "false",
25475
- "privacy": "public"
25550
+ "privacy": "public",
25551
+ "inheritedFrom": {
25552
+ "name": "ListItem",
25553
+ "module": "dist/ListItem.js"
25554
+ }
25476
25555
  },
25477
25556
  {
25478
25557
  "kind": "field",
@@ -25509,7 +25588,11 @@
25509
25588
  },
25510
25589
  "description": "Defines the accessible name of the component.",
25511
25590
  "default": "undefined",
25512
- "privacy": "public"
25591
+ "privacy": "public",
25592
+ "inheritedFrom": {
25593
+ "name": "ListItem",
25594
+ "module": "dist/ListItem.js"
25595
+ }
25513
25596
  },
25514
25597
  {
25515
25598
  "kind": "method",
@@ -25619,9 +25702,22 @@
25619
25702
  "type": {
25620
25703
  "text": "boolean"
25621
25704
  },
25622
- "description": "Defines the selected state of the component.",
25623
25705
  "default": "false",
25706
+ "description": "Defines the selected state of the component.",
25624
25707
  "privacy": "public",
25708
+ "inheritedFrom": {
25709
+ "name": "ListItemBase",
25710
+ "module": "dist/ListItemBase.js"
25711
+ }
25712
+ }
25713
+ ],
25714
+ "events": [
25715
+ {
25716
+ "name": "detail-click",
25717
+ "type": {
25718
+ "text": "CustomEvent"
25719
+ },
25720
+ "description": "Fired when the user clicks on the detail button when type is `Detail`.",
25625
25721
  "inheritedFrom": {
25626
25722
  "name": "ListItem",
25627
25723
  "module": "dist/ListItem.js"
@@ -25776,20 +25872,7 @@
25776
25872
  "package": "@ui5/webcomponents",
25777
25873
  "module": "dist/ListItem.js"
25778
25874
  },
25779
- "customElement": true,
25780
- "events": [
25781
- {
25782
- "name": "detail-click",
25783
- "type": {
25784
- "text": "CustomEvent"
25785
- },
25786
- "description": "Fired when the user clicks on the detail button when type is `Detail`.",
25787
- "inheritedFrom": {
25788
- "name": "ListItem",
25789
- "module": "dist/ListItem.js"
25790
- }
25791
- }
25792
- ]
25875
+ "customElement": true
25793
25876
  }
25794
25877
  ],
25795
25878
  "exports": [
@@ -25829,6 +25912,22 @@
25829
25912
  {
25830
25913
  "name": "content",
25831
25914
  "description": "Defines the content of the `ui5-tree-item`."
25915
+ },
25916
+ {
25917
+ "name": "default",
25918
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`",
25919
+ "inheritedFrom": {
25920
+ "name": "TreeItemBase",
25921
+ "module": "dist/TreeItemBase.js"
25922
+ }
25923
+ },
25924
+ {
25925
+ "name": "deleteButton",
25926
+ "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.",
25927
+ "inheritedFrom": {
25928
+ "name": "ListItem",
25929
+ "module": "dist/ListItem.js"
25930
+ }
25832
25931
  }
25833
25932
  ],
25834
25933
  "members": [
@@ -25880,8 +25979,8 @@
25880
25979
  "description": "Defines whether the item is movable.",
25881
25980
  "privacy": "public",
25882
25981
  "inheritedFrom": {
25883
- "name": "TreeItemBase",
25884
- "module": "dist/TreeItemBase.js"
25982
+ "name": "ListItemBase",
25983
+ "module": "dist/ListItemBase.js"
25885
25984
  }
25886
25985
  },
25887
25986
  {
@@ -25894,8 +25993,8 @@
25894
25993
  "default": "false",
25895
25994
  "privacy": "public",
25896
25995
  "inheritedFrom": {
25897
- "name": "TreeItemBase",
25898
- "module": "dist/TreeItemBase.js"
25996
+ "name": "ListItem",
25997
+ "module": "dist/ListItem.js"
25899
25998
  }
25900
25999
  },
25901
26000
  {
@@ -25943,8 +26042,8 @@
25943
26042
  "default": "undefined",
25944
26043
  "privacy": "public",
25945
26044
  "inheritedFrom": {
25946
- "name": "TreeItemBase",
25947
- "module": "dist/TreeItemBase.js"
26045
+ "name": "ListItem",
26046
+ "module": "dist/ListItem.js"
25948
26047
  }
25949
26048
  },
25950
26049
  {
@@ -26059,12 +26158,12 @@
26059
26158
  "type": {
26060
26159
  "text": "boolean"
26061
26160
  },
26062
- "description": "Defines the selected state of the component.",
26063
26161
  "default": "false",
26162
+ "description": "Defines the selected state of the component.",
26064
26163
  "privacy": "public",
26065
26164
  "inheritedFrom": {
26066
- "name": "ListItem",
26067
- "module": "dist/ListItem.js"
26165
+ "name": "ListItemBase",
26166
+ "module": "dist/ListItemBase.js"
26068
26167
  }
26069
26168
  }
26070
26169
  ],