@openui5/sap.ui.webc.main 1.103.0 → 1.105.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/.reuse/dep5 +18 -1
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +36 -3
  4. package/package.json +3 -3
  5. package/src/sap/ui/webc/main/.library +1 -1
  6. package/src/sap/ui/webc/main/Avatar.js +5 -5
  7. package/src/sap/ui/webc/main/AvatarGroup.js +1 -1
  8. package/src/sap/ui/webc/main/Badge.js +1 -1
  9. package/src/sap/ui/webc/main/Breadcrumbs.js +29 -1
  10. package/src/sap/ui/webc/main/BreadcrumbsItem.js +1 -1
  11. package/src/sap/ui/webc/main/BusyIndicator.js +2 -2
  12. package/src/sap/ui/webc/main/Button.js +3 -3
  13. package/src/sap/ui/webc/main/Calendar.js +1 -1
  14. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  15. package/src/sap/ui/webc/main/Card.js +1 -1
  16. package/src/sap/ui/webc/main/CardHeader.js +1 -1
  17. package/src/sap/ui/webc/main/Carousel.js +1 -1
  18. package/src/sap/ui/webc/main/CheckBox.js +1 -2
  19. package/src/sap/ui/webc/main/ColorPalette.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  21. package/src/sap/ui/webc/main/ColorPalettePopover.js +1 -1
  22. package/src/sap/ui/webc/main/ColorPicker.js +1 -1
  23. package/src/sap/ui/webc/main/ComboBox.js +1 -1
  24. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +2 -2
  25. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  26. package/src/sap/ui/webc/main/CustomListItem.js +1 -1
  27. package/src/sap/ui/webc/main/DatePicker.js +1 -1
  28. package/src/sap/ui/webc/main/DateRangePicker.js +1 -1
  29. package/src/sap/ui/webc/main/DateTimePicker.js +1 -1
  30. package/src/sap/ui/webc/main/Dialog.js +1 -1
  31. package/src/sap/ui/webc/main/FileUploader.js +1 -1
  32. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  33. package/src/sap/ui/webc/main/Icon.js +53 -8
  34. package/src/sap/ui/webc/main/Input.js +12 -2
  35. package/src/sap/ui/webc/main/Label.js +1 -1
  36. package/src/sap/ui/webc/main/Link.js +31 -2
  37. package/src/sap/ui/webc/main/List.js +3 -3
  38. package/src/sap/ui/webc/main/Menu.js +1 -1
  39. package/src/sap/ui/webc/main/MenuItem.js +1 -1
  40. package/src/sap/ui/webc/main/MessageStrip.js +1 -1
  41. package/src/sap/ui/webc/main/MultiComboBox.js +31 -1
  42. package/src/sap/ui/webc/main/MultiComboBoxGroupItem.js +61 -0
  43. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  44. package/src/sap/ui/webc/main/MultiInput.js +12 -2
  45. package/src/sap/ui/webc/main/Option.js +1 -1
  46. package/src/sap/ui/webc/main/Panel.js +3 -2
  47. package/src/sap/ui/webc/main/Popover.js +1 -1
  48. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
  49. package/src/sap/ui/webc/main/RadioButton.js +1 -1
  50. package/src/sap/ui/webc/main/RangeSlider.js +8 -1
  51. package/src/sap/ui/webc/main/RatingIndicator.js +1 -1
  52. package/src/sap/ui/webc/main/ResponsivePopover.js +1 -1
  53. package/src/sap/ui/webc/main/SegmentedButton.js +1 -1
  54. package/src/sap/ui/webc/main/SegmentedButtonItem.js +3 -3
  55. package/src/sap/ui/webc/main/Select.js +1 -1
  56. package/src/sap/ui/webc/main/Slider.js +8 -1
  57. package/src/sap/ui/webc/main/SplitButton.js +1 -1
  58. package/src/sap/ui/webc/main/StandardListItem.js +1 -1
  59. package/src/sap/ui/webc/main/StepInput.js +1 -1
  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 +1 -1
  63. package/src/sap/ui/webc/main/Tab.js +1 -1
  64. package/src/sap/ui/webc/main/TabContainer.js +1 -1
  65. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  66. package/src/sap/ui/webc/main/Table.js +1 -1
  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 +1 -1
  72. package/src/sap/ui/webc/main/TimePicker.js +1 -1
  73. package/src/sap/ui/webc/main/Title.js +1 -1
  74. package/src/sap/ui/webc/main/Toast.js +1 -1
  75. package/src/sap/ui/webc/main/ToggleButton.js +3 -3
  76. package/src/sap/ui/webc/main/Token.js +1 -1
  77. package/src/sap/ui/webc/main/Tree.js +1 -1
  78. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  79. package/src/sap/ui/webc/main/changeHandler/ChangeLinkTarget.js +3 -3
  80. package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +2 -2
  81. package/src/sap/ui/webc/main/library.js +5 -4
  82. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +2 -2
  83. package/src/sap/ui/webc/main/thirdparty/Badge.js +3 -2
  84. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +7 -3
  85. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +1 -2
  86. package/src/sap/ui/webc/main/thirdparty/Button.js +18 -14
  87. package/src/sap/ui/webc/main/thirdparty/Calendar.js +1 -1
  88. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +20 -20
  89. package/src/sap/ui/webc/main/thirdparty/Carousel.js +8 -0
  90. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +1 -1
  91. package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +1 -1
  92. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +25 -7
  93. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +10 -4
  94. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +2 -5
  95. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +6 -8
  96. package/src/sap/ui/webc/main/thirdparty/Dialog.js +38 -29
  97. package/src/sap/ui/webc/main/thirdparty/Filters.js +12 -0
  98. package/src/sap/ui/webc/main/thirdparty/Icon.js +1 -27
  99. package/src/sap/ui/webc/main/thirdparty/Input.js +95 -30
  100. package/src/sap/ui/webc/main/thirdparty/Link.js +28 -10
  101. package/src/sap/ui/webc/main/thirdparty/List.js +3 -6
  102. package/src/sap/ui/webc/main/thirdparty/ListItem.js +10 -3
  103. package/src/sap/ui/webc/main/thirdparty/MonthPicker.js +1 -1
  104. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +104 -26
  105. package/src/sap/ui/webc/main/thirdparty/MultiComboBoxGroupItem.js +39 -0
  106. package/src/sap/ui/webc/main/thirdparty/Popover.js +4 -1
  107. package/src/sap/ui/webc/main/thirdparty/Popup.js +1 -1
  108. package/src/sap/ui/webc/main/thirdparty/RangeSlider.js +31 -1
  109. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +5 -2
  110. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +2 -6
  111. package/src/sap/ui/webc/main/thirdparty/Select.js +5 -2
  112. package/src/sap/ui/webc/main/thirdparty/Slider.js +11 -3
  113. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +15 -38
  114. package/src/sap/ui/webc/main/thirdparty/SplitButton.js +6 -5
  115. package/src/sap/ui/webc/main/thirdparty/StandardListItem.js +5 -1
  116. package/src/sap/ui/webc/main/thirdparty/Tab.js +2 -2
  117. package/src/sap/ui/webc/main/thirdparty/Table.js +9 -16
  118. package/src/sap/ui/webc/main/thirdparty/TableRow.js +4 -3
  119. package/src/sap/ui/webc/main/thirdparty/TextArea.js +4 -8
  120. package/src/sap/ui/webc/main/thirdparty/TimeSelection.js +0 -3
  121. package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +2 -6
  122. package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +2 -2
  123. package/src/sap/ui/webc/main/thirdparty/_chunks/{ComboBoxFilters.js → Filters.js} +5 -14
  124. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ar.js +9 -4
  125. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_bg.js +7 -2
  126. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ca.js +7 -2
  127. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cs.js +7 -2
  128. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_cy.js +7 -2
  129. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_da.js +7 -2
  130. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_de.js +9 -4
  131. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_el.js +7 -2
  132. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en.js +7 -2
  133. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_GB.js +7 -2
  134. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_sappsd.js +7 -2
  135. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saprigi.js +7 -2
  136. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_en_US_saptrc.js +7 -2
  137. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es.js +7 -2
  138. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_es_MX.js +7 -2
  139. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_et.js +7 -2
  140. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fi.js +7 -2
  141. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr.js +7 -2
  142. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_fr_CA.js +7 -2
  143. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hi.js +7 -2
  144. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hr.js +7 -2
  145. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_hu.js +7 -2
  146. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_it.js +7 -2
  147. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_iw.js +7 -2
  148. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ja.js +7 -2
  149. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_kk.js +7 -2
  150. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ko.js +7 -2
  151. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lt.js +7 -2
  152. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_lv.js +7 -2
  153. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ms.js +7 -2
  154. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_nl.js +7 -2
  155. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_no.js +7 -2
  156. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pl.js +7 -2
  157. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt.js +7 -2
  158. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_pt_PT.js +7 -2
  159. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ro.js +7 -2
  160. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_ru.js +7 -2
  161. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sh.js +7 -2
  162. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sk.js +7 -2
  163. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sl.js +7 -2
  164. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_sv.js +7 -2
  165. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_th.js +7 -2
  166. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_tr.js +7 -2
  167. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_uk.js +7 -2
  168. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_vi.js +7 -2
  169. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_CN.js +7 -2
  170. package/src/sap/ui/webc/main/thirdparty/_chunks/messagebundle_zh_TW.js +7 -2
  171. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css.js +1 -1
  172. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css10.js +1 -1
  173. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css11.js +1 -1
  174. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css12.js +1 -1
  175. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css2.js +1 -1
  176. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css3.js +1 -1
  177. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css4.js +1 -1
  178. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css5.js +1 -1
  179. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css6.js +1 -1
  180. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css7.js +1 -1
  181. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css8.js +1 -1
  182. package/src/sap/ui/webc/main/thirdparty/_chunks/parameters-bundle.css9.js +1 -1
  183. package/src/sap/ui/webc/main/thirdparty/css/themes/AvatarGroup.css +1 -1
  184. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
  185. package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -1
  186. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.css +1 -1
  187. package/src/sap/ui/webc/main/thirdparty/css/themes/CalendarHeader.css +1 -1
  188. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
  189. package/src/sap/ui/webc/main/thirdparty/css/themes/Carousel.css +1 -1
  190. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
  191. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPalette.css +1 -1
  192. package/src/sap/ui/webc/main/thirdparty/css/themes/ColorPicker.css +1 -1
  193. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
  194. package/src/sap/ui/webc/main/thirdparty/css/themes/DatePicker.css +1 -1
  195. package/src/sap/ui/webc/main/thirdparty/css/themes/DayPicker.css +1 -1
  196. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
  197. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
  198. package/src/sap/ui/webc/main/thirdparty/css/themes/InputIcon.css +1 -1
  199. package/src/sap/ui/webc/main/thirdparty/css/themes/Link.css +1 -1
  200. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItem.css +1 -1
  201. package/src/sap/ui/webc/main/thirdparty/css/themes/ListItemBase.css +1 -1
  202. package/src/sap/ui/webc/main/thirdparty/css/themes/Menu.css +1 -1
  203. package/src/sap/ui/webc/main/thirdparty/css/themes/MonthPicker.css +1 -1
  204. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  205. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBoxPopover.css +1 -0
  206. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiInput.css +1 -1
  207. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
  208. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  209. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
  210. package/src/sap/ui/webc/main/thirdparty/css/themes/RangeSlider.css +1 -0
  211. package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -1
  212. package/src/sap/ui/webc/main/thirdparty/css/themes/ResponsivePopoverCommon.css +1 -1
  213. package/src/sap/ui/webc/main/thirdparty/css/themes/SegmentedButton.css +1 -1
  214. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -1
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/StepInput.css +1 -1
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/Switch.css +1 -1
  219. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
  220. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
  221. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
  222. package/src/sap/ui/webc/main/thirdparty/css/themes/TableGroupRow.css +1 -1
  223. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -1
  224. package/src/sap/ui/webc/main/thirdparty/css/themes/TimePicker.css +1 -1
  225. package/src/sap/ui/webc/main/thirdparty/css/themes/Toast.css +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.css +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/css/themes/Tokenizer.css +1 -1
  229. package/src/sap/ui/webc/main/thirdparty/css/themes/YearPicker.css +1 -1
  230. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  231. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  232. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  233. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  234. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  235. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  236. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  237. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  238. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
  239. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  240. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
  241. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
  242. package/src/sap/ui/webc/main/thirdparty/features/InputElementsFormSupport.js +13 -3
  243. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +1 -0
  244. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
  245. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +2 -2
  246. package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +3 -3
  248. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +3 -3
  249. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteDialogTemplate.lit.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
  252. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +1 -1
  253. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  255. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +1 -1
  256. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  257. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +2 -2
  259. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/generated/templates/MenuTemplate.lit.js +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +13 -9
  263. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +2 -2
  264. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +2 -2
  265. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +2 -2
  266. package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +1 -1
  267. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +9 -6
  268. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +10 -8
  269. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +1 -1
  270. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +1 -1
  272. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +2 -2
  273. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderBaseTemplate.lit.js +7 -4
  274. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +8 -5
  275. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +1 -1
  276. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +1 -1
  277. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableColumnTemplate.lit.js +1 -1
  280. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableGroupRowTemplate.lit.js +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +3 -3
  282. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +1 -1
  286. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +1 -1
  287. package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
  289. package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +1 -1
  290. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  291. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
  292. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
  293. package/src/sap/ui/webc/main/thirdparty/generated/themes/Carousel.css.js +1 -1
  294. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  295. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPalette.css.js +1 -1
  296. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPicker.css.js +1 -1
  297. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  298. package/src/sap/ui/webc/main/thirdparty/generated/themes/DatePicker.css.js +1 -1
  299. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +1 -1
  300. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  301. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  302. package/src/sap/ui/webc/main/thirdparty/generated/themes/InputIcon.css.js +1 -1
  303. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
  304. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
  305. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItemBase.css.js +1 -1
  306. package/src/sap/ui/webc/main/thirdparty/generated/themes/Menu.css.js +1 -1
  307. package/src/sap/ui/webc/main/thirdparty/generated/themes/MonthPicker.css.js +1 -1
  308. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  309. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBoxPopover.css.js +13 -0
  310. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiInput.css.js +1 -1
  311. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
  312. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  313. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
  314. package/src/sap/ui/webc/main/thirdparty/generated/themes/RangeSlider.css.js +13 -0
  315. package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +1 -1
  316. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  317. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
  318. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  319. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
  320. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +1 -1
  321. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
  322. package/src/sap/ui/webc/main/thirdparty/generated/themes/Switch.css.js +1 -1
  323. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
  324. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
  325. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
  326. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +1 -1
  327. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  328. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimePicker.css.js +1 -1
  329. package/src/sap/ui/webc/main/thirdparty/generated/themes/Toast.css.js +1 -1
  330. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.css.js +1 -1
  331. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
  332. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
  333. package/src/sap/ui/webc/main/thirdparty/generated/themes/YearPicker.css.js +1 -1
  334. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  335. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  336. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  337. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  338. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  339. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  340. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  341. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  342. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
  343. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  344. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
  345. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
  346. package/src/sap/ui/webc/main/thirdparty/ComboBoxFilters.js +0 -12
  347. package/src/sap/ui/webc/main/thirdparty/css/themes/Button.ie11.css +0 -1
  348. package/src/sap/ui/webc/main/thirdparty/css/themes/ToggleButton.ie11.css +0 -1
  349. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.ie11.css.js +0 -13
  350. package/src/sap/ui/webc/main/thirdparty/generated/themes/ToggleButton.ie11.css.js +0 -13
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * </ul>
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.103.0
56
+ * @version 1.105.0
57
57
  *
58
58
  * @constructor
59
59
  * @public
@@ -94,7 +94,9 @@ sap.ui.define([
94
94
  },
95
95
 
96
96
  /**
97
- * Sets the maximum number of characters available in the input field.
97
+ * Sets the maximum number of characters available in the input field. <br>
98
+ * <br>
99
+ * <b>Note:</b> This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.
98
100
  */
99
101
  maxlength: {
100
102
  type: "int"
@@ -113,6 +115,14 @@ sap.ui.define([
113
115
  defaultValue: ""
114
116
  },
115
117
 
118
+ /**
119
+ * Defines whether the value will be autcompleted to match an item
120
+ */
121
+ noTypeahead: {
122
+ type: "boolean",
123
+ defaultValue: false
124
+ },
125
+
116
126
  /**
117
127
  * Defines a short hint intended to aid the user with data entry when the component has no value.
118
128
  */
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * The <code>sap.ui.webc.main.Label</code> appearance can be influenced by properties, such as <code>required</code> and <code>wrappingType</code>. The appearance of the Label can be configured in a limited way by using the design property. For a broader choice of designs, you can use custom styles.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.103.0
34
+ * @version 1.105.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * If there is not enough space, the text of the <code>sap.ui.webc.main.Link</code> becomes truncated. If the <code>wrappingType</code> property is set to <code>"Normal"</code>, the text is displayed on several lines instead of being truncated.
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.103.0
43
+ * @version 1.105.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -188,7 +188,36 @@ sap.ui.define([
188
188
  * Fired when the component is triggered either with a mouse/tap or by using the Enter key.
189
189
  */
190
190
  click: {
191
- parameters: {}
191
+ allowPreventDefault: true,
192
+ parameters: {
193
+ /**
194
+ * Returns whether the "ALT" key was pressed when the event was triggered.
195
+ */
196
+ altKey: {
197
+ type: "boolean"
198
+ },
199
+
200
+ /**
201
+ * Returns whether the "CTRL" key was pressed when the event was triggered.
202
+ */
203
+ ctrlKey: {
204
+ type: "boolean"
205
+ },
206
+
207
+ /**
208
+ * Returns whether the "META" key was pressed when the event was triggered.
209
+ */
210
+ metaKey: {
211
+ type: "boolean"
212
+ },
213
+
214
+ /**
215
+ * Returns whether the "SHIFT" key was pressed when the event was triggered.
216
+ */
217
+ shiftKey: {
218
+ type: "boolean"
219
+ }
220
+ }
192
221
  }
193
222
  },
194
223
  designtime: "sap/ui/webc/main/designtime/Link.designtime"
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.103.0
64
+ * @version 1.105.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -263,7 +263,7 @@ sap.ui.define([
263
263
  /**
264
264
  * Fired when the <code>Close</code> button of any item is clicked <br>
265
265
  * <br>
266
- * <b>Note:</b> This event is applicable to <code>sap.ui.webc.fiori.NotificationListItem</code> items only, not to be confused with <code>item-delete</code>.
266
+ * <b>Note:</b> This event is only applicable to list items that can be closed (such as notification list items), not to be confused with <code>item-delete</code>.
267
267
  */
268
268
  itemClose: {
269
269
  parameters: {
@@ -295,7 +295,7 @@ sap.ui.define([
295
295
  /**
296
296
  * Fired when the <code>Toggle</code> button of any item is clicked. <br>
297
297
  * <br>
298
- * <b>Note:</b> This event is applicable to <code>sap.ui.webc.fiori.NotificationListGroupItem</code> items only.
298
+ * <b>Note:</b> This event is only applicable to list items that can be toggled (such as notification group list items).
299
299
  */
300
300
  itemToggle: {
301
301
  parameters: {
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul> Note: if the text ditrection is set to Right-to-left (RTL), <code>Arrow Right</code> and <code>Arrow Left</code> functionality is swapped. <br>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.103.0
42
+ * @version 1.105.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <code>sap.ui.webc.main.MenuItem</code> is an abstract element, representing a node in a <code>sap.ui.webc.main.Menu</code>. The menu itself is rendered as a list, and each <code>sap.ui.webc.main.MenuItem</code> is represented by a list item (<code>sap.ui.webc.main.StandardListItem</code>) in that list. Therefore, you should only use <code>sap.ui.webc.main.MenuItem</code> directly in your apps. The <code>sap.ui.webc.main.StandardListItem</code> list item is internal for the list, and not intended for public use.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.103.0
34
+ * @version 1.105.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * <h3>Keyboard Handling</h3>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.103.0
37
+ * @version 1.105.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  * </ul>
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.103.0
62
+ * @version 1.105.0
63
63
  *
64
64
  * @constructor
65
65
  * @public
@@ -78,6 +78,13 @@ sap.ui.define([
78
78
  ],
79
79
  properties: {
80
80
 
81
+ /**
82
+ * Defines the accessible aria name of the component.
83
+ */
84
+ accessibleName: {
85
+ type: "string"
86
+ },
87
+
81
88
  /**
82
89
  * Defines if the user input will be prevented, if no matching item has been found
83
90
  */
@@ -107,6 +114,14 @@ sap.ui.define([
107
114
  defaultValue: "StartsWithPerTerm"
108
115
  },
109
116
 
117
+ /**
118
+ * Defines whether the value will be autcompleted to match an item
119
+ */
120
+ noTypeahead: {
121
+ type: "boolean",
122
+ defaultValue: false
123
+ },
124
+
110
125
  /**
111
126
  * Defines a short hint intended to aid the user with data entry when the component has no value.
112
127
  */
@@ -205,6 +220,21 @@ sap.ui.define([
205
220
  multiple: true
206
221
  }
207
222
  },
223
+ associations: {
224
+
225
+ /**
226
+ * Receives id(or many ids) of the controls that label this control.
227
+ */
228
+ ariaLabelledBy: {
229
+ type: "sap.ui.core.Control",
230
+ multiple: true,
231
+ mapping: {
232
+ type: "property",
233
+ to: "accessibleNameRef",
234
+ formatter: "_getAriaLabelledByForRendering"
235
+ }
236
+ }
237
+ },
208
238
  events: {
209
239
 
210
240
  /**
@@ -0,0 +1,61 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 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.MultiComboBoxGroupItem.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/MultiComboBoxGroupItem"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>MultiComboBoxGroupItem</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.webc.common.WebComponent
22
+ * @class
23
+ *
24
+ * The <code>sap.ui.webc.main.MultiComboBoxGroupItem</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.MultiComboBox</code> suggestions into groups.
25
+ *
26
+ * @author SAP SE
27
+ * @version 1.105.0
28
+ *
29
+ * @constructor
30
+ * @public
31
+ * @since 1.92.0
32
+ * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
33
+ * @alias sap.ui.webc.main.MultiComboBoxGroupItem
34
+ * @implements sap.ui.webc.main.IMultiComboBoxItem
35
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
36
+ */
37
+ var MultiComboBoxGroupItem = WebComponent.extend("sap.ui.webc.main.MultiComboBoxGroupItem", {
38
+ metadata: {
39
+ library: "sap.ui.webc.main",
40
+ tag: "ui5-mcb-group-item-ui5",
41
+ interfaces: [
42
+ "sap.ui.webc.main.IMultiComboBoxItem"
43
+ ],
44
+ properties: {
45
+
46
+ /**
47
+ * Defines the text of the component.
48
+ */
49
+ text: {
50
+ type: "string",
51
+ defaultValue: ""
52
+ }
53
+ }
54
+ }
55
+ });
56
+
57
+ /* CUSTOM CODE START */
58
+ /* CUSTOM CODE END */
59
+
60
+ return MultiComboBoxGroupItem;
61
+ });
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.MultiComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.MultiComboBox</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.103.0
27
+ * @version 1.105.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.103.0
41
+ * @version 1.105.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -79,7 +79,9 @@ sap.ui.define([
79
79
  },
80
80
 
81
81
  /**
82
- * Sets the maximum number of characters available in the input field.
82
+ * Sets the maximum number of characters available in the input field. <br>
83
+ * <br>
84
+ * <b>Note:</b> This property is not compatible with the ui5-input type InputType.Number. If the ui5-input type is set to Number, the maxlength value is ignored.
83
85
  */
84
86
  maxlength: {
85
87
  type: "int"
@@ -98,6 +100,14 @@ sap.ui.define([
98
100
  defaultValue: ""
99
101
  },
100
102
 
103
+ /**
104
+ * Defines whether the value will be autcompleted to match an item
105
+ */
106
+ noTypeahead: {
107
+ type: "boolean",
108
+ defaultValue: false
109
+ },
110
+
101
111
  /**
102
112
  * Defines a short hint intended to aid the user with data entry when the component has no value.
103
113
  */
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.main.Option</code> component defines the content of an option in the <code>sap.ui.webc.main.Select</code>.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.103.0
30
+ * @version 1.105.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -54,13 +54,14 @@ sap.ui.define([
54
54
  * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
55
55
  * The <code>sap.ui.webc.main.Panel</code> exposes the following CSS Shadow Parts:
56
56
  * <ul>
57
+ * <li>header - Used to style the wrapper of the header</li>
57
58
  * <li>content - Used to style the wrapper of the content</li>
58
59
  * </ul>
59
60
  *
60
61
  * <h3>Keyboard Handling</h3>
61
62
  *
62
63
  * @author SAP SE
63
- * @version 1.103.0
64
+ * @version 1.105.0
64
65
  *
65
66
  * @constructor
66
67
  * @public
@@ -155,7 +156,7 @@ sap.ui.define([
155
156
  aggregations: {
156
157
 
157
158
  /**
158
- * Determines the content of the component. The content is visible only when the component is expanded.
159
+ * Defines the content of the component. The content is visible only when the component is expanded.
159
160
  */
160
161
  content: {
161
162
  type: "sap.ui.core.Control",
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * </ul>
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.103.0
54
+ * @version 1.105.0
55
55
  *
56
56
  * @constructor
57
57
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * <h3>Responsive Behavior</h3> You can change the size of the Progress Indicator by changing its <code>width</code> or <code>height</code> CSS properties.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.103.0
33
+ * @version 1.105.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * <b>Note:</b> On entering radio button group, the focus goes to the currently selected radio button.
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.103.0
42
+ * @version 1.105.0
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * </ul>
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.103.0
64
+ * @version 1.105.0
65
65
  *
66
66
  * @constructor
67
67
  * @public
@@ -76,6 +76,13 @@ sap.ui.define([
76
76
  tag: "ui5-range-slider-ui5",
77
77
  properties: {
78
78
 
79
+ /**
80
+ * Defines the accessible aria name of the component.
81
+ */
82
+ accessibleName: {
83
+ type: "string"
84
+ },
85
+
79
86
  /**
80
87
  * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
81
88
  */
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.103.0
46
+ * @version 1.105.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * </ul>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.103.0
43
+ * @version 1.105.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * <b>Note:</b> There can be just one selected <code>item</code> at a time.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.103.0
31
+ * @version 1.105.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * 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
32
  *
33
33
  * @author SAP SE
34
- * @version 1.103.0
34
+ * @version 1.105.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -109,11 +109,11 @@ sap.ui.define([
109
109
  },
110
110
 
111
111
  /**
112
- * Defines the icon to be displayed as graphical element within the component. The SAP-icons font provides numerous options. <br>
112
+ * Defines the icon, displayed as graphical element within the component. The SAP-icons font provides numerous options. <br>
113
113
  * <br>
114
114
  * Example:
115
115
  *
116
- * See all the available icons in the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
116
+ * See all the available icons within the <ui5-link target="_blank" href="https://openui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html" class="api-table-content-cell-link">Icon Explorer</ui5-link>.
117
117
  */
118
118
  icon: {
119
119
  type: "string",
@@ -40,7 +40,7 @@ sap.ui.define([
40
40
  * </ul> <br>
41
41
  *
42
42
  * @author SAP SE
43
- * @version 1.103.0
43
+ * @version 1.105.0
44
44
  *
45
45
  * @constructor
46
46
  * @public
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * </ul>
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.103.0
74
+ * @version 1.105.0
75
75
  *
76
76
  * @constructor
77
77
  * @public
@@ -90,6 +90,13 @@ sap.ui.define([
90
90
  ],
91
91
  properties: {
92
92
 
93
+ /**
94
+ * Defines the accessible aria name of the component.
95
+ */
96
+ accessibleName: {
97
+ type: "string"
98
+ },
99
+
93
100
  /**
94
101
  * Defines whether the control is enabled. A disabled control can't be interacted with, and it is not in the tab chain.
95
102
  */
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * </ul>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.103.0
53
+ * @version 1.105.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.103.0
44
+ * @version 1.105.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -52,7 +52,7 @@ sap.ui.define([
52
52
  * </ul>
53
53
  *
54
54
  * @author SAP SE
55
- * @version 1.103.0
55
+ * @version 1.105.0
56
56
  *
57
57
  * @constructor
58
58
  * @public
@@ -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.103.0
27
+ * @version 1.105.0
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.103.0
31
+ * @version 1.105.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.103.0
46
+ * @version 1.105.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -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.103.0
30
+ * @version 1.105.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * <h3>Keyboard Handling</h3>
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.103.0
52
+ * @version 1.105.0
53
53
  *
54
54
  * @constructor
55
55
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.TabSeparator</code> represents a vertical line to separate tabs inside a <code>sap.ui.webc.main.TabContainer</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.103.0
27
+ * @version 1.105.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * </ul>
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.103.0
59
+ * @version 1.105.0
60
60
  *
61
61
  * @constructor
62
62
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.103.0
37
+ * @version 1.105.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.103.0
37
+ * @version 1.105.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.103.0
37
+ * @version 1.105.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * </ul>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.103.0
40
+ * @version 1.105.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * </ul>
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.103.0
44
+ * @version 1.105.0
45
45
  *
46
46
  * @constructor
47
47
  * @public
@@ -63,7 +63,7 @@ sap.ui.define([
63
63
  * </ul>
64
64
  *
65
65
  * @author SAP SE
66
- * @version 1.103.0
66
+ * @version 1.105.0
67
67
  *
68
68
  * @constructor
69
69
  * @public
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * The <code>sap.ui.webc.main.Title</code> component is used to display titles inside a page. It is a simple, large-sized text with explicit header/title semantics.
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.103.0
32
+ * @version 1.105.0
33
33
  *
34
34
  * @constructor
35
35
  * @public