@ui5/webcomponents-fiori 1.0.2 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -0
- package/dist/Bar.js +14 -0
- package/dist/DynamicSideContent.js +567 -0
- package/dist/FlexibleColumnLayout.js +58 -0
- package/dist/IllustratedMessage.js +43 -1
- package/dist/Interfaces.js +10 -0
- package/dist/MediaGallery.js +595 -0
- package/dist/MediaGalleryItem.js +334 -0
- package/dist/ShellBar.js +40 -18
- package/dist/ShellBarItem.js +1 -1
- package/dist/SideNavigation.js +11 -1
- package/dist/UploadCollectionItem.js +5 -0
- package/dist/ViewSettingsDialog.js +18 -2
- package/dist/Wizard.js +29 -9
- package/dist/WizardTab.js +4 -18
- package/dist/api.json +752 -19
- package/dist/css/themes/Bar.css +1 -1
- package/dist/css/themes/DynamicSideContent.css +1 -0
- package/dist/css/themes/IllustratedMessage.css +1 -1
- package/dist/css/themes/MediaGallery.css +1 -0
- package/dist/css/themes/MediaGalleryItem.css +1 -0
- package/dist/css/themes/NotificationListGroupItem.css +1 -1
- package/dist/css/themes/NotificationListItem.css +1 -1
- package/dist/css/themes/SideNavigation.css +1 -1
- package/dist/css/themes/SideNavigationPopover.css +1 -0
- package/dist/css/themes/UploadCollectionItem.css +1 -1
- package/dist/css/themes/ViewSettingsDialog.css +1 -1
- package/dist/css/themes/Wizard.css +1 -1
- package/dist/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/dist/generated/assets/i18n/messagebundle_ar.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_bg.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ca.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cs.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_cy.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_da.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_de.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_el.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_GB.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_sappsd.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saprigi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_en_US_saptrc.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_es_MX.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_et.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_fr_CA.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_hu.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_it.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_iw.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ja.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_kk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ko.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_lv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ms.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_nl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_no.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_pt_PT.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ro.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_ru.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sh.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sl.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_sv.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_th.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_tr.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_uk.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_vi.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_CN.json +1 -1
- package/dist/generated/assets/i18n/messagebundle_zh_TW.json +1 -1
- package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
- package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
- package/dist/generated/i18n/i18n-defaults.js +2 -2
- package/dist/generated/templates/BarTemplate.lit.js +1 -1
- package/dist/generated/templates/DynamicSideContentTemplate.lit.js +7 -0
- package/dist/generated/templates/FilterItemTemplate.lit.js +2 -2
- package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/dist/generated/templates/MediaGalleryItemTemplate.lit.js +10 -0
- package/dist/generated/templates/MediaGalleryTemplate.lit.js +13 -0
- package/dist/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
- package/dist/generated/templates/ShellBarTemplate.lit.js +5 -5
- package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +2 -2
- package/dist/generated/templates/ViewSettingsDialogTemplate.lit.js +14 -11
- package/dist/generated/templates/WizardTemplate.lit.js +1 -1
- package/dist/generated/themes/Bar.css.js +1 -1
- package/dist/generated/themes/DynamicSideContent.css.js +8 -0
- package/dist/generated/themes/IllustratedMessage.css.js +1 -1
- package/dist/generated/themes/MediaGallery.css.js +8 -0
- package/dist/generated/themes/MediaGalleryItem.css.js +8 -0
- package/dist/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/dist/generated/themes/NotificationListItem.css.js +1 -1
- package/dist/generated/themes/SideNavigation.css.js +1 -1
- package/dist/generated/themes/SideNavigationPopover.css.js +8 -0
- package/dist/generated/themes/UploadCollectionItem.css.js +1 -1
- package/dist/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/dist/generated/themes/Wizard.css.js +1 -1
- package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/dist/i18n/messagebundle.properties +82 -1
- package/dist/i18n/messagebundle_ar.properties +2 -0
- package/dist/i18n/messagebundle_bg.properties +8 -6
- package/dist/i18n/messagebundle_ca.properties +2 -0
- package/dist/i18n/messagebundle_cs.properties +2 -0
- package/dist/i18n/messagebundle_cy.properties +2 -0
- package/dist/i18n/messagebundle_da.properties +2 -0
- package/dist/i18n/messagebundle_de.properties +2 -0
- package/dist/i18n/messagebundle_el.properties +2 -0
- package/dist/i18n/messagebundle_en.properties +2 -0
- package/dist/i18n/messagebundle_en_GB.properties +2 -0
- package/dist/i18n/messagebundle_en_US_sappsd.properties +2 -0
- package/dist/i18n/messagebundle_en_US_saprigi.properties +2 -0
- package/dist/i18n/messagebundle_en_US_saptrc.properties +2 -0
- package/dist/i18n/messagebundle_es.properties +2 -0
- package/dist/i18n/messagebundle_es_MX.properties +2 -0
- package/dist/i18n/messagebundle_et.properties +2 -0
- package/dist/i18n/messagebundle_fi.properties +2 -0
- package/dist/i18n/messagebundle_fr.properties +2 -0
- package/dist/i18n/messagebundle_fr_CA.properties +2 -0
- package/dist/i18n/messagebundle_hi.properties +2 -0
- package/dist/i18n/messagebundle_hr.properties +2 -0
- package/dist/i18n/messagebundle_hu.properties +2 -0
- package/dist/i18n/messagebundle_id.properties +2 -0
- package/dist/i18n/messagebundle_it.properties +2 -0
- package/dist/i18n/messagebundle_iw.properties +2 -0
- package/dist/i18n/messagebundle_ja.properties +2 -0
- package/dist/i18n/messagebundle_kk.properties +2 -0
- package/dist/i18n/messagebundle_ko.properties +2 -0
- package/dist/i18n/messagebundle_lt.properties +2 -0
- package/dist/i18n/messagebundle_lv.properties +2 -0
- package/dist/i18n/messagebundle_ms.properties +2 -0
- package/dist/i18n/messagebundle_nl.properties +2 -0
- package/dist/i18n/messagebundle_no.properties +2 -0
- package/dist/i18n/messagebundle_pl.properties +2 -0
- package/dist/i18n/messagebundle_pt.properties +2 -0
- package/dist/i18n/messagebundle_pt_PT.properties +2 -0
- package/dist/i18n/messagebundle_ro.properties +2 -0
- package/dist/i18n/messagebundle_ru.properties +2 -0
- package/dist/i18n/messagebundle_sh.properties +2 -0
- package/dist/i18n/messagebundle_sk.properties +2 -0
- package/dist/i18n/messagebundle_sl.properties +2 -0
- package/dist/i18n/messagebundle_sv.properties +2 -0
- package/dist/i18n/messagebundle_th.properties +2 -0
- package/dist/i18n/messagebundle_tr.properties +2 -0
- package/dist/i18n/messagebundle_uk.properties +2 -0
- package/dist/i18n/messagebundle_vi.properties +2 -0
- package/dist/i18n/messagebundle_zh_CN.properties +2 -0
- package/dist/i18n/messagebundle_zh_TW.properties +2 -0
- package/dist/illustrations/AddColumn.js +28 -0
- package/dist/illustrations/AddPeople.js +28 -0
- package/dist/illustrations/BalloonSky.js +28 -0
- package/dist/illustrations/Connection.js +28 -0
- package/dist/illustrations/EmptyCalendar.js +28 -0
- package/dist/illustrations/EmptyList.js +28 -0
- package/dist/illustrations/EmptyPlanningCalendar.js +28 -0
- package/dist/illustrations/ErrorScreen.js +28 -0
- package/dist/illustrations/FilterTable.js +28 -0
- package/dist/illustrations/GroupTable.js +28 -0
- package/dist/illustrations/NewMail.js +28 -0
- package/dist/illustrations/NoFilterResults.js +28 -0
- package/dist/illustrations/NoMail_v1.js +28 -0
- package/dist/illustrations/NoSavedItems_v1.js +28 -0
- package/dist/illustrations/NoTasks_v1.js +28 -0
- package/dist/illustrations/PageNotFound.js +28 -0
- package/dist/illustrations/ReloadScreen.js +28 -0
- package/dist/illustrations/ResizeColumn.js +28 -0
- package/dist/illustrations/SearchEarth.js +28 -0
- package/dist/illustrations/SearchFolder.js +28 -0
- package/dist/illustrations/SimpleBalloon.js +28 -0
- package/dist/illustrations/SimpleBell.js +28 -0
- package/dist/illustrations/SimpleCalendar.js +28 -0
- package/dist/illustrations/SimpleCheckMark.js +28 -0
- package/dist/illustrations/SimpleConnection.js +28 -0
- package/dist/illustrations/SimpleEmptyDoc.js +28 -0
- package/dist/illustrations/SimpleEmptyList.js +28 -0
- package/dist/illustrations/SimpleError.js +28 -0
- package/dist/illustrations/SimpleMagnifier.js +28 -0
- package/dist/illustrations/SimpleMail.js +28 -0
- package/dist/illustrations/SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/SimpleNotFoundMagnifier.js +28 -0
- package/dist/illustrations/SimpleReload.js +28 -0
- package/dist/illustrations/SimpleTask.js +28 -0
- package/dist/illustrations/SleepingBell.js +28 -0
- package/dist/illustrations/SortColumn.js +28 -0
- package/dist/illustrations/SuccessBalloon.js +28 -0
- package/dist/illustrations/SuccessCheckMark.js +28 -0
- package/dist/illustrations/SuccessHighFive.js +28 -0
- package/dist/illustrations/SuccessScreen.js +28 -0
- package/dist/illustrations/Tent.js +28 -0
- package/dist/illustrations/UnableToLoadImage.js +28 -0
- package/dist/illustrations/UploadCollection.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Dialog-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Dialog-BalloonSky.js +34 -0
- package/dist/illustrations/sapIllus-Dialog-Connection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyCalendar.js +74 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyList.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Dialog-ErrorScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-FilterTable.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Dialog-NewMail.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-NoFilterResults.js +25 -0
- package/dist/illustrations/sapIllus-Dialog-NoMail_v1.js +23 -0
- package/dist/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +37 -0
- package/dist/illustrations/sapIllus-Dialog-NoTasks_v1.js +54 -0
- package/dist/illustrations/sapIllus-Dialog-PageNotFound.js +30 -0
- package/dist/illustrations/sapIllus-Dialog-ReloadScreen.js +35 -0
- package/dist/illustrations/sapIllus-Dialog-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Dialog-SearchEarth.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SearchFolder.js +28 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBalloon.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleBell.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCalendar.js +48 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleCheckMark.js +7 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleConnection.js +19 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleEmptyList.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleError.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleMail.js +14 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +18 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +22 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleReload.js +12 -0
- package/dist/illustrations/sapIllus-Dialog-SimpleTask.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SleepingBell.js +24 -0
- package/dist/illustrations/sapIllus-Dialog-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessBalloon.js +16 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessCheckMark.js +9 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessHighFive.js +46 -0
- package/dist/illustrations/sapIllus-Dialog-SuccessScreen.js +33 -0
- package/dist/illustrations/sapIllus-Dialog-Tent.js +27 -0
- package/dist/illustrations/sapIllus-Dialog-UnableToLoadImage.js +39 -0
- package/dist/illustrations/sapIllus-Dialog-UploadCollection.js +33 -0
- package/dist/illustrations/sapIllus-Scene-AddColumn.js +49 -0
- package/dist/illustrations/sapIllus-Scene-AddPeople.js +31 -0
- package/dist/illustrations/sapIllus-Scene-BalloonSky.js +43 -0
- package/dist/illustrations/sapIllus-Scene-Connection.js +32 -0
- package/dist/illustrations/sapIllus-Scene-EmptyCalendar.js +87 -0
- package/dist/illustrations/sapIllus-Scene-EmptyList.js +28 -0
- package/dist/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +92 -0
- package/dist/illustrations/sapIllus-Scene-ErrorScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-FilterTable.js +57 -0
- package/dist/illustrations/sapIllus-Scene-GroupTable.js +77 -0
- package/dist/illustrations/sapIllus-Scene-NewMail.js +55 -0
- package/dist/illustrations/sapIllus-Scene-NoFilterResults.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoMail_v1.js +56 -0
- package/dist/illustrations/sapIllus-Scene-NoSavedItems_v1.js +40 -0
- package/dist/illustrations/sapIllus-Scene-NoTasks_v1.js +91 -0
- package/dist/illustrations/sapIllus-Scene-PageNotFound.js +34 -0
- package/dist/illustrations/sapIllus-Scene-ReloadScreen.js +81 -0
- package/dist/illustrations/sapIllus-Scene-ResizeColumn.js +53 -0
- package/dist/illustrations/sapIllus-Scene-SearchEarth.js +31 -0
- package/dist/illustrations/sapIllus-Scene-SearchFolder.js +37 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBalloon.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleBell.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCalendar.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SimpleCheckMark.js +10 -0
- package/dist/illustrations/sapIllus-Scene-SimpleConnection.js +23 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +21 -0
- package/dist/illustrations/sapIllus-Scene-SimpleEmptyList.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleError.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMagnifier.js +14 -0
- package/dist/illustrations/sapIllus-Scene-SimpleMail.js +17 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +25 -0
- package/dist/illustrations/sapIllus-Scene-SimpleReload.js +15 -0
- package/dist/illustrations/sapIllus-Scene-SimpleTask.js +20 -0
- package/dist/illustrations/sapIllus-Scene-SleepingBell.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SortColumn.js +51 -0
- package/dist/illustrations/sapIllus-Scene-SuccessBalloon.js +34 -0
- package/dist/illustrations/sapIllus-Scene-SuccessCheckMark.js +44 -0
- package/dist/illustrations/sapIllus-Scene-SuccessHighFive.js +28 -0
- package/dist/illustrations/sapIllus-Scene-SuccessScreen.js +79 -0
- package/dist/illustrations/sapIllus-Scene-Tent.js +55 -0
- package/dist/illustrations/sapIllus-Scene-UnableToLoadImage.js +36 -0
- package/dist/illustrations/sapIllus-Scene-UploadCollection.js +31 -0
- package/dist/illustrations/sapIllus-Spot-AddColumn.js +38 -0
- package/dist/illustrations/sapIllus-Spot-AddPeople.js +32 -0
- package/dist/illustrations/sapIllus-Spot-BalloonSky.js +30 -0
- package/dist/illustrations/sapIllus-Spot-Connection.js +23 -0
- package/dist/illustrations/sapIllus-Spot-EmptyCalendar.js +43 -0
- package/dist/illustrations/sapIllus-Spot-EmptyList.js +22 -0
- package/dist/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +79 -0
- package/dist/illustrations/sapIllus-Spot-ErrorScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-FilterTable.js +47 -0
- package/dist/illustrations/sapIllus-Spot-GroupTable.js +68 -0
- package/dist/illustrations/sapIllus-Spot-NewMail.js +19 -0
- package/dist/illustrations/sapIllus-Spot-NoFilterResults.js +26 -0
- package/dist/illustrations/sapIllus-Spot-NoMail_v1.js +17 -0
- package/dist/illustrations/sapIllus-Spot-NoSavedItems.js +1 -1
- package/dist/illustrations/sapIllus-Spot-NoSavedItems_v1.js +34 -0
- package/dist/illustrations/sapIllus-Spot-NoTasks_v1.js +16 -0
- package/dist/illustrations/sapIllus-Spot-PageNotFound.js +32 -0
- package/dist/illustrations/sapIllus-Spot-ReloadScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-ResizeColumn.js +42 -0
- package/dist/illustrations/sapIllus-Spot-SearchEarth.js +56 -0
- package/dist/illustrations/sapIllus-Spot-SearchFolder.js +26 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBalloon.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleBell.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCalendar.js +47 -0
- package/dist/illustrations/sapIllus-Spot-SimpleCheckMark.js +6 -0
- package/dist/illustrations/sapIllus-Spot-SimpleConnection.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleEmptyList.js +7 -0
- package/dist/illustrations/sapIllus-Spot-SimpleError.js +10 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMagnifier.js +9 -0
- package/dist/illustrations/sapIllus-Spot-SimpleMail.js +13 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +24 -0
- package/dist/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +11 -0
- package/dist/illustrations/sapIllus-Spot-SimpleReload.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SimpleTask.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SleepingBell.js +23 -0
- package/dist/illustrations/sapIllus-Spot-SortColumn.js +40 -0
- package/dist/illustrations/sapIllus-Spot-SuccessBalloon.js +20 -0
- package/dist/illustrations/sapIllus-Spot-SuccessCheckMark.js +8 -0
- package/dist/illustrations/sapIllus-Spot-SuccessHighFive.js +32 -0
- package/dist/illustrations/sapIllus-Spot-SuccessScreen.js +33 -0
- package/dist/illustrations/sapIllus-Spot-Tent.js +25 -0
- package/dist/illustrations/sapIllus-Spot-UnableToLoadImage.js +37 -0
- package/dist/illustrations/sapIllus-Spot-UploadCollection.js +32 -0
- package/dist/types/IllustrationMessageType.js +267 -15
- package/dist/types/MediaGalleryItemLayout.js +44 -0
- package/dist/types/MediaGalleryLayout.js +48 -0
- package/dist/types/MediaGalleryMenuHorizontalAlign.js +41 -0
- package/dist/types/MediaGalleryMenuVerticalAlign.js +40 -0
- package/dist/types/SideContentFallDown.js +54 -0
- package/dist/types/SideContentPosition.js +42 -0
- package/dist/types/SideContentVisibility.js +61 -0
- package/package.json +8 -8
- package/src/Bar.hbs +1 -0
- package/src/Bar.js +14 -0
- package/src/DynamicSideContent.hbs +20 -0
- package/src/DynamicSideContent.js +567 -0
- package/src/FlexibleColumnLayout.hbs +8 -9
- package/src/FlexibleColumnLayout.js +58 -0
- package/src/IllustratedMessage.js +43 -1
- package/src/Interfaces.js +10 -0
- package/src/MediaGallery.hbs +47 -0
- package/src/MediaGallery.js +595 -0
- package/src/MediaGalleryItem.hbs +22 -0
- package/src/MediaGalleryItem.js +334 -0
- package/src/ShellBar.hbs +21 -16
- package/src/ShellBar.js +40 -18
- package/src/ShellBarItem.js +1 -1
- package/src/ShellBarPopover.hbs +2 -2
- package/src/SideNavigation.js +11 -1
- package/src/UploadCollectionItem.js +5 -0
- package/src/ViewSettingsDialog.hbs +62 -56
- package/src/ViewSettingsDialog.js +18 -2
- package/src/Wizard.hbs +2 -0
- package/src/Wizard.js +29 -9
- package/src/WizardTab.js +4 -18
- package/src/i18n/messagebundle.properties +82 -1
- package/src/i18n/messagebundle_ar.properties +2 -0
- package/src/i18n/messagebundle_bg.properties +8 -6
- package/src/i18n/messagebundle_ca.properties +2 -0
- package/src/i18n/messagebundle_cs.properties +2 -0
- package/src/i18n/messagebundle_cy.properties +2 -0
- package/src/i18n/messagebundle_da.properties +2 -0
- package/src/i18n/messagebundle_de.properties +2 -0
- package/src/i18n/messagebundle_el.properties +2 -0
- package/src/i18n/messagebundle_en.properties +2 -0
- package/src/i18n/messagebundle_en_GB.properties +2 -0
- package/src/i18n/messagebundle_en_US_sappsd.properties +2 -0
- package/src/i18n/messagebundle_en_US_saprigi.properties +2 -0
- package/src/i18n/messagebundle_en_US_saptrc.properties +2 -0
- package/src/i18n/messagebundle_es.properties +2 -0
- package/src/i18n/messagebundle_es_MX.properties +2 -0
- package/src/i18n/messagebundle_et.properties +2 -0
- package/src/i18n/messagebundle_fi.properties +2 -0
- package/src/i18n/messagebundle_fr.properties +2 -0
- package/src/i18n/messagebundle_fr_CA.properties +2 -0
- package/src/i18n/messagebundle_hi.properties +2 -0
- package/src/i18n/messagebundle_hr.properties +2 -0
- package/src/i18n/messagebundle_hu.properties +2 -0
- package/src/i18n/messagebundle_id.properties +2 -0
- package/src/i18n/messagebundle_it.properties +2 -0
- package/src/i18n/messagebundle_iw.properties +2 -0
- package/src/i18n/messagebundle_ja.properties +2 -0
- package/src/i18n/messagebundle_kk.properties +2 -0
- package/src/i18n/messagebundle_ko.properties +2 -0
- package/src/i18n/messagebundle_lt.properties +2 -0
- package/src/i18n/messagebundle_lv.properties +2 -0
- package/src/i18n/messagebundle_ms.properties +2 -0
- package/src/i18n/messagebundle_nl.properties +2 -0
- package/src/i18n/messagebundle_no.properties +2 -0
- package/src/i18n/messagebundle_pl.properties +2 -0
- package/src/i18n/messagebundle_pt.properties +2 -0
- package/src/i18n/messagebundle_pt_PT.properties +2 -0
- package/src/i18n/messagebundle_ro.properties +2 -0
- package/src/i18n/messagebundle_ru.properties +2 -0
- package/src/i18n/messagebundle_sh.properties +2 -0
- package/src/i18n/messagebundle_sk.properties +2 -0
- package/src/i18n/messagebundle_sl.properties +2 -0
- package/src/i18n/messagebundle_sv.properties +2 -0
- package/src/i18n/messagebundle_th.properties +2 -0
- package/src/i18n/messagebundle_tr.properties +2 -0
- package/src/i18n/messagebundle_uk.properties +2 -0
- package/src/i18n/messagebundle_vi.properties +2 -0
- package/src/i18n/messagebundle_zh_CN.properties +2 -0
- package/src/i18n/messagebundle_zh_TW.properties +2 -0
- package/src/illustrations/sapIllus-Dialog-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Dialog-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Dialog-BalloonSky.svg +33 -0
- package/src/illustrations/sapIllus-Dialog-Connection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-EmptyCalendar.svg +73 -0
- package/src/illustrations/sapIllus-Dialog-EmptyList.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Dialog-ErrorScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-FilterTable.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Dialog-NewMail.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-NoFilterResults.svg +24 -0
- package/src/illustrations/sapIllus-Dialog-NoMail_v1.svg +22 -0
- package/src/illustrations/sapIllus-Dialog-NoSavedItems_v1.svg +36 -0
- package/src/illustrations/sapIllus-Dialog-NoTasks_v1.svg +53 -0
- package/src/illustrations/sapIllus-Dialog-PageNotFound.svg +29 -0
- package/src/illustrations/sapIllus-Dialog-ReloadScreen.svg +34 -0
- package/src/illustrations/sapIllus-Dialog-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Dialog-SearchEarth.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SearchFolder.svg +27 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBalloon.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleBell.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCalendar.svg +47 -0
- package/src/illustrations/sapIllus-Dialog-SimpleCheckMark.svg +6 -0
- package/src/illustrations/sapIllus-Dialog-SimpleConnection.svg +18 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyDoc.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleEmptyList.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleError.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Dialog-SimpleMail.svg +13 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNoSavedItems.svg +17 -0
- package/src/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.svg +21 -0
- package/src/illustrations/sapIllus-Dialog-SimpleReload.svg +11 -0
- package/src/illustrations/sapIllus-Dialog-SimpleTask.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SleepingBell.svg +23 -0
- package/src/illustrations/sapIllus-Dialog-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Dialog-SuccessBalloon.svg +16 -0
- package/src/illustrations/sapIllus-Dialog-SuccessCheckMark.svg +8 -0
- package/src/illustrations/sapIllus-Dialog-SuccessHighFive.svg +45 -0
- package/src/illustrations/sapIllus-Dialog-SuccessScreen.svg +32 -0
- package/src/illustrations/sapIllus-Dialog-Tent.svg +26 -0
- package/src/illustrations/sapIllus-Dialog-UnableToLoadImage.svg +38 -0
- package/src/illustrations/sapIllus-Dialog-UploadCollection.svg +32 -0
- package/src/illustrations/sapIllus-Patterns.svg +20 -0
- package/src/illustrations/sapIllus-Scene-AddColumn.svg +48 -0
- package/src/illustrations/sapIllus-Scene-AddPeople.svg +30 -0
- package/src/illustrations/sapIllus-Scene-BalloonSky.svg +42 -0
- package/src/illustrations/sapIllus-Scene-Connection.svg +31 -0
- package/src/illustrations/sapIllus-Scene-EmptyCalendar.svg +86 -0
- package/src/illustrations/sapIllus-Scene-EmptyList.svg +27 -0
- package/src/illustrations/sapIllus-Scene-EmptyPlanningCalendar.svg +91 -0
- package/src/illustrations/sapIllus-Scene-ErrorScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-FilterTable.svg +56 -0
- package/src/illustrations/sapIllus-Scene-GroupTable.svg +76 -0
- package/src/illustrations/sapIllus-Scene-NewMail.svg +54 -0
- package/src/illustrations/sapIllus-Scene-NoFilterResults.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoMail_v1.svg +55 -0
- package/src/illustrations/sapIllus-Scene-NoSavedItems_v1.svg +39 -0
- package/src/illustrations/sapIllus-Scene-NoTasks_v1.svg +90 -0
- package/src/illustrations/sapIllus-Scene-PageNotFound.svg +33 -0
- package/src/illustrations/sapIllus-Scene-ReloadScreen.svg +80 -0
- package/src/illustrations/sapIllus-Scene-ResizeColumn.svg +52 -0
- package/src/illustrations/sapIllus-Scene-SearchEarth.svg +30 -0
- package/src/illustrations/sapIllus-Scene-SearchFolder.svg +36 -0
- package/src/illustrations/sapIllus-Scene-SimpleBalloon.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleBell.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleCalendar.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SimpleCheckMark.svg +9 -0
- package/src/illustrations/sapIllus-Scene-SimpleConnection.svg +22 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyDoc.svg +20 -0
- package/src/illustrations/sapIllus-Scene-SimpleEmptyList.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleError.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMagnifier.svg +13 -0
- package/src/illustrations/sapIllus-Scene-SimpleMail.svg +16 -0
- package/src/illustrations/sapIllus-Scene-SimpleNoSavedItems.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.svg +24 -0
- package/src/illustrations/sapIllus-Scene-SimpleReload.svg +14 -0
- package/src/illustrations/sapIllus-Scene-SimpleTask.svg +19 -0
- package/src/illustrations/sapIllus-Scene-SleepingBell.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SortColumn.svg +50 -0
- package/src/illustrations/sapIllus-Scene-SuccessBalloon.svg +33 -0
- package/src/illustrations/sapIllus-Scene-SuccessCheckMark.svg +43 -0
- package/src/illustrations/sapIllus-Scene-SuccessHighFive.svg +27 -0
- package/src/illustrations/sapIllus-Scene-SuccessScreen.svg +78 -0
- package/src/illustrations/sapIllus-Scene-Tent.svg +54 -0
- package/src/illustrations/sapIllus-Scene-UnableToLoadImage.svg +35 -0
- package/src/illustrations/sapIllus-Scene-UploadCollection.svg +30 -0
- package/src/illustrations/sapIllus-Spot-AddColumn.svg +37 -0
- package/src/illustrations/sapIllus-Spot-AddPeople.svg +31 -0
- package/src/illustrations/sapIllus-Spot-BalloonSky.svg +29 -0
- package/src/illustrations/sapIllus-Spot-Connection.svg +22 -0
- package/src/illustrations/sapIllus-Spot-EmptyCalendar.svg +42 -0
- package/src/illustrations/sapIllus-Spot-EmptyList.svg +21 -0
- package/src/illustrations/sapIllus-Spot-EmptyPlanningCalendar.svg +78 -0
- package/src/illustrations/sapIllus-Spot-ErrorScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-FilterTable.svg +46 -0
- package/src/illustrations/sapIllus-Spot-GroupTable.svg +67 -0
- package/src/illustrations/sapIllus-Spot-NewMail.svg +18 -0
- package/src/illustrations/sapIllus-Spot-NoFilterResults.svg +25 -0
- package/src/illustrations/sapIllus-Spot-NoMail_v1.svg +16 -0
- package/src/illustrations/sapIllus-Spot-NoSavedItems.svg +1 -1
- package/src/illustrations/sapIllus-Spot-NoSavedItems_v1.svg +33 -0
- package/src/illustrations/sapIllus-Spot-NoTasks_v1.svg +15 -0
- package/src/illustrations/sapIllus-Spot-PageNotFound.svg +31 -0
- package/src/illustrations/sapIllus-Spot-ReloadScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-ResizeColumn.svg +41 -0
- package/src/illustrations/sapIllus-Spot-SearchEarth.svg +55 -0
- package/src/illustrations/sapIllus-Spot-SearchFolder.svg +25 -0
- package/src/illustrations/sapIllus-Spot-SimpleBalloon.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleBell.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleCalendar.svg +46 -0
- package/src/illustrations/sapIllus-Spot-SimpleCheckMark.svg +5 -0
- package/src/illustrations/sapIllus-Spot-SimpleConnection.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyDoc.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleEmptyList.svg +6 -0
- package/src/illustrations/sapIllus-Spot-SimpleError.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMagnifier.svg +9 -0
- package/src/illustrations/sapIllus-Spot-SimpleMail.svg +12 -0
- package/src/illustrations/sapIllus-Spot-SimpleNoSavedItems.svg +23 -0
- package/src/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.svg +10 -0
- package/src/illustrations/sapIllus-Spot-SimpleReload.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SimpleTask.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SleepingBell.svg +22 -0
- package/src/illustrations/sapIllus-Spot-SortColumn.svg +39 -0
- package/src/illustrations/sapIllus-Spot-SuccessBalloon.svg +19 -0
- package/src/illustrations/sapIllus-Spot-SuccessCheckMark.svg +7 -0
- package/src/illustrations/sapIllus-Spot-SuccessHighFive.svg +31 -0
- package/src/illustrations/sapIllus-Spot-SuccessScreen.svg +32 -0
- package/src/illustrations/sapIllus-Spot-Tent.svg +24 -0
- package/src/illustrations/sapIllus-Spot-UnableToLoadImage.svg +36 -0
- package/src/illustrations/sapIllus-Spot-UploadCollection.svg +31 -0
- package/src/themes/Bar.css +17 -1
- package/src/themes/DynamicSideContent.css +66 -0
- package/src/themes/IllustratedMessage.css +4 -0
- package/src/themes/MediaGallery.css +158 -0
- package/src/themes/MediaGalleryItem.css +131 -0
- package/src/themes/NotificationListGroupItem.css +14 -0
- package/src/themes/NotificationListItem.css +4 -0
- package/src/themes/SideNavigation.css +1 -11
- package/src/themes/SideNavigationPopover.css +9 -0
- package/src/themes/UploadCollectionItem.css +0 -13
- package/src/themes/ViewSettingsDialog.css +1 -1
- package/src/themes/Wizard.css +2 -2
- package/src/themes/base/MediaGallery-parameters.css +5 -0
- package/src/themes/base/MediaGalleryItem-parameters.css +6 -0
- package/src/themes/sap_belize/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_belize_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_belize_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_belize_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_dark/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_hcb/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +2 -0
- package/src/themes/sap_fiori_3_hcw/MediaGallery-parameters.css +5 -0
- package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +2 -0
- package/src/themes/sap_horizon/parameters-bundle.css +2 -0
- package/src/types/IllustrationMessageType.js +267 -15
- package/src/types/MediaGalleryItemLayout.js +44 -0
- package/src/types/MediaGalleryLayout.js +48 -0
- package/src/types/MediaGalleryMenuHorizontalAlign.js +41 -0
- package/src/types/MediaGalleryMenuVerticalAlign.js +40 -0
- package/src/types/SideContentFallDown.js +54 -0
- package/src/types/SideContentPosition.js +42 -0
- package/src/types/SideContentVisibility.js +61 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleBell.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleBell.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleBell.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NONOTIFICATIONS,
|
|
7
|
+
IM_SUBTITLE_NONOTIFICATIONS,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleBell";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NONOTIFICATIONS;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NONOTIFICATIONS;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleCalendar.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleCalendar.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleCalendar.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOACTIVITIES,
|
|
7
|
+
IM_SUBTITLE_NOACTIVITIES,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleCalendar";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOACTIVITIES;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOACTIVITIES;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleCheckMark.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleCheckMark.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleCheckMark.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_SUCCESSSCREEN,
|
|
7
|
+
IM_SUBTITLE_SUCCESSSCREEN,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleCheckMark";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_SUCCESSSCREEN;
|
|
13
|
+
const subtitle = IM_SUBTITLE_SUCCESSSCREEN;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleConnection.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleConnection.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleConnection.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_UNABLETOLOAD,
|
|
7
|
+
IM_SUBTITLE_UNABLETOLOAD,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleConnection";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_UNABLETOLOAD;
|
|
13
|
+
const subtitle = IM_SUBTITLE_UNABLETOLOAD;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleEmptyDoc.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleEmptyDoc.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleEmptyDoc.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NODATA,
|
|
7
|
+
IM_SUBTITLE_NODATA,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleEmptyDoc";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NODATA;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NODATA;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleEmptyList.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleEmptyList.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleEmptyList.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOENTRIES,
|
|
7
|
+
IM_SUBTITLE_NOENTRIES,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleEmptyList";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOENTRIES;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOENTRIES;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleError.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleError.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleError.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_UNABLETOUPLOAD,
|
|
7
|
+
IM_SUBTITLE_UNABLETOUPLOAD,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleError";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_UNABLETOUPLOAD;
|
|
13
|
+
const subtitle = IM_SUBTITLE_UNABLETOUPLOAD;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleMagnifier.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleMagnifier.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleMagnifier.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_BEFORESEARCH,
|
|
7
|
+
IM_SUBTITLE_BEFORESEARCH,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleMagnifier";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_BEFORESEARCH;
|
|
13
|
+
const subtitle = IM_SUBTITLE_BEFORESEARCH;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleMail.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleMail.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleMail.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOMAIL,
|
|
7
|
+
IM_SUBTITLE_NOMAIL,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleMail";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOMAIL;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOMAIL;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleNoSavedItems.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleNoSavedItems.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleNoSavedItems.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOSAVEDITEMS,
|
|
7
|
+
IM_SUBTITLE_NOSAVEDITEMS,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleNoSavedItems";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOSAVEDITEMS;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOSAVEDITEMS;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleNotFoundMagnifier.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleNotFoundMagnifier.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleNotFoundMagnifier.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOSEARCHRESULTS,
|
|
7
|
+
IM_SUBTITLE_NOSEARCHRESULTS,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleNotFoundMagnifier";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOSEARCHRESULTS;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOSEARCHRESULTS;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleReload.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleReload.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleReload.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_UNABLETOLOAD,
|
|
7
|
+
IM_SUBTITLE_UNABLETOLOAD,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleReload";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_UNABLETOLOAD;
|
|
13
|
+
const subtitle = IM_SUBTITLE_UNABLETOLOAD;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SimpleTask.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SimpleTask.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SimpleTask.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NOTASKS,
|
|
7
|
+
IM_SUBTITLE_NOTASKS,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SimpleTask";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NOTASKS;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NOTASKS;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SleepingBell.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SleepingBell.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SleepingBell.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NONOTIFICATIONS,
|
|
7
|
+
IM_SUBTITLE_NONOTIFICATIONS,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SleepingBell";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NONOTIFICATIONS;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NONOTIFICATIONS;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SortColumn.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SortColumn.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SortColumn.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_SORTCOLUMN,
|
|
7
|
+
IM_SUBTITLE_SORTCOLUMN,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SortColumn";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_SORTCOLUMN;
|
|
13
|
+
const subtitle = IM_SUBTITLE_SORTCOLUMN;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SuccessBalloon.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SuccessBalloon.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SuccessBalloon.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_BALLOONSKY,
|
|
7
|
+
IM_SUBTITLE_BALLOONSKY,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SuccessBalloon";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_BALLOONSKY;
|
|
13
|
+
const subtitle = IM_SUBTITLE_BALLOONSKY;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SuccessCheckMark.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SuccessCheckMark.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SuccessCheckMark.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_SUCCESSSCREEN,
|
|
7
|
+
IM_SUBTITLE_SUCCESSSCREEN,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SuccessCheckMark";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_SUCCESSSCREEN;
|
|
13
|
+
const subtitle = IM_SUBTITLE_SUCCESSSCREEN;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SuccessHighFive.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SuccessHighFive.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SuccessHighFive.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_BALLOONSKY,
|
|
7
|
+
IM_SUBTITLE_BALLOONSKY,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SuccessHighFive";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_BALLOONSKY;
|
|
13
|
+
const subtitle = IM_SUBTITLE_BALLOONSKY;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-SuccessScreen.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-SuccessScreen.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-SuccessScreen.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_SUCCESSSCREEN,
|
|
7
|
+
IM_SUBTITLE_SUCCESSSCREEN,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "SuccessScreen";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_SUCCESSSCREEN;
|
|
13
|
+
const subtitle = IM_SUBTITLE_SUCCESSSCREEN;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-Tent.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-Tent.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-Tent.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_NODATA,
|
|
7
|
+
IM_SUBTITLE_NODATA,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "Tent";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_NODATA;
|
|
13
|
+
const subtitle = IM_SUBTITLE_NODATA;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-UnableToLoadImage.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-UnableToLoadImage.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-UnableToLoadImage.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_UNABLETOLOADIMAGE,
|
|
7
|
+
IM_SUBTITLE_UNABLETOLOADIMAGE,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "UnableToLoadImage";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_UNABLETOLOADIMAGE;
|
|
13
|
+
const subtitle = IM_SUBTITLE_UNABLETOLOADIMAGE;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { registerIllustration } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
+
import dialogSvg from "./sapIllus-Dialog-UploadCollection.js";
|
|
3
|
+
import sceneSvg from "./sapIllus-Scene-UploadCollection.js";
|
|
4
|
+
import spotSvg from "./sapIllus-Spot-UploadCollection.js";
|
|
5
|
+
import {
|
|
6
|
+
IM_TITLE_UPLOADCOLLECTION,
|
|
7
|
+
IM_SUBTITLE_UPLOADCOLLECTION,
|
|
8
|
+
} from "../generated/i18n/i18n-defaults.js";
|
|
9
|
+
|
|
10
|
+
const name = "UploadCollection";
|
|
11
|
+
const set = "fiori";
|
|
12
|
+
const title = IM_TITLE_UPLOADCOLLECTION;
|
|
13
|
+
const subtitle = IM_SUBTITLE_UPLOADCOLLECTION;
|
|
14
|
+
|
|
15
|
+
registerIllustration(name, {
|
|
16
|
+
dialogSvg,
|
|
17
|
+
sceneSvg,
|
|
18
|
+
spotSvg,
|
|
19
|
+
title,
|
|
20
|
+
subtitle,
|
|
21
|
+
set,
|
|
22
|
+
});
|
|
23
|
+
|
|
24
|
+
export {
|
|
25
|
+
dialogSvg,
|
|
26
|
+
sceneSvg,
|
|
27
|
+
spotSvg,
|
|
28
|
+
};
|