@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.
- package/.reuse/dep5 +6 -11
- package/THIRDPARTY.txt +10 -16
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +1 -1
- package/src/sap/ui/webc/fiori/Bar.js +18 -10
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +104 -0
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +114 -0
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +26 -14
- package/src/sap/ui/webc/fiori/NotificationListItem.js +31 -20
- package/src/sap/ui/webc/fiori/Page.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -2
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +19 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +9 -7
- package/src/sap/ui/webc/fiori/UploadCollection.js +2 -2
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +24 -16
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +123 -0
- package/src/sap/ui/webc/fiori/Wizard.js +9 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +17 -1
- package/src/sap/ui/webc/fiori/library.js +112 -3
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +18997 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +8 -3
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +138 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +26 -24
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +10 -5
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +20 -1
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +18 -5
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +45 -1
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +29 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +65 -66
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +199 -0
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +14 -4
- package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -7
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarcodeScannerDialogTemplate.lit.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +11 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotifactionOverflowActionsPopoverTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListGroupItemTemplate.lit.js +13 -22
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +12 -21
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/PageTemplate.lit.js +3 -8
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchItemTemplate.lit.js +13 -22
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +3 -12
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +5 -14
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +21 -29
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +12 -21
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +9 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +22 -31
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +6 -15
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +4 -13
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTabTemplate.lit.js +7 -16
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +5 -14
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BeforeSearch.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoActivities.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoData.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoEntries.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoNotifications.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSearchResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoad.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BeforeSearch.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoActivities.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoData.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoEntries.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoNotifications.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems.js +42 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSearchResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoad.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToUpload.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BeforeSearch.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoActivities.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoData.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoEntries.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoNotifications.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSearchResults.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoad.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToUpload.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-59619ddd.js → messagebundle_ar-4986cab5.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-b36e00fa.js → messagebundle_bg-7e9aa059.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-a103fc34.js → messagebundle_ca-01451c6a.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-d56df98c.js → messagebundle_cs-ac6c8738.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-e28cac51.js → messagebundle_cy-3dfe9dd5.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-7f08bcaa.js → messagebundle_da-663276e4.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-a43e24f9.js → messagebundle_de-72e82e46.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-8b1bd7a2.js → messagebundle_el-c96044ad.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-502be1f9.js → messagebundle_en-2d504d66.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-d28c7c2d.js → messagebundle_en_GB-c8b9808b.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-f0f7ff12.js → messagebundle_en_US_sappsd-ff0f05eb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-f136d08a.js → messagebundle_en_US_saprigi-9005c49a.js} +26 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-ea579165.js → messagebundle_en_US_saptrc-e2be9611.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-cf460452.js → messagebundle_es-20ceffef.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-b588b49c.js → messagebundle_es_MX-9617bbe2.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-33a3c1a9.js → messagebundle_et-70cc45fe.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-05999936.js → messagebundle_fi-38c6589c.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-6b78c685.js → messagebundle_fr-0a9f2183.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5cd1bb21.js → messagebundle_fr_CA-5401e307.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-9aad7093.js +96 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-1d544b5e.js → messagebundle_hr-9a46b37c.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-d9824d87.js → messagebundle_hu-94c5c8ec.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-590c03c0.js → messagebundle_it-594c952a.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-2a4cd300.js → messagebundle_iw-3ad5f2eb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-a2be15f9.js → messagebundle_ja-ec45026f.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-d1344aab.js → messagebundle_kk-9322e295.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-0da72c2c.js → messagebundle_ko-64bfa5d3.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-fe9461f4.js → messagebundle_lt-caf1e289.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-217ab319.js → messagebundle_lv-8877dca6.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-a35de2b8.js → messagebundle_ms-d3aa34d7.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-9be8eb5b.js → messagebundle_nl-7653fecd.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-73f4a816.js → messagebundle_no-e4cf07cf.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-c579e301.js → messagebundle_pl-34323862.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-407551a4.js → messagebundle_pt-3c7586ed.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-7d09f65f.js → messagebundle_pt_PT-6101090e.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-c9bda608.js → messagebundle_ro-3e1aac26.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-f4dac468.js → messagebundle_ru-6fab2afc.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-c66bf858.js → messagebundle_sh-59c9c475.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-8df875ec.js → messagebundle_sk-3947d2b2.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-b18551b8.js → messagebundle_sl-5cb9b7cc.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-7db1ca43.js → messagebundle_sv-9bfc19a7.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-a6a77885.js +96 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-b6eee8da.js → messagebundle_tr-6f2ec772.js} +37 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-6fcd6591.js → messagebundle_uk-dde2e605.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-db4b5291.js → messagebundle_vi-e549a9d4.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-6b87b448.js → messagebundle_zh_CN-fa4baf83.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-8b6411cf.js → messagebundle_zh_TW-060ab1cb.js} +36 -1
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-68447658.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/TimelineLayout.js +20 -0
- package/ui5.yaml +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_hi-71f54fc7.js +0 -61
- package/src/sap/ui/webc/fiori/thirdparty/messagebundle_th-9445e465.js +0 -61
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-062fdbb6.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-17f8bf4e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-196ef17d.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-8a5a5c79.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-90786b8e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d48b31a7.js +0 -9
- 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:
|
|
312
|
+
Copyright: 2021 Mathias Nater
|
|
313
313
|
License: MIT
|
|
314
314
|
Comment: these files belong to: Hyphenopoly
|
|
315
315
|
|
|
@@ -347,11 +347,6 @@ Copyright: 2013 Ariya Hidayat and other contributors
|
|
|
347
347
|
License: BSD-2-Clause
|
|
348
348
|
Comment: these files belong to: Esprima
|
|
349
349
|
|
|
350
|
-
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/google-code-prettify/*
|
|
351
|
-
Copyright: 2006 Google Inc.
|
|
352
|
-
License: Apache-2.0
|
|
353
|
-
Comment: these files belong to: google-code-prettify
|
|
354
|
-
|
|
355
350
|
Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/highlight.js/*
|
|
356
351
|
Copyright: 2006-2020, Ivan Sagalaev
|
|
357
352
|
License: BSD-3-Clause
|
|
@@ -405,6 +400,11 @@ Copyright: 2014 Vitaly Puzrin, Alex Kocharin
|
|
|
405
400
|
License: MIT
|
|
406
401
|
Comment: these files belong to: Markdown-it
|
|
407
402
|
|
|
403
|
+
Files: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
404
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
405
|
+
License: MIT
|
|
406
|
+
Comment: these files belong to: ajv
|
|
407
|
+
|
|
408
408
|
|
|
409
409
|
# Library: sap.ui.mdc:
|
|
410
410
|
|
|
@@ -452,11 +452,6 @@ Copyright: 2009-2014, Alexis Sellier <self@cloudhead.net>
|
|
|
452
452
|
License: Apache-2.0
|
|
453
453
|
Comment: these files belong to: LESS
|
|
454
454
|
|
|
455
|
-
Files: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
456
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
457
|
-
License: MIT
|
|
458
|
-
Comment: these files belong to: ajv
|
|
459
|
-
|
|
460
455
|
Files: lib/jsdoc/ui5/plugin.js
|
|
461
456
|
Copyright:
|
|
462
457
|
2009-2021 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.ui.codeeditor:
|
|
8
8
|
|
|
9
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.
|
|
9
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.4.13
|
|
10
10
|
Copyright: 2010, Ajax.org B.V.
|
|
11
11
|
License: BSD-3-Clause
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -279,8 +279,8 @@ License: MIT
|
|
|
279
279
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
280
280
|
Contained in: src/sap.ui.core/src/sap/ui/base/util/restricted/_/lodash.custom.js
|
|
281
281
|
|
|
282
|
-
Component: Hyphenopoly, version:
|
|
283
|
-
Copyright:
|
|
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:
|
|
373
|
+
Component: Adaptive Cards, version: 2.9.0
|
|
380
374
|
Copyright: 2017 Microsoft
|
|
381
375
|
License: MIT
|
|
382
376
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -395,6 +389,12 @@ License: MIT
|
|
|
395
389
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
390
|
Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/markdown-it.js
|
|
397
391
|
|
|
392
|
+
Component: ajv, version: 6.12.3
|
|
393
|
+
Copyright: 2015-2017 Evgeny Poberezkin
|
|
394
|
+
License: MIT
|
|
395
|
+
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
396
|
+
Contained in: src/sap.ui.integration/test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
397
|
+
|
|
398
398
|
|
|
399
399
|
Library: sap.ui.mdc:
|
|
400
400
|
|
|
@@ -450,12 +450,6 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: src/testsuite-utils/src/main/resources/META-INF/less/less.js
|
|
452
452
|
|
|
453
|
-
Component: ajv, version: 6.12.3
|
|
454
|
-
Copyright: 2015-2017 Evgeny Poberezkin
|
|
455
|
-
License: MIT
|
|
456
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
|
|
457
|
-
Contained in: ../test/sap/ui/integration/demokit/cardExplorer/webapp/thirdparty/ajv/ajv.min.js
|
|
458
|
-
|
|
459
453
|
Component: JSDoc 3, version: 3.6.7
|
|
460
454
|
Copyright: 2011-present Michael Mathews micmath@gmail.com and the contributors to JSDoc
|
|
461
455
|
License: Apache-2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/sap.ui.webc.fiori",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.96.1",
|
|
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.
|
|
20
|
-
"@openui5/sap.ui.webc.main": "1.
|
|
21
|
-
"@openui5/sap.ui.webc.common": "1.
|
|
19
|
+
"@openui5/sap.ui.core": "1.96.1",
|
|
20
|
+
"@openui5/sap.ui.webc.main": "1.96.1",
|
|
21
|
+
"@openui5/sap.ui.webc.common": "1.96.1"
|
|
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.
|
|
6
|
+
<version>1.96.1</version>
|
|
7
7
|
<copyright>OpenUI5
|
|
8
8
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
9
9
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
@@ -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,
|
|
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
|
|
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.
|
|
42
|
+
* @version 1.96.1
|
|
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
|
|
88
|
+
* Defines the content in the middle of the bar
|
|
80
89
|
*/
|
|
81
|
-
|
|
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
|
|
96
|
+
* Defines the content at the end of the bar
|
|
89
97
|
*/
|
|
90
|
-
|
|
98
|
+
endContent: {
|
|
91
99
|
type: "sap.ui.core.Control",
|
|
92
100
|
multiple: true,
|
|
93
|
-
slot: "
|
|
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.96.1
|
|
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
|
+
});
|
|
@@ -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.96.1
|
|
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.
|
|
30
|
+
* @version 1.96.1
|
|
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>
|
|
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>
|
|
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.
|
|
50
|
+
* @version 1.96.1
|
|
51
51
|
*
|
|
52
52
|
* @constructor
|
|
53
53
|
* @public
|
|
@@ -75,19 +75,19 @@ sap.ui.define([
|
|
|
75
75
|
},
|
|
76
76
|
|
|
77
77
|
/**
|
|
78
|
-
* Defines
|
|
78
|
+
* Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
79
79
|
*/
|
|
80
|
-
|
|
81
|
-
type: "
|
|
82
|
-
defaultValue:
|
|
80
|
+
busyDelay: {
|
|
81
|
+
type: "int",
|
|
82
|
+
defaultValue: 1000
|
|
83
83
|
},
|
|
84
84
|
|
|
85
85
|
/**
|
|
86
|
-
* Defines the
|
|
86
|
+
* Defines if the group is collapsed or expanded.
|
|
87
87
|
*/
|
|
88
|
-
|
|
89
|
-
type: "
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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.
|
|
52
|
+
* @version 1.96.1
|
|
52
53
|
*
|
|
53
54
|
* @constructor
|
|
54
55
|
* @public
|
|
@@ -77,20 +78,20 @@ sap.ui.define([
|
|
|
77
78
|
},
|
|
78
79
|
|
|
79
80
|
/**
|
|
80
|
-
* Defines the
|
|
81
|
+
* Defines the delay in milliseconds, after which the busy indicator will show up for this component.
|
|
81
82
|
*/
|
|
82
|
-
|
|
83
|
-
type: "
|
|
84
|
-
defaultValue:
|
|
85
|
-
mapping: "textContent"
|
|
83
|
+
busyDelay: {
|
|
84
|
+
type: "int",
|
|
85
|
+
defaultValue: 1000
|
|
86
86
|
},
|
|
87
87
|
|
|
88
88
|
/**
|
|
89
|
-
* Defines the
|
|
89
|
+
* Defines the content of the control
|
|
90
90
|
*/
|
|
91
|
-
|
|
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>
|
|
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
|
|
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>
|
|
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
|
-
|
|
136
|
-
type: "
|
|
137
|
-
defaultValue:
|
|
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,
|
|
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.
|
|
34
|
+
* @version 1.96.1
|
|
35
35
|
*
|
|
36
36
|
* @constructor
|
|
37
37
|
* @public
|