@openui5/sap.ui.webc.fiori 1.119.1 → 1.120.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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,28 @@
|
|
|
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="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartGantt-alternate">
|
|
9
|
+
<rect x="-1.13843" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.13843 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.55195 63.1493C5.46845 59.4295 7.60555 55.5357 11.3253 54.4522L127.733 20.5446C131.452 19.4611 135.346 21.5982 136.43 25.318L157.845 98.8374C158.928 102.557 156.791 106.451 153.071 107.534L36.664 141.442C32.9443 142.526 29.0505 140.388 27.967 136.669L6.55195 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.6261 52.0519L127.033 18.1443C132.079 16.6747 137.36 19.5734 138.83 24.6187L160.245 98.1381C161.714 103.184 158.816 108.465 153.77 109.935L37.3631 143.842C32.3177 145.312 27.0363 142.413 25.5666 137.368L4.15162 63.8484C2.68198 58.803 5.58068 53.5215 10.6261 52.0519ZM11.3252 54.4521C7.60546 55.5356 5.46836 59.4295 6.55186 63.1492L27.9669 136.669C29.0504 140.388 32.9442 142.525 36.664 141.442L153.071 107.534C156.791 106.451 158.928 102.557 157.845 98.8373L136.43 25.3179C135.346 21.5981 131.452 19.461 127.732 20.5445L11.3252 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.55195 63.1493C5.46844 59.4295 7.60555 55.5357 11.3253 54.4522L127.733 20.5446C131.452 19.4611 135.346 21.5982 136.43 25.318L139.239 34.9626L9.36126 72.7939L6.55195 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="18.1365" cy="61.6041" r="3.15681" transform="rotate(-16.24 18.1365 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.5863" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.5863 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="41.0361" cy="54.9341" r="3.15681" transform="rotate(-16.24 41.0361 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="22.0502" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 22.0502 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.1716 80.181C31.7203 80.0212 32.2947 80.3364 32.4546 80.8851L44.4945 122.219C44.6543 122.768 44.3391 123.342 43.7904 123.502C43.2417 123.662 42.6673 123.347 42.5074 122.798L30.4675 81.4639C30.3077 80.9152 30.6229 80.3408 31.1716 80.181Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.6399 71.3055C62.1886 71.1457 62.763 71.4609 62.9228 72.0096L74.9628 113.344C75.1226 113.892 74.8073 114.467 74.2586 114.627C73.7099 114.786 73.1355 114.471 72.9757 113.922L60.9358 72.5884C60.7759 72.0397 61.0912 71.4653 61.6399 71.3055Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M92.1082 62.431C92.6569 62.2712 93.2313 62.5864 93.3911 63.1351L105.431 104.469C105.591 105.018 105.276 105.592 104.727 105.752C104.178 105.912 103.604 105.597 103.444 105.048L91.404 63.7139C91.2442 63.1652 91.5594 62.5908 92.1082 62.431Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.576 53.556C123.125 53.3962 123.699 53.7114 123.859 54.2601L135.899 95.5941C136.059 96.1429 135.744 96.7172 135.195 96.8771C134.646 97.0369 134.072 96.7217 133.912 96.1729L121.872 54.8389C121.712 54.2902 122.028 53.7158 122.576 53.556Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<rect x="32.9149" y="84.5654" width="41.2104" height="8.39441" rx="1.37976" transform="rotate(-16.24 32.9149 84.5654)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<rect x="94.226" y="94.978" width="42.9112" height="8.39441" rx="1.37976" transform="rotate(-16.24 94.226 94.978)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
23
|
+
<rect x="90.4019" y="81.8491" width="22.143" height="8.39441" rx="1.37976" transform="rotate(-16.24 90.4019 81.8491)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
24
|
+
<rect x="54.2207" y="92.3882" width="34.2317" height="8.39441" rx="1.37976" transform="rotate(-16.24 54.2207 92.3882)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
_exports.default = _default;
|
|
28
|
+
});
|
|
@@ -0,0 +1,39 @@
|
|
|
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="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartOrg-alternate">
|
|
9
|
+
<rect x="-1.3064" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.3064 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.38398 63.1493C5.30048 59.4295 7.43758 55.5357 11.1573 54.4522L127.565 20.5446C131.284 19.4611 135.178 21.5982 136.262 25.318L157.677 98.8374C158.76 102.557 156.623 106.451 152.903 107.534L36.4961 141.442C32.7763 142.526 28.8825 140.388 27.799 136.669L6.38398 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.4582 52.0519L126.865 18.1443C131.911 16.6747 137.192 19.5734 138.662 24.6187L160.077 98.1381C161.547 103.184 158.648 108.465 153.602 109.935L37.1952 143.842C32.1498 145.312 26.8684 142.413 25.3987 137.368L3.98371 63.8484C2.51407 58.803 5.41277 53.5215 10.4582 52.0519ZM11.1573 54.4521C7.43755 55.5356 5.30045 59.4295 6.38396 63.1492L27.799 136.669C28.8825 140.388 32.7763 142.525 36.4961 141.442L152.903 107.534C156.623 106.451 158.76 102.557 157.677 98.8373L136.262 25.3179C135.178 21.5981 131.284 19.461 127.565 20.5445L11.1573 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.38398 63.1493C5.30048 59.4295 7.43758 55.5357 11.1573 54.4522L127.565 20.5446C131.284 19.4611 135.178 21.5982 136.262 25.318L139.071 34.9626L9.19329 72.7939L6.38398 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="17.9685" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.9685 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="29.4183" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.4183 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="40.8682" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.8682 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.8822" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.8822 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M52.2822 103.833L80.9376 77.2927L82.3439 78.8112L53.6886 105.351L52.2822 103.833Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M119.829 84.1576L81.4036 77.157L81.0326 79.1931L119.458 86.1937L119.829 84.1576Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M85.5318 96.5539L80.1381 78.0368L82.1251 77.458L87.5189 95.9751L85.5318 96.5539Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<rect x="71.4215" y="71.2051" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 71.4215 71.2051)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M88.9346 74.0627C90.226 78.4959 87.6789 83.1365 83.2457 84.4279C78.8125 85.7192 74.1718 83.1722 72.8805 78.739C71.5892 74.3057 74.1362 69.6651 78.5694 68.3738C83.0026 67.0824 87.6433 69.6294 88.9346 74.0627Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M76.4278 83.4603C76.2207 81.22 77.6305 79.1372 79.8017 78.5048L82.9941 77.5749C85.1578 76.9446 87.457 77.9355 88.4906 79.9227C87.5092 82.0335 85.6564 83.7259 83.2459 84.4281C80.8459 85.1272 78.3851 84.7013 76.4278 83.4603ZM82.7943 72.7261C83.2309 74.225 82.3697 75.7941 80.8708 76.2307C79.3719 76.6673 77.8029 75.8061 77.3662 74.3072C76.9296 72.8083 77.7908 71.2393 79.2897 70.8027C80.7886 70.366 82.3576 71.2272 82.7943 72.7261Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M82.6793 82.4835C86.0386 81.5049 87.9687 77.9884 86.9901 74.629C86.0116 71.2697 82.4951 69.3397 79.1357 70.3182C75.7764 71.2967 73.8464 74.8132 74.8249 78.1726C75.8034 81.532 79.32 83.462 82.6793 82.4835ZM83.2457 84.4279C87.6789 83.1365 90.2259 78.4959 88.9346 74.0627C87.6432 69.6294 83.0026 67.0824 78.5694 68.3738C74.1361 69.6651 71.5891 74.3057 72.8805 78.739C74.1718 83.1722 78.8124 85.7192 83.2457 84.4279Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
24
|
+
<rect x="45.2495" y="104.696" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 45.2495 104.696)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
25
|
+
<path d="M62.7625 107.554C64.0538 111.987 61.5068 116.628 57.0736 117.919C52.6404 119.21 47.9997 116.663 46.7084 112.23C45.4171 107.797 47.9641 103.156 52.3973 101.865C56.8305 100.574 61.4712 103.121 62.7625 107.554Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.2558 116.951C50.0487 114.711 51.4584 112.628 53.6297 111.996L56.822 111.066C58.9857 110.436 61.2849 111.427 62.3186 113.414C61.3372 115.525 59.4843 117.217 57.0738 117.919C54.6738 118.618 52.213 118.193 50.2558 116.951ZM56.6222 106.217C57.0588 107.716 56.1976 109.285 54.6987 109.722C53.1998 110.158 51.6308 109.297 51.1942 107.798C50.7576 106.3 51.6187 104.73 53.1176 104.294C54.6165 103.857 56.1856 104.718 56.6222 106.217Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M56.5072 115.975C59.8666 114.996 61.7966 111.48 60.8181 108.12C59.8395 104.761 56.323 102.831 52.9637 103.809C49.6043 104.788 47.6743 108.304 48.6528 111.664C49.6314 115.023 53.1479 116.953 56.5072 115.975ZM57.0736 117.919C61.5068 116.628 64.0538 111.987 62.7625 107.554C61.4712 103.121 56.8305 100.574 52.3973 101.865C47.9641 103.156 45.4171 107.797 46.7084 112.23C47.9997 116.663 52.6404 119.21 57.0736 117.919Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
28
|
+
<rect x="78.3671" y="95.0494" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 78.3671 95.0494)" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
29
|
+
<path d="M95.8802 97.9074C97.1715 102.341 94.6245 106.981 90.1913 108.273C85.7581 109.564 81.1174 107.017 79.8261 102.584C78.5347 98.1505 81.0818 93.5098 85.515 92.2185C89.9482 90.9272 94.5889 93.4742 95.8802 97.9074Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
30
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M83.3734 107.305C83.1664 105.065 84.5761 102.982 86.7474 102.349L89.9397 101.42C92.1034 100.789 94.4026 101.78 95.4362 103.767C94.4549 105.878 92.602 107.571 90.1915 108.273C87.7915 108.972 85.3307 108.546 83.3734 107.305ZM89.7399 96.5708C90.1765 98.0697 89.3153 99.6388 87.8164 100.075C86.3175 100.512 84.7485 99.6508 84.3119 98.1519C83.8753 96.653 84.7364 95.084 86.2353 94.6474C87.7342 94.2108 89.3033 95.0719 89.7399 96.5708Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
31
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.6249 106.328C92.9842 105.35 94.9143 101.833 93.9358 98.4738C92.9572 95.1144 89.4407 93.1844 86.0813 94.1629C82.722 95.1414 80.792 98.658 81.7705 102.017C82.749 105.377 86.2656 107.307 89.6249 106.328ZM90.1913 108.273C94.6245 106.981 97.1715 102.341 95.8802 97.9074C94.5889 93.4742 89.9482 90.9272 85.515 92.2185C81.0818 93.5098 78.5347 98.1505 79.8261 102.584C81.1174 107.017 85.7581 109.564 90.1913 108.273Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
32
|
+
<rect x="111.485" y="85.4029" width="15.3347" height="15.3347" rx="7.66737" transform="rotate(-16.24 111.485 85.4029)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
33
|
+
<path d="M128.998 88.2609C130.289 92.6941 127.742 97.3348 123.309 98.6261C118.876 99.9174 114.235 97.3704 112.944 92.9372C111.652 88.504 114.199 83.8633 118.633 82.572C123.066 81.2807 127.707 83.8277 128.998 88.2609Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
34
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M116.491 97.658C116.284 95.4177 117.694 93.335 119.865 92.7025L123.057 91.7726C125.221 91.1424 127.52 92.1332 128.554 94.1204C127.573 96.2313 125.72 97.9237 123.309 98.6258C120.909 99.3249 118.448 98.8991 116.491 97.658ZM122.858 86.9239C123.294 88.4228 122.433 89.9918 120.934 90.4284C119.435 90.865 117.866 90.0039 117.43 88.505C116.993 87.0061 117.854 85.437 119.353 85.0004C120.852 84.5638 122.421 85.425 122.858 86.9239Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
35
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M122.743 96.6817C126.102 95.7032 128.032 92.1866 127.053 88.8273C126.075 85.4679 122.558 83.5379 119.199 84.5164C115.84 85.4949 113.91 89.0115 114.888 92.3708C115.867 95.7302 119.383 97.6602 122.743 96.6817ZM123.309 98.6261C127.742 97.3348 130.289 92.6941 128.998 88.2609C127.707 83.8277 123.066 81.2807 118.633 82.572C114.199 83.8633 111.652 88.504 112.944 92.9372C114.235 97.3704 118.876 99.9174 123.309 98.6261Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
36
|
+
</svg>
|
|
37
|
+
`;
|
|
38
|
+
_exports.default = _default;
|
|
39
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
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 = `
|
|
9
|
+
<svg width="161" height="160" viewBox="0 0 161 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ChartPie-alternate">
|
|
10
|
+
<rect x="-1.47473" y="59.9194" width="141.756" height="94.6754" rx="8.41815" transform="rotate(-16.24 -1.47473 59.9194)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
11
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L157.508 98.8374C158.592 102.557 156.455 106.451 152.735 107.534L36.3277 141.442C32.608 142.526 28.7142 140.388 27.6307 136.669L6.21565 63.1493Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2898 52.0519L126.697 18.1443C131.742 16.6747 137.024 19.5734 138.493 24.6187L159.909 98.1381C161.378 103.184 158.479 108.465 153.434 109.935L37.0268 143.842C31.9814 145.312 26.7 142.413 25.2303 137.368L3.81531 63.8484C2.34568 58.803 5.24438 53.5215 10.2898 52.0519ZM10.9889 54.4521C7.26916 55.5356 5.13206 59.4295 6.21556 63.1492L27.6306 136.669C28.7141 140.388 32.6079 142.525 36.3277 141.442L152.735 107.534C156.455 106.451 158.592 102.557 157.508 98.8373L136.093 25.3179C135.01 21.5981 131.116 19.461 127.396 20.5445L10.9889 54.4521Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M6.21565 63.1493C5.13214 59.4295 7.26924 55.5357 10.989 54.4522L127.396 20.5446C131.116 19.4611 135.01 21.5982 136.093 25.318L138.903 34.9626L9.02496 72.7939L6.21565 63.1493Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<circle cx="17.8002" cy="61.6041" r="3.15681" transform="rotate(-16.24 17.8002 61.6041)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="29.25" cy="58.2691" r="3.15681" transform="rotate(-16.24 29.25 58.2691)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<circle cx="40.6998" cy="54.9341" r="3.15681" transform="rotate(-16.24 40.6998 54.9341)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<rect x="21.7139" y="78" width="114.258" height="54.2213" rx="3.4494" transform="rotate(-16.24 21.7139 78)" style="fill:var(--sapContent_Illustrative_Color7)"/>
|
|
18
|
+
<path d="M56.3117 76.0022C56.2324 75.5784 55.8241 75.2977 55.4036 75.3927C51.6317 76.2453 48.1643 78.1281 45.3916 80.8384C42.4327 83.7308 40.3978 87.4357 39.5445 91.4845C38.6911 95.5334 39.0575 99.7444 40.5974 103.585C42.1373 107.426 44.7815 110.723 48.1956 113.061C51.6097 115.399 55.6404 116.672 59.7779 116.719C63.9155 116.766 67.9741 115.585 71.4405 113.326C74.9069 111.066 77.6255 107.829 79.2523 104.025C80.7767 100.46 81.2785 96.5462 80.7095 92.7212C80.6461 92.2948 80.2367 92.0157 79.813 92.095L60.7833 95.6557C60.3595 95.735 59.9517 95.4557 59.8724 95.0319L56.3117 76.0022Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
19
|
+
<path d="M56.3114 76.002C56.2321 75.5783 55.8239 75.2975 55.4033 75.3926C52.4127 76.0685 49.607 77.3937 47.1852 79.274C46.8447 79.5384 46.8021 80.0321 47.0791 80.3625L59.0589 94.6574C59.3169 94.9652 59.8156 94.7297 59.7417 94.3349L56.3114 76.002Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
20
|
+
<path d="M79.813 92.095C80.2367 92.0157 80.6461 92.2948 80.7095 92.7212C81.1446 95.646 80.9551 98.6329 80.15 101.484C79.2741 104.586 77.6933 107.444 75.5309 109.834C73.3686 112.225 70.6831 114.083 67.6842 115.265C64.9275 116.35 61.9745 116.837 59.021 116.697C58.5903 116.676 58.2717 116.297 58.3082 115.867L59.9656 96.3911C59.9953 96.0414 60.2548 95.7545 60.5998 95.69L79.813 92.095Z" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<path d="M79.813 92.0949C80.2367 92.0156 80.6461 92.2947 80.7095 92.7211C81.0295 94.8721 81.0121 97.0598 80.658 99.2054C80.5878 99.6308 80.1741 99.9034 79.7516 99.8174L61.9739 96.1978C61.5539 96.1123 61.5587 95.5105 61.98 95.4316L79.813 92.0949Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path d="M67.4768 71.9937C67.6058 71.5823 68.0443 71.3522 68.4516 71.4936C72.648 72.95 76.4005 75.4699 79.3391 78.8127C82.2777 82.1555 84.2959 86.2 85.2024 90.5484C85.2904 90.9705 85.006 91.3759 84.5815 91.4511L61.281 95.5755C60.7045 95.6776 60.2249 95.1321 60.4001 94.5734L67.4768 71.9937Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M78.97 86.2151C79.2576 85.7212 79.8911 85.554 80.385 85.8416L94.7154 94.1868L110.479 89.5951C111.028 89.4352 111.602 89.7505 111.762 90.2992C111.922 90.8479 111.607 91.4223 111.058 91.5821L94.8678 96.298C94.5956 96.3773 94.3027 96.3414 94.0577 96.1987L79.3435 87.6301C78.8496 87.3425 78.6824 86.709 78.97 86.2151Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.3785 72.9827C94.0588 71.8852 94.6893 70.7365 95.7867 70.4168L125.949 61.6311C127.046 61.3115 128.195 61.942 128.514 63.0394C128.834 64.1368 128.204 65.2856 127.106 65.6052L96.9443 74.3909C95.8469 74.7106 94.6981 74.0801 94.3785 72.9827Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M97.4316 83.4641C97.1119 82.3667 97.7424 81.2179 98.8398 80.8983L119.861 74.775C120.959 74.4553 122.108 75.0858 122.427 76.1833C122.747 77.2807 122.116 78.4295 121.019 78.7491L99.9974 84.8724C98.9 85.192 97.7512 84.5615 97.4316 83.4641Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
</svg>
|
|
27
|
+
`;
|
|
28
|
+
_exports.default = _default;
|
|
29
|
+
});
|
package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-CodePlaceholder.js
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-CodePlaceholder-alternate">
|
|
9
|
+
<path d="M136.813 2.18595C137.007 2.43257 137.131 2.72692 137.172 3.03806C137.212 3.34919 137.169 3.66558 137.045 3.95393L134.279 10.8893C133.823 12.0366 132.629 12.276 131.73 11.9177C131.356 11.7845 131.036 11.5337 130.818 11.203C130.599 10.8724 130.494 10.4797 130.518 10.084C130.535 9.89313 130.581 9.70598 130.654 9.52888L133.419 2.59351C133.534 2.28674 133.73 2.01679 133.986 1.81222C134.242 1.60765 134.549 1.47608 134.873 1.43142C135.234 1.38161 135.601 1.42476 135.941 1.55681C136.28 1.68886 136.58 1.90541 136.813 2.18595Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M159.786 35.6195C159.813 35.8424 159.793 36.0685 159.728 36.2834C159.662 36.4982 159.553 36.6971 159.406 36.8672C159.26 37.0374 159.079 37.1751 158.877 37.2716C158.674 37.3681 158.453 37.4212 158.229 37.4277L150.976 37.9678C150.715 37.9864 150.453 37.9527 150.206 37.8689C149.958 37.7851 149.729 37.6528 149.533 37.4797C149.337 37.3066 149.178 37.0962 149.064 36.8607C148.95 36.6252 148.884 36.3695 148.871 36.1083C148.862 36.0008 148.862 35.8928 148.871 35.7852C148.898 35.3876 149.074 35.0146 149.362 34.7398C149.651 34.465 150.032 34.3083 150.431 34.3007L157.68 33.7626C157.941 33.7436 158.203 33.7768 158.451 33.8603C158.699 33.9438 158.927 34.0758 159.123 34.2487C159.319 34.4216 159.479 34.6319 159.593 34.8673C159.707 35.1027 159.773 35.3584 159.786 35.6195Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<path d="M154.27 15.9773C154.235 16.2202 154.15 16.4533 154.022 16.6625C153.894 16.8717 153.724 17.0525 153.524 17.1939L144.594 23.6285C144.192 23.9148 143.695 24.0347 143.207 23.9629C142.718 23.8911 142.277 23.6333 141.974 23.2434C141.695 22.8806 141.562 22.4261 141.602 21.97C141.626 21.7072 141.706 21.4525 141.836 21.2233C141.967 20.9942 142.146 20.7959 142.361 20.6421L151.29 14.2075C151.694 13.9192 152.194 13.7989 152.685 13.8717C153.176 13.9445 153.62 14.2048 153.923 14.5979C154.071 14.7926 154.177 15.0152 154.237 15.2522C154.297 15.4893 154.308 15.7359 154.27 15.9773Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<rect x="0.824219" y="29.3467" width="128.915" height="128.915" rx="9.25136" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M5.45117 33.9726C5.45117 29.2282 9.29729 25.3821 14.0417 25.3821H125.776C130.52 25.3821 134.366 29.2282 134.366 33.9726V145.707C134.366 150.451 130.52 154.297 125.776 154.297H14.0417C9.2973 154.297 5.45117 150.451 5.45117 145.707V33.9726Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M125.776 27.8821H14.0417C10.678 27.8821 7.95117 30.6089 7.95117 33.9726V145.707C7.95117 149.07 10.678 151.797 14.0417 151.797H125.776C129.139 151.797 131.866 149.07 131.866 145.707V33.9726C131.866 30.6089 129.139 27.8821 125.776 27.8821ZM14.0417 25.3821C9.29729 25.3821 5.45117 29.2282 5.45117 33.9726V145.707C5.45117 150.451 9.2973 154.297 14.0417 154.297H125.776C130.52 154.297 134.366 150.451 134.366 145.707V33.9726C134.366 29.2282 130.52 25.3821 125.776 25.3821H14.0417Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.6908 144.342C17.7711 144.342 15.4043 141.975 15.4043 139.055V125.853C18.1657 125.853 20.4043 128.091 20.4043 130.853V139.055C20.4043 139.214 20.5326 139.342 20.6908 139.342H28.8935C31.6549 139.342 33.8935 141.581 33.8935 144.342H20.6908ZM66.7043 144.342C66.7043 141.581 64.4658 139.342 61.7043 139.342H45.2989C42.5375 139.342 40.2989 141.581 40.2989 144.342H66.7043ZM99.5152 144.342C99.5152 141.581 97.2766 139.342 94.5152 139.342H78.1098C75.3483 139.342 73.1098 141.581 73.1098 144.342H99.5152ZM124.41 125.853C121.648 125.853 119.41 128.091 119.41 130.853V139.055C119.41 139.214 119.282 139.342 119.123 139.342H110.921C108.159 139.342 105.921 141.581 105.921 144.342H119.123C122.043 144.342 124.41 141.975 124.41 139.055V125.853ZM124.41 93.0419C121.648 93.0419 119.41 95.2805 119.41 98.0419V114.447C119.41 117.209 121.648 119.447 124.41 119.447V93.0419ZM124.41 60.2311C121.648 60.2311 119.41 62.4696 119.41 65.2311V81.6365C119.41 84.3979 121.648 86.6365 124.41 86.6365V60.2311ZM105.921 35.3364C105.921 38.0978 108.159 40.3364 110.921 40.3364H119.123C119.282 40.3364 119.41 40.4647 119.41 40.6229V48.8256C119.41 51.5871 121.648 53.8256 124.41 53.8256V40.6229C124.41 37.7033 122.043 35.3364 119.123 35.3364H105.921ZM73.1098 35.3364C73.1098 38.0978 75.3483 40.3364 78.1098 40.3364H94.5152C97.2766 40.3364 99.5152 38.0978 99.5152 35.3364H73.1098ZM40.2989 35.3364C40.2989 38.0978 42.5375 40.3364 45.2989 40.3364H61.7043C64.4658 40.3364 66.7043 38.0978 66.7043 35.3364H40.2989ZM15.4043 53.8256C18.1657 53.8256 20.4043 51.5871 20.4043 48.8256V40.6229C20.4043 40.4647 20.5326 40.3364 20.6908 40.3364H28.8935C31.6549 40.3364 33.8935 38.0978 33.8935 35.3364H20.6908C17.7711 35.3364 15.4043 37.7033 15.4043 40.6229V53.8256ZM15.4043 86.6365C18.1657 86.6365 20.4043 84.3979 20.4043 81.6365V65.231C20.4043 62.4696 18.1657 60.231 15.4043 60.231V86.6365ZM15.4043 119.447C18.1657 119.447 20.4043 117.209 20.4043 114.447V98.0419C20.4043 95.2805 18.1657 93.0419 15.4043 93.0419V119.447Z" style="fill:var(--sapContent_Illustrative_Color19)"/>
|
|
16
|
+
</svg>
|
|
17
|
+
`;
|
|
18
|
+
_exports.default = _default;
|
|
19
|
+
});
|
|
@@ -0,0 +1,32 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Company-alternate">
|
|
9
|
+
<rect x="122.899" y="70.1621" width="36.8421" height="77.1654" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 84.9155H150.635V89.9155H130.438V84.9155Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 99.822H150.635V104.822H130.438V99.822Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M130.438 114.729H150.635V119.729H130.438V114.729Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path d="M35.0293 23.7183H122.9V147.327H35.0293V23.7183Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.4 26.2183H37.5293V144.827H120.4V26.2183ZM35.0293 23.7183V147.327H122.9V23.7183H35.0293Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<rect width="118.374" height="12.4874" transform="matrix(-3.58932e-08 1 1 5.32325e-08 72.7197 26.6484)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
16
|
+
<rect width="7.12347" height="12.4874" transform="matrix(-3.58932e-08 1 1 5.32325e-08 72.7197 26.6484)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
17
|
+
<rect width="102.52" height="11.5841" transform="matrix(1 0 0 -1 27.7041 26.6484)" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
18
|
+
<rect x="42.9258" y="34.3347" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
19
|
+
<rect x="42.9258" y="70.7458" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
20
|
+
<rect x="42.9258" y="107.157" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
21
|
+
<rect x="91.252" y="34.3347" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
22
|
+
<rect x="91.252" y="70.7458" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
23
|
+
<rect x="91.252" y="107.157" width="23.7522" height="31.1224" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
24
|
+
<path d="M35.0293 49.2576L1.2933 78.6785V147.327H35.0293V49.2576Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.63086 86.1318V96.3311H14.6309V86.1318H9.63086Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.3994 86.1318V96.3311H26.3994V86.1318H21.3994Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.63086 102.607V112.807H14.6309V102.607H9.63086Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M21.3994 102.607V112.807H26.3994V102.607H21.3994Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
31
|
+
_exports.default = _default;
|
|
32
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Components-alternate">
|
|
9
|
+
<rect x="7.82666" y="22.3318" width="16.3605" height="13.7314" rx="2.15507" transform="rotate(-40.3434 7.82666 22.3318)" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
10
|
+
<rect x="6.43066" y="36.5505" width="36.7859" height="29.7997" transform="rotate(-40.3434 6.43066 36.5505)" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
11
|
+
<path d="M30.5981 113.866C30.5981 113.073 31.2414 112.429 32.0349 112.429H45.5219C46.3154 112.429 46.9586 113.073 46.9586 113.866V124.724C46.9586 125.518 46.3154 126.161 45.5219 126.161H32.0349C31.2414 126.161 30.5981 125.518 30.5981 124.724V113.866Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M32.0349 109.929H45.5219C47.6961 109.929 49.4586 111.692 49.4586 113.866V124.724C49.4586 126.898 47.6961 128.661 45.5219 128.661H32.0349C29.8607 128.661 28.0981 126.898 28.0981 124.724V113.866C28.0981 111.692 29.8607 109.929 32.0349 109.929ZM32.0349 112.429C31.2414 112.429 30.5981 113.073 30.5981 113.866V124.724C30.5981 125.518 31.2414 126.161 32.0349 126.161H45.5219C46.3154 126.161 46.9586 125.518 46.9586 124.724V113.866C46.9586 113.073 46.3154 112.429 45.5219 112.429H32.0349Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<path d="M60.5215 113.866C60.5215 113.073 61.1647 112.429 61.9582 112.429H75.4452C76.2387 112.429 76.8819 113.073 76.8819 113.866V124.724C76.8819 125.518 76.2387 126.161 75.4452 126.161H61.9582C61.1647 126.161 60.5215 125.518 60.5215 124.724V113.866Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M61.9582 109.929H75.4452C77.6194 109.929 79.3819 111.692 79.3819 113.866V124.724C79.3819 126.898 77.6194 128.661 75.4452 128.661H61.9582C59.784 128.661 58.0215 126.898 58.0215 124.724V113.866C58.0215 111.692 59.784 109.929 61.9582 109.929ZM61.9582 112.429C61.1647 112.429 60.5215 113.073 60.5215 113.866V124.724C60.5215 125.518 61.1647 126.161 61.9582 126.161H75.4452C76.2387 126.161 76.8819 125.518 76.8819 124.724V113.866C76.8819 113.073 76.2387 112.429 75.4452 112.429H61.9582Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M90.4443 113.866C90.4443 113.073 91.0876 112.429 91.881 112.429H105.368C106.162 112.429 106.805 113.073 106.805 113.866V124.724C106.805 125.518 106.162 126.161 105.368 126.161H91.881C91.0876 126.161 90.4443 125.518 90.4443 124.724V113.866Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M91.881 109.929H105.368C107.542 109.929 109.305 111.692 109.305 113.866V124.724C109.305 126.898 107.542 128.661 105.368 128.661H91.881C89.7069 128.661 87.9443 126.898 87.9443 124.724V113.866C87.9443 111.692 89.7069 109.929 91.881 109.929ZM91.881 112.429C91.0876 112.429 90.4443 113.073 90.4443 113.866V124.724C90.4443 125.518 91.0876 126.161 91.881 126.161H105.368C106.162 126.161 106.805 125.518 106.805 124.724V113.866C106.805 113.073 106.162 112.429 105.368 112.429H91.881Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M20.3286 122.363H117.073V152.162H20.3286V122.363Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M17.8286 119.863H119.573V154.662H17.8286V119.863ZM20.3286 122.363V152.162H117.073V122.363H20.3286Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<rect x="96.4351" y="80.3601" width="16.3605" height="13.7314" rx="2.15507" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
20
|
+
<rect x="126.358" y="80.3601" width="16.3605" height="13.7314" rx="2.15507" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
21
|
+
<rect x="86.166" y="90.2932" width="66.6886" height="29.7997" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
22
|
+
<path d="M63.0913 51.997C63.0913 51.2035 63.7345 50.5603 64.528 50.5603H78.0151C78.8085 50.5603 79.4518 51.2035 79.4518 51.997V62.855C79.4518 63.6484 78.8085 64.2917 78.0151 64.2917H64.528C63.7345 64.2917 63.0913 63.6484 63.0913 62.855V51.997Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.528 48.0603H78.0151C80.1892 48.0603 81.9518 49.8228 81.9518 51.997V62.855C81.9518 65.0291 80.1893 66.7917 78.0151 66.7917H64.528C62.3538 66.7917 60.5913 65.0291 60.5913 62.855V51.997C60.5913 49.8228 62.3538 48.0603 64.528 48.0603ZM64.528 50.5603C63.7345 50.5603 63.0913 51.2035 63.0913 51.997V62.855C63.0913 63.6484 63.7345 64.2917 64.528 64.2917H78.0151C78.8085 64.2917 79.4518 63.6484 79.4518 62.855V51.997C79.4518 51.2035 78.8085 50.5603 78.0151 50.5603H64.528Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path d="M93.0142 51.997C93.0142 51.2035 93.6574 50.5603 94.4509 50.5603H107.938C108.731 50.5603 109.375 51.2035 109.375 51.997V62.855C109.375 63.6484 108.731 64.2917 107.938 64.2917H94.4509C93.6574 64.2917 93.0142 63.6484 93.0142 62.855V51.997Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.4509 48.0603H107.938C110.112 48.0603 111.875 49.8228 111.875 51.997V62.855C111.875 65.0291 110.112 66.7917 107.938 66.7917H94.4509C92.2767 66.7917 90.5142 65.0291 90.5142 62.855V51.997C90.5142 49.8228 92.2767 48.0603 94.4509 48.0603ZM94.4509 50.5603C93.6574 50.5603 93.0142 51.2035 93.0142 51.997V62.855C93.0142 63.6484 93.6574 64.2917 94.4509 64.2917H107.938C108.731 64.2917 109.375 63.6484 109.375 62.855V51.997C109.375 51.2035 108.731 50.5603 107.938 50.5603H94.4509Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path d="M52.8223 60.4934H119.511V90.2931H52.8223V60.4934Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M50.3223 57.9934H122.011V92.7931H50.3223V57.9934ZM52.8223 60.4934V90.2931H119.511V60.4934H52.8223Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
_exports.default = _default;
|
|
31
|
+
});
|
package/src/sap/ui/webc/fiori/thirdparty/illustrations-v5/tnt/hc/tnt-Dialog-EmptyContentPane.js
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
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="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-EmptyContentPane-alternate">
|
|
9
|
+
<path d="M131.929 2.57554C132.155 2.86263 132.299 3.2053 132.347 3.56749C132.394 3.92969 132.343 4.29801 132.199 4.63369L128.98 12.7073C128.448 14.0429 127.059 14.3216 126.012 13.9045C125.577 13.7494 125.205 13.4575 124.95 13.0725C124.696 12.6876 124.573 12.2304 124.601 11.7698C124.621 11.5476 124.674 11.3298 124.759 11.1236L127.979 3.04998C128.113 2.69287 128.341 2.37862 128.639 2.14047C128.937 1.90233 129.293 1.74916 129.671 1.69717C130.091 1.63918 130.519 1.68942 130.914 1.84314C131.309 1.99686 131.659 2.24896 131.929 2.57554V2.57554Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
10
|
+
<path d="M158.673 41.4965C158.704 41.7561 158.681 42.0193 158.605 42.2694C158.529 42.5195 158.401 42.751 158.231 42.9491C158.06 43.1472 157.85 43.3075 157.614 43.4198C157.378 43.5321 157.121 43.594 156.86 43.6015L148.417 44.2303C148.113 44.2519 147.808 44.2127 147.52 44.1152C147.231 44.0176 146.965 43.8636 146.737 43.662C146.509 43.4605 146.323 43.2156 146.191 42.9415C146.058 42.6674 145.982 42.3696 145.966 42.0656C145.955 41.9404 145.956 41.8147 145.966 41.6895C145.998 41.2266 146.202 40.7923 146.538 40.4724C146.874 40.1525 147.318 39.9702 147.782 39.9613L156.221 39.3349C156.525 39.3128 156.83 39.3514 157.118 39.4486C157.407 39.5458 157.673 39.6995 157.901 39.9008C158.129 40.1021 158.315 40.3469 158.448 40.6209C158.58 40.8949 158.657 41.1926 158.673 41.4965V41.4965Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
11
|
+
<path d="M152.25 18.6305C152.209 18.9132 152.111 19.1846 151.961 19.4281C151.812 19.6716 151.615 19.8821 151.381 20.0468L140.987 27.5374C140.518 27.8708 139.94 28.0102 139.371 27.9267C138.803 27.8432 138.288 27.5431 137.936 27.0891C137.611 26.6668 137.456 26.1377 137.503 25.6068C137.531 25.3008 137.624 25.0043 137.776 24.7375C137.928 24.4707 138.136 24.2399 138.386 24.0608L148.781 16.5702C149.251 16.2346 149.833 16.0945 150.405 16.1793C150.977 16.264 151.493 16.5671 151.846 17.0247C152.018 17.2514 152.142 17.5105 152.212 17.7864C152.281 18.0623 152.294 18.3495 152.25 18.6305V18.6305Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
12
|
+
<path d="M20.1953 43.6277C20.1953 37.7997 24.9199 33.0751 30.7479 33.0751H74.6262C77.0665 33.0751 79.4315 33.9209 81.3184 35.4686L121.812 68.6819C124.256 70.6863 125.672 73.6804 125.672 76.841V125.363C125.672 131.191 120.948 135.915 115.12 135.915H30.7479C24.9199 135.915 20.1953 131.191 20.1953 125.363V43.6277Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
13
|
+
<path d="M28.4529 37.386C28.4529 32.92 32.0733 29.2996 36.5393 29.2996H86.357C88.4164 29.2996 90.3982 30.0853 91.8981 31.4964L126.257 63.8218C127.881 65.35 128.802 67.4812 128.802 69.7114V119.13C128.802 123.596 125.182 127.216 120.716 127.216H36.5394C32.0733 127.216 28.4529 123.596 28.4529 119.13V37.386Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M120.716 129.716H36.5394C30.6926 129.716 25.9529 124.977 25.9529 119.13V37.386C25.9529 31.5393 30.6926 26.7996 36.5393 26.7996H86.357C89.0531 26.7996 91.6475 27.8282 93.6112 29.6756L127.97 62.0009C130.096 64.0016 131.302 66.7917 131.302 69.7114V119.13C131.302 124.977 126.562 129.716 120.716 129.716ZM36.5393 29.2996C32.0733 29.2996 28.4529 32.92 28.4529 37.386V119.13C28.4529 123.596 32.0733 127.216 36.5394 127.216H120.716C125.182 127.216 128.802 123.596 128.802 119.13V69.7114C128.802 67.4812 127.881 65.35 126.257 63.8218L91.8981 31.4964C90.3982 30.0853 88.4164 29.2996 86.357 29.2996H36.5393Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
15
|
+
<path d="M89.1666 63.0425C89.1666 64.9851 90.7415 66.56 92.6841 66.56H127.03C127.667 66.56 127.976 65.7804 127.512 65.3439L90.352 30.4138C89.9029 29.9917 89.1666 30.3101 89.1666 30.9264V63.0425Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M127.03 69.06H92.6841C89.3608 69.06 86.6666 66.3658 86.6666 63.0425V30.9264C86.6666 28.1199 90.0194 26.67 92.0642 28.5922L129.224 63.5223C131.338 65.5099 129.932 69.06 127.03 69.06ZM90.352 30.4138C89.9029 29.9917 89.1666 30.3101 89.1666 30.9264V63.0425C89.1666 64.9851 90.7415 66.56 92.6841 66.56H127.03C127.667 66.56 127.976 65.7804 127.512 65.3439L90.352 30.4138Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<rect x="39.2521" y="120.363" width="119.051" height="30.6132" rx="7.42363" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
18
|
+
<g clip-path="url(#clip0_620_3344)">
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.4818 129.344L58.4809 129.346L56.8116 133.164L58.9839 133.164C59.0073 133.164 59.0306 133.165 59.0536 133.167C59.3912 133.14 59.7302 133.304 59.9112 133.617L61.0994 135.669L63.3915 133.423C63.7493 133.073 64.3235 133.078 64.6742 133.436C65.0248 133.794 65.019 134.368 64.6612 134.719L62.0375 137.29L63.754 140.255C64.005 140.689 63.857 141.244 63.4234 141.495C62.9899 141.746 62.435 141.598 62.184 141.164L60.7001 138.601L58.581 140.677C57.9923 141.253 57.2475 141.631 56.4511 141.775V141.775L55.6073 141.928C55.1143 142.017 54.6425 141.689 54.5534 141.196C54.4643 140.703 54.7917 140.231 55.2847 140.142L56.1285 139.99C56.5722 139.91 56.9865 139.699 57.3126 139.38V139.38L59.7619 136.98L58.6032 134.978L56.0183 134.978L52.3529 143.361C51.8575 144.493 50.7521 145.246 49.5028 145.276L48.5203 145.307C48.0196 145.322 47.6011 144.929 47.5856 144.428C47.5702 143.927 47.9635 143.509 48.4642 143.493L49.4578 143.463C49.9962 143.451 50.4751 143.127 50.6908 142.634L54.0383 134.978L51.3693 134.978C50.8684 134.978 50.4623 134.572 50.4623 134.071C50.4623 133.57 50.8684 133.164 51.3693 133.164L54.8316 133.164L56.8232 128.61C57.2102 127.739 58.0701 127.166 59.0347 127.166L60.5088 127.166C61.0097 127.166 61.4158 127.572 61.4158 128.073C61.4158 128.574 61.0097 128.98 60.5088 128.98L59.0347 128.98C58.8002 128.98 58.5831 129.118 58.4818 129.344Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
20
|
+
</g>
|
|
21
|
+
<rect x="76.6683" y="132.835" width="64.6278" height="6.80293" rx="3.40146" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
22
|
+
<rect x="1" y="63.5019" width="38.2085" height="39.5731" rx="7.09587" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.9767 81.8244C25.7583 82.5794 25.7583 83.8034 24.9767 84.5583L18.9725 90.3578C18.4001 90.9107 17.5392 91.0761 16.7914 90.7769C16.0435 90.4776 15.5559 89.7727 15.5559 88.9909L15.5559 77.3919C15.5559 76.61 16.0435 75.9051 16.7914 75.6059C17.5392 75.3067 18.4001 75.4721 18.9725 76.025L24.9767 81.8244Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<defs>
|
|
25
|
+
<clipPath id="clip0_620_3344">
|
|
26
|
+
<rect width="18.1411" height="18.1411" style="fill:var(--sapContent_Illustrative_Color8)" transform="translate(47.1887 127.166)"/>
|
|
27
|
+
</clipPath>
|
|
28
|
+
</defs>
|
|
29
|
+
</svg>
|
|
30
|
+
`;
|
|
31
|
+
_exports.default = _default;
|
|
32
|
+
});
|
|
@@ -0,0 +1,27 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-ExternalLink-alternate">
|
|
9
|
+
<rect x="-1.39062" y="81.1748" width="123.826" height="82.7005" rx="7.35339" transform="rotate(-16.2387 -1.39062 81.1748)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M5.32686 83.9966C4.38048 80.7473 6.24735 77.3461 9.49663 76.3997L111.181 46.7832C114.43 45.8368 117.831 47.7037 118.778 50.953L137.483 115.174C138.429 118.423 136.562 121.824 133.313 122.771L31.6287 152.387C28.3794 153.334 24.9782 151.467 24.0318 148.217L5.32686 83.9966Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.79729 73.9994L110.481 44.3829C115.056 43.0504 119.845 45.6789 121.178 50.2538L139.883 114.475C141.215 119.05 138.587 123.838 134.012 125.171L32.3276 154.787C27.7527 156.12 22.9638 153.491 21.6313 148.916L2.92635 84.6957C1.59386 80.1208 4.22238 75.3319 8.79729 73.9994ZM9.49639 76.3997C6.2471 77.3461 4.38023 80.7473 5.32662 83.9966L24.0315 148.217C24.9779 151.467 28.3792 153.334 31.6285 152.387L133.313 122.771C136.562 121.824 138.429 118.423 137.482 115.174L118.778 50.9529C117.831 47.7037 114.43 45.8368 111.181 46.7832L9.49639 76.3997Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<rect x="19.7129" y="97.6641" width="98.1843" height="46.5805" rx="3.06391" transform="rotate(-16.2387 19.7129 97.6641)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
13
|
+
<path d="M5.32686 83.9966C4.38048 80.7473 6.24735 77.3461 9.49663 76.3997L111.181 46.7832C114.43 45.8368 117.831 47.7037 118.778 50.953L121.232 59.3777L7.78065 92.4214L5.32686 83.9966Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
14
|
+
<circle cx="15.446" cy="82.6467" r="2.75752" transform="rotate(-16.2387 15.446 82.6467)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="25.4479" cy="79.7336" r="2.75752" transform="rotate(-16.2387 25.4479 79.7336)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<circle cx="35.4499" cy="76.8205" r="2.75752" transform="rotate(-16.2387 35.4499 76.8205)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M30.9569 105.272C30.5708 103.946 31.3324 102.559 32.6581 102.172L91.8632 84.9284C93.1888 84.5423 94.5764 85.304 94.9625 86.6296C95.3486 87.9552 94.587 89.3428 93.2614 89.729L34.0563 106.973C32.7306 107.359 31.343 106.597 30.9569 105.272Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M33.6991 114.685C33.313 113.36 34.0746 111.972 35.4003 111.586L94.6053 94.3418C95.931 93.9557 97.3186 94.7173 97.7047 96.0429C98.0908 97.3685 97.3292 98.7562 96.0035 99.1423L36.7985 116.386C35.4728 116.772 34.0852 116.011 33.6991 114.685Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.4413 124.099C36.0552 122.773 36.8168 121.385 38.1424 120.999L71.632 111.245C72.9576 110.859 74.3452 111.621 74.7313 112.946C75.1174 114.272 74.3558 115.659 73.0302 116.046L39.5406 125.8C38.215 126.186 36.8274 125.424 36.4413 124.099Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
20
|
+
<path d="M112.38 73.0709C109.42 64.5621 115.127 59.62 123.926 52.1482C124.389 51.7574 125.1 51.9367 125.308 52.4932L129.864 57.6829C130.174 58.4949 131.654 57.9163 131.841 57.0592L136.553 33.1035C136.692 32.4672 136.132 31.9187 135.5 32.0792L111.722 35.9418C110.867 36.1513 110.178 37.6007 111.002 37.8857L115.872 43.0277C116.439 43.218 116.636 43.9112 116.267 44.388C109.043 53.5818 98.0674 59.0104 104.304 71.46C107.031 76.9172 109.5 80.8598 116.069 83.2638C117.04 83.6226 117.331 82.2262 116.728 81.3906C115.366 79.5153 113.067 75.0215 112.386 73.0775L112.38 73.0709Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
21
|
+
<path d="M135.638 5.5536C135.838 5.76469 135.978 6.02587 136.042 6.30965C136.106 6.59344 136.093 6.88933 136.003 7.16619L134.044 13.8069C133.721 14.9053 132.639 15.2287 131.778 14.9749C131.422 14.8839 131.105 14.6797 130.875 14.3931C130.645 14.1065 130.514 13.7529 130.502 13.3855C130.501 13.2078 130.528 13.0311 130.58 12.8613L132.539 6.2206C132.619 5.9275 132.777 5.66146 132.996 5.45065C133.215 5.23984 133.486 5.09209 133.782 5.02305C134.111 4.94615 134.454 4.95452 134.779 5.04736C135.103 5.14021 135.399 5.31446 135.638 5.5536Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path d="M159.715 34.457C159.759 34.6606 159.76 34.871 159.718 35.075C159.676 35.279 159.592 35.472 159.471 35.6417C159.35 35.8113 159.196 35.9539 159.017 36.0604C158.838 36.1669 158.638 36.2349 158.432 36.26L151.781 37.3801C151.542 37.4195 151.297 37.4109 151.061 37.3548C150.825 37.2986 150.603 37.196 150.407 37.0529C150.211 36.9099 150.046 36.7293 149.921 36.5216C149.796 36.3139 149.713 36.0834 149.678 35.8435C149.661 35.7449 149.651 35.6451 149.651 35.5451C149.642 35.1756 149.772 34.8161 150.015 34.5377C150.258 34.2592 150.596 34.0819 150.964 34.0407L157.612 32.9228C157.851 32.883 158.095 32.8912 158.331 32.947C158.567 33.0029 158.79 33.1052 158.985 33.2481C159.181 33.391 159.347 33.5715 159.472 33.779C159.597 33.9866 159.68 34.2171 159.715 34.457Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
23
|
+
<path d="M152.937 16.7931C152.925 17.0203 152.867 17.2428 152.767 17.4469C152.667 17.6511 152.526 17.8326 152.353 17.9803L144.659 24.6866C144.312 24.9855 143.863 25.1387 143.406 25.1143C142.949 25.0898 142.519 24.8896 142.206 24.5555C141.917 24.2445 141.756 23.8362 141.754 23.4116C141.753 23.1669 141.805 22.9249 141.906 22.7021C142.007 22.4792 142.155 22.2809 142.34 22.1205L150.034 15.4141C150.382 15.1134 150.834 14.9594 151.293 14.9846C151.753 15.0097 152.185 15.2121 152.498 15.5491C152.652 15.7162 152.769 15.9126 152.845 16.1263C152.92 16.3401 152.951 16.5669 152.937 16.7931Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
</svg>
|
|
25
|
+
`;
|
|
26
|
+
_exports.default = _default;
|
|
27
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
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 id="tnt-Dialog-FaceID-alternate" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 160 160">
|
|
9
|
+
<ellipse cx="15.29" cy="88.66" rx="14.52" ry="11.75" transform="translate(-69.87 59.63) rotate(-61.39)" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
10
|
+
<path d="m44.43,29.95c1.38,0,2.5,1.12,2.5,2.5v30.91c0,1.38-1.12,2.5-2.5,2.5s-2.5-1.12-2.5-2.5v-30.91c0-1.38,1.12-2.5,2.5-2.5Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
11
|
+
<circle cx="44.12" cy="26.86" r="8.56" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
12
|
+
<path d="m.5,126.48c-.15,2.73,2.08,4.94,4.81,4.94h149.28c2.73,0,4.96-2.22,4.81-4.94-2.42-44.09-37.07-79.05-79.45-79.05S2.93,82.39.5,126.48Z" style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
13
|
+
<path d="m156.9,126.62c-2.36-42.89-36.02-76.68-76.95-76.68S5.36,83.73,3,126.62c-.07,1.21.93,2.31,2.31,2.31h149.28c1.39,0,2.38-1.1,2.31-2.31Zm-151.59,4.81c-2.73,0-4.96-2.22-4.81-4.94C2.93,82.39,37.57,47.43,79.95,47.43s77.02,34.96,79.45,79.05c.15,2.73-2.08,4.94-4.81,4.94H5.31Z" style="fill:var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
14
|
+
<path d="m29.65,111.88c-.25,1.89,1.27,3.52,3.18,3.52h94.23c1.91,0,3.43-1.62,3.18-3.52-3.46-26.01-24.66-46.03-50.29-46.03s-46.83,20.02-50.29,46.03Z" style="fill:var(--sapContent_Illustrative_Color5)" fill-rule="evenodd" />
|
|
15
|
+
<ellipse cx="144.61" cy="88.66" rx="11.75" ry="14.52" transform="translate(-24.8 80.07) rotate(-28.61)" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
16
|
+
<path d="m116.37,29.95c1.38,0,2.5,1.12,2.5,2.5v30.91c0,1.38-1.12,2.5-2.5,2.5s-2.5-1.12-2.5-2.5v-30.91c0-1.38,1.12-2.5,2.5-2.5Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
17
|
+
<circle cx="116.05" cy="26.86" r="8.56" style="fill:var(--sapContent_Illustrative_Color5)" />
|
|
18
|
+
<path d="m56.21,131.42V51.23c7.5-2.47,15.47-3.8,23.74-3.8,42.38,0,77.02,34.96,79.45,79.05.15,2.73-2.08,4.94-4.81,4.94H56.21Z" style="fill:var(--sapContent_Illustrative_Color8)" fill-rule="evenodd" />
|
|
19
|
+
<path d="m58.71,53.07v75.86h95.87c1.39,0,2.38-1.1,2.31-2.31-2.36-42.89-36.02-76.68-76.95-76.68-7.37,0-14.49,1.09-21.24,3.13Zm-2.5-1.83v80.19h98.37c2.73,0,4.96-2.22,4.81-4.94-2.42-44.09-37.07-79.05-79.45-79.05-8.27,0-16.24,1.33-23.74,3.8Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
20
|
+
<path d="m56.21,115.4v-43.36c7.08-3.95,15.16-6.19,23.73-6.19,25.63,0,46.83,20.02,50.29,46.03.25,1.89-1.27,3.52-3.18,3.52H56.21Z" style="fill:var(--sapContent_Illustrative_Color4)" fill-rule="evenodd" />
|
|
21
|
+
<path d="m56.21,96.35v-11.01c1.31-1.18,3.05-1.9,4.95-1.9,4.09,0,7.4,3.31,7.4,7.4s-3.31,7.4-7.4,7.4c-1.9,0-3.64-.72-4.95-1.9Zm49.92-5.5c0,4.09-3.31,7.4-7.4,7.4s-7.4-3.31-7.4-7.4,3.31-7.4,7.4-7.4,7.4,3.31,7.4,7.4Z" style="fill:var(--sapContent_Illustrative_Color9)" fill-rule="evenodd" />
|
|
22
|
+
<path d="m70.2,105.41c.25-.64.97-.96,1.62-.72,4.78,1.84,10.06,1.84,14.84,0,.64-.25,1.37.07,1.62.72.25.65-.07,1.37-.72,1.62-5.35,2.06-11.28,2.06-16.63,0-.64-.25-.97-.97-.72-1.62Z" style="fill:var(--sapContent_Illustrative_Color6)" fill-rule="evenodd" />
|
|
23
|
+
<path d="m52.94,142.97V33c0-1.69,1.37-3.06,3.06-3.06h0c1.69,0,3.06,1.37,3.06,3.06v109.97c0,1.69-1.37,3.06-3.06,3.06h0c-1.69,0-3.06-1.37-3.06-3.06Z" style="fill:var(--sapContent_Illustrative_Color3)" />
|
|
24
|
+
</svg>`;
|
|
25
|
+
_exports.default = _default;
|
|
26
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Fingerprint-alternate">
|
|
9
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.14673 33.04C2.14673 26.9564 7.07846 22.0247 13.1621 22.0247H21.9341C23.3148 22.0247 24.4341 23.1439 24.4341 24.5247C24.4341 25.9054 23.3148 27.0247 21.9341 27.0247H13.1621C9.83988 27.0247 7.14673 29.7178 7.14673 33.04V41.812C7.14673 43.1928 6.02744 44.312 4.64673 44.312C3.26602 44.312 2.14673 43.1928 2.14673 41.812V33.04Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
10
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.14673 123.662C2.14673 129.746 7.07846 134.677 13.1621 134.677H21.9341C23.3148 134.677 24.4341 133.558 24.4341 132.177C24.4341 130.797 23.3148 129.677 21.9341 129.677H13.1621C9.83988 129.677 7.14673 126.984 7.14673 123.662V114.89C7.14673 113.509 6.02744 112.39 4.64673 112.39C3.26602 112.39 2.14673 113.509 2.14673 114.89V123.662Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.853 33.04C157.853 26.9564 152.921 22.0247 146.838 22.0247H138.066C136.685 22.0247 135.566 23.1439 135.566 24.5247C135.566 25.9054 136.685 27.0247 138.066 27.0247H146.838C150.16 27.0247 152.853 29.7178 152.853 33.04V41.812C152.853 43.1928 153.972 44.312 155.353 44.312C156.734 44.312 157.853 43.1928 157.853 41.812V33.04Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M157.853 123.662C157.853 129.746 152.921 134.677 146.838 134.677H138.066C136.685 134.677 135.566 133.558 135.566 132.177C135.566 130.797 136.685 129.677 138.066 129.677H146.838C150.16 129.677 152.853 126.984 152.853 123.662V114.89C152.853 113.509 153.972 112.39 155.353 112.39C156.734 112.39 157.853 113.509 157.853 114.89V123.662Z" style="fill:var(--sapContent_Illustrative_Color13)"/>
|
|
13
|
+
<circle cx="74.2915" cy="81.9187" r="56.4583" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<path d="M136.458 78.3511C136.458 109.532 111.181 134.809 79.9998 134.809C48.8187 134.809 23.5415 109.532 23.5415 78.3511C23.5415 47.17 48.8187 21.8928 79.9998 21.8928C111.181 21.8928 136.458 47.17 136.458 78.3511Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.9998 132.309C109.8 132.309 133.958 108.151 133.958 78.3511C133.958 48.5508 109.8 24.3928 79.9998 24.3928C50.1994 24.3928 26.0415 48.5508 26.0415 78.3511C26.0415 108.151 50.1994 132.309 79.9998 132.309ZM79.9998 134.809C111.181 134.809 136.458 109.532 136.458 78.3511C136.458 47.17 111.181 21.8928 79.9998 21.8928C48.8187 21.8928 23.5415 47.17 23.5415 78.3511C23.5415 109.532 48.8187 134.809 79.9998 134.809Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M79.9465 44.2039C89.1363 44.2039 97.7377 47.8273 104.156 54.4008H104.155C104.751 55.0135 104.742 55.9888 104.132 56.5834C103.83 56.8776 103.454 57.0232 103.052 57.0232C102.65 57.0232 102.25 56.8655 101.95 56.5591C96.1133 50.5817 88.2991 47.2904 79.945 47.2904C75.451 47.2904 71.1222 48.2383 67.0802 50.1039C66.3066 50.4573 65.392 50.1267 65.0326 49.3486C64.6792 48.5766 65.0144 47.659 65.7864 47.301C70.238 45.2474 75.0035 44.2039 79.9465 44.2039ZM102.626 68.8358C98.8618 59.561 89.9586 53.5684 79.9482 53.5684C75.304 53.5684 71.2589 54.6665 67.8584 56.8688C64.4579 59.0696 61.7324 62.3533 59.6924 66.6714C59.3253 67.4449 59.6605 68.3641 60.4265 68.7266H60.428C61.1939 69.0875 62.1176 68.766 62.4831 67.9909C64.2714 64.2007 66.6329 61.3735 69.5344 59.4912C72.4344 57.6105 75.9062 56.6534 79.9482 56.6534C88.6967 56.6534 96.4744 61.8877 99.7673 69.9945C100.01 70.5997 100.592 70.9577 101.196 70.9577C101.387 70.9577 101.587 70.9213 101.777 70.8439C102.566 70.5224 102.945 69.6229 102.625 68.8342L102.626 68.8358ZM112.967 70.6658C112.972 70.6992 112.975 70.7159 112.978 70.728V70.7341L112.981 70.731C113.504 73.1123 113.785 75.5663 113.785 78.0356C113.785 80.6914 113.648 83.3638 113.389 85.9726C113.387 85.9923 113.386 86.0135 113.384 86.0408V86.0621L113.381 86.0879L113.336 86.5247V86.5277V86.5307C113.246 87.3164 112.582 87.9034 111.804 87.9034C111.746 87.9034 111.69 87.9003 111.632 87.8943H111.631C110.78 87.8018 110.175 87.0358 110.266 86.191L110.301 85.8603L110.314 85.7254C110.568 83.1955 110.698 80.6079 110.698 78.0341C110.698 75.7741 110.451 73.5264 109.967 71.3468H109.958L109.864 70.9494C108.957 67.0939 107.34 63.4947 105.035 60.2474C104.542 59.5528 104.704 58.5912 105.397 58.0982H105.399C106.087 57.6083 107.056 57.763 107.549 58.4638C107.55 58.4644 107.55 58.465 107.55 58.4655C107.551 58.4663 107.551 58.4668 107.551 58.4668C110.14 62.1115 111.954 66.1596 112.94 70.499C112.955 70.5657 112.962 70.6294 112.967 70.6658ZM85.1148 86.1458C84.9389 87.3789 84.7205 88.6013 84.4672 89.8071L84.4687 89.8041C84.317 90.5321 83.6724 91.0281 82.9611 91.0281C82.861 91.0281 82.7548 91.019 82.6456 90.9978H82.6426H82.6395C81.8053 90.8218 81.2714 90.0013 81.4474 89.1686C81.6764 88.0765 81.8705 86.9709 82.0328 85.8515C82.0374 85.8136 82.0435 85.7802 82.048 85.759L82.0509 85.7456L82.0528 85.7357C82.0549 85.7239 82.0556 85.718 82.0556 85.718V85.7135V85.7089C82.4181 83.1851 82.6016 80.6067 82.6016 78.0373C82.6016 76.5752 81.3746 75.3846 79.9458 75.3846C78.5171 75.3846 77.3477 76.5191 77.2946 77.9342L77.295 77.9384L77.295 77.9384C77.2979 77.9718 77.3007 78.0039 77.3007 78.0373V78.0404V78.0434L77.2931 78.8928V78.8958V78.8988C77.2764 79.6815 76.609 80.4914 75.7172 80.408C74.8648 80.3928 74.1914 79.686 74.2065 78.8397L74.2126 78.1572C74.2096 78.1193 74.2065 78.0813 74.2065 78.0404C74.2065 74.875 76.7819 72.2981 79.9473 72.2981C83.1127 72.2981 85.6897 74.875 85.6897 78.0404C85.6897 80.7022 85.497 83.3747 85.13 85.9895V85.9941V85.9986C85.1285 86.0062 85.127 86.0168 85.1239 86.0532C85.1233 86.0572 85.1228 86.0616 85.1222 86.0665L85.1202 86.0873C85.1188 86.1025 85.1173 86.1196 85.1148 86.1367V86.1412V86.1458ZM75.8113 86.4402C76.6333 86.6525 77.1354 87.4882 76.9246 88.3163V88.3148C75.7081 93.091 74.6434 96.2473 73.1191 99.1549C71.5978 102.058 69.6276 104.689 66.6336 108.422C66.3272 108.801 65.8798 108.998 65.4293 108.998C65.0926 108.998 64.7498 108.888 64.4662 108.659H64.4647C63.8019 108.125 63.6972 107.154 64.2281 106.493C67.1553 102.844 68.9906 100.391 70.392 97.7185C71.7904 95.0491 72.7657 92.137 73.9351 87.5565C74.1414 86.7359 74.9695 86.2218 75.8113 86.4402ZM81.6547 94.5746H81.6532H81.6501C80.8402 94.2849 79.9651 94.7248 79.6845 95.521C77.5034 101.738 76.243 104.169 72.5164 109.335C72.0189 110.027 72.1691 110.989 72.8607 111.489H72.8622C73.1383 111.689 73.4538 111.782 73.7662 111.782C74.2394 111.782 74.7157 111.56 75.0175 111.142C78.9049 105.753 80.3306 103.006 82.5981 96.5403C82.8787 95.7395 82.4585 94.8582 81.6547 94.5746ZM63.0991 52.3153C63.8135 51.8481 64.0091 50.8881 63.5435 50.1782C63.0733 49.4608 62.1162 49.2652 61.4049 49.7338C54.0351 54.5722 48.9041 61.948 46.9581 70.5008C46.9414 70.5706 46.9323 70.6373 46.9278 70.6737C46.9246 70.6937 46.9229 70.7072 46.9217 70.7171L46.9202 70.7283V70.7344C46.3939 73.1172 46.1163 75.5697 46.1163 78.0359C46.1163 79.0931 46.0314 80.1563 45.8661 81.1877C45.728 82.031 46.2983 82.8181 47.134 82.9577H47.1386H47.1431C47.2296 82.9728 47.3115 82.9789 47.3919 82.9789C48.1366 82.9789 48.7903 82.439 48.9147 81.6821C49.1058 80.4824 49.2059 79.2584 49.2059 78.0359C49.2059 75.7775 49.4531 73.5267 49.9354 71.3472H49.9415L50.0355 70.9513C51.845 63.2812 56.4695 56.6683 63.1006 52.3138L63.0991 52.3153ZM102.915 76.5519C103.274 76.5534 103.655 76.6672 103.95 76.9235L103.947 76.9205C104.251 77.1844 104.43 77.5712 104.416 78.0368C104.415 80.6562 104.267 83.2877 103.987 85.8646L103.978 85.9617L103.976 85.9818C103.975 85.9913 103.974 86.0018 103.973 86.0148L103.972 86.0276C103.971 86.0461 103.97 86.0674 103.967 86.0906V86.0936V86.0967C103.171 93.204 101.323 100.125 98.4736 106.668C98.2203 107.25 97.6515 107.595 97.06 107.595C96.8522 107.595 96.6444 107.555 96.4412 107.466C95.66 107.125 95.3066 106.216 95.6479 105.435C98.3537 99.2239 100.112 92.655 100.881 85.904L100.884 85.8722L100.886 85.8501L100.888 85.8312L100.937 85.4005H100.938C101.198 82.9707 101.33 80.4939 101.33 78.0368V78.0277V78.0186C101.346 77.5439 101.556 77.1617 101.87 76.9068C102.174 76.6611 102.555 76.5519 102.915 76.5519ZM57.4976 86.1981L57.4976 86.1981L57.5052 86.1639C57.5128 86.1305 57.5219 86.0941 57.5325 86.0532C58.2181 83.4535 58.573 80.7628 58.573 78.0388C58.573 78.0023 58.5702 77.9686 58.5673 77.9337L58.5673 77.9336L58.5669 77.9296C58.5745 76.1899 58.7945 74.4593 59.2146 72.7879C59.4254 71.9628 58.9249 71.1286 58.1043 70.9193H58.0998H58.0952C57.2489 70.6978 56.4268 71.2272 56.2251 72.0371V72.0386C55.7307 73.9922 55.4819 76.0109 55.4819 78.0403C55.4819 78.0797 55.4834 78.1222 55.488 78.1647C55.4774 80.6233 55.1498 83.0561 54.5203 85.404H54.5127L54.4066 85.7786C53.5769 88.6968 52.2998 91.4527 50.5859 93.9629C50.1082 94.6666 50.2887 95.6282 50.9909 96.109C51.2578 96.291 51.5612 96.3775 51.86 96.3775C52.3514 96.3775 52.8368 96.1439 53.1371 95.7041C55.0936 92.8329 56.5497 89.6812 57.4658 86.3368V86.3322C57.4786 86.2843 57.4888 86.2383 57.4976 86.1981ZM93.0497 70.4752L93.1028 70.5586L93.1043 70.5602L93.573 71.3504C94.5239 73.0794 95.0548 74.992 95.0548 78.0406C95.0548 80.6873 94.8834 83.3628 94.5619 85.9913C94.5603 86.0034 94.5588 86.0186 94.5573 86.0474C94.5563 86.0572 94.5554 86.0695 94.5544 86.0822L94.5528 86.1035L94.5512 86.1126V86.1217C93.8763 91.4818 92.5234 96.7449 90.5319 101.758C90.2908 102.363 89.7099 102.73 89.0986 102.73C88.903 102.73 88.7149 102.692 88.5359 102.625L88.5314 102.621H88.5268C87.7351 102.304 87.3483 101.409 87.6638 100.616C89.543 95.8834 90.8231 90.9146 91.4677 85.8533C91.4708 85.826 91.4753 85.8032 91.4784 85.7896C91.4829 85.7737 91.4832 85.7714 91.4837 85.7674L91.4844 85.7623C91.4853 85.7574 91.4862 85.7534 91.487 85.7499L91.4888 85.7423C91.4898 85.738 91.4905 85.7348 91.4905 85.7319C91.809 83.1869 91.9698 80.6009 91.9698 78.0391C91.9698 76.4481 91.809 75.2954 91.5117 74.3368C91.216 73.3813 90.7776 72.5926 90.1876 71.7341C90.1012 71.6097 90.0435 71.4793 90.0041 71.3519C89.835 70.8056 90.0238 70.3342 90.0238 70.3342C90.1209 70.049 90.3029 69.7821 90.5865 69.5879C91.2903 69.1056 92.2504 69.2861 92.7297 69.9868C92.81 70.1036 92.8859 70.2189 92.9587 70.3326L92.9723 70.3539C92.9981 70.3948 93.0239 70.4358 93.0497 70.4752ZM85.8713 105.544C86.1534 104.743 87.0286 104.314 87.8355 104.598L87.837 104.602C88.6409 104.883 89.0671 105.761 88.7834 106.568C88.2116 108.2 87.5716 109.647 86.8253 110.991C86.5432 111.497 86.0154 111.784 85.4755 111.784C85.2176 111.784 84.9643 111.719 84.7338 111.596L84.7292 111.593L84.7247 111.59C83.983 111.174 83.713 110.234 84.1271 109.489C84.7838 108.308 85.3541 107.017 85.8713 105.544ZM88.192 65.3757C85.7395 63.7771 82.888 62.9308 79.9501 62.9308C74.7099 62.9308 69.917 65.5896 67.1338 70.0381C67.0629 70.1545 67.0039 70.2708 66.9556 70.3661L66.9458 70.3855C66.9109 70.4567 66.8805 70.5159 66.8487 70.5735L66.8396 70.5887C66.8335 70.5993 66.8275 70.6099 66.8229 70.6205L66.4164 71.3471H66.4377C65.4078 73.4174 64.8466 75.697 64.8466 78.0358C64.8466 78.0813 64.8496 78.1298 64.8542 78.1814C64.8451 80.6779 64.5827 83.176 64.0776 85.6027C64.0723 85.6247 64.0674 85.6463 64.0625 85.6679C64.0575 85.6896 64.0526 85.7112 64.0473 85.7332C64.0428 85.7499 64.0397 85.765 64.0382 85.7772C64.0364 85.7844 64.0351 85.79 64.0341 85.795C64.0334 85.7983 64.0328 85.8014 64.0321 85.8044L64.0321 85.8045V85.8121L64.0291 85.8196C63.9715 86.1002 63.9093 86.3763 63.8425 86.6523C63.6454 87.4804 64.1535 88.3146 64.9816 88.5149L64.9922 88.5179H65.0028C65.1075 88.5406 65.2228 88.5573 65.3471 88.5573C66.0463 88.5573 66.6743 88.0826 66.8472 87.3773C66.9367 86.9996 67.0201 86.6205 67.1005 86.2367V86.2337C67.1104 86.1864 67.1163 86.1411 67.1206 86.1079L67.1232 86.0881C67.1278 86.0517 67.1308 86.0335 67.1338 86.0183C67.6647 83.4065 67.9438 80.7219 67.9438 78.0373C67.9438 77.9964 67.9407 77.9494 67.9362 77.8993C67.962 75.6894 68.5884 73.5418 69.7547 71.6747C69.8139 71.5791 69.8837 71.4866 69.9686 71.3744C69.9716 71.3706 69.9747 71.3664 69.9777 71.3622C69.9807 71.3581 69.9838 71.3539 69.9868 71.3501H69.9929L70.146 71.1317C72.406 67.9253 76.0112 66.0188 79.9532 66.0188C82.2905 66.0188 84.558 66.6922 86.5069 67.9632V67.9648C87.2213 68.4243 88.1753 68.2287 88.641 67.5128C89.1066 66.7984 88.9034 65.8414 88.192 65.3772V65.3757ZM64.0452 91.9788C64.7717 92.4232 65.0037 93.3696 64.5654 94.0992L64.5639 94.0961C63.5584 95.7543 62.9596 96.9059 62.4264 97.9315L62.4238 97.9365C61.5608 99.5973 60.8676 100.927 59.0339 103.19C58.729 103.57 58.2831 103.764 57.8342 103.764C57.4975 103.764 57.1501 103.655 56.865 103.421H56.8635L56.862 103.419C56.2022 102.883 56.099 101.912 56.6345 101.252C58.2739 99.2295 58.8286 98.1635 59.6827 96.5217L59.6876 96.5123L59.7211 96.448C60.2637 95.406 60.886 94.211 61.9248 92.4975C62.3692 91.768 63.3156 91.542 64.0421 91.9758L64.0436 91.9788H64.0452Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M101.298 80.1121H104.385C104.328 82.0414 104.193 83.9678 103.987 85.8646L103.978 85.9616L103.976 85.9817C103.975 85.9912 103.974 86.0017 103.973 86.0147L103.972 86.0275C103.971 86.046 103.97 86.0673 103.967 86.0906V86.0936V86.0966C103.171 93.204 101.323 100.125 98.4736 106.668C98.2203 107.25 97.6515 107.595 97.06 107.595C96.8522 107.595 96.6444 107.555 96.4412 107.466C95.66 107.124 95.3066 106.216 95.6479 105.435C98.3537 99.2239 100.112 92.6549 100.881 85.904L100.884 85.8721L100.886 85.8501L100.888 85.8312L100.937 85.4004H100.938C101.125 83.6537 101.245 81.8826 101.298 80.1121ZM55.4131 80.1121H58.5044C58.3708 82.1271 58.0435 84.1154 57.5325 86.0531C57.5219 86.094 57.5128 86.1304 57.5052 86.1638L57.4976 86.198L57.4976 86.1981C57.4888 86.2382 57.4786 86.2843 57.4658 86.3322V86.3367C56.5497 89.6811 55.0936 92.8328 53.1371 95.704C52.8368 96.1439 52.3514 96.3774 51.86 96.3774C51.5612 96.3774 51.2578 96.291 50.9909 96.109C50.2887 95.6282 50.1082 94.6666 50.5859 93.9628C52.2998 91.4526 53.5769 88.6967 54.4066 85.7786L54.5127 85.4039H54.5203C54.983 83.678 55.2826 81.9063 55.4131 80.1121ZM113.757 80.1121C113.705 82.0787 113.58 84.043 113.389 85.9725C113.387 85.9923 113.386 86.0135 113.384 86.0408V86.062L113.381 86.0878L113.336 86.5246V86.5277V86.5307C113.246 87.3164 112.582 87.9033 111.804 87.9033C111.746 87.9033 111.69 87.9003 111.632 87.8942H111.631C110.78 87.8017 110.175 87.0358 110.266 86.1909L110.301 85.8603L110.314 85.7253C110.499 83.8757 110.619 81.9954 110.67 80.1121H113.757ZM46.0081 80.1121H49.111C49.0631 80.6385 48.9974 81.1626 48.9147 81.6821C48.7903 82.4389 48.1366 82.9789 47.3919 82.9789C47.3115 82.9789 47.2296 82.9728 47.1431 82.9576H47.1386H47.134C46.2983 82.8181 45.728 82.0309 45.8661 81.1876C45.923 80.8323 45.9704 80.4733 46.0081 80.1121ZM64.7968 80.1121H67.8886C67.7832 82.1011 67.5278 84.0797 67.1338 86.0183C67.1308 86.0334 67.1278 86.0516 67.1232 86.088L67.1206 86.1079C67.1163 86.1411 67.1104 86.1863 67.1005 86.2336V86.2367C67.0201 86.6204 66.9367 86.9996 66.8472 87.3773C66.6743 88.0825 66.0463 88.5573 65.3471 88.5573C65.2228 88.5573 65.1075 88.5406 65.0028 88.5178H64.9922L64.9816 88.5148C64.1535 88.3146 63.6454 87.4804 63.8425 86.6523C63.9093 86.3762 63.9715 86.1002 64.0291 85.8196L64.0321 85.812V85.8044L64.0321 85.8043L64.0341 85.7949C64.0344 85.7932 64.0349 85.7913 64.0353 85.7893C64.0361 85.7857 64.037 85.7817 64.0382 85.7771C64.0397 85.765 64.0428 85.7498 64.0473 85.7331C64.0526 85.7111 64.0575 85.6895 64.0625 85.6679C64.0674 85.6463 64.0723 85.6247 64.0776 85.6027C64.4524 83.8018 64.6936 81.9617 64.7968 80.1121ZM74.8382 80.1121H76.6861C76.423 80.3218 76.0897 80.4428 75.7172 80.4079C75.3876 80.4021 75.0848 80.2928 74.8382 80.1121ZM82.5618 80.1121H85.6511C85.578 82.0843 85.4019 84.0527 85.13 85.9895V85.994V85.9986C85.1285 86.0062 85.127 86.0168 85.1239 86.0532C85.1233 86.0571 85.1228 86.0616 85.1222 86.0664L85.1202 86.0873C85.1188 86.1025 85.1173 86.1195 85.1148 86.1366V86.1412V86.1457C84.9389 87.3788 84.7205 88.6013 84.4672 89.8071L84.4687 89.804C84.317 90.5321 83.6724 91.028 82.9611 91.028C82.861 91.028 82.7548 91.0189 82.6456 90.9977H82.6426H82.6395C81.8053 90.8218 81.2714 90.0012 81.4474 89.1685C81.6764 88.0765 81.8705 86.9708 82.0328 85.8515C82.0374 85.8135 82.0435 85.7802 82.048 85.7589L82.0509 85.7455L82.0528 85.7357C82.0549 85.7239 82.0556 85.718 82.0556 85.718V85.7134V85.7089C82.3205 83.8642 82.4899 81.9903 82.5618 80.1121ZM91.9349 80.1121H95.0203C94.9554 82.0771 94.7997 84.047 94.5619 85.9913C94.5603 86.0034 94.5588 86.0186 94.5573 86.0474C94.5563 86.0571 94.5554 86.0694 94.5544 86.0822L94.5528 86.1035L94.5512 86.1126V86.1217C93.8763 91.4818 92.5234 96.7448 90.5319 101.758C90.2908 102.363 89.7099 102.73 89.0986 102.73C88.903 102.73 88.7149 102.692 88.5359 102.625L88.5314 102.621H88.5268C87.7351 102.304 87.3483 101.409 87.6638 100.616C89.543 95.8833 90.8231 90.9145 91.4677 85.8532C91.4708 85.8259 91.4753 85.8032 91.4784 85.7895C91.4829 85.7736 91.4832 85.7713 91.4837 85.7674L91.4844 85.7622C91.4848 85.7601 91.4852 85.7581 91.4856 85.7562C91.4861 85.7539 91.4865 85.7518 91.487 85.7498L91.4888 85.7423C91.4898 85.738 91.4905 85.7348 91.4905 85.7319C91.7233 83.872 91.8718 81.9902 91.9349 80.1121ZM76.9246 88.3163C77.1354 87.4882 76.6333 86.6525 75.8113 86.4401C74.9695 86.2217 74.1414 86.7359 73.9351 87.5564C72.7657 92.1369 71.7904 95.049 70.392 97.7185C68.9906 100.391 67.1553 102.843 64.2281 106.493C63.6972 107.154 63.8019 108.125 64.4647 108.659H64.4662C64.7498 108.888 65.0926 108.998 65.4293 108.998C65.8798 108.998 66.3272 108.801 66.6336 108.422C69.6276 104.689 71.5978 102.058 73.1191 99.1548C74.6434 96.2472 75.7081 93.0909 76.9246 88.3148V88.3163ZM81.6532 94.5746H81.6547C82.4585 94.8582 82.8787 95.7394 82.5981 96.5402C80.3306 103.006 78.9049 105.753 75.0175 111.142C74.7157 111.56 74.2394 111.782 73.7662 111.782C73.4538 111.782 73.1383 111.689 72.8622 111.489H72.8607C72.1691 110.989 72.0189 110.027 72.5164 109.335C76.243 104.169 77.5034 101.738 79.6845 95.521C79.9651 94.7247 80.8402 94.2849 81.6501 94.5746H81.6532ZM87.8355 104.598C87.0286 104.314 86.1534 104.743 85.8713 105.544C85.3541 107.017 84.7838 108.308 84.1271 109.489C83.713 110.234 83.983 111.174 84.7247 111.59L84.7292 111.593L84.7338 111.596C84.9643 111.719 85.2176 111.784 85.4755 111.784C86.0154 111.784 86.5432 111.497 86.8253 110.991C87.5716 109.647 88.2116 108.2 88.7834 106.568C89.0671 105.761 88.6409 104.883 87.837 104.602L87.8355 104.598ZM64.5654 94.0991C65.0037 93.3696 64.7717 92.4231 64.0452 91.9787H64.0436L64.0421 91.9757C63.3156 91.5419 62.3692 91.7679 61.9248 92.4975C60.886 94.2109 60.2637 95.406 59.7211 96.4479L59.7211 96.448L59.6876 96.5122L59.6827 96.5216C58.8286 98.1634 58.2739 99.2295 56.6345 101.252C56.099 101.912 56.2022 102.882 56.862 103.419L56.8635 103.421H56.865C57.1501 103.654 57.4975 103.764 57.8342 103.764C58.2831 103.764 58.729 103.57 59.0339 103.19C60.8676 100.927 61.5608 99.5972 62.4238 97.9364L62.4264 97.9314L62.4264 97.9314C62.9596 96.9058 63.5584 95.7542 64.5639 94.0961L64.5654 94.0991Z" style="fill:var(--sapContent_Illustrative_Color15)"/>
|
|
18
|
+
<rect x="37.0601" y="77.8408" width="85.8794" height="4.98591" rx="2.49295" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
19
|
+
</svg>
|
|
20
|
+
`;
|
|
21
|
+
_exports.default = _default;
|
|
22
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Lock-alternate">
|
|
9
|
+
<path d="M22.7832 149.254H49.8143V155.316C49.8143 158.221 47.4598 160.575 44.5553 160.575H28.0422C25.1377 160.575 22.7832 158.221 22.7832 155.316V149.254Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
10
|
+
<path d="M110.181 149.254H137.212V155.316C137.212 158.221 134.857 160.575 131.953 160.575H115.44C112.535 160.575 110.181 158.221 110.181 155.316V149.254Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
11
|
+
<path d="M3.29785 20.8913C3.29785 14.5983 8.39934 9.49683 14.6924 9.49683H145.307C151.6 9.49683 156.701 14.5983 156.701 20.8913V137.891C156.701 144.184 151.6 149.286 145.307 149.286H14.6924C8.39935 149.286 3.29785 144.184 3.29785 137.891V20.8913Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
12
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.6924 6.99683H145.307C152.981 6.99683 159.201 13.2176 159.201 20.8913V137.891C159.201 145.565 152.981 151.786 145.307 151.786H14.6924C7.01865 151.786 0.797852 145.565 0.797852 137.891V20.8913C0.797852 13.2176 7.01863 6.99683 14.6924 6.99683ZM14.6924 9.49683C8.39934 9.49683 3.29785 14.5983 3.29785 20.8913V137.891C3.29785 144.184 8.39935 149.286 14.6924 149.286H145.307C151.6 149.286 156.701 144.184 156.701 137.891V20.8913C156.701 14.5983 151.6 9.49683 145.307 9.49683H14.6924Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
13
|
+
<rect x="23.8789" y="32.1235" width="112.24" height="94.5348" rx="6.1355" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
14
|
+
<rect x="19.9395" y="45.3616" width="7.44341" height="26.2838" rx="3.72171" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
15
|
+
<rect x="19.9395" y="87.1384" width="7.44341" height="26.2838" rx="3.72171" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
16
|
+
<rect x="119.604" y="47.4563" width="8.18838" height="62.3361" rx="4.09419" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
17
|
+
<path d="M105.953 79.3916C105.953 97.3462 91.3979 111.901 73.4433 111.901C55.4887 111.901 40.9336 97.3462 40.9336 79.3916C40.9336 61.4369 55.4887 46.8818 73.4433 46.8818C91.3979 46.8818 105.953 61.4369 105.953 79.3916Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.4433 109.401C90.0172 109.401 103.453 95.9655 103.453 79.3916C103.453 62.8176 90.0172 49.3818 73.4433 49.3818C56.8694 49.3818 43.4336 62.8176 43.4336 79.3916C43.4336 95.9655 56.8694 109.401 73.4433 109.401ZM73.4433 111.901C91.3979 111.901 105.953 97.3462 105.953 79.3916C105.953 61.4369 91.3979 46.8818 73.4433 46.8818C55.4887 46.8818 40.9336 61.4369 40.9336 79.3916C40.9336 97.3462 55.4887 111.901 73.4433 111.901Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
19
|
+
<circle cx="73.444" cy="79.3917" r="9.92735" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.5088 57.6738C74.1991 57.6738 74.7588 58.2335 74.7588 58.9238L74.7588 64.9458C74.7588 65.6362 74.1991 66.1958 73.5088 66.1958C72.8184 66.1958 72.2588 65.6362 72.2588 64.9458L72.2588 58.9238C72.2588 58.2335 72.8184 57.6738 73.5088 57.6738Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
21
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M73.5088 92.5874C74.1991 92.5874 74.7588 93.147 74.7588 93.8374L74.7588 99.8594C74.7588 100.55 74.1991 101.109 73.5088 101.109C72.8184 101.109 72.2588 100.55 72.2588 99.8594L72.2588 93.8374C72.2588 93.147 72.8184 92.5874 73.5088 92.5874Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M94.8496 80.6421C94.8496 81.3324 94.29 81.8921 93.5996 81.8921L87.5776 81.8921C86.8873 81.8921 86.3276 81.3324 86.3276 80.6421C86.3276 79.9517 86.8873 79.3921 87.5776 79.3921L93.5996 79.3921C94.29 79.3921 94.8496 79.9517 94.8496 80.6421Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
23
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M59.9355 80.6421C59.9355 81.3324 59.3759 81.8921 58.6855 81.8921L52.6636 81.8921C51.9732 81.8921 51.4136 81.3324 51.4136 80.6421C51.4136 79.9517 51.9732 79.3921 52.6636 79.3921L58.6855 79.3921C59.3759 79.3921 59.9355 79.9517 59.9355 80.6421Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
24
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M87.6056 95.6317C87.1174 96.1199 86.326 96.1199 85.8378 95.6317L81.5796 91.3736C81.0915 90.8854 81.0915 90.094 81.5796 89.6058C82.0678 89.1176 82.8592 89.1176 83.3474 89.6058L87.6056 93.864C88.0937 94.3521 88.0937 95.1436 87.6056 95.6317Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
25
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.919 70.9433C62.4309 71.4314 61.6394 71.4314 61.1513 70.9433L56.8931 66.6851C56.4049 66.1969 56.4049 65.4055 56.8931 64.9173C57.3813 64.4292 58.1727 64.4292 58.6609 64.9173L62.919 69.1755C63.4072 69.6637 63.4072 70.4551 62.919 70.9433Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
26
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M89.3739 64.9198C89.8621 65.408 89.8621 66.1994 89.3739 66.6876L85.1158 70.9458C84.6276 71.4339 83.8361 71.4339 83.348 70.9458C82.8598 70.4576 82.8598 69.6662 83.348 69.178L87.6062 64.9198C88.0943 64.4317 88.8858 64.4317 89.3739 64.9198Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
27
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M64.6864 89.6073C65.1746 90.0955 65.1746 90.8869 64.6864 91.3751L60.4283 95.6333C59.9401 96.1214 59.1486 96.1214 58.6605 95.6333C58.1723 95.1451 58.1723 94.3537 58.6605 93.8655L62.9187 89.6073C63.4068 89.1192 64.1983 89.1192 64.6864 89.6073Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
_exports.default = _default;
|
|
31
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
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 = `
|
|
9
|
+
<svg width="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-Mission-alternate">
|
|
10
|
+
<path d="M35.2531 96.1955L77.4151 53.0502L51.6433 54.3853C43.6203 54.8009 36.1438 58.5778 31.0486 64.789L13.7178 85.916C12.9359 86.8691 13.3332 88.3091 14.4932 88.7265L35.2531 96.1955Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
11
|
+
<path d="M63.2752 124.218L106.42 82.056L105.085 107.828C104.67 115.851 100.893 123.327 94.6817 128.422L73.5547 145.753C72.6016 146.535 71.1616 146.138 70.7442 144.978L63.2752 124.218Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
12
|
+
<path d="M149.962 7.06465C151.391 6.90883 152.562 8.08038 152.406 9.50907C148.737 43.1527 130.65 74.0914 102.862 94.2568L63.4484 122.859C51.112 118.035 41.4361 108.359 36.6125 96.0226L65.2143 56.609C85.3797 28.8208 116.318 10.7338 149.962 7.06465Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M63.8362 125.884L62.4737 125.351C49.4417 120.255 39.2155 110.029 34.1198 96.9972L33.5871 95.6348L63.0481 55.0371C83.6499 26.6477 115.265 8.15644 149.672 4.40406C152.801 4.06279 155.408 6.66997 155.067 9.79921C151.315 44.2061 132.823 75.8211 104.434 96.4229L63.8362 125.884ZM152.406 9.50905C152.562 8.08037 151.391 6.90882 149.962 7.06463C116.318 10.7338 85.3796 28.8208 65.2142 56.609L36.6124 96.0226C41.4361 108.359 51.1119 118.035 63.4484 122.859L102.862 94.2568C130.65 74.0914 148.737 43.1527 152.406 9.50905Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.8469 95.6995L36.6122 96.0229C41.4359 108.359 51.1117 118.035 63.4482 122.859L102.862 94.257C116.31 84.4976 127.487 72.2147 135.856 58.3231C130.843 62.8794 125.336 67.6699 119.298 72.6791C81.9013 103.704 51.6274 102.066 36.8469 95.6995Z" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
15
|
+
<circle cx="112.956" cy="47.0262" r="9.03014" transform="rotate(45 112.956 47.0262)" style="fill:var(--sapContent_Illustrative_Color14)"/>
|
|
16
|
+
<path d="M85.4818 82.9962C86.5331 82.0471 86.5748 80.411 85.5733 79.4095L80.5723 74.4085C79.5708 73.407 77.9347 73.4487 76.9856 74.5L42.0891 113.15C40.8909 114.477 40.9428 116.51 42.2071 117.775C43.4713 119.039 45.5045 119.091 46.8316 117.893L85.4818 82.9962Z" style="fill:var(--sapContent_Illustrative_Color2)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M118.179 15.0953C128.298 10.9931 138.986 8.26156 149.962 7.06456C151.391 6.90875 152.562 8.0803 152.406 9.50898C151.207 20.51 148.465 31.2219 144.347 41.3624C140.319 36.4694 135.781 31.2173 131.772 27.2078C127.915 23.3513 122.909 19.0055 118.179 15.0953Z" style="fill:var(--sapContent_Illustrative_Color9)"/>
|
|
18
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M7.04255 134.238C6.06624 133.262 6.06624 131.679 7.04255 130.703L21.6408 116.104C22.6172 115.128 24.2001 115.128 25.1764 116.104C26.1527 117.081 26.1527 118.664 25.1764 119.64L10.5781 134.238C9.60177 135.215 8.01886 135.215 7.04255 134.238Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
19
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M34.9495 145.219C33.9732 144.243 33.9732 142.66 34.9495 141.683L45.8554 130.777C46.8318 129.801 48.4147 129.801 49.391 130.777C50.3673 131.754 50.3673 133.337 49.391 134.313L38.4851 145.219C37.5088 146.195 35.9258 146.195 34.9495 145.219Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.23224 156.034C4.25593 155.058 4.25593 153.475 5.23224 152.498L26.9534 130.777C27.9297 129.801 29.5126 129.801 30.489 130.777C31.4653 131.753 31.4653 133.336 30.489 134.313L8.76778 156.034C7.79147 157.01 6.20856 157.01 5.23224 156.034Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
</svg>
|
|
22
|
+
`;
|
|
23
|
+
_exports.default = _default;
|
|
24
|
+
});
|
|
@@ -0,0 +1,28 @@
|
|
|
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="160" height="161" viewBox="0 0 160 161" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-NoApplications-alternate">
|
|
9
|
+
<rect x="-1.02734" y="65.896" width="129.356" height="86.3933" rx="7.68174" transform="rotate(-14.3264 -1.02734 65.896)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M5.88674 69.0764C5.01192 65.6509 7.07963 62.1648 10.5051 61.29L117.703 33.913C121.129 33.0382 124.615 35.1059 125.489 38.5314L142.78 106.234C143.655 109.66 141.587 113.146 138.162 114.021L30.9636 141.398C27.5381 142.273 24.0521 140.205 23.1772 136.779L5.88674 69.0764Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M9.88635 58.8677L117.084 31.4907C121.848 30.2742 126.695 33.1495 127.912 37.9127L145.202 105.616C146.419 110.379 143.543 115.227 138.78 116.443L31.5821 143.82C26.8188 145.037 21.9713 142.161 20.7548 137.398L3.46434 69.695C2.24787 64.9317 5.12309 60.0842 9.88635 58.8677ZM10.505 61.2899C7.07948 62.1648 5.01177 65.6509 5.8866 69.0763L23.1771 136.779C24.0519 140.205 27.538 142.273 30.9635 141.398L138.161 114.021C141.587 113.146 143.655 109.66 142.78 106.234L125.489 38.5313C124.614 35.1059 121.128 33.0381 117.703 33.913L10.505 61.2899Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M5.88674 69.0764C5.01192 65.6509 7.07963 62.1648 10.5051 61.29L117.703 33.913C121.129 33.0382 124.615 35.1059 125.489 38.5314L127.758 47.413L8.15498 77.958L5.88674 69.0764Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<circle cx="16.498" cy="68.0197" r="2.88065" transform="rotate(-14.3264 16.498 68.0197)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<circle cx="27.0429" cy="65.3268" r="2.88065" transform="rotate(-14.3264 27.0429 65.3268)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<circle cx="37.5859" cy="62.6339" r="2.88065" transform="rotate(-14.3264 37.5859 62.6339)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<rect x="21.7246" y="85.8904" width="38.4087" height="18.5642" rx="1.92043" transform="rotate(-14.3264 21.7246 85.8904)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
17
|
+
<rect x="65.1426" y="74.8022" width="38.4087" height="18.5642" rx="1.92043" transform="rotate(-14.3264 65.1426 74.8022)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
18
|
+
<rect x="27.9023" y="110.08" width="38.4087" height="18.5642" rx="1.92043" transform="rotate(-14.3264 27.9023 110.08)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<path d="M134.058 6.5429C134.27 6.76072 134.419 7.03166 134.49 7.32723C134.561 7.62279 134.551 7.93205 134.462 8.22245L132.504 15.1854C132.181 16.3372 131.055 16.6894 130.153 16.4358C129.779 16.3456 129.446 16.1365 129.201 15.8403C128.957 15.544 128.816 15.1764 128.798 14.7928C128.795 14.6072 128.82 14.4222 128.873 14.2442L130.83 7.28121C130.91 6.97396 131.071 6.69395 131.297 6.47081C131.523 6.24767 131.804 6.0897 132.112 6.01361C132.455 5.92887 132.813 5.933 133.154 6.02563C133.494 6.11826 133.806 6.29631 134.058 6.5429Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
20
|
+
<path d="M159.596 36.411C159.644 36.6231 159.648 36.8429 159.607 37.0566C159.566 37.2702 159.481 37.4729 159.357 37.6518C159.233 37.8306 159.073 37.9817 158.888 38.0953C158.702 38.2089 158.495 38.2826 158.279 38.3116L151.347 39.5708C151.098 39.6153 150.842 39.6096 150.595 39.5541C150.348 39.4986 150.114 39.3944 149.908 39.2476C149.701 39.1008 149.526 38.9143 149.393 38.6991C149.259 38.4838 149.17 38.2441 149.13 37.994C149.11 37.8913 149.099 37.7872 149.097 37.6827C149.083 37.2968 149.214 36.9196 149.464 36.6255C149.714 36.3313 150.065 36.1416 150.449 36.0936L157.378 34.8367C157.627 34.7919 157.883 34.7972 158.13 34.8524C158.377 34.9075 158.611 35.0115 158.817 35.1581C159.024 35.3047 159.199 35.491 159.333 35.7061C159.466 35.9213 159.556 36.1609 159.596 36.411Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
21
|
+
<path d="M152.278 18.0509C152.269 18.2884 152.212 18.5216 152.109 18.7361C152.007 18.9507 151.862 19.1422 151.683 19.2989L143.737 26.4073C143.379 26.7241 142.912 26.8902 142.434 26.8708C141.956 26.8514 141.504 26.6481 141.173 26.3033C140.867 25.9822 140.693 25.5579 140.685 25.1144C140.681 24.8588 140.732 24.6053 140.835 24.3712C140.938 24.1371 141.09 23.9279 141.28 23.7579L149.227 16.6494C149.587 16.3306 150.057 16.1637 150.537 16.1838C151.017 16.2039 151.471 16.4095 151.803 16.7573C151.965 16.9299 152.091 17.1334 152.173 17.3557C152.254 17.578 152.29 17.8144 152.278 18.0509Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
22
|
+
<path d="M128.929 147.457C141.276 147.457 151.284 137.449 151.284 125.102C151.284 112.756 141.276 102.747 128.929 102.747C116.583 102.747 106.574 112.756 106.574 125.102C106.574 137.449 116.583 147.457 128.929 147.457Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
23
|
+
<path d="M128.937 112.929H128.929C127.261 112.929 125.908 114.282 125.908 115.95V134.256C125.908 135.924 127.261 137.276 128.929 137.276H128.937C130.605 137.276 131.958 135.924 131.958 134.256V115.95C131.958 114.282 130.605 112.929 128.937 112.929Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
24
|
+
<path d="M117.273 124.757V125.441C117.273 126.922 118.475 128.124 119.957 128.124H137.925C139.407 128.124 140.608 126.922 140.608 125.441V124.757C140.608 123.275 139.407 122.074 137.925 122.074H119.957C118.475 122.074 117.273 123.275 117.273 124.757Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
25
|
+
</svg>
|
|
26
|
+
`;
|
|
27
|
+
_exports.default = _default;
|
|
28
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
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="160" height="160" viewBox="0 0 160 160" fill="none" xmlns="http://www.w3.org/2000/svg" id="tnt-Dialog-NoFlows-alternate">
|
|
9
|
+
<rect width="128.815" height="86.0324" rx="7.64964" transform="matrix(0.968886 -0.247508 0.247506 0.968886 -0.630859 65.7642)" style="fill:var(--sapContent_Illustrative_Color6)"/>
|
|
10
|
+
<path d="M6.25551 68.931C5.38413 65.5199 7.44298 62.0482 10.8541 61.1769L117.602 33.9074C121.013 33.036 124.485 35.0948 125.356 38.506L142.579 105.925C143.45 109.336 141.391 112.808 137.98 113.679L31.2321 140.949C27.821 141.82 24.3494 139.761 23.478 136.35L6.25551 68.931Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
11
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.2353 58.7546L116.983 31.4851C121.732 30.272 126.565 33.1383 127.779 37.8872L145.001 105.306C146.214 110.055 143.348 114.888 138.599 116.102L31.8509 143.371C27.102 144.584 22.2689 141.718 21.0558 136.969L3.83326 69.5497C2.62014 64.8009 5.48643 59.9677 10.2353 58.7546ZM10.8541 61.1768C7.44295 62.0482 5.38409 65.5199 6.25547 68.931L23.478 136.35C24.3494 139.761 27.821 141.82 31.2321 140.949L137.98 113.679C141.391 112.808 143.45 109.336 142.579 105.925L125.356 38.5059C124.485 35.0948 121.013 33.036 117.602 33.9074L10.8541 61.1768Z" style="fill:var(--sapContent_Illustrative_Color4)"/>
|
|
12
|
+
<path d="M6.25551 68.931C5.38413 65.5199 7.44298 62.0482 10.8541 61.1769L117.602 33.9074C121.013 33.036 124.485 35.0948 125.356 38.506L127.616 47.3503L8.51483 77.7753L6.25551 68.931Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
13
|
+
<ellipse cx="2.86861" cy="2.86862" rx="2.86861" ry="2.86862" transform="matrix(0.968886 -0.247508 0.247506 0.968886 13.334 65.8088)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
14
|
+
<ellipse cx="2.86861" cy="2.86862" rx="2.86861" ry="2.86862" transform="matrix(0.968886 -0.247508 0.247506 0.968886 23.834 63.1267)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
15
|
+
<ellipse cx="2.86861" cy="2.86862" rx="2.86861" ry="2.86862" transform="matrix(0.968886 -0.247508 0.247506 0.968886 34.334 60.4443)" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
16
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M106.28 75.6712L45.3128 91.2457L44.6816 88.7751L105.649 73.2007L106.28 75.6712Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
17
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M44.2507 119.032L37.6525 93.2029L40.123 92.5718L46.7213 118.401L44.2507 119.032Z" style="fill:var(--sapContent_Illustrative_Color20)"/>
|
|
18
|
+
<rect width="31.3966" height="15.1751" rx="1.91241" transform="matrix(0.968886 -0.247508 0.247506 0.968886 21.9629 87.9995)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
19
|
+
<rect width="31.3966" height="15.1751" rx="1.91241" transform="matrix(0.968886 -0.247508 0.247506 0.968886 27.8457 111.018)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
20
|
+
<rect width="17.9774" height="17.9774" rx="1.91241" transform="matrix(0.860118 0.510093 -0.510092 0.860121 73.9336 69.4351)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
21
|
+
<ellipse cx="11.6606" cy="11.6606" rx="11.6606" ry="11.6606" transform="matrix(0.968886 -0.247508 0.247506 0.968886 97.0078 64.6255)" style="fill:var(--sapContent_Illustrative_Color18)"/>
|
|
22
|
+
<path d="M134.058 6.5429C134.27 6.76072 134.419 7.03166 134.49 7.32723C134.561 7.62279 134.551 7.93205 134.462 8.22245L132.504 15.1854C132.181 16.3372 131.055 16.6894 130.153 16.4358C129.779 16.3456 129.446 16.1365 129.201 15.8403C128.957 15.544 128.816 15.1764 128.798 14.7928C128.795 14.6072 128.82 14.4222 128.873 14.2442L130.83 7.28121C130.91 6.97396 131.071 6.69395 131.297 6.47081C131.523 6.24767 131.804 6.0897 132.112 6.01361C132.455 5.92887 132.813 5.933 133.154 6.02563C133.494 6.11826 133.806 6.29631 134.058 6.5429Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
23
|
+
<path d="M159.596 36.411C159.644 36.6231 159.648 36.8429 159.607 37.0566C159.566 37.2702 159.481 37.4729 159.357 37.6518C159.233 37.8306 159.073 37.9817 158.888 38.0953C158.702 38.2089 158.495 38.2826 158.279 38.3116L151.347 39.5708C151.098 39.6153 150.842 39.6096 150.595 39.5541C150.348 39.4986 150.114 39.3944 149.908 39.2476C149.701 39.1008 149.526 38.9143 149.393 38.6991C149.259 38.4838 149.17 38.2441 149.13 37.994C149.11 37.8913 149.099 37.7872 149.097 37.6827C149.083 37.2968 149.214 36.9196 149.464 36.6255C149.714 36.3313 150.065 36.1416 150.449 36.0936L157.378 34.8367C157.627 34.7919 157.883 34.7972 158.13 34.8524C158.377 34.9075 158.611 35.0115 158.817 35.1581C159.024 35.3047 159.199 35.491 159.333 35.7061C159.466 35.9213 159.556 36.1609 159.596 36.411Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
24
|
+
<path d="M152.278 18.0509C152.269 18.2884 152.212 18.5216 152.109 18.7361C152.007 18.9507 151.862 19.1422 151.683 19.2989L143.737 26.4073C143.379 26.7241 142.912 26.8902 142.434 26.8708C141.956 26.8514 141.504 26.6481 141.173 26.3033C140.867 25.9822 140.693 25.5579 140.685 25.1144C140.681 24.8588 140.732 24.6053 140.835 24.3712C140.938 24.1371 141.09 23.9279 141.28 23.7579L149.227 16.6494C149.587 16.3306 150.057 16.1637 150.537 16.1838C151.017 16.2039 151.471 16.4095 151.803 16.7573C151.965 16.9299 152.091 17.1334 152.173 17.3557C152.254 17.578 152.29 17.8144 152.278 18.0509Z" style="fill:var(--sapContent_Illustrative_Color5)"/>
|
|
25
|
+
<path d="M128.929 147.457C141.276 147.457 151.284 137.449 151.284 125.102C151.284 112.756 141.276 102.747 128.929 102.747C116.583 102.747 106.574 112.756 106.574 125.102C106.574 137.449 116.583 147.457 128.929 147.457Z" style="fill:var(--sapContent_Illustrative_Color3)"/>
|
|
26
|
+
<path d="M128.937 112.929H128.929C127.261 112.929 125.908 114.282 125.908 115.95V134.256C125.908 135.924 127.261 137.276 128.929 137.276H128.937C130.605 137.276 131.958 135.924 131.958 134.256V115.95C131.958 114.282 130.605 112.929 128.937 112.929Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
27
|
+
<path d="M117.273 124.757V125.441C117.273 126.922 118.475 128.124 119.957 128.124H137.925C139.407 128.124 140.608 126.922 140.608 125.441V124.757C140.608 123.275 139.407 122.074 137.925 122.074H119.957C118.475 122.074 117.273 123.275 117.273 124.757Z" style="fill:var(--sapContent_Illustrative_Color8)"/>
|
|
28
|
+
</svg>
|
|
29
|
+
`;
|
|
30
|
+
_exports.default = _default;
|
|
31
|
+
});
|