@openui5/sap.ui.webc.fiori 1.92.0 → 1.95.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 (197) hide show
  1. package/.reuse/dep5 +1 -6
  2. package/THIRDPARTY.txt +4 -10
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +1 -1
  5. package/src/sap/ui/webc/fiori/Bar.js +18 -10
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +104 -0
  7. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +3 -2
  8. package/src/sap/ui/webc/fiori/IllustratedMessage.js +114 -0
  9. package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
  10. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +26 -14
  11. package/src/sap/ui/webc/fiori/NotificationListItem.js +31 -20
  12. package/src/sap/ui/webc/fiori/Page.js +1 -1
  13. package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
  14. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -2
  15. package/src/sap/ui/webc/fiori/ShellBar.js +3 -3
  16. package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
  17. package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
  18. package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
  19. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
  20. package/src/sap/ui/webc/fiori/Timeline.js +19 -1
  21. package/src/sap/ui/webc/fiori/TimelineItem.js +9 -7
  22. package/src/sap/ui/webc/fiori/UploadCollection.js +2 -2
  23. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +24 -16
  24. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +123 -0
  25. package/src/sap/ui/webc/fiori/Wizard.js +10 -2
  26. package/src/sap/ui/webc/fiori/WizardStep.js +17 -1
  27. package/src/sap/ui/webc/fiori/library.js +112 -3
  28. package/src/sap/ui/webc/fiori/thirdparty/Bar.js +2 -1
  29. package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +18997 -0
  30. package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +8 -3
  31. package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +138 -0
  32. package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +2 -2
  33. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +26 -24
  34. package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +10 -5
  35. package/src/sap/ui/webc/fiori/thirdparty/Page.js +20 -1
  36. package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +18 -5
  37. package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +2 -1
  38. package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +45 -1
  39. package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +29 -6
  40. package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +2 -2
  41. package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +65 -66
  42. package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +199 -0
  43. package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +14 -4
  44. package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +2 -2
  45. package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +36 -1
  46. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -7
  47. package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
  48. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +3 -12
  49. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarcodeScannerDialogTemplate.lit.js +7 -0
  50. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +3 -12
  51. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +11 -0
  52. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +4 -13
  53. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListGroupItemTemplate.lit.js +13 -22
  54. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +12 -21
  55. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/PageTemplate.lit.js +3 -8
  56. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchItemTemplate.lit.js +13 -22
  57. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +3 -12
  58. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +3 -12
  59. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +5 -14
  60. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +21 -29
  61. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +4 -13
  62. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +12 -21
  63. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +9 -17
  64. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +4 -13
  65. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +22 -31
  66. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +6 -15
  67. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +7 -0
  68. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +4 -13
  69. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTabTemplate.lit.js +7 -16
  70. package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +5 -14
  71. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +13 -0
  72. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +13 -0
  73. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
  74. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
  75. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
  76. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
  77. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
  78. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
  79. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +13 -0
  80. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
  81. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
  82. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  83. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  84. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  85. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  86. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  87. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  88. package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  89. package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +20 -0
  90. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +20 -0
  91. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +20 -0
  92. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +20 -0
  93. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +20 -0
  94. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +20 -0
  95. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +20 -0
  96. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +20 -0
  97. package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +20 -0
  98. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +20 -0
  99. package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +20 -0
  100. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BeforeSearch.js +20 -0
  101. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoActivities.js +25 -0
  102. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoData.js +17 -0
  103. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoEntries.js +25 -0
  104. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail.js +18 -0
  105. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoNotifications.js +21 -0
  106. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems.js +20 -0
  107. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSearchResults.js +22 -0
  108. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks.js +25 -0
  109. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoad.js +18 -0
  110. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToUpload.js +20 -0
  111. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BeforeSearch.js +38 -0
  112. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoActivities.js +35 -0
  113. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoData.js +30 -0
  114. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoEntries.js +39 -0
  115. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail.js +30 -0
  116. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoNotifications.js +43 -0
  117. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems.js +42 -0
  118. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSearchResults.js +22 -0
  119. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks.js +29 -0
  120. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoad.js +30 -0
  121. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToUpload.js +20 -0
  122. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BeforeSearch.js +17 -0
  123. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoActivities.js +29 -0
  124. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoData.js +15 -0
  125. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoEntries.js +28 -0
  126. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail.js +17 -0
  127. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoNotifications.js +21 -0
  128. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +15 -0
  129. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSearchResults.js +20 -0
  130. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks.js +26 -0
  131. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoad.js +17 -0
  132. package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToUpload.js +17 -0
  133. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-59619ddd.js → messagebundle_ar-4986cab5.js} +36 -1
  134. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-b36e00fa.js → messagebundle_bg-7e9aa059.js} +36 -1
  135. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-a103fc34.js → messagebundle_ca-01451c6a.js} +36 -1
  136. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-d56df98c.js → messagebundle_cs-ac6c8738.js} +36 -1
  137. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-e28cac51.js → messagebundle_cy-3dfe9dd5.js} +36 -1
  138. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-7f08bcaa.js → messagebundle_da-663276e4.js} +36 -1
  139. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-a43e24f9.js → messagebundle_de-72e82e46.js} +36 -1
  140. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-8b1bd7a2.js → messagebundle_el-c96044ad.js} +36 -1
  141. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-502be1f9.js → messagebundle_en-2d504d66.js} +36 -1
  142. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-d28c7c2d.js → messagebundle_en_GB-c8b9808b.js} +36 -1
  143. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-f0f7ff12.js → messagebundle_en_US_sappsd-ff0f05eb.js} +36 -1
  144. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-f136d08a.js → messagebundle_en_US_saprigi-9005c49a.js} +26 -1
  145. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-ea579165.js → messagebundle_en_US_saptrc-e2be9611.js} +36 -1
  146. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-cf460452.js → messagebundle_es-20ceffef.js} +36 -1
  147. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-b588b49c.js → messagebundle_es_MX-9617bbe2.js} +36 -1
  148. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-33a3c1a9.js → messagebundle_et-70cc45fe.js} +36 -1
  149. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-05999936.js → messagebundle_fi-38c6589c.js} +36 -1
  150. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-6b78c685.js → messagebundle_fr-0a9f2183.js} +36 -1
  151. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5cd1bb21.js → messagebundle_fr_CA-5401e307.js} +36 -1
  152. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-9aad7093.js +96 -0
  153. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-1d544b5e.js → messagebundle_hr-9a46b37c.js} +36 -1
  154. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-d9824d87.js → messagebundle_hu-94c5c8ec.js} +36 -1
  155. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-590c03c0.js → messagebundle_it-594c952a.js} +36 -1
  156. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-2a4cd300.js → messagebundle_iw-3ad5f2eb.js} +36 -1
  157. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-a2be15f9.js → messagebundle_ja-ec45026f.js} +36 -1
  158. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-d1344aab.js → messagebundle_kk-9322e295.js} +36 -1
  159. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-0da72c2c.js → messagebundle_ko-64bfa5d3.js} +36 -1
  160. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-fe9461f4.js → messagebundle_lt-caf1e289.js} +36 -1
  161. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-217ab319.js → messagebundle_lv-8877dca6.js} +36 -1
  162. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-a35de2b8.js → messagebundle_ms-d3aa34d7.js} +36 -1
  163. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-9be8eb5b.js → messagebundle_nl-7653fecd.js} +36 -1
  164. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-73f4a816.js → messagebundle_no-e4cf07cf.js} +36 -1
  165. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-c579e301.js → messagebundle_pl-34323862.js} +36 -1
  166. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-407551a4.js → messagebundle_pt-3c7586ed.js} +36 -1
  167. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-7d09f65f.js → messagebundle_pt_PT-6101090e.js} +36 -1
  168. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-c9bda608.js → messagebundle_ro-3e1aac26.js} +36 -1
  169. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-f4dac468.js → messagebundle_ru-6fab2afc.js} +36 -1
  170. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-c66bf858.js → messagebundle_sh-59c9c475.js} +36 -1
  171. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-8df875ec.js → messagebundle_sk-3947d2b2.js} +36 -1
  172. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-b18551b8.js → messagebundle_sl-5cb9b7cc.js} +36 -1
  173. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-7db1ca43.js → messagebundle_sv-9bfc19a7.js} +36 -1
  174. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-a6a77885.js +96 -0
  175. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-b6eee8da.js → messagebundle_tr-6f2ec772.js} +37 -2
  176. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-6fcd6591.js → messagebundle_uk-dde2e605.js} +36 -1
  177. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-db4b5291.js → messagebundle_vi-e549a9d4.js} +36 -1
  178. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-6b87b448.js → messagebundle_zh_CN-fa4baf83.js} +36 -1
  179. package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-8b6411cf.js → messagebundle_zh_TW-060ab1cb.js} +36 -1
  180. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-68447658.js +9 -0
  181. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +9 -0
  182. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +9 -0
  183. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +9 -0
  184. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +9 -0
  185. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +9 -0
  186. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +9 -0
  187. package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +29 -0
  188. package/src/sap/ui/webc/fiori/thirdparty/types/TimelineLayout.js +20 -0
  189. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-71f54fc7.js +0 -61
  190. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-9445e465.js +0 -61
  191. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-062fdbb6.js +0 -9
  192. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-17f8bf4e.js +0 -9
  193. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-196ef17d.js +0 -9
  194. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8a5a5c79.js +0 -9
  195. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-90786b8e.js +0 -9
  196. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d48b31a7.js +0 -9
  197. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-dc5c99d6.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
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.12
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.webc.fiori",
3
- "version": "1.92.0",
3
+ "version": "1.95.0",
4
4
  "description": "OpenUI5 UI Library sap.ui.webc.fiori",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -16,8 +16,8 @@
16
16
  "url": "https://github.com/SAP/openui5.git"
17
17
  },
18
18
  "dependencies": {
19
- "@openui5/sap.ui.core": "1.92.0",
20
- "@openui5/sap.ui.webc.main": "1.92.0",
21
- "@openui5/sap.ui.webc.common": "1.92.0"
19
+ "@openui5/sap.ui.core": "1.95.0",
20
+ "@openui5/sap.ui.webc.main": "1.95.0",
21
+ "@openui5/sap.ui.webc.common": "1.95.0"
22
22
  }
23
23
  }
@@ -3,7 +3,7 @@
3
3
 
4
4
  <name>sap.ui.webc.fiori</name>
5
5
  <vendor>SAP SE</vendor>
6
- <version>1.92.0</version>
6
+ <version>1.95.0</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>
@@ -23,15 +23,23 @@ sap.ui.define([
23
23
  * @extends sap.ui.webc.common.WebComponent
24
24
  * @class
25
25
  *
26
- * <h3>Overview</h3> The Bar is a container which is primarily used to hold titles, buttons and input elements and its design and functionality is the basis for page headers and footers. The component consists of three areas to hold its content - startContent, middleContent and endContent. It has the capability to center content, such as a title, while having other components on the left and right side.
26
+ * <h3>Overview</h3> The Bar is a container which is primarily used to hold titles, buttons and input elements and its design and functionality is the basis for page headers and footers. The component consists of three areas to hold its content - startContent slot, default slot and endContent slot. It has the capability to center content, such as a title, while having other components on the left and right side.
27
27
  *
28
28
  * <h3>Usage</h3> With the use of the design property, you can set the style of the Bar to appear designed like a Header, Subheader, Footer and FloatingFooter. <br>
29
29
  * <b>Note:</b> Do not place a Bar inside another Bar or inside any bar-like component. Doing so may cause unpredictable behavior.
30
30
  *
31
- * <h3>Responsive Behavior</h3> The middleContent will be centered in the available space between the startContent and the endContent areas, therefore it might not always be centered in the entire bar.
31
+ * <h3>Responsive Behavior</h3> The default slot will be centered in the available space between the startContent and the endContent areas, therefore it might not always be centered in the entire bar.
32
+ *
33
+ * <h3>CSS Shadow Parts</h3>
34
+ *
35
+ * <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>
36
+ * The <code>sap.ui.webc.fiori.Bar</code> exposes the following CSS Shadow Parts:
37
+ * <ul>
38
+ * <li>bar - Used to style the wrapper of the content of the component</li>
39
+ * </ul>
32
40
  *
33
41
  * @author SAP SE
34
- * @version 1.92.0
42
+ * @version 1.95.0
35
43
  *
36
44
  * @constructor
37
45
  * @public
@@ -73,24 +81,24 @@ sap.ui.define([
73
81
  mapping: "style"
74
82
  }
75
83
  },
84
+ defaultAggregation: "content",
76
85
  aggregations: {
77
86
 
78
87
  /**
79
- * Defines the content at the end of the bar
88
+ * Defines the content in the middle of the bar
80
89
  */
81
- endContent: {
90
+ content: {
82
91
  type: "sap.ui.core.Control",
83
- multiple: true,
84
- slot: "endContent"
92
+ multiple: true
85
93
  },
86
94
 
87
95
  /**
88
- * Defines the content in the middle of the bar
96
+ * Defines the content at the end of the bar
89
97
  */
90
- middleContent: {
98
+ endContent: {
91
99
  type: "sap.ui.core.Control",
92
100
  multiple: true,
93
- slot: "middleContent"
101
+ slot: "endContent"
94
102
  },
95
103
 
96
104
  /**
@@ -0,0 +1,104 @@
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.fiori.BarcodeScannerDialog.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/BarcodeScannerDialog"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ /**
16
+ * Constructor for a new <code>BarcodeScannerDialog</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>BarcodeScannerDialog</code> component provides barcode scanning functionality for all devices that support the <code>MediaDevices.getUserMedia()</code> native API. Opening the dialog launches the device camera and scans for known barcode formats. <br>
27
+ * <br>
28
+ * A <code>scanSuccess</code> event fires whenever a barcode is identified and a <code>scanError</code> event fires when the scan failed (for example, due to missing permisions). <br>
29
+ * <br>
30
+ * Internally, the component uses the zxing-js/library third party OSS.
31
+ *
32
+ * For a list of supported barcode formats, see the <ui5-link target="_blank" href="https://github.com/zxing-js/library">zxing-js/library</ui5-link> documentation.
33
+ *
34
+ * @author SAP SE
35
+ * @version 1.95.0
36
+ *
37
+ * @constructor
38
+ * @public
39
+ * @since 1.92.0
40
+ * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
41
+ * @alias sap.ui.webc.fiori.BarcodeScannerDialog
42
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
43
+ */
44
+ var BarcodeScannerDialog = WebComponent.extend("sap.ui.webc.fiori.BarcodeScannerDialog", {
45
+ metadata: {
46
+ library: "sap.ui.webc.fiori",
47
+ tag: "ui5-barcode-scanner-dialog-ui5",
48
+ events: {
49
+
50
+ /**
51
+ * Fires when the scan fails with error.
52
+ */
53
+ scanError: {
54
+ parameters: {
55
+ /**
56
+ * the error message
57
+ */
58
+ message: {
59
+ type: "string"
60
+ }
61
+ }
62
+ },
63
+
64
+ /**
65
+ * Fires when the scan is completed successfuuly.
66
+ */
67
+ scanSuccess: {
68
+ parameters: {
69
+ /**
70
+ * the scan result as string
71
+ */
72
+ text: {
73
+ type: "string"
74
+ },
75
+
76
+ /**
77
+ * the scan result as a Uint8Array
78
+ */
79
+ rawBytes: {
80
+ type: "object"
81
+ }
82
+ }
83
+ }
84
+ },
85
+ methods: ["close", "show"]
86
+ }
87
+ });
88
+
89
+ /**
90
+ * Closes the dialog and the scan session.
91
+ * @public
92
+ * @name sap.ui.webc.fiori.BarcodeScannerDialog#close
93
+ * @function
94
+ */
95
+
96
+ /**
97
+ * Shows a dialog with the camera videostream. Starts a scan session.
98
+ * @public
99
+ * @name sap.ui.webc.fiori.BarcodeScannerDialog#show
100
+ * @function
101
+ */
102
+
103
+ return BarcodeScannerDialog;
104
+ });
@@ -46,7 +46,7 @@ sap.ui.define([
46
46
  * <br>
47
47
  *
48
48
  * @author SAP SE
49
- * @version 1.92.0
49
+ * @version 1.95.0
50
50
  *
51
51
  * @constructor
52
52
  * @public
@@ -67,7 +67,8 @@ sap.ui.define([
67
67
  * It supports the following fields: - <code>startColumnAccessibleName</code>: the accessibility name for the <code>startColumn</code> region - <code>midColumnAccessibleName</code>: the accessibility name for the <code>midColumn</code> region - <code>endColumnAccessibleName</code>: the accessibility name for the <code>endColumn</code> region - <code>startArrowLeftText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the left - <code>startArrowRightText</code>: the text that the first arrow (between the <code>begin</code> and <code>mid</code> columns) will have when pointing to the right - <code>endArrowLeftText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the left - <code>endArrowRightText</code>: the text that the second arrow (between the <code>mid</code> and <code>end</code> columns) will have when pointing to the right
68
68
  */
69
69
  accessibilityTexts: {
70
- type: "object"
70
+ type: "object",
71
+ defaultValue: {}
71
72
  },
72
73
 
73
74
  /**
@@ -0,0 +1,114 @@
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.fiori.IllustratedMessage.
8
+ sap.ui.define([
9
+ "sap/ui/webc/common/WebComponent",
10
+ "./library",
11
+ "./thirdparty/IllustratedMessage"
12
+ ], function(WebComponent, library) {
13
+ "use strict";
14
+
15
+ var IllustrationMessageType = library.IllustrationMessageType;
16
+
17
+ /**
18
+ * Constructor for a new <code>IllustratedMessage</code>.
19
+ *
20
+ * @param {string} [sId] ID for the new control, generated automatically if no ID is given
21
+ * @param {object} [mSettings] Initial settings for the new control
22
+ *
23
+ * @extends sap.ui.webc.common.WebComponent
24
+ * @class
25
+ *
26
+ * <h3>Overview</h3> An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging illustration, and conversational tone to better communicate an empty or a success state than just show a message alone.
27
+ *
28
+ * Each illustration has default internationalised title and subtitle texts. Also they can be managed with <code>titleText</code> and <code>subtitleText</code> properties.
29
+ *
30
+ *
31
+ * <h3>Structure</h3> The IllustratedMessage consists of the following elements, which are displayed below each other in the following order: <br>
32
+ *
33
+ * <ul>
34
+ * <li>Illustration</li>
35
+ * <li>Title</li>
36
+ * <li>Subtitle</li>
37
+ * <li>Actions</li>
38
+ * </ul>
39
+ *
40
+ * <h3>Usage</h3> <code>sap.ui.webc.fiori.IllustratedMessage</code> is meant to be used inside container component, for example a <code>sap.ui.webc.main.Card</code>, a <code>sap.ui.webc.main.Dialog</code> or a <code>sap.ui.webc.fiori.Page</code>
41
+ *
42
+ * @author SAP SE
43
+ * @version 1.95.0
44
+ *
45
+ * @constructor
46
+ * @public
47
+ * @since 1.92.0
48
+ * @experimental Since 1.92.0 This control is experimental and its API might change significantly.
49
+ * @alias sap.ui.webc.fiori.IllustratedMessage
50
+ * @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
51
+ */
52
+ var IllustratedMessage = WebComponent.extend("sap.ui.webc.fiori.IllustratedMessage", {
53
+ metadata: {
54
+ library: "sap.ui.webc.fiori",
55
+ tag: "ui5-illustrated-message-ui5",
56
+ properties: {
57
+
58
+ /**
59
+ *
60
+ */
61
+ name: {
62
+ type: "sap.ui.webc.fiori.IllustrationMessageType",
63
+ defaultValue: IllustrationMessageType.BeforeSearch
64
+ },
65
+
66
+ /**
67
+ * Defines the subtitle of the component. <br>
68
+ * <br>
69
+ * <b>Note:</b> Using this property, the default subtitle text of illustration will be overwritten. <br>
70
+ * <br>
71
+ * <b>Note:</b> Using <code>subtitle</code> slot, the default of this property will be overwritten.
72
+ */
73
+ subtitleText: {
74
+ type: "string",
75
+ defaultValue: ""
76
+ },
77
+
78
+ /**
79
+ * Defines the title of the component. <br>
80
+ * <br>
81
+ * <b>Note:</b> Using this property, the default title text of illustration will be overwritten.
82
+ */
83
+ titleText: {
84
+ type: "string",
85
+ defaultValue: ""
86
+ }
87
+ },
88
+ defaultAggregation: "actions",
89
+ aggregations: {
90
+
91
+ /**
92
+ * Defines the component actions.
93
+ */
94
+ actions: {
95
+ type: "sap.ui.webc.main.IButton",
96
+ multiple: true
97
+ },
98
+
99
+ /**
100
+ * Defines the subtitle of the component. <br>
101
+ * <br>
102
+ * <b>Note:</b> Using this slot, the default subtitle text of illustration and the value of <code>subtitleText</code> property will be overwritten.
103
+ */
104
+ subtitle: {
105
+ type: "sap.ui.core.Control",
106
+ multiple: false,
107
+ slot: "subtitle"
108
+ }
109
+ }
110
+ }
111
+ });
112
+
113
+ return IllustratedMessage;
114
+ });
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The <code>sap.ui.webc.fiori.NotificationAction</code> represents an abstract action, used in the <code>sap.ui.webc.fiori.NotificationListItem</code> and the <code>sap.ui.webc.fiori.NotificationListGroupItem</code> items.
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.92.0
30
+ * @version 1.95.0
31
31
  *
32
32
  * @constructor
33
33
  * @public
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <ul>
32
32
  * <li><code>Toggle</code> button to expand and collapse the group</li>
33
33
  * <li><code>Priority</code> icon to display the priority of the group</li>
34
- * <li><code>Heading</code> to entitle the group</li>
34
+ * <li><code>TitleText</code> to entitle the group</li>
35
35
  * <li>Custom actions - with the use of <code>sap.ui.webc.fiori.NotificationAction</code></li>
36
36
  * <li>Items of the group</li>
37
37
  * </ul>
@@ -43,11 +43,11 @@ sap.ui.define([
43
43
  * <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>
44
44
  * The <code>sap.ui.webc.fiori.NotificationListGroupItem</code> exposes the following CSS Shadow Parts:
45
45
  * <ul>
46
- * <li>heading - Used to style the heading of the notification list group item</li>
46
+ * <li>title-text - Used to style the titleText of the notification list group item</li>
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.92.0
50
+ * @version 1.95.0
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -75,19 +75,19 @@ sap.ui.define([
75
75
  },
76
76
 
77
77
  /**
78
- * Defines if the group is collapsed or expanded.
78
+ * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
79
79
  */
80
- collapsed: {
81
- type: "boolean",
82
- defaultValue: false
80
+ busyDelay: {
81
+ type: "int",
82
+ defaultValue: 1000
83
83
  },
84
84
 
85
85
  /**
86
- * Defines the <code>heading</code> of the item.
86
+ * Defines if the group is collapsed or expanded.
87
87
  */
88
- heading: {
89
- type: "string",
90
- defaultValue: ""
88
+ collapsed: {
89
+ type: "boolean",
90
+ defaultValue: false
91
91
  },
92
92
 
93
93
  /**
@@ -107,7 +107,7 @@ sap.ui.define([
107
107
  /**
108
108
  * Defines if the <code>notification</code> is new or has been already read. <br>
109
109
  * <br>
110
- * <b>Note:</b> if set to <code>false</code> the <code>heading</code> has bold font, if set to true - it has a normal font.
110
+ * <b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font, if set to true - it has a normal font.
111
111
  */
112
112
  read: {
113
113
  type: "boolean",
@@ -128,6 +128,14 @@ sap.ui.define([
128
128
  showCounter: {
129
129
  type: "boolean",
130
130
  defaultValue: false
131
+ },
132
+
133
+ /**
134
+ * Defines the <code>titleText</code> of the item.
135
+ */
136
+ titleText: {
137
+ type: "string",
138
+ defaultValue: ""
131
139
  }
132
140
  },
133
141
  defaultAggregation: "items",
@@ -157,12 +165,16 @@ sap.ui.define([
157
165
  /**
158
166
  * Fired when the <code>Close</code> button is pressed.
159
167
  */
160
- close: {},
168
+ close: {
169
+ parameters: {}
170
+ },
161
171
 
162
172
  /**
163
173
  * Fired when the <code>sap.ui.webc.fiori.NotificationListGroupItem</code> is expanded/collapsed by user interaction.
164
174
  */
165
- toggle: {}
175
+ toggle: {
176
+ parameters: {}
177
+ }
166
178
  }
167
179
  }
168
180
  });
@@ -14,6 +14,7 @@ sap.ui.define([
14
14
  "use strict";
15
15
 
16
16
  var Priority = mainLibrary.Priority;
17
+ var WrappingType = mainLibrary.WrappingType;
17
18
 
18
19
  /**
19
20
  * Constructor for a new <code>NotificationListItem</code>.
@@ -27,13 +28,13 @@ sap.ui.define([
27
28
  * <h3>Overview</h3> The <code>sap.ui.webc.fiori.NotificationListItem</code> is a type of list item, meant to display notifications. <br>
28
29
  *
29
30
  *
30
- * The component has a rich set of various properties that allows the user to set <code>avatar</code>, <code>heading</code>, descriptive <code>content</code> and <code>footnotes</code> to fully describe a notification. <br>
31
+ * The component has a rich set of various properties that allows the user to set <code>avatar</code>, <code>titleText</code>, descriptive <code>content</code> and <code>footnotes</code> to fully describe a notification. <br>
31
32
  *
32
33
  *
33
34
  * The user can:
34
35
  * <ul>
35
36
  * <li>display a <code>Close</code> button</li>
36
- * <li>can control whether the <code>heading</code> and <code>description</code> should wrap or truncate and display a <code>ShowMore</code> button to switch between less and more information</li>
37
+ * <li>can control whether the <code>titleText</code> and <code>description</code> should wrap or truncate and display a <code>ShowMore</code> button to switch between less and more information</li>
37
38
  * <li>add custom actions by using the <code>sap.ui.webc.fiori.NotificationAction</code> component</li>
38
39
  * </ul>
39
40
  *
@@ -44,11 +45,11 @@ sap.ui.define([
44
45
  * <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>
45
46
  * The <code>sap.ui.webc.fiori.NotificationListItem</code> exposes the following CSS Shadow Parts:
46
47
  * <ul>
47
- * <li>heading - Used to style the heading of the notification list item</li>
48
+ * <li>title-text - Used to style the titleText of the notification list item</li>
48
49
  * </ul>
49
50
  *
50
51
  * @author SAP SE
51
- * @version 1.92.0
52
+ * @version 1.95.0
52
53
  *
53
54
  * @constructor
54
55
  * @public
@@ -77,20 +78,20 @@ sap.ui.define([
77
78
  },
78
79
 
79
80
  /**
80
- * Defines the content of the control
81
+ * Defines the delay in milliseconds, after which the busy indicator will show up for this component.
81
82
  */
82
- description: {
83
- type: "string",
84
- defaultValue: "",
85
- mapping: "textContent"
83
+ busyDelay: {
84
+ type: "int",
85
+ defaultValue: 1000
86
86
  },
87
87
 
88
88
  /**
89
- * Defines the <code>heading</code> of the item.
89
+ * Defines the content of the control
90
90
  */
91
- heading: {
91
+ description: {
92
92
  type: "string",
93
- defaultValue: ""
93
+ defaultValue: "",
94
+ mapping: "textContent"
94
95
  },
95
96
 
96
97
  /**
@@ -110,7 +111,7 @@ sap.ui.define([
110
111
  /**
111
112
  * Defines if the <code>notification</code> is new or has been already read. <br>
112
113
  * <br>
113
- * <b>Note:</b> if set to <code>false</code> the <code>heading</code> has bold font, if set to true - it has a normal font.
114
+ * <b>Note:</b> if set to <code>false</code> the <code>titleText</code> has bold font, if set to true - it has a normal font.
114
115
  */
115
116
  read: {
116
117
  type: "boolean",
@@ -126,15 +127,23 @@ sap.ui.define([
126
127
  },
127
128
 
128
129
  /**
129
- * Defines if the <code>heading</code> and <code>description</code> should wrap, they truncate by default.
130
+ * Defines the <code>titleText</code> of the item.
131
+ */
132
+ titleText: {
133
+ type: "string",
134
+ defaultValue: ""
135
+ },
136
+
137
+ /**
138
+ * Defines if the <code>titleText</code> and <code>description</code> should wrap, they truncate by default.
130
139
  *
131
140
  * <br>
132
141
  * <br>
133
- * <b>Note:</b> by default the <code>heading</code> and <code>decription</code>, and a <code>ShowMore/Less</code> button would be displayed.
142
+ * <b>Note:</b> by default the <code>titleText</code> and <code>decription</code>, and a <code>ShowMore/Less</code> button would be displayed.
134
143
  */
135
- wrap: {
136
- type: "boolean",
137
- defaultValue: false
144
+ wrappingType: {
145
+ type: "sap.ui.webc.main.WrappingType",
146
+ defaultValue: WrappingType.None
138
147
  }
139
148
  },
140
149
  aggregations: {
@@ -165,7 +174,7 @@ sap.ui.define([
165
174
  },
166
175
 
167
176
  /**
168
- * Defines the elements, dipalyed in the footer of the of the <code>sap.ui.webc.fiori.NotificationListItem</code>.
177
+ * Defines the elements, displayed in the footer of the of the component.
169
178
  */
170
179
  footnotes: {
171
180
  type: "sap.ui.core.Control",
@@ -178,7 +187,9 @@ sap.ui.define([
178
187
  /**
179
188
  * Fired when the <code>Close</code> button is pressed.
180
189
  */
181
- close: {}
190
+ close: {
191
+ parameters: {}
192
+ }
182
193
  }
183
194
  }
184
195
  });
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * <b>Note:</b> <code>sap.ui.webc.fiori.Page</code> occipues the whole available space of its parent. In order to achieve the intended design you have to make sure that there is enough space for the <code>sap.ui.webc.fiori.Page</code> to be rendered.
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.92.0
34
+ * @version 1.95.0
35
35
  *
36
36
  * @constructor
37
37
  * @public
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <br>
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.92.0
40
+ * @version 1.95.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * </ul>
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.92.0
37
+ * @version 1.95.0
38
38
  *
39
39
  * @constructor
40
40
  * @public
@@ -112,7 +112,9 @@ sap.ui.define([
112
112
  /**
113
113
  * Fired when the <code>sap.ui.webc.fiori.ProductSwitchItem</code> is activated either with a click/tap or by using the Enter or Space key.
114
114
  */
115
- click: {}
115
+ click: {
116
+ parameters: {}
117
+ }
116
118
  }
117
119
  }
118
120
  });