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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
package/.reuse/dep5 CHANGED
@@ -309,7 +309,7 @@ License: MIT
309
309
  Comment: these files belong to: lodash
310
310
 
311
311
  Files: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
312
- Copyright: 2018 Mathias Nater
312
+ Copyright: 2021 Mathias Nater
313
313
  License: MIT
314
314
  Comment: these files belong to: Hyphenopoly
315
315
 
@@ -347,11 +347,6 @@ Copyright: 2013 Ariya Hidayat and other contributors
347
347
  License: BSD-2-Clause
348
348
  Comment: these files belong to: Esprima
349
349
 
350
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
351
- Copyright: 2006 Google Inc.
352
- License: Apache-2.0
353
- Comment: these files belong to: google-code-prettify
354
-
355
350
  Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
356
351
  Copyright: 2006-2020, Ivan Sagalaev
357
352
  License: BSD-3-Clause
@@ -405,6 +400,11 @@ Copyright: 2014 Vitaly Puzrin, Alex Kocharin
405
400
  License: MIT
406
401
  Comment: these files belong to: Markdown-it
407
402
 
403
+ Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
404
+ Copyright: 2015-2017 Evgeny Poberezkin
405
+ License: MIT
406
+ Comment: these files belong to: ajv
407
+
408
408
 
409
409
  # Library: sap.ui.mdc:
410
410
 
@@ -452,11 +452,6 @@ Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
452
452
  License: Apache-2.0
453
453
  Comment: these files belong to: LESS
454
454
 
455
- Files: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
456
- Copyright: 2015-2017 Evgeny Poberezkin
457
- License: MIT
458
- Comment: these files belong to: ajv
459
-
460
455
  Files: lib/jsdoc/ui5/plugin.js
461
456
  Copyright:
462
457
  2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.ui.codeeditor:
8
8
 
9
- Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.4
9
+ Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
10
10
  Copyright: 2010, Ajax.org B.V.
11
11
  License: BSD-3-Clause
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -279,8 +279,8 @@ License: MIT
279
279
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
280
280
  Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
281
281
 
282
- Component: Hyphenopoly, version: 2.4.0
283
- Copyright: 2018 Mathias Nater
282
+ Component: Hyphenopoly, version: 3.4.0
283
+ Copyright: 2021 Mathias Nater
284
284
  License: MIT
285
285
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
286
286
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/hyphenopoly/*
@@ -324,12 +324,6 @@ License: BSD-2-Clause
324
324
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-2-Clause.txt
325
325
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/esprima.js
326
326
 
327
- Component: google-code-prettify, version: 20130304
328
- Copyright: 2006 Google Inc.
329
- License: Apache-2.0
330
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
331
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
332
-
333
327
  Component: highlight.js, version: 10.4.1
334
328
  Copyright: 2006-2020, Ivan Sagalaev
335
329
  License: BSD-3-Clause
@@ -376,7 +370,7 @@ License: Unicode-DFS-2015
376
370
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Unicode-DFS-2015.txt
377
371
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/webcomponents/Unicode-Data-Files-LICENSE.txt
378
372
 
379
- Component: Adaptive Cards, version: 1.2.3
373
+ Component: Adaptive Cards, version: 2.9.0
380
374
  Copyright: 2017 Microsoft
381
375
  License: MIT
382
376
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -395,6 +389,12 @@ License: MIT
395
389
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
396
390
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
397
391
 
392
+ Component: ajv, version: 6.12.3
393
+ Copyright: 2015-2017 Evgeny Poberezkin
394
+ License: MIT
395
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
396
+ Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
397
+
398
398
 
399
399
  Library: sap.ui.mdc:
400
400
 
@@ -450,12 +450,6 @@ License: Apache-2.0
450
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
451
  Contained in: src/testsuite-utils/src/main/resources/META-INF/less/less.js
452
452
 
453
- Component: ajv, version: 6.12.3
454
- Copyright: 2015-2017 Evgeny Poberezkin
455
- License: MIT
456
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
457
- Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
458
-
459
453
  Component: JSDoc 3, version: 3.6.7
460
454
  Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
461
455
  License: Apache-2.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.main",
3
- "version": "1.93.3",
3
+ "version": "1.96.1",
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.93.3",
20
- "@openui5/sap.ui.webc.common": "1.93.3"
19
+ "@openui5/sap.ui.core": "1.96.1",
20
+ "@openui5/sap.ui.webc.common": "1.96.1"
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.93.3</version>
6
+ <version>1.96.1</version>
7
7
  <copyright>OpenUI5
8
8
  * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
9
9
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
@@ -13,7 +13,6 @@ sap.ui.define([
13
13
  "use strict";
14
14
 
15
15
  var AvatarColorScheme = library.AvatarColorScheme;
16
- var AvatarFitType = library.AvatarFitType;
17
16
  var AvatarShape = library.AvatarShape;
18
17
  var AvatarSize = library.AvatarSize;
19
18
 
@@ -44,7 +43,7 @@ sap.ui.define([
44
43
  * <br>
45
44
  *
46
45
  * @author SAP SE
47
- * @version 1.93.3
46
+ * @version 1.96.1
48
47
  *
49
48
  * @constructor
50
49
  * @public
@@ -72,7 +71,7 @@ sap.ui.define([
72
71
  },
73
72
 
74
73
  /**
75
- * Defines the background color of the content. <br>
74
+ * Defines the background color of the desired image. <br>
76
75
  * <br>
77
76
  * Available options are:
78
77
  * <ul>
@@ -96,7 +95,7 @@ sap.ui.define([
96
95
 
97
96
  /**
98
97
  * Defines the name of the UI5 Icon, that would be displayed. <br>
99
- * <b>Note:</b> If <code>image</code> is set, the property would be ignored. <br>
98
+ * <b>Note:</b> If <code>image</code> slot is provided, the property would be ignored. <br>
100
99
  * <b>Note:</b> You should import the desired icon first, then use its name as "icon". <br>
101
100
  * <br>
102
101
  * import "@ui5/webcomponents-icons/dist/{icon_name}.js" <br>
@@ -109,28 +108,6 @@ sap.ui.define([
109
108
  defaultValue: ""
110
109
  },
111
110
 
112
- /**
113
- * Defines the source path to the desired image.
114
- */
115
- image: {
116
- type: "string",
117
- defaultValue: ""
118
- },
119
-
120
- /**
121
- * Defines the fit type of the desired image. <br>
122
- * <br>
123
- * Available options are:
124
- * <ul>
125
- * <li><code>Cover</code></li>
126
- * <li><code>Contain</code></li>
127
- * </ul>
128
- */
129
- imageFitType: {
130
- type: "sap.ui.webc.main.AvatarFitType",
131
- defaultValue: AvatarFitType.Cover
132
- },
133
-
134
111
  /**
135
112
  * Defines the displayed initials. <br>
136
113
  * Up to two Latin letters can be displayed as initials.
@@ -178,6 +155,19 @@ sap.ui.define([
178
155
  type: "sap.ui.webc.main.AvatarSize",
179
156
  defaultValue: AvatarSize.S
180
157
  }
158
+ },
159
+ defaultAggregation: "content",
160
+ aggregations: {
161
+
162
+ /**
163
+ * Receives the desired <code>&lt;img&gt;</code> tag
164
+ *
165
+ * <b>Note:</b> If you experience flickering of the provided image, you can hide the component until it is being defined with the following CSS: <br /> <br /> <code> ui5-avatar:not(:defined) { <br /> visibility: hidden; <br /> } <br /> </code>
166
+ */
167
+ content: {
168
+ type: "sap.ui.core.Control",
169
+ multiple: false
170
+ }
181
171
  }
182
172
  }
183
173
  });
@@ -13,7 +13,6 @@ sap.ui.define([
13
13
  "use strict";
14
14
 
15
15
  var AvatarGroupType = library.AvatarGroupType;
16
- var AvatarSize = library.AvatarSize;
17
16
 
18
17
  /**
19
18
  * Constructor for a new <code>AvatarGroup</code>.
@@ -74,7 +73,7 @@ sap.ui.define([
74
73
  * </ul> <br>
75
74
  *
76
75
  * @author SAP SE
77
- * @version 1.93.3
76
+ * @version 1.96.1
78
77
  *
79
78
  * @constructor
80
79
  * @public
@@ -89,23 +88,6 @@ sap.ui.define([
89
88
  tag: "ui5-avatar-group-ui5",
90
89
  properties: {
91
90
 
92
- /**
93
- * Defines predefined size of the <code>sap.ui.webc.main.Avatar</code>. <br>
94
- * <br>
95
- * Available options are:
96
- * <ul>
97
- * <li><code>XS</code></li>
98
- * <li><code>S</code></li>
99
- * <li><code>M</code></li>
100
- * <li><code>L</code></li>
101
- * <li><code>XL</code></li>
102
- * </ul>
103
- */
104
- avatarSize: {
105
- type: "sap.ui.webc.main.AvatarSize",
106
- defaultValue: AvatarSize.S
107
- },
108
-
109
91
  /**
110
92
  * Defines the mode of the <code>AvatarGroup</code>. <br>
111
93
  * <br>
@@ -170,7 +152,9 @@ sap.ui.define([
170
152
  /**
171
153
  * Fired when the count of visible <code>sap.ui.webc.main.Avatar</code> elements in the component has changed
172
154
  */
173
- overflow: {}
155
+ overflow: {
156
+ parameters: {}
157
+ }
174
158
  },
175
159
  getters: ["colorScheme", "hiddenItems"]
176
160
  }
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * </ul>
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.93.3
36
+ * @version 1.96.1
37
37
  *
38
38
  * @constructor
39
39
  * @public
@@ -0,0 +1,128 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.main.Breadcrumbs.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/Breadcrumbs"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ var BreadcrumbsDesign = library.BreadcrumbsDesign;
16
+ var BreadcrumbsSeparatorStyle = library.BreadcrumbsSeparatorStyle;
17
+
18
+ /**
19
+ * Constructor for a new <code>Breadcrumbs</code>.
20
+ *
21
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
22
+ * @param {object} [mSettings] Initial settings for the new control
23
+ *
24
+ * @extends sap.ui.webc.common.WebComponent
25
+ * @class
26
+ *
27
+ * <h3>Overview</h3> Enables users to navigate between items by providing a list of links to previous steps in the user's navigation path. It helps the user to be aware of their location within the application and allows faster navigation. <br>
28
+ * <br>
29
+ * The last three steps can be accessed as links directly, while the remaining links prior to them are available in a drop-down menu. <br>
30
+ * <br>
31
+ * You can choose the type of separator to be used from a number of predefined options.
32
+ *
33
+ * <h3>Keyboard Handling</h3> The <code>sap.ui.webc.main.Breadcrumbs</code> provides advanced keyboard handling. <br>
34
+ *
35
+ * <ul>
36
+ * <li>[F4, ALT+UP, ALT+DOWN, SPACE, ENTER] - If the dropdown arrow is focused - opens/closes the drop-down.</li>
37
+ * <li>[SPACE, ENTER] - Activates the focused item and triggers the <code>item-click</code> event.</li>
38
+ * <li>[ESC] - Closes the drop-down.</li>
39
+ * <li>[LEFT] - If the drop-down is closed - navigates one item to the left.</li>
40
+ * <li>[RIGHT] - If the drop-down is closed - navigates one item to the right.</li>
41
+ * <li>[UP] - If the drop-down is open - moves focus to the next item.</li>
42
+ * <li>[DOWN] - If the drop-down is open - moves focus to the previous item.</li>
43
+ * <li>[HOME] - Navigates to the first item.</li>
44
+ * <li>[END] - Navigates to the last item.</li>
45
+ * </ul> <br>
46
+ *
47
+ * @author SAP SE
48
+ * @version 1.96.1
49
+ *
50
+ * @constructor
51
+ * @public
52
+ * @since 1.92.0
53
+ * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
54
+ * @alias sap.ui.webc.main.Breadcrumbs
55
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
56
+ */
57
+ var Breadcrumbs = WebComponent.extend("sap.ui.webc.main.Breadcrumbs", {
58
+ metadata: {
59
+ library: "sap.ui.webc.main",
60
+ tag: "ui5-breadcrumbs-ui5",
61
+ properties: {
62
+
63
+ /**
64
+ * Defines the visual indication and behavior of the breadcrumbs. Available options are <code>Standard</code> (by default) and <code>NoCurrentPage</code>. <br>
65
+ * <br>
66
+ * <b>Note:</b> The <code>Standard</code> breadcrumbs show the current page as the last item in the trail. The last item contains only plain text and is not a link.
67
+ */
68
+ design: {
69
+ type: "sap.ui.webc.main.BreadcrumbsDesign",
70
+ defaultValue: BreadcrumbsDesign.Standard
71
+ },
72
+
73
+ /**
74
+ * Determines the visual style of the separator between the breadcrumb items.
75
+ *
76
+ * <br>
77
+ * <br>
78
+ * Available options are:
79
+ * <ul>
80
+ * <li><code>Slash</code></li>
81
+ * <li><code>BackSlash</code></li>
82
+ * <li><code>DoubleBackSlash</code></li>
83
+ * <li><code>DoubleGreaterThan</code></li>
84
+ * <li><code>DoubleSlash</code></li>
85
+ * <li><code>GreaterThan</code></li>
86
+ * </ul>
87
+ */
88
+ separatorStyle: {
89
+ type: "sap.ui.webc.main.BreadcrumbsSeparatorStyle",
90
+ defaultValue: BreadcrumbsSeparatorStyle.Slash
91
+ }
92
+ },
93
+ defaultAggregation: "items",
94
+ aggregations: {
95
+
96
+ /**
97
+ * Defines the component items.
98
+ *
99
+ * <br>
100
+ * <br>
101
+ * <b>Note:</b> Use the <code>sap.ui.webc.main.BreadcrumbsItem</code> component to define the desired items.
102
+ */
103
+ items: {
104
+ type: "sap.ui.webc.main.IBreadcrumbsItem",
105
+ multiple: true
106
+ }
107
+ },
108
+ events: {
109
+
110
+ /**
111
+ * Fires when a <code>BreadcrumbsItem</code> is clicked.
112
+ */
113
+ itemClick: {
114
+ parameters: {
115
+ /**
116
+ * The clicked item.
117
+ */
118
+ item: {
119
+ type: "HTMLElement"
120
+ }
121
+ }
122
+ }
123
+ }
124
+ }
125
+ });
126
+
127
+ return Breadcrumbs;
128
+ });
@@ -0,0 +1,98 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.main.BreadcrumbsItem.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/BreadcrumbsItem"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>BreadcrumbsItem</code>.
17
+ *
18
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
19
+ * @param {object} [mSettings] Initial settings for the new control
20
+ *
21
+ * @extends sap.ui.webc.common.WebComponent
22
+ * @class
23
+ *
24
+ * <h3>Overview</h3>
25
+ *
26
+ * The <code>sap.ui.webc.main.BreadcrumbsItem</code> component defines the content of an item in <code>ui5-breadcumbs</code>.
27
+ *
28
+ * @author SAP SE
29
+ * @version 1.96.1
30
+ *
31
+ * @constructor
32
+ * @public
33
+ * @since 1.92.0
34
+ * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
35
+ * @alias sap.ui.webc.main.BreadcrumbsItem
36
+ * @implements sap.ui.webc.main.IBreadcrumbsItem
37
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
+ */
39
+ var BreadcrumbsItem = WebComponent.extend("sap.ui.webc.main.BreadcrumbsItem", {
40
+ metadata: {
41
+ library: "sap.ui.webc.main",
42
+ tag: "ui5-breadcrumbs-item-ui5",
43
+ interfaces: [
44
+ "sap.ui.webc.main.IBreadcrumbsItem"
45
+ ],
46
+ properties: {
47
+
48
+ /**
49
+ * Defines the accessible aria name of the item.
50
+ */
51
+ accessibleName: {
52
+ type: "string",
53
+ defaultValue: undefined
54
+ },
55
+
56
+ /**
57
+ * Defines the link href. <br>
58
+ * <br>
59
+ * <b>Note:</b> Standard hyperlink behavior is supported.
60
+ */
61
+ href: {
62
+ type: "string",
63
+ defaultValue: ""
64
+ },
65
+
66
+ /**
67
+ * Defines the link target. <br>
68
+ * <br>
69
+ * Available options are:
70
+ * <ul>
71
+ * <li><code>_self</code></li>
72
+ * <li><code>_top</code></li>
73
+ * <li><code>_blank</code></li>
74
+ * <li><code>_parent</code></li>
75
+ * <li><code>_search</code></li>
76
+ * </ul> <br>
77
+ * <br>
78
+ * <b>Note:<b> This property must only be used when the <code>href</code> property is set.
79
+ */
80
+ target: {
81
+ type: "string",
82
+ defaultValue: undefined
83
+ },
84
+
85
+ /**
86
+ * Defines the content of the control
87
+ */
88
+ text: {
89
+ type: "string",
90
+ defaultValue: "",
91
+ mapping: "textContent"
92
+ }
93
+ }
94
+ }
95
+ });
96
+
97
+ return BreadcrumbsItem;
98
+ });
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.93.3
49
+ * @version 1.96.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -69,6 +69,14 @@ sap.ui.define([
69
69
  defaultValue: false
70
70
  },
71
71
 
72
+ /**
73
+ * Defines the delay in milliseconds, after which the busy indicator will be visible on the screen.
74
+ */
75
+ delay: {
76
+ type: "int",
77
+ defaultValue: 1000
78
+ },
79
+
72
80
  /**
73
81
  * Defines whether the control will be rendered as a block or inline HTML element
74
82
  */
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * </ul>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.93.3
49
+ * @version 1.96.1
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -65,6 +65,13 @@ sap.ui.define([
65
65
  ],
66
66
  properties: {
67
67
 
68
+ /**
69
+ * Sets the accessible aria name of the component.
70
+ */
71
+ accessibleName: {
72
+ type: "string"
73
+ },
74
+
68
75
  /**
69
76
  * Defines the component design.
70
77
  *
@@ -79,6 +86,7 @@ sap.ui.define([
79
86
  * <li><code>Positive</code></li>
80
87
  * <li><code>Negative</code></li>
81
88
  * <li><code>Transparent</code></li>
89
+ * <li><code>Attention</code></li>
82
90
  * </ul>
83
91
  */
84
92
  design: {
@@ -160,7 +168,9 @@ sap.ui.define([
160
168
  * <br>
161
169
  * <b>Note:</b> The event will not be fired if the <code>disabled</code> property is set to <code>true</code>.
162
170
  */
163
- click: {}
171
+ click: {
172
+ parameters: {}
173
+ }
164
174
  }
165
175
  }
166
176
  });
@@ -8,10 +8,12 @@
8
8
  sap.ui.define([
9
9
  "sap/ui/webc/common/WebComponent",
10
10
  "./library",
11
+ "sap/ui/core/library",
11
12
  "./thirdparty/Calendar"
12
- ], function(WebComponent, library) {
13
+ ], function(WebComponent, library, coreLibrary) {
13
14
  "use strict";
14
15
 
16
+ var CalendarType = coreLibrary.CalendarType;
15
17
  var CalendarSelectionMode = library.CalendarSelectionMode;
16
18
 
17
19
  /**
@@ -91,7 +93,7 @@ sap.ui.define([
91
93
  * <code> &lt;script data-id="sap-ui-config" type="application/json"&gt; { "calendarType": "Japanese" } &lt;/script&gt; </code>
92
94
  *
93
95
  * @author SAP SE
94
- * @version 1.93.3
96
+ * @version 1.96.1
95
97
  *
96
98
  * @constructor
97
99
  * @public
@@ -149,6 +151,14 @@ sap.ui.define([
149
151
  type: "sap.ui.core.CalendarType"
150
152
  },
151
153
 
154
+ /**
155
+ * Defines the secondary calendar type. If not set, the calendar will only show the primary calendar type.
156
+ */
157
+ secondaryCalendarType: {
158
+ type: "sap.ui.core.CalendarType",
159
+ defaultValue: CalendarType.undefined
160
+ },
161
+
152
162
  /**
153
163
  * Defines the type of selection used in the calendar component. Accepted property values are:<br>
154
164
  *
@@ -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.93.3
29
+ * @version 1.96.1
30
30
  *
31
31
  * @constructor
32
32
  * @public