@openui5/sap.ui.webc.fiori 1.97.1 → 1.99.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.reuse/dep5 +25 -30
- package/THIRDPARTY.txt +14 -21
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +1 -1
- package/src/sap/ui/webc/fiori/Bar.js +10 -1
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +5 -2
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +243 -0
- package/src/sap/ui/webc/fiori/FilterItem.js +5 -2
- package/src/sap/ui/webc/fiori/FilterItemOption.js +5 -2
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +15 -8
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +5 -2
- package/src/sap/ui/webc/fiori/MediaGallery.js +180 -0
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +115 -0
- package/src/sap/ui/webc/fiori/NotificationAction.js +4 -1
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +4 -1
- package/src/sap/ui/webc/fiori/NotificationListItem.js +4 -1
- package/src/sap/ui/webc/fiori/Page.js +8 -5
- package/src/sap/ui/webc/fiori/ProductSwitch.js +4 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +4 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +62 -11
- package/src/sap/ui/webc/fiori/ShellBarItem.js +5 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +6 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +4 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +4 -1
- package/src/sap/ui/webc/fiori/SortItem.js +5 -2
- package/src/sap/ui/webc/fiori/Timeline.js +4 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +4 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -1
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +4 -1
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +5 -2
- package/src/sap/ui/webc/fiori/Wizard.js +17 -9
- package/src/sap/ui/webc/fiori/WizardStep.js +4 -17
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ar.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_bg.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ca.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_cs.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_cy.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_da.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_de.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_el.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_en.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_en_GB.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_sappsd.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saprigi.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_en_US_saptrc.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_es.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_es_MX.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_et.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_fi.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_fr.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_fr_CA.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_hi.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_hr.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_hu.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_id.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_it.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_iw.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ja.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_kk.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ko.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_lt.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_lv.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ms.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_nl.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_no.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_pl.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_pt.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_pt_PT.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ro.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_ru.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_sh.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_sk.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_sl.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_sv.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_th.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_tr.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_uk.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_vi.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_CN.properties +4 -0
- package/src/sap/ui/webc/fiori/designtime/messagebundle_zh_TW.properties +4 -0
- package/src/sap/ui/webc/fiori/library.config.js +3 -0
- package/src/sap/ui/webc/fiori/library.js +514 -16
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +4 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +293 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +2 -1
- package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +4 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +339 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +194 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +52 -25
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +4 -7
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +5 -1
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +13 -1
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -13
- package/src/sap/ui/webc/fiori/thirdparty/WizardStep.js +0 -6
- package/src/sap/ui/webc/fiori/thirdparty/WizardTab.js +3 -14
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/DynamicSideContent.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +10 -9
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/i18n.js +47 -47
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/BarTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/DynamicSideContentTemplate.lit.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FilterItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryItemTemplate.lit.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/MediaGalleryTemplate.lit.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarTemplate.lit.js +10 -10
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +14 -11
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddColumn.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-AddPeople.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-BalloonSky.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Connection.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyCalendar.js +80 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyList.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-EmptyPlanningCalendar.js +85 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ErrorScreen.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-FilterTable.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-GroupTable.js +74 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoFilterResults.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoMail_v1.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoSavedItems_v1.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-NoTasks_v1.js +60 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-PageNotFound.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ReloadScreen.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-ResizeColumn.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchEarth.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SearchFolder.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBalloon.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleBell.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCalendar.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleCheckMark.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleConnection.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyDoc.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleEmptyList.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleError.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMagnifier.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleMail.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNoSavedItems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleNotFoundMagnifier.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleReload.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SimpleTask.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SleepingBell.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SortColumn.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessBalloon.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessCheckMark.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessHighFive.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-SuccessScreen.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-Tent.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UnableToLoadImage.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Dialog-UploadCollection.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddColumn.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-AddPeople.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-BalloonSky.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Connection.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyCalendar.js +93 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyList.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-EmptyPlanningCalendar.js +98 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ErrorScreen.js +85 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-FilterTable.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-GroupTable.js +83 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoFilterResults.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoMail_v1.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoSavedItems_v1.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-NoTasks_v1.js +97 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-PageNotFound.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ReloadScreen.js +87 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-ResizeColumn.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchEarth.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SearchFolder.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBalloon.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleBell.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCalendar.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleCheckMark.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleConnection.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyDoc.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleEmptyList.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleError.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMagnifier.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleMail.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNoSavedItems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleNotFoundMagnifier.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleReload.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SimpleTask.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SleepingBell.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SortColumn.js +57 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessBalloon.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessCheckMark.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessHighFive.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-SuccessScreen.js +85 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-Tent.js +61 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UnableToLoadImage.js +42 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Scene-UploadCollection.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddColumn.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-AddPeople.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-BalloonSky.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Connection.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyCalendar.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyList.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-EmptyPlanningCalendar.js +85 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ErrorScreen.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-FilterTable.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-GroupTable.js +74 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoFilterResults.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoMail_v1.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoSavedItems_v1.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-NoTasks_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-PageNotFound.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ReloadScreen.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-ResizeColumn.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchEarth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SearchFolder.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBalloon.js +14 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleBell.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCalendar.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleCheckMark.js +12 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleConnection.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyDoc.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleEmptyList.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleError.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMagnifier.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleMail.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNoSavedItems.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleNotFoundMagnifier.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleReload.js +14 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SimpleTask.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SleepingBell.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SortColumn.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessBalloon.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessCheckMark.js +14 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessHighFive.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-SuccessScreen.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-Tent.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UnableToLoadImage.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/sapIllus-Spot-UploadCollection.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-f55bd0d9.js → messagebundle_ar-fca51e46.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-eb73ad77.js → messagebundle_bg-50ccff83.js} +34 -7
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-18554b48.js → messagebundle_ca-85a06d90.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-7c21900b.js → messagebundle_cs-302853ec.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-04ebca8d.js → messagebundle_cy-651caccd.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-49bb0a1c.js → messagebundle_da-e9aa1ef6.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-ba618d63.js → messagebundle_de-bb6da518.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-7db9c5fd.js → messagebundle_el-615804b9.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-d099f44a.js → messagebundle_en-ef2f3248.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-4887b667.js → messagebundle_en_GB-01c04ea3.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-65b99ab9.js → messagebundle_en_US_sappsd-e1269679.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-617e6535.js → messagebundle_en_US_saprigi-489ddf5e.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-6d0883b2.js → messagebundle_en_US_saptrc-10d21b5e.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-f7558331.js → messagebundle_es-5f0fedbb.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-82bc00a1.js → messagebundle_es_MX-aed7f486.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-24b4540a.js → messagebundle_et-b3183b9f.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-8dc53cb0.js → messagebundle_fi-d16defd1.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-7e340939.js → messagebundle_fr-aacafdfd.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-d3853c9b.js → messagebundle_fr_CA-85df0db7.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-78b175f0.js → messagebundle_hi-2778913a.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-3ed6353c.js → messagebundle_hr-5b970689.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-9af2b64b.js → messagebundle_hu-8420c634.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-7968f555.js → messagebundle_it-480eab3a.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-30a93e6c.js → messagebundle_iw-3985bb6c.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-2b23c18f.js → messagebundle_ja-0ecd14b1.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-847a0b84.js → messagebundle_kk-7cca1aa0.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-eaabc5f5.js → messagebundle_ko-dbbb031f.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-ac869899.js → messagebundle_lt-89161349.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-ff63b614.js → messagebundle_lv-0fa2a05f.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-e844b95d.js → messagebundle_ms-f62f8e47.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-b644fdd4.js → messagebundle_nl-51ecab32.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-aedb265f.js → messagebundle_no-367e49f2.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-3f303622.js → messagebundle_pl-2dbad320.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-541e1fa1.js → messagebundle_pt-9607a28c.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-196ce616.js → messagebundle_pt_PT-9a80b85e.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-cbff6cf1.js → messagebundle_ro-81f50071.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-ff1b077c.js → messagebundle_ru-76dc702f.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-88cafb2d.js → messagebundle_sh-ad66acf1.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-877257e4.js → messagebundle_sk-d8363bca.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-0504465e.js → messagebundle_sl-dd40d99c.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-30172f15.js → messagebundle_sv-1eda9721.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-1e8f0c20.js → messagebundle_th-8f15355d.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-1739cd9a.js → messagebundle_tr-39a41440.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-b933c172.js → messagebundle_uk-2b9e0cc7.js} +29 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-329c5bac.js → messagebundle_vi-59c065b0.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-4936266e.js → messagebundle_zh_CN-ee556fa6.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-87ecd6ac.js → messagebundle_zh_TW-acc4d3ac.js} +28 -1
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1856eb8c.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-2472f273.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-33b95f90.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/{parameters-bundle.css-becae35f.js → parameters-bundle.css-38936e07.js} +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-5623e76d.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-935ea29c.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9857a7d4.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cab4acfd.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d1e906b4.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/IllustrationMessageType.js +43 -1
- package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryItemLayout.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryLayout.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuHorizontalAlign.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/MediaGalleryMenuVerticalAlign.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/SideContentFallDown.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/SideContentPosition.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/types/SideContentVisibility.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ShellBarItemTemplate.lit.js +0 -7
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-1b65841f.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7ad9af9f.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-7cb04d8d.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-9b078ef8.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-aed8d630.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e0121de4.js +0 -13
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-e4fed822.js +0 -13
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/Device', 'sap/ui/webc/main/thirdparty/Icon', 'sap/ui/webc/common/thirdparty/icons/background', './types/MediaGalleryItemLayout', './generated/templates/MediaGalleryItemTemplate.lit', './generated/themes/MediaGalleryItem.css'], function (UI5Element, litRender, Keys, Device, Icon, background, MediaGalleryItemLayout, MediaGalleryItemTemplate_lit, MediaGalleryItem_css) { 'use strict';
|
|
2
|
+
|
|
3
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
|
+
|
|
5
|
+
var UI5Element__default = /*#__PURE__*/_interopDefaultLegacy(UI5Element);
|
|
6
|
+
var litRender__default = /*#__PURE__*/_interopDefaultLegacy(litRender);
|
|
7
|
+
var Icon__default = /*#__PURE__*/_interopDefaultLegacy(Icon);
|
|
8
|
+
|
|
9
|
+
const metadata = {
|
|
10
|
+
tag: "ui5-media-gallery-item",
|
|
11
|
+
managedSlots: true,
|
|
12
|
+
properties: {
|
|
13
|
+
selected: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
},
|
|
16
|
+
disabled: {
|
|
17
|
+
type: Boolean,
|
|
18
|
+
},
|
|
19
|
+
layout: {
|
|
20
|
+
type: MediaGalleryItemLayout,
|
|
21
|
+
defaultValue: MediaGalleryItemLayout.Square,
|
|
22
|
+
},
|
|
23
|
+
_interactive: {
|
|
24
|
+
type: Boolean,
|
|
25
|
+
},
|
|
26
|
+
_square: {
|
|
27
|
+
type: Boolean,
|
|
28
|
+
},
|
|
29
|
+
_contentImageNotFound: {
|
|
30
|
+
type: Boolean,
|
|
31
|
+
},
|
|
32
|
+
_thumbnailNotFound: {
|
|
33
|
+
type: Boolean,
|
|
34
|
+
},
|
|
35
|
+
_thumbnailDesign: {
|
|
36
|
+
type: Boolean,
|
|
37
|
+
},
|
|
38
|
+
focused: {
|
|
39
|
+
type: Boolean,
|
|
40
|
+
},
|
|
41
|
+
_tabIndex: {
|
|
42
|
+
type: String,
|
|
43
|
+
defaultValue: undefined,
|
|
44
|
+
},
|
|
45
|
+
contentHeight: {
|
|
46
|
+
type: String,
|
|
47
|
+
noAttribute: true,
|
|
48
|
+
defaultValue: "",
|
|
49
|
+
},
|
|
50
|
+
},
|
|
51
|
+
slots: {
|
|
52
|
+
"default": {
|
|
53
|
+
propertyName: "content",
|
|
54
|
+
type: HTMLElement,
|
|
55
|
+
},
|
|
56
|
+
"thumbnail": {
|
|
57
|
+
propertyName: "thumbnail",
|
|
58
|
+
type: HTMLElement,
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
};
|
|
62
|
+
class MediaGalleryItem extends UI5Element__default {
|
|
63
|
+
constructor() {
|
|
64
|
+
super();
|
|
65
|
+
this._monitoredContent = null;
|
|
66
|
+
this._monitoredThumbnail = null;
|
|
67
|
+
}
|
|
68
|
+
onEnterDOM() {
|
|
69
|
+
this._thumbnailDesign = !Device.isPhone();
|
|
70
|
+
this._interactive = !Device.isPhone();
|
|
71
|
+
this._square = true;
|
|
72
|
+
}
|
|
73
|
+
static get metadata() {
|
|
74
|
+
return metadata;
|
|
75
|
+
}
|
|
76
|
+
static get render() {
|
|
77
|
+
return litRender__default;
|
|
78
|
+
}
|
|
79
|
+
static get styles() {
|
|
80
|
+
return MediaGalleryItem_css;
|
|
81
|
+
}
|
|
82
|
+
static get template() {
|
|
83
|
+
return MediaGalleryItemTemplate_lit;
|
|
84
|
+
}
|
|
85
|
+
get _thumbnail() {
|
|
86
|
+
return this.thumbnail.length && this.thumbnail[0];
|
|
87
|
+
}
|
|
88
|
+
get _content() {
|
|
89
|
+
return this.content.length && this.content[0];
|
|
90
|
+
}
|
|
91
|
+
get _isThubmnailAvailable() {
|
|
92
|
+
return this._thumbnail && !this._thumbnailNotFound;
|
|
93
|
+
}
|
|
94
|
+
get _isContentAvailable() {
|
|
95
|
+
return this._content && !this._contentImageNotFound;
|
|
96
|
+
}
|
|
97
|
+
get _useThumbnail() {
|
|
98
|
+
return this._thumbnailDesign && this._isThubmnailAvailable;
|
|
99
|
+
}
|
|
100
|
+
get _useContent() {
|
|
101
|
+
return !this._useThumbnail && this._isContentAvailable;
|
|
102
|
+
}
|
|
103
|
+
get tabIndex() {
|
|
104
|
+
return this.disabled ? undefined : this._tabIndex;
|
|
105
|
+
}
|
|
106
|
+
get _showBackgroundIcon() {
|
|
107
|
+
return this._thumbnailNotFound || this._contentImageNotFound;
|
|
108
|
+
}
|
|
109
|
+
get styles() {
|
|
110
|
+
return {
|
|
111
|
+
wrapper: {
|
|
112
|
+
height: this.contentHeight,
|
|
113
|
+
},
|
|
114
|
+
};
|
|
115
|
+
}
|
|
116
|
+
get _role() {
|
|
117
|
+
return this._interactive ? "button" : undefined;
|
|
118
|
+
}
|
|
119
|
+
onBeforeRendering() {
|
|
120
|
+
this._monitorLoadingError();
|
|
121
|
+
}
|
|
122
|
+
_monitorLoadingError() {
|
|
123
|
+
let callback,
|
|
124
|
+
success;
|
|
125
|
+
if (this._thumbnailDesign && this.thumbnail.length && (this._monitoredThumbnail !== this._thumbnail)) {
|
|
126
|
+
this._thumbnailNotFound = undefined;
|
|
127
|
+
callback = this._updateThumbnailLoaded;
|
|
128
|
+
success = this._attachListeners(this._thumbnail, callback);
|
|
129
|
+
success && (this._monitoredThumbnail = this._thumbnail);
|
|
130
|
+
}
|
|
131
|
+
if (!this._useThumbnail && this.content.length && (this._monitoredContent !== this._content)) {
|
|
132
|
+
this._contentImageNotFound = undefined;
|
|
133
|
+
callback = this._updateContentImageLoaded;
|
|
134
|
+
success = this._attachListeners(this._content, callback);
|
|
135
|
+
success && (this._monitoredContent = this._content);
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
_attachListeners(element, callback) {
|
|
139
|
+
const isImg = element.tagName === "IMG",
|
|
140
|
+
img = isImg ? element : element.querySelector("img");
|
|
141
|
+
if (img) {
|
|
142
|
+
callback.call(this, img);
|
|
143
|
+
img.addEventListener("error", () => {
|
|
144
|
+
if (this.contains(img)) {
|
|
145
|
+
callback.call(this, img);
|
|
146
|
+
}
|
|
147
|
+
});
|
|
148
|
+
img.addEventListener("load", () => {
|
|
149
|
+
if (this.contains(img)) {
|
|
150
|
+
callback.call(this, img);
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
return true;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
_updateContentImageLoaded(image) {
|
|
157
|
+
this._contentImageNotFound = image.naturalHeight === 0 && image.naturalWidth === 0;
|
|
158
|
+
}
|
|
159
|
+
_updateThumbnailLoaded(image) {
|
|
160
|
+
this._thumbnailNotFound = image.naturalHeight === 0 && image.naturalWidth === 0;
|
|
161
|
+
}
|
|
162
|
+
_onkeydown(event) {
|
|
163
|
+
if (Keys.isSpace(event)) {
|
|
164
|
+
event.preventDefault();
|
|
165
|
+
}
|
|
166
|
+
if (Keys.isEnter(event)) {
|
|
167
|
+
this._fireItemClick();
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
_onkeyup(event) {
|
|
171
|
+
if (Keys.isSpace(event)) {
|
|
172
|
+
this._fireItemClick();
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
_onfocusout() {
|
|
176
|
+
this.focused = false;
|
|
177
|
+
}
|
|
178
|
+
_onfocusin() {
|
|
179
|
+
this.focused = true;
|
|
180
|
+
}
|
|
181
|
+
_fireItemClick() {
|
|
182
|
+
this.fireEvent("click", { item: this });
|
|
183
|
+
}
|
|
184
|
+
static get dependencies() {
|
|
185
|
+
return [
|
|
186
|
+
Icon__default,
|
|
187
|
+
];
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
MediaGalleryItem.define();
|
|
191
|
+
|
|
192
|
+
return MediaGalleryItem;
|
|
193
|
+
|
|
194
|
+
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/types/AnimationMode', 'sap/ui/webc/common/thirdparty/base/config/AnimationMode', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/main/thirdparty/StandardListItem', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/Popover', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/icons/search', 'sap/ui/webc/common/thirdparty/icons/bell', 'sap/ui/webc/common/thirdparty/icons/overflow', 'sap/ui/webc/common/thirdparty/icons/grid', './generated/i18n/i18n-defaults', './generated/templates/ShellBarTemplate.lit', './generated/templates/ShellBarPopoverTemplate.lit', './generated/themes/ShellBar.css'], function (UI5Element, litRender, ResizeHandler, FeaturesRegistry, AnimationMode$1, AnimationMode, Keys, StandardListItem, List, Popover, Button, i18nBundle, search, bell, overflow, grid, i18nDefaults, ShellBarTemplate_lit, ShellBarPopoverTemplate_lit, ShellBar_css) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/common/thirdparty/base/delegate/ResizeHandler', 'sap/ui/webc/common/thirdparty/base/FeaturesRegistry', 'sap/ui/webc/common/thirdparty/base/types/AnimationMode', 'sap/ui/webc/common/thirdparty/base/config/AnimationMode', 'sap/ui/webc/common/thirdparty/base/Keys', 'sap/ui/webc/common/thirdparty/base/Render', 'sap/ui/webc/main/thirdparty/StandardListItem', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/Popover', 'sap/ui/webc/main/thirdparty/Button', 'sap/ui/webc/main/thirdparty/types/HasPopup', 'sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/common/thirdparty/icons/search', 'sap/ui/webc/common/thirdparty/icons/bell', 'sap/ui/webc/common/thirdparty/icons/overflow', 'sap/ui/webc/common/thirdparty/icons/grid', './generated/i18n/i18n-defaults', './generated/templates/ShellBarTemplate.lit', './generated/templates/ShellBarPopoverTemplate.lit', './generated/themes/ShellBar.css'], function (UI5Element, litRender, ResizeHandler, FeaturesRegistry, AnimationMode$1, AnimationMode, Keys, Render, StandardListItem, List, Popover, Button, HasPopup, i18nBundle, search, bell, overflow, grid, i18nDefaults, ShellBarTemplate_lit, ShellBarPopoverTemplate_lit, ShellBar_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -10,11 +10,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
10
10
|
var List__default = /*#__PURE__*/_interopDefaultLegacy(List);
|
|
11
11
|
var Popover__default = /*#__PURE__*/_interopDefaultLegacy(Popover);
|
|
12
12
|
var Button__default = /*#__PURE__*/_interopDefaultLegacy(Button);
|
|
13
|
+
var HasPopup__default = /*#__PURE__*/_interopDefaultLegacy(HasPopup);
|
|
13
14
|
|
|
14
15
|
const HANDLE_RESIZE_DEBOUNCE_RATE = 200;
|
|
15
16
|
const metadata = {
|
|
16
17
|
tag: "ui5-shellbar",
|
|
17
18
|
languageAware: true,
|
|
19
|
+
fastNavigation: true,
|
|
18
20
|
properties: {
|
|
19
21
|
primaryTitle: {
|
|
20
22
|
type: String,
|
|
@@ -33,6 +35,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
33
35
|
},
|
|
34
36
|
showCoPilot: {
|
|
35
37
|
type: Boolean,
|
|
38
|
+
},
|
|
39
|
+
accessibilityTexts: {
|
|
40
|
+
type: Object,
|
|
36
41
|
},
|
|
37
42
|
breakpointSize: {
|
|
38
43
|
type: String,
|
|
@@ -49,9 +54,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
49
54
|
_itemsInfo: {
|
|
50
55
|
type: Object,
|
|
51
56
|
},
|
|
52
|
-
_actionList: {
|
|
53
|
-
type: Object,
|
|
54
|
-
},
|
|
55
57
|
_header: {
|
|
56
58
|
type: Object,
|
|
57
59
|
},
|
|
@@ -168,14 +170,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
168
170
|
this._isInitialRendering = true;
|
|
169
171
|
this._focusedItem = null;
|
|
170
172
|
this._defaultItemPressPrevented = false;
|
|
171
|
-
this._actionList = {
|
|
172
|
-
itemPress: event => {
|
|
173
|
-
if (!this._defaultItemPressPrevented) {
|
|
174
|
-
this.overflowPopover.close();
|
|
175
|
-
}
|
|
176
|
-
this._defaultItemPressPrevented = false;
|
|
177
|
-
},
|
|
178
|
-
};
|
|
179
173
|
this.menuItemsObserver = new MutationObserver(() => {
|
|
180
174
|
this._updateClonedMenuItems();
|
|
181
175
|
});
|
|
@@ -206,7 +200,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
206
200
|
_menuItemPress(event) {
|
|
207
201
|
this.menuPopover.close();
|
|
208
202
|
this.fireEvent("menu-item-click", {
|
|
209
|
-
item: event.detail.
|
|
203
|
+
item: event.detail.selectedItems[0],
|
|
210
204
|
}, true);
|
|
211
205
|
}
|
|
212
206
|
_logoPress() {
|
|
@@ -359,9 +353,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
359
353
|
const newItems = this._handleActionsOverflow();
|
|
360
354
|
this._updateItemsInfo(newItems);
|
|
361
355
|
}
|
|
362
|
-
_toggleActionPopover() {
|
|
356
|
+
async _toggleActionPopover() {
|
|
363
357
|
const overflowButton = this.shadowRoot.querySelector(".ui5-shellbar-overflow-button");
|
|
364
|
-
this.
|
|
358
|
+
const overflowPopover = await this._getOverflowPopover();
|
|
359
|
+
overflowPopover.showAt(overflowButton);
|
|
365
360
|
}
|
|
366
361
|
onEnterDOM() {
|
|
367
362
|
ResizeHandler__default.register(this, this._handleResize);
|
|
@@ -387,13 +382,20 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
387
382
|
}
|
|
388
383
|
}, 100);
|
|
389
384
|
}
|
|
385
|
+
async _handleActionListClick(event) {
|
|
386
|
+
if (!this._defaultItemPressPrevented) {
|
|
387
|
+
this.closeOverflow();
|
|
388
|
+
await Render.renderFinished();
|
|
389
|
+
}
|
|
390
|
+
this._defaultItemPressPrevented = false;
|
|
391
|
+
}
|
|
390
392
|
_handleCustomActionPress(event) {
|
|
391
393
|
const refItemId = event.target.getAttribute("data-ui5-external-action-item-id");
|
|
392
394
|
if (refItemId) {
|
|
393
395
|
const shellbarItem = this.items.find(item => {
|
|
394
|
-
return item.
|
|
396
|
+
return item._id === refItemId;
|
|
395
397
|
});
|
|
396
|
-
const prevented = !shellbarItem.fireEvent("
|
|
398
|
+
const prevented = !shellbarItem.fireEvent("click", { targetRef: event.target }, true);
|
|
397
399
|
this._defaultItemPressPrevented = prevented;
|
|
398
400
|
}
|
|
399
401
|
}
|
|
@@ -420,6 +422,24 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
420
422
|
targetRef: buttonRef.classList.contains("ui5-shellbar-hidden-button") ? event.target : buttonRef,
|
|
421
423
|
}, true);
|
|
422
424
|
}
|
|
425
|
+
get logoDomRef() {
|
|
426
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="logo"]`);
|
|
427
|
+
}
|
|
428
|
+
get copilotDomRef() {
|
|
429
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="copilot"]`);
|
|
430
|
+
}
|
|
431
|
+
get notificationsDomRef() {
|
|
432
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="notifications"]`);
|
|
433
|
+
}
|
|
434
|
+
get overflowDomRef() {
|
|
435
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="overflow"]`);
|
|
436
|
+
}
|
|
437
|
+
get profileDomRef() {
|
|
438
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="profile"]`);
|
|
439
|
+
}
|
|
440
|
+
get productSwitchDomRef() {
|
|
441
|
+
return this.shadowRoot.querySelector(`*[data-ui5-stable="product-switch"]`);
|
|
442
|
+
}
|
|
423
443
|
_getAllItems(showOverflowButton) {
|
|
424
444
|
let domOrder = -1;
|
|
425
445
|
const items = [
|
|
@@ -437,6 +457,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
437
457
|
show: !!this.searchField.length,
|
|
438
458
|
},
|
|
439
459
|
...this.items.map((item, index) => {
|
|
460
|
+
item._getRealDomRef = () => this.getDomRef().querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
|
440
461
|
return {
|
|
441
462
|
icon: item.icon,
|
|
442
463
|
id: item._id,
|
|
@@ -541,6 +562,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
541
562
|
this.overflowPopover = staticAreaItem.querySelector(".ui5-shellbar-overflow-popover");
|
|
542
563
|
this.menuPopover = staticAreaItem.querySelector(".ui5-shellbar-menu-popover");
|
|
543
564
|
}
|
|
565
|
+
async _getOverflowPopover() {
|
|
566
|
+
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
567
|
+
return staticAreaItem.querySelector(".ui5-shellbar-overflow-popover");
|
|
568
|
+
}
|
|
544
569
|
async _getMenuPopover() {
|
|
545
570
|
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
546
571
|
return staticAreaItem.querySelector(".ui5-shellbar-menu-popover");
|
|
@@ -557,13 +582,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
557
582
|
wrapper: {
|
|
558
583
|
"ui5-shellbar-root": true,
|
|
559
584
|
"ui5-shellbar-with-searchfield": this.searchField.length,
|
|
560
|
-
"ui5-shellbar-with-coPilot": this.showCoPilot,
|
|
561
585
|
},
|
|
562
586
|
button: {
|
|
563
587
|
"ui5-shellbar-menu-button--interactive": this.hasMenuItems,
|
|
564
588
|
"ui5-shellbar-menu-button": true,
|
|
565
589
|
},
|
|
566
|
-
title: {},
|
|
567
590
|
items: {
|
|
568
591
|
notification: {
|
|
569
592
|
"ui5-shellbar-hidden-button": this.isIconHidden("bell"),
|
|
@@ -641,7 +664,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
641
664
|
return this.menuItems.length > 0;
|
|
642
665
|
}
|
|
643
666
|
get menuBtnHasPopup() {
|
|
644
|
-
return this.hasMenuItems ?
|
|
667
|
+
return this.hasMenuItems ? HasPopup__default.Menu : undefined;
|
|
645
668
|
}
|
|
646
669
|
get menuBtnTabindex() {
|
|
647
670
|
return this.hasMenuItems ? "0" : "-1";
|
|
@@ -653,7 +676,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
653
676
|
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LABEL);
|
|
654
677
|
}
|
|
655
678
|
get _logoText() {
|
|
656
|
-
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LOGO);
|
|
679
|
+
return this.accessibilityTexts.logoTitle || ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LOGO);
|
|
657
680
|
}
|
|
658
681
|
get _copilotText() {
|
|
659
682
|
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_COPILOT);
|
|
@@ -670,7 +693,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
670
693
|
return ((size === "S") || searchBtnHidden);
|
|
671
694
|
}
|
|
672
695
|
get _profileText() {
|
|
673
|
-
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PROFILE);
|
|
696
|
+
return this.accessibilityTexts.profileButtonTitle || ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PROFILE);
|
|
674
697
|
}
|
|
675
698
|
get _productsText() {
|
|
676
699
|
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PRODUCTS);
|
|
@@ -693,13 +716,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
693
716
|
"title": this._productsText,
|
|
694
717
|
},
|
|
695
718
|
search: {
|
|
696
|
-
"ariaExpanded": this.showSearchField,
|
|
697
719
|
"title": this._searchText,
|
|
720
|
+
"accessibilityAttributes": {
|
|
721
|
+
expanded: this.showSearchField,
|
|
722
|
+
},
|
|
698
723
|
},
|
|
699
724
|
overflow: {
|
|
700
725
|
"title": this._overflowText,
|
|
701
|
-
"
|
|
702
|
-
|
|
726
|
+
"accessibilityAttributes": {
|
|
727
|
+
hasPopup: HasPopup__default.Menu,
|
|
728
|
+
expanded: this._overflowPopoverExpanded,
|
|
729
|
+
},
|
|
703
730
|
},
|
|
704
731
|
};
|
|
705
732
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer'], function (UI5Element, litRender) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -17,12 +17,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
17
17
|
count: {
|
|
18
18
|
type: String,
|
|
19
19
|
},
|
|
20
|
-
stableDomRef: {
|
|
21
|
-
type: String,
|
|
22
|
-
},
|
|
23
20
|
},
|
|
24
21
|
events: {
|
|
25
|
-
"
|
|
22
|
+
"click": {
|
|
26
23
|
detail: {
|
|
27
24
|
targetRef: { type: HTMLElement },
|
|
28
25
|
},
|
|
@@ -36,8 +33,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
36
33
|
static get render() {
|
|
37
34
|
return litRender__default;
|
|
38
35
|
}
|
|
39
|
-
|
|
40
|
-
return
|
|
36
|
+
get stableDomRef() {
|
|
37
|
+
return this.getAttribute("stable-dom-ref") || `${this._id}-stable-dom-ref`;
|
|
41
38
|
}
|
|
42
39
|
}
|
|
43
40
|
ShellBarItem.define();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/main/thirdparty/ResponsivePopover', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/StandardListItem', 'sap/ui/webc/main/thirdparty/Tree', 'sap/ui/webc/main/thirdparty/TreeItem', './generated/templates/SideNavigationTemplate.lit', './generated/templates/SideNavigationItemPopoverContentTemplate.lit', './generated/themes/SideNavigation.css'], function (UI5Element, litRender, ResponsivePopover, List, StandardListItem, Tree, TreeItem, SideNavigationTemplate_lit, SideNavigationItemPopoverContentTemplate_lit, SideNavigation_css) { 'use strict';
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/common/thirdparty/base/renderer/LitRenderer', 'sap/ui/webc/main/thirdparty/ResponsivePopover', 'sap/ui/webc/main/thirdparty/List', 'sap/ui/webc/main/thirdparty/StandardListItem', 'sap/ui/webc/main/thirdparty/Tree', 'sap/ui/webc/main/thirdparty/TreeItem', './generated/templates/SideNavigationTemplate.lit', './generated/templates/SideNavigationItemPopoverContentTemplate.lit', './generated/themes/SideNavigation.css', './generated/themes/SideNavigationPopover.css'], function (UI5Element, litRender, ResponsivePopover, List, StandardListItem, Tree, TreeItem, SideNavigationTemplate_lit, SideNavigationItemPopoverContentTemplate_lit, SideNavigation_css, SideNavigationPopover_css) { 'use strict';
|
|
2
2
|
|
|
3
3
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e['default'] : e; }
|
|
4
4
|
|
|
@@ -13,6 +13,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
13
13
|
const metadata = {
|
|
14
14
|
tag: "ui5-side-navigation",
|
|
15
15
|
managedSlots: true,
|
|
16
|
+
fastNavigation: true,
|
|
16
17
|
properties: {
|
|
17
18
|
collapsed: {
|
|
18
19
|
type: Boolean,
|
|
@@ -49,6 +50,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
49
50
|
static get metadata() {
|
|
50
51
|
return metadata;
|
|
51
52
|
}
|
|
53
|
+
static get staticAreaStyles() {
|
|
54
|
+
return [SideNavigationPopover_css];
|
|
55
|
+
}
|
|
52
56
|
static get render() {
|
|
53
57
|
return litRender__default;
|
|
54
58
|
}
|
|
@@ -92,6 +92,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
92
92
|
super.onDefine(),
|
|
93
93
|
]);
|
|
94
94
|
}
|
|
95
|
+
onBeforeRendering() {
|
|
96
|
+
}
|
|
95
97
|
async _initInputField() {
|
|
96
98
|
await Render.renderFinished();
|
|
97
99
|
const inp = this.shadowRoot.getElementById("ui5-uci-edit-input");
|
|
@@ -78,6 +78,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
78
78
|
if (this._currentSettings.filters && this._currentSettings.filters.length) {
|
|
79
79
|
this._setAdditionalTexts();
|
|
80
80
|
}
|
|
81
|
+
if (!this.shouldBuildSort && this.shouldBuildFilter) {
|
|
82
|
+
this._currentMode = ViewSettingsDialogMode.Filter;
|
|
83
|
+
}
|
|
81
84
|
}
|
|
82
85
|
_setAdditionalTexts() {
|
|
83
86
|
this.filterItems.forEach((filter, index) => {
|
|
@@ -126,6 +129,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
126
129
|
}
|
|
127
130
|
return "";
|
|
128
131
|
}
|
|
132
|
+
get shouldBuildSort() {
|
|
133
|
+
return !!this.sortItems.length;
|
|
134
|
+
}
|
|
135
|
+
get shouldBuildFilter() {
|
|
136
|
+
return !!this.filterItems.length;
|
|
137
|
+
}
|
|
138
|
+
get hasPagination() {
|
|
139
|
+
return this.shouldBuildSort && this.shouldBuildFilter;
|
|
140
|
+
}
|
|
129
141
|
get _filterByTitle() {
|
|
130
142
|
return `${ViewSettingsDialog.i18nBundle.getText(i18nDefaults.VSD_FILTER_BY)}: ${this._selectedFilter.text}`;
|
|
131
143
|
}
|
|
@@ -287,7 +299,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
287
299
|
this._dialog && this._dialog.close();
|
|
288
300
|
}
|
|
289
301
|
_focusRecentlyUsedControl() {
|
|
290
|
-
if (!Object.keys(this._recentlyFocused).length) {
|
|
302
|
+
if (!this._recentlyFocused || !Object.keys(this._recentlyFocused).length) {
|
|
291
303
|
return;
|
|
292
304
|
}
|
|
293
305
|
const recentlyFocusedSelectedItems = this._recentlyFocused.getSelectedItems(),
|
|
@@ -27,11 +27,8 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
27
27
|
const metadata = {
|
|
28
28
|
tag: "ui5-wizard",
|
|
29
29
|
managedSlots: true,
|
|
30
|
+
fastNavigation: true,
|
|
30
31
|
properties: {
|
|
31
|
-
accessibleName: {
|
|
32
|
-
type: String,
|
|
33
|
-
defaultValue: undefined,
|
|
34
|
-
},
|
|
35
32
|
width: {
|
|
36
33
|
type: Float__default,
|
|
37
34
|
},
|
|
@@ -77,7 +74,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
77
74
|
this._prevContentHeight = 0;
|
|
78
75
|
this.selectionRequestedByScroll = false;
|
|
79
76
|
this._itemNavigation = new ItemNavigation__default(this, {
|
|
80
|
-
navigationMode: NavigationMode__default.
|
|
77
|
+
navigationMode: NavigationMode__default.Auto,
|
|
81
78
|
getItemsCallback: () => this.enabledStepsInHeaderDOM,
|
|
82
79
|
});
|
|
83
80
|
this._onStepResize = this.onStepResize.bind(this);
|
|
@@ -123,9 +120,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
123
120
|
static get SCROLL_DEBOUNCE_RATE() {
|
|
124
121
|
return 25;
|
|
125
122
|
}
|
|
126
|
-
static get CONTENT_TOP_OFFSET() {
|
|
127
|
-
return 32;
|
|
128
|
-
}
|
|
129
123
|
static get staticAreaTemplate() {
|
|
130
124
|
return WizardPopoverTemplate_lit;
|
|
131
125
|
}
|
|
@@ -181,7 +175,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
181
175
|
storeStepScrollOffsets() {
|
|
182
176
|
this.stepScrollOffsets = this.slottedSteps.map(step => {
|
|
183
177
|
const contentItem = this.getStepWrapperByRefId(step._id);
|
|
184
|
-
return contentItem.offsetTop + contentItem.offsetHeight
|
|
178
|
+
return contentItem.offsetTop + contentItem.offsetHeight;
|
|
185
179
|
});
|
|
186
180
|
}
|
|
187
181
|
onSelectionChangeRequested(event) {
|
|
@@ -363,8 +357,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
363
357
|
}
|
|
364
358
|
get _steps() {
|
|
365
359
|
const lastEnabledStepIndex = this.getLastEnabledStepIndex();
|
|
360
|
+
const stepsInfo = this.getStepsInfo();
|
|
366
361
|
return this.steps.map((step, idx) => {
|
|
367
362
|
step.stretch = idx === lastEnabledStepIndex;
|
|
363
|
+
step.stepContentAriaLabel = `${this.navStepDefaultHeading} ${stepsInfo[idx].number} ${stepsInfo[idx].titleText}`;
|
|
368
364
|
return step;
|
|
369
365
|
});
|
|
370
366
|
}
|
|
@@ -402,7 +398,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
402
398
|
return Array.from(this.shadowRoot.querySelectorAll("[ui5-wizard-tab]"));
|
|
403
399
|
}
|
|
404
400
|
get enabledStepsInHeaderDOM() {
|
|
405
|
-
return this.stepsInHeaderDOM
|
|
401
|
+
return this.stepsInHeaderDOM;
|
|
406
402
|
}
|
|
407
403
|
get phoneMode() {
|
|
408
404
|
if (Device.isPhone()) {
|
|
@@ -438,7 +434,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
438
434
|
return Wizard.i18nBundle.getText(i18nDefaults.WIZARD_STEP_INACTIVE);
|
|
439
435
|
}
|
|
440
436
|
get ariaLabelText() {
|
|
441
|
-
return
|
|
437
|
+
return Wizard.i18nBundle.getText(i18nDefaults.WIZARD_NAV_ARIA_ROLE_DESCRIPTION);
|
|
442
438
|
}
|
|
443
439
|
get effectiveStepSwitchThreshold() {
|
|
444
440
|
return clamp__default(this.stepSwitchThreshold, STEP_SWITCH_THRESHOLDS.MIN, STEP_SWITCH_THRESHOLDS.MAX);
|
|
@@ -542,8 +538,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
542
538
|
}
|
|
543
539
|
switchSelectionFromOldToNewStep(selectedStep, stepToSelect, stepToSelectIndex, changeWithClick) {
|
|
544
540
|
if (selectedStep && stepToSelect) {
|
|
545
|
-
|
|
546
|
-
|
|
541
|
+
if (!stepToSelect.disabled) {
|
|
542
|
+
selectedStep.selected = false;
|
|
543
|
+
stepToSelect.selected = true;
|
|
544
|
+
}
|
|
547
545
|
this.fireEvent("step-change", {
|
|
548
546
|
step: stepToSelect,
|
|
549
547
|
previousStep: selectedStep,
|
|
@@ -71,31 +71,20 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
71
71
|
this.fireEvent("selection-change-requested");
|
|
72
72
|
}
|
|
73
73
|
}
|
|
74
|
-
_onkeydown(event) {
|
|
75
|
-
if (this.disabled) {
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
if (Keys.isSpace(event) || Keys.isEnter(event)) {
|
|
79
|
-
event.preventDefault();
|
|
80
|
-
this.fireEvent("selection-change-requested");
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
74
|
_onkeyup(event) {
|
|
84
75
|
if (this.disabled) {
|
|
85
76
|
return;
|
|
86
77
|
}
|
|
87
|
-
if (Keys.isSpace(event)) {
|
|
78
|
+
if ((Keys.isSpace(event) || Keys.isEnter(event)) && !Keys.isSpaceShift(event)) {
|
|
79
|
+
event.preventDefault();
|
|
88
80
|
this.fireEvent("selection-change-requested");
|
|
89
81
|
}
|
|
90
82
|
}
|
|
91
83
|
_onfocusin() {
|
|
92
|
-
if (this.disabled) {
|
|
93
|
-
return;
|
|
94
|
-
}
|
|
95
84
|
this.fireEvent("focused");
|
|
96
85
|
}
|
|
97
86
|
get tabIndex() {
|
|
98
|
-
return this.
|
|
87
|
+
return this._tabIndex;
|
|
99
88
|
}
|
|
100
89
|
get hasTexts() {
|
|
101
90
|
return this.titleText || this.subtitleText;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5_bar_base_height);width:100%;box-shadow:inset 0 -.0625rem var(--sapPageHeader_BorderColor);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:inherit;width:inherit;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-left:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:30%}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-endcontent-container{padding-right:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design=Footer]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design=Subheader]){height:var(--_ui5_bar_subheader_height)}:host([design=FloatingFooter]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(
|
|
1
|
+
:host{background-color:var(--sapPageHeader_Background);height:var(--_ui5_bar_base_height);width:100%;box-shadow:inset 0 -.0625rem var(--sapPageHeader_BorderColor);display:block}.ui5-bar-root{display:flex;align-items:center;justify-content:space-between;height:inherit;width:inherit;background-color:inherit;box-shadow:inherit;border-radius:inherit}.ui5-bar-root .ui5-bar-startcontent-container{padding-left:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.ui5-bar-root .ui5-bar-content-container{min-width:30%}.ui5-bar-root.ui5-bar-root-shrinked .ui5-bar-content-container{min-width:0;overflow:hidden}.ui5-bar-root .ui5-bar-endcontent-container{padding-right:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.ui5-bar-root .ui5-bar-midcontent-container{padding-left:.5rem;padding-right:.5rem;display:flex;flex-direction:row;align-items:center;justify-content:center}:host([design=Footer]){background-color:var(--sapPageFooter_Background);border-top:.0625rem solid var(--sapPageFooter_BorderColor);box-shadow:none}:host([design=Subheader]){height:var(--_ui5_bar_subheader_height)}:host([design=FloatingFooter]){border-radius:var(--sapElement_BorderCornerRadius);background-color:var(--sapPageFooter_Background);box-shadow:var(--sapContent_Shadow1);border:none}::slotted(.ui5-bar-content){margin:0 .25rem}[dir=rtl] .ui5-bar-startcontent-container{padding-right:.5rem;padding-left:0}[dir=rtl] .ui5-bar-endcontent-container{padding-left:.5rem;padding-right:0}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:host{display:block;width:100%;height:100%;position:relative}.ui5-dsc-root{width:100%;height:100%;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.ui5-dsc-main,.ui5-dsc-side{display:inline;position:relative;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;flex:none}.ui5-dsc-root>aside[class^=ui5-dsc-span],.ui5-dsc-root>div[class^=ui5-dcs-span]{overflow:auto}.ui5-dsc-main.ui5-dsc-span-fixed{width:calc(100% - 21.25rem)}.ui5-dsc-side.ui5-dsc-span-fixed{width:21.25rem}.ui5-dsc-root>.ui5-dsc-span-0{display:none}.ui5-dsc-root>.ui5-dsc-span-3{width:25%}.ui5-dsc-root>.ui5-dsc-span-4{width:33.333%}.ui5-dsc-root>.ui5-dsc-span-6{width:50%}.ui5-dsc-root>.ui5-dsc-span-8{width:66.666%}.ui5-dsc-root>.ui5-dsc-span-9{width:75%}.ui5-dsc-root>.ui5-dsc-span-12{width:100%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
:host(:not([hidden])){display:block}:host{box-sizing:border-box;width:100%;padding:1rem}.ui5-illustrated-message-root{display:flex;flex-direction:column;align-items:center;justify-content:center}.ui5-illustrated-message-illustration{margin-bottom:2rem}.ui5-illustrated-message-title{text-align:center;margin-bottom:.5rem;line-height:1.3;max-width:30rem}.ui5-illustrated-message-subtitle{text-align:center;font-size:var(--sapFontLargeSize);font-family:var(--sapFontFamily);line-height:1.4;color:var(--sapContent_LabelColor);margin-bottom:2rem;max-width:30rem}.ui5-illustrated-message-actions{margin-bottom:2rem}:host([media=dialog]) .ui5-illustrated-message-illustration{margin-top:1rem;margin-bottom:2rem}:host([media=dialog]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader4Size);max-width:20rem}:host([media=dialog]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:20rem}:host([media=dialog]) .ui5-illustrated-message-actions{margin-bottom:0}:host([media=spot]) .ui5-illustrated-message-illustration{margin-top:.5rem;margin-bottom:.5rem}:host([media=spot]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader5Size);line-height:1.25rem;max-width:16rem}:host([media=spot]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:16rem;margin-bottom:1rem}:host([media=spot]) .ui5-illustrated-message-actions{margin-top:.5rem;margin-bottom:1rem}:host([media=base]) .ui5-illustrated-message-illustration{display:none}:host([media=base]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader5Size);line-height:1.25rem;max-width:10rem}:host([media=base]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:10rem;margin-bottom:0}.ui5-illustrated-message-util{position:absolute;top:-9999px;left:-9999px}:host([invalid]) .ui5-illustrated-message-illustration,:host([invalid]:not([subtitle-text])) .ui5-illustrated-message-subtitle,:host([invalid]:not([title-text])) .ui5-illustrated-message-title{display:none}.sapIllus_BackgroundColor{fill:var(--sapIllus_BackgroundColor)}.sapIllus_BrandColorPrimary{fill:var(--sapIllus_BrandColorPrimary)}.sapIllus_BrandColorSecondary{fill:var(--sapIllus_BrandColorSecondary)}.sapIllus_StrokeDetailColor{fill:var(--sapIllus_StrokeDetailColor)}.sapIllus_Layering1{fill:var(--sapIllus_Layering1)}.sapIllus_Layering2{fill:var(--sapIllus_Layering2)}.sapIllus_ObjectFillColor{fill:var(--sapIllus_ObjectFillColor)}.sapIllus_AccentColor{fill:var(--sapIllus_AccentColor)}.sapIllus_NoColor{fill:var(--sapIllus_NoColor)}.sapIllus_PatternShadow{fill:var(--sapIllus_PatternShadow)}.sapIllus_PatternHighlight{fill:var(--sapIllus_PatternHighlight)}.sapIllus_NoColor_Fill{fill:var(--sapIllus_NoColor)}.sapIllus_BrandColorPrimary_Fill{fill:var(--sapIllus_BrandColorPrimary)}.sapIllus_ObjectFillColor_Fill{fill:var(--sapIllus_ObjectFillColor)}
|
|
1
|
+
:host(:not([hidden])){display:block}:host{box-sizing:border-box;width:100%;padding:1rem}.ui5-illustrated-message-root{display:flex;flex-direction:column;align-items:center;justify-content:center}.ui5-illustrated-message-illustration{margin-bottom:2rem}.ui5-illustrated-message-title{text-align:center;margin-bottom:.5rem;line-height:1.3;max-width:30rem}.ui5-illustrated-message-subtitle{text-align:center;font-size:var(--sapFontLargeSize);font-family:var(--sapFontFamily);line-height:1.4;color:var(--sapContent_LabelColor);margin-bottom:2rem;max-width:30rem}.ui5-illustrated-message-actions{margin-bottom:2rem}:host([media=dialog]) .ui5-illustrated-message-illustration{margin-top:1rem;margin-bottom:2rem}:host([media=dialog]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader4Size);max-width:20rem}:host([media=dialog]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:20rem}:host([media=dialog]) .ui5-illustrated-message-actions{margin-bottom:0}:host([media=spot]) .ui5-illustrated-message-illustration{margin-top:.5rem;margin-bottom:.5rem}:host([media=spot]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader5Size);line-height:1.25rem;max-width:16rem}:host([media=spot]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:16rem;margin-bottom:1rem}:host([media=spot]) .ui5-illustrated-message-actions{margin-top:.5rem;margin-bottom:1rem}:host([media=base]) .ui5-illustrated-message-illustration{display:none}:host([media=base]) .ui5-illustrated-message-title{margin-bottom:.25rem;font-size:var(--sapFontHeader5Size);line-height:1.25rem;max-width:10rem}:host([media=base]) .ui5-illustrated-message-subtitle{font-size:var(--sapFontSize);max-width:10rem;margin-bottom:0}.ui5-illustrated-message-util{position:absolute;top:-9999px;left:-9999px}:host([invalid]) .ui5-illustrated-message-illustration,:host([invalid]:not([subtitle-text])) .ui5-illustrated-message-subtitle,:host([invalid]:not([title-text])) .ui5-illustrated-message-title{display:none}.sapIllus_MaskTypeAlpha{mask-type:alpha}.sapIllus_BackgroundColor{fill:var(--sapIllus_BackgroundColor)}.sapIllus_BrandColorPrimary{fill:var(--sapIllus_BrandColorPrimary)}.sapIllus_BrandColorSecondary{fill:var(--sapIllus_BrandColorSecondary)}.sapIllus_StrokeDetailColor{fill:var(--sapIllus_StrokeDetailColor)}.sapIllus_Layering1{fill:var(--sapIllus_Layering1)}.sapIllus_Layering2{fill:var(--sapIllus_Layering2)}.sapIllus_ObjectFillColor{fill:var(--sapIllus_ObjectFillColor)}.sapIllus_AccentColor{fill:var(--sapIllus_AccentColor)}.sapIllus_NoColor{fill:var(--sapIllus_NoColor)}.sapIllus_PatternShadow{fill:var(--sapIllus_PatternShadow)}.sapIllus_PatternHighlight{fill:var(--sapIllus_PatternHighlight)}.sapIllus_NoColor_Fill{fill:var(--sapIllus_NoColor)}.sapIllus_BrandColorPrimary_Fill{fill:var(--sapIllus_BrandColorPrimary)}.sapIllus_ObjectFillColor_Fill{fill:var(--sapIllus_ObjectFillColor)}
|