@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
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
transform: rotate(90deg);
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
+
:host(:not([collapsed])) [dir="rtl"] .ui5-nli-group-toggle-btn {
|
|
13
|
+
transform: rotate(270deg);
|
|
14
|
+
}
|
|
15
|
+
|
|
12
16
|
:host([collapsed]) .ui5-nli-group-items {
|
|
13
17
|
display: none;
|
|
14
18
|
}
|
|
@@ -35,6 +39,10 @@
|
|
|
35
39
|
cursor: default;
|
|
36
40
|
}
|
|
37
41
|
|
|
42
|
+
[dir="rtl"] .ui5-nli-group-header {
|
|
43
|
+
padding: 0.75rem 0.75rem 0.25rem 0.5rem;
|
|
44
|
+
}
|
|
45
|
+
|
|
38
46
|
.ui5-nli-group-toggle-btn {
|
|
39
47
|
margin-right: 0.75rem;
|
|
40
48
|
cursor: pointer;
|
|
@@ -64,9 +72,15 @@
|
|
|
64
72
|
|
|
65
73
|
[dir="rtl"] .ui5-nli-group-toggle-btn {
|
|
66
74
|
margin-left: 1rem;
|
|
75
|
+
margin-right: 0;
|
|
67
76
|
}
|
|
68
77
|
|
|
69
78
|
[dir="rtl"] .ui5-nli-group-counter {
|
|
70
79
|
margin-right: 0.25rem;
|
|
71
80
|
margin-left: 1rem;
|
|
72
81
|
}
|
|
82
|
+
|
|
83
|
+
/* fix for blue background color on tap (touchscreen devices) */
|
|
84
|
+
:host([ui5-li-notification-group]) {
|
|
85
|
+
-webkit-tap-highlight-color: transparent;
|
|
86
|
+
}
|
|
@@ -37,14 +37,4 @@
|
|
|
37
37
|
.ui5-sn-spacer {
|
|
38
38
|
flex: auto;
|
|
39
39
|
min-height: 3rem;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li)::after {
|
|
43
|
-
border-top-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
44
|
-
border-top-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li)::after {
|
|
48
|
-
border-bottom-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
49
|
-
border-bottom-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
50
|
-
}
|
|
40
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
.ui5-side-navigation-popover [ui5-li][focused]:first-child::part(native-li)::after {
|
|
2
|
+
border-top-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
3
|
+
border-top-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.ui5-side-navigation-popover [ui5-li][focused]:last-child::part(native-li)::after {
|
|
7
|
+
border-bottom-left-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
8
|
+
border-bottom-right-radius: var(--_ui5_side_navigation_overflow_border_radius);
|
|
9
|
+
}
|
|
@@ -6,15 +6,6 @@
|
|
|
6
6
|
display: block;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
:host([active][actionable]) .ui5-uci-file-name,
|
|
10
|
-
:host([active][actionable]) .ui5-uci-description,
|
|
11
|
-
:host([active][actionable]) .ui5-uci-edit-buttons ui5-button,
|
|
12
|
-
:host([active][actionable]) .ui5-li-deletebtn ui5-button,
|
|
13
|
-
:host([active][actionable]) .ui5-uci-progress-labels ui5-label {
|
|
14
|
-
color: var(--sapList_Active_TextColor);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
9
|
.ui5-li-root.ui5-uci-root {
|
|
19
10
|
padding: 1rem;
|
|
20
11
|
}
|
|
@@ -30,10 +21,6 @@
|
|
|
30
21
|
margin-right: 0.75rem;
|
|
31
22
|
}
|
|
32
23
|
|
|
33
|
-
:host([active][actionable]) ::slotted([ui5-icon][slot=thumbnail]) {
|
|
34
|
-
color: var(--sapList_Active_TextColor);
|
|
35
|
-
}
|
|
36
|
-
|
|
37
24
|
::slotted([ui5-icon][slot="thumbnail"]) {
|
|
38
25
|
width: 3rem;
|
|
39
26
|
height: 3rem;
|
package/src/themes/Wizard.css
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
.ui5-wiz-content-item {
|
|
25
25
|
display: block;
|
|
26
26
|
box-sizing: border-box;
|
|
27
|
-
padding
|
|
27
|
+
padding: 1rem 2rem;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.ui5-wiz-content-item[hidden] {
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
.ui5-wiz-nav {
|
|
66
66
|
box-sizing: border-box;
|
|
67
67
|
height: 4rem;
|
|
68
|
-
padding: 0.875rem
|
|
68
|
+
padding: 0.875rem 2rem;
|
|
69
69
|
-webkit-user-select: none;
|
|
70
70
|
-moz-user-select: none;
|
|
71
71
|
-ms-user-select: none;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--_ui5_media_gallery_thumbnail_border: 1px solid var(--sapContent_ForegroundColor);
|
|
3
|
+
--_ui5_media_gallery_thumbnail_selected_border: 2px solid var(--sapSelectedColor);
|
|
4
|
+
--_ui5_media_gallery_thumbnail_focus_outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
5
|
+
--_ui5_media_gallery_item_overlay_box_shadow: inset 0px 0px 80px rgba(0, 0, 0, 0.2);
|
|
6
|
+
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "../base/FlexibleColumnLayout-parameters.css";
|
|
3
|
+
@import "../base/MediaGallery-parameters.css";
|
|
4
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
3
5
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
6
|
@import "../base/Page-parameters.css";
|
|
5
7
|
@import "../base/ProductSwitchItem-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "./FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "./MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "./Page-parameters.css";
|
|
5
7
|
@import "./ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "./FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "./MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "./Page-parameters.css";
|
|
5
7
|
@import "./ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "../base/FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "../base/MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "../base/Page-parameters.css";
|
|
5
7
|
@import "../base/ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "./FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "../base/MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "../base/Page-parameters.css";
|
|
5
7
|
@import "../base/ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "./FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "./MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "./Page-parameters.css";
|
|
5
7
|
@import "./ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "./FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "./MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "./Page-parameters.css";
|
|
5
7
|
@import "./ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "../base/ShellBar-parameters.css";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
@import "../base/Bar-parameters.css";
|
|
2
2
|
@import "../base/FlexibleColumnLayout-parameters.css";
|
|
3
3
|
@import "../base/IllustratedMessage-parameters.css";
|
|
4
|
+
@import "../base/MediaGallery-parameters.css";
|
|
5
|
+
@import "../base/MediaGalleryItem-parameters.css";
|
|
4
6
|
@import "../base/Page-parameters.css";
|
|
5
7
|
@import "./ProductSwitchItem-parameters.css";
|
|
6
8
|
@import "./ShellBar-parameters.css";
|
|
@@ -6,71 +6,323 @@ import DataType from "@ui5/webcomponents-base/dist/types/DataType.js";
|
|
|
6
6
|
*/
|
|
7
7
|
const IllustrationMessageTypes = {
|
|
8
8
|
/**
|
|
9
|
-
* "
|
|
9
|
+
* "Before Search" illustration type.
|
|
10
10
|
* @public
|
|
11
11
|
* @type {BeforeSearch}
|
|
12
12
|
*/
|
|
13
13
|
BeforeSearch: "BeforeSearch",
|
|
14
14
|
/**
|
|
15
|
-
* "
|
|
15
|
+
* "No Activities" illustration type.
|
|
16
16
|
* @public
|
|
17
17
|
* @type {NoActivities}
|
|
18
18
|
*/
|
|
19
19
|
NoActivities: "NoActivities",
|
|
20
20
|
/**
|
|
21
|
-
* "
|
|
21
|
+
* "No Data" illustration type.
|
|
22
22
|
* @public
|
|
23
23
|
* @type {NoData}
|
|
24
24
|
*/
|
|
25
25
|
NoData: "NoData",
|
|
26
26
|
/**
|
|
27
|
-
* "
|
|
27
|
+
* "No Email" illustration type.
|
|
28
28
|
* @public
|
|
29
|
-
* @type {
|
|
29
|
+
* @type {NoMail}
|
|
30
30
|
*/
|
|
31
|
-
|
|
31
|
+
NoMail: "NoMail",
|
|
32
32
|
/**
|
|
33
|
-
* "
|
|
33
|
+
* "No Email v1" illustration type.
|
|
34
34
|
* @public
|
|
35
|
-
* @type {
|
|
35
|
+
* @type {NoMail_v1}
|
|
36
36
|
*/
|
|
37
|
-
|
|
37
|
+
NoMail_v1: "NoMail_v1",
|
|
38
38
|
/**
|
|
39
|
-
* "
|
|
39
|
+
* "No Entries" illustration type.
|
|
40
|
+
* @public
|
|
41
|
+
* @type {NoEntries}
|
|
42
|
+
*/
|
|
43
|
+
NoEntries: "NoEntries",
|
|
44
|
+
/**
|
|
45
|
+
* "No Notifications" illustration type.
|
|
40
46
|
* @public
|
|
41
47
|
* @type {NoNotifications}
|
|
42
48
|
*/
|
|
43
49
|
NoNotifications: "NoNotifications",
|
|
44
50
|
/**
|
|
45
|
-
* "
|
|
51
|
+
* "No Saved Items" illustration type.
|
|
46
52
|
* @public
|
|
47
53
|
* @type {NoSavedItems}
|
|
48
54
|
*/
|
|
49
55
|
NoSavedItems: "NoSavedItems",
|
|
50
56
|
/**
|
|
51
|
-
* "
|
|
57
|
+
* "No Saved Items v1" illustration type.
|
|
58
|
+
* @public
|
|
59
|
+
* @type {NoSavedItems_v1}
|
|
60
|
+
*/
|
|
61
|
+
NoSavedItems_v1: "NoSavedItems_v1",
|
|
62
|
+
/**
|
|
63
|
+
* "No Search Results" illustration type.
|
|
52
64
|
* @public
|
|
53
65
|
* @type {NoSearchResults}
|
|
54
66
|
*/
|
|
55
67
|
NoSearchResults: "NoSearchResults",
|
|
56
68
|
/**
|
|
57
|
-
* "
|
|
69
|
+
* "No Tasks" illustration type.
|
|
58
70
|
* @public
|
|
59
71
|
* @type {NoTasks}
|
|
60
72
|
*/
|
|
61
73
|
NoTasks: "NoTasks",
|
|
62
74
|
/**
|
|
63
|
-
* "
|
|
75
|
+
* "No Tasks v1" illustration type.
|
|
76
|
+
* @public
|
|
77
|
+
* @type {NoTasks_v1}
|
|
78
|
+
*/
|
|
79
|
+
NoTasks_v1: "NoTasks_v1",
|
|
80
|
+
/**
|
|
81
|
+
* "Unable To Load" illustration type.
|
|
64
82
|
* @public
|
|
65
83
|
* @type {UnableToLoad}
|
|
66
84
|
*/
|
|
67
85
|
UnableToLoad: "UnableToLoad",
|
|
68
86
|
/**
|
|
69
|
-
* "
|
|
87
|
+
* "Unable To Load Image" illustration type.
|
|
88
|
+
* @public
|
|
89
|
+
* @type {UnableToLoadImage}
|
|
90
|
+
*/
|
|
91
|
+
UnableToLoadImage: "UnableToLoadImage",
|
|
92
|
+
/**
|
|
93
|
+
* "Unable To Upload" illustration type.
|
|
70
94
|
* @public
|
|
71
95
|
* @type {UnableToUpload}
|
|
72
96
|
*/
|
|
73
97
|
UnableToUpload: "UnableToUpload",
|
|
98
|
+
/**
|
|
99
|
+
* "Add Column" illustration type.
|
|
100
|
+
* @public
|
|
101
|
+
* @type {AddColumn}
|
|
102
|
+
*/
|
|
103
|
+
AddColumn: "AddColumn",
|
|
104
|
+
/**
|
|
105
|
+
* "Add People" illustration type.
|
|
106
|
+
* @public
|
|
107
|
+
* @type {AddPeople}
|
|
108
|
+
*/
|
|
109
|
+
AddPeople: "AddPeople",
|
|
110
|
+
/**
|
|
111
|
+
* "Balloon Sky" illustration type.
|
|
112
|
+
* @public
|
|
113
|
+
* @type {BalloonSky}
|
|
114
|
+
*/
|
|
115
|
+
BalloonSky: "BalloonSky",
|
|
116
|
+
/**
|
|
117
|
+
* "Connection" illustration type.
|
|
118
|
+
* @public
|
|
119
|
+
* @type {Connection}
|
|
120
|
+
*/
|
|
121
|
+
Connection: "Connection",
|
|
122
|
+
/**
|
|
123
|
+
* "Empty Calendar" illustration type.
|
|
124
|
+
* @public
|
|
125
|
+
* @type {EmptyCalendar}
|
|
126
|
+
*/
|
|
127
|
+
EmptyCalendar: "EmptyCalendar",
|
|
128
|
+
/**
|
|
129
|
+
* "Empty List" illustration type.
|
|
130
|
+
* @public
|
|
131
|
+
* @type {EmptyList}
|
|
132
|
+
*/
|
|
133
|
+
EmptyList: "EmptyList",
|
|
134
|
+
/**
|
|
135
|
+
* "Empty Planning Calendar" illustration type.
|
|
136
|
+
* @public
|
|
137
|
+
* @type {EmptyPlanningCalendar}
|
|
138
|
+
*/
|
|
139
|
+
EmptyPlanningCalendar: "EmptyPlanningCalendar",
|
|
140
|
+
/**
|
|
141
|
+
* "Error Screen" illustration type.
|
|
142
|
+
* @public
|
|
143
|
+
* @type {ErrorScreen}
|
|
144
|
+
*/
|
|
145
|
+
ErrorScreen: "ErrorScreen",
|
|
146
|
+
/**
|
|
147
|
+
* "Filter Table" illustration type.
|
|
148
|
+
* @public
|
|
149
|
+
* @type {FilterTable}
|
|
150
|
+
*/
|
|
151
|
+
FilterTable: "FilterTable",
|
|
152
|
+
/**
|
|
153
|
+
* "Group Table" illustration type.
|
|
154
|
+
* @public
|
|
155
|
+
* @type {GroupTable}
|
|
156
|
+
*/
|
|
157
|
+
GroupTable: "GroupTable",
|
|
158
|
+
/**
|
|
159
|
+
* "No Filter Results" illustration type.
|
|
160
|
+
* @public
|
|
161
|
+
* @type {NoFilterResults}
|
|
162
|
+
*/
|
|
163
|
+
NoFilterResults: "NoFilterResults",
|
|
164
|
+
/**
|
|
165
|
+
* "Page Not Found" illustration type.
|
|
166
|
+
* @public
|
|
167
|
+
* @type {PageNotFound}
|
|
168
|
+
*/
|
|
169
|
+
PageNotFound: "PageNotFound",
|
|
170
|
+
/**
|
|
171
|
+
* "Reload Screen" illustration type.
|
|
172
|
+
* @public
|
|
173
|
+
* @type {ReloadScreen}
|
|
174
|
+
*/
|
|
175
|
+
ReloadScreen: "ReloadScreen",
|
|
176
|
+
/**
|
|
177
|
+
* "Resize Column" illustration type.
|
|
178
|
+
* @public
|
|
179
|
+
* @type {ResizeColumn}
|
|
180
|
+
*/
|
|
181
|
+
ResizeColumn: "ResizeColumn",
|
|
182
|
+
/**
|
|
183
|
+
* "Search Earth" illustration type.
|
|
184
|
+
* @public
|
|
185
|
+
* @type {SearchEarth}
|
|
186
|
+
*/
|
|
187
|
+
SearchEarth: "SearchEarth",
|
|
188
|
+
/**
|
|
189
|
+
* "Search Folder" illustration type.
|
|
190
|
+
* @public
|
|
191
|
+
* @type {SearchFolder}
|
|
192
|
+
*/
|
|
193
|
+
SearchFolder: "SearchFolder",
|
|
194
|
+
/**
|
|
195
|
+
* "Simple Balloon" illustration type.
|
|
196
|
+
* @public
|
|
197
|
+
* @type {SimpleBalloon}
|
|
198
|
+
*/
|
|
199
|
+
SimpleBalloon: "SimpleBalloon",
|
|
200
|
+
/**
|
|
201
|
+
* "Simple Bell" illustration type.
|
|
202
|
+
* @public
|
|
203
|
+
* @type {SimpleBell}
|
|
204
|
+
*/
|
|
205
|
+
SimpleBell: "SimpleBell",
|
|
206
|
+
/**
|
|
207
|
+
* "Simple Calendar" illustration type.
|
|
208
|
+
* @public
|
|
209
|
+
* @type {SimpleCalendar}
|
|
210
|
+
*/
|
|
211
|
+
SimpleCalendar: "SimpleCalendar",
|
|
212
|
+
/**
|
|
213
|
+
* "Simple CheckMark" illustration type.
|
|
214
|
+
* @public
|
|
215
|
+
* @type {SimpleCheckMark}
|
|
216
|
+
*/
|
|
217
|
+
SimpleCheckMark: "SimpleCheckMark",
|
|
218
|
+
/**
|
|
219
|
+
* "Simple Connection" illustration type.
|
|
220
|
+
* @public
|
|
221
|
+
* @type {SimpleConnection}
|
|
222
|
+
*/
|
|
223
|
+
SimpleConnection: "SimpleConnection",
|
|
224
|
+
/**
|
|
225
|
+
* "Simple Empty Doc" illustration type.
|
|
226
|
+
* @public
|
|
227
|
+
* @type {SimpleEmptyDoc}
|
|
228
|
+
*/
|
|
229
|
+
SimpleEmptyDoc: "SimpleEmptyDoc",
|
|
230
|
+
/**
|
|
231
|
+
* "Simple Empty List" illustration type.
|
|
232
|
+
* @public
|
|
233
|
+
* @type {SimpleEmptyList}
|
|
234
|
+
*/
|
|
235
|
+
SimpleEmptyList: "SimpleEmptyList",
|
|
236
|
+
/**
|
|
237
|
+
* "Simple Error" illustration type.
|
|
238
|
+
* @public
|
|
239
|
+
* @type {SimpleError}
|
|
240
|
+
*/
|
|
241
|
+
SimpleError: "SimpleError",
|
|
242
|
+
/**
|
|
243
|
+
* "Simple Magnifier" illustration type.
|
|
244
|
+
* @public
|
|
245
|
+
* @type {SimpleMagnifier}
|
|
246
|
+
*/
|
|
247
|
+
SimpleMagnifier: "SimpleMagnifier",
|
|
248
|
+
/**
|
|
249
|
+
* "Simple Mail" illustration type.
|
|
250
|
+
* @public
|
|
251
|
+
* @type {SimpleMail}
|
|
252
|
+
*/
|
|
253
|
+
SimpleMail: "SimpleMail",
|
|
254
|
+
/**
|
|
255
|
+
* "Simple No Saved Items" illustration type.
|
|
256
|
+
* @public
|
|
257
|
+
* @type {SimpleNoSavedItems}
|
|
258
|
+
*/
|
|
259
|
+
SimpleNoSavedItems: "SimpleNoSavedItems",
|
|
260
|
+
/**
|
|
261
|
+
* "Simple Not Found Magnifier" illustration type.
|
|
262
|
+
* @public
|
|
263
|
+
* @type {SimpleNotFoundMagnifier}
|
|
264
|
+
*/
|
|
265
|
+
SimpleNotFoundMagnifier: "SimpleNotFoundMagnifier",
|
|
266
|
+
/**
|
|
267
|
+
* "Simple Reload" illustration type.
|
|
268
|
+
* @public
|
|
269
|
+
* @type {SimpleReload}
|
|
270
|
+
*/
|
|
271
|
+
SimpleReload: "SimpleReload",
|
|
272
|
+
/**
|
|
273
|
+
* "Simple Task" illustration type.
|
|
274
|
+
* @public
|
|
275
|
+
* @type {SimpleTask}
|
|
276
|
+
*/
|
|
277
|
+
SimpleTask: "SimpleTask",
|
|
278
|
+
/**
|
|
279
|
+
* "Sleeping Bell" illustration type.
|
|
280
|
+
* @public
|
|
281
|
+
* @type {SleepingBell}
|
|
282
|
+
*/
|
|
283
|
+
SleepingBell: "SleepingBell",
|
|
284
|
+
/**
|
|
285
|
+
* "Sort Column" illustration type.
|
|
286
|
+
* @public
|
|
287
|
+
* @type {SortColumn}
|
|
288
|
+
*/
|
|
289
|
+
SortColumn: "SortColumn",
|
|
290
|
+
/**
|
|
291
|
+
* "Success Balloon" illustration type.
|
|
292
|
+
* @public
|
|
293
|
+
* @type {SuccessBalloon}
|
|
294
|
+
*/
|
|
295
|
+
SuccessBalloon: "SuccessBalloon",
|
|
296
|
+
/**
|
|
297
|
+
* "Success CheckMark" illustration type.
|
|
298
|
+
* @public
|
|
299
|
+
* @type {SuccessCheckMark}
|
|
300
|
+
*/
|
|
301
|
+
SuccessCheckMark: "SuccessCheckMark",
|
|
302
|
+
/**
|
|
303
|
+
* "Success HighFive" illustration type.
|
|
304
|
+
* @public
|
|
305
|
+
* @type {SuccessHighFive}
|
|
306
|
+
*/
|
|
307
|
+
SuccessHighFive: "SuccessHighFive",
|
|
308
|
+
/**
|
|
309
|
+
* "Success Screen" illustration type.
|
|
310
|
+
* @public
|
|
311
|
+
* @type {SuccessScreen}
|
|
312
|
+
*/
|
|
313
|
+
SuccessScreen: "SuccessScreen",
|
|
314
|
+
/**
|
|
315
|
+
* "Tent" illustration type.
|
|
316
|
+
* @public
|
|
317
|
+
* @type {Tent}
|
|
318
|
+
*/
|
|
319
|
+
Tent: "Tent",
|
|
320
|
+
/**
|
|
321
|
+
* "Upload Collection" illustration type.
|
|
322
|
+
* @public
|
|
323
|
+
* @type {UploadCollection}
|
|
324
|
+
*/
|
|
325
|
+
UploadCollection: "UploadCollection",
|
|
74
326
|
/**
|
|
75
327
|
* "TntCodePlaceholder" illustration type.
|
|
76
328
|
* @public
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import DataType from "@ui5/webcomponents-base/dist/types/DataType.js";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @lends sap.ui.webcomponents.fiori.types.MediaGalleryItemLayout.prototype
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
const MediaGalleryItemLayouts = {
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* Recommended to use when the item contains an image.<br>
|
|
11
|
+
* When a thumbnail is selected, it makes the corresponding enlarged content appear in a square display area.
|
|
12
|
+
* @public
|
|
13
|
+
* @type {Square}
|
|
14
|
+
*/
|
|
15
|
+
Square: "Square",
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Recommended to use when the item contains video content.<br>
|
|
19
|
+
* When a thumbnail is selected, it makes the corresponding enlarged content appear in a wide display area
|
|
20
|
+
* (stretched to fill all of the available width) for optimal user experiance.
|
|
21
|
+
* @public
|
|
22
|
+
* @type {Wide}
|
|
23
|
+
*/
|
|
24
|
+
Wide: "Wide",
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* @class
|
|
29
|
+
* Defines the layout of the content displayed in the <code>ui5-media-gallery-item</code>.
|
|
30
|
+
* @constructor
|
|
31
|
+
* @author SAP SE
|
|
32
|
+
* @alias sap.ui.webcomponents.fiori.types.MediaGalleryItemLayout
|
|
33
|
+
* @public
|
|
34
|
+
* @enum {string}
|
|
35
|
+
*/
|
|
36
|
+
class MediaGalleryItemLayout extends DataType {
|
|
37
|
+
static isValid(value) {
|
|
38
|
+
return !!MediaGalleryItemLayouts[value];
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
MediaGalleryItemLayout.generateTypeAccessors(MediaGalleryItemLayouts);
|
|
43
|
+
|
|
44
|
+
export default MediaGalleryItemLayout;
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import DataType from "@ui5/webcomponents-base/dist/types/DataType.js";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @lends sap.ui.webcomponents.fiori.types.MediaGalleryLayout.prototype
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
const MediaGalleryLayouts = {
|
|
8
|
+
|
|
9
|
+
/**
|
|
10
|
+
* The layout is determined automatically.
|
|
11
|
+
* @public
|
|
12
|
+
* @type {Left}
|
|
13
|
+
*/
|
|
14
|
+
Auto: "Auto",
|
|
15
|
+
|
|
16
|
+
/**
|
|
17
|
+
* Displays the layout as a vertical split between the thumbnails list and the selected image.
|
|
18
|
+
* @public
|
|
19
|
+
* @type {Left}
|
|
20
|
+
*/
|
|
21
|
+
Vertical: "Vertical",
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Displays the layout as a horizontal split between the thumbnails list and the selected image.
|
|
25
|
+
* @public
|
|
26
|
+
* @type {Right}
|
|
27
|
+
*/
|
|
28
|
+
Horizontal: "Horizontal",
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* @class
|
|
33
|
+
* Defines the layout type of the thumbnails list of the <code>ui5-media-gallery</code> component.
|
|
34
|
+
* @constructor
|
|
35
|
+
* @author SAP SE
|
|
36
|
+
* @alias sap.ui.webcomponents.fiori.types.MediaGalleryLayout
|
|
37
|
+
* @public
|
|
38
|
+
* @enum {string}
|
|
39
|
+
*/
|
|
40
|
+
class MediaGalleryLayout extends DataType {
|
|
41
|
+
static isValid(value) {
|
|
42
|
+
return !!MediaGalleryLayouts[value];
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
MediaGalleryLayout.generateTypeAccessors(MediaGalleryLayouts);
|
|
47
|
+
|
|
48
|
+
export default MediaGalleryLayout;
|