@openui5/sap.ui.webc.main 1.98.0 → 1.99.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 (381) hide show
  1. package/package.json +3 -3
  2. package/src/sap/ui/webc/main/.library +1 -1
  3. package/src/sap/ui/webc/main/Avatar.js +4 -1
  4. package/src/sap/ui/webc/main/AvatarGroup.js +4 -1
  5. package/src/sap/ui/webc/main/Badge.js +4 -1
  6. package/src/sap/ui/webc/main/Breadcrumbs.js +6 -2
  7. package/src/sap/ui/webc/main/BreadcrumbsItem.js +4 -1
  8. package/src/sap/ui/webc/main/BusyIndicator.js +4 -1
  9. package/src/sap/ui/webc/main/Button.js +49 -1
  10. package/src/sap/ui/webc/main/Calendar.js +5 -1
  11. package/src/sap/ui/webc/main/CalendarDate.js +4 -1
  12. package/src/sap/ui/webc/main/Card.js +20 -10
  13. package/src/sap/ui/webc/main/CardHeader.js +4 -1
  14. package/src/sap/ui/webc/main/Carousel.js +8 -2
  15. package/src/sap/ui/webc/main/CheckBox.js +49 -1
  16. package/src/sap/ui/webc/main/ColorPalette.js +4 -1
  17. package/src/sap/ui/webc/main/ColorPaletteItem.js +4 -1
  18. package/src/sap/ui/webc/main/ColorPalettePopover.js +22 -2
  19. package/src/sap/ui/webc/main/ColorPicker.js +4 -1
  20. package/src/sap/ui/webc/main/ComboBox.js +37 -12
  21. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +4 -1
  22. package/src/sap/ui/webc/main/ComboBoxItem.js +4 -1
  23. package/src/sap/ui/webc/main/CustomListItem.js +4 -1
  24. package/src/sap/ui/webc/main/DatePicker.js +20 -10
  25. package/src/sap/ui/webc/main/DateRangePicker.js +28 -11
  26. package/src/sap/ui/webc/main/DateTimePicker.js +19 -9
  27. package/src/sap/ui/webc/main/Dialog.js +20 -2
  28. package/src/sap/ui/webc/main/FileUploader.js +4 -1
  29. package/src/sap/ui/webc/main/GroupHeaderListItem.js +4 -1
  30. package/src/sap/ui/webc/main/Icon.js +20 -3
  31. package/src/sap/ui/webc/main/Input.js +54 -10
  32. package/src/sap/ui/webc/main/Label.js +29 -12
  33. package/src/sap/ui/webc/main/Link.js +44 -5
  34. package/src/sap/ui/webc/main/List.js +25 -13
  35. package/src/sap/ui/webc/main/MessageStrip.js +6 -1
  36. package/src/sap/ui/webc/main/MultiComboBox.js +13 -1
  37. package/src/sap/ui/webc/main/MultiComboBoxItem.js +4 -1
  38. package/src/sap/ui/webc/main/MultiInput.js +38 -10
  39. package/src/sap/ui/webc/main/Option.js +4 -1
  40. package/src/sap/ui/webc/main/Panel.js +6 -1
  41. package/src/sap/ui/webc/main/Popover.js +20 -2
  42. package/src/sap/ui/webc/main/ProgressIndicator.js +13 -1
  43. package/src/sap/ui/webc/main/RadioButton.js +41 -1
  44. package/src/sap/ui/webc/main/RangeSlider.js +6 -2
  45. package/src/sap/ui/webc/main/RatingIndicator.js +19 -2
  46. package/src/sap/ui/webc/main/ResponsivePopover.js +20 -2
  47. package/src/sap/ui/webc/main/SegmentedButton.js +33 -1
  48. package/src/sap/ui/webc/main/SegmentedButtonItem.js +49 -1
  49. package/src/sap/ui/webc/main/Select.js +28 -9
  50. package/src/sap/ui/webc/main/Slider.js +15 -2
  51. package/src/sap/ui/webc/main/SplitButton.js +156 -0
  52. package/src/sap/ui/webc/main/StandardListItem.js +4 -1
  53. package/src/sap/ui/webc/main/StepInput.js +28 -9
  54. package/src/sap/ui/webc/main/SuggestionGroupItem.js +4 -1
  55. package/src/sap/ui/webc/main/SuggestionItem.js +4 -1
  56. package/src/sap/ui/webc/main/Switch.js +19 -1
  57. package/src/sap/ui/webc/main/Tab.js +5 -2
  58. package/src/sap/ui/webc/main/TabContainer.js +37 -2
  59. package/src/sap/ui/webc/main/TabSeparator.js +4 -1
  60. package/src/sap/ui/webc/main/Table.js +20 -2
  61. package/src/sap/ui/webc/main/TableCell.js +4 -1
  62. package/src/sap/ui/webc/main/TableColumn.js +4 -1
  63. package/src/sap/ui/webc/main/TableGroupRow.js +4 -1
  64. package/src/sap/ui/webc/main/TableRow.js +4 -1
  65. package/src/sap/ui/webc/main/TextArea.js +19 -9
  66. package/src/sap/ui/webc/main/TimePicker.js +4 -1
  67. package/src/sap/ui/webc/main/Title.js +4 -1
  68. package/src/sap/ui/webc/main/Toast.js +4 -1
  69. package/src/sap/ui/webc/main/ToggleButton.js +49 -1
  70. package/src/sap/ui/webc/main/Token.js +4 -1
  71. package/src/sap/ui/webc/main/Tree.js +4 -1
  72. package/src/sap/ui/webc/main/TreeItem.js +20 -1
  73. package/src/sap/ui/webc/main/designtime/Input.designtime.js +26 -0
  74. package/src/sap/ui/webc/main/designtime/MultiInput.designtime.js +27 -0
  75. package/src/sap/ui/webc/main/designtime/RangeSlider.designtime.js +26 -0
  76. package/src/sap/ui/webc/main/designtime/RatingIndicator.designtime.js +26 -0
  77. package/src/sap/ui/webc/main/designtime/Slider.designtime.js +25 -0
  78. package/src/sap/ui/webc/main/designtime/library.designtime.js +12 -0
  79. package/src/sap/ui/webc/main/designtime/messagebundle.properties +32 -0
  80. package/src/sap/ui/webc/main/designtime/messagebundle_ar.properties +24 -0
  81. package/src/sap/ui/webc/main/designtime/messagebundle_bg.properties +24 -0
  82. package/src/sap/ui/webc/main/designtime/messagebundle_ca.properties +24 -0
  83. package/src/sap/ui/webc/main/designtime/messagebundle_cs.properties +24 -0
  84. package/src/sap/ui/webc/main/designtime/messagebundle_cy.properties +24 -0
  85. package/src/sap/ui/webc/main/designtime/messagebundle_da.properties +24 -0
  86. package/src/sap/ui/webc/main/designtime/messagebundle_de.properties +24 -0
  87. package/src/sap/ui/webc/main/designtime/messagebundle_el.properties +24 -0
  88. package/src/sap/ui/webc/main/designtime/messagebundle_en.properties +24 -0
  89. package/src/sap/ui/webc/main/designtime/messagebundle_en_GB.properties +24 -0
  90. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_sappsd.properties +24 -0
  91. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saprigi.properties +24 -0
  92. package/src/sap/ui/webc/main/designtime/messagebundle_en_US_saptrc.properties +24 -0
  93. package/src/sap/ui/webc/main/designtime/messagebundle_es.properties +24 -0
  94. package/src/sap/ui/webc/main/designtime/messagebundle_es_MX.properties +24 -0
  95. package/src/sap/ui/webc/main/designtime/messagebundle_et.properties +24 -0
  96. package/src/sap/ui/webc/main/designtime/messagebundle_fi.properties +24 -0
  97. package/src/sap/ui/webc/main/designtime/messagebundle_fr.properties +24 -0
  98. package/src/sap/ui/webc/main/designtime/messagebundle_fr_CA.properties +24 -0
  99. package/src/sap/ui/webc/main/designtime/messagebundle_hi.properties +24 -0
  100. package/src/sap/ui/webc/main/designtime/messagebundle_hr.properties +24 -0
  101. package/src/sap/ui/webc/main/designtime/messagebundle_hu.properties +24 -0
  102. package/src/sap/ui/webc/main/designtime/messagebundle_id.properties +24 -0
  103. package/src/sap/ui/webc/main/designtime/messagebundle_it.properties +24 -0
  104. package/src/sap/ui/webc/main/designtime/messagebundle_iw.properties +24 -0
  105. package/src/sap/ui/webc/main/designtime/messagebundle_ja.properties +24 -0
  106. package/src/sap/ui/webc/main/designtime/messagebundle_kk.properties +24 -0
  107. package/src/sap/ui/webc/main/designtime/messagebundle_ko.properties +24 -0
  108. package/src/sap/ui/webc/main/designtime/messagebundle_lt.properties +24 -0
  109. package/src/sap/ui/webc/main/designtime/messagebundle_lv.properties +24 -0
  110. package/src/sap/ui/webc/main/designtime/messagebundle_ms.properties +24 -0
  111. package/src/sap/ui/webc/main/designtime/messagebundle_nl.properties +24 -0
  112. package/src/sap/ui/webc/main/designtime/messagebundle_no.properties +24 -0
  113. package/src/sap/ui/webc/main/designtime/messagebundle_pl.properties +24 -0
  114. package/src/sap/ui/webc/main/designtime/messagebundle_pt.properties +24 -0
  115. package/src/sap/ui/webc/main/designtime/messagebundle_pt_PT.properties +24 -0
  116. package/src/sap/ui/webc/main/designtime/messagebundle_ro.properties +24 -0
  117. package/src/sap/ui/webc/main/designtime/messagebundle_ru.properties +24 -0
  118. package/src/sap/ui/webc/main/designtime/messagebundle_sh.properties +24 -0
  119. package/src/sap/ui/webc/main/designtime/messagebundle_sk.properties +24 -0
  120. package/src/sap/ui/webc/main/designtime/messagebundle_sl.properties +24 -0
  121. package/src/sap/ui/webc/main/designtime/messagebundle_sv.properties +24 -0
  122. package/src/sap/ui/webc/main/designtime/messagebundle_th.properties +24 -0
  123. package/src/sap/ui/webc/main/designtime/messagebundle_tr.properties +24 -0
  124. package/src/sap/ui/webc/main/designtime/messagebundle_uk.properties +24 -0
  125. package/src/sap/ui/webc/main/designtime/messagebundle_vi.properties +24 -0
  126. package/src/sap/ui/webc/main/designtime/messagebundle_zh_CN.properties +24 -0
  127. package/src/sap/ui/webc/main/designtime/messagebundle_zh_TW.properties +24 -0
  128. package/src/sap/ui/webc/main/library.config.js +3 -0
  129. package/src/sap/ui/webc/main/library.js +99 -4
  130. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +2 -2
  131. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +14 -9
  132. package/src/sap/ui/webc/main/thirdparty/BreadcrumbsItem.js +1 -1
  133. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +2 -3
  134. package/src/sap/ui/webc/main/thirdparty/Button.js +9 -13
  135. package/src/sap/ui/webc/main/thirdparty/Calendar.js +1 -0
  136. package/src/sap/ui/webc/main/thirdparty/Carousel.js +1 -0
  137. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +15 -2
  138. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +5 -5
  139. package/src/sap/ui/webc/main/thirdparty/ColorPalettePopover.js +11 -3
  140. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +57 -17
  141. package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +6 -8
  142. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +6 -0
  143. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +6 -0
  144. package/src/sap/ui/webc/main/thirdparty/Dialog.js +4 -11
  145. package/src/sap/ui/webc/main/thirdparty/Icon.js +8 -6
  146. package/src/sap/ui/webc/main/thirdparty/Input.js +88 -11
  147. package/src/sap/ui/webc/main/thirdparty/Link.js +5 -6
  148. package/src/sap/ui/webc/main/thirdparty/List.js +4 -2
  149. package/src/sap/ui/webc/main/thirdparty/MessageStrip.js +13 -1
  150. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +6 -3
  151. package/src/sap/ui/webc/main/thirdparty/MultiComboBoxItem.js +1 -1
  152. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +39 -8
  153. package/src/sap/ui/webc/main/thirdparty/Option.js +4 -1
  154. package/src/sap/ui/webc/main/thirdparty/Panel.js +5 -5
  155. package/src/sap/ui/webc/main/thirdparty/Popover.js +64 -51
  156. package/src/sap/ui/webc/main/thirdparty/Popup.js +6 -2
  157. package/src/sap/ui/webc/main/thirdparty/RadioButton.js +5 -2
  158. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +20 -7
  159. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +1 -0
  160. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +6 -1
  161. package/src/sap/ui/webc/main/thirdparty/Select.js +3 -2
  162. package/src/sap/ui/webc/main/thirdparty/SliderBase.js +4 -1
  163. package/src/sap/ui/webc/main/thirdparty/SplitButton.js +196 -0
  164. package/src/sap/ui/webc/main/thirdparty/Switch.js +8 -1
  165. package/src/sap/ui/webc/main/thirdparty/Tab.js +8 -5
  166. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +320 -92
  167. package/src/sap/ui/webc/main/thirdparty/TabSeparator.js +26 -3
  168. package/src/sap/ui/webc/main/thirdparty/Table.js +163 -6
  169. package/src/sap/ui/webc/main/thirdparty/TableColumn.js +0 -3
  170. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +3 -0
  171. package/src/sap/ui/webc/main/thirdparty/TableRow.js +52 -3
  172. package/src/sap/ui/webc/main/thirdparty/TextArea.js +8 -4
  173. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +94 -6
  174. package/src/sap/ui/webc/main/thirdparty/TreeItem.js +3 -0
  175. package/src/sap/ui/webc/main/thirdparty/TreeListItem.js +7 -1
  176. package/src/sap/ui/webc/main/thirdparty/css/themes/Badge.css +1 -1
  177. package/src/sap/ui/webc/main/thirdparty/css/themes/Breadcrumbs.css +1 -1
  178. package/src/sap/ui/webc/main/thirdparty/css/themes/BrowserScrollbar.css +1 -1
  179. package/src/sap/ui/webc/main/thirdparty/css/themes/BusyIndicator.css +1 -1
  180. package/src/sap/ui/webc/main/thirdparty/css/themes/Calendar.css +1 -1
  181. package/src/sap/ui/webc/main/thirdparty/css/themes/CardHeader.css +1 -1
  182. package/src/sap/ui/webc/main/thirdparty/css/themes/CheckBox.css +1 -1
  183. package/src/sap/ui/webc/main/thirdparty/css/themes/ComboBox.css +1 -1
  184. package/src/sap/ui/webc/main/thirdparty/css/themes/CustomListItem.css +1 -1
  185. package/src/sap/ui/webc/main/thirdparty/css/themes/Dialog.css +1 -1
  186. package/src/sap/ui/webc/main/thirdparty/css/themes/Input.css +1 -1
  187. package/src/sap/ui/webc/main/thirdparty/css/themes/List.css +1 -1
  188. package/src/sap/ui/webc/main/thirdparty/css/themes/MultiComboBox.css +1 -1
  189. package/src/sap/ui/webc/main/thirdparty/css/themes/Panel.css +1 -1
  190. package/src/sap/ui/webc/main/thirdparty/css/themes/Popover.css +1 -1
  191. package/src/sap/ui/webc/main/thirdparty/css/themes/PopupsCommon.css +1 -1
  192. package/src/sap/ui/webc/main/thirdparty/css/themes/RadioButton.css +1 -1
  193. package/src/sap/ui/webc/main/thirdparty/css/themes/RatingIndicator.css +1 -1
  194. package/src/sap/ui/webc/main/thirdparty/css/themes/Select.css +1 -1
  195. package/src/sap/ui/webc/main/thirdparty/css/themes/SelectPopover.css +1 -1
  196. package/src/sap/ui/webc/main/thirdparty/css/themes/SliderBase.css +1 -1
  197. package/src/sap/ui/webc/main/thirdparty/css/themes/SplitButton.css +1 -0
  198. package/src/sap/ui/webc/main/thirdparty/css/themes/Suggestions.css +1 -1
  199. package/src/sap/ui/webc/main/thirdparty/css/themes/TabContainer.css +1 -1
  200. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInOverflow.css +1 -1
  201. package/src/sap/ui/webc/main/thirdparty/css/themes/TabInStrip.css +1 -1
  202. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInOverflow.css +1 -0
  203. package/src/sap/ui/webc/main/thirdparty/css/themes/TabSeparatorInStrip.css +1 -0
  204. package/src/sap/ui/webc/main/thirdparty/css/themes/Table.css +1 -1
  205. package/src/sap/ui/webc/main/thirdparty/css/themes/TableColumn.css +1 -1
  206. package/src/sap/ui/webc/main/thirdparty/css/themes/TextArea.css +1 -1
  207. package/src/sap/ui/webc/main/thirdparty/css/themes/TimeSelection.css +1 -1
  208. package/src/sap/ui/webc/main/thirdparty/css/themes/Token.css +1 -1
  209. package/src/sap/ui/webc/main/thirdparty/css/themes/ValueStateMessage.css +1 -1
  210. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
  211. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
  212. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
  213. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
  214. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
  215. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
  216. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
  217. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
  218. package/src/sap/ui/webc/main/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
  219. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +67 -13
  220. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +9 -1
  221. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +9 -9
  222. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +47 -47
  223. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarGroupTemplate.lit.js +1 -1
  224. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +1 -1
  225. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +1 -1
  229. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +1 -1
  230. package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +1 -1
  231. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPalettePopoverTemplate.lit.js +1 -1
  232. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +1 -1
  233. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +1 -1
  234. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +2 -2
  235. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +1 -1
  236. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +1 -1
  237. package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +1 -1
  238. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +5 -4
  239. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +4 -4
  240. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +6 -5
  241. package/src/sap/ui/webc/main/thirdparty/generated/templates/LinkTemplate.lit.js +1 -1
  242. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +2 -2
  243. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +7 -6
  245. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +2 -2
  246. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupBlockLayerTemplate.lit.js +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +1 -1
  250. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonTemplate.lit.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +2 -2
  252. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderBaseTemplate.lit.js +1 -1
  253. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/templates/SplitButtonTemplate.lit.js +7 -0
  255. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +2 -2
  256. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +2 -2
  257. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +4 -2
  259. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +9 -10
  260. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +1 -1
  262. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInOverflowTemplate.lit.js +7 -0
  263. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorInStripTemplate.lit.js +7 -0
  264. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableGroupRowTemplate.lit.js +1 -1
  265. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableRowTemplate.lit.js +2 -2
  266. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +3 -3
  267. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +1 -1
  268. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +1 -1
  269. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +2 -2
  270. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +1 -1
  271. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
  272. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +1 -1
  273. package/src/sap/ui/webc/main/thirdparty/generated/themes/BrowserScrollbar.css.js +1 -1
  274. package/src/sap/ui/webc/main/thirdparty/generated/themes/BusyIndicator.css.js +1 -1
  275. package/src/sap/ui/webc/main/thirdparty/generated/themes/Calendar.css.js +1 -1
  276. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +1 -1
  277. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  278. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  279. package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +1 -1
  280. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  281. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  282. package/src/sap/ui/webc/main/thirdparty/generated/themes/List.css.js +1 -1
  283. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  284. package/src/sap/ui/webc/main/thirdparty/generated/themes/Panel.css.js +1 -1
  285. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +1 -1
  286. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  287. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
  288. package/src/sap/ui/webc/main/thirdparty/generated/themes/RatingIndicator.css.js +1 -1
  289. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  290. package/src/sap/ui/webc/main/thirdparty/generated/themes/SelectPopover.css.js +1 -1
  291. package/src/sap/ui/webc/main/thirdparty/generated/themes/SliderBase.css.js +1 -1
  292. package/src/sap/ui/webc/main/thirdparty/generated/themes/SplitButton.css.js +13 -0
  293. package/src/sap/ui/webc/main/thirdparty/generated/themes/Suggestions.css.js +1 -1
  294. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabContainer.css.js +1 -1
  295. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInOverflow.css.js +1 -1
  296. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabInStrip.css.js +1 -1
  297. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInOverflow.css.js +13 -0
  298. package/src/sap/ui/webc/main/thirdparty/generated/themes/TabSeparatorInStrip.css.js +13 -0
  299. package/src/sap/ui/webc/main/thirdparty/generated/themes/Table.css.js +1 -1
  300. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableColumn.css.js +1 -1
  301. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  302. package/src/sap/ui/webc/main/thirdparty/generated/themes/TimeSelection.css.js +1 -1
  303. package/src/sap/ui/webc/main/thirdparty/generated/themes/Token.css.js +1 -1
  304. package/src/sap/ui/webc/main/thirdparty/generated/themes/ValueStateMessage.css.js +1 -1
  305. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  306. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  307. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  308. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  309. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  310. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  311. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  312. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  313. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
  314. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-f610ffe9.js → messagebundle_ar-7d8b4442.js} +10 -2
  315. package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-e372ad7a.js → messagebundle_bg-9ad96f98.js} +10 -2
  316. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-64403819.js → messagebundle_ca-f1555bd9.js} +10 -2
  317. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-f5276d1f.js → messagebundle_cs-ef8aa726.js} +10 -2
  318. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-5b51959f.js → messagebundle_cy-990b67d4.js} +10 -2
  319. package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-3f0c542a.js → messagebundle_da-10ddad8e.js} +10 -2
  320. package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-ff52e292.js → messagebundle_de-3df474de.js} +10 -2
  321. package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-8a8f0e04.js → messagebundle_el-26906c8d.js} +10 -2
  322. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-39f79920.js → messagebundle_en-f820b936.js} +10 -2
  323. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-9a6995bc.js → messagebundle_en_GB-2d06b0a2.js} +10 -2
  324. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-1cd6f946.js → messagebundle_en_US_sappsd-5a02ac90.js} +10 -2
  325. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-88214efb.js → messagebundle_en_US_saprigi-789390fa.js} +10 -2
  326. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-d8b4cc37.js → messagebundle_en_US_saptrc-b8adcdb7.js} +10 -2
  327. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-4e7804b3.js → messagebundle_es-fb48a8d9.js} +10 -2
  328. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-5d55637e.js → messagebundle_es_MX-1649847d.js} +10 -2
  329. package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-d019447e.js → messagebundle_et-21441666.js} +10 -2
  330. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-115f5a0c.js → messagebundle_fi-a7a6ed50.js} +11 -3
  331. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-f4458a8c.js → messagebundle_fr-7d25aa37.js} +10 -2
  332. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-d3ac2579.js → messagebundle_fr_CA-f0885bcd.js} +10 -2
  333. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-3dbf5206.js → messagebundle_hi-4ff3dc19.js} +10 -2
  334. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-3112e358.js → messagebundle_hr-27ea5966.js} +10 -2
  335. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-90f77b24.js → messagebundle_hu-4e7efab2.js} +10 -2
  336. package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-4fd2c566.js → messagebundle_it-05136e9a.js} +10 -2
  337. package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-ff53b57b.js → messagebundle_iw-e57af9b5.js} +10 -2
  338. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-050a69c3.js → messagebundle_ja-548e66ac.js} +12 -4
  339. package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-597a9724.js → messagebundle_kk-9a532b4c.js} +10 -2
  340. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-d840efd8.js → messagebundle_ko-85246117.js} +10 -2
  341. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-d15c1526.js → messagebundle_lt-fd1ed9a8.js} +10 -2
  342. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-539ad33e.js → messagebundle_lv-528ee0b5.js} +10 -2
  343. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-98b3e6dd.js → messagebundle_ms-ab977639.js} +10 -2
  344. package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-5c52e887.js → messagebundle_nl-6ef0aca9.js} +10 -2
  345. package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-04ee2aaf.js → messagebundle_no-598c70b3.js} +10 -2
  346. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-6da30702.js → messagebundle_pl-3c6bd3f7.js} +10 -2
  347. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-71f281c3.js → messagebundle_pt-a38c9a95.js} +10 -2
  348. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-6d966418.js → messagebundle_pt_PT-6216e41a.js} +10 -2
  349. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-e76a9c5d.js → messagebundle_ro-4efbaf89.js} +10 -2
  350. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-dc34dd79.js → messagebundle_ru-c8cc395e.js} +10 -2
  351. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-f2171ee6.js → messagebundle_sh-a18343ab.js} +10 -2
  352. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-5c10a3c8.js → messagebundle_sk-cbb7b742.js} +10 -2
  353. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-14cff3cf.js → messagebundle_sl-39b012e5.js} +10 -2
  354. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-44a9e5d4.js → messagebundle_sv-68d03f9d.js} +10 -2
  355. package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-6cbca7a8.js → messagebundle_th-e0f152c1.js} +9 -1
  356. package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-00ce0f94.js → messagebundle_tr-10848533.js} +10 -2
  357. package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-bf2de1c7.js → messagebundle_uk-64f282f3.js} +10 -2
  358. package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-a0de6aa8.js → messagebundle_vi-c6d60018.js} +10 -2
  359. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-7cbf9197.js → messagebundle_zh_CN-3be28696.js} +10 -2
  360. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-53705d5b.js → messagebundle_zh_TW-229e0d2b.js} +9 -1
  361. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-87f538cb.js +13 -0
  362. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-91761a3a.js +13 -0
  363. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-9a20ee88.js +13 -0
  364. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ae75ba99.js +13 -0
  365. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-b27de009.js +13 -0
  366. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ba83be15.js +13 -0
  367. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c6c72cae.js +13 -0
  368. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dc4174de.js +13 -0
  369. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd344116.js +13 -0
  370. package/src/sap/ui/webc/main/thirdparty/types/HasPopup.js +23 -0
  371. package/src/sap/ui/webc/main/thirdparty/types/TabsOverflowMode.js +20 -0
  372. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorTemplate.lit.js +0 -7
  373. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-0af46f05.js +0 -13
  374. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4d5954e7.js +0 -13
  375. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-58c993f1.js +0 -13
  376. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-5cd315e5.js +0 -13
  377. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-6cdfb99e.js +0 -13
  378. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-c4cbd21b.js +0 -13
  379. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cc68d055.js +0 -13
  380. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-d4d2e1ea.js +0 -13
  381. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-ec070c87.js +0 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.main",
3
- "version": "1.98.0",
3
+ "version": "1.99.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.main",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.98.0",
20
- "@openui5/sap.ui.webc.common": "1.98.0"
19
+ "@openui5/sap.ui.core": "1.99.0",
20
+ "@openui5/sap.ui.webc.common": "1.99.0"
21
21
  }
22
22
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.main</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.98.0</version>
6
+ <version>1.99.0</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * <br>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.98.0
46
+ * @version 1.99.0
47
47
  *
48
48
  * @constructor
49
49
  * @public
@@ -172,5 +172,8 @@ sap.ui.define([
172
172
  }
173
173
  });
174
174
 
175
+ /* CUSTOM CODE START */
176
+ /* CUSTOM CODE END */
177
+
175
178
  return Avatar;
176
179
  });
@@ -73,7 +73,7 @@ sap.ui.define([
73
73
  * </ul> <br>
74
74
  *
75
75
  * @author SAP SE
76
- * @version 1.98.0
76
+ * @version 1.99.0
77
77
  *
78
78
  * @constructor
79
79
  * @public
@@ -174,5 +174,8 @@ sap.ui.define([
174
174
  * @function
175
175
  */
176
176
 
177
+ /* CUSTOM CODE START */
178
+ /* CUSTOM CODE END */
179
+
177
180
  return AvatarGroup;
178
181
  });
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.98.0
36
+ * @version 1.99.0
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -81,5 +81,8 @@ sap.ui.define([
81
81
  }
82
82
  });
83
83
 
84
+ /* CUSTOM CODE START */
85
+ /* CUSTOM CODE END */
86
+
84
87
  return Badge;
85
88
  });
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * </ul> <br>
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.98.0
48
+ * @version 1.99.0
49
49
  *
50
50
  * @constructor
51
51
  * @public
@@ -108,9 +108,10 @@ sap.ui.define([
108
108
  events: {
109
109
 
110
110
  /**
111
- * Fires when a <code>BreadcrumbsItem</code> is clicked.
111
+ * Fires when a <code>BreadcrumbsItem</code> is clicked. <b>Note:</b> You can prevent browser location change by calling <code>event.preventDefault()</code>.
112
112
  */
113
113
  itemClick: {
114
+ allowPreventDefault: true,
114
115
  parameters: {
115
116
  /**
116
117
  * The clicked item.
@@ -124,5 +125,8 @@ sap.ui.define([
124
125
  }
125
126
  });
126
127
 
128
+ /* CUSTOM CODE START */
129
+ /* CUSTOM CODE END */
130
+
127
131
  return Breadcrumbs;
128
132
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.BreadcrumbsItem</code> component defines the content of an item in <code>ui5-breadcumbs</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.98.0
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -94,5 +94,8 @@ sap.ui.define([
94
94
  }
95
95
  });
96
96
 
97
+ /* CUSTOM CODE START */
98
+ /* CUSTOM CODE END */
99
+
97
100
  return BreadcrumbsItem;
98
101
  });
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.98.0
49
+ * @version 1.99.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -136,5 +136,8 @@ sap.ui.define([
136
136
  }
137
137
  });
138
138
 
139
+ /* CUSTOM CODE START */
140
+ /* CUSTOM CODE END */
141
+
139
142
  return BusyIndicator;
140
143
  });
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.98.0
49
+ * @version 1.99.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -65,6 +65,36 @@ sap.ui.define([
65
65
  ],
66
66
  properties: {
67
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>expanded</code>: Indicates whether the button, or another grouping element it controls, is currently expanded or collapsed. Accepts the following string values:
76
+ * <ul>
77
+ * <li><code>true</code></li>
78
+ * <li><code>false</code></li>
79
+ * <ul>
80
+ * </li>
81
+ * <li><code>hasPopup</code>: Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by the button. Accepts the following string values:
82
+ * <ul>
83
+ * <li><code>Dialog</code></li>
84
+ * <li><code>Grid</code></li>
85
+ * <li><code>ListBox</code></li>
86
+ * <li><code>Menu</code></li>
87
+ * <li><code>Tree</code></li>
88
+ * </ul>
89
+ * </li>
90
+ * <li><code>controls</code>: Identifies the element (or elements) whose contents or presence are controlled by the button element. Accepts a string value.</li>
91
+ * </ul>
92
+ */
93
+ accessibilityAttributes: {
94
+ type: "object",
95
+ defaultValue: {}
96
+ },
97
+
68
98
  /**
69
99
  * Sets the accessible aria name of the component.
70
100
  */
@@ -161,6 +191,21 @@ sap.ui.define([
161
191
  mapping: "style"
162
192
  }
163
193
  },
194
+ associations: {
195
+
196
+ /**
197
+ * Receives id(or many ids) of the controls that label this control.
198
+ */
199
+ ariaLabelledBy: {
200
+ type: "sap.ui.core.Control",
201
+ multiple: true,
202
+ mapping: {
203
+ type: "property",
204
+ to: "accessibleNameRef",
205
+ formatter: "_getAriaLabelledByForRendering"
206
+ }
207
+ }
208
+ },
164
209
  events: {
165
210
 
166
211
  /**
@@ -175,5 +220,8 @@ sap.ui.define([
175
220
  }
176
221
  });
177
222
 
223
+ /* CUSTOM CODE START */
224
+ /* CUSTOM CODE END */
225
+
178
226
  return Button;
179
227
  });
@@ -84,6 +84,7 @@ sap.ui.define([
84
84
  * </ul> <br>
85
85
  *
86
86
  *
87
+ *
87
88
  * <h3>Calendar types</h3> The component supports several calendar types - Gregorian, Buddhist, Islamic, Japanese and Persian. By default the Gregorian Calendar is used. In order to use the Buddhist, Islamic, Japanese or Persian calendar, you need to set the <code>primaryCalendarType</code> property and import one or more of the following modules: <br>
88
89
  * <br>
89
90
  *
@@ -93,7 +94,7 @@ sap.ui.define([
93
94
  * <code> &lt;script data-id="sap-ui-config" type="application/json"&gt; { "calendarType": "Japanese" } &lt;/script&gt; </code>
94
95
  *
95
96
  * @author SAP SE
96
- * @version 1.98.0
97
+ * @version 1.99.0
97
98
  *
98
99
  * @constructor
99
100
  * @public
@@ -211,5 +212,8 @@ sap.ui.define([
211
212
  }
212
213
  });
213
214
 
215
+ /* CUSTOM CODE START */
216
+ /* CUSTOM CODE END */
217
+
214
218
  return Calendar;
215
219
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.CalendarDate</code> component defines a calendar date to be used inside <code>sap.ui.webc.main.Calendar</code>
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.98.0
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -55,5 +55,8 @@ sap.ui.define([
55
55
  }
56
56
  });
57
57
 
58
+ /* CUSTOM CODE START */
59
+ /* CUSTOM CODE END */
60
+
58
61
  return CalendarDate;
59
62
  });
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * <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.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.98.0
35
+ * @version 1.99.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -48,21 +48,13 @@ sap.ui.define([
48
48
  properties: {
49
49
 
50
50
  /**
51
- * Defines the accessible name of the component, which is used as the name of the card region and should be unique per card. <b>Note:</b> <code>accessibleName</code> should be always set, unless <code>accessibleNameRef</code> is set.
51
+ * Defines the accessible name of the component, which is used as the name of the card region and should be unique per card. <b>Note:</b> <code>accessibleName</code> should be always set, unless <code>ariaLabelledBy</code> is set.
52
52
  */
53
53
  accessibleName: {
54
54
  type: "string",
55
55
  defaultValue: ""
56
56
  },
57
57
 
58
- /**
59
- * Defines the IDs of the elements that label the component.
60
- */
61
- accessibleNameRef: {
62
- type: "string",
63
- defaultValue: ""
64
- },
65
-
66
58
  /**
67
59
  * Defines the height of the control
68
60
  */
@@ -102,9 +94,27 @@ sap.ui.define([
102
94
  multiple: true,
103
95
  slot: "header"
104
96
  }
97
+ },
98
+ associations: {
99
+
100
+ /**
101
+ * Receives id(or many ids) of the controls that label this control.
102
+ */
103
+ ariaLabelledBy: {
104
+ type: "sap.ui.core.Control",
105
+ multiple: true,
106
+ mapping: {
107
+ type: "property",
108
+ to: "accessibleNameRef",
109
+ formatter: "_getAriaLabelledByForRendering"
110
+ }
111
+ }
105
112
  }
106
113
  }
107
114
  });
108
115
 
116
+ /* CUSTOM CODE START */
117
+ /* CUSTOM CODE END */
118
+
109
119
  return Card;
110
120
  });
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * </ul>
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.98.0
41
+ * @version 1.99.0
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -123,5 +123,8 @@ sap.ui.define([
123
123
  }
124
124
  });
125
125
 
126
+ /* CUSTOM CODE START */
127
+ /* CUSTOM CODE END */
128
+
126
129
  return CardHeader;
127
130
  });
@@ -48,7 +48,10 @@ sap.ui.define([
48
48
  * <li>The items you want to display are uniform and very similar.</li>
49
49
  * </ul>
50
50
  *
51
- * <h3>Keyboard Handling</h3> When the <code>sap.ui.webc.main.Carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>
51
+ * <h3>Keyboard Handling</h3>
52
+ *
53
+ * <h4>Basic Navigation</h4> When the <code>sap.ui.webc.main.Carousel</code> is focused the user can navigate between the items with the following keyboard shortcuts: <br>
54
+ *
52
55
  *
53
56
  *
54
57
  *
@@ -58,7 +61,7 @@ sap.ui.define([
58
61
  * </ul>
59
62
  *
60
63
  * @author SAP SE
61
- * @version 1.98.0
64
+ * @version 1.99.0
62
65
  *
63
66
  * @constructor
64
67
  * @public
@@ -178,5 +181,8 @@ sap.ui.define([
178
181
  * @function
179
182
  */
180
183
 
184
+ /* CUSTOM CODE START */
185
+ /* CUSTOM CODE END */
186
+
181
187
  return Carousel;
182
188
  });
@@ -50,21 +50,33 @@ sap.ui.define([
50
50
  * <br>
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.98.0
53
+ * @version 1.99.0
54
54
  *
55
55
  * @constructor
56
56
  * @public
57
57
  * @since 1.92.0
58
58
  * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
59
59
  * @alias sap.ui.webc.main.CheckBox
60
+ * @implements sap.ui.core.IFormContent
60
61
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
61
62
  */
62
63
  var CheckBox = WebComponent.extend("sap.ui.webc.main.CheckBox", {
63
64
  metadata: {
64
65
  library: "sap.ui.webc.main",
65
66
  tag: "ui5-checkbox-ui5",
67
+ interfaces: [
68
+ "sap.ui.core.IFormContent"
69
+ ],
66
70
  properties: {
67
71
 
72
+ /**
73
+ * Sets the accessible aria name of the component.
74
+ */
75
+ accessibleName: {
76
+ type: "string",
77
+ defaultValue: ""
78
+ },
79
+
68
80
  /**
69
81
  * Defines if the component is checked. <br>
70
82
  * <br>
@@ -152,6 +164,15 @@ sap.ui.define([
152
164
  defaultValue: ValueState.None
153
165
  },
154
166
 
167
+ /**
168
+ * Defines the width of the control
169
+ */
170
+ width: {
171
+ type: "sap.ui.core.CSSSize",
172
+ defaultValue: null,
173
+ mapping: "style"
174
+ },
175
+
155
176
  /**
156
177
  * Defines whether the component text wraps when there is not enough space. <br>
157
178
  * <br>
@@ -166,6 +187,21 @@ sap.ui.define([
166
187
  defaultValue: WrappingType.None
167
188
  }
168
189
  },
190
+ associations: {
191
+
192
+ /**
193
+ * Receives id(or many ids) of the controls that label this control.
194
+ */
195
+ ariaLabelledBy: {
196
+ type: "sap.ui.core.Control",
197
+ multiple: true,
198
+ mapping: {
199
+ type: "property",
200
+ to: "accessibleNameRef",
201
+ formatter: "_getAriaLabelledByForRendering"
202
+ }
203
+ }
204
+ },
169
205
  events: {
170
206
 
171
207
  /**
@@ -178,5 +214,17 @@ sap.ui.define([
178
214
  }
179
215
  });
180
216
 
217
+ /* CUSTOM CODE START */
218
+
219
+ /**
220
+ * Checkbox without label must not be stretched in Form.
221
+ * @returns {boolean} True if the <code>Form</code> should not adjust the width of the CheckBox component wrapper
222
+ */
223
+ CheckBox.prototype.getFormDoNotAdjustWidth = function() {
224
+ return this.getText() ? false : true;
225
+ };
226
+
227
+ /* CUSTOM CODE END */
228
+
181
229
  return CheckBox;
182
230
  });
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.main.ColorPalette</code> is meant for users that need to select a color from a predefined set. To define the colors, use the <code>sap.ui.webc.main.ColorPaletteItem</code> component inside the default slot of the <code>sap.ui.webc.main.ColorPalette</code>.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.98.0
31
+ * @version 1.99.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -71,5 +71,8 @@ sap.ui.define([
71
71
  }
72
72
  });
73
73
 
74
+ /* CUSTOM CODE START */
75
+ /* CUSTOM CODE END */
76
+
74
77
  return ColorPalette;
75
78
  });
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.main.ColorPaletteItem</code> component represents a color in the the <code>sap.ui.webc.main.ColorPalette</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.98.0
29
+ * @version 1.99.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -57,5 +57,8 @@ sap.ui.define([
57
57
  }
58
58
  });
59
59
 
60
+ /* CUSTOM CODE START */
61
+ /* CUSTOM CODE END */
62
+
60
63
  return ColorPaletteItem;
61
64
  });
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * The palette is intended for users, who don't want to check and remember the different values of the colors and spend large amount of time to configure the right color through the color picker.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.98.0
35
+ * @version 1.99.0
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -104,9 +104,29 @@ sap.ui.define([
104
104
  }
105
105
  }
106
106
  }
107
- }
107
+ },
108
+ methods: ["openPopover", "showAt"]
108
109
  }
109
110
  });
110
111
 
112
+ /**
113
+ * Shows the ColorPalettePopover. <b>Note:</b> The method is deprecated and will be removed in future, use <code>showAt</code> instead.
114
+ * @param {HTMLElement} opener the element that the popover is shown at
115
+ * @public
116
+ * @name sap.ui.webc.main.ColorPalettePopover#openPopover
117
+ * @function
118
+ */
119
+
120
+ /**
121
+ * Shows the ColorPalettePopover.
122
+ * @param {HTMLElement} opener the element that the popover is shown at
123
+ * @public
124
+ * @name sap.ui.webc.main.ColorPalettePopover#showAt
125
+ * @function
126
+ */
127
+
128
+ /* CUSTOM CODE START */
129
+ /* CUSTOM CODE END */
130
+
111
131
  return ColorPalettePopover;
112
132
  });
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * </ul>
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.98.0
38
+ * @version 1.99.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -71,5 +71,8 @@ sap.ui.define([
71
71
  }
72
72
  });
73
73
 
74
+ /* CUSTOM CODE START */
75
+ /* CUSTOM CODE END */
76
+
74
77
  return ColorPicker;
75
78
  });
@@ -28,20 +28,35 @@ sap.ui.define([
28
28
  *
29
29
  * The <code>sap.ui.webc.main.ComboBox</code> component represents a drop-down menu with a list of the available options and a text input field to narrow down the options.
30
30
  *
31
- * It is commonly used to enable users to select an option from a predefined list. <h3>Structure</h3> The <code>sap.ui.webc.main.ComboBox</code> consists of the following elements:
31
+ * It is commonly used to enable users to select an option from a predefined list.
32
+ *
33
+ * <h3>Structure</h3> The <code>sap.ui.webc.main.ComboBox</code> consists of the following elements:
32
34
  * <ul>
33
35
  * <li> Input field - displays the selected option or a custom user entry. Users can type to narrow down the list or enter their own value.
34
36
  * <li> Drop-down arrow - expands\collapses the option list.</li>
35
37
  * <li> Option list - the list of available options.</li>
36
38
  * </ul>
39
+ *
37
40
  * <h3>Keyboard Handling</h3>
38
41
  *
39
- * The <code>sap.ui.webc.main.ComboBox</code> provides advanced keyboard handling.
42
+ * The <code>sap.ui.webc.main.ComboBox</code> provides advanced keyboard handling. <br>
43
+ *
40
44
  *
41
- * <h4>Picker</h4> If the <code>sap.ui.webc.main.ComboBox</code> is focused, you can open or close the drop-down by pressing <code>F4</code>, <code>ALT+UP</code> or <code>ALT+DOWN</code> keys. <br>
45
+ *
46
+ * <ul>
47
+ * <li>[F4], [ALT]+[UP], or [ALT]+[DOWN] - Toggles the picker.</li>
48
+ * <li>[ESC] - Closes the picker, if open. If closed, cancels changes and reverts the typed in value.</li>
49
+ * <li>[ENTER] or [RETURN] - If picker is open, takes over the currently selected item and closes it.</li>
50
+ * <li>[DOWN] - Selects the next matching item in the picker.</li>
51
+ * <li>[UP] - Selects the previous matching item in the picker.</li>
52
+ * <li>[PAGEDOWN] - Moves selection down by page size (10 items by default).</li>
53
+ * <li>[PAGEUP] - Moves selection up by page size (10 items by default). </li>
54
+ * <li>[HOME] - If focus is in the ComboBox, moves cursor at the beginning of text. If focus is in the picker, selects the first item.</li>
55
+ * <li>[END] - If focus is in the ComboBox, moves cursor at the end of text. If focus is in the picker, selects the last item.</li>
56
+ * </ul>
42
57
  *
43
58
  * @author SAP SE
44
- * @version 1.98.0
59
+ * @version 1.99.0
45
60
  *
46
61
  * @constructor
47
62
  * @public
@@ -63,14 +78,6 @@ sap.ui.define([
63
78
  type: "string"
64
79
  },
65
80
 
66
- /**
67
- * Receives id(or many ids) of the elements that label the combo box
68
- */
69
- accessibleNameRef: {
70
- type: "string",
71
- defaultValue: ""
72
- },
73
-
74
81
  /**
75
82
  * Defines whether the component is in disabled state. <br>
76
83
  * <br>
@@ -194,6 +201,21 @@ sap.ui.define([
194
201
  multiple: true
195
202
  }
196
203
  },
204
+ associations: {
205
+
206
+ /**
207
+ * Receives id(or many ids) of the controls that label this control.
208
+ */
209
+ ariaLabelledBy: {
210
+ type: "sap.ui.core.Control",
211
+ multiple: true,
212
+ mapping: {
213
+ type: "property",
214
+ to: "accessibleNameRef",
215
+ formatter: "_getAriaLabelledByForRendering"
216
+ }
217
+ }
218
+ },
197
219
  events: {
198
220
 
199
221
  /**
@@ -229,5 +251,8 @@ sap.ui.define([
229
251
  }
230
252
  });
231
253
 
254
+ /* CUSTOM CODE START */
255
+ /* CUSTOM CODE END */
256
+
232
257
  return ComboBox;
233
258
  });
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>ui5-combobox-group-item</code> is type of suggestion item, that can be used to split the <code>sap.ui.webc.main.ComboBox</code> suggestions into groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.98.0
27
+ * @version 1.99.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -54,5 +54,8 @@ sap.ui.define([
54
54
  }
55
55
  });
56
56
 
57
+ /* CUSTOM CODE START */
58
+ /* CUSTOM CODE END */
59
+
57
60
  return ComboBoxGroupItem;
58
61
  });
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.ComboBoxItem</code> represents the item for a <code>sap.ui.webc.main.ComboBox</code>.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.98.0
27
+ * @version 1.99.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -62,5 +62,8 @@ sap.ui.define([
62
62
  }
63
63
  });
64
64
 
65
+ /* CUSTOM CODE START */
66
+ /* CUSTOM CODE END */
67
+
65
68
  return ComboBoxItem;
66
69
  });