@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
|
@@ -39,13 +39,6 @@ sap.ui.define([
|
|
|
39
39
|
* <li>product-switch</li>
|
|
40
40
|
* </ul>
|
|
41
41
|
*
|
|
42
|
-
* In the context of <code>sap.ui.webc.fiori.ShellBar</code>, you can provide a custom stable DOM refs for:
|
|
43
|
-
* <ul>
|
|
44
|
-
* <li>Every <code>sap.ui.webc.fiori.ShellBarItem</code> that you provide. Example: <code>
|
|
45
|
-
* <ui5-shellbar-item stable-dom-ref="messages"></ui5-shellbar-item>
|
|
46
|
-
* </code></li>
|
|
47
|
-
* </ul>
|
|
48
|
-
*
|
|
49
42
|
* <h3>CSS Shadow Parts</h3>
|
|
50
43
|
*
|
|
51
44
|
* <ui5-link target="_blank" href="https://developer.mozilla.org/en-US/docs/Web/CSS/::part">CSS Shadow Parts</ui5-link> allow developers to style elements inside the Shadow DOM. <br>
|
|
@@ -54,8 +47,10 @@ sap.ui.define([
|
|
|
54
47
|
* <li>root - Used to style the outermost wrapper of the <code>sap.ui.webc.fiori.ShellBar</code></li>
|
|
55
48
|
* </ul>
|
|
56
49
|
*
|
|
50
|
+
* <h3>Keyboard Handling</h3>
|
|
51
|
+
*
|
|
57
52
|
* @author SAP SE
|
|
58
|
-
* @version 1.
|
|
53
|
+
* @version 1.99.0
|
|
59
54
|
*
|
|
60
55
|
* @constructor
|
|
61
56
|
* @public
|
|
@@ -70,6 +65,16 @@ sap.ui.define([
|
|
|
70
65
|
tag: "ui5-shellbar-ui5",
|
|
71
66
|
properties: {
|
|
72
67
|
|
|
68
|
+
/**
|
|
69
|
+
* An object of strings that defines several additional accessibility texts for even further customization.
|
|
70
|
+
*
|
|
71
|
+
* It supports the following fields: - <code>profileButtonTitle</code>: defines the tooltip for the profile button - <code>logoTitle</code>: defines the tooltip for the logo
|
|
72
|
+
*/
|
|
73
|
+
accessibilityTexts: {
|
|
74
|
+
type: "object",
|
|
75
|
+
defaultValue: {}
|
|
76
|
+
},
|
|
77
|
+
|
|
73
78
|
/**
|
|
74
79
|
* Defines the <code>notificationsCount</code>, displayed in the notification icon top-right corner.
|
|
75
80
|
*/
|
|
@@ -216,7 +221,7 @@ sap.ui.define([
|
|
|
216
221
|
},
|
|
217
222
|
|
|
218
223
|
/**
|
|
219
|
-
* Fired, when a menu item is activated <b>Note:</b> You can prevent closing of
|
|
224
|
+
* Fired, when a menu item is activated <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
|
|
220
225
|
*/
|
|
221
226
|
menuItemClick: {
|
|
222
227
|
parameters: {
|
|
@@ -245,7 +250,7 @@ sap.ui.define([
|
|
|
245
250
|
},
|
|
246
251
|
|
|
247
252
|
/**
|
|
248
|
-
* Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of
|
|
253
|
+
* Fired, when the product switch icon is activated. <b>Note:</b> You can prevent closing of overflow popover by calling <code>event.preventDefault()</code>.
|
|
249
254
|
*/
|
|
250
255
|
productSwitchClick: {
|
|
251
256
|
allowPreventDefault: true,
|
|
@@ -273,7 +278,8 @@ sap.ui.define([
|
|
|
273
278
|
}
|
|
274
279
|
}
|
|
275
280
|
},
|
|
276
|
-
methods: ["closeOverflow"]
|
|
281
|
+
methods: ["closeOverflow"],
|
|
282
|
+
getters: ["copilotDomRef", "logoDomRef", "notificationsDomRef", "overflowDomRef", "productSwitchDomRef", "profileDomRef"]
|
|
277
283
|
}
|
|
278
284
|
});
|
|
279
285
|
|
|
@@ -284,5 +290,50 @@ sap.ui.define([
|
|
|
284
290
|
* @function
|
|
285
291
|
*/
|
|
286
292
|
|
|
293
|
+
/**
|
|
294
|
+
* Returns the <code>copilot</code> DOM ref.
|
|
295
|
+
* @public
|
|
296
|
+
* @name sap.ui.webc.fiori.ShellBar#getCopilotDomRef
|
|
297
|
+
* @function
|
|
298
|
+
*/
|
|
299
|
+
|
|
300
|
+
/**
|
|
301
|
+
* Returns the <code>logo</code> DOM ref.
|
|
302
|
+
* @public
|
|
303
|
+
* @name sap.ui.webc.fiori.ShellBar#getLogoDomRef
|
|
304
|
+
* @function
|
|
305
|
+
*/
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* Returns the <code>notifications</code> icon DOM ref.
|
|
309
|
+
* @public
|
|
310
|
+
* @name sap.ui.webc.fiori.ShellBar#getNotificationsDomRef
|
|
311
|
+
* @function
|
|
312
|
+
*/
|
|
313
|
+
|
|
314
|
+
/**
|
|
315
|
+
* Returns the <code>overflow</code> icon DOM ref.
|
|
316
|
+
* @public
|
|
317
|
+
* @name sap.ui.webc.fiori.ShellBar#getOverflowDomRef
|
|
318
|
+
* @function
|
|
319
|
+
*/
|
|
320
|
+
|
|
321
|
+
/**
|
|
322
|
+
* Returns the <code>product-switch</code> icon DOM ref.
|
|
323
|
+
* @public
|
|
324
|
+
* @name sap.ui.webc.fiori.ShellBar#getProductSwitchDomRef
|
|
325
|
+
* @function
|
|
326
|
+
*/
|
|
327
|
+
|
|
328
|
+
/**
|
|
329
|
+
* Returns the <code>profile</code> icon DOM ref.
|
|
330
|
+
* @public
|
|
331
|
+
* @name sap.ui.webc.fiori.ShellBar#getProfileDomRef
|
|
332
|
+
* @function
|
|
333
|
+
*/
|
|
334
|
+
|
|
335
|
+
/* CUSTOM CODE START */
|
|
336
|
+
/* CUSTOM CODE END */
|
|
337
|
+
|
|
287
338
|
return ShellBar;
|
|
288
339
|
});
|
|
@@ -24,7 +24,7 @@ sap.ui.define([
|
|
|
24
24
|
*
|
|
25
25
|
*
|
|
26
26
|
* @author SAP SE
|
|
27
|
-
* @version 1.
|
|
27
|
+
* @version 1.99.0
|
|
28
28
|
*
|
|
29
29
|
* @constructor
|
|
30
30
|
* @public
|
|
@@ -72,7 +72,7 @@ sap.ui.define([
|
|
|
72
72
|
/**
|
|
73
73
|
* Fired, when the item is pressed.
|
|
74
74
|
*/
|
|
75
|
-
|
|
75
|
+
click: {
|
|
76
76
|
allowPreventDefault: true,
|
|
77
77
|
parameters: {
|
|
78
78
|
/**
|
|
@@ -87,5 +87,8 @@ sap.ui.define([
|
|
|
87
87
|
}
|
|
88
88
|
});
|
|
89
89
|
|
|
90
|
+
/* CUSTOM CODE START */
|
|
91
|
+
/* CUSTOM CODE END */
|
|
92
|
+
|
|
90
93
|
return ShellBarItem;
|
|
91
94
|
});
|
|
@@ -34,8 +34,10 @@ sap.ui.define([
|
|
|
34
34
|
*
|
|
35
35
|
* Use the available <code>sap.ui.webc.fiori.SideNavigationItem</code> and <code>sap.ui.webc.fiori.SideNavigationSubItem</code> components to build your menu. The items can consist of text only or an icon with text. The use or non-use of icons must be consistent for all items on one level. You must not combine entries with and without icons on the same level. We strongly recommend that you do not use icons on the second level.
|
|
36
36
|
*
|
|
37
|
+
* <h3>Keyboard Handling</h3>
|
|
38
|
+
*
|
|
37
39
|
* @author SAP SE
|
|
38
|
-
* @version 1.
|
|
40
|
+
* @version 1.99.0
|
|
39
41
|
*
|
|
40
42
|
* @constructor
|
|
41
43
|
* @public
|
|
@@ -112,5 +114,8 @@ sap.ui.define([
|
|
|
112
114
|
}
|
|
113
115
|
});
|
|
114
116
|
|
|
117
|
+
/* CUSTOM CODE START */
|
|
118
|
+
/* CUSTOM CODE END */
|
|
119
|
+
|
|
115
120
|
return SideNavigation;
|
|
116
121
|
});
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>sap.ui.webc.fiori.SideNavigationItem</code> is used within <code>sap.ui.webc.fiori.SideNavigation</code> only. Via the <code>sap.ui.webc.fiori.SideNavigationItem</code> you control the content of the <code>SideNavigation</code>.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.99.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -104,5 +104,8 @@ sap.ui.define([
|
|
|
104
104
|
}
|
|
105
105
|
});
|
|
106
106
|
|
|
107
|
+
/* CUSTOM CODE START */
|
|
108
|
+
/* CUSTOM CODE END */
|
|
109
|
+
|
|
107
110
|
return SideNavigationItem;
|
|
108
111
|
});
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* The <code>sap.ui.webc.fiori.SideNavigationSubItem</code> is intended to be used inside a <code>sap.ui.webc.fiori.SideNavigationItem</code> only.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.99.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -77,5 +77,8 @@ sap.ui.define([
|
|
|
77
77
|
}
|
|
78
78
|
});
|
|
79
79
|
|
|
80
|
+
/* CUSTOM CODE START */
|
|
81
|
+
/* CUSTOM CODE END */
|
|
82
|
+
|
|
80
83
|
return SideNavigationSubItem;
|
|
81
84
|
});
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// Provides control sap.ui.webc.fiori.SortItem.
|
|
8
|
+
sap.ui.define([
|
|
9
|
+
"sap/ui/webc/common/WebComponent",
|
|
10
|
+
"./library",
|
|
11
|
+
"./thirdparty/SortItem"
|
|
12
|
+
], function(WebComponent, library) {
|
|
13
|
+
"use strict";
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Constructor for a new <code>SortItem</code>.
|
|
17
|
+
*
|
|
18
|
+
* @param {string} [sId] ID for the new control, generated automatically if no ID is given
|
|
19
|
+
* @param {object} [mSettings] Initial settings for the new control
|
|
20
|
+
*
|
|
21
|
+
* @extends sap.ui.webc.common.WebComponent
|
|
22
|
+
* @class
|
|
23
|
+
*
|
|
24
|
+
* <h3>Overview</h3>
|
|
25
|
+
*
|
|
26
|
+
* <h3>Usage</h3>
|
|
27
|
+
*
|
|
28
|
+
* @author SAP SE
|
|
29
|
+
* @version 1.99.0
|
|
30
|
+
*
|
|
31
|
+
* @constructor
|
|
32
|
+
* @public
|
|
33
|
+
* @since 1.97.0
|
|
34
|
+
* @experimental Since 1.97.0 This control is experimental and its API might change significantly.
|
|
35
|
+
* @alias sap.ui.webc.fiori.SortItem
|
|
36
|
+
* @implements sap.ui.webc.fiori.ISortItem
|
|
37
|
+
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
38
|
+
*/
|
|
39
|
+
var SortItem = WebComponent.extend("sap.ui.webc.fiori.SortItem", {
|
|
40
|
+
metadata: {
|
|
41
|
+
library: "sap.ui.webc.fiori",
|
|
42
|
+
tag: "ui5-sort-item-ui5",
|
|
43
|
+
interfaces: [
|
|
44
|
+
"sap.ui.webc.fiori.ISortItem"
|
|
45
|
+
],
|
|
46
|
+
properties: {
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* Defines if the component is selected.
|
|
50
|
+
*/
|
|
51
|
+
selected: {
|
|
52
|
+
type: "boolean",
|
|
53
|
+
defaultValue: false
|
|
54
|
+
},
|
|
55
|
+
|
|
56
|
+
/**
|
|
57
|
+
* Defines the text of the component.
|
|
58
|
+
*/
|
|
59
|
+
text: {
|
|
60
|
+
type: "string",
|
|
61
|
+
defaultValue: ""
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
/* CUSTOM CODE START */
|
|
68
|
+
/* CUSTOM CODE END */
|
|
69
|
+
|
|
70
|
+
return SortItem;
|
|
71
|
+
});
|
|
@@ -28,7 +28,7 @@ sap.ui.define([
|
|
|
28
28
|
* The <code>sap.ui.webc.fiori.Timeline</code> component shows entries (such as objects, events, or posts) in chronological order. A common use case is to provide information about changes to an object, or events related to an object. These entries can be generated by the system (for example, value XY changed from A to B), or added manually. There are two distinct variants of the timeline: basic and social. The basic timeline is read-only, while the social timeline offers a high level of interaction and collaboration, and is integrated within SAP Jam.
|
|
29
29
|
*
|
|
30
30
|
* @author SAP SE
|
|
31
|
-
* @version 1.
|
|
31
|
+
* @version 1.99.0
|
|
32
32
|
*
|
|
33
33
|
* @constructor
|
|
34
34
|
* @public
|
|
@@ -91,5 +91,8 @@ sap.ui.define([
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
|
|
94
|
+
/* CUSTOM CODE START */
|
|
95
|
+
/* CUSTOM CODE END */
|
|
96
|
+
|
|
94
97
|
return Timeline;
|
|
95
98
|
});
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* An entry posted on the timeline.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.99.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -114,5 +114,8 @@ sap.ui.define([
|
|
|
114
114
|
}
|
|
115
115
|
});
|
|
116
116
|
|
|
117
|
+
/* CUSTOM CODE START */
|
|
118
|
+
/* CUSTOM CODE END */
|
|
119
|
+
|
|
117
120
|
return TimelineItem;
|
|
118
121
|
});
|
|
@@ -27,7 +27,7 @@ sap.ui.define([
|
|
|
27
27
|
* <h3>Overview</h3> This component allows you to represent files before uploading them to a server, with the help of <code>sap.ui.webc.fiori.UploadCollectionItem</code>. It also allows you to show already uploaded files.
|
|
28
28
|
*
|
|
29
29
|
* @author SAP SE
|
|
30
|
-
* @version 1.
|
|
30
|
+
* @version 1.99.0
|
|
31
31
|
*
|
|
32
32
|
* @constructor
|
|
33
33
|
* @public
|
|
@@ -42,6 +42,14 @@ sap.ui.define([
|
|
|
42
42
|
tag: "ui5-upload-collection-ui5",
|
|
43
43
|
properties: {
|
|
44
44
|
|
|
45
|
+
/**
|
|
46
|
+
* Sets the accessible aria name of the component.
|
|
47
|
+
*/
|
|
48
|
+
accessibleName: {
|
|
49
|
+
type: "string",
|
|
50
|
+
defaultValue: ""
|
|
51
|
+
},
|
|
52
|
+
|
|
45
53
|
/**
|
|
46
54
|
* Defines the height of the control
|
|
47
55
|
*/
|
|
@@ -108,7 +116,9 @@ sap.ui.define([
|
|
|
108
116
|
aggregations: {
|
|
109
117
|
|
|
110
118
|
/**
|
|
111
|
-
* Defines the <code>sap.ui.webc.fiori.UploadCollection</code> header.
|
|
119
|
+
* Defines the <code>sap.ui.webc.fiori.UploadCollection</code> header. <br>
|
|
120
|
+
* <br>
|
|
121
|
+
* <b>Note:</b> If <code>header</code> slot is provided, the labelling of the <code>UploadCollection</code> is a responsibility of the application developer. <code>accessibleName</code> should be used.
|
|
112
122
|
*/
|
|
113
123
|
header: {
|
|
114
124
|
type: "sap.ui.core.Control",
|
|
@@ -176,5 +186,8 @@ sap.ui.define([
|
|
|
176
186
|
}
|
|
177
187
|
});
|
|
178
188
|
|
|
189
|
+
/* CUSTOM CODE START */
|
|
190
|
+
/* CUSTOM CODE END */
|
|
191
|
+
|
|
179
192
|
return UploadCollection;
|
|
180
193
|
});
|
|
@@ -26,7 +26,7 @@ sap.ui.define([
|
|
|
26
26
|
* <h3>Overview</h3> A component to be used within the <code>sap.ui.webc.fiori.UploadCollection</code>.
|
|
27
27
|
*
|
|
28
28
|
* @author SAP SE
|
|
29
|
-
* @version 1.
|
|
29
|
+
* @version 1.99.0
|
|
30
30
|
*
|
|
31
31
|
* @constructor
|
|
32
32
|
* @public
|
|
@@ -174,5 +174,8 @@ sap.ui.define([
|
|
|
174
174
|
}
|
|
175
175
|
});
|
|
176
176
|
|
|
177
|
+
/* CUSTOM CODE START */
|
|
178
|
+
/* CUSTOM CODE END */
|
|
179
|
+
|
|
177
180
|
return UploadCollectionItem;
|
|
178
181
|
});
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* @extends sap.ui.webc.common.WebComponent
|
|
22
22
|
* @class
|
|
23
23
|
*
|
|
24
|
-
* <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> which must be
|
|
24
|
+
* <h3>Overview</h3> The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> component helps the user to sort data within a list or a table. It consists of several lists like <code>Sort order</code> which is built-in and <code>Sort By</code> and <code>Filter By</code> lists, for which you must be provide items(<code>sap.ui.webc.fiori.SortItem</code> & <code>sap.ui.webc.fiori.FilterItem</code> respectively) These options can be used to create sorters for a table.
|
|
25
25
|
*
|
|
26
26
|
* The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> interrupts the current application processing as it is the only focused UI element and the main screen is dimmed/blocked. The <code>sap.ui.webc.fiori.ViewSettingsDialog</code> is modal, which means that user action is required before returning to the parent window is possible.
|
|
27
27
|
*
|
|
@@ -30,12 +30,12 @@ sap.ui.define([
|
|
|
30
30
|
* <h3>Responsive Behavior</h3> <code>sap.ui.webc.fiori.ViewSettingsDialog</code> stretches on full screen on phones.
|
|
31
31
|
*
|
|
32
32
|
* @author SAP SE
|
|
33
|
-
* @version 1.
|
|
33
|
+
* @version 1.99.0
|
|
34
34
|
*
|
|
35
35
|
* @constructor
|
|
36
36
|
* @public
|
|
37
|
-
* @since 1.
|
|
38
|
-
* @experimental Since 1.
|
|
37
|
+
* @since 1.95.0
|
|
38
|
+
* @experimental Since 1.95.0 This control is experimental and its API might change significantly.
|
|
39
39
|
* @alias sap.ui.webc.fiori.ViewSettingsDialog
|
|
40
40
|
* @ui5-metamodel This control/element also will be described in the UI5 (legacy) designtime metamodel
|
|
41
41
|
*/
|
|
@@ -56,10 +56,19 @@ sap.ui.define([
|
|
|
56
56
|
aggregations: {
|
|
57
57
|
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
*
|
|
60
|
+
*/
|
|
61
|
+
filterItems: {
|
|
62
|
+
type: "sap.ui.webc.fiori.IFilterItem",
|
|
63
|
+
multiple: true,
|
|
64
|
+
slot: "filterItems"
|
|
65
|
+
},
|
|
66
|
+
|
|
67
|
+
/**
|
|
68
|
+
*
|
|
60
69
|
*/
|
|
61
70
|
sortItems: {
|
|
62
|
-
type: "sap.ui.webc.
|
|
71
|
+
type: "sap.ui.webc.fiori.ISortItem",
|
|
63
72
|
multiple: true,
|
|
64
73
|
slot: "sortItems"
|
|
65
74
|
}
|
|
@@ -79,7 +88,7 @@ sap.ui.define([
|
|
|
79
88
|
},
|
|
80
89
|
|
|
81
90
|
/**
|
|
82
|
-
* The
|
|
91
|
+
* The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
|
|
83
92
|
*/
|
|
84
93
|
sortBy: {
|
|
85
94
|
type: "string"
|
|
@@ -100,7 +109,7 @@ sap.ui.define([
|
|
|
100
109
|
},
|
|
101
110
|
|
|
102
111
|
/**
|
|
103
|
-
* The
|
|
112
|
+
* The currently selected <code>sap.ui.webc.fiori.SortItem</code> text attribute.
|
|
104
113
|
*/
|
|
105
114
|
sortBy: {
|
|
106
115
|
type: "string"
|
|
@@ -119,5 +128,8 @@ sap.ui.define([
|
|
|
119
128
|
* @function
|
|
120
129
|
*/
|
|
121
130
|
|
|
131
|
+
/* CUSTOM CODE START */
|
|
132
|
+
/* CUSTOM CODE END */
|
|
133
|
+
|
|
122
134
|
return ViewSettingsDialog;
|
|
123
135
|
});
|
|
@@ -23,19 +23,32 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* <h3>Overview</h3>
|
|
25
25
|
*
|
|
26
|
-
* The <code>sap.ui.webc.fiori.Wizard</code> helps users complete a complex task by dividing it into sections and guiding
|
|
26
|
+
* The <code>sap.ui.webc.fiori.Wizard</code> helps users to complete a complex task by dividing it into sections and guiding them through it. It has two main areas - a navigation area at the top showing the step sequence and a content area below it.
|
|
27
27
|
*
|
|
28
28
|
* <h3>Structure</h3>
|
|
29
29
|
* <h4>Navigation area</h4> The top most area of the <code>sap.ui.webc.fiori.Wizard</code> is occupied by the navigation area. It shows the sequence of steps, where the recommended number of steps is between 3 and 8 steps.
|
|
30
30
|
* <ul>
|
|
31
31
|
* <li> Steps can have different visual representations - numbers or icons.
|
|
32
32
|
* <li> Steps might have labels for better readability - titleText and subTitleText.</li>
|
|
33
|
-
* <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code
|
|
33
|
+
* <li> Steps are defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code>.</li>
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* <b>Note:</b> If no selected step is defined, the first step will be auto selected. <br>
|
|
37
37
|
* <b>Note:</b> If multiple selected steps are defined, the last step will be selected.
|
|
38
38
|
*
|
|
39
|
+
* <h3>Keyboard Handling</h3> The user can navigate using the following keyboard shortcuts: <br>
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* <h4>Wizard Progress Navigation</h4>
|
|
43
|
+
* <ul>
|
|
44
|
+
* <li>[LEFT], [DOWN] - Focus moves backward to the WizardProgressNavAnchors.</li>
|
|
45
|
+
* <li>[UP], [RIGHT] - Focus moves forward to the WizardProgressNavAnchor.</li>
|
|
46
|
+
* <li>[SPACE] or [ENTER], [RETURN] - Selects an active step</li>
|
|
47
|
+
* <li>[HOME] or [PAGE UP] - Focus goes to the first step</li>
|
|
48
|
+
* <li>[END] or [PAGE DOWN] - Focus goes to the last step</li>
|
|
49
|
+
* </ul>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
39
52
|
* <h4>Content</h4> The content occupies the main part of the page. It can hold any type of HTML elements. It's defined by using the <code>sap.ui.webc.fiori.WizardStep</code> as slotted element within the <code>sap.ui.webc.fiori.Wizard</code>.
|
|
40
53
|
*
|
|
41
54
|
* <h3>Scrolling</h3> The component handles user scrolling by selecting the closest step, based on the current scroll position and scrolls to particular place, when the user clicks on the step within the navigation area. <br>
|
|
@@ -50,21 +63,21 @@ sap.ui.define([
|
|
|
50
63
|
* </code> <code>	<ui5-wizard></ui5-wizard><br>
|
|
51
64
|
* </code> <code></ui5-dialog></code>
|
|
52
65
|
*
|
|
53
|
-
* <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>.
|
|
66
|
+
* <h4>Moving to next step</h4> The <code>sap.ui.webc.fiori.WizardStep</code> provides the necessary API and it's up to the user of the component to use it to move to the next step. You have to set its <code>selected</code> property (and remove the <code>disabled</code> one if set) to <code>true</code>. The <code>sap.ui.webc.fiori.Wizard</code> will automatically scroll to the content of the newly selected step. <br>
|
|
54
67
|
* <br>
|
|
55
68
|
*
|
|
56
69
|
*
|
|
57
70
|
* The Fiori 3 guidelines recommends having a "nextStep" button in the content area. You can place a button, or any other type of element to trigger step change, inside the <code>sap.ui.webc.fiori.WizardStep</code>, and show/hide it when certain fields are filled or user defined criteria is met.
|
|
58
71
|
*
|
|
59
72
|
* <h3>Usage</h3>
|
|
60
|
-
* <h4>When to use:</h4> When the user has to accomplish a long
|
|
73
|
+
* <h4>When to use:</h4> When the user has to accomplish a long or unfamiliar task.
|
|
61
74
|
*
|
|
62
75
|
* <h4>When not to use:</h4> When the task has less than 3 steps.
|
|
63
76
|
*
|
|
64
|
-
* <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area
|
|
77
|
+
* <h3>Responsive Behavior</h3> On small widths the step's titleText, subtitleText and separators in the navigation area shrink and from particular point the steps are grouped together and overlap. Tapping on them will show a popover to select the step to navigate to. On mobile device, the grouped steps are presented within a dialog.
|
|
65
78
|
*
|
|
66
79
|
* @author SAP SE
|
|
67
|
-
* @version 1.
|
|
80
|
+
* @version 1.99.0
|
|
68
81
|
*
|
|
69
82
|
* @constructor
|
|
70
83
|
* @public
|
|
@@ -79,14 +92,6 @@ sap.ui.define([
|
|
|
79
92
|
tag: "ui5-wizard-ui5",
|
|
80
93
|
properties: {
|
|
81
94
|
|
|
82
|
-
/**
|
|
83
|
-
* Sets the accessible aria name of the component.
|
|
84
|
-
*/
|
|
85
|
-
accessibleName: {
|
|
86
|
-
type: "string",
|
|
87
|
-
defaultValue: undefined
|
|
88
|
-
},
|
|
89
|
-
|
|
90
95
|
/**
|
|
91
96
|
* Defines the height of the control
|
|
92
97
|
*/
|
|
@@ -117,21 +122,21 @@ sap.ui.define([
|
|
|
117
122
|
stepChange: {
|
|
118
123
|
parameters: {
|
|
119
124
|
/**
|
|
120
|
-
*
|
|
125
|
+
* The new step.
|
|
121
126
|
*/
|
|
122
127
|
step: {
|
|
123
128
|
type: "HTMLElement"
|
|
124
129
|
},
|
|
125
130
|
|
|
126
131
|
/**
|
|
127
|
-
*
|
|
132
|
+
* The previous step.
|
|
128
133
|
*/
|
|
129
134
|
previousStep: {
|
|
130
135
|
type: "HTMLElement"
|
|
131
136
|
},
|
|
132
137
|
|
|
133
138
|
/**
|
|
134
|
-
*
|
|
139
|
+
* The step change occurs due to user's click or 'Enter'/'Space' key press on step within the navigation.
|
|
135
140
|
*/
|
|
136
141
|
changeWithClick: {
|
|
137
142
|
type: "boolean"
|
|
@@ -142,5 +147,8 @@ sap.ui.define([
|
|
|
142
147
|
}
|
|
143
148
|
});
|
|
144
149
|
|
|
150
|
+
/* CUSTOM CODE START */
|
|
151
|
+
/* CUSTOM CODE END */
|
|
152
|
+
|
|
145
153
|
return Wizard;
|
|
146
154
|
});
|
|
@@ -23,20 +23,20 @@ sap.ui.define([
|
|
|
23
23
|
*
|
|
24
24
|
* <h3>Overview</h3>
|
|
25
25
|
*
|
|
26
|
-
* A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that
|
|
26
|
+
* A component that represents a logical step as part of the <code>sap.ui.webc.fiori.Wizard</code>. It is meant to aggregate arbitrary HTML elements that form the content of a single step.
|
|
27
27
|
*
|
|
28
28
|
* <h3>Structure</h3>
|
|
29
29
|
* <ul>
|
|
30
|
-
* <li>Each wizard step has arbitrary content
|
|
31
|
-
* <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties
|
|
32
|
-
* <li>Each wizard step might have an icon - defined by the <code>icon</code> property
|
|
33
|
-
* <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing
|
|
30
|
+
* <li>Each wizard step has arbitrary content.</li>
|
|
31
|
+
* <li>Each wizard step might have texts - defined by the <code>titleText</code> and <code>subtitleText</code> properties.</li>
|
|
32
|
+
* <li>Each wizard step might have an icon - defined by the <code>icon</code> property.</li>
|
|
33
|
+
* <li>Each wizard step might display a number in place of the <code>icon</code>, when it's missing.</li>
|
|
34
34
|
* </ul>
|
|
35
35
|
*
|
|
36
36
|
* <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
|
|
37
37
|
*
|
|
38
38
|
* @author SAP SE
|
|
39
|
-
* @version 1.
|
|
39
|
+
* @version 1.99.0
|
|
40
40
|
*
|
|
41
41
|
* @constructor
|
|
42
42
|
* @public
|
|
@@ -55,22 +55,6 @@ sap.ui.define([
|
|
|
55
55
|
],
|
|
56
56
|
properties: {
|
|
57
57
|
|
|
58
|
-
/**
|
|
59
|
-
* Sets the accessible aria name of the component.
|
|
60
|
-
*/
|
|
61
|
-
accessibleName: {
|
|
62
|
-
type: "string",
|
|
63
|
-
defaultValue: ""
|
|
64
|
-
},
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Defines the aria-labelledby of the step.
|
|
68
|
-
*/
|
|
69
|
-
accessibleNameRef: {
|
|
70
|
-
type: "string",
|
|
71
|
-
defaultValue: ""
|
|
72
|
-
},
|
|
73
|
-
|
|
74
58
|
/**
|
|
75
59
|
* When <code>branching</code> is enabled a dashed line would be displayed after the step, meant to indicate that the next step is not yet known and depends on user choice in the current step. <br>
|
|
76
60
|
* <br>
|
|
@@ -100,7 +84,7 @@ sap.ui.define([
|
|
|
100
84
|
* <br>
|
|
101
85
|
*
|
|
102
86
|
*
|
|
103
|
-
* <b>Note:</b>
|
|
87
|
+
* <b>Note:</b> The icon is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header. <br>
|
|
104
88
|
* <br>
|
|
105
89
|
*
|
|
106
90
|
*
|
|
@@ -128,8 +112,7 @@ sap.ui.define([
|
|
|
128
112
|
* <br>
|
|
129
113
|
*
|
|
130
114
|
*
|
|
131
|
-
* <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
132
|
-
* <b>Note:</b> the text will hide on small sizes (about 559 px).
|
|
115
|
+
* <b>Note:</b> the text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
133
116
|
*/
|
|
134
117
|
subtitleText: {
|
|
135
118
|
type: "string",
|
|
@@ -141,8 +124,7 @@ sap.ui.define([
|
|
|
141
124
|
* <br>
|
|
142
125
|
*
|
|
143
126
|
*
|
|
144
|
-
* <b>Note:</b>
|
|
145
|
-
* <b>Note:</b> the text will hide on small sizes (about 559 px).
|
|
127
|
+
* <b>Note:</b> The text is displayed in the <code>sap.ui.webc.fiori.Wizard</code> navigation header.
|
|
146
128
|
*/
|
|
147
129
|
titleText: {
|
|
148
130
|
type: "string",
|
|
@@ -163,5 +145,8 @@ sap.ui.define([
|
|
|
163
145
|
}
|
|
164
146
|
});
|
|
165
147
|
|
|
148
|
+
/* CUSTOM CODE START */
|
|
149
|
+
/* CUSTOM CODE END */
|
|
150
|
+
|
|
166
151
|
return WizardStep;
|
|
167
152
|
});
|