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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) hide show
  1. package/.reuse/dep5 +6 -11
  2. package/THIRDPARTY.txt +10 -16
  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 +1 -1
  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 +1 -1
  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 +9 -1
  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/ui5.yaml +1 -1
  190. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-71f54fc7.js +0 -61
  191. package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-9445e465.js +0 -61
  192. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-062fdbb6.js +0 -9
  193. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-17f8bf4e.js +0 -9
  194. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-196ef17d.js +0 -9
  195. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8a5a5c79.js +0 -9
  196. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-90786b8e.js +0 -9
  197. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d48b31a7.js +0 -9
  198. package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-dc5c99d6.js +0 -9
@@ -26,13 +26,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
26
26
  fileNameClickable: {
27
27
  type: Boolean,
28
28
  },
29
- noDelete: {
29
+ disableDeleteButton: {
30
30
  type: Boolean,
31
31
  },
32
- noRetry: {
32
+ hideDeleteButton: {
33
33
  type: Boolean,
34
34
  },
35
- noTerminate: {
35
+ hideRetryButton: {
36
+ type: Boolean,
37
+ },
38
+ hideTerminateButton: {
36
39
  type: Boolean,
37
40
  },
38
41
  progress: {
@@ -89,88 +92,65 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
89
92
  constructor() {
90
93
  super();
91
94
  this.i18nFioriBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
92
- this._editPressed = false;
93
- this.doNotCloseInput = false;
94
- this.isEnter = false;
95
- }
96
- onAfterRendering() {
97
- if (this._editPressed) {
98
- this._editing = true;
99
- this._editPressed = false;
100
- this.focusAndSelectText();
101
- }
102
95
  }
103
- async focusAndSelectText() {
104
- await this.focus();
96
+ async _initInputField() {
97
+ await Render.renderFinished();
105
98
  const inp = this.shadowRoot.getElementById("ui5-uci-edit-input");
99
+ inp.value = this._fileNameWithoutExtension;
106
100
  await Render.renderFinished();
107
- if (inp.getFocusDomRef()) {
108
- inp.getFocusDomRef().setSelectionRange(0, this._fileNameWithoutExtension.length);
101
+ const inpFocusDomRef = inp.getFocusDomRef();
102
+ if (inpFocusDomRef) {
103
+ inpFocusDomRef.focus();
104
+ inpFocusDomRef.setSelectionRange(0, this._fileNameWithoutExtension.length);
109
105
  }
110
106
  }
111
- onDetailClick(event) {
107
+ async onDetailClick(event) {
112
108
  super.onDetailClick(event);
113
109
  this._editing = true;
110
+ await this._initInputField();
114
111
  }
115
112
  _onDetailKeyup(event) {
116
113
  if (Keys.isSpace(event)) {
117
114
  this.onDetailClick(event);
118
115
  }
119
116
  }
120
- _onfocusout(event) {
121
- super._onfocusout(event);
122
- const path = event.path || (event.composedPath && event.composedPath());
123
- this._editPressed = this.isDetailPressed(event);
124
- if (!this._editPressed && path.indexOf(this) > -1) {
125
- this._editing = false;
126
- }
127
- }
128
- _onInputKeydown(event) {
129
- this.isEnter = Keys.isEnter(event);
130
- this.isEscape = Keys.isEscape(event);
117
+ _onInputFocusin(event) {
118
+ event.stopPropagation();
131
119
  }
132
- _onInputKeyUp(event) {
133
- this.doNotCloseInput = true;
134
- this.tempValue = event.target.value + this._fileExtension;
135
- if (this.isEscape) {
136
- [this.fileName, this.tempValue] = [this.tempValue, this.fileName];
137
- return this._onRenameCancel();
120
+ _onInputKeyDown(event) {
121
+ if (Keys.isEscape(event)) {
122
+ this._onRenameCancel(event);
123
+ } else if (Keys.isEnter(event)) {
124
+ this._onRename();
125
+ } else if (Keys.isSpace(event)) {
126
+ event.stopImmediatePropagation();
138
127
  }
139
128
  }
140
- isDetailPressed(event) {
141
- const path = event.path || (event.composedPath && event.composedPath());
142
- return path.some(e => {
143
- return e.classList && e.classList.contains("ui5-uci-edit");
144
- });
129
+ _onRename(event) {
130
+ const inp = this.shadowRoot.getElementById("ui5-uci-edit-input");
131
+ this.fileName = inp.value + this._fileExtension;
132
+ this.fireEvent("rename");
133
+ this._editing = false;
134
+ this._focus();
145
135
  }
146
- _onInputChange(event) {
147
- if (this.shadowRoot.getElementById("ui5-uci-edit-cancel").active) {
148
- return;
149
- }
150
- if ((!this.isEnter && this.doNotCloseInput) || this.isEscape) {
151
- [this.fileName, this.tempValue] = [this.tempValue, this.fileName];
152
- this.isEscape = false;
153
- return;
136
+ _onRenameKeyup(event) {
137
+ if (Keys.isSpace(event)) {
138
+ this._onRename(event);
154
139
  }
140
+ }
141
+ async _onRenameCancel(event) {
155
142
  this._editing = false;
156
- this.fileName = event.target.value + this._fileExtension;
157
- this.fireEvent("rename");
158
- if (this.isEnter) {
143
+ if (Keys.isEscape(event)) {
144
+ await Render.renderFinished();
145
+ this.shadowRoot.getElementById(`${this._id}-editing-button`).focus();
146
+ } else {
159
147
  this._focus();
160
148
  }
161
149
  }
162
- _onRename(event) {
163
- this.doNotCloseInput = false;
164
- this._editing = false;
165
- this._focus();
166
- }
167
- _onRenameCancel(event) {
168
- if (!this.isEscape) {
169
- [this.fileName, this.tempValue] = [this.tempValue, this.fileName];
150
+ _onRenameCancelKeyup(event) {
151
+ if (Keys.isSpace(event)) {
152
+ this._onRenameCancel(event);
170
153
  }
171
- this._editing = false;
172
- this.doNotCloseInput = false;
173
- this._focus();
174
154
  }
175
155
  _focus() {
176
156
  this.fireEvent("_focus-requested");
@@ -181,9 +161,22 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
181
161
  _onRetry(event) {
182
162
  this.fireEvent("retry");
183
163
  }
164
+ _onRetryKeyup(event) {
165
+ if (Keys.isSpace(event)) {
166
+ this._onRetry(event);
167
+ }
168
+ }
184
169
  _onTerminate(event) {
185
170
  this.fireEvent("terminate");
186
171
  }
172
+ _onTerminateKeyup(event) {
173
+ if (Keys.isSpace(event)) {
174
+ this._onTerminate(event);
175
+ }
176
+ }
177
+ getFocusDomRef() {
178
+ return this.getDomRef();
179
+ }
187
180
  get list() {
188
181
  return this.assignedSlot.parentElement;
189
182
  }
@@ -198,8 +191,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
198
191
  },
199
192
  };
200
193
  }
201
- get disableDeleteButton() {
202
- return this.noDelete;
194
+ get renderDeleteButton() {
195
+ return !this.hideDeleteButton;
196
+ }
197
+ get placeSelectionElementAfter() {
198
+ return true;
199
+ }
200
+ get placeSelectionElementBefore() {
201
+ return false;
203
202
  }
204
203
  get _fileNameWithoutExtension() {
205
204
  return this.fileName.substring(0, this.fileName.length - this._fileExtension.length);
@@ -226,10 +225,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
226
225
  return this.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_READY_STATE);
227
226
  }
228
227
  get _showRetry() {
229
- return !this.noRetry && this.uploadState === UploadState.Error;
228
+ return !this.hideRetryButton && this.uploadState === UploadState.Error;
230
229
  }
231
230
  get _showTerminate() {
232
- return !this.noTerminate && this.uploadState === UploadState.Uploading;
231
+ return !this.hideTerminateButton && this.uploadState === UploadState.Uploading;
233
232
  }
234
233
  get _retryButtonTooltip() {
235
234
  return this.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT);
@@ -0,0 +1,199 @@
1
+ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/main/thirdparty/Dialog', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/main/thirdparty/GroupHeaderListItem', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/StandardListItem', './Bar', './generated/i18n/i18n-defaults', './generated/templates/ViewSettingsDialogTemplate.lit', './generated/themes/ViewSettingsDialog.css'], function (i18nBundle, Device, litRender, UI5Element, Dialog, Button, GroupHeaderListItem, List, StandardListItem, Bar, i18nDefaults, ViewSettingsDialogTemplate_lit, ViewSettingsDialog_css) { 'use strict';
2
+
3
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
4
+
5
+ var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
6
+ var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
7
+ var Dialog__default = /*#__PURE__*/_interopDefaultLegacy(Dialog);
8
+ var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
9
+ var GroupHeaderListItem__default = /*#__PURE__*/_interopDefaultLegacy(GroupHeaderListItem);
10
+ var List__default = /*#__PURE__*/_interopDefaultLegacy(List);
11
+ var StandardListItem__default = /*#__PURE__*/_interopDefaultLegacy(StandardListItem);
12
+
13
+ const metadata = {
14
+ tag: "ui5-view-settings-dialog",
15
+ managedSlots: true,
16
+ properties: {
17
+ sortDescending: {
18
+ type: Boolean,
19
+ },
20
+ _recentlyFocused: {
21
+ type: Object,
22
+ },
23
+ _initialSettings: {
24
+ type: Object,
25
+ },
26
+ _confirmedSettings: {
27
+ type: Object,
28
+ },
29
+ _currentSettings: {
30
+ type: Object,
31
+ },
32
+ },
33
+ slots: {
34
+ "sortItems": {
35
+ type: HTMLElement,
36
+ },
37
+ },
38
+ events: {
39
+ confirm: {
40
+ detail: {
41
+ sortOrder: { type: String },
42
+ sortBy: { type: String },
43
+ },
44
+ },
45
+ cancel: {
46
+ detail: {
47
+ sortOrder: { type: String },
48
+ sortBy: { type: String },
49
+ },
50
+ },
51
+ },
52
+ };
53
+ class ViewSettingsDialog extends UI5Element__default {
54
+ constructor() {
55
+ super();
56
+ this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
57
+ }
58
+ static get render() {
59
+ return litRender__default;
60
+ }
61
+ static get metadata() {
62
+ return metadata;
63
+ }
64
+ static get dependencies() {
65
+ return [
66
+ Bar,
67
+ Button__default,
68
+ Dialog__default,
69
+ List__default,
70
+ StandardListItem__default,
71
+ GroupHeaderListItem__default,
72
+ ];
73
+ }
74
+ static get template() {
75
+ return ViewSettingsDialogTemplate_lit;
76
+ }
77
+ static get styles() {
78
+ return ViewSettingsDialog_css;
79
+ }
80
+ static async onDefine() {
81
+ await i18nBundle.fetchI18nBundle("@ui5/webcomponents-fiori");
82
+ }
83
+ get _dialogTitle() {
84
+ return this.i18nBundle.getText(i18nDefaults.VSD_DIALOG_TITLE_SORT);
85
+ }
86
+ get _okButtonLabel() {
87
+ return this.i18nBundle.getText(i18nDefaults.VSD_SUBMIT_BUTTON);
88
+ }
89
+ get _cancelButtonLabel() {
90
+ return this.i18nBundle.getText(i18nDefaults.VSD_CANCEL_BUTTON);
91
+ }
92
+ get _resetButtonLabel() {
93
+ return this.i18nBundle.getText(i18nDefaults.VSD_RESET_BUTTON);
94
+ }
95
+ get _ascendingLabel() {
96
+ return this.i18nBundle.getText(i18nDefaults.VSD_ORDER_ASCENDING);
97
+ }
98
+ get _descendingLabel() {
99
+ return this.i18nBundle.getText(i18nDefaults.VSD_ORDER_DESCENDING);
100
+ }
101
+ get _sortOrderLabel() {
102
+ return this.i18nBundle.getText(i18nDefaults.VSD_SORT_ORDER);
103
+ }
104
+ get _sortByLabel() {
105
+ return this.i18nBundle.getText(i18nDefaults.VSD_SORT_BY);
106
+ }
107
+ get _isPhone() {
108
+ return Device.isPhone();
109
+ }
110
+ get _sortAscending() {
111
+ return !this.sortDescending;
112
+ }
113
+ get _disableResetButton() {
114
+ return this._dialog && JSON.stringify(this._currentSettings) === JSON.stringify(this._initialSettings);
115
+ }
116
+ get _settings() {
117
+ const settings = {},
118
+ sortOrderSelected = this._sortOrder.getSelectedItems(),
119
+ sortBySelected = this._sortBy.getSelectedItems();
120
+ settings.sortOrder = sortOrderSelected.length ? sortOrderSelected[0] : undefined;
121
+ settings.sortBy = sortBySelected.length ? sortBySelected[0] : undefined;
122
+ return settings;
123
+ }
124
+ show() {
125
+ if (!this._dialog) {
126
+ this._sortOrder = this.shadowRoot.querySelector("[ui5-list][sort-order]");
127
+ this._sortBy = this.shadowRoot.querySelector("[ui5-list][sort-by]");
128
+ this._initialSettings = this._settings;
129
+ this._currentSettings = this._initialSettings;
130
+ this._confirmedSettings = this._initialSettings;
131
+ this._dialog = this.shadowRoot.querySelector("[ui5-dialog]");
132
+ } else {
133
+ this._restoreSettings(this._confirmedSettings);
134
+ }
135
+ this._dialog.show();
136
+ }
137
+ close() {
138
+ this._dialog && this._dialog.close();
139
+ }
140
+ _focusRecentlyUsedControl() {
141
+ if (!Object.keys(this._recentlyFocused).length) {
142
+ return;
143
+ }
144
+ const recentlyFocusedSelectedItems = this._recentlyFocused.getSelectedItems(),
145
+ recentlyFocusedItems = this._recentlyFocused.items,
146
+ slottedNodesExist = recentlyFocusedItems[1] && recentlyFocusedItems[1].assignedNodes && recentlyFocusedItems[1].assignedNodes().length;
147
+ if (recentlyFocusedSelectedItems.length) {
148
+ recentlyFocusedSelectedItems[0].focus();
149
+ } else if (slottedNodesExist) {
150
+ this._recentlyFocused.focusItem(recentlyFocusedItems[1].assignedNodes()[0]);
151
+ }
152
+ }
153
+ _confirmSettings() {
154
+ this._confirmedSettings = this._currentSettings;
155
+ this.fireEvent("confirm", {
156
+ sortOrder: this._confirmedSettings.sortOrder && this._confirmedSettings.sortOrder.innerText,
157
+ sortBy: this._confirmedSettings.sortBy ? this._confirmedSettings.sortBy.innerText : "",
158
+ });
159
+ this.close();
160
+ }
161
+ _cancelSettings() {
162
+ this._restoreSettings(this._confirmedSettings);
163
+ this.fireEvent("cancel", {
164
+ sortOrder: this._confirmedSettings.sortOrder && this._confirmedSettings.sortOrder.innerText,
165
+ sortBy: this._confirmedSettings.sortBy ? this._confirmedSettings.sortBy.innerText : "",
166
+ });
167
+ this.close();
168
+ }
169
+ _restoreConfirmedOnEscape(evt) {
170
+ if (evt.detail.escPressed) {
171
+ this._cancelSettings();
172
+ }
173
+ }
174
+ _resetSettings() {
175
+ this._restoreSettings(this._initialSettings);
176
+ this._recentlyFocused = this._sortOrder;
177
+ this._focusRecentlyUsedControl();
178
+ }
179
+ _restoreSettings(settings) {
180
+ const sortOrderSelected = settings.sortOrder && settings.sortOrder.innerText,
181
+ sortBySelected = settings.sortBy && settings.sortBy.innerText;
182
+ this._sortOrder.items.forEach(item => { item.selected = sortOrderSelected === item.innerText; });
183
+ this._sortBy.items[1].assignedNodes().forEach(item => { item.selected = sortBySelected === item.innerText; });
184
+ this._currentSettings = settings;
185
+ }
186
+ _onSortOrderChange() {
187
+ this._recentlyFocused = this._sortOrder;
188
+ this._currentSettings = this._settings;
189
+ }
190
+ _onSortByChange() {
191
+ this._recentlyFocused = this._sortBy;
192
+ this._currentSettings = this._settings;
193
+ }
194
+ }
195
+ ViewSettingsDialog.define();
196
+
197
+ return ViewSettingsDialog;
198
+
199
+ });
@@ -28,7 +28,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
28
28
  tag: "ui5-wizard",
29
29
  managedSlots: true,
30
30
  properties: {
31
- ariaLabel: {
31
+ accessibleName: {
32
32
  type: String,
33
33
  defaultValue: undefined,
34
34
  },
@@ -289,7 +289,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
289
289
  this._groupedTabs.push(tabs[i]);
290
290
  }
291
291
  const responsivePopover = await this._respPopover();
292
- responsivePopover.open(oDomTarget);
292
+ responsivePopover.showAt(oDomTarget);
293
293
  }
294
294
  async _onGroupedTabClick(event) {
295
295
  if (this._isGroupAtStart(event.target)) {
@@ -415,6 +415,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
415
415
  get navAriaLabelText() {
416
416
  return this.i18nBundle.getText(i18nDefaults.WIZARD_NAV_ARIA_LABEL);
417
417
  }
418
+ get navAriaDescribedbyText() {
419
+ return this.i18nBundle.getText(i18nDefaults.WIZARD_LIST_ARIA_DESCRIBEDBY);
420
+ }
418
421
  get listAriaLabelText() {
419
422
  return this.i18nBundle.getText(i18nDefaults.WIZARD_LIST_ARIA_LABEL);
420
423
  }
@@ -427,8 +430,14 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
427
430
  get optionalStepText() {
428
431
  return this.i18nBundle.getText(i18nDefaults.WIZARD_OPTIONAL_STEP_ARIA_LABEL);
429
432
  }
433
+ get activeStepText() {
434
+ return this.i18nBundle.getText(i18nDefaults.WIZARD_STEP_ACTIVE);
435
+ }
436
+ get inactiveStepText() {
437
+ return this.i18nBundle.getText(i18nDefaults.WIZARD_STEP_INACTIVE);
438
+ }
430
439
  get ariaLabelText() {
431
- return this.ariaLabel || this.i18nBundle.getText(i18nDefaults.WIZARD_NAV_ARIA_ROLE_DESCRIPTION);
440
+ return this.accessibleName || this.i18nBundle.getText(i18nDefaults.WIZARD_NAV_ARIA_ROLE_DESCRIPTION);
432
441
  }
433
442
  get effectiveStepSwitchThreshold() {
434
443
  return clamp__default(this.stepSwitchThreshold, STEP_SWITCH_THRESHOLDS.MIN, STEP_SWITCH_THRESHOLDS.MAX);
@@ -444,7 +453,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
444
453
  const pos = idx + 1;
445
454
  const hideSeparator = (idx === stepsCount - 1) && !step.branching;
446
455
  const isOptional = step.subtitleText ? this.optionalStepText : "";
447
- const ariaLabel = (step.titleText ? `${pos} ${step.titleText} ${isOptional}` : `${this.navStepDefaultHeading} ${pos} ${isOptional}`).trim();
456
+ const stepStateText = step.disabled ? this.inactiveStepText : this.activeStepText;
457
+ const ariaLabel = (step.titleText ? `${pos} ${step.titleText} ${stepStateText} ${isOptional}` : `${this.navStepDefaultHeading} ${pos} ${stepStateText} ${isOptional}`).trim();
448
458
  const isAfterCurrent = (idx > selectedStepIndex);
449
459
  accInfo = {
450
460
  "ariaSetsize": stepsCount,
@@ -25,10 +25,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
25
25
  branching: {
26
26
  type: Boolean,
27
27
  },
28
- ariaLabel: {
28
+ accessibleName: {
29
29
  type: String,
30
30
  },
31
- ariaLabelledby: {
31
+ accessibleNameRef: {
32
32
  type: String,
33
33
  },
34
34
  },
@@ -1,7 +1,9 @@
1
1
  sap.ui.define(['exports'], function (exports) { 'use strict';
2
2
 
3
- const FCL_START_COLUMN_TXT = {key: "FCL_START_COLUMN_TXT", defaultText: "First column"};const FCL_MIDDLE_COLUMN_TXT = {key: "FCL_MIDDLE_COLUMN_TXT", defaultText: "Middle column"};const FCL_END_COLUMN_TXT = {key: "FCL_END_COLUMN_TXT", defaultText: "Last column"};const FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP = {key: "FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP", defaultText: "Expand the first column"};const FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP = {key: "FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP", defaultText: "Collapse the first column"};const FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP = {key: "FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP", defaultText: "Expand the last column"};const FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP = {key: "FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP", defaultText: "Collapse the last column"};const NOTIFICATION_LIST_ITEM_TXT = {key: "NOTIFICATION_LIST_ITEM_TXT", defaultText: "Notification"};const NOTIFICATION_LIST_ITEM_SHOW_MORE = {key: "NOTIFICATION_LIST_ITEM_SHOW_MORE", defaultText: "Show More"};const NOTIFICATION_LIST_ITEM_SHOW_LESS = {key: "NOTIFICATION_LIST_ITEM_SHOW_LESS", defaultText: "Show Less"};const NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE = {key: "NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE", defaultText: "More"};const NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE = {key: "NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE", defaultText: "Close"};const NOTIFICATION_LIST_ITEM_READ = {key: "NOTIFICATION_LIST_ITEM_READ", defaultText: "Read"};const NOTIFICATION_LIST_ITEM_UNREAD = {key: "NOTIFICATION_LIST_ITEM_UNREAD", defaultText: "Unread"};const NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT", defaultText: "High Priority"};const NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT", defaultText: "Medium Priority"};const NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT", defaultText: "Low Priority"};const NOTIFICATION_LIST_GROUP_ITEM_TXT = {key: "NOTIFICATION_LIST_GROUP_ITEM_TXT", defaultText: "Notification Group"};const NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT = {key: "NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT", defaultText: "Counter"};const NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE", defaultText: "Close All"};const NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE", defaultText: "Collapse Group"};const NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE", defaultText: "Expand Group"};const TIMELINE_ARIA_LABEL = {key: "TIMELINE_ARIA_LABEL", defaultText: "Timeline"};const UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT", defaultText: "Cancel"};const UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT", defaultText: "Rename"};const UPLOADCOLLECTIONITEM_ERROR_STATE = {key: "UPLOADCOLLECTIONITEM_ERROR_STATE", defaultText: "Terminated"};const UPLOADCOLLECTIONITEM_READY_STATE = {key: "UPLOADCOLLECTIONITEM_READY_STATE", defaultText: "Pending"};const UPLOADCOLLECTIONITEM_UPLOADING_STATE = {key: "UPLOADCOLLECTIONITEM_UPLOADING_STATE", defaultText: "Uploading"};const UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT", defaultText: "Terminate"};const UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT", defaultText: "Retry"};const UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT", defaultText: "Edit"};const UPLOADCOLLECTION_NO_DATA_TEXT = {key: "UPLOADCOLLECTION_NO_DATA_TEXT", defaultText: "No files found."};const UPLOADCOLLECTION_NO_DATA_DESCRIPTION = {key: "UPLOADCOLLECTION_NO_DATA_DESCRIPTION", defaultText: "Drop files to upload them or use the \"Upload\" button."};const UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION = {key: "UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION", defaultText: "Upload Collection"};const UPLOADCOLLECTION_DRAG_FILE_INDICATOR = {key: "UPLOADCOLLECTION_DRAG_FILE_INDICATOR", defaultText: "Drag files here."};const UPLOADCOLLECTION_DROP_FILE_INDICATOR = {key: "UPLOADCOLLECTION_DROP_FILE_INDICATOR", defaultText: "Drop files to upload them."};const SHELLBAR_LABEL = {key: "SHELLBAR_LABEL", defaultText: "Shell Bar"};const SHELLBAR_LOGO = {key: "SHELLBAR_LOGO", defaultText: "Logo"};const SHELLBAR_COPILOT = {key: "SHELLBAR_COPILOT", defaultText: "CoPilot"};const SHELLBAR_NOTIFICATIONS = {key: "SHELLBAR_NOTIFICATIONS", defaultText: "{0} Notifications"};const SHELLBAR_PROFILE = {key: "SHELLBAR_PROFILE", defaultText: "Profile"};const SHELLBAR_PRODUCTS = {key: "SHELLBAR_PRODUCTS", defaultText: "Products"};const PRODUCT_SWITCH_CONTAINER_LABEL = {key: "PRODUCT_SWITCH_CONTAINER_LABEL", defaultText: "Products"};const SHELLBAR_SEARCH = {key: "SHELLBAR_SEARCH", defaultText: "Search"};const SHELLBAR_OVERFLOW = {key: "SHELLBAR_OVERFLOW", defaultText: "More"};const SHELLBAR_CANCEL = {key: "SHELLBAR_CANCEL", defaultText: "Cancel"};const WIZARD_NAV_ARIA_LABEL = {key: "WIZARD_NAV_ARIA_LABEL", defaultText: "Wizard Progress Bar"};const WIZARD_LIST_ARIA_LABEL = {key: "WIZARD_LIST_ARIA_LABEL", defaultText: "Wizard Steps"};const WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL = {key: "WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL", defaultText: "Steps"};const WIZARD_OPTIONAL_STEP_ARIA_LABEL = {key: "WIZARD_OPTIONAL_STEP_ARIA_LABEL", defaultText: "Optional"};const WIZARD_STEP_ARIA_LABEL = {key: "WIZARD_STEP_ARIA_LABEL", defaultText: "Step {0}"};const WIZARD_NAV_ARIA_ROLE_DESCRIPTION = {key: "WIZARD_NAV_ARIA_ROLE_DESCRIPTION", defaultText: "Wizard"};const WIZARD_NAV_STEP_DEFAULT_HEADING = {key: "WIZARD_NAV_STEP_DEFAULT_HEADING", defaultText: "Step"};
3
+ const BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT = {key: "BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT", defaultText: "Cancel"};const BARCODE_SCANNER_DIALOG_LOADING_TXT = {key: "BARCODE_SCANNER_DIALOG_LOADING_TXT", defaultText: "Loading"};const FCL_START_COLUMN_TXT = {key: "FCL_START_COLUMN_TXT", defaultText: "First column"};const FCL_MIDDLE_COLUMN_TXT = {key: "FCL_MIDDLE_COLUMN_TXT", defaultText: "Middle column"};const FCL_END_COLUMN_TXT = {key: "FCL_END_COLUMN_TXT", defaultText: "Last column"};const FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP = {key: "FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP", defaultText: "Expand the first column"};const FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP = {key: "FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP", defaultText: "Collapse the first column"};const FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP = {key: "FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP", defaultText: "Expand the last column"};const FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP = {key: "FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP", defaultText: "Collapse the last column"};const NOTIFICATION_LIST_ITEM_TXT = {key: "NOTIFICATION_LIST_ITEM_TXT", defaultText: "Notification"};const NOTIFICATION_LIST_ITEM_SHOW_MORE = {key: "NOTIFICATION_LIST_ITEM_SHOW_MORE", defaultText: "Show More"};const NOTIFICATION_LIST_ITEM_SHOW_LESS = {key: "NOTIFICATION_LIST_ITEM_SHOW_LESS", defaultText: "Show Less"};const NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE = {key: "NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE", defaultText: "More"};const NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE = {key: "NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE", defaultText: "Close"};const NOTIFICATION_LIST_ITEM_READ = {key: "NOTIFICATION_LIST_ITEM_READ", defaultText: "Read"};const NOTIFICATION_LIST_ITEM_UNREAD = {key: "NOTIFICATION_LIST_ITEM_UNREAD", defaultText: "Unread"};const NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT", defaultText: "High Priority"};const NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT", defaultText: "Medium Priority"};const NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT = {key: "NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT", defaultText: "Low Priority"};const NOTIFICATION_LIST_GROUP_ITEM_TXT = {key: "NOTIFICATION_LIST_GROUP_ITEM_TXT", defaultText: "Notification Group"};const NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT = {key: "NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT", defaultText: "Counter"};const NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE", defaultText: "Close All"};const NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE", defaultText: "Collapse Group"};const NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE = {key: "NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE", defaultText: "Expand Group"};const TIMELINE_ARIA_LABEL = {key: "TIMELINE_ARIA_LABEL", defaultText: "Timeline"};const UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT", defaultText: "Cancel"};const UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT", defaultText: "Rename"};const UPLOADCOLLECTIONITEM_ERROR_STATE = {key: "UPLOADCOLLECTIONITEM_ERROR_STATE", defaultText: "Terminated"};const UPLOADCOLLECTIONITEM_READY_STATE = {key: "UPLOADCOLLECTIONITEM_READY_STATE", defaultText: "Pending"};const UPLOADCOLLECTIONITEM_UPLOADING_STATE = {key: "UPLOADCOLLECTIONITEM_UPLOADING_STATE", defaultText: "Uploading"};const UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT", defaultText: "Terminate"};const UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT", defaultText: "Retry"};const UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT = {key: "UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT", defaultText: "Edit"};const UPLOADCOLLECTION_NO_DATA_TEXT = {key: "UPLOADCOLLECTION_NO_DATA_TEXT", defaultText: "No files found."};const UPLOADCOLLECTION_NO_DATA_DESCRIPTION = {key: "UPLOADCOLLECTION_NO_DATA_DESCRIPTION", defaultText: "Drop files to upload them or use the \"Upload\" button."};const UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION = {key: "UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION", defaultText: "Upload Collection"};const UPLOADCOLLECTION_DRAG_FILE_INDICATOR = {key: "UPLOADCOLLECTION_DRAG_FILE_INDICATOR", defaultText: "Drag files here."};const UPLOADCOLLECTION_DROP_FILE_INDICATOR = {key: "UPLOADCOLLECTION_DROP_FILE_INDICATOR", defaultText: "Drop files to upload them."};const SHELLBAR_LABEL = {key: "SHELLBAR_LABEL", defaultText: "Shell Bar"};const SHELLBAR_LOGO = {key: "SHELLBAR_LOGO", defaultText: "Logo"};const SHELLBAR_COPILOT = {key: "SHELLBAR_COPILOT", defaultText: "CoPilot"};const SHELLBAR_NOTIFICATIONS = {key: "SHELLBAR_NOTIFICATIONS", defaultText: "{0} Notifications"};const SHELLBAR_PROFILE = {key: "SHELLBAR_PROFILE", defaultText: "Profile"};const SHELLBAR_PRODUCTS = {key: "SHELLBAR_PRODUCTS", defaultText: "Products"};const PRODUCT_SWITCH_CONTAINER_LABEL = {key: "PRODUCT_SWITCH_CONTAINER_LABEL", defaultText: "Products"};const SHELLBAR_SEARCH = {key: "SHELLBAR_SEARCH", defaultText: "Search"};const SHELLBAR_OVERFLOW = {key: "SHELLBAR_OVERFLOW", defaultText: "More"};const SHELLBAR_CANCEL = {key: "SHELLBAR_CANCEL", defaultText: "Cancel"};const WIZARD_NAV_ARIA_LABEL = {key: "WIZARD_NAV_ARIA_LABEL", defaultText: "Wizard Progress Bar"};const WIZARD_LIST_ARIA_LABEL = {key: "WIZARD_LIST_ARIA_LABEL", defaultText: "Wizard Steps"};const WIZARD_LIST_ARIA_DESCRIBEDBY = {key: "WIZARD_LIST_ARIA_DESCRIBEDBY", defaultText: "To activate, press the space bar or Enter"};const WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL = {key: "WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL", defaultText: "Steps"};const WIZARD_OPTIONAL_STEP_ARIA_LABEL = {key: "WIZARD_OPTIONAL_STEP_ARIA_LABEL", defaultText: "Optional"};const WIZARD_STEP_ACTIVE = {key: "WIZARD_STEP_ACTIVE", defaultText: "Active"};const WIZARD_STEP_INACTIVE = {key: "WIZARD_STEP_INACTIVE", defaultText: "Inactive"};const WIZARD_STEP_ARIA_LABEL = {key: "WIZARD_STEP_ARIA_LABEL", defaultText: "Step {0}"};const WIZARD_NAV_ARIA_ROLE_DESCRIPTION = {key: "WIZARD_NAV_ARIA_ROLE_DESCRIPTION", defaultText: "Wizard"};const WIZARD_NAV_STEP_DEFAULT_HEADING = {key: "WIZARD_NAV_STEP_DEFAULT_HEADING", defaultText: "Step"};const VSD_DIALOG_TITLE_SORT = {key: "VSD_DIALOG_TITLE_SORT", defaultText: "Sort"};const VSD_SUBMIT_BUTTON = {key: "VSD_SUBMIT_BUTTON", defaultText: "OK"};const VSD_CANCEL_BUTTON = {key: "VSD_CANCEL_BUTTON", defaultText: "Cancel"};const VSD_RESET_BUTTON = {key: "VSD_RESET_BUTTON", defaultText: "Reset"};const VSD_SORT_ORDER = {key: "VSD_SORT_ORDER", defaultText: "Sort Order"};const VSD_SORT_BY = {key: "VSD_SORT_BY", defaultText: "Sort By"};const VSD_ORDER_ASCENDING = {key: "VSD_ORDER_ASCENDING", defaultText: "Ascending"};const VSD_ORDER_DESCENDING = {key: "VSD_ORDER_DESCENDING", defaultText: "Descending"};const IM_TITLE_BEFORESEARCH = {key: "IM_TITLE_BEFORESEARCH", defaultText: "Let's get some results"};const IM_SUBTITLE_BEFORESEARCH = {key: "IM_SUBTITLE_BEFORESEARCH", defaultText: "Start by providing your search criteria."};const IM_TITLE_NOACTIVITIES = {key: "IM_TITLE_NOACTIVITIES", defaultText: "You've not added any activities yet"};const IM_SUBTITLE_NOACTIVITIES = {key: "IM_SUBTITLE_NOACTIVITIES", defaultText: "Would you like to add one now?"};const IM_TITLE_NODATA = {key: "IM_TITLE_NODATA", defaultText: "There's no data yet"};const IM_SUBTITLE_NODATA = {key: "IM_SUBTITLE_NODATA", defaultText: "When there is, you'll see it here."};const IM_TITLE_NOMAIL = {key: "IM_TITLE_NOMAIL", defaultText: "No new mail"};const IM_SUBTITLE_NOMAIL = {key: "IM_SUBTITLE_NOMAIL", defaultText: "Check again later."};const IM_TITLE_NOENTRIES = {key: "IM_TITLE_NOENTRIES", defaultText: "There are no entries yet"};const IM_SUBTITLE_NOENTRIES = {key: "IM_SUBTITLE_NOENTRIES", defaultText: "When there are, you'll see them here."};const IM_TITLE_NONOTIFICATIONS = {key: "IM_TITLE_NONOTIFICATIONS", defaultText: "You've not got any new notifications"};const IM_SUBTITLE_NONOTIFICATIONS = {key: "IM_SUBTITLE_NONOTIFICATIONS", defaultText: "Check back again later."};const IM_TITLE_NOSAVEDITEMS = {key: "IM_TITLE_NOSAVEDITEMS", defaultText: "You've not added any favorites yet"};const IM_SUBTITLE_NOSAVEDITEMS = {key: "IM_SUBTITLE_NOSAVEDITEMS", defaultText: "Would you like to create a list of your favorite items now?"};const IM_TITLE_NOSEARCHRESULTS = {key: "IM_TITLE_NOSEARCHRESULTS", defaultText: "No results found"};const IM_SUBTITLE_NOSEARCHRESULTS = {key: "IM_SUBTITLE_NOSEARCHRESULTS", defaultText: "Try changing your search criteria."};const IM_TITLE_NOTASKS = {key: "IM_TITLE_NOTASKS", defaultText: "You’ve not got any new tasks"};const IM_SUBTITLE_NOTASKS = {key: "IM_SUBTITLE_NOTASKS", defaultText: "When you do, you'll see them here."};const IM_TITLE_UNABLETOLOAD = {key: "IM_TITLE_UNABLETOLOAD", defaultText: "Unable to load data"};const IM_SUBTITLE_UNABLETOLOAD = {key: "IM_SUBTITLE_UNABLETOLOAD", defaultText: "Check your Internet connection. If that doesn’t help, try reloading. If that doesn't help either, check with your administrator."};const IM_TITLE_UNABLETOUPLOAD = {key: "IM_TITLE_UNABLETOUPLOAD", defaultText: "Unable to upload data"};const IM_SUBTITLE_UNABLETOUPLOAD = {key: "IM_SUBTITLE_UNABLETOUPLOAD", defaultText: "Check your Internet connection. If that doesn’t help, check the file format and file size. Otherwise contact your administrator."};
4
4
 
5
+ exports.BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT = BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT;
6
+ exports.BARCODE_SCANNER_DIALOG_LOADING_TXT = BARCODE_SCANNER_DIALOG_LOADING_TXT;
5
7
  exports.FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP = FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP;
6
8
  exports.FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP = FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP;
7
9
  exports.FCL_END_COLUMN_TXT = FCL_END_COLUMN_TXT;
@@ -9,6 +11,28 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
9
11
  exports.FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP = FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP;
10
12
  exports.FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP = FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP;
11
13
  exports.FCL_START_COLUMN_TXT = FCL_START_COLUMN_TXT;
14
+ exports.IM_SUBTITLE_BEFORESEARCH = IM_SUBTITLE_BEFORESEARCH;
15
+ exports.IM_SUBTITLE_NOACTIVITIES = IM_SUBTITLE_NOACTIVITIES;
16
+ exports.IM_SUBTITLE_NODATA = IM_SUBTITLE_NODATA;
17
+ exports.IM_SUBTITLE_NOENTRIES = IM_SUBTITLE_NOENTRIES;
18
+ exports.IM_SUBTITLE_NOMAIL = IM_SUBTITLE_NOMAIL;
19
+ exports.IM_SUBTITLE_NONOTIFICATIONS = IM_SUBTITLE_NONOTIFICATIONS;
20
+ exports.IM_SUBTITLE_NOSAVEDITEMS = IM_SUBTITLE_NOSAVEDITEMS;
21
+ exports.IM_SUBTITLE_NOSEARCHRESULTS = IM_SUBTITLE_NOSEARCHRESULTS;
22
+ exports.IM_SUBTITLE_NOTASKS = IM_SUBTITLE_NOTASKS;
23
+ exports.IM_SUBTITLE_UNABLETOLOAD = IM_SUBTITLE_UNABLETOLOAD;
24
+ exports.IM_SUBTITLE_UNABLETOUPLOAD = IM_SUBTITLE_UNABLETOUPLOAD;
25
+ exports.IM_TITLE_BEFORESEARCH = IM_TITLE_BEFORESEARCH;
26
+ exports.IM_TITLE_NOACTIVITIES = IM_TITLE_NOACTIVITIES;
27
+ exports.IM_TITLE_NODATA = IM_TITLE_NODATA;
28
+ exports.IM_TITLE_NOENTRIES = IM_TITLE_NOENTRIES;
29
+ exports.IM_TITLE_NOMAIL = IM_TITLE_NOMAIL;
30
+ exports.IM_TITLE_NONOTIFICATIONS = IM_TITLE_NONOTIFICATIONS;
31
+ exports.IM_TITLE_NOSAVEDITEMS = IM_TITLE_NOSAVEDITEMS;
32
+ exports.IM_TITLE_NOSEARCHRESULTS = IM_TITLE_NOSEARCHRESULTS;
33
+ exports.IM_TITLE_NOTASKS = IM_TITLE_NOTASKS;
34
+ exports.IM_TITLE_UNABLETOLOAD = IM_TITLE_UNABLETOLOAD;
35
+ exports.IM_TITLE_UNABLETOUPLOAD = IM_TITLE_UNABLETOUPLOAD;
12
36
  exports.NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE = NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE;
13
37
  exports.NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT = NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT;
14
38
  exports.NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE = NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE;
@@ -48,13 +72,24 @@ sap.ui.define(['exports'], function (exports) { 'use strict';
48
72
  exports.UPLOADCOLLECTION_DROP_FILE_INDICATOR = UPLOADCOLLECTION_DROP_FILE_INDICATOR;
49
73
  exports.UPLOADCOLLECTION_NO_DATA_DESCRIPTION = UPLOADCOLLECTION_NO_DATA_DESCRIPTION;
50
74
  exports.UPLOADCOLLECTION_NO_DATA_TEXT = UPLOADCOLLECTION_NO_DATA_TEXT;
75
+ exports.VSD_CANCEL_BUTTON = VSD_CANCEL_BUTTON;
76
+ exports.VSD_DIALOG_TITLE_SORT = VSD_DIALOG_TITLE_SORT;
77
+ exports.VSD_ORDER_ASCENDING = VSD_ORDER_ASCENDING;
78
+ exports.VSD_ORDER_DESCENDING = VSD_ORDER_DESCENDING;
79
+ exports.VSD_RESET_BUTTON = VSD_RESET_BUTTON;
80
+ exports.VSD_SORT_BY = VSD_SORT_BY;
81
+ exports.VSD_SORT_ORDER = VSD_SORT_ORDER;
82
+ exports.VSD_SUBMIT_BUTTON = VSD_SUBMIT_BUTTON;
51
83
  exports.WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL = WIZARD_ACTIONSHEET_STEPS_ARIA_LABEL;
84
+ exports.WIZARD_LIST_ARIA_DESCRIBEDBY = WIZARD_LIST_ARIA_DESCRIBEDBY;
52
85
  exports.WIZARD_LIST_ARIA_LABEL = WIZARD_LIST_ARIA_LABEL;
53
86
  exports.WIZARD_NAV_ARIA_LABEL = WIZARD_NAV_ARIA_LABEL;
54
87
  exports.WIZARD_NAV_ARIA_ROLE_DESCRIPTION = WIZARD_NAV_ARIA_ROLE_DESCRIPTION;
55
88
  exports.WIZARD_NAV_STEP_DEFAULT_HEADING = WIZARD_NAV_STEP_DEFAULT_HEADING;
56
89
  exports.WIZARD_OPTIONAL_STEP_ARIA_LABEL = WIZARD_OPTIONAL_STEP_ARIA_LABEL;
90
+ exports.WIZARD_STEP_ACTIVE = WIZARD_STEP_ACTIVE;
57
91
  exports.WIZARD_STEP_ARIA_LABEL = WIZARD_STEP_ARIA_LABEL;
92
+ exports.WIZARD_STEP_INACTIVE = WIZARD_STEP_INACTIVE;
58
93
 
59
94
  Object.defineProperty(exports, '__esModule', { value: true });
60
95
 
@@ -2,13 +2,13 @@ sap.ui.define(['require', 'sap/ui/webc/common/thirdparty/base/asset-registries/T
2
2
 
3
3
  const loadThemeProperties = async (themeName) => {
4
4
  switch (themeName) {
5
- case "sap_belize": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-062fdbb6'], resolve, reject) })).default;
6
- case "sap_belize_hcb": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-90786b8e'], resolve, reject) })).default;
7
- case "sap_belize_hcw": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-196ef17d'], resolve, reject) })).default;
8
- case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-d48b31a7'], resolve, reject) })).default;
9
- case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-17f8bf4e'], resolve, reject) })).default;
10
- case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-8a5a5c79'], resolve, reject) })).default;
11
- case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-dc5c99d6'], resolve, reject) })).default;
5
+ case "sap_belize": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-d0336f5e'], resolve, reject) })).default;
6
+ case "sap_belize_hcb": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-816bd805'], resolve, reject) })).default;
7
+ case "sap_belize_hcw": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-68447658'], resolve, reject) })).default;
8
+ case "sap_fiori_3": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-f592e4f1'], resolve, reject) })).default;
9
+ case "sap_fiori_3_dark": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-a596f129'], resolve, reject) })).default;
10
+ case "sap_fiori_3_hcb": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-cc7a39f2'], resolve, reject) })).default;
11
+ case "sap_fiori_3_hcw": return (await new Promise(function (resolve, reject) { require(['../../parameters-bundle.css-a8f6197d'], resolve, reject) })).default;
12
12
  default: throw "unknown theme"
13
13
  }
14
14
  };