@openui5/sap.ui.webc.fiori 1.119.0 → 1.120.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/THIRDPARTY.txt +6 -6
- package/package.json +4 -4
- package/src/sap/ui/webc/fiori/.library +3 -3
- package/src/sap/ui/webc/fiori/Bar.js +4 -14
- package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +1 -1
- package/src/sap/ui/webc/fiori/DynamicSideContent.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItem.js +1 -1
- package/src/sap/ui/webc/fiori/FilterItemOption.js +1 -1
- package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +1 -1
- package/src/sap/ui/webc/fiori/IllustratedMessage.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGallery.js +1 -1
- package/src/sap/ui/webc/fiori/MediaGalleryItem.js +1 -1
- package/src/sap/ui/webc/fiori/NotificationAction.js +1 -12
- package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +10 -8
- package/src/sap/ui/webc/fiori/NotificationListItem.js +10 -8
- package/src/sap/ui/webc/fiori/Page.js +9 -6
- package/src/sap/ui/webc/fiori/ProductSwitch.js +1 -1
- package/src/sap/ui/webc/fiori/ProductSwitchItem.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBar.js +1 -1
- package/src/sap/ui/webc/fiori/ShellBarItem.js +4 -2
- package/src/sap/ui/webc/fiori/SideNavigation.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationItem.js +1 -1
- package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +1 -1
- package/src/sap/ui/webc/fiori/SortItem.js +1 -1
- package/src/sap/ui/webc/fiori/Timeline.js +1 -1
- package/src/sap/ui/webc/fiori/TimelineItem.js +1 -1
- package/src/sap/ui/webc/fiori/UploadCollection.js +4 -13
- package/src/sap/ui/webc/fiori/UploadCollectionItem.js +69 -2
- package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +14 -2
- package/src/sap/ui/webc/fiori/Wizard.js +1 -1
- package/src/sap/ui/webc/fiori/WizardStep.js +1 -1
- package/src/sap/ui/webc/fiori/designtime/messagebundle_mk.properties +28 -0
- package/src/sap/ui/webc/fiori/library.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/Bar.js +5 -4
- package/src/sap/ui/webc/fiori/thirdparty/BarcodeScannerDialog.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/DynamicSideContent.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/FlexibleColumnLayout.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/IllustratedMessage.js +6 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGallery.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/MediaGalleryItem.js +5 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListGroupItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItem.js +9 -0
- package/src/sap/ui/webc/fiori/thirdparty/NotificationListItemBase.js +7 -0
- package/src/sap/ui/webc/fiori/thirdparty/Page.js +16 -2
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitch.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ProductSwitchItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/ShellBar.js +9 -4
- package/src/sap/ui/webc/fiori/thirdparty/ShellBarItem.js +0 -1
- package/src/sap/ui/webc/fiori/thirdparty/SideNavigation.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/Timeline.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/TimelineItem.js +3 -0
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollection.js +9 -6
- package/src/sap/ui/webc/fiori/thirdparty/UploadCollectionItem.js +13 -18
- package/src/sap/ui/webc/fiori/thirdparty/ViewSettingsDialog.js +20 -6
- package/src/sap/ui/webc/fiori/thirdparty/Wizard.js +11 -3
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Bar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/FlexibleColumnLayout.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGallery.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/MediaGalleryItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListGroupItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationListItemBase.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/NotificationOverflowActionsPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Page.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ProductSwitchItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ShellBar.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigation.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/SideNavigationPopover.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Timeline.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/TimelineItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollection.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/UploadCollectionItem.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/ViewSettingsDialog.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/Wizard.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/WizardTab.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_belize_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_dark_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_exp/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcb_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw/parameters-bundle.css +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/css/themes/sap_horizon_hcw_exp/parameters-bundle.css +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ar.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_bg.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ca.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cs.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_cy.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_da.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_de.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_el.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_GB.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_sappsd.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saprigi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_en_US_saptrc.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_es_MX.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_et.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_fr_CA.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_hu.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_it.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_iw.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ja.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_kk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ko.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_lv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ms.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_no.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_pt_PT.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ro.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_ru.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sh.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sl.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_sv.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_th.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_tr.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_uk.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_vi.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_CN.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/i18n/messagebundle_zh_TW.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_dark_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcb_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw/parameters-bundle.css.json.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/assets/themes/sap_horizon_hcw_exp/parameters-bundle.css.json.js +1 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/i18n/i18n-defaults.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/Illustrations.js +10 -74
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsTNT.js +92 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNT.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/js-imports/IllustrationsV5TNTHC.js +90 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/json-imports/Themes.js +7 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/SideNavigationTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionItemTemplate.lit.js +47 -17
- package/src/sap/ui/webc/fiori/thirdparty/generated/templates/UploadCollectionTemplate.lit.js +2 -2
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Bar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/BarcodeScannerDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/DynamicSideContent.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/FlexibleColumnLayout.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/IllustratedMessage.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/InvisibleTextStyles.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGallery.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/MediaGalleryItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListGroupItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationListItemBase.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationOverflowActionsPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/NotificationPrioIcon.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Page.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitch.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ProductSwitchItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBar.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ShellBarPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigation.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/SideNavigationPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Timeline.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/TimelineItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollection.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/UploadCollectionItem.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/ViewSettingsDialog.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/Wizard.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardPopover.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/WizardTab.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_dark_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcb_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw/parameters-bundle.css.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/generated/themes/sap_horizon_hcw_exp/parameters-bundle.css.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddDimensions.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AddPeople.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/AllIllustrations.js +1 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BalloonSky.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/BeforeSearch.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Connection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/EmptyPlanningCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ErrorScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/FilterTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/GroupTable.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoActivities.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoColumnsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoData.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoDimensionsSet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoEntries.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoFilterResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoMail_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoNotifications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSavedItems_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoSearchResults.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/NoTasks_v1.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/PageNotFound.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ReloadScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/ResizeColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchEarth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SearchFolder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCalendar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleConnection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyDoc.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleEmptyList.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleError.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleMail.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNoSavedItems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleNotFoundMagnifier.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleReload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SimpleTask.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SleepingBell.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SortColumn.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessBalloon.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessCheckMark.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessHighFive.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/SuccessScreen.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Survey.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/Tent.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToLoadImage.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UnableToUpload.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadCollection.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/UploadToCloud.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartArea2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBPMNFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartBullet.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartDoughnut.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartFlow.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartGantt.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartOrg.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ChartPie.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/CodePlaceholder.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Company.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Components.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/ExternalLink.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/FaceID.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Fingerprint.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Lock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Mission.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoApplications.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoFlows.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/NoUsers.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Radar.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Secrets.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Services.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpired.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SessionExpiring.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Success.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/SuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Systems.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Teams.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Tools.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnableToLoad.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/Unlock.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/UnsuccessfulAuth.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations/tnt/User2.js +3 -1
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartArea2.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBPMNFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartBullet.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartDoughnut.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartFlow.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartGantt.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ChartPie.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/CodePlaceholder.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Components.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/EmptyContentPane.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/FaceID.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Fingerprint.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Lock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Mission.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoApplications.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoFlows.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/NoUsers.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Radar.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Secrets.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpired.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SessionExpiring.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Success.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/SuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Systems.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Teams.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Tools.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/UnSuccessfulAuth.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/Unlock.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBPMNFlow.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ChartPie.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Components.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Fingerprint.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Mission.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Radar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Success.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartArea2.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBPMNFlow.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBar.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartBullet.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartFlow.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartGantt.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartOrg.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ChartPie.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Components.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-ExternalLink.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-FaceID.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Fingerprint.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoFlows.js +10 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Secrets.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Services.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Success.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartArea2.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBPMNFlow.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBar.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartBullet.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartDoughnut.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartFlow.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartOrg.js +45 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ChartPie.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-CodePlaceholder.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Company.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Components.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-EmptyContentPane.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-ExternalLink.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Fingerprint.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Lock.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Mission.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoApplications.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoFlows.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-NoUsers.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Radar.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Secrets.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Services.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpired.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SessionExpiring.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Success.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-SuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Systems.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Teams.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Tools.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-UnSuccessfulAuth.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Scene-Unlock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartArea2.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBPMNFlow.js +30 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBar.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartBullet.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartDoughnut.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartFlow.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartGantt.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartOrg.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ChartPie.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Company.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Components.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-EmptyContentPane.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-ExternalLink.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-FaceID.js +26 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Fingerprint.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Lock.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Mission.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoApplications.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoFlows.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-NoUsers.js +28 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Secrets.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Services.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpired.js +23 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SessionExpiring.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Success.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-SuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Systems.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Teams.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Tools.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-UnSuccessfulAuth.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Spot-Unlock.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartArea2.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBPMNFlow.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartBullet.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartDoughnut.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartFlow.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartGantt.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartOrg.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ChartPie.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-CodePlaceholder.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Company.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Components.js +66 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-EmptyContentPane.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Fingerprint.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Mission.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoFlows.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-NoUsers.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Radar.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Secrets.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Services.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpired.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Success.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-SuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Teams.js +68 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Tools.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-UnSuccessfulAuth.js +62 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dialog-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartArea2.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBPMNFlow.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBar.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartBullet.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartDoughnut.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartFlow.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartGantt.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartOrg.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ChartPie.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-CodePlaceholder.js +15 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Company.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Components.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-EmptyContentPane.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-ExternalLink.js +20 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-FaceID.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Fingerprint.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Lock.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Mission.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoApplications.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoFlows.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-NoUsers.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Radar.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Secrets.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Services.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpired.js +17 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SessionExpiring.js +18 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Success.js +16 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-SuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Systems.js +24 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Teams.js +25 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Tools.js +27 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-UnSuccessfulAuth.js +21 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Dot-Unlock.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartArea2.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBPMNFlow.js +50 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBar.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartBullet.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartDoughnut.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartFlow.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartGantt.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartOrg.js +58 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ChartPie.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-CodePlaceholder.js +22 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Company.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Components.js +67 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-EmptyContentPane.js +55 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-ExternalLink.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-FaceID.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Fingerprint.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Mission.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoFlows.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-NoUsers.js +54 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Radar.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Secrets.js +36 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Services.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpired.js +51 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SessionExpiring.js +49 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Success.js +47 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-SuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Systems.js +77 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Teams.js +73 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Tools.js +52 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-UnSuccessfulAuth.js +64 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Scene-Unlock.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea.js +32 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartArea2.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBPMNFlow.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBar.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartBullet.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartDoughnut.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartFlow.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartGantt.js +34 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartOrg.js +46 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ChartPie.js +31 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-CodePlaceholder.js +19 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Company.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Components.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-EmptyContentPane.js +35 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-ExternalLink.js +39 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-FaceID.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Fingerprint.js +29 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Lock.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Mission.js +41 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoApplications.js +59 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoFlows.js +53 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-NoUsers.js +43 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Radar.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Secrets.js +33 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Services.js +40 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpired.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SessionExpiring.js +44 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Success.js +37 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-SuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Systems.js +76 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Teams.js +63 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Tools.js +48 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-UnSuccessfulAuth.js +38 -0
- package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/tnt-Spot-Unlock.js +38 -0
- package/ui5.yaml +1 -1
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="320" height="240" viewBox="0 0 320 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-EmptyContentPane">
|
|
9
|
+
<path d="M305.547 19H14.4533C12.5559 18.9983 10.6768 19.3705 8.92329 20.0954C7.16981 20.8203 5.57638 21.8836 4.23409 23.2247C2.8918 24.5657 1.82697 26.1582 1.10045 27.911C0.373942 29.6638 -8.08861e-07 31.5426 0 33.44V204.547C0 208.38 1.52275 212.056 4.23328 214.767C6.9438 217.477 10.6201 219 14.4533 219H305.547C309.38 219 313.056 217.477 315.767 214.767C318.477 212.056 320 208.38 320 204.547V33.44C320 31.5426 319.626 29.6638 318.9 27.911C318.173 26.1582 317.108 24.5657 315.766 23.2247C314.424 21.8836 312.83 20.8203 311.077 20.0954C309.323 19.3705 307.444 18.9983 305.547 19Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M229.138 6.1787C229.448 6.53874 229.655 6.97559 229.737 7.44328C229.819 7.91096 229.774 8.39219 229.606 8.83631L225.883 19.5041C225.268 21.2687 223.479 21.7094 222.096 21.2271C221.523 21.0504 221.022 20.6923 220.67 20.2068C220.318 19.7213 220.133 19.1345 220.142 18.5347C220.156 18.2451 220.213 17.9591 220.312 17.6865L224.035 7.01879C224.189 6.54742 224.467 6.12637 224.84 5.8002C225.214 5.47404 225.668 5.25489 226.156 5.16595C226.698 5.06684 227.257 5.10783 227.779 5.28506C228.301 5.4623 228.769 5.7699 229.138 6.1787Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<path d="M266.077 55.2093C266.132 55.5447 266.117 55.8878 266.032 56.2169C265.948 56.5461 265.795 56.8539 265.585 57.1209C265.375 57.3878 265.111 57.6079 264.811 57.7671C264.51 57.9264 264.18 58.0213 263.841 58.0458L252.912 59.3411C252.519 59.3863 252.121 59.3528 251.741 59.2424C251.361 59.1321 251.006 58.9471 250.699 58.6983C250.391 58.4495 250.136 58.1419 249.948 57.7935C249.761 57.445 249.644 57.0627 249.606 56.6688C249.586 56.5068 249.579 56.3434 249.585 56.1803C249.601 55.5772 249.841 55.0017 250.259 54.5672C250.678 54.1327 251.244 53.8707 251.846 53.8329L262.771 52.541C263.164 52.4951 263.562 52.528 263.942 52.6378C264.322 52.7477 264.676 52.9323 264.984 53.1807C265.292 53.4292 265.547 53.7366 265.735 54.0849C265.923 54.4332 266.039 54.8155 266.077 55.2093Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path d="M256.438 25.8775C256.401 26.2469 256.289 26.6049 256.109 26.9296C255.929 27.2544 255.685 27.5389 255.391 27.766L242.315 38.0834C241.726 38.5428 240.983 38.7567 240.24 38.6805C239.496 38.6042 238.812 38.2436 238.328 37.6741C237.882 37.144 237.651 36.4656 237.682 35.7734C237.7 35.3745 237.804 34.9842 237.987 34.6291C238.17 34.274 238.427 33.9624 238.741 33.7157L251.816 23.3983C252.408 22.9359 253.156 22.7209 253.903 22.7986C254.651 22.8762 255.338 23.2405 255.823 23.8148C256.059 24.0995 256.235 24.4289 256.341 24.7833C256.446 25.1378 256.479 25.5099 256.438 25.8775Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<path d="M125.013 82.8652H33.987C28.4713 82.8652 24 87.925 24 94.1666V221.564C24 227.805 28.4713 232.865 33.987 232.865H125.013C130.529 232.865 135 227.805 135 221.564V94.1666C135 87.925 130.529 82.8652 125.013 82.8652Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path d="M124 113.945H36C34.3431 113.945 33 115.288 33 116.945V121.945C33 123.602 34.3431 124.945 36 124.945H124C125.657 124.945 127 123.602 127 121.945V116.945C127 115.288 125.657 113.945 124 113.945Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M72.5391 99.8652H44.2936C42.9508 99.8652 41.8623 100.954 41.8623 102.296C41.8623 103.639 42.9508 104.728 44.2936 104.728H72.5391C73.8819 104.728 74.9704 103.639 74.9704 102.296C74.9704 100.954 73.8819 99.8652 72.5391 99.8652Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
16
|
+
<path d="M66.6375 118.135H43.2505C42.4838 118.135 41.8623 118.757 41.8623 119.523C41.8623 120.29 42.4838 120.912 43.2505 120.912H66.6375C67.4041 120.912 68.0257 120.29 68.0257 119.523C68.0257 118.757 67.4041 118.135 66.6375 118.135Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
17
|
+
<path d="M62.2377 128.323H43.2505C42.4838 128.323 41.8623 128.945 41.8623 129.711C41.8623 130.478 42.4838 131.1 43.2505 131.1H62.2377C63.0044 131.1 63.6259 130.478 63.6259 129.711C63.6259 128.945 63.0044 128.323 62.2377 128.323Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
18
|
+
<path d="M65.2454 138.974H43.2505C42.4838 138.974 41.8623 139.595 41.8623 140.362C41.8623 141.128 42.4838 141.75 43.2505 141.75H65.2454C66.0121 141.75 66.6336 141.128 66.6336 140.362C66.6336 139.595 66.0121 138.974 65.2454 138.974Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
19
|
+
<path d="M53.2068 149.158H43.2505C42.4838 149.158 41.8623 149.779 41.8623 150.546C41.8623 151.313 42.4838 151.934 43.2505 151.934H53.2068C53.9735 151.934 54.595 151.313 54.595 150.546C54.595 149.779 53.9735 149.158 53.2068 149.158Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path d="M53.2068 159.577H43.2505C42.4838 159.577 41.8623 160.198 41.8623 160.965C41.8623 161.731 42.4838 162.353 43.2505 162.353H53.2068C53.9735 162.353 54.595 161.731 54.595 160.965C54.595 160.198 53.9735 159.577 53.2068 159.577Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
21
|
+
<path d="M53.2068 180.415H43.2505C42.4838 180.415 41.8623 181.036 41.8623 181.803C41.8623 182.569 42.4838 183.191 43.2505 183.191H53.2068C53.9735 183.191 54.595 182.569 54.595 181.803C54.595 181.036 53.9735 180.415 53.2068 180.415Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
22
|
+
<path d="M53.2068 169.996H43.2505C42.4838 169.996 41.8623 170.617 41.8623 171.384C41.8623 172.15 42.4838 172.772 43.2505 172.772H53.2068C53.9735 172.772 54.595 172.15 54.595 171.384C54.595 170.617 53.9735 169.996 53.2068 169.996Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
23
|
+
<path d="M53.2068 190.833H43.2505C42.4838 190.833 41.8623 191.455 41.8623 192.222C41.8623 192.988 42.4838 193.61 43.2505 193.61H53.2068C53.9735 193.61 54.595 192.988 54.595 192.222C54.595 191.455 53.9735 190.833 53.2068 190.833Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
24
|
+
<path d="M53.1599 201.296H43.2036C42.4369 201.296 41.8154 201.917 41.8154 202.684C41.8154 203.451 42.4369 204.072 43.2036 204.072H53.1599C53.9266 204.072 54.5481 203.451 54.5481 202.684C54.5481 201.917 53.9266 201.296 53.1599 201.296Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
25
|
+
<path d="M115.278 117.873H91.8911C91.1244 117.873 90.5029 118.494 90.5029 119.261C90.5029 120.027 91.1244 120.649 91.8911 120.649H115.278C116.045 120.649 116.666 120.027 116.666 119.261C116.666 118.494 116.045 117.873 115.278 117.873Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<path d="M110.878 128.061H91.8911C91.1244 128.061 90.5029 128.682 90.5029 129.449C90.5029 130.215 91.1244 130.837 91.8911 130.837H110.878C111.645 130.837 112.267 130.215 112.267 129.449C112.267 128.682 111.645 128.061 110.878 128.061Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
27
|
+
<path d="M113.886 138.707H91.8911C91.1244 138.707 90.5029 139.329 90.5029 140.095C90.5029 140.862 91.1244 141.483 91.8911 141.483H113.886C114.653 141.483 115.274 140.862 115.274 140.095C115.274 139.329 114.653 138.707 113.886 138.707Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
<path d="M101.847 148.895H91.8911C91.1244 148.895 90.5029 149.516 90.5029 150.283C90.5029 151.049 91.1244 151.671 91.8911 151.671H101.847C102.614 151.671 103.236 151.049 103.236 150.283C103.236 149.516 102.614 148.895 101.847 148.895Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
29
|
+
<path d="M101.847 159.314H91.8911C91.1244 159.314 90.5029 159.935 90.5029 160.702C90.5029 161.469 91.1244 162.09 91.8911 162.09H101.847C102.614 162.09 103.236 161.469 103.236 160.702C103.236 159.935 102.614 159.314 101.847 159.314Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
30
|
+
<path d="M101.847 180.152H91.8911C91.1244 180.152 90.5029 180.773 90.5029 181.54C90.5029 182.307 91.1244 182.928 91.8911 182.928H101.847C102.614 182.928 103.236 182.307 103.236 181.54C103.236 180.773 102.614 180.152 101.847 180.152Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
31
|
+
<path d="M101.847 169.733H91.8911C91.1244 169.733 90.5029 170.354 90.5029 171.121C90.5029 171.888 91.1244 172.509 91.8911 172.509H101.847C102.614 172.509 103.236 171.888 103.236 171.121C103.236 170.354 102.614 169.733 101.847 169.733Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
32
|
+
<path d="M101.847 190.571H91.8911C91.1244 190.571 90.5029 191.193 90.5029 191.959C90.5029 192.726 91.1244 193.348 91.8911 193.348H101.847C102.614 193.348 103.236 192.726 103.236 191.959C103.236 191.193 102.614 190.571 101.847 190.571Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
33
|
+
<path d="M101.847 200.99H91.8911C91.1244 200.99 90.5029 201.611 90.5029 202.378C90.5029 203.145 91.1244 203.766 91.8911 203.766H101.847C102.614 203.766 103.236 203.145 103.236 202.378C103.236 201.611 102.614 200.99 101.847 200.99Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
34
|
+
<path d="M86 59.8652C86 54.3424 90.4772 49.8652 96 49.8652H200.609L228.136 72.687V178.556C228.136 184.079 223.659 188.556 218.136 188.556H96C90.4772 188.556 86 184.079 86 178.556V59.8652Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
35
|
+
<path d="M81 52.8652C81 48.447 84.5817 44.8652 89 44.8652H194.509L223.136 68.8413V175.556C223.136 179.974 219.554 183.556 215.136 183.556H89C84.5817 183.556 81 179.974 81 175.556V52.8652Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
36
|
+
<path d="M194.354 68.6235L223.136 74.4277V68.6235H194.354Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
37
|
+
<path d="M194.354 68.624H223.136L194.354 44.8652V68.624Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
38
|
+
<rect x="244" y="86.8652" width="42" height="43.5" rx="7.8" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
39
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M270.356 107.006C271.215 107.836 271.215 109.181 270.356 110.011L263.756 116.386C263.126 116.994 262.18 117.175 261.358 116.846C260.536 116.518 260 115.743 260 114.883L260 102.133C260 101.274 260.536 100.499 261.358 100.17C262.18 99.8412 263.126 100.023 263.756 100.631L270.356 107.006Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
40
|
+
<rect x="164.444" y="165.865" width="140" height="36" rx="8.72993" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
41
|
+
<g clip-path="url(#clip0_619_3853)">
|
|
42
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M187.057 176.427L187.056 176.429L185.093 180.919H187.648C187.675 180.919 187.703 180.92 187.73 180.922C188.127 180.89 188.525 181.083 188.738 181.451L190.135 183.865L192.831 181.223C193.252 180.811 193.927 180.818 194.339 181.239C194.751 181.659 194.745 182.335 194.324 182.747L191.239 185.771L193.257 189.258C193.552 189.767 193.378 190.42 192.868 190.715C192.359 191.01 191.706 190.836 191.411 190.326L189.666 187.312L187.174 189.754C186.481 190.431 185.606 190.876 184.669 191.045V191.045L183.677 191.224C183.097 191.329 182.542 190.944 182.438 190.364C182.333 189.785 182.718 189.23 183.297 189.125L184.29 188.946C184.812 188.851 185.299 188.603 185.682 188.229V188.229L188.563 185.406L187.2 183.052H184.16L179.85 192.909C179.267 194.241 177.967 195.127 176.498 195.162L175.343 195.198C174.754 195.216 174.262 194.754 174.244 194.165C174.225 193.576 174.688 193.084 175.277 193.066L176.445 193.03C177.078 193.015 177.642 192.634 177.895 192.055L181.832 183.052H178.693C178.104 183.052 177.626 182.574 177.626 181.985C177.626 181.396 178.104 180.919 178.693 180.919H182.765L185.107 175.563C185.562 174.539 186.573 173.865 187.707 173.865H189.441C190.03 173.865 190.507 174.343 190.507 174.932C190.507 175.521 190.03 175.999 189.441 175.999H187.707C187.432 175.999 187.176 176.161 187.057 176.427Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
43
|
+
</g>
|
|
44
|
+
<rect x="208.444" y="180.532" width="76" height="8" rx="4" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
45
|
+
<path d="M55.0065 55.2486C55.0065 54.0597 51.5555 53.1081 46.9446 52.892C46.6809 48.2868 45.6659 44.8626 44.4769 44.8652C43.2879 44.8679 42.2993 48.3184 42.0462 52.9473C37.4221 53.2636 33.9842 54.297 34.0001 55.4885C34.0159 56.6799 37.4511 57.6315 42.062 57.8451C42.3389 62.4502 43.3407 65.8744 44.527 65.8718C45.7134 65.8692 46.7073 62.4186 46.9604 57.7897C51.5845 57.4734 55.0197 56.4401 55.0065 55.2486Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
46
|
+
<path d="M77.5375 33.5567C77.5375 32.7906 75.3136 32.1773 72.342 32.038C72.1722 29.0703 71.518 26.8635 70.7518 26.8652C69.9856 26.8669 69.3484 29.0906 69.1853 32.0737C66.2053 32.2775 63.9898 32.9435 64 33.7113C64.0102 34.4792 66.224 35.0924 69.1955 35.23C69.3739 38.1978 70.0195 40.4045 70.7841 40.4028C71.5486 40.4011 72.1891 38.1774 72.3522 35.1943C75.3323 34.9905 77.546 34.3246 77.5375 33.5567Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
47
|
+
<defs>
|
|
48
|
+
<clipPath id="clip0_619_3853">
|
|
49
|
+
<rect width="21.3333" height="21.3333" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(173.777 173.865)"/>
|
|
50
|
+
</clipPath>
|
|
51
|
+
</defs>
|
|
52
|
+
</svg>
|
|
53
|
+
`;
|
|
54
|
+
_exports.default = _default;
|
|
55
|
+
});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-ExternalLink">
|
|
9
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M30.2614 95.7596C28.325 89.9753 31.9736 83.8199 37.9774 82.7423L202.692 53.177C207.577 52.3002 212.366 55.1388 213.941 59.8451L245.865 155.204C247.802 160.988 244.153 167.143 238.149 168.221L73.4352 197.786C68.5502 198.663 63.7613 195.824 62.1858 191.118L30.2614 95.7596Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
11
|
+
<path d="M34.1008 81.3978L30.8701 88.205L38.4321 86.5432L34.1008 81.3978Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
12
|
+
<path d="M245.371 157.424L245.307 162.839L247.843 157.424L245.371 157.424Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
13
|
+
<path d="M33.4157 89.4307C31.4793 83.6465 35.1279 77.4911 41.1317 76.4134L205.846 46.8482C210.731 45.9714 215.52 48.81 217.095 53.5163L249.02 148.875C250.956 154.659 247.308 160.814 241.304 161.892L76.5895 191.457C71.7045 192.334 66.9156 189.496 65.3401 184.789L33.4157 89.4307Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
14
|
+
<path d="M33.4217 89.4485C31.4832 83.6581 35.1415 77.4975 41.1535 76.4284L205.954 47.12C210.834 46.252 215.614 49.0903 217.187 53.7908L222.397 69.3525L37.691 102.201L33.4217 89.4485Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
15
|
+
<path d="M54.4988 113.773C53.7242 111.459 55.1838 108.996 57.5855 108.566L209.627 81.2866C211.581 80.936 213.497 82.0715 214.127 83.9539L235.145 146.736C235.92 149.049 234.46 151.512 232.058 151.943L80.0165 179.222C78.0626 179.572 76.1472 178.437 75.517 176.554L54.4988 113.773Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
16
|
+
<path d="M57.3387 109.658C56.564 107.344 58.0237 104.882 60.4254 104.451L212.467 77.1719C214.421 76.8213 216.337 77.9567 216.967 79.8391L237.985 142.621C238.76 144.935 237.3 147.397 234.898 147.828L82.8564 175.107C80.9025 175.457 78.9871 174.322 78.3569 172.44L57.3387 109.658Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<circle cx="49.2017" cy="87.2039" r="4.5" transform="rotate(-18.5096 49.2017 87.2039)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<circle cx="66.2739" cy="84.3467" r="4.5" transform="rotate(-18.5096 66.2739 84.3467)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<circle cx="83.3481" cy="81.2092" r="4.5" transform="rotate(-18.5096 83.3481 81.2092)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path d="M72.9904 118.229C72.3674 116.491 73.4484 114.608 75.264 114.269L177.214 95.2327C178.662 94.9623 180.092 95.7832 180.589 97.1698L181.237 98.9769C181.86 100.716 180.779 102.599 178.963 102.938L77.0128 121.974C75.5648 122.244 74.1348 121.423 73.638 120.037L72.9904 118.229Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<path d="M78.6721 133.133C78.0491 131.394 79.1301 129.511 80.9456 129.172L182.896 110.136C184.344 109.865 185.774 110.686 186.271 112.073L186.918 113.88C187.541 115.619 186.46 117.502 184.645 117.841L82.6944 136.877C81.2465 137.147 79.8164 136.326 79.3196 134.94L78.6721 133.133Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<path d="M83.7654 149.352C83.1446 147.619 84.2161 145.741 86.0236 145.394L130.66 136.819C132.113 136.54 133.552 137.361 134.05 138.753L134.7 140.565C135.321 142.298 134.249 144.176 132.441 144.523L87.8048 153.098C86.3525 153.377 84.9135 152.556 84.4147 151.164L83.7654 149.352Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<path d="M201.656 90.8494C199.367 78.9781 207.899 73.5157 221.027 65.2908C221.718 64.8611 222.627 65.2363 222.797 66.0157L227.845 73.787C229.332 76.4168 232.741 75.1308 233.154 74.0284L243.97 43.8553C244.278 43.0371 243.639 42.2005 242.77 42.2919L207.947 41.4124C206.772 41.5258 205.576 43.3176 206.616 43.8552L212.091 51.6239C212.807 51.986 212.935 52.9446 212.354 53.5068C200.985 64.3227 185.361 69.4143 191.241 87.1515C193.81 94.9256 200.363 99.2831 208.624 103.744C209.845 104.407 210.499 102.609 209.86 101.383C208.414 98.6297 202.192 93.5726 201.663 90.8594L201.656 90.8494Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
24
|
+
<path d="M206.196 89.9618C204.024 78.6957 212.121 73.5119 224.58 65.7063C225.235 65.2986 226.098 65.6547 226.259 66.3943L231.05 73.7694C231.292 74.8496 233.264 74.3915 233.656 73.3453L243.982 44.0157C244.274 43.2392 243.668 42.4453 242.843 42.532L212.166 43.0456C211.051 43.1531 209.916 44.8536 210.903 45.3638L216.099 52.7363C216.779 53.08 216.9 53.9897 216.348 54.5232C205.56 64.7876 190.732 69.6196 196.312 86.4524C198.751 93.8301 201.14 99.251 208.979 103.484C210.137 104.114 210.759 102.407 210.152 101.244C208.78 98.6309 206.705 92.5461 206.203 89.9712L206.196 89.9618Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
25
|
+
<path d="M268.952 8.5568C269.132 8.99654 269.189 9.47646 269.118 9.94607C269.048 10.4157 268.852 10.8576 268.552 11.2253L261.633 20.1579C260.489 21.6358 258.653 21.4854 257.494 20.5888C257.007 20.2391 256.646 19.7407 256.467 19.1684C256.287 18.5962 256.298 17.981 256.497 17.4154C256.602 17.145 256.747 16.8919 256.927 16.6649L263.846 7.73231C264.142 7.33418 264.54 7.02334 264.997 6.83268C265.455 6.64202 265.956 6.57863 266.446 6.64923C266.992 6.72747 267.508 6.94375 267.947 7.27758C268.386 7.61142 268.732 8.05174 268.952 8.5568Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
26
|
+
<path d="M288.403 66.7816C288.349 67.1172 288.225 67.4377 288.04 67.7229C287.855 68.0081 287.613 68.2516 287.329 68.4378C287.045 68.6241 286.725 68.749 286.389 68.8047C286.054 68.8604 285.711 68.8455 285.382 68.7611L274.607 66.5176C274.22 66.4356 273.853 66.2773 273.528 66.0519C273.202 65.8266 272.925 65.5387 272.712 65.205C272.5 64.8714 272.355 64.4987 272.288 64.1087C272.221 63.7187 272.232 63.3192 272.321 62.9336C272.353 62.7735 272.399 62.6164 272.457 62.4638C272.663 61.8968 273.073 61.4275 273.608 61.1484C274.143 60.8693 274.763 60.8006 275.346 60.956L286.115 63.2012C286.502 63.2825 286.869 63.4402 287.195 63.6651C287.52 63.89 287.798 64.1775 288.011 64.5109C288.224 64.8443 288.368 65.2169 288.435 65.6068C288.503 65.9967 288.491 66.3961 288.403 66.7816Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
27
|
+
<path d="M288.58 35.9071C288.428 36.2456 288.208 36.5496 287.934 36.8003C287.66 37.051 287.338 37.2432 286.987 37.3651L271.312 42.9949C270.607 43.2434 269.834 43.21 269.154 42.9017C268.473 42.5933 267.939 42.0339 267.661 41.3403C267.407 40.696 267.403 39.9794 267.652 39.3328C267.796 38.9603 268.019 38.6233 268.305 38.3446C268.591 38.0659 268.934 37.8522 269.31 37.718L284.985 32.0883C285.693 31.8378 286.471 31.8716 287.155 32.1826C287.839 32.4935 288.375 33.0575 288.652 33.7558C288.785 34.1008 288.848 34.4691 288.835 34.8388C288.823 35.2084 288.736 35.5718 288.58 35.9071Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<path d="M291.742 132.821C291.742 131.463 287.799 130.376 282.531 130.129C282.23 124.868 281.071 120.955 279.712 120.958C278.354 120.962 277.224 124.904 276.935 130.192C271.652 130.554 267.724 131.734 267.742 133.096C267.76 134.457 271.685 135.544 276.953 135.788C277.269 141.049 278.414 144.962 279.769 144.958C281.125 144.955 282.26 141.013 282.549 135.725C287.833 135.363 291.757 134.183 291.742 132.821Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
29
|
+
<path d="M41.6211 186.88C41.6211 185.974 38.9926 185.25 35.4805 185.085C35.2797 181.577 34.5066 178.969 33.601 178.971C32.6954 178.973 31.9424 181.601 31.7496 185.127C28.2276 185.368 25.6091 186.155 25.6211 187.063C25.6332 187.97 28.2497 188.695 31.7617 188.857C31.9725 192.365 32.7356 194.973 33.6392 194.971C34.5428 194.969 35.2998 192.341 35.4926 188.815C39.0146 188.574 41.6311 187.787 41.6211 186.88Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
30
|
+
<path d="M73.3906 48.1337C73.3906 46.7755 69.4478 45.6882 64.1798 45.4413C63.8786 40.1799 62.7189 36.2677 61.3605 36.2708C60.0021 36.2738 58.8726 40.216 58.5834 45.5045C53.3003 45.8659 49.3726 47.0465 49.3907 48.4078C49.4088 49.7691 53.3335 50.8563 58.6015 51.1002C58.9178 56.3616 60.0623 60.2738 61.4177 60.2708C62.7732 60.2677 63.9087 56.3255 64.1978 51.037C69.4809 50.6756 73.4056 49.495 73.3906 48.1337Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M211.804 172.096L185.103 145.601C183.544 144.054 181.026 144.064 179.479 145.623C177.932 147.182 177.942 149.7 179.501 151.247L206.202 177.742C207.761 179.288 210.279 179.279 211.826 177.72C213.373 176.161 213.363 173.643 211.804 172.096ZM169.357 135.579C162.263 142.728 162.307 154.275 169.457 161.369L196.158 187.864C203.308 194.958 214.854 194.913 221.949 187.764C229.043 180.615 228.998 169.068 221.848 161.974L195.147 135.479C187.998 128.385 176.451 128.429 169.357 135.579Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M185.101 145.604L211.803 172.099C213.013 173.299 213.289 175.084 212.63 176.552C215.279 175.269 221.215 175.571 225.716 182.229C228.503 175.851 227.463 168.208 222.609 162.779L210.315 161.224L194.349 145.382C191.123 142.181 186.65 139.918 182.772 142.288C181.326 143.172 180.044 144.351 179.324 145.789C179.374 145.733 179.425 145.679 179.478 145.625C181.025 144.066 183.542 144.057 185.101 145.604Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M211.989 175.74L209.352 178.399C205.746 182.032 205.769 187.901 209.402 191.507L228.59 210.546C232.224 214.152 238.093 214.129 241.698 210.495L244.336 207.837C247.942 204.203 247.919 198.335 244.285 194.729L225.098 175.69C221.464 172.084 215.595 172.107 211.989 175.74ZM199.229 168.354C190.076 177.579 190.134 192.476 199.358 201.629L218.546 220.669C227.77 229.822 242.668 229.764 251.821 220.54L254.458 217.881C263.611 208.657 263.554 193.759 254.329 184.606L235.142 165.567C225.917 156.414 211.02 156.472 201.867 165.696L199.229 168.354Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M207.566 188.923C208.013 189.859 208.625 190.735 209.403 191.507L211.948 194.032C208.479 195.549 205.153 199.382 209.924 204.519C212.276 207.05 219.276 213.909 223.622 218.142C226.03 220.487 228.552 222.764 231.608 224.164C234.408 225.447 237.925 226.533 241.581 226.596C233.668 228.847 224.803 226.876 218.547 220.669L199.359 201.629C193.628 195.942 191.435 188.037 192.792 180.654L207.566 188.923Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.356 135.58C162.263 142.729 162.308 154.275 169.457 161.369L196.158 187.864C203.308 194.958 214.854 194.914 221.948 187.765L211.826 177.721C210.279 179.279 207.761 179.289 206.202 177.742L179.501 151.247C177.942 149.7 177.932 147.183 179.479 145.624L169.356 135.58Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
36
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M168.32 136.714C167.233 140.231 166.315 147.869 170.73 152.702C174.551 156.885 189.786 171.873 200.377 182.216C204 185.754 207.957 189.446 213.005 189.849C215.757 190.069 218.872 189.591 221.847 187.665L221.948 187.765C214.854 194.914 203.307 194.959 196.158 187.865L169.457 161.37C162.674 154.64 162.286 143.903 168.32 136.714Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
39
|
+
_exports.default = _default;
|
|
40
|
+
});
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="355" viewBox="0 0 321 355" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-FaceID">
|
|
9
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M250.915 220.006C252.9 205.861 253.955 191.041 253.955 175.772V175.772H57.6387V175.772C57.6387 191.041 58.6938 205.861 60.6788 220.006H250.915Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M250.915 220.006C252.9 205.861 253.955 191.041 253.955 175.772V175.772H235.008C234.962 191.047 233.86 205.868 231.828 220.006H250.915Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<ellipse cx="155.798" cy="175.772" rx="98.1583" ry="19.2227" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<ellipse cx="13.908" cy="17.191" rx="13.908" ry="17.191" transform="matrix(-0.877901 -0.478843 -0.478843 0.877901 95.8833 86.0151)" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.6392 145.074H57.6392C57.6393 92.0185 101.586 49.0083 155.798 49.0083C210.001 49.0083 253.944 92.0067 253.956 145.052C253.956 145.06 253.956 145.067 253.956 145.075C253.956 155.691 210.009 164.297 155.798 164.297C101.586 164.297 57.6392 155.691 57.6392 145.075C57.6392 145.075 57.6392 145.074 57.6392 145.074Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M218.442 132.559C218.442 132.65 218.442 132.741 218.441 132.832H218.426C217.683 139.481 189.928 144.826 155.798 144.826C121.668 144.826 93.9123 139.481 93.1696 132.832H93.1555C93.1551 132.759 93.1549 132.685 93.1549 132.612C93.1545 132.594 93.1543 132.576 93.1543 132.559C93.1543 132.541 93.1545 132.523 93.1549 132.506C93.1842 98.6704 121.219 71.2505 155.798 71.2505C190.395 71.2505 218.442 98.6992 218.442 132.559Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<rect x="110.463" y="13.4246" width="8.60785" height="57.8257" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<rect x="192.524" y="8.70044" width="8.60785" height="62.5498" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<circle cx="114.767" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M109.843 30.4169C116.79 30.4169 122.421 24.7855 122.421 17.8389C122.421 14.6591 121.241 11.7549 119.295 9.54028C124.004 11.3583 127.345 15.9282 127.345 21.2783C127.345 28.225 121.713 33.8563 114.767 33.8563C111 33.8563 107.62 32.2005 105.314 29.577C106.72 30.1195 108.247 30.4169 109.843 30.4169Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
20
|
+
<circle cx="196.828" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color1)"/>
|
|
21
|
+
<circle cx="133.559" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<circle cx="178.036" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
23
|
+
<ellipse cx="235.191" cy="94.4473" rx="13.908" ry="17.191" transform="rotate(-28.6099 235.191 94.4473)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 163.53V52.8442C136.986 50.3473 146.232 49.0083 155.797 49.0083C210.001 49.0083 253.943 92.0067 253.955 145.052L253.955 145.075C253.955 155.691 210.008 164.297 155.797 164.297C146.232 164.297 136.986 164.029 128.245 163.53Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M234.27 156.624C234.959 152.045 235.316 147.36 235.316 142.594C235.316 96.7513 202.297 58.432 158.196 49.0364C211.291 50.2827 253.943 92.7914 253.955 145.052L253.955 145.075C253.955 149.409 246.629 153.409 234.27 156.624Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 143.579V77.484C136.56 73.492 145.912 71.2505 155.798 71.2505C190.395 71.2505 218.442 98.6992 218.442 132.559C218.442 132.65 218.442 132.741 218.441 132.832H218.426C217.683 139.481 189.928 144.826 155.798 144.826C145.911 144.826 136.56 144.378 128.245 143.579Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<rect x="192.524" y="13.4246" width="8.60785" height="57.8257" rx="4.30393" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
28
|
+
<circle cx="196.828" cy="21.2784" r="12.578" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.09 30.8563C198.037 30.8563 203.668 25.2249 203.668 18.2783C203.668 14.6071 202.095 11.3033 199.587 9.00391C205.206 10.2616 209.406 15.2795 209.406 21.2784C209.406 28.225 203.774 33.8564 196.828 33.8564C193.552 33.8564 190.569 32.6043 188.331 30.5527C189.219 30.7514 190.142 30.8563 191.09 30.8563Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.245 115.008V101.069C129.719 99.9436 131.561 99.2751 133.558 99.2751C138.398 99.2751 142.322 103.199 142.322 108.038C142.322 112.878 138.398 116.802 133.558 116.802C131.561 116.802 129.719 116.133 128.245 115.008Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
31
|
+
<circle cx="178.036" cy="108.038" r="8.76333" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M145.277 128.262C145.82 127.3 147.04 126.961 148.002 127.503C152.84 130.233 158.754 130.233 163.593 127.503C164.555 126.961 165.774 127.3 166.317 128.262C166.86 129.224 166.52 130.444 165.558 130.987C159.5 134.405 152.095 134.405 146.036 130.987C145.074 130.444 144.734 129.224 145.277 128.262Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
33
|
+
<rect x="121.652" y="174.755" width="137.435" height="7.24475" rx="3.62237" transform="rotate(-90 121.652 174.755)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
34
|
+
<path d="M39.6137 138.298C39.6137 137.216 36.4747 136.351 32.2804 136.154C32.0406 131.965 31.1174 128.85 30.0358 128.853C28.9543 128.855 28.055 131.994 27.8248 136.204C23.6186 136.492 20.4915 137.432 20.5059 138.516C20.5203 139.6 23.645 140.465 27.8392 140.659C28.091 144.848 29.0023 147.963 30.0814 147.961C31.1605 147.958 32.0646 144.82 32.2948 140.609C36.501 140.321 39.6257 139.381 39.6137 138.298Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M297.169 172.858C297.169 171.953 294.54 171.228 291.028 171.063C290.828 167.556 290.054 164.947 289.149 164.949C288.243 164.951 287.49 167.58 287.297 171.105C283.775 171.346 281.157 172.133 281.169 173.041C281.181 173.948 283.798 174.673 287.31 174.836C287.52 178.343 288.283 180.951 289.187 180.949C290.091 180.947 290.848 178.319 291.04 174.794C294.562 174.553 297.179 173.766 297.169 172.858Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
36
|
+
<path d="M261.602 55.8351C261.602 54.4769 257.66 53.3897 252.392 53.1427C252.09 47.8813 250.931 43.9692 249.572 43.9722C248.214 43.9752 247.084 47.9175 246.795 53.2059C241.512 53.5673 237.585 54.7479 237.603 56.1092C237.621 57.4705 241.545 58.5577 246.813 58.8016C247.13 64.063 248.274 67.9752 249.63 67.9722C250.985 67.9692 252.121 64.0269 252.41 58.7384C257.693 58.377 261.618 57.1964 261.602 55.8351Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
37
|
+
</svg>
|
|
38
|
+
`;
|
|
39
|
+
_exports.default = _default;
|
|
40
|
+
});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Fingerprint">
|
|
9
|
+
<path d="M306.282 20.3333H15.1889C13.2915 20.3315 11.4124 20.7037 9.65889 21.4286C7.9054 22.1535 6.31198 23.2169 4.96969 24.5579C3.6274 25.899 2.56256 27.4914 1.83605 29.2442C1.10954 30.997 0.735595 32.8759 0.735596 34.7733V205.88C0.735596 209.713 2.25835 213.389 4.96887 216.1C7.6794 218.81 11.3557 220.333 15.1889 220.333H306.282C310.116 220.333 313.792 218.81 316.502 216.1C319.213 213.389 320.736 209.713 320.736 205.88V34.7733C320.736 32.8759 320.362 30.997 319.635 29.2442C318.909 27.4914 317.844 25.899 316.502 24.5579C315.159 23.2169 313.566 22.1535 311.812 21.4286C310.059 20.7037 308.18 20.3315 306.282 20.3333Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M42.459 36.9288C20.2327 40.1927 24.5682 59.3401 26.576 75.0885C30.7584 77.9816 39.7174 81.3187 38.3046 71.2984C36.3283 57.2804 32.3656 47.2404 44.9854 45.5732C56.4121 44.0636 59.5963 62.4523 59.8189 71.6561L69.5265 71.2219C68.9225 57.7179 64.6853 33.6649 42.459 36.9288Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
11
|
+
<path d="M17.8783 88.8642C16.5213 78.72 24.8842 69.9171 35.0846 70.7526L62.6399 73.0097C66.4709 73.3235 69.5498 76.294 70.0007 80.1113L74.6525 119.496C75.2105 124.22 71.5853 128.4 66.83 128.517L37.0219 129.246C29.2285 129.437 22.5419 123.728 21.5083 116.001L17.8783 88.8642Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M31.2721 67.55L22.3757 75.6062L33.7557 75.9481L31.2721 67.55Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
13
|
+
<path d="M82.4885 116.286L71.2031 127.05L73.1849 119.851L82.4885 116.286Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M66.701 71.3484C66.5943 70.2358 66.3152 68.7541 65.8357 66.8418C62.4701 53.421 54.595 44.3326 46.2298 45.486C55.6501 45.4295 58.9706 59.6366 59.6775 68.9072C60.5462 69.884 61.3766 70.7843 62.1432 71.5522L66.701 71.3484Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M27.7874 74.9892C27.2982 70.2567 30.9854 66.1289 35.7429 66.0833L69.2531 65.7617C74.456 65.7118 78.9395 69.4143 79.8742 74.5328L85.7697 106.817C86.9314 113.179 82.2241 119.108 75.7649 119.418L47.0364 120.8C38.9357 121.189 31.9427 115.181 31.1087 107.113L27.7874 74.9892Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
16
|
+
<path d="M54.1006 106.762L52.6914 93.9623C50.8909 93.4926 47.2546 91.3554 47.1137 86.5644C46.9375 80.5756 51.4151 79.0204 54.063 79.02C56.9817 79.0196 62.0856 80.5756 63.0838 87.0341C63.8823 92.2009 61.2636 93.8057 59.8545 93.9623L61.4398 106.762H54.1006Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.8867 79.7155C53.8306 79.7786 58.7486 81.4007 59.7264 87.7276C60.5249 92.8944 57.9063 94.4993 56.4972 94.6559L57.9965 106.762H61.4388L59.8536 93.9623C61.2627 93.8057 63.8813 92.2009 63.0828 87.0341C62.0847 80.5756 56.9807 79.0196 54.0621 79.02C53.1351 79.0201 51.984 79.2108 50.8867 79.7155Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
18
|
+
<path d="M58.1777 180.513C58.1777 178.856 59.5209 177.513 61.1777 177.513H257.185C258.841 177.513 260.185 178.856 260.185 180.513V181.748H58.1777V180.513Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M62.3241 185.357C62.8739 185.848 63.5851 186.119 64.3221 186.119H254.04C254.777 186.119 255.488 185.848 256.038 185.357L260.185 181.655H58.1777L62.3241 185.357Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<rect x="78.0581" y="69.4536" width="162.246" height="108.249" rx="6" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
21
|
+
<path d="M159.181 73.0752C159.755 73.0752 160.22 72.6094 160.22 72.0347C160.22 71.46 159.755 70.9941 159.181 70.9941C158.607 70.9941 158.142 71.46 158.142 72.0347C158.142 72.6094 158.607 73.0752 159.181 73.0752Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
22
|
+
<rect x="83.4219" y="74.4985" width="151.518" height="98.1594" rx="4" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
23
|
+
<path d="M147.429 176.911H170.933V177.63C170.933 178.735 170.037 179.63 168.933 179.63H149.429C148.325 179.63 147.429 178.735 147.429 177.63V176.911Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.083 92.6515C105.083 88.7857 108.217 85.6519 112.083 85.6519H118.264C118.816 85.6519 119.263 86.0994 119.263 86.6515C119.263 87.2036 118.816 87.6511 118.264 87.6511H112.083C109.321 87.6511 107.083 89.8899 107.083 92.6515V98.8324C107.083 99.3845 106.635 99.832 106.083 99.832C105.531 99.832 105.083 99.3845 105.083 98.8324V92.6515Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M105.083 156.505C105.083 160.371 108.217 163.504 112.083 163.504H118.264C118.816 163.504 119.263 163.057 119.263 162.505C119.263 161.953 118.816 161.505 118.264 161.505H112.083C109.321 161.505 107.083 159.266 107.083 156.505V150.324C107.083 149.772 106.635 149.324 106.083 149.324C105.531 149.324 105.083 149.772 105.083 150.324V156.505Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M213.272 92.6515C213.272 88.7857 210.138 85.6519 206.273 85.6519H200.092C199.54 85.6519 199.092 86.0994 199.092 86.6515C199.092 87.2036 199.54 87.6511 200.092 87.6511H206.273C209.034 87.6511 211.273 89.8899 211.273 92.6515V98.8324C211.273 99.3845 211.72 99.832 212.273 99.832C212.825 99.832 213.272 99.3845 213.272 98.8324V92.6515Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M213.272 156.505C213.272 160.371 210.138 163.504 206.273 163.504H200.092C199.54 163.504 199.092 163.057 199.092 162.505C199.092 161.953 199.54 161.505 200.092 161.505H206.273C209.034 161.505 211.273 159.266 211.273 156.505V150.324C211.273 149.772 211.72 149.324 212.273 149.324C212.825 149.324 213.272 149.772 213.272 150.324V156.505Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
<circle cx="159.178" cy="124.578" r="39.7812" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.282 100.58C165.809 100.58 171.917 103.154 176.476 107.822H176.475C176.898 108.257 176.892 108.95 176.459 109.372C176.244 109.581 175.977 109.685 175.692 109.685C175.406 109.685 175.122 109.573 174.909 109.355C170.764 105.11 165.214 102.772 159.281 102.772C156.089 102.772 153.015 103.446 150.144 104.771C149.595 105.022 148.945 104.787 148.69 104.234C148.439 103.686 148.677 103.034 149.225 102.78C152.387 101.321 155.771 100.58 159.282 100.58ZM175.389 118.074C172.716 111.487 166.393 107.231 159.283 107.231C155.985 107.231 153.112 108.011 150.697 109.575C148.282 111.138 146.346 113.47 144.897 116.537C144.637 117.086 144.875 117.739 145.419 117.997H145.42C145.964 118.253 146.62 118.025 146.879 117.474C148.149 114.782 149.827 112.774 151.887 111.438C153.947 110.102 156.413 109.422 159.283 109.422C165.496 109.422 171.02 113.139 173.359 118.897C173.531 119.327 173.945 119.581 174.374 119.581C174.509 119.581 174.651 119.555 174.786 119.5C175.346 119.272 175.615 118.633 175.388 118.073L175.389 118.074ZM182.741 119.418V119.422L182.743 119.42C183.115 121.111 183.314 122.854 183.314 124.608C183.314 126.494 183.217 128.392 183.033 130.245C183.032 130.259 183.031 130.274 183.03 130.293V130.308L183.027 130.327L182.995 130.637V130.639V130.641C182.932 131.199 182.46 131.616 181.907 131.616C181.866 131.616 181.826 131.614 181.785 131.61H181.784C181.18 131.544 180.75 131 180.815 130.4L180.84 130.165L180.849 130.069C181.029 128.273 181.122 126.435 181.122 124.607C181.122 123.002 180.946 121.406 180.603 119.858H180.596L180.53 119.575C179.885 116.837 178.737 114.281 177.1 111.975C176.75 111.481 176.865 110.798 177.357 110.448H177.358C177.847 110.1 178.536 110.21 178.886 110.708C178.887 110.709 178.887 110.71 178.887 110.71C180.726 113.299 182.014 116.174 182.714 119.255C182.724 119.301 182.73 119.344 182.733 119.37L182.733 119.374C182.737 119.398 182.739 119.409 182.741 119.418ZM162.953 130.368C162.828 131.243 162.672 132.112 162.493 132.968L162.494 132.966C162.386 133.483 161.928 133.835 161.423 133.835C161.352 133.835 161.276 133.829 161.199 133.814H161.197H161.195C160.602 133.689 160.223 133.106 160.348 132.515C160.511 131.739 160.648 130.954 160.764 130.159C160.767 130.132 160.771 130.108 160.774 130.093C160.779 130.074 160.78 130.064 160.78 130.064V130.061V130.057C161.037 128.265 161.168 126.434 161.168 124.609C161.168 123.571 160.296 122.725 159.281 122.725C158.267 122.725 157.436 123.531 157.399 124.536L157.399 124.539C157.401 124.563 157.403 124.585 157.403 124.609V124.611V124.613L157.397 125.217V125.219V125.221C157.386 125.777 156.912 126.352 156.278 126.293C155.673 126.282 155.195 125.78 155.205 125.179L155.21 124.694C155.208 124.667 155.205 124.64 155.205 124.611C155.205 122.363 157.034 120.533 159.283 120.533C161.531 120.533 163.361 122.363 163.361 124.611C163.361 126.502 163.224 128.4 162.963 130.257V130.26V130.263C162.962 130.269 162.961 130.276 162.959 130.302L162.958 130.312L162.958 130.314L162.956 130.326L162.956 130.326C162.955 130.337 162.954 130.349 162.953 130.361V130.364V130.368ZM156.345 130.577C156.929 130.728 157.286 131.321 157.136 131.909V131.908C156.272 135.3 155.516 137.542 154.433 139.607C153.353 141.669 151.954 143.538 149.827 146.188C149.61 146.458 149.292 146.598 148.972 146.598C148.733 146.598 148.489 146.519 148.288 146.357H148.287C147.816 145.977 147.742 145.288 148.119 144.818C150.198 142.227 151.501 140.485 152.496 138.587C153.49 136.691 154.182 134.623 155.013 131.37C155.159 130.787 155.747 130.422 156.345 130.577ZM160.495 136.354H160.494H160.492C159.917 136.148 159.295 136.461 159.096 137.026C157.547 141.441 156.652 143.168 154.005 146.837C153.652 147.328 153.758 148.011 154.25 148.367H154.251C154.447 148.509 154.671 148.575 154.893 148.575C155.229 148.575 155.567 148.417 155.781 148.12C158.542 144.293 159.555 142.342 161.165 137.75C161.364 137.181 161.066 136.555 160.495 136.354ZM147.317 106.341C147.824 106.009 147.963 105.328 147.632 104.823C147.299 104.314 146.619 104.175 146.114 104.508C140.88 107.944 137.235 113.182 135.853 119.257C135.842 119.306 135.835 119.354 135.832 119.379C135.83 119.394 135.828 119.403 135.828 119.41L135.827 119.418V119.422C135.453 121.115 135.256 122.857 135.256 124.608C135.256 125.359 135.195 126.114 135.078 126.846C134.98 127.445 135.385 128.004 135.978 128.104H135.982H135.985C136.046 128.114 136.104 128.119 136.162 128.119C136.69 128.119 137.155 127.735 137.243 127.198C137.379 126.346 137.45 125.476 137.45 124.608C137.45 123.004 137.625 121.406 137.968 119.858H137.972L138.039 119.577C139.324 114.129 142.608 109.433 147.318 106.34L147.317 106.341ZM175.594 123.554C175.849 123.555 176.12 123.636 176.33 123.818L176.328 123.816C176.543 124.003 176.67 124.278 176.66 124.609C176.659 126.469 176.555 128.338 176.356 130.168L176.349 130.237L176.348 130.252C176.347 130.258 176.346 130.266 176.346 130.275L176.345 130.284C176.344 130.297 176.343 130.312 176.342 130.329V130.331V130.333C175.776 135.381 174.464 140.296 172.44 144.943C172.26 145.356 171.856 145.601 171.436 145.601C171.288 145.601 171.141 145.573 170.997 145.509C170.442 145.267 170.191 144.622 170.433 144.067C172.355 139.656 173.603 134.991 174.149 130.196L174.152 130.174C174.153 130.163 174.154 130.153 174.155 130.144L174.189 129.839H174.19C174.375 128.113 174.468 126.354 174.468 124.609V124.602V124.596C174.48 124.259 174.629 123.987 174.852 123.806C175.068 123.632 175.339 123.554 175.594 123.554ZM143.339 130.405L143.339 130.405L143.344 130.381C143.35 130.357 143.356 130.331 143.364 130.302C143.85 128.456 144.103 126.545 144.103 124.61C144.103 124.584 144.101 124.56 144.098 124.536L144.098 124.533C144.104 123.297 144.26 122.068 144.558 120.881C144.708 120.295 144.352 119.703 143.77 119.554H143.766H143.763C143.162 119.397 142.578 119.773 142.435 120.348V120.349C142.084 121.736 141.907 123.17 141.907 124.611C141.907 124.639 141.908 124.67 141.912 124.7C141.904 126.446 141.671 128.174 141.224 129.841H141.219L141.143 130.107C140.554 132.18 139.647 134.137 138.43 135.92C138.091 136.419 138.219 137.102 138.718 137.444C138.907 137.573 139.123 137.635 139.335 137.635C139.684 137.635 140.029 137.469 140.242 137.156C141.631 135.117 142.666 132.879 143.316 130.504V130.5C143.325 130.466 143.333 130.434 143.339 130.405ZM168.588 119.239L168.626 119.298L168.627 119.299L168.96 119.86C169.635 121.088 170.012 122.446 170.012 124.612C170.012 126.491 169.89 128.391 169.662 130.258C169.661 130.267 169.66 130.278 169.659 130.298C169.658 130.309 169.657 130.324 169.655 130.338L169.654 130.344V130.351C169.175 134.158 168.214 137.895 166.8 141.455C166.629 141.885 166.216 142.146 165.782 142.146C165.643 142.146 165.509 142.119 165.382 142.072L165.379 142.068H165.376C164.813 141.843 164.539 141.208 164.763 140.644C166.097 137.284 167.007 133.755 167.464 130.16C167.467 130.141 167.47 130.125 167.472 130.115C167.475 130.104 167.475 130.102 167.476 130.099L167.476 130.095C167.477 130.09 167.478 130.086 167.479 130.083L167.479 130.083L167.479 130.082C167.48 130.079 167.481 130.076 167.481 130.074C167.707 128.266 167.821 126.43 167.821 124.61C167.821 123.48 167.707 122.662 167.496 121.981C167.286 121.302 166.974 120.742 166.555 120.133C166.494 120.044 166.453 119.952 166.425 119.861C166.305 119.473 166.439 119.138 166.439 119.138C166.508 118.936 166.637 118.746 166.839 118.608C167.338 118.266 168.02 118.394 168.361 118.892C168.418 118.975 168.472 119.056 168.523 119.137L168.533 119.152C168.551 119.181 168.57 119.211 168.588 119.239ZM163.49 144.145C163.69 143.576 164.312 143.271 164.885 143.473L164.886 143.476C165.457 143.675 165.759 144.299 165.558 144.872C165.152 146.031 164.697 147.059 164.167 148.013C163.967 148.373 163.592 148.576 163.209 148.576C163.025 148.576 162.846 148.53 162.682 148.443L162.679 148.441L162.675 148.439C162.149 148.143 161.957 147.476 162.251 146.947C162.717 146.108 163.122 145.191 163.49 144.145ZM165.138 115.617C163.396 114.481 161.371 113.88 159.285 113.88C155.563 113.88 152.159 115.769 150.182 118.928C150.132 119.011 150.09 119.093 150.056 119.161L150.049 119.175C150.024 119.225 150.002 119.267 149.98 119.308L149.973 119.319C149.969 119.326 149.965 119.334 149.961 119.342L149.673 119.858H149.688C148.956 121.328 148.558 122.947 148.558 124.608C148.558 124.64 148.56 124.675 148.563 124.711C148.557 126.484 148.37 128.259 148.012 129.982C148.008 129.998 148.005 130.013 148.001 130.028C147.998 130.044 147.994 130.059 147.99 130.075C147.987 130.086 147.985 130.097 147.984 130.106C147.982 130.114 147.981 130.12 147.979 130.125L147.979 130.125V130.131L147.977 130.136C147.936 130.335 147.892 130.531 147.845 130.727C147.705 131.316 148.066 131.908 148.654 132.05L148.661 132.052H148.669C148.743 132.069 148.825 132.08 148.913 132.08C149.41 132.08 149.856 131.743 149.979 131.242C150.042 130.974 150.102 130.705 150.159 130.432V130.43C150.166 130.397 150.17 130.364 150.173 130.341L150.175 130.327C150.178 130.301 150.18 130.288 150.182 130.277C150.559 128.422 150.758 126.516 150.758 124.609C150.758 124.58 150.755 124.547 150.752 124.511C150.77 122.942 151.215 121.416 152.044 120.09C152.086 120.022 152.135 119.957 152.196 119.877C152.2 119.872 152.204 119.865 152.209 119.86H152.213L152.322 119.705C153.927 117.427 156.487 116.073 159.287 116.073C160.947 116.073 162.557 116.552 163.941 117.454V117.455C164.449 117.782 165.126 117.643 165.457 117.134C165.787 116.627 165.643 115.947 165.138 115.618V115.617ZM147.989 134.51C148.505 134.826 148.67 135.498 148.358 136.016L148.357 136.014C147.643 137.192 147.218 138.01 146.839 138.738L146.837 138.742C146.225 139.921 145.732 140.866 144.43 142.473C144.213 142.742 143.897 142.88 143.578 142.88C143.339 142.88 143.092 142.803 142.89 142.637H142.888L142.887 142.636C142.419 142.254 142.346 141.565 142.726 141.096C143.89 139.66 144.284 138.903 144.891 137.737L144.894 137.73L144.918 137.685C145.303 136.945 145.745 136.096 146.483 134.879C146.799 134.361 147.471 134.2 147.987 134.508L147.988 134.51H147.989Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M174.446 126.083H176.638C176.598 127.453 176.502 128.821 176.356 130.168L176.349 130.237L176.348 130.252C176.347 130.258 176.346 130.266 176.346 130.275L176.345 130.284L176.345 130.284C176.344 130.297 176.343 130.312 176.342 130.329V130.331V130.333C175.776 135.381 174.464 140.296 172.44 144.943C172.26 145.356 171.856 145.601 171.436 145.601C171.288 145.601 171.141 145.573 170.997 145.509C170.442 145.267 170.191 144.622 170.433 144.067C172.355 139.656 173.603 134.991 174.149 130.196L174.152 130.174C174.153 130.163 174.154 130.153 174.155 130.144L174.189 129.839H174.19C174.323 128.598 174.408 127.34 174.446 126.083ZM141.858 126.083H144.054C143.959 127.514 143.727 128.926 143.364 130.302C143.356 130.331 143.35 130.357 143.344 130.381L143.339 130.405L143.339 130.405C143.333 130.434 143.325 130.466 143.316 130.5V130.504C142.666 132.879 141.631 135.117 140.242 137.156C140.029 137.469 139.684 137.635 139.335 137.635C139.123 137.635 138.907 137.573 138.718 137.444C138.219 137.102 138.091 136.419 138.43 135.92C139.647 134.137 140.554 132.18 141.143 130.107L141.219 129.841H141.224C141.553 128.615 141.766 127.357 141.858 126.083ZM183.294 126.083C183.258 127.479 183.169 128.874 183.033 130.245C183.032 130.259 183.031 130.274 183.03 130.293V130.308L183.027 130.327L182.995 130.637V130.639V130.641C182.932 131.199 182.46 131.616 181.907 131.616C181.866 131.616 181.826 131.614 181.785 131.61H181.784C181.18 131.544 180.75 131 180.815 130.4L180.84 130.165L180.849 130.069C180.981 128.756 181.066 127.42 181.102 126.083H183.294ZM135.179 126.083H137.382C137.348 126.456 137.302 126.829 137.243 127.198C137.155 127.735 136.69 128.119 136.162 128.119C136.104 128.119 136.046 128.114 135.985 128.104H135.982H135.978C135.385 128.004 134.98 127.445 135.078 126.846C135.118 126.594 135.152 126.339 135.179 126.083ZM148.523 126.083H150.718C150.643 127.495 150.462 128.9 150.182 130.277C150.18 130.288 150.178 130.301 150.175 130.327L150.173 130.341C150.17 130.364 150.166 130.397 150.159 130.43V130.432C150.102 130.705 150.042 130.974 149.979 131.242C149.856 131.743 149.41 132.08 148.913 132.08C148.825 132.08 148.743 132.069 148.669 132.052H148.661L148.654 132.05C148.066 131.908 147.705 131.316 147.845 130.727C147.892 130.531 147.936 130.335 147.977 130.136L147.979 130.131V130.125L147.979 130.125C147.981 130.12 147.982 130.114 147.984 130.106C147.985 130.097 147.987 130.086 147.99 130.075C147.994 130.059 147.998 130.044 148.001 130.028C148.005 130.013 148.008 129.998 148.012 129.982C148.278 128.703 148.449 127.396 148.523 126.083ZM155.654 126.083H156.966C156.78 126.232 156.543 126.317 156.278 126.293C156.044 126.289 155.829 126.211 155.654 126.083ZM161.139 126.083H163.333C163.281 127.483 163.156 128.881 162.963 130.257V130.26V130.263C162.962 130.269 162.961 130.276 162.959 130.302L162.958 130.312L162.958 130.314L162.956 130.326L162.956 130.326C162.955 130.337 162.954 130.349 162.953 130.361V130.364V130.368C162.828 131.243 162.672 132.112 162.493 132.968L162.494 132.966C162.386 133.483 161.928 133.835 161.423 133.835C161.352 133.835 161.276 133.829 161.199 133.814H161.197H161.195C160.602 133.689 160.223 133.106 160.348 132.515C160.511 131.739 160.648 130.954 160.764 130.159C160.767 130.132 160.771 130.108 160.774 130.093C160.779 130.074 160.78 130.064 160.78 130.064V130.061V130.057C160.968 128.747 161.088 127.416 161.139 126.083ZM167.796 126.083H169.988C169.941 127.478 169.831 128.877 169.662 130.258C169.661 130.267 169.66 130.278 169.659 130.298C169.658 130.309 169.657 130.324 169.655 130.338L169.654 130.344V130.351C169.175 134.158 168.214 137.895 166.8 141.455C166.629 141.885 166.216 142.146 165.782 142.146C165.643 142.146 165.509 142.119 165.382 142.072L165.379 142.068H165.376C164.813 141.843 164.539 141.208 164.763 140.644C166.097 137.284 167.007 133.755 167.464 130.16C167.467 130.141 167.47 130.125 167.472 130.115C167.475 130.104 167.475 130.102 167.476 130.099L167.476 130.095C167.477 130.09 167.478 130.086 167.479 130.083L167.479 130.083L167.479 130.082C167.48 130.079 167.481 130.076 167.481 130.074C167.646 128.753 167.751 127.416 167.796 126.083ZM157.136 131.909C157.286 131.321 156.929 130.728 156.345 130.577C155.747 130.422 155.159 130.787 155.013 131.37C154.182 134.623 153.49 136.691 152.496 138.587C151.501 140.485 150.198 142.227 148.119 144.818C147.742 145.288 147.816 145.977 148.287 146.357H148.288C148.489 146.519 148.733 146.598 148.972 146.598C149.292 146.598 149.61 146.458 149.827 146.188C151.954 143.538 153.353 141.669 154.433 139.607C155.516 137.542 156.272 135.3 157.136 131.908V131.909ZM160.494 136.354H160.495C161.066 136.555 161.364 137.181 161.165 137.75C159.555 142.342 158.542 144.293 155.781 148.12C155.567 148.417 155.229 148.575 154.893 148.575C154.671 148.575 154.447 148.509 154.251 148.367H154.25C153.758 148.011 153.652 147.328 154.005 146.837C156.652 143.168 157.547 141.441 159.096 137.026C159.295 136.461 159.917 136.148 160.492 136.354H160.494ZM164.885 143.473C164.312 143.271 163.69 143.576 163.49 144.145C163.122 145.191 162.717 146.108 162.251 146.947C161.957 147.476 162.149 148.143 162.675 148.439L162.679 148.441L162.682 148.443C162.846 148.53 163.025 148.576 163.209 148.576C163.592 148.576 163.967 148.373 164.167 148.013C164.697 147.059 165.152 146.031 165.558 144.872C165.759 144.299 165.457 143.675 164.886 143.476L164.885 143.473ZM148.358 136.016C148.67 135.498 148.505 134.826 147.989 134.51H147.988L147.987 134.508C147.471 134.2 146.799 134.361 146.483 134.879C145.745 136.096 145.303 136.945 144.918 137.685L144.918 137.685L144.894 137.73L144.891 137.737L144.891 137.737C144.284 138.903 143.89 139.66 142.726 141.096C142.346 141.565 142.419 142.254 142.887 142.636L142.888 142.637H142.89C143.092 142.803 143.339 142.88 143.578 142.88C143.897 142.88 144.213 142.742 144.43 142.473C145.732 140.866 146.225 139.921 146.837 138.742L146.839 138.738C147.218 138.01 147.643 137.192 148.357 136.014L148.358 136.016Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
31
|
+
<rect x="123.548" y="124.47" width="71.5432" height="3.54102" rx="1.77051" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
32
|
+
<path d="M39.238 182.024C39.238 180.666 35.2952 179.579 30.0272 179.332C29.726 174.071 28.5664 170.158 27.2079 170.161C25.8495 170.164 24.72 174.107 24.4308 179.395C19.1477 179.757 15.22 180.937 15.2381 182.298C15.2562 183.66 19.1809 184.747 24.4489 184.991C24.7652 190.252 25.9097 194.164 27.2652 194.161C28.6206 194.158 29.7561 190.216 30.0453 184.928C35.3284 184.566 39.253 183.386 39.238 182.024Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
33
|
+
<path d="M294.169 192.949C294.169 192.044 291.54 191.319 288.028 191.154C287.828 187.647 287.054 185.039 286.149 185.041C285.243 185.043 284.49 187.671 284.297 191.197C280.775 191.438 278.157 192.225 278.169 193.132C278.181 194.04 280.798 194.764 284.31 194.927C284.52 198.435 285.283 201.043 286.187 201.041C287.091 201.039 287.848 198.411 288.04 194.885C291.562 194.644 294.179 193.857 294.169 192.949Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
34
|
+
<path d="M201.904 44.6909C201.904 43.3326 197.962 42.2454 192.694 41.9984C192.392 36.737 191.233 32.8249 189.874 32.8279C188.516 32.8309 187.387 36.7732 187.097 42.0617C181.814 42.4231 177.887 43.6036 177.905 44.9649C177.923 46.3262 181.847 47.4134 187.115 47.6573C187.432 52.9187 188.576 56.8309 189.932 56.8279C191.287 56.8249 192.423 52.8826 192.712 47.5941C197.995 47.2327 201.92 46.0521 201.904 44.6909Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
35
|
+
<path d="M236.601 84.336C256.894 87.2908 269.217 80.3768 273.306 73.6451C275.305 81.2633 286.319 91.5752 306.612 94.53C300.34 152.157 265.914 159.632 251.737 160.876C238.504 155.641 226.179 141.358 236.601 84.336Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
36
|
+
<path d="M263.909 71.5535L273.172 74.2055L268.409 82.2824L263.909 71.5535Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
37
|
+
<path d="M226.398 83.3122C246.691 86.267 259.768 78.2944 263.856 71.5627C265.856 79.1808 276.116 90.5514 296.409 93.5062C290.137 151.133 265.023 159.674 250.846 160.919C237.612 155.683 215.976 140.335 226.398 83.3122Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
38
|
+
<path d="M235.138 90.6764C250.64 92.9337 257.479 93.9841 260.625 88.6853C262.115 94.6054 272.914 96.1775 288.188 98.4009L288.621 98.464C283.648 143.734 264.425 150.52 253.584 151.541C243.485 147.471 226.994 135.485 235.138 90.6764Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
39
|
+
<path d="M233.028 90.3686C248.531 92.6259 258.551 86.3248 261.698 81.0261C263.202 87.002 271.01 95.8988 286.512 98.1561C281.539 143.427 262.316 150.212 251.475 151.233C241.376 147.163 224.885 135.178 233.028 90.3686Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
40
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M269.13 109.234C269.745 110.121 269.547 111.372 268.689 112.028L251.119 125.455C250.262 126.11 249.068 125.922 248.454 125.034L243.737 118.215C243.123 117.327 243.32 116.076 244.178 115.42C245.035 114.765 246.229 114.953 246.843 115.841L250.448 121.053L266.466 108.813C267.323 108.158 268.516 108.346 269.13 109.234Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
41
|
+
</svg>
|
|
42
|
+
`;
|
|
43
|
+
_exports.default = _default;
|
|
44
|
+
});
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Lock">
|
|
9
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<rect x="27.8623" y="202.574" width="231.534" height="17.4263" rx="4" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M199.019 206.574C199.019 204.365 200.809 202.574 203.019 202.574H297.906C300.115 202.574 301.906 204.365 301.906 206.574V216C301.906 218.209 300.115 220 297.906 220H203.019C200.809 220 199.019 218.209 199.019 216V206.574Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
12
|
+
<rect x="51.3525" y="39.7451" width="28.3814" height="35.9498" rx="3.15349" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<rect x="53.2451" y="41.6372" width="24.5973" height="32.1656" rx="1.8921" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.5811 73.6952V41.7449C77.3155 42.0045 77.8418 42.7046 77.8425 43.5278V71.9123C77.8418 72.7354 77.3155 73.4356 76.5811 73.6952Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<path d="M53.2451 58.666C53.2451 58.666 59.5521 58.666 63.6516 64.3423C67.7512 70.0186 70.274 73.8028 70.274 73.8028H55.1372C54.0922 73.8028 53.2451 72.9557 53.2451 71.9107V58.666Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
<path d="M68.864 67.594C67.8119 67.315 66.7801 67.6553 65.6669 68.3053C64.8195 68.8305 63.9996 69.4037 63.211 70.0224C61.8131 71.0752 60.5787 72.3505 59.5518 73.8028H74.0578C71.1514 70.9483 71.0933 68.1858 68.864 67.594Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path d="M70.4526 58.1585C72.293 58.1585 73.785 56.7191 73.785 54.9435C73.785 53.1679 72.293 51.7285 70.4526 51.7285C68.6121 51.7285 67.1201 53.1679 67.1201 54.9435C67.1201 56.7191 68.6121 58.1585 70.4526 58.1585Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<rect x="22.2764" y="88.6721" width="39.4831" height="50.0119" rx="4.38701" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<rect x="24.9082" y="91.3044" width="34.2187" height="44.7475" rx="2.63221" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.373 135.902V91.4541C58.3954 91.8154 59.1279 92.7905 59.1279 93.9365V133.42C59.1279 134.566 58.3954 135.541 57.373 135.902Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
21
|
+
<path d="M42.8111 108.245C43.1627 111.537 43.2852 115.326 40.7817 115.346C37.6433 115.371 37.581 112.241 37.2294 108.938C36.8778 105.635 37.0526 102.872 39.3933 102.613C41.5894 102.366 42.4574 104.938 42.8111 108.245Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M44.6315 105.125C45.6961 103.835 45.9861 102.294 45.2794 101.682C44.5726 101.07 43.1367 101.619 42.0721 102.909C41.0075 104.199 40.7175 105.74 41.4242 106.352C42.131 106.964 43.5669 106.415 44.6315 105.125Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M47.741 111.587C47.741 113.478 46.869 115.003 45.7941 115.013C43.168 115.038 43.6984 113.498 43.8471 111.587C43.9958 109.675 44.7191 108.185 45.7941 108.16C47.7651 108.113 47.741 109.685 47.741 111.587Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
24
|
+
<path d="M49.1796 117.153H34.7372C34.5663 117.153 34.4277 117.295 34.4277 117.47V127.456C34.4277 127.631 34.5663 127.773 34.7372 127.773H49.1796C49.3505 127.773 49.489 127.631 49.489 127.456V117.47C49.489 117.295 49.3505 117.153 49.1796 117.153Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
25
|
+
<path d="M49.1702 115.375H34.7499C34.579 115.375 34.4404 115.517 34.4404 115.692V119.277C34.4404 119.452 34.579 119.594 34.7499 119.594H49.1702C49.3411 119.594 49.4796 119.452 49.4796 119.277V115.692C49.4796 115.517 49.3411 115.375 49.1702 115.375Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
26
|
+
<path d="M50.0438 113.999H33.992C33.8211 113.999 33.6826 114.14 33.6826 114.315V118.244C33.6826 118.419 33.8211 118.561 33.992 118.561H50.0438C50.2147 118.561 50.3533 118.419 50.3533 118.244V114.315C50.3533 114.14 50.2147 113.999 50.0438 113.999Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
27
|
+
<rect x="90.7148" y="76.0085" width="178.1" height="113.946" rx="12.3835" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
28
|
+
<rect x="90.7148" y="76.0085" width="138.824" height="113.946" rx="12.3835" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
29
|
+
<rect x="111.592" y="96.7041" width="101.572" height="77.0582" rx="9.00618" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
30
|
+
<rect x="109.341" y="94.4524" width="101.572" height="77.0582" rx="9.00618" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
31
|
+
<rect x="105.477" y="104.479" width="8.75772" height="24.4715" rx="4.37886" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
32
|
+
<rect x="105.477" y="120.737" width="5.83994" height="2.26391" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<rect x="105.477" y="137.8" width="8.75772" height="24.4715" rx="4.37886" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
34
|
+
<rect x="105.477" y="154.059" width="5.83994" height="2.26391" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
35
|
+
<rect x="193.891" y="107.576" width="9.82573" height="50.812" rx="4.91287" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<rect x="193.891" y="107.576" width="7.41016" height="50.812" rx="3.70508" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
37
|
+
<circle cx="157.218" cy="134.734" r="28.6552" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
38
|
+
<circle cx="154.067" cy="133.584" r="28.6552" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
39
|
+
<circle cx="155.677" cy="134.147" r="18.3779" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
40
|
+
<circle cx="153.505" cy="133.021" r="18.3779" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
41
|
+
<circle cx="155.631" cy="134.147" r="7.30378" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
42
|
+
<circle cx="153.505" cy="133.022" r="7.30378" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.84 117.043C154.151 117.043 154.403 117.295 154.403 117.606L154.403 122.75C154.403 123.061 154.151 123.313 153.84 123.313C153.53 123.313 153.278 123.061 153.278 122.75L153.278 117.606C153.278 117.295 153.53 117.043 153.84 117.043Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M153.84 142.73C154.151 142.73 154.403 142.982 154.403 143.293L154.403 148.437C154.403 148.748 154.151 149 153.84 149C153.53 149 153.278 148.748 153.278 148.437L153.278 143.293C153.278 142.982 153.53 142.73 153.84 142.73Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M169.255 133.585C169.255 133.895 169.003 134.147 168.692 134.147L163.548 134.147C163.237 134.147 162.985 133.895 162.985 133.585C162.985 133.274 163.237 133.022 163.548 133.022L168.692 133.022C169.003 133.022 169.255 133.274 169.255 133.585Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
46
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M143.568 133.585C143.568 133.895 143.316 134.147 143.005 134.147L137.861 134.147C137.551 134.147 137.299 133.895 137.299 133.585C137.299 133.274 137.551 133.022 137.861 133.022L143.005 133.022C143.316 133.022 143.568 133.274 143.568 133.585Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
47
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M164.176 144.718C163.957 144.938 163.6 144.938 163.38 144.718L159.743 141.081C159.523 140.861 159.523 140.505 159.743 140.285C159.963 140.065 160.319 140.065 160.539 140.285L164.176 143.922C164.396 144.142 164.396 144.498 164.176 144.718Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
48
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.014 126.554C145.794 126.774 145.438 126.774 145.218 126.554L141.581 122.917C141.361 122.697 141.361 122.341 141.581 122.121C141.801 121.901 142.157 121.901 142.377 122.121L146.014 125.758C146.234 125.978 146.234 126.335 146.014 126.554Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M164.973 122.122C165.193 122.342 165.193 122.698 164.973 122.918L161.336 126.555C161.116 126.775 160.759 126.775 160.54 126.555C160.32 126.335 160.32 125.979 160.54 125.759L164.177 122.122C164.397 121.902 164.753 121.902 164.973 122.122Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
50
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M146.811 140.285C147.031 140.505 147.031 140.861 146.811 141.081L143.174 144.718C142.954 144.938 142.597 144.938 142.378 144.718C142.158 144.498 142.158 144.142 142.378 143.922L146.015 140.285C146.235 140.065 146.591 140.065 146.811 140.285Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
51
|
+
<path d="M154.235 112.37C153.892 112.963 153.036 112.963 152.693 112.37L150.639 108.811C150.296 108.217 150.724 107.476 151.409 107.476L155.519 107.476C156.204 107.476 156.633 108.217 156.29 108.811L154.235 112.37Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
52
|
+
<path d="M106.501 189.997H131.654L122.951 201.395C122.383 202.138 121.502 202.574 120.566 202.574H109.501C107.844 202.574 106.501 201.231 106.501 199.574V189.997Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
53
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M128.181 194.545H106.501V189.997H131.654L128.181 194.545Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
54
|
+
<path d="M147.256 189.997H172.409L163.706 201.395C163.138 202.138 162.256 202.574 161.321 202.574H150.256C148.599 202.574 147.256 201.231 147.256 199.574V189.997Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
55
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M167.607 196.285H147.256V189.997H172.409L167.607 196.285Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
56
|
+
<path d="M213.164 189.997H188.011L196.714 201.395C197.282 202.138 198.163 202.574 199.099 202.574H210.164C211.821 202.574 213.164 201.231 213.164 199.574V189.997Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
57
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M191.484 194.545H213.164V189.997H188.011L191.484 194.545Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
58
|
+
<path d="M253.919 189.997H228.766L237.469 201.395C238.037 202.138 238.918 202.574 239.853 202.574H250.919C252.576 202.574 253.919 201.231 253.919 199.574V189.997Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
59
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M233.568 196.285H253.919V189.997H228.766L233.568 196.285Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
60
|
+
</svg>
|
|
61
|
+
`;
|
|
62
|
+
_exports.default = _default;
|
|
63
|
+
});
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-Mission">
|
|
9
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M142.903 220.006C141.785 217.533 139.296 215.812 136.405 215.812C133.989 215.812 131.854 217.014 130.565 218.853C127.868 213.83 122.565 210.414 116.465 210.414C111.739 210.414 107.491 212.464 104.563 215.724C102.513 202.955 91.4448 193.201 78.0981 193.201C76.671 193.201 75.2699 193.312 73.9032 193.527C68.9937 187.321 61.3962 183.339 52.8687 183.339C48.3789 183.339 44.1471 184.443 40.4295 186.394C39.1871 184.668 37.6612 183.151 35.9182 181.909C39.4284 181.119 42.0505 177.982 42.0505 174.234C42.0505 169.889 38.5285 166.367 34.1838 166.367C31.243 166.367 28.6791 167.981 27.3292 170.371C24.7264 161.908 16.8468 155.757 7.53064 155.757C4.93603 155.757 2.45285 156.234 0.164062 157.105V205.553C0.164062 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H142.903ZM25.677 144.872C25.677 148.808 22.486 151.999 18.5497 151.999C14.6134 151.999 11.4224 148.808 11.4224 144.872C11.4224 140.935 14.6134 137.744 18.5497 137.744C22.486 137.744 25.677 140.935 25.677 144.872ZM37.7476 157.438C39.7157 157.438 41.3113 155.842 41.3113 153.874C41.3113 151.906 39.7157 150.31 37.7476 150.31C35.7794 150.31 34.1838 151.906 34.1838 153.874C34.1838 155.842 35.7794 157.438 37.7476 157.438Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path d="M49.5537 97.229C68.0849 97.229 83.1074 82.2065 83.1074 63.6753C83.1074 45.1441 68.0849 30.1216 49.5537 30.1216C31.0225 30.1216 16 45.1441 16 63.6753C16 82.2065 31.0225 97.229 49.5537 97.229Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path d="M43.3515 71.917C43.2361 72.2525 40.6829 70.7793 38.245 71.917C35.3458 73.2644 35.0522 77.1597 34.4126 77.0234C33.6786 76.8714 32.6458 71.4137 35.5502 69.5053C38.6854 67.4396 43.514 71.4399 43.3515 71.917Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<path d="M57.9579 46.8878C57.8426 47.2233 55.2893 45.7553 52.8515 46.8878C49.9522 48.2404 49.6586 52.1305 49.019 51.9995C48.285 51.8422 47.2522 46.3845 50.1567 44.4761C53.2919 42.4157 58.1204 46.4159 57.9579 46.8878Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
14
|
+
<path d="M67.8981 66.1867C67.7828 66.517 65.2296 65.049 62.7917 66.1867C59.8924 67.5341 59.5988 71.4294 58.9592 71.2931C58.2252 71.1358 57.1924 65.6782 60.0969 63.7751C63.2321 61.7094 68.0449 65.7096 67.8981 66.1867Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
15
|
+
<path d="M77.6601 45.3623C79.6605 53.07 78.8545 61.2379 75.3862 68.4059C71.9179 75.5739 66.0133 81.2748 58.728 84.4894C51.4427 87.7041 43.2515 88.223 35.6188 85.9533C27.9861 83.6837 21.4093 78.7735 17.0642 72.1004C18.2859 76.8076 20.5162 81.1929 23.6006 84.9527C26.685 88.7125 30.5499 91.7569 34.9275 93.875C39.305 95.9932 44.0907 97.1344 48.9531 97.2198C53.8155 97.3051 58.6383 96.3325 63.0875 94.3693C67.5367 92.4061 71.506 89.4991 74.7204 85.8499C77.9349 82.2006 80.3177 77.8962 81.7038 73.2348C83.0899 68.5735 83.4462 63.6665 82.748 58.8538C82.0497 54.0411 80.3137 49.4376 77.6601 45.3623Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path d="M270.613 114.963C270.397 111.381 269.616 108.717 268.693 108.722C267.77 108.727 266.999 111.404 266.801 115.005C263.205 115.253 260.532 116.056 260.541 116.984C260.55 117.912 263.228 118.651 266.815 118.821C267.031 122.403 267.807 125.067 268.73 125.063C269.653 125.058 270.425 122.38 270.622 118.78C274.218 118.532 276.891 117.728 276.882 116.8C276.873 115.873 274.195 115.129 270.613 114.963Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
17
|
+
<path d="M254.146 138.166C254.004 135.759 253.48 133.968 252.86 133.968C252.24 133.968 251.721 135.773 251.588 138.193C249.168 138.359 247.372 138.901 247.381 139.521C247.391 140.141 249.186 140.641 251.593 140.751C251.74 143.163 252.263 144.954 252.883 144.949C253.503 144.944 254.022 143.144 254.156 140.724C256.571 140.558 258.367 140.021 258.362 139.397C258.358 138.772 256.558 138.276 254.146 138.166Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<path d="M161.275 38.4677C161.132 36.0611 160.609 34.27 159.989 34.27C159.369 34.27 158.85 36.0749 158.716 38.4953C156.296 38.6606 154.5 39.2025 154.51 39.8225C154.519 40.4426 156.314 40.9431 158.721 41.0534C158.868 43.4645 159.392 45.2557 160.012 45.2511C160.632 45.2465 161.151 43.4461 161.284 41.0258C163.699 40.8605 165.495 40.3231 165.491 39.6985C165.486 39.0739 163.686 38.5779 161.275 38.4677Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
<path d="M289.178 100.472C290.08 99.57 290.08 98.1073 289.178 97.2051C288.276 96.303 286.813 96.303 285.911 97.2051C285.009 98.1073 285.009 99.57 285.911 100.472C286.813 101.374 288.276 101.374 289.178 100.472Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<path d="M198.837 173.742C199.739 172.84 199.739 171.377 198.837 170.475C197.935 169.573 196.472 169.573 195.57 170.475C194.668 171.377 194.668 172.84 195.57 173.742C196.472 174.644 197.935 174.644 198.837 173.742Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<path d="M105.372 65.2324C106.274 64.3302 106.274 62.8675 105.372 61.9654C104.47 61.0632 103.007 61.0632 102.105 61.9654C101.203 62.8675 101.203 64.3302 102.105 65.2324C103.007 66.1345 104.47 66.1345 105.372 65.2324Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M275.869 59.3564C277.018 58.2072 277.018 56.344 275.869 55.1948C274.719 54.0456 272.856 54.0456 271.707 55.1948C270.558 56.344 270.558 58.2072 271.707 59.3564C272.856 60.5056 274.719 60.5056 275.869 59.3564Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
23
|
+
<path d="M190.444 196.119C191.593 194.969 191.593 193.106 190.444 191.957C189.295 190.808 187.431 190.808 186.282 191.957C185.133 193.106 185.133 194.969 186.282 196.119C187.431 197.268 189.295 197.268 190.444 196.119Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
24
|
+
<path d="M138.038 41.394C138.941 40.4918 138.941 39.0292 138.038 38.127C137.136 37.2249 135.674 37.2249 134.771 38.127C133.869 39.0292 133.869 40.4918 134.771 41.394C135.674 42.2961 137.136 42.2961 138.038 41.394Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
25
|
+
<path d="M244.028 177.713L243.956 177.761C242.716 178.674 241.888 180.039 241.652 181.56C241.415 183.081 241.79 184.633 242.694 185.879C243.595 187.122 244.95 187.959 246.465 188.208C247.98 188.458 249.532 188.101 250.785 187.213C250.821 187.189 250.855 187.162 250.885 187.13L278.104 159.485C278.209 159.364 278.268 159.21 278.273 159.05C278.277 158.89 278.226 158.734 278.128 158.607C278.03 158.481 277.891 158.392 277.735 158.356C277.579 158.32 277.416 158.339 277.272 158.41L244.028 177.713Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
26
|
+
<path d="M247.821 186.024C249.954 186.024 251.682 184.296 251.682 182.163C251.682 180.031 249.954 178.302 247.821 178.302C245.688 178.302 243.959 180.031 243.959 182.163C243.959 184.296 245.688 186.024 247.821 186.024Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
27
|
+
<path d="M266.263 181.785L266.221 181.83C265.547 182.631 265.217 183.666 265.304 184.709C265.39 185.752 265.886 186.718 266.682 187.397C267.475 188.069 268.501 188.404 269.538 188.328C270.575 188.252 271.542 187.772 272.229 186.991L272.281 186.919L285.866 164.302C285.926 164.206 285.948 164.091 285.929 163.979C285.909 163.867 285.85 163.766 285.761 163.695C285.672 163.624 285.56 163.588 285.447 163.594C285.333 163.6 285.226 163.647 285.145 163.727L266.263 181.785Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
28
|
+
<path d="M269.476 186.752C270.927 186.752 272.104 185.576 272.104 184.125C272.104 182.674 270.927 181.498 269.476 181.498C268.025 181.498 266.848 182.674 266.848 184.125C266.848 185.576 268.025 186.752 269.476 186.752Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
29
|
+
<path d="M205.907 147.007L212.49 115.359L176.281 137.597L183.523 163.476C184.45 166.789 188.603 167.875 191.034 165.44L201.761 154.693C203.861 152.589 205.302 149.918 205.907 147.007Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M206.435 119.077L201.236 144.076C200.63 146.986 199.189 149.657 197.089 151.761L186.362 162.508C185.576 163.296 184.609 163.716 183.63 163.81C183.59 163.701 183.555 163.59 183.523 163.476L176.281 137.597L206.435 119.077Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
31
|
+
<path d="M178.381 48.9152C139.811 76.5633 122.816 114.114 120.006 131.234C119.509 148.18 134.587 157.332 143.337 158.085C157.497 156.5 180.997 142.806 206.557 121.86C240.182 94.3044 275.505 28.4312 265.952 18.3929C256.925 8.90722 222.792 17.0801 178.381 48.9152Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M235.89 19.5882C220.869 24.364 201.374 34.2785 179.255 50.1343C141.074 77.5033 124.296 114.615 121.503 131.378C121.3 139.303 124.706 145.398 129.229 149.637C133.756 153.88 139.324 156.189 143.319 156.577C150.072 155.782 159.213 152.098 169.923 145.933C180.675 139.744 192.872 131.135 205.606 120.699C222.219 107.086 239.346 83.9053 251.137 62.8252C257.028 52.2933 261.546 42.357 263.998 34.4741C265.225 30.5263 265.913 27.1612 266.023 24.5282C266.135 21.8314 265.629 20.2293 264.865 19.4269C263.01 17.4776 259.669 16.2511 254.685 16.1833C249.738 16.1159 243.405 17.1987 235.89 19.5882ZM254.726 13.1835C260.069 13.2563 264.38 14.5653 267.038 17.3588C268.663 19.066 269.142 21.7184 269.02 24.653C268.895 27.6515 268.128 31.2949 266.862 35.365C264.327 43.5176 259.704 53.654 253.755 64.2896C241.867 85.5444 224.521 109.078 207.508 123.02C194.682 133.53 182.349 142.242 171.42 148.533C160.53 154.802 150.897 158.748 143.504 159.576L143.356 159.592L143.208 159.58C138.463 159.171 132.198 156.532 127.178 151.826C122.118 147.083 118.243 140.162 118.507 131.19L118.51 131.09L118.526 130.991C121.402 113.466 138.623 75.5692 177.507 47.696C199.799 31.7167 219.576 21.6272 234.981 16.7292C242.678 14.2818 249.347 13.1103 254.726 13.1835Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
33
|
+
<path d="M196.895 127.282C199.038 101.523 180.701 87.0014 166.864 80.9602C165.805 80.4978 165.203 81.7469 166.157 82.3993C176.211 89.2772 188.29 99.5729 189.552 111.886C191.073 126.732 195.646 127.282 196.895 127.282Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M172.414 123.09L206.351 99.3412L207.091 98.8369C214.866 93.5385 218.353 83.8421 215.734 74.8055L248.855 51.6117C257.796 43.0138 263.548 27.7008 265.336 17.8069C265.553 17.9941 265.758 18.1895 265.952 18.393C275.505 28.4314 240.182 94.3045 206.557 121.86C180.997 142.806 157.497 156.5 143.337 158.085C134.587 157.332 119.508 148.18 120.006 131.235C121.815 120.214 129.501 100.729 145.036 80.8682L159.372 68.046C154.41 89.8824 152.443 111.925 172.414 123.09Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M223.364 22.7071C232.816 24.0681 245.436 27.8503 251.978 36.4223C256.735 42.6541 257.839 49.0003 257.407 54.1864C265.971 36.9923 270.009 22.6567 265.952 18.3932C260.322 12.4773 244.927 13.4298 223.364 22.7071Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
36
|
+
<path d="M257.407 54.1863C265.971 36.9923 270.009 22.6568 265.952 18.3933C265.758 18.1898 265.553 17.9943 265.336 17.8071C265.834 24.6822 260.752 34.7278 255.703 42.9078C257.317 46.9251 257.689 50.8026 257.407 54.1863Z" style="fill:var(--sapContent_Illustrative_Color17)"/>
|
|
37
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M159.082 153.22C163.263 145.369 160.244 133.279 151.229 124.166C143.179 116.028 132.704 112.647 124.932 114.932C122.315 121.336 120.713 126.931 120.006 131.235C119.508 148.18 134.587 157.332 143.337 158.085C147.751 157.591 153.073 155.92 159.082 153.22Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
38
|
+
<ellipse cx="132.841" cy="142.866" rx="15.1313" ry="7.18547" transform="rotate(49.2452 132.841 142.866)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
39
|
+
<path d="M108.6 79.4929L116.591 72.1254C120.534 68.4897 125.503 66.1584 130.819 65.4495L161.648 61.3389C161.582 74.6893 140.125 92.4971 135.589 94.513L110.381 87.1115C107.028 86.1271 106.031 81.8615 108.6 79.4929Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
40
|
+
<ellipse cx="188.257" cy="112.817" rx="6.57432" ry="22.7542" transform="rotate(50.9269 188.257 112.817)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
41
|
+
<ellipse cx="234.039" cy="67.6341" rx="17.4755" ry="21.8065" transform="rotate(32.437 234.039 67.6341)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
42
|
+
<ellipse cx="237.676" cy="69.9162" rx="12.8454" ry="15.8971" transform="rotate(32.437 237.676 69.9162)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
43
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M250.077 68.8585L228.388 60.8894C229.511 59.5353 230.765 58.3784 232.092 57.4403L250.239 64.1077C250.42 65.6194 250.368 67.2249 250.077 68.8585Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
44
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M244.518 79.4384L223.792 71.8234C224.025 68.9266 225.028 65.8659 226.832 63.0258C226.839 63.0149 226.846 63.0041 226.853 62.9932L249.466 71.3016C248.955 72.8922 248.218 74.4785 247.25 76.0015C246.438 77.2793 245.516 78.429 244.518 79.4384Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
45
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M228.46 82.8444C234.917 83.4052 241.632 80.2244 245.531 74.088C248.892 68.8002 249.378 62.552 247.369 57.3368C252.451 61.5278 253.126 69.9795 248.71 76.9282C244 84.3382 235.286 87.233 229.245 83.394C228.974 83.2213 228.712 83.0379 228.46 82.8444Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
46
|
+
<path d="M26.0669 182.981C73.2392 182.981 121.531 138.272 125.954 134.108C130.378 129.944 137.339 130.155 141.503 134.578C145.667 139.002 145.457 145.963 141.034 150.127C106.084 186.456 105.647 204.679 104.146 216.679C73.3118 216.679 29.959 211.411 26.0669 182.981Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
47
|
+
<path d="M102.611 168.908C120.929 161.012 156.073 142.468 146.599 132.046C133.078 117.173 109.814 159.7 102.611 168.908Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
48
|
+
<path d="M151.173 124.124C160.188 133.237 163.207 145.327 159.026 153.178C153.017 155.878 147.695 157.549 143.281 158.043C141.058 157.852 138.427 157.119 135.747 155.853L136.828 154.61C139.227 155.478 141.327 155.438 142.664 154.286C145.67 151.695 143.684 144.463 138.229 138.133C132.773 131.803 125.914 128.771 122.908 131.362C121.478 132.594 121.177 134.875 121.842 137.61L120.787 138.61C120.179 136.332 119.872 133.859 119.95 131.193C120.657 126.889 122.259 121.294 124.876 114.891C132.648 112.605 143.123 115.987 151.173 124.124Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
49
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M108.607 79.4864L108.6 79.4928C106.031 81.8614 107.029 86.127 110.381 87.1114L135.59 94.5129C140.049 92.5309 160.865 75.2836 161.627 62.0159C142.141 88.1574 120.387 85.6549 108.607 79.4864Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
50
|
+
</svg>
|
|
51
|
+
`;
|
|
52
|
+
_exports.default = _default;
|
|
53
|
+
});
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
sap.ui.define(["exports"], function (_exports) {
|
|
2
|
+
"use strict";
|
|
3
|
+
|
|
4
|
+
Object.defineProperty(_exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
_exports.default = void 0;
|
|
8
|
+
var _default = `<svg width="321" height="240" viewBox="0 0 321 240" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Scene-NoApplications">
|
|
9
|
+
<path d="M305.711 20.0059H14.6174C12.72 20.0041 10.8408 20.3763 9.08735 21.1012C7.33387 21.8261 5.74044 22.8895 4.39815 24.2305C3.05586 25.5716 1.99103 27.164 1.26452 28.9168C0.538005 30.6696 0.164062 32.5485 0.164063 34.4459V205.553C0.164063 209.386 1.68681 213.062 4.39734 215.773C7.10786 218.483 10.7841 220.006 14.6174 220.006H305.711C309.544 220.006 313.22 218.483 315.931 215.773C318.641 213.062 320.164 209.386 320.164 205.553V34.4459C320.164 32.5485 319.79 30.6696 319.064 28.9168C318.337 27.164 317.272 25.5716 315.93 24.2305C314.588 22.8895 312.994 21.8261 311.241 21.1012C309.487 20.3763 307.608 20.0041 305.711 20.0059Z" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
10
|
+
<path d="M50.2752 8.09241L58.0746 36.8063L74.1404 25.8623L50.2752 8.09241Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.944 101.974L109.934 112.88L58.1293 36.8311L58.1297 36.8308C57.1941 35.4554 60.0186 31.8997 64.4392 28.8884C68.8603 25.8768 73.2037 24.5501 74.1404 25.9251C74.1462 25.9336 74.1518 25.9421 74.1572 25.9507L125.944 101.974Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M65.8394 27.9878L119.314 106.49L125.943 101.974L74.1565 25.9507C74.1534 25.9458 74.1502 25.9409 74.147 25.936C74.1446 25.9324 74.1422 25.9288 74.1397 25.9252C73.3025 24.696 69.7431 25.6257 65.8394 27.9878Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M129.241 106.812L113.23 117.718L109.935 112.88L109.935 112.88C108.999 111.504 111.824 107.948 116.245 104.937C120.666 101.925 125.009 100.599 125.946 101.974C125.953 101.984 125.96 101.994 125.966 102.005L129.241 106.812Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M136.026 116.772L120.016 127.678L113.249 117.743C113.243 117.735 113.237 117.727 113.231 117.718C112.294 116.343 115.119 112.787 119.54 109.775C123.961 106.764 128.305 105.437 129.241 106.812C129.242 106.812 129.242 106.812 129.242 106.813L129.242 106.812L136.026 116.772Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
15
|
+
<ellipse cx="9.68603" cy="3.01258" rx="9.68603" ry="3.01258" transform="matrix(0.826467 -0.562986 -0.562986 -0.826467 121.711 130.167)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M53.8008 21.0725C54.7729 20.1573 55.9405 19.2192 57.2477 18.3287C58.555 17.4382 59.8555 16.695 61.0631 16.1254L50.2751 8.09276L53.8008 21.0725Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.73509 62.2285C4.05867 61.0672 5.19658 59.6927 6.4638 60.1404L144.886 109.049C146.046 109.459 146.194 111.039 145.131 111.658L63.0417 159.469C62.3527 159.87 61.4687 159.637 61.0674 158.948L4.73509 62.2285ZM49.8208 96.0352C48.5535 95.5874 47.4156 96.9619 48.092 98.1233L68.0675 132.42C68.4689 133.109 69.3528 133.342 70.0419 132.941L99.1509 115.987C100.214 115.368 100.065 113.788 98.9053 113.378L49.8208 96.0352Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<path d="M145.598 111.221L147.377 108.358L142.71 107.085L145.598 111.221Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
19
|
+
<path d="M4.71116 60.8203L6.49031 57.9569L9.69855 61.5772L4.71116 60.8203Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.44407 59.4932C5.76765 58.3318 6.90556 56.9573 8.17279 57.4051L146.595 106.313C147.755 106.723 147.903 108.303 146.84 108.922L64.7507 156.734C64.0616 157.135 63.1777 156.902 62.7763 156.213L6.44407 59.4932ZM51.5298 93.2998C50.2625 92.8521 49.1246 94.2266 49.801 95.3879L69.7765 129.685C70.1779 130.374 71.0618 130.607 71.7509 130.206L100.86 113.252C101.923 112.633 101.774 111.053 100.614 110.643L51.5298 93.2998Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M19.4578 80.7833C19.4974 80.7711 19.5368 80.7544 19.5743 80.7315L24.842 77.6251C25.1017 77.471 25.1886 77.1372 25.0345 76.8775C24.8825 76.6171 24.5501 76.5275 24.2879 76.6847L19.0206 79.7921C18.7605 79.9452 18.674 80.28 18.8277 80.5387C18.9578 80.7613 19.221 80.8561 19.4578 80.7833Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M22.5948 86.1667C22.6345 86.1545 22.6739 86.1378 22.7113 86.1148L27.979 83.0084C28.2387 82.8543 28.3256 82.5205 28.1715 82.2608C28.0195 82.0005 27.6872 81.9074 27.425 82.068L22.1576 85.1755C21.8975 85.3285 21.811 85.6634 21.9648 85.922C22.0949 86.1446 22.3581 86.2395 22.5948 86.1667Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M26.2538 92.4489C26.2935 92.4368 26.3329 92.4201 26.3703 92.3971L35.5978 86.9541C35.8579 86.8011 35.9444 86.4662 35.7906 86.2076C35.6387 85.9472 35.306 85.8566 35.0438 86.0137L25.8166 91.4578C25.5565 91.6108 25.47 91.9457 25.6238 92.2043C25.7539 92.4269 26.0171 92.5218 26.2538 92.4489Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.8993 98.7091C29.9389 98.6969 29.9783 98.6803 30.0158 98.6573L35.2835 95.5509C35.5432 95.3968 35.6301 95.063 35.476 94.8033C35.3243 94.544 34.9913 94.4523 34.7294 94.6105L29.462 97.718C29.202 97.871 29.1155 98.2058 29.2692 98.4645C29.3993 98.6871 29.6625 98.7819 29.8993 98.7091Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.0341 104.092C33.0737 104.08 33.1131 104.063 33.1506 104.04L38.4183 100.933C38.678 100.779 38.7648 100.446 38.6107 100.186C38.4591 99.9266 38.1261 99.8349 37.8642 99.9931L32.5968 103.101C32.3368 103.254 32.2502 103.588 32.404 103.847C32.5341 104.07 32.7973 104.165 33.0341 104.092Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.169 109.475C36.2087 109.463 36.2481 109.446 36.2855 109.423L41.5529 106.316C41.8126 106.162 41.8995 105.828 41.7454 105.568C41.5937 105.309 41.2621 105.218 40.9988 105.376L35.7318 108.484C35.4718 108.637 35.3852 108.972 35.539 109.231C35.6691 109.453 35.9323 109.548 36.169 109.475Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M39.3055 114.857C39.3451 114.845 39.3845 114.828 39.422 114.805L44.6897 111.699C44.9494 111.545 45.0362 111.211 44.8821 110.951C44.7302 110.691 44.3957 110.602 44.1356 110.759L38.8682 113.866C38.6082 114.019 38.5216 114.354 38.6754 114.613C38.8055 114.835 39.0687 114.93 39.3055 114.857Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M42.9629 121.14C43.0025 121.128 43.0419 121.111 43.0794 121.088L52.3069 115.645C52.567 115.492 52.6535 115.157 52.4997 114.899C52.3477 114.638 52.0158 114.546 51.7529 114.705L42.5257 120.149C42.2656 120.302 42.1791 120.637 42.3329 120.896C42.4629 121.118 42.7262 121.213 42.9629 121.14Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M46.6103 127.401C46.65 127.388 46.6894 127.372 46.7268 127.349L51.9945 124.242C52.2542 124.088 52.3411 123.755 52.187 123.495C52.0353 123.235 51.7031 123.142 51.4405 123.302L46.1731 126.409C45.9131 126.562 45.8265 126.897 45.9803 127.156C46.1104 127.379 46.3736 127.473 46.6103 127.401Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M49.7451 132.784C49.7848 132.771 49.8242 132.755 49.8616 132.732L55.1293 129.625C55.389 129.471 55.4759 129.137 55.3218 128.878C55.1698 128.617 54.8378 128.525 54.5752 128.685L49.3079 131.792C49.0478 131.945 48.9613 132.28 49.1151 132.539C49.2452 132.761 49.5084 132.856 49.7451 132.784Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.8798 138.166C52.9194 138.154 52.9588 138.137 52.9963 138.114L58.264 135.008C58.5237 134.854 58.6105 134.52 58.4565 134.26C58.3045 134 57.9697 133.91 57.7099 134.068L52.4425 137.175C52.1825 137.328 52.096 137.663 52.2497 137.922C52.3798 138.144 52.643 138.239 52.8798 138.166Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
32
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.0146 143.549C56.0542 143.537 56.0936 143.52 56.131 143.497L61.3987 140.391C61.6585 140.237 61.7453 139.903 61.5912 139.643C61.4392 139.383 61.1066 139.292 60.8447 139.451L55.5773 142.558C55.3173 142.711 55.2307 143.046 55.3845 143.305C55.5146 143.527 55.7778 143.622 56.0146 143.549Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
33
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.6736 149.831C59.7133 149.819 59.7527 149.802 59.7901 149.779L69.018 144.337C69.278 144.184 69.3645 143.849 69.2108 143.591C69.0588 143.33 68.7234 143.238 68.4639 143.397L59.2364 148.84C58.9763 148.993 58.8898 149.328 59.0436 149.587C59.1737 149.809 59.4369 149.904 59.6736 149.831Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
34
|
+
<path d="M60.2614 95.7598C58.325 89.9756 61.9736 83.8202 67.9774 82.7425L232.692 53.1773C237.577 52.3005 242.366 55.1391 243.941 59.8454L275.865 155.204C277.802 160.988 274.153 167.144 268.149 168.221L103.435 197.786C98.5502 198.663 93.7613 195.825 92.1858 191.118L60.2614 95.7598Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
35
|
+
<path d="M64.1008 81.398L60.8701 88.2052L68.4321 86.5434L64.1008 81.398Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
36
|
+
<path d="M275.371 157.425L275.307 162.839L277.843 157.424L275.371 157.425Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
37
|
+
<path d="M63.4157 89.431C61.4793 83.6467 65.1279 77.4913 71.1317 76.4137L235.846 46.8484C240.731 45.9716 245.52 48.8102 247.095 53.5165L279.02 148.875C280.956 154.659 277.308 160.815 271.304 161.892L106.589 191.458C101.705 192.334 96.9156 189.496 95.3401 184.789L63.4157 89.431Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
38
|
+
<path d="M63.4217 89.4488C61.4832 83.6584 65.1415 77.4978 71.1535 76.4286L235.954 47.1202C240.834 46.2523 245.614 49.0906 247.187 53.7911L252.397 69.3528L67.691 102.201L63.4217 89.4488Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
39
|
+
<path d="M84.4988 113.773C83.7242 111.459 85.1838 108.997 87.5855 108.566L239.627 81.2869C241.581 80.9363 243.497 82.0717 244.127 83.9541L265.145 146.736C265.92 149.05 264.46 151.512 262.058 151.943L110.017 179.222C108.063 179.572 106.147 178.437 105.517 176.555L84.4988 113.773Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
40
|
+
<path d="M87.3387 109.658C86.564 107.344 88.0237 104.882 90.4254 104.451L242.467 77.1721C244.421 76.8215 246.337 77.957 246.967 79.8394L267.985 142.621C268.76 144.935 267.3 147.397 264.898 147.828L112.856 175.107C110.902 175.458 108.987 174.322 108.357 172.44L87.3387 109.658Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
41
|
+
<circle cx="79.2017" cy="87.2041" r="4.5" transform="rotate(-18.5096 79.2017 87.2041)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
42
|
+
<circle cx="96.2739" cy="84.3469" r="4.5" transform="rotate(-18.5096 96.2739 84.3469)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
43
|
+
<circle cx="113.348" cy="81.2095" r="4.5" transform="rotate(-18.5096 113.348 81.2095)" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
44
|
+
<path d="M101.835 117.35C101.06 115.036 102.52 112.574 104.921 112.143L146.95 104.602C148.904 104.252 150.819 105.387 151.449 107.27L156.251 121.612C157.025 123.926 155.566 126.388 153.164 126.819L111.136 134.359C109.182 134.71 107.266 133.575 106.636 131.692L101.835 117.35Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
45
|
+
<path d="M159.288 106.16C158.513 103.846 159.973 101.384 162.375 100.953L204.403 93.4125C206.357 93.0619 208.272 94.1973 208.902 96.0797L213.704 110.422C214.478 112.736 213.019 115.198 210.617 115.629L168.589 123.169C166.635 123.52 164.72 122.385 164.089 120.502L159.288 106.16Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
46
|
+
<path d="M111.639 144.864C110.865 142.551 112.324 140.088 114.726 139.657L156.754 132.117C158.708 131.766 160.624 132.902 161.254 134.784L166.055 149.126C166.83 151.44 165.37 153.902 162.969 154.333L120.94 161.874C118.987 162.224 117.071 161.089 116.441 159.207L111.639 144.864Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
47
|
+
<path d="M256.265 8.96068C256.575 9.32072 256.782 9.75757 256.864 10.2253C256.946 10.6929 256.901 11.1742 256.733 11.6183L253.01 22.2861C252.395 24.0507 250.606 24.4914 249.223 24.0091C248.65 23.8323 248.149 23.4743 247.797 22.9888C247.445 22.5033 247.26 21.9165 247.269 21.3167C247.283 21.0271 247.34 20.7411 247.439 20.4685L251.162 9.80077C251.316 9.3294 251.594 8.90835 251.967 8.58218C252.341 8.25602 252.795 8.03687 253.283 7.94793C253.825 7.84882 254.384 7.88981 254.906 8.06705C255.428 8.24428 255.896 8.55188 256.265 8.96068Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
48
|
+
<path d="M293.206 57.9913C293.261 58.3266 293.246 58.6698 293.161 58.9989C293.077 59.3281 292.924 59.6359 292.714 59.9028C292.503 60.1697 292.24 60.3899 291.94 60.5491C291.639 60.7084 291.309 60.8033 290.97 60.8278L280.041 62.1231C279.648 62.1683 279.25 62.1348 278.869 62.0244C278.489 61.914 278.135 61.7291 277.828 61.4803C277.52 61.2315 277.265 60.9239 277.077 60.5754C276.89 60.227 276.773 59.8446 276.735 59.4507C276.715 59.2888 276.708 59.1254 276.714 58.9623C276.729 58.3592 276.97 57.7837 277.388 57.3492C277.807 56.9147 278.373 56.6527 278.975 56.6149L289.899 55.323C290.292 55.2771 290.691 55.31 291.071 55.4198C291.451 55.5297 291.805 55.7142 292.113 55.9627C292.421 56.2112 292.676 56.5186 292.864 56.8669C293.051 57.2152 293.168 57.5975 293.206 57.9913Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
49
|
+
<path d="M283.567 28.6594C283.53 29.0289 283.418 29.3869 283.238 29.7116C283.058 30.0363 282.813 30.3209 282.52 30.5479L269.444 40.8653C268.855 41.3248 268.111 41.5387 267.368 41.4624C266.625 41.3862 265.941 41.0256 265.457 40.4561C265.011 39.926 264.78 39.2476 264.811 38.5554C264.829 38.1565 264.933 37.7662 265.116 37.4111C265.299 37.056 265.556 36.7444 265.87 36.4977L278.945 26.1803C279.537 25.7179 280.285 25.5029 281.032 25.5805C281.779 25.6582 282.467 26.0225 282.951 26.5968C283.188 26.8815 283.364 27.2109 283.47 27.5653C283.575 27.9198 283.608 28.2919 283.567 28.6594Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
50
|
+
<path d="M300.283 96.2809C300.283 94.9227 296.34 93.8355 291.072 93.5885C290.771 88.3271 289.612 84.415 288.253 84.418C286.895 84.421 285.765 88.3633 285.476 93.6518C280.193 94.0132 276.265 95.1937 276.283 96.555C276.301 97.9163 280.226 99.0035 285.494 99.2474C285.81 104.509 286.955 108.421 288.31 108.418C289.666 108.415 290.801 104.473 291.09 99.1842C296.374 98.8228 300.298 97.6422 300.283 96.2809Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
51
|
+
<path d="M41.6211 186.88C41.6211 185.974 38.9926 185.25 35.4805 185.085C35.2797 181.577 34.5066 178.969 33.601 178.971C32.6954 178.973 31.9424 181.601 31.7496 185.127C28.2276 185.368 25.6091 186.155 25.6211 187.063C25.6332 187.97 28.2497 188.695 31.7617 188.857C31.9725 192.365 32.7356 194.973 33.6392 194.971C34.5428 194.969 35.2998 192.341 35.4926 188.815C39.0146 188.574 41.6311 187.787 41.6211 186.88Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
52
|
+
<path d="M145.338 41.0344C145.338 39.6761 141.395 38.5889 136.127 38.3419C135.826 33.0805 134.666 29.1684 133.308 29.1714C131.949 29.1744 130.82 33.1167 130.531 38.4052C125.248 38.7666 121.32 39.9471 121.338 41.3084C121.356 42.6697 125.281 43.7569 130.549 44.0008C130.865 49.2622 132.01 53.1744 133.365 53.1714C134.72 53.1684 135.856 49.2261 136.145 43.9376C141.428 43.5762 145.353 42.3956 145.338 41.0344Z" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
53
|
+
<path d="M258.918 201C278.203 201 293.836 185.367 293.836 166.082C293.836 146.797 278.203 131.164 258.918 131.164C239.633 131.164 224 146.797 224 166.082C224 185.367 239.633 201 258.918 201Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
54
|
+
<path d="M258.93 147.068H258.918C256.312 147.068 254.199 149.181 254.199 151.786V180.379C254.199 182.985 256.312 185.097 258.918 185.097H258.93C261.536 185.097 263.649 182.985 263.649 180.379V151.786C263.649 149.181 261.536 147.068 258.93 147.068Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
55
|
+
<path d="M240.711 165.543V166.61C240.711 168.925 242.587 170.802 244.902 170.802H272.968C275.282 170.802 277.159 168.925 277.159 166.61V165.543C277.159 163.229 275.282 161.352 272.968 161.352H244.902C242.587 161.352 240.711 163.229 240.711 165.543Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
56
|
+
</svg>
|
|
57
|
+
`;
|
|
58
|
+
_exports.default = _default;
|
|
59
|
+
});
|