@openui5/sap.ui.webc.main 1.93.3 → 1.96.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/.reuse/dep5 +6 -11
  2. package/THIRDPARTY.txt +10 -16
  3. package/package.json +3 -3
  4. package/src/sap/ui/webc/main/.library +1 -1
  5. package/src/sap/ui/webc/main/Avatar.js +16 -26
  6. package/src/sap/ui/webc/main/AvatarGroup.js +4 -20
  7. package/src/sap/ui/webc/main/Badge.js +1 -1
  8. package/src/sap/ui/webc/main/Breadcrumbs.js +128 -0
  9. package/src/sap/ui/webc/main/BreadcrumbsItem.js +98 -0
  10. package/src/sap/ui/webc/main/BusyIndicator.js +9 -1
  11. package/src/sap/ui/webc/main/Button.js +12 -2
  12. package/src/sap/ui/webc/main/Calendar.js +12 -2
  13. package/src/sap/ui/webc/main/CalendarDate.js +1 -1
  14. package/src/sap/ui/webc/main/Card.js +11 -71
  15. package/src/sap/ui/webc/main/CardHeader.js +127 -0
  16. package/src/sap/ui/webc/main/Carousel.js +13 -25
  17. package/src/sap/ui/webc/main/CheckBox.js +14 -7
  18. package/src/sap/ui/webc/main/ColorPalette.js +6 -27
  19. package/src/sap/ui/webc/main/ColorPaletteItem.js +1 -1
  20. package/src/sap/ui/webc/main/ColorPicker.js +4 -2
  21. package/src/sap/ui/webc/main/ComboBox.js +22 -17
  22. package/src/sap/ui/webc/main/ComboBoxGroupItem.js +58 -0
  23. package/src/sap/ui/webc/main/ComboBoxItem.js +1 -1
  24. package/src/sap/ui/webc/main/CustomListItem.js +4 -2
  25. package/src/sap/ui/webc/main/DatePicker.js +61 -3
  26. package/src/sap/ui/webc/main/DateRangePicker.js +66 -8
  27. package/src/sap/ui/webc/main/DateTimePicker.js +61 -3
  28. package/src/sap/ui/webc/main/Dialog.js +15 -12
  29. package/src/sap/ui/webc/main/FileUploader.js +1 -1
  30. package/src/sap/ui/webc/main/GroupHeaderListItem.js +1 -1
  31. package/src/sap/ui/webc/main/Icon.js +1 -1
  32. package/src/sap/ui/webc/main/Input.js +23 -4
  33. package/src/sap/ui/webc/main/Label.js +1 -1
  34. package/src/sap/ui/webc/main/Link.js +12 -2
  35. package/src/sap/ui/webc/main/List.js +38 -2
  36. package/src/sap/ui/webc/main/MessageStrip.js +4 -2
  37. package/src/sap/ui/webc/main/MultiComboBox.js +10 -4
  38. package/src/sap/ui/webc/main/MultiComboBoxItem.js +1 -1
  39. package/src/sap/ui/webc/main/MultiInput.js +26 -5
  40. package/src/sap/ui/webc/main/Option.js +1 -1
  41. package/src/sap/ui/webc/main/Panel.js +12 -2
  42. package/src/sap/ui/webc/main/Popover.js +21 -8
  43. package/src/sap/ui/webc/main/ProgressIndicator.js +1 -1
  44. package/src/sap/ui/webc/main/RadioButton.js +28 -21
  45. package/src/sap/ui/webc/main/RangeSlider.js +7 -3
  46. package/src/sap/ui/webc/main/RatingIndicator.js +12 -3
  47. package/src/sap/ui/webc/main/ResponsivePopover.js +22 -17
  48. package/src/sap/ui/webc/main/SegmentedButton.js +15 -15
  49. package/src/sap/ui/webc/main/SegmentedButtonItem.js +135 -0
  50. package/src/sap/ui/webc/main/Select.js +16 -1
  51. package/src/sap/ui/webc/main/Slider.js +7 -3
  52. package/src/sap/ui/webc/main/StandardListItem.js +4 -2
  53. package/src/sap/ui/webc/main/StepInput.js +19 -2
  54. package/src/sap/ui/webc/main/SuggestionGroupItem.js +58 -0
  55. package/src/sap/ui/webc/main/SuggestionItem.js +1 -11
  56. package/src/sap/ui/webc/main/Switch.js +4 -2
  57. package/src/sap/ui/webc/main/Tab.js +1 -1
  58. package/src/sap/ui/webc/main/TabContainer.js +1 -1
  59. package/src/sap/ui/webc/main/TabSeparator.js +1 -1
  60. package/src/sap/ui/webc/main/Table.js +12 -2
  61. package/src/sap/ui/webc/main/TableCell.js +1 -1
  62. package/src/sap/ui/webc/main/TableColumn.js +1 -1
  63. package/src/sap/ui/webc/main/TableGroupRow.js +69 -0
  64. package/src/sap/ui/webc/main/TableRow.js +1 -1
  65. package/src/sap/ui/webc/main/TextArea.js +22 -3
  66. package/src/sap/ui/webc/main/TimePicker.js +7 -3
  67. package/src/sap/ui/webc/main/Title.js +1 -1
  68. package/src/sap/ui/webc/main/Toast.js +1 -1
  69. package/src/sap/ui/webc/main/ToggleButton.js +12 -2
  70. package/src/sap/ui/webc/main/Token.js +4 -2
  71. package/src/sap/ui/webc/main/Tree.js +1 -1
  72. package/src/sap/ui/webc/main/TreeItem.js +1 -1
  73. package/src/sap/ui/webc/main/library.js +117 -31
  74. package/src/sap/ui/webc/main/thirdparty/Avatar.js +12 -15
  75. package/src/sap/ui/webc/main/thirdparty/AvatarGroup.js +15 -7
  76. package/src/sap/ui/webc/main/thirdparty/Badge.js +11 -5
  77. package/src/sap/ui/webc/main/thirdparty/Breadcrumbs.js +332 -0
  78. package/src/sap/ui/webc/main/thirdparty/BreadcrumbsItem.js +41 -0
  79. package/src/sap/ui/webc/main/thirdparty/BusyIndicator.js +30 -1
  80. package/src/sap/ui/webc/main/thirdparty/Button.js +2 -9
  81. package/src/sap/ui/webc/main/thirdparty/Calendar.js +12 -4
  82. package/src/sap/ui/webc/main/thirdparty/CalendarHeader.js +73 -2
  83. package/src/sap/ui/webc/main/thirdparty/Card.js +8 -115
  84. package/src/sap/ui/webc/main/thirdparty/CardHeader.js +141 -0
  85. package/src/sap/ui/webc/main/thirdparty/Carousel.js +89 -36
  86. package/src/sap/ui/webc/main/thirdparty/CheckBox.js +5 -29
  87. package/src/sap/ui/webc/main/thirdparty/ColorPalette.js +13 -10
  88. package/src/sap/ui/webc/main/thirdparty/ColorPaletteItem.js +0 -3
  89. package/src/sap/ui/webc/main/thirdparty/ColorPicker.js +1 -6
  90. package/src/sap/ui/webc/main/thirdparty/ComboBox.js +85 -65
  91. package/src/sap/ui/webc/main/thirdparty/ComboBoxGroupItem.js +39 -0
  92. package/src/sap/ui/webc/main/thirdparty/DateComponentBase.js +3 -0
  93. package/src/sap/ui/webc/main/thirdparty/DatePicker.js +44 -14
  94. package/src/sap/ui/webc/main/thirdparty/DateRangePicker.js +16 -17
  95. package/src/sap/ui/webc/main/thirdparty/DateTimePicker.js +0 -1
  96. package/src/sap/ui/webc/main/thirdparty/DayPicker.js +23 -4
  97. package/src/sap/ui/webc/main/thirdparty/Dialog.js +117 -32
  98. package/src/sap/ui/webc/main/thirdparty/FileUploader.js +1 -1
  99. package/src/sap/ui/webc/main/thirdparty/Icon.js +17 -1
  100. package/src/sap/ui/webc/main/thirdparty/Input.js +18 -5
  101. package/src/sap/ui/webc/main/thirdparty/Interfaces.js +4 -0
  102. package/src/sap/ui/webc/main/thirdparty/Link.js +44 -6
  103. package/src/sap/ui/webc/main/thirdparty/List.js +12 -5
  104. package/src/sap/ui/webc/main/thirdparty/ListItem.js +6 -0
  105. package/src/sap/ui/webc/main/thirdparty/MultiComboBox.js +5 -4
  106. package/src/sap/ui/webc/main/thirdparty/MultiInput.js +0 -1
  107. package/src/sap/ui/webc/main/thirdparty/Panel.js +7 -4
  108. package/src/sap/ui/webc/main/thirdparty/Popover.js +8 -8
  109. package/src/sap/ui/webc/main/thirdparty/Popup.js +39 -8
  110. package/src/sap/ui/webc/main/thirdparty/RadioButton.js +18 -16
  111. package/src/sap/ui/webc/main/thirdparty/RadioButtonGroup.js +31 -31
  112. package/src/sap/ui/webc/main/thirdparty/RatingIndicator.js +4 -4
  113. package/src/sap/ui/webc/main/thirdparty/ResponsivePopover.js +7 -4
  114. package/src/sap/ui/webc/main/thirdparty/SegmentedButton.js +63 -38
  115. package/src/sap/ui/webc/main/thirdparty/SegmentedButtonItem.js +39 -0
  116. package/src/sap/ui/webc/main/thirdparty/Select.js +51 -20
  117. package/src/sap/ui/webc/main/thirdparty/StepInput.js +9 -4
  118. package/src/sap/ui/webc/main/thirdparty/SuggestionGroupItem.js +36 -0
  119. package/src/sap/ui/webc/main/thirdparty/SuggestionItem.js +1 -5
  120. package/src/sap/ui/webc/main/thirdparty/SuggestionListItem.js +3 -3
  121. package/src/sap/ui/webc/main/thirdparty/TabContainer.js +1 -1
  122. package/src/sap/ui/webc/main/thirdparty/Table.js +9 -2
  123. package/src/sap/ui/webc/main/thirdparty/TableGroupRow.js +89 -0
  124. package/src/sap/ui/webc/main/thirdparty/TableRow.js +7 -1
  125. package/src/sap/ui/webc/main/thirdparty/TextArea.js +3 -3
  126. package/src/sap/ui/webc/main/thirdparty/TimePickerBase.js +1 -1
  127. package/src/sap/ui/webc/main/thirdparty/ToggleButton.js +8 -1
  128. package/src/sap/ui/webc/main/thirdparty/Tokenizer.js +1 -1
  129. package/src/sap/ui/webc/main/thirdparty/TreeItem.js +3 -0
  130. package/src/sap/ui/webc/main/thirdparty/WheelSlider.js +6 -6
  131. package/src/sap/ui/webc/main/thirdparty/features/InputSuggestions.js +11 -3
  132. package/src/sap/ui/webc/main/thirdparty/generated/i18n/i18n-defaults.js +8 -1
  133. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/Themes.js +7 -7
  134. package/src/sap/ui/webc/main/thirdparty/generated/json-imports/i18n.js +47 -47
  135. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarGroupTemplate.lit.js +5 -14
  136. package/src/sap/ui/webc/main/thirdparty/generated/templates/AvatarTemplate.lit.js +8 -17
  137. package/src/sap/ui/webc/main/thirdparty/generated/templates/BadgeTemplate.lit.js +4 -14
  138. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsPopoverTemplate.lit.js +8 -0
  139. package/src/sap/ui/webc/main/thirdparty/generated/templates/BreadcrumbsTemplate.lit.js +9 -0
  140. package/src/sap/ui/webc/main/thirdparty/generated/templates/BusyIndicatorTemplate.lit.js +6 -15
  141. package/src/sap/ui/webc/main/thirdparty/generated/templates/ButtonTemplate.lit.js +5 -14
  142. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarHeaderTemplate.lit.js +5 -12
  143. package/src/sap/ui/webc/main/thirdparty/generated/templates/CalendarTemplate.lit.js +3 -12
  144. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardHeaderTemplate.lit.js +12 -0
  145. package/src/sap/ui/webc/main/thirdparty/generated/templates/CardTemplate.lit.js +4 -18
  146. package/src/sap/ui/webc/main/thirdparty/generated/templates/CarouselTemplate.lit.js +12 -21
  147. package/src/sap/ui/webc/main/thirdparty/generated/templates/CheckBoxTemplate.lit.js +6 -15
  148. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteDialogTemplate.lit.js +3 -12
  149. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteItemTemplate.lit.js +3 -12
  150. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPaletteTemplate.lit.js +7 -16
  151. package/src/sap/ui/webc/main/thirdparty/generated/templates/ColorPickerTemplate.lit.js +3 -12
  152. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxPopoverTemplate.lit.js +19 -26
  153. package/src/sap/ui/webc/main/thirdparty/generated/templates/ComboBoxTemplate.lit.js +6 -15
  154. package/src/sap/ui/webc/main/thirdparty/generated/templates/CustomListItemTemplate.lit.js +12 -21
  155. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerPopoverTemplate.lit.js +6 -15
  156. package/src/sap/ui/webc/main/thirdparty/generated/templates/DatePickerTemplate.lit.js +5 -14
  157. package/src/sap/ui/webc/main/thirdparty/generated/templates/DateTimePickerPopoverTemplate.lit.js +8 -17
  158. package/src/sap/ui/webc/main/thirdparty/generated/templates/DayPickerTemplate.lit.js +12 -20
  159. package/src/sap/ui/webc/main/thirdparty/generated/templates/DialogTemplate.lit.js +8 -17
  160. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderPopoverTemplate.lit.js +6 -15
  161. package/src/sap/ui/webc/main/thirdparty/generated/templates/FileUploaderTemplate.lit.js +6 -15
  162. package/src/sap/ui/webc/main/thirdparty/generated/templates/GroupHeaderListItemTemplate.lit.js +3 -12
  163. package/src/sap/ui/webc/main/thirdparty/generated/templates/IconTemplate.lit.js +5 -14
  164. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputPopoverTemplate.lit.js +23 -32
  165. package/src/sap/ui/webc/main/thirdparty/generated/templates/InputTemplate.lit.js +7 -16
  166. package/src/sap/ui/webc/main/thirdparty/generated/templates/LabelTemplate.lit.js +3 -12
  167. package/src/sap/ui/webc/main/thirdparty/generated/templates/LinkTemplate.lit.js +4 -13
  168. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListItemTemplate.lit.js +12 -21
  169. package/src/sap/ui/webc/main/thirdparty/generated/templates/ListTemplate.lit.js +13 -22
  170. package/src/sap/ui/webc/main/thirdparty/generated/templates/MessageStripTemplate.lit.js +7 -16
  171. package/src/sap/ui/webc/main/thirdparty/generated/templates/MonthPickerTemplate.lit.js +5 -14
  172. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxPopoverTemplate.lit.js +19 -28
  173. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiComboBoxTemplate.lit.js +8 -17
  174. package/src/sap/ui/webc/main/thirdparty/generated/templates/MultiInputTemplate.lit.js +13 -22
  175. package/src/sap/ui/webc/main/thirdparty/generated/templates/PanelTemplate.lit.js +8 -17
  176. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopoverTemplate.lit.js +8 -17
  177. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupBlockLayerTemplate.lit.js +3 -8
  178. package/src/sap/ui/webc/main/thirdparty/generated/templates/PopupTemplate.lit.js +3 -12
  179. package/src/sap/ui/webc/main/thirdparty/generated/templates/ProgressIndicatorTemplate.lit.js +9 -18
  180. package/src/sap/ui/webc/main/thirdparty/generated/templates/RadioButtonTemplate.lit.js +6 -15
  181. package/src/sap/ui/webc/main/thirdparty/generated/templates/RangeSliderTemplate.lit.js +9 -18
  182. package/src/sap/ui/webc/main/thirdparty/generated/templates/RatingIndicatorTemplate.lit.js +8 -17
  183. package/src/sap/ui/webc/main/thirdparty/generated/templates/ResponsivePopoverTemplate.lit.js +15 -23
  184. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonItemTemplate.lit.js +8 -0
  185. package/src/sap/ui/webc/main/thirdparty/generated/templates/SegmentedButtonTemplate.lit.js +3 -12
  186. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectPopoverTemplate.lit.js +19 -28
  187. package/src/sap/ui/webc/main/thirdparty/generated/templates/SelectTemplate.lit.js +5 -14
  188. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderBaseTemplate.lit.js +7 -16
  189. package/src/sap/ui/webc/main/thirdparty/generated/templates/SliderTemplate.lit.js +8 -17
  190. package/src/sap/ui/webc/main/thirdparty/generated/templates/StandardListItemTemplate.lit.js +20 -29
  191. package/src/sap/ui/webc/main/thirdparty/generated/templates/StepInputTemplate.lit.js +4 -13
  192. package/src/sap/ui/webc/main/thirdparty/generated/templates/SuggestionListItemTemplate.lit.js +23 -32
  193. package/src/sap/ui/webc/main/thirdparty/generated/templates/SwitchTemplate.lit.js +5 -14
  194. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerPopoverTemplate.lit.js +5 -14
  195. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabContainerTemplate.lit.js +15 -24
  196. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInOverflowTemplate.lit.js +5 -14
  197. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabInStripTemplate.lit.js +9 -18
  198. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabSeparatorTemplate.lit.js +3 -12
  199. package/src/sap/ui/webc/main/thirdparty/generated/templates/TabTemplate.lit.js +3 -12
  200. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableCellTemplate.lit.js +3 -8
  201. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableColumnTemplate.lit.js +3 -12
  202. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableGroupRowTemplate.lit.js +7 -0
  203. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableRowTemplate.lit.js +13 -22
  204. package/src/sap/ui/webc/main/thirdparty/generated/templates/TableTemplate.lit.js +12 -21
  205. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaPopoverTemplate.lit.js +7 -16
  206. package/src/sap/ui/webc/main/thirdparty/generated/templates/TextAreaTemplate.lit.js +7 -16
  207. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerPopoverTemplate.lit.js +3 -12
  208. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimePickerTemplate.lit.js +5 -14
  209. package/src/sap/ui/webc/main/thirdparty/generated/templates/TimeSelectionTemplate.lit.js +7 -16
  210. package/src/sap/ui/webc/main/thirdparty/generated/templates/TitleTemplate.lit.js +9 -18
  211. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToastTemplate.lit.js +3 -12
  212. package/src/sap/ui/webc/main/thirdparty/generated/templates/ToggleButtonTemplate.lit.js +5 -14
  213. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenTemplate.lit.js +6 -15
  214. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerPopoverTemplate.lit.js +8 -17
  215. package/src/sap/ui/webc/main/thirdparty/generated/templates/TokenizerTemplate.lit.js +5 -14
  216. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeListItemTemplate.lit.js +17 -26
  217. package/src/sap/ui/webc/main/thirdparty/generated/templates/TreeTemplate.lit.js +4 -13
  218. package/src/sap/ui/webc/main/thirdparty/generated/templates/WheelSliderTemplate.lit.js +6 -15
  219. package/src/sap/ui/webc/main/thirdparty/generated/templates/YearPickerTemplate.lit.js +5 -14
  220. package/src/sap/ui/webc/main/thirdparty/generated/themes/Avatar.css.js +1 -1
  221. package/src/sap/ui/webc/main/thirdparty/generated/themes/AvatarGroup.css.js +1 -1
  222. package/src/sap/ui/webc/main/thirdparty/generated/themes/Badge.css.js +1 -1
  223. package/src/sap/ui/webc/main/thirdparty/generated/themes/Breadcrumbs.css.js +13 -0
  224. package/src/sap/ui/webc/main/thirdparty/generated/themes/BreadcrumbsPopover.css.js +13 -0
  225. package/src/sap/ui/webc/main/thirdparty/generated/themes/Button.css.js +1 -1
  226. package/src/sap/ui/webc/main/thirdparty/generated/themes/CalendarHeader.css.js +1 -1
  227. package/src/sap/ui/webc/main/thirdparty/generated/themes/Card.css.js +1 -1
  228. package/src/sap/ui/webc/main/thirdparty/generated/themes/CardHeader.css.js +13 -0
  229. package/src/sap/ui/webc/main/thirdparty/generated/themes/CheckBox.css.js +1 -1
  230. package/src/sap/ui/webc/main/thirdparty/generated/themes/ColorPaletteItem.css.js +1 -1
  231. package/src/sap/ui/webc/main/thirdparty/generated/themes/ComboBox.css.js +1 -1
  232. package/src/sap/ui/webc/main/thirdparty/generated/themes/CustomListItem.css.js +1 -1
  233. package/src/sap/ui/webc/main/thirdparty/generated/themes/DayPicker.css.js +1 -1
  234. package/src/sap/ui/webc/main/thirdparty/generated/themes/Dialog.css.js +1 -1
  235. package/src/sap/ui/webc/main/thirdparty/generated/themes/FileUploader.css.js +1 -1
  236. package/src/sap/ui/webc/main/thirdparty/generated/themes/GroupHeaderListItem.css.js +1 -1
  237. package/src/sap/ui/webc/main/thirdparty/generated/themes/Input.css.js +1 -1
  238. package/src/sap/ui/webc/main/thirdparty/generated/themes/Link.css.js +1 -1
  239. package/src/sap/ui/webc/main/thirdparty/generated/themes/ListItem.css.js +1 -1
  240. package/src/sap/ui/webc/main/thirdparty/generated/themes/MultiComboBox.css.js +1 -1
  241. package/src/sap/ui/webc/main/thirdparty/generated/themes/Popover.css.js +1 -1
  242. package/src/sap/ui/webc/main/thirdparty/generated/themes/PopupsCommon.css.js +1 -1
  243. package/src/sap/ui/webc/main/thirdparty/generated/themes/RadioButton.css.js +1 -1
  244. package/src/sap/ui/webc/main/thirdparty/generated/themes/ResponsivePopoverCommon.css.js +1 -1
  245. package/src/sap/ui/webc/main/thirdparty/generated/themes/SegmentedButton.css.js +1 -1
  246. package/src/sap/ui/webc/main/thirdparty/generated/themes/Select.css.js +1 -1
  247. package/src/sap/ui/webc/main/thirdparty/generated/themes/StepInput.css.js +1 -1
  248. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableCell.css.js +1 -1
  249. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableGroupRow.css.js +13 -0
  250. package/src/sap/ui/webc/main/thirdparty/generated/themes/TableRow.css.js +1 -1
  251. package/src/sap/ui/webc/main/thirdparty/generated/themes/TextArea.css.js +1 -1
  252. package/src/sap/ui/webc/main/thirdparty/generated/themes/Tokenizer.css.js +1 -1
  253. package/src/sap/ui/webc/main/thirdparty/generated/themes/TreeListItem.css.js +1 -1
  254. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  255. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  256. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  257. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  258. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  259. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  260. package/src/sap/ui/webc/main/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  261. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ar-23b6aec9.js → messagebundle_ar-7754de1c.js} +8 -1
  262. package/src/sap/ui/webc/main/thirdparty/{messagebundle_bg-b642f80f.js → messagebundle_bg-041345aa.js} +8 -1
  263. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ca-20fa76b6.js → messagebundle_ca-df38eb0b.js} +8 -1
  264. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cs-f636c9f4.js → messagebundle_cs-51d17321.js} +8 -1
  265. package/src/sap/ui/webc/main/thirdparty/{messagebundle_cy-668048df.js → messagebundle_cy-cc129f0c.js} +8 -1
  266. package/src/sap/ui/webc/main/thirdparty/{messagebundle_da-ab0def1e.js → messagebundle_da-bc87b599.js} +8 -1
  267. package/src/sap/ui/webc/main/thirdparty/{messagebundle_de-0bf4dd1a.js → messagebundle_de-518b0a75.js} +8 -1
  268. package/src/sap/ui/webc/main/thirdparty/{messagebundle_el-4962a11e.js → messagebundle_el-9686b145.js} +8 -1
  269. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en-d45f8908.js → messagebundle_en-57ad19b6.js} +8 -1
  270. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_GB-22be6c54.js → messagebundle_en_GB-588d53e3.js} +8 -1
  271. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_sappsd-43f65212.js → messagebundle_en_US_sappsd-e370df7b.js} +8 -1
  272. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saprigi-12f3828e.js → messagebundle_en_US_saprigi-adf0ddb3.js} +5 -1
  273. package/src/sap/ui/webc/main/thirdparty/{messagebundle_en_US_saptrc-e9d14fae.js → messagebundle_en_US_saptrc-261422e2.js} +8 -1
  274. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es-357e1c36.js → messagebundle_es-ec258b44.js} +8 -1
  275. package/src/sap/ui/webc/main/thirdparty/{messagebundle_es_MX-8e0d2258.js → messagebundle_es_MX-5f113e73.js} +8 -1
  276. package/src/sap/ui/webc/main/thirdparty/{messagebundle_et-5a1ea785.js → messagebundle_et-901c732b.js} +8 -1
  277. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fi-25a76e5c.js → messagebundle_fi-0a2a6323.js} +8 -1
  278. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr-48f2bd02.js → messagebundle_fr-5df8899a.js} +8 -1
  279. package/src/sap/ui/webc/main/thirdparty/{messagebundle_fr_CA-6e11af7d.js → messagebundle_fr_CA-0de6a568.js} +8 -1
  280. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hi-b8e55814.js → messagebundle_hi-13e67957.js} +8 -1
  281. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hr-b2f08f08.js → messagebundle_hr-93fbc1d1.js} +8 -1
  282. package/src/sap/ui/webc/main/thirdparty/{messagebundle_hu-81e9b34e.js → messagebundle_hu-dd94c35e.js} +8 -1
  283. package/src/sap/ui/webc/main/thirdparty/{messagebundle_it-98262baf.js → messagebundle_it-0c46ce25.js} +8 -1
  284. package/src/sap/ui/webc/main/thirdparty/{messagebundle_iw-29c5b67e.js → messagebundle_iw-946df0a2.js} +8 -1
  285. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ja-16deb9b7.js → messagebundle_ja-9cb333bb.js} +8 -1
  286. package/src/sap/ui/webc/main/thirdparty/{messagebundle_kk-bc7929b4.js → messagebundle_kk-239d7820.js} +8 -1
  287. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ko-331e5063.js → messagebundle_ko-6f09e984.js} +8 -1
  288. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lt-5708d85e.js → messagebundle_lt-2d4f9935.js} +8 -1
  289. package/src/sap/ui/webc/main/thirdparty/{messagebundle_lv-ce9a2b90.js → messagebundle_lv-d73bf0c0.js} +8 -1
  290. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ms-b991460e.js → messagebundle_ms-9b4b2929.js} +8 -1
  291. package/src/sap/ui/webc/main/thirdparty/{messagebundle_nl-89ee9f6c.js → messagebundle_nl-55193168.js} +8 -1
  292. package/src/sap/ui/webc/main/thirdparty/{messagebundle_no-1db10706.js → messagebundle_no-7f4a6832.js} +8 -1
  293. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pl-49ee2166.js → messagebundle_pl-89c36a34.js} +8 -1
  294. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt-e1f22029.js → messagebundle_pt-b87f9645.js} +8 -1
  295. package/src/sap/ui/webc/main/thirdparty/{messagebundle_pt_PT-19024d29.js → messagebundle_pt_PT-0e8230b0.js} +8 -1
  296. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ro-9e2d0cd1.js → messagebundle_ro-83e7f44d.js} +8 -1
  297. package/src/sap/ui/webc/main/thirdparty/{messagebundle_ru-9f439834.js → messagebundle_ru-befd37d0.js} +8 -1
  298. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sh-3fe24f0e.js → messagebundle_sh-4edec182.js} +8 -1
  299. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sk-275cf4ec.js → messagebundle_sk-29160489.js} +8 -1
  300. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sl-f774c011.js → messagebundle_sl-fd9ba370.js} +8 -1
  301. package/src/sap/ui/webc/main/thirdparty/{messagebundle_sv-716ad2e9.js → messagebundle_sv-57bfda52.js} +8 -1
  302. package/src/sap/ui/webc/main/thirdparty/{messagebundle_th-503e18e9.js → messagebundle_th-184c45a0.js} +8 -1
  303. package/src/sap/ui/webc/main/thirdparty/{messagebundle_tr-1db67daa.js → messagebundle_tr-d5781fbb.js} +8 -1
  304. package/src/sap/ui/webc/main/thirdparty/{messagebundle_uk-58f2adad.js → messagebundle_uk-e49bb47f.js} +8 -1
  305. package/src/sap/ui/webc/main/thirdparty/{messagebundle_vi-f523cd98.js → messagebundle_vi-ce27847a.js} +8 -1
  306. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_CN-761506cb.js → messagebundle_zh_CN-bdbfb1bd.js} +8 -1
  307. package/src/sap/ui/webc/main/thirdparty/{messagebundle_zh_TW-591c0661.js → messagebundle_zh_TW-ca1de535.js} +8 -1
  308. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-09f8e92d.js +9 -0
  309. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-19666884.js +9 -0
  310. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-8e7c6ad9.js +9 -0
  311. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cb713657.js +9 -0
  312. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-dd8f2f47.js +9 -0
  313. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e3a31f8e.js +9 -0
  314. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e44b2b84.js +9 -0
  315. package/src/sap/ui/webc/main/thirdparty/popup-utils/OpenedPopupsRegistry.js +1 -1
  316. package/src/sap/ui/webc/main/thirdparty/popup-utils/PopoverRegistry.js +1 -1
  317. package/src/sap/ui/webc/main/thirdparty/types/{AvatarFitType.js → BreadcrumbsDesign.js} +7 -7
  318. package/src/sap/ui/webc/main/thirdparty/types/BreadcrumbsSeparatorStyle.js +24 -0
  319. package/src/sap/ui/webc/main/thirdparty/types/ButtonDesign.js +1 -0
  320. package/ui5.yaml +1 -1
  321. package/src/sap/ui/webc/main/DurationPicker.js +0 -271
  322. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-39cac16d.js +0 -9
  323. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-4ca42a34.js +0 -9
  324. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-6fc1faf3.js +0 -9
  325. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-94dc708f.js +0 -9
  326. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-cb1a26d8.js +0 -9
  327. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-d2d877b5.js +0 -9
  328. package/src/sap/ui/webc/main/thirdparty/parameters-bundle.css-e914e4ca.js +0 -9
@@ -13,6 +13,7 @@ sap.ui.define([
13
13
  ], function(WebComponent, library, coreLibrary) {
14
14
  "use strict";
15
15
 
16
+ var CalendarType = coreLibrary.CalendarType;
16
17
  var ValueState = coreLibrary.ValueState;
17
18
 
18
19
  /**
@@ -73,7 +74,7 @@ sap.ui.define([
73
74
  * </script>
74
75
  *
75
76
  * @author SAP SE
76
- * @version 1.93.3
77
+ * @version 1.96.2
77
78
  *
78
79
  * @constructor
79
80
  * @public
@@ -88,6 +89,21 @@ sap.ui.define([
88
89
  tag: "ui5-date-picker-ui5",
89
90
  properties: {
90
91
 
92
+ /**
93
+ * Defines the aria-label attribute for the component.
94
+ */
95
+ accessibleName: {
96
+ type: "string"
97
+ },
98
+
99
+ /**
100
+ * Receives id(or many ids) of the elements that label the component.
101
+ */
102
+ accessibleNameRef: {
103
+ type: "string",
104
+ defaultValue: ""
105
+ },
106
+
91
107
  /**
92
108
  * Determines whether the component is displayed as disabled.
93
109
  */
@@ -180,6 +196,14 @@ sap.ui.define([
180
196
  defaultValue: false
181
197
  },
182
198
 
199
+ /**
200
+ * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
201
+ */
202
+ secondaryCalendarType: {
203
+ type: "sap.ui.core.CalendarType",
204
+ defaultValue: CalendarType.undefined
205
+ },
206
+
183
207
  /**
184
208
  * Defines a formatted date value.
185
209
  */
@@ -236,12 +260,46 @@ sap.ui.define([
236
260
  /**
237
261
  * Fired when the input operation has finished by pressing Enter or on focusout.
238
262
  */
239
- change: {},
263
+ change: {
264
+ allowPreventDefault: true,
265
+ parameters: {
266
+ /**
267
+ * The submitted value.
268
+ */
269
+ value: {
270
+ type: "string"
271
+ },
272
+
273
+ /**
274
+ * Indicator if the value is in correct format pattern and in valid range.
275
+ */
276
+ valid: {
277
+ type: "boolean"
278
+ }
279
+ }
280
+ },
240
281
 
241
282
  /**
242
283
  * Fired when the value of the component is changed at each key stroke.
243
284
  */
244
- input: {}
285
+ input: {
286
+ allowPreventDefault: true,
287
+ parameters: {
288
+ /**
289
+ * The submitted value.
290
+ */
291
+ value: {
292
+ type: "string"
293
+ },
294
+
295
+ /**
296
+ * Indicator if the value is in correct format pattern and in valid range.
297
+ */
298
+ valid: {
299
+ type: "boolean"
300
+ }
301
+ }
302
+ }
245
303
  },
246
304
  methods: ["closePicker", "formatValue", "isInValidRange", "isOpen", "isValid", "openPicker"],
247
305
  getters: ["dateValue"]
@@ -13,6 +13,7 @@ sap.ui.define([
13
13
  ], function(WebComponent, library, coreLibrary) {
14
14
  "use strict";
15
15
 
16
+ var CalendarType = coreLibrary.CalendarType;
16
17
  var ValueState = coreLibrary.ValueState;
17
18
 
18
19
  /**
@@ -43,7 +44,7 @@ sap.ui.define([
43
44
  * </ul>
44
45
  *
45
46
  * @author SAP SE
46
- * @version 1.93.3
47
+ * @version 1.96.2
47
48
  *
48
49
  * @constructor
49
50
  * @public
@@ -58,6 +59,21 @@ sap.ui.define([
58
59
  tag: "ui5-daterange-picker-ui5",
59
60
  properties: {
60
61
 
62
+ /**
63
+ * Defines the aria-label attribute for the component.
64
+ */
65
+ accessibleName: {
66
+ type: "string"
67
+ },
68
+
69
+ /**
70
+ * Receives id(or many ids) of the elements that label the component.
71
+ */
72
+ accessibleNameRef: {
73
+ type: "string",
74
+ defaultValue: ""
75
+ },
76
+
61
77
  /**
62
78
  * Determines the symbol which separates the dates. If not supplied, the default time interval delimiter for the current locale will be used.
63
79
  */
@@ -157,6 +173,14 @@ sap.ui.define([
157
173
  defaultValue: false
158
174
  },
159
175
 
176
+ /**
177
+ * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
178
+ */
179
+ secondaryCalendarType: {
180
+ type: "sap.ui.core.CalendarType",
181
+ defaultValue: CalendarType.undefined
182
+ },
183
+
160
184
  /**
161
185
  * Defines a formatted date value.
162
186
  */
@@ -213,15 +237,49 @@ sap.ui.define([
213
237
  /**
214
238
  * Fired when the input operation has finished by pressing Enter or on focusout.
215
239
  */
216
- change: {},
240
+ change: {
241
+ allowPreventDefault: true,
242
+ parameters: {
243
+ /**
244
+ * The submitted value.
245
+ */
246
+ value: {
247
+ type: "string"
248
+ },
249
+
250
+ /**
251
+ * Indicator if the value is in correct format pattern and in valid range.
252
+ */
253
+ valid: {
254
+ type: "boolean"
255
+ }
256
+ }
257
+ },
217
258
 
218
259
  /**
219
260
  * Fired when the value of the component is changed at each key stroke.
220
261
  */
221
- input: {}
262
+ input: {
263
+ allowPreventDefault: true,
264
+ parameters: {
265
+ /**
266
+ * The submitted value.
267
+ */
268
+ value: {
269
+ type: "string"
270
+ },
271
+
272
+ /**
273
+ * Indicator if the value is in correct format pattern and in valid range.
274
+ */
275
+ valid: {
276
+ type: "boolean"
277
+ }
278
+ }
279
+ }
222
280
  },
223
281
  methods: ["closePicker", "formatValue", "isInValidRange", "isOpen", "isValid", "openPicker"],
224
- getters: ["dateValue", "firstDateValue", "lastDateValue"]
282
+ getters: ["dateValue", "endDateValue", "startDateValue"]
225
283
  }
226
284
  });
227
285
 
@@ -278,16 +336,16 @@ sap.ui.define([
278
336
  */
279
337
 
280
338
  /**
281
- * Returns the currently selected first date represented as JavaScript Date instance.
339
+ * Returns the end date of the currently selected range as JavaScript Date instance.
282
340
  * @public
283
- * @name sap.ui.webc.main.DateRangePicker#getFirstDateValue
341
+ * @name sap.ui.webc.main.DateRangePicker#getEndDateValue
284
342
  * @function
285
343
  */
286
344
 
287
345
  /**
288
- * Returns the currently selected last date represented as JavaScript Date instance.
346
+ * Returns the start date of the currently selected range as JavaScript Date instance.
289
347
  * @public
290
- * @name sap.ui.webc.main.DateRangePicker#getLastDateValue
348
+ * @name sap.ui.webc.main.DateRangePicker#getStartDateValue
291
349
  * @function
292
350
  */
293
351
 
@@ -13,6 +13,7 @@ sap.ui.define([
13
13
  ], function(WebComponent, library, coreLibrary) {
14
14
  "use strict";
15
15
 
16
+ var CalendarType = coreLibrary.CalendarType;
16
17
  var ValueState = coreLibrary.ValueState;
17
18
 
18
19
  /**
@@ -71,7 +72,7 @@ sap.ui.define([
71
72
  * The <code>DateTimePicker</code> is responsive and fully adapts to all devices. For larger screens, such as tablet or desktop, it is displayed as a popover, while on phone devices, it is displayed full screen.
72
73
  *
73
74
  * @author SAP SE
74
- * @version 1.93.3
75
+ * @version 1.96.2
75
76
  *
76
77
  * @constructor
77
78
  * @public
@@ -86,6 +87,21 @@ sap.ui.define([
86
87
  tag: "ui5-datetime-picker-ui5",
87
88
  properties: {
88
89
 
90
+ /**
91
+ * Defines the aria-label attribute for the component.
92
+ */
93
+ accessibleName: {
94
+ type: "string"
95
+ },
96
+
97
+ /**
98
+ * Receives id(or many ids) of the elements that label the component.
99
+ */
100
+ accessibleNameRef: {
101
+ type: "string",
102
+ defaultValue: ""
103
+ },
104
+
89
105
  /**
90
106
  * Determines whether the component is displayed as disabled.
91
107
  */
@@ -178,6 +194,14 @@ sap.ui.define([
178
194
  defaultValue: false
179
195
  },
180
196
 
197
+ /**
198
+ * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
199
+ */
200
+ secondaryCalendarType: {
201
+ type: "sap.ui.core.CalendarType",
202
+ defaultValue: CalendarType.undefined
203
+ },
204
+
181
205
  /**
182
206
  * Defines a formatted date value.
183
207
  */
@@ -234,12 +258,46 @@ sap.ui.define([
234
258
  /**
235
259
  * Fired when the input operation has finished by pressing Enter or on focusout.
236
260
  */
237
- change: {},
261
+ change: {
262
+ allowPreventDefault: true,
263
+ parameters: {
264
+ /**
265
+ * The submitted value.
266
+ */
267
+ value: {
268
+ type: "string"
269
+ },
270
+
271
+ /**
272
+ * Indicator if the value is in correct format pattern and in valid range.
273
+ */
274
+ valid: {
275
+ type: "boolean"
276
+ }
277
+ }
278
+ },
238
279
 
239
280
  /**
240
281
  * Fired when the value of the component is changed at each key stroke.
241
282
  */
242
- input: {}
283
+ input: {
284
+ allowPreventDefault: true,
285
+ parameters: {
286
+ /**
287
+ * The submitted value.
288
+ */
289
+ value: {
290
+ type: "string"
291
+ },
292
+
293
+ /**
294
+ * Indicator if the value is in correct format pattern and in valid range.
295
+ */
296
+ valid: {
297
+ type: "boolean"
298
+ }
299
+ }
300
+ }
243
301
  },
244
302
  methods: ["closePicker", "formatValue", "isInValidRange", "isOpen", "isValid", "openPicker"],
245
303
  getters: ["dateValue"]
@@ -33,8 +33,10 @@ sap.ui.define([
33
33
  *
34
34
  * <b>Note:</b> We don't recommend nesting popup-like components (<code>sap.ui.webc.main.Dialog</code>, <code>sap.ui.webc.main.Popover</code>) inside <code>sap.ui.webc.main.Dialog</code>. Ideally you should create all popups on the same level inside your HTML page and just open them from one another, rather than nesting them.
35
35
  *
36
+ * <b>Note:</b> We don't recommend nesting popup-like components (<code>sap.ui.webc.main.Dialog</code>, <code>sap.ui.webc.main.Popover</code>) inside other components containing z-index. This might break z-index management.
37
+ *
36
38
  * @author SAP SE
37
- * @version 1.93.3
39
+ * @version 1.96.2
38
40
  *
39
41
  * @constructor
40
42
  * @public
@@ -50,11 +52,7 @@ sap.ui.define([
50
52
  properties: {
51
53
 
52
54
  /**
53
- * Defines the accessible name of the dialog when <code>header</code> slot is provided. <br>
54
- * <br>
55
- *
56
- *
57
- * <b>Note:</b> If <code>aria-label</code> is provided, <code>accessibleName</code> will be ignored.
55
+ * Sets the accessible aria name of the component.
58
56
  */
59
57
  accessibleName: {
60
58
  type: "string",
@@ -172,12 +170,16 @@ sap.ui.define([
172
170
  /**
173
171
  * Fired after the component is closed. <b>This event does not bubble.</b>
174
172
  */
175
- afterClose: {},
173
+ afterClose: {
174
+ parameters: {}
175
+ },
176
176
 
177
177
  /**
178
178
  * Fired after the component is opened. <b>This event does not bubble.</b>
179
179
  */
180
- afterOpen: {},
180
+ afterOpen: {
181
+ parameters: {}
182
+ },
181
183
 
182
184
  /**
183
185
  * Fired before the component is closed. This event can be cancelled, which will prevent the popup from closing. <b>This event does not bubble.</b>
@@ -198,10 +200,11 @@ sap.ui.define([
198
200
  * Fired before the component is opened. This event can be cancelled, which will prevent the popup from opening. <b>This event does not bubble.</b>
199
201
  */
200
202
  beforeOpen: {
201
- allowPreventDefault: true
203
+ allowPreventDefault: true,
204
+ parameters: {}
202
205
  }
203
206
  },
204
- methods: ["applyFocus", "close", "isOpen", "open"]
207
+ methods: ["applyFocus", "close", "isOpen", "show"]
205
208
  }
206
209
  });
207
210
 
@@ -227,10 +230,10 @@ sap.ui.define([
227
230
  */
228
231
 
229
232
  /**
230
- * Opens the dialog
233
+ * Shows the dialog.
231
234
  * @param {boolean} preventInitialFocus Prevents applying the focus inside the popup
232
235
  * @public
233
- * @name sap.ui.webc.main.Dialog#open
236
+ * @name sap.ui.webc.main.Dialog#show
234
237
  * @function
235
238
  */
236
239
 
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * And, similar to all input based components, the FileUploader supports "valueState", "placeholder", "name", and "disabled" properties.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.93.3
34
+ * @version 1.96.2
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>sap.ui.webc.main.GroupHeaderListItem</code> is a special list item, used only to separate other list items into logical groups.
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.93.3
27
+ * @version 1.96.2
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * <br>
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.93.3
45
+ * @version 1.96.2
46
46
  *
47
47
  * @constructor
48
48
  * @public
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * <b>Note:</b> If you are using the <code>sap.ui.webc.main.Input</code> as a single npm module, don't forget to import the <code>InputSuggestions</code> module from "@ui5/webcomponents/dist/features/InputSuggestions.js" to enable the suggestions functionality.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.93.3
38
+ * @version 1.96.2
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -54,6 +54,21 @@ sap.ui.define([
54
54
  ],
55
55
  properties: {
56
56
 
57
+ /**
58
+ * Sets the accessible aria name of the component.
59
+ */
60
+ accessibleName: {
61
+ type: "string"
62
+ },
63
+
64
+ /**
65
+ * Receives id(or many ids) of the elements that label the input
66
+ */
67
+ accessibleNameRef: {
68
+ type: "string",
69
+ defaultValue: ""
70
+ },
71
+
57
72
  /**
58
73
  * Defines whether the component is in disabled state. <br>
59
74
  * <br>
@@ -113,7 +128,7 @@ sap.ui.define([
113
128
  /**
114
129
  * Defines whether the component should show suggestions, if such are present. <br>
115
130
  * <br>
116
- * <b>Note:</b> Don`t forget to import the <code>InputSuggestions</code> module from <code>"@ui5/webcomponents/dist/features/InputSuggestions.js"</code> to enable this functionality.
131
+ * <b>Note:</b> You need to import the <code>InputSuggestions</code> module from <code>"@ui5/webcomponents/dist/features/InputSuggestions.js"</code> to enable this functionality.
117
132
  */
118
133
  showSuggestions: {
119
134
  type: "boolean",
@@ -203,12 +218,16 @@ sap.ui.define([
203
218
  /**
204
219
  * Fired when the input operation has finished by pressing Enter or on focusout.
205
220
  */
206
- change: {},
221
+ change: {
222
+ parameters: {}
223
+ },
207
224
 
208
225
  /**
209
226
  * Fired when the value of the component changes at each keystroke, and when a suggestion item has been selected.
210
227
  */
211
- input: {},
228
+ input: {
229
+ parameters: {}
230
+ },
212
231
 
213
232
  /**
214
233
  * Fired when the user navigates to a suggestion item via the ARROW keys, as a preview, before the final selection.
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * 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.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.93.3
33
+ * @version 1.96.2
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * 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.
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.93.3
42
+ * @version 1.96.2
43
43
  *
44
44
  * @constructor
45
45
  * @public
@@ -54,6 +54,14 @@ sap.ui.define([
54
54
  tag: "ui5-link-ui5",
55
55
  properties: {
56
56
 
57
+ /**
58
+ * Receives id(or many ids) of the elements that label the input
59
+ */
60
+ accessibleNameRef: {
61
+ type: "string",
62
+ defaultValue: ""
63
+ },
64
+
57
65
  /**
58
66
  * Defines the component design. <br>
59
67
  * <br>
@@ -131,7 +139,9 @@ sap.ui.define([
131
139
  /**
132
140
  * Fired when the component is triggered either with a mouse/tap or by using the Enter key.
133
141
  */
134
- click: {}
142
+ click: {
143
+ parameters: {}
144
+ }
135
145
  }
136
146
  }
137
147
  });
@@ -60,7 +60,7 @@ sap.ui.define([
60
60
  * <br>
61
61
  *
62
62
  * @author SAP SE
63
- * @version 1.93.3
63
+ * @version 1.96.2
64
64
  *
65
65
  * @constructor
66
66
  * @public
@@ -75,6 +75,32 @@ sap.ui.define([
75
75
  tag: "ui5-list-ui5",
76
76
  properties: {
77
77
 
78
+ /**
79
+ * Sets the accessible aria name of the component.
80
+ */
81
+ accessibleName: {
82
+ type: "string",
83
+ defaultValue: ""
84
+ },
85
+
86
+ /**
87
+ * Receives id(or many ids) of the elements that label the input
88
+ */
89
+ accessibleNameRef: {
90
+ type: "string",
91
+ defaultValue: ""
92
+ },
93
+
94
+ /**
95
+ * Defines the accessible role of the component. <br>
96
+ * <br>
97
+ * <b>Note:</b> If you use notification list items, it's recommended to set <code>accessible-role="list"</code> for better accessibility.
98
+ */
99
+ accessibleRole: {
100
+ type: "string",
101
+ defaultValue: "listbox"
102
+ },
103
+
78
104
  /**
79
105
  * Defines if the component would display a loading indicator over the list.
80
106
  */
@@ -83,6 +109,14 @@ sap.ui.define([
83
109
  defaultValue: false
84
110
  },
85
111
 
112
+ /**
113
+ * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
114
+ */
115
+ busyDelay: {
116
+ type: "int",
117
+ defaultValue: 1000
118
+ },
119
+
86
120
  /**
87
121
  * Defines the footer text.
88
122
  */
@@ -273,7 +307,9 @@ sap.ui.define([
273
307
  * <br>
274
308
  * <b>Note:</b> The event is fired when the <code>growing='Scroll'</code> property is enabled.
275
309
  */
276
- loadMore: {},
310
+ loadMore: {
311
+ parameters: {}
312
+ },
277
313
 
278
314
  /**
279
315
  * Fired when selection is changed by user interaction in <code>SingleSelect</code>, <code>SingleSelectBegin</code>, <code>SingleSelectEnd</code> and <code>MultiSelect</code> modes.
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * For the <code>sap.ui.webc.main.MessageStrip</code> component, you can define whether it displays an icon in the beginning and a close button. Moreover, its size and background can be controlled with CSS.
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.93.3
35
+ * @version 1.96.2
36
36
  *
37
37
  * @constructor
38
38
  * @public
@@ -122,7 +122,9 @@ sap.ui.define([
122
122
  /**
123
123
  * Fired when the close button is pressed either with a click/tap or by using the Enter or Space key.
124
124
  */
125
- close: {}
125
+ close: {
126
+ parameters: {}
127
+ }
126
128
  }
127
129
  }
128
130
  });
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * </ul>
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.93.3
68
+ * @version 1.96.2
69
69
  *
70
70
  * @constructor
71
71
  * @public
@@ -201,17 +201,23 @@ sap.ui.define([
201
201
  /**
202
202
  * Fired when the input operation has finished by pressing Enter or on focusout.
203
203
  */
204
- change: {},
204
+ change: {
205
+ parameters: {}
206
+ },
205
207
 
206
208
  /**
207
209
  * Fired when the value of the component changes at each keystroke.
208
210
  */
209
- input: {},
211
+ input: {
212
+ parameters: {}
213
+ },
210
214
 
211
215
  /**
212
216
  * Fired when the dropdown is opened or closed.
213
217
  */
214
- openChange: {},
218
+ openChange: {
219
+ parameters: {}
220
+ },
215
221
 
216
222
  /**
217
223
  * Fired when selection is changed by user interaction in <code>SingleSelect</code> and <code>MultiSelect</code> modes.
@@ -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.93.3
27
+ * @version 1.96.2
28
28
  *
29
29
  * @constructor
30
30
  * @public