@openui5/sap.ui.webc.fiori 1.96.2 → 1.98.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (289) hide show
  1. package/.reuse/dep5 +26 -31
  2. package/THIRDPARTY.txt +15 -21
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +2 -2
  5. package/src/sap/ui/webc/fiori/Bar.js +2 -2
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +4 -4
  7. package/src/sap/ui/webc/fiori/FilterItem.js +71 -0
  8. package/src/sap/ui/webc/fiori/FilterItemOption.js +68 -0
  9. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +4 -4
  10. package/src/sap/ui/webc/fiori/IllustratedMessage.js +4 -4
  11. package/src/sap/ui/webc/fiori/NotificationAction.js +2 -2
  12. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +2 -2
  13. package/src/sap/ui/webc/fiori/NotificationListItem.js +2 -2
  14. package/src/sap/ui/webc/fiori/Page.js +2 -2
  15. package/src/sap/ui/webc/fiori/ProductSwitch.js +2 -2
  16. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +2 -2
  17. package/src/sap/ui/webc/fiori/ShellBar.js +46 -10
  18. package/src/sap/ui/webc/fiori/ShellBarItem.js +3 -3
  19. package/src/sap/ui/webc/fiori/SideNavigation.js +2 -2
  20. package/src/sap/ui/webc/fiori/SideNavigationItem.js +2 -2
  21. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +2 -2
  22. package/src/sap/ui/webc/fiori/SortItem.js +68 -0
  23. package/src/sap/ui/webc/fiori/Timeline.js +2 -2
  24. package/src/sap/ui/webc/fiori/TimelineItem.js +2 -2
  25. package/src/sap/ui/webc/fiori/UploadCollection.js +13 -3
  26. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +2 -2
  27. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +18 -9
  28. package/src/sap/ui/webc/fiori/Wizard.js +10 -18
  29. package/src/sap/ui/webc/fiori/WizardStep.js +10 -28
  30. package/src/sap/ui/webc/fiori/library.js +156 -6
  31. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +30 -1
  32. package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +3 -4
  33. package/src/sap/ui/webc/fiori/thirdparty/FilterItem.js +45 -0
  34. package/src/sap/ui/webc/fiori/thirdparty/FilterItemOption.js +31 -0
  35. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +8 -9
  36. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +14 -5
  37. package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +6 -0
  38. package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +12 -15
  39. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +10 -13
  40. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +3 -4
  41. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +6 -3
  42. package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +6 -0
  43. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +62 -24
  44. package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +4 -7
  45. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
  46. package/src/sap/ui/webc/fiori/thirdparty/SideNavigationItem.js +6 -0
  47. package/src/sap/ui/webc/fiori/thirdparty/SideNavigationSubItem.js +6 -0
  48. package/src/sap/ui/webc/fiori/thirdparty/SortItem.js +31 -0
  49. package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +2 -3
  50. package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +14 -8
  51. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +12 -13
  52. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +219 -42
  53. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +19 -20
  54. package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +0 -6
  55. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -0
  56. package/src/sap/ui/webc/fiori/thirdparty/css/themes/BarcodeScannerDialog.css +1 -0
  57. package/src/sap/ui/webc/fiori/thirdparty/css/themes/FilterItem.css +1 -0
  58. package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -0
  59. package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -0
  60. package/src/sap/ui/webc/fiori/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
  61. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotifactionOverflowActionsPopover.css +1 -0
  62. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -0
  63. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -0
  64. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -0
  65. package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationPrioIcon.css +1 -0
  66. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -0
  67. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitch.css +1 -0
  68. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -0
  69. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -0
  70. package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -0
  71. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -0
  72. package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -0
  73. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -0
  74. package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -0
  75. package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -0
  76. package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -0
  77. package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardPopover.css +1 -0
  78. package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -0
  79. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
  80. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  81. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  82. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  83. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  84. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  85. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  86. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
  87. package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  88. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +2 -1
  89. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +10 -8
  90. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
  91. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +1 -1
  92. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FilterItemTemplate.lit.js +20 -0
  93. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  94. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +7 -5
  95. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListGroupItemTemplate.lit.js +1 -1
  96. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +2 -2
  97. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +1 -1
  98. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +7 -7
  99. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
  100. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +4 -4
  101. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +1 -1
  102. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +2 -2
  103. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +3 -3
  104. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +3 -4
  105. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +12 -1
  106. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +1 -1
  107. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +1 -1
  108. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +3 -3
  109. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +3 -3
  110. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FilterItem.css.js +13 -0
  111. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +3 -3
  112. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +3 -3
  113. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
  114. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotifactionOverflowActionsPopover.css.js +3 -3
  115. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +3 -3
  116. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +3 -3
  117. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +3 -3
  118. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +3 -3
  119. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +3 -3
  120. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +3 -3
  121. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +3 -3
  122. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +3 -3
  123. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +3 -3
  124. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +3 -3
  125. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +3 -3
  126. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +3 -3
  127. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +3 -3
  128. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +3 -3
  129. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +3 -3
  130. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +3 -3
  131. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +3 -3
  132. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  133. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  134. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  135. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  136. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  138. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  139. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +7 -0
  140. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
  141. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +2 -0
  142. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +2 -0
  143. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +2 -0
  144. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +2 -0
  145. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +2 -0
  146. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +2 -0
  147. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +2 -0
  148. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +2 -0
  149. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +2 -0
  150. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +2 -0
  151. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +2 -0
  152. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +18 -0
  153. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +18 -0
  154. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +18 -0
  155. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +18 -0
  156. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +18 -0
  157. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +18 -0
  158. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +18 -0
  159. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +18 -0
  160. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +18 -0
  161. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +18 -0
  162. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +18 -0
  163. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +18 -0
  164. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +18 -0
  165. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +18 -0
  166. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +18 -0
  167. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +18 -0
  168. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +18 -0
  169. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +18 -0
  170. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +12 -0
  171. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Company.js +19 -0
  172. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-ExternalLink.js +17 -0
  173. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-FaceID.js +23 -0
  174. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Fingerprint.js +22 -0
  175. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Lock.js +18 -0
  176. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Mission.js +24 -0
  177. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoApplications.js +22 -0
  178. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoFlows.js +18 -0
  179. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoUsers.js +22 -0
  180. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Radar.js +21 -0
  181. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Services.js +22 -0
  182. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpired.js +17 -0
  183. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpiring.js +16 -0
  184. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Success.js +16 -0
  185. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +16 -0
  186. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Unlock.js +18 -0
  187. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +17 -0
  188. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-CodePlaceholder.js +15 -0
  189. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Company.js +36 -0
  190. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-ExternalLink.js +20 -0
  191. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-FaceID.js +27 -0
  192. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Fingerprint.js +41 -0
  193. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Lock.js +28 -0
  194. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Mission.js +25 -0
  195. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoApplications.js +24 -0
  196. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoFlows.js +26 -0
  197. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoUsers.js +23 -0
  198. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Radar.js +26 -0
  199. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Services.js +23 -0
  200. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpired.js +24 -0
  201. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpiring.js +23 -0
  202. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Success.js +24 -0
  203. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +26 -0
  204. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Unlock.js +21 -0
  205. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +28 -0
  206. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-CodePlaceholder.js +12 -0
  207. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Company.js +19 -0
  208. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-ExternalLink.js +15 -0
  209. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-FaceID.js +22 -0
  210. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Fingerprint.js +16 -0
  211. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Lock.js +19 -0
  212. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Mission.js +23 -0
  213. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoApplications.js +18 -0
  214. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoFlows.js +15 -0
  215. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoUsers.js +18 -0
  216. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Radar.js +20 -0
  217. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Services.js +21 -0
  218. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpired.js +15 -0
  219. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpiring.js +15 -0
  220. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Success.js +15 -0
  221. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
  222. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Unlock.js +17 -0
  223. package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +16 -0
  224. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-4986cab5.js → messagebundle_ar-f55bd0d9.js} +3 -2
  225. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-7e9aa059.js → messagebundle_bg-eb73ad77.js} +2 -1
  226. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-01451c6a.js → messagebundle_ca-18554b48.js} +2 -1
  227. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-ac6c8738.js → messagebundle_cs-7c21900b.js} +2 -1
  228. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-3dfe9dd5.js → messagebundle_cy-04ebca8d.js} +3 -2
  229. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-663276e4.js → messagebundle_da-49bb0a1c.js} +2 -1
  230. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-72e82e46.js → messagebundle_de-ba618d63.js} +3 -2
  231. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-c96044ad.js → messagebundle_el-7db9c5fd.js} +2 -1
  232. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-2d504d66.js → messagebundle_en-d099f44a.js} +3 -2
  233. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-c8b9808b.js → messagebundle_en_GB-4887b667.js} +3 -2
  234. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-ff0f05eb.js → messagebundle_en_US_sappsd-65b99ab9.js} +2 -1
  235. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-9005c49a.js → messagebundle_en_US_saprigi-617e6535.js} +12 -1
  236. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-e2be9611.js → messagebundle_en_US_saptrc-6d0883b2.js} +2 -1
  237. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-20ceffef.js → messagebundle_es-f7558331.js} +3 -2
  238. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-9617bbe2.js → messagebundle_es_MX-82bc00a1.js} +2 -1
  239. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-70cc45fe.js → messagebundle_et-24b4540a.js} +2 -1
  240. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-38c6589c.js → messagebundle_fi-8dc53cb0.js} +2 -1
  241. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-0a9f2183.js → messagebundle_fr-7e340939.js} +2 -1
  242. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5401e307.js → messagebundle_fr_CA-d3853c9b.js} +3 -2
  243. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-9aad7093.js → messagebundle_hi-78b175f0.js} +2 -1
  244. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-9a46b37c.js → messagebundle_hr-3ed6353c.js} +2 -1
  245. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-94c5c8ec.js → messagebundle_hu-9af2b64b.js} +2 -1
  246. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-594c952a.js → messagebundle_it-7968f555.js} +2 -1
  247. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-3ad5f2eb.js → messagebundle_iw-30a93e6c.js} +2 -1
  248. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-ec45026f.js → messagebundle_ja-2b23c18f.js} +3 -2
  249. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-9322e295.js → messagebundle_kk-847a0b84.js} +2 -1
  250. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-64bfa5d3.js → messagebundle_ko-eaabc5f5.js} +2 -1
  251. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-caf1e289.js → messagebundle_lt-ac869899.js} +2 -1
  252. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-8877dca6.js → messagebundle_lv-ff63b614.js} +2 -1
  253. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-d3aa34d7.js → messagebundle_ms-e844b95d.js} +2 -1
  254. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-7653fecd.js → messagebundle_nl-b644fdd4.js} +2 -1
  255. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-e4cf07cf.js → messagebundle_no-aedb265f.js} +2 -1
  256. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-34323862.js → messagebundle_pl-3f303622.js} +3 -2
  257. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-3c7586ed.js → messagebundle_pt-541e1fa1.js} +2 -1
  258. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-6101090e.js → messagebundle_pt_PT-196ce616.js} +3 -2
  259. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-3e1aac26.js → messagebundle_ro-cbff6cf1.js} +2 -1
  260. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-6fab2afc.js → messagebundle_ru-ff1b077c.js} +2 -1
  261. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-59c9c475.js → messagebundle_sh-88cafb2d.js} +2 -1
  262. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-3947d2b2.js → messagebundle_sk-877257e4.js} +2 -1
  263. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-5cb9b7cc.js → messagebundle_sl-0504465e.js} +2 -1
  264. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-9bfc19a7.js → messagebundle_sv-30172f15.js} +3 -2
  265. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-a6a77885.js → messagebundle_th-1e8f0c20.js} +3 -2
  266. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-6f2ec772.js → messagebundle_tr-1739cd9a.js} +2 -1
  267. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-dde2e605.js → messagebundle_uk-b933c172.js} +3 -2
  268. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-e549a9d4.js → messagebundle_vi-329c5bac.js} +3 -2
  269. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-fa4baf83.js → messagebundle_zh_CN-4936266e.js} +3 -2
  270. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-060ab1cb.js → messagebundle_zh_TW-87ecd6ac.js} +3 -2
  271. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-061b89a5.js +13 -0
  272. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-38936e07.js +13 -0
  273. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8bbc66c7.js +13 -0
  274. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8cd66b58.js +13 -0
  275. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-b1dbb139.js +13 -0
  276. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-b3677e4f.js +13 -0
  277. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-c7962590.js +13 -0
  278. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-c905672f.js +13 -0
  279. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d5f4bea2.js +13 -0
  280. package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +18 -0
  281. package/src/sap/ui/webc/fiori/thirdparty/types/ViewSettingsDialogMode.js +20 -0
  282. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +0 -7
  283. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-68447658.js +0 -9
  284. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +0 -9
  285. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +0 -9
  286. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +0 -9
  287. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +0 -9
  288. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +0 -9
  289. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +0 -9
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -39,13 +39,6 @@ sap.ui.define([
39
39
  * <li>product-switch</li>
40
40
  * </ul>
41
41
  *
42
- * In the context of <code>sap.ui.webc.fiori.ShellBar</code>, you can provide a custom stable DOM refs for:
43
- * <ul>
44
- * <li>Every <code>sap.ui.webc.fiori.ShellBarItem</code> that you provide. Example: <code>
45
- * <ui5-shellbar-item stable-dom-ref="messages"></ui5-shellbar-item>
46
- * </code></li>
47
- * </ul>
48
- *
49
42
  * <h3>CSS Shadow Parts</h3>
50
43
  *
51
44
  * <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
@@ -55,7 +48,7 @@ sap.ui.define([
55
48
  * </ul>
56
49
  *
57
50
  * @author SAP SE
58
- * @version 1.96.2
51
+ * @version 1.98.0
59
52
  *
60
53
  * @constructor
61
54
  * @public
@@ -273,7 +266,8 @@ sap.ui.define([
273
266
  }
274
267
  }
275
268
  },
276
- methods: ["closeOverflow"]
269
+ methods: ["closeOverflow"],
270
+ getters: ["copilotDomRef", "logoDomRef", "notificationsDomRef", "overflowDomRef", "productSwitchDomRef", "profileDomRef"]
277
271
  }
278
272
  });
279
273
 
@@ -284,5 +278,47 @@ sap.ui.define([
284
278
  * @function
285
279
  */
286
280
 
281
+ /**
282
+ * Returns the <code>copilot</code> DOM ref.
283
+ * @public
284
+ * @name sap.ui.webc.fiori.ShellBar#getCopilotDomRef
285
+ * @function
286
+ */
287
+
288
+ /**
289
+ * Returns the <code>logo</code> DOM ref.
290
+ * @public
291
+ * @name sap.ui.webc.fiori.ShellBar#getLogoDomRef
292
+ * @function
293
+ */
294
+
295
+ /**
296
+ * Returns the <code>notifications</code> icon DOM ref.
297
+ * @public
298
+ * @name sap.ui.webc.fiori.ShellBar#getNotificationsDomRef
299
+ * @function
300
+ */
301
+
302
+ /**
303
+ * Returns the <code>overflow</code> icon DOM ref.
304
+ * @public
305
+ * @name sap.ui.webc.fiori.ShellBar#getOverflowDomRef
306
+ * @function
307
+ */
308
+
309
+ /**
310
+ * Returns the <code>product-switch</code> icon DOM ref.
311
+ * @public
312
+ * @name sap.ui.webc.fiori.ShellBar#getProductSwitchDomRef
313
+ * @function
314
+ */
315
+
316
+ /**
317
+ * Returns the <code>profile</code> icon DOM ref.
318
+ * @public
319
+ * @name sap.ui.webc.fiori.ShellBar#getProfileDomRef
320
+ * @function
321
+ */
322
+
287
323
  return ShellBar;
288
324
  });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.2
27
+ * @version 1.98.0
28
28
  *
29
29
  * @constructor
30
30
  * @public
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  /**
73
73
  * Fired, when the item is pressed.
74
74
  */
75
- itemClick: {
75
+ click: {
76
76
  allowPreventDefault: true,
77
77
  parameters: {
78
78
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * Use the available <code>sap.ui.webc.fiori.SideNavigationItem</code> and <code>sap.ui.webc.fiori.SideNavigationSubItem</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.2
38
+ * @version 1.98.0
39
39
  *
40
40
  * @constructor
41
41
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationItem</code> is used within <code>sap.ui.webc.fiori.SideNavigation</code> only. Via the <code>sap.ui.webc.fiori.SideNavigationItem</code> you control the content of the <code>SideNavigation</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.2
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * The <code>sap.ui.webc.fiori.SideNavigationSubItem</code> is intended to be used inside a <code>sap.ui.webc.fiori.SideNavigationItem</code> only.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.2
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -0,0 +1,68 @@
1
+ /*!
2
+ * OpenUI5
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
+ * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
+ */
6
+
7
+ // Provides control sap.ui.webc.fiori.SortItem.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/SortItem"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>SortItem</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
+ * <h3>Usage</h3>
27
+ *
28
+ * @author SAP SE
29
+ * @version 1.98.0
30
+ *
31
+ * @constructor
32
+ * @public
33
+ * @since 1.97.0
34
+ * @experimental Since 1.97.0 This control is experimental and its API might change significantly.
35
+ * @alias sap.ui.webc.fiori.SortItem
36
+ * @implements sap.ui.webc.fiori.ISortItem
37
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
38
+ */
39
+ var SortItem = WebComponent.extend("sap.ui.webc.fiori.SortItem", {
40
+ metadata: {
41
+ library: "sap.ui.webc.fiori",
42
+ tag: "ui5-sort-item-ui5",
43
+ interfaces: [
44
+ "sap.ui.webc.fiori.ISortItem"
45
+ ],
46
+ properties: {
47
+
48
+ /**
49
+ * Defines if the component is selected.
50
+ */
51
+ selected: {
52
+ type: "boolean",
53
+ defaultValue: false
54
+ },
55
+
56
+ /**
57
+ * Defines the text of the component.
58
+ */
59
+ text: {
60
+ type: "string",
61
+ defaultValue: ""
62
+ }
63
+ }
64
+ }
65
+ });
66
+
67
+ return SortItem;
68
+ });
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * The <code>sap.ui.webc.fiori.Timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.96.2
31
+ * @version 1.98.0
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * An entry posted on the timeline.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.2
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * <h3>Overview</h3> This component allows you to represent files before uploading them to a server, with the help of <code>sap.ui.webc.fiori.UploadCollectionItem</code>. It also allows you to show already uploaded files.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.2
30
+ * @version 1.98.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -42,6 +42,14 @@ sap.ui.define([
42
42
  tag: "ui5-upload-collection-ui5",
43
43
  properties: {
44
44
 
45
+ /**
46
+ * Sets the accessible aria name of the component.
47
+ */
48
+ accessibleName: {
49
+ type: "string",
50
+ defaultValue: ""
51
+ },
52
+
45
53
  /**
46
54
  * Defines the height of the control
47
55
  */
@@ -108,7 +116,9 @@ sap.ui.define([
108
116
  aggregations: {
109
117
 
110
118
  /**
111
- * Defines the <code>sap.ui.webc.fiori.UploadCollection</code> header.
119
+ * Defines the <code>sap.ui.webc.fiori.UploadCollection</code> header. <br>
120
+ * <br>
121
+ * <b>Note:</b> If <code>header</code> slot is provided, the labelling of the <code>UploadCollection</code> is a responsibility of the application developer. <code>accessibleName</code> should be used.
112
122
  */
113
123
  header: {
114
124
  type: "sap.ui.core.Control",
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * <h3>Overview</h3> A component to be used within the <code>sap.ui.webc.fiori.UploadCollection</code>.
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.2
29
+ * @version 1.98.0
30
30
  *
31
31
  * @constructor
32
32
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.webc.common.WebComponent
22
22
  * @class
23
23
  *
24
- * <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> which must be provided by the developer. The selected options can be used to create sorters for the table.
24
+ * <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>sap.ui.webc.fiori.SortItem</code> & <code>sap.ui.webc.fiori.FilterItem</code> respectively) These options can be used to create sorters for a table.
25
25
  *
26
26
  * The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> is modal, which means that user action is required before returning to the parent window is possible.
27
27
  *
@@ -30,12 +30,12 @@ sap.ui.define([
30
30
  * <h3>Responsive Behavior</h3> <code>sap.ui.webc.fiori.ViewSettingsDialog</code> stretches on full screen on phones.
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.2
33
+ * @version 1.98.0
34
34
  *
35
35
  * @constructor
36
36
  * @public
37
- * @since 1.92.0
38
- * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
37
+ * @since 1.95.0
38
+ * @experimental Since 1.95.0 This control is experimental and its API might change significantly.
39
39
  * @alias sap.ui.webc.fiori.ViewSettingsDialog
40
40
  * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
41
41
  */
@@ -56,10 +56,19 @@ sap.ui.define([
56
56
  aggregations: {
57
57
 
58
58
  /**
59
- * Defines the <code>sortItems</code> list.
59
+ *
60
+ */
61
+ filterItems: {
62
+ type: "sap.ui.webc.fiori.IFilterItem",
63
+ multiple: true,
64
+ slot: "filterItems"
65
+ },
66
+
67
+ /**
68
+ *
60
69
  */
61
70
  sortItems: {
62
- type: "sap.ui.webc.main.IListItem",
71
+ type: "sap.ui.webc.fiori.ISortItem",
63
72
  multiple: true,
64
73
  slot: "sortItems"
65
74
  }
@@ -79,7 +88,7 @@ sap.ui.define([
79
88
  },
80
89
 
81
90
  /**
82
- * The current sort by selected.
91
+ * The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
83
92
  */
84
93
  sortBy: {
85
94
  type: "string"
@@ -100,7 +109,7 @@ sap.ui.define([
100
109
  },
101
110
 
102
111
  /**
103
- * The current sort by selected.
112
+ * The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
104
113
  */
105
114
  sortBy: {
106
115
  type: "string"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -23,14 +23,14 @@ sap.ui.define([
23
23
  *
24
24
  * <h3>Overview</h3>
25
25
  *
26
- * The <code>sap.ui.webc.fiori.Wizard</code> helps users complete a complex task by dividing it into sections and guiding the user through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.
26
+ * The <code>sap.ui.webc.fiori.Wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.
27
27
  *
28
28
  * <h3>Structure</h3>
29
29
  * <h4>Navigation area</h4> The top most area of the <code>sap.ui.webc.fiori.Wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
30
30
  * <ul>
31
31
  * <li> Steps can have different visual representations - numbers or icons.
32
32
  * <li> Steps might have labels for better readability - titleText and subTitleText.</li>
33
- * <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code></li>
33
+ * <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code>.</li>
34
34
  * </ul>
35
35
  *
36
36
  * <b>Note:</b> If no selected step is defined, the first step will be auto selected. <br>
@@ -50,21 +50,21 @@ sap.ui.define([
50
50
  * </code> <code>&#9;&lt;ui5-wizard&gt;&lt;/ui5-wizard&gt;<br>
51
51
  * </code> <code>&lt;/ui5-dialog&gt;</code>
52
52
  *
53
- * <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. And, the <code>sap.ui.webc.fiori.Wizard</code> will automatically scroll to the content of the newly selected step. <br>
53
+ * <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>sap.ui.webc.fiori.Wizard</code> will automatically scroll to the content of the newly selected step. <br>
54
54
  * <br>
55
55
  *
56
56
  *
57
57
  * The Fiori 3 guidelines recommends having a "nextStep" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>sap.ui.webc.fiori.WizardStep</code>, and show/hide it when certain fields are filled or user defined criteria is met.
58
58
  *
59
59
  * <h3>Usage</h3>
60
- * <h4>When to use:</h4> When the user has to accomplish a long set of tasks.
60
+ * <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.
61
61
  *
62
62
  * <h4>When not to use:</h4> When the task has less than 3 steps.
63
63
  *
64
- * <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area will start truncate and shrink and from particular point they will hide to free as much space as possible.
64
+ * <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.
65
65
  *
66
66
  * @author SAP SE
67
- * @version 1.96.2
67
+ * @version 1.98.0
68
68
  *
69
69
  * @constructor
70
70
  * @public
@@ -79,14 +79,6 @@ sap.ui.define([
79
79
  tag: "ui5-wizard-ui5",
80
80
  properties: {
81
81
 
82
- /**
83
- * Sets the accessible aria name of the component.
84
- */
85
- accessibleName: {
86
- type: "string",
87
- defaultValue: undefined
88
- },
89
-
90
82
  /**
91
83
  * Defines the height of the control
92
84
  */
@@ -117,21 +109,21 @@ sap.ui.define([
117
109
  stepChange: {
118
110
  parameters: {
119
111
  /**
120
- * the new step
112
+ * The new step.
121
113
  */
122
114
  step: {
123
115
  type: "HTMLElement"
124
116
  },
125
117
 
126
118
  /**
127
- * the previous step
119
+ * The previous step.
128
120
  */
129
121
  previousStep: {
130
122
  type: "HTMLElement"
131
123
  },
132
124
 
133
125
  /**
134
- * the step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation
126
+ * The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
135
127
  */
136
128
  changeWithClick: {
137
129
  type: "boolean"
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -23,20 +23,20 @@ sap.ui.define([
23
23
  *
24
24
  * <h3>Overview</h3>
25
25
  *
26
- * A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that forms the content of a single step.
26
+ * A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that form the content of a single step.
27
27
  *
28
28
  * <h3>Structure</h3>
29
29
  * <ul>
30
- * <li>Each wizard step has arbitrary content</li>
31
- * <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties</li>
32
- * <li>Each wizard step might have an icon - defined by the <code>icon</code> property</li>
33
- * <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing</li>
30
+ * <li>Each wizard step has arbitrary content.</li>
31
+ * <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties.</li>
32
+ * <li>Each wizard step might have an icon - defined by the <code>icon</code> property.</li>
33
+ * <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing.</li>
34
34
  * </ul>
35
35
  *
36
36
  * <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.96.2
39
+ * @version 1.98.0
40
40
  *
41
41
  * @constructor
42
42
  * @public
@@ -55,22 +55,6 @@ sap.ui.define([
55
55
  ],
56
56
  properties: {
57
57
 
58
- /**
59
- * Sets the accessible aria name of the component.
60
- */
61
- accessibleName: {
62
- type: "string",
63
- defaultValue: ""
64
- },
65
-
66
- /**
67
- * Defines the aria-labelledby of the step.
68
- */
69
- accessibleNameRef: {
70
- type: "string",
71
- defaultValue: ""
72
- },
73
-
74
58
  /**
75
59
  * When <code>branching</code> is enabled a dashed line would be displayed after the step, meant to indicate that the next step is not yet known and depends on user choice in the current step. <br>
76
60
  * <br>
@@ -100,7 +84,7 @@ sap.ui.define([
100
84
  * <br>
101
85
  *
102
86
  *
103
- * <b>Note:</b> the icon is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
87
+ * <b>Note:</b> The icon is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
104
88
  * <br>
105
89
  *
106
90
  *
@@ -128,8 +112,7 @@ sap.ui.define([
128
112
  * <br>
129
113
  *
130
114
  *
131
- * <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
132
- * <b>Note:</b> the text will hide on small sizes (about 559 px).
115
+ * <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
133
116
  */
134
117
  subtitleText: {
135
118
  type: "string",
@@ -141,8 +124,7 @@ sap.ui.define([
141
124
  * <br>
142
125
  *
143
126
  *
144
- * <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
145
- * <b>Note:</b> the text will hide on small sizes (about 559 px).
127
+ * <b>Note:</b> The text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
146
128
  */
147
129
  titleText: {
148
130
  type: "string",