@ui5/webcomponents 2.13.0-rc.0 → 2.13.0-rc.2

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 (675) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/CheckBox.d.ts +22 -0
  4. package/dist/CheckBox.js +15 -2
  5. package/dist/CheckBox.js.map +1 -1
  6. package/dist/CheckBoxTemplate.js +3 -2
  7. package/dist/CheckBoxTemplate.js.map +1 -1
  8. package/dist/ComboBox.d.ts +23 -6
  9. package/dist/ComboBox.js +128 -54
  10. package/dist/ComboBox.js.map +1 -1
  11. package/dist/ComboBoxPopoverTemplate.js +0 -1
  12. package/dist/ComboBoxPopoverTemplate.js.map +1 -1
  13. package/dist/ComboBoxTemplate.js +2 -1
  14. package/dist/ComboBoxTemplate.js.map +1 -1
  15. package/dist/FileUploader.d.ts +55 -13
  16. package/dist/FileUploader.js +166 -48
  17. package/dist/FileUploader.js.map +1 -1
  18. package/dist/FileUploaderPopoverTemplate.js +1 -3
  19. package/dist/FileUploaderPopoverTemplate.js.map +1 -1
  20. package/dist/FileUploaderTemplate.js +7 -4
  21. package/dist/FileUploaderTemplate.js.map +1 -1
  22. package/dist/Input.d.ts +19 -5
  23. package/dist/Input.js +116 -17
  24. package/dist/Input.js.map +1 -1
  25. package/dist/InputTemplate.js +2 -1
  26. package/dist/InputTemplate.js.map +1 -1
  27. package/dist/List.d.ts +26 -1
  28. package/dist/List.js +27 -0
  29. package/dist/List.js.map +1 -1
  30. package/dist/ListItemBase.d.ts +8 -0
  31. package/dist/ListItemBase.js +15 -3
  32. package/dist/ListItemBase.js.map +1 -1
  33. package/dist/ListItemStandard.d.ts +12 -8
  34. package/dist/ListItemStandard.js +3 -8
  35. package/dist/ListItemStandard.js.map +1 -1
  36. package/dist/ListTemplate.js +1 -1
  37. package/dist/ListTemplate.js.map +1 -1
  38. package/dist/Menu.js +3 -7
  39. package/dist/Menu.js.map +1 -1
  40. package/dist/MenuItem.d.ts +6 -0
  41. package/dist/MenuItem.js +24 -6
  42. package/dist/MenuItem.js.map +1 -1
  43. package/dist/MenuItemGroup.d.ts +3 -0
  44. package/dist/MenuItemGroup.js +20 -2
  45. package/dist/MenuItemGroup.js.map +1 -1
  46. package/dist/MenuItemGroupTemplate.js +1 -1
  47. package/dist/MenuItemGroupTemplate.js.map +1 -1
  48. package/dist/MenuItemTemplate.js +1 -1
  49. package/dist/MenuItemTemplate.js.map +1 -1
  50. package/dist/MultiComboBox.d.ts +20 -1
  51. package/dist/MultiComboBox.js +120 -20
  52. package/dist/MultiComboBox.js.map +1 -1
  53. package/dist/MultiComboBoxItem.d.ts +4 -0
  54. package/dist/MultiComboBoxItem.js +5 -0
  55. package/dist/MultiComboBoxItem.js.map +1 -1
  56. package/dist/MultiComboBoxItemTemplate.js +1 -1
  57. package/dist/MultiComboBoxItemTemplate.js.map +1 -1
  58. package/dist/MultiComboBoxPopoverTemplate.js +1 -1
  59. package/dist/MultiComboBoxPopoverTemplate.js.map +1 -1
  60. package/dist/MultiComboBoxTemplate.js +2 -1
  61. package/dist/MultiComboBoxTemplate.js.map +1 -1
  62. package/dist/MultiInput.js +1 -1
  63. package/dist/MultiInput.js.map +1 -1
  64. package/dist/Select.js +2 -2
  65. package/dist/Select.js.map +1 -1
  66. package/dist/SplitButtonTemplate.js +1 -1
  67. package/dist/SplitButtonTemplate.js.map +1 -1
  68. package/dist/Table.js +1 -1
  69. package/dist/Table.js.map +1 -1
  70. package/dist/TableSelection.d.ts +4 -1
  71. package/dist/TableSelection.js +10 -4
  72. package/dist/TableSelection.js.map +1 -1
  73. package/dist/TableSelectionMulti.d.ts +4 -1
  74. package/dist/TableSelectionMulti.js +11 -4
  75. package/dist/TableSelectionMulti.js.map +1 -1
  76. package/dist/Token.js +2 -2
  77. package/dist/Token.js.map +1 -1
  78. package/dist/Tokenizer.js +4 -0
  79. package/dist/Tokenizer.js.map +1 -1
  80. package/dist/TokenizerPopoverTemplate.js +1 -1
  81. package/dist/TokenizerPopoverTemplate.js.map +1 -1
  82. package/dist/Toolbar.js +0 -3
  83. package/dist/Toolbar.js.map +1 -1
  84. package/dist/ToolbarButton.js +2 -0
  85. package/dist/ToolbarButton.js.map +1 -1
  86. package/dist/css/themes/Avatar.css +1 -1
  87. package/dist/css/themes/AvatarGroup.css +1 -1
  88. package/dist/css/themes/Bar.css +1 -1
  89. package/dist/css/themes/Breadcrumbs.css +1 -1
  90. package/dist/css/themes/BusyIndicator.css +1 -1
  91. package/dist/css/themes/Button.css +1 -1
  92. package/dist/css/themes/ButtonBadge.css +1 -1
  93. package/dist/css/themes/Calendar.css +1 -1
  94. package/dist/css/themes/CalendarHeader.css +1 -1
  95. package/dist/css/themes/CalendarLegend.css +1 -1
  96. package/dist/css/themes/CalendarLegendItem.css +1 -1
  97. package/dist/css/themes/Card.css +1 -1
  98. package/dist/css/themes/CardHeader.css +1 -1
  99. package/dist/css/themes/Carousel.css +1 -1
  100. package/dist/css/themes/CheckBox.css +1 -1
  101. package/dist/css/themes/ColorPalette.css +1 -1
  102. package/dist/css/themes/ColorPaletteItem.css +1 -1
  103. package/dist/css/themes/ColorPalettePopover.css +1 -1
  104. package/dist/css/themes/ColorPicker.css +1 -1
  105. package/dist/css/themes/ComboBox.css +1 -1
  106. package/dist/css/themes/ComboBoxItem.css +1 -1
  107. package/dist/css/themes/DatePicker.css +1 -1
  108. package/dist/css/themes/DateTimePickerPopover.css +1 -1
  109. package/dist/css/themes/DayPicker.css +1 -1
  110. package/dist/css/themes/Dialog.css +1 -1
  111. package/dist/css/themes/DynamicDateRange.css +1 -1
  112. package/dist/css/themes/DynamicDateRangePopover.css +1 -1
  113. package/dist/css/themes/FileUploader.css +1 -1
  114. package/dist/css/themes/Form.css +1 -1
  115. package/dist/css/themes/FormItem.css +1 -1
  116. package/dist/css/themes/FormItemSpan.css +1 -1
  117. package/dist/css/themes/GrowingButton.css +1 -1
  118. package/dist/css/themes/Icon.css +1 -1
  119. package/dist/css/themes/Input.css +1 -1
  120. package/dist/css/themes/InputIcon.css +1 -1
  121. package/dist/css/themes/InputSharedStyles.css +1 -1
  122. package/dist/css/themes/Link.css +1 -1
  123. package/dist/css/themes/List.css +1 -1
  124. package/dist/css/themes/ListItem.css +1 -1
  125. package/dist/css/themes/ListItemBase.css +1 -1
  126. package/dist/css/themes/ListItemCustom.css +1 -1
  127. package/dist/css/themes/ListItemGroup.css +1 -1
  128. package/dist/css/themes/ListItemGroupHeader.css +1 -1
  129. package/dist/css/themes/ListItemIcon.css +1 -1
  130. package/dist/css/themes/Menu.css +1 -1
  131. package/dist/css/themes/MenuItem.css +1 -1
  132. package/dist/css/themes/MessageStrip.css +1 -1
  133. package/dist/css/themes/MonthPicker.css +1 -1
  134. package/dist/css/themes/MultiComboBox.css +1 -1
  135. package/dist/css/themes/MultiComboBoxItem.css +1 -1
  136. package/dist/css/themes/MultiComboBoxPopover.css +1 -1
  137. package/dist/css/themes/MultiInput.css +1 -1
  138. package/dist/css/themes/OptionBase.css +1 -1
  139. package/dist/css/themes/Panel.css +1 -1
  140. package/dist/css/themes/Popover.css +1 -1
  141. package/dist/css/themes/PopupsCommon.css +1 -1
  142. package/dist/css/themes/ProgressIndicator.css +1 -1
  143. package/dist/css/themes/RadioButton.css +1 -1
  144. package/dist/css/themes/RangeSlider.css +1 -1
  145. package/dist/css/themes/RatingIndicator.css +1 -1
  146. package/dist/css/themes/ResponsivePopover.css +1 -1
  147. package/dist/css/themes/ResponsivePopoverCommon.css +1 -1
  148. package/dist/css/themes/SegmentedButton.css +1 -1
  149. package/dist/css/themes/SegmentedButtonItem.css +1 -1
  150. package/dist/css/themes/Select.css +1 -1
  151. package/dist/css/themes/SliderBase.css +1 -1
  152. package/dist/css/themes/SplitButton.css +1 -1
  153. package/dist/css/themes/StepInput.css +1 -1
  154. package/dist/css/themes/SuggestionItem.css +1 -1
  155. package/dist/css/themes/SuggestionItemCustom.css +1 -1
  156. package/dist/css/themes/Switch.css +1 -1
  157. package/dist/css/themes/TabContainer.css +1 -1
  158. package/dist/css/themes/TabInOverflow.css +1 -1
  159. package/dist/css/themes/TabInStrip.css +1 -1
  160. package/dist/css/themes/TabSemanticIcon.css +1 -1
  161. package/dist/css/themes/TabSeparatorInOverflow.css +1 -1
  162. package/dist/css/themes/Table.css +1 -1
  163. package/dist/css/themes/TableCellBase.css +1 -1
  164. package/dist/css/themes/TableHeaderRow.css +1 -1
  165. package/dist/css/themes/TableRow.css +1 -1
  166. package/dist/css/themes/TableRowActionBase.css +1 -1
  167. package/dist/css/themes/TableRowBase.css +1 -1
  168. package/dist/css/themes/Tag.css +1 -1
  169. package/dist/css/themes/Text.css +1 -1
  170. package/dist/css/themes/TextArea.css +1 -1
  171. package/dist/css/themes/TimePicker.css +1 -1
  172. package/dist/css/themes/Toast.css +1 -1
  173. package/dist/css/themes/ToggleButton.css +1 -1
  174. package/dist/css/themes/Token.css +1 -1
  175. package/dist/css/themes/Tokenizer.css +1 -1
  176. package/dist/css/themes/TokenizerPopover.css +1 -1
  177. package/dist/css/themes/Toolbar.css +1 -1
  178. package/dist/css/themes/ToolbarButton.css +1 -0
  179. package/dist/css/themes/ToolbarPopover.css +1 -1
  180. package/dist/css/themes/ToolbarSeparator.css +1 -1
  181. package/dist/css/themes/TreeItem.css +1 -1
  182. package/dist/css/themes/ValueStateMessage.css +1 -1
  183. package/dist/css/themes/ValueStateVariables.css +1 -0
  184. package/dist/css/themes/YearPicker.css +1 -1
  185. package/dist/css/themes/YearRangePicker.css +1 -1
  186. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  187. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  188. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  189. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  190. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
  191. package/dist/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  192. package/dist/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  193. package/dist/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  194. package/dist/custom-elements-internal.json +97 -9
  195. package/dist/custom-elements.json +91 -8
  196. package/dist/features/InputSuggestions.d.ts +0 -3
  197. package/dist/features/InputSuggestions.js +4 -50
  198. package/dist/features/InputSuggestions.js.map +1 -1
  199. package/dist/features/InputSuggestionsTemplate.js +0 -1
  200. package/dist/features/InputSuggestionsTemplate.js.map +1 -1
  201. package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
  202. package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
  203. package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
  204. package/dist/generated/assets/i18n/messagebundle_cnr.json +1 -1
  205. package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
  206. package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
  207. package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
  208. package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
  209. package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
  210. package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
  211. package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
  212. package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
  213. package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
  214. package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
  215. package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
  216. package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
  217. package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
  218. package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
  219. package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
  220. package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
  221. package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
  222. package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
  223. package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
  224. package/dist/generated/assets/i18n/messagebundle_id.json +1 -1
  225. package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
  226. package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
  227. package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
  228. package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
  229. package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
  230. package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
  231. package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
  232. package/dist/generated/assets/i18n/messagebundle_mk.json +1 -1
  233. package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
  234. package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
  235. package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
  236. package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
  237. package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
  238. package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
  239. package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
  240. package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
  241. package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
  242. package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
  243. package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
  244. package/dist/generated/assets/i18n/messagebundle_sr.json +1 -1
  245. package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
  246. package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
  247. package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
  248. package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
  249. package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
  250. package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
  251. package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
  252. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  253. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  254. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  255. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  256. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  257. package/dist/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json +1 -1
  258. package/dist/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json +1 -1
  259. package/dist/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json +1 -1
  260. package/dist/generated/i18n/i18n-defaults.d.ts +15 -3
  261. package/dist/generated/i18n/i18n-defaults.js +15 -3
  262. package/dist/generated/i18n/i18n-defaults.js.map +1 -1
  263. package/dist/generated/themes/Avatar.css.d.ts +1 -1
  264. package/dist/generated/themes/Avatar.css.js +1 -1
  265. package/dist/generated/themes/Avatar.css.js.map +1 -1
  266. package/dist/generated/themes/AvatarGroup.css.d.ts +1 -1
  267. package/dist/generated/themes/AvatarGroup.css.js +1 -1
  268. package/dist/generated/themes/AvatarGroup.css.js.map +1 -1
  269. package/dist/generated/themes/Bar.css.d.ts +1 -1
  270. package/dist/generated/themes/Bar.css.js +1 -1
  271. package/dist/generated/themes/Bar.css.js.map +1 -1
  272. package/dist/generated/themes/Breadcrumbs.css.d.ts +1 -1
  273. package/dist/generated/themes/Breadcrumbs.css.js +1 -1
  274. package/dist/generated/themes/Breadcrumbs.css.js.map +1 -1
  275. package/dist/generated/themes/BusyIndicator.css.d.ts +1 -1
  276. package/dist/generated/themes/BusyIndicator.css.js +1 -1
  277. package/dist/generated/themes/BusyIndicator.css.js.map +1 -1
  278. package/dist/generated/themes/Button.css.d.ts +1 -1
  279. package/dist/generated/themes/Button.css.js +1 -1
  280. package/dist/generated/themes/Button.css.js.map +1 -1
  281. package/dist/generated/themes/ButtonBadge.css.d.ts +1 -1
  282. package/dist/generated/themes/ButtonBadge.css.js +1 -1
  283. package/dist/generated/themes/ButtonBadge.css.js.map +1 -1
  284. package/dist/generated/themes/Calendar.css.d.ts +1 -1
  285. package/dist/generated/themes/Calendar.css.js +1 -1
  286. package/dist/generated/themes/Calendar.css.js.map +1 -1
  287. package/dist/generated/themes/CalendarHeader.css.d.ts +1 -1
  288. package/dist/generated/themes/CalendarHeader.css.js +1 -1
  289. package/dist/generated/themes/CalendarHeader.css.js.map +1 -1
  290. package/dist/generated/themes/CalendarLegend.css.d.ts +1 -1
  291. package/dist/generated/themes/CalendarLegend.css.js +1 -1
  292. package/dist/generated/themes/CalendarLegend.css.js.map +1 -1
  293. package/dist/generated/themes/CalendarLegendItem.css.d.ts +1 -1
  294. package/dist/generated/themes/CalendarLegendItem.css.js +1 -1
  295. package/dist/generated/themes/CalendarLegendItem.css.js.map +1 -1
  296. package/dist/generated/themes/Card.css.d.ts +1 -1
  297. package/dist/generated/themes/Card.css.js +1 -1
  298. package/dist/generated/themes/Card.css.js.map +1 -1
  299. package/dist/generated/themes/CardHeader.css.d.ts +1 -1
  300. package/dist/generated/themes/CardHeader.css.js +1 -1
  301. package/dist/generated/themes/CardHeader.css.js.map +1 -1
  302. package/dist/generated/themes/Carousel.css.d.ts +1 -1
  303. package/dist/generated/themes/Carousel.css.js +1 -1
  304. package/dist/generated/themes/Carousel.css.js.map +1 -1
  305. package/dist/generated/themes/CheckBox.css.d.ts +1 -1
  306. package/dist/generated/themes/CheckBox.css.js +1 -1
  307. package/dist/generated/themes/CheckBox.css.js.map +1 -1
  308. package/dist/generated/themes/ColorPalette.css.d.ts +1 -1
  309. package/dist/generated/themes/ColorPalette.css.js +1 -1
  310. package/dist/generated/themes/ColorPalette.css.js.map +1 -1
  311. package/dist/generated/themes/ColorPaletteItem.css.d.ts +1 -1
  312. package/dist/generated/themes/ColorPaletteItem.css.js +1 -1
  313. package/dist/generated/themes/ColorPaletteItem.css.js.map +1 -1
  314. package/dist/generated/themes/ColorPalettePopover.css.d.ts +1 -1
  315. package/dist/generated/themes/ColorPalettePopover.css.js +1 -1
  316. package/dist/generated/themes/ColorPalettePopover.css.js.map +1 -1
  317. package/dist/generated/themes/ColorPicker.css.d.ts +1 -1
  318. package/dist/generated/themes/ColorPicker.css.js +1 -1
  319. package/dist/generated/themes/ColorPicker.css.js.map +1 -1
  320. package/dist/generated/themes/ComboBox.css.d.ts +1 -1
  321. package/dist/generated/themes/ComboBox.css.js +1 -1
  322. package/dist/generated/themes/ComboBox.css.js.map +1 -1
  323. package/dist/generated/themes/ComboBoxItem.css.d.ts +1 -1
  324. package/dist/generated/themes/ComboBoxItem.css.js +1 -1
  325. package/dist/generated/themes/ComboBoxItem.css.js.map +1 -1
  326. package/dist/generated/themes/DatePicker.css.d.ts +1 -1
  327. package/dist/generated/themes/DatePicker.css.js +1 -1
  328. package/dist/generated/themes/DatePicker.css.js.map +1 -1
  329. package/dist/generated/themes/DateTimePickerPopover.css.d.ts +1 -1
  330. package/dist/generated/themes/DateTimePickerPopover.css.js +1 -1
  331. package/dist/generated/themes/DateTimePickerPopover.css.js.map +1 -1
  332. package/dist/generated/themes/DayPicker.css.d.ts +1 -1
  333. package/dist/generated/themes/DayPicker.css.js +1 -1
  334. package/dist/generated/themes/DayPicker.css.js.map +1 -1
  335. package/dist/generated/themes/Dialog.css.d.ts +1 -1
  336. package/dist/generated/themes/Dialog.css.js +1 -1
  337. package/dist/generated/themes/Dialog.css.js.map +1 -1
  338. package/dist/generated/themes/DynamicDateRange.css.d.ts +1 -1
  339. package/dist/generated/themes/DynamicDateRange.css.js +1 -1
  340. package/dist/generated/themes/DynamicDateRange.css.js.map +1 -1
  341. package/dist/generated/themes/DynamicDateRangePopover.css.d.ts +1 -1
  342. package/dist/generated/themes/DynamicDateRangePopover.css.js +1 -1
  343. package/dist/generated/themes/DynamicDateRangePopover.css.js.map +1 -1
  344. package/dist/generated/themes/FileUploader.css.d.ts +1 -1
  345. package/dist/generated/themes/FileUploader.css.js +1 -1
  346. package/dist/generated/themes/FileUploader.css.js.map +1 -1
  347. package/dist/generated/themes/Form.css.d.ts +1 -1
  348. package/dist/generated/themes/Form.css.js +1 -1
  349. package/dist/generated/themes/Form.css.js.map +1 -1
  350. package/dist/generated/themes/FormItem.css.d.ts +1 -1
  351. package/dist/generated/themes/FormItem.css.js +1 -1
  352. package/dist/generated/themes/FormItem.css.js.map +1 -1
  353. package/dist/generated/themes/FormItemSpan.css.d.ts +1 -1
  354. package/dist/generated/themes/FormItemSpan.css.js +1 -1
  355. package/dist/generated/themes/FormItemSpan.css.js.map +1 -1
  356. package/dist/generated/themes/GrowingButton.css.d.ts +1 -1
  357. package/dist/generated/themes/GrowingButton.css.js +1 -1
  358. package/dist/generated/themes/GrowingButton.css.js.map +1 -1
  359. package/dist/generated/themes/Icon.css.d.ts +1 -1
  360. package/dist/generated/themes/Icon.css.js +1 -1
  361. package/dist/generated/themes/Icon.css.js.map +1 -1
  362. package/dist/generated/themes/Input.css.d.ts +1 -1
  363. package/dist/generated/themes/Input.css.js +1 -1
  364. package/dist/generated/themes/Input.css.js.map +1 -1
  365. package/dist/generated/themes/InputIcon.css.d.ts +1 -1
  366. package/dist/generated/themes/InputIcon.css.js +1 -1
  367. package/dist/generated/themes/InputIcon.css.js.map +1 -1
  368. package/dist/generated/themes/InputSharedStyles.css.d.ts +1 -1
  369. package/dist/generated/themes/InputSharedStyles.css.js +1 -1
  370. package/dist/generated/themes/InputSharedStyles.css.js.map +1 -1
  371. package/dist/generated/themes/Link.css.d.ts +1 -1
  372. package/dist/generated/themes/Link.css.js +1 -1
  373. package/dist/generated/themes/Link.css.js.map +1 -1
  374. package/dist/generated/themes/List.css.d.ts +1 -1
  375. package/dist/generated/themes/List.css.js +1 -1
  376. package/dist/generated/themes/List.css.js.map +1 -1
  377. package/dist/generated/themes/ListItem.css.d.ts +1 -1
  378. package/dist/generated/themes/ListItem.css.js +1 -1
  379. package/dist/generated/themes/ListItem.css.js.map +1 -1
  380. package/dist/generated/themes/ListItemBase.css.d.ts +1 -1
  381. package/dist/generated/themes/ListItemBase.css.js +1 -1
  382. package/dist/generated/themes/ListItemBase.css.js.map +1 -1
  383. package/dist/generated/themes/ListItemCustom.css.d.ts +1 -1
  384. package/dist/generated/themes/ListItemCustom.css.js +1 -1
  385. package/dist/generated/themes/ListItemCustom.css.js.map +1 -1
  386. package/dist/generated/themes/ListItemGroup.css.d.ts +1 -1
  387. package/dist/generated/themes/ListItemGroup.css.js +1 -1
  388. package/dist/generated/themes/ListItemGroup.css.js.map +1 -1
  389. package/dist/generated/themes/ListItemGroupHeader.css.d.ts +1 -1
  390. package/dist/generated/themes/ListItemGroupHeader.css.js +1 -1
  391. package/dist/generated/themes/ListItemGroupHeader.css.js.map +1 -1
  392. package/dist/generated/themes/ListItemIcon.css.d.ts +1 -1
  393. package/dist/generated/themes/ListItemIcon.css.js +1 -1
  394. package/dist/generated/themes/ListItemIcon.css.js.map +1 -1
  395. package/dist/generated/themes/Menu.css.d.ts +1 -1
  396. package/dist/generated/themes/Menu.css.js +1 -1
  397. package/dist/generated/themes/Menu.css.js.map +1 -1
  398. package/dist/generated/themes/MenuItem.css.d.ts +1 -1
  399. package/dist/generated/themes/MenuItem.css.js +1 -1
  400. package/dist/generated/themes/MenuItem.css.js.map +1 -1
  401. package/dist/generated/themes/MessageStrip.css.d.ts +1 -1
  402. package/dist/generated/themes/MessageStrip.css.js +1 -1
  403. package/dist/generated/themes/MessageStrip.css.js.map +1 -1
  404. package/dist/generated/themes/MonthPicker.css.d.ts +1 -1
  405. package/dist/generated/themes/MonthPicker.css.js +1 -1
  406. package/dist/generated/themes/MonthPicker.css.js.map +1 -1
  407. package/dist/generated/themes/MultiComboBox.css.d.ts +1 -1
  408. package/dist/generated/themes/MultiComboBox.css.js +1 -1
  409. package/dist/generated/themes/MultiComboBox.css.js.map +1 -1
  410. package/dist/generated/themes/MultiComboBoxItem.css.d.ts +1 -1
  411. package/dist/generated/themes/MultiComboBoxItem.css.js +1 -1
  412. package/dist/generated/themes/MultiComboBoxItem.css.js.map +1 -1
  413. package/dist/generated/themes/MultiComboBoxPopover.css.d.ts +1 -1
  414. package/dist/generated/themes/MultiComboBoxPopover.css.js +1 -1
  415. package/dist/generated/themes/MultiComboBoxPopover.css.js.map +1 -1
  416. package/dist/generated/themes/MultiInput.css.d.ts +1 -1
  417. package/dist/generated/themes/MultiInput.css.js +1 -1
  418. package/dist/generated/themes/MultiInput.css.js.map +1 -1
  419. package/dist/generated/themes/OptionBase.css.d.ts +1 -1
  420. package/dist/generated/themes/OptionBase.css.js +1 -1
  421. package/dist/generated/themes/OptionBase.css.js.map +1 -1
  422. package/dist/generated/themes/Panel.css.d.ts +1 -1
  423. package/dist/generated/themes/Panel.css.js +1 -1
  424. package/dist/generated/themes/Panel.css.js.map +1 -1
  425. package/dist/generated/themes/Popover.css.d.ts +1 -1
  426. package/dist/generated/themes/Popover.css.js +1 -1
  427. package/dist/generated/themes/Popover.css.js.map +1 -1
  428. package/dist/generated/themes/PopupsCommon.css.d.ts +1 -1
  429. package/dist/generated/themes/PopupsCommon.css.js +1 -1
  430. package/dist/generated/themes/PopupsCommon.css.js.map +1 -1
  431. package/dist/generated/themes/ProgressIndicator.css.d.ts +1 -1
  432. package/dist/generated/themes/ProgressIndicator.css.js +1 -1
  433. package/dist/generated/themes/ProgressIndicator.css.js.map +1 -1
  434. package/dist/generated/themes/RadioButton.css.d.ts +1 -1
  435. package/dist/generated/themes/RadioButton.css.js +1 -1
  436. package/dist/generated/themes/RadioButton.css.js.map +1 -1
  437. package/dist/generated/themes/RangeSlider.css.d.ts +1 -1
  438. package/dist/generated/themes/RangeSlider.css.js +1 -1
  439. package/dist/generated/themes/RangeSlider.css.js.map +1 -1
  440. package/dist/generated/themes/RatingIndicator.css.d.ts +1 -1
  441. package/dist/generated/themes/RatingIndicator.css.js +1 -1
  442. package/dist/generated/themes/RatingIndicator.css.js.map +1 -1
  443. package/dist/generated/themes/ResponsivePopover.css.d.ts +1 -1
  444. package/dist/generated/themes/ResponsivePopover.css.js +1 -1
  445. package/dist/generated/themes/ResponsivePopover.css.js.map +1 -1
  446. package/dist/generated/themes/ResponsivePopoverCommon.css.d.ts +1 -1
  447. package/dist/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  448. package/dist/generated/themes/ResponsivePopoverCommon.css.js.map +1 -1
  449. package/dist/generated/themes/SegmentedButton.css.d.ts +1 -1
  450. package/dist/generated/themes/SegmentedButton.css.js +1 -1
  451. package/dist/generated/themes/SegmentedButton.css.js.map +1 -1
  452. package/dist/generated/themes/SegmentedButtonItem.css.d.ts +1 -1
  453. package/dist/generated/themes/SegmentedButtonItem.css.js +1 -1
  454. package/dist/generated/themes/SegmentedButtonItem.css.js.map +1 -1
  455. package/dist/generated/themes/Select.css.d.ts +1 -1
  456. package/dist/generated/themes/Select.css.js +1 -1
  457. package/dist/generated/themes/Select.css.js.map +1 -1
  458. package/dist/generated/themes/SliderBase.css.d.ts +1 -1
  459. package/dist/generated/themes/SliderBase.css.js +1 -1
  460. package/dist/generated/themes/SliderBase.css.js.map +1 -1
  461. package/dist/generated/themes/SplitButton.css.d.ts +1 -1
  462. package/dist/generated/themes/SplitButton.css.js +1 -1
  463. package/dist/generated/themes/SplitButton.css.js.map +1 -1
  464. package/dist/generated/themes/StepInput.css.d.ts +1 -1
  465. package/dist/generated/themes/StepInput.css.js +1 -1
  466. package/dist/generated/themes/StepInput.css.js.map +1 -1
  467. package/dist/generated/themes/SuggestionItem.css.d.ts +1 -1
  468. package/dist/generated/themes/SuggestionItem.css.js +1 -1
  469. package/dist/generated/themes/SuggestionItem.css.js.map +1 -1
  470. package/dist/generated/themes/SuggestionItemCustom.css.d.ts +1 -1
  471. package/dist/generated/themes/SuggestionItemCustom.css.js +1 -1
  472. package/dist/generated/themes/SuggestionItemCustom.css.js.map +1 -1
  473. package/dist/generated/themes/Switch.css.d.ts +1 -1
  474. package/dist/generated/themes/Switch.css.js +1 -1
  475. package/dist/generated/themes/Switch.css.js.map +1 -1
  476. package/dist/generated/themes/TabContainer.css.d.ts +1 -1
  477. package/dist/generated/themes/TabContainer.css.js +1 -1
  478. package/dist/generated/themes/TabContainer.css.js.map +1 -1
  479. package/dist/generated/themes/TabInOverflow.css.d.ts +1 -1
  480. package/dist/generated/themes/TabInOverflow.css.js +1 -1
  481. package/dist/generated/themes/TabInOverflow.css.js.map +1 -1
  482. package/dist/generated/themes/TabInStrip.css.d.ts +1 -1
  483. package/dist/generated/themes/TabInStrip.css.js +1 -1
  484. package/dist/generated/themes/TabInStrip.css.js.map +1 -1
  485. package/dist/generated/themes/TabSemanticIcon.css.d.ts +1 -1
  486. package/dist/generated/themes/TabSemanticIcon.css.js +1 -1
  487. package/dist/generated/themes/TabSemanticIcon.css.js.map +1 -1
  488. package/dist/generated/themes/TabSeparatorInOverflow.css.d.ts +1 -1
  489. package/dist/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  490. package/dist/generated/themes/TabSeparatorInOverflow.css.js.map +1 -1
  491. package/dist/generated/themes/Table.css.d.ts +1 -1
  492. package/dist/generated/themes/Table.css.js +1 -1
  493. package/dist/generated/themes/Table.css.js.map +1 -1
  494. package/dist/generated/themes/TableCellBase.css.d.ts +1 -1
  495. package/dist/generated/themes/TableCellBase.css.js +1 -1
  496. package/dist/generated/themes/TableCellBase.css.js.map +1 -1
  497. package/dist/generated/themes/TableHeaderRow.css.d.ts +1 -1
  498. package/dist/generated/themes/TableHeaderRow.css.js +1 -1
  499. package/dist/generated/themes/TableHeaderRow.css.js.map +1 -1
  500. package/dist/generated/themes/TableRow.css.d.ts +1 -1
  501. package/dist/generated/themes/TableRow.css.js +1 -1
  502. package/dist/generated/themes/TableRow.css.js.map +1 -1
  503. package/dist/generated/themes/TableRowActionBase.css.d.ts +1 -1
  504. package/dist/generated/themes/TableRowActionBase.css.js +1 -1
  505. package/dist/generated/themes/TableRowActionBase.css.js.map +1 -1
  506. package/dist/generated/themes/TableRowBase.css.d.ts +1 -1
  507. package/dist/generated/themes/TableRowBase.css.js +1 -1
  508. package/dist/generated/themes/TableRowBase.css.js.map +1 -1
  509. package/dist/generated/themes/Tag.css.d.ts +1 -1
  510. package/dist/generated/themes/Tag.css.js +1 -1
  511. package/dist/generated/themes/Tag.css.js.map +1 -1
  512. package/dist/generated/themes/Text.css.d.ts +1 -1
  513. package/dist/generated/themes/Text.css.js +1 -1
  514. package/dist/generated/themes/Text.css.js.map +1 -1
  515. package/dist/generated/themes/TextArea.css.d.ts +1 -1
  516. package/dist/generated/themes/TextArea.css.js +1 -1
  517. package/dist/generated/themes/TextArea.css.js.map +1 -1
  518. package/dist/generated/themes/TimePicker.css.d.ts +1 -1
  519. package/dist/generated/themes/TimePicker.css.js +1 -1
  520. package/dist/generated/themes/TimePicker.css.js.map +1 -1
  521. package/dist/generated/themes/Toast.css.d.ts +1 -1
  522. package/dist/generated/themes/Toast.css.js +1 -1
  523. package/dist/generated/themes/Toast.css.js.map +1 -1
  524. package/dist/generated/themes/ToggleButton.css.d.ts +1 -1
  525. package/dist/generated/themes/ToggleButton.css.js +1 -1
  526. package/dist/generated/themes/ToggleButton.css.js.map +1 -1
  527. package/dist/generated/themes/Token.css.d.ts +1 -1
  528. package/dist/generated/themes/Token.css.js +1 -1
  529. package/dist/generated/themes/Token.css.js.map +1 -1
  530. package/dist/generated/themes/Tokenizer.css.d.ts +1 -1
  531. package/dist/generated/themes/Tokenizer.css.js +1 -1
  532. package/dist/generated/themes/Tokenizer.css.js.map +1 -1
  533. package/dist/generated/themes/TokenizerPopover.css.d.ts +1 -1
  534. package/dist/generated/themes/TokenizerPopover.css.js +1 -1
  535. package/dist/generated/themes/TokenizerPopover.css.js.map +1 -1
  536. package/dist/generated/themes/Toolbar.css.d.ts +1 -1
  537. package/dist/generated/themes/Toolbar.css.js +1 -1
  538. package/dist/generated/themes/Toolbar.css.js.map +1 -1
  539. package/dist/generated/themes/ToolbarButton.css.d.ts +2 -0
  540. package/dist/generated/themes/{ToolbarButtonPopover.css.js → ToolbarButton.css.js} +2 -2
  541. package/dist/generated/themes/ToolbarButton.css.js.map +1 -0
  542. package/dist/generated/themes/ToolbarPopover.css.d.ts +1 -1
  543. package/dist/generated/themes/ToolbarPopover.css.js +1 -1
  544. package/dist/generated/themes/ToolbarPopover.css.js.map +1 -1
  545. package/dist/generated/themes/ToolbarSeparator.css.d.ts +1 -1
  546. package/dist/generated/themes/ToolbarSeparator.css.js +1 -1
  547. package/dist/generated/themes/ToolbarSeparator.css.js.map +1 -1
  548. package/dist/generated/themes/TreeItem.css.d.ts +1 -1
  549. package/dist/generated/themes/TreeItem.css.js +1 -1
  550. package/dist/generated/themes/TreeItem.css.js.map +1 -1
  551. package/dist/generated/themes/ValueStateMessage.css.d.ts +1 -1
  552. package/dist/generated/themes/ValueStateMessage.css.js +1 -1
  553. package/dist/generated/themes/ValueStateMessage.css.js.map +1 -1
  554. package/dist/generated/themes/ValueStateVariables.css.d.ts +2 -0
  555. package/dist/generated/themes/ValueStateVariables.css.js +8 -0
  556. package/dist/generated/themes/ValueStateVariables.css.js.map +1 -0
  557. package/dist/generated/themes/YearPicker.css.d.ts +1 -1
  558. package/dist/generated/themes/YearPicker.css.js +1 -1
  559. package/dist/generated/themes/YearPicker.css.js.map +1 -1
  560. package/dist/generated/themes/YearRangePicker.css.d.ts +1 -1
  561. package/dist/generated/themes/YearRangePicker.css.js +1 -1
  562. package/dist/generated/themes/YearRangePicker.css.js.map +1 -1
  563. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.d.ts +1 -1
  564. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  565. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js.map +1 -1
  566. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.d.ts +1 -1
  567. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  568. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js.map +1 -1
  569. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.d.ts +1 -1
  570. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  571. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js.map +1 -1
  572. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.d.ts +1 -1
  573. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  574. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js.map +1 -1
  575. package/dist/generated/themes/sap_horizon/parameters-bundle.css.d.ts +1 -1
  576. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  577. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js.map +1 -1
  578. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.d.ts +1 -1
  579. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  580. package/dist/generated/themes/sap_horizon_dark/parameters-bundle.css.js.map +1 -1
  581. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.d.ts +1 -1
  582. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  583. package/dist/generated/themes/sap_horizon_hcb/parameters-bundle.css.js.map +1 -1
  584. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.d.ts +1 -1
  585. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  586. package/dist/generated/themes/sap_horizon_hcw/parameters-bundle.css.js.map +1 -1
  587. package/dist/popup-utils/OpenedPopupsRegistry.js +15 -1
  588. package/dist/popup-utils/OpenedPopupsRegistry.js.map +1 -1
  589. package/dist/vscode.html-custom-data.json +25 -5
  590. package/dist/web-types.json +51 -8
  591. package/package.json +9 -9
  592. package/src/CheckBoxTemplate.tsx +8 -6
  593. package/src/ComboBoxPopoverTemplate.tsx +0 -1
  594. package/src/ComboBoxTemplate.tsx +4 -1
  595. package/src/FileUploaderPopoverTemplate.tsx +1 -3
  596. package/src/FileUploaderTemplate.tsx +79 -25
  597. package/src/InputTemplate.tsx +4 -0
  598. package/src/ListTemplate.tsx +2 -1
  599. package/src/MenuItemGroupTemplate.tsx +1 -0
  600. package/src/MenuItemTemplate.tsx +1 -0
  601. package/src/MultiComboBoxItemTemplate.tsx +1 -2
  602. package/src/MultiComboBoxPopoverTemplate.tsx +1 -1
  603. package/src/MultiComboBoxTemplate.tsx +4 -0
  604. package/src/SplitButtonTemplate.tsx +1 -1
  605. package/src/TokenizerPopoverTemplate.tsx +1 -1
  606. package/src/features/InputSuggestionsTemplate.tsx +0 -1
  607. package/src/i18n/messagebundle.properties +40 -3
  608. package/src/i18n/messagebundle_ar.properties +4 -0
  609. package/src/i18n/messagebundle_bg.properties +5 -1
  610. package/src/i18n/messagebundle_ca.properties +5 -1
  611. package/src/i18n/messagebundle_cnr.properties +4 -0
  612. package/src/i18n/messagebundle_cs.properties +4 -0
  613. package/src/i18n/messagebundle_cy.properties +4 -0
  614. package/src/i18n/messagebundle_da.properties +4 -0
  615. package/src/i18n/messagebundle_de.properties +5 -1
  616. package/src/i18n/messagebundle_el.properties +4 -0
  617. package/src/i18n/messagebundle_en.properties +31 -3
  618. package/src/i18n/messagebundle_en_GB.properties +4 -0
  619. package/src/i18n/messagebundle_en_US_sappsd.properties +22 -2
  620. package/src/i18n/messagebundle_en_US_saprigi.properties +20 -2
  621. package/src/i18n/messagebundle_en_US_saptrc.properties +22 -2
  622. package/src/i18n/messagebundle_es.properties +4 -0
  623. package/src/i18n/messagebundle_es_MX.properties +4 -0
  624. package/src/i18n/messagebundle_et.properties +4 -0
  625. package/src/i18n/messagebundle_fi.properties +4 -0
  626. package/src/i18n/messagebundle_fr.properties +4 -0
  627. package/src/i18n/messagebundle_fr_CA.properties +4 -0
  628. package/src/i18n/messagebundle_hi.properties +4 -0
  629. package/src/i18n/messagebundle_hr.properties +5 -1
  630. package/src/i18n/messagebundle_hu.properties +4 -0
  631. package/src/i18n/messagebundle_id.properties +5 -1
  632. package/src/i18n/messagebundle_it.properties +4 -0
  633. package/src/i18n/messagebundle_iw.properties +4 -0
  634. package/src/i18n/messagebundle_ja.properties +4 -0
  635. package/src/i18n/messagebundle_kk.properties +5 -1
  636. package/src/i18n/messagebundle_ko.properties +4 -0
  637. package/src/i18n/messagebundle_lt.properties +4 -0
  638. package/src/i18n/messagebundle_lv.properties +4 -0
  639. package/src/i18n/messagebundle_mk.properties +4 -0
  640. package/src/i18n/messagebundle_ms.properties +4 -0
  641. package/src/i18n/messagebundle_nl.properties +4 -0
  642. package/src/i18n/messagebundle_no.properties +4 -0
  643. package/src/i18n/messagebundle_pl.properties +4 -0
  644. package/src/i18n/messagebundle_pt.properties +4 -0
  645. package/src/i18n/messagebundle_pt_PT.properties +4 -0
  646. package/src/i18n/messagebundle_ro.properties +4 -0
  647. package/src/i18n/messagebundle_ru.properties +4 -0
  648. package/src/i18n/messagebundle_sh.properties +4 -0
  649. package/src/i18n/messagebundle_sk.properties +4 -0
  650. package/src/i18n/messagebundle_sl.properties +4 -0
  651. package/src/i18n/messagebundle_sr.properties +4 -0
  652. package/src/i18n/messagebundle_sv.properties +4 -0
  653. package/src/i18n/messagebundle_th.properties +4 -0
  654. package/src/i18n/messagebundle_tr.properties +4 -0
  655. package/src/i18n/messagebundle_uk.properties +4 -0
  656. package/src/i18n/messagebundle_vi.properties +4 -0
  657. package/src/i18n/messagebundle_zh_CN.properties +4 -0
  658. package/src/i18n/messagebundle_zh_TW.properties +4 -0
  659. package/src/themes/AvatarGroup.css +2 -1
  660. package/src/themes/Button.css +2 -2
  661. package/src/themes/FileUploader.css +148 -31
  662. package/src/themes/MenuItem.css +1 -4
  663. package/src/themes/Table.css +0 -2
  664. package/src/themes/ToolbarButton.css +7 -0
  665. package/src/themes/ValueStateMessage.css +1 -1
  666. package/src/themes/ValueStateVariables.css +27 -0
  667. package/src/themes/base/FileUploader-parameters.css +2 -2
  668. package/src/themes/sap_horizon/FileUploader-parameters.css +0 -4
  669. package/src/themes/sap_horizon_dark/FileUploader-parameters.css +0 -4
  670. package/src/themes/sap_horizon_hcb/FileUploader-parameters.css +1 -6
  671. package/src/themes/sap_horizon_hcw/FileUploader-parameters.css +1 -6
  672. package/dist/css/themes/ToolbarButtonPopover.css +0 -1
  673. package/dist/generated/themes/ToolbarButtonPopover.css.d.ts +0 -2
  674. package/dist/generated/themes/ToolbarButtonPopover.css.js.map +0 -1
  675. package/src/themes/ToolbarButtonPopover.css +0 -3
@@ -8456,7 +8456,7 @@
8456
8456
  },
8457
8457
  {
8458
8458
  "kind": "class",
8459
- "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`",
8459
+ "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`",
8460
8460
  "name": "ComboBox",
8461
8461
  "slots": [
8462
8462
  {
@@ -12662,7 +12662,7 @@
12662
12662
  "slots": [
12663
12663
  {
12664
12664
  "name": "default",
12665
- "description": "By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience.",
12665
+ "description": "This slot allows you to add custom content to the component, such as a button or any other interactive element to trigger the file selection dialog.\n\n**Note:** For best accessibility experience, set a `tabindex` of \"-1\" on your interactive element, or it will be set automatically.\nThis slot is intended for use cases where you want a button-only file uploader.\nIt is recommended to set `hideInput` property to \"true\" when using this slot.\nNot setting `hideInput` may negatively impact the screen reader users.",
12666
12666
  "_ui5propertyName": "content",
12667
12667
  "_ui5type": {
12668
12668
  "text": "Array<HTMLElement>"
@@ -12697,7 +12697,7 @@
12697
12697
  "text": "boolean"
12698
12698
  },
12699
12699
  "default": "false",
12700
- "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.",
12700
+ "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.\n\n**Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.",
12701
12701
  "privacy": "public"
12702
12702
  },
12703
12703
  {
@@ -12780,6 +12780,39 @@
12780
12780
  "description": "Defines the value state of the component.",
12781
12781
  "privacy": "public"
12782
12782
  },
12783
+ {
12784
+ "kind": "field",
12785
+ "name": "required",
12786
+ "type": {
12787
+ "text": "boolean"
12788
+ },
12789
+ "default": "false",
12790
+ "description": "Defines whether the component is required.",
12791
+ "privacy": "public",
12792
+ "_ui5since": "2.13.0"
12793
+ },
12794
+ {
12795
+ "kind": "field",
12796
+ "name": "accessibleName",
12797
+ "type": {
12798
+ "text": "string | undefined"
12799
+ },
12800
+ "description": "Defines the accessible ARIA name of the component.",
12801
+ "default": "undefined",
12802
+ "privacy": "public",
12803
+ "_ui5since": "2.13.0"
12804
+ },
12805
+ {
12806
+ "kind": "field",
12807
+ "name": "accessibleNameRef",
12808
+ "type": {
12809
+ "text": "string | undefined"
12810
+ },
12811
+ "description": "Receives id(or many ids) of the elements that label the input.",
12812
+ "default": "undefined",
12813
+ "privacy": "public",
12814
+ "_ui5since": "2.13.0"
12815
+ },
12783
12816
  {
12784
12817
  "kind": "field",
12785
12818
  "name": "files",
@@ -12869,7 +12902,7 @@
12869
12902
  }
12870
12903
  },
12871
12904
  {
12872
- "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.",
12905
+ "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.\n\n**Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.",
12873
12906
  "name": "hide-input",
12874
12907
  "default": "false",
12875
12908
  "fieldName": "hideInput",
@@ -12940,6 +12973,33 @@
12940
12973
  "text": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
12941
12974
  }
12942
12975
  },
12976
+ {
12977
+ "description": "Defines whether the component is required.",
12978
+ "name": "required",
12979
+ "default": "false",
12980
+ "fieldName": "required",
12981
+ "type": {
12982
+ "text": "boolean"
12983
+ }
12984
+ },
12985
+ {
12986
+ "description": "Defines the accessible ARIA name of the component.",
12987
+ "name": "accessible-name",
12988
+ "default": "undefined",
12989
+ "fieldName": "accessibleName",
12990
+ "type": {
12991
+ "text": "string | undefined"
12992
+ }
12993
+ },
12994
+ {
12995
+ "description": "Receives id(or many ids) of the elements that label the input.",
12996
+ "name": "accessible-name-ref",
12997
+ "default": "undefined",
12998
+ "fieldName": "accessibleNameRef",
12999
+ "type": {
13000
+ "text": "string | undefined"
13001
+ }
13002
+ },
12943
13003
  {
12944
13004
  "description": "FileList of all selected files.",
12945
13005
  "name": "files",
@@ -13670,7 +13730,7 @@
13670
13730
  },
13671
13731
  {
13672
13732
  "kind": "class",
13673
- "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`",
13733
+ "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`",
13674
13734
  "name": "Input",
13675
13735
  "cssParts": [
13676
13736
  {
@@ -14930,6 +14990,24 @@
14930
14990
  "privacy": "public",
14931
14991
  "_ui5since": "1.0.0-rc.15"
14932
14992
  },
14993
+ {
14994
+ "kind": "field",
14995
+ "name": "accessibilityAttributes",
14996
+ "type": {
14997
+ "text": "ListAccessibilityAttributes",
14998
+ "references": [
14999
+ {
15000
+ "name": "ListAccessibilityAttributes",
15001
+ "package": "@ui5/webcomponents",
15002
+ "module": "dist/List.js"
15003
+ }
15004
+ ]
15005
+ },
15006
+ "default": "{}",
15007
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
15008
+ "privacy": "public",
15009
+ "_ui5since": "2.13.0"
15010
+ },
14933
15011
  {
14934
15012
  "kind": "field",
14935
15013
  "name": "accessibleNameRef",
@@ -15352,6 +15430,15 @@
15352
15430
  "text": "string | undefined"
15353
15431
  }
15354
15432
  },
15433
+ {
15434
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
15435
+ "name": "accessibility-attributes",
15436
+ "default": "{}",
15437
+ "fieldName": "accessibilityAttributes",
15438
+ "type": {
15439
+ "text": "ListAccessibilityAttributes"
15440
+ }
15441
+ },
15355
15442
  {
15356
15443
  "description": "Defines the IDs of the elements that label the component.",
15357
15444
  "name": "accessible-name-ref",
@@ -16274,12 +16361,13 @@
16274
16361
  ],
16275
16362
  "slots": [
16276
16363
  {
16277
- "description": "Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.",
16278
16364
  "name": "default",
16279
- "_ui5privacy": "public",
16365
+ "description": "Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.",
16366
+ "_ui5propertyName": "content",
16280
16367
  "_ui5type": {
16281
16368
  "text": "Array<Node>"
16282
- }
16369
+ },
16370
+ "_ui5privacy": "public"
16283
16371
  },
16284
16372
  {
16285
16373
  "name": "image",
@@ -17948,7 +18036,7 @@
17948
18036
  },
17949
18037
  {
17950
18038
  "kind": "class",
17951
- "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`",
18039
+ "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n[Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`",
17952
18040
  "name": "MultiComboBox",
17953
18041
  "cssParts": [
17954
18042
  {
@@ -4974,7 +4974,7 @@
4974
4974
  "declarations": [
4975
4975
  {
4976
4976
  "kind": "class",
4977
- "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`",
4977
+ "description": "### Overview\n\nThe `ui5-combobox` component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.\n\nIt is commonly used to enable users to select an option from a predefined list.\n\n### Structure\nThe `ui5-combobox` consists of the following elements:\n\n- Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-combobox` provides advanced keyboard handling.\n\n- [F4], [Alt]+[Up], or [Alt]+[Down] - Toggles the picker.\n- [Escape] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.\n- [Enter] or [Return] - If picker is open, takes over the currently selected item and closes it.\n- [Down] - Selects the next matching item in the picker.\n- [Up] - Selects the previous matching item in the picker.\n- [Page Down] - Moves selection down by page size (10 items by default).\n- [Page Up] - Moves selection up by page size (10 items by default).\n- [Home] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.\n- [End] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/ComboBox.js\";`",
4978
4978
  "name": "ComboBox",
4979
4979
  "slots": [
4980
4980
  {
@@ -8650,7 +8650,7 @@
8650
8650
  "slots": [
8651
8651
  {
8652
8652
  "name": "default",
8653
- "description": "By default the component contains a single input field. With this slot you can pass any content that you wish to add. See the samples for more information.\n\n**Note:** If no content is provided in this slot, the component will only consist of an input field and will not be interactable using the keyboard.\nAlso it is not recommended to use any non-interactable components, as it may lead to poor accessibility experience."
8653
+ "description": "This slot allows you to add custom content to the component, such as a button or any other interactive element to trigger the file selection dialog.\n\n**Note:** For best accessibility experience, set a `tabindex` of \"-1\" on your interactive element, or it will be set automatically.\nThis slot is intended for use cases where you want a button-only file uploader.\nIt is recommended to set `hideInput` property to \"true\" when using this slot.\nNot setting `hideInput` may negatively impact the screen reader users."
8654
8654
  },
8655
8655
  {
8656
8656
  "name": "valueStateMessage",
@@ -8675,7 +8675,7 @@
8675
8675
  "text": "boolean"
8676
8676
  },
8677
8677
  "default": "false",
8678
- "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.",
8678
+ "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.\n\n**Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.",
8679
8679
  "privacy": "public"
8680
8680
  },
8681
8681
  {
@@ -8755,6 +8755,36 @@
8755
8755
  "description": "Defines the value state of the component.",
8756
8756
  "privacy": "public"
8757
8757
  },
8758
+ {
8759
+ "kind": "field",
8760
+ "name": "required",
8761
+ "type": {
8762
+ "text": "boolean"
8763
+ },
8764
+ "default": "false",
8765
+ "description": "Defines whether the component is required.",
8766
+ "privacy": "public"
8767
+ },
8768
+ {
8769
+ "kind": "field",
8770
+ "name": "accessibleName",
8771
+ "type": {
8772
+ "text": "string | undefined"
8773
+ },
8774
+ "description": "Defines the accessible ARIA name of the component.",
8775
+ "default": "undefined",
8776
+ "privacy": "public"
8777
+ },
8778
+ {
8779
+ "kind": "field",
8780
+ "name": "accessibleNameRef",
8781
+ "type": {
8782
+ "text": "string | undefined"
8783
+ },
8784
+ "description": "Receives id(or many ids) of the elements that label the input.",
8785
+ "default": "undefined",
8786
+ "privacy": "public"
8787
+ },
8758
8788
  {
8759
8789
  "kind": "field",
8760
8790
  "name": "files",
@@ -8808,7 +8838,7 @@
8808
8838
  }
8809
8839
  },
8810
8840
  {
8811
- "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.",
8841
+ "description": "If set to \"true\", the input field of component will not be rendered. Only the default slot that is passed will be rendered.\n\n**Note:** Use this property in combination with the default slot to achieve a button-only file uploader design.",
8812
8842
  "name": "hide-input",
8813
8843
  "default": "false",
8814
8844
  "fieldName": "hideInput",
@@ -8879,6 +8909,33 @@
8879
8909
  "text": "\"None\" | \"Positive\" | \"Negative\" | \"Critical\" | \"Information\""
8880
8910
  }
8881
8911
  },
8912
+ {
8913
+ "description": "Defines whether the component is required.",
8914
+ "name": "required",
8915
+ "default": "false",
8916
+ "fieldName": "required",
8917
+ "type": {
8918
+ "text": "boolean"
8919
+ }
8920
+ },
8921
+ {
8922
+ "description": "Defines the accessible ARIA name of the component.",
8923
+ "name": "accessible-name",
8924
+ "default": "undefined",
8925
+ "fieldName": "accessibleName",
8926
+ "type": {
8927
+ "text": "string | undefined"
8928
+ }
8929
+ },
8930
+ {
8931
+ "description": "Receives id(or many ids) of the elements that label the input.",
8932
+ "name": "accessible-name-ref",
8933
+ "default": "undefined",
8934
+ "fieldName": "accessibleNameRef",
8935
+ "type": {
8936
+ "text": "string | undefined"
8937
+ }
8938
+ },
8882
8939
  {
8883
8940
  "description": "FileList of all selected files.",
8884
8941
  "name": "files",
@@ -9512,7 +9569,7 @@
9512
9569
  "declarations": [
9513
9570
  {
9514
9571
  "kind": "class",
9515
- "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`",
9572
+ "description": "### Overview\n\nThe `ui5-input` component allows the user to enter and edit text or numeric values in one line.\n\nAdditionally, you can provide `suggestionItems`,\nthat are displayed in a popover right under the input.\n\nThe text field can be editable or read-only (`readonly` property),\nand it can be enabled or disabled (`disabled` property).\nTo visualize semantic states, such as \"Negative\" or \"Critical\", the `valueState` property is provided.\nWhen the user makes changes to the text, the change event is fired,\nwhich enables you to react on any text change.\n\n### Keyboard Handling\nThe `ui5-input` provides the following keyboard shortcuts:\n\n- [Escape] - Closes the suggestion list, if open. If closed or not enabled, cancels changes and reverts to the value which the Input field had when it got the focus.\n- [Enter] or [Return] - If suggestion list is open takes over the current matching item and closes it. If value state or group header is focused, does nothing.\n- [Down] - Focuses the next matching item in the suggestion list. Selection-change event is fired.\n- [Up] - Focuses the previous matching item in the suggestion list. Selection-change event is fired.\n- [Home] - If focus is in the text input, moves caret before the first character. If focus is in the list, highlights the first item and updates the input accordingly.\n- [End] - If focus is in the text input, moves caret after the last character. If focus is in the list, highlights the last item and updates the input accordingly.\n- [Page Up] - If focus is in the list, moves highlight up by page size (10 items by default). If focus is in the input, does nothing.\n- [Page Down] - If focus is in the list, moves highlight down by page size (10 items by default). If focus is in the input, does nothing.\n- [Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/Input.js\";`",
9516
9573
  "name": "Input",
9517
9574
  "cssParts": [
9518
9575
  {
@@ -10624,6 +10681,23 @@
10624
10681
  "default": "undefined",
10625
10682
  "privacy": "public"
10626
10683
  },
10684
+ {
10685
+ "kind": "field",
10686
+ "name": "accessibilityAttributes",
10687
+ "type": {
10688
+ "text": "ListAccessibilityAttributes",
10689
+ "references": [
10690
+ {
10691
+ "name": "ListAccessibilityAttributes",
10692
+ "package": "@ui5/webcomponents",
10693
+ "module": "dist/List.js"
10694
+ }
10695
+ ]
10696
+ },
10697
+ "default": "{}",
10698
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
10699
+ "privacy": "public"
10700
+ },
10627
10701
  {
10628
10702
  "kind": "field",
10629
10703
  "name": "accessibleNameRef",
@@ -10897,6 +10971,15 @@
10897
10971
  "text": "string | undefined"
10898
10972
  }
10899
10973
  },
10974
+ {
10975
+ "description": "Defines additional accessibility attributes on different areas of the component.\n\nThe accessibilityAttributes object has the following field:\n\n - **growingButton**: `growingButton.name`.\n\n The accessibility attributes support the following values:\n\n- **name**: Defines the accessible ARIA name of the growing button.\nAccepts any string.\n\n **Note:** The `accessibilityAttributes` property is in an experimental state and is a subject to change.",
10976
+ "name": "accessibility-attributes",
10977
+ "default": "{}",
10978
+ "fieldName": "accessibilityAttributes",
10979
+ "type": {
10980
+ "text": "ListAccessibilityAttributes"
10981
+ }
10982
+ },
10900
10983
  {
10901
10984
  "description": "Defines the IDs of the elements that label the component.",
10902
10985
  "name": "accessible-name-ref",
@@ -11696,8 +11779,8 @@
11696
11779
  ],
11697
11780
  "slots": [
11698
11781
  {
11699
- "description": "Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence.",
11700
- "name": "default"
11782
+ "name": "default",
11783
+ "description": "Defines the custom formatted text of the component.\n\n**Note:** For optimal text wrapping and a consistent layout, it is strongly recommended to use the `text` property.\n\nUse the `default` slot only when custom formatting with HTML elements (e.g., `<b>`, `<i>`) is required.\nBe aware that wrapping (via `wrappingType=\"Normal\"`) may not function correctly with custom HTML content in the `default` slot.\n\nIf both `text` and `default` slot are used, the `text` property takes precedence."
11701
11784
  },
11702
11785
  {
11703
11786
  "name": "image",
@@ -13092,7 +13175,7 @@
13092
13175
  "declarations": [
13093
13176
  {
13094
13177
  "kind": "class",
13095
- "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`",
13178
+ "description": "### Overview\n\nThe `ui5-multi-combobox` component consists of a list box with items and a text field allowing the user to either type a value directly into the text field, or choose from the list of existing items.\n\nThe drop-down list is used for selecting and filtering values, it enables users to select one or more options from a predefined list. The control provides an editable input field to filter the list, and a dropdown arrow to expand/collapse the list of available options.\nThe options in the list have checkboxes that permit multi-selection. Entered values are displayed as tokens.\n### Structure\nThe `ui5-multi-combobox` consists of the following elements:\n\n- Tokenizer - a list of tokens with selected options.\n- Input field - displays the selected option/s as token/s. Users can type to filter the list.\n- Drop-down arrow - expands\\collapses the option list.\n- Option list - the list of available options.\n\n### Keyboard Handling\n\nThe `ui5-multi-combobox` provides advanced keyboard handling.\n\n#### Picker\nIf the `ui5-multi-combobox` is focused,\nyou can open or close the drop-down by pressing [F4], [Alt] + [Up] or [Alt] + [Down] keys.\nOnce the drop-down is opened, you can use the `UP` and `DOWN` arrow keys\nto navigate through the available options and select one by pressing the `Space` or `Enter` keys.\n[Ctrl]+[Alt]+[F8] or [Command]+[Option]+[F8] - Focuses the first link in the value state message, if available. Pressing [Tab] moves the focus to the next link in the value state message, or closes the value state message if there are no more links.\n\n#### Tokens\n\n- Left/Right arrow keys - moves the focus selection form the currently focused token to the previous/next one (if available).\n- Delete - deletes the token and focuses the previous token.\n- Backspace - deletes the token and focus the next token.\n\n### ES6 Module Import\n\n`import \"@ui5/webcomponents/dist/MultiComboBox.js\";`",
13096
13179
  "name": "MultiComboBox",
13097
13180
  "cssParts": [
13098
13181
  {
@@ -9,7 +9,6 @@ import type SuggestionItem from "../SuggestionItem.js";
9
9
  import InputSuggestionsTemplate from "./InputSuggestionsTemplate.js";
10
10
  import type { IInputSuggestionItem, IInputSuggestionItemSelectable } from "../Input.js";
11
11
  interface SuggestionComponent extends UI5Element {
12
- _isValueStateFocused: boolean;
13
12
  focused: boolean;
14
13
  hasSuggestionItemSelected: boolean;
15
14
  value: string;
@@ -92,8 +91,6 @@ declare class Suggestions {
92
91
  get itemSelectionAnnounce(): string;
93
92
  hightlightInput(text: string, input: string): string;
94
93
  get _hasValueState(): boolean;
95
- _focusValueState(): void;
96
- _clearValueStateFocus(): void;
97
94
  _clearSelectedSuggestionAndaccInfo(): void;
98
95
  }
99
96
  export default Suggestions;
@@ -60,39 +60,29 @@ class Suggestions {
60
60
  onPageUp(e) {
61
61
  e.preventDefault();
62
62
  const isItemIndexValid = this.selectedItemIndex - 10 > -1;
63
- if (this._hasValueState && !isItemIndexValid) {
64
- this._focusValueState();
65
- return true;
66
- }
67
63
  this._moveItemSelection(this.selectedItemIndex, isItemIndexValid ? this.selectedItemIndex -= 10 : this.selectedItemIndex = 0);
68
64
  return true;
69
65
  }
70
66
  onPageDown(e) {
71
67
  e.preventDefault();
72
68
  const items = this._getItems();
73
- const lastItemIndex = items.length - 1;
74
- const isItemIndexValid = this.selectedItemIndex + 10 <= lastItemIndex;
75
- if (this._hasValueState && !items) {
76
- this._focusValueState();
69
+ if (!items) {
77
70
  return true;
78
71
  }
72
+ const lastItemIndex = items.length - 1;
73
+ const isItemIndexValid = this.selectedItemIndex + 10 <= lastItemIndex;
79
74
  this._moveItemSelection(this.selectedItemIndex, isItemIndexValid ? this.selectedItemIndex += 10 : this.selectedItemIndex = lastItemIndex);
80
75
  return true;
81
76
  }
82
77
  onHome(e) {
83
78
  e.preventDefault();
84
- if (this._hasValueState) {
85
- this._focusValueState();
86
- return true;
87
- }
88
79
  this._moveItemSelection(this.selectedItemIndex, this.selectedItemIndex = 0);
89
80
  return true;
90
81
  }
91
82
  onEnd(e) {
92
83
  e.preventDefault();
93
84
  const lastItemIndex = this._getItems().length - 1;
94
- if (this._hasValueState && !lastItemIndex) {
95
- this._focusValueState();
85
+ if (!lastItemIndex) {
96
86
  return true;
97
87
  }
98
88
  this._moveItemSelection(this.selectedItemIndex, this.selectedItemIndex = lastItemIndex);
@@ -203,14 +193,6 @@ class Suggestions {
203
193
  _selectNextItem() {
204
194
  const itemsCount = this._getItems().length;
205
195
  const previousSelectedIdx = this.selectedItemIndex;
206
- if (this._hasValueState && previousSelectedIdx === -1 && !this.component._isValueStateFocused) {
207
- this._focusValueState();
208
- return;
209
- }
210
- if ((previousSelectedIdx === -1 && !this._hasValueState) || this.component._isValueStateFocused) {
211
- this._clearValueStateFocus();
212
- this.selectedItemIndex = -1;
213
- }
214
196
  if (previousSelectedIdx !== -1 && previousSelectedIdx + 1 > itemsCount - 1) {
215
197
  return;
216
198
  }
@@ -219,22 +201,6 @@ class Suggestions {
219
201
  _selectPreviousItem() {
220
202
  const items = this._getItems();
221
203
  const previousSelectedIdx = this.selectedItemIndex;
222
- if (this._hasValueState && previousSelectedIdx === 0 && !this.component._isValueStateFocused) {
223
- this.component.hasSuggestionItemSelected = false;
224
- this.component._isValueStateFocused = true;
225
- this.selectedItemIndex = 0;
226
- items[0].focused = false;
227
- if (items[0].hasAttribute("ui5-suggestion-item")) {
228
- items[0].selected = false;
229
- }
230
- return;
231
- }
232
- if (this.component._isValueStateFocused) {
233
- this.component.focused = true;
234
- this.component._isValueStateFocused = false;
235
- this.selectedItemIndex = 0;
236
- return;
237
- }
238
204
  if (previousSelectedIdx === -1 || previousSelectedIdx === null) {
239
205
  return;
240
206
  }
@@ -260,7 +226,6 @@ class Suggestions {
260
226
  return;
261
227
  }
262
228
  this.component.focused = false;
263
- this._clearValueStateFocus();
264
229
  const selectedItem = this._getItems()[this.selectedItemIndex];
265
230
  this.accInfo = {
266
231
  isGroup: isGroupItem,
@@ -374,17 +339,6 @@ class Suggestions {
374
339
  get _hasValueState() {
375
340
  return this.component.hasValueStateMessage;
376
341
  }
377
- _focusValueState() {
378
- this.component._isValueStateFocused = true;
379
- this.component.focused = false;
380
- this.component.hasSuggestionItemSelected = false;
381
- this.selectedItemIndex = 0;
382
- this.component.value = this.component.typedInValue;
383
- this._deselectItems();
384
- }
385
- _clearValueStateFocus() {
386
- this.component._isValueStateFocused = false;
387
- }
388
342
  _clearSelectedSuggestionAndaccInfo() {
389
343
  this.accInfo = undefined;
390
344
  this.selectedItemIndex = 0;