@ui5/webcomponents 2.9.0-rc.1 → 2.9.0-rc.3

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 (684) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/cypress/specs/AvatarGroup.cy.tsx +16 -1
  3. package/cypress/specs/Breadcrumbs.mobile.cy.tsx +53 -0
  4. package/cypress/specs/Button.cy.tsx +9 -0
  5. package/cypress/specs/Calendar.cy.tsx +55 -48
  6. package/cypress/specs/ColorPicker.cy.tsx +232 -23
  7. package/cypress/specs/DateControlsWithTimezone.cy.tsx +4 -4
  8. package/cypress/specs/DatePicker.cy.tsx +14 -8
  9. package/cypress/specs/DateRangePicker.cy.tsx +27 -21
  10. package/cypress/specs/DateTimePicker.cy.tsx +480 -0
  11. package/cypress/specs/DayPicker.cy.tsx +81 -0
  12. package/cypress/specs/FormSupport.cy.tsx +58 -1
  13. package/cypress/specs/Input.cy.tsx +61 -1
  14. package/cypress/specs/Popover.cy.tsx +53 -0
  15. package/cypress/specs/Select.cy.tsx +152 -0
  16. package/cypress/specs/TableGrowing.cy.tsx +18 -18
  17. package/cypress/specs/TableNavigation.cy.tsx +3 -3
  18. package/cypress/specs/TableRowActions.cy.tsx +6 -0
  19. package/cypress/specs/Tree.cy.tsx +18 -0
  20. package/cypress/support/commands/Calendar.commands.ts +9 -3
  21. package/cypress/support/commands/ColorPicker.commands.ts +14 -0
  22. package/cypress/support/commands/DatePicker.commands.ts +1 -1
  23. package/cypress/support/commands/DateTimePicker.commands.ts +60 -0
  24. package/cypress/support/commands.ts +2 -0
  25. package/dist/.tsbuildinfo +1 -1
  26. package/dist/Avatar.d.ts +5 -3
  27. package/dist/Avatar.js +7 -5
  28. package/dist/Avatar.js.map +1 -1
  29. package/dist/AvatarGroup.d.ts +1 -1
  30. package/dist/AvatarGroup.js +2 -2
  31. package/dist/AvatarGroup.js.map +1 -1
  32. package/dist/Breadcrumbs.d.ts +5 -0
  33. package/dist/Breadcrumbs.js +9 -0
  34. package/dist/Breadcrumbs.js.map +1 -1
  35. package/dist/BreadcrumbsPopoverTemplate.js +5 -1
  36. package/dist/BreadcrumbsPopoverTemplate.js.map +1 -1
  37. package/dist/Button.d.ts +1 -1
  38. package/dist/DatePicker.d.ts +9 -5
  39. package/dist/DatePicker.js +42 -22
  40. package/dist/DatePicker.js.map +1 -1
  41. package/dist/DatePickerInputTemplate.js +2 -2
  42. package/dist/DatePickerInputTemplate.js.map +1 -1
  43. package/dist/DatePickerPopoverTemplate.js +34 -1
  44. package/dist/DatePickerPopoverTemplate.js.map +1 -1
  45. package/dist/DateRangePicker.d.ts +6 -2
  46. package/dist/DateRangePicker.js +10 -8
  47. package/dist/DateRangePicker.js.map +1 -1
  48. package/dist/DateTimePicker.d.ts +1 -18
  49. package/dist/DateTimePicker.js +5 -25
  50. package/dist/DateTimePicker.js.map +1 -1
  51. package/dist/DateTimePickerTemplate.js +16 -18
  52. package/dist/DateTimePickerTemplate.js.map +1 -1
  53. package/dist/DayPicker.d.ts +3 -0
  54. package/dist/DayPicker.js +12 -3
  55. package/dist/DayPicker.js.map +1 -1
  56. package/dist/Input.d.ts +8 -0
  57. package/dist/Input.js +7 -1
  58. package/dist/Input.js.map +1 -1
  59. package/dist/InputTemplate.js +2 -2
  60. package/dist/InputTemplate.js.map +1 -1
  61. package/dist/MonthPicker.js +7 -1
  62. package/dist/MonthPicker.js.map +1 -1
  63. package/dist/MultiComboBox.d.ts +0 -6
  64. package/dist/MultiComboBox.js +0 -8
  65. package/dist/MultiComboBox.js.map +1 -1
  66. package/dist/Popup.js +1 -1
  67. package/dist/Popup.js.map +1 -1
  68. package/dist/PopupTemplate.d.ts +1 -1
  69. package/dist/Select.d.ts +46 -8
  70. package/dist/Select.js +77 -19
  71. package/dist/Select.js.map +1 -1
  72. package/dist/SelectPopoverTemplate.js +1 -1
  73. package/dist/SelectPopoverTemplate.js.map +1 -1
  74. package/dist/TabContainer.d.ts +0 -22
  75. package/dist/TabContainer.js +0 -24
  76. package/dist/TabContainer.js.map +1 -1
  77. package/dist/Table.d.ts +3 -3
  78. package/dist/Table.js +3 -3
  79. package/dist/Table.js.map +1 -1
  80. package/dist/TableGrowing.d.ts +12 -12
  81. package/dist/TableGrowing.js +13 -13
  82. package/dist/TableGrowing.js.map +1 -1
  83. package/dist/TableGrowingTemplate.js +2 -2
  84. package/dist/TableGrowingTemplate.js.map +1 -1
  85. package/dist/TableNavigation.js +2 -2
  86. package/dist/TableNavigation.js.map +1 -1
  87. package/dist/TableRowActionBase.d.ts +8 -7
  88. package/dist/TableRowActionBase.js +24 -9
  89. package/dist/TableRowActionBase.js.map +1 -1
  90. package/dist/TableSelectionBase.d.ts +2 -4
  91. package/dist/TableSelectionBase.js +0 -1
  92. package/dist/TableSelectionBase.js.map +1 -1
  93. package/dist/TableSelectionMulti.d.ts +1 -3
  94. package/dist/TableSelectionMulti.js +2 -4
  95. package/dist/TableSelectionMulti.js.map +1 -1
  96. package/dist/TableSelectionSingle.d.ts +1 -1
  97. package/dist/TableSelectionSingle.js +2 -2
  98. package/dist/TableSelectionSingle.js.map +1 -1
  99. package/dist/TableTemplate.js +2 -2
  100. package/dist/TableTemplate.js.map +1 -1
  101. package/dist/TimePicker.d.ts +0 -15
  102. package/dist/TimePicker.js +0 -17
  103. package/dist/TimePicker.js.map +1 -1
  104. package/dist/TimePickerPopoverTemplate.js +6 -1
  105. package/dist/TimePickerPopoverTemplate.js.map +1 -1
  106. package/dist/TreeList.js +3 -1
  107. package/dist/TreeList.js.map +1 -1
  108. package/dist/bundle.esm.d.ts +1 -1
  109. package/dist/css/themes/Avatar.css +1 -1
  110. package/dist/css/themes/AvatarGroup.css +1 -1
  111. package/dist/css/themes/Bar.css +1 -1
  112. package/dist/css/themes/Breadcrumbs.css +1 -1
  113. package/dist/css/themes/BusyIndicator.css +1 -1
  114. package/dist/css/themes/Button.css +1 -1
  115. package/dist/css/themes/ButtonBadge.css +1 -1
  116. package/dist/css/themes/Calendar.css +1 -1
  117. package/dist/css/themes/CalendarHeader.css +1 -1
  118. package/dist/css/themes/CalendarLegend.css +1 -1
  119. package/dist/css/themes/CalendarLegendItem.css +1 -1
  120. package/dist/css/themes/Card.css +1 -1
  121. package/dist/css/themes/CardHeader.css +1 -1
  122. package/dist/css/themes/Carousel.css +1 -1
  123. package/dist/css/themes/CheckBox.css +1 -1
  124. package/dist/css/themes/ColorPalette.css +1 -1
  125. package/dist/css/themes/ColorPaletteItem.css +1 -1
  126. package/dist/css/themes/ColorPalettePopover.css +1 -1
  127. package/dist/css/themes/ColorPicker.css +1 -1
  128. package/dist/css/themes/ComboBox.css +1 -1
  129. package/dist/css/themes/ComboBoxItem.css +1 -1
  130. package/dist/css/themes/DatePicker.css +1 -1
  131. package/dist/css/themes/DatePickerPopover.css +1 -1
  132. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  133. package/dist/css/themes/DayPicker.css +1 -1
  134. package/dist/css/themes/Dialog.css +1 -1
  135. package/dist/css/themes/FileUploader.css +1 -1
  136. package/dist/css/themes/Form.css +1 -1
  137. package/dist/css/themes/FormItem.css +1 -1
  138. package/dist/css/themes/FormItemSpan.css +1 -1
  139. package/dist/css/themes/GrowingButton.css +1 -1
  140. package/dist/css/themes/Icon.css +1 -1
  141. package/dist/css/themes/Input.css +1 -1
  142. package/dist/css/themes/InputIcon.css +1 -1
  143. package/dist/css/themes/InputSharedStyles.css +1 -1
  144. package/dist/css/themes/Link.css +1 -1
  145. package/dist/css/themes/List.css +1 -1
  146. package/dist/css/themes/ListItem.css +1 -1
  147. package/dist/css/themes/ListItemBase.css +1 -1
  148. package/dist/css/themes/ListItemCustom.css +1 -1
  149. package/dist/css/themes/ListItemGroup.css +1 -1
  150. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  151. package/dist/css/themes/ListItemIcon.css +1 -1
  152. package/dist/css/themes/Menu.css +1 -1
  153. package/dist/css/themes/MenuItem.css +1 -1
  154. package/dist/css/themes/MessageStrip.css +1 -1
  155. package/dist/css/themes/MonthPicker.css +1 -1
  156. package/dist/css/themes/MultiComboBox.css +1 -1
  157. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  158. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  159. package/dist/css/themes/MultiInput.css +1 -1
  160. package/dist/css/themes/OptionBase.css +1 -1
  161. package/dist/css/themes/Panel.css +1 -1
  162. package/dist/css/themes/Popover.css +1 -1
  163. package/dist/css/themes/PopupsCommon.css +1 -1
  164. package/dist/css/themes/ProgressIndicator.css +1 -1
  165. package/dist/css/themes/RadioButton.css +1 -1
  166. package/dist/css/themes/RangeSlider.css +1 -1
  167. package/dist/css/themes/RatingIndicator.css +1 -1
  168. package/dist/css/themes/ResponsivePopover.css +1 -1
  169. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  170. package/dist/css/themes/SegmentedButton.css +1 -1
  171. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  172. package/dist/css/themes/Select.css +1 -1
  173. package/dist/css/themes/SliderBase.css +1 -1
  174. package/dist/css/themes/SplitButton.css +1 -1
  175. package/dist/css/themes/StepInput.css +1 -1
  176. package/dist/css/themes/SuggestionItem.css +1 -1
  177. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  178. package/dist/css/themes/Switch.css +1 -1
  179. package/dist/css/themes/TabContainer.css +1 -1
  180. package/dist/css/themes/TabInOverflow.css +1 -1
  181. package/dist/css/themes/TabInStrip.css +1 -1
  182. package/dist/css/themes/TabSemanticIcon.css +1 -1
  183. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  184. package/dist/css/themes/Table.css +1 -1
  185. package/dist/css/themes/TableCellBase.css +1 -1
  186. package/dist/css/themes/TableGrowing.css +1 -1
  187. package/dist/css/themes/TableHeaderRow.css +1 -1
  188. package/dist/css/themes/TableRow.css +1 -1
  189. package/dist/css/themes/TableRowActionBase.css +1 -1
  190. package/dist/css/themes/TableRowBase.css +1 -1
  191. package/dist/css/themes/Tag.css +1 -1
  192. package/dist/css/themes/Text.css +1 -1
  193. package/dist/css/themes/TextArea.css +1 -1
  194. package/dist/css/themes/TimePicker.css +1 -1
  195. package/dist/css/themes/Toast.css +1 -1
  196. package/dist/css/themes/ToggleButton.css +1 -1
  197. package/dist/css/themes/Token.css +1 -1
  198. package/dist/css/themes/Tokenizer.css +1 -1
  199. package/dist/css/themes/TokenizerPopover.css +1 -1
  200. package/dist/css/themes/Toolbar.css +1 -1
  201. package/dist/css/themes/ToolbarPopover.css +1 -1
  202. package/dist/css/themes/TreeItem.css +1 -1
  203. package/dist/css/themes/ValueStateMessage.css +1 -1
  204. package/dist/css/themes/YearPicker.css +1 -1
  205. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  206. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  207. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  208. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  209. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  210. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  211. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  212. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  213. package/dist/custom-elements-internal.json +1546 -1228
  214. package/dist/custom-elements.json +1252 -1162
  215. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  217. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_id.json +1 -0
  239. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  244. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  245. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  246. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  247. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  248. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  249. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  250. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  251. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  252. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  253. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  254. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  255. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  256. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  257. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  258. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  259. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  260. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  261. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  262. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  263. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  264. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  265. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  266. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  267. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  268. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  269. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  270. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  271. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  272. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  273. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  274. package/dist/generated/json-imports/i18n-fetch.js +2 -2
  275. package/dist/generated/json-imports/i18n-fetch.js.map +1 -1
  276. package/dist/generated/json-imports/i18n.js +2 -2
  277. package/dist/generated/json-imports/i18n.js.map +1 -1
  278. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  279. package/dist/generated/themes/Avatar.css.js +1 -1
  280. package/dist/generated/themes/Avatar.css.js.map +1 -1
  281. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  282. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  283. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  284. package/dist/generated/themes/Bar.css.d.ts +1 -1
  285. package/dist/generated/themes/Bar.css.js +1 -1
  286. package/dist/generated/themes/Bar.css.js.map +1 -1
  287. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  288. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  289. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  290. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  291. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  292. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  293. package/dist/generated/themes/Button.css.d.ts +1 -1
  294. package/dist/generated/themes/Button.css.js +1 -1
  295. package/dist/generated/themes/Button.css.js.map +1 -1
  296. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  297. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  298. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  299. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  300. package/dist/generated/themes/Calendar.css.js +1 -1
  301. package/dist/generated/themes/Calendar.css.js.map +1 -1
  302. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  303. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  304. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  305. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  306. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  307. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  308. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  309. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  310. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  311. package/dist/generated/themes/Card.css.d.ts +1 -1
  312. package/dist/generated/themes/Card.css.js +1 -1
  313. package/dist/generated/themes/Card.css.js.map +1 -1
  314. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  315. package/dist/generated/themes/CardHeader.css.js +1 -1
  316. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  317. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  318. package/dist/generated/themes/Carousel.css.js +1 -1
  319. package/dist/generated/themes/Carousel.css.js.map +1 -1
  320. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  321. package/dist/generated/themes/CheckBox.css.js +1 -1
  322. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  323. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  324. package/dist/generated/themes/ColorPalette.css.js +1 -1
  325. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  326. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  327. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  328. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  329. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  330. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  331. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  332. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  333. package/dist/generated/themes/ColorPicker.css.js +1 -1
  334. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  335. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  336. package/dist/generated/themes/ComboBox.css.js +1 -1
  337. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  338. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  339. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  340. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  341. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  342. package/dist/generated/themes/DatePicker.css.js +1 -1
  343. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  344. package/dist/generated/themes/DatePickerPopover.css.d.ts +1 -1
  345. package/dist/generated/themes/DatePickerPopover.css.js +1 -1
  346. package/dist/generated/themes/DatePickerPopover.css.js.map +1 -1
  347. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  348. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  349. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  350. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  351. package/dist/generated/themes/DayPicker.css.js +1 -1
  352. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  353. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  354. package/dist/generated/themes/Dialog.css.js +1 -1
  355. package/dist/generated/themes/Dialog.css.js.map +1 -1
  356. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  357. package/dist/generated/themes/FileUploader.css.js +1 -1
  358. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  359. package/dist/generated/themes/Form.css.d.ts +1 -1
  360. package/dist/generated/themes/Form.css.js +1 -1
  361. package/dist/generated/themes/Form.css.js.map +1 -1
  362. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  363. package/dist/generated/themes/FormItem.css.js +1 -1
  364. package/dist/generated/themes/FormItem.css.js.map +1 -1
  365. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  366. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  367. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  368. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  369. package/dist/generated/themes/GrowingButton.css.js +1 -1
  370. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  371. package/dist/generated/themes/Icon.css.d.ts +1 -1
  372. package/dist/generated/themes/Icon.css.js +1 -1
  373. package/dist/generated/themes/Icon.css.js.map +1 -1
  374. package/dist/generated/themes/Input.css.d.ts +1 -1
  375. package/dist/generated/themes/Input.css.js +1 -1
  376. package/dist/generated/themes/Input.css.js.map +1 -1
  377. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  378. package/dist/generated/themes/InputIcon.css.js +1 -1
  379. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  380. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  381. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  382. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  383. package/dist/generated/themes/Link.css.d.ts +1 -1
  384. package/dist/generated/themes/Link.css.js +1 -1
  385. package/dist/generated/themes/Link.css.js.map +1 -1
  386. package/dist/generated/themes/List.css.d.ts +1 -1
  387. package/dist/generated/themes/List.css.js +1 -1
  388. package/dist/generated/themes/List.css.js.map +1 -1
  389. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  390. package/dist/generated/themes/ListItem.css.js +1 -1
  391. package/dist/generated/themes/ListItem.css.js.map +1 -1
  392. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  393. package/dist/generated/themes/ListItemBase.css.js +1 -1
  394. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  395. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  396. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  397. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  398. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  399. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  400. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  401. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  402. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  403. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  404. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  405. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  406. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  407. package/dist/generated/themes/Menu.css.d.ts +1 -1
  408. package/dist/generated/themes/Menu.css.js +1 -1
  409. package/dist/generated/themes/Menu.css.js.map +1 -1
  410. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  411. package/dist/generated/themes/MenuItem.css.js +1 -1
  412. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  413. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  414. package/dist/generated/themes/MessageStrip.css.js +1 -1
  415. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  416. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  417. package/dist/generated/themes/MonthPicker.css.js +1 -1
  418. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  419. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  420. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  421. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  422. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  423. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  424. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  425. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  426. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  427. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  428. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  429. package/dist/generated/themes/MultiInput.css.js +1 -1
  430. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  431. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  432. package/dist/generated/themes/OptionBase.css.js +1 -1
  433. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  434. package/dist/generated/themes/Panel.css.d.ts +1 -1
  435. package/dist/generated/themes/Panel.css.js +1 -1
  436. package/dist/generated/themes/Panel.css.js.map +1 -1
  437. package/dist/generated/themes/Popover.css.d.ts +1 -1
  438. package/dist/generated/themes/Popover.css.js +1 -1
  439. package/dist/generated/themes/Popover.css.js.map +1 -1
  440. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  441. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  442. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  443. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  444. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  445. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  446. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  447. package/dist/generated/themes/RadioButton.css.js +1 -1
  448. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  449. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  450. package/dist/generated/themes/RangeSlider.css.js +1 -1
  451. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  452. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  453. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  454. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  455. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  456. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  457. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  458. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  459. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  460. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  461. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  462. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  463. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  464. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  465. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  466. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  467. package/dist/generated/themes/Select.css.d.ts +1 -1
  468. package/dist/generated/themes/Select.css.js +1 -1
  469. package/dist/generated/themes/Select.css.js.map +1 -1
  470. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  471. package/dist/generated/themes/SliderBase.css.js +1 -1
  472. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  473. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  474. package/dist/generated/themes/SplitButton.css.js +1 -1
  475. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  476. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  477. package/dist/generated/themes/StepInput.css.js +1 -1
  478. package/dist/generated/themes/StepInput.css.js.map +1 -1
  479. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  480. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  481. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  482. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  483. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  484. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  485. package/dist/generated/themes/Switch.css.d.ts +1 -1
  486. package/dist/generated/themes/Switch.css.js +1 -1
  487. package/dist/generated/themes/Switch.css.js.map +1 -1
  488. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  489. package/dist/generated/themes/TabContainer.css.js +1 -1
  490. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  491. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  492. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  493. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  494. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  495. package/dist/generated/themes/TabInStrip.css.js +1 -1
  496. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  497. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  498. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  499. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  500. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  501. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  502. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  503. package/dist/generated/themes/Table.css.d.ts +1 -1
  504. package/dist/generated/themes/Table.css.js +1 -1
  505. package/dist/generated/themes/Table.css.js.map +1 -1
  506. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  507. package/dist/generated/themes/TableCellBase.css.js +1 -1
  508. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  509. package/dist/generated/themes/TableGrowing.css.d.ts +1 -1
  510. package/dist/generated/themes/TableGrowing.css.js +1 -1
  511. package/dist/generated/themes/TableGrowing.css.js.map +1 -1
  512. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  513. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  514. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  515. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  516. package/dist/generated/themes/TableRow.css.js +1 -1
  517. package/dist/generated/themes/TableRow.css.js.map +1 -1
  518. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  519. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  520. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  521. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  522. package/dist/generated/themes/TableRowBase.css.js +1 -1
  523. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  524. package/dist/generated/themes/Tag.css.d.ts +1 -1
  525. package/dist/generated/themes/Tag.css.js +1 -1
  526. package/dist/generated/themes/Tag.css.js.map +1 -1
  527. package/dist/generated/themes/Text.css.d.ts +1 -1
  528. package/dist/generated/themes/Text.css.js +1 -1
  529. package/dist/generated/themes/Text.css.js.map +1 -1
  530. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  531. package/dist/generated/themes/TextArea.css.js +1 -1
  532. package/dist/generated/themes/TextArea.css.js.map +1 -1
  533. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  534. package/dist/generated/themes/TimePicker.css.js +1 -1
  535. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  536. package/dist/generated/themes/Toast.css.d.ts +1 -1
  537. package/dist/generated/themes/Toast.css.js +1 -1
  538. package/dist/generated/themes/Toast.css.js.map +1 -1
  539. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  540. package/dist/generated/themes/ToggleButton.css.js +1 -1
  541. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  542. package/dist/generated/themes/Token.css.d.ts +1 -1
  543. package/dist/generated/themes/Token.css.js +1 -1
  544. package/dist/generated/themes/Token.css.js.map +1 -1
  545. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  546. package/dist/generated/themes/Tokenizer.css.js +1 -1
  547. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  548. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  549. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  550. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  551. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  552. package/dist/generated/themes/Toolbar.css.js +1 -1
  553. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  554. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  555. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  556. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  557. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  558. package/dist/generated/themes/TreeItem.css.js +1 -1
  559. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  560. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  561. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  562. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  563. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  564. package/dist/generated/themes/YearPicker.css.js +1 -1
  565. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  566. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  567. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  568. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  569. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  570. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  571. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  572. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  573. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  574. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  575. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  576. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  577. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  578. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  579. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  580. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  581. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  582. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  583. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  584. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  585. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  586. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  587. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  588. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  589. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  590. package/dist/types/AvatarColorScheme.d.ts +5 -0
  591. package/dist/types/AvatarColorScheme.js +5 -0
  592. package/dist/types/AvatarColorScheme.js.map +1 -1
  593. package/dist/types/InputKeyHint.d.ts +16 -0
  594. package/dist/types/InputKeyHint.js +18 -0
  595. package/dist/types/InputKeyHint.js.map +1 -0
  596. package/dist/vscode.html-custom-data.json +36 -45
  597. package/dist/web-types.json +214 -70
  598. package/package-scripts.cjs +4 -0
  599. package/package.json +9 -9
  600. package/src/BreadcrumbsPopoverTemplate.tsx +6 -1
  601. package/src/DatePickerInputTemplate.tsx +5 -4
  602. package/src/DatePickerPopoverTemplate.tsx +51 -0
  603. package/src/DateTimePickerTemplate.tsx +48 -51
  604. package/src/InputTemplate.tsx +2 -0
  605. package/src/SelectPopoverTemplate.tsx +1 -0
  606. package/src/TableGrowingTemplate.tsx +7 -7
  607. package/src/TableTemplate.tsx +4 -4
  608. package/src/TimePickerPopoverTemplate.tsx +8 -3
  609. package/src/i18n/messagebundle_ar.properties +4 -0
  610. package/src/i18n/messagebundle_bg.properties +4 -0
  611. package/src/i18n/messagebundle_ca.properties +4 -0
  612. package/src/i18n/messagebundle_cnr.properties +4 -0
  613. package/src/i18n/messagebundle_cs.properties +4 -0
  614. package/src/i18n/messagebundle_cy.properties +4 -0
  615. package/src/i18n/messagebundle_da.properties +4 -0
  616. package/src/i18n/messagebundle_de.properties +4 -0
  617. package/src/i18n/messagebundle_el.properties +4 -0
  618. package/src/i18n/messagebundle_en.properties +4 -0
  619. package/src/i18n/messagebundle_en_GB.properties +4 -0
  620. package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
  621. package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
  622. package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
  623. package/src/i18n/messagebundle_es.properties +4 -0
  624. package/src/i18n/messagebundle_es_MX.properties +4 -0
  625. package/src/i18n/messagebundle_et.properties +4 -0
  626. package/src/i18n/messagebundle_fi.properties +4 -0
  627. package/src/i18n/messagebundle_fr.properties +9 -5
  628. package/src/i18n/messagebundle_fr_CA.properties +4 -0
  629. package/src/i18n/messagebundle_hi.properties +4 -0
  630. package/src/i18n/messagebundle_hr.properties +12 -8
  631. package/src/i18n/messagebundle_hu.properties +4 -0
  632. package/src/i18n/messagebundle_id.properties +4 -0
  633. package/src/i18n/messagebundle_it.properties +22 -18
  634. package/src/i18n/messagebundle_iw.properties +4 -0
  635. package/src/i18n/messagebundle_ja.properties +4 -0
  636. package/src/i18n/messagebundle_kk.properties +4 -0
  637. package/src/i18n/messagebundle_ko.properties +4 -0
  638. package/src/i18n/messagebundle_lt.properties +4 -0
  639. package/src/i18n/messagebundle_lv.properties +15 -11
  640. package/src/i18n/messagebundle_mk.properties +4 -0
  641. package/src/i18n/messagebundle_ms.properties +6 -2
  642. package/src/i18n/messagebundle_nl.properties +4 -0
  643. package/src/i18n/messagebundle_no.properties +4 -0
  644. package/src/i18n/messagebundle_pl.properties +4 -0
  645. package/src/i18n/messagebundle_pt.properties +4 -0
  646. package/src/i18n/messagebundle_pt_PT.properties +4 -0
  647. package/src/i18n/messagebundle_ro.properties +4 -0
  648. package/src/i18n/messagebundle_ru.properties +6 -2
  649. package/src/i18n/messagebundle_sh.properties +4 -0
  650. package/src/i18n/messagebundle_sk.properties +4 -0
  651. package/src/i18n/messagebundle_sl.properties +4 -0
  652. package/src/i18n/messagebundle_sr.properties +4 -0
  653. package/src/i18n/messagebundle_sv.properties +4 -0
  654. package/src/i18n/messagebundle_th.properties +4 -0
  655. package/src/i18n/messagebundle_tr.properties +4 -0
  656. package/src/i18n/messagebundle_uk.properties +4 -0
  657. package/src/i18n/messagebundle_vi.properties +4 -0
  658. package/src/i18n/messagebundle_zh_CN.properties +5 -1
  659. package/src/i18n/messagebundle_zh_TW.properties +4 -0
  660. package/src/themes/Avatar.css +1 -0
  661. package/src/themes/Bar.css +0 -14
  662. package/src/themes/DatePicker.css +4 -0
  663. package/src/themes/DatePickerPopover.css +7 -0
  664. package/src/themes/DateTimePickerPopover.css +9 -0
  665. package/src/themes/Input.css +8 -3
  666. package/src/themes/Table.css +1 -1
  667. package/src/themes/TableGrowing.css +7 -7
  668. package/src/themes/base/Bar-parameters.css +2 -6
  669. package/src/themes/base/Input-parameters.css +1 -0
  670. package/src/themes/base/RadioButton-parameters.css +1 -1
  671. package/src/themes/sap_fiori_3/Input-parameters.css +1 -0
  672. package/src/themes/sap_fiori_3_dark/Input-parameters.css +1 -0
  673. package/src/themes/sap_fiori_3_hcb/Input-parameters.css +1 -0
  674. package/src/themes/sap_fiori_3_hcb/RadioButton-parameters.css +1 -0
  675. package/src/themes/sap_fiori_3_hcw/Input-parameters.css +1 -0
  676. package/src/themes/sap_fiori_3_hcw/RadioButton-parameters.css +1 -0
  677. package/src/themes/sap_horizon/RadioButton-parameters.css +0 -1
  678. package/src/themes/sap_horizon_dark/RadioButton-parameters.css +0 -1
  679. package/src/themes/sap_horizon_hcb/Input-parameters.css +1 -0
  680. package/src/themes/sap_horizon_hcb/RadioButton-parameters.css +1 -0
  681. package/src/themes/sap_horizon_hcw/Input-parameters.css +1 -0
  682. package/src/themes/sap_horizon_hcw/RadioButton-parameters.css +1 -0
  683. package/dist/generated/assets/i18n/messagebundle_in.json +0 -1
  684. package/src/i18n/messagebundle_in.properties +0 -172
@@ -461,6 +461,21 @@
461
461
  }
462
462
  ]
463
463
  },
464
+ {
465
+ "kind": "javascript-module",
466
+ "path": "dist/types/InputKeyHint.js",
467
+ "declarations": [],
468
+ "exports": [
469
+ {
470
+ "kind": "js",
471
+ "name": "default",
472
+ "declaration": {
473
+ "name": "InputKeyHint",
474
+ "module": "dist/types/InputKeyHint.js"
475
+ }
476
+ }
477
+ ]
478
+ },
464
479
  {
465
480
  "kind": "javascript-module",
466
481
  "path": "dist/types/InputType.js",
@@ -1174,8 +1189,8 @@
1174
1189
  }
1175
1190
  ]
1176
1191
  },
1177
- "default": "\"Accent6\"",
1178
- "description": "Defines the background color of the desired image.",
1192
+ "default": "\"Auto\"",
1193
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1179
1194
  "privacy": "public"
1180
1195
  },
1181
1196
  {
@@ -1271,12 +1286,12 @@
1271
1286
  }
1272
1287
  },
1273
1288
  {
1274
- "description": "Defines the background color of the desired image.",
1289
+ "description": "Defines the background color of the desired image.\nIf `colorScheme` is set to `Auto`, the avatar will be displayed with the `Accent6` color.",
1275
1290
  "name": "color-scheme",
1276
- "default": "\"Accent6\"",
1291
+ "default": "\"Auto\"",
1277
1292
  "fieldName": "colorScheme",
1278
1293
  "type": {
1279
- "text": "\"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
1294
+ "text": "\"Auto\" | \"Accent1\" | \"Accent2\" | \"Accent3\" | \"Accent4\" | \"Accent5\" | \"Accent6\" | \"Accent7\" | \"Accent8\" | \"Accent9\" | \"Accent10\" | \"Placeholder\""
1280
1295
  }
1281
1296
  },
1282
1297
  {
@@ -3079,92 +3094,6 @@
3079
3094
  "kind": "class",
3080
3095
  "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",
3081
3096
  "name": "CalendarPart",
3082
- "superclass": {
3083
- "name": "DateComponentBase",
3084
- "package": "@ui5/webcomponents",
3085
- "module": "dist/DateComponentBase.js"
3086
- },
3087
- "customElement": true,
3088
- "attributes": [
3089
- {
3090
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3091
- "name": "primary-calendar-type",
3092
- "default": "undefined",
3093
- "fieldName": "primaryCalendarType",
3094
- "type": {
3095
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3096
- },
3097
- "inheritedFrom": {
3098
- "name": "DateComponentBase",
3099
- "module": "dist/DateComponentBase.js"
3100
- }
3101
- },
3102
- {
3103
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3104
- "name": "secondary-calendar-type",
3105
- "default": "undefined",
3106
- "fieldName": "secondaryCalendarType",
3107
- "type": {
3108
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3109
- },
3110
- "inheritedFrom": {
3111
- "name": "DateComponentBase",
3112
- "module": "dist/DateComponentBase.js"
3113
- }
3114
- },
3115
- {
3116
- "description": "Determines the format, displayed in the input field.",
3117
- "name": "format-pattern",
3118
- "default": "undefined",
3119
- "fieldName": "formatPattern",
3120
- "type": {
3121
- "text": "string | undefined"
3122
- },
3123
- "inheritedFrom": {
3124
- "name": "DateComponentBase",
3125
- "module": "dist/DateComponentBase.js"
3126
- }
3127
- },
3128
- {
3129
- "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).",
3130
- "name": "min-date",
3131
- "default": "\"\"",
3132
- "fieldName": "minDate",
3133
- "type": {
3134
- "text": "string"
3135
- },
3136
- "inheritedFrom": {
3137
- "name": "DateComponentBase",
3138
- "module": "dist/DateComponentBase.js"
3139
- }
3140
- },
3141
- {
3142
- "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).",
3143
- "name": "max-date",
3144
- "default": "\"\"",
3145
- "fieldName": "maxDate",
3146
- "type": {
3147
- "text": "string"
3148
- },
3149
- "inheritedFrom": {
3150
- "name": "DateComponentBase",
3151
- "module": "dist/DateComponentBase.js"
3152
- }
3153
- },
3154
- {
3155
- "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.",
3156
- "name": "calendar-week-numbering",
3157
- "default": "\"Default\"",
3158
- "fieldName": "calendarWeekNumbering",
3159
- "type": {
3160
- "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3161
- },
3162
- "inheritedFrom": {
3163
- "name": "DateComponentBase",
3164
- "module": "dist/DateComponentBase.js"
3165
- }
3166
- }
3167
- ],
3168
3097
  "members": [
3169
3098
  {
3170
3099
  "kind": "field",
@@ -3271,6 +3200,92 @@
3271
3200
  "module": "dist/DateComponentBase.js"
3272
3201
  }
3273
3202
  }
3203
+ ],
3204
+ "superclass": {
3205
+ "name": "DateComponentBase",
3206
+ "package": "@ui5/webcomponents",
3207
+ "module": "dist/DateComponentBase.js"
3208
+ },
3209
+ "customElement": true,
3210
+ "attributes": [
3211
+ {
3212
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
3213
+ "name": "primary-calendar-type",
3214
+ "default": "undefined",
3215
+ "fieldName": "primaryCalendarType",
3216
+ "type": {
3217
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3218
+ },
3219
+ "inheritedFrom": {
3220
+ "name": "DateComponentBase",
3221
+ "module": "dist/DateComponentBase.js"
3222
+ }
3223
+ },
3224
+ {
3225
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
3226
+ "name": "secondary-calendar-type",
3227
+ "default": "undefined",
3228
+ "fieldName": "secondaryCalendarType",
3229
+ "type": {
3230
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
3231
+ },
3232
+ "inheritedFrom": {
3233
+ "name": "DateComponentBase",
3234
+ "module": "dist/DateComponentBase.js"
3235
+ }
3236
+ },
3237
+ {
3238
+ "description": "Determines the format, displayed in the input field.",
3239
+ "name": "format-pattern",
3240
+ "default": "undefined",
3241
+ "fieldName": "formatPattern",
3242
+ "type": {
3243
+ "text": "string | undefined"
3244
+ },
3245
+ "inheritedFrom": {
3246
+ "name": "DateComponentBase",
3247
+ "module": "dist/DateComponentBase.js"
3248
+ }
3249
+ },
3250
+ {
3251
+ "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).",
3252
+ "name": "min-date",
3253
+ "default": "\"\"",
3254
+ "fieldName": "minDate",
3255
+ "type": {
3256
+ "text": "string"
3257
+ },
3258
+ "inheritedFrom": {
3259
+ "name": "DateComponentBase",
3260
+ "module": "dist/DateComponentBase.js"
3261
+ }
3262
+ },
3263
+ {
3264
+ "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).",
3265
+ "name": "max-date",
3266
+ "default": "\"\"",
3267
+ "fieldName": "maxDate",
3268
+ "type": {
3269
+ "text": "string"
3270
+ },
3271
+ "inheritedFrom": {
3272
+ "name": "DateComponentBase",
3273
+ "module": "dist/DateComponentBase.js"
3274
+ }
3275
+ },
3276
+ {
3277
+ "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.",
3278
+ "name": "calendar-week-numbering",
3279
+ "default": "\"Default\"",
3280
+ "fieldName": "calendarWeekNumbering",
3281
+ "type": {
3282
+ "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
3283
+ },
3284
+ "inheritedFrom": {
3285
+ "name": "DateComponentBase",
3286
+ "module": "dist/DateComponentBase.js"
3287
+ }
3288
+ }
3274
3289
  ]
3275
3290
  }
3276
3291
  ],
@@ -5123,38 +5138,15 @@
5123
5138
  "slots": [
5124
5139
  {
5125
5140
  "name": "default",
5126
- "description": "Defines the items of the <code>ui5-cb-item-group</code>."
5127
- }
5128
- ],
5129
- "superclass": {
5130
- "name": "ListItemGroup",
5131
- "package": "@ui5/webcomponents",
5132
- "module": "dist/ListItemGroup.js"
5133
- },
5134
- "tagName": "ui5-cb-item-group",
5135
- "customElement": true,
5136
- "attributes": [
5137
- {
5138
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
5139
- "name": "header-text",
5140
- "default": "undefined",
5141
- "fieldName": "headerText",
5142
- "type": {
5143
- "text": "string | undefined"
5144
- },
5141
+ "description": "Defines the items of the <code>ui5-cb-item-group</code>.",
5145
5142
  "inheritedFrom": {
5146
5143
  "name": "ListItemGroup",
5147
5144
  "module": "dist/ListItemGroup.js"
5148
5145
  }
5149
5146
  },
5150
5147
  {
5151
- "description": "Defines the accessible name of the header.",
5152
- "name": "header-accessible-name",
5153
- "default": "undefined",
5154
- "fieldName": "headerAccessibleName",
5155
- "type": {
5156
- "text": "string | undefined"
5157
- },
5148
+ "name": "header",
5149
+ "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.",
5158
5150
  "inheritedFrom": {
5159
5151
  "name": "ListItemGroup",
5160
5152
  "module": "dist/ListItemGroup.js"
@@ -5191,6 +5183,51 @@
5191
5183
  }
5192
5184
  }
5193
5185
  ],
5186
+ "superclass": {
5187
+ "name": "ListItemGroup",
5188
+ "package": "@ui5/webcomponents",
5189
+ "module": "dist/ListItemGroup.js"
5190
+ },
5191
+ "tagName": "ui5-cb-item-group",
5192
+ "customElement": true,
5193
+ "cssParts": [
5194
+ {
5195
+ "description": "Used to style the header item of the group",
5196
+ "name": "header",
5197
+ "inheritedFrom": {
5198
+ "name": "ListItemGroup",
5199
+ "module": "dist/ListItemGroup.js"
5200
+ }
5201
+ }
5202
+ ],
5203
+ "attributes": [
5204
+ {
5205
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
5206
+ "name": "header-text",
5207
+ "default": "undefined",
5208
+ "fieldName": "headerText",
5209
+ "type": {
5210
+ "text": "string | undefined"
5211
+ },
5212
+ "inheritedFrom": {
5213
+ "name": "ListItemGroup",
5214
+ "module": "dist/ListItemGroup.js"
5215
+ }
5216
+ },
5217
+ {
5218
+ "description": "Defines the accessible name of the header.",
5219
+ "name": "header-accessible-name",
5220
+ "default": "undefined",
5221
+ "fieldName": "headerAccessibleName",
5222
+ "type": {
5223
+ "text": "string | undefined"
5224
+ },
5225
+ "inheritedFrom": {
5226
+ "name": "ListItemGroup",
5227
+ "module": "dist/ListItemGroup.js"
5228
+ }
5229
+ }
5230
+ ],
5194
5231
  "events": [
5195
5232
  {
5196
5233
  "name": "move-over",
@@ -6040,10 +6077,14 @@
6040
6077
  "type": {
6041
6078
  "text": "Date | null"
6042
6079
  },
6080
+ "readonly": true,
6043
6081
  "description": "**Note:** The getter method is inherited and not supported. If called it will return an empty value.",
6044
6082
  "privacy": "public",
6045
6083
  "default": "null",
6046
- "readonly": true
6084
+ "inheritedFrom": {
6085
+ "name": "DatePicker",
6086
+ "module": "dist/DatePicker.js"
6087
+ }
6047
6088
  },
6048
6089
  {
6049
6090
  "kind": "field",
@@ -6067,6 +6108,54 @@
6067
6108
  "default": "null",
6068
6109
  "readonly": true
6069
6110
  },
6111
+ {
6112
+ "kind": "method",
6113
+ "name": "isValid",
6114
+ "return": {
6115
+ "type": {
6116
+ "text": "boolean"
6117
+ }
6118
+ },
6119
+ "parameters": [
6120
+ {
6121
+ "name": "value",
6122
+ "type": {
6123
+ "text": "string"
6124
+ },
6125
+ "description": "A value to be tested against the current date format"
6126
+ }
6127
+ ],
6128
+ "description": "Checks if a value is valid against the current date format of the DatePicker.",
6129
+ "privacy": "public",
6130
+ "inheritedFrom": {
6131
+ "name": "DatePicker",
6132
+ "module": "dist/DatePicker.js"
6133
+ }
6134
+ },
6135
+ {
6136
+ "kind": "method",
6137
+ "name": "isInValidRange",
6138
+ "return": {
6139
+ "type": {
6140
+ "text": "boolean"
6141
+ }
6142
+ },
6143
+ "parameters": [
6144
+ {
6145
+ "name": "value",
6146
+ "type": {
6147
+ "text": "string"
6148
+ },
6149
+ "description": "A value to be checked"
6150
+ }
6151
+ ],
6152
+ "description": "Checks if a date is between the minimum and maximum date.",
6153
+ "privacy": "public",
6154
+ "inheritedFrom": {
6155
+ "name": "DatePicker",
6156
+ "module": "dist/DatePicker.js"
6157
+ }
6158
+ },
6070
6159
  {
6071
6160
  "kind": "field",
6072
6161
  "name": "value",
@@ -6228,54 +6317,6 @@
6228
6317
  "module": "dist/DatePicker.js"
6229
6318
  }
6230
6319
  },
6231
- {
6232
- "kind": "method",
6233
- "name": "isValid",
6234
- "return": {
6235
- "type": {
6236
- "text": "boolean"
6237
- }
6238
- },
6239
- "parameters": [
6240
- {
6241
- "name": "value",
6242
- "type": {
6243
- "text": "string"
6244
- },
6245
- "description": "A value to be tested against the current date format"
6246
- }
6247
- ],
6248
- "description": "Checks if a value is valid against the current date format of the DatePicker.",
6249
- "privacy": "public",
6250
- "inheritedFrom": {
6251
- "name": "DatePicker",
6252
- "module": "dist/DatePicker.js"
6253
- }
6254
- },
6255
- {
6256
- "kind": "method",
6257
- "name": "isInValidRange",
6258
- "return": {
6259
- "type": {
6260
- "text": "boolean"
6261
- }
6262
- },
6263
- "parameters": [
6264
- {
6265
- "name": "value",
6266
- "type": {
6267
- "text": "string"
6268
- },
6269
- "description": "A value to be checked"
6270
- }
6271
- ],
6272
- "description": "Checks if a date is between the minimum and maximum date.",
6273
- "privacy": "public",
6274
- "inheritedFrom": {
6275
- "name": "DatePicker",
6276
- "module": "dist/DatePicker.js"
6277
- }
6278
- },
6279
6320
  {
6280
6321
  "kind": "method",
6281
6322
  "name": "formatValue",
@@ -6686,6 +6727,16 @@
6686
6727
  },
6687
6728
  "tagName": "ui5-daterange-picker",
6688
6729
  "customElement": true,
6730
+ "slots": [
6731
+ {
6732
+ "name": "valueStateMessage",
6733
+ "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.",
6734
+ "inheritedFrom": {
6735
+ "name": "DatePicker",
6736
+ "module": "dist/DatePicker.js"
6737
+ }
6738
+ }
6739
+ ],
6689
6740
  "events": [
6690
6741
  {
6691
6742
  "name": "change",
@@ -6808,599 +6859,609 @@
6808
6859
  "kind": "class",
6809
6860
  "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\";`",
6810
6861
  "name": "DateTimePicker",
6811
- "superclass": {
6812
- "name": "DatePicker",
6813
- "package": "@ui5/webcomponents",
6814
- "module": "dist/DatePicker.js"
6815
- },
6816
- "tagName": "ui5-datetime-picker",
6817
- "customElement": true,
6818
- "attributes": [
6862
+ "members": [
6819
6863
  {
6820
- "description": "Defines a formatted date value.",
6864
+ "kind": "field",
6821
6865
  "name": "value",
6822
- "default": "\"\"",
6823
- "fieldName": "value",
6824
6866
  "type": {
6825
6867
  "text": "string"
6826
6868
  },
6869
+ "default": "\"\"",
6870
+ "description": "Defines a formatted date value.",
6871
+ "privacy": "public",
6827
6872
  "inheritedFrom": {
6828
6873
  "name": "DatePicker",
6829
6874
  "module": "dist/DatePicker.js"
6830
6875
  }
6831
6876
  },
6832
6877
  {
6833
- "description": "Defines the value state of the component.",
6834
- "name": "value-state",
6835
- "default": "\"None\"",
6836
- "fieldName": "valueState",
6878
+ "kind": "field",
6879
+ "name": "valueState",
6837
6880
  "type": {
6838
- "text": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
6881
+ "text": "ValueState",
6882
+ "references": [
6883
+ {
6884
+ "name": "ValueState",
6885
+ "package": "@ui5/webcomponents-base",
6886
+ "module": "dist/types/ValueState.js"
6887
+ }
6888
+ ]
6839
6889
  },
6890
+ "default": "\"None\"",
6891
+ "description": "Defines the value state of the component.",
6892
+ "privacy": "public",
6840
6893
  "inheritedFrom": {
6841
6894
  "name": "DatePicker",
6842
6895
  "module": "dist/DatePicker.js"
6843
6896
  }
6844
6897
  },
6845
6898
  {
6846
- "description": "Defines whether the component is required.",
6899
+ "kind": "field",
6847
6900
  "name": "required",
6848
- "default": "false",
6849
- "fieldName": "required",
6850
6901
  "type": {
6851
6902
  "text": "boolean"
6852
6903
  },
6904
+ "default": "false",
6905
+ "description": "Defines whether the component is required.",
6906
+ "privacy": "public",
6853
6907
  "inheritedFrom": {
6854
6908
  "name": "DatePicker",
6855
6909
  "module": "dist/DatePicker.js"
6856
6910
  }
6857
6911
  },
6858
6912
  {
6859
- "description": "Determines whether the component is displayed as disabled.",
6913
+ "kind": "field",
6860
6914
  "name": "disabled",
6861
- "default": "false",
6862
- "fieldName": "disabled",
6863
6915
  "type": {
6864
6916
  "text": "boolean"
6865
6917
  },
6918
+ "default": "false",
6919
+ "description": "Determines whether the component is displayed as disabled.",
6920
+ "privacy": "public",
6866
6921
  "inheritedFrom": {
6867
6922
  "name": "DatePicker",
6868
6923
  "module": "dist/DatePicker.js"
6869
6924
  }
6870
6925
  },
6871
6926
  {
6872
- "description": "Determines whether the component is displayed as read-only.",
6927
+ "kind": "field",
6873
6928
  "name": "readonly",
6874
- "default": "false",
6875
- "fieldName": "readonly",
6876
6929
  "type": {
6877
6930
  "text": "boolean"
6878
6931
  },
6932
+ "default": "false",
6933
+ "description": "Determines whether the component is displayed as read-only.",
6934
+ "privacy": "public",
6879
6935
  "inheritedFrom": {
6880
6936
  "name": "DatePicker",
6881
6937
  "module": "dist/DatePicker.js"
6882
6938
  }
6883
6939
  },
6884
6940
  {
6885
- "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.",
6941
+ "kind": "field",
6886
6942
  "name": "placeholder",
6887
- "default": "undefined",
6888
- "fieldName": "placeholder",
6889
6943
  "type": {
6890
6944
  "text": "string | undefined"
6891
6945
  },
6946
+ "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.",
6947
+ "default": "undefined",
6948
+ "privacy": "public",
6892
6949
  "inheritedFrom": {
6893
6950
  "name": "DatePicker",
6894
6951
  "module": "dist/DatePicker.js"
6895
6952
  }
6896
6953
  },
6897
6954
  {
6898
- "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.",
6955
+ "kind": "field",
6899
6956
  "name": "name",
6900
- "default": "undefined",
6901
- "fieldName": "name",
6902
6957
  "type": {
6903
6958
  "text": "string | undefined"
6904
6959
  },
6960
+ "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.",
6961
+ "default": "undefined",
6962
+ "privacy": "public",
6905
6963
  "inheritedFrom": {
6906
6964
  "name": "DatePicker",
6907
6965
  "module": "dist/DatePicker.js"
6908
6966
  }
6909
6967
  },
6910
6968
  {
6911
- "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.",
6912
- "name": "hide-week-numbers",
6913
- "default": "false",
6914
- "fieldName": "hideWeekNumbers",
6969
+ "kind": "field",
6970
+ "name": "hideWeekNumbers",
6915
6971
  "type": {
6916
6972
  "text": "boolean"
6917
6973
  },
6974
+ "default": "false",
6975
+ "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.",
6976
+ "privacy": "public",
6918
6977
  "inheritedFrom": {
6919
6978
  "name": "DatePicker",
6920
6979
  "module": "dist/DatePicker.js"
6921
6980
  }
6922
6981
  },
6923
6982
  {
6924
- "description": "Defines the open or closed state of the popover.",
6983
+ "kind": "field",
6925
6984
  "name": "open",
6926
- "default": "false",
6927
- "fieldName": "open",
6928
6985
  "type": {
6929
6986
  "text": "boolean"
6930
6987
  },
6988
+ "default": "false",
6989
+ "description": "Defines the open or closed state of the popover.",
6990
+ "privacy": "public",
6931
6991
  "inheritedFrom": {
6932
6992
  "name": "DatePicker",
6933
6993
  "module": "dist/DatePicker.js"
6934
6994
  }
6935
6995
  },
6936
6996
  {
6937
- "description": "Defines the aria-label attribute for the component.",
6938
- "name": "accessible-name",
6939
- "default": "undefined",
6940
- "fieldName": "accessibleName",
6997
+ "kind": "field",
6998
+ "name": "accessibleName",
6941
6999
  "type": {
6942
7000
  "text": "string | undefined"
6943
7001
  },
7002
+ "description": "Defines the aria-label attribute for the component.",
7003
+ "default": "undefined",
7004
+ "privacy": "public",
6944
7005
  "inheritedFrom": {
6945
7006
  "name": "DatePicker",
6946
7007
  "module": "dist/DatePicker.js"
6947
7008
  }
6948
7009
  },
6949
7010
  {
6950
- "description": "Receives id(or many ids) of the elements that label the component.",
6951
- "name": "accessible-name-ref",
6952
- "default": "undefined",
6953
- "fieldName": "accessibleNameRef",
7011
+ "kind": "field",
7012
+ "name": "accessibleNameRef",
6954
7013
  "type": {
6955
7014
  "text": "string | undefined"
6956
7015
  },
7016
+ "description": "Receives id(or many ids) of the elements that label the component.",
7017
+ "default": "undefined",
7018
+ "privacy": "public",
6957
7019
  "inheritedFrom": {
6958
7020
  "name": "DatePicker",
6959
7021
  "module": "dist/DatePicker.js"
6960
7022
  }
6961
7023
  },
6962
7024
  {
6963
- "description": "Currently selected date represented as a Local JavaScript Date instance.",
6964
- "name": "date-value",
6965
- "default": "null",
6966
- "fieldName": "dateValue",
6967
- "type": {
6968
- "text": "any"
7025
+ "kind": "method",
7026
+ "name": "isValid",
7027
+ "return": {
7028
+ "type": {
7029
+ "text": "boolean"
7030
+ }
6969
7031
  },
7032
+ "parameters": [
7033
+ {
7034
+ "name": "value",
7035
+ "type": {
7036
+ "text": "string"
7037
+ },
7038
+ "description": "A value to be tested against the current date format"
7039
+ }
7040
+ ],
7041
+ "description": "Checks if a value is valid against the current date format of the DatePicker.",
7042
+ "privacy": "public",
6970
7043
  "inheritedFrom": {
6971
7044
  "name": "DatePicker",
6972
7045
  "module": "dist/DatePicker.js"
6973
7046
  }
6974
7047
  },
6975
7048
  {
6976
- "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
6977
- "name": "primary-calendar-type",
6978
- "default": "undefined",
6979
- "fieldName": "primaryCalendarType",
6980
- "type": {
6981
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7049
+ "kind": "method",
7050
+ "name": "isInValidRange",
7051
+ "return": {
7052
+ "type": {
7053
+ "text": "boolean"
7054
+ }
6982
7055
  },
6983
- "inheritedFrom": {
6984
- "name": "DateComponentBase",
6985
- "module": "dist/DateComponentBase.js"
6986
- }
6987
- },
6988
- {
6989
- "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
6990
- "name": "secondary-calendar-type",
6991
- "default": "undefined",
6992
- "fieldName": "secondaryCalendarType",
7056
+ "parameters": [
7057
+ {
7058
+ "name": "value",
7059
+ "type": {
7060
+ "text": "string"
7061
+ },
7062
+ "description": "A value to be checked"
7063
+ }
7064
+ ],
7065
+ "description": "Checks if a date is between the minimum and maximum date.",
7066
+ "privacy": "public",
7067
+ "inheritedFrom": {
7068
+ "name": "DatePicker",
7069
+ "module": "dist/DatePicker.js"
7070
+ }
7071
+ },
7072
+ {
7073
+ "kind": "method",
7074
+ "name": "formatValue",
7075
+ "return": {
7076
+ "type": {
7077
+ "text": "string"
7078
+ },
7079
+ "description": "The date as string"
7080
+ },
7081
+ "parameters": [
7082
+ {
7083
+ "name": "date",
7084
+ "type": {
7085
+ "text": "Date"
7086
+ },
7087
+ "description": "A Java Script date object to be formatted as string"
7088
+ }
7089
+ ],
7090
+ "description": "Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
7091
+ "privacy": "public",
7092
+ "inheritedFrom": {
7093
+ "name": "DatePicker",
7094
+ "module": "dist/DatePicker.js"
7095
+ }
7096
+ },
7097
+ {
7098
+ "kind": "field",
7099
+ "name": "dateValue",
6993
7100
  "type": {
6994
- "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7101
+ "text": "Date | null"
6995
7102
  },
7103
+ "description": "Currently selected date represented as a Local JavaScript Date instance.",
7104
+ "privacy": "public",
7105
+ "default": "null",
7106
+ "readonly": true,
6996
7107
  "inheritedFrom": {
6997
- "name": "DateComponentBase",
6998
- "module": "dist/DateComponentBase.js"
7108
+ "name": "DatePicker",
7109
+ "module": "dist/DatePicker.js"
6999
7110
  }
7000
7111
  },
7001
7112
  {
7002
- "description": "Determines the format, displayed in the input field.",
7003
- "name": "format-pattern",
7004
- "default": "undefined",
7005
- "fieldName": "formatPattern",
7113
+ "kind": "field",
7114
+ "name": "primaryCalendarType",
7006
7115
  "type": {
7007
- "text": "string | undefined"
7116
+ "text": "CalendarType | undefined",
7117
+ "references": [
7118
+ {
7119
+ "name": "CalendarType",
7120
+ "package": "@ui5/webcomponents-base",
7121
+ "module": "dist/types/CalendarType.js"
7122
+ }
7123
+ ]
7008
7124
  },
7125
+ "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
7126
+ "default": "undefined",
7127
+ "privacy": "public",
7009
7128
  "inheritedFrom": {
7010
7129
  "name": "DateComponentBase",
7011
7130
  "module": "dist/DateComponentBase.js"
7012
7131
  }
7013
7132
  },
7014
7133
  {
7015
- "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).",
7016
- "name": "min-date",
7017
- "default": "\"\"",
7018
- "fieldName": "minDate",
7134
+ "kind": "field",
7135
+ "name": "secondaryCalendarType",
7019
7136
  "type": {
7020
- "text": "string"
7137
+ "text": "CalendarType | undefined",
7138
+ "references": [
7139
+ {
7140
+ "name": "CalendarType",
7141
+ "package": "@ui5/webcomponents-base",
7142
+ "module": "dist/types/CalendarType.js"
7143
+ }
7144
+ ]
7021
7145
  },
7146
+ "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
7147
+ "default": "undefined",
7148
+ "privacy": "public",
7022
7149
  "inheritedFrom": {
7023
7150
  "name": "DateComponentBase",
7024
7151
  "module": "dist/DateComponentBase.js"
7025
7152
  }
7026
7153
  },
7027
7154
  {
7028
- "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).",
7029
- "name": "max-date",
7030
- "default": "\"\"",
7031
- "fieldName": "maxDate",
7155
+ "kind": "field",
7156
+ "name": "formatPattern",
7032
7157
  "type": {
7033
- "text": "string"
7158
+ "text": "string | undefined"
7034
7159
  },
7160
+ "description": "Determines the format, displayed in the input field.",
7161
+ "default": "undefined",
7162
+ "privacy": "public",
7035
7163
  "inheritedFrom": {
7036
7164
  "name": "DateComponentBase",
7037
7165
  "module": "dist/DateComponentBase.js"
7038
7166
  }
7039
7167
  },
7040
7168
  {
7041
- "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.",
7042
- "name": "calendar-week-numbering",
7043
- "default": "\"Default\"",
7044
- "fieldName": "calendarWeekNumbering",
7169
+ "kind": "field",
7170
+ "name": "minDate",
7045
7171
  "type": {
7046
- "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
7172
+ "text": "string"
7047
7173
  },
7174
+ "default": "\"\"",
7175
+ "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).",
7176
+ "privacy": "public",
7048
7177
  "inheritedFrom": {
7049
7178
  "name": "DateComponentBase",
7050
7179
  "module": "dist/DateComponentBase.js"
7051
7180
  }
7052
- }
7053
- ],
7054
- "members": [
7181
+ },
7055
7182
  {
7056
7183
  "kind": "field",
7057
- "name": "value",
7184
+ "name": "maxDate",
7058
7185
  "type": {
7059
7186
  "text": "string"
7060
7187
  },
7061
7188
  "default": "\"\"",
7062
- "description": "Defines a formatted date value.",
7189
+ "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).",
7063
7190
  "privacy": "public",
7064
7191
  "inheritedFrom": {
7065
- "name": "DatePicker",
7066
- "module": "dist/DatePicker.js"
7192
+ "name": "DateComponentBase",
7193
+ "module": "dist/DateComponentBase.js"
7067
7194
  }
7068
7195
  },
7069
7196
  {
7070
7197
  "kind": "field",
7071
- "name": "valueState",
7198
+ "name": "calendarWeekNumbering",
7072
7199
  "type": {
7073
- "text": "ValueState",
7200
+ "text": "CalendarWeekNumbering",
7074
7201
  "references": [
7075
7202
  {
7076
- "name": "ValueState",
7077
- "package": "@ui5/webcomponents-base",
7078
- "module": "dist/types/ValueState.js"
7203
+ "name": "CalendarWeekNumbering",
7204
+ "package": "@ui5/webcomponents",
7205
+ "module": "dist/types/CalendarWeekNumbering.js"
7079
7206
  }
7080
7207
  ]
7081
7208
  },
7082
- "default": "\"None\"",
7083
- "description": "Defines the value state of the component.",
7209
+ "default": "\"Default\"",
7210
+ "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.",
7084
7211
  "privacy": "public",
7085
7212
  "inheritedFrom": {
7086
- "name": "DatePicker",
7087
- "module": "dist/DatePicker.js"
7213
+ "name": "DateComponentBase",
7214
+ "module": "dist/DateComponentBase.js"
7088
7215
  }
7089
- },
7216
+ }
7217
+ ],
7218
+ "superclass": {
7219
+ "name": "DatePicker",
7220
+ "package": "@ui5/webcomponents",
7221
+ "module": "dist/DatePicker.js"
7222
+ },
7223
+ "tagName": "ui5-datetime-picker",
7224
+ "customElement": true,
7225
+ "slots": [
7090
7226
  {
7091
- "kind": "field",
7092
- "name": "required",
7093
- "type": {
7094
- "text": "boolean"
7095
- },
7096
- "default": "false",
7097
- "description": "Defines whether the component is required.",
7098
- "privacy": "public",
7227
+ "name": "valueStateMessage",
7228
+ "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.",
7099
7229
  "inheritedFrom": {
7100
7230
  "name": "DatePicker",
7101
7231
  "module": "dist/DatePicker.js"
7102
7232
  }
7103
- },
7233
+ }
7234
+ ],
7235
+ "attributes": [
7104
7236
  {
7105
- "kind": "field",
7106
- "name": "disabled",
7237
+ "description": "Defines a formatted date value.",
7238
+ "name": "value",
7239
+ "default": "\"\"",
7240
+ "fieldName": "value",
7107
7241
  "type": {
7108
- "text": "boolean"
7242
+ "text": "string"
7109
7243
  },
7110
- "default": "false",
7111
- "description": "Determines whether the component is displayed as disabled.",
7112
- "privacy": "public",
7113
7244
  "inheritedFrom": {
7114
7245
  "name": "DatePicker",
7115
7246
  "module": "dist/DatePicker.js"
7116
7247
  }
7117
7248
  },
7118
7249
  {
7119
- "kind": "field",
7120
- "name": "readonly",
7250
+ "description": "Defines the value state of the component.",
7251
+ "name": "value-state",
7252
+ "default": "\"None\"",
7253
+ "fieldName": "valueState",
7121
7254
  "type": {
7122
- "text": "boolean"
7255
+ "text": "\"Positive\" | \"Negative\" | \"None\" | \"Critical\" | \"Information\""
7123
7256
  },
7124
- "default": "false",
7125
- "description": "Determines whether the component is displayed as read-only.",
7126
- "privacy": "public",
7127
7257
  "inheritedFrom": {
7128
7258
  "name": "DatePicker",
7129
7259
  "module": "dist/DatePicker.js"
7130
7260
  }
7131
7261
  },
7132
7262
  {
7133
- "kind": "field",
7134
- "name": "placeholder",
7263
+ "description": "Defines whether the component is required.",
7264
+ "name": "required",
7265
+ "default": "false",
7266
+ "fieldName": "required",
7135
7267
  "type": {
7136
- "text": "string | undefined"
7268
+ "text": "boolean"
7137
7269
  },
7138
- "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.",
7139
- "default": "undefined",
7140
- "privacy": "public",
7141
7270
  "inheritedFrom": {
7142
7271
  "name": "DatePicker",
7143
7272
  "module": "dist/DatePicker.js"
7144
7273
  }
7145
7274
  },
7146
7275
  {
7147
- "kind": "field",
7148
- "name": "name",
7276
+ "description": "Determines whether the component is displayed as disabled.",
7277
+ "name": "disabled",
7278
+ "default": "false",
7279
+ "fieldName": "disabled",
7149
7280
  "type": {
7150
- "text": "string | undefined"
7281
+ "text": "boolean"
7151
7282
  },
7152
- "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.",
7153
- "default": "undefined",
7154
- "privacy": "public",
7155
7283
  "inheritedFrom": {
7156
7284
  "name": "DatePicker",
7157
7285
  "module": "dist/DatePicker.js"
7158
7286
  }
7159
7287
  },
7160
7288
  {
7161
- "kind": "field",
7162
- "name": "hideWeekNumbers",
7289
+ "description": "Determines whether the component is displayed as read-only.",
7290
+ "name": "readonly",
7291
+ "default": "false",
7292
+ "fieldName": "readonly",
7163
7293
  "type": {
7164
7294
  "text": "boolean"
7165
7295
  },
7166
- "default": "false",
7167
- "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.",
7168
- "privacy": "public",
7169
7296
  "inheritedFrom": {
7170
7297
  "name": "DatePicker",
7171
7298
  "module": "dist/DatePicker.js"
7172
7299
  }
7173
7300
  },
7174
7301
  {
7175
- "kind": "field",
7176
- "name": "open",
7302
+ "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.",
7303
+ "name": "placeholder",
7304
+ "default": "undefined",
7305
+ "fieldName": "placeholder",
7177
7306
  "type": {
7178
- "text": "boolean"
7307
+ "text": "string | undefined"
7179
7308
  },
7180
- "default": "false",
7181
- "description": "Defines the open or closed state of the popover.",
7182
- "privacy": "public",
7183
7309
  "inheritedFrom": {
7184
7310
  "name": "DatePicker",
7185
7311
  "module": "dist/DatePicker.js"
7186
7312
  }
7187
7313
  },
7188
7314
  {
7189
- "kind": "field",
7190
- "name": "accessibleName",
7315
+ "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.",
7316
+ "name": "name",
7317
+ "default": "undefined",
7318
+ "fieldName": "name",
7191
7319
  "type": {
7192
7320
  "text": "string | undefined"
7193
7321
  },
7194
- "description": "Defines the aria-label attribute for the component.",
7195
- "default": "undefined",
7196
- "privacy": "public",
7197
7322
  "inheritedFrom": {
7198
7323
  "name": "DatePicker",
7199
7324
  "module": "dist/DatePicker.js"
7200
7325
  }
7201
7326
  },
7202
7327
  {
7203
- "kind": "field",
7204
- "name": "accessibleNameRef",
7328
+ "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.",
7329
+ "name": "hide-week-numbers",
7330
+ "default": "false",
7331
+ "fieldName": "hideWeekNumbers",
7205
7332
  "type": {
7206
- "text": "string | undefined"
7333
+ "text": "boolean"
7207
7334
  },
7208
- "description": "Receives id(or many ids) of the elements that label the component.",
7209
- "default": "undefined",
7210
- "privacy": "public",
7211
7335
  "inheritedFrom": {
7212
7336
  "name": "DatePicker",
7213
7337
  "module": "dist/DatePicker.js"
7214
7338
  }
7215
7339
  },
7216
7340
  {
7217
- "kind": "method",
7218
- "name": "isValid",
7219
- "return": {
7220
- "type": {
7221
- "text": "boolean"
7222
- }
7341
+ "description": "Defines the open or closed state of the popover.",
7342
+ "name": "open",
7343
+ "default": "false",
7344
+ "fieldName": "open",
7345
+ "type": {
7346
+ "text": "boolean"
7223
7347
  },
7224
- "parameters": [
7225
- {
7226
- "name": "value",
7227
- "type": {
7228
- "text": "string"
7229
- },
7230
- "description": "A value to be tested against the current date format"
7231
- }
7232
- ],
7233
- "description": "Checks if a value is valid against the current date format of the DatePicker.",
7234
- "privacy": "public",
7235
7348
  "inheritedFrom": {
7236
7349
  "name": "DatePicker",
7237
7350
  "module": "dist/DatePicker.js"
7238
7351
  }
7239
7352
  },
7240
7353
  {
7241
- "kind": "method",
7242
- "name": "isInValidRange",
7243
- "return": {
7244
- "type": {
7245
- "text": "boolean"
7246
- }
7354
+ "description": "Defines the aria-label attribute for the component.",
7355
+ "name": "accessible-name",
7356
+ "default": "undefined",
7357
+ "fieldName": "accessibleName",
7358
+ "type": {
7359
+ "text": "string | undefined"
7247
7360
  },
7248
- "parameters": [
7249
- {
7250
- "name": "value",
7251
- "type": {
7252
- "text": "string"
7253
- },
7254
- "description": "A value to be checked"
7255
- }
7256
- ],
7257
- "description": "Checks if a date is between the minimum and maximum date.",
7258
- "privacy": "public",
7259
7361
  "inheritedFrom": {
7260
7362
  "name": "DatePicker",
7261
7363
  "module": "dist/DatePicker.js"
7262
7364
  }
7263
7365
  },
7264
7366
  {
7265
- "kind": "method",
7266
- "name": "formatValue",
7267
- "return": {
7268
- "type": {
7269
- "text": "string"
7270
- },
7271
- "description": "The date as string"
7367
+ "description": "Receives id(or many ids) of the elements that label the component.",
7368
+ "name": "accessible-name-ref",
7369
+ "default": "undefined",
7370
+ "fieldName": "accessibleNameRef",
7371
+ "type": {
7372
+ "text": "string | undefined"
7272
7373
  },
7273
- "parameters": [
7274
- {
7275
- "name": "date",
7276
- "type": {
7277
- "text": "Date"
7278
- },
7279
- "description": "A Java Script date object to be formatted as string"
7280
- }
7281
- ],
7282
- "description": "Formats a Java Script date object into a string representing a locale date\naccording to the `formatPattern` property of the DatePicker instance",
7283
- "privacy": "public",
7284
7374
  "inheritedFrom": {
7285
7375
  "name": "DatePicker",
7286
7376
  "module": "dist/DatePicker.js"
7287
7377
  }
7288
7378
  },
7289
7379
  {
7290
- "kind": "field",
7291
- "name": "dateValue",
7292
- "type": {
7293
- "text": "Date | null"
7294
- },
7295
7380
  "description": "Currently selected date represented as a Local JavaScript Date instance.",
7296
- "privacy": "public",
7381
+ "name": "date-value",
7297
7382
  "default": "null",
7298
- "readonly": true,
7383
+ "fieldName": "dateValue",
7384
+ "type": {
7385
+ "text": "any"
7386
+ },
7299
7387
  "inheritedFrom": {
7300
7388
  "name": "DatePicker",
7301
7389
  "module": "dist/DatePicker.js"
7302
7390
  }
7303
7391
  },
7304
7392
  {
7305
- "kind": "field",
7306
- "name": "primaryCalendarType",
7307
- "type": {
7308
- "text": "CalendarType | undefined",
7309
- "references": [
7310
- {
7311
- "name": "CalendarType",
7312
- "package": "@ui5/webcomponents-base",
7313
- "module": "dist/types/CalendarType.js"
7314
- }
7315
- ]
7316
- },
7317
7393
  "description": "Sets a calendar type used for display.\nIf not set, the calendar type of the global configuration is used.",
7394
+ "name": "primary-calendar-type",
7318
7395
  "default": "undefined",
7319
- "privacy": "public",
7396
+ "fieldName": "primaryCalendarType",
7397
+ "type": {
7398
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7399
+ },
7320
7400
  "inheritedFrom": {
7321
7401
  "name": "DateComponentBase",
7322
7402
  "module": "dist/DateComponentBase.js"
7323
7403
  }
7324
7404
  },
7325
7405
  {
7326
- "kind": "field",
7327
- "name": "secondaryCalendarType",
7328
- "type": {
7329
- "text": "CalendarType | undefined",
7330
- "references": [
7331
- {
7332
- "name": "CalendarType",
7333
- "package": "@ui5/webcomponents-base",
7334
- "module": "dist/types/CalendarType.js"
7335
- }
7336
- ]
7337
- },
7338
7406
  "description": "Defines the secondary calendar type.\nIf not set, the calendar will only show the primary calendar type.",
7407
+ "name": "secondary-calendar-type",
7339
7408
  "default": "undefined",
7340
- "privacy": "public",
7409
+ "fieldName": "secondaryCalendarType",
7410
+ "type": {
7411
+ "text": "\"Gregorian\" | \"Islamic\" | \"Japanese\" | \"Buddhist\" | \"Persian\" | undefined"
7412
+ },
7341
7413
  "inheritedFrom": {
7342
7414
  "name": "DateComponentBase",
7343
7415
  "module": "dist/DateComponentBase.js"
7344
7416
  }
7345
7417
  },
7346
7418
  {
7347
- "kind": "field",
7348
- "name": "formatPattern",
7419
+ "description": "Determines the format, displayed in the input field.",
7420
+ "name": "format-pattern",
7421
+ "default": "undefined",
7422
+ "fieldName": "formatPattern",
7349
7423
  "type": {
7350
7424
  "text": "string | undefined"
7351
7425
  },
7352
- "description": "Determines the format, displayed in the input field.",
7353
- "default": "undefined",
7354
- "privacy": "public",
7355
7426
  "inheritedFrom": {
7356
7427
  "name": "DateComponentBase",
7357
7428
  "module": "dist/DateComponentBase.js"
7358
7429
  }
7359
7430
  },
7360
7431
  {
7361
- "kind": "field",
7362
- "name": "minDate",
7432
+ "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).",
7433
+ "name": "min-date",
7434
+ "default": "\"\"",
7435
+ "fieldName": "minDate",
7363
7436
  "type": {
7364
7437
  "text": "string"
7365
7438
  },
7366
- "default": "\"\"",
7367
- "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).",
7368
- "privacy": "public",
7369
7439
  "inheritedFrom": {
7370
7440
  "name": "DateComponentBase",
7371
7441
  "module": "dist/DateComponentBase.js"
7372
7442
  }
7373
7443
  },
7374
7444
  {
7375
- "kind": "field",
7376
- "name": "maxDate",
7445
+ "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).",
7446
+ "name": "max-date",
7447
+ "default": "\"\"",
7448
+ "fieldName": "maxDate",
7377
7449
  "type": {
7378
7450
  "text": "string"
7379
7451
  },
7380
- "default": "\"\"",
7381
- "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).",
7382
- "privacy": "public",
7383
7452
  "inheritedFrom": {
7384
7453
  "name": "DateComponentBase",
7385
7454
  "module": "dist/DateComponentBase.js"
7386
7455
  }
7387
7456
  },
7388
7457
  {
7389
- "kind": "field",
7390
- "name": "calendarWeekNumbering",
7458
+ "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.",
7459
+ "name": "calendar-week-numbering",
7460
+ "default": "\"Default\"",
7461
+ "fieldName": "calendarWeekNumbering",
7391
7462
  "type": {
7392
- "text": "CalendarWeekNumbering",
7393
- "references": [
7394
- {
7395
- "name": "CalendarWeekNumbering",
7396
- "package": "@ui5/webcomponents",
7397
- "module": "dist/types/CalendarWeekNumbering.js"
7398
- }
7399
- ]
7463
+ "text": "\"Default\" | \"ISO_8601\" | \"MiddleEastern\" | \"WesternTraditional\""
7400
7464
  },
7401
- "default": "\"Default\"",
7402
- "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.",
7403
- "privacy": "public",
7404
7465
  "inheritedFrom": {
7405
7466
  "name": "DateComponentBase",
7406
7467
  "module": "dist/DateComponentBase.js"
@@ -7551,6 +7612,14 @@
7551
7612
  {
7552
7613
  "name": "footer",
7553
7614
  "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."
7615
+ },
7616
+ {
7617
+ "name": "default",
7618
+ "description": "Defines the content of the Popup.",
7619
+ "inheritedFrom": {
7620
+ "name": "Popup",
7621
+ "module": "dist/Popup.js"
7622
+ }
7554
7623
  }
7555
7624
  ],
7556
7625
  "members": [
@@ -10441,9 +10510,13 @@
10441
10510
  "type": {
10442
10511
  "text": "boolean"
10443
10512
  },
10444
- "description": "Defines the selected state of the component.",
10445
10513
  "default": "false",
10446
- "privacy": "public"
10514
+ "description": "Defines the selected state of the component.",
10515
+ "privacy": "public",
10516
+ "inheritedFrom": {
10517
+ "name": "ListItemBase",
10518
+ "module": "dist/ListItemBase.js"
10519
+ }
10447
10520
  }
10448
10521
  ],
10449
10522
  "events": [
@@ -10595,6 +10668,14 @@
10595
10668
  {
10596
10669
  "description": "Defines the content of the component.",
10597
10670
  "name": "default"
10671
+ },
10672
+ {
10673
+ "name": "deleteButton",
10674
+ "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.",
10675
+ "inheritedFrom": {
10676
+ "name": "ListItem",
10677
+ "module": "dist/ListItem.js"
10678
+ }
10598
10679
  }
10599
10680
  ],
10600
10681
  "members": [
@@ -10606,7 +10687,11 @@
10606
10687
  },
10607
10688
  "default": "false",
10608
10689
  "description": "Defines whether the item is movable.",
10609
- "privacy": "public"
10690
+ "privacy": "public",
10691
+ "inheritedFrom": {
10692
+ "name": "ListItemBase",
10693
+ "module": "dist/ListItemBase.js"
10694
+ }
10610
10695
  },
10611
10696
  {
10612
10697
  "kind": "field",
@@ -10616,7 +10701,11 @@
10616
10701
  },
10617
10702
  "description": "Defines the text alternative of the component.\n\n**Note**: If not provided a default text alternative will be set, if present.",
10618
10703
  "default": "undefined",
10619
- "privacy": "public"
10704
+ "privacy": "public",
10705
+ "inheritedFrom": {
10706
+ "name": "ListItem",
10707
+ "module": "dist/ListItem.js"
10708
+ }
10620
10709
  },
10621
10710
  {
10622
10711
  "kind": "field",
@@ -10715,12 +10804,12 @@
10715
10804
  "type": {
10716
10805
  "text": "boolean"
10717
10806
  },
10718
- "description": "Defines the selected state of the component.",
10719
10807
  "default": "false",
10808
+ "description": "Defines the selected state of the component.",
10720
10809
  "privacy": "public",
10721
10810
  "inheritedFrom": {
10722
- "name": "ListItem",
10723
- "module": "dist/ListItem.js"
10811
+ "name": "ListItemBase",
10812
+ "module": "dist/ListItemBase.js"
10724
10813
  }
10725
10814
  }
10726
10815
  ],
@@ -11060,6 +11149,14 @@
11060
11149
  {
11061
11150
  "name": "image",
11062
11151
  "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."
11152
+ },
11153
+ {
11154
+ "name": "deleteButton",
11155
+ "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.",
11156
+ "inheritedFrom": {
11157
+ "name": "ListItem",
11158
+ "module": "dist/ListItem.js"
11159
+ }
11063
11160
  }
11064
11161
  ],
11065
11162
  "members": [
@@ -11128,7 +11225,11 @@
11128
11225
  },
11129
11226
  "default": "false",
11130
11227
  "description": "Defines whether the item is movable.",
11131
- "privacy": "public"
11228
+ "privacy": "public",
11229
+ "inheritedFrom": {
11230
+ "name": "ListItemBase",
11231
+ "module": "dist/ListItemBase.js"
11232
+ }
11132
11233
  },
11133
11234
  {
11134
11235
  "kind": "field",
@@ -11138,7 +11239,11 @@
11138
11239
  },
11139
11240
  "description": "Defines the text alternative of the component.\nNote: If not provided a default text alternative will be set, if present.",
11140
11241
  "default": "undefined",
11141
- "privacy": "public"
11242
+ "privacy": "public",
11243
+ "inheritedFrom": {
11244
+ "name": "ListItem",
11245
+ "module": "dist/ListItem.js"
11246
+ }
11142
11247
  },
11143
11248
  {
11144
11249
  "kind": "field",
@@ -11237,12 +11342,12 @@
11237
11342
  "type": {
11238
11343
  "text": "boolean"
11239
11344
  },
11240
- "description": "Defines the selected state of the component.",
11241
11345
  "default": "false",
11346
+ "description": "Defines the selected state of the component.",
11242
11347
  "privacy": "public",
11243
11348
  "inheritedFrom": {
11244
- "name": "ListItem",
11245
- "module": "dist/ListItem.js"
11349
+ "name": "ListItemBase",
11350
+ "module": "dist/ListItemBase.js"
11246
11351
  }
11247
11352
  }
11248
11353
  ],
@@ -11645,6 +11750,14 @@
11645
11750
  {
11646
11751
  "name": "endContent",
11647
11752
  "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`."
11753
+ },
11754
+ {
11755
+ "name": "deleteButton",
11756
+ "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.",
11757
+ "inheritedFrom": {
11758
+ "name": "ListItem",
11759
+ "module": "dist/ListItem.js"
11760
+ }
11648
11761
  }
11649
11762
  ],
11650
11763
  "members": [
@@ -11686,7 +11799,11 @@
11686
11799
  },
11687
11800
  "default": "false",
11688
11801
  "description": "Defines whether `ui5-menu-item` is in disabled state.\n\n**Note:** A disabled `ui5-menu-item` is noninteractive.",
11689
- "privacy": "public"
11802
+ "privacy": "public",
11803
+ "inheritedFrom": {
11804
+ "name": "ListItemBase",
11805
+ "module": "dist/ListItemBase.js"
11806
+ }
11690
11807
  },
11691
11808
  {
11692
11809
  "kind": "field",
@@ -11716,7 +11833,11 @@
11716
11833
  },
11717
11834
  "description": "Defines the accessible ARIA name of the component.",
11718
11835
  "default": "undefined",
11719
- "privacy": "public"
11836
+ "privacy": "public",
11837
+ "inheritedFrom": {
11838
+ "name": "ListItem",
11839
+ "module": "dist/ListItem.js"
11840
+ }
11720
11841
  },
11721
11842
  {
11722
11843
  "kind": "field",
@@ -11736,12 +11857,12 @@
11736
11857
  "kind": "field",
11737
11858
  "name": "accessibilityAttributes",
11738
11859
  "type": {
11739
- "text": "ListItemAccessibilityAttributes",
11860
+ "text": "MenuItemAccessibilityAttributes",
11740
11861
  "references": [
11741
11862
  {
11742
- "name": "ListItemAccessibilityAttributes",
11863
+ "name": "MenuItemAccessibilityAttributes",
11743
11864
  "package": "@ui5/webcomponents",
11744
- "module": "dist/ListItem.js"
11865
+ "module": "dist/MenuItem.js"
11745
11866
  }
11746
11867
  ]
11747
11868
  },
@@ -11815,12 +11936,12 @@
11815
11936
  "type": {
11816
11937
  "text": "boolean"
11817
11938
  },
11818
- "description": "Defines the selected state of the component.",
11819
11939
  "default": "false",
11940
+ "description": "Defines the selected state of the component.",
11820
11941
  "privacy": "public",
11821
11942
  "inheritedFrom": {
11822
- "name": "ListItem",
11823
- "module": "dist/ListItem.js"
11943
+ "name": "ListItemBase",
11944
+ "module": "dist/ListItemBase.js"
11824
11945
  }
11825
11946
  }
11826
11947
  ],
@@ -11962,7 +12083,7 @@
11962
12083
  "default": "{}",
11963
12084
  "fieldName": "accessibilityAttributes",
11964
12085
  "type": {
11965
- "text": "ListItemAccessibilityAttributes"
12086
+ "text": "MenuItemAccessibilityAttributes"
11966
12087
  },
11967
12088
  "inheritedFrom": {
11968
12089
  "name": "ListItem",
@@ -12435,17 +12556,6 @@
12435
12556
  "default": "false",
12436
12557
  "description": "Indicates whether the items picker is open.",
12437
12558
  "privacy": "public"
12438
- },
12439
- {
12440
- "kind": "field",
12441
- "name": "isOpen",
12442
- "type": {
12443
- "text": "boolean"
12444
- },
12445
- "description": "Indicates whether the dropdown is open. True if the dropdown is open, false otherwise.",
12446
- "default": "false",
12447
- "privacy": "public",
12448
- "readonly": true
12449
12559
  }
12450
12560
  ],
12451
12561
  "events": [
@@ -12627,15 +12737,6 @@
12627
12737
  "type": {
12628
12738
  "text": "boolean"
12629
12739
  }
12630
- },
12631
- {
12632
- "description": "Indicates whether the dropdown is open. True if the dropdown is open, false otherwise.",
12633
- "name": "is-open",
12634
- "default": "false",
12635
- "fieldName": "isOpen",
12636
- "type": {
12637
- "text": "any"
12638
- }
12639
12740
  }
12640
12741
  ],
12641
12742
  "superclass": {
@@ -12681,9 +12782,13 @@
12681
12782
  "type": {
12682
12783
  "text": "boolean"
12683
12784
  },
12684
- "description": "Defines the selected state of the component.",
12685
12785
  "default": "false",
12686
- "privacy": "public"
12786
+ "description": "Defines the selected state of the component.",
12787
+ "privacy": "public",
12788
+ "inheritedFrom": {
12789
+ "name": "ListItemBase",
12790
+ "module": "dist/ListItemBase.js"
12791
+ }
12687
12792
  },
12688
12793
  {
12689
12794
  "kind": "field",
@@ -12790,38 +12895,15 @@
12790
12895
  "slots": [
12791
12896
  {
12792
12897
  "name": "default",
12793
- "description": "Defines the items of the <code>ui5-mcb-item-group</code>."
12794
- }
12795
- ],
12796
- "superclass": {
12797
- "name": "ComboBoxItemGroup",
12798
- "package": "@ui5/webcomponents",
12799
- "module": "dist/ComboBoxItemGroup.js"
12800
- },
12801
- "tagName": "ui5-mcb-item-group",
12802
- "customElement": true,
12803
- "attributes": [
12804
- {
12805
- "description": "Defines the header text of the <code>ui5-li-group</code>.",
12806
- "name": "header-text",
12807
- "default": "undefined",
12808
- "fieldName": "headerText",
12809
- "type": {
12810
- "text": "string | undefined"
12811
- },
12898
+ "description": "Defines the items of the <code>ui5-mcb-item-group</code>.",
12812
12899
  "inheritedFrom": {
12813
12900
  "name": "ListItemGroup",
12814
12901
  "module": "dist/ListItemGroup.js"
12815
12902
  }
12816
12903
  },
12817
12904
  {
12818
- "description": "Defines the accessible name of the header.",
12819
- "name": "header-accessible-name",
12820
- "default": "undefined",
12821
- "fieldName": "headerAccessibleName",
12822
- "type": {
12823
- "text": "string | undefined"
12824
- },
12905
+ "name": "header",
12906
+ "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.",
12825
12907
  "inheritedFrom": {
12826
12908
  "name": "ListItemGroup",
12827
12909
  "module": "dist/ListItemGroup.js"
@@ -12858,6 +12940,51 @@
12858
12940
  }
12859
12941
  }
12860
12942
  ],
12943
+ "superclass": {
12944
+ "name": "ComboBoxItemGroup",
12945
+ "package": "@ui5/webcomponents",
12946
+ "module": "dist/ComboBoxItemGroup.js"
12947
+ },
12948
+ "tagName": "ui5-mcb-item-group",
12949
+ "customElement": true,
12950
+ "cssParts": [
12951
+ {
12952
+ "description": "Used to style the header item of the group",
12953
+ "name": "header",
12954
+ "inheritedFrom": {
12955
+ "name": "ListItemGroup",
12956
+ "module": "dist/ListItemGroup.js"
12957
+ }
12958
+ }
12959
+ ],
12960
+ "attributes": [
12961
+ {
12962
+ "description": "Defines the header text of the <code>ui5-li-group</code>.",
12963
+ "name": "header-text",
12964
+ "default": "undefined",
12965
+ "fieldName": "headerText",
12966
+ "type": {
12967
+ "text": "string | undefined"
12968
+ },
12969
+ "inheritedFrom": {
12970
+ "name": "ListItemGroup",
12971
+ "module": "dist/ListItemGroup.js"
12972
+ }
12973
+ },
12974
+ {
12975
+ "description": "Defines the accessible name of the header.",
12976
+ "name": "header-accessible-name",
12977
+ "default": "undefined",
12978
+ "fieldName": "headerAccessibleName",
12979
+ "type": {
12980
+ "text": "string | undefined"
12981
+ },
12982
+ "inheritedFrom": {
12983
+ "name": "ListItemGroup",
12984
+ "module": "dist/ListItemGroup.js"
12985
+ }
12986
+ }
12987
+ ],
12861
12988
  "events": [
12862
12989
  {
12863
12990
  "name": "move-over",
@@ -12929,6 +13056,30 @@
12929
13056
  {
12930
13057
  "name": "tokens",
12931
13058
  "description": "Defines the component tokens."
13059
+ },
13060
+ {
13061
+ "name": "default",
13062
+ "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.",
13063
+ "inheritedFrom": {
13064
+ "name": "Input",
13065
+ "module": "dist/Input.js"
13066
+ }
13067
+ },
13068
+ {
13069
+ "name": "icon",
13070
+ "description": "Defines the icon to be displayed in the component.",
13071
+ "inheritedFrom": {
13072
+ "name": "Input",
13073
+ "module": "dist/Input.js"
13074
+ }
13075
+ },
13076
+ {
13077
+ "name": "valueStateMessage",
13078
+ "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.",
13079
+ "inheritedFrom": {
13080
+ "name": "Input",
13081
+ "module": "dist/Input.js"
13082
+ }
12932
13083
  }
12933
13084
  ],
12934
13085
  "members": [
@@ -13529,7 +13680,33 @@
13529
13680
  "module": "dist/Input.js"
13530
13681
  },
13531
13682
  "tagName": "ui5-multi-input",
13532
- "customElement": true
13683
+ "customElement": true,
13684
+ "cssParts": [
13685
+ {
13686
+ "description": "Used to style the root DOM element of the Input component",
13687
+ "name": "root",
13688
+ "inheritedFrom": {
13689
+ "name": "Input",
13690
+ "module": "dist/Input.js"
13691
+ }
13692
+ },
13693
+ {
13694
+ "description": "Used to style the native input element",
13695
+ "name": "input",
13696
+ "inheritedFrom": {
13697
+ "name": "Input",
13698
+ "module": "dist/Input.js"
13699
+ }
13700
+ },
13701
+ {
13702
+ "description": "Used to style the clear icon, which can be pressed to clear user input text",
13703
+ "name": "clear-icon",
13704
+ "inheritedFrom": {
13705
+ "name": "Input",
13706
+ "module": "dist/Input.js"
13707
+ }
13708
+ }
13709
+ ]
13533
13710
  }
13534
13711
  ],
13535
13712
  "exports": [
@@ -13612,9 +13789,13 @@
13612
13789
  "type": {
13613
13790
  "text": "boolean"
13614
13791
  },
13615
- "description": "Defines the selected state of the component.",
13616
13792
  "default": "false",
13617
- "privacy": "public"
13793
+ "description": "Defines the selected state of the component.",
13794
+ "privacy": "public",
13795
+ "inheritedFrom": {
13796
+ "name": "ListItemBase",
13797
+ "module": "dist/ListItemBase.js"
13798
+ }
13618
13799
  }
13619
13800
  ],
13620
13801
  "attributes": [
@@ -13743,9 +13924,13 @@
13743
13924
  "type": {
13744
13925
  "text": "boolean"
13745
13926
  },
13746
- "description": "Defines the selected state of the component.",
13747
13927
  "default": "false",
13748
- "privacy": "public"
13928
+ "description": "Defines the selected state of the component.",
13929
+ "privacy": "public",
13930
+ "inheritedFrom": {
13931
+ "name": "ListItemBase",
13932
+ "module": "dist/ListItemBase.js"
13933
+ }
13749
13934
  }
13750
13935
  ],
13751
13936
  "attributes": [
@@ -14079,6 +14264,14 @@
14079
14264
  {
14080
14265
  "name": "footer",
14081
14266
  "description": "Defines the footer HTML Element."
14267
+ },
14268
+ {
14269
+ "name": "default",
14270
+ "description": "Defines the content of the Popup.",
14271
+ "inheritedFrom": {
14272
+ "name": "Popup",
14273
+ "module": "dist/Popup.js"
14274
+ }
14082
14275
  }
14083
14276
  ],
14084
14277
  "members": [
@@ -15850,123 +16043,157 @@
15850
16043
  "cssParts": [
15851
16044
  {
15852
16045
  "description": "Used to style the header of the component",
15853
- "name": "header"
16046
+ "name": "header",
16047
+ "inheritedFrom": {
16048
+ "name": "Popover",
16049
+ "module": "dist/Popover.js"
16050
+ }
15854
16051
  },
15855
16052
  {
15856
16053
  "description": "Used to style the content of the component",
15857
- "name": "content"
16054
+ "name": "content",
16055
+ "inheritedFrom": {
16056
+ "name": "Popover",
16057
+ "module": "dist/Popover.js"
16058
+ }
15858
16059
  },
15859
16060
  {
15860
16061
  "description": "Used to style the footer of the component",
15861
- "name": "footer"
16062
+ "name": "footer",
16063
+ "inheritedFrom": {
16064
+ "name": "Popover",
16065
+ "module": "dist/Popover.js"
16066
+ }
15862
16067
  }
15863
16068
  ],
15864
- "superclass": {
15865
- "name": "Popover",
15866
- "package": "@ui5/webcomponents",
15867
- "module": "dist/Popover.js"
15868
- },
15869
- "tagName": "ui5-responsive-popover",
15870
- "customElement": true,
15871
- "attributes": [
16069
+ "members": [
15872
16070
  {
15873
- "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
15874
- "name": "header-text",
15875
- "default": "undefined",
15876
- "fieldName": "headerText",
16071
+ "kind": "field",
16072
+ "name": "headerText",
15877
16073
  "type": {
15878
16074
  "text": "string | undefined"
15879
16075
  },
16076
+ "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16077
+ "default": "undefined",
16078
+ "privacy": "public",
15880
16079
  "inheritedFrom": {
15881
16080
  "name": "Popover",
15882
16081
  "module": "dist/Popover.js"
15883
16082
  }
15884
16083
  },
15885
16084
  {
15886
- "description": "Determines on which side the component is placed at.",
16085
+ "kind": "field",
15887
16086
  "name": "placement",
15888
- "default": "\"End\"",
15889
- "fieldName": "placement",
15890
16087
  "type": {
15891
- "text": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
16088
+ "text": "PopoverPlacement",
16089
+ "references": [
16090
+ {
16091
+ "name": "PopoverPlacement",
16092
+ "package": "@ui5/webcomponents",
16093
+ "module": "dist/types/PopoverPlacement.js"
16094
+ }
16095
+ ]
15892
16096
  },
16097
+ "default": "\"End\"",
16098
+ "description": "Determines on which side the component is placed at.",
16099
+ "privacy": "public",
15893
16100
  "inheritedFrom": {
15894
16101
  "name": "Popover",
15895
16102
  "module": "dist/Popover.js"
15896
16103
  }
15897
16104
  },
15898
16105
  {
15899
- "description": "Determines the horizontal alignment of the component.",
15900
- "name": "horizontal-align",
15901
- "default": "\"Center\"",
15902
- "fieldName": "horizontalAlign",
16106
+ "kind": "field",
16107
+ "name": "horizontalAlign",
15903
16108
  "type": {
15904
- "text": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
16109
+ "text": "PopoverHorizontalAlign",
16110
+ "references": [
16111
+ {
16112
+ "name": "PopoverHorizontalAlign",
16113
+ "package": "@ui5/webcomponents",
16114
+ "module": "dist/types/PopoverHorizontalAlign.js"
16115
+ }
16116
+ ]
15905
16117
  },
16118
+ "default": "\"Center\"",
16119
+ "description": "Determines the horizontal alignment of the component.",
16120
+ "privacy": "public",
15906
16121
  "inheritedFrom": {
15907
16122
  "name": "Popover",
15908
16123
  "module": "dist/Popover.js"
15909
16124
  }
15910
16125
  },
15911
16126
  {
15912
- "description": "Determines the vertical alignment of the component.",
15913
- "name": "vertical-align",
15914
- "default": "\"Center\"",
15915
- "fieldName": "verticalAlign",
16127
+ "kind": "field",
16128
+ "name": "verticalAlign",
15916
16129
  "type": {
15917
- "text": "\"Top\" | \"Bottom\" | \"Center\" | \"Stretch\""
16130
+ "text": "PopoverVerticalAlign",
16131
+ "references": [
16132
+ {
16133
+ "name": "PopoverVerticalAlign",
16134
+ "package": "@ui5/webcomponents",
16135
+ "module": "dist/types/PopoverVerticalAlign.js"
16136
+ }
16137
+ ]
15918
16138
  },
16139
+ "default": "\"Center\"",
16140
+ "description": "Determines the vertical alignment of the component.",
16141
+ "privacy": "public",
15919
16142
  "inheritedFrom": {
15920
16143
  "name": "Popover",
15921
16144
  "module": "dist/Popover.js"
15922
16145
  }
15923
16146
  },
15924
16147
  {
15925
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16148
+ "kind": "field",
15926
16149
  "name": "modal",
15927
- "default": "false",
15928
- "fieldName": "modal",
15929
16150
  "type": {
15930
16151
  "text": "boolean"
15931
16152
  },
16153
+ "default": "false",
16154
+ "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16155
+ "privacy": "public",
15932
16156
  "inheritedFrom": {
15933
16157
  "name": "Popover",
15934
16158
  "module": "dist/Popover.js"
15935
16159
  }
15936
16160
  },
15937
16161
  {
15938
- "description": "Determines whether the component arrow is hidden.",
15939
- "name": "hide-arrow",
15940
- "default": "false",
15941
- "fieldName": "hideArrow",
16162
+ "kind": "field",
16163
+ "name": "hideArrow",
15942
16164
  "type": {
15943
16165
  "text": "boolean"
15944
16166
  },
16167
+ "default": "false",
16168
+ "description": "Determines whether the component arrow is hidden.",
16169
+ "privacy": "public",
15945
16170
  "inheritedFrom": {
15946
16171
  "name": "Popover",
15947
16172
  "module": "dist/Popover.js"
15948
16173
  }
15949
16174
  },
15950
16175
  {
15951
- "description": "Determines if there is no enough space, the component can be placed\nover the target.",
15952
- "name": "allow-target-overlap",
15953
- "default": "false",
15954
- "fieldName": "allowTargetOverlap",
16176
+ "kind": "field",
16177
+ "name": "allowTargetOverlap",
15955
16178
  "type": {
15956
16179
  "text": "boolean"
15957
16180
  },
16181
+ "default": "false",
16182
+ "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16183
+ "privacy": "public",
15958
16184
  "inheritedFrom": {
15959
16185
  "name": "Popover",
15960
16186
  "module": "dist/Popover.js"
15961
16187
  }
15962
16188
  },
15963
16189
  {
15964
- "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.",
16190
+ "kind": "field",
15965
16191
  "name": "opener",
16192
+ "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.",
16193
+ "privacy": "public",
15966
16194
  "default": "undefined",
15967
- "fieldName": "opener",
15968
16195
  "type": {
15969
- "text": "any"
16196
+ "text": "HTMLElement | string | undefined"
15970
16197
  },
15971
16198
  "inheritedFrom": {
15972
16199
  "name": "Popover",
@@ -15974,225 +16201,259 @@
15974
16201
  }
15975
16202
  },
15976
16203
  {
15977
- "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.",
15978
- "name": "initial-focus",
15979
- "default": "undefined",
15980
- "fieldName": "initialFocus",
16204
+ "kind": "field",
16205
+ "name": "initialFocus",
15981
16206
  "type": {
15982
16207
  "text": "string | undefined"
15983
16208
  },
16209
+ "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.",
16210
+ "default": "undefined",
16211
+ "privacy": "public",
15984
16212
  "inheritedFrom": {
15985
16213
  "name": "Popup",
15986
16214
  "module": "dist/Popup.js"
15987
16215
  }
15988
16216
  },
15989
16217
  {
15990
- "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
15991
- "name": "prevent-focus-restore",
15992
- "default": "false",
15993
- "fieldName": "preventFocusRestore",
16218
+ "kind": "field",
16219
+ "name": "preventFocusRestore",
15994
16220
  "type": {
15995
16221
  "text": "boolean"
15996
16222
  },
16223
+ "default": "false",
16224
+ "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16225
+ "privacy": "public",
15997
16226
  "inheritedFrom": {
15998
16227
  "name": "Popup",
15999
16228
  "module": "dist/Popup.js"
16000
16229
  }
16001
16230
  },
16002
16231
  {
16003
- "description": "Defines the accessible name of the component.",
16004
- "name": "accessible-name",
16005
- "default": "undefined",
16006
- "fieldName": "accessibleName",
16232
+ "kind": "field",
16233
+ "name": "accessibleName",
16007
16234
  "type": {
16008
16235
  "text": "string | undefined"
16009
16236
  },
16237
+ "description": "Defines the accessible name of the component.",
16238
+ "default": "undefined",
16239
+ "privacy": "public",
16010
16240
  "inheritedFrom": {
16011
16241
  "name": "Popup",
16012
16242
  "module": "dist/Popup.js"
16013
16243
  }
16014
16244
  },
16015
16245
  {
16016
- "description": "Defines the IDs of the elements that label the component.",
16017
- "name": "accessible-name-ref",
16018
- "default": "undefined",
16019
- "fieldName": "accessibleNameRef",
16246
+ "kind": "field",
16247
+ "name": "accessibleNameRef",
16020
16248
  "type": {
16021
16249
  "text": "string | undefined"
16022
16250
  },
16251
+ "description": "Defines the IDs of the elements that label the component.",
16252
+ "default": "undefined",
16253
+ "privacy": "public",
16023
16254
  "inheritedFrom": {
16024
16255
  "name": "Popup",
16025
16256
  "module": "dist/Popup.js"
16026
16257
  }
16027
16258
  },
16028
16259
  {
16029
- "description": "Allows setting a custom role.",
16030
- "name": "accessible-role",
16031
- "default": "\"Dialog\"",
16032
- "fieldName": "accessibleRole",
16260
+ "kind": "field",
16261
+ "name": "accessibleRole",
16033
16262
  "type": {
16034
- "text": "\"None\" | \"Dialog\" | \"AlertDialog\""
16263
+ "text": "PopupAccessibleRole",
16264
+ "references": [
16265
+ {
16266
+ "name": "PopupAccessibleRole",
16267
+ "package": "@ui5/webcomponents",
16268
+ "module": "dist/types/PopupAccessibleRole.js"
16269
+ }
16270
+ ]
16035
16271
  },
16272
+ "default": "\"Dialog\"",
16273
+ "description": "Allows setting a custom role.",
16274
+ "privacy": "public",
16036
16275
  "inheritedFrom": {
16037
16276
  "name": "Popup",
16038
16277
  "module": "dist/Popup.js"
16039
16278
  }
16040
16279
  },
16041
16280
  {
16042
- "description": "Indicates whether initial focus should be prevented.",
16043
- "name": "prevent-initial-focus",
16044
- "default": "false",
16045
- "fieldName": "preventInitialFocus",
16281
+ "kind": "field",
16282
+ "name": "preventInitialFocus",
16046
16283
  "type": {
16047
16284
  "text": "boolean"
16048
16285
  },
16286
+ "default": "false",
16287
+ "description": "Indicates whether initial focus should be prevented.",
16288
+ "privacy": "public",
16049
16289
  "inheritedFrom": {
16050
16290
  "name": "Popup",
16051
16291
  "module": "dist/Popup.js"
16052
16292
  }
16053
16293
  },
16054
16294
  {
16055
- "description": "Indicates if the element is open",
16295
+ "kind": "field",
16056
16296
  "name": "open",
16297
+ "description": "Indicates if the element is open",
16298
+ "privacy": "public",
16057
16299
  "default": "false",
16058
- "fieldName": "open",
16059
16300
  "type": {
16060
- "text": "any"
16301
+ "text": "boolean"
16061
16302
  },
16062
16303
  "inheritedFrom": {
16063
16304
  "name": "Popup",
16064
16305
  "module": "dist/Popup.js"
16065
16306
  }
16066
- }
16067
- ],
16068
- "members": [
16307
+ },
16069
16308
  {
16070
- "kind": "field",
16071
- "name": "headerText",
16072
- "type": {
16073
- "text": "string | undefined"
16309
+ "kind": "method",
16310
+ "name": "applyFocus",
16311
+ "return": {
16312
+ "type": {
16313
+ "text": "Promise<void>"
16314
+ },
16315
+ "description": "Promise that resolves when the focus is applied"
16074
16316
  },
16075
- "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16076
- "default": "undefined",
16317
+ "description": "Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.",
16077
16318
  "privacy": "public",
16319
+ "inheritedFrom": {
16320
+ "name": "Popup",
16321
+ "module": "dist/Popup.js"
16322
+ }
16323
+ }
16324
+ ],
16325
+ "superclass": {
16326
+ "name": "Popover",
16327
+ "package": "@ui5/webcomponents",
16328
+ "module": "dist/Popover.js"
16329
+ },
16330
+ "tagName": "ui5-responsive-popover",
16331
+ "customElement": true,
16332
+ "slots": [
16333
+ {
16334
+ "name": "header",
16335
+ "description": "Defines the header HTML Element.",
16078
16336
  "inheritedFrom": {
16079
16337
  "name": "Popover",
16080
16338
  "module": "dist/Popover.js"
16081
16339
  }
16082
16340
  },
16083
16341
  {
16084
- "kind": "field",
16085
- "name": "placement",
16342
+ "name": "footer",
16343
+ "description": "Defines the footer HTML Element.",
16344
+ "inheritedFrom": {
16345
+ "name": "Popover",
16346
+ "module": "dist/Popover.js"
16347
+ }
16348
+ },
16349
+ {
16350
+ "name": "default",
16351
+ "description": "Defines the content of the Popup.",
16352
+ "inheritedFrom": {
16353
+ "name": "Popup",
16354
+ "module": "dist/Popup.js"
16355
+ }
16356
+ }
16357
+ ],
16358
+ "attributes": [
16359
+ {
16360
+ "description": "Defines the header text.\n\n**Note:** If `header` slot is provided, the `headerText` is ignored.",
16361
+ "name": "header-text",
16362
+ "default": "undefined",
16363
+ "fieldName": "headerText",
16086
16364
  "type": {
16087
- "text": "PopoverPlacement",
16088
- "references": [
16089
- {
16090
- "name": "PopoverPlacement",
16091
- "package": "@ui5/webcomponents",
16092
- "module": "dist/types/PopoverPlacement.js"
16093
- }
16094
- ]
16365
+ "text": "string | undefined"
16095
16366
  },
16096
- "default": "\"End\"",
16097
- "description": "Determines on which side the component is placed at.",
16098
- "privacy": "public",
16099
16367
  "inheritedFrom": {
16100
16368
  "name": "Popover",
16101
16369
  "module": "dist/Popover.js"
16102
16370
  }
16103
16371
  },
16104
16372
  {
16105
- "kind": "field",
16106
- "name": "horizontalAlign",
16373
+ "description": "Determines on which side the component is placed at.",
16374
+ "name": "placement",
16375
+ "default": "\"End\"",
16376
+ "fieldName": "placement",
16107
16377
  "type": {
16108
- "text": "PopoverHorizontalAlign",
16109
- "references": [
16110
- {
16111
- "name": "PopoverHorizontalAlign",
16112
- "package": "@ui5/webcomponents",
16113
- "module": "dist/types/PopoverHorizontalAlign.js"
16114
- }
16115
- ]
16378
+ "text": "\"Top\" | \"Bottom\" | \"Start\" | \"End\""
16116
16379
  },
16117
- "default": "\"Center\"",
16118
- "description": "Determines the horizontal alignment of the component.",
16119
- "privacy": "public",
16120
16380
  "inheritedFrom": {
16121
16381
  "name": "Popover",
16122
16382
  "module": "dist/Popover.js"
16123
16383
  }
16124
16384
  },
16125
16385
  {
16126
- "kind": "field",
16127
- "name": "verticalAlign",
16386
+ "description": "Determines the horizontal alignment of the component.",
16387
+ "name": "horizontal-align",
16388
+ "default": "\"Center\"",
16389
+ "fieldName": "horizontalAlign",
16128
16390
  "type": {
16129
- "text": "PopoverVerticalAlign",
16130
- "references": [
16131
- {
16132
- "name": "PopoverVerticalAlign",
16133
- "package": "@ui5/webcomponents",
16134
- "module": "dist/types/PopoverVerticalAlign.js"
16135
- }
16136
- ]
16391
+ "text": "\"Start\" | \"End\" | \"Center\" | \"Stretch\""
16137
16392
  },
16138
- "default": "\"Center\"",
16393
+ "inheritedFrom": {
16394
+ "name": "Popover",
16395
+ "module": "dist/Popover.js"
16396
+ }
16397
+ },
16398
+ {
16139
16399
  "description": "Determines the vertical alignment of the component.",
16140
- "privacy": "public",
16400
+ "name": "vertical-align",
16401
+ "default": "\"Center\"",
16402
+ "fieldName": "verticalAlign",
16403
+ "type": {
16404
+ "text": "\"Top\" | \"Bottom\" | \"Center\" | \"Stretch\""
16405
+ },
16141
16406
  "inheritedFrom": {
16142
16407
  "name": "Popover",
16143
16408
  "module": "dist/Popover.js"
16144
16409
  }
16145
16410
  },
16146
16411
  {
16147
- "kind": "field",
16412
+ "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16148
16413
  "name": "modal",
16414
+ "default": "false",
16415
+ "fieldName": "modal",
16149
16416
  "type": {
16150
16417
  "text": "boolean"
16151
16418
  },
16152
- "default": "false",
16153
- "description": "Defines whether the component should close when\nclicking/tapping outside of the popover.\nIf enabled, it blocks any interaction with the background.",
16154
- "privacy": "public",
16155
16419
  "inheritedFrom": {
16156
16420
  "name": "Popover",
16157
16421
  "module": "dist/Popover.js"
16158
16422
  }
16159
16423
  },
16160
16424
  {
16161
- "kind": "field",
16162
- "name": "hideArrow",
16425
+ "description": "Determines whether the component arrow is hidden.",
16426
+ "name": "hide-arrow",
16427
+ "default": "false",
16428
+ "fieldName": "hideArrow",
16163
16429
  "type": {
16164
16430
  "text": "boolean"
16165
16431
  },
16166
- "default": "false",
16167
- "description": "Determines whether the component arrow is hidden.",
16168
- "privacy": "public",
16169
16432
  "inheritedFrom": {
16170
16433
  "name": "Popover",
16171
16434
  "module": "dist/Popover.js"
16172
16435
  }
16173
16436
  },
16174
16437
  {
16175
- "kind": "field",
16176
- "name": "allowTargetOverlap",
16438
+ "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16439
+ "name": "allow-target-overlap",
16440
+ "default": "false",
16441
+ "fieldName": "allowTargetOverlap",
16177
16442
  "type": {
16178
16443
  "text": "boolean"
16179
16444
  },
16180
- "default": "false",
16181
- "description": "Determines if there is no enough space, the component can be placed\nover the target.",
16182
- "privacy": "public",
16183
16445
  "inheritedFrom": {
16184
16446
  "name": "Popover",
16185
16447
  "module": "dist/Popover.js"
16186
16448
  }
16187
16449
  },
16188
16450
  {
16189
- "kind": "field",
16190
- "name": "opener",
16191
16451
  "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.",
16192
- "privacy": "public",
16452
+ "name": "opener",
16193
16453
  "default": "undefined",
16454
+ "fieldName": "opener",
16194
16455
  "type": {
16195
- "text": "HTMLElement | string | undefined"
16456
+ "text": "any"
16196
16457
  },
16197
16458
  "inheritedFrom": {
16198
16459
  "name": "Popover",
@@ -16200,121 +16461,91 @@
16200
16461
  }
16201
16462
  },
16202
16463
  {
16203
- "kind": "field",
16204
- "name": "initialFocus",
16464
+ "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.",
16465
+ "name": "initial-focus",
16466
+ "default": "undefined",
16467
+ "fieldName": "initialFocus",
16205
16468
  "type": {
16206
16469
  "text": "string | undefined"
16207
16470
  },
16208
- "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.",
16209
- "default": "undefined",
16210
- "privacy": "public",
16211
16471
  "inheritedFrom": {
16212
16472
  "name": "Popup",
16213
16473
  "module": "dist/Popup.js"
16214
16474
  }
16215
16475
  },
16216
16476
  {
16217
- "kind": "field",
16218
- "name": "preventFocusRestore",
16477
+ "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16478
+ "name": "prevent-focus-restore",
16479
+ "default": "false",
16480
+ "fieldName": "preventFocusRestore",
16219
16481
  "type": {
16220
16482
  "text": "boolean"
16221
16483
  },
16222
- "default": "false",
16223
- "description": "Defines if the focus should be returned to the previously focused element,\nwhen the popup closes.",
16224
- "privacy": "public",
16225
16484
  "inheritedFrom": {
16226
16485
  "name": "Popup",
16227
16486
  "module": "dist/Popup.js"
16228
16487
  }
16229
16488
  },
16230
16489
  {
16231
- "kind": "field",
16232
- "name": "accessibleName",
16490
+ "description": "Defines the accessible name of the component.",
16491
+ "name": "accessible-name",
16492
+ "default": "undefined",
16493
+ "fieldName": "accessibleName",
16233
16494
  "type": {
16234
16495
  "text": "string | undefined"
16235
16496
  },
16236
- "description": "Defines the accessible name of the component.",
16237
- "default": "undefined",
16238
- "privacy": "public",
16239
16497
  "inheritedFrom": {
16240
16498
  "name": "Popup",
16241
16499
  "module": "dist/Popup.js"
16242
16500
  }
16243
16501
  },
16244
16502
  {
16245
- "kind": "field",
16246
- "name": "accessibleNameRef",
16503
+ "description": "Defines the IDs of the elements that label the component.",
16504
+ "name": "accessible-name-ref",
16505
+ "default": "undefined",
16506
+ "fieldName": "accessibleNameRef",
16247
16507
  "type": {
16248
16508
  "text": "string | undefined"
16249
16509
  },
16250
- "description": "Defines the IDs of the elements that label the component.",
16251
- "default": "undefined",
16252
- "privacy": "public",
16253
16510
  "inheritedFrom": {
16254
16511
  "name": "Popup",
16255
16512
  "module": "dist/Popup.js"
16256
16513
  }
16257
16514
  },
16258
16515
  {
16259
- "kind": "field",
16260
- "name": "accessibleRole",
16516
+ "description": "Allows setting a custom role.",
16517
+ "name": "accessible-role",
16518
+ "default": "\"Dialog\"",
16519
+ "fieldName": "accessibleRole",
16261
16520
  "type": {
16262
- "text": "PopupAccessibleRole",
16263
- "references": [
16264
- {
16265
- "name": "PopupAccessibleRole",
16266
- "package": "@ui5/webcomponents",
16267
- "module": "dist/types/PopupAccessibleRole.js"
16268
- }
16269
- ]
16521
+ "text": "\"None\" | \"Dialog\" | \"AlertDialog\""
16270
16522
  },
16271
- "default": "\"Dialog\"",
16272
- "description": "Allows setting a custom role.",
16273
- "privacy": "public",
16274
16523
  "inheritedFrom": {
16275
16524
  "name": "Popup",
16276
16525
  "module": "dist/Popup.js"
16277
16526
  }
16278
16527
  },
16279
16528
  {
16280
- "kind": "field",
16281
- "name": "preventInitialFocus",
16529
+ "description": "Indicates whether initial focus should be prevented.",
16530
+ "name": "prevent-initial-focus",
16531
+ "default": "false",
16532
+ "fieldName": "preventInitialFocus",
16282
16533
  "type": {
16283
16534
  "text": "boolean"
16284
16535
  },
16285
- "default": "false",
16286
- "description": "Indicates whether initial focus should be prevented.",
16287
- "privacy": "public",
16288
16536
  "inheritedFrom": {
16289
16537
  "name": "Popup",
16290
16538
  "module": "dist/Popup.js"
16291
16539
  }
16292
16540
  },
16293
16541
  {
16294
- "kind": "field",
16295
- "name": "open",
16296
16542
  "description": "Indicates if the element is open",
16297
- "privacy": "public",
16543
+ "name": "open",
16298
16544
  "default": "false",
16545
+ "fieldName": "open",
16299
16546
  "type": {
16300
- "text": "boolean"
16301
- },
16302
- "inheritedFrom": {
16303
- "name": "Popup",
16304
- "module": "dist/Popup.js"
16305
- }
16306
- },
16307
- {
16308
- "kind": "method",
16309
- "name": "applyFocus",
16310
- "return": {
16311
- "type": {
16312
- "text": "Promise<void>"
16313
- },
16314
- "description": "Promise that resolves when the focus is applied"
16547
+ "text": "any"
16315
16548
  },
16316
- "description": "Focuses the element denoted by `initialFocus`, if provided,\nor the first focusable element otherwise.",
16317
- "privacy": "public",
16318
16549
  "inheritedFrom": {
16319
16550
  "name": "Popup",
16320
16551
  "module": "dist/Popup.js"
@@ -16695,7 +16926,7 @@
16695
16926
  "declarations": [
16696
16927
  {
16697
16928
  "kind": "class",
16698
- "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\n1. 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\n2. 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\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`import \"@ui5/webcomponents/dist/Select\";`\n\n`import \"@ui5/webcomponents/dist/Option\";`\n`import \"@ui5/webcomponents/dist/OptionCustom\";`",
16929
+ "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\";`",
16699
16930
  "name": "Select",
16700
16931
  "cssParts": [
16701
16932
  {
@@ -16728,16 +16959,6 @@
16728
16959
  "description": "Defines whether the component is in disabled state.\n\n**Note:** A disabled component is noninteractive.",
16729
16960
  "privacy": "public"
16730
16961
  },
16731
- {
16732
- "kind": "field",
16733
- "name": "icon",
16734
- "type": {
16735
- "text": "string | undefined"
16736
- },
16737
- "description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n\n**Note:** When using this property with a valid icon, Select will be rendered as icon only button and the label and the default arrow down won't be visible.",
16738
- "default": "undefined",
16739
- "privacy": "public"
16740
- },
16741
16962
  {
16742
16963
  "kind": "field",
16743
16964
  "name": "name",
@@ -16818,7 +17039,7 @@
16818
17039
  {
16819
17040
  "kind": "field",
16820
17041
  "name": "value",
16821
- "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.",
17042
+ "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.",
16822
17043
  "privacy": "public",
16823
17044
  "default": "\"\"",
16824
17045
  "type": {
@@ -16898,15 +17119,6 @@
16898
17119
  "text": "boolean"
16899
17120
  }
16900
17121
  },
16901
- {
16902
- "description": "Defines the icon, displayed as graphical element within the component.\nThe SAP-icons font provides numerous options.\n\nExample:\nSee all the available icons within the [Icon Explorer](https://sdk.openui5.org/test-resources/sap/m/demokit/iconExplorer/webapp/index.html).\n\n**Note:** When using this property with a valid icon, Select will be rendered as icon only button and the label and the default arrow down won't be visible.",
16903
- "name": "icon",
16904
- "default": "undefined",
16905
- "fieldName": "icon",
16906
- "type": {
16907
- "text": "string | undefined"
16908
- }
16909
- },
16910
17122
  {
16911
17123
  "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.",
16912
17124
  "name": "name",
@@ -16971,7 +17183,7 @@
16971
17183
  }
16972
17184
  },
16973
17185
  {
16974
- "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.",
17186
+ "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.",
16975
17187
  "name": "value",
16976
17188
  "default": "\"\"",
16977
17189
  "fieldName": "value",
@@ -17047,8 +17259,12 @@
17047
17259
  "text": "number"
17048
17260
  },
17049
17261
  "default": "0",
17262
+ "privacy": "public",
17050
17263
  "description": "Current value of the slider",
17051
- "privacy": "public"
17264
+ "inheritedFrom": {
17265
+ "name": "SliderBase",
17266
+ "module": "dist/SliderBase.js"
17267
+ }
17052
17268
  },
17053
17269
  {
17054
17270
  "kind": "field",
@@ -18368,7 +18584,19 @@
18368
18584
  "slots": [
18369
18585
  {
18370
18586
  "name": "default",
18371
- "description": "Defines the items of the <code>ui5-suggestion-item-group</code>."
18587
+ "description": "Defines the items of the <code>ui5-suggestion-item-group</code>.",
18588
+ "inheritedFrom": {
18589
+ "name": "ListItemGroup",
18590
+ "module": "dist/ListItemGroup.js"
18591
+ }
18592
+ },
18593
+ {
18594
+ "name": "header",
18595
+ "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.",
18596
+ "inheritedFrom": {
18597
+ "name": "ListItemGroup",
18598
+ "module": "dist/ListItemGroup.js"
18599
+ }
18372
18600
  }
18373
18601
  ],
18374
18602
  "superclass": {
@@ -18378,6 +18606,16 @@
18378
18606
  },
18379
18607
  "tagName": "ui5-suggestion-item-group",
18380
18608
  "customElement": true,
18609
+ "cssParts": [
18610
+ {
18611
+ "description": "Used to style the header item of the group",
18612
+ "name": "header",
18613
+ "inheritedFrom": {
18614
+ "name": "ListItemGroup",
18615
+ "module": "dist/ListItemGroup.js"
18616
+ }
18617
+ }
18618
+ ],
18381
18619
  "attributes": [
18382
18620
  {
18383
18621
  "description": "Defines the header text of the <code>ui5-li-group</code>.",
@@ -19300,7 +19538,7 @@
19300
19538
  "description": "Defines the header row of the component.\n\n**Note:** Use `ui5-table-header-row` for the intended design."
19301
19539
  },
19302
19540
  {
19303
- "name": "nodata",
19541
+ "name": "noData",
19304
19542
  "description": "Defines the custom visualization if there is no data available."
19305
19543
  },
19306
19544
  {
@@ -19546,28 +19784,6 @@
19546
19784
  "kind": "class",
19547
19785
  "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;`",
19548
19786
  "name": "TableCell",
19549
- "superclass": {
19550
- "name": "TableCellBase",
19551
- "package": "@ui5/webcomponents",
19552
- "module": "dist/TableCellBase.js"
19553
- },
19554
- "tagName": "ui5-table-cell",
19555
- "customElement": true,
19556
- "attributes": [
19557
- {
19558
- "description": "Determines the horizontal alignment of table cells.",
19559
- "name": "horizontal-align",
19560
- "default": "undefined",
19561
- "fieldName": "horizontalAlign",
19562
- "type": {
19563
- "text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
19564
- },
19565
- "inheritedFrom": {
19566
- "name": "TableCellBase",
19567
- "module": "dist/TableCellBase.js"
19568
- }
19569
- }
19570
- ],
19571
19787
  "members": [
19572
19788
  {
19573
19789
  "kind": "field",
@@ -19590,6 +19806,38 @@
19590
19806
  "module": "dist/TableCellBase.js"
19591
19807
  }
19592
19808
  }
19809
+ ],
19810
+ "superclass": {
19811
+ "name": "TableCellBase",
19812
+ "package": "@ui5/webcomponents",
19813
+ "module": "dist/TableCellBase.js"
19814
+ },
19815
+ "tagName": "ui5-table-cell",
19816
+ "customElement": true,
19817
+ "slots": [
19818
+ {
19819
+ "name": "default",
19820
+ "description": "Defines the content of the component.",
19821
+ "inheritedFrom": {
19822
+ "name": "TableCellBase",
19823
+ "module": "dist/TableCellBase.js"
19824
+ }
19825
+ }
19826
+ ],
19827
+ "attributes": [
19828
+ {
19829
+ "description": "Determines the horizontal alignment of table cells.",
19830
+ "name": "horizontal-align",
19831
+ "default": "undefined",
19832
+ "fieldName": "horizontalAlign",
19833
+ "type": {
19834
+ "text": "\"Start\" | \"End\" | \"Center\" | \"Left\" | \"Right\" | undefined"
19835
+ },
19836
+ "inheritedFrom": {
19837
+ "name": "TableCellBase",
19838
+ "module": "dist/TableCellBase.js"
19839
+ }
19840
+ }
19593
19841
  ]
19594
19842
  }
19595
19843
  ],
@@ -19711,12 +19959,12 @@
19711
19959
  "declarations": [
19712
19960
  {
19713
19961
  "kind": "class",
19714
- "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\";`",
19962
+ "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\";`",
19715
19963
  "name": "TableGrowing",
19716
19964
  "members": [
19717
19965
  {
19718
19966
  "kind": "field",
19719
- "name": "type",
19967
+ "name": "mode",
19720
19968
  "type": {
19721
19969
  "text": "TableGrowingMode",
19722
19970
  "references": [
@@ -19733,21 +19981,21 @@
19733
19981
  },
19734
19982
  {
19735
19983
  "kind": "field",
19736
- "name": "growingText",
19984
+ "name": "text",
19737
19985
  "type": {
19738
19986
  "text": "string | undefined"
19739
19987
  },
19740
- "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.",
19988
+ "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.",
19741
19989
  "default": "undefined",
19742
19990
  "privacy": "public"
19743
19991
  },
19744
19992
  {
19745
19993
  "kind": "field",
19746
- "name": "growingSubText",
19994
+ "name": "subtext",
19747
19995
  "type": {
19748
19996
  "text": "string | undefined"
19749
19997
  },
19750
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
19998
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
19751
19999
  "default": "undefined",
19752
20000
  "privacy": "public"
19753
20001
  }
@@ -19764,27 +20012,27 @@
19764
20012
  "attributes": [
19765
20013
  {
19766
20014
  "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.",
19767
- "name": "type",
20015
+ "name": "mode",
19768
20016
  "default": "\"Button\"",
19769
- "fieldName": "type",
20017
+ "fieldName": "mode",
19770
20018
  "type": {
19771
20019
  "text": "\"Button\" | \"Scroll\""
19772
20020
  }
19773
20021
  },
19774
20022
  {
19775
- "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.",
19776
- "name": "growing-text",
20023
+ "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.",
20024
+ "name": "text",
19777
20025
  "default": "undefined",
19778
- "fieldName": "growingText",
20026
+ "fieldName": "text",
19779
20027
  "type": {
19780
20028
  "text": "string | undefined"
19781
20029
  }
19782
20030
  },
19783
20031
  {
19784
- "description": "Defines the text that will be displayed below the `growingText` inside the growing button.\nHas no effect when type is set to Scroll.",
19785
- "name": "growing-sub-text",
20032
+ "description": "Defines the text that will be displayed below the `text` inside the growing button.\nHas no effect when mode is set to Scroll.",
20033
+ "name": "subtext",
19786
20034
  "default": "undefined",
19787
- "fieldName": "growingSubText",
20035
+ "fieldName": "subtext",
19788
20036
  "type": {
19789
20037
  "text": "string | undefined"
19790
20038
  }
@@ -19830,6 +20078,14 @@
19830
20078
  {
19831
20079
  "name": "action",
19832
20080
  "description": "Defines the action of the column.\n\n**Note:** While multiple actions are technically possible, this is not supported."
20081
+ },
20082
+ {
20083
+ "name": "default",
20084
+ "description": "Defines the content of the component.",
20085
+ "inheritedFrom": {
20086
+ "name": "TableCellBase",
20087
+ "module": "dist/TableCellBase.js"
20088
+ }
19833
20089
  }
19834
20090
  ],
19835
20091
  "members": [
@@ -20445,7 +20701,20 @@
20445
20701
  "module": "dist/TableRowActionBase.js"
20446
20702
  },
20447
20703
  "tagName": "ui5-table-row-action",
20448
- "customElement": true
20704
+ "customElement": true,
20705
+ "events": [
20706
+ {
20707
+ "name": "click",
20708
+ "type": {
20709
+ "text": "CustomEvent"
20710
+ },
20711
+ "description": "Fired when a row action is clicked.",
20712
+ "inheritedFrom": {
20713
+ "name": "TableRowActionBase",
20714
+ "module": "dist/TableRowActionBase.js"
20715
+ }
20716
+ }
20717
+ ]
20449
20718
  }
20450
20719
  ],
20451
20720
  "exports": [
@@ -20487,6 +20756,15 @@
20487
20756
  "privacy": "public"
20488
20757
  }
20489
20758
  ],
20759
+ "events": [
20760
+ {
20761
+ "name": "click",
20762
+ "type": {
20763
+ "text": "CustomEvent"
20764
+ },
20765
+ "description": "Fired when a row action is clicked."
20766
+ }
20767
+ ],
20490
20768
  "attributes": [
20491
20769
  {
20492
20770
  "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.",
@@ -20581,7 +20859,20 @@
20581
20859
  "module": "dist/TableRowActionBase.js"
20582
20860
  },
20583
20861
  "tagName": "ui5-table-row-action-navigation",
20584
- "customElement": true
20862
+ "customElement": true,
20863
+ "events": [
20864
+ {
20865
+ "name": "click",
20866
+ "type": {
20867
+ "text": "CustomEvent"
20868
+ },
20869
+ "description": "Fired when a row action is clicked.",
20870
+ "inheritedFrom": {
20871
+ "name": "TableRowActionBase",
20872
+ "module": "dist/TableRowActionBase.js"
20873
+ }
20874
+ }
20875
+ ]
20585
20876
  }
20586
20877
  ],
20587
20878
  "exports": [
@@ -20744,33 +21035,6 @@
20744
21035
  "default": "undefined",
20745
21036
  "privacy": "public"
20746
21037
  },
20747
- {
20748
- "kind": "method",
20749
- "name": "getRowKey",
20750
- "return": {
20751
- "type": {
20752
- "text": "string"
20753
- }
20754
- },
20755
- "parameters": [
20756
- {
20757
- "name": "row",
20758
- "type": {
20759
- "text": "TableRow",
20760
- "references": [
20761
- {
20762
- "name": "TableRow",
20763
- "package": "@ui5/webcomponents",
20764
- "module": "dist/TableRow.js"
20765
- }
20766
- ]
20767
- },
20768
- "description": "The row instance"
20769
- }
20770
- ],
20771
- "description": "Returns the unique key associated with the table row.",
20772
- "privacy": "public"
20773
- },
20774
21038
  {
20775
21039
  "kind": "method",
20776
21040
  "name": "getRowByKey",
@@ -20797,67 +21061,6 @@
20797
21061
  ],
20798
21062
  "description": "Returns the table row instance for the given row key.",
20799
21063
  "privacy": "public"
20800
- },
20801
- {
20802
- "kind": "method",
20803
- "name": "isSelected",
20804
- "return": {
20805
- "type": {
20806
- "text": "boolean"
20807
- }
20808
- },
20809
- "parameters": [
20810
- {
20811
- "name": "row",
20812
- "type": {
20813
- "text": "TableRowBase",
20814
- "references": [
20815
- {
20816
- "name": "TableRowBase",
20817
- "package": "@ui5/webcomponents",
20818
- "module": "dist/TableRowBase.js"
20819
- }
20820
- ]
20821
- },
20822
- "description": "The row instance"
20823
- }
20824
- ],
20825
- "description": "Determines whether the specified table row is currently selected.",
20826
- "privacy": "public"
20827
- },
20828
- {
20829
- "kind": "method",
20830
- "name": "setSelected",
20831
- "return": {
20832
- "type": {
20833
- "text": "void"
20834
- }
20835
- },
20836
- "parameters": [
20837
- {
20838
- "name": "row",
20839
- "type": {
20840
- "text": "TableRowBase",
20841
- "references": [
20842
- {
20843
- "name": "TableRowBase",
20844
- "package": "@ui5/webcomponents",
20845
- "module": "dist/TableRowBase.js"
20846
- }
20847
- ]
20848
- },
20849
- "description": "The row instance"
20850
- },
20851
- {
20852
- "name": "selected",
20853
- "type": {
20854
- "text": "boolean"
20855
- },
20856
- "description": "Whether the row is selected"
20857
- }
20858
- ],
20859
- "description": "Sets the selected state of the specified table row.",
20860
- "privacy": "public"
20861
21064
  }
20862
21065
  ],
20863
21066
  "events": [
@@ -20940,17 +21143,6 @@
20940
21143
  "description": "Returns an array of the selected rows.",
20941
21144
  "privacy": "public"
20942
21145
  },
20943
- {
20944
- "kind": "method",
20945
- "name": "areAllRowsSelected",
20946
- "return": {
20947
- "type": {
20948
- "text": "boolean"
20949
- }
20950
- },
20951
- "description": "Determines whether all rows are selected.",
20952
- "privacy": "public"
20953
- },
20954
21146
  {
20955
21147
  "kind": "method",
20956
21148
  "name": "getSelectedAsSet",
@@ -20982,37 +21174,6 @@
20982
21174
  "description": "Sets the `selected` property using the provided set of unique `row-key` values.",
20983
21175
  "privacy": "public"
20984
21176
  },
20985
- {
20986
- "kind": "method",
20987
- "name": "getRowKey",
20988
- "return": {
20989
- "type": {
20990
- "text": "string"
20991
- }
20992
- },
20993
- "parameters": [
20994
- {
20995
- "name": "row",
20996
- "type": {
20997
- "text": "TableRow",
20998
- "references": [
20999
- {
21000
- "name": "TableRow",
21001
- "package": "@ui5/webcomponents",
21002
- "module": "dist/TableRow.js"
21003
- }
21004
- ]
21005
- },
21006
- "description": "The row instance"
21007
- }
21008
- ],
21009
- "description": "Returns the unique key associated with the table row.",
21010
- "privacy": "public",
21011
- "inheritedFrom": {
21012
- "name": "TableSelectionBase",
21013
- "module": "dist/TableSelectionBase.js"
21014
- }
21015
- },
21016
21177
  {
21017
21178
  "kind": "method",
21018
21179
  "name": "getRowByKey",
@@ -21043,75 +21204,6 @@
21043
21204
  "name": "TableSelectionBase",
21044
21205
  "module": "dist/TableSelectionBase.js"
21045
21206
  }
21046
- },
21047
- {
21048
- "kind": "method",
21049
- "name": "isSelected",
21050
- "return": {
21051
- "type": {
21052
- "text": "boolean"
21053
- }
21054
- },
21055
- "parameters": [
21056
- {
21057
- "name": "row",
21058
- "type": {
21059
- "text": "TableRowBase",
21060
- "references": [
21061
- {
21062
- "name": "TableRowBase",
21063
- "package": "@ui5/webcomponents",
21064
- "module": "dist/TableRowBase.js"
21065
- }
21066
- ]
21067
- },
21068
- "description": "The row instance"
21069
- }
21070
- ],
21071
- "description": "Determines whether the specified table row is currently selected.",
21072
- "privacy": "public",
21073
- "inheritedFrom": {
21074
- "name": "TableSelectionBase",
21075
- "module": "dist/TableSelectionBase.js"
21076
- }
21077
- },
21078
- {
21079
- "kind": "method",
21080
- "name": "setSelected",
21081
- "return": {
21082
- "type": {
21083
- "text": "void"
21084
- }
21085
- },
21086
- "parameters": [
21087
- {
21088
- "name": "row",
21089
- "type": {
21090
- "text": "TableRowBase",
21091
- "references": [
21092
- {
21093
- "name": "TableRowBase",
21094
- "package": "@ui5/webcomponents",
21095
- "module": "dist/TableRowBase.js"
21096
- }
21097
- ]
21098
- },
21099
- "description": "The row instance"
21100
- },
21101
- {
21102
- "name": "selected",
21103
- "type": {
21104
- "text": "boolean"
21105
- },
21106
- "description": "Whether the row is selected"
21107
- }
21108
- ],
21109
- "description": "Sets the selected state of the specified table row.",
21110
- "privacy": "public",
21111
- "inheritedFrom": {
21112
- "name": "TableSelectionBase",
21113
- "module": "dist/TableSelectionBase.js"
21114
- }
21115
21207
  }
21116
21208
  ],
21117
21209
  "attributes": [
@@ -21203,139 +21295,39 @@
21203
21295
  {
21204
21296
  "name": "TableRow",
21205
21297
  "package": "@ui5/webcomponents",
21206
- "module": "dist/TableRow.js"
21207
- }
21208
- ]
21209
- }
21210
- },
21211
- "description": "Returns the selected row.",
21212
- "privacy": "public"
21213
- },
21214
- {
21215
- "kind": "method",
21216
- "name": "getRowKey",
21217
- "return": {
21218
- "type": {
21219
- "text": "string"
21220
- }
21221
- },
21222
- "parameters": [
21223
- {
21224
- "name": "row",
21225
- "type": {
21226
- "text": "TableRow",
21227
- "references": [
21228
- {
21229
- "name": "TableRow",
21230
- "package": "@ui5/webcomponents",
21231
- "module": "dist/TableRow.js"
21232
- }
21233
- ]
21234
- },
21235
- "description": "The row instance"
21236
- }
21237
- ],
21238
- "description": "Returns the unique key associated with the table row.",
21239
- "privacy": "public",
21240
- "inheritedFrom": {
21241
- "name": "TableSelectionBase",
21242
- "module": "dist/TableSelectionBase.js"
21243
- }
21244
- },
21245
- {
21246
- "kind": "method",
21247
- "name": "getRowByKey",
21248
- "return": {
21249
- "type": {
21250
- "text": "TableRow | undefined",
21251
- "references": [
21252
- {
21253
- "name": "TableRow",
21254
- "package": "@ui5/webcomponents",
21255
- "module": "dist/TableRow.js"
21256
- }
21257
- ]
21258
- }
21259
- },
21260
- "parameters": [
21261
- {
21262
- "name": "rowKey",
21263
- "type": {
21264
- "text": "string"
21265
- },
21266
- "description": "The row key"
21267
- }
21268
- ],
21269
- "description": "Returns the table row instance for the given row key.",
21270
- "privacy": "public",
21271
- "inheritedFrom": {
21272
- "name": "TableSelectionBase",
21273
- "module": "dist/TableSelectionBase.js"
21274
- }
21275
- },
21276
- {
21277
- "kind": "method",
21278
- "name": "isSelected",
21279
- "return": {
21280
- "type": {
21281
- "text": "boolean"
21282
- }
21283
- },
21284
- "parameters": [
21285
- {
21286
- "name": "row",
21287
- "type": {
21288
- "text": "TableRowBase",
21289
- "references": [
21290
- {
21291
- "name": "TableRowBase",
21292
- "package": "@ui5/webcomponents",
21293
- "module": "dist/TableRowBase.js"
21294
- }
21295
- ]
21296
- },
21297
- "description": "The row instance"
21298
+ "module": "dist/TableRow.js"
21299
+ }
21300
+ ]
21298
21301
  }
21299
- ],
21300
- "description": "Determines whether the specified table row is currently selected.",
21301
- "privacy": "public",
21302
- "inheritedFrom": {
21303
- "name": "TableSelectionBase",
21304
- "module": "dist/TableSelectionBase.js"
21305
- }
21302
+ },
21303
+ "description": "Returns the selected row.",
21304
+ "privacy": "public"
21306
21305
  },
21307
21306
  {
21308
21307
  "kind": "method",
21309
- "name": "setSelected",
21308
+ "name": "getRowByKey",
21310
21309
  "return": {
21311
21310
  "type": {
21312
- "text": "void"
21311
+ "text": "TableRow | undefined",
21312
+ "references": [
21313
+ {
21314
+ "name": "TableRow",
21315
+ "package": "@ui5/webcomponents",
21316
+ "module": "dist/TableRow.js"
21317
+ }
21318
+ ]
21313
21319
  }
21314
21320
  },
21315
21321
  "parameters": [
21316
21322
  {
21317
- "name": "row",
21318
- "type": {
21319
- "text": "TableRowBase",
21320
- "references": [
21321
- {
21322
- "name": "TableRowBase",
21323
- "package": "@ui5/webcomponents",
21324
- "module": "dist/TableRowBase.js"
21325
- }
21326
- ]
21327
- },
21328
- "description": "The row instance"
21329
- },
21330
- {
21331
- "name": "selected",
21323
+ "name": "rowKey",
21332
21324
  "type": {
21333
- "text": "boolean"
21325
+ "text": "string"
21334
21326
  },
21335
- "description": "Whether the row is selected"
21327
+ "description": "The row key"
21336
21328
  }
21337
21329
  ],
21338
- "description": "Sets the selected state of the specified table row.",
21330
+ "description": "Returns the table row instance for the given row key.",
21339
21331
  "privacy": "public",
21340
21332
  "inheritedFrom": {
21341
21333
  "name": "TableSelectionBase",
@@ -23237,6 +23229,50 @@
23237
23229
  },
23238
23230
  "tagName": "ui5-toggle-button",
23239
23231
  "customElement": true,
23232
+ "slots": [
23233
+ {
23234
+ "name": "default",
23235
+ "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.",
23236
+ "inheritedFrom": {
23237
+ "name": "Button",
23238
+ "module": "dist/Button.js"
23239
+ }
23240
+ },
23241
+ {
23242
+ "name": "badge",
23243
+ "description": "Adds a badge to the button.",
23244
+ "inheritedFrom": {
23245
+ "name": "Button",
23246
+ "module": "dist/Button.js"
23247
+ }
23248
+ }
23249
+ ],
23250
+ "cssParts": [
23251
+ {
23252
+ "description": "Used to style the native button element",
23253
+ "name": "button",
23254
+ "inheritedFrom": {
23255
+ "name": "Button",
23256
+ "module": "dist/Button.js"
23257
+ }
23258
+ },
23259
+ {
23260
+ "description": "Used to style the icon in the native button element",
23261
+ "name": "icon",
23262
+ "inheritedFrom": {
23263
+ "name": "Button",
23264
+ "module": "dist/Button.js"
23265
+ }
23266
+ },
23267
+ {
23268
+ "description": "Used to style the end icon in the native button element",
23269
+ "name": "endIcon",
23270
+ "inheritedFrom": {
23271
+ "name": "Button",
23272
+ "module": "dist/Button.js"
23273
+ }
23274
+ }
23275
+ ],
23240
23276
  "events": [
23241
23277
  {
23242
23278
  "name": "click",
@@ -24409,41 +24445,6 @@
24409
24445
  "kind": "class",
24410
24446
  "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.",
24411
24447
  "name": "ToolbarSeparator",
24412
- "superclass": {
24413
- "name": "ToolbarItem",
24414
- "package": "@ui5/webcomponents",
24415
- "module": "dist/ToolbarItem.js"
24416
- },
24417
- "tagName": "ui5-toolbar-separator",
24418
- "customElement": true,
24419
- "attributes": [
24420
- {
24421
- "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.",
24422
- "name": "overflow-priority",
24423
- "default": "\"Default\"",
24424
- "fieldName": "overflowPriority",
24425
- "type": {
24426
- "text": "\"Default\" | \"NeverOverflow\" | \"AlwaysOverflow\""
24427
- },
24428
- "inheritedFrom": {
24429
- "name": "ToolbarItem",
24430
- "module": "dist/ToolbarItem.js"
24431
- }
24432
- },
24433
- {
24434
- "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
24435
- "name": "prevent-overflow-closing",
24436
- "default": "false",
24437
- "fieldName": "preventOverflowClosing",
24438
- "type": {
24439
- "text": "boolean"
24440
- },
24441
- "inheritedFrom": {
24442
- "name": "ToolbarItem",
24443
- "module": "dist/ToolbarItem.js"
24444
- }
24445
- }
24446
- ],
24447
24448
  "members": [
24448
24449
  {
24449
24450
  "kind": "field",
@@ -24480,6 +24481,41 @@
24480
24481
  "module": "dist/ToolbarItem.js"
24481
24482
  }
24482
24483
  }
24484
+ ],
24485
+ "superclass": {
24486
+ "name": "ToolbarItem",
24487
+ "package": "@ui5/webcomponents",
24488
+ "module": "dist/ToolbarItem.js"
24489
+ },
24490
+ "tagName": "ui5-toolbar-separator",
24491
+ "customElement": true,
24492
+ "attributes": [
24493
+ {
24494
+ "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.",
24495
+ "name": "overflow-priority",
24496
+ "default": "\"Default\"",
24497
+ "fieldName": "overflowPriority",
24498
+ "type": {
24499
+ "text": "\"Default\" | \"NeverOverflow\" | \"AlwaysOverflow\""
24500
+ },
24501
+ "inheritedFrom": {
24502
+ "name": "ToolbarItem",
24503
+ "module": "dist/ToolbarItem.js"
24504
+ }
24505
+ },
24506
+ {
24507
+ "description": "Defines if the toolbar overflow popup should close upon intereaction with the item.\nIt will close by default.",
24508
+ "name": "prevent-overflow-closing",
24509
+ "default": "false",
24510
+ "fieldName": "preventOverflowClosing",
24511
+ "type": {
24512
+ "text": "boolean"
24513
+ },
24514
+ "inheritedFrom": {
24515
+ "name": "ToolbarItem",
24516
+ "module": "dist/ToolbarItem.js"
24517
+ }
24518
+ }
24483
24519
  ]
24484
24520
  }
24485
24521
  ],
@@ -25025,8 +25061,8 @@
25025
25061
  "description": "Defines whether the item is movable.",
25026
25062
  "privacy": "public",
25027
25063
  "inheritedFrom": {
25028
- "name": "TreeItemBase",
25029
- "module": "dist/TreeItemBase.js"
25064
+ "name": "ListItemBase",
25065
+ "module": "dist/ListItemBase.js"
25030
25066
  }
25031
25067
  },
25032
25068
  {
@@ -25039,8 +25075,8 @@
25039
25075
  "default": "false",
25040
25076
  "privacy": "public",
25041
25077
  "inheritedFrom": {
25042
- "name": "TreeItemBase",
25043
- "module": "dist/TreeItemBase.js"
25078
+ "name": "ListItem",
25079
+ "module": "dist/ListItem.js"
25044
25080
  }
25045
25081
  },
25046
25082
  {
@@ -25088,8 +25124,8 @@
25088
25124
  "default": "undefined",
25089
25125
  "privacy": "public",
25090
25126
  "inheritedFrom": {
25091
- "name": "TreeItemBase",
25092
- "module": "dist/TreeItemBase.js"
25127
+ "name": "ListItem",
25128
+ "module": "dist/ListItem.js"
25093
25129
  }
25094
25130
  },
25095
25131
  {
@@ -25204,12 +25240,12 @@
25204
25240
  "type": {
25205
25241
  "text": "boolean"
25206
25242
  },
25207
- "description": "Defines the selected state of the component.",
25208
25243
  "default": "false",
25244
+ "description": "Defines the selected state of the component.",
25209
25245
  "privacy": "public",
25210
25246
  "inheritedFrom": {
25211
- "name": "ListItem",
25212
- "module": "dist/ListItem.js"
25247
+ "name": "ListItemBase",
25248
+ "module": "dist/ListItemBase.js"
25213
25249
  }
25214
25250
  }
25215
25251
  ],
@@ -25409,6 +25445,24 @@
25409
25445
  },
25410
25446
  "tagName": "ui5-tree-item",
25411
25447
  "customElement": true,
25448
+ "slots": [
25449
+ {
25450
+ "name": "default",
25451
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`",
25452
+ "inheritedFrom": {
25453
+ "name": "TreeItemBase",
25454
+ "module": "dist/TreeItemBase.js"
25455
+ }
25456
+ },
25457
+ {
25458
+ "name": "deleteButton",
25459
+ "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.",
25460
+ "inheritedFrom": {
25461
+ "name": "ListItem",
25462
+ "module": "dist/ListItem.js"
25463
+ }
25464
+ }
25465
+ ],
25412
25466
  "events": [
25413
25467
  {
25414
25468
  "name": "detail-click",
@@ -25455,6 +25509,14 @@
25455
25509
  {
25456
25510
  "name": "default",
25457
25511
  "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`"
25512
+ },
25513
+ {
25514
+ "name": "deleteButton",
25515
+ "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.",
25516
+ "inheritedFrom": {
25517
+ "name": "ListItem",
25518
+ "module": "dist/ListItem.js"
25519
+ }
25458
25520
  }
25459
25521
  ],
25460
25522
  "members": [
@@ -25486,7 +25548,11 @@
25486
25548
  },
25487
25549
  "default": "false",
25488
25550
  "description": "Defines whether the item is movable.",
25489
- "privacy": "public"
25551
+ "privacy": "public",
25552
+ "inheritedFrom": {
25553
+ "name": "ListItemBase",
25554
+ "module": "dist/ListItemBase.js"
25555
+ }
25490
25556
  },
25491
25557
  {
25492
25558
  "kind": "field",
@@ -25496,7 +25562,11 @@
25496
25562
  },
25497
25563
  "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.",
25498
25564
  "default": "false",
25499
- "privacy": "public"
25565
+ "privacy": "public",
25566
+ "inheritedFrom": {
25567
+ "name": "ListItem",
25568
+ "module": "dist/ListItem.js"
25569
+ }
25500
25570
  },
25501
25571
  {
25502
25572
  "kind": "field",
@@ -25533,7 +25603,11 @@
25533
25603
  },
25534
25604
  "description": "Defines the accessible name of the component.",
25535
25605
  "default": "undefined",
25536
- "privacy": "public"
25606
+ "privacy": "public",
25607
+ "inheritedFrom": {
25608
+ "name": "ListItem",
25609
+ "module": "dist/ListItem.js"
25610
+ }
25537
25611
  },
25538
25612
  {
25539
25613
  "kind": "method",
@@ -25643,9 +25717,22 @@
25643
25717
  "type": {
25644
25718
  "text": "boolean"
25645
25719
  },
25646
- "description": "Defines the selected state of the component.",
25647
25720
  "default": "false",
25721
+ "description": "Defines the selected state of the component.",
25648
25722
  "privacy": "public",
25723
+ "inheritedFrom": {
25724
+ "name": "ListItemBase",
25725
+ "module": "dist/ListItemBase.js"
25726
+ }
25727
+ }
25728
+ ],
25729
+ "events": [
25730
+ {
25731
+ "name": "detail-click",
25732
+ "type": {
25733
+ "text": "CustomEvent"
25734
+ },
25735
+ "description": "Fired when the user clicks on the detail button when type is `Detail`.",
25649
25736
  "inheritedFrom": {
25650
25737
  "name": "ListItem",
25651
25738
  "module": "dist/ListItem.js"
@@ -25800,20 +25887,7 @@
25800
25887
  "package": "@ui5/webcomponents",
25801
25888
  "module": "dist/ListItem.js"
25802
25889
  },
25803
- "customElement": true,
25804
- "events": [
25805
- {
25806
- "name": "detail-click",
25807
- "type": {
25808
- "text": "CustomEvent"
25809
- },
25810
- "description": "Fired when the user clicks on the detail button when type is `Detail`.",
25811
- "inheritedFrom": {
25812
- "name": "ListItem",
25813
- "module": "dist/ListItem.js"
25814
- }
25815
- }
25816
- ]
25890
+ "customElement": true
25817
25891
  }
25818
25892
  ],
25819
25893
  "exports": [
@@ -25853,6 +25927,22 @@
25853
25927
  {
25854
25928
  "name": "content",
25855
25929
  "description": "Defines the content of the `ui5-tree-item`."
25930
+ },
25931
+ {
25932
+ "name": "default",
25933
+ "description": "Defines the items of the component.\n\n**Note:** Use `ui5-tree-item` or `ui5-tree-item-custom`",
25934
+ "inheritedFrom": {
25935
+ "name": "TreeItemBase",
25936
+ "module": "dist/TreeItemBase.js"
25937
+ }
25938
+ },
25939
+ {
25940
+ "name": "deleteButton",
25941
+ "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.",
25942
+ "inheritedFrom": {
25943
+ "name": "ListItem",
25944
+ "module": "dist/ListItem.js"
25945
+ }
25856
25946
  }
25857
25947
  ],
25858
25948
  "members": [
@@ -25904,8 +25994,8 @@
25904
25994
  "description": "Defines whether the item is movable.",
25905
25995
  "privacy": "public",
25906
25996
  "inheritedFrom": {
25907
- "name": "TreeItemBase",
25908
- "module": "dist/TreeItemBase.js"
25997
+ "name": "ListItemBase",
25998
+ "module": "dist/ListItemBase.js"
25909
25999
  }
25910
26000
  },
25911
26001
  {
@@ -25918,8 +26008,8 @@
25918
26008
  "default": "false",
25919
26009
  "privacy": "public",
25920
26010
  "inheritedFrom": {
25921
- "name": "TreeItemBase",
25922
- "module": "dist/TreeItemBase.js"
26011
+ "name": "ListItem",
26012
+ "module": "dist/ListItem.js"
25923
26013
  }
25924
26014
  },
25925
26015
  {
@@ -25967,8 +26057,8 @@
25967
26057
  "default": "undefined",
25968
26058
  "privacy": "public",
25969
26059
  "inheritedFrom": {
25970
- "name": "TreeItemBase",
25971
- "module": "dist/TreeItemBase.js"
26060
+ "name": "ListItem",
26061
+ "module": "dist/ListItem.js"
25972
26062
  }
25973
26063
  },
25974
26064
  {
@@ -26083,12 +26173,12 @@
26083
26173
  "type": {
26084
26174
  "text": "boolean"
26085
26175
  },
26086
- "description": "Defines the selected state of the component.",
26087
26176
  "default": "false",
26177
+ "description": "Defines the selected state of the component.",
26088
26178
  "privacy": "public",
26089
26179
  "inheritedFrom": {
26090
- "name": "ListItem",
26091
- "module": "dist/ListItem.js"
26180
+ "name": "ListItemBase",
26181
+ "module": "dist/ListItemBase.js"
26092
26182
  }
26093
26183
  }
26094
26184
  ],