@openui5/sap.ui.webc.main 1.119.1 → 1.120.1

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 (518) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +3 -3
  3. package/src/sap/ui/webc/main/.library +2 -2
  4. package/src/sap/ui/webc/main/Avatar.js +42 -3
  5. package/src/sap/ui/webc/main/AvatarGroup.js +6 -4
  6. package/src/sap/ui/webc/main/Badge.js +2 -2
  7. package/src/sap/ui/webc/main/Breadcrumbs.js +1 -1
  8. package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
  9. package/src/sap/ui/webc/main/BusyIndicator.js +1 -12
  10. package/src/sap/ui/webc/main/Button.js +10 -23
  11. package/src/sap/ui/webc/main/Calendar.js +1 -1
  12. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  13. package/src/sap/ui/webc/main/Card.js +1 -1
  14. package/src/sap/ui/webc/main/CardHeader.js +1 -1
  15. package/src/sap/ui/webc/main/Carousel.js +4 -6
  16. package/src/sap/ui/webc/main/CheckBox.js +4 -9
  17. package/src/sap/ui/webc/main/ColorPalette.js +1 -1
  18. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  19. package/src/sap/ui/webc/main/ColorPalettePopover.js +2 -10
  20. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  21. package/src/sap/ui/webc/main/ComboBox.js +5 -13
  22. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +1 -1
  23. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  24. package/src/sap/ui/webc/main/CustomListItem.js +30 -1
  25. package/src/sap/ui/webc/main/DatePicker.js +4 -13
  26. package/src/sap/ui/webc/main/DateRangePicker.js +4 -13
  27. package/src/sap/ui/webc/main/DateTimePicker.js +4 -13
  28. package/src/sap/ui/webc/main/Dialog.js +9 -12
  29. package/src/sap/ui/webc/main/FileUploader.js +7 -14
  30. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  31. package/src/sap/ui/webc/main/Icon.js +1 -1
  32. package/src/sap/ui/webc/main/Input.js +4 -13
  33. package/src/sap/ui/webc/main/Label.js +3 -6
  34. package/src/sap/ui/webc/main/Link.js +3 -6
  35. package/src/sap/ui/webc/main/List.js +1 -1
  36. package/src/sap/ui/webc/main/Menu.js +3 -2
  37. package/src/sap/ui/webc/main/MenuItem.js +1 -1
  38. package/src/sap/ui/webc/main/MessageStrip.js +2 -4
  39. package/src/sap/ui/webc/main/MultiComboBox.js +3 -9
  40. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +1 -1
  41. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  42. package/src/sap/ui/webc/main/MultiInput.js +3 -12
  43. package/src/sap/ui/webc/main/Option.js +1 -1
  44. package/src/sap/ui/webc/main/Panel.js +9 -1
  45. package/src/sap/ui/webc/main/Popover.js +5 -34
  46. package/src/sap/ui/webc/main/ProgressIndicator.js +9 -1
  47. package/src/sap/ui/webc/main/RadioButton.js +5 -19
  48. package/src/sap/ui/webc/main/RangeSlider.js +1 -1
  49. package/src/sap/ui/webc/main/RatingIndicator.js +24 -1
  50. package/src/sap/ui/webc/main/ResponsivePopover.js +5 -34
  51. package/src/sap/ui/webc/main/SegmentedButton.js +2 -9
  52. package/src/sap/ui/webc/main/SegmentedButtonItem.js +10 -1
  53. package/src/sap/ui/webc/main/Select.js +65 -4
  54. package/src/sap/ui/webc/main/SelectMenu.js +65 -0
  55. package/src/sap/ui/webc/main/SelectMenuOption.js +80 -0
  56. package/src/sap/ui/webc/main/Slider.js +1 -1
  57. package/src/sap/ui/webc/main/SplitButton.js +1 -15
  58. package/src/sap/ui/webc/main/StandardListItem.js +23 -1
  59. package/src/sap/ui/webc/main/StepInput.js +4 -13
  60. package/src/sap/ui/webc/main/SuggestionGroupItem.js +1 -1
  61. package/src/sap/ui/webc/main/SuggestionItem.js +1 -1
  62. package/src/sap/ui/webc/main/Switch.js +25 -3
  63. package/src/sap/ui/webc/main/Tab.js +1 -1
  64. package/src/sap/ui/webc/main/TabContainer.js +1 -29
  65. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  66. package/src/sap/ui/webc/main/Table.js +2 -9
  67. package/src/sap/ui/webc/main/TableCell.js +1 -1
  68. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  69. package/src/sap/ui/webc/main/TableGroupRow.js +1 -1
  70. package/src/sap/ui/webc/main/TableRow.js +1 -1
  71. package/src/sap/ui/webc/main/TextArea.js +5 -12
  72. package/src/sap/ui/webc/main/TimePicker.js +18 -14
  73. package/src/sap/ui/webc/main/Title.js +3 -6
  74. package/src/sap/ui/webc/main/Toast.js +1 -13
  75. package/src/sap/ui/webc/main/ToggleButton.js +10 -23
  76. package/src/sap/ui/webc/main/Token.js +1 -1
  77. package/src/sap/ui/webc/main/Toolbar.js +103 -0
  78. package/src/sap/ui/webc/main/ToolbarButton.js +192 -0
  79. package/src/sap/ui/webc/main/ToolbarSelect.js +166 -0
  80. package/src/sap/ui/webc/main/ToolbarSelectOption.js +71 -0
  81. package/src/sap/ui/webc/main/ToolbarSeparator.js +50 -0
  82. package/src/sap/ui/webc/main/ToolbarSpacer.js +67 -0
  83. package/src/sap/ui/webc/main/Tree.js +1 -1
  84. package/src/sap/ui/webc/main/TreeItem.js +17 -1
  85. package/src/sap/ui/webc/main/TreeItemCustom.js +17 -1
  86. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +1 -1
  87. package/src/sap/ui/webc/main/designtime/messagebundle_mk.properties +94 -0
  88. package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +3 -3
  89. package/src/sap/ui/webc/main/library.js +130 -2
  90. package/src/sap/ui/webc/main/thirdparty/Avatar.js +40 -12
  91. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +8 -2
  92. package/src/sap/ui/webc/main/thirdparty/Badge.js +5 -0
  93. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +6 -1
  94. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +5 -0
  95. package/src/sap/ui/webc/main/thirdparty/Button.js +28 -3
  96. package/src/sap/ui/webc/main/thirdparty/Calendar.js +15 -8
  97. package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +13 -0
  98. package/src/sap/ui/webc/main/thirdparty/CalendarPart.js +3 -2
  99. package/src/sap/ui/webc/main/thirdparty/Card.js +3 -0
  100. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +3 -0
  101. package/src/sap/ui/webc/main/thirdparty/Carousel.js +3 -0
  102. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +7 -1
  103. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +3 -0
  104. package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +3 -0
  105. package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +3 -0
  106. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +5 -2
  107. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +12 -4
  108. package/src/sap/ui/webc/main/thirdparty/CustomListItem.js +17 -0
  109. package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +3 -0
  110. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +16 -8
  111. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +7 -4
  112. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +9 -2
  113. package/src/sap/ui/webc/main/thirdparty/DayPicker.js +18 -10
  114. package/src/sap/ui/webc/main/thirdparty/Dialog.js +9 -0
  115. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +5 -0
  116. package/src/sap/ui/webc/main/thirdparty/GroupHeaderListItem.js +5 -0
  117. package/src/sap/ui/webc/main/thirdparty/Icon.js +3 -0
  118. package/src/sap/ui/webc/main/thirdparty/Input.js +13 -11
  119. package/src/sap/ui/webc/main/thirdparty/Interfaces.js +29 -2
  120. package/src/sap/ui/webc/main/thirdparty/Label.js +5 -0
  121. package/src/sap/ui/webc/main/thirdparty/Link.js +6 -0
  122. package/src/sap/ui/webc/main/thirdparty/List.js +14 -3
  123. package/src/sap/ui/webc/main/thirdparty/ListItem.js +11 -1
  124. package/src/sap/ui/webc/main/thirdparty/ListItemBase.js +3 -0
  125. package/src/sap/ui/webc/main/thirdparty/Menu.js +64 -14
  126. package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +3 -0
  127. package/src/sap/ui/webc/main/thirdparty/MonthPicker.js +10 -4
  128. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +125 -22
  129. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +26 -3
  130. package/src/sap/ui/webc/main/thirdparty/Option.js +8 -11
  131. package/src/sap/ui/webc/main/thirdparty/Panel.js +9 -0
  132. package/src/sap/ui/webc/main/thirdparty/Popup.js +7 -12
  133. package/src/sap/ui/webc/main/thirdparty/ProgressIndicator.js +7 -1
  134. package/src/sap/ui/webc/main/thirdparty/RadioButton.js +26 -5
  135. package/src/sap/ui/webc/main/thirdparty/RadioButtonGroup.js +13 -3
  136. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +5 -0
  137. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +16 -1
  138. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +3 -0
  139. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +7 -48
  140. package/src/sap/ui/webc/main/thirdparty/Select.js +207 -32
  141. package/src/sap/ui/webc/main/thirdparty/SelectMenu.js +248 -0
  142. package/src/sap/ui/webc/main/thirdparty/SelectMenuOption.js +100 -0
  143. package/src/sap/ui/webc/main/thirdparty/Slider.js +5 -0
  144. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +3 -1
  145. package/src/sap/ui/webc/main/thirdparty/SplitButton.js +5 -0
  146. package/src/sap/ui/webc/main/thirdparty/StandardListItem.js +6 -0
  147. package/src/sap/ui/webc/main/thirdparty/StepInput.js +3 -0
  148. package/src/sap/ui/webc/main/thirdparty/Switch.js +31 -3
  149. package/src/sap/ui/webc/main/thirdparty/Tab.js +11 -0
  150. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +10 -9
  151. package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +6 -0
  152. package/src/sap/ui/webc/main/thirdparty/Table.js +5 -0
  153. package/src/sap/ui/webc/main/thirdparty/TableCell.js +5 -0
  154. package/src/sap/ui/webc/main/thirdparty/TableColumn.js +3 -0
  155. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +5 -0
  156. package/src/sap/ui/webc/main/thirdparty/TableRow.js +3 -0
  157. package/src/sap/ui/webc/main/thirdparty/TextArea.js +4 -1
  158. package/src/sap/ui/webc/main/thirdparty/TimePicker.js +23 -17
  159. package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +159 -49
  160. package/src/sap/ui/webc/main/thirdparty/TimePickerClock.js +628 -0
  161. package/src/sap/ui/webc/main/thirdparty/TimePickerInternals.js +383 -0
  162. package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +5 -0
  163. package/src/sap/ui/webc/main/thirdparty/TimeSelectionClocks.js +420 -0
  164. package/src/sap/ui/webc/main/thirdparty/TimeSelectionInputs.js +326 -0
  165. package/src/sap/ui/webc/main/thirdparty/Title.js +5 -0
  166. package/src/sap/ui/webc/main/thirdparty/Toast.js +58 -3
  167. package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +3 -0
  168. package/src/sap/ui/webc/main/thirdparty/ToggleSpinButton.js +72 -0
  169. package/src/sap/ui/webc/main/thirdparty/Token.js +20 -5
  170. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +84 -28
  171. package/src/sap/ui/webc/main/thirdparty/Toolbar.js +454 -0
  172. package/src/sap/ui/webc/main/thirdparty/ToolbarButton.js +116 -0
  173. package/src/sap/ui/webc/main/thirdparty/ToolbarItem.js +115 -0
  174. package/src/sap/ui/webc/main/thirdparty/ToolbarRegistry.js +34 -0
  175. package/src/sap/ui/webc/main/thirdparty/ToolbarSelect.js +166 -0
  176. package/src/sap/ui/webc/main/thirdparty/ToolbarSelectOption.js +50 -0
  177. package/src/sap/ui/webc/main/thirdparty/ToolbarSeparator.js +62 -0
  178. package/src/sap/ui/webc/main/thirdparty/ToolbarSpacer.js +72 -0
  179. package/src/sap/ui/webc/main/thirdparty/Tree.js +5 -0
  180. package/src/sap/ui/webc/main/thirdparty/TreeItem.js +5 -0
  181. package/src/sap/ui/webc/main/thirdparty/TreeItemBase.js +7 -2
  182. package/src/sap/ui/webc/main/thirdparty/TreeItemCustom.js +5 -0
  183. package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +5 -2
  184. package/src/sap/ui/webc/main/thirdparty/YearPicker.js +5 -0
  185. package/src/sap/ui/webc/main/thirdparty/css/themes/Avatar.css +1 -1
  186. package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -1
  187. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
  188. package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -1
  189. package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -1
  190. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
  191. package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -1
  192. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
  193. package/src/sap/ui/webc/main/thirdparty/css/themes/Card.css +1 -1
  194. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
  195. package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -1
  196. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
  197. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -1
  198. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPaletteItem.css +1 -1
  199. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalettePopover.css +1 -1
  200. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
  201. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
  202. package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -1
  203. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
  204. package/src/sap/ui/webc/main/thirdparty/css/themes/DateTimePickerPopover.css +1 -1
  205. package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -1
  206. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
  207. package/src/sap/ui/webc/main/thirdparty/css/themes/FileUploader.css +1 -1
  208. package/src/sap/ui/webc/main/thirdparty/css/themes/GroupHeaderListItem.css +1 -1
  209. package/src/sap/ui/webc/main/thirdparty/css/themes/GrowingButton.css +1 -1
  210. package/src/sap/ui/webc/main/thirdparty/css/themes/Icon.css +1 -1
  211. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
  212. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
  213. package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -1
  214. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -1
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -1
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/Menu.css +1 -1
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/MessageStrip.css +1 -1
  219. package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -1
  220. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  221. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBoxPopover.css +1 -1
  222. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
  223. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
  224. package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -1
  225. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/css/themes/ProgressIndicator.css +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/css/themes/RangeSlider.css +1 -1
  229. package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -1
  230. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopover.css +1 -1
  231. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
  232. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
  233. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
  234. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectMenu.css +1 -0
  235. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectMenuOption.css +0 -0
  236. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
  237. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -1
  238. package/src/sap/ui/webc/main/thirdparty/css/themes/SplitButton.css +1 -1
  239. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
  240. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -1
  241. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -1
  242. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
  243. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
  245. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSemanticIcon.css +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/css/themes/TableCell.css +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/css/themes/TableRow.css +1 -1
  252. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +2 -2
  253. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePickerClock.css +1 -0
  255. package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionClocks.css +1 -0
  256. package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelectionInputs.css +1 -0
  257. package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -1
  259. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/css/themes/TokenizerPopover.css +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/css/themes/Toolbar.css +1 -0
  263. package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarButtonPopover.css +1 -0
  264. package/src/sap/ui/webc/main/thirdparty/css/themes/ToolbarPopover.css +1 -0
  265. package/src/sap/ui/webc/main/thirdparty/css/themes/TreeItem.css +1 -1
  266. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
  267. package/src/sap/ui/webc/main/thirdparty/css/themes/WheelSlider.css +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -1
  269. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  270. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  272. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  273. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  274. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  276. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  277. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
  279. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  280. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
  282. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
  284. package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +21 -9
  285. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +17 -7
  286. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
  287. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
  289. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
  290. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
  291. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
  292. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
  293. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
  294. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
  295. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
  296. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
  297. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
  298. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
  299. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
  300. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
  301. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
  302. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
  303. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
  304. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
  305. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
  306. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
  307. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
  308. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
  309. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
  310. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
  311. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
  312. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
  313. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
  314. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
  315. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
  316. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_nl.json.js +1 -1
  317. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
  318. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
  319. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
  320. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
  321. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
  322. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
  323. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
  324. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
  325. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
  326. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
  327. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
  328. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
  329. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
  330. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
  331. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
  332. package/src/sap/ui/webc/main/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
  333. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
  334. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
  335. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
  336. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
  337. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
  338. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
  339. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
  340. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
  341. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
  342. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
  343. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
  344. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
  345. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
  346. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
  347. package/src/sap/ui/webc/main/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
  348. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +47 -2
  349. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +7 -1
  350. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +2 -2
  351. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  352. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +1 -1
  353. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +2 -2
  354. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +8 -8
  355. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +2 -2
  356. package/src/sap/ui/webc/main/thirdparty/generated/templates/LinkTemplate.lit.js +1 -1
  357. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +8 -8
  358. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +2 -2
  359. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +1 -1
  360. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +1 -1
  361. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +1 -1
  362. package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +1 -1
  363. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +1 -1
  364. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectMenuTemplate.lit.js +45 -0
  365. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +1 -1
  366. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +7 -1
  367. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +8 -8
  368. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +8 -8
  369. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
  370. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +1 -1
  371. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableRowTemplate.lit.js +1 -1
  372. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +1 -1
  373. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerClockTemplate.lit.js +33 -0
  374. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +4 -1
  375. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +1 -1
  376. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionClocksTemplate.lit.js +30 -0
  377. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionInputsTemplate.lit.js +27 -0
  378. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +1 -1
  379. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleSpinButtonTemplate.lit.js +21 -0
  380. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +3 -3
  381. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +3 -3
  382. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +2 -2
  383. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarButtonTemplate.lit.js +15 -0
  384. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverButtonTemplate.lit.js +15 -0
  385. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSelectTemplate.lit.js +18 -0
  386. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverSeparatorTemplate.lit.js +15 -0
  387. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarPopoverTemplate.lit.js +18 -0
  388. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSelectTemplate.lit.js +18 -0
  389. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSeparatorTemplate.lit.js +15 -0
  390. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarSpacerTemplate.lit.js +15 -0
  391. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToolbarTemplate.lit.js +18 -0
  392. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemBaseTemplate.lit.js +8 -8
  393. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemCustomTemplate.lit.js +8 -8
  394. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeItemTemplate.lit.js +8 -8
  395. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
  396. package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +1 -1
  397. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
  398. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +1 -1
  399. package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +1 -1
  400. package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +1 -1
  401. package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +1 -1
  402. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  403. package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +1 -1
  404. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
  405. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +1 -1
  406. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
  407. package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +1 -1
  408. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  409. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +1 -1
  410. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +1 -1
  411. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalettePopover.css.js +1 -1
  412. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteStaticArea.css.js +1 -1
  413. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
  414. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  415. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBoxPopover.css.js +1 -1
  416. package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +1 -1
  417. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
  418. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePickerPopover.css.js +1 -1
  419. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateRangePicker.css.js +1 -1
  420. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePicker.css.js +1 -1
  421. package/src/sap/ui/webc/main/thirdparty/generated/themes/DateTimePickerPopover.css.js +1 -1
  422. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +1 -1
  423. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  424. package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +1 -1
  425. package/src/sap/ui/webc/main/thirdparty/generated/themes/FormComponents.css.js +1 -1
  426. package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +1 -1
  427. package/src/sap/ui/webc/main/thirdparty/generated/themes/GrowingButton.css.js +1 -1
  428. package/src/sap/ui/webc/main/thirdparty/generated/themes/Icon.css.js +1 -1
  429. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  430. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
  431. package/src/sap/ui/webc/main/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
  432. package/src/sap/ui/webc/main/thirdparty/generated/themes/Label.css.js +1 -1
  433. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
  434. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +1 -1
  435. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
  436. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
  437. package/src/sap/ui/webc/main/thirdparty/generated/themes/Menu.css.js +1 -1
  438. package/src/sap/ui/webc/main/thirdparty/generated/themes/MessageStrip.css.js +1 -1
  439. package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +1 -1
  440. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  441. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBoxPopover.css.js +1 -1
  442. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
  443. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
  444. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +1 -1
  445. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popup.css.js +1 -1
  446. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupGlobal.css.js +1 -1
  447. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupStaticAreaStyles.css.js +1 -1
  448. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  449. package/src/sap/ui/webc/main/thirdparty/generated/themes/ProgressIndicator.css.js +1 -1
  450. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
  451. package/src/sap/ui/webc/main/thirdparty/generated/themes/RangeSlider.css.js +1 -1
  452. package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +1 -1
  453. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopover.css.js +1 -1
  454. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  455. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
  456. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  457. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectMenu.css.js +20 -0
  458. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectMenuOption.css.js +20 -0
  459. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
  460. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +1 -1
  461. package/src/sap/ui/webc/main/thirdparty/generated/themes/SplitButton.css.js +1 -1
  462. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
  463. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +1 -1
  464. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +1 -1
  465. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tab.css.js +1 -1
  466. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
  467. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
  468. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
  469. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSemanticIcon.css.js +1 -1
  470. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +1 -1
  471. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInStrip.css.js +1 -1
  472. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
  473. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +1 -1
  474. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
  475. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
  476. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +1 -1
  477. package/src/sap/ui/webc/main/thirdparty/generated/themes/TapHighlightColor.css.js +1 -1
  478. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  479. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +1 -1
  480. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerClock.css.js +20 -0
  481. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePickerPopover.css.js +1 -1
  482. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +1 -1
  483. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionClocks.css.js +20 -0
  484. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelectionInputs.css.js +20 -0
  485. package/src/sap/ui/webc/main/thirdparty/generated/themes/Title.css.js +1 -1
  486. package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +1 -1
  487. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +1 -1
  488. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
  489. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
  490. package/src/sap/ui/webc/main/thirdparty/generated/themes/TokenizerPopover.css.js +1 -1
  491. package/src/sap/ui/webc/main/thirdparty/generated/themes/Toolbar.css.js +20 -0
  492. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarButtonPopover.css.js +20 -0
  493. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToolbarPopover.css.js +20 -0
  494. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tree.css.js +1 -1
  495. package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeItem.css.js +1 -1
  496. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
  497. package/src/sap/ui/webc/main/thirdparty/generated/themes/WheelSlider.css.js +1 -1
  498. package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +1 -1
  499. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  500. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  501. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  502. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  503. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  504. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  505. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  506. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  507. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  508. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
  509. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  510. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  511. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
  512. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  513. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
  514. package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +2 -2
  515. package/src/sap/ui/webc/main/thirdparty/types/ButtonType.js +40 -0
  516. package/src/sap/ui/webc/main/thirdparty/types/ToolbarAlign.js +35 -0
  517. package/src/sap/ui/webc/main/thirdparty/types/ToolbarItemOverflowBehavior.js +41 -0
  518. package/ui5.yaml +30 -2
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.119.1
46
+ * @version 1.120.1
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -99,6 +99,14 @@ sap.ui.define([
99
99
  defaultValue: false
100
100
  },
101
101
 
102
+ /**
103
+ * Defines whether the component is required.
104
+ */
105
+ required: {
106
+ type: "boolean",
107
+ defaultValue: false
108
+ },
109
+
102
110
  /**
103
111
  * The indicated value of the rating. <br>
104
112
  * <br>
@@ -122,6 +130,21 @@ sap.ui.define([
122
130
  mapping: "style"
123
131
  }
124
132
  },
133
+ associations: {
134
+
135
+ /**
136
+ * Receives id(or many ids) of the controls that label this control.
137
+ */
138
+ ariaLabelledBy: {
139
+ type: "sap.ui.core.Control",
140
+ multiple: true,
141
+ mapping: {
142
+ type: "property",
143
+ to: "accessibleNameRef",
144
+ formatter: "_getAriaLabelledByForRendering"
145
+ }
146
+ }
147
+ },
125
148
  events: {
126
149
 
127
150
  /**
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.119.1
44
+ * @version 1.120.1
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -64,12 +64,7 @@ sap.ui.define([
64
64
  },
65
65
 
66
66
  /**
67
- * Allows setting a custom role. Available options are:
68
- * <ul>
69
- * <li><code>Dialog</code></li>
70
- * <li><code>None</code></li>
71
- * <li><code>AlertDialog</code></li>
72
- * </ul>
67
+ * Allows setting a custom role.
73
68
  */
74
69
  accessibleRole: {
75
70
  type: "sap.ui.webc.main.PopupAccessibleRole",
@@ -111,15 +106,7 @@ sap.ui.define([
111
106
  },
112
107
 
113
108
  /**
114
- * Determines the horizontal alignment of the component. <br>
115
- * <br>
116
- * Available options are:
117
- * <ul>
118
- * <li><code>Center</code></li>
119
- * <li><code>Left</code></li>
120
- * <li><code>Right</code></li>
121
- * <li><code>Stretch</code></li>
122
- * </ul>
109
+ * Determines the horizontal alignment of the component.
123
110
  */
124
111
  horizontalAlign: {
125
112
  type: "sap.ui.webc.main.PopoverHorizontalAlign",
@@ -143,15 +130,7 @@ sap.ui.define([
143
130
  },
144
131
 
145
132
  /**
146
- * Determines on which side the component is placed at. <br>
147
- * <br>
148
- * Available options are:
149
- * <ul>
150
- * <li><code>Left</code></li>
151
- * <li><code>Right</code></li>
152
- * <li><code>Top</code></li>
153
- * <li><code>Bottom</code></li>
154
- * </ul>
133
+ * Determines on which side the component is placed at.
155
134
  */
156
135
  placementType: {
157
136
  type: "sap.ui.webc.main.PopoverPlacementType",
@@ -167,15 +146,7 @@ sap.ui.define([
167
146
  },
168
147
 
169
148
  /**
170
- * Determines the vertical alignment of the component. <br>
171
- * <br>
172
- * Available options are:
173
- * <ul>
174
- * <li><code>Center</code></li>
175
- * <li><code>Top</code></li>
176
- * <li><code>Bottom</code></li>
177
- * <li><code>Stretch</code></li>
178
- * </ul>
149
+ * Determines the vertical alignment of the component.
179
150
  */
180
151
  verticalAlign: {
181
152
  type: "sap.ui.webc.main.PopoverVerticalAlign",
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * <b>Note:</b> There can be just one selected <code>item</code> at a time.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.119.1
33
+ * @version 1.120.1
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -120,17 +120,10 @@ sap.ui.define([
120
120
  }
121
121
  }
122
122
  },
123
- getters: ["selectedItem", "selectedItems"]
123
+ getters: ["selectedItems"]
124
124
  }
125
125
  });
126
126
 
127
- /**
128
- * Returns the currently selected item.
129
- * @public
130
- * @name sap.ui.webc.main.SegmentedButton#getSelectedItem
131
- * @function
132
- */
133
-
134
127
  /**
135
128
  * Returns an array of the currently selected items.
136
129
  * @public
@@ -14,6 +14,7 @@ sap.ui.define([
14
14
  "use strict";
15
15
 
16
16
  var ButtonDesign = library.ButtonDesign;
17
+ var ButtonType = library.ButtonType;
17
18
 
18
19
  /**
19
20
  * Constructor for a new <code>SegmentedButtonItem</code>.
@@ -31,7 +32,7 @@ sap.ui.define([
31
32
  * Clicking or tapping on a <code>sap.ui.webc.main.SegmentedButtonItem</code> changes its state to <code>pressed</code>. The item returns to its initial state when the user clicks or taps on it again. By applying additional custom CSS-styling classes, apps can give a different style to any <code>sap.ui.webc.main.SegmentedButtonItem</code>.
32
33
  *
33
34
  * @author SAP SE
34
- * @version 1.119.1
35
+ * @version 1.120.1
35
36
  *
36
37
  * @constructor
37
38
  * @public
@@ -151,6 +152,14 @@ sap.ui.define([
151
152
  type: "string",
152
153
  defaultValue: "",
153
154
  mapping: "textContent"
155
+ },
156
+
157
+ /**
158
+ * Defines whether the button has special form-related functionality.
159
+ */
160
+ type: {
161
+ type: "sap.ui.webc.main.ButtonType",
162
+ defaultValue: ButtonType.Button
154
163
  }
155
164
  },
156
165
  associations: {
@@ -10,8 +10,8 @@ sap.ui.define([
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
12
  "sap/ui/core/library",
13
- "./thirdparty/Select",
14
- "./thirdparty/features/InputElementsFormSupport"
13
+ "./thirdparty/features/InputElementsFormSupport",
14
+ "./thirdparty/Select"
15
15
  ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
16
16
  "use strict";
17
17
 
@@ -26,7 +26,23 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.webc.WebComponent
27
27
  * @class
28
28
  *
29
- * <h3>Overview</h3> The <code>sap.ui.webc.main.Select</code> component is used to create a drop-down list. The items inside the <code>sap.ui.webc.main.Select</code> define the available options by using the <code>sap.ui.webc.main.Option</code> component.
29
+ * <h3>Overview</h3>
30
+ *
31
+ * The <code>sap.ui.webc.main.Select</code> component is used to create a drop-down list.
32
+ *
33
+ * <h3>Usage</h3>
34
+ *
35
+ * There are two main usages of the <code>ui5-select></code>.
36
+ *
37
+ * 1. With Option (<code>sap.ui.webc.main.Option</code>) web component: <br>
38
+ * The available options of the Select are defined by using the Option component. The Option comes with predefined design and layout, including <code>icon</code>, <code>text</code> and <code>additional-text</code>. <br>
39
+ * <br>
40
+ *
41
+ *
42
+ * 2. With SelectMenu (<code>sap.ui.webc.main.SelectMenu</code>) and SelectMenuOption (<code>sap.ui.webc.main.SelectMenuOption</code>) web components: <br>
43
+ * The SelectMenu can be used as alternative to define the Select's dropdown and can be used via the <code>menu</code> property of the Select to reference SelectMenu by its ID. The component gives the possibility to customize the Select's dropdown by slotting entirely custom options (via the SelectMenuOption component) and adding custom styles.
44
+ *
45
+ * <b>Note:</b> SelectMenu is a popover and placing it top-level in the HTML page is recommended, because some page styles (for example transitions) can misplace the SelectMenu.
30
46
  *
31
47
  * <h3>Keyboard Handling</h3> The <code>sap.ui.webc.main.Select</code> provides advanced keyboard handling. <br>
32
48
  *
@@ -40,7 +56,7 @@ sap.ui.define([
40
56
  * </ul> <br>
41
57
  *
42
58
  * @author SAP SE
43
- * @version 1.119.1
59
+ * @version 1.120.1
44
60
  *
45
61
  * @constructor
46
62
  * @public
@@ -145,6 +161,23 @@ sap.ui.define([
145
161
  defaultAggregation: "options",
146
162
  aggregations: {
147
163
 
164
+ /**
165
+ * Defines the HTML element that will be displayed in the component input part, representing the selected option. <br>
166
+ * <br>
167
+ *
168
+ *
169
+ * <b>Note:</b> If not specified and <code>sap.ui.webc.main.SelectMenuOption</code> is used, either the option's <code>display-text</code> or its textContent will be displayed. <br>
170
+ * <br>
171
+ *
172
+ *
173
+ * <b>Note:</b> If not specified and <code>sap.ui.webc.main.Option</code> is used, the option's textContent will be displayed.
174
+ */
175
+ label: {
176
+ type: "sap.ui.core.Control",
177
+ multiple: true,
178
+ slot: "label"
179
+ },
180
+
148
181
  /**
149
182
  * Defines the component options.
150
183
  *
@@ -174,6 +207,20 @@ sap.ui.define([
174
207
  to: "accessibleNameRef",
175
208
  formatter: "_getAriaLabelledByForRendering"
176
209
  }
210
+ },
211
+
212
+ /**
213
+ * Defines a reference (ID or DOM element) of component's menu of options as alternative to define the select's dropdown. <br>
214
+ * <br>
215
+ * <b>Note:</b> Usage of <code>sap.ui.webc.main.SelectMenu</code> is recommended.
216
+ */
217
+ menu: {
218
+ type: "sap.ui.core.Control",
219
+ multiple: false,
220
+ mapping: {
221
+ type: "property",
222
+ to: "menu"
223
+ }
177
224
  }
178
225
  },
179
226
  events: {
@@ -200,6 +247,20 @@ sap.ui.define([
200
247
  parameters: {}
201
248
  },
202
249
 
250
+ /**
251
+ * Fired when the user navigates through the options, but the selection is not finalized, or when pressing the ESC key to revert the current selection.
252
+ */
253
+ liveChange: {
254
+ parameters: {
255
+ /**
256
+ * the selected option.
257
+ */
258
+ selectedOption: {
259
+ type: "HTMLElement"
260
+ }
261
+ }
262
+ },
263
+
203
264
  /**
204
265
  * Fired after the component's dropdown menu opens.
205
266
  */
@@ -0,0 +1,65 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.main.SelectMenu.
8
+ sap.ui.define([
9
+ "sap/ui/core/webc/WebComponent",
10
+ "./library",
11
+ "./thirdparty/SelectMenu"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>SelectMenu</code>.
17
+ *
18
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
+ * @param {object} [mSettings] Initial settings for the new control
20
+ *
21
+ * @extends sap.ui.core.webc.WebComponent
22
+ * @class
23
+ *
24
+ * <h3>Overview</h3>
25
+ *
26
+ * The <code>sap.ui.webc.main.SelectMenu</code> is meant to be used together with the <code>sap.ui.webc.main.Select</code> component as alternative to define the select's dropdown. It acts as a popover on desktop and tablet, and as a Dialog on phone. <br>
27
+ * </br> The component gives the possibility to the user to customize the <code>sap.ui.webc.main.Select</code>'s dropdown by slotting custom options and adding custom styles.
28
+ *
29
+ * <h3>Usage</h3>
30
+ *
31
+ * To use <code>sap.ui.webc.main.Select</code> with a <code>sap.ui.webc.main.SelectMenu</code>, you need to set the <code>sap.ui.webc.main.Select</code> <code>menu</code> property to reference <code>sap.ui.webc.main.SelectMenu</code> either by ID or DOM reference. <br>
32
+ * </br>
33
+ *
34
+ * @author SAP SE
35
+ * @version 1.120.1
36
+ *
37
+ * @constructor
38
+ * @public
39
+ * @since 1.120.0
40
+ * @experimental Since 1.120.0 This control is experimental and its API might change significantly.
41
+ * @alias sap.ui.webc.main.SelectMenu
42
+ */
43
+ var SelectMenu = WebComponent.extend("sap.ui.webc.main.SelectMenu", {
44
+ metadata: {
45
+ library: "sap.ui.webc.main",
46
+ tag: "ui5-select-menu-ui5",
47
+ defaultAggregation: "content",
48
+ aggregations: {
49
+
50
+ /**
51
+ * Defines the options of the component.
52
+ */
53
+ content: {
54
+ type: "sap.ui.webc.main.ISelectMenuOption",
55
+ multiple: true
56
+ }
57
+ }
58
+ }
59
+ });
60
+
61
+ /* CUSTOM CODE START */
62
+ /* CUSTOM CODE END */
63
+
64
+ return SelectMenu;
65
+ });
@@ -0,0 +1,80 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.main.SelectMenuOption.
8
+ sap.ui.define([
9
+ "sap/ui/core/webc/WebComponent",
10
+ "./library",
11
+ "./thirdparty/SelectMenuOption"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>SelectMenuOption</code>.
17
+ *
18
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
+ * @param {object} [mSettings] Initial settings for the new control
20
+ *
21
+ * @extends sap.ui.core.webc.WebComponent
22
+ * @class
23
+ *
24
+ * <h3>Overview</h3> The code>ui5-select-menu-option</code> component represents an option in the <code>sap.ui.webc.main.SelectMenu</code>.
25
+ *
26
+ * <h3>Usage</h3>
27
+ *
28
+ * @author SAP SE
29
+ * @version 1.120.1
30
+ *
31
+ * @constructor
32
+ * @public
33
+ * @since 1.120.0
34
+ * @experimental Since 1.120.0 This control is experimental and its API might change significantly.
35
+ * @alias sap.ui.webc.main.SelectMenuOption
36
+ * @implements sap.ui.webc.main.ISelectMenuOption
37
+ */
38
+ var SelectMenuOption = WebComponent.extend("sap.ui.webc.main.SelectMenuOption", {
39
+ metadata: {
40
+ library: "sap.ui.webc.main",
41
+ tag: "ui5-select-menu-option-ui5",
42
+ interfaces: [
43
+ "sap.ui.webc.main.ISelectMenuOption"
44
+ ],
45
+ properties: {
46
+
47
+ /**
48
+ * Defines the text, displayed inside the <code>sap.ui.webc.main.Select</code> input filed when the option gets selected.
49
+ */
50
+ displayText: {
51
+ type: "string"
52
+ },
53
+
54
+ /**
55
+ * Defines the value of the <code>sap.ui.webc.main.Select</code> inside an HTML Form element when this component is selected. For more information on HTML Form support, see the <code>name</code> property of <code>sap.ui.webc.main.Select</code>.
56
+ */
57
+ value: {
58
+ type: "string"
59
+ }
60
+ },
61
+ defaultAggregation: "content",
62
+ aggregations: {
63
+
64
+ /**
65
+ * Defines the content of the component. <br>
66
+ * <br>
67
+ */
68
+ content: {
69
+ type: "sap.ui.core.Control",
70
+ multiple: true
71
+ }
72
+ }
73
+ }
74
+ });
75
+
76
+ /* CUSTOM CODE START */
77
+ /* CUSTOM CODE END */
78
+
79
+ return SelectMenuOption;
80
+ });
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * </ul>
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.119.1
74
+ * @version 1.120.1
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * </ul>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.119.1
53
+ * @version 1.120.1
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -81,20 +81,6 @@ sap.ui.define([
81
81
 
82
82
  /**
83
83
  * Defines the component design.
84
- *
85
- * <br>
86
- * <br>
87
- * <b>The available values are:</b>
88
- *
89
- *
90
- * <ul>
91
- * <li><code>Default</code></li>
92
- * <li><code>Emphasized</code></li>
93
- * <li><code>Positive</code></li>
94
- * <li><code>Negative</code></li>
95
- * <li><code>Transparent</code></li>
96
- * <li><code>Attention</code></li>
97
- * </ul>
98
84
  */
99
85
  design: {
100
86
  type: "sap.ui.webc.main.ButtonDesign",
@@ -38,10 +38,16 @@ sap.ui.define([
38
38
  * <li>description - Used to style the description of the list item</li>
39
39
  * <li>additional-text - Used to style the additionalText of the list item</li>
40
40
  * <li>icon - Used to style the icon of the list item</li>
41
+ * <li>native-li - Used to style the main li tag of the list item</li>
42
+ * <li>content - Used to style the content area of the list item</li>
43
+ * <li>detail-button - Used to style the button rendered when the list item is of type detail</li>
44
+ * <li>delete-button - Used to style the button rendered when the list item is in delete mode</li>
45
+ * <li>radio - Used to style the radio button rendered when the list item is in single selection mode</li>
46
+ * <li>checkbox - Used to style the checkbox rendered when the list item is in multiple selection mode</li>
41
47
  * </ul>
42
48
  *
43
49
  * @author SAP SE
44
- * @version 1.119.1
50
+ * @version 1.120.1
45
51
  *
46
52
  * @constructor
47
53
  * @public
@@ -59,6 +65,22 @@ sap.ui.define([
59
65
  ],
60
66
  properties: {
61
67
 
68
+ /**
69
+ * An object of strings that defines several additional accessibility attribute values for customization depending on the use case.
70
+ *
71
+ * It supports the following fields:
72
+ *
73
+ *
74
+ * <ul>
75
+ * <li><code>ariaSetsize</code>: Defines the number of items in the current set of listitems or treeitems when not all items in the set are present in the DOM. The value of each <code>aria-setsize</code> is an integer reflecting number of items in the complete set. <b>Note: </b> If the size of the entire set is unknown, set <code>aria-setsize="-1"</code>. </li>
76
+ * <li><code>ariaPosinset</code>: Defines an element's number or position in the current set of listitems or treeitems when not all items are present in the DOM. The value of each <code>aria-posinset</code> is an integer greater than or equal to 1, and less than or equal to the size of the set when that size is known. </li>
77
+ * </ul>
78
+ */
79
+ accessibilityAttributes: {
80
+ type: "object",
81
+ defaultValue: {}
82
+ },
83
+
62
84
  /**
63
85
  * Defines the text alternative of the component. Note: If not provided a default text alternative will be set, if present.
64
86
  */
@@ -10,8 +10,8 @@ sap.ui.define([
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
12
  "sap/ui/core/library",
13
- "./thirdparty/StepInput",
14
- "./thirdparty/features/InputElementsFormSupport"
13
+ "./thirdparty/features/InputElementsFormSupport",
14
+ "./thirdparty/StepInput"
15
15
  ], function(WebComponent, library, EnabledPropagator, coreLibrary) {
16
16
  "use strict";
17
17
 
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * </ul>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.119.1
55
+ * @version 1.120.1
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -170,16 +170,7 @@ sap.ui.define([
170
170
  },
171
171
 
172
172
  /**
173
- * Defines the value state of the component. <br>
174
- * <br>
175
- * Available options are:
176
- * <ul>
177
- * <li><code>None</code></li>
178
- * <li><code>Error</code></li>
179
- * <li><code>Warning</code></li>
180
- * <li><code>Success</code></li>
181
- * <li><code>Information</code></li>
182
- * </ul>
173
+ * Defines the value state of the component.
183
174
  */
184
175
  valueState: {
185
176
  type: "sap.ui.core.ValueState",
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.SuggestionGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.Input</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.119.1
27
+ * @version 1.120.1
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.main.SuggestionItem</code> represents the suggestion item of the <code>sap.ui.webc.main.Input</code>.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.119.1
31
+ * @version 1.120.1
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -9,6 +9,7 @@ sap.ui.define([
9
9
  "sap/ui/core/webc/WebComponent",
10
10
  "./library",
11
11
  "sap/ui/core/EnabledPropagator",
12
+ "./thirdparty/features/InputElementsFormSupport",
12
13
  "./thirdparty/Switch"
13
14
  ], function(WebComponent, library, EnabledPropagator) {
14
15
  "use strict";
@@ -43,7 +44,7 @@ sap.ui.define([
43
44
  * </ul>
44
45
  *
45
46
  * @author SAP SE
46
- * @version 1.119.1
47
+ * @version 1.120.1
47
48
  *
48
49
  * @constructor
49
50
  * @public
@@ -103,10 +104,31 @@ sap.ui.define([
103
104
  }
104
105
  },
105
106
 
107
+ /**
108
+ * Determines the name with which the component will be submitted in an HTML form.
109
+ *
110
+ *
111
+ * <br>
112
+ * <br>
113
+ * <b>Note:</b> When set, a native <code>input</code> HTML element will be created inside the component so that it can be submitted as part of an HTML form. Do not use this property unless you need to submit a form.
114
+ */
115
+ name: {
116
+ type: "string",
117
+ defaultValue: ""
118
+ },
119
+
120
+ /**
121
+ * Defines whether the component is required.
122
+ */
123
+ required: {
124
+ type: "boolean",
125
+ defaultValue: false
126
+ },
127
+
106
128
  /**
107
129
  * Defines the text, displayed when the component is not checked. <br>
108
130
  * <br>
109
- * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.
131
+ * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).
110
132
  */
111
133
  textOff: {
112
134
  type: "string",
@@ -118,7 +140,7 @@ sap.ui.define([
118
140
  *
119
141
  * <br>
120
142
  * <br>
121
- * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off). <b>Note:</b> This property will have no effect if the theme is set to <code>sap_horizon</code>.
143
+ * <b>Note:</b> We recommend using short texts, up to 3 letters (larger texts would be cut off).
122
144
  */
123
145
  textOn: {
124
146
  type: "string",
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.main.Tab</code> represents a selectable item inside a <code>sap.ui.webc.main.TabContainer</code>. It defines both the item in the tab strip (top part of the <code>sap.ui.webc.main.TabContainer</code>) and the content that is presented to the user once the tab is selected.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.119.1
30
+ * @version 1.120.1
31
31
  *
32
32
  * @constructor
33
33
  * @public