@openui5/sap.ui.webc.fiori 1.96.5 → 1.99.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/.reuse/dep5 +26 -31
- package/THIRDPARTY.txt +15 -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 +6 -3
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +243 -0
- package/src/sap/ui/webc/fiori/FilterItem.js +74 -0
- package/src/sap/ui/webc/fiori/FilterItemOption.js +71 -0
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +16 -9
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +6 -3
- 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 +71 -0
- 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 +15 -2
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +4 -1
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +20 -8
- package/src/sap/ui/webc/fiori/Wizard.js +25 -17
- package/src/sap/ui/webc/fiori/WizardStep.js +12 -27
- 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 +666 -18
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +34 -1
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +293 -0
- package/src/sap/ui/webc/fiori/thirdparty/FilterItem.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/FilterItemOption.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +33 -9
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +16 -6
- package/src/sap/ui/webc/fiori/thirdparty/Interfaces.js +10 -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/NotificationListGroupItem.js +12 -15
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +10 -13
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +6 -3
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +84 -42
- 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/SideNavigationItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigationSubItem.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/SortItem.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +2 -3
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +14 -8
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -12
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +232 -43
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +29 -28
- 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 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/BarcodeScannerDialog.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/DynamicSideContent.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FilterItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/IllustratedMessage.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/InvisibleTextStyles.css +1 -0
- 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/NotifactionOverflowActionsPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationPrioIcon.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitch.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardPopover.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -0
- 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 +29 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +10 -8
- 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 +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/IllustratedMessageTemplate.lit.js +7 -5
- 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/NotificationListGroupItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/NotificationListItemTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ProductSwitchTemplate.lit.js +1 -1
- 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 +11 -11
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +4 -4
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineItemTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/TimelineTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +5 -5
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +3 -4
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/ViewSettingsDialogTemplate.lit.js +15 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardPopoverTemplate.lit.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/WizardTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FilterItem.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +3 -3
- 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/NotifactionOverflowActionsPopover.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +13 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +3 -3
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +3 -3
- 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 +7 -0
- 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/BeforeSearch.js +2 -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/NoActivities.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +2 -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/UnableToLoad.js +2 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +2 -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/illustrations/tnt/CodePlaceholder.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-CodePlaceholder.js +12 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Company.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-ExternalLink.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-FaceID.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Lock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoApplications.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoFlows.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-NoUsers.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Services.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SessionExpiring.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-SuccessfulAuth.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-Unlock.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Dialog-UnsuccessfulAuth.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Company.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-FaceID.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Lock.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Mission.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoFlows.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-NoUsers.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Radar.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Services.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpired.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SessionExpiring.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Success.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-SuccessfulAuth.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-Unlock.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Scene-UnsuccessfulAuth.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-CodePlaceholder.js +12 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Company.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-ExternalLink.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-FaceID.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Lock.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Mission.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoApplications.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoFlows.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-NoUsers.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Radar.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpired.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SessionExpiring.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Success.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-SuccessfulAuth.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-Unlock.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/tnt-Spot-UnsuccessfulAuth.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ar-4986cab5.js → messagebundle_ar-fca51e46.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_bg-7e9aa059.js → messagebundle_bg-50ccff83.js} +36 -8
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ca-01451c6a.js → messagebundle_ca-85a06d90.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cs-ac6c8738.js → messagebundle_cs-302853ec.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_cy-3dfe9dd5.js → messagebundle_cy-651caccd.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_da-663276e4.js → messagebundle_da-e9aa1ef6.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_de-72e82e46.js → messagebundle_de-bb6da518.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_el-c96044ad.js → messagebundle_el-615804b9.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en-2d504d66.js → messagebundle_en-ef2f3248.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_GB-c8b9808b.js → messagebundle_en_GB-01c04ea3.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_sappsd-ff0f05eb.js → messagebundle_en_US_sappsd-e1269679.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saprigi-9005c49a.js → messagebundle_en_US_saprigi-489ddf5e.js} +39 -1
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_en_US_saptrc-e2be9611.js → messagebundle_en_US_saptrc-10d21b5e.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es-20ceffef.js → messagebundle_es-5f0fedbb.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_es_MX-9617bbe2.js → messagebundle_es_MX-aed7f486.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_et-70cc45fe.js → messagebundle_et-b3183b9f.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fi-38c6589c.js → messagebundle_fi-d16defd1.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr-0a9f2183.js → messagebundle_fr-aacafdfd.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_fr_CA-5401e307.js → messagebundle_fr_CA-85df0db7.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hi-9aad7093.js → messagebundle_hi-2778913a.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hr-9a46b37c.js → messagebundle_hr-5b970689.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_hu-94c5c8ec.js → messagebundle_hu-8420c634.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_it-594c952a.js → messagebundle_it-480eab3a.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_iw-3ad5f2eb.js → messagebundle_iw-3985bb6c.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ja-ec45026f.js → messagebundle_ja-0ecd14b1.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_kk-9322e295.js → messagebundle_kk-7cca1aa0.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ko-64bfa5d3.js → messagebundle_ko-dbbb031f.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lt-caf1e289.js → messagebundle_lt-89161349.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_lv-8877dca6.js → messagebundle_lv-0fa2a05f.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ms-d3aa34d7.js → messagebundle_ms-f62f8e47.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_nl-7653fecd.js → messagebundle_nl-51ecab32.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_no-e4cf07cf.js → messagebundle_no-367e49f2.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pl-34323862.js → messagebundle_pl-2dbad320.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt-3c7586ed.js → messagebundle_pt-9607a28c.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_pt_PT-6101090e.js → messagebundle_pt_PT-9a80b85e.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ro-3e1aac26.js → messagebundle_ro-81f50071.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_ru-6fab2afc.js → messagebundle_ru-76dc702f.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sh-59c9c475.js → messagebundle_sh-ad66acf1.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sk-3947d2b2.js → messagebundle_sk-d8363bca.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sl-5cb9b7cc.js → messagebundle_sl-dd40d99c.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_sv-9bfc19a7.js → messagebundle_sv-1eda9721.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_th-a6a77885.js → messagebundle_th-8f15355d.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_tr-6f2ec772.js → messagebundle_tr-39a41440.js} +30 -2
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_uk-dde2e605.js → messagebundle_uk-2b9e0cc7.js} +32 -4
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_vi-e549a9d4.js → messagebundle_vi-59c065b0.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_CN-fa4baf83.js → messagebundle_zh_CN-ee556fa6.js} +31 -3
- package/src/sap/ui/webc/fiori/thirdparty/{messagebundle_zh_TW-060ab1cb.js → messagebundle_zh_TW-acc4d3ac.js} +31 -3
- 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-38936e07.js +13 -0
- 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 +61 -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/types/ViewSettingsDialogMode.js +20 -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-68447658.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-816bd805.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a596f129.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-a8f6197d.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-cc7a39f2.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-d0336f5e.js +0 -9
- package/src/sap/ui/webc/fiori/thirdparty/parameters-bundle.css-f592e4f1.js +0 -9
|
@@ -32,7 +32,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
32
32
|
rowSize: this._rowSize,
|
|
33
33
|
getItemsCallback: () => this.items,
|
|
34
34
|
});
|
|
35
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents");
|
|
36
35
|
}
|
|
37
36
|
static get metadata() {
|
|
38
37
|
return metadata;
|
|
@@ -53,10 +52,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
53
52
|
};
|
|
54
53
|
}
|
|
55
54
|
static async onDefine() {
|
|
56
|
-
await i18nBundle.
|
|
55
|
+
ProductSwitch.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
57
56
|
}
|
|
58
57
|
get _ariaLabelText() {
|
|
59
|
-
return
|
|
58
|
+
return ProductSwitch.i18nBundle.getText(i18nDefaults.PRODUCT_SWITCH_CONTAINER_LABEL);
|
|
60
59
|
}
|
|
61
60
|
onEnterDOM() {
|
|
62
61
|
this._handleResizeBound = this._handleResize.bind(this);
|
|
@@ -78,6 +77,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/com
|
|
|
78
77
|
this._setRowSize(4);
|
|
79
78
|
}
|
|
80
79
|
}
|
|
80
|
+
handleProductSwitchItemClick(event) {
|
|
81
|
+
this.items.forEach(item => { item.selected = false; });
|
|
82
|
+
event.target.selected = true;
|
|
83
|
+
}
|
|
81
84
|
_onfocusin(event) {
|
|
82
85
|
const target = event.target;
|
|
83
86
|
this._itemNavigation.setCurrentItem(target);
|
|
@@ -31,6 +31,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
31
31
|
focused: {
|
|
32
32
|
type: Boolean,
|
|
33
33
|
},
|
|
34
|
+
selected: {
|
|
35
|
+
type: Boolean,
|
|
36
|
+
},
|
|
34
37
|
_tabIndex: {
|
|
35
38
|
type: String,
|
|
36
39
|
defaultValue: "-1",
|
|
@@ -90,6 +93,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
90
93
|
this.active = false;
|
|
91
94
|
}
|
|
92
95
|
if (Keys.isSpace(event)) {
|
|
96
|
+
if (Keys.isSpaceShift(event)) {
|
|
97
|
+
event.stopPropagation();
|
|
98
|
+
}
|
|
93
99
|
this._fireItemClick();
|
|
94
100
|
}
|
|
95
101
|
}
|
|
@@ -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
|
});
|
|
@@ -195,7 +189,6 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
195
189
|
this._overflowActions();
|
|
196
190
|
}, HANDLE_RESIZE_DEBOUNCE_RATE);
|
|
197
191
|
};
|
|
198
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
199
192
|
}
|
|
200
193
|
_debounce(fn, delay) {
|
|
201
194
|
clearTimeout(this._debounceInterval);
|
|
@@ -207,7 +200,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
207
200
|
_menuItemPress(event) {
|
|
208
201
|
this.menuPopover.close();
|
|
209
202
|
this.fireEvent("menu-item-click", {
|
|
210
|
-
item: event.detail.
|
|
203
|
+
item: event.detail.selectedItems[0],
|
|
211
204
|
}, true);
|
|
212
205
|
}
|
|
213
206
|
_logoPress() {
|
|
@@ -309,7 +302,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
309
302
|
return {
|
|
310
303
|
...info,
|
|
311
304
|
classes: `${info.classes} ${shouldStayOnScreen ? "" : "ui5-shellbar-hidden-button"} ui5-shellbar-button`,
|
|
312
|
-
|
|
305
|
+
styles: {
|
|
306
|
+
order: shouldStayOnScreen ? 1 : -1,
|
|
307
|
+
},
|
|
313
308
|
};
|
|
314
309
|
});
|
|
315
310
|
this._updateItemsInfo(newItems);
|
|
@@ -343,7 +338,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
343
338
|
for (let i = 0; i < itemsByPriority.length; i++) {
|
|
344
339
|
if (i < overflowCount) {
|
|
345
340
|
itemsByPriority[i].classes = `${itemsByPriority[i].classes} ui5-shellbar-hidden-button`;
|
|
346
|
-
itemsByPriority[i].
|
|
341
|
+
itemsByPriority[i].styles = {
|
|
342
|
+
order: -1,
|
|
343
|
+
};
|
|
347
344
|
}
|
|
348
345
|
}
|
|
349
346
|
return itemsByPriority;
|
|
@@ -356,9 +353,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
356
353
|
const newItems = this._handleActionsOverflow();
|
|
357
354
|
this._updateItemsInfo(newItems);
|
|
358
355
|
}
|
|
359
|
-
_toggleActionPopover() {
|
|
356
|
+
async _toggleActionPopover() {
|
|
360
357
|
const overflowButton = this.shadowRoot.querySelector(".ui5-shellbar-overflow-button");
|
|
361
|
-
this.
|
|
358
|
+
const overflowPopover = await this._getOverflowPopover();
|
|
359
|
+
overflowPopover.showAt(overflowButton);
|
|
362
360
|
}
|
|
363
361
|
onEnterDOM() {
|
|
364
362
|
ResizeHandler__default.register(this, this._handleResize);
|
|
@@ -384,13 +382,20 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
384
382
|
}
|
|
385
383
|
}, 100);
|
|
386
384
|
}
|
|
385
|
+
async _handleActionListClick(event) {
|
|
386
|
+
if (!this._defaultItemPressPrevented) {
|
|
387
|
+
this.closeOverflow();
|
|
388
|
+
await Render.renderFinished();
|
|
389
|
+
}
|
|
390
|
+
this._defaultItemPressPrevented = false;
|
|
391
|
+
}
|
|
387
392
|
_handleCustomActionPress(event) {
|
|
388
393
|
const refItemId = event.target.getAttribute("data-ui5-external-action-item-id");
|
|
389
394
|
if (refItemId) {
|
|
390
395
|
const shellbarItem = this.items.find(item => {
|
|
391
|
-
return item.
|
|
396
|
+
return item._id === refItemId;
|
|
392
397
|
});
|
|
393
|
-
const prevented = !shellbarItem.fireEvent("
|
|
398
|
+
const prevented = !shellbarItem.fireEvent("click", { targetRef: event.target }, true);
|
|
394
399
|
this._defaultItemPressPrevented = prevented;
|
|
395
400
|
}
|
|
396
401
|
}
|
|
@@ -417,6 +422,24 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
417
422
|
targetRef: buttonRef.classList.contains("ui5-shellbar-hidden-button") ? event.target : buttonRef,
|
|
418
423
|
}, true);
|
|
419
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
|
+
}
|
|
420
443
|
_getAllItems(showOverflowButton) {
|
|
421
444
|
let domOrder = -1;
|
|
422
445
|
const items = [
|
|
@@ -426,12 +449,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
426
449
|
classes: `${this.searchField.length ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-search-button ui5-shellbar-button`,
|
|
427
450
|
priority: 4,
|
|
428
451
|
domOrder: this.searchField.length ? (++domOrder) : -1,
|
|
429
|
-
|
|
452
|
+
styles: {
|
|
453
|
+
order: this.searchField.length ? 1 : -10,
|
|
454
|
+
},
|
|
430
455
|
id: `${this._id}-item-${1}`,
|
|
431
456
|
press: this._handleSearchIconPress.bind(this),
|
|
432
457
|
show: !!this.searchField.length,
|
|
433
458
|
},
|
|
434
459
|
...this.items.map((item, index) => {
|
|
460
|
+
item._getRealDomRef = () => this.getDomRef().querySelector(`*[data-ui5-stable=${item.stableDomRef}]`);
|
|
435
461
|
return {
|
|
436
462
|
icon: item.icon,
|
|
437
463
|
id: item._id,
|
|
@@ -441,7 +467,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
441
467
|
classes: "ui5-shellbar-custom-item ui5-shellbar-button",
|
|
442
468
|
priority: 1,
|
|
443
469
|
domOrder: (++domOrder),
|
|
444
|
-
|
|
470
|
+
styles: {
|
|
471
|
+
order: 2,
|
|
472
|
+
},
|
|
445
473
|
show: true,
|
|
446
474
|
press: this._handleCustomActionPress.bind(this),
|
|
447
475
|
custom: true,
|
|
@@ -454,7 +482,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
454
482
|
text: "Notifications",
|
|
455
483
|
classes: `${this.showNotifications ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-bell-button ui5-shellbar-button`,
|
|
456
484
|
priority: 3,
|
|
457
|
-
|
|
485
|
+
styles: {
|
|
486
|
+
order: this.showNotifications ? 3 : -10,
|
|
487
|
+
},
|
|
458
488
|
id: `${this._id}-item-${2}`,
|
|
459
489
|
show: this.showNotifications,
|
|
460
490
|
domOrder: this.showNotifications ? (++domOrder) : -1,
|
|
@@ -466,7 +496,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
466
496
|
classes: `${showOverflowButton ? "" : "ui5-shellbar-hidden-button"} ui5-shellbar-overflow-button-shown ui5-shellbar-overflow-button ui5-shellbar-button`,
|
|
467
497
|
priority: 5,
|
|
468
498
|
order: 4,
|
|
469
|
-
|
|
499
|
+
styles: {
|
|
500
|
+
order: showOverflowButton ? 4 : -1,
|
|
501
|
+
},
|
|
470
502
|
domOrder: showOverflowButton ? (++domOrder) : -1,
|
|
471
503
|
id: `${this.id}-item-${5}`,
|
|
472
504
|
press: this._handleOverflowPress.bind(this),
|
|
@@ -476,7 +508,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
476
508
|
text: "Person",
|
|
477
509
|
classes: `${this.hasProfile ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-image-button ui5-shellbar-button`,
|
|
478
510
|
priority: 4,
|
|
479
|
-
|
|
511
|
+
styles: {
|
|
512
|
+
order: this.hasProfile ? 5 : -10,
|
|
513
|
+
},
|
|
480
514
|
profile: true,
|
|
481
515
|
id: `${this._id}-item-${3}`,
|
|
482
516
|
domOrder: this.hasProfile ? (++domOrder) : -1,
|
|
@@ -488,7 +522,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
488
522
|
text: "Product Switch",
|
|
489
523
|
classes: `${this.showProductSwitch ? "" : "ui5-shellbar-invisible-button"} ui5-shellbar-button ui5-shellbar-button-product-switch`,
|
|
490
524
|
priority: 2,
|
|
491
|
-
|
|
525
|
+
styles: {
|
|
526
|
+
order: this.showProductSwitch ? 6 : -10,
|
|
527
|
+
},
|
|
492
528
|
id: `${this._id}-item-${4}`,
|
|
493
529
|
show: this.showProductSwitch,
|
|
494
530
|
domOrder: this.showProductSwitch ? (++domOrder) : -1,
|
|
@@ -526,6 +562,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
526
562
|
this.overflowPopover = staticAreaItem.querySelector(".ui5-shellbar-overflow-popover");
|
|
527
563
|
this.menuPopover = staticAreaItem.querySelector(".ui5-shellbar-menu-popover");
|
|
528
564
|
}
|
|
565
|
+
async _getOverflowPopover() {
|
|
566
|
+
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
567
|
+
return staticAreaItem.querySelector(".ui5-shellbar-overflow-popover");
|
|
568
|
+
}
|
|
529
569
|
async _getMenuPopover() {
|
|
530
570
|
const staticAreaItem = await this.getStaticAreaItemDomRef();
|
|
531
571
|
return staticAreaItem.querySelector(".ui5-shellbar-menu-popover");
|
|
@@ -542,13 +582,11 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
542
582
|
wrapper: {
|
|
543
583
|
"ui5-shellbar-root": true,
|
|
544
584
|
"ui5-shellbar-with-searchfield": this.searchField.length,
|
|
545
|
-
"ui5-shellbar-with-coPilot": this.showCoPilot,
|
|
546
585
|
},
|
|
547
586
|
button: {
|
|
548
587
|
"ui5-shellbar-menu-button--interactive": this.hasMenuItems,
|
|
549
588
|
"ui5-shellbar-menu-button": true,
|
|
550
589
|
},
|
|
551
|
-
title: {},
|
|
552
590
|
items: {
|
|
553
591
|
notification: {
|
|
554
592
|
"ui5-shellbar-hidden-button": this.isIconHidden("bell"),
|
|
@@ -626,7 +664,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
626
664
|
return this.menuItems.length > 0;
|
|
627
665
|
}
|
|
628
666
|
get menuBtnHasPopup() {
|
|
629
|
-
return this.hasMenuItems ?
|
|
667
|
+
return this.hasMenuItems ? HasPopup__default.Menu : undefined;
|
|
630
668
|
}
|
|
631
669
|
get menuBtnTabindex() {
|
|
632
670
|
return this.hasMenuItems ? "0" : "-1";
|
|
@@ -635,19 +673,19 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
635
673
|
return this.hasMenuItems ? this._menuPopoverExpanded : undefined;
|
|
636
674
|
}
|
|
637
675
|
get _shellbarText() {
|
|
638
|
-
return
|
|
676
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LABEL);
|
|
639
677
|
}
|
|
640
678
|
get _logoText() {
|
|
641
|
-
return this.i18nBundle.getText(i18nDefaults.SHELLBAR_LOGO);
|
|
679
|
+
return this.accessibilityTexts.logoTitle || ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_LOGO);
|
|
642
680
|
}
|
|
643
681
|
get _copilotText() {
|
|
644
|
-
return
|
|
682
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_COPILOT);
|
|
645
683
|
}
|
|
646
684
|
get _notificationsText() {
|
|
647
|
-
return
|
|
685
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_NOTIFICATIONS, this.notificationsCount);
|
|
648
686
|
}
|
|
649
687
|
get _cancelBtnText() {
|
|
650
|
-
return
|
|
688
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_CANCEL);
|
|
651
689
|
}
|
|
652
690
|
get _showFullWidthSearch() {
|
|
653
691
|
const size = this._handleBarBreakpoints();
|
|
@@ -655,16 +693,16 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
655
693
|
return ((size === "S") || searchBtnHidden);
|
|
656
694
|
}
|
|
657
695
|
get _profileText() {
|
|
658
|
-
return this.i18nBundle.getText(i18nDefaults.SHELLBAR_PROFILE);
|
|
696
|
+
return this.accessibilityTexts.profileButtonTitle || ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PROFILE);
|
|
659
697
|
}
|
|
660
698
|
get _productsText() {
|
|
661
|
-
return
|
|
699
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_PRODUCTS);
|
|
662
700
|
}
|
|
663
701
|
get _searchText() {
|
|
664
|
-
return
|
|
702
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_SEARCH);
|
|
665
703
|
}
|
|
666
704
|
get _overflowText() {
|
|
667
|
-
return
|
|
705
|
+
return ShellBar.i18nBundle.getText(i18nDefaults.SHELLBAR_OVERFLOW);
|
|
668
706
|
}
|
|
669
707
|
get accInfo() {
|
|
670
708
|
return {
|
|
@@ -678,13 +716,17 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
678
716
|
"title": this._productsText,
|
|
679
717
|
},
|
|
680
718
|
search: {
|
|
681
|
-
"ariaExpanded": this.showSearchField,
|
|
682
719
|
"title": this._searchText,
|
|
720
|
+
"accessibilityAttributes": {
|
|
721
|
+
expanded: this.showSearchField,
|
|
722
|
+
},
|
|
683
723
|
},
|
|
684
724
|
overflow: {
|
|
685
725
|
"title": this._overflowText,
|
|
686
|
-
"
|
|
687
|
-
|
|
726
|
+
"accessibilityAttributes": {
|
|
727
|
+
hasPopup: HasPopup__default.Menu,
|
|
728
|
+
expanded: this._overflowPopoverExpanded,
|
|
729
|
+
},
|
|
688
730
|
},
|
|
689
731
|
};
|
|
690
732
|
}
|
|
@@ -697,7 +739,7 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
697
739
|
];
|
|
698
740
|
}
|
|
699
741
|
static async onDefine() {
|
|
700
|
-
await i18nBundle.
|
|
742
|
+
ShellBar.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
701
743
|
}
|
|
702
744
|
}
|
|
703
745
|
ShellBar.define();
|
|
@@ -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
|
}
|
|
@@ -23,6 +23,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
23
23
|
wholeItemToggleable: {
|
|
24
24
|
type: Boolean,
|
|
25
25
|
},
|
|
26
|
+
title: {
|
|
27
|
+
type: String,
|
|
28
|
+
},
|
|
26
29
|
},
|
|
27
30
|
events: {
|
|
28
31
|
},
|
|
@@ -38,6 +41,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
38
41
|
static get metadata() {
|
|
39
42
|
return metadata;
|
|
40
43
|
}
|
|
44
|
+
get _tooltip() {
|
|
45
|
+
return this.title || this.text;
|
|
46
|
+
}
|
|
41
47
|
}
|
|
42
48
|
SideNavigationItem.define();
|
|
43
49
|
|
|
@@ -16,6 +16,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
16
16
|
icon: {
|
|
17
17
|
type: String,
|
|
18
18
|
},
|
|
19
|
+
title: {
|
|
20
|
+
type: String,
|
|
21
|
+
},
|
|
19
22
|
},
|
|
20
23
|
events: {
|
|
21
24
|
},
|
|
@@ -24,6 +27,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5El
|
|
|
24
27
|
static get metadata() {
|
|
25
28
|
return metadata;
|
|
26
29
|
}
|
|
30
|
+
get _tooltip() {
|
|
31
|
+
return this.title || this.text;
|
|
32
|
+
}
|
|
27
33
|
}
|
|
28
34
|
SideNavigationSubItem.define();
|
|
29
35
|
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element'], function (UI5Element) { '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
|
+
|
|
7
|
+
const metadata = {
|
|
8
|
+
tag: "ui5-sort-item",
|
|
9
|
+
properties: {
|
|
10
|
+
text: {
|
|
11
|
+
type: String,
|
|
12
|
+
},
|
|
13
|
+
selected: {
|
|
14
|
+
type: Boolean,
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
slots: {
|
|
18
|
+
},
|
|
19
|
+
events: {
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
|
+
class SortItem extends UI5Element__default {
|
|
23
|
+
static get metadata() {
|
|
24
|
+
return metadata;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
SortItem.define();
|
|
28
|
+
|
|
29
|
+
return SortItem;
|
|
30
|
+
|
|
31
|
+
});
|
|
@@ -45,16 +45,15 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
45
45
|
this._itemNavigation = new ItemNavigation__default(this, {
|
|
46
46
|
getItemsCallback: () => this.items,
|
|
47
47
|
});
|
|
48
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
49
48
|
}
|
|
50
49
|
static get dependencies() {
|
|
51
50
|
return [TimelineItem];
|
|
52
51
|
}
|
|
53
52
|
static async onDefine() {
|
|
54
|
-
await i18nBundle.
|
|
53
|
+
Timeline.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
55
54
|
}
|
|
56
55
|
get ariaLabel() {
|
|
57
|
-
return
|
|
56
|
+
return Timeline.i18nBundle.getText(i18nDefaults.TIMELINE_ARIA_LABEL);
|
|
58
57
|
}
|
|
59
58
|
_onfocusin(event) {
|
|
60
59
|
const target = event.target;
|
|
@@ -31,6 +31,9 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
31
31
|
type: String,
|
|
32
32
|
defaultValue: UploadCollectionDnDMode.None,
|
|
33
33
|
},
|
|
34
|
+
accessibleName: {
|
|
35
|
+
type: String,
|
|
36
|
+
},
|
|
34
37
|
},
|
|
35
38
|
managedSlots: true,
|
|
36
39
|
slots: {
|
|
@@ -78,11 +81,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
78
81
|
];
|
|
79
82
|
}
|
|
80
83
|
static async onDefine() {
|
|
81
|
-
await i18nBundle.
|
|
84
|
+
UploadCollection.i18nBundle = await i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
82
85
|
}
|
|
83
86
|
constructor() {
|
|
84
87
|
super();
|
|
85
|
-
this.i18nBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
86
88
|
this._bodyDnDHandler = event => {
|
|
87
89
|
if (this._dndOverlayMode !== UploadCollectionDnDMode.Drop) {
|
|
88
90
|
this._dndOverlayMode = event.mode;
|
|
@@ -148,6 +150,10 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
148
150
|
"uc-drag-overlay": this._dndOverlayMode === UploadCollectionDnDMode.Drag,
|
|
149
151
|
"uc-drop-overlay": this._dndOverlayMode === UploadCollectionDnDMode.Drop,
|
|
150
152
|
},
|
|
153
|
+
noFiles: {
|
|
154
|
+
"uc-no-files": true,
|
|
155
|
+
"uc-no-files-dnd-overlay": this._showDndOverlay,
|
|
156
|
+
},
|
|
151
157
|
};
|
|
152
158
|
}
|
|
153
159
|
get _root() {
|
|
@@ -160,22 +166,22 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/UI5Element', 'sap/ui/webc/com
|
|
|
160
166
|
return this._dndOverlayMode !== UploadCollectionDnDMode.None;
|
|
161
167
|
}
|
|
162
168
|
get _showNoData() {
|
|
163
|
-
return this.items.length === 0
|
|
169
|
+
return this.items.length === 0;
|
|
164
170
|
}
|
|
165
171
|
get _noDataText() {
|
|
166
|
-
return this.noDataText ||
|
|
172
|
+
return this.noDataText || UploadCollection.i18nBundle.getText(i18nDefaults.UPLOADCOLLECTION_NO_DATA_TEXT);
|
|
167
173
|
}
|
|
168
174
|
get _noDataDescription() {
|
|
169
|
-
return this.noDataDescription ||
|
|
175
|
+
return this.noDataDescription || UploadCollection.i18nBundle.getText(i18nDefaults.UPLOADCOLLECTION_NO_DATA_DESCRIPTION);
|
|
170
176
|
}
|
|
171
177
|
get _roleDescription() {
|
|
172
|
-
return
|
|
178
|
+
return UploadCollection.i18nBundle.getText(i18nDefaults.UPLOADCOLLECTION_ARIA_ROLE_DESCRIPTION);
|
|
173
179
|
}
|
|
174
180
|
get _dndOverlayText() {
|
|
175
181
|
if (this._dndOverlayMode === UploadCollectionDnDMode.Drag) {
|
|
176
|
-
return
|
|
182
|
+
return UploadCollection.i18nBundle.getText(i18nDefaults.UPLOADCOLLECTION_DRAG_FILE_INDICATOR);
|
|
177
183
|
}
|
|
178
|
-
return
|
|
184
|
+
return UploadCollection.i18nBundle.getText(i18nDefaults.UPLOADCOLLECTION_DROP_FILE_INDICATOR);
|
|
179
185
|
}
|
|
180
186
|
}
|
|
181
187
|
UploadCollection.define();
|
|
@@ -87,11 +87,12 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
87
87
|
];
|
|
88
88
|
}
|
|
89
89
|
static async onDefine() {
|
|
90
|
-
await
|
|
90
|
+
[UploadCollectionItem.i18nFioriBundle] = await Promise.all([
|
|
91
|
+
i18nBundle.getI18nBundle("@ui5/webcomponents-fiori"),
|
|
92
|
+
super.onDefine(),
|
|
93
|
+
]);
|
|
91
94
|
}
|
|
92
|
-
|
|
93
|
-
super();
|
|
94
|
-
this.i18nFioriBundle = i18nBundle.getI18nBundle("@ui5/webcomponents-fiori");
|
|
95
|
+
onBeforeRendering() {
|
|
95
96
|
}
|
|
96
97
|
async _initInputField() {
|
|
97
98
|
await Render.renderFinished();
|
|
@@ -207,22 +208,22 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
207
208
|
return getFileExtension__default(this.fileName);
|
|
208
209
|
}
|
|
209
210
|
get _renameBtnText() {
|
|
210
|
-
return
|
|
211
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_RENAMEBUTTON_TEXT);
|
|
211
212
|
}
|
|
212
213
|
get _cancelRenameBtnText() {
|
|
213
|
-
return
|
|
214
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_CANCELBUTTON_TEXT);
|
|
214
215
|
}
|
|
215
216
|
get _showProgressIndicator() {
|
|
216
217
|
return this.uploadState !== UploadState.Complete;
|
|
217
218
|
}
|
|
218
219
|
get _progressText() {
|
|
219
220
|
if (this.uploadState === UploadState.Uploading) {
|
|
220
|
-
return
|
|
221
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_UPLOADING_STATE);
|
|
221
222
|
}
|
|
222
223
|
if (this.uploadState === UploadState.Error) {
|
|
223
|
-
return
|
|
224
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_ERROR_STATE);
|
|
224
225
|
}
|
|
225
|
-
return
|
|
226
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_READY_STATE);
|
|
226
227
|
}
|
|
227
228
|
get _showRetry() {
|
|
228
229
|
return !this.hideRetryButton && this.uploadState === UploadState.Error;
|
|
@@ -231,13 +232,13 @@ sap.ui.define(['sap/ui/webc/common/thirdparty/base/i18nBundle', 'sap/ui/webc/mai
|
|
|
231
232
|
return !this.hideTerminateButton && this.uploadState === UploadState.Uploading;
|
|
232
233
|
}
|
|
233
234
|
get _retryButtonTooltip() {
|
|
234
|
-
return
|
|
235
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_RETRY_BUTTON_TEXT);
|
|
235
236
|
}
|
|
236
237
|
get _terminateButtonTooltip() {
|
|
237
|
-
return
|
|
238
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_TERMINATE_BUTTON_TEXT);
|
|
238
239
|
}
|
|
239
240
|
get _editButtonTooltip() {
|
|
240
|
-
return
|
|
241
|
+
return UploadCollectionItem.i18nFioriBundle.getText(i18nDefaults.UPLOADCOLLECTIONITEM_EDIT_BUTTON_TEXT);
|
|
241
242
|
}
|
|
242
243
|
get valueStateName() {
|
|
243
244
|
if (this.uploadState === UploadState.Error) {
|